@genesislcap/grid-pro 14.434.0-moreRowsPolling.1 → 14.435.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.
@@ -7775,319 +7775,6 @@
7775
7775
  }
7776
7776
  ]
7777
7777
  },
7778
- {
7779
- "kind": "javascript-module",
7780
- "path": "src/column/column.template.ts",
7781
- "declarations": [
7782
- {
7783
- "kind": "variable",
7784
- "name": "ColumnTemplate",
7785
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7786
- "description": "The Grid Pro Column Template.",
7787
- "privacy": "public"
7788
- }
7789
- ],
7790
- "exports": [
7791
- {
7792
- "kind": "js",
7793
- "name": "ColumnTemplate",
7794
- "declaration": {
7795
- "name": "ColumnTemplate",
7796
- "module": "src/column/column.template.ts"
7797
- }
7798
- }
7799
- ]
7800
- },
7801
- {
7802
- "kind": "javascript-module",
7803
- "path": "src/column/column.ts",
7804
- "declarations": [
7805
- {
7806
- "kind": "class",
7807
- "description": "The Grid Pro Column element.",
7808
- "name": "GridProColumn",
7809
- "members": [
7810
- {
7811
- "kind": "field",
7812
- "name": "slottedAgCell",
7813
- "type": {
7814
- "text": "HTMLElement[]"
7815
- },
7816
- "privacy": "public"
7817
- },
7818
- {
7819
- "kind": "field",
7820
- "name": "definition",
7821
- "type": {
7822
- "text": "ColDef"
7823
- },
7824
- "default": "{}"
7825
- },
7826
- {
7827
- "kind": "method",
7828
- "name": "slottedAgCellChanged",
7829
- "privacy": "public"
7830
- },
7831
- {
7832
- "kind": "method",
7833
- "name": "deepClone",
7834
- "return": {
7835
- "type": {
7836
- "text": "Node"
7837
- }
7838
- },
7839
- "inheritedFrom": {
7840
- "name": "LifecycleMixin",
7841
- "module": "src/mixins/lifecycle/lifecycle.ts"
7842
- }
7843
- },
7844
- {
7845
- "kind": "method",
7846
- "name": "cloneNode",
7847
- "return": {
7848
- "type": {
7849
- "text": "Node"
7850
- }
7851
- },
7852
- "parameters": [
7853
- {
7854
- "name": "deep",
7855
- "optional": true,
7856
- "type": {
7857
- "text": "boolean"
7858
- }
7859
- }
7860
- ],
7861
- "inheritedFrom": {
7862
- "name": "LifecycleMixin",
7863
- "module": "src/mixins/lifecycle/lifecycle.ts"
7864
- }
7865
- },
7866
- {
7867
- "kind": "field",
7868
- "name": "shouldRunDisconnect",
7869
- "return": {
7870
- "type": {
7871
- "text": ""
7872
- }
7873
- },
7874
- "readonly": true,
7875
- "inheritedFrom": {
7876
- "name": "LifecycleMixin",
7877
- "module": "src/mixins/lifecycle/lifecycle.ts"
7878
- }
7879
- },
7880
- {
7881
- "kind": "field",
7882
- "name": "shouldRunConnect",
7883
- "return": {
7884
- "type": {
7885
- "text": ""
7886
- }
7887
- },
7888
- "readonly": true,
7889
- "inheritedFrom": {
7890
- "name": "LifecycleMixin",
7891
- "module": "src/mixins/lifecycle/lifecycle.ts"
7892
- }
7893
- },
7894
- {
7895
- "kind": "method",
7896
- "name": "#_blockLifecycleDueToTokenChange",
7897
- "return": {
7898
- "type": {
7899
- "text": "boolean"
7900
- }
7901
- },
7902
- "parameters": [
7903
- {
7904
- "name": "lifecycleType",
7905
- "type": {
7906
- "text": "Lifecycletype"
7907
- }
7908
- }
7909
- ],
7910
- "inheritedFrom": {
7911
- "name": "LifecycleMixin",
7912
- "module": "src/mixins/lifecycle/lifecycle.ts"
7913
- }
7914
- },
7915
- {
7916
- "kind": "field",
7917
- "name": "_presentation",
7918
- "type": {
7919
- "text": "ComponentPresentation | null | undefined"
7920
- },
7921
- "privacy": "private",
7922
- "default": "void 0",
7923
- "inheritedFrom": {
7924
- "name": "FoundationElement",
7925
- "module": "src/foundation-element/foundation-element.ts"
7926
- }
7927
- },
7928
- {
7929
- "kind": "field",
7930
- "name": "$presentation",
7931
- "type": {
7932
- "text": "ComponentPresentation | null"
7933
- },
7934
- "privacy": "public",
7935
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7936
- "inheritedFrom": {
7937
- "name": "FoundationElement",
7938
- "module": "src/foundation-element/foundation-element.ts"
7939
- }
7940
- },
7941
- {
7942
- "kind": "field",
7943
- "name": "template",
7944
- "type": {
7945
- "text": "ElementViewTemplate | void | null"
7946
- },
7947
- "privacy": "public",
7948
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
7949
- "inheritedFrom": {
7950
- "name": "FoundationElement",
7951
- "module": "src/foundation-element/foundation-element.ts"
7952
- }
7953
- },
7954
- {
7955
- "kind": "method",
7956
- "name": "templateChanged",
7957
- "privacy": "protected",
7958
- "return": {
7959
- "type": {
7960
- "text": "void"
7961
- }
7962
- },
7963
- "inheritedFrom": {
7964
- "name": "FoundationElement",
7965
- "module": "src/foundation-element/foundation-element.ts"
7966
- }
7967
- },
7968
- {
7969
- "kind": "field",
7970
- "name": "styles",
7971
- "type": {
7972
- "text": "ElementStyles | void | null"
7973
- },
7974
- "privacy": "public",
7975
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
7976
- "inheritedFrom": {
7977
- "name": "FoundationElement",
7978
- "module": "src/foundation-element/foundation-element.ts"
7979
- }
7980
- },
7981
- {
7982
- "kind": "method",
7983
- "name": "stylesChanged",
7984
- "privacy": "protected",
7985
- "return": {
7986
- "type": {
7987
- "text": "void"
7988
- }
7989
- },
7990
- "inheritedFrom": {
7991
- "name": "FoundationElement",
7992
- "module": "src/foundation-element/foundation-element.ts"
7993
- }
7994
- },
7995
- {
7996
- "kind": "method",
7997
- "name": "compose",
7998
- "privacy": "public",
7999
- "static": true,
8000
- "return": {
8001
- "type": {
8002
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8003
- }
8004
- },
8005
- "parameters": [
8006
- {
8007
- "name": "this",
8008
- "type": {
8009
- "text": "K"
8010
- }
8011
- },
8012
- {
8013
- "name": "elementDefinition",
8014
- "type": {
8015
- "text": "T"
8016
- },
8017
- "description": "The definition of the element to create the registry\nfunction for."
8018
- }
8019
- ],
8020
- "description": "Defines an element registry function with a set of element definition defaults.",
8021
- "inheritedFrom": {
8022
- "name": "FoundationElement",
8023
- "module": "src/foundation-element/foundation-element.ts"
8024
- }
8025
- }
8026
- ],
8027
- "mixins": [
8028
- {
8029
- "name": "LifecycleMixin",
8030
- "package": "@genesislcap/foundation-utils"
8031
- }
8032
- ],
8033
- "superclass": {
8034
- "name": "FoundationElement",
8035
- "package": "@microsoft/fast-foundation"
8036
- },
8037
- "tagName": "grid-pro-column",
8038
- "customElement": true
8039
- }
8040
- ],
8041
- "exports": [
8042
- {
8043
- "kind": "js",
8044
- "name": "GridProColumn",
8045
- "declaration": {
8046
- "name": "GridProColumn",
8047
- "module": "src/column/column.ts"
8048
- }
8049
- },
8050
- {
8051
- "kind": "custom-element-definition",
8052
- "name": "grid-pro-column",
8053
- "declaration": {
8054
- "name": "GridProColumn",
8055
- "module": "src/column/column.ts"
8056
- }
8057
- }
8058
- ]
8059
- },
8060
- {
8061
- "kind": "javascript-module",
8062
- "path": "src/column/index.ts",
8063
- "declarations": [],
8064
- "exports": [
8065
- {
8066
- "kind": "js",
8067
- "name": "*",
8068
- "declaration": {
8069
- "name": "*",
8070
- "package": "./column.template"
8071
- }
8072
- },
8073
- {
8074
- "kind": "js",
8075
- "name": "*",
8076
- "declaration": {
8077
- "name": "*",
8078
- "package": "./column"
8079
- }
8080
- },
8081
- {
8082
- "kind": "js",
8083
- "name": "*",
8084
- "declaration": {
8085
- "name": "*",
8086
- "package": "./utils"
8087
- }
8088
- }
8089
- ]
8090
- },
8091
7778
  {
8092
7779
  "kind": "javascript-module",
8093
7780
  "path": "src/datasource/base.datasource.ts",
@@ -10447,33 +10134,10 @@
10447
10134
  "name": "handleSnapshot",
10448
10135
  "privacy": "private",
10449
10136
  "parameters": [
10450
- {
10451
- "name": "result"
10452
- }
10453
- ],
10454
- "inheritedFrom": {
10455
- "name": "GridProGenesisDatasource",
10456
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
10457
- }
10458
- },
10459
- {
10460
- "kind": "method",
10461
- "name": "captureStreamSourceRef",
10462
- "privacy": "private",
10463
- "return": {
10464
- "type": {
10465
- "text": "void"
10466
- }
10467
- },
10468
- "parameters": [
10469
- {
10470
- "name": "result",
10471
- "type": {
10472
- "text": "any"
10473
- }
10137
+ {
10138
+ "name": "result"
10474
10139
  }
10475
10140
  ],
10476
- "description": "Persists the dataserver subscription id used for GridProGenesisDatasource.loadMore and MORE_ROWS.",
10477
10141
  "inheritedFrom": {
10478
10142
  "name": "GridProGenesisDatasource",
10479
10143
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -15712,128 +15376,441 @@
15712
15376
  "type": {
15713
15377
  "text": "AgThemeFontFaceMap"
15714
15378
  },
15715
- "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
15716
- "description": "Font Face map with all the font faces for each theme.",
15717
- "privacy": "public"
15718
- },
15719
- {
15720
- "kind": "variable",
15721
- "name": "defaultAgGridFontFace",
15722
- "default": "agGridAlpineFontFace",
15723
- "description": "The default font face for Grid Pro (agGridAlpine).",
15724
- "privacy": "public"
15379
+ "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
15380
+ "description": "Font Face map with all the font faces for each theme.",
15381
+ "privacy": "public"
15382
+ },
15383
+ {
15384
+ "kind": "variable",
15385
+ "name": "defaultAgGridFontFace",
15386
+ "default": "agGridAlpineFontFace",
15387
+ "description": "The default font face for Grid Pro (agGridAlpine).",
15388
+ "privacy": "public"
15389
+ }
15390
+ ],
15391
+ "exports": [
15392
+ {
15393
+ "kind": "js",
15394
+ "name": "agGridAlpineFontFace",
15395
+ "declaration": {
15396
+ "name": "agGridAlpineFontFace",
15397
+ "module": "src/external/fonts.ts"
15398
+ }
15399
+ },
15400
+ {
15401
+ "kind": "js",
15402
+ "name": "agGridBalhamFontFace",
15403
+ "declaration": {
15404
+ "name": "agGridBalhamFontFace",
15405
+ "module": "src/external/fonts.ts"
15406
+ }
15407
+ },
15408
+ {
15409
+ "kind": "js",
15410
+ "name": "agGridMaterialFontFace",
15411
+ "declaration": {
15412
+ "name": "agGridMaterialFontFace",
15413
+ "module": "src/external/fonts.ts"
15414
+ }
15415
+ },
15416
+ {
15417
+ "kind": "js",
15418
+ "name": "agThemeFontFaceMap",
15419
+ "declaration": {
15420
+ "name": "agThemeFontFaceMap",
15421
+ "module": "src/external/fonts.ts"
15422
+ }
15423
+ },
15424
+ {
15425
+ "kind": "js",
15426
+ "name": "defaultAgGridFontFace",
15427
+ "declaration": {
15428
+ "name": "defaultAgGridFontFace",
15429
+ "module": "src/external/fonts.ts"
15430
+ }
15431
+ }
15432
+ ]
15433
+ },
15434
+ {
15435
+ "kind": "javascript-module",
15436
+ "path": "src/external/index.ts",
15437
+ "declarations": [
15438
+ {
15439
+ "kind": "variable",
15440
+ "name": "agExternalStockStyles",
15441
+ "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
15442
+ "description": "All External AG Grid Stock in one CSS.",
15443
+ "privacy": "public"
15444
+ }
15445
+ ],
15446
+ "exports": [
15447
+ {
15448
+ "kind": "js",
15449
+ "name": "*",
15450
+ "declaration": {
15451
+ "name": "*",
15452
+ "package": "./fonts"
15453
+ }
15454
+ },
15455
+ {
15456
+ "kind": "js",
15457
+ "name": "agExternalStockStyles",
15458
+ "declaration": {
15459
+ "name": "agExternalStockStyles",
15460
+ "module": "src/external/index.ts"
15461
+ }
15462
+ },
15463
+ {
15464
+ "kind": "js",
15465
+ "name": "agGridCSS",
15466
+ "declaration": {
15467
+ "name": "agGridCSS",
15468
+ "module": "src/external/index.ts"
15469
+ }
15470
+ },
15471
+ {
15472
+ "kind": "js",
15473
+ "name": "agHeadCSS",
15474
+ "declaration": {
15475
+ "name": "agHeadCSS",
15476
+ "module": "src/external/index.ts"
15477
+ }
15478
+ },
15479
+ {
15480
+ "kind": "js",
15481
+ "name": "agThemeAlpineNofontsCSS",
15482
+ "declaration": {
15483
+ "name": "agThemeAlpineNofontsCSS",
15484
+ "module": "src/external/index.ts"
15485
+ }
15486
+ },
15487
+ {
15488
+ "kind": "js",
15489
+ "name": "agThemeBalhamNofontsCSS",
15490
+ "declaration": {
15491
+ "name": "agThemeBalhamNofontsCSS",
15492
+ "module": "src/external/index.ts"
15493
+ }
15494
+ },
15495
+ {
15496
+ "kind": "js",
15497
+ "name": "agThemeMaterialNofontsCSS",
15498
+ "declaration": {
15499
+ "name": "agThemeMaterialNofontsCSS",
15500
+ "module": "src/external/index.ts"
15501
+ }
15502
+ }
15503
+ ]
15504
+ },
15505
+ {
15506
+ "kind": "javascript-module",
15507
+ "path": "src/column/column.template.ts",
15508
+ "declarations": [
15509
+ {
15510
+ "kind": "variable",
15511
+ "name": "ColumnTemplate",
15512
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15513
+ "description": "The Grid Pro Column Template.",
15514
+ "privacy": "public"
15515
+ }
15516
+ ],
15517
+ "exports": [
15518
+ {
15519
+ "kind": "js",
15520
+ "name": "ColumnTemplate",
15521
+ "declaration": {
15522
+ "name": "ColumnTemplate",
15523
+ "module": "src/column/column.template.ts"
15524
+ }
15525
+ }
15526
+ ]
15527
+ },
15528
+ {
15529
+ "kind": "javascript-module",
15530
+ "path": "src/column/column.ts",
15531
+ "declarations": [
15532
+ {
15533
+ "kind": "class",
15534
+ "description": "The Grid Pro Column element.",
15535
+ "name": "GridProColumn",
15536
+ "members": [
15537
+ {
15538
+ "kind": "field",
15539
+ "name": "slottedAgCell",
15540
+ "type": {
15541
+ "text": "HTMLElement[]"
15542
+ },
15543
+ "privacy": "public"
15544
+ },
15545
+ {
15546
+ "kind": "field",
15547
+ "name": "definition",
15548
+ "type": {
15549
+ "text": "ColDef"
15550
+ },
15551
+ "default": "{}"
15552
+ },
15553
+ {
15554
+ "kind": "method",
15555
+ "name": "slottedAgCellChanged",
15556
+ "privacy": "public"
15557
+ },
15558
+ {
15559
+ "kind": "method",
15560
+ "name": "deepClone",
15561
+ "return": {
15562
+ "type": {
15563
+ "text": "Node"
15564
+ }
15565
+ },
15566
+ "inheritedFrom": {
15567
+ "name": "LifecycleMixin",
15568
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15569
+ }
15570
+ },
15571
+ {
15572
+ "kind": "method",
15573
+ "name": "cloneNode",
15574
+ "return": {
15575
+ "type": {
15576
+ "text": "Node"
15577
+ }
15578
+ },
15579
+ "parameters": [
15580
+ {
15581
+ "name": "deep",
15582
+ "optional": true,
15583
+ "type": {
15584
+ "text": "boolean"
15585
+ }
15586
+ }
15587
+ ],
15588
+ "inheritedFrom": {
15589
+ "name": "LifecycleMixin",
15590
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15591
+ }
15592
+ },
15593
+ {
15594
+ "kind": "field",
15595
+ "name": "shouldRunDisconnect",
15596
+ "return": {
15597
+ "type": {
15598
+ "text": ""
15599
+ }
15600
+ },
15601
+ "readonly": true,
15602
+ "inheritedFrom": {
15603
+ "name": "LifecycleMixin",
15604
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15605
+ }
15606
+ },
15607
+ {
15608
+ "kind": "field",
15609
+ "name": "shouldRunConnect",
15610
+ "return": {
15611
+ "type": {
15612
+ "text": ""
15613
+ }
15614
+ },
15615
+ "readonly": true,
15616
+ "inheritedFrom": {
15617
+ "name": "LifecycleMixin",
15618
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15619
+ }
15620
+ },
15621
+ {
15622
+ "kind": "method",
15623
+ "name": "#_blockLifecycleDueToTokenChange",
15624
+ "return": {
15625
+ "type": {
15626
+ "text": "boolean"
15627
+ }
15628
+ },
15629
+ "parameters": [
15630
+ {
15631
+ "name": "lifecycleType",
15632
+ "type": {
15633
+ "text": "Lifecycletype"
15634
+ }
15635
+ }
15636
+ ],
15637
+ "inheritedFrom": {
15638
+ "name": "LifecycleMixin",
15639
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15640
+ }
15641
+ },
15642
+ {
15643
+ "kind": "field",
15644
+ "name": "_presentation",
15645
+ "type": {
15646
+ "text": "ComponentPresentation | null | undefined"
15647
+ },
15648
+ "privacy": "private",
15649
+ "default": "void 0",
15650
+ "inheritedFrom": {
15651
+ "name": "FoundationElement",
15652
+ "module": "src/foundation-element/foundation-element.ts"
15653
+ }
15654
+ },
15655
+ {
15656
+ "kind": "field",
15657
+ "name": "$presentation",
15658
+ "type": {
15659
+ "text": "ComponentPresentation | null"
15660
+ },
15661
+ "privacy": "public",
15662
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
15663
+ "inheritedFrom": {
15664
+ "name": "FoundationElement",
15665
+ "module": "src/foundation-element/foundation-element.ts"
15666
+ }
15667
+ },
15668
+ {
15669
+ "kind": "field",
15670
+ "name": "template",
15671
+ "type": {
15672
+ "text": "ElementViewTemplate | void | null"
15673
+ },
15674
+ "privacy": "public",
15675
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
15676
+ "inheritedFrom": {
15677
+ "name": "FoundationElement",
15678
+ "module": "src/foundation-element/foundation-element.ts"
15679
+ }
15680
+ },
15681
+ {
15682
+ "kind": "method",
15683
+ "name": "templateChanged",
15684
+ "privacy": "protected",
15685
+ "return": {
15686
+ "type": {
15687
+ "text": "void"
15688
+ }
15689
+ },
15690
+ "inheritedFrom": {
15691
+ "name": "FoundationElement",
15692
+ "module": "src/foundation-element/foundation-element.ts"
15693
+ }
15694
+ },
15695
+ {
15696
+ "kind": "field",
15697
+ "name": "styles",
15698
+ "type": {
15699
+ "text": "ElementStyles | void | null"
15700
+ },
15701
+ "privacy": "public",
15702
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
15703
+ "inheritedFrom": {
15704
+ "name": "FoundationElement",
15705
+ "module": "src/foundation-element/foundation-element.ts"
15706
+ }
15707
+ },
15708
+ {
15709
+ "kind": "method",
15710
+ "name": "stylesChanged",
15711
+ "privacy": "protected",
15712
+ "return": {
15713
+ "type": {
15714
+ "text": "void"
15715
+ }
15716
+ },
15717
+ "inheritedFrom": {
15718
+ "name": "FoundationElement",
15719
+ "module": "src/foundation-element/foundation-element.ts"
15720
+ }
15721
+ },
15722
+ {
15723
+ "kind": "method",
15724
+ "name": "compose",
15725
+ "privacy": "public",
15726
+ "static": true,
15727
+ "return": {
15728
+ "type": {
15729
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
15730
+ }
15731
+ },
15732
+ "parameters": [
15733
+ {
15734
+ "name": "this",
15735
+ "type": {
15736
+ "text": "K"
15737
+ }
15738
+ },
15739
+ {
15740
+ "name": "elementDefinition",
15741
+ "type": {
15742
+ "text": "T"
15743
+ },
15744
+ "description": "The definition of the element to create the registry\nfunction for."
15745
+ }
15746
+ ],
15747
+ "description": "Defines an element registry function with a set of element definition defaults.",
15748
+ "inheritedFrom": {
15749
+ "name": "FoundationElement",
15750
+ "module": "src/foundation-element/foundation-element.ts"
15751
+ }
15752
+ }
15753
+ ],
15754
+ "mixins": [
15755
+ {
15756
+ "name": "LifecycleMixin",
15757
+ "package": "@genesislcap/foundation-utils"
15758
+ }
15759
+ ],
15760
+ "superclass": {
15761
+ "name": "FoundationElement",
15762
+ "package": "@microsoft/fast-foundation"
15763
+ },
15764
+ "tagName": "grid-pro-column",
15765
+ "customElement": true
15725
15766
  }
15726
15767
  ],
15727
15768
  "exports": [
15728
15769
  {
15729
15770
  "kind": "js",
15730
- "name": "agGridAlpineFontFace",
15731
- "declaration": {
15732
- "name": "agGridAlpineFontFace",
15733
- "module": "src/external/fonts.ts"
15734
- }
15735
- },
15736
- {
15737
- "kind": "js",
15738
- "name": "agGridBalhamFontFace",
15739
- "declaration": {
15740
- "name": "agGridBalhamFontFace",
15741
- "module": "src/external/fonts.ts"
15742
- }
15743
- },
15744
- {
15745
- "kind": "js",
15746
- "name": "agGridMaterialFontFace",
15747
- "declaration": {
15748
- "name": "agGridMaterialFontFace",
15749
- "module": "src/external/fonts.ts"
15750
- }
15751
- },
15752
- {
15753
- "kind": "js",
15754
- "name": "agThemeFontFaceMap",
15771
+ "name": "GridProColumn",
15755
15772
  "declaration": {
15756
- "name": "agThemeFontFaceMap",
15757
- "module": "src/external/fonts.ts"
15773
+ "name": "GridProColumn",
15774
+ "module": "src/column/column.ts"
15758
15775
  }
15759
15776
  },
15760
15777
  {
15761
- "kind": "js",
15762
- "name": "defaultAgGridFontFace",
15778
+ "kind": "custom-element-definition",
15779
+ "name": "grid-pro-column",
15763
15780
  "declaration": {
15764
- "name": "defaultAgGridFontFace",
15765
- "module": "src/external/fonts.ts"
15781
+ "name": "GridProColumn",
15782
+ "module": "src/column/column.ts"
15766
15783
  }
15767
15784
  }
15768
15785
  ]
15769
15786
  },
