@genesislcap/grid-pro 14.417.1-alpha-efccb2a.0 → 14.417.1-alpha-83eabbf.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.
@@ -1047,6 +1047,20 @@
1047
1047
  }
1048
1048
  }
1049
1049
  ],
1050
+ "events": [
1051
+ {
1052
+ "description": "Fired when AG Grid is ready (detail includes the grid-ready event and grid id)",
1053
+ "name": "gridReady"
1054
+ },
1055
+ {
1056
+ "description": "Deprecated alias for the grid-ready signal; prefer `gridReady`",
1057
+ "name": "onGridReady"
1058
+ },
1059
+ {
1060
+ "description": "Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)",
1061
+ "name": "gridready"
1062
+ }
1063
+ ],
1050
1064
  "attributes": [
1051
1065
  {
1052
1066
  "name": "auto-cell-renderer-by-type",
@@ -2709,6 +2723,20 @@
2709
2723
  }
2710
2724
  }
2711
2725
  ],
2726
+ "events": [
2727
+ {
2728
+ "description": "Fired when AG Grid is ready (detail includes the grid-ready event and grid id)",
2729
+ "name": "gridReady"
2730
+ },
2731
+ {
2732
+ "description": "Deprecated alias for the grid-ready signal; prefer `gridReady`",
2733
+ "name": "onGridReady"
2734
+ },
2735
+ {
2736
+ "description": "Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)",
2737
+ "name": "gridready"
2738
+ }
2739
+ ],
2712
2740
  "attributes": [
2713
2741
  {
2714
2742
  "name": "auto-cell-renderer-by-type",
@@ -8393,6 +8421,32 @@
8393
8421
  }
8394
8422
  }
8395
8423
  ],
8424
+ "events": [
8425
+ {
8426
+ "description": "Fired when a datasource error is reported",
8427
+ "name": "base-datasource-error"
8428
+ },
8429
+ {
8430
+ "description": "Fired when a datasource error occurs (for grid integration)",
8431
+ "name": "datasource-error"
8432
+ },
8433
+ {
8434
+ "description": "Fired when error state is cleared after connection succeeds",
8435
+ "name": "base-datasource-connected"
8436
+ },
8437
+ {
8438
+ "description": "Fired when pending stream transactions are flushed with no row changes",
8439
+ "name": "datasource-loading-finished"
8440
+ },
8441
+ {
8442
+ "description": "Fired when loading finishes with an empty row set",
8443
+ "name": "datasource-no-data-available"
8444
+ },
8445
+ {
8446
+ "description": "Fired when row data changes from applied stream transactions",
8447
+ "name": "datasource-data-changed"
8448
+ }
8449
+ ],
8396
8450
  "attributes": [
8397
8451
  {
8398
8452
  "name": "criteria",
@@ -9576,6 +9630,56 @@
9576
9630
  "module": "src/datasource/base.datasource.ts"
9577
9631
  }
9578
9632
  }
9633
+ ],
9634
+ "events": [
9635
+ {
9636
+ "description": "Fired when a datasource error is reported",
9637
+ "name": "base-datasource-error",
9638
+ "inheritedFrom": {
9639
+ "name": "GenesisGridDatasourceElement",
9640
+ "module": "src/datasource/base.datasource.ts"
9641
+ }
9642
+ },
9643
+ {
9644
+ "description": "Fired when a datasource error occurs (for grid integration)",
9645
+ "name": "datasource-error",
9646
+ "inheritedFrom": {
9647
+ "name": "GenesisGridDatasourceElement",
9648
+ "module": "src/datasource/base.datasource.ts"
9649
+ }
9650
+ },
9651
+ {
9652
+ "description": "Fired when error state is cleared after connection succeeds",
9653
+ "name": "base-datasource-connected",
9654
+ "inheritedFrom": {
9655
+ "name": "GenesisGridDatasourceElement",
9656
+ "module": "src/datasource/base.datasource.ts"
9657
+ }
9658
+ },
9659
+ {
9660
+ "description": "Fired when pending stream transactions are flushed with no row changes",
9661
+ "name": "datasource-loading-finished",
9662
+ "inheritedFrom": {
9663
+ "name": "GenesisGridDatasourceElement",
9664
+ "module": "src/datasource/base.datasource.ts"
9665
+ }
9666
+ },
9667
+ {
9668
+ "description": "Fired when loading finishes with an empty row set",
9669
+ "name": "datasource-no-data-available",
9670
+ "inheritedFrom": {
9671
+ "name": "GenesisGridDatasourceElement",
9672
+ "module": "src/datasource/base.datasource.ts"
9673
+ }
9674
+ },
9675
+ {
9676
+ "description": "Fired when row data changes from applied stream transactions",
9677
+ "name": "datasource-data-changed",
9678
+ "inheritedFrom": {
9679
+ "name": "GenesisGridDatasourceElement",
9680
+ "module": "src/datasource/base.datasource.ts"
9681
+ }
9682
+ }
9579
9683
  ]
