@genesislcap/grid-pro 14.481.0 → 14.481.1

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.
@@ -5339,69 +5339,123 @@
5339
5339
  },
5340
5340
  {
5341
5341
  "kind": "javascript-module",
5342
- "path": "src/cell-renderers/action.renderer.ts",
5342
+ "path": "src/column/column.template.ts",
5343
+ "declarations": [
5344
+ {
5345
+ "kind": "variable",
5346
+ "name": "ColumnTemplate",
5347
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5348
+ "description": "The Grid Pro Column Template.",
5349
+ "privacy": "public"
5350
+ }
5351
+ ],
5352
+ "exports": [
5353
+ {
5354
+ "kind": "js",
5355
+ "name": "ColumnTemplate",
5356
+ "declaration": {
5357
+ "name": "ColumnTemplate",
5358
+ "module": "src/column/column.template.ts"
5359
+ }
5360
+ }
5361
+ ]
5362
+ },
5363
+ {
5364
+ "kind": "javascript-module",
5365
+ "path": "src/column/column.ts",
5343
5366
  "declarations": [
5344
5367
  {
5345
5368
  "kind": "class",
5346
- "description": "The AG Action Renderer element.",
5347
- "name": "ActionRenderer",
5369
+ "description": "The Grid Pro Column element.",
5370
+ "name": "GridProColumn",
5348
5371
  "members": [
5349
5372
  {
5350
5373
  "kind": "field",
5351
- "name": "params",
5374
+ "name": "slottedAgCell",
5352
5375
  "type": {
5353
- "text": "ICellRendererParams & ActionRendererParams"
5376
+ "text": "HTMLElement[]"
5354
5377
  },
5355
5378
  "privacy": "public"
5356
5379
  },
5357
5380
  {
5358
5381
  "kind": "field",
5359
- "name": "pendingAction",
5382
+ "name": "definition",
5360
5383
  "type": {
5361
- "text": "boolean"
5384
+ "text": "ColDef"
5362
5385
  },
5363
- "privacy": "public"
5386
+ "default": "{}"
5364
5387
  },
5365
5388
  {
5366
5389
  "kind": "method",
5367
- "name": "init",
5368
- "privacy": "public",
5369
- "parameters": [
5370
- {
5371
- "name": "params",
5372
- "type": {
5373
- "text": "ICellRendererParams & ActionRendererParams"
5374
- }
5375
- }
5376
- ]
5390
+ "name": "slottedAgCellChanged",
5391
+ "privacy": "public"
5377
5392
  },
5378
5393
  {
5379
5394
  "kind": "method",
5380
- "name": "getGui",
5381
- "privacy": "public",
5395
+ "name": "deepClone",
5382
5396
  "return": {
5383
5397
  "type": {
5384
- "text": "HTMLElement"
5398
+ "text": "Node"
5385
5399
  }
5400
+ },
5401
+ "inheritedFrom": {
5402
+ "name": "LifecycleMixin",
5403
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5386
5404
  }
5387
5405
  },
5388
5406
  {
5389
5407
  "kind": "method",
5390
- "name": "refresh",
5391
- "privacy": "public",
5408
+ "name": "cloneNode",
5409
+ "return": {
5410
+ "type": {
5411
+ "text": "Node"
5412
+ }
5413
+ },
5392
5414
  "parameters": [
5393
5415
  {
5394
- "name": "params",
5416
+ "name": "deep",
5417
+ "optional": true,
5395
5418
  "type": {
5396
- "text": "ICellRendererParams"
5419
+ "text": "boolean"
5397
5420
  }
5398
5421
  }
5399
- ]
5422
+ ],
5423
+ "inheritedFrom": {
5424
+ "name": "LifecycleMixin",
5425
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5426
+ }
5427
+ },
5428
+ {
5429
+ "kind": "field",
5430
+ "name": "shouldRunDisconnect",
5431
+ "return": {
5432
+ "type": {
5433
+ "text": ""
5434
+ }
5435
+ },
5436
+ "readonly": true,
5437
+ "inheritedFrom": {
5438
+ "name": "LifecycleMixin",
5439
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5440
+ }
5441
+ },
5442
+ {
5443
+ "kind": "field",
5444
+ "name": "shouldRunConnect",
5445
+ "return": {
5446
+ "type": {
5447
+ "text": ""
5448
+ }
5449
+ },
5450
+ "readonly": true,
5451
+ "inheritedFrom": {
5452
+ "name": "LifecycleMixin",
5453
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5454
+ }
5400
5455
  },
5401
5456
  {
5402
5457
  "kind": "method",
5403
- "name": "isDisabled",
5404
- "privacy": "public",
5458
+ "name": "#_blockLifecycleDueToTokenChange",
5405
5459
  "return": {
5406
5460
  "type": {
5407
5461
  "text": "boolean"
@@ -5409,19 +5463,16 @@
5409
5463
  },
5410
5464
  "parameters": [
5411
5465
  {
5412
- "name": "data"
5466
+ "name": "lifecycleType",
5467
+ "type": {
5468
+ "text": "Lifecycletype"
5469
+ }
5413
5470
  }
5414
- ]
5415
- },
5416
- {
5417
- "kind": "method",
5418
- "name": "clickHandler",
5419
- "privacy": "public"
5420
- },
5421
- {
5422
- "kind": "field",
5423
- "name": "dataTestId",
5424
- "readonly": true
5471
+ ],
5472
+ "inheritedFrom": {
5473
+ "name": "LifecycleMixin",
5474
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5475
+ }
5425
5476
  },
5426
5477
  {
5427
5478
  "kind": "field",
@@ -5535,82 +5586,92 @@
5535
5586
  }
5536
5587
  }
5537
5588
  ],
5589
+ "mixins": [
5590
+ {
5591
+ "name": "LifecycleMixin",
5592
+ "package": "@genesislcap/foundation-utils"
5593
+ }
5594
+ ],
5538
5595
  "superclass": {
5539
5596
  "name": "FoundationElement",
5540
5597
  "package": "@microsoft/fast-foundation"
5541
5598
  },
5542
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5599
+ "tagName": "grid-pro-column",
5543
5600
  "customElement": true
5544
- },
5545
- {
5546
- "kind": "variable",
5547
- "name": "actionHeightMultiplier",
5548
- "description": "The base height multiplier for the action renderer.",
5549
- "privacy": "public"
5550
- },
5551
- {
5552
- "kind": "variable",
5553
- "name": "agActionRendererStyles",
5554
- "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5555
- "description": "The AG Action Renderer Styles.",
5556
- "privacy": "public"
5557
- },
5558
- {
5559
- "kind": "variable",
5560
- "name": "foundationGridProActionRenderer",
5561
- "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5562
- "privacy": "public"
5563
5601
  }