15770
15787
  {
15771
15788
  "kind": "javascript-module",
15772
- "path": "src/external/index.ts",
15773
- "declarations": [
15774
- {
15775
- "kind": "variable",
15776
- "name": "agExternalStockStyles",
15777
- "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
15778
- "description": "All External AG Grid Stock in one CSS.",
15779
- "privacy": "public"
15780
- }
15781
- ],
15789
+ "path": "src/column/index.ts",
15790
+ "declarations": [],
15782
15791
  "exports": [
15783
15792
  {
15784
15793
  "kind": "js",
15785
15794
  "name": "*",
15786
15795
  "declaration": {
15787
15796
  "name": "*",
15788
- "package": "./fonts"
15789
- }
15790
- },
15791
- {
15792
- "kind": "js",
15793
- "name": "agExternalStockStyles",
15794
- "declaration": {
15795
- "name": "agExternalStockStyles",
15796
- "module": "src/external/index.ts"
15797
- }
15798
- },
15799
- {
15800
- "kind": "js",
15801
- "name": "agGridCSS",
15802
- "declaration": {
15803
- "name": "agGridCSS",
15804
- "module": "src/external/index.ts"
15805
- }
15806
- },
15807
- {
15808
- "kind": "js",
15809
- "name": "agHeadCSS",
15810
- "declaration": {
15811
- "name": "agHeadCSS",
15812
- "module": "src/external/index.ts"
15813
- }
15814
- },
15815
- {
15816
- "kind": "js",
15817
- "name": "agThemeAlpineNofontsCSS",
15818
- "declaration": {
15819
- "name": "agThemeAlpineNofontsCSS",
15820
- "module": "src/external/index.ts"
15797
+ "package": "./column.template"
15821
15798
  }
15822
15799
  },
15823
15800
  {
15824
15801
  "kind": "js",
15825
- "name": "agThemeBalhamNofontsCSS",
15802
+ "name": "*",
15826
15803
  "declaration": {
15827
- "name": "agThemeBalhamNofontsCSS",
15828
- "module": "src/external/index.ts"
15804
+ "name": "*",
15805
+ "package": "./column"
15829
15806
  }
15830
15807
  },
15831
15808
  {
15832
15809
  "kind": "js",
15833
- "name": "agThemeMaterialNofontsCSS",
15810
+ "name": "*",
15834
15811
  "declaration": {
15835
- "name": "agThemeMaterialNofontsCSS",
15836
- "module": "src/external/index.ts"
15812
+ "name": "*",
15813
+ "package": "./utils"
15837
15814
  }
15838
15815
  }
15839
15816
  ]
@@ -16154,25 +16131,6 @@
16154
16131
  }
