@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.
Files changed (43) hide show
  1. package/dist/custom-elements.json +93 -620
  2. package/dist/dts/datasource/base.datasource.d.ts +11 -44
  3. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  4. package/dist/dts/datasource/base.types.d.ts +0 -21
  5. package/dist/dts/datasource/base.types.d.ts.map +1 -1
  6. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  7. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +3 -5
  8. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  9. package/dist/dts/grid-pro.d.ts +4 -9
  10. package/dist/dts/grid-pro.d.ts.map +1 -1
  11. package/dist/dts/grid-pro.styles.d.ts.map +1 -1
  12. package/dist/dts/grid-pro.template.d.ts +1 -1
  13. package/dist/dts/grid-pro.template.d.ts.map +1 -1
  14. package/dist/esm/datasource/base.datasource.js +1 -172
  15. package/dist/esm/datasource/base.types.js +1 -8
  16. package/dist/esm/datasource/server-side.datasource.js +2 -9
  17. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +48 -11
  18. package/dist/esm/grid-pro.js +3 -20
  19. package/dist/esm/grid-pro.styles.js +22 -2
  20. package/dist/esm/grid-pro.template.js +33 -3
  21. package/dist/grid-pro.api.json +79 -369
  22. package/dist/grid-pro.d.ts +18 -67
  23. package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -3
  24. package/docs/api/grid-pro.gridprobasedatasource.md +0 -7
  25. package/docs/api/grid-pro.gridprogenesisdatasource.handleerrors.md +22 -0
  26. package/docs/api/grid-pro.gridprogenesisdatasource.md +2 -0
  27. package/docs/api/grid-pro.gridprogenesisdatasource.restartonreconnection.md +11 -0
  28. package/docs/api/grid-pro.gridprotemplate.md +1 -1
  29. package/docs/api-report.md +4 -19
  30. package/package.json +13 -13
  31. package/dist/dts/datasource/error-handler.dialog.d.ts +0 -3
  32. package/dist/dts/datasource/error-handler.dialog.d.ts.map +0 -1
  33. package/dist/esm/datasource/error-handler.dialog.js +0 -114
  34. package/docs/api/grid-pro.genesisgriddatasourceelement.clearerrors.md +0 -17
  35. package/docs/api/grid-pro.genesisgriddatasourceelement.handleerrors.md +0 -25
  36. package/docs/api/grid-pro.genesisgriddatasourceelement.restartonreconnection.md +0 -18
  37. package/docs/api/grid-pro.gridprobasedatasource.connectedcallback.md +0 -15
  38. package/docs/api/grid-pro.gridprobasedatasource.connectionsub.md +0 -11
  39. package/docs/api/grid-pro.gridprobasedatasource.disconnectedcallback.md +0 -15
  40. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +0 -17
  41. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +0 -24
  42. package/docs/api/grid-pro.gridprobasedatasource.subscribetoconnection.md +0 -15
  43. package/docs/api/grid-pro.gridprobasedatasource.unsubscribefromconnection.md +0 -15
@@ -7184,37 +7184,6 @@
7184
7184
  "isProtected": true,
7185
7185
  "isAbstract": false
7186
7186
  },
7187
- {
7188
- "kind": "Method",
7189
- "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#clearErrors:member(1)",
7190
- "docComment": "/**\n * Clears error state and emits connected event.\n *\n * @public\n */\n",
7191
- "excerptTokens": [
7192
- {
7193
- "kind": "Content",
7194
- "text": "clearErrors(): "
7195
- },
7196
- {
7197
- "kind": "Content",
7198
- "text": "void"
7199
- },
7200
- {
7201
- "kind": "Content",
7202
- "text": ";"
7203
- }
7204
- ],
7205
- "isStatic": false,
7206
- "returnTypeTokenRange": {
7207
- "startIndex": 1,
7208
- "endIndex": 2
7209
- },
7210
- "releaseTag": "Public",
7211
- "isProtected": false,
7212
- "overloadIndex": 1,
7213
- "parameters": [],
7214
- "isOptional": false,
7215
- "isAbstract": false,
7216
- "name": "clearErrors"
7217
- },
7218
7187
  {
7219
7188
  "kind": "Property",
7220
7189
  "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#connect:member",
@@ -7596,75 +7565,6 @@
7596
7565
  "isProtected": false,
7597
7566
  "isAbstract": false
7598
7567
  },
