@genesislcap/grid-pro 14.105.0 → 14.106.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.
Files changed (33) hide show
  1. package/dist/custom-elements.json +1003 -536
  2. package/dist/dts/datasource/base.datasource.d.ts +18 -0
  3. package/dist/dts/datasource/base.datasource.d.ts.map +1 -0
  4. package/dist/dts/datasource/server-side.datasource.d.ts +3 -12
  5. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  6. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -17
  7. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  8. package/dist/dts/grid-pro.d.ts +6 -5
  9. package/dist/dts/grid-pro.d.ts.map +1 -1
  10. package/dist/esm/datasource/base.datasource.js +51 -0
  11. package/dist/esm/datasource/server-side.datasource.js +12 -53
  12. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +5 -44
  13. package/dist/esm/grid-pro.js +8 -7
  14. package/dist/grid-pro.api.json +5 -372
  15. package/dist/grid-pro.d.ts +28 -29
  16. package/docs/api/grid-pro.gridpro.gridprodatasource.md +11 -0
  17. package/docs/api/grid-pro.gridpro.md +1 -1
  18. package/docs/api/grid-pro.gridprogenesisdatasource.md +0 -12
  19. package/docs/api-report.md +5 -45
  20. package/package.json +8 -8
  21. package/docs/api/grid-pro.gridpro.gridprogenesisdatasource.md +0 -11
  22. package/docs/api/grid-pro.gridprogenesisdatasource.connect.md +0 -11
  23. package/docs/api/grid-pro.gridprogenesisdatasource.criteria.md +0 -11
  24. package/docs/api/grid-pro.gridprogenesisdatasource.deferredcolumnstates.md +0 -11
  25. package/docs/api/grid-pro.gridprogenesisdatasource.deferredgridoptions.md +0 -11
  26. package/docs/api/grid-pro.gridprogenesisdatasource.fields.md +0 -11
  27. package/docs/api/grid-pro.gridprogenesisdatasource.issnapshot.md +0 -11
  28. package/docs/api/grid-pro.gridprogenesisdatasource.maxrows.md +0 -11
  29. package/docs/api/grid-pro.gridprogenesisdatasource.maxview.md +0 -11
  30. package/docs/api/grid-pro.gridprogenesisdatasource.movingview.md +0 -11
  31. package/docs/api/grid-pro.gridprogenesisdatasource.orderby.md +0 -11
  32. package/docs/api/grid-pro.gridprogenesisdatasource.resourcename.md +0 -11
  33. package/docs/api/grid-pro.gridprogenesisdatasource.reverse.md +0 -11
@@ -6624,17 +6624,17 @@
6624
6624
  },