16155
16132
  ]
16156
16133
  },
16157
- {
16158
- "kind": "method",
16159
- "name": "captureStreamSourceRef",
16160
- "privacy": "private",
16161
- "return": {
16162
- "type": {
16163
- "text": "void"
16164
- }
16165
- },
16166
- "parameters": [
16167
- {
16168
- "name": "result",
16169
- "type": {
16170
- "text": "any"
16171
- }
16172
- }
16173
- ],
16174
- "description": "Persists the dataserver subscription id used for GridProGenesisDatasource.loadMore and MORE_ROWS."
16175
- },
16176
16134
  {
16177
16135
  "kind": "method",
16178
16136
  "name": "handleStreamResult",
@@ -497,12 +497,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
497
497
  */
498
498
  private loadResourceData;
499
499
  private handleSnapshot;
500
- /**
501
- * Persists the dataserver subscription id used for {@link GridProGenesisDatasource.loadMore} and MORE_ROWS.
502
- * @remarks In HTTP polling mode the stream can emit `MSG_NACK` (and similar) with HTTP 200.
503
- * Those envelopes use a per-request `SOURCE_REF` and must not replace the active subscription ref.
504
- */
505
- private captureStreamSourceRef;
506
500
  private handleStreamResult;
507
501
  /**
508
502
  * Updates the status bar based on more rows status
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
@@ -205,15 +205,6 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
205
205
  >;
206
206
  export type AgTextRendererRef = AgTextRendererWC;
207
207
 
208
- export declare const GridProColumn: React.ForwardRefExoticComponent<
209
- React.PropsWithChildren<
210
- Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
211
- HTMLWCProps & {
212
- }
213
- > & React.RefAttributes<GridProColumnWC>
214
- >;
215
- export type GridProColumnRef = GridProColumnWC;
216
-
217
208
  export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
218
209
  React.PropsWithChildren<
219
210
  Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
@@ -269,6 +260,15 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
269
260
  >;
270
261
  export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
271
262
 
263
+ export declare const GridProColumn: React.ForwardRefExoticComponent<
264
+ React.PropsWithChildren<
265
+ Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
266
+ HTMLWCProps & {
267
+ }
268
+ > & React.RefAttributes<GridProColumnWC>
269
+ >;
270
+ export type GridProColumnRef = GridProColumnWC;
271
+
272
272
  export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
273
273
  React.PropsWithChildren<
274
274
  Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
@@ -363,7 +363,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
363
363
  return EMPTY;
364
364
  }))
365
365
  .subscribe((result) => {
366
- this.captureStreamSourceRef(result);
366
+ this._sourceRef = result.SOURCE_REF;
367
367
  const hasMoreRowsInResult = 'MORE_ROWS' in result;
368
368
  const hasRowsCountInResult = 'ROWS_COUNT' in result;
369
369
  const hasNextOffsetInResult = this.datasource.resourceType === ResourceType.REQUEST_SERVER && 'NEXT_OFFSET' in result;
@@ -424,25 +424,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
424
424
  }
425
425
  return result.inserts;
426
426
  }
427
- /**
428
- * Persists the dataserver subscription id used for {@link GridProGenesisDatasource.loadMore} and MORE_ROWS.
429
- * @remarks In HTTP polling mode the stream can emit `MSG_NACK` (and similar) with HTTP 200.
430
- * Those envelopes use a per-request `SOURCE_REF` and must not replace the active subscription ref.
431
- */
432
- captureStreamSourceRef(result) {
433
- if (!(result === null || result === void 0 ? void 0 : result.SOURCE_REF)) {
434
- return;
435
- }
436
- const messageType = result.MESSAGE_TYPE;
437
- if (messageType === MessageType.MSG_NACK || messageType === MessageType.LOGON_NACK) {
438
- return;
439
- }
440
- const hasError = Array.isArray(result.ERROR) ? result.ERROR.length > 0 : Boolean(result.ERROR);
441
- if (hasError) {
442
- return;
443
- }
444
- this._sourceRef = result.SOURCE_REF;
445
- }
446
427
  handleStreamResult(result) {
447
428
  if (!result)
448
429
  return;
@@ -4470,12 +4470,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
4470
4470
  */
4471
4471
  private loadResourceData;
4472
4472
  private handleSnapshot;
4473
- /**
4474
- * Persists the dataserver subscription id used for {@link GridProGenesisDatasource.loadMore} and MORE_ROWS.
4475
- * @remarks In HTTP polling mode the stream can emit `MSG_NACK` (and similar) with HTTP 200.
4476
- * Those envelopes use a per-request `SOURCE_REF` and must not replace the active subscription ref.
4477
- */
4478
- private captureStreamSourceRef;
4479
4473
  private handleStreamResult;
4480
4474
  /**
4481
4475
  * Updates the status bar based on more rows status
package/dist/react.cjs CHANGED
@@ -161,11 +161,6 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
161
161
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
162
162
  });
163
163
 
164
- const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
165
- const { children, ...rest } = props;
166
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
167
- });
168
-
169
164
  const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
170
165
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
171
166
  const _innerRef = React.useRef(null);
@@ -375,6 +370,11 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
375
370
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
376
371
  });
377
372
 
373
+ const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
374
+ const { children, ...rest } = props;
375
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
376
+ });
377
+
378
378
  const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
379
379
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
380
380
  const _innerRef = React.useRef(null);
@@ -499,9 +499,9 @@ module.exports = {
499
499
  StatusPillRenderer,
500
500
  AgTextFieldRenderer,
501
501
  AgTextRenderer,
502
- GridProColumn,
503
502
  GridProClientSideDatasource,
504
503
  GridProServerSideDatasource,
504
+ GridProColumn,
505
505
  GridProGenesisDatasource,
506
506
  MulticolumnDropdown,
507
507
  };
package/dist/react.mjs CHANGED
@@ -159,11 +159,6 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
159
159
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
160
160
  });
161
161
 
162
- export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
163
- const { children, ...rest } = props;
164
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
165
- });
166
-
167
162
  export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
168
163
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
169
164
  const _innerRef = React.useRef(null);
@@ -373,6 +368,11 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
373
368
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
374
369
  });
375
370
 
371
+ export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
372
+ const { children, ...rest } = props;
373
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
374
+ });
375
+
376
376
  export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
377
377
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
378
378
  const _innerRef = React.useRef(null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.434.0-moreRowsPolling.1",
4
+ "version": "14.435.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.434.0-moreRowsPolling.1",
44
- "@genesislcap/genx": "14.434.0-moreRowsPolling.1",
45
- "@genesislcap/rollup-builder": "14.434.0-moreRowsPolling.1",
46
- "@genesislcap/ts-builder": "14.434.0-moreRowsPolling.1",
47
- "@genesislcap/uvu-playwright-builder": "14.434.0-moreRowsPolling.1",
48
- "@genesislcap/vite-builder": "14.434.0-moreRowsPolling.1",
49
- "@genesislcap/webpack-builder": "14.434.0-moreRowsPolling.1"
43
+ "@genesislcap/foundation-testing": "14.435.0",
44
+ "@genesislcap/genx": "14.435.0",
45
+ "@genesislcap/rollup-builder": "14.435.0",
46
+ "@genesislcap/ts-builder": "14.435.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.435.0",
48
+ "@genesislcap/vite-builder": "14.435.0",
49
+ "@genesislcap/webpack-builder": "14.435.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.434.0-moreRowsPolling.1",
53
- "@genesislcap/foundation-criteria": "14.434.0-moreRowsPolling.1",
54
- "@genesislcap/foundation-logger": "14.434.0-moreRowsPolling.1",
55
- "@genesislcap/foundation-ui": "14.434.0-moreRowsPolling.1",
56
- "@genesislcap/foundation-utils": "14.434.0-moreRowsPolling.1",
52
+ "@genesislcap/foundation-comms": "14.435.0",
53
+ "@genesislcap/foundation-criteria": "14.435.0",
54
+ "@genesislcap/foundation-logger": "14.435.0",
55
+ "@genesislcap/foundation-ui": "14.435.0",
56
+ "@genesislcap/foundation-utils": "14.435.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "97967285045d6e3778834faf8a9a17c50f410936"
94
+ "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
95
95
  }