@genesislcap/rapid-grid-pro 14.438.0 → 14.438.1-chore-fix-ag-grid-types-react.2

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.
@@ -1828,7 +1828,7 @@
1828
1828
  "kind": "field",
1829
1829
  "name": "gridOptions",
1830
1830
  "type": {
1831
- "text": "GridOptions"
1831
+ "text": "GridOptionsConfig"
1832
1832
  },
1833
1833
  "privacy": "public",
1834
1834
  "description": "Handles extra Rapid configs",
@@ -3885,6 +3885,12 @@
3885
3885
  }
3886
3886
  ]
3887
3887
  },
3888
+ {
3889
+ "kind": "javascript-module",
3890
+ "path": "src/grid-pro.types.ts",
3891
+ "declarations": [],
3892
+ "exports": []
3893
+ },
3888
3894
  {
3889
3895
  "kind": "javascript-module",
3890
3896
  "path": "src/index.ts",
@@ -3977,6 +3983,14 @@
3977
3983
  "name": "*",
3978
3984
  "package": "@genesislcap/grid-pro"
3979
3985
  }
3986
+ },
3987
+ {
3988
+ "kind": "js",
3989
+ "name": "GridOptionsConfig",
3990
+ "declaration": {
3991
+ "name": "GridOptionsConfig",
3992
+ "module": "./grid-pro.types"
3993
+ }
3980
3994
  }
3981
3995
  ]
3982
3996
  },
@@ -5578,269 +5592,7 @@
5578
5592
  },
