@genesislcap/grid-pro 14.290.0 → 14.291.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/dist/custom-elements.json +93 -620
- package/dist/dts/datasource/base.datasource.d.ts +11 -44
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/base.types.d.ts +0 -21
- package/dist/dts/datasource/base.types.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +3 -5
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +4 -9
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.styles.d.ts.map +1 -1
- package/dist/dts/grid-pro.template.d.ts +1 -1
- package/dist/dts/grid-pro.template.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +1 -172
- package/dist/esm/datasource/base.types.js +1 -8
- package/dist/esm/datasource/server-side.datasource.js +2 -9
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +48 -11
- package/dist/esm/grid-pro.js +3 -20
- package/dist/esm/grid-pro.styles.js +22 -2
- package/dist/esm/grid-pro.template.js +33 -3
- package/dist/grid-pro.api.json +79 -369
- package/dist/grid-pro.d.ts +18 -67
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -3
- package/docs/api/grid-pro.gridprobasedatasource.md +0 -7
- package/docs/api/grid-pro.gridprogenesisdatasource.handleerrors.md +22 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.md +2 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.restartonreconnection.md +11 -0
- package/docs/api/grid-pro.gridprotemplate.md +1 -1
- package/docs/api-report.md +4 -19
- package/package.json +13 -13
- package/dist/dts/datasource/error-handler.dialog.d.ts +0 -3
- package/dist/dts/datasource/error-handler.dialog.d.ts.map +0 -1
- package/dist/esm/datasource/error-handler.dialog.js +0 -114
- package/docs/api/grid-pro.genesisgriddatasourceelement.clearerrors.md +0 -17
- package/docs/api/grid-pro.genesisgriddatasourceelement.handleerrors.md +0 -25
- package/docs/api/grid-pro.genesisgriddatasourceelement.restartonreconnection.md +0 -18
- package/docs/api/grid-pro.gridprobasedatasource.connectedcallback.md +0 -15
- package/docs/api/grid-pro.gridprobasedatasource.connectionsub.md +0 -11
- package/docs/api/grid-pro.gridprobasedatasource.disconnectedcallback.md +0 -15
- package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +0 -17
- package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +0 -24
- package/docs/api/grid-pro.gridprobasedatasource.subscribetoconnection.md +0 -15
- package/docs/api/grid-pro.gridprobasedatasource.unsubscribefromconnection.md +0 -15
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"type": {
|
|
227
227
|
"text": "ElementStyles"
|
|
228
228
|
},
|
|
229
|
-
"default": "css`\n ${agExternalStockStyles}\n
|
|
229
|
+
"default": "css`\n ${agExternalStockStyles}\n :host {\n --datasource-error-background-color: var(--neutral-layer-4);\n --datasource-error-background-opacity: 0.5;\n --datasource-error-dialog-max-width: 50%;\n --datasource-error-dialog-min-width: auto;\n --ag-status-bar-height: 32.5px;\n\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n :host([ds-disconnected]) {\n display: block;\n }\n\n :host([ds-disconnected])::part(grid) {\n cursor: not-allowed;\n opacity: 40%;\n pointer-events: none;\n }\n\n .ag-side-bar,\n .ag-menu {\n --ag-subheader-background-color: var(--ag-background-color);\n --ag-control-panel-background-color: var(--ag-background-color);\n }\n\n .ag-cell-inline-editing {\n height: inherit !important;\n }\n\n .hidden {\n display: none;\n }\n\n .grid-datasource-error-dialog::part(dialog) {\n position: absolute;\n z-index: 2;\n max-width: var(--datasource-error-dialog-max-width);\n\n --dialog-min-width: var(--datasource-error-dialog-min-width);\n }\n\n .grid-datasource-error-dialog::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: 100%;\n width: 100%;\n border-radius: 2px;\n background-color: var(--datasource-error-background-color);\n opacity: var(--datasource-error-background-opacity);\n z-index: 1;\n }\n\n .error {\n border-color: var(--error-color) !important;\n }\n\n .ag-status-bar {\n height: var(--ag-status-bar-height);\n }\n\n .ag-status-name-value {\n padding-top: var(--ag-grid-size);\n padding-bottom: var(--ag-grid-size);\n }\n\n /* Custom styling for the unsort icon (sortNone) - only for sortable columns */\n .ag-header-cell.ag-header-cell-sortable .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n font-size: calc(var(--ag-icon-size, 12px) * 1.2);\n font-weight: bold;\n }\n\n .ag-header-cell.ag-header-cell-sortable:hover .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n transform: scale(1.1);\n transition: transform 0.2s ease;\n }\n`",
|
|
230
230
|
"description": "The Grid Pro styles.",
|
|
231
231
|
"privacy": "public"
|
|
232
232
|
}
|
|
@@ -755,19 +755,6 @@
|
|
|
755
755
|
}
|
|
756
756
|
]
|
|
757
757
|
},
|
|
758
|
-
{
|
|
759
|
-
"kind": "method",
|
|
760
|
-
"name": "handleBaseDatasourceError",
|
|
761
|
-
"privacy": "private",
|
|
762
|
-
"parameters": [
|
|
763
|
-
{
|
|
764
|
-
"name": "event",
|
|
765
|
-
"type": {
|
|
766
|
-
"text": "BaseDatasourceErrorEvent"
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
]
|
|
770
|
-
},
|
|
771
758
|
{
|
|
772
759
|
"kind": "method",
|
|
773
760
|
"name": "hideDatasourceError"
|
|
@@ -6428,15 +6415,6 @@
|
|
|
6428
6415
|
"name": "rowIdAttr",
|
|
6429
6416
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
6430
6417
|
},
|
|
6431
|
-
{
|
|
6432
|
-
"kind": "field",
|
|
6433
|
-
"name": "restartOnReconnection",
|
|
6434
|
-
"type": {
|
|
6435
|
-
"text": "boolean"
|
|
6436
|
-
},
|
|
6437
|
-
"default": "true",
|
|
6438
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects."
|
|
6439
|
-
},
|
|
6440
6418
|
{
|
|
6441
6419
|
"kind": "field",
|
|
6442
6420
|
"name": "rowId",
|
|
@@ -6560,35 +6538,6 @@
|
|
|
6560
6538
|
"privacy": "protected",
|
|
6561
6539
|
"readonly": true
|
|
6562
6540
|
},
|
|
6563
|
-
{
|
|
6564
|
-
"kind": "method",
|
|
6565
|
-
"name": "handleErrors",
|
|
6566
|
-
"parameters": [
|
|
6567
|
-
{
|
|
6568
|
-
"name": "errors",
|
|
6569
|
-
"type": {
|
|
6570
|
-
"text": "string | any[]"
|
|
6571
|
-
},
|
|
6572
|
-
"description": "The error message or array of error messages"
|
|
6573
|
-
},
|
|
6574
|
-
{
|
|
6575
|
-
"name": "type",
|
|
6576
|
-
"default": "'unknown'",
|
|
6577
|
-
"type": {
|
|
6578
|
-
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
6579
|
-
},
|
|
6580
|
-
"description": "The type of error that occurred"
|
|
6581
|
-
}
|
|
6582
|
-
],
|
|
6583
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
6584
|
-
"privacy": "public"
|
|
6585
|
-
},
|
|
6586
|
-
{
|
|
6587
|
-
"kind": "method",
|
|
6588
|
-
"name": "clearErrors",
|
|
6589
|
-
"description": "Clears error state and emits connected event.",
|
|
6590
|
-
"privacy": "public"
|
|
6591
|
-
},
|
|
6592
6541
|
{
|
|
6593
6542
|
"kind": "field",
|
|
6594
6543
|
"name": "_presentation",
|
|
@@ -6802,15 +6751,6 @@
|
|
|
6802
6751
|
"name": "row-id",
|
|
6803
6752
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6804
6753
|
"fieldName": "rowIdAttr"
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"name": "restart-on-reconnection",
|
|
6808
|
-
"type": {
|
|
6809
|
-
"text": "boolean"
|
|
6810
|
-
},
|
|
6811
|
-
"default": "true",
|
|
6812
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
6813
|
-
"fieldName": "restartOnReconnection"
|
|
6814
6754
|
}
|
|
6815
6755
|
],
|
|
6816
6756
|
"mixins": [
|
|
@@ -6871,24 +6811,6 @@
|
|
|
6871
6811
|
},
|
|
6872
6812
|
"privacy": "protected"
|
|
6873
6813
|
},
|
|
6874
|
-
{
|
|
6875
|
-
"kind": "field",
|
|
6876
|
-
"name": "connectionSub",
|
|
6877
|
-
"type": {
|
|
6878
|
-
"text": "Subscription | undefined"
|
|
6879
|
-
},
|
|
6880
|
-
"privacy": "protected"
|
|
6881
|
-
},
|
|
6882
|
-
{
|
|
6883
|
-
"kind": "method",
|
|
6884
|
-
"name": "subscribeToConnection",
|
|
6885
|
-
"privacy": "protected"
|
|
6886
|
-
},
|
|
6887
|
-
{
|
|
6888
|
-
"kind": "method",
|
|
6889
|
-
"name": "unsubscribeFromConnection",
|
|
6890
|
-
"privacy": "protected"
|
|
6891
|
-
},
|
|
6892
6814
|
{
|
|
6893
6815
|
"kind": "method",
|
|
6894
6816
|
"name": "generateColumnDefsFromMetadata",
|
|
@@ -7090,32 +7012,6 @@
|
|
|
7090
7012
|
"kind": "method",
|
|
7091
7013
|
"name": "destroy"
|
|
7092
7014
|
},
|
|
7093
|
-
{
|
|
7094
|
-
"kind": "method",
|
|
7095
|
-
"name": "setDisconnected",
|
|
7096
|
-
"privacy": "public",
|
|
7097
|
-
"parameters": [
|
|
7098
|
-
{
|
|
7099
|
-
"name": "disconnected",
|
|
7100
|
-
"type": {
|
|
7101
|
-
"text": "boolean"
|
|
7102
|
-
},
|
|
7103
|
-
"description": "true to set, false to remove"
|
|
7104
|
-
}
|
|
7105
|
-
],
|
|
7106
|
-
"description": "Sets or removes the ds-disconnected attribute on the grid element."
|
|
7107
|
-
},
|
|
7108
|
-
{
|
|
7109
|
-
"kind": "method",
|
|
7110
|
-
"name": "isDisconnected",
|
|
7111
|
-
"privacy": "public",
|
|
7112
|
-
"return": {
|
|
7113
|
-
"type": {
|
|
7114
|
-
"text": "boolean"
|
|
7115
|
-
}
|
|
7116
|
-
},
|
|
7117
|
-
"description": "Returns true if the grid has the ds-disconnected attribute."
|
|
7118
|
-
},
|
|
7119
7015
|
{
|
|
7120
7016
|
"kind": "method",
|
|
7121
7017
|
"name": "getDatasourceStatusBarPanels",
|
|
@@ -7360,19 +7256,6 @@
|
|
|
7360
7256
|
"module": "src/datasource/base.datasource.ts"
|
|
7361
7257
|
}
|
|
7362
7258
|
},
|
|
7363
|
-
{
|
|
7364
|
-
"kind": "field",
|
|
7365
|
-
"name": "restartOnReconnection",
|
|
7366
|
-
"type": {
|
|
7367
|
-
"text": "boolean"
|
|
7368
|
-
},
|
|
7369
|
-
"default": "true",
|
|
7370
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
7371
|
-
"inheritedFrom": {
|
|
7372
|
-
"name": "GenesisGridDatasourceElement",
|
|
7373
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7374
|
-
}
|
|
7375
|
-
},
|
|
7376
7259
|
{
|
|
7377
7260
|
"kind": "field",
|
|
7378
7261
|
"name": "rowId",
|
|
@@ -7540,43 +7423,6 @@
|
|
|
7540
7423
|
"module": "src/datasource/base.datasource.ts"
|
|
7541
7424
|
}
|
|
7542
7425
|
},
|
|
7543
|
-
{
|
|
7544
|
-
"kind": "method",
|
|
7545
|
-
"name": "handleErrors",
|
|
7546
|
-
"parameters": [
|
|
7547
|
-
{
|
|
7548
|
-
"name": "errors",
|
|
7549
|
-
"type": {
|
|
7550
|
-
"text": "string | any[]"
|
|
7551
|
-
},
|
|
7552
|
-
"description": "The error message or array of error messages"
|
|
7553
|
-
},
|
|
7554
|
-
{
|
|
7555
|
-
"name": "type",
|
|
7556
|
-
"default": "'unknown'",
|
|
7557
|
-
"type": {
|
|
7558
|
-
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
7559
|
-
},
|
|
7560
|
-
"description": "The type of error that occurred"
|
|
7561
|
-
}
|
|
7562
|
-
],
|
|
7563
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
7564
|
-
"privacy": "public",
|
|
7565
|
-
"inheritedFrom": {
|
|
7566
|
-
"name": "GenesisGridDatasourceElement",
|
|
7567
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7568
|
-
}
|
|
7569
|
-
},
|
|
7570
|
-
{
|
|
7571
|
-
"kind": "method",
|
|
7572
|
-
"name": "clearErrors",
|
|
7573
|
-
"description": "Clears error state and emits connected event.",
|
|
7574
|
-
"privacy": "public",
|
|
7575
|
-
"inheritedFrom": {
|
|
7576
|
-
"name": "GenesisGridDatasourceElement",
|
|
7577
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7578
|
-
}
|
|
7579
|
-
},
|
|
7580
7426
|
{
|
|
7581
7427
|
"kind": "field",
|
|
7582
7428
|
"name": "_presentation",
|
|
@@ -7850,19 +7696,6 @@
|
|
|
7850
7696
|
"name": "GenesisGridDatasourceElement",
|
|
7851
7697
|
"module": "src/datasource/base.datasource.ts"
|
|
7852
7698
|
}
|
|
7853
|
-
},
|
|
7854
|
-
{
|
|
7855
|
-
"name": "restart-on-reconnection",
|
|
7856
|
-
"type": {
|
|
7857
|
-
"text": "boolean"
|
|
7858
|
-
},
|
|
7859
|
-
"default": "true",
|
|
7860
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
7861
|
-
"fieldName": "restartOnReconnection",
|
|
7862
|
-
"inheritedFrom": {
|
|
7863
|
-
"name": "GenesisGridDatasourceElement",
|
|
7864
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7865
|
-
}
|
|
7866
7699
|
}
|
|
7867
7700
|
]
|
|
7868
7701
|
}
|
|
@@ -7905,28 +7738,8 @@
|
|
|
7905
7738
|
{
|
|
7906
7739
|
"kind": "javascript-module",
|
|
7907
7740
|
"path": "src/datasource/base.types.ts",
|
|
7908
|
-
"declarations": [
|
|
7909
|
-
|
|
7910
|
-
"kind": "variable",
|
|
7911
|
-
"name": "baseDatasourceEventNames",
|
|
7912
|
-
"type": {
|
|
7913
|
-
"text": "{\n error: 'base-datasource-error',\n connected: 'base-datasource-connected',\n}"
|
|
7914
|
-
},
|
|
7915
|
-
"default": "{\n error: 'base-datasource-error',\n connected: 'base-datasource-connected',\n}",
|
|
7916
|
-
"description": "Base datasource error event names.",
|
|
7917
|
-
"privacy": "public"
|
|
7918
|
-
}
|
|
7919
|
-
],
|
|
7920
|
-
"exports": [
|
|
7921
|
-
{
|
|
7922
|
-
"kind": "js",
|
|
7923
|
-
"name": "baseDatasourceEventNames",
|
|
7924
|
-
"declaration": {
|
|
7925
|
-
"name": "baseDatasourceEventNames",
|
|
7926
|
-
"module": "src/datasource/base.types.ts"
|
|
7927
|
-
}
|
|
7928
|
-
}
|
|
7929
|
-
]
|
|
7741
|
+
"declarations": [],
|
|
7742
|
+
"exports": []
|
|
7930
7743
|
},
|
|
7931
7744
|
{
|
|
7932
7745
|
"kind": "javascript-module",
|
|
@@ -8132,6 +7945,18 @@
|
|
|
8132
7945
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8133
7946
|
}
|
|
8134
7947
|
},
|
|
7948
|
+
{
|
|
7949
|
+
"kind": "field",
|
|
7950
|
+
"name": "restartOnReconnection",
|
|
7951
|
+
"type": {
|
|
7952
|
+
"text": "boolean"
|
|
7953
|
+
},
|
|
7954
|
+
"default": "true",
|
|
7955
|
+
"inheritedFrom": {
|
|
7956
|
+
"name": "GridProGenesisDatasource",
|
|
7957
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7958
|
+
}
|
|
7959
|
+
},
|
|
8135
7960
|
{
|
|
8136
7961
|
"kind": "field",
|
|
8137
7962
|
"name": "keepColDefsOnClearRowData",
|
|
@@ -8168,6 +7993,18 @@
|
|
|
8168
7993
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8169
7994
|
}
|
|
8170
7995
|
},
|
|
7996
|
+
{
|
|
7997
|
+
"kind": "field",
|
|
7998
|
+
"name": "connectionSub",
|
|
7999
|
+
"type": {
|
|
8000
|
+
"text": "Subscription"
|
|
8001
|
+
},
|
|
8002
|
+
"privacy": "private",
|
|
8003
|
+
"inheritedFrom": {
|
|
8004
|
+
"name": "GridProGenesisDatasource",
|
|
8005
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8006
|
+
}
|
|
8007
|
+
},
|
|
8171
8008
|
{
|
|
8172
8009
|
"kind": "field",
|
|
8173
8010
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -8355,6 +8192,22 @@
|
|
|
8355
8192
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8356
8193
|
}
|
|
8357
8194
|
},
|
|
8195
|
+
{
|
|
8196
|
+
"kind": "method",
|
|
8197
|
+
"name": "handleErrors",
|
|
8198
|
+
"parameters": [
|
|
8199
|
+
{
|
|
8200
|
+
"name": "errors",
|
|
8201
|
+
"type": {
|
|
8202
|
+
"text": "string | any[]"
|
|
8203
|
+
}
|
|
8204
|
+
}
|
|
8205
|
+
],
|
|
8206
|
+
"inheritedFrom": {
|
|
8207
|
+
"name": "GridProGenesisDatasource",
|
|
8208
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8209
|
+
}
|
|
8210
|
+
},
|
|
8358
8211
|
{
|
|
8359
8212
|
"kind": "method",
|
|
8360
8213
|
"name": "handleStreamResult",
|
|
@@ -8660,36 +8513,6 @@
|
|
|
8660
8513
|
"module": "src/datasource/base.datasource.ts"
|
|
8661
8514
|
}
|
|
8662
8515
|
},
|
|
8663
|
-
{
|
|
8664
|
-
"kind": "field",
|
|
8665
|
-
"name": "connectionSub",
|
|
8666
|
-
"type": {
|
|
8667
|
-
"text": "Subscription | undefined"
|
|
8668
|
-
},
|
|
8669
|
-
"privacy": "protected",
|
|
8670
|
-
"inheritedFrom": {
|
|
8671
|
-
"name": "GridProBaseDatasource",
|
|
8672
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8673
|
-
}
|
|
8674
|
-
},
|
|
8675
|
-
{
|
|
8676
|
-
"kind": "method",
|
|
8677
|
-
"name": "subscribeToConnection",
|
|
8678
|
-
"privacy": "protected",
|
|
8679
|
-
"inheritedFrom": {
|
|
8680
|
-
"name": "GridProBaseDatasource",
|
|
8681
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8682
|
-
}
|
|
8683
|
-
},
|
|
8684
|
-
{
|
|
8685
|
-
"kind": "method",
|
|
8686
|
-
"name": "unsubscribeFromConnection",
|
|
8687
|
-
"privacy": "protected",
|
|
8688
|
-
"inheritedFrom": {
|
|
8689
|
-
"name": "GridProBaseDatasource",
|
|
8690
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8691
|
-
}
|
|
8692
|
-
},
|
|
8693
8516
|
{
|
|
8694
8517
|
"kind": "method",
|
|
8695
8518
|
"name": "generateColumnDefsFromMetadata",
|
|
@@ -8815,40 +8638,6 @@
|
|
|
8815
8638
|
"module": "src/datasource/base.datasource.ts"
|
|
8816
8639
|
}
|
|
8817
8640
|
},
|
|
8818
|
-
{
|
|
8819
|
-
"kind": "method",
|
|
8820
|
-
"name": "setDisconnected",
|
|
8821
|
-
"privacy": "public",
|
|
8822
|
-
"parameters": [
|
|
8823
|
-
{
|
|
8824
|
-
"name": "disconnected",
|
|
8825
|
-
"type": {
|
|
8826
|
-
"text": "boolean"
|
|
8827
|
-
},
|
|
8828
|
-
"description": "true to set, false to remove"
|
|
8829
|
-
}
|
|
8830
|
-
],
|
|
8831
|
-
"description": "Sets or removes the ds-disconnected attribute on the grid element.",
|
|
8832
|
-
"inheritedFrom": {
|
|
8833
|
-
"name": "GridProBaseDatasource",
|
|
8834
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8835
|
-
}
|
|
8836
|
-
},
|
|
8837
|
-
{
|
|
8838
|
-
"kind": "method",
|
|
8839
|
-
"name": "isDisconnected",
|
|
8840
|
-
"privacy": "public",
|
|
8841
|
-
"return": {
|
|
8842
|
-
"type": {
|
|
8843
|
-
"text": "boolean"
|
|
8844
|
-
}
|
|
8845
|
-
},
|
|
8846
|
-
"description": "Returns true if the grid has the ds-disconnected attribute.",
|
|
8847
|
-
"inheritedFrom": {
|
|
8848
|
-
"name": "GridProBaseDatasource",
|
|
8849
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8850
|
-
}
|
|
8851
|
-
},
|
|
8852
8641
|
{
|
|
8853
8642
|
"kind": "method",
|
|
8854
8643
|
"name": "getDatasourceStatusBarPanels",
|
|
@@ -9099,22 +8888,9 @@
|
|
|
9099
8888
|
},
|
|
9100
8889
|
{
|
|
9101
8890
|
"kind": "field",
|
|
9102
|
-
"name": "
|
|
8891
|
+
"name": "rowId",
|
|
9103
8892
|
"type": {
|
|
9104
|
-
"text": "
|
|
9105
|
-
},
|
|
9106
|
-
"default": "true",
|
|
9107
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
9108
|
-
"inheritedFrom": {
|
|
9109
|
-
"name": "GenesisGridDatasourceElement",
|
|
9110
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9111
|
-
}
|
|
9112
|
-
},
|
|
9113
|
-
{
|
|
9114
|
-
"kind": "field",
|
|
9115
|
-
"name": "rowId",
|
|
9116
|
-
"type": {
|
|
9117
|
-
"text": "string"
|
|
8893
|
+
"text": "string"
|
|
9118
8894
|
},
|
|
9119
8895
|
"privacy": "protected",
|
|
9120
8896
|
"readonly": true,
|
|
@@ -9237,43 +9013,6 @@
|
|
|
9237
9013
|
"module": "src/datasource/base.datasource.ts"
|
|
9238
9014
|
}
|
|
9239
9015
|
},
|
|
9240
|
-
{
|
|
9241
|
-
"kind": "method",
|
|
9242
|
-
"name": "handleErrors",
|
|
9243
|
-
"parameters": [
|
|
9244
|
-
{
|
|
9245
|
-
"name": "errors",
|
|
9246
|
-
"type": {
|
|
9247
|
-
"text": "string | any[]"
|
|
9248
|
-
},
|
|
9249
|
-
"description": "The error message or array of error messages"
|
|
9250
|
-
},
|
|
9251
|
-
{
|
|
9252
|
-
"name": "type",
|
|
9253
|
-
"default": "'unknown'",
|
|
9254
|
-
"type": {
|
|
9255
|
-
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
9256
|
-
},
|
|
9257
|
-
"description": "The type of error that occurred"
|
|
9258
|
-
}
|
|
9259
|
-
],
|
|
9260
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
9261
|
-
"privacy": "public",
|
|
9262
|
-
"inheritedFrom": {
|
|
9263
|
-
"name": "GenesisGridDatasourceElement",
|
|
9264
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9265
|
-
}
|
|
9266
|
-
},
|
|
9267
|
-
{
|
|
9268
|
-
"kind": "method",
|
|
9269
|
-
"name": "clearErrors",
|
|
9270
|
-
"description": "Clears error state and emits connected event.",
|
|
9271
|
-
"privacy": "public",
|
|
9272
|
-
"inheritedFrom": {
|
|
9273
|
-
"name": "GenesisGridDatasourceElement",
|
|
9274
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9275
|
-
}
|
|
9276
|
-
},
|
|
9277
9016
|
{
|
|
9278
9017
|
"kind": "field",
|
|
9279
9018
|
"name": "_presentation",
|
|
@@ -9387,6 +9126,18 @@
|
|
|
9387
9126
|
}
|
|
9388
9127
|
],
|
|
9389
9128
|
"attributes": [
|
|
9129
|
+
{
|
|
9130
|
+
"name": "restart-on-reconnection",
|
|
9131
|
+
"type": {
|
|
9132
|
+
"text": "boolean"
|
|
9133
|
+
},
|
|
9134
|
+
"default": "true",
|
|
9135
|
+
"fieldName": "restartOnReconnection",
|
|
9136
|
+
"inheritedFrom": {
|
|
9137
|
+
"name": "GridProGenesisDatasource",
|
|
9138
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
9139
|
+
}
|
|
9140
|
+
},
|
|
9390
9141
|
{
|
|
9391
9142
|
"name": "keep-col-defs-on-clear-row-data",
|
|
9392
9143
|
"type": {
|
|
@@ -9555,19 +9306,6 @@
|
|
|
9555
9306
|
"name": "GenesisGridDatasourceElement",
|
|
9556
9307
|
"module": "src/datasource/base.datasource.ts"
|
|
9557
9308
|
}
|
|
9558
|
-
},
|
|
9559
|
-
{
|
|
9560
|
-
"name": "restart-on-reconnection",
|
|
9561
|
-
"type": {
|
|
9562
|
-
"text": "boolean"
|
|
9563
|
-
},
|
|
9564
|
-
"default": "true",
|
|
9565
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
9566
|
-
"fieldName": "restartOnReconnection",
|
|
9567
|
-
"inheritedFrom": {
|
|
9568
|
-
"name": "GenesisGridDatasourceElement",
|
|
9569
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9570
|
-
}
|
|
9571
9309
|
}
|
|
9572
9310
|
]
|
|
9573
9311
|
}
|
|
@@ -9632,53 +9370,6 @@
|
|
|
9632
9370
|
"declarations": [],
|
|
9633
9371
|
"exports": []
|
|
9634
9372
|
},
|
|
9635
|
-
{
|
|
9636
|
-
"kind": "javascript-module",
|
|
9637
|
-
"path": "src/datasource/error-handler.dialog.ts",
|
|
9638
|
-
"declarations": [
|
|
9639
|
-
{
|
|
9640
|
-
"kind": "variable",
|
|
9641
|
-
"name": "errorHandlerDialogStyles",
|
|
9642
|
-
"default": "css`\n .overlay {\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n background-color: var(--datasource-error-background-color, var(--neutral-layer-4));\n opacity: var(--datasource-error-background-opacity, 0.5);\n z-index: 1000;\n pointer-events: auto;\n border-radius: 2px;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .dialog-container {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n z-index: 1001;\n max-width: 90vw;\n max-height: 90vh;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n opacity: 1 !important;\n filter: none !important;\n box-sizing: border-box;\n }\n .grid-datasource-error-dialog {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n max-width: 400px;\n width: 100%;\n box-sizing: border-box;\n background: var(--dialog-background, #2d2533);\n box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.45);\n overflow: visible;\n min-height: 120px;\n }\n .error-details {\n max-height: 120px;\n overflow: auto;\n width: 100%;\n margin-top: 8px;\n }\n`"
|
|
9643
|
-
},
|
|
9644
|
-
{
|
|
9645
|
-
"kind": "function",
|
|
9646
|
-
"name": "getErrorHandlerDialogTemplate",
|
|
9647
|
-
"parameters": [
|
|
9648
|
-
{
|
|
9649
|
-
"name": "prefix",
|
|
9650
|
-
"type": {
|
|
9651
|
-
"text": "string"
|
|
9652
|
-
}
|
|
9653
|
-
},
|
|
9654
|
-
{
|
|
9655
|
-
"name": "gridErrorItems",
|
|
9656
|
-
"type": {
|
|
9657
|
-
"text": "any[]"
|
|
9658
|
-
}
|
|
9659
|
-
}
|
|
9660
|
-
]
|
|
9661
|
-
}
|
|
9662
|
-
],
|
|
9663
|
-
"exports": [
|
|
9664
|
-
{
|
|
9665
|
-
"kind": "js",
|
|
9666
|
-
"name": "errorHandlerDialogStyles",
|
|
9667
|
-
"declaration": {
|
|
9668
|
-
"name": "errorHandlerDialogStyles",
|
|
9669
|
-
"module": "src/datasource/error-handler.dialog.ts"
|
|
9670
|
-
}
|
|
9671
|
-
},
|
|
9672
|
-
{
|
|
9673
|
-
"kind": "js",
|
|
9674
|
-
"name": "getErrorHandlerDialogTemplate",
|
|
9675
|
-
"declaration": {
|
|
9676
|
-
"name": "getErrorHandlerDialogTemplate",
|
|
9677
|
-
"module": "src/datasource/error-handler.dialog.ts"
|
|
9678
|
-
}
|
|
9679
|
-
}
|
|
9680
|
-
]
|
|
9681
|
-
},
|
|
9682
9373
|
{
|
|
9683
9374
|
"kind": "javascript-module",
|
|
9684
9375
|
"path": "src/datasource/index.ts",
|
|
@@ -10175,36 +9866,6 @@
|
|
|
10175
9866
|
"module": "src/datasource/base.datasource.ts"
|
|
10176
9867
|
}
|
|
10177
9868
|
},
|
|
10178
|
-
{
|
|
10179
|
-
"kind": "field",
|
|
10180
|
-
"name": "connectionSub",
|
|
10181
|
-
"type": {
|
|
10182
|
-
"text": "Subscription | undefined"
|
|
10183
|
-
},
|
|
10184
|
-
"privacy": "protected",
|
|
10185
|
-
"inheritedFrom": {
|
|
10186
|
-
"name": "GridProBaseDatasource",
|
|
10187
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10188
|
-
}
|
|
10189
|
-
},
|
|
10190
|
-
{
|
|
10191
|
-
"kind": "method",
|
|
10192
|
-
"name": "subscribeToConnection",
|
|
10193
|
-
"privacy": "protected",
|
|
10194
|
-
"inheritedFrom": {
|
|
10195
|
-
"name": "GridProBaseDatasource",
|
|
10196
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10197
|
-
}
|
|
10198
|
-
},
|
|
10199
|
-
{
|
|
10200
|
-
"kind": "method",
|
|
10201
|
-
"name": "unsubscribeFromConnection",
|
|
10202
|
-
"privacy": "protected",
|
|
10203
|
-
"inheritedFrom": {
|
|
10204
|
-
"name": "GridProBaseDatasource",
|
|
10205
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10206
|
-
}
|
|
10207
|
-
},
|
|
10208
9869
|
{
|
|
10209
9870
|
"kind": "method",
|
|
10210
9871
|
"name": "generateColumnDefsFromMetadata",
|
|
@@ -10388,40 +10049,6 @@
|
|
|
10388
10049
|
"module": "src/datasource/base.datasource.ts"
|
|
10389
10050
|
}
|
|
10390
10051
|
},
|
|
10391
|
-
{
|
|
10392
|
-
"kind": "method",
|
|
10393
|
-
"name": "setDisconnected",
|
|
10394
|
-
"privacy": "public",
|
|
10395
|
-
"parameters": [
|
|
10396
|
-
{
|
|
10397
|
-
"name": "disconnected",
|
|
10398
|
-
"type": {
|
|
10399
|
-
"text": "boolean"
|
|
10400
|
-
},
|
|
10401
|
-
"description": "true to set, false to remove"
|
|
10402
|
-
}
|
|
10403
|
-
],
|
|
10404
|
-
"description": "Sets or removes the ds-disconnected attribute on the grid element.",
|
|
10405
|
-
"inheritedFrom": {
|
|
10406
|
-
"name": "GridProBaseDatasource",
|
|
10407
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10408
|
-
}
|
|
10409
|
-
},
|
|
10410
|
-
{
|
|
10411
|
-
"kind": "method",
|
|
10412
|
-
"name": "isDisconnected",
|
|
10413
|
-
"privacy": "public",
|
|
10414
|
-
"return": {
|
|
10415
|
-
"type": {
|
|
10416
|
-
"text": "boolean"
|
|
10417
|
-
}
|
|
10418
|
-
},
|
|
10419
|
-
"description": "Returns true if the grid has the ds-disconnected attribute.",
|
|
10420
|
-
"inheritedFrom": {
|
|
10421
|
-
"name": "GridProBaseDatasource",
|
|
10422
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10423
|
-
}
|
|
10424
|
-
},
|
|
10425
10052
|
{
|
|
10426
10053
|
"kind": "method",
|
|
10427
10054
|
"name": "getDatasourceStatusBarPanels",
|
|
@@ -10659,19 +10286,6 @@
|
|
|
10659
10286
|
"module": "src/datasource/base.datasource.ts"
|
|
10660
10287
|
}
|
|
10661
10288
|
},
|
|
10662
|
-
{
|
|
10663
|
-
"kind": "field",
|
|
10664
|
-
"name": "restartOnReconnection",
|
|
10665
|
-
"type": {
|
|
10666
|
-
"text": "boolean"
|
|
10667
|
-
},
|
|
10668
|
-
"default": "true",
|
|
10669
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
10670
|
-
"inheritedFrom": {
|
|
10671
|
-
"name": "GenesisGridDatasourceElement",
|
|
10672
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10673
|
-
}
|
|
10674
|
-
},
|
|
10675
10289
|
{
|
|
10676
10290
|
"kind": "field",
|
|
10677
10291
|
"name": "rowId",
|
|
@@ -10839,43 +10453,6 @@
|
|
|
10839
10453
|
"module": "src/datasource/base.datasource.ts"
|
|
10840
10454
|
}
|
|
10841
10455
|
},
|
|
10842
|
-
{
|
|
10843
|
-
"kind": "method",
|
|
10844
|
-
"name": "handleErrors",
|
|
10845
|
-
"parameters": [
|
|
10846
|
-
{
|
|
10847
|
-
"name": "errors",
|
|
10848
|
-
"type": {
|
|
10849
|
-
"text": "string | any[]"
|
|
10850
|
-
},
|
|
10851
|
-
"description": "The error message or array of error messages"
|
|
10852
|
-
},
|
|
10853
|
-
{
|
|
10854
|
-
"name": "type",
|
|
10855
|
-
"default": "'unknown'",
|
|
10856
|
-
"type": {
|
|
10857
|
-
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
10858
|
-
},
|
|
10859
|
-
"description": "The type of error that occurred"
|
|
10860
|
-
}
|
|
10861
|
-
],
|
|
10862
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
10863
|
-
"privacy": "public",
|
|
10864
|
-
"inheritedFrom": {
|
|
10865
|
-
"name": "GenesisGridDatasourceElement",
|
|
10866
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10867
|
-
}
|
|
10868
|
-
},
|
|
10869
|
-
{
|
|
10870
|
-
"kind": "method",
|
|
10871
|
-
"name": "clearErrors",
|
|
10872
|
-
"description": "Clears error state and emits connected event.",
|
|
10873
|
-
"privacy": "public",
|
|
10874
|
-
"inheritedFrom": {
|
|
10875
|
-
"name": "GenesisGridDatasourceElement",
|
|
10876
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10877
|
-
}
|
|
10878
|
-
},
|
|
10879
10456
|
{
|
|
10880
10457
|
"kind": "field",
|
|
10881
10458
|
"name": "_presentation",
|
|
@@ -11163,19 +10740,6 @@
|
|
|
11163
10740
|
"name": "GenesisGridDatasourceElement",
|
|
11164
10741
|
"module": "src/datasource/base.datasource.ts"
|
|
11165
10742
|
}
|
|
11166
|
-
},
|
|
11167
|
-
{
|
|
11168
|
-
"name": "restart-on-reconnection",
|
|
11169
|
-
"type": {
|
|
11170
|
-
"text": "boolean"
|
|
11171
|
-
},
|
|
11172
|
-
"default": "true",
|
|
11173
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
11174
|
-
"fieldName": "restartOnReconnection",
|
|
11175
|
-
"inheritedFrom": {
|
|
11176
|
-
"name": "GenesisGridDatasourceElement",
|
|
11177
|
-
"module": "src/datasource/base.datasource.ts"
|
|
11178
|
-
}
|
|
11179
10743
|
}
|
|
11180
10744
|
],
|
|
11181
10745
|
"mixins": [
|
|
@@ -13080,6 +12644,14 @@
|
|
|
13080
12644
|
}
|
|
13081
12645
|
]
|
|
13082
12646
|
},
|
|
12647
|
+
{
|
|
12648
|
+
"kind": "field",
|
|
12649
|
+
"name": "restartOnReconnection",
|
|
12650
|
+
"type": {
|
|
12651
|
+
"text": "boolean"
|
|
12652
|
+
},
|
|
12653
|
+
"default": "true"
|
|
12654
|
+
},
|
|
13083
12655
|
{
|
|
13084
12656
|
"kind": "field",
|
|
13085
12657
|
"name": "keepColDefsOnClearRowData",
|
|
@@ -13104,6 +12676,14 @@
|
|
|
13104
12676
|
},
|
|
13105
12677
|
"privacy": "private"
|
|
13106
12678
|
},
|
|
12679
|
+
{
|
|
12680
|
+
"kind": "field",
|
|
12681
|
+
"name": "connectionSub",
|
|
12682
|
+
"type": {
|
|
12683
|
+
"text": "Subscription"
|
|
12684
|
+
},
|
|
12685
|
+
"privacy": "private"
|
|
12686
|
+
},
|
|
13107
12687
|
{
|
|
13108
12688
|
"kind": "field",
|
|
13109
12689
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -13264,6 +12844,18 @@
|
|
|
13264
12844
|
}
|
|
13265
12845
|
]
|
|
13266
12846
|
},
|
|
12847
|
+
{
|
|
12848
|
+
"kind": "method",
|
|
12849
|
+
"name": "handleErrors",
|
|
12850
|
+
"parameters": [
|
|
12851
|
+
{
|
|
12852
|
+
"name": "errors",
|
|
12853
|
+
"type": {
|
|
12854
|
+
"text": "string | any[]"
|
|
12855
|
+
}
|
|
12856
|
+
}
|
|
12857
|
+
]
|
|
12858
|
+
},
|
|
13267
12859
|
{
|
|
13268
12860
|
"kind": "method",
|
|
13269
12861
|
"name": "handleStreamResult",
|
|
@@ -13616,36 +13208,6 @@
|
|
|
13616
13208
|
"module": "src/datasource/base.datasource.ts"
|
|
13617
13209
|
}
|
|
13618
13210
|
},
|
|
13619
|
-
{
|
|
13620
|
-
"kind": "field",
|
|
13621
|
-
"name": "connectionSub",
|
|
13622
|
-
"type": {
|
|
13623
|
-
"text": "Subscription | undefined"
|
|
13624
|
-
},
|
|
13625
|
-
"privacy": "protected",
|
|
13626
|
-
"inheritedFrom": {
|
|
13627
|
-
"name": "GridProBaseDatasource",
|
|
13628
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13629
|
-
}
|
|
13630
|
-
},
|
|
13631
|
-
{
|
|
13632
|
-
"kind": "method",
|
|
13633
|
-
"name": "subscribeToConnection",
|
|
13634
|
-
"privacy": "protected",
|
|
13635
|
-
"inheritedFrom": {
|
|
13636
|
-
"name": "GridProBaseDatasource",
|
|
13637
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13638
|
-
}
|
|
13639
|
-
},
|
|
13640
|
-
{
|
|
13641
|
-
"kind": "method",
|
|
13642
|
-
"name": "unsubscribeFromConnection",
|
|
13643
|
-
"privacy": "protected",
|
|
13644
|
-
"inheritedFrom": {
|
|
13645
|
-
"name": "GridProBaseDatasource",
|
|
13646
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13647
|
-
}
|
|
13648
|
-
},
|
|
13649
13211
|
{
|
|
13650
13212
|
"kind": "method",
|
|
13651
13213
|
"name": "generateColumnDefsFromMetadata",
|
|
@@ -13771,40 +13333,6 @@
|
|
|
13771
13333
|
"module": "src/datasource/base.datasource.ts"
|
|
13772
13334
|
}
|
|
13773
13335
|
},
|
|
13774
|
-
{
|
|
13775
|
-
"kind": "method",
|
|
13776
|
-
"name": "setDisconnected",
|
|
13777
|
-
"privacy": "public",
|
|
13778
|
-
"parameters": [
|
|
13779
|
-
{
|
|
13780
|
-
"name": "disconnected",
|
|
13781
|
-
"type": {
|
|
13782
|
-
"text": "boolean"
|
|
13783
|
-
},
|
|
13784
|
-
"description": "true to set, false to remove"
|
|
13785
|
-
}
|
|
13786
|
-
],
|
|
13787
|
-
"description": "Sets or removes the ds-disconnected attribute on the grid element.",
|
|
13788
|
-
"inheritedFrom": {
|
|
13789
|
-
"name": "GridProBaseDatasource",
|
|
13790
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13791
|
-
}
|
|
13792
|
-
},
|
|
13793
|
-
{
|
|
13794
|
-
"kind": "method",
|
|
13795
|
-
"name": "isDisconnected",
|
|
13796
|
-
"privacy": "public",
|
|
13797
|
-
"return": {
|
|
13798
|
-
"type": {
|
|
13799
|
-
"text": "boolean"
|
|
13800
|
-
}
|
|
13801
|
-
},
|
|
13802
|
-
"description": "Returns true if the grid has the ds-disconnected attribute.",
|
|
13803
|
-
"inheritedFrom": {
|
|
13804
|
-
"name": "GridProBaseDatasource",
|
|
13805
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13806
|
-
}
|
|
13807
|
-
},
|
|
13808
13336
|
{
|
|
13809
13337
|
"kind": "method",
|
|
13810
13338
|
"name": "getDatasourceStatusBarPanels",
|
|
@@ -14053,19 +13581,6 @@
|
|
|
14053
13581
|
"module": "src/datasource/base.datasource.ts"
|
|
14054
13582
|
}
|
|
14055
13583
|
},
|
|
14056
|
-
{
|
|
14057
|
-
"kind": "field",
|
|
14058
|
-
"name": "restartOnReconnection",
|
|
14059
|
-
"type": {
|
|
14060
|
-
"text": "boolean"
|
|
14061
|
-
},
|
|
14062
|
-
"default": "true",
|
|
14063
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
14064
|
-
"inheritedFrom": {
|
|
14065
|
-
"name": "GenesisGridDatasourceElement",
|
|
14066
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14067
|
-
}
|
|
14068
|
-
},
|
|
14069
13584
|
{
|
|
14070
13585
|
"kind": "field",
|
|
14071
13586
|
"name": "rowId",
|
|
@@ -14193,43 +13708,6 @@
|
|
|
14193
13708
|
"module": "src/datasource/base.datasource.ts"
|
|
14194
13709
|
}
|
|
14195
13710
|
},
|
|
14196
|
-
{
|
|
14197
|
-
"kind": "method",
|
|
14198
|
-
"name": "handleErrors",
|
|
14199
|
-
"parameters": [
|
|
14200
|
-
{
|
|
14201
|
-
"name": "errors",
|
|
14202
|
-
"type": {
|
|
14203
|
-
"text": "string | any[]"
|
|
14204
|
-
},
|
|
14205
|
-
"description": "The error message or array of error messages"
|
|
14206
|
-
},
|
|
14207
|
-
{
|
|
14208
|
-
"name": "type",
|
|
14209
|
-
"default": "'unknown'",
|
|
14210
|
-
"type": {
|
|
14211
|
-
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
14212
|
-
},
|
|
14213
|
-
"description": "The type of error that occurred"
|
|
14214
|
-
}
|
|
14215
|
-
],
|
|
14216
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
14217
|
-
"privacy": "public",
|
|
14218
|
-
"inheritedFrom": {
|
|
14219
|
-
"name": "GenesisGridDatasourceElement",
|
|
14220
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14221
|
-
}
|
|
14222
|
-
},
|
|
14223
|
-
{
|
|
14224
|
-
"kind": "method",
|
|
14225
|
-
"name": "clearErrors",
|
|
14226
|
-
"description": "Clears error state and emits connected event.",
|
|
14227
|
-
"privacy": "public",
|
|
14228
|
-
"inheritedFrom": {
|
|
14229
|
-
"name": "GenesisGridDatasourceElement",
|
|
14230
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14231
|
-
}
|
|
14232
|
-
},
|
|
14233
13711
|
{
|
|
14234
13712
|
"kind": "field",
|
|
14235
13713
|
"name": "_presentation",
|
|
@@ -14343,6 +13821,14 @@
|
|
|
14343
13821
|
}
|
|
14344
13822
|
],
|
|
14345
13823
|
"attributes": [
|
|
13824
|
+
{
|
|
13825
|
+
"name": "restart-on-reconnection",
|
|
13826
|
+
"type": {
|
|
13827
|
+
"text": "boolean"
|
|
13828
|
+
},
|
|
13829
|
+
"default": "true",
|
|
13830
|
+
"fieldName": "restartOnReconnection"
|
|
13831
|
+
},
|
|
14346
13832
|
{
|
|
14347
13833
|
"name": "keep-col-defs-on-clear-row-data",
|
|
14348
13834
|
"type": {
|
|
@@ -14507,19 +13993,6 @@
|
|
|
14507
13993
|
"name": "GenesisGridDatasourceElement",
|
|
14508
13994
|
"module": "src/datasource/base.datasource.ts"
|
|
14509
13995
|
}
|
|
14510
|
-
},
|
|
14511
|
-
{
|
|
14512
|
-
"name": "restart-on-reconnection",
|
|
14513
|
-
"type": {
|
|
14514
|
-
"text": "boolean"
|
|
14515
|
-
},
|
|
14516
|
-
"default": "true",
|
|
14517
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
14518
|
-
"fieldName": "restartOnReconnection",
|
|
14519
|
-
"inheritedFrom": {
|
|
14520
|
-
"name": "GenesisGridDatasourceElement",
|
|
14521
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14522
|
-
}
|
|
14523
13996
|
}
|
|
14524
13997
|
],
|
|
14525
13998
|
"mixins": [
|