@genesislcap/grid-pro 15.10.4 → 15.10.5
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 +499 -499
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -5272,123 +5272,69 @@
|
|
|
5272
5272
|
},
|
|
5273
5273
|
{
|
|
5274
5274
|
"kind": "javascript-module",
|
|
5275
|
-
"path": "src/
|
|
5276
|
-
"declarations": [
|
|
5277
|
-
{
|
|
5278
|
-
"kind": "variable",
|
|
5279
|
-
"name": "ColumnTemplate",
|
|
5280
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5281
|
-
"description": "The Grid Pro Column Template.",
|
|
5282
|
-
"privacy": "public"
|
|
5283
|
-
}
|
|
5284
|
-
],
|
|
5285
|
-
"exports": [
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "js",
|
|
5288
|
-
"name": "ColumnTemplate",
|
|
5289
|
-
"declaration": {
|
|
5290
|
-
"name": "ColumnTemplate",
|
|
5291
|
-
"module": "src/column/column.template.ts"
|
|
5292
|
-
}
|
|
5293
|
-
}
|
|
5294
|
-
]
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"kind": "javascript-module",
|
|
5298
|
-
"path": "src/column/column.ts",
|
|
5275
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5299
5276
|
"declarations": [
|
|
5300
5277
|
{
|
|
5301
5278
|
"kind": "class",
|
|
5302
|
-
"description": "The
|
|
5303
|
-
"name": "
|
|
5279
|
+
"description": "The AG Action Renderer element.",
|
|
5280
|
+
"name": "ActionRenderer",
|
|
5304
5281
|
"members": [
|
|
5305
5282
|
{
|
|
5306
5283
|
"kind": "field",
|
|
5307
|
-
"name": "
|
|
5284
|
+
"name": "params",
|
|
5308
5285
|
"type": {
|
|
5309
|
-
"text": "
|
|
5286
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5310
5287
|
},
|
|
5311
5288
|
"privacy": "public"
|
|
5312
5289
|
},
|
|
5313
5290
|
{
|
|
5314
5291
|
"kind": "field",
|
|
5315
|
-
"name": "
|
|
5292
|
+
"name": "pendingAction",
|
|
5316
5293
|
"type": {
|
|
5317
|
-
"text": "
|
|
5294
|
+
"text": "boolean"
|
|
5318
5295
|
},
|
|
5319
|
-
"default": "{}"
|
|
5320
|
-
},
|
|
5321
|
-
{
|
|
5322
|
-
"kind": "method",
|
|
5323
|
-
"name": "slottedAgCellChanged",
|
|
5324
5296
|
"privacy": "public"
|
|
5325
5297
|
},
|
|
5326
5298
|
{
|
|
5327
5299
|
"kind": "method",
|
|
5328
|
-
"name": "
|
|
5329
|
-
"
|
|
5330
|
-
"type": {
|
|
5331
|
-
"text": "Node"
|
|
5332
|
-
}
|
|
5333
|
-
},
|
|
5334
|
-
"inheritedFrom": {
|
|
5335
|
-
"name": "LifecycleMixin",
|
|
5336
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5337
|
-
}
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"kind": "method",
|
|
5341
|
-
"name": "cloneNode",
|
|
5342
|
-
"return": {
|
|
5343
|
-
"type": {
|
|
5344
|
-
"text": "Node"
|
|
5345
|
-
}
|
|
5346
|
-
},
|
|
5300
|
+
"name": "init",
|
|
5301
|
+
"privacy": "public",
|
|
5347
5302
|
"parameters": [
|
|
5348
5303
|
{
|
|
5349
|
-
"name": "
|
|
5350
|
-
"optional": true,
|
|
5304
|
+
"name": "params",
|
|
5351
5305
|
"type": {
|
|
5352
|
-
"text": "
|
|
5306
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5353
5307
|
}
|
|
5354
5308
|
}
|
|
5355
|
-
]
|
|
5356
|
-
"inheritedFrom": {
|
|
5357
|
-
"name": "LifecycleMixin",
|
|
5358
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5359
|
-
}
|
|
5309
|
+
]
|
|
5360
5310
|
},
|
|
5361
5311
|
{
|
|
5362
|
-
"kind": "
|
|
5363
|
-
"name": "
|
|
5312
|
+
"kind": "method",
|
|
5313
|
+
"name": "getGui",
|
|
5314
|
+
"privacy": "public",
|
|
5364
5315
|
"return": {
|
|
5365
5316
|
"type": {
|
|
5366
|
-
"text": ""
|
|
5317
|
+
"text": "HTMLElement"
|
|
5367
5318
|
}
|
|
5368
|
-
},
|
|
5369
|
-
"readonly": true,
|
|
5370
|
-
"inheritedFrom": {
|
|
5371
|
-
"name": "LifecycleMixin",
|
|
5372
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5373
5319
|
}
|
|
5374
5320
|
},
|
|
5375
5321
|
{
|
|
5376
|
-
"kind": "
|
|
5377
|
-
"name": "
|
|
5378
|
-
"
|
|
5379
|
-
|
|
5380
|
-
|
|
5322
|
+
"kind": "method",
|
|
5323
|
+
"name": "refresh",
|
|
5324
|
+
"privacy": "public",
|
|
5325
|
+
"parameters": [
|
|
5326
|
+
{
|
|
5327
|
+
"name": "params",
|
|
5328
|
+
"type": {
|
|
5329
|
+
"text": "ICellRendererParams"
|
|
5330
|
+
}
|
|
5381
5331
|
}
|
|
5382
|
-
|
|
5383
|
-
"readonly": true,
|
|
5384
|
-
"inheritedFrom": {
|
|
5385
|
-
"name": "LifecycleMixin",
|
|
5386
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5387
|
-
}
|
|
5332
|
+
]
|
|
5388
5333
|
},
|
|
5389
5334
|
{
|
|
5390
5335
|
"kind": "method",
|
|
5391
|
-
"name": "
|
|
5336
|
+
"name": "isDisabled",
|
|
5337
|
+
"privacy": "public",
|
|
5392
5338
|
"return": {
|
|
5393
5339
|
"type": {
|
|
5394
5340
|
"text": "boolean"
|
|
@@ -5396,16 +5342,19 @@
|
|
|
5396
5342
|
},
|
|
5397
5343
|
"parameters": [
|
|
5398
5344
|
{
|
|
5399
|
-
"name": "
|
|
5400
|
-
"type": {
|
|
5401
|
-
"text": "Lifecycletype"
|
|
5402
|
-
}
|
|
5345
|
+
"name": "data"
|
|
5403
5346
|
}
|
|
5404
|
-
]
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5347
|
+
]
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "method",
|
|
5351
|
+
"name": "clickHandler",
|
|
5352
|
+
"privacy": "public"
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "field",
|
|
5356
|
+
"name": "dataTestId",
|
|
5357
|
+
"readonly": true
|
|
5409
5358
|
},
|
|
5410
5359
|
{
|
|
5411
5360
|
"kind": "field",
|
|
@@ -5519,92 +5468,82 @@
|
|
|
5519
5468
|
}
|
|
5520
5469
|
}
|
|
5521
5470
|
],
|
|
5522
|
-
"mixins": [
|
|
5523
|
-
{
|
|
5524
|
-
"name": "LifecycleMixin",
|
|
5525
|
-
"package": "@genesislcap/foundation-utils"
|
|
5526
|
-
}
|
|
5527
|
-
],
|
|
5528
5471
|
"superclass": {
|
|
5529
5472
|
"name": "FoundationElement",
|
|
5530
5473
|
"package": "@microsoft/fast-foundation"
|
|
5531
5474
|
},
|
|
5532
|
-
"tagName": "grid-pro-
|
|
5475
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5533
5476
|
"customElement": true
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"kind": "variable",
|
|
5480
|
+
"name": "actionHeightMultiplier",
|
|
5481
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5482
|
+
"privacy": "public"
|
|
5483
|
+
},
|
|
5484
|
+
{
|
|
5485
|
+
"kind": "variable",
|
|
5486
|
+
"name": "agActionRendererStyles",
|
|
5487
|
+
"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`",
|
|
5488
|
+
"description": "The AG Action Renderer Styles.",
|
|
5489
|
+
"privacy": "public"
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"kind": "variable",
|
|
5493
|
+
"name": "foundationGridProActionRenderer",
|
|
5494
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5495
|
+
"privacy": "public"
|
|
5534
5496
|
}
|
|
5535
5497
|
],
|
|
5536
5498
|
"exports": [
|
|
5537
5499
|
{
|
|
5538
5500
|
"kind": "js",
|
|
5539
|
-
"name": "
|
|
5501
|
+
"name": "ActionRenderer",
|
|
5540
5502
|
"declaration": {
|
|
5541
|
-
"name": "
|
|
5542
|
-
"module": "src/
|
|
5503
|
+
"name": "ActionRenderer",
|
|
5504
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5543
5505
|
}
|
|
5544
5506
|
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "custom-element-definition",
|
|
5547
|
-
"name": "grid-pro-column",
|
|
5548
|
-
"declaration": {
|
|
5549
|
-
"name": "GridProColumn",
|
|
5550
|
-
"module": "src/column/column.ts"
|
|
5551
|
-
}
|
|
5552
|
-
}
|
|
5553
|
-
]
|
|
5554
|
-
},
|
|
5555
|
-
{
|
|
5556
|
-
"kind": "javascript-module",
|
|
5557
|
-
"path": "src/column/index.ts",
|
|
5558
|
-
"declarations": [],
|
|
5559
|
-
"exports": [
|
|
5560
5507
|
{
|
|
5561
5508
|
"kind": "js",
|
|
5562
|
-
"name": "
|
|
5509
|
+
"name": "actionHeightMultiplier",
|
|
5563
5510
|
"declaration": {
|
|
5564
|
-
"name": "
|
|
5565
|
-
"
|
|
5511
|
+
"name": "actionHeightMultiplier",
|
|
5512
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5566
5513
|
}
|
|
5567
5514
|
},
|
|
5568
5515
|
{
|
|
5569
5516
|
"kind": "js",
|
|
5570
|
-
"name": "
|
|
5517
|
+
"name": "agActionRendererStyles",
|
|
5571
5518
|
"declaration": {
|
|
5572
|
-
"name": "
|
|
5573
|
-
"
|
|
5519
|
+
"name": "agActionRendererStyles",
|
|
5520
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5574
5521
|
}
|
|
5575
5522
|
},
|
|
5576
5523
|
{
|
|
5577
5524
|
"kind": "js",
|
|
5578
|
-
"name": "
|
|
5525
|
+
"name": "foundationGridProActionRenderer",
|
|
5579
5526
|
"declaration": {
|
|
5580
|
-
"name": "
|
|
5581
|
-
"
|
|
5527
|
+
"name": "foundationGridProActionRenderer",
|
|
5528
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5582
5529
|
}
|
|
5583
5530
|
}
|
|
5584
5531
|
]
|
|
5585
5532
|
},
|
|
5586
5533
|
{
|
|
5587
5534
|
"kind": "javascript-module",
|
|
5588
|
-
"path": "src/cell-renderers/
|
|
5535
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5589
5536
|
"declarations": [
|
|
5590
5537
|
{
|
|
5591
5538
|
"kind": "class",
|
|
5592
|
-
"description": "The
|
|
5593
|
-
"name": "
|
|
5539
|
+
"description": "The Actions Menu Renderer element.",
|
|
5540
|
+
"name": "ActionsMenuRenderer",
|
|
5594
5541
|
"members": [
|
|
5595
5542
|
{
|
|
5596
5543
|
"kind": "field",
|
|
5597
5544
|
"name": "params",
|
|
5598
5545
|
"type": {
|
|
5599
|
-
"text": "ICellRendererParams
|
|
5600
|
-
},
|
|
5601
|
-
"privacy": "public"
|
|
5602
|
-
},
|
|
5603
|
-
{
|
|
5604
|
-
"kind": "field",
|
|
5605
|
-
"name": "pendingAction",
|
|
5606
|
-
"type": {
|
|
5607
|
-
"text": "boolean"
|
|
5546
|
+
"text": "ICellRendererParams"
|
|
5608
5547
|
},
|
|
5609
5548
|
"privacy": "public"
|
|
5610
5549
|
},
|
|
@@ -5616,7 +5555,7 @@
|
|
|
5616
5555
|
{
|
|
5617
5556
|
"name": "params",
|
|
5618
5557
|
"type": {
|
|
5619
|
-
"text": "ICellRendererParams
|
|
5558
|
+
"text": "ICellRendererParams"
|
|
5620
5559
|
}
|
|
5621
5560
|
}
|
|
5622
5561
|
]
|
|
@@ -5644,31 +5583,6 @@
|
|
|
5644
5583
|
}
|
|
5645
5584
|
]
|
|
5646
5585
|
},
|
|
5647
|
-
{
|
|
5648
|
-
"kind": "method",
|
|
5649
|
-
"name": "isDisabled",
|
|
5650
|
-
"privacy": "public",
|
|
5651
|
-
"return": {
|
|
5652
|
-
"type": {
|
|
5653
|
-
"text": "boolean"
|
|
5654
|
-
}
|
|
5655
|
-
},
|
|
5656
|
-
"parameters": [
|
|
5657
|
-
{
|
|
5658
|
-
"name": "data"
|
|
5659
|
-
}
|
|
5660
|
-
]
|
|
5661
|
-
},
|
|
5662
|
-
{
|
|
5663
|
-
"kind": "method",
|
|
5664
|
-
"name": "clickHandler",
|
|
5665
|
-
"privacy": "public"
|
|
5666
|
-
},
|
|
5667
|
-
{
|
|
5668
|
-
"kind": "field",
|
|
5669
|
-
"name": "dataTestId",
|
|
5670
|
-
"readonly": true
|
|
5671
|
-
},
|
|
5672
5586
|
{
|
|
5673
5587
|
"kind": "field",
|
|
5674
5588
|
"name": "_presentation",
|
|
@@ -5785,240 +5699,13 @@
|
|
|
5785
5699
|
"name": "FoundationElement",
|
|
5786
5700
|
"package": "@microsoft/fast-foundation"
|
|
5787
5701
|
},
|
|
5788
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5702
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5789
5703
|
"customElement": true
|
|
5790
5704
|
},
|
|
5791
5705
|
{
|
|
5792
5706
|
"kind": "variable",
|
|
5793
|
-
"name": "
|
|
5794
|
-
"description": "
|
|
5795
|
-
"privacy": "public"
|
|
5796
|
-
},
|
|
5797
|
-
{
|
|
5798
|
-
"kind": "variable",
|
|
5799
|
-
"name": "agActionRendererStyles",
|
|
5800
|
-
"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`",
|
|
5801
|
-
"description": "The AG Action Renderer Styles.",
|
|
5802
|
-
"privacy": "public"
|
|
5803
|
-
},
|
|
5804
|
-
{
|
|
5805
|
-
"kind": "variable",
|
|
5806
|
-
"name": "foundationGridProActionRenderer",
|
|
5807
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5808
|
-
"privacy": "public"
|
|
5809
|
-
}
|
|
5810
|
-
],
|
|
5811
|
-
"exports": [
|
|
5812
|
-
{
|
|
5813
|
-
"kind": "js",
|
|
5814
|
-
"name": "ActionRenderer",
|
|
5815
|
-
"declaration": {
|
|
5816
|
-
"name": "ActionRenderer",
|
|
5817
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5818
|
-
}
|
|
5819
|
-
},
|
|
5820
|
-
{
|
|
5821
|
-
"kind": "js",
|
|
5822
|
-
"name": "actionHeightMultiplier",
|
|
5823
|
-
"declaration": {
|
|
5824
|
-
"name": "actionHeightMultiplier",
|
|
5825
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5826
|
-
}
|
|
5827
|
-
},
|
|
5828
|
-
{
|
|
5829
|
-
"kind": "js",
|
|
5830
|
-
"name": "agActionRendererStyles",
|
|
5831
|
-
"declaration": {
|
|
5832
|
-
"name": "agActionRendererStyles",
|
|
5833
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5834
|
-
}
|
|
5835
|
-
},
|
|
5836
|
-
{
|
|
5837
|
-
"kind": "js",
|
|
5838
|
-
"name": "foundationGridProActionRenderer",
|
|
5839
|
-
"declaration": {
|
|
5840
|
-
"name": "foundationGridProActionRenderer",
|
|
5841
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5842
|
-
}
|
|
5843
|
-
}
|
|
5844
|
-
]
|
|
5845
|
-
},
|
|
5846
|
-
{
|
|
5847
|
-
"kind": "javascript-module",
|
|
5848
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5849
|
-
"declarations": [
|
|
5850
|
-
{
|
|
5851
|
-
"kind": "class",
|
|
5852
|
-
"description": "The Actions Menu Renderer element.",
|
|
5853
|
-
"name": "ActionsMenuRenderer",
|
|
5854
|
-
"members": [
|
|
5855
|
-
{
|
|
5856
|
-
"kind": "field",
|
|
5857
|
-
"name": "params",
|
|
5858
|
-
"type": {
|
|
5859
|
-
"text": "ICellRendererParams"
|
|
5860
|
-
},
|
|
5861
|
-
"privacy": "public"
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"kind": "method",
|
|
5865
|
-
"name": "init",
|
|
5866
|
-
"privacy": "public",
|
|
5867
|
-
"parameters": [
|
|
5868
|
-
{
|
|
5869
|
-
"name": "params",
|
|
5870
|
-
"type": {
|
|
5871
|
-
"text": "ICellRendererParams"
|
|
5872
|
-
}
|
|
5873
|
-
}
|
|
5874
|
-
]
|
|
5875
|
-
},
|
|
5876
|
-
{
|
|
5877
|
-
"kind": "method",
|
|
5878
|
-
"name": "getGui",
|
|
5879
|
-
"privacy": "public",
|
|
5880
|
-
"return": {
|
|
5881
|
-
"type": {
|
|
5882
|
-
"text": "HTMLElement"
|
|
5883
|
-
}
|
|
5884
|
-
}
|
|
5885
|
-
},
|
|
5886
|
-
{
|
|
5887
|
-
"kind": "method",
|
|
5888
|
-
"name": "refresh",
|
|
5889
|
-
"privacy": "public",
|
|
5890
|
-
"parameters": [
|
|
5891
|
-
{
|
|
5892
|
-
"name": "params",
|
|
5893
|
-
"type": {
|
|
5894
|
-
"text": "ICellRendererParams"
|
|
5895
|
-
}
|
|
5896
|
-
}
|
|
5897
|
-
]
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"kind": "field",
|
|
5901
|
-
"name": "_presentation",
|
|
5902
|
-
"type": {
|
|
5903
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5904
|
-
},
|
|
5905
|
-
"privacy": "private",
|
|
5906
|
-
"default": "void 0",
|
|
5907
|
-
"inheritedFrom": {
|
|
5908
|
-
"name": "FoundationElement",
|
|
5909
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
{
|
|
5913
|
-
"kind": "field",
|
|
5914
|
-
"name": "$presentation",
|
|
5915
|
-
"type": {
|
|
5916
|
-
"text": "ComponentPresentation | null"
|
|
5917
|
-
},
|
|
5918
|
-
"privacy": "public",
|
|
5919
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5920
|
-
"inheritedFrom": {
|
|
5921
|
-
"name": "FoundationElement",
|
|
5922
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5923
|
-
}
|
|
5924
|
-
},
|
|
5925
|
-
{
|
|
5926
|
-
"kind": "field",
|
|
5927
|
-
"name": "template",
|
|
5928
|
-
"type": {
|
|
5929
|
-
"text": "ElementViewTemplate | void | null"
|
|
5930
|
-
},
|
|
5931
|
-
"privacy": "public",
|
|
5932
|
-
"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.",
|
|
5933
|
-
"inheritedFrom": {
|
|
5934
|
-
"name": "FoundationElement",
|
|
5935
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5936
|
-
}
|
|
5937
|
-
},
|
|
5938
|
-
{
|
|
5939
|
-
"kind": "method",
|
|
5940
|
-
"name": "templateChanged",
|
|
5941
|
-
"privacy": "protected",
|
|
5942
|
-
"return": {
|
|
5943
|
-
"type": {
|
|
5944
|
-
"text": "void"
|
|
5945
|
-
}
|
|
5946
|
-
},
|
|
5947
|
-
"inheritedFrom": {
|
|
5948
|
-
"name": "FoundationElement",
|
|
5949
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5950
|
-
}
|
|
5951
|
-
},
|
|
5952
|
-
{
|
|
5953
|
-
"kind": "field",
|
|
5954
|
-
"name": "styles",
|
|
5955
|
-
"type": {
|
|
5956
|
-
"text": "ElementStyles | void | null"
|
|
5957
|
-
},
|
|
5958
|
-
"privacy": "public",
|
|
5959
|
-
"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.",
|
|
5960
|
-
"inheritedFrom": {
|
|
5961
|
-
"name": "FoundationElement",
|
|
5962
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5963
|
-
}
|
|
5964
|
-
},
|
|
5965
|
-
{
|
|
5966
|
-
"kind": "method",
|
|
5967
|
-
"name": "stylesChanged",
|
|
5968
|
-
"privacy": "protected",
|
|
5969
|
-
"return": {
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "void"
|
|
5972
|
-
}
|
|
5973
|
-
},
|
|
5974
|
-
"inheritedFrom": {
|
|
5975
|
-
"name": "FoundationElement",
|
|
5976
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5977
|
-
}
|
|
5978
|
-
},
|
|
5979
|
-
{
|
|
5980
|
-
"kind": "method",
|
|
5981
|
-
"name": "compose",
|
|
5982
|
-
"privacy": "public",
|
|
5983
|
-
"static": true,
|
|
5984
|
-
"return": {
|
|
5985
|
-
"type": {
|
|
5986
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5987
|
-
}
|
|
5988
|
-
},
|
|
5989
|
-
"parameters": [
|
|
5990
|
-
{
|
|
5991
|
-
"name": "this",
|
|
5992
|
-
"type": {
|
|
5993
|
-
"text": "K"
|
|
5994
|
-
}
|
|
5995
|
-
},
|
|
5996
|
-
{
|
|
5997
|
-
"name": "elementDefinition",
|
|
5998
|
-
"type": {
|
|
5999
|
-
"text": "T"
|
|
6000
|
-
},
|
|
6001
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6002
|
-
}
|
|
6003
|
-
],
|
|
6004
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6005
|
-
"inheritedFrom": {
|
|
6006
|
-
"name": "FoundationElement",
|
|
6007
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6008
|
-
}
|
|
6009
|
-
}
|
|
6010
|
-
],
|
|
6011
|
-
"superclass": {
|
|
6012
|
-
"name": "FoundationElement",
|
|
6013
|
-
"package": "@microsoft/fast-foundation"
|
|
6014
|
-
},
|
|
6015
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6016
|
-
"customElement": true
|
|
6017
|
-
},
|
|
6018
|
-
{
|
|
6019
|
-
"kind": "variable",
|
|
6020
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
6021
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5707
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5708
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6022
5709
|
"privacy": "public"
|
|
6023
5710
|
},
|
|
6024
5711
|
{
|
|
@@ -15669,65 +15356,314 @@
|
|
|
15669
15356
|
}
|
|
15670
15357
|
],
|
|
15671
15358
|
"inheritedFrom": {
|
|
15672
|
-
"name": "BaseServerSideDatasource",
|
|
15673
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15359
|
+
"name": "BaseServerSideDatasource",
|
|
15360
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15361
|
+
}
|
|
15362
|
+
},
|
|
15363
|
+
{
|
|
15364
|
+
"kind": "method",
|
|
15365
|
+
"name": "completeEmptyResult",
|
|
15366
|
+
"privacy": "protected",
|
|
15367
|
+
"return": {
|
|
15368
|
+
"type": {
|
|
15369
|
+
"text": "void"
|
|
15370
|
+
}
|
|
15371
|
+
},
|
|
15372
|
+
"parameters": [
|
|
15373
|
+
{
|
|
15374
|
+
"name": "params",
|
|
15375
|
+
"type": {
|
|
15376
|
+
"text": "IServerSideGetRowsParams"
|
|
15377
|
+
}
|
|
15378
|
+
}
|
|
15379
|
+
],
|
|
15380
|
+
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15381
|
+
"inheritedFrom": {
|
|
15382
|
+
"name": "BaseServerSideDatasource",
|
|
15383
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15384
|
+
}
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "method",
|
|
15388
|
+
"name": "notifyNoDataAvailableIfEmpty",
|
|
15389
|
+
"privacy": "protected",
|
|
15390
|
+
"return": {
|
|
15391
|
+
"type": {
|
|
15392
|
+
"text": "void"
|
|
15393
|
+
}
|
|
15394
|
+
},
|
|
15395
|
+
"parameters": [
|
|
15396
|
+
{
|
|
15397
|
+
"name": "params",
|
|
15398
|
+
"type": {
|
|
15399
|
+
"text": "IServerSideGetRowsParams"
|
|
15400
|
+
}
|
|
15401
|
+
},
|
|
15402
|
+
{
|
|
15403
|
+
"name": "successRowData",
|
|
15404
|
+
"type": {
|
|
15405
|
+
"text": "LoadSuccessParams"
|
|
15406
|
+
}
|
|
15407
|
+
}
|
|
15408
|
+
],
|
|
15409
|
+
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15410
|
+
"inheritedFrom": {
|
|
15411
|
+
"name": "BaseServerSideDatasource",
|
|
15412
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15413
|
+
}
|
|
15414
|
+
},
|
|
15415
|
+
{
|
|
15416
|
+
"kind": "method",
|
|
15417
|
+
"name": "notifyNoDataAvailable",
|
|
15418
|
+
"privacy": "protected",
|
|
15419
|
+
"return": {
|
|
15420
|
+
"type": {
|
|
15421
|
+
"text": "void"
|
|
15422
|
+
}
|
|
15423
|
+
},
|
|
15424
|
+
"inheritedFrom": {
|
|
15425
|
+
"name": "BaseServerSideDatasource",
|
|
15426
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15427
|
+
}
|
|
15428
|
+
},
|
|
15429
|
+
{
|
|
15430
|
+
"kind": "method",
|
|
15431
|
+
"name": "notifyDataAvailable",
|
|
15432
|
+
"privacy": "protected",
|
|
15433
|
+
"return": {
|
|
15434
|
+
"type": {
|
|
15435
|
+
"text": "void"
|
|
15436
|
+
}
|
|
15437
|
+
},
|
|
15438
|
+
"inheritedFrom": {
|
|
15439
|
+
"name": "BaseServerSideDatasource",
|
|
15440
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15441
|
+
}
|
|
15442
|
+
}
|
|
15443
|
+
],
|
|
15444
|
+
"superclass": {
|
|
15445
|
+
"name": "BaseServerSideDatasource",
|
|
15446
|
+
"module": "/src/datasource/server-side.resource-base"
|
|
15447
|
+
}
|
|
15448
|
+
}
|
|
15449
|
+
],
|
|
15450
|
+
"exports": [
|
|
15451
|
+
{
|
|
15452
|
+
"kind": "js",
|
|
15453
|
+
"name": "ReqRepServerSideDatasource",
|
|
15454
|
+
"declaration": {
|
|
15455
|
+
"name": "ReqRepServerSideDatasource",
|
|
15456
|
+
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
15457
|
+
}
|
|
15458
|
+
}
|
|
15459
|
+
]
|
|
15460
|
+
},
|
|
15461
|
+
{
|
|
15462
|
+
"kind": "javascript-module",
|
|
15463
|
+
"path": "src/column/column.template.ts",
|
|
15464
|
+
"declarations": [
|
|
15465
|
+
{
|
|
15466
|
+
"kind": "variable",
|
|
15467
|
+
"name": "ColumnTemplate",
|
|
15468
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15469
|
+
"description": "The Grid Pro Column Template.",
|
|
15470
|
+
"privacy": "public"
|
|
15471
|
+
}
|
|
15472
|
+
],
|
|
15473
|
+
"exports": [
|
|
15474
|
+
{
|
|
15475
|
+
"kind": "js",
|
|
15476
|
+
"name": "ColumnTemplate",
|
|
15477
|
+
"declaration": {
|
|
15478
|
+
"name": "ColumnTemplate",
|
|
15479
|
+
"module": "src/column/column.template.ts"
|
|
15480
|
+
}
|
|
15481
|
+
}
|
|
15482
|
+
]
|
|
15483
|
+
},
|
|
15484
|
+
{
|
|
15485
|
+
"kind": "javascript-module",
|
|
15486
|
+
"path": "src/column/column.ts",
|
|
15487
|
+
"declarations": [
|
|
15488
|
+
{
|
|
15489
|
+
"kind": "class",
|
|
15490
|
+
"description": "The Grid Pro Column element.",
|
|
15491
|
+
"name": "GridProColumn",
|
|
15492
|
+
"members": [
|
|
15493
|
+
{
|
|
15494
|
+
"kind": "field",
|
|
15495
|
+
"name": "slottedAgCell",
|
|
15496
|
+
"type": {
|
|
15497
|
+
"text": "HTMLElement[]"
|
|
15498
|
+
},
|
|
15499
|
+
"privacy": "public"
|
|
15500
|
+
},
|
|
15501
|
+
{
|
|
15502
|
+
"kind": "field",
|
|
15503
|
+
"name": "definition",
|
|
15504
|
+
"type": {
|
|
15505
|
+
"text": "ColDef"
|
|
15506
|
+
},
|
|
15507
|
+
"default": "{}"
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"kind": "method",
|
|
15511
|
+
"name": "slottedAgCellChanged",
|
|
15512
|
+
"privacy": "public"
|
|
15513
|
+
},
|
|
15514
|
+
{
|
|
15515
|
+
"kind": "method",
|
|
15516
|
+
"name": "deepClone",
|
|
15517
|
+
"return": {
|
|
15518
|
+
"type": {
|
|
15519
|
+
"text": "Node"
|
|
15520
|
+
}
|
|
15521
|
+
},
|
|
15522
|
+
"inheritedFrom": {
|
|
15523
|
+
"name": "LifecycleMixin",
|
|
15524
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15525
|
+
}
|
|
15526
|
+
},
|
|
15527
|
+
{
|
|
15528
|
+
"kind": "method",
|
|
15529
|
+
"name": "cloneNode",
|
|
15530
|
+
"return": {
|
|
15531
|
+
"type": {
|
|
15532
|
+
"text": "Node"
|
|
15533
|
+
}
|
|
15534
|
+
},
|
|
15535
|
+
"parameters": [
|
|
15536
|
+
{
|
|
15537
|
+
"name": "deep",
|
|
15538
|
+
"optional": true,
|
|
15539
|
+
"type": {
|
|
15540
|
+
"text": "boolean"
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15543
|
+
],
|
|
15544
|
+
"inheritedFrom": {
|
|
15545
|
+
"name": "LifecycleMixin",
|
|
15546
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15547
|
+
}
|
|
15548
|
+
},
|
|
15549
|
+
{
|
|
15550
|
+
"kind": "field",
|
|
15551
|
+
"name": "shouldRunDisconnect",
|
|
15552
|
+
"return": {
|
|
15553
|
+
"type": {
|
|
15554
|
+
"text": ""
|
|
15555
|
+
}
|
|
15556
|
+
},
|
|
15557
|
+
"readonly": true,
|
|
15558
|
+
"inheritedFrom": {
|
|
15559
|
+
"name": "LifecycleMixin",
|
|
15560
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15561
|
+
}
|
|
15562
|
+
},
|
|
15563
|
+
{
|
|
15564
|
+
"kind": "field",
|
|
15565
|
+
"name": "shouldRunConnect",
|
|
15566
|
+
"return": {
|
|
15567
|
+
"type": {
|
|
15568
|
+
"text": ""
|
|
15569
|
+
}
|
|
15570
|
+
},
|
|
15571
|
+
"readonly": true,
|
|
15572
|
+
"inheritedFrom": {
|
|
15573
|
+
"name": "LifecycleMixin",
|
|
15574
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15575
|
+
}
|
|
15576
|
+
},
|
|
15577
|
+
{
|
|
15578
|
+
"kind": "method",
|
|
15579
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
15580
|
+
"return": {
|
|
15581
|
+
"type": {
|
|
15582
|
+
"text": "boolean"
|
|
15583
|
+
}
|
|
15584
|
+
},
|
|
15585
|
+
"parameters": [
|
|
15586
|
+
{
|
|
15587
|
+
"name": "lifecycleType",
|
|
15588
|
+
"type": {
|
|
15589
|
+
"text": "Lifecycletype"
|
|
15590
|
+
}
|
|
15591
|
+
}
|
|
15592
|
+
],
|
|
15593
|
+
"inheritedFrom": {
|
|
15594
|
+
"name": "LifecycleMixin",
|
|
15595
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15596
|
+
}
|
|
15597
|
+
},
|
|
15598
|
+
{
|
|
15599
|
+
"kind": "field",
|
|
15600
|
+
"name": "_presentation",
|
|
15601
|
+
"type": {
|
|
15602
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15603
|
+
},
|
|
15604
|
+
"privacy": "private",
|
|
15605
|
+
"default": "void 0",
|
|
15606
|
+
"inheritedFrom": {
|
|
15607
|
+
"name": "FoundationElement",
|
|
15608
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15609
|
+
}
|
|
15610
|
+
},
|
|
15611
|
+
{
|
|
15612
|
+
"kind": "field",
|
|
15613
|
+
"name": "$presentation",
|
|
15614
|
+
"type": {
|
|
15615
|
+
"text": "ComponentPresentation | null"
|
|
15616
|
+
},
|
|
15617
|
+
"privacy": "public",
|
|
15618
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15619
|
+
"inheritedFrom": {
|
|
15620
|
+
"name": "FoundationElement",
|
|
15621
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15622
|
+
}
|
|
15623
|
+
},
|
|
15624
|
+
{
|
|
15625
|
+
"kind": "field",
|
|
15626
|
+
"name": "template",
|
|
15627
|
+
"type": {
|
|
15628
|
+
"text": "ElementViewTemplate | void | null"
|
|
15629
|
+
},
|
|
15630
|
+
"privacy": "public",
|
|
15631
|
+
"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.",
|
|
15632
|
+
"inheritedFrom": {
|
|
15633
|
+
"name": "FoundationElement",
|
|
15634
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15674
15635
|
}
|
|
15675
15636
|
},
|
|
15676
15637
|
{
|
|
15677
15638
|
"kind": "method",
|
|
15678
|
-
"name": "
|
|
15639
|
+
"name": "templateChanged",
|
|
15679
15640
|
"privacy": "protected",
|
|
15680
15641
|
"return": {
|
|
15681
15642
|
"type": {
|
|
15682
15643
|
"text": "void"
|
|
15683
15644
|
}
|
|
15684
15645
|
},
|
|
15685
|
-
"parameters": [
|
|
15686
|
-
{
|
|
15687
|
-
"name": "params",
|
|
15688
|
-
"type": {
|
|
15689
|
-
"text": "IServerSideGetRowsParams"
|
|
15690
|
-
}
|
|
15691
|
-
}
|
|
15692
|
-
],
|
|
15693
|
-
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15694
15646
|
"inheritedFrom": {
|
|
15695
|
-
"name": "
|
|
15696
|
-
"module": "src/
|
|
15647
|
+
"name": "FoundationElement",
|
|
15648
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15697
15649
|
}
|
|
15698
15650
|
},
|
|
15699
15651
|
{
|
|
15700
|
-
"kind": "
|
|
15701
|
-
"name": "
|
|
15702
|
-
"
|
|
15703
|
-
|
|
15704
|
-
"type": {
|
|
15705
|
-
"text": "void"
|
|
15706
|
-
}
|
|
15652
|
+
"kind": "field",
|
|
15653
|
+
"name": "styles",
|
|
15654
|
+
"type": {
|
|
15655
|
+
"text": "ElementStyles | void | null"
|
|
15707
15656
|
},
|
|
15708
|
-
"
|
|
15709
|
-
|
|
15710
|
-
"name": "params",
|
|
15711
|
-
"type": {
|
|
15712
|
-
"text": "IServerSideGetRowsParams"
|
|
15713
|
-
}
|
|
15714
|
-
},
|
|
15715
|
-
{
|
|
15716
|
-
"name": "successRowData",
|
|
15717
|
-
"type": {
|
|
15718
|
-
"text": "LoadSuccessParams"
|
|
15719
|
-
}
|
|
15720
|
-
}
|
|
15721
|
-
],
|
|
15722
|
-
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15657
|
+
"privacy": "public",
|
|
15658
|
+
"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.",
|
|
15723
15659
|
"inheritedFrom": {
|
|
15724
|
-
"name": "
|
|
15725
|
-
"module": "src/
|
|
15660
|
+
"name": "FoundationElement",
|
|
15661
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15726
15662
|
}
|
|
15727
15663
|
},
|
|
15728
15664
|
{
|
|
15729
15665
|
"kind": "method",
|
|
15730
|
-
"name": "
|
|
15666
|
+
"name": "stylesChanged",
|
|
15731
15667
|
"privacy": "protected",
|
|
15732
15668
|
"return": {
|
|
15733
15669
|
"type": {
|
|
@@ -15735,38 +15671,102 @@
|
|
|
15735
15671
|
}
|
|
15736
15672
|
},
|
|
15737
15673
|
"inheritedFrom": {
|
|
15738
|
-
"name": "
|
|
15739
|
-
"module": "src/
|
|
15674
|
+
"name": "FoundationElement",
|
|
15675
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15740
15676
|
}
|
|
15741
15677
|
},
|
|
15742
15678
|
{
|
|
15743
15679
|
"kind": "method",
|
|
15744
|
-
"name": "
|
|
15745
|
-
"privacy": "
|
|
15680
|
+
"name": "compose",
|
|
15681
|
+
"privacy": "public",
|
|
15682
|
+
"static": true,
|
|
15746
15683
|
"return": {
|
|
15747
15684
|
"type": {
|
|
15748
|
-
"text": "
|
|
15685
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15749
15686
|
}
|
|
15750
15687
|
},
|
|
15688
|
+
"parameters": [
|
|
15689
|
+
{
|
|
15690
|
+
"name": "this",
|
|
15691
|
+
"type": {
|
|
15692
|
+
"text": "K"
|
|
15693
|
+
}
|
|
15694
|
+
},
|
|
15695
|
+
{
|
|
15696
|
+
"name": "elementDefinition",
|
|
15697
|
+
"type": {
|
|
15698
|
+
"text": "T"
|
|
15699
|
+
},
|
|
15700
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15701
|
+
}
|
|
15702
|
+
],
|
|
15703
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15751
15704
|
"inheritedFrom": {
|
|
15752
|
-
"name": "
|
|
15753
|
-
"module": "src/
|
|
15705
|
+
"name": "FoundationElement",
|
|
15706
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15754
15707
|
}
|
|
15755
15708
|
}
|
|
15756
15709
|
],
|
|
15710
|
+
"mixins": [
|
|
15711
|
+
{
|
|
15712
|
+
"name": "LifecycleMixin",
|
|
15713
|
+
"package": "@genesislcap/foundation-utils"
|
|
15714
|
+
}
|
|
15715
|
+
],
|
|
15757
15716
|
"superclass": {
|
|
15758
|
-
"name": "
|
|
15759
|
-
"
|
|
15760
|
-
}
|
|
15717
|
+
"name": "FoundationElement",
|
|
15718
|
+
"package": "@microsoft/fast-foundation"
|
|
15719
|
+
},
|
|
15720
|
+
"tagName": "grid-pro-column",
|
|
15721
|
+
"customElement": true
|
|
15761
15722
|
}
|
|
15762
15723
|
],
|
|
15763
15724
|
"exports": [
|
|
15764
15725
|
{
|
|
15765
15726
|
"kind": "js",
|
|
15766
|
-
"name": "
|
|
15727
|
+
"name": "GridProColumn",
|
|
15767
15728
|
"declaration": {
|
|
15768
|
-
"name": "
|
|
15769
|
-
"module": "src/
|
|
15729
|
+
"name": "GridProColumn",
|
|
15730
|
+
"module": "src/column/column.ts"
|
|
15731
|
+
}
|
|
15732
|
+
},
|
|
15733
|
+
{
|
|
15734
|
+
"kind": "custom-element-definition",
|
|
15735
|
+
"name": "grid-pro-column",
|
|
15736
|
+
"declaration": {
|
|
15737
|
+
"name": "GridProColumn",
|
|
15738
|
+
"module": "src/column/column.ts"
|
|
15739
|
+
}
|
|
15740
|
+
}
|
|
15741
|
+
]
|
|
15742
|
+
},
|
|
15743
|
+
{
|
|
15744
|
+
"kind": "javascript-module",
|
|
15745
|
+
"path": "src/column/index.ts",
|
|
15746
|
+
"declarations": [],
|
|
15747
|
+
"exports": [
|
|
15748
|
+
{
|
|
15749
|
+
"kind": "js",
|
|
15750
|
+
"name": "*",
|
|
15751
|
+
"declaration": {
|
|
15752
|
+
"name": "*",
|
|
15753
|
+
"package": "./column.template"
|
|
15754
|
+
}
|
|
15755
|
+
},
|
|
15756
|
+
{
|
|
15757
|
+
"kind": "js",
|
|
15758
|
+
"name": "*",
|
|
15759
|
+
"declaration": {
|
|
15760
|
+
"name": "*",
|
|
15761
|
+
"package": "./column"
|
|
15762
|
+
}
|
|
15763
|
+
},
|
|
15764
|
+
{
|
|
15765
|
+
"kind": "js",
|
|
15766
|
+
"name": "*",
|
|
15767
|
+
"declaration": {
|
|
15768
|
+
"name": "*",
|
|
15769
|
+
"package": "./utils"
|
|
15770
15770
|
}
|
|
15771
15771
|
}
|
|
15772
15772
|
]
|
|
@@ -19957,6 +19957,60 @@
|
|
|
19957
19957
|
}
|
|
19958
19958
|
]
|
|
19959
19959
|
},
|
|
19960
|
+
{
|
|
19961
|
+
"kind": "javascript-module",
|
|
19962
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19963
|
+
"declarations": [
|
|
19964
|
+
{
|
|
19965
|
+
"kind": "function",
|
|
19966
|
+
"name": "setValueWithAccessor",
|
|
19967
|
+
"return": {
|
|
19968
|
+
"type": {
|
|
19969
|
+
"text": "string"
|
|
19970
|
+
}
|
|
19971
|
+
},
|
|
19972
|
+
"parameters": [
|
|
19973
|
+
{
|
|
19974
|
+
"name": "data",
|
|
19975
|
+
"type": {
|
|
19976
|
+
"text": "any"
|
|
19977
|
+
}
|
|
19978
|
+
},
|
|
19979
|
+
{
|
|
19980
|
+
"name": "accessor",
|
|
19981
|
+
"type": {
|
|
19982
|
+
"text": "string"
|
|
19983
|
+
}
|
|
19984
|
+
}
|
|
19985
|
+
]
|
|
19986
|
+
}
|
|
19987
|
+
],
|
|
19988
|
+
"exports": [
|
|
19989
|
+
{
|
|
19990
|
+
"kind": "js",
|
|
19991
|
+
"name": "setValueWithAccessor",
|
|
19992
|
+
"declaration": {
|
|
19993
|
+
"name": "setValueWithAccessor",
|
|
19994
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19995
|
+
}
|
|
19996
|
+
}
|
|
19997
|
+
]
|
|
19998
|
+
},
|
|
19999
|
+
{
|
|
20000
|
+
"kind": "javascript-module",
|
|
20001
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20002
|
+
"declarations": [],
|
|
20003
|
+
"exports": [
|
|
20004
|
+
{
|
|
20005
|
+
"kind": "js",
|
|
20006
|
+
"name": "*",
|
|
20007
|
+
"declaration": {
|
|
20008
|
+
"name": "*",
|
|
20009
|
+
"package": "./accessor"
|
|
20010
|
+
}
|
|
20011
|
+
}
|
|
20012
|
+
]
|
|
20013
|
+
},
|
|
19960
20014
|
{
|
|
19961
20015
|
"kind": "javascript-module",
|
|
19962
20016
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20050,60 +20104,6 @@
|
|
|
20050
20104
|
}
|
|
20051
20105
|
}
|
|
20052
20106
|
]
|
|
20053
|
-
},
|
|
20054
|
-
{
|
|
20055
|
-
"kind": "javascript-module",
|
|
20056
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20057
|
-
"declarations": [
|
|
20058
|
-
{
|
|
20059
|
-
"kind": "function",
|
|
20060
|
-
"name": "setValueWithAccessor",
|
|
20061
|
-
"return": {
|
|
20062
|
-
"type": {
|
|
20063
|
-
"text": "string"
|
|
20064
|
-
}
|
|
20065
|
-
},
|
|
20066
|
-
"parameters": [
|
|
20067
|
-
{
|
|
20068
|
-
"name": "data",
|
|
20069
|
-
"type": {
|
|
20070
|
-
"text": "any"
|
|
20071
|
-
}
|
|
20072
|
-
},
|
|
20073
|
-
{
|
|
20074
|
-
"name": "accessor",
|
|
20075
|
-
"type": {
|
|
20076
|
-
"text": "string"
|
|
20077
|
-
}
|
|
20078
|
-
}
|
|
20079
|
-
]
|
|
20080
|
-
}
|
|
20081
|
-
],
|
|
20082
|
-
"exports": [
|
|
20083
|
-
{
|
|
20084
|
-
"kind": "js",
|
|
20085
|
-
"name": "setValueWithAccessor",
|
|
20086
|
-
"declaration": {
|
|
20087
|
-
"name": "setValueWithAccessor",
|
|
20088
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20089
|
-
}
|
|
20090
|
-
}
|
|
20091
|
-
]
|
|
20092
|
-
},
|
|
20093
|
-
{
|
|
20094
|
-
"kind": "javascript-module",
|
|
20095
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20096
|
-
"declarations": [],
|
|
20097
|
-
"exports": [
|
|
20098
|
-
{
|
|
20099
|
-
"kind": "js",
|
|
20100
|
-
"name": "*",
|
|
20101
|
-
"declaration": {
|
|
20102
|
-
"name": "*",
|
|
20103
|
-
"package": "./accessor"
|
|
20104
|
-
}
|
|
20105
|
-
}
|
|
20106
|
-
]
|
|
20107
20107
|
}
|
|
20108
20108
|
]
|
|
20109
20109
|
}
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -134,15 +134,6 @@ export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
|
134
134
|
>;
|
|
135
135
|
export type StringEditorRef = StringEditorWC;
|
|
136
136
|
|
|
137
|
-
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
138
|
-
React.PropsWithChildren<
|
|
139
|
-
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
140
|
-
HTMLWCProps & {
|
|
141
|
-
}
|
|
142
|
-
> & React.RefAttributes<GridProColumnWC>
|
|
143
|
-
>;
|
|
144
|
-
export type GridProColumnRef = GridProColumnWC;
|
|
145
|
-
|
|
146
137
|
export declare const ActionRenderer: React.ForwardRefExoticComponent<
|
|
147
138
|
React.PropsWithChildren<
|
|
148
139
|
Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
|
|
@@ -270,6 +261,15 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
|
|
|
270
261
|
>;
|
|
271
262
|
export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
|
|
272
263
|
|
|
264
|
+
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
265
|
+
React.PropsWithChildren<
|
|
266
|
+
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
267
|
+
HTMLWCProps & {
|
|
268
|
+
}
|
|
269
|
+
> & React.RefAttributes<GridProColumnWC>
|
|
270
|
+
>;
|
|
271
|
+
export type GridProColumnRef = GridProColumnWC;
|
|
272
|
+
|
|
273
273
|
export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
|
|
274
274
|
React.PropsWithChildren<
|
|
275
275
|
Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -121,11 +121,6 @@ const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
|
121
121
|
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
122
122
|
});
|
|
123
123
|
|
|
124
|
-
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
125
|
-
const { children, ...rest } = props;
|
|
126
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
127
|
-
});
|
|
128
|
-
|
|
129
124
|
const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
130
125
|
const { children, ...rest } = props;
|
|
131
126
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -375,6 +370,11 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
|
|
|
375
370
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
376
371
|
});
|
|
377
372
|
|
|
373
|
+
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
374
|
+
const { children, ...rest } = props;
|
|
375
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
376
|
+
});
|
|
377
|
+
|
|
378
378
|
const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
379
379
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
380
380
|
const _innerRef = React.useRef(null);
|
|
@@ -491,7 +491,6 @@ module.exports = {
|
|
|
491
491
|
NumberEditor,
|
|
492
492
|
SelectEditor,
|
|
493
493
|
StringEditor,
|
|
494
|
-
GridProColumn,
|
|
495
494
|
ActionRenderer,
|
|
496
495
|
ActionsMenuRenderer,
|
|
497
496
|
BooleanRenderer,
|
|
@@ -502,6 +501,7 @@ module.exports = {
|
|
|
502
501
|
AgTextRenderer,
|
|
503
502
|
GridProClientSideDatasource,
|
|
504
503
|
GridProServerSideDatasource,
|
|
504
|
+
GridProColumn,
|
|
505
505
|
GridProGenesisDatasource,
|
|
506
506
|
MulticolumnDropdown,
|
|
507
507
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -119,11 +119,6 @@ export const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
|
119
119
|
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
123
|
-
const { children, ...rest } = props;
|
|
124
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
125
|
-
});
|
|
126
|
-
|
|
127
122
|
export const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
128
123
|
const { children, ...rest } = props;
|
|
129
124
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -373,6 +368,11 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
|
|
|
373
368
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
374
369
|
});
|
|
375
370
|
|
|
371
|
+
export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
372
|
+
const { children, ...rest } = props;
|
|
373
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
374
|
+
});
|
|
375
|
+
|
|
376
376
|
export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
377
377
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
378
378
|
const _innerRef = React.useRef(null);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "15.10.
|
|
4
|
+
"version": "15.10.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@genesislcap/foundation-testing": "15.10.
|
|
44
|
-
"@genesislcap/genx": "15.10.
|
|
45
|
-
"@genesislcap/rollup-builder": "15.10.
|
|
46
|
-
"@genesislcap/ts-builder": "15.10.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "15.10.
|
|
48
|
-
"@genesislcap/vite-builder": "15.10.
|
|
49
|
-
"@genesislcap/webpack-builder": "15.10.
|
|
43
|
+
"@genesislcap/foundation-testing": "15.10.5",
|
|
44
|
+
"@genesislcap/genx": "15.10.5",
|
|
45
|
+
"@genesislcap/rollup-builder": "15.10.5",
|
|
46
|
+
"@genesislcap/ts-builder": "15.10.5",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "15.10.5",
|
|
48
|
+
"@genesislcap/vite-builder": "15.10.5",
|
|
49
|
+
"@genesislcap/webpack-builder": "15.10.5"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "15.10.
|
|
53
|
-
"@genesislcap/foundation-criteria": "15.10.
|
|
54
|
-
"@genesislcap/foundation-logger": "15.10.
|
|
55
|
-
"@genesislcap/foundation-ui": "15.10.
|
|
56
|
-
"@genesislcap/foundation-utils": "15.10.
|
|
52
|
+
"@genesislcap/foundation-comms": "15.10.5",
|
|
53
|
+
"@genesislcap/foundation-criteria": "15.10.5",
|
|
54
|
+
"@genesislcap/foundation-logger": "15.10.5",
|
|
55
|
+
"@genesislcap/foundation-ui": "15.10.5",
|
|
56
|
+
"@genesislcap/foundation-utils": "15.10.5",
|
|
57
57
|
"@microsoft/fast-colors": "5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"require": "./dist/react.cjs"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "3d50e0bb42cbf0f4a92b4bc74114c2bc7f581e4d"
|
|
95
95
|
}
|