@genesislcap/grid-pro 15.22.0 → 15.22.1-GENC-1582.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.
- package/dist/custom-elements.json +992 -992
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -5331,69 +5331,123 @@
|
|
|
5331
5331
|
},
|
|
5332
5332
|
{
|
|
5333
5333
|
"kind": "javascript-module",
|
|
5334
|
-
"path": "src/
|
|
5334
|
+
"path": "src/column/column.template.ts",
|
|
5335
|
+
"declarations": [
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "variable",
|
|
5338
|
+
"name": "ColumnTemplate",
|
|
5339
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5340
|
+
"description": "The Grid Pro Column Template.",
|
|
5341
|
+
"privacy": "public"
|
|
5342
|
+
}
|
|
5343
|
+
],
|
|
5344
|
+
"exports": [
|
|
5345
|
+
{
|
|
5346
|
+
"kind": "js",
|
|
5347
|
+
"name": "ColumnTemplate",
|
|
5348
|
+
"declaration": {
|
|
5349
|
+
"name": "ColumnTemplate",
|
|
5350
|
+
"module": "src/column/column.template.ts"
|
|
5351
|
+
}
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"kind": "javascript-module",
|
|
5357
|
+
"path": "src/column/column.ts",
|
|
5335
5358
|
"declarations": [
|
|
5336
5359
|
{
|
|
5337
5360
|
"kind": "class",
|
|
5338
|
-
"description": "The
|
|
5339
|
-
"name": "
|
|
5361
|
+
"description": "The Grid Pro Column element.",
|
|
5362
|
+
"name": "GridProColumn",
|
|
5340
5363
|
"members": [
|
|
5341
5364
|
{
|
|
5342
5365
|
"kind": "field",
|
|
5343
|
-
"name": "
|
|
5366
|
+
"name": "slottedAgCell",
|
|
5344
5367
|
"type": {
|
|
5345
|
-
"text": "
|
|
5368
|
+
"text": "HTMLElement[]"
|
|
5346
5369
|
},
|
|
5347
5370
|
"privacy": "public"
|
|
5348
5371
|
},
|
|
5349
5372
|
{
|
|
5350
5373
|
"kind": "field",
|
|
5351
|
-
"name": "
|
|
5374
|
+
"name": "definition",
|
|
5352
5375
|
"type": {
|
|
5353
|
-
"text": "
|
|
5376
|
+
"text": "ColDef"
|
|
5354
5377
|
},
|
|
5355
|
-
"
|
|
5378
|
+
"default": "{}"
|
|
5356
5379
|
},
|
|
5357
5380
|
{
|
|
5358
5381
|
"kind": "method",
|
|
5359
|
-
"name": "
|
|
5360
|
-
"privacy": "public"
|
|
5361
|
-
"parameters": [
|
|
5362
|
-
{
|
|
5363
|
-
"name": "params",
|
|
5364
|
-
"type": {
|
|
5365
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5366
|
-
}
|
|
5367
|
-
}
|
|
5368
|
-
]
|
|
5382
|
+
"name": "slottedAgCellChanged",
|
|
5383
|
+
"privacy": "public"
|
|
5369
5384
|
},
|
|
5370
5385
|
{
|
|
5371
5386
|
"kind": "method",
|
|
5372
|
-
"name": "
|
|
5373
|
-
"privacy": "public",
|
|
5387
|
+
"name": "deepClone",
|
|
5374
5388
|
"return": {
|
|
5375
5389
|
"type": {
|
|
5376
|
-
"text": "
|
|
5390
|
+
"text": "Node"
|
|
5377
5391
|
}
|
|
5392
|
+
},
|
|
5393
|
+
"inheritedFrom": {
|
|
5394
|
+
"name": "LifecycleMixin",
|
|
5395
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5378
5396
|
}
|
|
5379
5397
|
},
|
|
5380
5398
|
{
|
|
5381
5399
|
"kind": "method",
|
|
5382
|
-
"name": "
|
|
5383
|
-
"
|
|
5400
|
+
"name": "cloneNode",
|
|
5401
|
+
"return": {
|
|
5402
|
+
"type": {
|
|
5403
|
+
"text": "Node"
|
|
5404
|
+
}
|
|
5405
|
+
},
|
|
5384
5406
|
"parameters": [
|
|
5385
5407
|
{
|
|
5386
|
-
"name": "
|
|
5408
|
+
"name": "deep",
|
|
5409
|
+
"optional": true,
|
|
5387
5410
|
"type": {
|
|
5388
|
-
"text": "
|
|
5411
|
+
"text": "boolean"
|
|
5389
5412
|
}
|
|
5390
5413
|
}
|
|
5391
|
-
]
|
|
5414
|
+
],
|
|
5415
|
+
"inheritedFrom": {
|
|
5416
|
+
"name": "LifecycleMixin",
|
|
5417
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5418
|
+
}
|
|
5419
|
+
},
|
|
5420
|
+
{
|
|
5421
|
+
"kind": "field",
|
|
5422
|
+
"name": "shouldRunDisconnect",
|
|
5423
|
+
"return": {
|
|
5424
|
+
"type": {
|
|
5425
|
+
"text": ""
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
"readonly": true,
|
|
5429
|
+
"inheritedFrom": {
|
|
5430
|
+
"name": "LifecycleMixin",
|
|
5431
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"kind": "field",
|
|
5436
|
+
"name": "shouldRunConnect",
|
|
5437
|
+
"return": {
|
|
5438
|
+
"type": {
|
|
5439
|
+
"text": ""
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
"readonly": true,
|
|
5443
|
+
"inheritedFrom": {
|
|
5444
|
+
"name": "LifecycleMixin",
|
|
5445
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5446
|
+
}
|
|
5392
5447
|
},
|
|
5393
5448
|
{
|
|
5394
5449
|
"kind": "method",
|
|
5395
|
-
"name": "
|
|
5396
|
-
"privacy": "public",
|
|
5450
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5397
5451
|
"return": {
|
|
5398
5452
|
"type": {
|
|
5399
5453
|
"text": "boolean"
|
|
@@ -5401,19 +5455,16 @@
|
|
|
5401
5455
|
},
|
|
5402
5456
|
"parameters": [
|
|
5403
5457
|
{
|
|
5404
|
-
"name": "
|
|
5458
|
+
"name": "lifecycleType",
|
|
5459
|
+
"type": {
|
|
5460
|
+
"text": "Lifecycletype"
|
|
5461
|
+
}
|
|
5405
5462
|
}
|
|
5406
|
-
]
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
"privacy": "public"
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"kind": "field",
|
|
5415
|
-
"name": "dataTestId",
|
|
5416
|
-
"readonly": true
|
|
5463
|
+
],
|
|
5464
|
+
"inheritedFrom": {
|
|
5465
|
+
"name": "LifecycleMixin",
|
|
5466
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5467
|
+
}
|
|
5417
5468
|
},
|
|
5418
5469
|
{
|
|
5419
5470
|
"kind": "field",
|
|
@@ -5527,82 +5578,92 @@
|
|
|
5527
5578
|
}
|
|
5528
5579
|
}
|
|
5529
5580
|
],
|
|
5581
|
+
"mixins": [
|
|
5582
|
+
{
|
|
5583
|
+
"name": "LifecycleMixin",
|
|
5584
|
+
"package": "@genesislcap/foundation-utils"
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5530
5587
|
"superclass": {
|
|
5531
5588
|
"name": "FoundationElement",
|
|
5532
5589
|
"package": "@microsoft/fast-foundation"
|
|
5533
5590
|
},
|
|
5534
|
-
"tagName": "
|
|
5591
|
+
"tagName": "grid-pro-column",
|
|
5535
5592
|
"customElement": true
|
|
5536
|
-
},
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "variable",
|
|
5539
|
-
"name": "actionHeightMultiplier",
|
|
5540
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5541
|
-
"privacy": "public"
|
|
5542
|
-
},
|
|
5543
|
-
{
|
|
5544
|
-
"kind": "variable",
|
|
5545
|
-
"name": "agActionRendererStyles",
|
|
5546
|
-
"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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5547
|
-
"description": "The AG Action Renderer Styles.",
|
|
5548
|
-
"privacy": "public"
|
|
5549
|
-
},
|
|
5550
|
-
{
|
|
5551
|
-
"kind": "variable",
|
|
5552
|
-
"name": "foundationGridProActionRenderer",
|
|
5553
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5554
|
-
"privacy": "public"
|
|
5555
5593
|
}
|
|
5556
5594
|
],
|
|
5557
5595
|
"exports": [
|
|
5558
5596
|
{
|
|
5559
5597
|
"kind": "js",
|
|
5560
|
-
"name": "
|
|
5598
|
+
"name": "GridProColumn",
|
|
5561
5599
|
"declaration": {
|
|
5562
|
-
"name": "
|
|
5563
|
-
"module": "src/
|
|
5600
|
+
"name": "GridProColumn",
|
|
5601
|
+
"module": "src/column/column.ts"
|
|
5564
5602
|
}
|
|
5565
5603
|
},
|
|
5604
|
+
{
|
|
5605
|
+
"kind": "custom-element-definition",
|
|
5606
|
+
"name": "grid-pro-column",
|
|
5607
|
+
"declaration": {
|
|
5608
|
+
"name": "GridProColumn",
|
|
5609
|
+
"module": "src/column/column.ts"
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
]
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"kind": "javascript-module",
|
|
5616
|
+
"path": "src/column/index.ts",
|
|
5617
|
+
"declarations": [],
|
|
5618
|
+
"exports": [
|
|
5566
5619
|
{
|
|
5567
5620
|
"kind": "js",
|
|
5568
|
-
"name": "
|
|
5621
|
+
"name": "*",
|
|
5569
5622
|
"declaration": {
|
|
5570
|
-
"name": "
|
|
5571
|
-
"
|
|
5623
|
+
"name": "*",
|
|
5624
|
+
"package": "./column.template"
|
|
5572
5625
|
}
|
|
5573
5626
|
},
|
|
5574
5627
|
{
|
|
5575
5628
|
"kind": "js",
|
|
5576
|
-
"name": "
|
|
5629
|
+
"name": "*",
|
|
5577
5630
|
"declaration": {
|
|
5578
|
-
"name": "
|
|
5579
|
-
"
|
|
5631
|
+
"name": "*",
|
|
5632
|
+
"package": "./column"
|
|
5580
5633
|
}
|
|
5581
5634
|
},
|
|
5582
5635
|
{
|
|
5583
5636
|
"kind": "js",
|
|
5584
|
-
"name": "
|
|
5637
|
+
"name": "*",
|
|
5585
5638
|
"declaration": {
|
|
5586
|
-
"name": "
|
|
5587
|
-
"
|
|
5639
|
+
"name": "*",
|
|
5640
|
+
"package": "./utils"
|
|
5588
5641
|
}
|
|
5589
5642
|
}
|
|
5590
5643
|
]
|
|
5591
5644
|
},
|
|
5592
5645
|
{
|
|
5593
5646
|
"kind": "javascript-module",
|
|
5594
|
-
"path": "src/cell-renderers/
|
|
5647
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5595
5648
|
"declarations": [
|
|
5596
5649
|
{
|
|
5597
5650
|
"kind": "class",
|
|
5598
|
-
"description": "The
|
|
5599
|
-
"name": "
|
|
5651
|
+
"description": "The AG Action Renderer element.",
|
|
5652
|
+
"name": "ActionRenderer",
|
|
5600
5653
|
"members": [
|
|
5601
5654
|
{
|
|
5602
5655
|
"kind": "field",
|
|
5603
5656
|
"name": "params",
|
|
5604
5657
|
"type": {
|
|
5605
|
-
"text": "ICellRendererParams"
|
|
5658
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5659
|
+
},
|
|
5660
|
+
"privacy": "public"
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"kind": "field",
|
|
5664
|
+
"name": "pendingAction",
|
|
5665
|
+
"type": {
|
|
5666
|
+
"text": "boolean"
|
|
5606
5667
|
},
|
|
5607
5668
|
"privacy": "public"
|
|
5608
5669
|
},
|
|
@@ -5614,7 +5675,7 @@
|
|
|
5614
5675
|
{
|
|
5615
5676
|
"name": "params",
|
|
5616
5677
|
"type": {
|
|
5617
|
-
"text": "ICellRendererParams"
|
|
5678
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5618
5679
|
}
|
|
5619
5680
|
}
|
|
5620
5681
|
]
|
|
@@ -5642,6 +5703,31 @@
|
|
|
5642
5703
|
}
|
|
5643
5704
|
]
|
|
5644
5705
|
},
|
|
5706
|
+
{
|
|
5707
|
+
"kind": "method",
|
|
5708
|
+
"name": "isDisabled",
|
|
5709
|
+
"privacy": "public",
|
|
5710
|
+
"return": {
|
|
5711
|
+
"type": {
|
|
5712
|
+
"text": "boolean"
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5715
|
+
"parameters": [
|
|
5716
|
+
{
|
|
5717
|
+
"name": "data"
|
|
5718
|
+
}
|
|
5719
|
+
]
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
"kind": "method",
|
|
5723
|
+
"name": "clickHandler",
|
|
5724
|
+
"privacy": "public"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"kind": "field",
|
|
5728
|
+
"name": "dataTestId",
|
|
5729
|
+
"readonly": true
|
|
5730
|
+
},
|
|
5645
5731
|
{
|
|
5646
5732
|
"kind": "field",
|
|
5647
5733
|
"name": "_presentation",
|
|
@@ -5758,26 +5844,253 @@
|
|
|
5758
5844
|
"name": "FoundationElement",
|
|
5759
5845
|
"package": "@microsoft/fast-foundation"
|
|
5760
5846
|
},
|
|
5761
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5847
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5762
5848
|
"customElement": true
|
|
5763
5849
|
},
|
|
5764
5850
|
{
|
|
5765
5851
|
"kind": "variable",
|
|
5766
|
-
"name": "
|
|
5767
|
-
"description": "
|
|
5852
|
+
"name": "actionHeightMultiplier",
|
|
5853
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5768
5854
|
"privacy": "public"
|
|
5769
5855
|
},
|
|
5770
5856
|
{
|
|
5771
|
-
"kind": "
|
|
5772
|
-
"name": "
|
|
5773
|
-
"
|
|
5774
|
-
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
"
|
|
5779
|
-
|
|
5780
|
-
|
|
5857
|
+
"kind": "variable",
|
|
5858
|
+
"name": "agActionRendererStyles",
|
|
5859
|
+
"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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5860
|
+
"description": "The AG Action Renderer Styles.",
|
|
5861
|
+
"privacy": "public"
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"kind": "variable",
|
|
5865
|
+
"name": "foundationGridProActionRenderer",
|
|
5866
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5867
|
+
"privacy": "public"
|
|
5868
|
+
}
|
|
5869
|
+
],
|
|
5870
|
+
"exports": [
|
|
5871
|
+
{
|
|
5872
|
+
"kind": "js",
|
|
5873
|
+
"name": "ActionRenderer",
|
|
5874
|
+
"declaration": {
|
|
5875
|
+
"name": "ActionRenderer",
|
|
5876
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5877
|
+
}
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "js",
|
|
5881
|
+
"name": "actionHeightMultiplier",
|
|
5882
|
+
"declaration": {
|
|
5883
|
+
"name": "actionHeightMultiplier",
|
|
5884
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"kind": "js",
|
|
5889
|
+
"name": "agActionRendererStyles",
|
|
5890
|
+
"declaration": {
|
|
5891
|
+
"name": "agActionRendererStyles",
|
|
5892
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5893
|
+
}
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "js",
|
|
5897
|
+
"name": "foundationGridProActionRenderer",
|
|
5898
|
+
"declaration": {
|
|
5899
|
+
"name": "foundationGridProActionRenderer",
|
|
5900
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5901
|
+
}
|
|
5902
|
+
}
|
|
5903
|
+
]
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "javascript-module",
|
|
5907
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5908
|
+
"declarations": [
|
|
5909
|
+
{
|
|
5910
|
+
"kind": "class",
|
|
5911
|
+
"description": "The Actions Menu Renderer element.",
|
|
5912
|
+
"name": "ActionsMenuRenderer",
|
|
5913
|
+
"members": [
|
|
5914
|
+
{
|
|
5915
|
+
"kind": "field",
|
|
5916
|
+
"name": "params",
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "ICellRendererParams"
|
|
5919
|
+
},
|
|
5920
|
+
"privacy": "public"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"kind": "method",
|
|
5924
|
+
"name": "init",
|
|
5925
|
+
"privacy": "public",
|
|
5926
|
+
"parameters": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "params",
|
|
5929
|
+
"type": {
|
|
5930
|
+
"text": "ICellRendererParams"
|
|
5931
|
+
}
|
|
5932
|
+
}
|
|
5933
|
+
]
|
|
5934
|
+
},
|
|
5935
|
+
{
|
|
5936
|
+
"kind": "method",
|
|
5937
|
+
"name": "getGui",
|
|
5938
|
+
"privacy": "public",
|
|
5939
|
+
"return": {
|
|
5940
|
+
"type": {
|
|
5941
|
+
"text": "HTMLElement"
|
|
5942
|
+
}
|
|
5943
|
+
}
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"kind": "method",
|
|
5947
|
+
"name": "refresh",
|
|
5948
|
+
"privacy": "public",
|
|
5949
|
+
"parameters": [
|
|
5950
|
+
{
|
|
5951
|
+
"name": "params",
|
|
5952
|
+
"type": {
|
|
5953
|
+
"text": "ICellRendererParams"
|
|
5954
|
+
}
|
|
5955
|
+
}
|
|
5956
|
+
]
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"kind": "field",
|
|
5960
|
+
"name": "_presentation",
|
|
5961
|
+
"type": {
|
|
5962
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5963
|
+
},
|
|
5964
|
+
"privacy": "private",
|
|
5965
|
+
"default": "void 0",
|
|
5966
|
+
"inheritedFrom": {
|
|
5967
|
+
"name": "FoundationElement",
|
|
5968
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "field",
|
|
5973
|
+
"name": "$presentation",
|
|
5974
|
+
"type": {
|
|
5975
|
+
"text": "ComponentPresentation | null"
|
|
5976
|
+
},
|
|
5977
|
+
"privacy": "public",
|
|
5978
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5979
|
+
"inheritedFrom": {
|
|
5980
|
+
"name": "FoundationElement",
|
|
5981
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "field",
|
|
5986
|
+
"name": "template",
|
|
5987
|
+
"type": {
|
|
5988
|
+
"text": "ElementViewTemplate | void | null"
|
|
5989
|
+
},
|
|
5990
|
+
"privacy": "public",
|
|
5991
|
+
"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.",
|
|
5992
|
+
"inheritedFrom": {
|
|
5993
|
+
"name": "FoundationElement",
|
|
5994
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"kind": "method",
|
|
5999
|
+
"name": "templateChanged",
|
|
6000
|
+
"privacy": "protected",
|
|
6001
|
+
"return": {
|
|
6002
|
+
"type": {
|
|
6003
|
+
"text": "void"
|
|
6004
|
+
}
|
|
6005
|
+
},
|
|
6006
|
+
"inheritedFrom": {
|
|
6007
|
+
"name": "FoundationElement",
|
|
6008
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6009
|
+
}
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"kind": "field",
|
|
6013
|
+
"name": "styles",
|
|
6014
|
+
"type": {
|
|
6015
|
+
"text": "ElementStyles | void | null"
|
|
6016
|
+
},
|
|
6017
|
+
"privacy": "public",
|
|
6018
|
+
"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.",
|
|
6019
|
+
"inheritedFrom": {
|
|
6020
|
+
"name": "FoundationElement",
|
|
6021
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6022
|
+
}
|
|
6023
|
+
},
|
|
6024
|
+
{
|
|
6025
|
+
"kind": "method",
|
|
6026
|
+
"name": "stylesChanged",
|
|
6027
|
+
"privacy": "protected",
|
|
6028
|
+
"return": {
|
|
6029
|
+
"type": {
|
|
6030
|
+
"text": "void"
|
|
6031
|
+
}
|
|
6032
|
+
},
|
|
6033
|
+
"inheritedFrom": {
|
|
6034
|
+
"name": "FoundationElement",
|
|
6035
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"kind": "method",
|
|
6040
|
+
"name": "compose",
|
|
6041
|
+
"privacy": "public",
|
|
6042
|
+
"static": true,
|
|
6043
|
+
"return": {
|
|
6044
|
+
"type": {
|
|
6045
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6046
|
+
}
|
|
6047
|
+
},
|
|
6048
|
+
"parameters": [
|
|
6049
|
+
{
|
|
6050
|
+
"name": "this",
|
|
6051
|
+
"type": {
|
|
6052
|
+
"text": "K"
|
|
6053
|
+
}
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "elementDefinition",
|
|
6057
|
+
"type": {
|
|
6058
|
+
"text": "T"
|
|
6059
|
+
},
|
|
6060
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6061
|
+
}
|
|
6062
|
+
],
|
|
6063
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6064
|
+
"inheritedFrom": {
|
|
6065
|
+
"name": "FoundationElement",
|
|
6066
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"superclass": {
|
|
6071
|
+
"name": "FoundationElement",
|
|
6072
|
+
"package": "@microsoft/fast-foundation"
|
|
6073
|
+
},
|
|
6074
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6075
|
+
"customElement": true
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"kind": "variable",
|
|
6079
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6080
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6081
|
+
"privacy": "public"
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"kind": "function",
|
|
6085
|
+
"name": "getActionsMenuDef",
|
|
6086
|
+
"return": {
|
|
6087
|
+
"type": {
|
|
6088
|
+
"text": ""
|
|
6089
|
+
}
|
|
6090
|
+
},
|
|
6091
|
+
"parameters": [
|
|
6092
|
+
{
|
|
6093
|
+
"name": "actions",
|
|
5781
6094
|
"type": {
|
|
5782
6095
|
"text": "ActionMenuItem[]"
|
|
5783
6096
|
},
|
|
@@ -7810,320 +8123,7 @@
|
|
|
7810
8123
|
},
|
|
7811
8124
|
{
|
|
7812
8125
|
"kind": "javascript-module",
|
|
7813
|
-
"path": "src/column/column.
|
|
7814
|
-
"declarations": [
|
|
7815
|
-
{
|
|
7816
|
-
"kind": "variable",
|
|
7817
|
-
"name": "ColumnTemplate",
|
|
7818
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7819
|
-
"description": "The Grid Pro Column Template.",
|
|
7820
|
-
"privacy": "public"
|
|
7821
|
-
}
|
|
7822
|
-
],
|
|
7823
|
-
"exports": [
|
|
7824
|
-
{
|
|
7825
|
-
"kind": "js",
|
|
7826
|
-
"name": "ColumnTemplate",
|
|
7827
|
-
"declaration": {
|
|
7828
|
-
"name": "ColumnTemplate",
|
|
7829
|
-
"module": "src/column/column.template.ts"
|
|
7830
|
-
}
|
|
7831
|
-
}
|
|
7832
|
-
]
|
|
7833
|
-
},
|
|
7834
|
-
{
|
|
7835
|
-
"kind": "javascript-module",
|
|
7836
|
-
"path": "src/column/column.ts",
|
|
7837
|
-
"declarations": [
|
|
7838
|
-
{
|
|
7839
|
-
"kind": "class",
|
|
7840
|
-
"description": "The Grid Pro Column element.",
|
|
7841
|
-
"name": "GridProColumn",
|
|
7842
|
-
"members": [
|
|
7843
|
-
{
|
|
7844
|
-
"kind": "field",
|
|
7845
|
-
"name": "slottedAgCell",
|
|
7846
|
-
"type": {
|
|
7847
|
-
"text": "HTMLElement[]"
|
|
7848
|
-
},
|
|
7849
|
-
"privacy": "public"
|
|
7850
|
-
},
|
|
7851
|
-
{
|
|
7852
|
-
"kind": "field",
|
|
7853
|
-
"name": "definition",
|
|
7854
|
-
"type": {
|
|
7855
|
-
"text": "ColDef"
|
|
7856
|
-
},
|
|
7857
|
-
"default": "{}"
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"kind": "method",
|
|
7861
|
-
"name": "slottedAgCellChanged",
|
|
7862
|
-
"privacy": "public"
|
|
7863
|
-
},
|
|
7864
|
-
{
|
|
7865
|
-
"kind": "method",
|
|
7866
|
-
"name": "deepClone",
|
|
7867
|
-
"return": {
|
|
7868
|
-
"type": {
|
|
7869
|
-
"text": "Node"
|
|
7870
|
-
}
|
|
7871
|
-
},
|
|
7872
|
-
"inheritedFrom": {
|
|
7873
|
-
"name": "LifecycleMixin",
|
|
7874
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7875
|
-
}
|
|
7876
|
-
},
|
|
7877
|
-
{
|
|
7878
|
-
"kind": "method",
|
|
7879
|
-
"name": "cloneNode",
|
|
7880
|
-
"return": {
|
|
7881
|
-
"type": {
|
|
7882
|
-
"text": "Node"
|
|
7883
|
-
}
|
|
7884
|
-
},
|
|
7885
|
-
"parameters": [
|
|
7886
|
-
{
|
|
7887
|
-
"name": "deep",
|
|
7888
|
-
"optional": true,
|
|
7889
|
-
"type": {
|
|
7890
|
-
"text": "boolean"
|
|
7891
|
-
}
|
|
7892
|
-
}
|
|
7893
|
-
],
|
|
7894
|
-
"inheritedFrom": {
|
|
7895
|
-
"name": "LifecycleMixin",
|
|
7896
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7897
|
-
}
|
|
7898
|
-
},
|
|
7899
|
-
{
|
|
7900
|
-
"kind": "field",
|
|
7901
|
-
"name": "shouldRunDisconnect",
|
|
7902
|
-
"return": {
|
|
7903
|
-
"type": {
|
|
7904
|
-
"text": ""
|
|
7905
|
-
}
|
|
7906
|
-
},
|
|
7907
|
-
"readonly": true,
|
|
7908
|
-
"inheritedFrom": {
|
|
7909
|
-
"name": "LifecycleMixin",
|
|
7910
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7911
|
-
}
|
|
7912
|
-
},
|
|
7913
|
-
{
|
|
7914
|
-
"kind": "field",
|
|
7915
|
-
"name": "shouldRunConnect",
|
|
7916
|
-
"return": {
|
|
7917
|
-
"type": {
|
|
7918
|
-
"text": ""
|
|
7919
|
-
}
|
|
7920
|
-
},
|
|
7921
|
-
"readonly": true,
|
|
7922
|
-
"inheritedFrom": {
|
|
7923
|
-
"name": "LifecycleMixin",
|
|
7924
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7925
|
-
}
|
|
7926
|
-
},
|
|
7927
|
-
{
|
|
7928
|
-
"kind": "method",
|
|
7929
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
7930
|
-
"return": {
|
|
7931
|
-
"type": {
|
|
7932
|
-
"text": "boolean"
|
|
7933
|
-
}
|
|
7934
|
-
},
|
|
7935
|
-
"parameters": [
|
|
7936
|
-
{
|
|
7937
|
-
"name": "lifecycleType",
|
|
7938
|
-
"type": {
|
|
7939
|
-
"text": "Lifecycletype"
|
|
7940
|
-
}
|
|
7941
|
-
}
|
|
7942
|
-
],
|
|
7943
|
-
"inheritedFrom": {
|
|
7944
|
-
"name": "LifecycleMixin",
|
|
7945
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7946
|
-
}
|
|
7947
|
-
},
|
|
7948
|
-
{
|
|
7949
|
-
"kind": "field",
|
|
7950
|
-
"name": "_presentation",
|
|
7951
|
-
"type": {
|
|
7952
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7953
|
-
},
|
|
7954
|
-
"privacy": "private",
|
|
7955
|
-
"default": "void 0",
|
|
7956
|
-
"inheritedFrom": {
|
|
7957
|
-
"name": "FoundationElement",
|
|
7958
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7959
|
-
}
|
|
7960
|
-
},
|
|
7961
|
-
{
|
|
7962
|
-
"kind": "field",
|
|
7963
|
-
"name": "$presentation",
|
|
7964
|
-
"type": {
|
|
7965
|
-
"text": "ComponentPresentation | null"
|
|
7966
|
-
},
|
|
7967
|
-
"privacy": "public",
|
|
7968
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7969
|
-
"inheritedFrom": {
|
|
7970
|
-
"name": "FoundationElement",
|
|
7971
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7972
|
-
}
|
|
7973
|
-
},
|
|
7974
|
-
{
|
|
7975
|
-
"kind": "field",
|
|
7976
|
-
"name": "template",
|
|
7977
|
-
"type": {
|
|
7978
|
-
"text": "ElementViewTemplate | void | null"
|
|
7979
|
-
},
|
|
7980
|
-
"privacy": "public",
|
|
7981
|
-
"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.",
|
|
7982
|
-
"inheritedFrom": {
|
|
7983
|
-
"name": "FoundationElement",
|
|
7984
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7985
|
-
}
|
|
7986
|
-
},
|
|
7987
|
-
{
|
|
7988
|
-
"kind": "method",
|
|
7989
|
-
"name": "templateChanged",
|
|
7990
|
-
"privacy": "protected",
|
|
7991
|
-
"return": {
|
|
7992
|
-
"type": {
|
|
7993
|
-
"text": "void"
|
|
7994
|
-
}
|
|
7995
|
-
},
|
|
7996
|
-
"inheritedFrom": {
|
|
7997
|
-
"name": "FoundationElement",
|
|
7998
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7999
|
-
}
|
|
8000
|
-
},
|
|
8001
|
-
{
|
|
8002
|
-
"kind": "field",
|
|
8003
|
-
"name": "styles",
|
|
8004
|
-
"type": {
|
|
8005
|
-
"text": "ElementStyles | void | null"
|
|
8006
|
-
},
|
|
8007
|
-
"privacy": "public",
|
|
8008
|
-
"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.",
|
|
8009
|
-
"inheritedFrom": {
|
|
8010
|
-
"name": "FoundationElement",
|
|
8011
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8012
|
-
}
|
|
8013
|
-
},
|
|
8014
|
-
{
|
|
8015
|
-
"kind": "method",
|
|
8016
|
-
"name": "stylesChanged",
|
|
8017
|
-
"privacy": "protected",
|
|
8018
|
-
"return": {
|
|
8019
|
-
"type": {
|
|
8020
|
-
"text": "void"
|
|
8021
|
-
}
|
|
8022
|
-
},
|
|
8023
|
-
"inheritedFrom": {
|
|
8024
|
-
"name": "FoundationElement",
|
|
8025
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8026
|
-
}
|
|
8027
|
-
},
|
|
8028
|
-
{
|
|
8029
|
-
"kind": "method",
|
|
8030
|
-
"name": "compose",
|
|
8031
|
-
"privacy": "public",
|
|
8032
|
-
"static": true,
|
|
8033
|
-
"return": {
|
|
8034
|
-
"type": {
|
|
8035
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8036
|
-
}
|
|
8037
|
-
},
|
|
8038
|
-
"parameters": [
|
|
8039
|
-
{
|
|
8040
|
-
"name": "this",
|
|
8041
|
-
"type": {
|
|
8042
|
-
"text": "K"
|
|
8043
|
-
}
|
|
8044
|
-
},
|
|
8045
|
-
{
|
|
8046
|
-
"name": "elementDefinition",
|
|
8047
|
-
"type": {
|
|
8048
|
-
"text": "T"
|
|
8049
|
-
},
|
|
8050
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
8051
|
-
}
|
|
8052
|
-
],
|
|
8053
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8054
|
-
"inheritedFrom": {
|
|
8055
|
-
"name": "FoundationElement",
|
|
8056
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8057
|
-
}
|
|
8058
|
-
}
|
|
8059
|
-
],
|
|
8060
|
-
"mixins": [
|
|
8061
|
-
{
|
|
8062
|
-
"name": "LifecycleMixin",
|
|
8063
|
-
"package": "@genesislcap/foundation-utils"
|
|
8064
|
-
}
|
|
8065
|
-
],
|
|
8066
|
-
"superclass": {
|
|
8067
|
-
"name": "FoundationElement",
|
|
8068
|
-
"package": "@microsoft/fast-foundation"
|
|
8069
|
-
},
|
|
8070
|
-
"tagName": "grid-pro-column",
|
|
8071
|
-
"customElement": true
|
|
8072
|
-
}
|
|
8073
|
-
],
|
|
8074
|
-
"exports": [
|
|
8075
|
-
{
|
|
8076
|
-
"kind": "js",
|
|
8077
|
-
"name": "GridProColumn",
|
|
8078
|
-
"declaration": {
|
|
8079
|
-
"name": "GridProColumn",
|
|
8080
|
-
"module": "src/column/column.ts"
|
|
8081
|
-
}
|
|
8082
|
-
},
|
|
8083
|
-
{
|
|
8084
|
-
"kind": "custom-element-definition",
|
|
8085
|
-
"name": "grid-pro-column",
|
|
8086
|
-
"declaration": {
|
|
8087
|
-
"name": "GridProColumn",
|
|
8088
|
-
"module": "src/column/column.ts"
|
|
8089
|
-
}
|
|
8090
|
-
}
|
|
8091
|
-
]
|
|
8092
|
-
},
|
|
8093
|
-
{
|
|
8094
|
-
"kind": "javascript-module",
|
|
8095
|
-
"path": "src/column/index.ts",
|
|
8096
|
-
"declarations": [],
|
|
8097
|
-
"exports": [
|
|
8098
|
-
{
|
|
8099
|
-
"kind": "js",
|
|
8100
|
-
"name": "*",
|
|
8101
|
-
"declaration": {
|
|
8102
|
-
"name": "*",
|
|
8103
|
-
"package": "./column.template"
|
|
8104
|
-
}
|
|
8105
|
-
},
|
|
8106
|
-
{
|
|
8107
|
-
"kind": "js",
|
|
8108
|
-
"name": "*",
|
|
8109
|
-
"declaration": {
|
|
8110
|
-
"name": "*",
|
|
8111
|
-
"package": "./column"
|
|
8112
|
-
}
|
|
8113
|
-
},
|
|
8114
|
-
{
|
|
8115
|
-
"kind": "js",
|
|
8116
|
-
"name": "*",
|
|
8117
|
-
"declaration": {
|
|
8118
|
-
"name": "*",
|
|
8119
|
-
"package": "./utils"
|
|
8120
|
-
}
|
|
8121
|
-
}
|
|
8122
|
-
]
|
|
8123
|
-
},
|
|
8124
|
-
{
|
|
8125
|
-
"kind": "javascript-module",
|
|
8126
|
-
"path": "src/column-filters/enum-column.filter.ts",
|
|
8126
|
+
"path": "src/column-filters/enum-column.filter.ts",
|
|
8127
8127
|
"declarations": [
|
|
8128
8128
|
{
|
|
8129
8129
|
"kind": "function",
|
|
@@ -21941,7 +21941,7 @@
|
|
|
21941
21941
|
},
|
|
21942
21942
|
{
|
|
21943
21943
|
"kind": "javascript-module",
|
|
21944
|
-
"path": "src/
|
|
21944
|
+
"path": "src/state-persistence/index.ts",
|
|
21945
21945
|
"declarations": [],
|
|
21946
21946
|
"exports": [
|
|
21947
21947
|
{
|
|
@@ -21949,15 +21949,7 @@
|
|
|
21949
21949
|
"name": "*",
|
|
21950
21950
|
"declaration": {
|
|
21951
21951
|
"name": "*",
|
|
21952
|
-
"package": "./
|
|
21953
|
-
}
|
|
21954
|
-
},
|
|
21955
|
-
{
|
|
21956
|
-
"kind": "js",
|
|
21957
|
-
"name": "*",
|
|
21958
|
-
"declaration": {
|
|
21959
|
-
"name": "*",
|
|
21960
|
-
"package": "./label-value.status-bar"
|
|
21952
|
+
"package": "./kv-state"
|
|
21961
21953
|
}
|
|
21962
21954
|
},
|
|
21963
21955
|
{
|
|
@@ -21965,7 +21957,7 @@
|
|
|
21965
21957
|
"name": "*",
|
|
21966
21958
|
"declaration": {
|
|
21967
21959
|
"name": "*",
|
|
21968
|
-
"package": "./
|
|
21960
|
+
"package": "./local-state"
|
|
21969
21961
|
}
|
|
21970
21962
|
},
|
|
21971
21963
|
{
|
|
@@ -21973,103 +21965,188 @@
|
|
|
21973
21965
|
"name": "*",
|
|
21974
21966
|
"declaration": {
|
|
21975
21967
|
"name": "*",
|
|
21976
|
-
"package": "./
|
|
21968
|
+
"package": "./state-persistence"
|
|
21977
21969
|
}
|
|
21978
21970
|
}
|
|
21979
21971
|
]
|
|
21980
21972
|
},
|
|
21981
21973
|
{
|
|
21982
21974
|
"kind": "javascript-module",
|
|
21983
|
-
"path": "src/
|
|
21975
|
+
"path": "src/state-persistence/kv-state.ts",
|
|
21984
21976
|
"declarations": [
|
|
21985
21977
|
{
|
|
21986
21978
|
"kind": "class",
|
|
21987
|
-
"description": "
|
|
21988
|
-
"name": "
|
|
21979
|
+
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
21980
|
+
"name": "KVStorageStatePersistence",
|
|
21989
21981
|
"members": [
|
|
21990
21982
|
{
|
|
21991
21983
|
"kind": "field",
|
|
21992
|
-
"name": "
|
|
21984
|
+
"name": "kvStorage",
|
|
21993
21985
|
"type": {
|
|
21994
|
-
"text": "
|
|
21995
|
-
}
|
|
21996
|
-
"privacy": "private"
|
|
21986
|
+
"text": "KVStorage"
|
|
21987
|
+
}
|
|
21997
21988
|
},
|
|
21998
21989
|
{
|
|
21999
21990
|
"kind": "field",
|
|
22000
|
-
"name": "
|
|
21991
|
+
"name": "session",
|
|
22001
21992
|
"type": {
|
|
22002
|
-
"text": "
|
|
21993
|
+
"text": "Session"
|
|
21994
|
+
}
|
|
21995
|
+
},
|
|
21996
|
+
{
|
|
21997
|
+
"kind": "method",
|
|
21998
|
+
"name": "getColumnState",
|
|
21999
|
+
"return": {
|
|
22000
|
+
"type": {
|
|
22001
|
+
"text": "Promise<ColumnState[]>"
|
|
22002
|
+
}
|
|
22003
22003
|
},
|
|
22004
|
-
"
|
|
22004
|
+
"parameters": [
|
|
22005
|
+
{
|
|
22006
|
+
"name": "persistColumnStateKey",
|
|
22007
|
+
"type": {
|
|
22008
|
+
"text": "string"
|
|
22009
|
+
}
|
|
22010
|
+
}
|
|
22011
|
+
]
|
|
22005
22012
|
},
|
|
22006
22013
|
{
|
|
22007
|
-
"kind": "
|
|
22008
|
-
"name": "
|
|
22009
|
-
"
|
|
22010
|
-
"
|
|
22014
|
+
"kind": "method",
|
|
22015
|
+
"name": "saveColumnState",
|
|
22016
|
+
"return": {
|
|
22017
|
+
"type": {
|
|
22018
|
+
"text": "Promise<void>"
|
|
22019
|
+
}
|
|
22011
22020
|
},
|
|
22012
|
-
"
|
|
22021
|
+
"parameters": [
|
|
22022
|
+
{
|
|
22023
|
+
"name": "persistColumnStateKey",
|
|
22024
|
+
"type": {
|
|
22025
|
+
"text": "string"
|
|
22026
|
+
}
|
|
22027
|
+
},
|
|
22028
|
+
{
|
|
22029
|
+
"name": "columnState",
|
|
22030
|
+
"type": {
|
|
22031
|
+
"text": "ColumnState[]"
|
|
22032
|
+
}
|
|
22033
|
+
}
|
|
22034
|
+
]
|
|
22013
22035
|
},
|
|
22014
22036
|
{
|
|
22015
|
-
"kind": "
|
|
22016
|
-
"name": "
|
|
22017
|
-
"
|
|
22018
|
-
"
|
|
22037
|
+
"kind": "method",
|
|
22038
|
+
"name": "deleteColumnState",
|
|
22039
|
+
"return": {
|
|
22040
|
+
"type": {
|
|
22041
|
+
"text": "Promise<void>"
|
|
22042
|
+
}
|
|
22019
22043
|
},
|
|
22020
|
-
"
|
|
22044
|
+
"parameters": [
|
|
22045
|
+
{
|
|
22046
|
+
"name": "persistColumnStateKey",
|
|
22047
|
+
"type": {
|
|
22048
|
+
"text": "string"
|
|
22049
|
+
}
|
|
22050
|
+
}
|
|
22051
|
+
]
|
|
22021
22052
|
},
|
|
22022
22053
|
{
|
|
22023
22054
|
"kind": "method",
|
|
22024
|
-
"name": "
|
|
22055
|
+
"name": "migrateLocalStorageToKVStorage",
|
|
22056
|
+
"privacy": "private",
|
|
22057
|
+
"return": {
|
|
22058
|
+
"type": {
|
|
22059
|
+
"text": "Promise<void>"
|
|
22060
|
+
}
|
|
22061
|
+
},
|
|
22025
22062
|
"parameters": [
|
|
22026
22063
|
{
|
|
22027
|
-
"name": "
|
|
22064
|
+
"name": "persistColumnStateKey",
|
|
22028
22065
|
"type": {
|
|
22029
|
-
"text": "
|
|
22066
|
+
"text": "string"
|
|
22030
22067
|
}
|
|
22031
22068
|
}
|
|
22032
22069
|
]
|
|
22033
22070
|
},
|
|
22034
22071
|
{
|
|
22035
22072
|
"kind": "method",
|
|
22036
|
-
"name": "
|
|
22073
|
+
"name": "getFilterModel",
|
|
22037
22074
|
"return": {
|
|
22038
22075
|
"type": {
|
|
22039
|
-
"text": "
|
|
22076
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
22040
22077
|
}
|
|
22041
22078
|
},
|
|
22042
22079
|
"parameters": [
|
|
22043
22080
|
{
|
|
22044
|
-
"name": "
|
|
22081
|
+
"name": "persistFilterModelKey",
|
|
22045
22082
|
"type": {
|
|
22046
|
-
"text": "
|
|
22083
|
+
"text": "string"
|
|
22047
22084
|
}
|
|
22048
22085
|
}
|
|
22049
22086
|
]
|
|
22050
22087
|
},
|
|
22051
22088
|
{
|
|
22052
22089
|
"kind": "method",
|
|
22053
|
-
"name": "
|
|
22054
|
-
"privacy": "private",
|
|
22090
|
+
"name": "saveFilterModel",
|
|
22055
22091
|
"return": {
|
|
22056
22092
|
"type": {
|
|
22057
|
-
"text": "void"
|
|
22093
|
+
"text": "Promise<void>"
|
|
22058
22094
|
}
|
|
22059
|
-
}
|
|
22095
|
+
},
|
|
22096
|
+
"parameters": [
|
|
22097
|
+
{
|
|
22098
|
+
"name": "persistFilterModelKey",
|
|
22099
|
+
"type": {
|
|
22100
|
+
"text": "string"
|
|
22101
|
+
}
|
|
22102
|
+
},
|
|
22103
|
+
{
|
|
22104
|
+
"name": "filterModel",
|
|
22105
|
+
"type": {
|
|
22106
|
+
"text": "{ [key: string]: any }"
|
|
22107
|
+
}
|
|
22108
|
+
}
|
|
22109
|
+
]
|
|
22110
|
+
},
|
|
22111
|
+
{
|
|
22112
|
+
"kind": "method",
|
|
22113
|
+
"name": "getRowAlertPreferences",
|
|
22114
|
+
"return": {
|
|
22115
|
+
"type": {
|
|
22116
|
+
"text": "Promise<Partial<RowAlertPreferences>>"
|
|
22117
|
+
}
|
|
22118
|
+
},
|
|
22119
|
+
"parameters": [
|
|
22120
|
+
{
|
|
22121
|
+
"name": "persistRowAlertKey",
|
|
22122
|
+
"type": {
|
|
22123
|
+
"text": "string"
|
|
22124
|
+
}
|
|
22125
|
+
}
|
|
22126
|
+
]
|
|
22060
22127
|
},
|
|
22061
22128
|
{
|
|
22062
22129
|
"kind": "method",
|
|
22063
|
-
"name": "
|
|
22130
|
+
"name": "saveRowAlertPreferences",
|
|
22064
22131
|
"return": {
|
|
22065
22132
|
"type": {
|
|
22066
|
-
"text": "
|
|
22133
|
+
"text": "Promise<void>"
|
|
22067
22134
|
}
|
|
22068
|
-
}
|
|
22069
|
-
|
|
22070
|
-
|
|
22071
|
-
|
|
22072
|
-
|
|
22135
|
+
},
|
|
22136
|
+
"parameters": [
|
|
22137
|
+
{
|
|
22138
|
+
"name": "persistRowAlertKey",
|
|
22139
|
+
"type": {
|
|
22140
|
+
"text": "string"
|
|
22141
|
+
}
|
|
22142
|
+
},
|
|
22143
|
+
{
|
|
22144
|
+
"name": "preferences",
|
|
22145
|
+
"type": {
|
|
22146
|
+
"text": "RowAlertPreferences"
|
|
22147
|
+
}
|
|
22148
|
+
}
|
|
22149
|
+
]
|
|
22073
22150
|
}
|
|
22074
22151
|
]
|
|
22075
22152
|
}
|
|
@@ -22077,171 +22154,166 @@
|
|
|
22077
22154
|
"exports": [
|
|
22078
22155
|
{
|
|
22079
22156
|
"kind": "js",
|
|
22080
|
-
"name": "
|
|
22157
|
+
"name": "KVStorageStatePersistence",
|
|
22081
22158
|
"declaration": {
|
|
22082
|
-
"name": "
|
|
22083
|
-
"module": "src/
|
|
22159
|
+
"name": "KVStorageStatePersistence",
|
|
22160
|
+
"module": "src/state-persistence/kv-state.ts"
|
|
22084
22161
|
}
|
|
22085
22162
|
}
|
|
22086
22163
|
]
|
|
22087
22164
|
},
|
|
22088
22165
|
{
|
|
22089
22166
|
"kind": "javascript-module",
|
|
22090
|
-
"path": "src/
|
|
22167
|
+
"path": "src/state-persistence/local-state.ts",
|
|
22091
22168
|
"declarations": [
|
|
22092
22169
|
{
|
|
22093
22170
|
"kind": "class",
|
|
22094
|
-
"description": "
|
|
22095
|
-
"name": "
|
|
22171
|
+
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
22172
|
+
"name": "LocalStorageStatePersistence",
|
|
22096
22173
|
"members": [
|
|
22097
22174
|
{
|
|
22098
22175
|
"kind": "field",
|
|
22099
|
-
"name": "
|
|
22100
|
-
"type": {
|
|
22101
|
-
"text": "HTMLElement"
|
|
22102
|
-
},
|
|
22103
|
-
"privacy": "private"
|
|
22104
|
-
},
|
|
22105
|
-
{
|
|
22106
|
-
"kind": "field",
|
|
22107
|
-
"name": "loadMoreButton",
|
|
22108
|
-
"type": {
|
|
22109
|
-
"text": "HTMLElement"
|
|
22110
|
-
},
|
|
22111
|
-
"privacy": "private"
|
|
22112
|
-
},
|
|
22113
|
-
{
|
|
22114
|
-
"kind": "field",
|
|
22115
|
-
"name": "progressRing",
|
|
22116
|
-
"type": {
|
|
22117
|
-
"text": "HTMLElement"
|
|
22118
|
-
},
|
|
22119
|
-
"privacy": "private"
|
|
22120
|
-
},
|
|
22121
|
-
{
|
|
22122
|
-
"kind": "field",
|
|
22123
|
-
"name": "buttonLabel",
|
|
22124
|
-
"type": {
|
|
22125
|
-
"text": "string"
|
|
22126
|
-
},
|
|
22127
|
-
"privacy": "private",
|
|
22128
|
-
"default": "'Load More'"
|
|
22129
|
-
},
|
|
22130
|
-
{
|
|
22131
|
-
"kind": "field",
|
|
22132
|
-
"name": "params",
|
|
22133
|
-
"type": {
|
|
22134
|
-
"text": "LoadMoreStatusBarParams"
|
|
22135
|
-
},
|
|
22136
|
-
"privacy": "private"
|
|
22137
|
-
},
|
|
22138
|
-
{
|
|
22139
|
-
"kind": "field",
|
|
22140
|
-
"name": "designSystemPrefix",
|
|
22141
|
-
"type": {
|
|
22142
|
-
"text": "string"
|
|
22143
|
-
},
|
|
22144
|
-
"privacy": "private"
|
|
22145
|
-
},
|
|
22146
|
-
{
|
|
22147
|
-
"kind": "field",
|
|
22148
|
-
"name": "isLoading",
|
|
22149
|
-
"type": {
|
|
22150
|
-
"text": "boolean"
|
|
22151
|
-
},
|
|
22152
|
-
"privacy": "private",
|
|
22153
|
-
"default": "false"
|
|
22154
|
-
},
|
|
22155
|
-
{
|
|
22156
|
-
"kind": "field",
|
|
22157
|
-
"name": "clickHandler",
|
|
22176
|
+
"name": "session",
|
|
22158
22177
|
"type": {
|
|
22159
|
-
"text": "
|
|
22160
|
-
}
|
|
22161
|
-
"privacy": "private"
|
|
22178
|
+
"text": "Session"
|
|
22179
|
+
}
|
|
22162
22180
|
},
|
|
22163
22181
|
{
|
|
22164
22182
|
"kind": "method",
|
|
22165
|
-
"name": "
|
|
22183
|
+
"name": "getColumnState",
|
|
22184
|
+
"return": {
|
|
22185
|
+
"type": {
|
|
22186
|
+
"text": "Promise<ColumnState[]>"
|
|
22187
|
+
}
|
|
22188
|
+
},
|
|
22166
22189
|
"parameters": [
|
|
22167
22190
|
{
|
|
22168
|
-
"name": "
|
|
22191
|
+
"name": "persistColumnStateKey",
|
|
22169
22192
|
"type": {
|
|
22170
|
-
"text": "
|
|
22193
|
+
"text": "string"
|
|
22171
22194
|
}
|
|
22172
22195
|
}
|
|
22173
22196
|
]
|
|
22174
22197
|
},
|
|
22175
22198
|
{
|
|
22176
22199
|
"kind": "method",
|
|
22177
|
-
"name": "
|
|
22178
|
-
"privacy": "private"
|
|
22179
|
-
},
|
|
22180
|
-
{
|
|
22181
|
-
"kind": "method",
|
|
22182
|
-
"name": "createLoadMoreButton",
|
|
22183
|
-
"privacy": "private"
|
|
22184
|
-
},
|
|
22185
|
-
{
|
|
22186
|
-
"kind": "method",
|
|
22187
|
-
"name": "updateAriaLabel",
|
|
22188
|
-
"privacy": "private",
|
|
22200
|
+
"name": "saveColumnState",
|
|
22189
22201
|
"return": {
|
|
22190
22202
|
"type": {
|
|
22191
|
-
"text": "void"
|
|
22203
|
+
"text": "Promise<void>"
|
|
22192
22204
|
}
|
|
22193
22205
|
},
|
|
22194
|
-
"
|
|
22206
|
+
"parameters": [
|
|
22207
|
+
{
|
|
22208
|
+
"name": "persistColumnStateKey",
|
|
22209
|
+
"type": {
|
|
22210
|
+
"text": "string"
|
|
22211
|
+
}
|
|
22212
|
+
},
|
|
22213
|
+
{
|
|
22214
|
+
"name": "columnState",
|
|
22215
|
+
"type": {
|
|
22216
|
+
"text": "ColumnState[]"
|
|
22217
|
+
}
|
|
22218
|
+
}
|
|
22219
|
+
]
|
|
22195
22220
|
},
|
|
22196
22221
|
{
|
|
22197
22222
|
"kind": "method",
|
|
22198
|
-
"name": "
|
|
22199
|
-
"privacy": "private",
|
|
22223
|
+
"name": "deleteColumnState",
|
|
22200
22224
|
"return": {
|
|
22201
22225
|
"type": {
|
|
22202
|
-
"text": "void"
|
|
22226
|
+
"text": "Promise<void>"
|
|
22203
22227
|
}
|
|
22204
22228
|
},
|
|
22205
22229
|
"parameters": [
|
|
22206
22230
|
{
|
|
22207
|
-
"name": "
|
|
22231
|
+
"name": "persistColumnStateKey",
|
|
22208
22232
|
"type": {
|
|
22209
|
-
"text": "
|
|
22233
|
+
"text": "string"
|
|
22210
22234
|
}
|
|
22211
22235
|
}
|
|
22212
|
-
]
|
|
22213
|
-
"description": "Show or hide the loading state"
|
|
22236
|
+
]
|
|
22214
22237
|
},
|
|
22215
22238
|
{
|
|
22216
22239
|
"kind": "method",
|
|
22217
|
-
"name": "
|
|
22218
|
-
"
|
|
22240
|
+
"name": "getFilterModel",
|
|
22241
|
+
"return": {
|
|
22242
|
+
"type": {
|
|
22243
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
22244
|
+
}
|
|
22245
|
+
},
|
|
22246
|
+
"parameters": [
|
|
22247
|
+
{
|
|
22248
|
+
"name": "persistFilterModelKey",
|
|
22249
|
+
"type": {
|
|
22250
|
+
"text": "string"
|
|
22251
|
+
}
|
|
22252
|
+
}
|
|
22253
|
+
]
|
|
22219
22254
|
},
|
|
22220
22255
|
{
|
|
22221
22256
|
"kind": "method",
|
|
22222
|
-
"name": "
|
|
22223
|
-
"
|
|
22257
|
+
"name": "saveFilterModel",
|
|
22258
|
+
"return": {
|
|
22259
|
+
"type": {
|
|
22260
|
+
"text": "Promise<void>"
|
|
22261
|
+
}
|
|
22262
|
+
},
|
|
22224
22263
|
"parameters": [
|
|
22225
22264
|
{
|
|
22226
|
-
"name": "
|
|
22265
|
+
"name": "persistFilterModelKey",
|
|
22227
22266
|
"type": {
|
|
22228
|
-
"text": "
|
|
22267
|
+
"text": "string"
|
|
22268
|
+
}
|
|
22269
|
+
},
|
|
22270
|
+
{
|
|
22271
|
+
"name": "filterModel",
|
|
22272
|
+
"type": {
|
|
22273
|
+
"text": "{ [key: string]: any }"
|
|
22229
22274
|
}
|
|
22230
22275
|
}
|
|
22231
22276
|
]
|
|
22232
22277
|
},
|
|
22233
22278
|
{
|
|
22234
22279
|
"kind": "method",
|
|
22235
|
-
"name": "
|
|
22280
|
+
"name": "getRowAlertPreferences",
|
|
22236
22281
|
"return": {
|
|
22237
22282
|
"type": {
|
|
22238
|
-
"text": "
|
|
22283
|
+
"text": "Promise<Partial<RowAlertPreferences>>"
|
|
22239
22284
|
}
|
|
22240
|
-
}
|
|
22285
|
+
},
|
|
22286
|
+
"parameters": [
|
|
22287
|
+
{
|
|
22288
|
+
"name": "persistRowAlertKey",
|
|
22289
|
+
"type": {
|
|
22290
|
+
"text": "string"
|
|
22291
|
+
}
|
|
22292
|
+
}
|
|
22293
|
+
]
|
|
22241
22294
|
},
|
|
22242
22295
|
{
|
|
22243
22296
|
"kind": "method",
|
|
22244
|
-
"name": "
|
|
22297
|
+
"name": "saveRowAlertPreferences",
|
|
22298
|
+
"return": {
|
|
22299
|
+
"type": {
|
|
22300
|
+
"text": "Promise<void>"
|
|
22301
|
+
}
|
|
22302
|
+
},
|
|
22303
|
+
"parameters": [
|
|
22304
|
+
{
|
|
22305
|
+
"name": "persistRowAlertKey",
|
|
22306
|
+
"type": {
|
|
22307
|
+
"text": "string"
|
|
22308
|
+
}
|
|
22309
|
+
},
|
|
22310
|
+
{
|
|
22311
|
+
"name": "preferences",
|
|
22312
|
+
"type": {
|
|
22313
|
+
"text": "RowAlertPreferences"
|
|
22314
|
+
}
|
|
22315
|
+
}
|
|
22316
|
+
]
|
|
22245
22317
|
}
|
|
22246
22318
|
]
|
|
22247
22319
|
}
|
|
@@ -22249,22 +22321,67 @@
|
|
|
22249
22321
|
"exports": [
|
|
22250
22322
|
{
|
|
22251
22323
|
"kind": "js",
|
|
22252
|
-
"name": "
|
|
22324
|
+
"name": "LocalStorageStatePersistence",
|
|
22325
|
+
"declaration": {
|
|
22326
|
+
"name": "LocalStorageStatePersistence",
|
|
22327
|
+
"module": "src/state-persistence/local-state.ts"
|
|
22328
|
+
}
|
|
22329
|
+
}
|
|
22330
|
+
]
|
|
22331
|
+
},
|
|
22332
|
+
{
|
|
22333
|
+
"kind": "javascript-module",
|
|
22334
|
+
"path": "src/state-persistence/state-persistence.ts",
|
|
22335
|
+
"declarations": [],
|
|
22336
|
+
"exports": []
|
|
22337
|
+
},
|
|
22338
|
+
{
|
|
22339
|
+
"kind": "javascript-module",
|
|
22340
|
+
"path": "src/status-bar-components/index.ts",
|
|
22341
|
+
"declarations": [],
|
|
22342
|
+
"exports": [
|
|
22343
|
+
{
|
|
22344
|
+
"kind": "js",
|
|
22345
|
+
"name": "*",
|
|
22346
|
+
"declaration": {
|
|
22347
|
+
"name": "*",
|
|
22348
|
+
"package": "./load-more.status-bar"
|
|
22349
|
+
}
|
|
22350
|
+
},
|
|
22351
|
+
{
|
|
22352
|
+
"kind": "js",
|
|
22353
|
+
"name": "*",
|
|
22354
|
+
"declaration": {
|
|
22355
|
+
"name": "*",
|
|
22356
|
+
"package": "./label-value.status-bar"
|
|
22357
|
+
}
|
|
22358
|
+
},
|
|
22359
|
+
{
|
|
22360
|
+
"kind": "js",
|
|
22361
|
+
"name": "*",
|
|
22253
22362
|
"declaration": {
|
|
22254
|
-
"name": "
|
|
22255
|
-
"
|
|
22363
|
+
"name": "*",
|
|
22364
|
+
"package": "./reload.status-bar"
|
|
22365
|
+
}
|
|
22366
|
+
},
|
|
22367
|
+
{
|
|
22368
|
+
"kind": "js",
|
|
22369
|
+
"name": "*",
|
|
22370
|
+
"declaration": {
|
|
22371
|
+
"name": "*",
|
|
22372
|
+
"package": "./row-count.status-bar"
|
|
22256
22373
|
}
|
|
22257
22374
|
}
|
|
22258
22375
|
]
|
|
22259
22376
|
},
|
|
22260
22377
|
{
|
|
22261
22378
|
"kind": "javascript-module",
|
|
22262
|
-
"path": "src/status-bar-components/
|
|
22379
|
+
"path": "src/status-bar-components/label-value.status-bar.ts",
|
|
22263
22380
|
"declarations": [
|
|
22264
22381
|
{
|
|
22265
22382
|
"kind": "class",
|
|
22266
|
-
"description": "
|
|
22267
|
-
"name": "
|
|
22383
|
+
"description": "Label Value Status Bar Component",
|
|
22384
|
+
"name": "LabelValueStatusBarComponent",
|
|
22268
22385
|
"members": [
|
|
22269
22386
|
{
|
|
22270
22387
|
"kind": "field",
|
|
@@ -22276,7 +22393,7 @@
|
|
|
22276
22393
|
},
|
|
22277
22394
|
{
|
|
22278
22395
|
"kind": "field",
|
|
22279
|
-
"name": "
|
|
22396
|
+
"name": "labelElement",
|
|
22280
22397
|
"type": {
|
|
22281
22398
|
"text": "HTMLElement"
|
|
22282
22399
|
},
|
|
@@ -22284,7 +22401,7 @@
|
|
|
22284
22401
|
},
|
|
22285
22402
|
{
|
|
22286
22403
|
"kind": "field",
|
|
22287
|
-
"name": "
|
|
22404
|
+
"name": "valueElement",
|
|
22288
22405
|
"type": {
|
|
22289
22406
|
"text": "HTMLElement"
|
|
22290
22407
|
},
|
|
@@ -22292,50 +22409,9 @@
|
|
|
22292
22409
|
},
|
|
22293
22410
|
{
|
|
22294
22411
|
"kind": "field",
|
|
22295
|
-
"name": "
|
|
22296
|
-
"type": {
|
|
22297
|
-
"text": "ReloadStatusBarParams"
|
|
22298
|
-
},
|
|
22299
|
-
"privacy": "private"
|
|
22300
|
-
},
|
|
22301
|
-
{
|
|
22302
|
-
"kind": "field",
|
|
22303
|
-
"name": "designSystemPrefix",
|
|
22304
|
-
"type": {
|
|
22305
|
-
"text": "string"
|
|
22306
|
-
},
|
|
22307
|
-
"privacy": "private"
|
|
22308
|
-
},
|
|
22309
|
-
{
|
|
22310
|
-
"kind": "field",
|
|
22311
|
-
"name": "isReloading",
|
|
22312
|
-
"type": {
|
|
22313
|
-
"text": "boolean"
|
|
22314
|
-
},
|
|
22315
|
-
"privacy": "private",
|
|
22316
|
-
"default": "false"
|
|
22317
|
-
},
|
|
22318
|
-
{
|
|
22319
|
-
"kind": "field",
|
|
22320
|
-
"name": "mouseoverHandler",
|
|
22321
|
-
"type": {
|
|
22322
|
-
"text": "(event: MouseEvent) => void"
|
|
22323
|
-
},
|
|
22324
|
-
"privacy": "private"
|
|
22325
|
-
},
|
|
22326
|
-
{
|
|
22327
|
-
"kind": "field",
|
|
22328
|
-
"name": "mouseoutHandler",
|
|
22329
|
-
"type": {
|
|
22330
|
-
"text": "(event: MouseEvent) => void"
|
|
22331
|
-
},
|
|
22332
|
-
"privacy": "private"
|
|
22333
|
-
},
|
|
22334
|
-
{
|
|
22335
|
-
"kind": "field",
|
|
22336
|
-
"name": "clickHandler",
|
|
22412
|
+
"name": "currentParams",
|
|
22337
22413
|
"type": {
|
|
22338
|
-
"text": "
|
|
22414
|
+
"text": "LabelValueStatusBarParams"
|
|
22339
22415
|
},
|
|
22340
22416
|
"privacy": "private"
|
|
22341
22417
|
},
|
|
@@ -22353,18 +22429,7 @@
|
|
|
22353
22429
|
},
|
|
22354
22430
|
{
|
|
22355
22431
|
"kind": "method",
|
|
22356
|
-
"name": "
|
|
22357
|
-
"privacy": "private"
|
|
22358
|
-
},
|
|
22359
|
-
{
|
|
22360
|
-
"kind": "method",
|
|
22361
|
-
"name": "createRefreshIcon",
|
|
22362
|
-
"privacy": "private"
|
|
22363
|
-
},
|
|
22364
|
-
{
|
|
22365
|
-
"kind": "method",
|
|
22366
|
-
"name": "showReloading",
|
|
22367
|
-
"privacy": "private",
|
|
22432
|
+
"name": "updateParams",
|
|
22368
22433
|
"return": {
|
|
22369
22434
|
"type": {
|
|
22370
22435
|
"text": "void"
|
|
@@ -22372,26 +22437,22 @@
|
|
|
22372
22437
|
},
|
|
22373
22438
|
"parameters": [
|
|
22374
22439
|
{
|
|
22375
|
-
"name": "
|
|
22440
|
+
"name": "params",
|
|
22376
22441
|
"type": {
|
|
22377
|
-
"text": "
|
|
22442
|
+
"text": "Partial<LabelValueStatusBarParams>"
|
|
22378
22443
|
}
|
|
22379
22444
|
}
|
|
22380
|
-
]
|
|
22381
|
-
"description": "Show or hide the reloading state"
|
|
22445
|
+
]
|
|
22382
22446
|
},
|
|
22383
22447
|
{
|
|
22384
22448
|
"kind": "method",
|
|
22385
|
-
"name": "
|
|
22386
|
-
"privacy": "
|
|
22387
|
-
"
|
|
22388
|
-
{
|
|
22389
|
-
"
|
|
22390
|
-
"type": {
|
|
22391
|
-
"text": "ReloadStatusBarParams"
|
|
22392
|
-
}
|
|
22449
|
+
"name": "updateDisplay",
|
|
22450
|
+
"privacy": "private",
|
|
22451
|
+
"return": {
|
|
22452
|
+
"type": {
|
|
22453
|
+
"text": "void"
|
|
22393
22454
|
}
|
|
22394
|
-
|
|
22455
|
+
}
|
|
22395
22456
|
},
|
|
22396
22457
|
{
|
|
22397
22458
|
"kind": "method",
|
|
@@ -22412,22 +22473,22 @@
|
|
|
22412
22473
|
"exports": [
|
|
22413
22474
|
{
|
|
22414
22475
|
"kind": "js",
|
|
22415
|
-
"name": "
|
|
22476
|
+
"name": "LabelValueStatusBarComponent",
|
|
22416
22477
|
"declaration": {
|
|
22417
|
-
"name": "
|
|
22418
|
-
"module": "src/status-bar-components/
|
|
22478
|
+
"name": "LabelValueStatusBarComponent",
|
|
22479
|
+
"module": "src/status-bar-components/label-value.status-bar.ts"
|
|
22419
22480
|
}
|
|
22420
22481
|
}
|
|
22421
22482
|
]
|
|
22422
22483
|
},
|
|
22423
22484
|
{
|
|
22424
22485
|
"kind": "javascript-module",
|
|
22425
|
-
"path": "src/status-bar-components/
|
|
22486
|
+
"path": "src/status-bar-components/load-more.status-bar.ts",
|
|
22426
22487
|
"declarations": [
|
|
22427
22488
|
{
|
|
22428
22489
|
"kind": "class",
|
|
22429
|
-
"description": "
|
|
22430
|
-
"name": "
|
|
22490
|
+
"description": "A status bar component that shows a \"Load More\" button when more rows are available",
|
|
22491
|
+
"name": "LoadMoreStatusBarComponent",
|
|
22431
22492
|
"members": [
|
|
22432
22493
|
{
|
|
22433
22494
|
"kind": "field",
|
|
@@ -22439,15 +22500,15 @@
|
|
|
22439
22500
|
},
|
|
22440
22501
|
{
|
|
22441
22502
|
"kind": "field",
|
|
22442
|
-
"name": "
|
|
22503
|
+
"name": "loadMoreButton",
|
|
22443
22504
|
"type": {
|
|
22444
|
-
"text": "
|
|
22505
|
+
"text": "HTMLElement"
|
|
22445
22506
|
},
|
|
22446
22507
|
"privacy": "private"
|
|
22447
22508
|
},
|
|
22448
22509
|
{
|
|
22449
22510
|
"kind": "field",
|
|
22450
|
-
"name": "
|
|
22511
|
+
"name": "progressRing",
|
|
22451
22512
|
"type": {
|
|
22452
22513
|
"text": "HTMLElement"
|
|
22453
22514
|
},
|
|
@@ -22455,269 +22516,128 @@
|
|
|
22455
22516
|
},
|
|
22456
22517
|
{
|
|
22457
22518
|
"kind": "field",
|
|
22458
|
-
"name": "
|
|
22519
|
+
"name": "buttonLabel",
|
|
22459
22520
|
"type": {
|
|
22460
|
-
"text": "
|
|
22521
|
+
"text": "string"
|
|
22461
22522
|
},
|
|
22462
|
-
"privacy": "private"
|
|
22463
|
-
},
|
|
22464
|
-
{
|
|
22465
|
-
"kind": "method",
|
|
22466
|
-
"name": "init",
|
|
22467
|
-
"parameters": [
|
|
22468
|
-
{
|
|
22469
|
-
"name": "params",
|
|
22470
|
-
"type": {
|
|
22471
|
-
"text": "IStatusPanelParams"
|
|
22472
|
-
}
|
|
22473
|
-
}
|
|
22474
|
-
]
|
|
22475
|
-
},
|
|
22476
|
-
{
|
|
22477
|
-
"kind": "method",
|
|
22478
|
-
"name": "updateDisplay",
|
|
22479
22523
|
"privacy": "private",
|
|
22480
|
-
"
|
|
22481
|
-
"type": {
|
|
22482
|
-
"text": "void"
|
|
22483
|
-
}
|
|
22484
|
-
}
|
|
22524
|
+
"default": "'Load More'"
|
|
22485
22525
|
},
|
|
22486
22526
|
{
|
|
22487
|
-
"kind": "
|
|
22488
|
-
"name": "
|
|
22489
|
-
"
|
|
22490
|
-
"
|
|
22491
|
-
|
|
22492
|
-
|
|
22493
|
-
}
|
|
22527
|
+
"kind": "field",
|
|
22528
|
+
"name": "params",
|
|
22529
|
+
"type": {
|
|
22530
|
+
"text": "LoadMoreStatusBarParams"
|
|
22531
|
+
},
|
|
22532
|
+
"privacy": "private"
|
|
22494
22533
|
},
|
|
22495
|
-
{
|
|
22496
|
-
"kind": "method",
|
|
22497
|
-
"name": "destroy"
|
|
22498
|
-
}
|
|
22499
|
-
]
|
|
22500
|
-
}
|
|
22501
|
-
],
|
|
22502
|
-
"exports": [
|
|
22503
|
-
{
|
|
22504
|
-
"kind": "js",
|
|
22505
|
-
"name": "RowCountStatusBarComponent",
|
|
22506
|
-
"declaration": {
|
|
22507
|
-
"name": "RowCountStatusBarComponent",
|
|
22508
|
-
"module": "src/status-bar-components/row-count.status-bar.ts"
|
|
22509
|
-
}
|
|
22510
|
-
}
|
|
22511
|
-
]
|
|
22512
|
-
},
|
|
22513
|
-
{
|
|
22514
|
-
"kind": "javascript-module",
|
|
22515
|
-
"path": "src/state-persistence/index.ts",
|
|
22516
|
-
"declarations": [],
|
|
22517
|
-
"exports": [
|
|
22518
|
-
{
|
|
22519
|
-
"kind": "js",
|
|
22520
|
-
"name": "*",
|
|
22521
|
-
"declaration": {
|
|
22522
|
-
"name": "*",
|
|
22523
|
-
"package": "./kv-state"
|
|
22524
|
-
}
|
|
22525
|
-
},
|
|
22526
|
-
{
|
|
22527
|
-
"kind": "js",
|
|
22528
|
-
"name": "*",
|
|
22529
|
-
"declaration": {
|
|
22530
|
-
"name": "*",
|
|
22531
|
-
"package": "./local-state"
|
|
22532
|
-
}
|
|
22533
|
-
},
|
|
22534
|
-
{
|
|
22535
|
-
"kind": "js",
|
|
22536
|
-
"name": "*",
|
|
22537
|
-
"declaration": {
|
|
22538
|
-
"name": "*",
|
|
22539
|
-
"package": "./state-persistence"
|
|
22540
|
-
}
|
|
22541
|
-
}
|
|
22542
|
-
]
|
|
22543
|
-
},
|
|
22544
|
-
{
|
|
22545
|
-
"kind": "javascript-module",
|
|
22546
|
-
"path": "src/state-persistence/kv-state.ts",
|
|
22547
|
-
"declarations": [
|
|
22548
|
-
{
|
|
22549
|
-
"kind": "class",
|
|
22550
|
-
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
22551
|
-
"name": "KVStorageStatePersistence",
|
|
22552
|
-
"members": [
|
|
22553
22534
|
{
|
|
22554
22535
|
"kind": "field",
|
|
22555
|
-
"name": "
|
|
22536
|
+
"name": "designSystemPrefix",
|
|
22556
22537
|
"type": {
|
|
22557
|
-
"text": "
|
|
22558
|
-
}
|
|
22538
|
+
"text": "string"
|
|
22539
|
+
},
|
|
22540
|
+
"privacy": "private"
|
|
22559
22541
|
},
|
|
22560
22542
|
{
|
|
22561
22543
|
"kind": "field",
|
|
22562
|
-
"name": "
|
|
22544
|
+
"name": "isLoading",
|
|
22563
22545
|
"type": {
|
|
22564
|
-
"text": "
|
|
22565
|
-
}
|
|
22546
|
+
"text": "boolean"
|
|
22547
|
+
},
|
|
22548
|
+
"privacy": "private",
|
|
22549
|
+
"default": "false"
|
|
22566
22550
|
},
|
|
22567
22551
|
{
|
|
22568
|
-
"kind": "
|
|
22569
|
-
"name": "
|
|
22570
|
-
"
|
|
22571
|
-
"
|
|
22572
|
-
|
|
22573
|
-
|
|
22574
|
-
},
|
|
22575
|
-
"parameters": [
|
|
22576
|
-
{
|
|
22577
|
-
"name": "persistColumnStateKey",
|
|
22578
|
-
"type": {
|
|
22579
|
-
"text": "string"
|
|
22580
|
-
}
|
|
22581
|
-
}
|
|
22582
|
-
]
|
|
22552
|
+
"kind": "field",
|
|
22553
|
+
"name": "clickHandler",
|
|
22554
|
+
"type": {
|
|
22555
|
+
"text": "(event: MouseEvent) => void"
|
|
22556
|
+
},
|
|
22557
|
+
"privacy": "private"
|
|
22583
22558
|
},
|
|
22584
22559
|
{
|
|
22585
22560
|
"kind": "method",
|
|
22586
|
-
"name": "
|
|
22587
|
-
"return": {
|
|
22588
|
-
"type": {
|
|
22589
|
-
"text": "Promise<void>"
|
|
22590
|
-
}
|
|
22591
|
-
},
|
|
22561
|
+
"name": "init",
|
|
22592
22562
|
"parameters": [
|
|
22593
22563
|
{
|
|
22594
|
-
"name": "
|
|
22595
|
-
"type": {
|
|
22596
|
-
"text": "string"
|
|
22597
|
-
}
|
|
22598
|
-
},
|
|
22599
|
-
{
|
|
22600
|
-
"name": "columnState",
|
|
22564
|
+
"name": "params",
|
|
22601
22565
|
"type": {
|
|
22602
|
-
"text": "
|
|
22566
|
+
"text": "IStatusPanelParams"
|
|
22603
22567
|
}
|
|
22604
22568
|
}
|
|
22605
22569
|
]
|
|
22606
22570
|
},
|
|
22607
22571
|
{
|
|
22608
22572
|
"kind": "method",
|
|
22609
|
-
"name": "
|
|
22610
|
-
"
|
|
22611
|
-
"type": {
|
|
22612
|
-
"text": "Promise<void>"
|
|
22613
|
-
}
|
|
22614
|
-
},
|
|
22615
|
-
"parameters": [
|
|
22616
|
-
{
|
|
22617
|
-
"name": "persistColumnStateKey",
|
|
22618
|
-
"type": {
|
|
22619
|
-
"text": "string"
|
|
22620
|
-
}
|
|
22621
|
-
}
|
|
22622
|
-
]
|
|
22573
|
+
"name": "createProgressRing",
|
|
22574
|
+
"privacy": "private"
|
|
22623
22575
|
},
|
|
22624
22576
|
{
|
|
22625
22577
|
"kind": "method",
|
|
22626
|
-
"name": "
|
|
22578
|
+
"name": "createLoadMoreButton",
|
|
22579
|
+
"privacy": "private"
|
|
22580
|
+
},
|
|
22581
|
+
{
|
|
22582
|
+
"kind": "method",
|
|
22583
|
+
"name": "updateAriaLabel",
|
|
22627
22584
|
"privacy": "private",
|
|
22628
22585
|
"return": {
|
|
22629
22586
|
"type": {
|
|
22630
|
-
"text": "
|
|
22587
|
+
"text": "void"
|
|
22631
22588
|
}
|
|
22632
22589
|
},
|
|
22633
|
-
"
|
|
22634
|
-
{
|
|
22635
|
-
"name": "persistColumnStateKey",
|
|
22636
|
-
"type": {
|
|
22637
|
-
"text": "string"
|
|
22638
|
-
}
|
|
22639
|
-
}
|
|
22640
|
-
]
|
|
22590
|
+
"description": "Update the aria-label based on current state and tooltip"
|
|
22641
22591
|
},
|
|
22642
22592
|
{
|
|
22643
22593
|
"kind": "method",
|
|
22644
|
-
"name": "
|
|
22594
|
+
"name": "showLoading",
|
|
22595
|
+
"privacy": "private",
|
|
22645
22596
|
"return": {
|
|
22646
22597
|
"type": {
|
|
22647
|
-
"text": "
|
|
22598
|
+
"text": "void"
|
|
22648
22599
|
}
|
|
22649
22600
|
},
|
|
22650
22601
|
"parameters": [
|
|
22651
22602
|
{
|
|
22652
|
-
"name": "
|
|
22603
|
+
"name": "loading",
|
|
22653
22604
|
"type": {
|
|
22654
|
-
"text": "
|
|
22605
|
+
"text": "boolean"
|
|
22655
22606
|
}
|
|
22656
22607
|
}
|
|
22657
|
-
]
|
|
22608
|
+
],
|
|
22609
|
+
"description": "Show or hide the loading state"
|
|
22658
22610
|
},
|
|
22659
22611
|
{
|
|
22660
22612
|
"kind": "method",
|
|
22661
|
-
"name": "
|
|
22662
|
-
"
|
|
22663
|
-
"type": {
|
|
22664
|
-
"text": "Promise<void>"
|
|
22665
|
-
}
|
|
22666
|
-
},
|
|
22667
|
-
"parameters": [
|
|
22668
|
-
{
|
|
22669
|
-
"name": "persistFilterModelKey",
|
|
22670
|
-
"type": {
|
|
22671
|
-
"text": "string"
|
|
22672
|
-
}
|
|
22673
|
-
},
|
|
22674
|
-
{
|
|
22675
|
-
"name": "filterModel",
|
|
22676
|
-
"type": {
|
|
22677
|
-
"text": "{ [key: string]: any }"
|
|
22678
|
-
}
|
|
22679
|
-
}
|
|
22680
|
-
]
|
|
22613
|
+
"name": "updateButtonVisibility",
|
|
22614
|
+
"privacy": "public"
|
|
22681
22615
|
},
|
|
22682
22616
|
{
|
|
22683
22617
|
"kind": "method",
|
|
22684
|
-
"name": "
|
|
22685
|
-
"
|
|
22686
|
-
"type": {
|
|
22687
|
-
"text": "Promise<Partial<RowAlertPreferences>>"
|
|
22688
|
-
}
|
|
22689
|
-
},
|
|
22618
|
+
"name": "updateParams",
|
|
22619
|
+
"privacy": "public",
|
|
22690
22620
|
"parameters": [
|
|
22691
22621
|
{
|
|
22692
|
-
"name": "
|
|
22622
|
+
"name": "params",
|
|
22693
22623
|
"type": {
|
|
22694
|
-
"text": "
|
|
22624
|
+
"text": "LoadMoreStatusBarParams"
|
|
22695
22625
|
}
|
|
22696
22626
|
}
|
|
22697
22627
|
]
|
|
22698
22628
|
},
|
|
22699
22629
|
{
|
|
22700
22630
|
"kind": "method",
|
|
22701
|
-
"name": "
|
|
22631
|
+
"name": "getGui",
|
|
22702
22632
|
"return": {
|
|
22703
22633
|
"type": {
|
|
22704
|
-
"text": "
|
|
22705
|
-
}
|
|
22706
|
-
},
|
|
22707
|
-
"parameters": [
|
|
22708
|
-
{
|
|
22709
|
-
"name": "persistRowAlertKey",
|
|
22710
|
-
"type": {
|
|
22711
|
-
"text": "string"
|
|
22712
|
-
}
|
|
22713
|
-
},
|
|
22714
|
-
{
|
|
22715
|
-
"name": "preferences",
|
|
22716
|
-
"type": {
|
|
22717
|
-
"text": "RowAlertPreferences"
|
|
22718
|
-
}
|
|
22634
|
+
"text": "HTMLElement"
|
|
22719
22635
|
}
|
|
22720
|
-
|
|
22636
|
+
}
|
|
22637
|
+
},
|
|
22638
|
+
{
|
|
22639
|
+
"kind": "method",
|
|
22640
|
+
"name": "destroy"
|
|
22721
22641
|
}
|
|
22722
22642
|
]
|
|
22723
22643
|
}
|
|
@@ -22725,166 +22645,252 @@
|
|
|
22725
22645
|
"exports": [
|
|
22726
22646
|
{
|
|
22727
22647
|
"kind": "js",
|
|
22728
|
-
"name": "
|
|
22648
|
+
"name": "LoadMoreStatusBarComponent",
|
|
22729
22649
|
"declaration": {
|
|
22730
|
-
"name": "
|
|
22731
|
-
"module": "src/
|
|
22650
|
+
"name": "LoadMoreStatusBarComponent",
|
|
22651
|
+
"module": "src/status-bar-components/load-more.status-bar.ts"
|
|
22732
22652
|
}
|
|
22733
22653
|
}
|
|
22734
22654
|
]
|
|
22735
22655
|
},
|
|
22736
22656
|
{
|
|
22737
22657
|
"kind": "javascript-module",
|
|
22738
|
-
"path": "src/
|
|
22658
|
+
"path": "src/status-bar-components/reload.status-bar.ts",
|
|
22739
22659
|
"declarations": [
|
|
22740
22660
|
{
|
|
22741
22661
|
"kind": "class",
|
|
22742
|
-
"description": "
|
|
22743
|
-
"name": "
|
|
22662
|
+
"description": "A status bar component that shows a refresh icon to reload the grid data",
|
|
22663
|
+
"name": "ReloadStatusBarComponent",
|
|
22744
22664
|
"members": [
|
|
22745
22665
|
{
|
|
22746
22666
|
"kind": "field",
|
|
22747
|
-
"name": "
|
|
22667
|
+
"name": "element",
|
|
22748
22668
|
"type": {
|
|
22749
|
-
"text": "
|
|
22750
|
-
}
|
|
22669
|
+
"text": "HTMLElement"
|
|
22670
|
+
},
|
|
22671
|
+
"privacy": "private"
|
|
22751
22672
|
},
|
|
22752
22673
|
{
|
|
22753
|
-
"kind": "
|
|
22754
|
-
"name": "
|
|
22755
|
-
"
|
|
22756
|
-
"
|
|
22757
|
-
"text": "Promise<ColumnState[]>"
|
|
22758
|
-
}
|
|
22674
|
+
"kind": "field",
|
|
22675
|
+
"name": "refreshIcon",
|
|
22676
|
+
"type": {
|
|
22677
|
+
"text": "HTMLElement"
|
|
22759
22678
|
},
|
|
22760
|
-
"
|
|
22761
|
-
{
|
|
22762
|
-
"name": "persistColumnStateKey",
|
|
22763
|
-
"type": {
|
|
22764
|
-
"text": "string"
|
|
22765
|
-
}
|
|
22766
|
-
}
|
|
22767
|
-
]
|
|
22679
|
+
"privacy": "private"
|
|
22768
22680
|
},
|
|
22769
22681
|
{
|
|
22770
|
-
"kind": "
|
|
22771
|
-
"name": "
|
|
22772
|
-
"
|
|
22773
|
-
"
|
|
22774
|
-
"text": "Promise<void>"
|
|
22775
|
-
}
|
|
22682
|
+
"kind": "field",
|
|
22683
|
+
"name": "progressRing",
|
|
22684
|
+
"type": {
|
|
22685
|
+
"text": "HTMLElement"
|
|
22776
22686
|
},
|
|
22777
|
-
"
|
|
22778
|
-
{
|
|
22779
|
-
"name": "persistColumnStateKey",
|
|
22780
|
-
"type": {
|
|
22781
|
-
"text": "string"
|
|
22782
|
-
}
|
|
22783
|
-
},
|
|
22784
|
-
{
|
|
22785
|
-
"name": "columnState",
|
|
22786
|
-
"type": {
|
|
22787
|
-
"text": "ColumnState[]"
|
|
22788
|
-
}
|
|
22789
|
-
}
|
|
22790
|
-
]
|
|
22687
|
+
"privacy": "private"
|
|
22791
22688
|
},
|
|
22792
22689
|
{
|
|
22793
|
-
"kind": "
|
|
22794
|
-
"name": "
|
|
22795
|
-
"
|
|
22796
|
-
"
|
|
22797
|
-
|
|
22798
|
-
|
|
22690
|
+
"kind": "field",
|
|
22691
|
+
"name": "params",
|
|
22692
|
+
"type": {
|
|
22693
|
+
"text": "ReloadStatusBarParams"
|
|
22694
|
+
},
|
|
22695
|
+
"privacy": "private"
|
|
22696
|
+
},
|
|
22697
|
+
{
|
|
22698
|
+
"kind": "field",
|
|
22699
|
+
"name": "designSystemPrefix",
|
|
22700
|
+
"type": {
|
|
22701
|
+
"text": "string"
|
|
22702
|
+
},
|
|
22703
|
+
"privacy": "private"
|
|
22704
|
+
},
|
|
22705
|
+
{
|
|
22706
|
+
"kind": "field",
|
|
22707
|
+
"name": "isReloading",
|
|
22708
|
+
"type": {
|
|
22709
|
+
"text": "boolean"
|
|
22710
|
+
},
|
|
22711
|
+
"privacy": "private",
|
|
22712
|
+
"default": "false"
|
|
22713
|
+
},
|
|
22714
|
+
{
|
|
22715
|
+
"kind": "field",
|
|
22716
|
+
"name": "mouseoverHandler",
|
|
22717
|
+
"type": {
|
|
22718
|
+
"text": "(event: MouseEvent) => void"
|
|
22799
22719
|
},
|
|
22720
|
+
"privacy": "private"
|
|
22721
|
+
},
|
|
22722
|
+
{
|
|
22723
|
+
"kind": "field",
|
|
22724
|
+
"name": "mouseoutHandler",
|
|
22725
|
+
"type": {
|
|
22726
|
+
"text": "(event: MouseEvent) => void"
|
|
22727
|
+
},
|
|
22728
|
+
"privacy": "private"
|
|
22729
|
+
},
|
|
22730
|
+
{
|
|
22731
|
+
"kind": "field",
|
|
22732
|
+
"name": "clickHandler",
|
|
22733
|
+
"type": {
|
|
22734
|
+
"text": "(event: MouseEvent) => void"
|
|
22735
|
+
},
|
|
22736
|
+
"privacy": "private"
|
|
22737
|
+
},
|
|
22738
|
+
{
|
|
22739
|
+
"kind": "method",
|
|
22740
|
+
"name": "init",
|
|
22800
22741
|
"parameters": [
|
|
22801
22742
|
{
|
|
22802
|
-
"name": "
|
|
22743
|
+
"name": "params",
|
|
22803
22744
|
"type": {
|
|
22804
|
-
"text": "
|
|
22745
|
+
"text": "IStatusPanelParams"
|
|
22805
22746
|
}
|
|
22806
22747
|
}
|
|
22807
22748
|
]
|
|
22808
22749
|
},
|
|
22809
22750
|
{
|
|
22810
22751
|
"kind": "method",
|
|
22811
|
-
"name": "
|
|
22752
|
+
"name": "createProgressRing",
|
|
22753
|
+
"privacy": "private"
|
|
22754
|
+
},
|
|
22755
|
+
{
|
|
22756
|
+
"kind": "method",
|
|
22757
|
+
"name": "createRefreshIcon",
|
|
22758
|
+
"privacy": "private"
|
|
22759
|
+
},
|
|
22760
|
+
{
|
|
22761
|
+
"kind": "method",
|
|
22762
|
+
"name": "showReloading",
|
|
22763
|
+
"privacy": "private",
|
|
22812
22764
|
"return": {
|
|
22813
22765
|
"type": {
|
|
22814
|
-
"text": "
|
|
22766
|
+
"text": "void"
|
|
22815
22767
|
}
|
|
22816
22768
|
},
|
|
22817
22769
|
"parameters": [
|
|
22818
22770
|
{
|
|
22819
|
-
"name": "
|
|
22771
|
+
"name": "reloading",
|
|
22820
22772
|
"type": {
|
|
22821
|
-
"text": "
|
|
22773
|
+
"text": "boolean"
|
|
22822
22774
|
}
|
|
22823
22775
|
}
|
|
22824
|
-
]
|
|
22776
|
+
],
|
|
22777
|
+
"description": "Show or hide the reloading state"
|
|
22825
22778
|
},
|
|
22826
22779
|
{
|
|
22827
22780
|
"kind": "method",
|
|
22828
|
-
"name": "
|
|
22829
|
-
"
|
|
22830
|
-
"type": {
|
|
22831
|
-
"text": "Promise<void>"
|
|
22832
|
-
}
|
|
22833
|
-
},
|
|
22781
|
+
"name": "updateParams",
|
|
22782
|
+
"privacy": "public",
|
|
22834
22783
|
"parameters": [
|
|
22835
22784
|
{
|
|
22836
|
-
"name": "
|
|
22837
|
-
"type": {
|
|
22838
|
-
"text": "string"
|
|
22839
|
-
}
|
|
22840
|
-
},
|
|
22841
|
-
{
|
|
22842
|
-
"name": "filterModel",
|
|
22785
|
+
"name": "params",
|
|
22843
22786
|
"type": {
|
|
22844
|
-
"text": "
|
|
22787
|
+
"text": "ReloadStatusBarParams"
|
|
22845
22788
|
}
|
|
22846
22789
|
}
|
|
22847
22790
|
]
|
|
22848
22791
|
},
|
|
22849
22792
|
{
|
|
22850
22793
|
"kind": "method",
|
|
22851
|
-
"name": "
|
|
22794
|
+
"name": "getGui",
|
|
22852
22795
|
"return": {
|
|
22853
22796
|
"type": {
|
|
22854
|
-
"text": "
|
|
22797
|
+
"text": "HTMLElement"
|
|
22855
22798
|
}
|
|
22799
|
+
}
|
|
22800
|
+
},
|
|
22801
|
+
{
|
|
22802
|
+
"kind": "method",
|
|
22803
|
+
"name": "destroy"
|
|
22804
|
+
}
|
|
22805
|
+
]
|
|
22806
|
+
}
|
|
22807
|
+
],
|
|
22808
|
+
"exports": [
|
|
22809
|
+
{
|
|
22810
|
+
"kind": "js",
|
|
22811
|
+
"name": "ReloadStatusBarComponent",
|
|
22812
|
+
"declaration": {
|
|
22813
|
+
"name": "ReloadStatusBarComponent",
|
|
22814
|
+
"module": "src/status-bar-components/reload.status-bar.ts"
|
|
22815
|
+
}
|
|
22816
|
+
}
|
|
22817
|
+
]
|
|
22818
|
+
},
|
|
22819
|
+
{
|
|
22820
|
+
"kind": "javascript-module",
|
|
22821
|
+
"path": "src/status-bar-components/row-count.status-bar.ts",
|
|
22822
|
+
"declarations": [
|
|
22823
|
+
{
|
|
22824
|
+
"kind": "class",
|
|
22825
|
+
"description": "Row Count Status Bar Component for Server-Side Infinite Scroll\nDisplays current row count information for server-side grids.",
|
|
22826
|
+
"name": "RowCountStatusBarComponent",
|
|
22827
|
+
"members": [
|
|
22828
|
+
{
|
|
22829
|
+
"kind": "field",
|
|
22830
|
+
"name": "element",
|
|
22831
|
+
"type": {
|
|
22832
|
+
"text": "HTMLElement"
|
|
22833
|
+
},
|
|
22834
|
+
"privacy": "private"
|
|
22835
|
+
},
|
|
22836
|
+
{
|
|
22837
|
+
"kind": "field",
|
|
22838
|
+
"name": "api",
|
|
22839
|
+
"type": {
|
|
22840
|
+
"text": "GridApi"
|
|
22841
|
+
},
|
|
22842
|
+
"privacy": "private"
|
|
22843
|
+
},
|
|
22844
|
+
{
|
|
22845
|
+
"kind": "field",
|
|
22846
|
+
"name": "rowCountDisplay",
|
|
22847
|
+
"type": {
|
|
22848
|
+
"text": "HTMLElement"
|
|
22849
|
+
},
|
|
22850
|
+
"privacy": "private"
|
|
22851
|
+
},
|
|
22852
|
+
{
|
|
22853
|
+
"kind": "field",
|
|
22854
|
+
"name": "modelUpdatedHandler",
|
|
22855
|
+
"type": {
|
|
22856
|
+
"text": "() => void"
|
|
22856
22857
|
},
|
|
22858
|
+
"privacy": "private"
|
|
22859
|
+
},
|
|
22860
|
+
{
|
|
22861
|
+
"kind": "method",
|
|
22862
|
+
"name": "init",
|
|
22857
22863
|
"parameters": [
|
|
22858
22864
|
{
|
|
22859
|
-
"name": "
|
|
22865
|
+
"name": "params",
|
|
22860
22866
|
"type": {
|
|
22861
|
-
"text": "
|
|
22867
|
+
"text": "IStatusPanelParams"
|
|
22862
22868
|
}
|
|
22863
22869
|
}
|
|
22864
22870
|
]
|
|
22865
22871
|
},
|
|
22866
22872
|
{
|
|
22867
22873
|
"kind": "method",
|
|
22868
|
-
"name": "
|
|
22874
|
+
"name": "updateDisplay",
|
|
22875
|
+
"privacy": "private",
|
|
22869
22876
|
"return": {
|
|
22870
22877
|
"type": {
|
|
22871
|
-
"text": "
|
|
22878
|
+
"text": "void"
|
|
22872
22879
|
}
|
|
22873
|
-
}
|
|
22874
|
-
|
|
22875
|
-
|
|
22876
|
-
|
|
22877
|
-
|
|
22878
|
-
|
|
22879
|
-
|
|
22880
|
-
|
|
22881
|
-
{
|
|
22882
|
-
"name": "preferences",
|
|
22883
|
-
"type": {
|
|
22884
|
-
"text": "RowAlertPreferences"
|
|
22885
|
-
}
|
|
22880
|
+
}
|
|
22881
|
+
},
|
|
22882
|
+
{
|
|
22883
|
+
"kind": "method",
|
|
22884
|
+
"name": "getGui",
|
|
22885
|
+
"return": {
|
|
22886
|
+
"type": {
|
|
22887
|
+
"text": "HTMLElement"
|
|
22886
22888
|
}
|
|
22887
|
-
|
|
22889
|
+
}
|
|
22890
|
+
},
|
|
22891
|
+
{
|
|
22892
|
+
"kind": "method",
|
|
22893
|
+
"name": "destroy"
|
|
22888
22894
|
}
|
|
22889
22895
|
]
|
|
22890
22896
|
}
|
|
@@ -22892,20 +22898,14 @@
|
|
|
22892
22898
|
"exports": [
|
|
22893
22899
|
{
|
|
22894
22900
|
"kind": "js",
|
|
22895
|
-
"name": "
|
|
22901
|
+
"name": "RowCountStatusBarComponent",
|
|
22896
22902
|
"declaration": {
|
|
22897
|
-
"name": "
|
|
22898
|
-
"module": "src/
|
|
22903
|
+
"name": "RowCountStatusBarComponent",
|
|
22904
|
+
"module": "src/status-bar-components/row-count.status-bar.ts"
|
|
22899
22905
|
}
|
|
22900
22906
|
}
|
|
22901
22907
|
]
|
|
22902
22908
|
},
|
|
22903
|
-
{
|
|
22904
|
-
"kind": "javascript-module",
|
|
22905
|
-
"path": "src/state-persistence/state-persistence.ts",
|
|
22906
|
-
"declarations": [],
|
|
22907
|
-
"exports": []
|
|
22908
|
-
},
|
|
22909
22909
|
{
|
|
22910
22910
|
"kind": "javascript-module",
|
|
22911
22911
|
"path": "src/style/colors.ts",
|
|
@@ -23326,60 +23326,6 @@
|
|
|
23326
23326
|
}
|
|
23327
23327
|
]
|
|
23328
23328
|
},
|
|
23329
|
-
{
|
|
23330
|
-
"kind": "javascript-module",
|
|
23331
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
23332
|
-
"declarations": [
|
|
23333
|
-
{
|
|
23334
|
-
"kind": "function",
|
|
23335
|
-
"name": "setValueWithAccessor",
|
|
23336
|
-
"return": {
|
|
23337
|
-
"type": {
|
|
23338
|
-
"text": "string"
|
|
23339
|
-
}
|
|
23340
|
-
},
|
|
23341
|
-
"parameters": [
|
|
23342
|
-
{
|
|
23343
|
-
"name": "data",
|
|
23344
|
-
"type": {
|
|
23345
|
-
"text": "any"
|
|
23346
|
-
}
|
|
23347
|
-
},
|
|
23348
|
-
{
|
|
23349
|
-
"name": "accessor",
|
|
23350
|
-
"type": {
|
|
23351
|
-
"text": "string"
|
|
23352
|
-
}
|
|
23353
|
-
}
|
|
23354
|
-
]
|
|
23355
|
-
}
|
|
23356
|
-
],
|
|
23357
|
-
"exports": [
|
|
23358
|
-
{
|
|
23359
|
-
"kind": "js",
|
|
23360
|
-
"name": "setValueWithAccessor",
|
|
23361
|
-
"declaration": {
|
|
23362
|
-
"name": "setValueWithAccessor",
|
|
23363
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
23364
|
-
}
|
|
23365
|
-
}
|
|
23366
|
-
]
|
|
23367
|
-
},
|
|
23368
|
-
{
|
|
23369
|
-
"kind": "javascript-module",
|
|
23370
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
23371
|
-
"declarations": [],
|
|
23372
|
-
"exports": [
|
|
23373
|
-
{
|
|
23374
|
-
"kind": "js",
|
|
23375
|
-
"name": "*",
|
|
23376
|
-
"declaration": {
|
|
23377
|
-
"name": "*",
|
|
23378
|
-
"package": "./accessor"
|
|
23379
|
-
}
|
|
23380
|
-
}
|
|
23381
|
-
]
|
|
23382
|
-
},
|
|
23383
23329
|
{
|
|
23384
23330
|
"kind": "javascript-module",
|
|
23385
23331
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -23473,6 +23419,60 @@
|
|
|
23473
23419
|
}
|
|
23474
23420
|
}
|
|
23475
23421
|
]
|
|
23422
|
+
},
|
|
23423
|
+
{
|
|
23424
|
+
"kind": "javascript-module",
|
|
23425
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
23426
|
+
"declarations": [
|
|
23427
|
+
{
|
|
23428
|
+
"kind": "function",
|
|
23429
|
+
"name": "setValueWithAccessor",
|
|
23430
|
+
"return": {
|
|
23431
|
+
"type": {
|
|
23432
|
+
"text": "string"
|
|
23433
|
+
}
|
|
23434
|
+
},
|
|
23435
|
+
"parameters": [
|
|
23436
|
+
{
|
|
23437
|
+
"name": "data",
|
|
23438
|
+
"type": {
|
|
23439
|
+
"text": "any"
|
|
23440
|
+
}
|
|
23441
|
+
},
|
|
23442
|
+
{
|
|
23443
|
+
"name": "accessor",
|
|
23444
|
+
"type": {
|
|
23445
|
+
"text": "string"
|
|
23446
|
+
}
|
|
23447
|
+
}
|
|
23448
|
+
]
|
|
23449
|
+
}
|
|
23450
|
+
],
|
|
23451
|
+
"exports": [
|
|
23452
|
+
{
|
|
23453
|
+
"kind": "js",
|
|
23454
|
+
"name": "setValueWithAccessor",
|
|
23455
|
+
"declaration": {
|
|
23456
|
+
"name": "setValueWithAccessor",
|
|
23457
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
23458
|
+
}
|
|
23459
|
+
}
|
|
23460
|
+
]
|
|
23461
|
+
},
|
|
23462
|
+
{
|
|
23463
|
+
"kind": "javascript-module",
|
|
23464
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
23465
|
+
"declarations": [],
|
|
23466
|
+
"exports": [
|
|
23467
|
+
{
|
|
23468
|
+
"kind": "js",
|
|
23469
|
+
"name": "*",
|
|
23470
|
+
"declaration": {
|
|
23471
|
+
"name": "*",
|
|
23472
|
+
"package": "./accessor"
|
|
23473
|
+
}
|
|
23474
|
+
}
|
|
23475
|
+
]
|
|
23476
23476
|
}
|
|
23477
23477
|
]
|
|
23478
23478
|
}
|