@genesislcap/grid-pro 15.27.1 → 15.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +410 -410
- 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
|
@@ -5381,319 +5381,6 @@
|
|
|
5381
5381
|
}
|
|
5382
5382
|
]
|
|
5383
5383
|
},
|
|
5384
|
-
{
|
|
5385
|
-
"kind": "javascript-module",
|
|
5386
|
-
"path": "src/column/column.template.ts",
|
|
5387
|
-
"declarations": [
|
|
5388
|
-
{
|
|
5389
|
-
"kind": "variable",
|
|
5390
|
-
"name": "ColumnTemplate",
|
|
5391
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5392
|
-
"description": "The Grid Pro Column Template.",
|
|
5393
|
-
"privacy": "public"
|
|
5394
|
-
}
|
|
5395
|
-
],
|
|
5396
|
-
"exports": [
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "js",
|
|
5399
|
-
"name": "ColumnTemplate",
|
|
5400
|
-
"declaration": {
|
|
5401
|
-
"name": "ColumnTemplate",
|
|
5402
|
-
"module": "src/column/column.template.ts"
|
|
5403
|
-
}
|
|
5404
|
-
}
|
|
5405
|
-
]
|
|
5406
|
-
},
|
|
5407
|
-
{
|
|
5408
|
-
"kind": "javascript-module",
|
|
5409
|
-
"path": "src/column/column.ts",
|
|
5410
|
-
"declarations": [
|
|
5411
|
-
{
|
|
5412
|
-
"kind": "class",
|
|
5413
|
-
"description": "The Grid Pro Column element.",
|
|
5414
|
-
"name": "GridProColumn",
|
|
5415
|
-
"members": [
|
|
5416
|
-
{
|
|
5417
|
-
"kind": "field",
|
|
5418
|
-
"name": "slottedAgCell",
|
|
5419
|
-
"type": {
|
|
5420
|
-
"text": "HTMLElement[]"
|
|
5421
|
-
},
|
|
5422
|
-
"privacy": "public"
|
|
5423
|
-
},
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "field",
|
|
5426
|
-
"name": "definition",
|
|
5427
|
-
"type": {
|
|
5428
|
-
"text": "ColDef"
|
|
5429
|
-
},
|
|
5430
|
-
"default": "{}"
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"kind": "method",
|
|
5434
|
-
"name": "slottedAgCellChanged",
|
|
5435
|
-
"privacy": "public"
|
|
5436
|
-
},
|
|
5437
|
-
{
|
|
5438
|
-
"kind": "method",
|
|
5439
|
-
"name": "deepClone",
|
|
5440
|
-
"return": {
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "Node"
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"inheritedFrom": {
|
|
5446
|
-
"name": "LifecycleMixin",
|
|
5447
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5448
|
-
}
|
|
5449
|
-
},
|
|
5450
|
-
{
|
|
5451
|
-
"kind": "method",
|
|
5452
|
-
"name": "cloneNode",
|
|
5453
|
-
"return": {
|
|
5454
|
-
"type": {
|
|
5455
|
-
"text": "Node"
|
|
5456
|
-
}
|
|
5457
|
-
},
|
|
5458
|
-
"parameters": [
|
|
5459
|
-
{
|
|
5460
|
-
"name": "deep",
|
|
5461
|
-
"optional": true,
|
|
5462
|
-
"type": {
|
|
5463
|
-
"text": "boolean"
|
|
5464
|
-
}
|
|
5465
|
-
}
|
|
5466
|
-
],
|
|
5467
|
-
"inheritedFrom": {
|
|
5468
|
-
"name": "LifecycleMixin",
|
|
5469
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5470
|
-
}
|
|
5471
|
-
},
|
|
5472
|
-
{
|
|
5473
|
-
"kind": "field",
|
|
5474
|
-
"name": "shouldRunDisconnect",
|
|
5475
|
-
"return": {
|
|
5476
|
-
"type": {
|
|
5477
|
-
"text": ""
|
|
5478
|
-
}
|
|
5479
|
-
},
|
|
5480
|
-
"readonly": true,
|
|
5481
|
-
"inheritedFrom": {
|
|
5482
|
-
"name": "LifecycleMixin",
|
|
5483
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5484
|
-
}
|
|
5485
|
-
},
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "field",
|
|
5488
|
-
"name": "shouldRunConnect",
|
|
5489
|
-
"return": {
|
|
5490
|
-
"type": {
|
|
5491
|
-
"text": ""
|
|
5492
|
-
}
|
|
5493
|
-
},
|
|
5494
|
-
"readonly": true,
|
|
5495
|
-
"inheritedFrom": {
|
|
5496
|
-
"name": "LifecycleMixin",
|
|
5497
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5498
|
-
}
|
|
5499
|
-
},
|
|
5500
|
-
{
|
|
5501
|
-
"kind": "method",
|
|
5502
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
5503
|
-
"return": {
|
|
5504
|
-
"type": {
|
|
5505
|
-
"text": "boolean"
|
|
5506
|
-
}
|
|
5507
|
-
},
|
|
5508
|
-
"parameters": [
|
|
5509
|
-
{
|
|
5510
|
-
"name": "lifecycleType",
|
|
5511
|
-
"type": {
|
|
5512
|
-
"text": "Lifecycletype"
|
|
5513
|
-
}
|
|
5514
|
-
}
|
|
5515
|
-
],
|
|
5516
|
-
"inheritedFrom": {
|
|
5517
|
-
"name": "LifecycleMixin",
|
|
5518
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5519
|
-
}
|
|
5520
|
-
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "field",
|
|
5523
|
-
"name": "_presentation",
|
|
5524
|
-
"type": {
|
|
5525
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5526
|
-
},
|
|
5527
|
-
"privacy": "private",
|
|
5528
|
-
"default": "void 0",
|
|
5529
|
-
"inheritedFrom": {
|
|
5530
|
-
"name": "FoundationElement",
|
|
5531
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5532
|
-
}
|
|
5533
|
-
},
|
|
5534
|
-
{
|
|
5535
|
-
"kind": "field",
|
|
5536
|
-
"name": "$presentation",
|
|
5537
|
-
"type": {
|
|
5538
|
-
"text": "ComponentPresentation | null"
|
|
5539
|
-
},
|
|
5540
|
-
"privacy": "public",
|
|
5541
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5542
|
-
"inheritedFrom": {
|
|
5543
|
-
"name": "FoundationElement",
|
|
5544
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5545
|
-
}
|
|
5546
|
-
},
|
|
5547
|
-
{
|
|
5548
|
-
"kind": "field",
|
|
5549
|
-
"name": "template",
|
|
5550
|
-
"type": {
|
|
5551
|
-
"text": "ElementViewTemplate | void | null"
|
|
5552
|
-
},
|
|
5553
|
-
"privacy": "public",
|
|
5554
|
-
"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.",
|
|
5555
|
-
"inheritedFrom": {
|
|
5556
|
-
"name": "FoundationElement",
|
|
5557
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5558
|
-
}
|
|
5559
|
-
},
|
|
5560
|
-
{
|
|
5561
|
-
"kind": "method",
|
|
5562
|
-
"name": "templateChanged",
|
|
5563
|
-
"privacy": "protected",
|
|
5564
|
-
"return": {
|
|
5565
|
-
"type": {
|
|
5566
|
-
"text": "void"
|
|
5567
|
-
}
|
|
5568
|
-
},
|
|
5569
|
-
"inheritedFrom": {
|
|
5570
|
-
"name": "FoundationElement",
|
|
5571
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5572
|
-
}
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "field",
|
|
5576
|
-
"name": "styles",
|
|
5577
|
-
"type": {
|
|
5578
|
-
"text": "ElementStyles | void | null"
|
|
5579
|
-
},
|
|
5580
|
-
"privacy": "public",
|
|
5581
|
-
"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.",
|
|
5582
|
-
"inheritedFrom": {
|
|
5583
|
-
"name": "FoundationElement",
|
|
5584
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5585
|
-
}
|
|
5586
|
-
},
|
|
5587
|
-
{
|
|
5588
|
-
"kind": "method",
|
|
5589
|
-
"name": "stylesChanged",
|
|
5590
|
-
"privacy": "protected",
|
|
5591
|
-
"return": {
|
|
5592
|
-
"type": {
|
|
5593
|
-
"text": "void"
|
|
5594
|
-
}
|
|
5595
|
-
},
|
|
5596
|
-
"inheritedFrom": {
|
|
5597
|
-
"name": "FoundationElement",
|
|
5598
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5599
|
-
}
|
|
5600
|
-
},
|
|
5601
|
-
{
|
|
5602
|
-
"kind": "method",
|
|
5603
|
-
"name": "compose",
|
|
5604
|
-
"privacy": "public",
|
|
5605
|
-
"static": true,
|
|
5606
|
-
"return": {
|
|
5607
|
-
"type": {
|
|
5608
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5609
|
-
}
|
|
5610
|
-
},
|
|
5611
|
-
"parameters": [
|
|
5612
|
-
{
|
|
5613
|
-
"name": "this",
|
|
5614
|
-
"type": {
|
|
5615
|
-
"text": "K"
|
|
5616
|
-
}
|
|
5617
|
-
},
|
|
5618
|
-
{
|
|
5619
|
-
"name": "elementDefinition",
|
|
5620
|
-
"type": {
|
|
5621
|
-
"text": "T"
|
|
5622
|
-
},
|
|
5623
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5624
|
-
}
|
|
5625
|
-
],
|
|
5626
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5627
|
-
"inheritedFrom": {
|
|
5628
|
-
"name": "FoundationElement",
|
|
5629
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5630
|
-
}
|
|
5631
|
-
}
|
|
5632
|
-
],
|
|
5633
|
-
"mixins": [
|
|
5634
|
-
{
|
|
5635
|
-
"name": "LifecycleMixin",
|
|
5636
|
-
"package": "@genesislcap/foundation-utils"
|
|
5637
|
-
}
|
|
5638
|
-
],
|
|
5639
|
-
"superclass": {
|
|
5640
|
-
"name": "FoundationElement",
|
|
5641
|
-
"package": "@microsoft/fast-foundation"
|
|
5642
|
-
},
|
|
5643
|
-
"tagName": "grid-pro-column",
|
|
5644
|
-
"customElement": true
|
|
5645
|
-
}
|
|
5646
|
-
],
|
|
5647
|
-
"exports": [
|
|
5648
|
-
{
|
|
5649
|
-
"kind": "js",
|
|
5650
|
-
"name": "GridProColumn",
|
|
5651
|
-
"declaration": {
|
|
5652
|
-
"name": "GridProColumn",
|
|
5653
|
-
"module": "src/column/column.ts"
|
|
5654
|
-
}
|
|
5655
|
-
},
|
|
5656
|
-
{
|
|
5657
|
-
"kind": "custom-element-definition",
|
|
5658
|
-
"name": "grid-pro-column",
|
|
5659
|
-
"declaration": {
|
|
5660
|
-
"name": "GridProColumn",
|
|
5661
|
-
"module": "src/column/column.ts"
|
|
5662
|
-
}
|
|
5663
|
-
}
|
|
5664
|
-
]
|
|
5665
|
-
},
|
|
5666
|
-
{
|
|
5667
|
-
"kind": "javascript-module",
|
|
5668
|
-
"path": "src/column/index.ts",
|
|
5669
|
-
"declarations": [],
|
|
5670
|
-
"exports": [
|
|
5671
|
-
{
|
|
5672
|
-
"kind": "js",
|
|
5673
|
-
"name": "*",
|
|
5674
|
-
"declaration": {
|
|
5675
|
-
"name": "*",
|
|
5676
|
-
"package": "./column.template"
|
|
5677
|
-
}
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "js",
|
|
5681
|
-
"name": "*",
|
|
5682
|
-
"declaration": {
|
|
5683
|
-
"name": "*",
|
|
5684
|
-
"package": "./column"
|
|
5685
|
-
}
|
|
5686
|
-
},
|
|
5687
|
-
{
|
|
5688
|
-
"kind": "js",
|
|
5689
|
-
"name": "*",
|
|
5690
|
-
"declaration": {
|
|
5691
|
-
"name": "*",
|
|
5692
|
-
"package": "./utils"
|
|
5693
|
-
}
|
|
5694
|
-
}
|
|
5695
|
-
]
|
|
5696
|
-
},
|
|
5697
5384
|
{
|
|
5698
5385
|
"kind": "javascript-module",
|
|
5699
5386
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -8844,101 +8531,406 @@
|
|
|
8844
8531
|
},
|
|
8845
8532
|
{
|
|
8846
8533
|
"kind": "field",
|
|
8847
|
-
"name": "eSummary",
|
|
8534
|
+
"name": "eSummary",
|
|
8535
|
+
"type": {
|
|
8536
|
+
"text": "HTMLElement"
|
|
8537
|
+
},
|
|
8538
|
+
"privacy": "private"
|
|
8539
|
+
},
|
|
8540
|
+
{
|
|
8541
|
+
"kind": "field",
|
|
8542
|
+
"name": "eClear",
|
|
8543
|
+
"type": {
|
|
8544
|
+
"text": "HTMLButtonElement"
|
|
8545
|
+
},
|
|
8546
|
+
"privacy": "private"
|
|
8547
|
+
},
|
|
8548
|
+
{
|
|
8549
|
+
"kind": "field",
|
|
8550
|
+
"name": "formatLabel",
|
|
8551
|
+
"type": {
|
|
8552
|
+
"text": "(value: string | null) => string"
|
|
8553
|
+
},
|
|
8554
|
+
"privacy": "private"
|
|
8555
|
+
},
|
|
8556
|
+
{
|
|
8557
|
+
"kind": "method",
|
|
8558
|
+
"name": "init",
|
|
8559
|
+
"privacy": "public",
|
|
8560
|
+
"return": {
|
|
8561
|
+
"type": {
|
|
8562
|
+
"text": "void"
|
|
8563
|
+
}
|
|
8564
|
+
},
|
|
8565
|
+
"parameters": [
|
|
8566
|
+
{
|
|
8567
|
+
"name": "params",
|
|
8568
|
+
"type": {
|
|
8569
|
+
"text": "IFloatingFilterParams"
|
|
8570
|
+
}
|
|
8571
|
+
}
|
|
8572
|
+
]
|
|
8573
|
+
},
|
|
8574
|
+
{
|
|
8575
|
+
"kind": "method",
|
|
8576
|
+
"name": "getGui",
|
|
8577
|
+
"privacy": "public",
|
|
8578
|
+
"return": {
|
|
8579
|
+
"type": {
|
|
8580
|
+
"text": "HTMLElement"
|
|
8581
|
+
}
|
|
8582
|
+
}
|
|
8583
|
+
},
|
|
8584
|
+
{
|
|
8585
|
+
"kind": "method",
|
|
8586
|
+
"name": "onParentModelChanged",
|
|
8587
|
+
"privacy": "public",
|
|
8588
|
+
"return": {
|
|
8589
|
+
"type": {
|
|
8590
|
+
"text": "void"
|
|
8591
|
+
}
|
|
8592
|
+
},
|
|
8593
|
+
"parameters": [
|
|
8594
|
+
{
|
|
8595
|
+
"name": "model",
|
|
8596
|
+
"type": {
|
|
8597
|
+
"text": "EnumColumnFilterModel | null"
|
|
8598
|
+
}
|
|
8599
|
+
}
|
|
8600
|
+
]
|
|
8601
|
+
},
|
|
8602
|
+
{
|
|
8603
|
+
"kind": "method",
|
|
8604
|
+
"name": "destroy",
|
|
8605
|
+
"privacy": "public",
|
|
8606
|
+
"return": {
|
|
8607
|
+
"type": {
|
|
8608
|
+
"text": "void"
|
|
8609
|
+
}
|
|
8610
|
+
}
|
|
8611
|
+
}
|
|
8612
|
+
]
|
|
8613
|
+
}
|
|
8614
|
+
],
|
|
8615
|
+
"exports": [
|
|
8616
|
+
{
|
|
8617
|
+
"kind": "js",
|
|
8618
|
+
"name": "EnumColumnFloatingFilter",
|
|
8619
|
+
"declaration": {
|
|
8620
|
+
"name": "EnumColumnFloatingFilter",
|
|
8621
|
+
"module": "src/column-filters/enum-column.floating-filter.ts"
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
]
|
|
8625
|
+
},
|
|
8626
|
+
{
|
|
8627
|
+
"kind": "javascript-module",
|
|
8628
|
+
"path": "src/column-filters/index.ts",
|
|
8629
|
+
"declarations": [],
|
|
8630
|
+
"exports": [
|
|
8631
|
+
{
|
|
8632
|
+
"kind": "js",
|
|
8633
|
+
"name": "*",
|
|
8634
|
+
"declaration": {
|
|
8635
|
+
"name": "*",
|
|
8636
|
+
"package": "./enum-column.filter"
|
|
8637
|
+
}
|
|
8638
|
+
},
|
|
8639
|
+
{
|
|
8640
|
+
"kind": "js",
|
|
8641
|
+
"name": "*",
|
|
8642
|
+
"declaration": {
|
|
8643
|
+
"name": "*",
|
|
8644
|
+
"package": "./enum-column.floating-filter"
|
|
8645
|
+
}
|
|
8646
|
+
}
|
|
8647
|
+
]
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "javascript-module",
|
|
8651
|
+
"path": "src/column/column.template.ts",
|
|
8652
|
+
"declarations": [
|
|
8653
|
+
{
|
|
8654
|
+
"kind": "variable",
|
|
8655
|
+
"name": "ColumnTemplate",
|
|
8656
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
8657
|
+
"description": "The Grid Pro Column Template.",
|
|
8658
|
+
"privacy": "public"
|
|
8659
|
+
}
|
|
8660
|
+
],
|
|
8661
|
+
"exports": [
|
|
8662
|
+
{
|
|
8663
|
+
"kind": "js",
|
|
8664
|
+
"name": "ColumnTemplate",
|
|
8665
|
+
"declaration": {
|
|
8666
|
+
"name": "ColumnTemplate",
|
|
8667
|
+
"module": "src/column/column.template.ts"
|
|
8668
|
+
}
|
|
8669
|
+
}
|
|
8670
|
+
]
|
|
8671
|
+
},
|
|
8672
|
+
{
|
|
8673
|
+
"kind": "javascript-module",
|
|
8674
|
+
"path": "src/column/column.ts",
|
|
8675
|
+
"declarations": [
|
|
8676
|
+
{
|
|
8677
|
+
"kind": "class",
|
|
8678
|
+
"description": "The Grid Pro Column element.",
|
|
8679
|
+
"name": "GridProColumn",
|
|
8680
|
+
"members": [
|
|
8681
|
+
{
|
|
8682
|
+
"kind": "field",
|
|
8683
|
+
"name": "slottedAgCell",
|
|
8684
|
+
"type": {
|
|
8685
|
+
"text": "HTMLElement[]"
|
|
8686
|
+
},
|
|
8687
|
+
"privacy": "public"
|
|
8688
|
+
},
|
|
8689
|
+
{
|
|
8690
|
+
"kind": "field",
|
|
8691
|
+
"name": "definition",
|
|
8692
|
+
"type": {
|
|
8693
|
+
"text": "ColDef"
|
|
8694
|
+
},
|
|
8695
|
+
"default": "{}"
|
|
8696
|
+
},
|
|
8697
|
+
{
|
|
8698
|
+
"kind": "method",
|
|
8699
|
+
"name": "slottedAgCellChanged",
|
|
8700
|
+
"privacy": "public"
|
|
8701
|
+
},
|
|
8702
|
+
{
|
|
8703
|
+
"kind": "method",
|
|
8704
|
+
"name": "deepClone",
|
|
8705
|
+
"return": {
|
|
8706
|
+
"type": {
|
|
8707
|
+
"text": "Node"
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
"inheritedFrom": {
|
|
8711
|
+
"name": "LifecycleMixin",
|
|
8712
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8713
|
+
}
|
|
8714
|
+
},
|
|
8715
|
+
{
|
|
8716
|
+
"kind": "method",
|
|
8717
|
+
"name": "cloneNode",
|
|
8718
|
+
"return": {
|
|
8719
|
+
"type": {
|
|
8720
|
+
"text": "Node"
|
|
8721
|
+
}
|
|
8722
|
+
},
|
|
8723
|
+
"parameters": [
|
|
8724
|
+
{
|
|
8725
|
+
"name": "deep",
|
|
8726
|
+
"optional": true,
|
|
8727
|
+
"type": {
|
|
8728
|
+
"text": "boolean"
|
|
8729
|
+
}
|
|
8730
|
+
}
|
|
8731
|
+
],
|
|
8732
|
+
"inheritedFrom": {
|
|
8733
|
+
"name": "LifecycleMixin",
|
|
8734
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8735
|
+
}
|
|
8736
|
+
},
|
|
8737
|
+
{
|
|
8738
|
+
"kind": "field",
|
|
8739
|
+
"name": "shouldRunDisconnect",
|
|
8740
|
+
"return": {
|
|
8741
|
+
"type": {
|
|
8742
|
+
"text": ""
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8745
|
+
"readonly": true,
|
|
8746
|
+
"inheritedFrom": {
|
|
8747
|
+
"name": "LifecycleMixin",
|
|
8748
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8749
|
+
}
|
|
8750
|
+
},
|
|
8751
|
+
{
|
|
8752
|
+
"kind": "field",
|
|
8753
|
+
"name": "shouldRunConnect",
|
|
8754
|
+
"return": {
|
|
8755
|
+
"type": {
|
|
8756
|
+
"text": ""
|
|
8757
|
+
}
|
|
8758
|
+
},
|
|
8759
|
+
"readonly": true,
|
|
8760
|
+
"inheritedFrom": {
|
|
8761
|
+
"name": "LifecycleMixin",
|
|
8762
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8763
|
+
}
|
|
8764
|
+
},
|
|
8765
|
+
{
|
|
8766
|
+
"kind": "method",
|
|
8767
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
8768
|
+
"return": {
|
|
8769
|
+
"type": {
|
|
8770
|
+
"text": "boolean"
|
|
8771
|
+
}
|
|
8772
|
+
},
|
|
8773
|
+
"parameters": [
|
|
8774
|
+
{
|
|
8775
|
+
"name": "lifecycleType",
|
|
8776
|
+
"type": {
|
|
8777
|
+
"text": "Lifecycletype"
|
|
8778
|
+
}
|
|
8779
|
+
}
|
|
8780
|
+
],
|
|
8781
|
+
"inheritedFrom": {
|
|
8782
|
+
"name": "LifecycleMixin",
|
|
8783
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8784
|
+
}
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"kind": "field",
|
|
8788
|
+
"name": "_presentation",
|
|
8848
8789
|
"type": {
|
|
8849
|
-
"text": "
|
|
8790
|
+
"text": "ComponentPresentation | null | undefined"
|
|
8850
8791
|
},
|
|
8851
|
-
"privacy": "private"
|
|
8792
|
+
"privacy": "private",
|
|
8793
|
+
"default": "void 0",
|
|
8794
|
+
"inheritedFrom": {
|
|
8795
|
+
"name": "FoundationElement",
|
|
8796
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8797
|
+
}
|
|
8852
8798
|
},
|
|
8853
8799
|
{
|
|
8854
8800
|
"kind": "field",
|
|
8855
|
-
"name": "
|
|
8801
|
+
"name": "$presentation",
|
|
8856
8802
|
"type": {
|
|
8857
|
-
"text": "
|
|
8803
|
+
"text": "ComponentPresentation | null"
|
|
8858
8804
|
},
|
|
8859
|
-
"privacy": "
|
|
8805
|
+
"privacy": "public",
|
|
8806
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8807
|
+
"inheritedFrom": {
|
|
8808
|
+
"name": "FoundationElement",
|
|
8809
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8810
|
+
}
|
|
8860
8811
|
},
|
|
8861
8812
|
{
|
|
8862
8813
|
"kind": "field",
|
|
8863
|
-
"name": "
|
|
8814
|
+
"name": "template",
|
|
8864
8815
|
"type": {
|
|
8865
|
-
"text": "
|
|
8816
|
+
"text": "ElementViewTemplate | void | null"
|
|
8866
8817
|
},
|
|
8867
|
-
"privacy": "
|
|
8818
|
+
"privacy": "public",
|
|
8819
|
+
"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.",
|
|
8820
|
+
"inheritedFrom": {
|
|
8821
|
+
"name": "FoundationElement",
|
|
8822
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8823
|
+
}
|
|
8868
8824
|
},
|
|
8869
8825
|
{
|
|
8870
8826
|
"kind": "method",
|
|
8871
|
-
"name": "
|
|
8872
|
-
"privacy": "
|
|
8827
|
+
"name": "templateChanged",
|
|
8828
|
+
"privacy": "protected",
|
|
8873
8829
|
"return": {
|
|
8874
8830
|
"type": {
|
|
8875
8831
|
"text": "void"
|
|
8876
8832
|
}
|
|
8877
8833
|
},
|
|
8878
|
-
"
|
|
8879
|
-
|
|
8880
|
-
|
|
8881
|
-
|
|
8882
|
-
"text": "IFloatingFilterParams"
|
|
8883
|
-
}
|
|
8884
|
-
}
|
|
8885
|
-
]
|
|
8834
|
+
"inheritedFrom": {
|
|
8835
|
+
"name": "FoundationElement",
|
|
8836
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8837
|
+
}
|
|
8886
8838
|
},
|
|
8887
8839
|
{
|
|
8888
|
-
"kind": "
|
|
8889
|
-
"name": "
|
|
8840
|
+
"kind": "field",
|
|
8841
|
+
"name": "styles",
|
|
8842
|
+
"type": {
|
|
8843
|
+
"text": "ElementStyles | void | null"
|
|
8844
|
+
},
|
|
8890
8845
|
"privacy": "public",
|
|
8846
|
+
"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.",
|
|
8847
|
+
"inheritedFrom": {
|
|
8848
|
+
"name": "FoundationElement",
|
|
8849
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8850
|
+
}
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"kind": "method",
|
|
8854
|
+
"name": "stylesChanged",
|
|
8855
|
+
"privacy": "protected",
|
|
8891
8856
|
"return": {
|
|
8892
8857
|
"type": {
|
|
8893
|
-
"text": "
|
|
8858
|
+
"text": "void"
|
|
8894
8859
|
}
|
|
8860
|
+
},
|
|
8861
|
+
"inheritedFrom": {
|
|
8862
|
+
"name": "FoundationElement",
|
|
8863
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8895
8864
|
}
|
|
8896
8865
|
},
|
|
8897
8866
|
{
|
|
8898
8867
|
"kind": "method",
|
|
8899
|
-
"name": "
|
|
8868
|
+
"name": "compose",
|
|
8900
8869
|
"privacy": "public",
|
|
8870
|
+
"static": true,
|
|
8901
8871
|
"return": {
|
|
8902
8872
|
"type": {
|
|
8903
|
-
"text": "
|
|
8873
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8904
8874
|
}
|
|
8905
8875
|
},
|
|
8906
8876
|
"parameters": [
|
|
8907
8877
|
{
|
|
8908
|
-
"name": "
|
|
8878
|
+
"name": "this",
|
|
8909
8879
|
"type": {
|
|
8910
|
-
"text": "
|
|
8880
|
+
"text": "K"
|
|
8911
8881
|
}
|
|
8882
|
+
},
|
|
8883
|
+
{
|
|
8884
|
+
"name": "elementDefinition",
|
|
8885
|
+
"type": {
|
|
8886
|
+
"text": "T"
|
|
8887
|
+
},
|
|
8888
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8912
8889
|
}
|
|
8913
|
-
]
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
"privacy": "public",
|
|
8919
|
-
"return": {
|
|
8920
|
-
"type": {
|
|
8921
|
-
"text": "void"
|
|
8922
|
-
}
|
|
8890
|
+
],
|
|
8891
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8892
|
+
"inheritedFrom": {
|
|
8893
|
+
"name": "FoundationElement",
|
|
8894
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8923
8895
|
}
|
|
8924
8896
|
}
|
|
8925
|
-
]
|
|
8897
|
+
],
|
|
8898
|
+
"mixins": [
|
|
8899
|
+
{
|
|
8900
|
+
"name": "LifecycleMixin",
|
|
8901
|
+
"package": "@genesislcap/foundation-utils"
|
|
8902
|
+
}
|
|
8903
|
+
],
|
|
8904
|
+
"superclass": {
|
|
8905
|
+
"name": "FoundationElement",
|
|
8906
|
+
"package": "@microsoft/fast-foundation"
|
|
8907
|
+
},
|
|
8908
|
+
"tagName": "grid-pro-column",
|
|
8909
|
+
"customElement": true
|
|
8926
8910
|
}
|
|
8927
8911
|
],
|
|
8928
8912
|
"exports": [
|
|
8929
8913
|
{
|
|
8930
8914
|
"kind": "js",
|
|
8931
|
-
"name": "
|
|
8915
|
+
"name": "GridProColumn",
|
|
8932
8916
|
"declaration": {
|
|
8933
|
-
"name": "
|
|
8934
|
-
"module": "src/column
|
|
8917
|
+
"name": "GridProColumn",
|
|
8918
|
+
"module": "src/column/column.ts"
|
|
8919
|
+
}
|
|
8920
|
+
},
|
|
8921
|
+
{
|
|
8922
|
+
"kind": "custom-element-definition",
|
|
8923
|
+
"name": "grid-pro-column",
|
|
8924
|
+
"declaration": {
|
|
8925
|
+
"name": "GridProColumn",
|
|
8926
|
+
"module": "src/column/column.ts"
|
|
8935
8927
|
}
|
|
8936
8928
|
}
|
|
8937
8929
|
]
|
|
8938
8930
|
},
|
|
8939
8931
|
{
|
|
8940
8932
|
"kind": "javascript-module",
|
|
8941
|
-
"path": "src/column
|
|
8933
|
+
"path": "src/column/index.ts",
|
|
8942
8934
|
"declarations": [],
|
|
8943
8935
|
"exports": [
|
|
8944
8936
|
{
|
|
@@ -8946,7 +8938,7 @@
|
|
|
8946
8938
|
"name": "*",
|
|
8947
8939
|
"declaration": {
|
|
8948
8940
|
"name": "*",
|
|
8949
|
-
"package": "./
|
|
8941
|
+
"package": "./column.template"
|
|
8950
8942
|
}
|
|
8951
8943
|
},
|
|
8952
8944
|
{
|
|
@@ -8954,7 +8946,15 @@
|
|
|
8954
8946
|
"name": "*",
|
|
8955
8947
|
"declaration": {
|
|
8956
8948
|
"name": "*",
|
|
8957
|
-
"package": "./
|
|
8949
|
+
"package": "./column"
|
|
8950
|
+
}
|
|
8951
|
+
},
|
|
8952
|
+
{
|
|
8953
|
+
"kind": "js",
|
|
8954
|
+
"name": "*",
|
|
8955
|
+
"declaration": {
|
|
8956
|
+
"name": "*",
|
|
8957
|
+
"package": "./utils"
|
|
8958
8958
|
}
|
|
8959
8959
|
}
|
|
8960
8960
|
]
|
|
@@ -24705,6 +24705,60 @@
|
|
|
24705
24705
|
}
|
|
24706
24706
|
]
|
|
24707
24707
|
},
|
|
24708
|
+
{
|
|
24709
|
+
"kind": "javascript-module",
|
|
24710
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24711
|
+
"declarations": [
|
|
24712
|
+
{
|
|
24713
|
+
"kind": "function",
|
|
24714
|
+
"name": "setValueWithAccessor",
|
|
24715
|
+
"return": {
|
|
24716
|
+
"type": {
|
|
24717
|
+
"text": "string"
|
|
24718
|
+
}
|
|
24719
|
+
},
|
|
24720
|
+
"parameters": [
|
|
24721
|
+
{
|
|
24722
|
+
"name": "data",
|
|
24723
|
+
"type": {
|
|
24724
|
+
"text": "any"
|
|
24725
|
+
}
|
|
24726
|
+
},
|
|
24727
|
+
{
|
|
24728
|
+
"name": "accessor",
|
|
24729
|
+
"type": {
|
|
24730
|
+
"text": "string"
|
|
24731
|
+
}
|
|
24732
|
+
}
|
|
24733
|
+
]
|
|
24734
|
+
}
|
|
24735
|
+
],
|
|
24736
|
+
"exports": [
|
|
24737
|
+
{
|
|
24738
|
+
"kind": "js",
|
|
24739
|
+
"name": "setValueWithAccessor",
|
|
24740
|
+
"declaration": {
|
|
24741
|
+
"name": "setValueWithAccessor",
|
|
24742
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24743
|
+
}
|
|
24744
|
+
}
|
|
24745
|
+
]
|
|
24746
|
+
},
|
|
24747
|
+
{
|
|
24748
|
+
"kind": "javascript-module",
|
|
24749
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
24750
|
+
"declarations": [],
|
|
24751
|
+
"exports": [
|
|
24752
|
+
{
|
|
24753
|
+
"kind": "js",
|
|
24754
|
+
"name": "*",
|
|
24755
|
+
"declaration": {
|
|
24756
|
+
"name": "*",
|
|
24757
|
+
"package": "./accessor"
|
|
24758
|
+
}
|
|
24759
|
+
}
|
|
24760
|
+
]
|
|
24761
|
+
},
|
|
24708
24762
|
{
|
|
24709
24763
|
"kind": "javascript-module",
|
|
24710
24764
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -24798,60 +24852,6 @@
|
|
|
24798
24852
|
}
|
|
24799
24853
|
}
|
|
24800
24854
|
]
|
|
24801
|
-
},
|
|
24802
|
-
{
|
|
24803
|
-
"kind": "javascript-module",
|
|
24804
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24805
|
-
"declarations": [
|
|
24806
|
-
{
|
|
24807
|
-
"kind": "function",
|
|
24808
|
-
"name": "setValueWithAccessor",
|
|
24809
|
-
"return": {
|
|
24810
|
-
"type": {
|
|
24811
|
-
"text": "string"
|
|
24812
|
-
}
|
|
24813
|
-
},
|
|
24814
|
-
"parameters": [
|
|
24815
|
-
{
|
|
24816
|
-
"name": "data",
|
|
24817
|
-
"type": {
|
|
24818
|
-
"text": "any"
|
|
24819
|
-
}
|
|
24820
|
-
},
|
|
24821
|
-
{
|
|
24822
|
-
"name": "accessor",
|
|
24823
|
-
"type": {
|
|
24824
|
-
"text": "string"
|
|
24825
|
-
}
|
|
24826
|
-
}
|
|
24827
|
-
]
|
|
24828
|
-
}
|
|
24829
|
-
],
|
|
24830
|
-
"exports": [
|
|
24831
|
-
{
|
|
24832
|
-
"kind": "js",
|
|
24833
|
-
"name": "setValueWithAccessor",
|
|
24834
|
-
"declaration": {
|
|
24835
|
-
"name": "setValueWithAccessor",
|
|
24836
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24837
|
-
}
|
|
24838
|
-
}
|
|
24839
|
-
]
|
|
24840
|
-
},
|
|
24841
|
-
{
|
|
24842
|
-
"kind": "javascript-module",
|
|
24843
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
24844
|
-
"declarations": [],
|
|
24845
|
-
"exports": [
|
|
24846
|
-
{
|
|
24847
|
-
"kind": "js",
|
|
24848
|
-
"name": "*",
|
|
24849
|
-
"declaration": {
|
|
24850
|
-
"name": "*",
|
|
24851
|
-
"package": "./accessor"
|
|
24852
|
-
}
|
|
24853
|
-
}
|
|
24854
|
-
]
|
|
24855
24855
|
}
|
|
24856
24856
|
]
|
|
24857
24857
|
}
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -136,15 +136,6 @@ export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
|
136
136
|
>;
|
|
137
137
|
export type StringEditorRef = StringEditorWC;
|
|
138
138
|
|
|
139
|
-
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
140
|
-
React.PropsWithChildren<
|
|
141
|
-
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
142
|
-
HTMLWCProps & {
|
|
143
|
-
}
|
|
144
|
-
> & React.RefAttributes<GridProColumnWC>
|
|
145
|
-
>;
|
|
146
|
-
export type GridProColumnRef = GridProColumnWC;
|
|
147
|
-
|
|
148
139
|
export declare const ActionRenderer: React.ForwardRefExoticComponent<
|
|
149
140
|
React.PropsWithChildren<
|
|
150
141
|
Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
|
|
@@ -217,6 +208,15 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
217
208
|
>;
|
|
218
209
|
export type AgTextRendererRef = AgTextRendererWC;
|
|
219
210
|
|
|
211
|
+
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
212
|
+
React.PropsWithChildren<
|
|
213
|
+
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
214
|
+
HTMLWCProps & {
|
|
215
|
+
}
|
|
216
|
+
> & React.RefAttributes<GridProColumnWC>
|
|
217
|
+
>;
|
|
218
|
+
export type GridProColumnRef = GridProColumnWC;
|
|
219
|
+
|
|
220
220
|
export declare const ColumnSelection: React.ForwardRefExoticComponent<
|
|
221
221
|
React.PropsWithChildren<
|
|
222
222
|
Omit<PublicOf<ColumnSelectionWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -123,11 +123,6 @@ const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
|
123
123
|
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
124
124
|
});
|
|
125
125
|
|
|
126
|
-
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
127
|
-
const { children, ...rest } = props;
|
|
128
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
129
|
-
});
|
|
130
|
-
|
|
131
126
|
const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
132
127
|
const { children, ...rest } = props;
|
|
133
128
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -168,6 +163,11 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
|
|
|
168
163
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
169
164
|
});
|
|
170
165
|
|
|
166
|
+
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
167
|
+
const { children, ...rest } = props;
|
|
168
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
169
|
+
});
|
|
170
|
+
|
|
171
171
|
const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
172
172
|
const { children, ...rest } = props;
|
|
173
173
|
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
|
@@ -590,7 +590,6 @@ module.exports = {
|
|
|
590
590
|
NumberEditor,
|
|
591
591
|
SelectEditor,
|
|
592
592
|
StringEditor,
|
|
593
|
-
GridProColumn,
|
|
594
593
|
ActionRenderer,
|
|
595
594
|
ActionsMenuRenderer,
|
|
596
595
|
BooleanRenderer,
|
|
@@ -599,6 +598,7 @@ module.exports = {
|
|
|
599
598
|
StatusPillRenderer,
|
|
600
599
|
AgTextFieldRenderer,
|
|
601
600
|
AgTextRenderer,
|
|
601
|
+
GridProColumn,
|
|
602
602
|
ColumnSelection,
|
|
603
603
|
GridProClientSideDatasource,
|
|
604
604
|
GridProInfiniteDatasource,
|
package/dist/react.mjs
CHANGED
|
@@ -121,11 +121,6 @@ export 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
|
-
export 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
|
export 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);
|
|
@@ -166,6 +161,11 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
|
|
|
166
161
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
167
162
|
});
|
|
168
163
|
|
|
164
|
+
export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
165
|
+
const { children, ...rest } = props;
|
|
166
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
167
|
+
});
|
|
168
|
+
|
|
169
169
|
export const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
170
170
|
const { children, ...rest } = props;
|
|
171
171
|
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
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.
|
|
4
|
+
"version": "15.28.1",
|
|
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.
|
|
44
|
-
"@genesislcap/genx": "15.
|
|
45
|
-
"@genesislcap/rollup-builder": "15.
|
|
46
|
-
"@genesislcap/ts-builder": "15.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
48
|
-
"@genesislcap/vite-builder": "15.
|
|
49
|
-
"@genesislcap/webpack-builder": "15.
|
|
43
|
+
"@genesislcap/foundation-testing": "15.28.1",
|
|
44
|
+
"@genesislcap/genx": "15.28.1",
|
|
45
|
+
"@genesislcap/rollup-builder": "15.28.1",
|
|
46
|
+
"@genesislcap/ts-builder": "15.28.1",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "15.28.1",
|
|
48
|
+
"@genesislcap/vite-builder": "15.28.1",
|
|
49
|
+
"@genesislcap/webpack-builder": "15.28.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "15.
|
|
53
|
-
"@genesislcap/foundation-criteria": "15.
|
|
54
|
-
"@genesislcap/foundation-logger": "15.
|
|
55
|
-
"@genesislcap/foundation-ui": "15.
|
|
56
|
-
"@genesislcap/foundation-utils": "15.
|
|
52
|
+
"@genesislcap/foundation-comms": "15.28.1",
|
|
53
|
+
"@genesislcap/foundation-criteria": "15.28.1",
|
|
54
|
+
"@genesislcap/foundation-logger": "15.28.1",
|
|
55
|
+
"@genesislcap/foundation-ui": "15.28.1",
|
|
56
|
+
"@genesislcap/foundation-utils": "15.28.1",
|
|
57
57
|
"@microsoft/fast-colors": "5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "1.14.0",
|