5564
5602
  ],
5565
5603
  "exports": [
5566
5604
  {
5567
5605
  "kind": "js",
5568
- "name": "ActionRenderer",
5606
+ "name": "GridProColumn",
5569
5607
  "declaration": {
5570
- "name": "ActionRenderer",
5571
- "module": "src/cell-renderers/action.renderer.ts"
5608
+ "name": "GridProColumn",
5609
+ "module": "src/column/column.ts"
5572
5610
  }
5573
5611
  },
5612
+ {
5613
+ "kind": "custom-element-definition",
5614
+ "name": "grid-pro-column",
5615
+ "declaration": {
5616
+ "name": "GridProColumn",
5617
+ "module": "src/column/column.ts"
5618
+ }
5619
+ }
5620
+ ]
5621
+ },
5622
+ {
5623
+ "kind": "javascript-module",
5624
+ "path": "src/column/index.ts",
5625
+ "declarations": [],
5626
+ "exports": [
5574
5627
  {
5575
5628
  "kind": "js",
5576
- "name": "actionHeightMultiplier",
5629
+ "name": "*",
5577
5630
  "declaration": {
5578
- "name": "actionHeightMultiplier",
5579
- "module": "src/cell-renderers/action.renderer.ts"
5631
+ "name": "*",
5632
+ "package": "./column.template"
5580
5633
  }
5581
5634
  },
5582
5635
  {
5583
5636
  "kind": "js",
5584
- "name": "agActionRendererStyles",
5637
+ "name": "*",
5585
5638
  "declaration": {
5586
- "name": "agActionRendererStyles",
5587
- "module": "src/cell-renderers/action.renderer.ts"
5639
+ "name": "*",
5640
+ "package": "./column"
5588
5641
  }
5589
5642
  },
5590
5643
  {
5591
5644
  "kind": "js",
5592
- "name": "foundationGridProActionRenderer",
5645
+ "name": "*",
5593
5646
  "declaration": {
5594
- "name": "foundationGridProActionRenderer",
5595
- "module": "src/cell-renderers/action.renderer.ts"
5647
+ "name": "*",
5648
+ "package": "./utils"
5596
5649
  }
5597
5650
  }
5598
5651
  ]
5599
5652
  },
5600
5653
  {
5601
5654
  "kind": "javascript-module",
5602
- "path": "src/cell-renderers/actions-menu.renderer.ts",
5655
+ "path": "src/cell-renderers/action.renderer.ts",
5603
5656
  "declarations": [
5604
5657
  {
5605
5658
  "kind": "class",
5606
- "description": "The Actions Menu Renderer element.",
5607
- "name": "ActionsMenuRenderer",
5659
+ "description": "The AG Action Renderer element.",
5660
+ "name": "ActionRenderer",
5608
5661
  "members": [
5609
5662
  {
5610
5663
  "kind": "field",
5611
5664
  "name": "params",
5612
5665
  "type": {
5613
- "text": "ICellRendererParams"
5666
+ "text": "ICellRendererParams & ActionRendererParams"
5667
+ },
5668
+ "privacy": "public"
5669
+ },
5670
+ {
5671
+ "kind": "field",
5672
+ "name": "pendingAction",
5673
+ "type": {
5674
+ "text": "boolean"
5614
5675
  },
5615
5676
  "privacy": "public"
5616
5677
  },
@@ -5622,7 +5683,7 @@
5622
5683
  {
5623
5684
  "name": "params",
5624
5685
  "type": {
5625
- "text": "ICellRendererParams"
5686
+ "text": "ICellRendererParams & ActionRendererParams"
5626
5687
  }
5627
5688
  }
5628
5689
  ]
@@ -5650,6 +5711,31 @@
5650
5711
  }
5651
5712
  ]
5652
5713
  },