7599
- {
7600
- "kind": "Method",
7601
- "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#handleErrors:member(1)",
7602
- "docComment": "/**\n * Handles errors and emits appropriate error events.\n *\n * @param errors - The error message or array of error messages\n *\n * @param type - The type of error that occurred\n *\n * @public\n */\n",
7603
- "excerptTokens": [
7604
- {
7605
- "kind": "Content",
7606
- "text": "handleErrors(errors: "
7607
- },
7608
- {
7609
- "kind": "Content",
7610
- "text": "string | any[]"
7611
- },
7612
- {
7613
- "kind": "Content",
7614
- "text": ", type?: "
7615
- },
7616
- {
7617
- "kind": "Reference",
7618
- "text": "BaseDatasourceErrorEventDetail",
7619
- "canonicalReference": "@genesislcap/grid-pro!~BaseDatasourceErrorEventDetail:type"
7620
- },
7621
- {
7622
- "kind": "Content",
7623
- "text": "['type']"
7624
- },
7625
- {
7626
- "kind": "Content",
7627
- "text": "): "
7628
- },
7629
- {
7630
- "kind": "Content",
7631
- "text": "void"
7632
- },
7633
- {
7634
- "kind": "Content",
7635
- "text": ";"
7636
- }
7637
- ],
7638
- "isStatic": false,
7639
- "returnTypeTokenRange": {
7640
- "startIndex": 6,
7641
- "endIndex": 7
7642
- },
7643
- "releaseTag": "Public",
7644
- "isProtected": false,
7645
- "overloadIndex": 1,
7646
- "parameters": [
7647
- {
7648
- "parameterName": "errors",
7649
- "parameterTypeTokenRange": {
7650
- "startIndex": 1,
7651
- "endIndex": 2
7652
- },
7653
- "isOptional": false
7654
- },
7655
- {
7656
- "parameterName": "type",
7657
- "parameterTypeTokenRange": {
7658
- "startIndex": 3,
7659
- "endIndex": 5
7660
- },
7661
- "isOptional": true
7662
- }
7663
- ],
7664
- "isOptional": false,
7665
- "isAbstract": false,
7666
- "name": "handleErrors"
7667
- },
7668
7568
  {
7669
7569
  "kind": "Property",
7670
7570
  "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#isRequestServer:member",
@@ -8013,36 +7913,6 @@
8013
7913
  "isProtected": false,
8014
7914
  "isAbstract": false
8015
7915
  },
8016
- {
8017
- "kind": "Property",
8018
- "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#restartOnReconnection:member",
8019
- "docComment": "/**\n * Attribute to set whether the datasource should restart when it reconnects.\n *\n * @remarks\n *\n * Defaults to `true`.\n */\n",
8020
- "excerptTokens": [
8021
- {
8022
- "kind": "Content",
8023
- "text": "restartOnReconnection: "
8024
- },
8025
- {
8026
- "kind": "Content",
8027
- "text": "boolean"
8028
- },
8029
- {
8030
- "kind": "Content",
8031
- "text": ";"
8032
- }
8033
- ],
8034
- "isReadonly": false,
8035
- "isOptional": false,
8036
- "releaseTag": "Public",
8037
- "name": "restartOnReconnection",
8038
- "propertyTypeTokenRange": {
8039
- "startIndex": 1,
8040
- "endIndex": 2
8041
- },
8042
- "isStatic": false,
8043
- "isProtected": false,
8044
- "isAbstract": false
8045
- },
8046
7916
  {
8047
7917
  "kind": "Property",
8048
7918
  "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#reverse:member",
@@ -11614,72 +11484,6 @@
11614
11484
  "isAbstract": false,
11615
11485
  "name": "applyTransactionAsync"
11616
11486
  },