6625
6625
  {
6626
6626
  "kind": "Property",
6627
- "canonicalReference": "@genesislcap/grid-pro!GridPro#gridProGenesisDatasource:member",
6627
+ "canonicalReference": "@genesislcap/grid-pro!GridPro#gridProDatasource:member",
6628
6628
  "docComment": "",
6629
6629
  "excerptTokens": [
6630
6630
  {
6631
6631
  "kind": "Content",
6632
- "text": "get gridProGenesisDatasource(): "
6632
+ "text": "get gridProDatasource(): "
6633
6633
  },
6634
6634
  {
6635
6635
  "kind": "Reference",
6636
- "text": "GridProGenesisDatasource",
6637
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class"
6636
+ "text": "GridProBaseDatasource",
6637
+ "canonicalReference": "@genesislcap/grid-pro!~GridProBaseDatasource:class"
6638
6638
  },
6639
6639
  {
6640
6640
  "kind": "Content",
@@ -6644,7 +6644,7 @@
6644
6644
  "isReadonly": true,
6645
6645
  "isOptional": false,
6646
6646
  "releaseTag": "Public",
6647
- "name": "gridProGenesisDatasource",
6647
+ "name": "gridProDatasource",
6648
6648
  "propertyTypeTokenRange": {
6649
6649
  "startIndex": 1,
6650
6650
  "endIndex": 2
@@ -7762,37 +7762,6 @@
7762
7762
  "isProtected": false,
7763
7763
  "isAbstract": false
7764
7764
  },
7765
- {
7766
- "kind": "Property",
7767
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connect:member",
7768
- "docComment": "",
7769
- "excerptTokens": [
7770
- {
7771
- "kind": "Content",
7772
- "text": "connect: "
7773
- },
7774
- {
7775
- "kind": "Reference",
7776
- "text": "Connect",
7777
- "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
7778
- },
7779
- {
7780
- "kind": "Content",
7781
- "text": ";"
7782
- }
7783
- ],
7784
- "isReadonly": false,
7785
- "isOptional": false,
7786
- "releaseTag": "Public",
7787
- "name": "connect",
7788
- "propertyTypeTokenRange": {
7789
- "startIndex": 1,
7790
- "endIndex": 2
7791
- },
7792
- "isStatic": false,
7793
- "isProtected": false,
7794
- "isAbstract": false
7795
- },
7796
7765
  {
7797
7766
  "kind": "Method",
7798
7767
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connectedCallback:member(1)",
@@ -7824,36 +7793,6 @@
7824
7793
  "isAbstract": false,
7825
7794
  "name": "connectedCallback"
7826
7795
  },
7827
- {
7828
- "kind": "Property",
7829
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteria:member",
7830
- "docComment": "",
7831
- "excerptTokens": [
7832
- {
7833
- "kind": "Content",
7834
- "text": "criteria: "
7835
- },
7836
- {
7837
- "kind": "Content",
7838
- "text": "string"
7839
- },
7840
- {
7841
- "kind": "Content",
7842
- "text": ";"
7843
- }
7844
- ],
7845
- "isReadonly": false,
7846
- "isOptional": false,
7847
- "releaseTag": "Public",
7848
- "name": "criteria",
7849
- "propertyTypeTokenRange": {
7850
- "startIndex": 1,
7851
- "endIndex": 2
7852
- },
7853
- "isStatic": false,
7854
- "isProtected": false,
7855
- "isAbstract": false
7856
- },
7857
7796
  {
7858
7797
  "kind": "Method",
7859
7798
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteriaChanged:member(1)",
@@ -7981,72 +7920,6 @@
7981
7920
  "isAbstract": false,
7982
7921
  "name": "deepClone"
7983
7922
  },
7984
- {
7985
- "kind": "Property",
7986
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deferredColumnStates:member",
7987
- "docComment": "",
7988
- "excerptTokens": [
7989
- {
7990
- "kind": "Content",
7991
- "text": "deferredColumnStates: "
7992
- },
7993
- {
7994
- "kind": "Reference",
7995
- "text": "ColumnState",
7996
- "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
7997
- },
7998
- {
7999
- "kind": "Content",
8000
- "text": "[]"
8001
- },
8002
- {
8003
- "kind": "Content",
8004
- "text": ";"
8005
- }
8006
- ],
8007
- "isReadonly": false,
8008
- "isOptional": false,
8009
- "releaseTag": "Public",
8010
- "name": "deferredColumnStates",
8011
- "propertyTypeTokenRange": {
8012
- "startIndex": 1,
8013
- "endIndex": 3
8014
- },
8015
- "isStatic": false,
8016
- "isProtected": false,
8017
- "isAbstract": false
8018
- },
8019
- {
8020
- "kind": "Property",
8021
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deferredGridOptions:member",
8022
- "docComment": "",
8023
- "excerptTokens": [
8024
- {
8025
- "kind": "Content",
8026
- "text": "deferredGridOptions: "
8027
- },
8028
- {
8029
- "kind": "Reference",
8030
- "text": "GridOptions",
8031
- "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
8032
- },
8033
- {
8034
- "kind": "Content",
8035
- "text": ";"
8036
- }
8037
- ],
8038
- "isReadonly": false,
8039
- "isOptional": false,
8040
- "releaseTag": "Public",
8041
- "name": "deferredGridOptions",
8042
- "propertyTypeTokenRange": {
8043
- "startIndex": 1,
8044
- "endIndex": 2
8045
- },
8046
- "isStatic": false,
8047
- "isProtected": false,
8048
- "isAbstract": false
8049
- },
8050
7923
  {
8051
7924
  "kind": "Method",
8052
7925
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deinit:member(1)",
@@ -8139,36 +8012,6 @@
8139
8012
  "isAbstract": false,
8140
8013
  "name": "disconnectedCallback"
8141
8014
  },
8142
- {
8143
- "kind": "Property",
8144
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#fields:member",
8145
- "docComment": "",
8146
- "excerptTokens": [
8147
- {
8148
- "kind": "Content",
8149
- "text": "fields: "
8150
- },
8151
- {
8152
- "kind": "Content",
8153
- "text": "string"
8154
- },
8155
- {
8156
- "kind": "Content",
8157
- "text": ";"
8158
- }
8159
- ],
8160
- "isReadonly": false,
8161
- "isOptional": false,
8162
- "releaseTag": "Public",
8163
- "name": "fields",
8164
- "propertyTypeTokenRange": {
8165
- "startIndex": 1,
8166
- "endIndex": 2
8167
- },
8168
- "isStatic": false,
8169
- "isProtected": false,
8170
- "isAbstract": false
8171
- },
8172
8015
  {
8173
8016
  "kind": "Method",
8174
8017
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#init:member(1)",
@@ -8205,156 +8048,6 @@
8205
8048
  "isAbstract": false,
8206
8049
  "name": "init"
8207
8050
  },
8208
- {
8209
- "kind": "Property",
8210
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#isSnapshot:member",
8211
- "docComment": "",
8212
- "excerptTokens": [
8213
- {
8214
- "kind": "Content",
8215
- "text": "isSnapshot: "
8216
- },
8217
- {
8218
- "kind": "Content",
8219
- "text": "boolean"
8220
- },
8221
- {
8222
- "kind": "Content",
8223
- "text": ";"
8224
- }
8225
- ],
8226
- "isReadonly": false,
8227
- "isOptional": false,
8228
- "releaseTag": "Public",
8229
- "name": "isSnapshot",
8230
- "propertyTypeTokenRange": {
8231
- "startIndex": 1,
8232
- "endIndex": 2
8233
- },
8234
- "isStatic": false,
8235
- "isProtected": false,
8236
- "isAbstract": false
8237
- },
8238
- {
8239
- "kind": "Property",
8240
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#maxRows:member",
8241
- "docComment": "",
8242
- "excerptTokens": [
8243
- {
8244
- "kind": "Content",
8245
- "text": "maxRows: "
8246
- },
8247
- {
8248
- "kind": "Content",
8249
- "text": "number"
8250
- },
8251
- {
8252
- "kind": "Content",
8253
- "text": ";"
8254
- }
8255
- ],
8256
- "isReadonly": false,
8257
- "isOptional": false,
8258
- "releaseTag": "Public",
8259
- "name": "maxRows",
8260
- "propertyTypeTokenRange": {
8261
- "startIndex": 1,
8262
- "endIndex": 2
8263
- },
8264
- "isStatic": false,
8265
- "isProtected": false,
8266
- "isAbstract": false
8267
- },
8268
- {
8269
- "kind": "Property",
8270
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#maxView:member",
8271
- "docComment": "",
8272
- "excerptTokens": [
8273
- {
8274
- "kind": "Content",
8275
- "text": "maxView: "
8276
- },
8277
- {
8278
- "kind": "Content",
8279
- "text": "number"
8280
- },
8281
- {
8282
- "kind": "Content",
8283
- "text": ";"
8284
- }
8285
- ],
8286
- "isReadonly": false,
8287
- "isOptional": false,
8288
- "releaseTag": "Public",
8289
- "name": "maxView",
8290
- "propertyTypeTokenRange": {
8291
- "startIndex": 1,
8292
- "endIndex": 2
8293
- },
8294
- "isStatic": false,
8295
- "isProtected": false,
8296
- "isAbstract": false
8297
- },
8298
- {
8299
- "kind": "Property",
8300
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#movingView:member",
8301
- "docComment": "",
8302
- "excerptTokens": [
8303
- {
8304
- "kind": "Content",
8305
- "text": "movingView: "
8306
- },
8307
- {
8308
- "kind": "Content",
8309
- "text": "boolean"
8310
- },
8311
- {
8312
- "kind": "Content",
8313
- "text": ";"
8314
- }
8315
- ],
8316
- "isReadonly": false,
8317
- "isOptional": false,
8318
- "releaseTag": "Public",
8319
- "name": "movingView",
8320
- "propertyTypeTokenRange": {
8321
- "startIndex": 1,
8322
- "endIndex": 2
8323
- },
8324
- "isStatic": false,
8325
- "isProtected": false,
8326
- "isAbstract": false
8327
- },
8328
- {
8329
- "kind": "Property",
8330
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#orderBy:member",
8331
- "docComment": "",
8332
- "excerptTokens": [
8333
- {
8334
- "kind": "Content",
8335
- "text": "orderBy: "
8336
- },
8337
- {
8338
- "kind": "Content",
8339
- "text": "string"
8340
- },
8341
- {
8342
- "kind": "Content",
8343
- "text": ";"
8344
- }
8345
- ],
8346
- "isReadonly": false,
8347
- "isOptional": false,
8348
- "releaseTag": "Public",
8349
- "name": "orderBy",
8350
- "propertyTypeTokenRange": {
8351
- "startIndex": 1,
8352
- "endIndex": 2
8353
- },
8354
- "isStatic": false,
8355
- "isProtected": false,
8356
- "isAbstract": false
8357
- },
8358
8051
  {
8359
8052
  "kind": "Property",
8360
8053
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#pollingInterval:member",
@@ -8525,36 +8218,6 @@
8525
8218
  "isAbstract": false,
8526
8219
  "name": "reset"
8527
8220
  },
8528
- {
8529
- "kind": "Property",
8530
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceName:member",
8531
- "docComment": "",
8532
- "excerptTokens": [
8533
- {
8534
- "kind": "Content",
8535
- "text": "resourceName: "
8536
- },
8537
- {
8538
- "kind": "Content",
8539
- "text": "string"
8540
- },
8541
- {
8542
- "kind": "Content",
8543
- "text": ";"
8544
- }
8545
- ],
8546
- "isReadonly": false,
8547
- "isOptional": false,
8548
- "releaseTag": "Public",
8549
- "name": "resourceName",
8550
- "propertyTypeTokenRange": {
8551
- "startIndex": 1,
8552
- "endIndex": 2
8553
- },
8554
- "isStatic": false,
8555
- "isProtected": false,
8556
- "isAbstract": false
8557
- },
8558
8221
  {
8559
8222
  "kind": "Method",
8560
8223
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
@@ -8680,36 +8343,6 @@
8680
8343
  "isProtected": false,
8681
8344
  "isAbstract": false
8682
8345
  },
8683
- {
8684
- "kind": "Property",
8685
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reverse:member",
8686
- "docComment": "",
8687
- "excerptTokens": [
8688
- {
8689
- "kind": "Content",
8690
- "text": "reverse: "
8691
- },
8692
- {
8693
- "kind": "Content",
8694
- "text": "boolean"
8695
- },
8696
- {
8697
- "kind": "Content",
8698
- "text": ";"
8699
- }
8700
- ],
8701
- "isReadonly": false,
8702
- "isOptional": false,
8703
- "releaseTag": "Public",
8704
- "name": "reverse",
8705
- "propertyTypeTokenRange": {
8706
- "startIndex": 1,
8707
- "endIndex": 2
8708
- },
8709
- "isStatic": false,
8710
- "isProtected": false,
8711
- "isAbstract": false
8712
- },
8713
8346
  {
8714
8347
  "kind": "Property",
8715
8348
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#rowDataMapper:member",
@@ -997,7 +997,7 @@ export declare class GridPro extends GridPro_base {
997
997
  * @public
998
998
  */
999
999
  get gridOptions(): GridOptions;
1000
- get gridProGenesisDatasource(): GridProGenesisDatasource;
1000
+ get gridProDatasource(): GridProBaseDatasource;
1001
1001
  set gridOptions(options: GridOptions);
1002
1002
  private enableFlashingRows;
1003
1003
  /**
@@ -1041,6 +1041,9 @@ declare const GridPro_base: (new (...args: any[]) => {
1041
1041
  connectedCallback(): void;
1042
1042
  readonly $fastController: Controller;
1043
1043
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
1044
+ /**
1045
+ * The key to use for persisting the column state in local storage.
1046
+ */
1044
1047
  disconnectedCallback(): void;
1045
1048
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1046
1049
  accessKey: string;
@@ -1147,9 +1150,7 @@ declare const GridPro_base: (new (...args: any[]) => {
1147
1150
  nodeValue: string;
1148
1151
  readonly parentElement: HTMLElement;
1149
1152
  readonly parentNode: ParentNode;
1150
- readonly previousSibling: ChildNode; /**
1151
- * @public
1152
- */
1153
+ readonly previousSibling: ChildNode;
1153
1154
  textContent: string;
1154
1155
  appendChild<T_1 extends Node>(node: T_1): T_1;
1155
1156
  compareDocumentPosition(other: Node): number;
@@ -1354,6 +1355,21 @@ declare const GridPro_base: (new (...args: any[]) => {
1354
1355
  focus(options?: FocusOptions): void;
1355
1356
  }) & typeof FoundationElement;
1356
1357
 
1358
+ declare class GridProBaseDatasource extends FoundationElement {
1359
+ connect: Connect;
1360
+ deferredGridOptions: GridOptions;
1361
+ deferredColumnStates: ColumnState[];
1362
+ criteria: string;
1363
+ fields: string;
1364
+ isSnapshot: boolean;
1365
+ maxRows: number;
1366
+ maxView: number;
1367
+ movingView: boolean;
1368
+ orderBy: string;
1369
+ resourceName: string;
1370
+ reverse: boolean;
1371
+ }
1372
+
1357
1373
  /**
1358
1374
  * The Grid Pro Cell element.
1359
1375
  * @remarks Used inside the Grid Pro Column element, to define a cell renderer from the template.
@@ -1406,24 +1422,12 @@ export declare function gridProColumns<TSource = any>(itemsBinding: Binding<TSou
1406
1422
  */
1407
1423
  export declare class GridProGenesisDatasource extends GridProGenesisDatasource_base {
1408
1424
  auth: Auth;
1409
- connect: Connect;
1410
1425
  datasource: Datasource;
1411
- deferredGridOptions: GridOptions;
1412
- deferredColumnStates: ColumnState[];
1413
- criteria: string;
1414
1426
  criteriaChanged(oldCriteria: string, newCriteria: string): void;
1415
- fields: string;
1416
- isSnapshot: boolean;
1417
- maxRows: number;
1418
- maxView: number;
1419
- movingView: boolean;
1420
- orderBy: string;
1421
1427
  pollingInterval: number;
1422
1428
  disablePolling: boolean;
1423
1429
  request: any;
1424
- resourceName: string;
1425
1430
  resourceNameChanged(oldValue: string, newValue: string): void;
1426
- reverse: boolean;
1427
1431
  /**
1428
1432
  * Attribute to set an unique identifier for the row.
1429
1433
  *
@@ -1564,7 +1568,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1564
1568
  draggable: boolean;
1565
1569
  hidden: boolean;
1566
1570
  inert: boolean;
1567
- innerText: string;
1571
+ innerText: string; /**
1572
+ * Initializes the datasource.
1573
+ * @public
1574
+ * @remarks This method is called automatically when the element is connected to the DOM.
1575
+ */
1568
1576
  lang: string;
1569
1577
  readonly offsetHeight: number;
1570
1578
  readonly offsetLeft: number;
@@ -1864,7 +1872,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1864
1872
  tabIndex: number;
1865
1873
  blur(): void;
1866
1874
  focus(options?: FocusOptions): void;
1867
- }) & typeof FoundationElement;
1875
+ }) & typeof GridProBaseDatasource;
1868
1876
 
1869
1877
  /**
1870
1878
  * The available Grid Pro Renderer Types
@@ -1887,25 +1895,16 @@ export declare enum GridProRendererTypes {
1887
1895
  * @alpha
1888
1896
  */
1889
1897
  export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base {
1890
- connect: Connect;
1891
- criteria: string;
1892
1898
  criteriaChanged(oldCriteria: string, newCriteria: string): void;
1893
- fields: string;
1894
- isSnapshot: boolean;
1895
- maxRows: number;
1896
- maxView: number;
1897
- movingView: boolean;
1898
- orderBy: string;
1899
- resourceName: string;
1900
1899
  resourceNameChanged(oldValue: string, newValue: string): void;
1901
1900
  pagination: boolean;
1902
1901
  rowId: string;
1903
- reverse: boolean;
1904
1902
  private indexes;
1905
1903
  private dataserverStream;
1906
1904
  private originalFieldDef;
1907
1905
  connectedCallback(): void;
1908
1906
  disconnectedCallback(): void;
1907
+ deepClone(): Node;
1909
1908
  init(): void;
1910
1909
  reset(): void;
1911
1910
  restart(): void;
@@ -2241,7 +2240,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
2241
2240
  tabIndex: number;
2242
2241
  blur(): void;
2243
2242
  focus(options?: FocusOptions): void;
2244
- }) & typeof FoundationElement;
2243
+ }) & typeof GridProBaseDatasource;
2245
2244
 
2246
2245
  /**
2247
2246
  * The Grid Pro Template.
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridPro](./grid-pro.gridpro.md) &gt; [gridProDatasource](./grid-pro.gridpro.gridprodatasource.md)
4
+
5
+ ## GridPro.gridProDatasource property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ get gridProDatasource(): GridProBaseDatasource;
11
+ ```
@@ -48,7 +48,7 @@ Grid Pro is a Web Component wrapper around the AG Grid Community library.
48
48
  | [gridComponents](./grid-pro.gridpro.gridcomponents.md) | | { \[componentName: string\]: any; } | |
49
49
  | [gridFontFace](./grid-pro.gridpro.gridfontface.md) | | string | |
50
50
  | [gridOptions](./grid-pro.gridpro.gridoptions.md) | | GridOptions | |
51
- | [gridProGenesisDatasource](./grid-pro.gridpro.gridprogenesisdatasource.md) | <code>readonly</code> | [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) | |
51
+ | [gridProDatasource](./grid-pro.gridpro.gridprodatasource.md) | <code>readonly</code> | GridProBaseDatasource | |
52
52
  | [gridSlot](./grid-pro.gridpro.gridslot.md) | | HTMLSlotElement | |
53
53
  | [headerHeight](./grid-pro.gridpro.headerheight.md) | | number | |
54
54
  | [initialised](./grid-pro.gridpro.initialised.md) | <code>protected</code> | boolean | |
@@ -22,23 +22,11 @@ Only supports Client-Side Row Model.
22
22
  | Property | Modifiers | Type | Description |
23
23
  | --- | --- | --- | --- |
24
24
  | [auth](./grid-pro.gridprogenesisdatasource.auth.md) | | Auth | |
25
- | [connect](./grid-pro.gridprogenesisdatasource.connect.md) | | Connect | |
26
- | [criteria](./grid-pro.gridprogenesisdatasource.criteria.md) | | string | |
27
25
  | [datasource](./grid-pro.gridprogenesisdatasource.datasource.md) | | Datasource | |
28
- | [deferredColumnStates](./grid-pro.gridprogenesisdatasource.deferredcolumnstates.md) | | ColumnState\[\] | |
29
- | [deferredGridOptions](./grid-pro.gridprogenesisdatasource.deferredgridoptions.md) | | GridOptions | |
30
26
  | [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md) | | boolean | |
31
- | [fields](./grid-pro.gridprogenesisdatasource.fields.md) | | string | |
32
- | [isSnapshot](./grid-pro.gridprogenesisdatasource.issnapshot.md) | | boolean | |
33
- | [maxRows](./grid-pro.gridprogenesisdatasource.maxrows.md) | | number | |
34
- | [maxView](./grid-pro.gridprogenesisdatasource.maxview.md) | | number | |
35
- | [movingView](./grid-pro.gridprogenesisdatasource.movingview.md) | | boolean | |
36
- | [orderBy](./grid-pro.gridprogenesisdatasource.orderby.md) | | string | |
37
27
  | [pollingInterval](./grid-pro.gridprogenesisdatasource.pollinginterval.md) | | number | |
38
28
  | [request](./grid-pro.gridprogenesisdatasource.request.md) | | any | |
39
- | [resourceName](./grid-pro.gridprogenesisdatasource.resourcename.md) | | string | |
40
29
  | [restartOnReconnection](./grid-pro.gridprogenesisdatasource.restartonreconnection.md) | | boolean | |
41
- | [reverse](./grid-pro.gridprogenesisdatasource.reverse.md) | | boolean | |
42
30
  | [rowDataMapper](./grid-pro.gridprogenesisdatasource.rowdatamapper.md) | | Function | Allows grid data updates to be processed via and external function before applying in grid |
43
31
  | [rowIdAttr](./grid-pro.gridprogenesisdatasource.rowidattr.md) | | any | <p>Attribute to set an unique identifier for the row.</p><p>Defaults to <code>ROW_REF</code> or <code>RECORD_ID</code> depending on the resource type.</p> |
44
32