5714
+ {
5715
+ "kind": "method",
5716
+ "name": "isDisabled",
5717
+ "privacy": "public",
5718
+ "return": {
5719
+ "type": {
5720
+ "text": "boolean"
5721
+ }
5722
+ },
5723
+ "parameters": [
5724
+ {
5725
+ "name": "data"
5726
+ }
5727
+ ]
5728
+ },
5729
+ {
5730
+ "kind": "method",
5731
+ "name": "clickHandler",
5732
+ "privacy": "public"
5733
+ },
5734
+ {
5735
+ "kind": "field",
5736
+ "name": "dataTestId",
5737
+ "readonly": true
5738
+ },
5653
5739
  {
5654
5740
  "kind": "field",
5655
5741
  "name": "_presentation",
@@ -5766,26 +5852,253 @@
5766
5852
  "name": "FoundationElement",
5767
5853
  "package": "@microsoft/fast-foundation"
5768
5854
  },
5769
- "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5855
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5770
5856
  "customElement": true
5771
5857
  },
5772
5858
  {
5773
5859
  "kind": "variable",
5774
- "name": "foundationGridProActionsMenuRenderer",
5775
- "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
5860
+ "name": "actionHeightMultiplier",
5861
+ "description": "The base height multiplier for the action renderer.",
5776
5862
  "privacy": "public"
5777
5863
  },