11617
- {
11618
- "kind": "Method",
11619
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectedCallback:member(1)",
11620
- "docComment": "",
11621
- "excerptTokens": [
11622
- {
11623
- "kind": "Content",
11624
- "text": "connectedCallback(): "
11625
- },
11626
- {
11627
- "kind": "Content",
11628
- "text": "void"
11629
- },
11630
- {
11631
- "kind": "Content",
11632
- "text": ";"
11633
- }
11634
- ],
11635
- "isStatic": false,
11636
- "returnTypeTokenRange": {
11637
- "startIndex": 1,
11638
- "endIndex": 2
11639
- },
11640
- "releaseTag": "Public",
11641
- "isProtected": false,
11642
- "overloadIndex": 1,
11643
- "parameters": [],
11644
- "isOptional": false,
11645
- "isAbstract": false,
11646
- "name": "connectedCallback"
11647
- },
11648
- {
11649
- "kind": "Property",
11650
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
11651
- "docComment": "",
11652
- "excerptTokens": [
11653
- {
11654
- "kind": "Content",
11655
- "text": "protected connectionSub: "
11656
- },
11657
- {
11658
- "kind": "Reference",
11659
- "text": "Subscription",
11660
- "canonicalReference": "rxjs!Subscription:class"
11661
- },
11662
- {
11663
- "kind": "Content",
11664
- "text": " | undefined"
11665
- },
11666
- {
11667
- "kind": "Content",
11668
- "text": ";"
11669
- }
11670
- ],
11671
- "isReadonly": false,
11672
- "isOptional": false,
11673
- "releaseTag": "Public",
11674
- "name": "connectionSub",
11675
- "propertyTypeTokenRange": {
11676
- "startIndex": 1,
11677
- "endIndex": 3
11678
- },
11679
- "isStatic": false,
11680
- "isProtected": true,
11681
- "isAbstract": false
11682
- },
11683
11487
  {
11684
11488
  "kind": "Property",
11685
11489
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#dataSubWasLoggedOff:member",
@@ -11741,37 +11545,6 @@
11741
11545
  "isAbstract": false,
11742
11546
  "name": "destroy"
11743
11547
  },
11744
- {
11745
- "kind": "Method",
11746
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#disconnectedCallback:member(1)",
11747
- "docComment": "",
11748
- "excerptTokens": [
11749
- {
11750
- "kind": "Content",
11751
- "text": "disconnectedCallback(): "
11752
- },
11753
- {
11754
- "kind": "Content",
11755
- "text": "void"
11756
- },
11757
- {
11758
- "kind": "Content",
11759
- "text": ";"
11760
- }
11761
- ],
11762
- "isStatic": false,
11763
- "returnTypeTokenRange": {
11764
- "startIndex": 1,
11765
- "endIndex": 2
11766
- },
11767
- "releaseTag": "Public",
11768
- "isProtected": false,
11769
- "overloadIndex": 1,
11770
- "parameters": [],
11771
- "isOptional": false,
11772
- "isAbstract": false,
11773
- "name": "disconnectedCallback"
11774
- },
11775
11548
  {
11776
11549
  "kind": "Method",
11777
11550
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#generateColumnDefsFromMetadata:member(1)",
@@ -12055,37 +11828,6 @@
12055
11828
  "isAbstract": false,
12056
11829
  "name": "handleStreamUpdates"
12057
11830
  },