5579
5593
  {
5580
5594
  "kind": "javascript-module",
5581
- "path": "src/style/colors.ts",
5582
- "declarations": [
5583
- {
5584
- "kind": "variable",
5585
- "name": "DARK_FOREGROUND_HEX",
5586
- "type": {
5587
- "text": "string"
5588
- },
5589
- "default": "'#cccccc'"
5590
- },
5591
- {
5592
- "kind": "variable",
5593
- "name": "DARK_HEADER_FOREGROUND_HEX",
5594
- "type": {
5595
- "text": "string"
5596
- },
5597
- "default": "'#879ba6'"
5598
- },
5599
- {
5600
- "kind": "variable",
5601
- "name": "DARK_BACKGROUND_HEX",
5602
- "type": {
5603
- "text": "string"
5604
- },
5605
- "default": "'#1f2126'"
5606
- },
5607
- {
5608
- "kind": "variable",
5609
- "name": "DARK_BORDER_HEX",
5610
- "type": {
5611
- "text": "string"
5612
- },
5613
- "default": "'#2e3339'"
5614
- },
5615
- {
5616
- "kind": "variable",
5617
- "name": "DARK_ROW_HOVER_HEX",
5618
- "type": {
5619
- "text": "string"
5620
- },
5621
- "default": "'#2b2e34'"
5622
- },
5623
- {
5624
- "kind": "variable",
5625
- "name": "LIGHT_FOREGROUND_HEX",
5626
- "type": {
5627
- "text": "string"
5628
- },
5629
- "default": "'#000000'"
5630
- },
5631
- {
5632
- "kind": "variable",
5633
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
5634
- "type": {
5635
- "text": "string"
5636
- },
5637
- "default": "'#181d1f'"
5638
- },
5639
- {
5640
- "kind": "variable",
5641
- "name": "LIGHT_BACKGROUND_HEX",
5642
- "type": {
5643
- "text": "string"
5644
- },
5645
- "default": "'#FFFFFF'"
5646
- },
5647
- {
5648
- "kind": "variable",
5649
- "name": "LIGHT_BORDER_HEX",
5650
- "type": {
5651
- "text": "string"
5652
- },
5653
- "default": "'#babfc7'"
5654
- },
5655
- {
5656
- "kind": "variable",
5657
- "name": "LIGHT_ROW_HOVER_HEX",
5658
- "type": {
5659
- "text": "string"
5660
- },
5661
- "default": "'#2196f3'"
5662
- },
5663
- {
5664
- "kind": "variable",
5665
- "name": "darkColors",
5666
- "type": {
5667
- "text": "object"
5668
- },
5669
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(DARK_ROW_HOVER_HEX)),\n}"
5670
- },
5671
- {
5672
- "kind": "variable",
5673
- "name": "lightColors",
5674
- "type": {
5675
- "text": "object"
5676
- },
5677
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_ROW_HOVER_HEX)),\n}"
5678
- }
5679
- ],
5680
- "exports": [
5681
- {
5682
- "kind": "js",
5683
- "name": "DARK_FOREGROUND_HEX",
5684
- "declaration": {
5685
- "name": "DARK_FOREGROUND_HEX",
5686
- "module": "src/style/colors.ts"
5687
- }
5688
- },
5689
- {
5690
- "kind": "js",
5691
- "name": "DARK_HEADER_FOREGROUND_HEX",
5692
- "declaration": {
5693
- "name": "DARK_HEADER_FOREGROUND_HEX",
5694
- "module": "src/style/colors.ts"
5695
- }
5696
- },
5697
- {
5698
- "kind": "js",
5699
- "name": "DARK_BACKGROUND_HEX",
5700
- "declaration": {
5701
- "name": "DARK_BACKGROUND_HEX",
5702
- "module": "src/style/colors.ts"
5703
- }
5704
- },
5705
- {
5706
- "kind": "js",
5707
- "name": "DARK_BORDER_HEX",
5708
- "declaration": {
5709
- "name": "DARK_BORDER_HEX",
5710
- "module": "src/style/colors.ts"
5711
- }
5712
- },
5713
- {
5714
- "kind": "js",
5715
- "name": "DARK_ROW_HOVER_HEX",
5716
- "declaration": {
5717
- "name": "DARK_ROW_HOVER_HEX",
5718
- "module": "src/style/colors.ts"
5719
- }
5720
- },
5721
- {
5722
- "kind": "js",
5723
- "name": "LIGHT_FOREGROUND_HEX",
5724
- "declaration": {
5725
- "name": "LIGHT_FOREGROUND_HEX",
5726
- "module": "src/style/colors.ts"
5727
- }
5728
- },
5729
- {
5730
- "kind": "js",
5731
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
5732
- "declaration": {
5733
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
5734
- "module": "src/style/colors.ts"
5735
- }
5736
- },
5737
- {
5738
- "kind": "js",
5739
- "name": "LIGHT_BACKGROUND_HEX",
5740
- "declaration": {
5741
- "name": "LIGHT_BACKGROUND_HEX",
5742
- "module": "src/style/colors.ts"
5743
- }
5744
- },
5745
- {
5746
- "kind": "js",
5747
- "name": "LIGHT_BORDER_HEX",
5748
- "declaration": {
5749
- "name": "LIGHT_BORDER_HEX",
5750
- "module": "src/style/colors.ts"
5751
- }
5752
- },
5753
- {
5754
- "kind": "js",
5755
- "name": "LIGHT_ROW_HOVER_HEX",
5756
- "declaration": {
5757
- "name": "LIGHT_ROW_HOVER_HEX",
5758
- "module": "src/style/colors.ts"
5759
- }
5760
- },
5761
- {
5762
- "kind": "js",
5763
- "name": "darkColors",
5764
- "declaration": {
5765
- "name": "darkColors",
5766
- "module": "src/style/colors.ts"
5767
- }
5768
- },
5769
- {
5770
- "kind": "js",
5771
- "name": "lightColors",
5772
- "declaration": {
5773
- "name": "lightColors",
5774
- "module": "src/style/colors.ts"
5775
- }
5776
- }
5777
- ]
5778
- },
5779
- {
5780
- "kind": "javascript-module",
5781
- "path": "src/style/index.ts",
5782
- "declarations": [],
5783
- "exports": [
5784
- {
5785
- "kind": "js",
5786
- "name": "*",
5787
- "declaration": {
5788
- "name": "*",
5789
- "package": "./colors"
5790
- }
5791
- },
5792
- {
5793
- "kind": "js",
5794
- "name": "*",
5795
- "declaration": {
5796
- "name": "*",
5797
- "package": "./tokens"
5798
- }
5799
- }
5800
- ]
5801
- },
5802
- {
5803
- "kind": "javascript-module",
5804
- "path": "src/style/tokens.ts",
5805
- "declarations": [
5806
- {
5807
- "kind": "variable",
5808
- "name": "agThemeGenesisRapidTokens",
5809
- "type": {
5810
- "text": "object"
5811
- },
5812
- "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
5813
- }
5814
- ],
5815
- "exports": [
5816
- {
5817
- "kind": "js",
5818
- "name": "agThemeGenesisRapidTokens",
5819
- "declaration": {
5820
- "name": "agThemeGenesisRapidTokens",
5821
- "module": "src/style/tokens.ts"
5822
- }
5823
- }
5824
- ]
5825
- },
5826
- {
5827
- "kind": "javascript-module",
5828
- "path": "src/themes/index.ts",
5829
- "declarations": [],
5830
- "exports": [
5831
- {
5832
- "kind": "js",
5833
- "name": "*",
5834
- "declaration": {
5835
- "name": "*",
5836
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
5837
- }
5838
- }
5839
- ]
5840
- },
5841
- {
5842
- "kind": "javascript-module",
5843
- "path": "src/cell-renderers/action.renderer.ts",
5595
+ "path": "src/cell-renderers/action.renderer.ts",
5844
5596
  "declarations": [
5845
5597
  {
5846
5598
  "kind": "class",
@@ -7412,6 +7164,268 @@
7412
7164
  }
7413
7165
  ]
7414
7166
  },