9580
9684
  }
9581
9685
  ],
@@ -9648,6 +9752,152 @@
9648
9752
  "kind": "class",
9649
9753
  "description": "The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.",
9650
9754
  "name": "GridProClientSideDatasource",
9755
+ "events": [
9756
+ {
9757
+ "description": "Fired when a datasource error is reported",
9758
+ "name": "base-datasource-error",
9759
+ "inheritedFrom": {
9760
+ "name": "GenesisGridDatasourceElement",
9761
+ "module": "src/datasource/base.datasource.ts"
9762
+ }
9763
+ },
9764
+ {
9765
+ "description": "Fired when a datasource error occurs (for grid integration)",
9766
+ "name": "datasource-error",
9767
+ "inheritedFrom": {
9768
+ "name": "GenesisGridDatasourceElement",
9769
+ "module": "src/datasource/base.datasource.ts"
9770
+ }
9771
+ },
9772
+ {
9773
+ "description": "Fired when error state is cleared after connection succeeds",
9774
+ "name": "base-datasource-connected",
9775
+ "inheritedFrom": {
9776
+ "name": "GenesisGridDatasourceElement",
9777
+ "module": "src/datasource/base.datasource.ts"
9778
+ }
9779
+ },
9780
+ {
9781
+ "description": "Fired when loading completes with no pending row changes",
9782
+ "name": "datasource-loading-finished",
9783
+ "inheritedFrom": {
9784
+ "name": "GenesisGridDatasourceElement",
9785
+ "module": "src/datasource/base.datasource.ts"
9786
+ }
9787
+ },
9788
+ {
9789
+ "description": "Fired when the grid has no rows after load",
9790
+ "name": "datasource-no-data-available",
9791
+ "inheritedFrom": {
9792
+ "name": "GenesisGridDatasourceElement",
9793
+ "module": "src/datasource/base.datasource.ts"
9794
+ }
9795
+ },
9796
+ {
9797
+ "description": "Fired when row data changes from stream updates",
9798
+ "name": "datasource-data-changed",
9799
+ "inheritedFrom": {
9800
+ "name": "GenesisGridDatasourceElement",
9801
+ "module": "src/datasource/base.datasource.ts"
9802
+ }
9803
+ },
9804
+ {
9805
+ "description": "Fired to hand off grid options and initialization flags",
9806
+ "name": "datasource-initialize",
9807
+ "inheritedFrom": {
9808
+ "name": "GridProGenesisDatasource",
9809
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9810
+ }
9811
+ },
9812
+ {
9813
+ "description": "Fired when the datasource is torn down",
9814
+ "name": "datasource-destroy",
9815
+ "inheritedFrom": {
9816
+ "name": "GridProGenesisDatasource",
9817
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9818
+ }
9819
+ },
9820
+ {
9821
+ "description": "Fired when row data is cleared",
9822
+ "name": "datasource-data-cleared",
9823
+ "inheritedFrom": {
9824
+ "name": "GridProGenesisDatasource",
9825
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9826
+ }
9827
+ },
9828
+ {
9829
+ "description": "Fired when column metadata or defs are updated",
9830
+ "name": "datasource-schema-updated",
9831
+ "inheritedFrom": {
9832
+ "name": "GridProGenesisDatasource",
9833
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9834
+ }
9835
+ },
9836
+ {
9837
+ "description": "Fired when persisted filters are reapplied",
9838
+ "name": "datasource-filters-restored",
9839
+ "inheritedFrom": {
9840
+ "name": "GridProGenesisDatasource",
9841
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9842
+ }
9843
+ },
9844
+ {
9845
+ "description": "Fired when a data payload is loaded for the grid",
9846
+ "name": "datasource-data-loaded",
9847
+ "inheritedFrom": {
9848
+ "name": "GridProGenesisDatasource",
9849
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9850
+ }
9851
+ },
9852
+ {
9853
+ "description": "Fired when a load or refresh starts",
9854
+ "name": "datasource-loading-started",
9855
+ "inheritedFrom": {
9856
+ "name": "GridProGenesisDatasource",
9857
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9858
+ }
9859
+ },
9860
+ {
9861
+ "description": "Fired when more server rows can be requested",
9862
+ "name": "datasource-more-data-available",
9863
+ "inheritedFrom": {
9864
+ "name": "GridProGenesisDatasource",
9865
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9866
+ }
9867
+ },
9868
+ {
9869
+ "description": "Fired when the host grid is ready (detail includes pagination state)",
9870
+ "name": "datasource-ready",
9871
+ "inheritedFrom": {
9872
+ "name": "GridProGenesisDatasource",
9873
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9874
+ }
9875
+ },
9876
+ {
9877
+ "description": "Fired when initial grid data is ready for the client-side model",
9878
+ "name": "datasource-init",
9879
+ "inheritedFrom": {
9880
+ "name": "GridProGenesisDatasource",
9881
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9882
+ }
9883
+ },
9884
+ {
9885
+ "description": "Fired when MORE_ROWS availability changes",
9886
+ "name": "more-rows-changed",
9887
+ "inheritedFrom": {
9888
+ "name": "GridProGenesisDatasource",
9889
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9890
+ }
9891
+ },
9892
+ {
9893
+ "description": "Fired when layout or viewport sizing affects the datasource",
9894
+ "name": "datasource-size-changed",
9895
+ "inheritedFrom": {
9896
+ "name": "GridProGenesisDatasource",
9897
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9898
+ }
9899
+ }
9900
+ ],
9651
9901
  "superclass": {
9652
9902
  "name": "GridProGenesisDatasource",
9653
9903
  "module": "/src/grid-pro-genesis-datasource"
@@ -12736,6 +12986,108 @@
12736
12986
  }
