@genesislcap/grid-pro 14.285.0 → 14.286.0
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 +2 -1
- package/dist/custom-elements.json +142 -5
- package/dist/dts/datasource/base.datasource.d.ts +4 -1
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +20 -3
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.grid-definitions.d.ts +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts +6 -0
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts +1 -1
- package/dist/dts/grid-pro.d.ts +14 -2
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.styles.d.ts.map +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +2 -1
- package/dist/esm/datasource/server-side.datasource.js +102 -16
- package/dist/esm/datasource/server-side.grid-definitions.js +1 -1
- package/dist/esm/datasource/server-side.resource-base.js +7 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +3 -2
- package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
- package/dist/esm/grid-pro.js +74 -41
- package/dist/esm/grid-pro.styles.js +15 -0
- package/dist/esm/status-bar-components/pagination.status-bar.js +16 -12
- package/dist/grid-pro.api.json +862 -1
- package/dist/grid-pro.d.ts +38 -7
- package/docs/api/grid-pro.gridpro.isserverside.md +12 -0
- package/docs/api/grid-pro.gridpro.md +1 -0
- package/docs/api/grid-pro.gridpro.paginationpagesize.md +5 -1
- package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +25 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applytransactionasync.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.connectedcallback.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.criteriachanged.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.deepclone.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.destroy.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.disconnectedcallback.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.init.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.liveupdates.md +21 -0
- package/docs/api/grid-pro.gridproserversidedatasource.loadmore.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.md +54 -0
- package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +25 -0
- package/docs/api/grid-pro.gridproserversidedatasource.params.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.reloadresourcedata.md +31 -0
- package/docs/api/grid-pro.gridproserversidedatasource.request.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.resourcenamechanged.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.restart.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.zerobasedviewnumber.md +21 -0
- package/docs/api/grid-pro.md +1 -0
- package/docs/api-report.md +5 -4
- package/package.json +13 -13
package/dist/grid-pro.api.json
CHANGED
|
@@ -10435,6 +10435,36 @@
|
|
|
10435
10435
|
"isProtected": true,
|
|
10436
10436
|
"isAbstract": false
|
|
10437
10437
|
},
|
|
10438
|
+
{
|
|
10439
|
+
"kind": "Property",
|
|
10440
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro#isServerSide:member",
|
|
10441
|
+
"docComment": "/**\n * @public\n */\n",
|
|
10442
|
+
"excerptTokens": [
|
|
10443
|
+
{
|
|
10444
|
+
"kind": "Content",
|
|
10445
|
+
"text": "get isServerSide(): "
|
|
10446
|
+
},
|
|
10447
|
+
{
|
|
10448
|
+
"kind": "Content",
|
|
10449
|
+
"text": "boolean"
|
|
10450
|
+
},
|
|
10451
|
+
{
|
|
10452
|
+
"kind": "Content",
|
|
10453
|
+
"text": ";"
|
|
10454
|
+
}
|
|
10455
|
+
],
|
|
10456
|
+
"isReadonly": true,
|
|
10457
|
+
"isOptional": false,
|
|
10458
|
+
"releaseTag": "Public",
|
|
10459
|
+
"name": "isServerSide",
|
|
10460
|
+
"propertyTypeTokenRange": {
|
|
10461
|
+
"startIndex": 1,
|
|
10462
|
+
"endIndex": 2
|
|
10463
|
+
},
|
|
10464
|
+
"isStatic": false,
|
|
10465
|
+
"isProtected": false,
|
|
10466
|
+
"isAbstract": false
|
|
10467
|
+
},
|
|
10438
10468
|
{
|
|
10439
10469
|
"kind": "Method",
|
|
10440
10470
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#mergeAllColumnDefsAndStates:member(1)",
|
|
@@ -10611,7 +10641,7 @@
|
|
|
10611
10641
|
{
|
|
10612
10642
|
"kind": "Property",
|
|
10613
10643
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#paginationPageSize:member",
|
|
10614
|
-
"docComment": "/**\n * Number of rows per page when pagination is enabled.\n *\n * @remarks\n *\n * **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10) Only used when pagination is enabled
|
|
10644
|
+
"docComment": "/**\n * Number of rows per page when pagination is enabled.\n *\n * @remarks\n *\n * **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10)\n *\n * **Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**\n *\n * Note that AG Grid's full pagination functionality requires the Enterprise module.\n */\n",
|
|
10615
10645
|
"excerptTokens": [
|
|
10616
10646
|
{
|
|
10617
10647
|
"kind": "Content",
|
|
@@ -14658,6 +14688,837 @@
|
|
|
14658
14688
|
}
|
|
14659
14689
|
]
|
|
14660
14690
|
},
|
|
14691
|
+
{
|
|
14692
|
+
"kind": "Class",
|
|
14693
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource:class",
|
|
14694
|
+
"docComment": "/**\n * A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.\n *\n * **Custom Sort Indicators**: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover). Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent. The custom styling uses AG Grid's native icon font for consistency with the grid theme.\n *\n * @beta\n */\n",
|
|
14695
|
+
"excerptTokens": [
|
|
14696
|
+
{
|
|
14697
|
+
"kind": "Content",
|
|
14698
|
+
"text": "export declare class GridProServerSideDatasource extends "
|
|
14699
|
+
},
|
|
14700
|
+
{
|
|
14701
|
+
"kind": "Reference",
|
|
14702
|
+
"text": "GridProServerSideDatasource_base",
|
|
14703
|
+
"canonicalReference": "@genesislcap/grid-pro!~GridProServerSideDatasource_base"
|
|
14704
|
+
},
|
|
14705
|
+
{
|
|
14706
|
+
"kind": "Content",
|
|
14707
|
+
"text": " "
|
|
14708
|
+
}
|
|
14709
|
+
],
|
|
14710
|
+
"fileUrlPath": "src/datasource/server-side.datasource.ts",
|
|
14711
|
+
"releaseTag": "Beta",
|
|
14712
|
+
"isAbstract": false,
|
|
14713
|
+
"name": "GridProServerSideDatasource",
|
|
14714
|
+
"preserveMemberOrder": false,
|
|
14715
|
+
"members": [
|
|
14716
|
+
{
|
|
14717
|
+
"kind": "Property",
|
|
14718
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyAsyncFuncName:member",
|
|
14719
|
+
"docComment": "",
|
|
14720
|
+
"excerptTokens": [
|
|
14721
|
+
{
|
|
14722
|
+
"kind": "Content",
|
|
14723
|
+
"text": "applyAsyncFuncName: "
|
|
14724
|
+
},
|
|
14725
|
+
{
|
|
14726
|
+
"kind": "Content",
|
|
14727
|
+
"text": "string"
|
|
14728
|
+
},
|
|
14729
|
+
{
|
|
14730
|
+
"kind": "Content",
|
|
14731
|
+
"text": ";"
|
|
14732
|
+
}
|
|
14733
|
+
],
|
|
14734
|
+
"isReadonly": false,
|
|
14735
|
+
"isOptional": false,
|
|
14736
|
+
"releaseTag": "Beta",
|
|
14737
|
+
"name": "applyAsyncFuncName",
|
|
14738
|
+
"propertyTypeTokenRange": {
|
|
14739
|
+
"startIndex": 1,
|
|
14740
|
+
"endIndex": 2
|
|
14741
|
+
},
|
|
14742
|
+
"isStatic": false,
|
|
14743
|
+
"isProtected": false,
|
|
14744
|
+
"isAbstract": false
|
|
14745
|
+
},
|
|
14746
|
+
{
|
|
14747
|
+
"kind": "Property",
|
|
14748
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyFuncName:member",
|
|
14749
|
+
"docComment": "",
|
|
14750
|
+
"excerptTokens": [
|
|
14751
|
+
{
|
|
14752
|
+
"kind": "Content",
|
|
14753
|
+
"text": "applyFuncName: "
|
|
14754
|
+
},
|
|
14755
|
+
{
|
|
14756
|
+
"kind": "Content",
|
|
14757
|
+
"text": "string"
|
|
14758
|
+
},
|
|
14759
|
+
{
|
|
14760
|
+
"kind": "Content",
|
|
14761
|
+
"text": ";"
|
|
14762
|
+
}
|
|
14763
|
+
],
|
|
14764
|
+
"isReadonly": false,
|
|
14765
|
+
"isOptional": false,
|
|
14766
|
+
"releaseTag": "Beta",
|
|
14767
|
+
"name": "applyFuncName",
|
|
14768
|
+
"propertyTypeTokenRange": {
|
|
14769
|
+
"startIndex": 1,
|
|
14770
|
+
"endIndex": 2
|
|
14771
|
+
},
|
|
14772
|
+
"isStatic": false,
|
|
14773
|
+
"isProtected": false,
|
|
14774
|
+
"isAbstract": false
|
|
14775
|
+
},
|
|
14776
|
+
{
|
|
14777
|
+
"kind": "Method",
|
|
14778
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransaction:member(1)",
|
|
14779
|
+
"docComment": "",
|
|
14780
|
+
"excerptTokens": [
|
|
14781
|
+
{
|
|
14782
|
+
"kind": "Content",
|
|
14783
|
+
"text": "applyTransaction(agTransaction: "
|
|
14784
|
+
},
|
|
14785
|
+
{
|
|
14786
|
+
"kind": "Reference",
|
|
14787
|
+
"text": "RowDataTransaction",
|
|
14788
|
+
"canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
|
|
14789
|
+
},
|
|
14790
|
+
{
|
|
14791
|
+
"kind": "Content",
|
|
14792
|
+
"text": "): "
|
|
14793
|
+
},
|
|
14794
|
+
{
|
|
14795
|
+
"kind": "Reference",
|
|
14796
|
+
"text": "ServerSideTransactionResult",
|
|
14797
|
+
"canonicalReference": "@ag-grid-community/core!ServerSideTransactionResult:interface"
|
|
14798
|
+
},
|
|
14799
|
+
{
|
|
14800
|
+
"kind": "Content",
|
|
14801
|
+
"text": ";"
|
|
14802
|
+
}
|
|
14803
|
+
],
|
|
14804
|
+
"isStatic": false,
|
|
14805
|
+
"returnTypeTokenRange": {
|
|
14806
|
+
"startIndex": 3,
|
|
14807
|
+
"endIndex": 4
|
|
14808
|
+
},
|
|
14809
|
+
"releaseTag": "Beta",
|
|
14810
|
+
"isProtected": false,
|
|
14811
|
+
"overloadIndex": 1,
|
|
14812
|
+
"parameters": [
|
|
14813
|
+
{
|
|
14814
|
+
"parameterName": "agTransaction",
|
|
14815
|
+
"parameterTypeTokenRange": {
|
|
14816
|
+
"startIndex": 1,
|
|
14817
|
+
"endIndex": 2
|
|
14818
|
+
},
|
|
14819
|
+
"isOptional": false
|
|
14820
|
+
}
|
|
14821
|
+
],
|
|
14822
|
+
"isOptional": false,
|
|
14823
|
+
"isAbstract": false,
|
|
14824
|
+
"name": "applyTransaction"
|
|
14825
|
+
},
|
|
14826
|
+
{
|
|
14827
|
+
"kind": "Method",
|
|
14828
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransactionAsync:member(1)",
|
|
14829
|
+
"docComment": "",
|
|
14830
|
+
"excerptTokens": [
|
|
14831
|
+
{
|
|
14832
|
+
"kind": "Content",
|
|
14833
|
+
"text": "applyTransactionAsync(agTransaction: "
|
|
14834
|
+
},
|
|
14835
|
+
{
|
|
14836
|
+
"kind": "Reference",
|
|
14837
|
+
"text": "RowDataTransaction",
|
|
14838
|
+
"canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
|
|
14839
|
+
},
|
|
14840
|
+
{
|
|
14841
|
+
"kind": "Content",
|
|
14842
|
+
"text": ", callback?: "
|
|
14843
|
+
},
|
|
14844
|
+
{
|
|
14845
|
+
"kind": "Content",
|
|
14846
|
+
"text": "(res: "
|
|
14847
|
+
},
|
|
14848
|
+
{
|
|
14849
|
+
"kind": "Reference",
|
|
14850
|
+
"text": "ServerSideTransactionResult",
|
|
14851
|
+
"canonicalReference": "@ag-grid-community/core!ServerSideTransactionResult:interface"
|
|
14852
|
+
},
|
|
14853
|
+
{
|
|
14854
|
+
"kind": "Content",
|
|
14855
|
+
"text": ") => void"
|
|
14856
|
+
},
|
|
14857
|
+
{
|
|
14858
|
+
"kind": "Content",
|
|
14859
|
+
"text": "): "
|
|
14860
|
+
},
|
|
14861
|
+
{
|
|
14862
|
+
"kind": "Content",
|
|
14863
|
+
"text": "void"
|
|
14864
|
+
},
|
|
14865
|
+
{
|
|
14866
|
+
"kind": "Content",
|
|
14867
|
+
"text": ";"
|
|
14868
|
+
}
|
|
14869
|
+
],
|
|
14870
|
+
"isStatic": false,
|
|
14871
|
+
"returnTypeTokenRange": {
|
|
14872
|
+
"startIndex": 7,
|
|
14873
|
+
"endIndex": 8
|
|
14874
|
+
},
|
|
14875
|
+
"releaseTag": "Beta",
|
|
14876
|
+
"isProtected": false,
|
|
14877
|
+
"overloadIndex": 1,
|
|
14878
|
+
"parameters": [
|
|
14879
|
+
{
|
|
14880
|
+
"parameterName": "agTransaction",
|
|
14881
|
+
"parameterTypeTokenRange": {
|
|
14882
|
+
"startIndex": 1,
|
|
14883
|
+
"endIndex": 2
|
|
14884
|
+
},
|
|
14885
|
+
"isOptional": false
|
|
14886
|
+
},
|
|
14887
|
+
{
|
|
14888
|
+
"parameterName": "callback",
|
|
14889
|
+
"parameterTypeTokenRange": {
|
|
14890
|
+
"startIndex": 3,
|
|
14891
|
+
"endIndex": 6
|
|
14892
|
+
},
|
|
14893
|
+
"isOptional": true
|
|
14894
|
+
}
|
|
14895
|
+
],
|
|
14896
|
+
"isOptional": false,
|
|
14897
|
+
"isAbstract": false,
|
|
14898
|
+
"name": "applyTransactionAsync"
|
|
14899
|
+
},
|
|
14900
|
+
{
|
|
14901
|
+
"kind": "Method",
|
|
14902
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#connectedCallback:member(1)",
|
|
14903
|
+
"docComment": "",
|
|
14904
|
+
"excerptTokens": [
|
|
14905
|
+
{
|
|
14906
|
+
"kind": "Content",
|
|
14907
|
+
"text": "connectedCallback(): "
|
|
14908
|
+
},
|
|
14909
|
+
{
|
|
14910
|
+
"kind": "Content",
|
|
14911
|
+
"text": "void"
|
|
14912
|
+
},
|
|
14913
|
+
{
|
|
14914
|
+
"kind": "Content",
|
|
14915
|
+
"text": ";"
|
|
14916
|
+
}
|
|
14917
|
+
],
|
|
14918
|
+
"isStatic": false,
|
|
14919
|
+
"returnTypeTokenRange": {
|
|
14920
|
+
"startIndex": 1,
|
|
14921
|
+
"endIndex": 2
|
|
14922
|
+
},
|
|
14923
|
+
"releaseTag": "Beta",
|
|
14924
|
+
"isProtected": false,
|
|
14925
|
+
"overloadIndex": 1,
|
|
14926
|
+
"parameters": [],
|
|
14927
|
+
"isOptional": false,
|
|
14928
|
+
"isAbstract": false,
|
|
14929
|
+
"name": "connectedCallback"
|
|
14930
|
+
},
|
|
14931
|
+
{
|
|
14932
|
+
"kind": "Method",
|
|
14933
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#criteriaChanged:member(1)",
|
|
14934
|
+
"docComment": "",
|
|
14935
|
+
"excerptTokens": [
|
|
14936
|
+
{
|
|
14937
|
+
"kind": "Content",
|
|
14938
|
+
"text": "criteriaChanged(oldCriteria: "
|
|
14939
|
+
},
|
|
14940
|
+
{
|
|
14941
|
+
"kind": "Content",
|
|
14942
|
+
"text": "string"
|
|
14943
|
+
},
|
|
14944
|
+
{
|
|
14945
|
+
"kind": "Content",
|
|
14946
|
+
"text": ", newCriteria: "
|
|
14947
|
+
},
|
|
14948
|
+
{
|
|
14949
|
+
"kind": "Content",
|
|
14950
|
+
"text": "string"
|
|
14951
|
+
},
|
|
14952
|
+
{
|
|
14953
|
+
"kind": "Content",
|
|
14954
|
+
"text": "): "
|
|
14955
|
+
},
|
|
14956
|
+
{
|
|
14957
|
+
"kind": "Content",
|
|
14958
|
+
"text": "void"
|
|
14959
|
+
},
|
|
14960
|
+
{
|
|
14961
|
+
"kind": "Content",
|
|
14962
|
+
"text": ";"
|
|
14963
|
+
}
|
|
14964
|
+
],
|
|
14965
|
+
"isStatic": false,
|
|
14966
|
+
"returnTypeTokenRange": {
|
|
14967
|
+
"startIndex": 5,
|
|
14968
|
+
"endIndex": 6
|
|
14969
|
+
},
|
|
14970
|
+
"releaseTag": "Beta",
|
|
14971
|
+
"isProtected": false,
|
|
14972
|
+
"overloadIndex": 1,
|
|
14973
|
+
"parameters": [
|
|
14974
|
+
{
|
|
14975
|
+
"parameterName": "oldCriteria",
|
|
14976
|
+
"parameterTypeTokenRange": {
|
|
14977
|
+
"startIndex": 1,
|
|
14978
|
+
"endIndex": 2
|
|
14979
|
+
},
|
|
14980
|
+
"isOptional": false
|
|
14981
|
+
},
|
|
14982
|
+
{
|
|
14983
|
+
"parameterName": "newCriteria",
|
|
14984
|
+
"parameterTypeTokenRange": {
|
|
14985
|
+
"startIndex": 3,
|
|
14986
|
+
"endIndex": 4
|
|
14987
|
+
},
|
|
14988
|
+
"isOptional": false
|
|
14989
|
+
}
|
|
14990
|
+
],
|
|
14991
|
+
"isOptional": false,
|
|
14992
|
+
"isAbstract": false,
|
|
14993
|
+
"name": "criteriaChanged"
|
|
14994
|
+
},
|
|
14995
|
+
{
|
|
14996
|
+
"kind": "Method",
|
|
14997
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#deepClone:member(1)",
|
|
14998
|
+
"docComment": "",
|
|
14999
|
+
"excerptTokens": [
|
|
15000
|
+
{
|
|
15001
|
+
"kind": "Content",
|
|
15002
|
+
"text": "deepClone(): "
|
|
15003
|
+
},
|
|
15004
|
+
{
|
|
15005
|
+
"kind": "Reference",
|
|
15006
|
+
"text": "Node",
|
|
15007
|
+
"canonicalReference": "!Node:interface"
|
|
15008
|
+
},
|
|
15009
|
+
{
|
|
15010
|
+
"kind": "Content",
|
|
15011
|
+
"text": ";"
|
|
15012
|
+
}
|
|
15013
|
+
],
|
|
15014
|
+
"isStatic": false,
|
|
15015
|
+
"returnTypeTokenRange": {
|
|
15016
|
+
"startIndex": 1,
|
|
15017
|
+
"endIndex": 2
|
|
15018
|
+
},
|
|
15019
|
+
"releaseTag": "Beta",
|
|
15020
|
+
"isProtected": false,
|
|
15021
|
+
"overloadIndex": 1,
|
|
15022
|
+
"parameters": [],
|
|
15023
|
+
"isOptional": false,
|
|
15024
|
+
"isAbstract": false,
|
|
15025
|
+
"name": "deepClone"
|
|
15026
|
+
},
|
|
15027
|
+
{
|
|
15028
|
+
"kind": "Method",
|
|
15029
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#destroy:member(1)",
|
|
15030
|
+
"docComment": "",
|
|
15031
|
+
"excerptTokens": [
|
|
15032
|
+
{
|
|
15033
|
+
"kind": "Content",
|
|
15034
|
+
"text": "destroy(): "
|
|
15035
|
+
},
|
|
15036
|
+
{
|
|
15037
|
+
"kind": "Reference",
|
|
15038
|
+
"text": "Promise",
|
|
15039
|
+
"canonicalReference": "!Promise:interface"
|
|
15040
|
+
},
|
|
15041
|
+
{
|
|
15042
|
+
"kind": "Content",
|
|
15043
|
+
"text": "<void>"
|
|
15044
|
+
},
|
|
15045
|
+
{
|
|
15046
|
+
"kind": "Content",
|
|
15047
|
+
"text": ";"
|
|
15048
|
+
}
|
|
15049
|
+
],
|
|
15050
|
+
"isStatic": false,
|
|
15051
|
+
"returnTypeTokenRange": {
|
|
15052
|
+
"startIndex": 1,
|
|
15053
|
+
"endIndex": 3
|
|
15054
|
+
},
|
|
15055
|
+
"releaseTag": "Beta",
|
|
15056
|
+
"isProtected": false,
|
|
15057
|
+
"overloadIndex": 1,
|
|
15058
|
+
"parameters": [],
|
|
15059
|
+
"isOptional": false,
|
|
15060
|
+
"isAbstract": false,
|
|
15061
|
+
"name": "destroy"
|
|
15062
|
+
},
|
|
15063
|
+
{
|
|
15064
|
+
"kind": "Method",
|
|
15065
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#disconnectedCallback:member(1)",
|
|
15066
|
+
"docComment": "",
|
|
15067
|
+
"excerptTokens": [
|
|
15068
|
+
{
|
|
15069
|
+
"kind": "Content",
|
|
15070
|
+
"text": "disconnectedCallback(): "
|
|
15071
|
+
},
|
|
15072
|
+
{
|
|
15073
|
+
"kind": "Content",
|
|
15074
|
+
"text": "void"
|
|
15075
|
+
},
|
|
15076
|
+
{
|
|
15077
|
+
"kind": "Content",
|
|
15078
|
+
"text": ";"
|
|
15079
|
+
}
|
|
15080
|
+
],
|
|
15081
|
+
"isStatic": false,
|
|
15082
|
+
"returnTypeTokenRange": {
|
|
15083
|
+
"startIndex": 1,
|
|
15084
|
+
"endIndex": 2
|
|
15085
|
+
},
|
|
15086
|
+
"releaseTag": "Beta",
|
|
15087
|
+
"isProtected": false,
|
|
15088
|
+
"overloadIndex": 1,
|
|
15089
|
+
"parameters": [],
|
|
15090
|
+
"isOptional": false,
|
|
15091
|
+
"isAbstract": false,
|
|
15092
|
+
"name": "disconnectedCallback"
|
|
15093
|
+
},
|
|
15094
|
+
{
|
|
15095
|
+
"kind": "Method",
|
|
15096
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#init:member(1)",
|
|
15097
|
+
"docComment": "",
|
|
15098
|
+
"excerptTokens": [
|
|
15099
|
+
{
|
|
15100
|
+
"kind": "Content",
|
|
15101
|
+
"text": "init(): "
|
|
15102
|
+
},
|
|
15103
|
+
{
|
|
15104
|
+
"kind": "Reference",
|
|
15105
|
+
"text": "Promise",
|
|
15106
|
+
"canonicalReference": "!Promise:interface"
|
|
15107
|
+
},
|
|
15108
|
+
{
|
|
15109
|
+
"kind": "Content",
|
|
15110
|
+
"text": "<void>"
|
|
15111
|
+
},
|
|
15112
|
+
{
|
|
15113
|
+
"kind": "Content",
|
|
15114
|
+
"text": ";"
|
|
15115
|
+
}
|
|
15116
|
+
],
|
|
15117
|
+
"isStatic": false,
|
|
15118
|
+
"returnTypeTokenRange": {
|
|
15119
|
+
"startIndex": 1,
|
|
15120
|
+
"endIndex": 3
|
|
15121
|
+
},
|
|
15122
|
+
"releaseTag": "Beta",
|
|
15123
|
+
"isProtected": false,
|
|
15124
|
+
"overloadIndex": 1,
|
|
15125
|
+
"parameters": [],
|
|
15126
|
+
"isOptional": false,
|
|
15127
|
+
"isAbstract": false,
|
|
15128
|
+
"name": "init"
|
|
15129
|
+
},
|
|
15130
|
+
{
|
|
15131
|
+
"kind": "Property",
|
|
15132
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#liveUpdates:member",
|
|
15133
|
+
"docComment": "/**\n * Enable live updates for the grid.\n *\n * @remarks\n *\n * Only works with DATASERVER resources (StreamDatasource) right now.\n */\n",
|
|
15134
|
+
"excerptTokens": [
|
|
15135
|
+
{
|
|
15136
|
+
"kind": "Content",
|
|
15137
|
+
"text": "liveUpdates: "
|
|
15138
|
+
},
|
|
15139
|
+
{
|
|
15140
|
+
"kind": "Content",
|
|
15141
|
+
"text": "boolean"
|
|
15142
|
+
},
|
|
15143
|
+
{
|
|
15144
|
+
"kind": "Content",
|
|
15145
|
+
"text": ";"
|
|
15146
|
+
}
|
|
15147
|
+
],
|
|
15148
|
+
"isReadonly": false,
|
|
15149
|
+
"isOptional": false,
|
|
15150
|
+
"releaseTag": "Beta",
|
|
15151
|
+
"name": "liveUpdates",
|
|
15152
|
+
"propertyTypeTokenRange": {
|
|
15153
|
+
"startIndex": 1,
|
|
15154
|
+
"endIndex": 2
|
|
15155
|
+
},
|
|
15156
|
+
"isStatic": false,
|
|
15157
|
+
"isProtected": false,
|
|
15158
|
+
"isAbstract": false
|
|
15159
|
+
},
|
|
15160
|
+
{
|
|
15161
|
+
"kind": "Method",
|
|
15162
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#loadMore:member(1)",
|
|
15163
|
+
"docComment": "",
|
|
15164
|
+
"excerptTokens": [
|
|
15165
|
+
{
|
|
15166
|
+
"kind": "Content",
|
|
15167
|
+
"text": "loadMore(): "
|
|
15168
|
+
},
|
|
15169
|
+
{
|
|
15170
|
+
"kind": "Content",
|
|
15171
|
+
"text": "void"
|
|
15172
|
+
},
|
|
15173
|
+
{
|
|
15174
|
+
"kind": "Content",
|
|
15175
|
+
"text": ";"
|
|
15176
|
+
}
|
|
15177
|
+
],
|
|
15178
|
+
"isStatic": false,
|
|
15179
|
+
"returnTypeTokenRange": {
|
|
15180
|
+
"startIndex": 1,
|
|
15181
|
+
"endIndex": 2
|
|
15182
|
+
},
|
|
15183
|
+
"releaseTag": "Beta",
|
|
15184
|
+
"isProtected": false,
|
|
15185
|
+
"overloadIndex": 1,
|
|
15186
|
+
"parameters": [],
|
|
15187
|
+
"isOptional": false,
|
|
15188
|
+
"isAbstract": false,
|
|
15189
|
+
"name": "loadMore"
|
|
15190
|
+
},
|
|
15191
|
+
{
|
|
15192
|
+
"kind": "Method",
|
|
15193
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#onPaginationChanged:member(1)",
|
|
15194
|
+
"docComment": "",
|
|
15195
|
+
"excerptTokens": [
|
|
15196
|
+
{
|
|
15197
|
+
"kind": "Content",
|
|
15198
|
+
"text": "onPaginationChanged(event: "
|
|
15199
|
+
},
|
|
15200
|
+
{
|
|
15201
|
+
"kind": "Reference",
|
|
15202
|
+
"text": "PaginationChangedEvent",
|
|
15203
|
+
"canonicalReference": "@ag-grid-community/core!PaginationChangedEvent:interface"
|
|
15204
|
+
},
|
|
15205
|
+
{
|
|
15206
|
+
"kind": "Content",
|
|
15207
|
+
"text": "): "
|
|
15208
|
+
},
|
|
15209
|
+
{
|
|
15210
|
+
"kind": "Content",
|
|
15211
|
+
"text": "void"
|
|
15212
|
+
},
|
|
15213
|
+
{
|
|
15214
|
+
"kind": "Content",
|
|
15215
|
+
"text": ";"
|
|
15216
|
+
}
|
|
15217
|
+
],
|
|
15218
|
+
"isStatic": false,
|
|
15219
|
+
"returnTypeTokenRange": {
|
|
15220
|
+
"startIndex": 3,
|
|
15221
|
+
"endIndex": 4
|
|
15222
|
+
},
|
|
15223
|
+
"releaseTag": "Beta",
|
|
15224
|
+
"isProtected": false,
|
|
15225
|
+
"overloadIndex": 1,
|
|
15226
|
+
"parameters": [
|
|
15227
|
+
{
|
|
15228
|
+
"parameterName": "event",
|
|
15229
|
+
"parameterTypeTokenRange": {
|
|
15230
|
+
"startIndex": 1,
|
|
15231
|
+
"endIndex": 2
|
|
15232
|
+
},
|
|
15233
|
+
"isOptional": false
|
|
15234
|
+
}
|
|
15235
|
+
],
|
|
15236
|
+
"isOptional": false,
|
|
15237
|
+
"isAbstract": false,
|
|
15238
|
+
"name": "onPaginationChanged"
|
|
15239
|
+
},
|
|
15240
|
+
{
|
|
15241
|
+
"kind": "Property",
|
|
15242
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#params:member",
|
|
15243
|
+
"docComment": "",
|
|
15244
|
+
"excerptTokens": [
|
|
15245
|
+
{
|
|
15246
|
+
"kind": "Content",
|
|
15247
|
+
"text": "get params(): "
|
|
15248
|
+
},
|
|
15249
|
+
{
|
|
15250
|
+
"kind": "Content",
|
|
15251
|
+
"text": "any"
|
|
15252
|
+
},
|
|
15253
|
+
{
|
|
15254
|
+
"kind": "Content",
|
|
15255
|
+
"text": ";"
|
|
15256
|
+
}
|
|
15257
|
+
],
|
|
15258
|
+
"isReadonly": true,
|
|
15259
|
+
"isOptional": false,
|
|
15260
|
+
"releaseTag": "Beta",
|
|
15261
|
+
"name": "params",
|
|
15262
|
+
"propertyTypeTokenRange": {
|
|
15263
|
+
"startIndex": 1,
|
|
15264
|
+
"endIndex": 2
|
|
15265
|
+
},
|
|
15266
|
+
"isStatic": false,
|
|
15267
|
+
"isProtected": false,
|
|
15268
|
+
"isAbstract": false
|
|
15269
|
+
},
|
|
15270
|
+
{
|
|
15271
|
+
"kind": "Method",
|
|
15272
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#reloadResourceData:member(1)",
|
|
15273
|
+
"docComment": "/**\n * Resets the grid data while keeping columnDefs and reloads data.\n *\n * @remarks\n *\n * This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.\n *\n * @beta\n */\n",
|
|
15274
|
+
"excerptTokens": [
|
|
15275
|
+
{
|
|
15276
|
+
"kind": "Content",
|
|
15277
|
+
"text": "reloadResourceData(params?: "
|
|
15278
|
+
},
|
|
15279
|
+
{
|
|
15280
|
+
"kind": "Reference",
|
|
15281
|
+
"text": "DatasourceOptions",
|
|
15282
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
15283
|
+
},
|
|
15284
|
+
{
|
|
15285
|
+
"kind": "Content",
|
|
15286
|
+
"text": "): "
|
|
15287
|
+
},
|
|
15288
|
+
{
|
|
15289
|
+
"kind": "Reference",
|
|
15290
|
+
"text": "Promise",
|
|
15291
|
+
"canonicalReference": "!Promise:interface"
|
|
15292
|
+
},
|
|
15293
|
+
{
|
|
15294
|
+
"kind": "Content",
|
|
15295
|
+
"text": "<void>"
|
|
15296
|
+
},
|
|
15297
|
+
{
|
|
15298
|
+
"kind": "Content",
|
|
15299
|
+
"text": ";"
|
|
15300
|
+
}
|
|
15301
|
+
],
|
|
15302
|
+
"isStatic": false,
|
|
15303
|
+
"returnTypeTokenRange": {
|
|
15304
|
+
"startIndex": 3,
|
|
15305
|
+
"endIndex": 5
|
|
15306
|
+
},
|
|
15307
|
+
"releaseTag": "Beta",
|
|
15308
|
+
"isProtected": false,
|
|
15309
|
+
"overloadIndex": 1,
|
|
15310
|
+
"parameters": [
|
|
15311
|
+
{
|
|
15312
|
+
"parameterName": "params",
|
|
15313
|
+
"parameterTypeTokenRange": {
|
|
15314
|
+
"startIndex": 1,
|
|
15315
|
+
"endIndex": 2
|
|
15316
|
+
},
|
|
15317
|
+
"isOptional": true
|
|
15318
|
+
}
|
|
15319
|
+
],
|
|
15320
|
+
"isOptional": false,
|
|
15321
|
+
"isAbstract": false,
|
|
15322
|
+
"name": "reloadResourceData"
|
|
15323
|
+
},
|
|
15324
|
+
{
|
|
15325
|
+
"kind": "Property",
|
|
15326
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#request:member",
|
|
15327
|
+
"docComment": "",
|
|
15328
|
+
"excerptTokens": [
|
|
15329
|
+
{
|
|
15330
|
+
"kind": "Content",
|
|
15331
|
+
"text": "request: "
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"kind": "Content",
|
|
15335
|
+
"text": "any"
|
|
15336
|
+
},
|
|
15337
|
+
{
|
|
15338
|
+
"kind": "Content",
|
|
15339
|
+
"text": ";"
|
|
15340
|
+
}
|
|
15341
|
+
],
|
|
15342
|
+
"isReadonly": false,
|
|
15343
|
+
"isOptional": false,
|
|
15344
|
+
"releaseTag": "Beta",
|
|
15345
|
+
"name": "request",
|
|
15346
|
+
"propertyTypeTokenRange": {
|
|
15347
|
+
"startIndex": 1,
|
|
15348
|
+
"endIndex": 2
|
|
15349
|
+
},
|
|
15350
|
+
"isStatic": false,
|
|
15351
|
+
"isProtected": false,
|
|
15352
|
+
"isAbstract": false
|
|
15353
|
+
},
|
|
15354
|
+
{
|
|
15355
|
+
"kind": "Method",
|
|
15356
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#resourceNameChanged:member(1)",
|
|
15357
|
+
"docComment": "",
|
|
15358
|
+
"excerptTokens": [
|
|
15359
|
+
{
|
|
15360
|
+
"kind": "Content",
|
|
15361
|
+
"text": "resourceNameChanged(oldValue: "
|
|
15362
|
+
},
|
|
15363
|
+
{
|
|
15364
|
+
"kind": "Content",
|
|
15365
|
+
"text": "string"
|
|
15366
|
+
},
|
|
15367
|
+
{
|
|
15368
|
+
"kind": "Content",
|
|
15369
|
+
"text": ", newValue: "
|
|
15370
|
+
},
|
|
15371
|
+
{
|
|
15372
|
+
"kind": "Content",
|
|
15373
|
+
"text": "string"
|
|
15374
|
+
},
|
|
15375
|
+
{
|
|
15376
|
+
"kind": "Content",
|
|
15377
|
+
"text": "): "
|
|
15378
|
+
},
|
|
15379
|
+
{
|
|
15380
|
+
"kind": "Content",
|
|
15381
|
+
"text": "void"
|
|
15382
|
+
},
|
|
15383
|
+
{
|
|
15384
|
+
"kind": "Content",
|
|
15385
|
+
"text": ";"
|
|
15386
|
+
}
|
|
15387
|
+
],
|
|
15388
|
+
"isStatic": false,
|
|
15389
|
+
"returnTypeTokenRange": {
|
|
15390
|
+
"startIndex": 5,
|
|
15391
|
+
"endIndex": 6
|
|
15392
|
+
},
|
|
15393
|
+
"releaseTag": "Beta",
|
|
15394
|
+
"isProtected": false,
|
|
15395
|
+
"overloadIndex": 1,
|
|
15396
|
+
"parameters": [
|
|
15397
|
+
{
|
|
15398
|
+
"parameterName": "oldValue",
|
|
15399
|
+
"parameterTypeTokenRange": {
|
|
15400
|
+
"startIndex": 1,
|
|
15401
|
+
"endIndex": 2
|
|
15402
|
+
},
|
|
15403
|
+
"isOptional": false
|
|
15404
|
+
},
|
|
15405
|
+
{
|
|
15406
|
+
"parameterName": "newValue",
|
|
15407
|
+
"parameterTypeTokenRange": {
|
|
15408
|
+
"startIndex": 3,
|
|
15409
|
+
"endIndex": 4
|
|
15410
|
+
},
|
|
15411
|
+
"isOptional": false
|
|
15412
|
+
}
|
|
15413
|
+
],
|
|
15414
|
+
"isOptional": false,
|
|
15415
|
+
"isAbstract": false,
|
|
15416
|
+
"name": "resourceNameChanged"
|
|
15417
|
+
},
|
|
15418
|
+
{
|
|
15419
|
+
"kind": "Method",
|
|
15420
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#restart:member(1)",
|
|
15421
|
+
"docComment": "",
|
|
15422
|
+
"excerptTokens": [
|
|
15423
|
+
{
|
|
15424
|
+
"kind": "Content",
|
|
15425
|
+
"text": "restart(): "
|
|
15426
|
+
},
|
|
15427
|
+
{
|
|
15428
|
+
"kind": "Reference",
|
|
15429
|
+
"text": "Promise",
|
|
15430
|
+
"canonicalReference": "!Promise:interface"
|
|
15431
|
+
},
|
|
15432
|
+
{
|
|
15433
|
+
"kind": "Content",
|
|
15434
|
+
"text": "<void>"
|
|
15435
|
+
},
|
|
15436
|
+
{
|
|
15437
|
+
"kind": "Content",
|
|
15438
|
+
"text": ";"
|
|
15439
|
+
}
|
|
15440
|
+
],
|
|
15441
|
+
"isStatic": false,
|
|
15442
|
+
"returnTypeTokenRange": {
|
|
15443
|
+
"startIndex": 1,
|
|
15444
|
+
"endIndex": 3
|
|
15445
|
+
},
|
|
15446
|
+
"releaseTag": "Beta",
|
|
15447
|
+
"isProtected": false,
|
|
15448
|
+
"overloadIndex": 1,
|
|
15449
|
+
"parameters": [],
|
|
15450
|
+
"isOptional": false,
|
|
15451
|
+
"isAbstract": false,
|
|
15452
|
+
"name": "restart"
|
|
15453
|
+
},
|
|
15454
|
+
{
|
|
15455
|
+
"kind": "Property",
|
|
15456
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#rowModel:member",
|
|
15457
|
+
"docComment": "",
|
|
15458
|
+
"excerptTokens": [
|
|
15459
|
+
{
|
|
15460
|
+
"kind": "Content",
|
|
15461
|
+
"text": "get rowModel(): "
|
|
15462
|
+
},
|
|
15463
|
+
{
|
|
15464
|
+
"kind": "Reference",
|
|
15465
|
+
"text": "IServerSideRowModel",
|
|
15466
|
+
"canonicalReference": "@ag-grid-community/core!IServerSideRowModel:interface"
|
|
15467
|
+
},
|
|
15468
|
+
{
|
|
15469
|
+
"kind": "Content",
|
|
15470
|
+
"text": ";"
|
|
15471
|
+
}
|
|
15472
|
+
],
|
|
15473
|
+
"isReadonly": true,
|
|
15474
|
+
"isOptional": false,
|
|
15475
|
+
"releaseTag": "Beta",
|
|
15476
|
+
"name": "rowModel",
|
|
15477
|
+
"propertyTypeTokenRange": {
|
|
15478
|
+
"startIndex": 1,
|
|
15479
|
+
"endIndex": 2
|
|
15480
|
+
},
|
|
15481
|
+
"isStatic": false,
|
|
15482
|
+
"isProtected": false,
|
|
15483
|
+
"isAbstract": false
|
|
15484
|
+
},
|
|
15485
|
+
{
|
|
15486
|
+
"kind": "Property",
|
|
15487
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#zeroBasedViewNumber:member",
|
|
15488
|
+
"docComment": "/**\n * The starting VIEW_NUMBER of the data to be fetched.\n *\n * @remarks\n *\n * The VIEW_NUMBER isincremented by the grid as the user scrolls or changes pages.\n */\n",
|
|
15489
|
+
"excerptTokens": [
|
|
15490
|
+
{
|
|
15491
|
+
"kind": "Content",
|
|
15492
|
+
"text": "zeroBasedViewNumber: "
|
|
15493
|
+
},
|
|
15494
|
+
{
|
|
15495
|
+
"kind": "Content",
|
|
15496
|
+
"text": "boolean"
|
|
15497
|
+
},
|
|
15498
|
+
{
|
|
15499
|
+
"kind": "Content",
|
|
15500
|
+
"text": ";"
|
|
15501
|
+
}
|
|
15502
|
+
],
|
|
15503
|
+
"isReadonly": false,
|
|
15504
|
+
"isOptional": false,
|
|
15505
|
+
"releaseTag": "Beta",
|
|
15506
|
+
"name": "zeroBasedViewNumber",
|
|
15507
|
+
"propertyTypeTokenRange": {
|
|
15508
|
+
"startIndex": 1,
|
|
15509
|
+
"endIndex": 2
|
|
15510
|
+
},
|
|
15511
|
+
"isStatic": false,
|
|
15512
|
+
"isProtected": false,
|
|
15513
|
+
"isAbstract": false
|
|
15514
|
+
}
|
|
15515
|
+
],
|
|
15516
|
+
"extendsTokenRange": {
|
|
15517
|
+
"startIndex": 1,
|
|
15518
|
+
"endIndex": 2
|
|
15519
|
+
},
|
|
15520
|
+
"implementsTokenRanges": []
|
|
15521
|
+
},
|
|
14661
15522
|
{
|
|
14662
15523
|
"kind": "Interface",
|
|
14663
15524
|
"canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface",
|