12058
- {
12059
- "kind": "Method",
12060
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#isDisconnected:member(1)",
12061
- "docComment": "/**\n * Returns true if the grid has the ds-disconnected attribute.\n */\n",
12062
- "excerptTokens": [
12063
- {
12064
- "kind": "Content",
12065
- "text": "isDisconnected(): "
12066
- },
12067
- {
12068
- "kind": "Content",
12069
- "text": "boolean"
12070
- },
12071
- {
12072
- "kind": "Content",
12073
- "text": ";"
12074
- }
12075
- ],
12076
- "isStatic": false,
12077
- "returnTypeTokenRange": {
12078
- "startIndex": 1,
12079
- "endIndex": 2
12080
- },
12081
- "releaseTag": "Public",
12082
- "isProtected": false,
12083
- "overloadIndex": 1,
12084
- "parameters": [],
12085
- "isOptional": false,
12086
- "isAbstract": false,
12087
- "name": "isDisconnected"
12088
- },
12089
11831
  {
12090
11832
  "kind": "Method",
12091
11833
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#loadMore:member(1)",
@@ -12243,116 +11985,6 @@
12243
11985
  "isStatic": false,
12244
11986
  "isProtected": false,
12245
11987
  "isAbstract": false
12246
- },
12247
- {
12248
- "kind": "Method",
12249
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#setDisconnected:member(1)",
12250
- "docComment": "/**\n * Sets or removes the ds-disconnected attribute on the grid element.\n *\n * @param disconnected - true to set, false to remove\n */\n",
12251
- "excerptTokens": [
12252
- {
12253
- "kind": "Content",
12254
- "text": "setDisconnected(disconnected: "
12255
- },
12256
- {
12257
- "kind": "Content",
12258
- "text": "boolean"
12259
- },
12260
- {
12261
- "kind": "Content",
12262
- "text": "): "
12263
- },
12264
- {
12265
- "kind": "Content",
12266
- "text": "void"
12267
- },
12268
- {
12269
- "kind": "Content",
12270
- "text": ";"
12271
- }
12272
- ],
12273
- "isStatic": false,
12274
- "returnTypeTokenRange": {
12275
- "startIndex": 3,
12276
- "endIndex": 4
12277
- },
12278
- "releaseTag": "Public",
12279
- "isProtected": false,
12280
- "overloadIndex": 1,
12281
- "parameters": [
12282
- {
12283
- "parameterName": "disconnected",
12284
- "parameterTypeTokenRange": {
12285
- "startIndex": 1,
12286
- "endIndex": 2
12287
- },
12288
- "isOptional": false
12289
- }
12290
- ],
12291
- "isOptional": false,
12292
- "isAbstract": false,
12293
- "name": "setDisconnected"
12294
- },
12295
- {
12296
- "kind": "Method",
12297
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#subscribeToConnection:member(1)",
12298
- "docComment": "",
12299
- "excerptTokens": [
12300
- {
12301
- "kind": "Content",
12302
- "text": "protected subscribeToConnection(): "
12303
- },
12304
- {
12305
- "kind": "Content",
12306
- "text": "void"
12307
- },
12308
- {
12309
- "kind": "Content",
12310
- "text": ";"
12311
- }
12312
- ],
12313
- "isStatic": false,
12314
- "returnTypeTokenRange": {
12315
- "startIndex": 1,
12316
- "endIndex": 2
12317
- },
12318
- "releaseTag": "Public",
12319
- "isProtected": true,
12320
- "overloadIndex": 1,
12321
- "parameters": [],
12322
- "isOptional": false,
12323
- "isAbstract": false,
12324
- "name": "subscribeToConnection"
12325
- },
12326
- {
12327
- "kind": "Method",
12328
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#unsubscribeFromConnection:member(1)",
12329
- "docComment": "",
12330
- "excerptTokens": [
12331
- {
12332
- "kind": "Content",
12333
- "text": "protected unsubscribeFromConnection(): "
12334
- },
12335
- {
12336
- "kind": "Content",
12337
- "text": "void"
12338
- },
12339
- {
12340
- "kind": "Content",
12341
- "text": ";"
12342
- }
12343
- ],
12344
- "isStatic": false,
12345
- "returnTypeTokenRange": {
12346
- "startIndex": 1,
12347
- "endIndex": 2
12348
- },
12349
- "releaseTag": "Public",
12350
- "isProtected": true,
12351
- "overloadIndex": 1,
12352
- "parameters": [],
12353
- "isOptional": false,
12354
- "isAbstract": false,
12355
- "name": "unsubscribeFromConnection"
12356
11988
  }
