@genesislcap/grid-pro 14.151.2-alpha-6dc6e2c.0 → 14.152.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 +245 -73
- package/dist/dts/datasource/base.datasource.d.ts +1 -2
- package/dist/dts/datasource/base.datasource.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.map +1 -1
- package/dist/dts/grid-pro.d.ts +22 -13
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/state-persistence/index.d.ts +4 -0
- package/dist/dts/state-persistence/index.d.ts.map +1 -0
- package/dist/dts/state-persistence/kv-state.d.ts +15 -0
- package/dist/dts/state-persistence/kv-state.d.ts.map +1 -0
- package/dist/dts/state-persistence/local-state.d.ts +13 -0
- package/dist/dts/state-persistence/local-state.d.ts.map +1 -0
- package/dist/dts/state-persistence/state-persistence.d.ts +24 -0
- package/dist/dts/state-persistence/state-persistence.d.ts.map +1 -0
- package/dist/esm/datasource/base.datasource.js +1 -25
- package/dist/esm/datasource/server-side.datasource.js +41 -39
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +65 -61
- package/dist/esm/grid-pro.js +104 -114
- package/dist/esm/index.js +1 -0
- package/dist/esm/state-persistence/index.js +3 -0
- package/dist/esm/state-persistence/kv-state.js +58 -0
- package/dist/esm/state-persistence/local-state.js +30 -0
- package/dist/esm/state-persistence/state-persistence.js +7 -0
- package/dist/grid-pro.api.json +780 -203
- package/dist/grid-pro.d.ts +71 -16
- package/docs/api/grid-pro.gridpro.applytemplatedefinitions.md +2 -2
- package/docs/api/grid-pro.gridpro.getsavedcolumnstate.md +3 -3
- package/docs/api/grid-pro.gridpro.md +2 -3
- package/docs/api/grid-pro.gridpro.mergeallcolumndefsandstates.md +2 -2
- package/docs/api/grid-pro.gridpro.statepersistence.md +11 -0
- package/docs/api/grid-pro.kvstoragestatepersistence.getcolumnstate.md +22 -0
- package/docs/api/grid-pro.kvstoragestatepersistence.kvstorage.md +11 -0
- package/docs/api/grid-pro.kvstoragestatepersistence.md +29 -0
- package/docs/api/grid-pro.kvstoragestatepersistence.savecolumnstate.md +23 -0
- package/docs/api/grid-pro.kvstoragestatepersistence.session.md +11 -0
- package/docs/api/grid-pro.localstoragestatepersistence.getcolumnstate.md +22 -0
- package/docs/api/grid-pro.localstoragestatepersistence.md +28 -0
- package/docs/api/grid-pro.localstoragestatepersistence.savecolumnstate.md +23 -0
- package/docs/api/grid-pro.localstoragestatepersistence.session.md +11 -0
- package/docs/api/grid-pro.md +3 -0
- package/docs/api/grid-pro.statepersistence.getcolumnstate.md +24 -0
- package/docs/api/grid-pro.statepersistence.md +21 -0
- package/docs/api/grid-pro.statepersistence.savecolumnstate.md +25 -0
- package/docs/api-report.md +42 -11
- package/package.json +14 -13
- package/docs/api/grid-pro.gridpro.selectedcolid.md +0 -11
- package/docs/api/grid-pro.gridpro.selectedrowid.md +0 -11
package/dist/grid-pro.api.json
CHANGED
|
@@ -7779,6 +7779,15 @@
|
|
|
7779
7779
|
"kind": "Content",
|
|
7780
7780
|
"text": "): "
|
|
7781
7781
|
},
|
|
7782
|
+
{
|
|
7783
|
+
"kind": "Reference",
|
|
7784
|
+
"text": "Promise",
|
|
7785
|
+
"canonicalReference": "!Promise:interface"
|
|
7786
|
+
},
|
|
7787
|
+
{
|
|
7788
|
+
"kind": "Content",
|
|
7789
|
+
"text": "<"
|
|
7790
|
+
},
|
|
7782
7791
|
{
|
|
7783
7792
|
"kind": "Reference",
|
|
7784
7793
|
"text": "ColDef",
|
|
@@ -7786,7 +7795,7 @@
|
|
|
7786
7795
|
},
|
|
7787
7796
|
{
|
|
7788
7797
|
"kind": "Content",
|
|
7789
|
-
"text": "<any>[]"
|
|
7798
|
+
"text": "<any>[]>"
|
|
7790
7799
|
},
|
|
7791
7800
|
{
|
|
7792
7801
|
"kind": "Content",
|
|
@@ -7796,7 +7805,7 @@
|
|
|
7796
7805
|
"isStatic": false,
|
|
7797
7806
|
"returnTypeTokenRange": {
|
|
7798
7807
|
"startIndex": 6,
|
|
7799
|
-
"endIndex":
|
|
7808
|
+
"endIndex": 10
|
|
7800
7809
|
},
|
|
7801
7810
|
"releaseTag": "Public",
|
|
7802
7811
|
"isProtected": false,
|
|
@@ -8269,12 +8278,21 @@
|
|
|
8269
8278
|
{
|
|
8270
8279
|
"kind": "Method",
|
|
8271
8280
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#getSavedColumnState:member(1)",
|
|
8272
|
-
"docComment": "/**\n * Gets the saved grid ColumnState[] from
|
|
8281
|
+
"docComment": "/**\n * Gets the saved grid ColumnState[] from storage\n *\n * @remarks\n *\n * This is used to restore the grid state when the grid is rehydrated\n *\n * @public\n */\n",
|
|
8273
8282
|
"excerptTokens": [
|
|
8274
8283
|
{
|
|
8275
8284
|
"kind": "Content",
|
|
8276
8285
|
"text": "getSavedColumnState(): "
|
|
8277
8286
|
},
|
|
8287
|
+
{
|
|
8288
|
+
"kind": "Reference",
|
|
8289
|
+
"text": "Promise",
|
|
8290
|
+
"canonicalReference": "!Promise:interface"
|
|
8291
|
+
},
|
|
8292
|
+
{
|
|
8293
|
+
"kind": "Content",
|
|
8294
|
+
"text": "<"
|
|
8295
|
+
},
|
|
8278
8296
|
{
|
|
8279
8297
|
"kind": "Reference",
|
|
8280
8298
|
"text": "ColumnState",
|
|
@@ -8282,7 +8300,7 @@
|
|
|
8282
8300
|
},
|
|
8283
8301
|
{
|
|
8284
8302
|
"kind": "Content",
|
|
8285
|
-
"text": "[]"
|
|
8303
|
+
"text": "[]>"
|
|
8286
8304
|
},
|
|
8287
8305
|
{
|
|
8288
8306
|
"kind": "Content",
|
|
@@ -8292,7 +8310,7 @@
|
|
|
8292
8310
|
"isStatic": false,
|
|
8293
8311
|
"returnTypeTokenRange": {
|
|
8294
8312
|
"startIndex": 1,
|
|
8295
|
-
"endIndex":
|
|
8313
|
+
"endIndex": 5
|
|
8296
8314
|
},
|
|
8297
8315
|
"releaseTag": "Public",
|
|
8298
8316
|
"isProtected": false,
|
|
@@ -8741,6 +8759,15 @@
|
|
|
8741
8759
|
"kind": "Content",
|
|
8742
8760
|
"text": "): "
|
|
8743
8761
|
},
|
|
8762
|
+
{
|
|
8763
|
+
"kind": "Reference",
|
|
8764
|
+
"text": "Promise",
|
|
8765
|
+
"canonicalReference": "!Promise:interface"
|
|
8766
|
+
},
|
|
8767
|
+
{
|
|
8768
|
+
"kind": "Content",
|
|
8769
|
+
"text": "<"
|
|
8770
|
+
},
|
|
8744
8771
|
{
|
|
8745
8772
|
"kind": "Reference",
|
|
8746
8773
|
"text": "ColDef",
|
|
@@ -8748,7 +8775,7 @@
|
|
|
8748
8775
|
},
|
|
8749
8776
|
{
|
|
8750
8777
|
"kind": "Content",
|
|
8751
|
-
"text": "<any>[]"
|
|
8778
|
+
"text": "<any>[]>"
|
|
8752
8779
|
},
|
|
8753
8780
|
{
|
|
8754
8781
|
"kind": "Content",
|
|
@@ -8758,7 +8785,7 @@
|
|
|
8758
8785
|
"isStatic": false,
|
|
8759
8786
|
"returnTypeTokenRange": {
|
|
8760
8787
|
"startIndex": 6,
|
|
8761
|
-
"endIndex":
|
|
8788
|
+
"endIndex": 10
|
|
8762
8789
|
},
|
|
8763
8790
|
"releaseTag": "Public",
|
|
8764
8791
|
"isProtected": false,
|
|
@@ -8906,47 +8933,49 @@
|
|
|
8906
8933
|
"isAbstract": false
|
|
8907
8934
|
},
|
|
8908
8935
|
{
|
|
8909
|
-
"kind": "
|
|
8910
|
-
"canonicalReference": "@genesislcap/grid-pro!GridPro#
|
|
8936
|
+
"kind": "Method",
|
|
8937
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro#statePersistanceEnabled:member(1)",
|
|
8911
8938
|
"docComment": "",
|
|
8912
8939
|
"excerptTokens": [
|
|
8913
8940
|
{
|
|
8914
8941
|
"kind": "Content",
|
|
8915
|
-
"text": "
|
|
8942
|
+
"text": "statePersistanceEnabled(): "
|
|
8916
8943
|
},
|
|
8917
8944
|
{
|
|
8918
8945
|
"kind": "Content",
|
|
8919
|
-
"text": "
|
|
8946
|
+
"text": "boolean"
|
|
8920
8947
|
},
|
|
8921
8948
|
{
|
|
8922
8949
|
"kind": "Content",
|
|
8923
8950
|
"text": ";"
|
|
8924
8951
|
}
|
|
8925
8952
|
],
|
|
8926
|
-
"
|
|
8927
|
-
"
|
|
8928
|
-
"releaseTag": "Public",
|
|
8929
|
-
"name": "selectedColId",
|
|
8930
|
-
"propertyTypeTokenRange": {
|
|
8953
|
+
"isStatic": false,
|
|
8954
|
+
"returnTypeTokenRange": {
|
|
8931
8955
|
"startIndex": 1,
|
|
8932
8956
|
"endIndex": 2
|
|
8933
8957
|
},
|
|
8934
|
-
"
|
|
8958
|
+
"releaseTag": "Public",
|
|
8935
8959
|
"isProtected": false,
|
|
8936
|
-
"
|
|
8960
|
+
"overloadIndex": 1,
|
|
8961
|
+
"parameters": [],
|
|
8962
|
+
"isOptional": false,
|
|
8963
|
+
"isAbstract": false,
|
|
8964
|
+
"name": "statePersistanceEnabled"
|
|
8937
8965
|
},
|
|
8938
8966
|
{
|
|
8939
8967
|
"kind": "Property",
|
|
8940
|
-
"canonicalReference": "@genesislcap/grid-pro!GridPro#
|
|
8968
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro#statePersistence:member",
|
|
8941
8969
|
"docComment": "",
|
|
8942
8970
|
"excerptTokens": [
|
|
8943
8971
|
{
|
|
8944
8972
|
"kind": "Content",
|
|
8945
|
-
"text": "
|
|
8973
|
+
"text": "statePersistence: "
|
|
8946
8974
|
},
|
|
8947
8975
|
{
|
|
8948
|
-
"kind": "
|
|
8949
|
-
"text": "
|
|
8976
|
+
"kind": "Reference",
|
|
8977
|
+
"text": "StatePersistence",
|
|
8978
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
|
|
8950
8979
|
},
|
|
8951
8980
|
{
|
|
8952
8981
|
"kind": "Content",
|
|
@@ -8956,7 +8985,7 @@
|
|
|
8956
8985
|
"isReadonly": false,
|
|
8957
8986
|
"isOptional": false,
|
|
8958
8987
|
"releaseTag": "Public",
|
|
8959
|
-
"name": "
|
|
8988
|
+
"name": "statePersistence",
|
|
8960
8989
|
"propertyTypeTokenRange": {
|
|
8961
8990
|
"startIndex": 1,
|
|
8962
8991
|
"endIndex": 2
|
|
@@ -8965,37 +8994,6 @@
|
|
|
8965
8994
|
"isProtected": false,
|
|
8966
8995
|
"isAbstract": false
|
|
8967
8996
|
},
|
|
8968
|
-
{
|
|
8969
|
-
"kind": "Method",
|
|
8970
|
-
"canonicalReference": "@genesislcap/grid-pro!GridPro#statePersistanceEnabled:member(1)",
|
|
8971
|
-
"docComment": "",
|
|
8972
|
-
"excerptTokens": [
|
|
8973
|
-
{
|
|
8974
|
-
"kind": "Content",
|
|
8975
|
-
"text": "statePersistanceEnabled(): "
|
|
8976
|
-
},
|
|
8977
|
-
{
|
|
8978
|
-
"kind": "Content",
|
|
8979
|
-
"text": "boolean"
|
|
8980
|
-
},
|
|
8981
|
-
{
|
|
8982
|
-
"kind": "Content",
|
|
8983
|
-
"text": ";"
|
|
8984
|
-
}
|
|
8985
|
-
],
|
|
8986
|
-
"isStatic": false,
|
|
8987
|
-
"returnTypeTokenRange": {
|
|
8988
|
-
"startIndex": 1,
|
|
8989
|
-
"endIndex": 2
|
|
8990
|
-
},
|
|
8991
|
-
"releaseTag": "Public",
|
|
8992
|
-
"isProtected": false,
|
|
8993
|
-
"overloadIndex": 1,
|
|
8994
|
-
"parameters": [],
|
|
8995
|
-
"isOptional": false,
|
|
8996
|
-
"isAbstract": false,
|
|
8997
|
-
"name": "statePersistanceEnabled"
|
|
8998
|
-
},
|
|
8999
8997
|
{
|
|
9000
8998
|
"kind": "Property",
|
|
9001
8999
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#theme:member",
|
|
@@ -11176,164 +11174,65 @@
|
|
|
11176
11174
|
"endIndex": 2
|
|
11177
11175
|
}
|
|
11178
11176
|
},
|
|
11179
|
-
{
|
|
11180
|
-
"kind": "Variable",
|
|
11181
|
-
"canonicalReference": "@genesislcap/grid-pro!logger:var",
|
|
11182
|
-
"docComment": "/**\n * Logger for the grid-pro package\n *\n * @public\n */\n",
|
|
11183
|
-
"excerptTokens": [
|
|
11184
|
-
{
|
|
11185
|
-
"kind": "Content",
|
|
11186
|
-
"text": "logger: "
|
|
11187
|
-
},
|
|
11188
|
-
{
|
|
11189
|
-
"kind": "Content",
|
|
11190
|
-
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
11191
|
-
},
|
|
11192
|
-
{
|
|
11193
|
-
"kind": "Reference",
|
|
11194
|
-
"text": "Logger",
|
|
11195
|
-
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
11196
|
-
}
|
|
11197
|
-
],
|
|
11198
|
-
"fileUrlPath": "src/utils/logger.ts",
|
|
11199
|
-
"isReadonly": true,
|
|
11200
|
-
"releaseTag": "Public",
|
|
11201
|
-
"name": "logger",
|
|
11202
|
-
"variableTypeTokenRange": {
|
|
11203
|
-
"startIndex": 1,
|
|
11204
|
-
"endIndex": 3
|
|
11205
|
-
}
|
|
11206
|
-
},
|
|
11207
|
-
{
|
|
11208
|
-
"kind": "Function",
|
|
11209
|
-
"canonicalReference": "@genesislcap/grid-pro!mergeAndDedupColDefWithColumnState:function(1)",
|
|
11210
|
-
"docComment": "/**\n * Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.\n *\n * @remarks\n *\n * ColDef uses `field` and ColumnState uses `colId` to identify columns.\n *\n * @public\n */\n",
|
|
11211
|
-
"excerptTokens": [
|
|
11212
|
-
{
|
|
11213
|
-
"kind": "Content",
|
|
11214
|
-
"text": "export declare function mergeAndDedupColDefWithColumnState(colDefs: "
|
|
11215
|
-
},
|
|
11216
|
-
{
|
|
11217
|
-
"kind": "Reference",
|
|
11218
|
-
"text": "ColDef",
|
|
11219
|
-
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
11220
|
-
},
|
|
11221
|
-
{
|
|
11222
|
-
"kind": "Content",
|
|
11223
|
-
"text": "[]"
|
|
11224
|
-
},
|
|
11225
|
-
{
|
|
11226
|
-
"kind": "Content",
|
|
11227
|
-
"text": ", columnStates: "
|
|
11228
|
-
},
|
|
11229
|
-
{
|
|
11230
|
-
"kind": "Reference",
|
|
11231
|
-
"text": "ColumnState",
|
|
11232
|
-
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11233
|
-
},
|
|
11234
|
-
{
|
|
11235
|
-
"kind": "Content",
|
|
11236
|
-
"text": "[]"
|
|
11237
|
-
},
|
|
11238
|
-
{
|
|
11239
|
-
"kind": "Content",
|
|
11240
|
-
"text": "): "
|
|
11241
|
-
},
|
|
11242
|
-
{
|
|
11243
|
-
"kind": "Reference",
|
|
11244
|
-
"text": "ColDef",
|
|
11245
|
-
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
11246
|
-
},
|
|
11247
|
-
{
|
|
11248
|
-
"kind": "Content",
|
|
11249
|
-
"text": "[]"
|
|
11250
|
-
},
|
|
11251
|
-
{
|
|
11252
|
-
"kind": "Content",
|
|
11253
|
-
"text": ";"
|
|
11254
|
-
}
|
|
11255
|
-
],
|
|
11256
|
-
"fileUrlPath": "src/utils/array.ts",
|
|
11257
|
-
"returnTypeTokenRange": {
|
|
11258
|
-
"startIndex": 7,
|
|
11259
|
-
"endIndex": 9
|
|
11260
|
-
},
|
|
11261
|
-
"releaseTag": "Public",
|
|
11262
|
-
"overloadIndex": 1,
|
|
11263
|
-
"parameters": [
|
|
11264
|
-
{
|
|
11265
|
-
"parameterName": "colDefs",
|
|
11266
|
-
"parameterTypeTokenRange": {
|
|
11267
|
-
"startIndex": 1,
|
|
11268
|
-
"endIndex": 3
|
|
11269
|
-
},
|
|
11270
|
-
"isOptional": false
|
|
11271
|
-
},
|
|
11272
|
-
{
|
|
11273
|
-
"parameterName": "columnStates",
|
|
11274
|
-
"parameterTypeTokenRange": {
|
|
11275
|
-
"startIndex": 4,
|
|
11276
|
-
"endIndex": 6
|
|
11277
|
-
},
|
|
11278
|
-
"isOptional": false
|
|
11279
|
-
}
|
|
11280
|
-
],
|
|
11281
|
-
"name": "mergeAndDedupColDefWithColumnState"
|
|
11282
|
-
},
|
|
11283
11177
|
{
|
|
11284
11178
|
"kind": "Class",
|
|
11285
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11286
|
-
"docComment": "/**\n *
|
|
11179
|
+
"canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence:class",
|
|
11180
|
+
"docComment": "/**\n * Implementation for the KV Storage State Persistence interface.\n *\n * @public\n */\n",
|
|
11287
11181
|
"excerptTokens": [
|
|
11288
11182
|
{
|
|
11289
11183
|
"kind": "Content",
|
|
11290
|
-
"text": "export declare class
|
|
11291
|
-
},
|
|
11292
|
-
{
|
|
11293
|
-
"kind": "Reference",
|
|
11294
|
-
"text": "FoundationElement",
|
|
11295
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
11296
|
-
},
|
|
11297
|
-
{
|
|
11298
|
-
"kind": "Content",
|
|
11299
|
-
"text": " implements "
|
|
11184
|
+
"text": "export declare class KVStorageStatePersistence implements "
|
|
11300
11185
|
},
|
|
11301
11186
|
{
|
|
11302
11187
|
"kind": "Reference",
|
|
11303
|
-
"text": "
|
|
11304
|
-
"canonicalReference": "@
|
|
11188
|
+
"text": "StatePersistence",
|
|
11189
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
|
|
11305
11190
|
},
|
|
11306
11191
|
{
|
|
11307
11192
|
"kind": "Content",
|
|
11308
11193
|
"text": " "
|
|
11309
11194
|
}
|
|
11310
11195
|
],
|
|
11311
|
-
"fileUrlPath": "src/
|
|
11196
|
+
"fileUrlPath": "src/state-persistence/kv-state.ts",
|
|
11312
11197
|
"releaseTag": "Public",
|
|
11313
11198
|
"isAbstract": false,
|
|
11314
|
-
"name": "
|
|
11199
|
+
"name": "KVStorageStatePersistence",
|
|
11315
11200
|
"preserveMemberOrder": false,
|
|
11316
11201
|
"members": [
|
|
11317
11202
|
{
|
|
11318
11203
|
"kind": "Method",
|
|
11319
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11204
|
+
"canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#getColumnState:member(1)",
|
|
11320
11205
|
"docComment": "",
|
|
11321
11206
|
"excerptTokens": [
|
|
11322
11207
|
{
|
|
11323
11208
|
"kind": "Content",
|
|
11324
|
-
"text": "
|
|
11209
|
+
"text": "getColumnState(persistColumnStateKey: "
|
|
11325
11210
|
},
|
|
11326
11211
|
{
|
|
11327
11212
|
"kind": "Content",
|
|
11328
|
-
"text": "
|
|
11213
|
+
"text": "string"
|
|
11329
11214
|
},
|
|
11330
11215
|
{
|
|
11331
11216
|
"kind": "Content",
|
|
11332
11217
|
"text": "): "
|
|
11333
11218
|
},
|
|
11219
|
+
{
|
|
11220
|
+
"kind": "Reference",
|
|
11221
|
+
"text": "Promise",
|
|
11222
|
+
"canonicalReference": "!Promise:interface"
|
|
11223
|
+
},
|
|
11334
11224
|
{
|
|
11335
11225
|
"kind": "Content",
|
|
11336
|
-
"text": "
|
|
11226
|
+
"text": "<"
|
|
11227
|
+
},
|
|
11228
|
+
{
|
|
11229
|
+
"kind": "Reference",
|
|
11230
|
+
"text": "ColumnState",
|
|
11231
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11232
|
+
},
|
|
11233
|
+
{
|
|
11234
|
+
"kind": "Content",
|
|
11235
|
+
"text": "[]>"
|
|
11337
11236
|
},
|
|
11338
11237
|
{
|
|
11339
11238
|
"kind": "Content",
|
|
@@ -11343,14 +11242,14 @@
|
|
|
11343
11242
|
"isStatic": false,
|
|
11344
11243
|
"returnTypeTokenRange": {
|
|
11345
11244
|
"startIndex": 3,
|
|
11346
|
-
"endIndex":
|
|
11245
|
+
"endIndex": 7
|
|
11347
11246
|
},
|
|
11348
11247
|
"releaseTag": "Public",
|
|
11349
11248
|
"isProtected": false,
|
|
11350
11249
|
"overloadIndex": 1,
|
|
11351
11250
|
"parameters": [
|
|
11352
11251
|
{
|
|
11353
|
-
"parameterName": "
|
|
11252
|
+
"parameterName": "persistColumnStateKey",
|
|
11354
11253
|
"parameterTypeTokenRange": {
|
|
11355
11254
|
"startIndex": 1,
|
|
11356
11255
|
"endIndex": 2
|
|
@@ -11360,59 +11259,589 @@
|
|
|
11360
11259
|
],
|
|
11361
11260
|
"isOptional": false,
|
|
11362
11261
|
"isAbstract": false,
|
|
11363
|
-
"name": "
|
|
11262
|
+
"name": "getColumnState"
|
|
11364
11263
|
},
|
|
11365
11264
|
{
|
|
11366
|
-
"kind": "
|
|
11367
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11265
|
+
"kind": "Property",
|
|
11266
|
+
"canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#kvStorage:member",
|
|
11368
11267
|
"docComment": "",
|
|
11369
11268
|
"excerptTokens": [
|
|
11370
11269
|
{
|
|
11371
11270
|
"kind": "Content",
|
|
11372
|
-
"text": "
|
|
11271
|
+
"text": "kvStorage: "
|
|
11373
11272
|
},
|
|
11374
11273
|
{
|
|
11375
|
-
"kind": "
|
|
11376
|
-
"text": "
|
|
11274
|
+
"kind": "Reference",
|
|
11275
|
+
"text": "KVStorage",
|
|
11276
|
+
"canonicalReference": "@genesislcap/foundation-comms!KVStorage:interface"
|
|
11377
11277
|
},
|
|
11378
11278
|
{
|
|
11379
11279
|
"kind": "Content",
|
|
11380
11280
|
"text": ";"
|
|
11381
11281
|
}
|
|
11382
11282
|
],
|
|
11383
|
-
"
|
|
11384
|
-
"
|
|
11283
|
+
"isReadonly": false,
|
|
11284
|
+
"isOptional": false,
|
|
11285
|
+
"releaseTag": "Public",
|
|
11286
|
+
"name": "kvStorage",
|
|
11287
|
+
"propertyTypeTokenRange": {
|
|
11385
11288
|
"startIndex": 1,
|
|
11386
11289
|
"endIndex": 2
|
|
11387
11290
|
},
|
|
11388
|
-
"
|
|
11291
|
+
"isStatic": false,
|
|
11389
11292
|
"isProtected": false,
|
|
11390
|
-
"
|
|
11391
|
-
"parameters": [],
|
|
11392
|
-
"isOptional": false,
|
|
11393
|
-
"isAbstract": false,
|
|
11394
|
-
"name": "destroy"
|
|
11293
|
+
"isAbstract": false
|
|
11395
11294
|
},
|
|
11396
11295
|
{
|
|
11397
11296
|
"kind": "Method",
|
|
11398
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11297
|
+
"canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#saveColumnState:member(1)",
|
|
11399
11298
|
"docComment": "",
|
|
11400
11299
|
"excerptTokens": [
|
|
11401
11300
|
{
|
|
11402
11301
|
"kind": "Content",
|
|
11403
|
-
"text": "
|
|
11302
|
+
"text": "saveColumnState(persistColumnStateKey: "
|
|
11404
11303
|
},
|
|
11405
11304
|
{
|
|
11406
|
-
"kind": "
|
|
11407
|
-
"text": "
|
|
11408
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
11305
|
+
"kind": "Content",
|
|
11306
|
+
"text": "string"
|
|
11409
11307
|
},
|
|
11410
11308
|
{
|
|
11411
11309
|
"kind": "Content",
|
|
11412
|
-
"text": "
|
|
11413
|
-
}
|
|
11414
|
-
|
|
11415
|
-
|
|
11310
|
+
"text": ", columnState: "
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"kind": "Reference",
|
|
11314
|
+
"text": "ColumnState",
|
|
11315
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11316
|
+
},
|
|
11317
|
+
{
|
|
11318
|
+
"kind": "Content",
|
|
11319
|
+
"text": "[]"
|
|
11320
|
+
},
|
|
11321
|
+
{
|
|
11322
|
+
"kind": "Content",
|
|
11323
|
+
"text": "): "
|
|
11324
|
+
},
|
|
11325
|
+
{
|
|
11326
|
+
"kind": "Reference",
|
|
11327
|
+
"text": "Promise",
|
|
11328
|
+
"canonicalReference": "!Promise:interface"
|
|
11329
|
+
},
|
|
11330
|
+
{
|
|
11331
|
+
"kind": "Content",
|
|
11332
|
+
"text": "<void>"
|
|
11333
|
+
},
|
|
11334
|
+
{
|
|
11335
|
+
"kind": "Content",
|
|
11336
|
+
"text": ";"
|
|
11337
|
+
}
|
|
11338
|
+
],
|
|
11339
|
+
"isStatic": false,
|
|
11340
|
+
"returnTypeTokenRange": {
|
|
11341
|
+
"startIndex": 6,
|
|
11342
|
+
"endIndex": 8
|
|
11343
|
+
},
|
|
11344
|
+
"releaseTag": "Public",
|
|
11345
|
+
"isProtected": false,
|
|
11346
|
+
"overloadIndex": 1,
|
|
11347
|
+
"parameters": [
|
|
11348
|
+
{
|
|
11349
|
+
"parameterName": "persistColumnStateKey",
|
|
11350
|
+
"parameterTypeTokenRange": {
|
|
11351
|
+
"startIndex": 1,
|
|
11352
|
+
"endIndex": 2
|
|
11353
|
+
},
|
|
11354
|
+
"isOptional": false
|
|
11355
|
+
},
|
|
11356
|
+
{
|
|
11357
|
+
"parameterName": "columnState",
|
|
11358
|
+
"parameterTypeTokenRange": {
|
|
11359
|
+
"startIndex": 3,
|
|
11360
|
+
"endIndex": 5
|
|
11361
|
+
},
|
|
11362
|
+
"isOptional": false
|
|
11363
|
+
}
|
|
11364
|
+
],
|
|
11365
|
+
"isOptional": false,
|
|
11366
|
+
"isAbstract": false,
|
|
11367
|
+
"name": "saveColumnState"
|
|
11368
|
+
},
|
|
11369
|
+
{
|
|
11370
|
+
"kind": "Property",
|
|
11371
|
+
"canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#session:member",
|
|
11372
|
+
"docComment": "",
|
|
11373
|
+
"excerptTokens": [
|
|
11374
|
+
{
|
|
11375
|
+
"kind": "Content",
|
|
11376
|
+
"text": "session: "
|
|
11377
|
+
},
|
|
11378
|
+
{
|
|
11379
|
+
"kind": "Reference",
|
|
11380
|
+
"text": "Session",
|
|
11381
|
+
"canonicalReference": "@genesislcap/foundation-comms!Session:interface"
|
|
11382
|
+
},
|
|
11383
|
+
{
|
|
11384
|
+
"kind": "Content",
|
|
11385
|
+
"text": ";"
|
|
11386
|
+
}
|
|
11387
|
+
],
|
|
11388
|
+
"isReadonly": false,
|
|
11389
|
+
"isOptional": false,
|
|
11390
|
+
"releaseTag": "Public",
|
|
11391
|
+
"name": "session",
|
|
11392
|
+
"propertyTypeTokenRange": {
|
|
11393
|
+
"startIndex": 1,
|
|
11394
|
+
"endIndex": 2
|
|
11395
|
+
},
|
|
11396
|
+
"isStatic": false,
|
|
11397
|
+
"isProtected": false,
|
|
11398
|
+
"isAbstract": false
|
|
11399
|
+
}
|
|
11400
|
+
],
|
|
11401
|
+
"implementsTokenRanges": [
|
|
11402
|
+
{
|
|
11403
|
+
"startIndex": 1,
|
|
11404
|
+
"endIndex": 2
|
|
11405
|
+
}
|
|
11406
|
+
]
|
|
11407
|
+
},
|
|
11408
|
+
{
|
|
11409
|
+
"kind": "Class",
|
|
11410
|
+
"canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence:class",
|
|
11411
|
+
"docComment": "/**\n * Implementation for the Local Storage State Persistence interface.\n *\n * @public\n */\n",
|
|
11412
|
+
"excerptTokens": [
|
|
11413
|
+
{
|
|
11414
|
+
"kind": "Content",
|
|
11415
|
+
"text": "export declare class LocalStorageStatePersistence implements "
|
|
11416
|
+
},
|
|
11417
|
+
{
|
|
11418
|
+
"kind": "Reference",
|
|
11419
|
+
"text": "StatePersistence",
|
|
11420
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
|
|
11421
|
+
},
|
|
11422
|
+
{
|
|
11423
|
+
"kind": "Content",
|
|
11424
|
+
"text": " "
|
|
11425
|
+
}
|
|
11426
|
+
],
|
|
11427
|
+
"fileUrlPath": "src/state-persistence/local-state.ts",
|
|
11428
|
+
"releaseTag": "Public",
|
|
11429
|
+
"isAbstract": false,
|
|
11430
|
+
"name": "LocalStorageStatePersistence",
|
|
11431
|
+
"preserveMemberOrder": false,
|
|
11432
|
+
"members": [
|
|
11433
|
+
{
|
|
11434
|
+
"kind": "Method",
|
|
11435
|
+
"canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#getColumnState:member(1)",
|
|
11436
|
+
"docComment": "",
|
|
11437
|
+
"excerptTokens": [
|
|
11438
|
+
{
|
|
11439
|
+
"kind": "Content",
|
|
11440
|
+
"text": "getColumnState(persistColumnStateKey: "
|
|
11441
|
+
},
|
|
11442
|
+
{
|
|
11443
|
+
"kind": "Content",
|
|
11444
|
+
"text": "string"
|
|
11445
|
+
},
|
|
11446
|
+
{
|
|
11447
|
+
"kind": "Content",
|
|
11448
|
+
"text": "): "
|
|
11449
|
+
},
|
|
11450
|
+
{
|
|
11451
|
+
"kind": "Reference",
|
|
11452
|
+
"text": "Promise",
|
|
11453
|
+
"canonicalReference": "!Promise:interface"
|
|
11454
|
+
},
|
|
11455
|
+
{
|
|
11456
|
+
"kind": "Content",
|
|
11457
|
+
"text": "<"
|
|
11458
|
+
},
|
|
11459
|
+
{
|
|
11460
|
+
"kind": "Reference",
|
|
11461
|
+
"text": "ColumnState",
|
|
11462
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11463
|
+
},
|
|
11464
|
+
{
|
|
11465
|
+
"kind": "Content",
|
|
11466
|
+
"text": "[]>"
|
|
11467
|
+
},
|
|
11468
|
+
{
|
|
11469
|
+
"kind": "Content",
|
|
11470
|
+
"text": ";"
|
|
11471
|
+
}
|
|
11472
|
+
],
|
|
11473
|
+
"isStatic": false,
|
|
11474
|
+
"returnTypeTokenRange": {
|
|
11475
|
+
"startIndex": 3,
|
|
11476
|
+
"endIndex": 7
|
|
11477
|
+
},
|
|
11478
|
+
"releaseTag": "Public",
|
|
11479
|
+
"isProtected": false,
|
|
11480
|
+
"overloadIndex": 1,
|
|
11481
|
+
"parameters": [
|
|
11482
|
+
{
|
|
11483
|
+
"parameterName": "persistColumnStateKey",
|
|
11484
|
+
"parameterTypeTokenRange": {
|
|
11485
|
+
"startIndex": 1,
|
|
11486
|
+
"endIndex": 2
|
|
11487
|
+
},
|
|
11488
|
+
"isOptional": false
|
|
11489
|
+
}
|
|
11490
|
+
],
|
|
11491
|
+
"isOptional": false,
|
|
11492
|
+
"isAbstract": false,
|
|
11493
|
+
"name": "getColumnState"
|
|
11494
|
+
},
|
|
11495
|
+
{
|
|
11496
|
+
"kind": "Method",
|
|
11497
|
+
"canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#saveColumnState:member(1)",
|
|
11498
|
+
"docComment": "",
|
|
11499
|
+
"excerptTokens": [
|
|
11500
|
+
{
|
|
11501
|
+
"kind": "Content",
|
|
11502
|
+
"text": "saveColumnState(persistColumnStateKey: "
|
|
11503
|
+
},
|
|
11504
|
+
{
|
|
11505
|
+
"kind": "Content",
|
|
11506
|
+
"text": "string"
|
|
11507
|
+
},
|
|
11508
|
+
{
|
|
11509
|
+
"kind": "Content",
|
|
11510
|
+
"text": ", columnState: "
|
|
11511
|
+
},
|
|
11512
|
+
{
|
|
11513
|
+
"kind": "Reference",
|
|
11514
|
+
"text": "ColumnState",
|
|
11515
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11516
|
+
},
|
|
11517
|
+
{
|
|
11518
|
+
"kind": "Content",
|
|
11519
|
+
"text": "[]"
|
|
11520
|
+
},
|
|
11521
|
+
{
|
|
11522
|
+
"kind": "Content",
|
|
11523
|
+
"text": "): "
|
|
11524
|
+
},
|
|
11525
|
+
{
|
|
11526
|
+
"kind": "Reference",
|
|
11527
|
+
"text": "Promise",
|
|
11528
|
+
"canonicalReference": "!Promise:interface"
|
|
11529
|
+
},
|
|
11530
|
+
{
|
|
11531
|
+
"kind": "Content",
|
|
11532
|
+
"text": "<void>"
|
|
11533
|
+
},
|
|
11534
|
+
{
|
|
11535
|
+
"kind": "Content",
|
|
11536
|
+
"text": ";"
|
|
11537
|
+
}
|
|
11538
|
+
],
|
|
11539
|
+
"isStatic": false,
|
|
11540
|
+
"returnTypeTokenRange": {
|
|
11541
|
+
"startIndex": 6,
|
|
11542
|
+
"endIndex": 8
|
|
11543
|
+
},
|
|
11544
|
+
"releaseTag": "Public",
|
|
11545
|
+
"isProtected": false,
|
|
11546
|
+
"overloadIndex": 1,
|
|
11547
|
+
"parameters": [
|
|
11548
|
+
{
|
|
11549
|
+
"parameterName": "persistColumnStateKey",
|
|
11550
|
+
"parameterTypeTokenRange": {
|
|
11551
|
+
"startIndex": 1,
|
|
11552
|
+
"endIndex": 2
|
|
11553
|
+
},
|
|
11554
|
+
"isOptional": false
|
|
11555
|
+
},
|
|
11556
|
+
{
|
|
11557
|
+
"parameterName": "columnState",
|
|
11558
|
+
"parameterTypeTokenRange": {
|
|
11559
|
+
"startIndex": 3,
|
|
11560
|
+
"endIndex": 5
|
|
11561
|
+
},
|
|
11562
|
+
"isOptional": false
|
|
11563
|
+
}
|
|
11564
|
+
],
|
|
11565
|
+
"isOptional": false,
|
|
11566
|
+
"isAbstract": false,
|
|
11567
|
+
"name": "saveColumnState"
|
|
11568
|
+
},
|
|
11569
|
+
{
|
|
11570
|
+
"kind": "Property",
|
|
11571
|
+
"canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#session:member",
|
|
11572
|
+
"docComment": "",
|
|
11573
|
+
"excerptTokens": [
|
|
11574
|
+
{
|
|
11575
|
+
"kind": "Content",
|
|
11576
|
+
"text": "session: "
|
|
11577
|
+
},
|
|
11578
|
+
{
|
|
11579
|
+
"kind": "Reference",
|
|
11580
|
+
"text": "Session",
|
|
11581
|
+
"canonicalReference": "@genesislcap/foundation-comms!Session:interface"
|
|
11582
|
+
},
|
|
11583
|
+
{
|
|
11584
|
+
"kind": "Content",
|
|
11585
|
+
"text": ";"
|
|
11586
|
+
}
|
|
11587
|
+
],
|
|
11588
|
+
"isReadonly": false,
|
|
11589
|
+
"isOptional": false,
|
|
11590
|
+
"releaseTag": "Public",
|
|
11591
|
+
"name": "session",
|
|
11592
|
+
"propertyTypeTokenRange": {
|
|
11593
|
+
"startIndex": 1,
|
|
11594
|
+
"endIndex": 2
|
|
11595
|
+
},
|
|
11596
|
+
"isStatic": false,
|
|
11597
|
+
"isProtected": false,
|
|
11598
|
+
"isAbstract": false
|
|
11599
|
+
}
|
|
11600
|
+
],
|
|
11601
|
+
"implementsTokenRanges": [
|
|
11602
|
+
{
|
|
11603
|
+
"startIndex": 1,
|
|
11604
|
+
"endIndex": 2
|
|
11605
|
+
}
|
|
11606
|
+
]
|
|
11607
|
+
},
|
|
11608
|
+
{
|
|
11609
|
+
"kind": "Variable",
|
|
11610
|
+
"canonicalReference": "@genesislcap/grid-pro!logger:var",
|
|
11611
|
+
"docComment": "/**\n * Logger for the grid-pro package\n *\n * @public\n */\n",
|
|
11612
|
+
"excerptTokens": [
|
|
11613
|
+
{
|
|
11614
|
+
"kind": "Content",
|
|
11615
|
+
"text": "logger: "
|
|
11616
|
+
},
|
|
11617
|
+
{
|
|
11618
|
+
"kind": "Content",
|
|
11619
|
+
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
11620
|
+
},
|
|
11621
|
+
{
|
|
11622
|
+
"kind": "Reference",
|
|
11623
|
+
"text": "Logger",
|
|
11624
|
+
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
11625
|
+
}
|
|
11626
|
+
],
|
|
11627
|
+
"fileUrlPath": "src/utils/logger.ts",
|
|
11628
|
+
"isReadonly": true,
|
|
11629
|
+
"releaseTag": "Public",
|
|
11630
|
+
"name": "logger",
|
|
11631
|
+
"variableTypeTokenRange": {
|
|
11632
|
+
"startIndex": 1,
|
|
11633
|
+
"endIndex": 3
|
|
11634
|
+
}
|
|
11635
|
+
},
|
|
11636
|
+
{
|
|
11637
|
+
"kind": "Function",
|
|
11638
|
+
"canonicalReference": "@genesislcap/grid-pro!mergeAndDedupColDefWithColumnState:function(1)",
|
|
11639
|
+
"docComment": "/**\n * Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.\n *\n * @remarks\n *\n * ColDef uses `field` and ColumnState uses `colId` to identify columns.\n *\n * @public\n */\n",
|
|
11640
|
+
"excerptTokens": [
|
|
11641
|
+
{
|
|
11642
|
+
"kind": "Content",
|
|
11643
|
+
"text": "export declare function mergeAndDedupColDefWithColumnState(colDefs: "
|
|
11644
|
+
},
|
|
11645
|
+
{
|
|
11646
|
+
"kind": "Reference",
|
|
11647
|
+
"text": "ColDef",
|
|
11648
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
11649
|
+
},
|
|
11650
|
+
{
|
|
11651
|
+
"kind": "Content",
|
|
11652
|
+
"text": "[]"
|
|
11653
|
+
},
|
|
11654
|
+
{
|
|
11655
|
+
"kind": "Content",
|
|
11656
|
+
"text": ", columnStates: "
|
|
11657
|
+
},
|
|
11658
|
+
{
|
|
11659
|
+
"kind": "Reference",
|
|
11660
|
+
"text": "ColumnState",
|
|
11661
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
11662
|
+
},
|
|
11663
|
+
{
|
|
11664
|
+
"kind": "Content",
|
|
11665
|
+
"text": "[]"
|
|
11666
|
+
},
|
|
11667
|
+
{
|
|
11668
|
+
"kind": "Content",
|
|
11669
|
+
"text": "): "
|
|
11670
|
+
},
|
|
11671
|
+
{
|
|
11672
|
+
"kind": "Reference",
|
|
11673
|
+
"text": "ColDef",
|
|
11674
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
11675
|
+
},
|
|
11676
|
+
{
|
|
11677
|
+
"kind": "Content",
|
|
11678
|
+
"text": "[]"
|
|
11679
|
+
},
|
|
11680
|
+
{
|
|
11681
|
+
"kind": "Content",
|
|
11682
|
+
"text": ";"
|
|
11683
|
+
}
|
|
11684
|
+
],
|
|
11685
|
+
"fileUrlPath": "src/utils/array.ts",
|
|
11686
|
+
"returnTypeTokenRange": {
|
|
11687
|
+
"startIndex": 7,
|
|
11688
|
+
"endIndex": 9
|
|
11689
|
+
},
|
|
11690
|
+
"releaseTag": "Public",
|
|
11691
|
+
"overloadIndex": 1,
|
|
11692
|
+
"parameters": [
|
|
11693
|
+
{
|
|
11694
|
+
"parameterName": "colDefs",
|
|
11695
|
+
"parameterTypeTokenRange": {
|
|
11696
|
+
"startIndex": 1,
|
|
11697
|
+
"endIndex": 3
|
|
11698
|
+
},
|
|
11699
|
+
"isOptional": false
|
|
11700
|
+
},
|
|
11701
|
+
{
|
|
11702
|
+
"parameterName": "columnStates",
|
|
11703
|
+
"parameterTypeTokenRange": {
|
|
11704
|
+
"startIndex": 4,
|
|
11705
|
+
"endIndex": 6
|
|
11706
|
+
},
|
|
11707
|
+
"isOptional": false
|
|
11708
|
+
}
|
|
11709
|
+
],
|
|
11710
|
+
"name": "mergeAndDedupColDefWithColumnState"
|
|
11711
|
+
},
|
|
11712
|
+
{
|
|
11713
|
+
"kind": "Class",
|
|
11714
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
|
11715
|
+
"docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
|
|
11716
|
+
"excerptTokens": [
|
|
11717
|
+
{
|
|
11718
|
+
"kind": "Content",
|
|
11719
|
+
"text": "export declare class MultiselectEditor extends "
|
|
11720
|
+
},
|
|
11721
|
+
{
|
|
11722
|
+
"kind": "Reference",
|
|
11723
|
+
"text": "FoundationElement",
|
|
11724
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
11725
|
+
},
|
|
11726
|
+
{
|
|
11727
|
+
"kind": "Content",
|
|
11728
|
+
"text": " implements "
|
|
11729
|
+
},
|
|
11730
|
+
{
|
|
11731
|
+
"kind": "Reference",
|
|
11732
|
+
"text": "ICellEditorComp",
|
|
11733
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
11734
|
+
},
|
|
11735
|
+
{
|
|
11736
|
+
"kind": "Content",
|
|
11737
|
+
"text": " "
|
|
11738
|
+
}
|
|
11739
|
+
],
|
|
11740
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
11741
|
+
"releaseTag": "Public",
|
|
11742
|
+
"isAbstract": false,
|
|
11743
|
+
"name": "MultiselectEditor",
|
|
11744
|
+
"preserveMemberOrder": false,
|
|
11745
|
+
"members": [
|
|
11746
|
+
{
|
|
11747
|
+
"kind": "Method",
|
|
11748
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
|
|
11749
|
+
"docComment": "",
|
|
11750
|
+
"excerptTokens": [
|
|
11751
|
+
{
|
|
11752
|
+
"kind": "Content",
|
|
11753
|
+
"text": "changeHandler(event: "
|
|
11754
|
+
},
|
|
11755
|
+
{
|
|
11756
|
+
"kind": "Content",
|
|
11757
|
+
"text": "any"
|
|
11758
|
+
},
|
|
11759
|
+
{
|
|
11760
|
+
"kind": "Content",
|
|
11761
|
+
"text": "): "
|
|
11762
|
+
},
|
|
11763
|
+
{
|
|
11764
|
+
"kind": "Content",
|
|
11765
|
+
"text": "void"
|
|
11766
|
+
},
|
|
11767
|
+
{
|
|
11768
|
+
"kind": "Content",
|
|
11769
|
+
"text": ";"
|
|
11770
|
+
}
|
|
11771
|
+
],
|
|
11772
|
+
"isStatic": false,
|
|
11773
|
+
"returnTypeTokenRange": {
|
|
11774
|
+
"startIndex": 3,
|
|
11775
|
+
"endIndex": 4
|
|
11776
|
+
},
|
|
11777
|
+
"releaseTag": "Public",
|
|
11778
|
+
"isProtected": false,
|
|
11779
|
+
"overloadIndex": 1,
|
|
11780
|
+
"parameters": [
|
|
11781
|
+
{
|
|
11782
|
+
"parameterName": "event",
|
|
11783
|
+
"parameterTypeTokenRange": {
|
|
11784
|
+
"startIndex": 1,
|
|
11785
|
+
"endIndex": 2
|
|
11786
|
+
},
|
|
11787
|
+
"isOptional": false
|
|
11788
|
+
}
|
|
11789
|
+
],
|
|
11790
|
+
"isOptional": false,
|
|
11791
|
+
"isAbstract": false,
|
|
11792
|
+
"name": "changeHandler"
|
|
11793
|
+
},
|
|
11794
|
+
{
|
|
11795
|
+
"kind": "Method",
|
|
11796
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
|
|
11797
|
+
"docComment": "",
|
|
11798
|
+
"excerptTokens": [
|
|
11799
|
+
{
|
|
11800
|
+
"kind": "Content",
|
|
11801
|
+
"text": "destroy(): "
|
|
11802
|
+
},
|
|
11803
|
+
{
|
|
11804
|
+
"kind": "Content",
|
|
11805
|
+
"text": "void"
|
|
11806
|
+
},
|
|
11807
|
+
{
|
|
11808
|
+
"kind": "Content",
|
|
11809
|
+
"text": ";"
|
|
11810
|
+
}
|
|
11811
|
+
],
|
|
11812
|
+
"isStatic": false,
|
|
11813
|
+
"returnTypeTokenRange": {
|
|
11814
|
+
"startIndex": 1,
|
|
11815
|
+
"endIndex": 2
|
|
11816
|
+
},
|
|
11817
|
+
"releaseTag": "Public",
|
|
11818
|
+
"isProtected": false,
|
|
11819
|
+
"overloadIndex": 1,
|
|
11820
|
+
"parameters": [],
|
|
11821
|
+
"isOptional": false,
|
|
11822
|
+
"isAbstract": false,
|
|
11823
|
+
"name": "destroy"
|
|
11824
|
+
},
|
|
11825
|
+
{
|
|
11826
|
+
"kind": "Method",
|
|
11827
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
|
|
11828
|
+
"docComment": "",
|
|
11829
|
+
"excerptTokens": [
|
|
11830
|
+
{
|
|
11831
|
+
"kind": "Content",
|
|
11832
|
+
"text": "getGui(): "
|
|
11833
|
+
},
|
|
11834
|
+
{
|
|
11835
|
+
"kind": "Reference",
|
|
11836
|
+
"text": "HTMLElement",
|
|
11837
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
11838
|
+
},
|
|
11839
|
+
{
|
|
11840
|
+
"kind": "Content",
|
|
11841
|
+
"text": ";"
|
|
11842
|
+
}
|
|
11843
|
+
],
|
|
11844
|
+
"isStatic": false,
|
|
11416
11845
|
"returnTypeTokenRange": {
|
|
11417
11846
|
"startIndex": 1,
|
|
11418
11847
|
"endIndex": 2
|
|
@@ -13499,6 +13928,154 @@
|
|
|
13499
13928
|
}
|
|
13500
13929
|
]
|
|
13501
13930
|
},
|
|
13931
|
+
{
|
|
13932
|
+
"kind": "Interface",
|
|
13933
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface",
|
|
13934
|
+
"docComment": "/**\n * Represents a state persistence and its capabilities. Provides methods to set and get columns from the storage.\n *\n * @public\n */\n",
|
|
13935
|
+
"excerptTokens": [
|
|
13936
|
+
{
|
|
13937
|
+
"kind": "Content",
|
|
13938
|
+
"text": "export interface StatePersistence "
|
|
13939
|
+
}
|
|
13940
|
+
],
|
|
13941
|
+
"fileUrlPath": "src/state-persistence/state-persistence.ts",
|
|
13942
|
+
"releaseTag": "Public",
|
|
13943
|
+
"name": "StatePersistence",
|
|
13944
|
+
"preserveMemberOrder": false,
|
|
13945
|
+
"members": [
|
|
13946
|
+
{
|
|
13947
|
+
"kind": "MethodSignature",
|
|
13948
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence#getColumnState:member(1)",
|
|
13949
|
+
"docComment": "/**\n * Returns the column state for the given key.\n *\n * @public\n */\n",
|
|
13950
|
+
"excerptTokens": [
|
|
13951
|
+
{
|
|
13952
|
+
"kind": "Content",
|
|
13953
|
+
"text": "getColumnState(persistColumnStateKey: "
|
|
13954
|
+
},
|
|
13955
|
+
{
|
|
13956
|
+
"kind": "Content",
|
|
13957
|
+
"text": "string"
|
|
13958
|
+
},
|
|
13959
|
+
{
|
|
13960
|
+
"kind": "Content",
|
|
13961
|
+
"text": "): "
|
|
13962
|
+
},
|
|
13963
|
+
{
|
|
13964
|
+
"kind": "Reference",
|
|
13965
|
+
"text": "Promise",
|
|
13966
|
+
"canonicalReference": "!Promise:interface"
|
|
13967
|
+
},
|
|
13968
|
+
{
|
|
13969
|
+
"kind": "Content",
|
|
13970
|
+
"text": "<"
|
|
13971
|
+
},
|
|
13972
|
+
{
|
|
13973
|
+
"kind": "Reference",
|
|
13974
|
+
"text": "ColumnState",
|
|
13975
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
13976
|
+
},
|
|
13977
|
+
{
|
|
13978
|
+
"kind": "Content",
|
|
13979
|
+
"text": "[]>"
|
|
13980
|
+
},
|
|
13981
|
+
{
|
|
13982
|
+
"kind": "Content",
|
|
13983
|
+
"text": ";"
|
|
13984
|
+
}
|
|
13985
|
+
],
|
|
13986
|
+
"isOptional": false,
|
|
13987
|
+
"returnTypeTokenRange": {
|
|
13988
|
+
"startIndex": 3,
|
|
13989
|
+
"endIndex": 7
|
|
13990
|
+
},
|
|
13991
|
+
"releaseTag": "Public",
|
|
13992
|
+
"overloadIndex": 1,
|
|
13993
|
+
"parameters": [
|
|
13994
|
+
{
|
|
13995
|
+
"parameterName": "persistColumnStateKey",
|
|
13996
|
+
"parameterTypeTokenRange": {
|
|
13997
|
+
"startIndex": 1,
|
|
13998
|
+
"endIndex": 2
|
|
13999
|
+
},
|
|
14000
|
+
"isOptional": false
|
|
14001
|
+
}
|
|
14002
|
+
],
|
|
14003
|
+
"name": "getColumnState"
|
|
14004
|
+
},
|
|
14005
|
+
{
|
|
14006
|
+
"kind": "MethodSignature",
|
|
14007
|
+
"canonicalReference": "@genesislcap/grid-pro!StatePersistence#saveColumnState:member(1)",
|
|
14008
|
+
"docComment": "/**\n * Saves the column state for the given key.\n *\n * @public\n */\n",
|
|
14009
|
+
"excerptTokens": [
|
|
14010
|
+
{
|
|
14011
|
+
"kind": "Content",
|
|
14012
|
+
"text": "saveColumnState(persistColumnStateKey: "
|
|
14013
|
+
},
|
|
14014
|
+
{
|
|
14015
|
+
"kind": "Content",
|
|
14016
|
+
"text": "string"
|
|
14017
|
+
},
|
|
14018
|
+
{
|
|
14019
|
+
"kind": "Content",
|
|
14020
|
+
"text": ", columnState: "
|
|
14021
|
+
},
|
|
14022
|
+
{
|
|
14023
|
+
"kind": "Reference",
|
|
14024
|
+
"text": "ColumnState",
|
|
14025
|
+
"canonicalReference": "@ag-grid-community/core!ColumnState:interface"
|
|
14026
|
+
},
|
|
14027
|
+
{
|
|
14028
|
+
"kind": "Content",
|
|
14029
|
+
"text": "[]"
|
|
14030
|
+
},
|
|
14031
|
+
{
|
|
14032
|
+
"kind": "Content",
|
|
14033
|
+
"text": "): "
|
|
14034
|
+
},
|
|
14035
|
+
{
|
|
14036
|
+
"kind": "Reference",
|
|
14037
|
+
"text": "Promise",
|
|
14038
|
+
"canonicalReference": "!Promise:interface"
|
|
14039
|
+
},
|
|
14040
|
+
{
|
|
14041
|
+
"kind": "Content",
|
|
14042
|
+
"text": "<void>"
|
|
14043
|
+
},
|
|
14044
|
+
{
|
|
14045
|
+
"kind": "Content",
|
|
14046
|
+
"text": ";"
|
|
14047
|
+
}
|
|
14048
|
+
],
|
|
14049
|
+
"isOptional": false,
|
|
14050
|
+
"returnTypeTokenRange": {
|
|
14051
|
+
"startIndex": 6,
|
|
14052
|
+
"endIndex": 8
|
|
14053
|
+
},
|
|
14054
|
+
"releaseTag": "Public",
|
|
14055
|
+
"overloadIndex": 1,
|
|
14056
|
+
"parameters": [
|
|
14057
|
+
{
|
|
14058
|
+
"parameterName": "persistColumnStateKey",
|
|
14059
|
+
"parameterTypeTokenRange": {
|
|
14060
|
+
"startIndex": 1,
|
|
14061
|
+
"endIndex": 2
|
|
14062
|
+
},
|
|
14063
|
+
"isOptional": false
|
|
14064
|
+
},
|
|
14065
|
+
{
|
|
14066
|
+
"parameterName": "columnState",
|
|
14067
|
+
"parameterTypeTokenRange": {
|
|
14068
|
+
"startIndex": 3,
|
|
14069
|
+
"endIndex": 5
|
|
14070
|
+
},
|
|
14071
|
+
"isOptional": false
|
|
14072
|
+
}
|
|
14073
|
+
],
|
|
14074
|
+
"name": "saveColumnState"
|
|
14075
|
+
}
|
|
14076
|
+
],
|
|
14077
|
+
"extendsTokenRanges": []
|
|
14078
|
+
},
|
|
13502
14079
|
{
|
|
13503
14080
|
"kind": "Class",
|
|
13504
14081
|
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class",
|