7167
+ {
7168
+ "kind": "javascript-module",
7169
+ "path": "src/style/colors.ts",
7170
+ "declarations": [
7171
+ {
7172
+ "kind": "variable",
7173
+ "name": "DARK_FOREGROUND_HEX",
7174
+ "type": {
7175
+ "text": "string"
7176
+ },
7177
+ "default": "'#cccccc'"
7178
+ },
7179
+ {
7180
+ "kind": "variable",
7181
+ "name": "DARK_HEADER_FOREGROUND_HEX",
7182
+ "type": {
7183
+ "text": "string"
7184
+ },
7185
+ "default": "'#879ba6'"
7186
+ },
7187
+ {
7188
+ "kind": "variable",
7189
+ "name": "DARK_BACKGROUND_HEX",
7190
+ "type": {
7191
+ "text": "string"
7192
+ },
7193
+ "default": "'#1f2126'"
7194
+ },
7195
+ {
7196
+ "kind": "variable",
7197
+ "name": "DARK_BORDER_HEX",
7198
+ "type": {
7199
+ "text": "string"
7200
+ },
7201
+ "default": "'#2e3339'"
7202
+ },
7203
+ {
7204
+ "kind": "variable",
7205
+ "name": "DARK_ROW_HOVER_HEX",
7206
+ "type": {
7207
+ "text": "string"
7208
+ },
7209
+ "default": "'#2b2e34'"
7210
+ },
7211
+ {
7212
+ "kind": "variable",
7213
+ "name": "LIGHT_FOREGROUND_HEX",
7214
+ "type": {
7215
+ "text": "string"
7216
+ },
7217
+ "default": "'#000000'"
7218
+ },
7219
+ {
7220
+ "kind": "variable",
7221
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
7222
+ "type": {
7223
+ "text": "string"
7224
+ },
7225
+ "default": "'#181d1f'"
7226
+ },
7227
+ {
7228
+ "kind": "variable",
7229
+ "name": "LIGHT_BACKGROUND_HEX",
7230
+ "type": {
7231
+ "text": "string"
7232
+ },
7233
+ "default": "'#FFFFFF'"
7234
+ },
7235
+ {
7236
+ "kind": "variable",
7237
+ "name": "LIGHT_BORDER_HEX",
7238
+ "type": {
7239
+ "text": "string"
7240
+ },
7241
+ "default": "'#babfc7'"
7242
+ },
7243
+ {
7244
+ "kind": "variable",
7245
+ "name": "LIGHT_ROW_HOVER_HEX",
7246
+ "type": {
7247
+ "text": "string"
7248
+ },
7249
+ "default": "'#2196f3'"
7250
+ },
7251
+ {
7252
+ "kind": "variable",
7253
+ "name": "darkColors",
7254
+ "type": {
7255
+ "text": "object"
7256
+ },
7257
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(DARK_ROW_HOVER_HEX)),\n}"
7258
+ },
7259
+ {
7260
+ "kind": "variable",
7261
+ "name": "lightColors",
7262
+ "type": {
7263
+ "text": "object"
7264
+ },
7265
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_ROW_HOVER_HEX)),\n}"
7266
+ }
7267
+ ],
7268
+ "exports": [
7269
+ {
7270
+ "kind": "js",
7271
+ "name": "DARK_FOREGROUND_HEX",
7272
+ "declaration": {
7273
+ "name": "DARK_FOREGROUND_HEX",
7274
+ "module": "src/style/colors.ts"
7275
+ }
7276
+ },
7277
+ {
7278
+ "kind": "js",
7279
+ "name": "DARK_HEADER_FOREGROUND_HEX",
7280
+ "declaration": {
7281
+ "name": "DARK_HEADER_FOREGROUND_HEX",
7282
+ "module": "src/style/colors.ts"
7283
+ }
7284
+ },
7285
+ {
7286
+ "kind": "js",
7287
+ "name": "DARK_BACKGROUND_HEX",
7288
+ "declaration": {
7289
+ "name": "DARK_BACKGROUND_HEX",
7290
+ "module": "src/style/colors.ts"
7291
+ }
7292
+ },
7293
+ {
7294
+ "kind": "js",
7295
+ "name": "DARK_BORDER_HEX",
7296
+ "declaration": {
7297
+ "name": "DARK_BORDER_HEX",
7298
+ "module": "src/style/colors.ts"
7299
+ }
7300
+ },
7301
+ {
7302
+ "kind": "js",
7303
+ "name": "DARK_ROW_HOVER_HEX",
7304
+ "declaration": {
7305
+ "name": "DARK_ROW_HOVER_HEX",
7306
+ "module": "src/style/colors.ts"
7307
+ }
7308
+ },
7309
+ {
7310
+ "kind": "js",
7311
+ "name": "LIGHT_FOREGROUND_HEX",
7312
+ "declaration": {
7313
+ "name": "LIGHT_FOREGROUND_HEX",
7314
+ "module": "src/style/colors.ts"
7315
+ }
7316
+ },
7317
+ {
7318
+ "kind": "js",
7319
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
7320
+ "declaration": {
7321
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
7322
+ "module": "src/style/colors.ts"
7323
+ }
7324
+ },
7325
+ {
7326
+ "kind": "js",
7327
+ "name": "LIGHT_BACKGROUND_HEX",
7328
+ "declaration": {
7329
+ "name": "LIGHT_BACKGROUND_HEX",
7330
+ "module": "src/style/colors.ts"
7331
+ }
7332
+ },
7333
+ {
7334
+ "kind": "js",
7335
+ "name": "LIGHT_BORDER_HEX",
7336
+ "declaration": {
7337
+ "name": "LIGHT_BORDER_HEX",
7338
+ "module": "src/style/colors.ts"
7339
+ }
7340
+ },
7341
+ {
7342
+ "kind": "js",
7343
+ "name": "LIGHT_ROW_HOVER_HEX",
7344
+ "declaration": {
7345
+ "name": "LIGHT_ROW_HOVER_HEX",
7346
+ "module": "src/style/colors.ts"
7347
+ }
7348
+ },
7349
+ {
7350
+ "kind": "js",
7351
+ "name": "darkColors",
7352
+ "declaration": {
7353
+ "name": "darkColors",
7354
+ "module": "src/style/colors.ts"
7355
+ }
7356
+ },
7357
+ {
7358
+ "kind": "js",
7359
+ "name": "lightColors",
7360
+ "declaration": {
7361
+ "name": "lightColors",
7362
+ "module": "src/style/colors.ts"
7363
+ }
7364
+ }
7365
+ ]
7366
+ },
7367
+ {
7368
+ "kind": "javascript-module",
7369
+ "path": "src/style/index.ts",
7370
+ "declarations": [],
7371
+ "exports": [
7372
+ {
7373
+ "kind": "js",
7374
+ "name": "*",
7375
+ "declaration": {
7376
+ "name": "*",
7377
+ "package": "./colors"
7378
+ }
7379
+ },
7380
+ {
7381
+ "kind": "js",
7382
+ "name": "*",
7383
+ "declaration": {
7384
+ "name": "*",
7385
+ "package": "./tokens"
7386
+ }
7387
+ }
7388
+ ]
7389
+ },
7390
+ {
7391
+ "kind": "javascript-module",
7392
+ "path": "src/style/tokens.ts",
7393
+ "declarations": [
7394
+ {
7395
+ "kind": "variable",
7396
+ "name": "agThemeGenesisRapidTokens",
7397
+ "type": {
7398
+ "text": "object"
7399
+ },
7400
+ "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
7401
+ }
7402
+ ],
7403
+ "exports": [
7404
+ {
7405
+ "kind": "js",
7406
+ "name": "agThemeGenesisRapidTokens",
7407
+ "declaration": {
7408
+ "name": "agThemeGenesisRapidTokens",
7409
+ "module": "src/style/tokens.ts"
7410
+ }
7411
+ }
7412
+ ]
7413
+ },
7414
+ {
7415
+ "kind": "javascript-module",
7416
+ "path": "src/themes/index.ts",
7417
+ "declarations": [],
7418
+ "exports": [
7419
+ {
7420
+ "kind": "js",
7421
+ "name": "*",
7422
+ "declaration": {
7423
+ "name": "*",
7424
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
7425
+ }
7426
+ }
7427
+ ]
7428
+ },
7415
7429
  {
7416
7430
  "kind": "javascript-module",
7417
7431
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
@@ -1,5 +1,5 @@
1
- import { GridOptions } from '@ag-grid-community/core';
2
1
  import { GridPro } from '@genesislcap/grid-pro';
2
+ import type { GridOptionsConfig } from './grid-pro.types';
3
3
  /**
4
4
  * @tagname %%prefix%%-grid-pro
5
5
  */
@@ -20,7 +20,7 @@ export declare class RapidGridPro extends GridPro {
20
20
  * Handles extra Rapid configs
21
21
  * @override
22
22
  */
23
- set gridOptions(options: GridOptions);
23
+ set gridOptions(options: GridOptionsConfig);
24
24
  }
25
25
  export declare const rapidGridProShadowOptions: ShadowRootInit;
26
26
  export declare const rapidDefaultGridProConfig: {
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AA4B/B;;GAEG;AACH,qBAAa,YAAa,SAAQ,OAAO;IAC3B,QAAQ,EAAG,GAAG,CAAC;IAC3B,OAAO,CAAC,qBAAqB,CAAC,CAAM;IACpC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAEhC;IAEF,OAAO,CAAC,qBAAqB,CAG3B;IAEF,iBAAiB,IAAI,IAAI;IASzB,oBAAoB,IAAI,IAAI;IAU5B;;;OAGG;IACH,KAAK,SAGA;IAEL,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK/C;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAgCnC;CACF;AAGD,eAAO,MAAM,yBAAyB,EAAE,cAA+C,CAAC;AACxF,eAAO,MAAM,yBAAyB;;CAAmB,CAAC;AAE1D,eAAO,MAAM,YAAY;;;;;;;;;;uBAMvB,CAAC"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AAqB/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAQ1D;;GAEG;AACH,qBAAa,YAAa,SAAQ,OAAO;IAC3B,QAAQ,EAAG,GAAG,CAAC;IAC3B,OAAO,CAAC,qBAAqB,CAAC,CAAM;IACpC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAEhC;IAEF,OAAO,CAAC,qBAAqB,CAG3B;IAEF,iBAAiB,IAAI,IAAI;IASzB,oBAAoB,IAAI,IAAI;IAU5B;;;OAGG;IACH,KAAK,SAGA;IAEL,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK/C;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,iBAAiB,EAgCzC;CACF;AAGD,eAAO,MAAM,yBAAyB,EAAE,cAA+C,CAAC;AACxF,eAAO,MAAM,yBAAyB;;CAAmB,CAAC;AAE1D,eAAO,MAAM,YAAY;;;;;;;;;;uBAMvB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { GridOptions } from '@ag-grid-community/core';
2
+ import { GridOptions as v35GridOptions } from 'ag-grid-community';
3
+ export type GridOptionsConfig = v35GridOptions | GridOptions;
4
+ //# sourceMappingURL=grid-pro.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,cAAc,GAAG,WAAW,CAAC"}
@@ -9,4 +9,5 @@ export * from './style';
9
9
  export * from './grid-components';
10
10
  export * from './multicolumn-dropdown';
11
11
  export * from '@genesislcap/grid-pro';
12
+ export type { GridOptionsConfig } from './grid-pro.types';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uBAAuB,CAAC;AAEtC,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.438.0",
4
+ "version": "14.438.1-chore-fix-ag-grid-types-react.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.438.0",
41
- "@genesislcap/rollup-builder": "14.438.0",
42
- "@genesislcap/ts-builder": "14.438.0",
43
- "@genesislcap/uvu-playwright-builder": "14.438.0",
44
- "@genesislcap/vite-builder": "14.438.0",
45
- "@genesislcap/webpack-builder": "14.438.0"
40
+ "@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.2",
41
+ "@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
42
+ "@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
43
+ "@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
44
+ "@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
45
+ "@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.2"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.438.0",
49
- "@genesislcap/grid-pro": "14.438.0",
50
- "@genesislcap/rapid-design-system": "14.438.0",
48
+ "@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.2",
49
+ "@genesislcap/grid-pro": "14.438.1-chore-fix-ag-grid-types-react.2",
50
+ "@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.2",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "2aadae08b54d594c850d65c00a18e3ce5064069c"
83
+ "gitHead": "dcd4c791ebec32a7eeb9183d5568c3361a18f8d0"
84
84
  }