5778
5864
  {
5779
- "kind": "function",
5780
- "name": "getActionsMenuDef",
5781
- "return": {
5782
- "type": {
5783
- "text": ""
5784
- }
5785
- },
5786
- "parameters": [
5787
- {
5788
- "name": "actions",
5865
+ "kind": "variable",
5866
+ "name": "agActionRendererStyles",
5867
+ "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5868
+ "description": "The AG Action Renderer Styles.",
5869
+ "privacy": "public"
5870
+ },
5871
+ {
5872
+ "kind": "variable",
5873
+ "name": "foundationGridProActionRenderer",
5874
+ "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5875
+ "privacy": "public"
5876
+ }
5877
+ ],
5878
+ "exports": [
5879
+ {
5880
+ "kind": "js",
5881
+ "name": "ActionRenderer",
5882
+ "declaration": {
5883
+ "name": "ActionRenderer",
5884
+ "module": "src/cell-renderers/action.renderer.ts"
5885
+ }
5886
+ },
5887
+ {
5888
+ "kind": "js",
5889
+ "name": "actionHeightMultiplier",
5890
+ "declaration": {
5891
+ "name": "actionHeightMultiplier",
5892
+ "module": "src/cell-renderers/action.renderer.ts"
5893
+ }
5894
+ },
5895
+ {
5896
+ "kind": "js",
5897
+ "name": "agActionRendererStyles",
5898
+ "declaration": {
5899
+ "name": "agActionRendererStyles",
5900
+ "module": "src/cell-renderers/action.renderer.ts"
5901
+ }
5902
+ },
5903
+ {
5904
+ "kind": "js",
5905
+ "name": "foundationGridProActionRenderer",
5906
+ "declaration": {
5907
+ "name": "foundationGridProActionRenderer",
5908
+ "module": "src/cell-renderers/action.renderer.ts"
5909
+ }
5910
+ }
5911
+ ]
5912
+ },
5913
+ {
5914
+ "kind": "javascript-module",
5915
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5916
+ "declarations": [
5917
+ {
5918
+ "kind": "class",
5919
+ "description": "The Actions Menu Renderer element.",
5920
+ "name": "ActionsMenuRenderer",
5921
+ "members": [
5922
+ {
5923
+ "kind": "field",
5924
+ "name": "params",
5925
+ "type": {
5926
+ "text": "ICellRendererParams"
5927
+ },
5928
+ "privacy": "public"
5929
+ },
5930
+ {
5931
+ "kind": "method",
5932
+ "name": "init",
5933
+ "privacy": "public",
5934
+ "parameters": [
5935
+ {
5936
+ "name": "params",
5937
+ "type": {
5938
+ "text": "ICellRendererParams"
5939
+ }
5940
+ }
5941
+ ]
5942
+ },
5943
+ {
5944
+ "kind": "method",
5945
+ "name": "getGui",
5946
+ "privacy": "public",
5947
+ "return": {
5948
+ "type": {
5949
+ "text": "HTMLElement"
5950
+ }
5951
+ }
5952
+ },
5953
+ {
5954
+ "kind": "method",
5955
+ "name": "refresh",
5956
+ "privacy": "public",
5957
+ "parameters": [
5958
+ {
5959
+ "name": "params",
5960
+ "type": {
5961
+ "text": "ICellRendererParams"
5962
+ }
5963
+ }
5964
+ ]
5965
+ },
5966
+ {
5967
+ "kind": "field",
5968
+ "name": "_presentation",
5969
+ "type": {
5970
+ "text": "ComponentPresentation | null | undefined"
5971
+ },
5972
+ "privacy": "private",
5973
+ "default": "void 0",
5974
+ "inheritedFrom": {
5975
+ "name": "FoundationElement",
5976
+ "module": "src/foundation-element/foundation-element.ts"
5977
+ }
5978
+ },
5979
+ {
5980
+ "kind": "field",
5981
+ "name": "$presentation",
5982
+ "type": {
5983
+ "text": "ComponentPresentation | null"
5984
+ },
5985
+ "privacy": "public",
5986
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5987
+ "inheritedFrom": {
5988
+ "name": "FoundationElement",
5989
+ "module": "src/foundation-element/foundation-element.ts"
5990
+ }
5991
+ },
5992
+ {
5993
+ "kind": "field",
5994
+ "name": "template",
5995
+ "type": {
5996
+ "text": "ElementViewTemplate | void | null"
5997
+ },
5998
+ "privacy": "public",
5999
+ "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.",
6000
+ "inheritedFrom": {
6001
+ "name": "FoundationElement",
6002
+ "module": "src/foundation-element/foundation-element.ts"
6003
+ }
6004
+ },
6005
+ {
6006
+ "kind": "method",
6007
+ "name": "templateChanged",
6008
+ "privacy": "protected",
6009
+ "return": {
6010
+ "type": {
6011
+ "text": "void"
6012
+ }
6013
+ },
6014
+ "inheritedFrom": {
6015
+ "name": "FoundationElement",
6016
+ "module": "src/foundation-element/foundation-element.ts"
6017
+ }
6018
+ },
6019
+ {
6020
+ "kind": "field",
6021
+ "name": "styles",
6022
+ "type": {
6023
+ "text": "ElementStyles | void | null"
6024
+ },
6025
+ "privacy": "public",
6026
+ "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.",
6027
+ "inheritedFrom": {
6028
+ "name": "FoundationElement",
6029
+ "module": "src/foundation-element/foundation-element.ts"
6030
+ }
6031
+ },
6032
+ {
6033
+ "kind": "method",
6034
+ "name": "stylesChanged",
6035
+ "privacy": "protected",
6036
+ "return": {
6037
+ "type": {
6038
+ "text": "void"
6039
+ }
6040
+ },
6041
+ "inheritedFrom": {
6042
+ "name": "FoundationElement",
6043
+ "module": "src/foundation-element/foundation-element.ts"
6044
+ }
6045
+ },
6046
+ {
6047
+ "kind": "method",
6048
+ "name": "compose",
6049
+ "privacy": "public",
6050
+ "static": true,
6051
+ "return": {
6052
+ "type": {
6053
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6054
+ }
6055
+ },
6056
+ "parameters": [
6057
+ {
6058
+ "name": "this",
6059
+ "type": {
6060
+ "text": "K"
6061
+ }
6062
+ },
6063
+ {
6064
+ "name": "elementDefinition",
6065
+ "type": {
6066
+ "text": "T"
6067
+ },
6068
+ "description": "The definition of the element to create the registry\nfunction for."
6069
+ }
6070
+ ],
6071
+ "description": "Defines an element registry function with a set of element definition defaults.",
6072
+ "inheritedFrom": {
6073
+ "name": "FoundationElement",
6074
+ "module": "src/foundation-element/foundation-element.ts"
6075
+ }
6076
+ }
6077
+ ],
6078
+ "superclass": {
6079
+ "name": "FoundationElement",
6080
+ "package": "@microsoft/fast-foundation"
6081
+ },
6082
+ "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
6083
+ "customElement": true
6084
+ },
6085
+ {
6086
+ "kind": "variable",
6087
+ "name": "foundationGridProActionsMenuRenderer",
6088
+ "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
6089
+ "privacy": "public"
6090
+ },
6091
+ {
6092
+ "kind": "function",
6093
+ "name": "getActionsMenuDef",
6094
+ "return": {
6095
+ "type": {
6096
+ "text": ""
6097
+ }
6098
+ },
6099
+ "parameters": [
6100
+ {
6101
+ "name": "actions",
5789
6102
  "type": {
5790
6103
  "text": "ActionMenuItem[]"
5791
6104
  },
@@ -15444,342 +15757,92 @@
15444
15757
  }
15445
15758
  ],
15446
15759
  "inheritedFrom": {
15447
- "name": "BaseServerSideDatasource",
15448
- "module": "src/datasource/server-side.resource-base.ts"
15449
- }
15450
- },
15451
- {
15452
- "kind": "field",
15453
- "name": "isNotFirstViewNumber",
15454
- "type": {
15455
- "text": "boolean"
15456
- },
15457
- "privacy": "protected",
15458
- "readonly": true,
15459
- "inheritedFrom": {
15460
- "name": "BaseServerSideDatasource",
15461
- "module": "src/datasource/server-side.resource-base.ts"
15462
- }
15463
- },
15464
- {
15465
- "kind": "method",
15466
- "name": "completeEmptyResult",
15467
- "privacy": "protected",
15468
- "return": {
15469
- "type": {
15470
- "text": "void"
15471
- }
15472
- },
15473
- "parameters": [
15474
- {
15475
- "name": "params",
15476
- "type": {
15477
- "text": "IServerSideGetRowsParams"
15478
- }
15479
- }
15480
- ],
15481
- "description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
15482
- "inheritedFrom": {
15483
- "name": "BaseServerSideDatasource",
15484
- "module": "src/datasource/server-side.resource-base.ts"
15485
- }
15486
- },
15487
- {
15488
- "kind": "method",
15489
- "name": "notifyNoDataAvailableIfEmpty",
15490
- "privacy": "protected",
15491
- "return": {
15492
- "type": {
15493
- "text": "void"
15494
- }
15495
- },
15496
- "parameters": [
15497
- {
15498
- "name": "params",
15499
- "type": {
15500
- "text": "IServerSideGetRowsParams"
15501
- }
15502
- },
15503
- {
15504
- "name": "successRowData",
15505
- "type": {
15506
- "text": "LoadSuccessParams"
15507
- }
15508
- }
15509
- ],
15510
- "description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
15511
- "inheritedFrom": {
15512
- "name": "BaseServerSideDatasource",
15513
- "module": "src/datasource/server-side.resource-base.ts"
15514
- }
15515
- },
15516
- {
15517
- "kind": "method",
15518
- "name": "notifyNoDataAvailable",
15519
- "privacy": "protected",
15520
- "return": {
15521
- "type": {
15522
- "text": "void"
15523
- }
15524
- },
15525
- "inheritedFrom": {
15526
- "name": "BaseServerSideDatasource",
15527
- "module": "src/datasource/server-side.resource-base.ts"
15528
- }
15529
- },
15530
- {
15531
- "kind": "method",
15532
- "name": "notifyDataAvailable",
15533
- "privacy": "protected",
15534
- "return": {
15535
- "type": {
15536
- "text": "void"
15537
- }
15538
- },
15539
- "inheritedFrom": {
15540
- "name": "BaseServerSideDatasource",
15541
- "module": "src/datasource/server-side.resource-base.ts"
15542
- }
15543
- },
15544
- {
15545
- "kind": "method",
15546
- "name": "getEffectivePagingMode",
15547
- "privacy": "protected",
15548
- "return": {
15549
- "type": {
15550
- "text": "PagingMode"
15551
- }
15552
- },
15553
- "description": "Determines the effective paging mode based on criteriaOnlyRequest availability and user settings",
15554
- "inheritedFrom": {
15555
- "name": "BaseServerSideDatasource",
15556
- "module": "src/datasource/server-side.resource-base.ts"
15557
- }
15558
- }
15559
- ],
15560
- "superclass": {
15561
- "name": "BaseServerSideDatasource",
15562
- "module": "/src/datasource/server-side.resource-base"
15563
- }
15564
- }
15565
- ],
15566
- "exports": [
15567
- {
15568
- "kind": "js",
15569
- "name": "ReqRepServerSideDatasource",
15570
- "declaration": {
15571
- "name": "ReqRepServerSideDatasource",
15572
- "module": "src/datasource/server-side.resource-reqrep.ts"
15573
- }
15574
- }
15575
- ]
15576
- },
15577
- {
15578
- "kind": "javascript-module",
15579
- "path": "src/column/column.template.ts",
15580
- "declarations": [
15581
- {
15582
- "kind": "variable",
15583
- "name": "ColumnTemplate",
15584
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15585
- "description": "The Grid Pro Column Template.",
15586
- "privacy": "public"
15587
- }
15588
- ],
15589
- "exports": [
15590
- {
15591
- "kind": "js",
15592
- "name": "ColumnTemplate",
15593
- "declaration": {
15594
- "name": "ColumnTemplate",
15595
- "module": "src/column/column.template.ts"
15596
- }
15597
- }
15598
- ]
15599
- },
15600
- {
15601
- "kind": "javascript-module",
15602
- "path": "src/column/column.ts",
15603
- "declarations": [
15604
- {
15605
- "kind": "class",
15606
- "description": "The Grid Pro Column element.",
15607
- "name": "GridProColumn",
15608
- "members": [
15609
- {
15610
- "kind": "field",
15611
- "name": "slottedAgCell",
15612
- "type": {
15613
- "text": "HTMLElement[]"
15614
- },
15615
- "privacy": "public"
15616
- },
15617
- {
15618
- "kind": "field",
15619
- "name": "definition",
15620
- "type": {
15621
- "text": "ColDef"
15622
- },
15623
- "default": "{}"
15624
- },
15625
- {
15626
- "kind": "method",
15627
- "name": "slottedAgCellChanged",
15628
- "privacy": "public"
15629
- },
15630
- {
15631
- "kind": "method",
15632
- "name": "deepClone",
15633
- "return": {
15634
- "type": {
15635
- "text": "Node"
15636
- }
15637
- },
15638
- "inheritedFrom": {
15639
- "name": "LifecycleMixin",
15640
- "module": "src/mixins/lifecycle/lifecycle.ts"
15641
- }
15642
- },
15643
- {
15644
- "kind": "method",
15645
- "name": "cloneNode",
15646
- "return": {
15647
- "type": {
15648
- "text": "Node"
15649
- }
15650
- },
15651
- "parameters": [
15652
- {
15653
- "name": "deep",
15654
- "optional": true,
15655
- "type": {
15656
- "text": "boolean"
15657
- }
15658
- }
15659
- ],
15660
- "inheritedFrom": {
15661
- "name": "LifecycleMixin",
15662
- "module": "src/mixins/lifecycle/lifecycle.ts"
15663
- }
15664
- },
15665
- {
15666
- "kind": "field",
15667
- "name": "shouldRunDisconnect",
15668
- "return": {
15669
- "type": {
15670
- "text": ""
15671
- }
15672
- },
15673
- "readonly": true,
15674
- "inheritedFrom": {
15675
- "name": "LifecycleMixin",
15676
- "module": "src/mixins/lifecycle/lifecycle.ts"
15677
- }
15678
- },
15679
- {
15680
- "kind": "field",
15681
- "name": "shouldRunConnect",
15682
- "return": {
15683
- "type": {
15684
- "text": ""
15685
- }
15686
- },
15687
- "readonly": true,
15688
- "inheritedFrom": {
15689
- "name": "LifecycleMixin",
15690
- "module": "src/mixins/lifecycle/lifecycle.ts"
15691
- }
15692
- },
15693
- {
15694
- "kind": "method",
15695
- "name": "#_blockLifecycleDueToTokenChange",
15696
- "return": {
15697
- "type": {
15698
- "text": "boolean"
15699
- }
15700
- },
15701
- "parameters": [
15702
- {
15703
- "name": "lifecycleType",
15704
- "type": {
15705
- "text": "Lifecycletype"
15706
- }
15707
- }
15708
- ],
15709
- "inheritedFrom": {
15710
- "name": "LifecycleMixin",
15711
- "module": "src/mixins/lifecycle/lifecycle.ts"
15712
- }
15713
- },
15714
- {
15715
- "kind": "field",
15716
- "name": "_presentation",
15717
- "type": {
15718
- "text": "ComponentPresentation | null | undefined"
15719
- },
15720
- "privacy": "private",
15721
- "default": "void 0",
15722
- "inheritedFrom": {
15723
- "name": "FoundationElement",
15724
- "module": "src/foundation-element/foundation-element.ts"
15760
+ "name": "BaseServerSideDatasource",
15761
+ "module": "src/datasource/server-side.resource-base.ts"
15725
15762
  }
15726
15763
  },
15727
15764
  {
15728
15765
  "kind": "field",
15729
- "name": "$presentation",
15766
+ "name": "isNotFirstViewNumber",
15730
15767
  "type": {
15731
- "text": "ComponentPresentation | null"
15768
+ "text": "boolean"
15732
15769
  },
15733
- "privacy": "public",
15734
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
15770
+ "privacy": "protected",
15771
+ "readonly": true,
15735
15772
  "inheritedFrom": {
15736
- "name": "FoundationElement",
15737
- "module": "src/foundation-element/foundation-element.ts"
15773
+ "name": "BaseServerSideDatasource",
15774
+ "module": "src/datasource/server-side.resource-base.ts"
15738
15775
  }
15739
15776
  },
15740
15777
  {
15741
- "kind": "field",
15742
- "name": "template",
15743
- "type": {
15744
- "text": "ElementViewTemplate | void | null"
15778
+ "kind": "method",
15779
+ "name": "completeEmptyResult",
15780
+ "privacy": "protected",
15781
+ "return": {
15782
+ "type": {
15783
+ "text": "void"
15784
+ }
15745
15785
  },
15746
- "privacy": "public",
15747
- "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.",
15786
+ "parameters": [
15787
+ {
15788
+ "name": "params",
15789
+ "type": {
15790
+ "text": "IServerSideGetRowsParams"
15791
+ }
15792
+ }
15793
+ ],
15794
+ "description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
15748
15795
  "inheritedFrom": {
15749
- "name": "FoundationElement",
15750
- "module": "src/foundation-element/foundation-element.ts"
15796
+ "name": "BaseServerSideDatasource",
15797
+ "module": "src/datasource/server-side.resource-base.ts"
15751
15798
  }
15752
15799
  },
15753
15800
  {
15754
15801
  "kind": "method",
15755
- "name": "templateChanged",
15802
+ "name": "notifyNoDataAvailableIfEmpty",
15756
15803
  "privacy": "protected",
15757
15804
  "return": {
15758
15805
  "type": {
15759
15806
  "text": "void"
15760
15807
  }
15761
15808
  },
15809
+ "parameters": [
15810
+ {
15811
+ "name": "params",
15812
+ "type": {
15813
+ "text": "IServerSideGetRowsParams"
15814
+ }
15815
+ },
15816
+ {
15817
+ "name": "successRowData",
15818
+ "type": {
15819
+ "text": "LoadSuccessParams"
15820
+ }
15821
+ }
15822
+ ],
15823
+ "description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
15762
15824
  "inheritedFrom": {
15763
- "name": "FoundationElement",
15764
- "module": "src/foundation-element/foundation-element.ts"
15825
+ "name": "BaseServerSideDatasource",
15826
+ "module": "src/datasource/server-side.resource-base.ts"
15765
15827
  }
15766
15828
  },
15767
15829
  {
15768
- "kind": "field",
15769
- "name": "styles",
15770
- "type": {
15771
- "text": "ElementStyles | void | null"
15830
+ "kind": "method",
15831
+ "name": "notifyNoDataAvailable",
15832
+ "privacy": "protected",
15833
+ "return": {
15834
+ "type": {
15835
+ "text": "void"
15836
+ }
15772
15837
  },
15773
- "privacy": "public",
15774
- "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.",
15775
15838
  "inheritedFrom": {
15776
- "name": "FoundationElement",
15777
- "module": "src/foundation-element/foundation-element.ts"
15839
+ "name": "BaseServerSideDatasource",
15840
+ "module": "src/datasource/server-side.resource-base.ts"
15778
15841
  }
15779
15842
  },
15780
15843
  {
15781
15844
  "kind": "method",
15782
- "name": "stylesChanged",
15845
+ "name": "notifyDataAvailable",
15783
15846
  "privacy": "protected",
15784
15847
  "return": {
15785
15848
  "type": {
@@ -15787,102 +15850,39 @@
15787
15850
  }
15788
15851
  },
15789
15852
  "inheritedFrom": {
15790
- "name": "FoundationElement",
15791
- "module": "src/foundation-element/foundation-element.ts"
15853
+ "name": "BaseServerSideDatasource",
15854
+ "module": "src/datasource/server-side.resource-base.ts"
15792
15855
  }
15793
15856
  },
15794
15857
  {
15795
15858
  "kind": "method",
15796
- "name": "compose",
15797
- "privacy": "public",
15798
- "static": true,
15859
+ "name": "getEffectivePagingMode",
15860
+ "privacy": "protected",
15799
15861
  "return": {
15800
15862
  "type": {
15801
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
15863
+ "text": "PagingMode"
15802
15864
  }
15803
15865
  },
15804
- "parameters": [
15805
- {
15806
- "name": "this",
15807
- "type": {
15808
- "text": "K"
15809
- }
15810
- },
15811
- {
15812
- "name": "elementDefinition",
15813
- "type": {
15814
- "text": "T"
15815
- },
15816
- "description": "The definition of the element to create the registry\nfunction for."
15817
- }
15818
- ],
15819
- "description": "Defines an element registry function with a set of element definition defaults.",
15866
+ "description": "Determines the effective paging mode based on criteriaOnlyRequest availability and user settings",
15820
15867
  "inheritedFrom": {
15821
- "name": "FoundationElement",
15822
- "module": "src/foundation-element/foundation-element.ts"
15868
+ "name": "BaseServerSideDatasource",
15869
+ "module": "src/datasource/server-side.resource-base.ts"
15823
15870
  }
15824
15871
  }
15825
15872
  ],
15826
- "mixins": [
15827
- {
15828
- "name": "LifecycleMixin",
15829
- "package": "@genesislcap/foundation-utils"
15830
- }
15831
- ],
15832
15873
  "superclass": {
15833
- "name": "FoundationElement",
15834
- "package": "@microsoft/fast-foundation"
15835
- },
15836
- "tagName": "grid-pro-column",
15837
- "customElement": true
15838
- }
15839
- ],
15840
- "exports": [
15841
- {
15842
- "kind": "js",
15843
- "name": "GridProColumn",
15844
- "declaration": {
15845
- "name": "GridProColumn",
15846
- "module": "src/column/column.ts"
15847
- }
15848
- },
15849
- {
15850
- "kind": "custom-element-definition",
15851
- "name": "grid-pro-column",
15852
- "declaration": {
15853
- "name": "GridProColumn",
15854
- "module": "src/column/column.ts"
15874
+ "name": "BaseServerSideDatasource",
15875
+ "module": "/src/datasource/server-side.resource-base"
15855
15876
  }
15856
15877
  }
15857
- ]
15858
- },
15859
- {
15860
- "kind": "javascript-module",
15861
- "path": "src/column/index.ts",
15862
- "declarations": [],
15878
+ ],
15863
15879
  "exports": [
15864
15880
  {
15865
15881
  "kind": "js",
15866
- "name": "*",
15867
- "declaration": {
15868
- "name": "*",
15869
- "package": "./column.template"
15870
- }
15871
- },
15872
- {
15873
- "kind": "js",
15874
- "name": "*",
15875
- "declaration": {
15876
- "name": "*",
15877
- "package": "./column"
15878
- }
15879
- },
15880
- {
15881
- "kind": "js",
15882
- "name": "*",
15882
+ "name": "ReqRepServerSideDatasource",
15883
15883
  "declaration": {
15884
- "name": "*",
15885
- "package": "./utils"
15884
+ "name": "ReqRepServerSideDatasource",
15885
+ "module": "src/datasource/server-side.resource-reqrep.ts"
15886
15886
  }
15887
15887
  }
15888
15888
  ]
@@ -20291,46 +20291,51 @@
20291
20291
  },
20292
20292
  {
20293
20293
  "kind": "javascript-module",
20294
- "path": "src/cell-renderers/utils/accessor.ts",
20294
+ "path": "src/column/utils/grid-pro-columns.ts",
20295
20295
  "declarations": [
20296
20296
  {
20297
20297
  "kind": "function",
20298
- "name": "setValueWithAccessor",
20298
+ "name": "gridProColumns",
20299
20299
  "return": {
20300
20300
  "type": {
20301
- "text": "string"
20301
+ "text": "CaptureType<TSource>"
20302
20302
  }
20303
20303
  },
20304
20304
  "parameters": [
20305
20305
  {
20306
- "name": "data",
20306
+ "name": "itemsBinding",
20307
20307
  "type": {
20308
- "text": "any"
20309
- }
20308
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20309
+ },
20310
+ "description": "The array to render"
20310
20311
  },
20311
20312
  {
20312
- "name": "accessor",
20313
+ "name": "includeRenderers",
20314
+ "default": "true",
20313
20315
  "type": {
20314
- "text": "string"
20315
- }
20316
+ "text": "boolean"
20317
+ },
20318
+ "description": "Optionally tells whether to include cell renderers, if available"
20316
20319
  }
20317
- ]
20320
+ ],
20321
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20322
+ "privacy": "public"
20318
20323
  }