12737
12987
  }
12738
12988
  ],
12989
+ "events": [
12990
+ {
12991
+ "description": "Fired when a datasource error is reported",
12992
+ "name": "base-datasource-error",
12993
+ "inheritedFrom": {
12994
+ "name": "GenesisGridDatasourceElement",
12995
+ "module": "src/datasource/base.datasource.ts"
12996
+ }
12997
+ },
12998
+ {
12999
+ "description": "Fired when a datasource error occurs (for grid integration)",
13000
+ "name": "datasource-error",
13001
+ "inheritedFrom": {
13002
+ "name": "GenesisGridDatasourceElement",
13003
+ "module": "src/datasource/base.datasource.ts"
13004
+ }
13005
+ },
13006
+ {
13007
+ "description": "Fired when error state is cleared after connection succeeds",
13008
+ "name": "base-datasource-connected",
13009
+ "inheritedFrom": {
13010
+ "name": "GenesisGridDatasourceElement",
13011
+ "module": "src/datasource/base.datasource.ts"
13012
+ }
13013
+ },
13014
+ {
13015
+ "description": "Fired when pending stream transactions are flushed with no row changes",
13016
+ "name": "datasource-loading-finished",
13017
+ "inheritedFrom": {
13018
+ "name": "GenesisGridDatasourceElement",
13019
+ "module": "src/datasource/base.datasource.ts"
13020
+ }
13021
+ },
13022
+ {
13023
+ "description": "Fired when loading finishes with an empty row set",
13024
+ "name": "datasource-no-data-available",
13025
+ "inheritedFrom": {
13026
+ "name": "GenesisGridDatasourceElement",
13027
+ "module": "src/datasource/base.datasource.ts"
13028
+ }
13029
+ },
13030
+ {
13031
+ "description": "Fired when row data changes from applied stream transactions",
13032
+ "name": "datasource-data-changed",
13033
+ "inheritedFrom": {
13034
+ "name": "GenesisGridDatasourceElement",
13035
+ "module": "src/datasource/base.datasource.ts"
13036
+ }
13037
+ },
13038
+ {
13039
+ "description": "Fired to persist filter configuration for the grid",
13040
+ "name": "cache-filter-config"
13041
+ },
13042
+ {
13043
+ "description": "Fired to request a server-side refresh",
13044
+ "name": "refresh-server-side"
13045
+ },
13046
+ {
13047
+ "description": "Fired to attach or clear the server-side row model datasource",
13048
+ "name": "set-server-side-datasource"
13049
+ },
13050
+ {
13051
+ "description": "Fired when a server-side load cycle starts",
13052
+ "name": "datasource-loading-started"
13053
+ },
13054
+ {
13055
+ "description": "Fired to add a CSS class on the grid host (e.g. server-side styling)",
13056
+ "name": "add-grid-css-class"
13057
+ },
13058
+ {
13059
+ "description": "Fired to remove a CSS class from the grid host",
13060
+ "name": "remove-grid-css-class"
13061
+ },
13062
+ {
13063
+ "description": "Fired to hand off server-side grid options",
13064
+ "name": "datasource-initialize"
13065
+ },
13066
+ {
13067
+ "description": "Fired when the server-side grid model should initialize data",
13068
+ "name": "datasource-init"
13069
+ },
13070
+ {
13071
+ "description": "Fired when column metadata or defs are updated",
13072
+ "name": "datasource-schema-updated"
13073
+ },
13074
+ {
13075
+ "description": "Fired when persisted filters are reapplied",
13076
+ "name": "datasource-filters-restored"
13077
+ },
13078
+ {
13079
+ "description": "Fired when server-side row data is cleared",
13080
+ "name": "datasource-data-cleared"
13081
+ },
13082
+ {
13083
+ "description": "Fired to apply a server-side row transaction",
13084
+ "name": "apply-server-side-transaction"
13085
+ },
13086
+ {
13087
+ "description": "Fired when the host grid is ready (detail includes pagination state)",
13088
+ "name": "datasource-ready"
13089
+ }
13090
+ ],
12739
13091
  "attributes": [
12740
13092
  {
12741
13093
  "name": "zero-based-view-number",
@@ -16705,6 +17057,104 @@
16705
17057
  }
16706
17058
  }