12357
11989
  ],
12358
11990
  "extendsTokenRange": {
@@ -13955,6 +13587,54 @@
13955
13587
  "isAbstract": false,
13956
13588
  "name": "disconnectedCallback"
13957
13589
  },
13590
+ {
13591
+ "kind": "Method",
13592
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#handleErrors:member(1)",
13593
+ "docComment": "",
13594
+ "excerptTokens": [
13595
+ {
13596
+ "kind": "Content",
13597
+ "text": "handleErrors(errors: "
13598
+ },
13599
+ {
13600
+ "kind": "Content",
13601
+ "text": "string | any[]"
13602
+ },
13603
+ {
13604
+ "kind": "Content",
13605
+ "text": "): "
13606
+ },
13607
+ {
13608
+ "kind": "Content",
13609
+ "text": "void"
13610
+ },
13611
+ {
13612
+ "kind": "Content",
13613
+ "text": ";"
13614
+ }
13615
+ ],
13616
+ "isStatic": false,
13617
+ "returnTypeTokenRange": {
13618
+ "startIndex": 3,
13619
+ "endIndex": 4
13620
+ },
13621
+ "releaseTag": "Public",
13622
+ "isProtected": false,
13623
+ "overloadIndex": 1,
13624
+ "parameters": [
13625
+ {
13626
+ "parameterName": "errors",
13627
+ "parameterTypeTokenRange": {
13628
+ "startIndex": 1,
13629
+ "endIndex": 2
13630
+ },
13631
+ "isOptional": false
13632
+ }
13633
+ ],
13634
+ "isOptional": false,
13635
+ "isAbstract": false,
13636
+ "name": "handleErrors"
13637
+ },
13958
13638
  {
13959
13639
  "kind": "Method",
13960
13640
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#handleStreamDeletes:member(1)",
@@ -14549,6 +14229,36 @@
14549
14229
  "isAbstract": false,
14550
14230
  "name": "restart"
14551
14231
  },
14232
+ {
14233
+ "kind": "Property",
14234
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#restartOnReconnection:member",
14235
+ "docComment": "",
14236
+ "excerptTokens": [
14237
+ {
14238
+ "kind": "Content",
14239
+ "text": "restartOnReconnection: "
14240
+ },
14241
+ {
14242
+ "kind": "Content",
14243
+ "text": "boolean"
14244
+ },
14245
+ {
14246
+ "kind": "Content",
14247
+ "text": ";"
14248
+ }
14249
+ ],
14250
+ "isReadonly": false,
14251
+ "isOptional": false,
14252
+ "releaseTag": "Public",
14253
+ "name": "restartOnReconnection",
14254
+ "propertyTypeTokenRange": {
14255
+ "startIndex": 1,
14256
+ "endIndex": 2
14257
+ },
14258
+ "isStatic": false,
14259
+ "isProtected": false,
14260
+ "isAbstract": false
14261
+ },
14552
14262
  {
14553
14263
  "kind": "Method",
14554
14264
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setFilter:member(1)",
@@ -16274,7 +15984,7 @@
16274
15984
  {
16275
15985
  "kind": "Variable",
16276
15986
  "canonicalReference": "@genesislcap/grid-pro!gridProTemplate:var",
16277
- "docComment": "/**\n * @remarks\n *\n * HTML Element: <foundation-grid-pro>\n *\n * @public\n */\n",
15987
+ "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro\\>\n *\n * @public\n */\n",
16278
15988
  "excerptTokens": [
16279
15989
  {
16280
15990
  "kind": "Content",