20319
20324
  ],
20320
20325
  "exports": [
20321
20326
  {
20322
20327
  "kind": "js",
20323
- "name": "setValueWithAccessor",
20328
+ "name": "gridProColumns",
20324
20329
  "declaration": {
20325
- "name": "setValueWithAccessor",
20326
- "module": "src/cell-renderers/utils/accessor.ts"
20330
+ "name": "gridProColumns",
20331
+ "module": "src/column/utils/grid-pro-columns.ts"
20327
20332
  }
20328
20333
  }
20329
20334
  ]
20330
20335
  },
20331
20336
  {
20332
20337
  "kind": "javascript-module",
20333
- "path": "src/cell-renderers/utils/index.ts",
20338
+ "path": "src/column/utils/index.ts",
20334
20339
  "declarations": [],
20335
20340
  "exports": [
20336
20341
  {
@@ -20338,58 +20343,53 @@
20338
20343
  "name": "*",
20339
20344
  "declaration": {
20340
20345
  "name": "*",
20341
- "package": "./accessor"
20346
+ "package": "./grid-pro-columns"
20342
20347
  }
20343
20348
  }
20344
20349
  ]
20345
20350
  },
20346
20351
  {
20347
20352
  "kind": "javascript-module",
20348
- "path": "src/column/utils/grid-pro-columns.ts",
20353
+ "path": "src/cell-renderers/utils/accessor.ts",
20349
20354
  "declarations": [
20350
20355
  {
20351
20356
  "kind": "function",
20352
- "name": "gridProColumns",
20357
+ "name": "setValueWithAccessor",
20353
20358
  "return": {
20354
20359
  "type": {
20355
- "text": "CaptureType<TSource>"
20360
+ "text": "string"
20356
20361
  }
20357
20362
  },
20358
20363
  "parameters": [
20359
20364
  {
20360
- "name": "itemsBinding",
20365
+ "name": "data",
20361
20366
  "type": {
20362
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20363
- },
20364
- "description": "The array to render"
20367
+ "text": "any"
20368
+ }
20365
20369
  },
20366
20370
  {
20367
- "name": "includeRenderers",
20368
- "default": "true",
20371
+ "name": "accessor",
20369
20372
  "type": {
20370
- "text": "boolean"
20371
- },
20372
- "description": "Optionally tells whether to include cell renderers, if available"
20373
+ "text": "string"
20374
+ }
20373
20375
  }
20374
- ],
20375
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20376
- "privacy": "public"
20376
+ ]
20377
20377
  }
20378
20378
  ],
20379
20379
  "exports": [
20380
20380
  {
20381
20381
  "kind": "js",
20382
- "name": "gridProColumns",
20382
+ "name": "setValueWithAccessor",
20383
20383
  "declaration": {
20384
- "name": "gridProColumns",
20385
- "module": "src/column/utils/grid-pro-columns.ts"
20384
+ "name": "setValueWithAccessor",
20385
+ "module": "src/cell-renderers/utils/accessor.ts"
20386
20386
  }
20387
20387
  }
20388
20388
  ]
20389
20389
  },
20390
20390
  {
20391
20391
  "kind": "javascript-module",
20392
- "path": "src/column/utils/index.ts",
20392
+ "path": "src/cell-renderers/utils/index.ts",
20393
20393
  "declarations": [],
20394
20394
  "exports": [
20395
20395
  {
@@ -20397,7 +20397,7 @@
20397
20397
  "name": "*",
20398
20398
  "declaration": {
20399
20399
  "name": "*",
20400
- "package": "./grid-pro-columns"
20400
+ "package": "./accessor"
20401
20401
  }
20402
20402
  }
20403
20403
  ]