16707
17059
  ],
17060
+ "events": [
17061
+ {
17062
+ "description": "Fired when a datasource error is reported",
17063
+ "name": "base-datasource-error",
17064
+ "inheritedFrom": {
17065
+ "name": "GenesisGridDatasourceElement",
17066
+ "module": "src/datasource/base.datasource.ts"
17067
+ }
17068
+ },
17069
+ {
17070
+ "description": "Fired when a datasource error occurs (for grid integration)",
17071
+ "name": "datasource-error",
17072
+ "inheritedFrom": {
17073
+ "name": "GenesisGridDatasourceElement",
17074
+ "module": "src/datasource/base.datasource.ts"
17075
+ }
17076
+ },
17077
+ {
17078
+ "description": "Fired when error state is cleared after connection succeeds",
17079
+ "name": "base-datasource-connected",
17080
+ "inheritedFrom": {
17081
+ "name": "GenesisGridDatasourceElement",
17082
+ "module": "src/datasource/base.datasource.ts"
17083
+ }
17084
+ },
17085
+ {
17086
+ "description": "Fired when loading completes with no pending row changes",
17087
+ "name": "datasource-loading-finished",
17088
+ "inheritedFrom": {
17089
+ "name": "GenesisGridDatasourceElement",
17090
+ "module": "src/datasource/base.datasource.ts"
17091
+ }
17092
+ },
17093
+ {
17094
+ "description": "Fired when the grid has no rows after load",
17095
+ "name": "datasource-no-data-available",
17096
+ "inheritedFrom": {
17097
+ "name": "GenesisGridDatasourceElement",
17098
+ "module": "src/datasource/base.datasource.ts"
17099
+ }
17100
+ },
17101
+ {
17102
+ "description": "Fired when row data changes from stream updates",
17103
+ "name": "datasource-data-changed",
17104
+ "inheritedFrom": {
17105
+ "name": "GenesisGridDatasourceElement",
17106
+ "module": "src/datasource/base.datasource.ts"
17107
+ }
17108
+ },
17109
+ {
17110
+ "description": "Fired to hand off grid options and initialization flags",
17111
+ "name": "datasource-initialize"
17112
+ },
17113
+ {
17114
+ "description": "Fired when the datasource is torn down",
17115
+ "name": "datasource-destroy"
17116
+ },
17117
+ {
17118
+ "description": "Fired when row data is cleared",
17119
+ "name": "datasource-data-cleared"
17120
+ },
17121
+ {
17122
+ "description": "Fired when column metadata or defs are updated",
17123
+ "name": "datasource-schema-updated"
17124
+ },
17125
+ {
17126
+ "description": "Fired when persisted filters are reapplied",
17127
+ "name": "datasource-filters-restored"
17128
+ },
17129
+ {
17130
+ "description": "Fired when a data payload is loaded for the grid",
17131
+ "name": "datasource-data-loaded"
17132
+ },
17133
+ {
17134
+ "description": "Fired when a load or refresh starts",
17135
+ "name": "datasource-loading-started"
17136
+ },
17137
+ {
17138
+ "description": "Fired when more server rows can be requested",
17139
+ "name": "datasource-more-data-available"
17140
+ },
17141
+ {
17142
+ "description": "Fired when the host grid is ready (detail includes pagination state)",
17143
+ "name": "datasource-ready"
17144
+ },
17145
+ {
17146
+ "description": "Fired when initial grid data is ready for the client-side model",
17147
+ "name": "datasource-init"
17148
+ },
17149
+ {
17150
+ "description": "Fired when MORE_ROWS availability changes",
17151
+ "name": "more-rows-changed"
17152
+ },
17153
+ {
17154
+ "description": "Fired when layout or viewport sizing affects the datasource",
17155
+ "name": "datasource-size-changed"
17156
+ }
17157
+ ],
16708
17158
  "attributes": [
16709
17159
  {
16710
17160
  "name": "keep-col-defs-on-clear-row-data",
@@ -17671,6 +18121,16 @@
17671
18121
  }
17672
18122
  }
17673
18123
  ],
18124
+ "events": [
18125
+ {
18126
+ "description": "Fired when the selected value changes",
18127
+ "name": "change"
18128
+ },
18129
+ {
18130
+ "description": "Fired when the value is updated (including programmatic changes)",
18131
+ "name": "input"
18132
+ }
18133
+ ],
17674
18134
  "attributes": [
17675
18135
  {
17676
18136
  "type": {
@@ -364,13 +364,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
364
364
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
365
365
  autofocus: boolean;
366
366
  readonly dataset: DOMStringMap;
367
- nonce
368
- /**
369
- * Gets datasource-specific status bar component configurations.
370
- * This method should be called by the grid to get status bar panels specific to this datasource.
371
- * @public
372
- */
373
- ?: string;
367
+ nonce?: string;
374
368
  tabIndex: number;
375
369
  blur(): void;
376
370
  focus(options?: FocusOptions): void;
@@ -381,6 +375,13 @@ declare const GenesisGridDatasourceElement_base: new () => {
381
375
  /**
382
376
  * The base datasource element for the grid-pro element.
383
377
  * @public
378
+ *
379
+ * @fires base-datasource-error - Fired when a datasource error is reported
380
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
381
+ * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
382
+ * @fires datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes
383
+ * @fires datasource-no-data-available - Fired when loading finishes with an empty row set
384
+ * @fires datasource-data-changed - Fired when row data changes from applied stream transactions
384
385
  */
385
386
  export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
386
387
  connect: Connect;
@@ -1 +1 @@
1
- {"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,25 @@ import { GridProGenesisDatasource } from '../grid-pro-genesis-datasource';
3
3
  * The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.
4
4
  * @remarks Only supports Client-Side Row Model.
5
5
  * @public
6
+ *
7
+ * @fires base-datasource-error - Fired when a datasource error is reported
8
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
9
+ * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
10
+ * @fires datasource-loading-finished - Fired when loading completes with no pending row changes
11
+ * @fires datasource-no-data-available - Fired when the grid has no rows after load
12
+ * @fires datasource-data-changed - Fired when row data changes from stream updates
13
+ * @fires datasource-initialize - Fired to hand off grid options and initialization flags
14
+ * @fires datasource-destroy - Fired when the datasource is torn down
15
+ * @fires datasource-data-cleared - Fired when row data is cleared
16
+ * @fires datasource-schema-updated - Fired when column metadata or defs are updated
17
+ * @fires datasource-filters-restored - Fired when persisted filters are reapplied
18
+ * @fires datasource-data-loaded - Fired when a data payload is loaded for the grid
19
+ * @fires datasource-loading-started - Fired when a load or refresh starts
20
+ * @fires datasource-more-data-available - Fired when more server rows can be requested
21
+ * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state)
22
+ * @fires datasource-init - Fired when initial grid data is ready for the client-side model
23
+ * @fires more-rows-changed - Fired when MORE_ROWS availability changes
24
+ * @fires datasource-size-changed - Fired when layout or viewport sizing affects the datasource
6
25
  */
7
26
  export declare class GridProClientSideDatasource extends GridProGenesisDatasource {
8
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE1E;;;;GAIG;AACH,qBAGa,2BAA4B,SAAQ,wBAAwB;CAAG"}
1
+ {"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE1E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAGa,2BAA4B,SAAQ,wBAAwB;CAAG"}
@@ -377,6 +377,26 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
377
377
  * The custom styling uses AG Grid's native icon font for consistency with the grid theme.
378
378
  *
379
379
  * @beta
380
+ *
381
+ * @fires base-datasource-error - Fired when a datasource error is reported
382
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
383
+ * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
384
+ * @fires datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes
385
+ * @fires datasource-no-data-available - Fired when loading finishes with an empty row set
386
+ * @fires datasource-data-changed - Fired when row data changes from applied stream transactions
387
+ * @fires cache-filter-config - Fired to persist filter configuration for the grid
388
+ * @fires refresh-server-side - Fired to request a server-side refresh
389
+ * @fires set-server-side-datasource - Fired to attach or clear the server-side row model datasource
390
+ * @fires datasource-loading-started - Fired when a server-side load cycle starts
391
+ * @fires add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling)
392
+ * @fires remove-grid-css-class - Fired to remove a CSS class from the grid host
393
+ * @fires datasource-initialize - Fired to hand off server-side grid options
394
+ * @fires datasource-init - Fired when the server-side grid model should initialize data
395
+ * @fires datasource-schema-updated - Fired when column metadata or defs are updated
396
+ * @fires datasource-filters-restored - Fired when persisted filters are reapplied
397
+ * @fires datasource-data-cleared - Fired when server-side row data is cleared
398
+ * @fires apply-server-side-transaction - Fired to apply a server-side row transaction
399
+ * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state)
380
400
  */
381
401
  export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base {
382
402
  serializer: JSONSerializer;
@@ -1 +1 @@
1
- {"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EACV,iBAAiB,EAWlB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAEL,cAAc,EAEf,MAAM,+BAA+B,CAAC;AAUvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;;;;;;kBAyDxC,CAAC;;;;;;;;8BAkCP,CAAF,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+BO,CAAC;4IAQpB,CAAC;wFAGiB,CAAC;+IAQK,CAAC;2FAEL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA8BwD,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAyE1E,CAAC;;;;;;;;;;;;;6BAkBsB,CAAC;8BACiC,CAAC;kBAEvD,CAAF;;oBACW,CAAC;;sBAKA,CAAC;oBACC,CAAC;;;;;;;;gDAYA,CAAC;;;;;;;;;;;;;;;;;;uBAe2C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA2G3B,CAAC;yBAGb,CAAC;UACJ,GAAG;WACE,GAAG;;gBACe,GAAG;;;;;;;WAS1B,GAAG;YAAiD,GAAG;;;;;;;;;;;oBA8BjD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0M2B,CAAC;cAGvD,CAAC;eAIS,CAAC;gBACW,CAAC;;;;;;;;;;;;;;SAkB0mB,CAAC;;;iBAA+E,CAAC;;AAjnB1tB;;;;;;;;;GASG;AACH,qBAGa,2BAA4B,SAAQ,gCAAqC;IACpE,UAAU,EAAG,cAAc,CAAC;IAChC,iBAAiB,EAAG,UAAU,CAAC;IAC3C;;;OAGG;IAC6D,mBAAmB,UAAS;IAE5F;;;OAGG;IACmD,WAAW,UAAS;IAE1E;;;;;;OAMG;IACiC,UAAU,EAAE,UAAU,GAAG,SAAS,CAAC;IAE3D,OAAO,EAAE,GAAG,CAAM;IAE9B,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,cAAc,CAA8D;IACpF,OAAO,CAAC,iBAAiB,CAAqB;IAC9C,OAAO,CAAC,uBAAuB,CAA6B;IAE5D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAOtD,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAaxD,iBAAiB;IAUjB,oBAAoB;IAUX,SAAS,IAAI,IAAI;IAO1B;;;;OAIG;IACG,kBAAkB,CAAC,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IAsCnE;;;OAGG;IACH,OAAO,CAAC,mCAAmC;IAc3C;;;OAGG;IACH,OAAO,CAAC,oCAAoC;IAWtC,IAAI;IAmIV,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAMf,OAAO;IAmBP,OAAO;IAKtB,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,kBAAkB;YAgDZ,mBAAmB;IAKjC;;;;;;;;;;;;OAYG;YACW,kBAAkB;IA+BhC;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB,CAA+B;IAEzD;;;;;;OAMG;IACI,uBAAuB;IAK9B;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,wBAAwB;YAqElB,sBAAsB;YAoDtB,eAAe;IAmBpB,gBAAgB,CAAC,WAAW,EAAE,GAAG,GAAG,GAAG;IAIvC,QAAQ;CAGlB"}
1
+ {"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EACV,iBAAiB,EAWlB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAEL,cAAc,EAEf,MAAM,+BAA+B,CAAC;AAUvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;;;;;;kBAyDxC,CAAC;;;;;;;;8BAoBI,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiBP,CAAC;4IAEiE,CAAC;wFAKtF,CAAC;+IAMwC,CAAC;2FAEb,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAmCP,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBA4DJ,CAAC;;;;;;;;;;;;;6BA6B6B,CAAC;8BACe,CAAC;kBAGlE,CAAD;;oBAEgB,CAAC;;sBAK2B,CAAC;oBAEtB,CAAC;;;;;;;;gDAoBrB,CAAJ;;;;;;;;;;;;;;;;;;uBAmBM,CAAH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmF0E,CAAC;yBAMlD,CAAC;UAEf,GAAG;WACf,GAAA;;gBAKM,GAAG;;;;;;;WAaT,GADH;YACG,GAAA;;;;;;;;;;;oBAsCO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoMJ,CAAR;cAIsB,CAAC;eAC+B,CAAC;gBAGjC,CAAC;;;;;;;;;;;;;;SA8Bd,CAAC;;;iBAGa,CAAC;;AAtmB1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAGa,2BAA4B,SAAQ,gCAAqC;IACpE,UAAU,EAAG,cAAc,CAAC;IAChC,iBAAiB,EAAG,UAAU,CAAC;IAC3C;;;OAGG;IAC6D,mBAAmB,UAAS;IAE5F;;;OAGG;IACmD,WAAW,UAAS;IAE1E;;;;;;OAMG;IACiC,UAAU,EAAE,UAAU,GAAG,SAAS,CAAC;IAE3D,OAAO,EAAE,GAAG,CAAM;IAE9B,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,cAAc,CAA8D;IACpF,OAAO,CAAC,iBAAiB,CAAqB;IAC9C,OAAO,CAAC,uBAAuB,CAA6B;IAE5D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAOtD,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAaxD,iBAAiB;IAUjB,oBAAoB;IAUX,SAAS,IAAI,IAAI;IAO1B;;;;OAIG;IACG,kBAAkB,CAAC,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IAsCnE;;;OAGG;IACH,OAAO,CAAC,mCAAmC;IAc3C;;;OAGG;IACH,OAAO,CAAC,oCAAoC;IAWtC,IAAI;IAmIV,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAMf,OAAO;IAmBP,OAAO;IAKtB,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,kBAAkB;YAgDZ,mBAAmB;IAKjC;;;;;;;;;;;;OAYG;YACW,kBAAkB;IA+BhC;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB,CAA+B;IAEzD;;;;;;OAMG;IACI,uBAAuB;IAK9B;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,wBAAwB;YAqElB,sBAAsB;YAoDtB,eAAe;IAmBpB,gBAAgB,CAAC,WAAW,EAAE,GAAG,GAAG,GAAG;IAIvC,QAAQ;CAGlB"}
@@ -377,6 +377,11 @@ declare const GridProBeta_base: (new (...args: any[]) => {
377
377
  * @remarks Grid Pro is a Web Component wrapper around the AG Grid Community library.
378
378
  * @beta
379
379
  * @tagname %%prefix%%-grid-pro
380
+ *
381
+ * @fires gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id)
382
+ * @fires onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`
383
+ * @fires gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)
384
+ * @remarks Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match AG Grid public event strings). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).
380
385
  */
381
386
  export declare class GridProBeta extends GridProBeta_base {
382
387
  gridApi: GridApi;