@genesislcap/grid-pro 14.173.3 → 14.174.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +393 -393
- package/package.json +13 -13
|
@@ -3447,123 +3447,69 @@
|
|
|
3447
3447
|
},
|
|
3448
3448
|
{
|
|
3449
3449
|
"kind": "javascript-module",
|
|
3450
|
-
"path": "src/
|
|
3451
|
-
"declarations": [
|
|
3452
|
-
{
|
|
3453
|
-
"kind": "variable",
|
|
3454
|
-
"name": "ColumnTemplate",
|
|
3455
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3456
|
-
"description": "The Grid Pro Column Template.",
|
|
3457
|
-
"privacy": "public"
|
|
3458
|
-
}
|
|
3459
|
-
],
|
|
3460
|
-
"exports": [
|
|
3461
|
-
{
|
|
3462
|
-
"kind": "js",
|
|
3463
|
-
"name": "ColumnTemplate",
|
|
3464
|
-
"declaration": {
|
|
3465
|
-
"name": "ColumnTemplate",
|
|
3466
|
-
"module": "src/column/column.template.ts"
|
|
3467
|
-
}
|
|
3468
|
-
}
|
|
3469
|
-
]
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "javascript-module",
|
|
3473
|
-
"path": "src/column/column.ts",
|
|
3450
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3474
3451
|
"declarations": [
|
|
3475
3452
|
{
|
|
3476
3453
|
"kind": "class",
|
|
3477
|
-
"description": "The
|
|
3478
|
-
"name": "
|
|
3454
|
+
"description": "The AG Action Renderer element.",
|
|
3455
|
+
"name": "ActionRenderer",
|
|
3479
3456
|
"members": [
|
|
3480
3457
|
{
|
|
3481
3458
|
"kind": "field",
|
|
3482
|
-
"name": "
|
|
3459
|
+
"name": "params",
|
|
3483
3460
|
"type": {
|
|
3484
|
-
"text": "
|
|
3461
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3485
3462
|
},
|
|
3486
3463
|
"privacy": "public"
|
|
3487
3464
|
},
|
|
3488
3465
|
{
|
|
3489
3466
|
"kind": "field",
|
|
3490
|
-
"name": "
|
|
3467
|
+
"name": "pendingAction",
|
|
3491
3468
|
"type": {
|
|
3492
|
-
"text": "
|
|
3469
|
+
"text": "boolean"
|
|
3493
3470
|
},
|
|
3494
|
-
"default": "{}"
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "method",
|
|
3498
|
-
"name": "slottedAgCellChanged",
|
|
3499
3471
|
"privacy": "public"
|
|
3500
3472
|
},
|
|
3501
3473
|
{
|
|
3502
3474
|
"kind": "method",
|
|
3503
|
-
"name": "
|
|
3504
|
-
"
|
|
3505
|
-
"type": {
|
|
3506
|
-
"text": "Node"
|
|
3507
|
-
}
|
|
3508
|
-
},
|
|
3509
|
-
"inheritedFrom": {
|
|
3510
|
-
"name": "LifecycleMixin",
|
|
3511
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "method",
|
|
3516
|
-
"name": "cloneNode",
|
|
3517
|
-
"return": {
|
|
3518
|
-
"type": {
|
|
3519
|
-
"text": "Node"
|
|
3520
|
-
}
|
|
3521
|
-
},
|
|
3475
|
+
"name": "init",
|
|
3476
|
+
"privacy": "public",
|
|
3522
3477
|
"parameters": [
|
|
3523
3478
|
{
|
|
3524
|
-
"name": "
|
|
3525
|
-
"optional": true,
|
|
3479
|
+
"name": "params",
|
|
3526
3480
|
"type": {
|
|
3527
|
-
"text": "
|
|
3481
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3528
3482
|
}
|
|
3529
3483
|
}
|
|
3530
|
-
]
|
|
3531
|
-
"inheritedFrom": {
|
|
3532
|
-
"name": "LifecycleMixin",
|
|
3533
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3534
|
-
}
|
|
3484
|
+
]
|
|
3535
3485
|
},
|
|
3536
3486
|
{
|
|
3537
|
-
"kind": "
|
|
3538
|
-
"name": "
|
|
3487
|
+
"kind": "method",
|
|
3488
|
+
"name": "getGui",
|
|
3489
|
+
"privacy": "public",
|
|
3539
3490
|
"return": {
|
|
3540
3491
|
"type": {
|
|
3541
|
-
"text": ""
|
|
3492
|
+
"text": "HTMLElement"
|
|
3542
3493
|
}
|
|
3543
|
-
},
|
|
3544
|
-
"readonly": true,
|
|
3545
|
-
"inheritedFrom": {
|
|
3546
|
-
"name": "LifecycleMixin",
|
|
3547
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3548
3494
|
}
|
|
3549
3495
|
},
|
|
3550
3496
|
{
|
|
3551
|
-
"kind": "
|
|
3552
|
-
"name": "
|
|
3553
|
-
"
|
|
3554
|
-
|
|
3555
|
-
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "refresh",
|
|
3499
|
+
"privacy": "public",
|
|
3500
|
+
"parameters": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "params",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "ICellRendererParams"
|
|
3505
|
+
}
|
|
3556
3506
|
}
|
|
3557
|
-
|
|
3558
|
-
"readonly": true,
|
|
3559
|
-
"inheritedFrom": {
|
|
3560
|
-
"name": "LifecycleMixin",
|
|
3561
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3562
|
-
}
|
|
3507
|
+
]
|
|
3563
3508
|
},
|
|
3564
3509
|
{
|
|
3565
3510
|
"kind": "method",
|
|
3566
|
-
"name": "
|
|
3511
|
+
"name": "isDisabled",
|
|
3512
|
+
"privacy": "public",
|
|
3567
3513
|
"return": {
|
|
3568
3514
|
"type": {
|
|
3569
3515
|
"text": "boolean"
|
|
@@ -3571,16 +3517,19 @@
|
|
|
3571
3517
|
},
|
|
3572
3518
|
"parameters": [
|
|
3573
3519
|
{
|
|
3574
|
-
"name": "
|
|
3575
|
-
"type": {
|
|
3576
|
-
"text": "Lifecycletype"
|
|
3577
|
-
}
|
|
3520
|
+
"name": "data"
|
|
3578
3521
|
}
|
|
3579
|
-
]
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3522
|
+
]
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "method",
|
|
3526
|
+
"name": "clickHandler",
|
|
3527
|
+
"privacy": "public"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"kind": "field",
|
|
3531
|
+
"name": "dataTestId",
|
|
3532
|
+
"readonly": true
|
|
3584
3533
|
},
|
|
3585
3534
|
{
|
|
3586
3535
|
"kind": "field",
|
|
@@ -3694,92 +3643,82 @@
|
|
|
3694
3643
|
}
|
|
3695
3644
|
}
|
|
3696
3645
|
],
|
|
3697
|
-
"mixins": [
|
|
3698
|
-
{
|
|
3699
|
-
"name": "LifecycleMixin",
|
|
3700
|
-
"package": "@genesislcap/foundation-utils"
|
|
3701
|
-
}
|
|
3702
|
-
],
|
|
3703
3646
|
"superclass": {
|
|
3704
3647
|
"name": "FoundationElement",
|
|
3705
3648
|
"package": "@microsoft/fast-foundation"
|
|
3706
3649
|
},
|
|
3707
|
-
"tagName": "grid-pro-
|
|
3650
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3708
3651
|
"customElement": true
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "variable",
|
|
3655
|
+
"name": "actionHeightMultiplier",
|
|
3656
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3657
|
+
"privacy": "public"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "variable",
|
|
3661
|
+
"name": "agActionRendererStyles",
|
|
3662
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3663
|
+
"description": "The AG Action Renderer Styles.",
|
|
3664
|
+
"privacy": "public"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "variable",
|
|
3668
|
+
"name": "foundationGridProActionRenderer",
|
|
3669
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3670
|
+
"privacy": "public"
|
|
3709
3671
|
}
|
|
3710
3672
|
],
|
|
3711
3673
|
"exports": [
|
|
3712
3674
|
{
|
|
3713
3675
|
"kind": "js",
|
|
3714
|
-
"name": "
|
|
3676
|
+
"name": "ActionRenderer",
|
|
3715
3677
|
"declaration": {
|
|
3716
|
-
"name": "
|
|
3717
|
-
"module": "src/
|
|
3678
|
+
"name": "ActionRenderer",
|
|
3679
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3718
3680
|
}
|
|
3719
3681
|
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "custom-element-definition",
|
|
3722
|
-
"name": "grid-pro-column",
|
|
3723
|
-
"declaration": {
|
|
3724
|
-
"name": "GridProColumn",
|
|
3725
|
-
"module": "src/column/column.ts"
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
]
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"kind": "javascript-module",
|
|
3732
|
-
"path": "src/column/index.ts",
|
|
3733
|
-
"declarations": [],
|
|
3734
|
-
"exports": [
|
|
3735
3682
|
{
|
|
3736
3683
|
"kind": "js",
|
|
3737
|
-
"name": "
|
|
3684
|
+
"name": "actionHeightMultiplier",
|
|
3738
3685
|
"declaration": {
|
|
3739
|
-
"name": "
|
|
3740
|
-
"
|
|
3686
|
+
"name": "actionHeightMultiplier",
|
|
3687
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3741
3688
|
}
|
|
3742
3689
|
},
|
|
3743
3690
|
{
|
|
3744
3691
|
"kind": "js",
|
|
3745
|
-
"name": "
|
|
3692
|
+
"name": "agActionRendererStyles",
|
|
3746
3693
|
"declaration": {
|
|
3747
|
-
"name": "
|
|
3748
|
-
"
|
|
3694
|
+
"name": "agActionRendererStyles",
|
|
3695
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3749
3696
|
}
|
|
3750
3697
|
},
|
|
3751
3698
|
{
|
|
3752
3699
|
"kind": "js",
|
|
3753
|
-
"name": "
|
|
3700
|
+
"name": "foundationGridProActionRenderer",
|
|
3754
3701
|
"declaration": {
|
|
3755
|
-
"name": "
|
|
3756
|
-
"
|
|
3702
|
+
"name": "foundationGridProActionRenderer",
|
|
3703
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3757
3704
|
}
|
|
3758
3705
|
}
|
|
3759
3706
|
]
|
|
3760
3707
|
},
|
|
3761
3708
|
{
|
|
3762
3709
|
"kind": "javascript-module",
|
|
3763
|
-
"path": "src/cell-renderers/
|
|
3710
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3764
3711
|
"declarations": [
|
|
3765
3712
|
{
|
|
3766
3713
|
"kind": "class",
|
|
3767
|
-
"description": "The
|
|
3768
|
-
"name": "
|
|
3714
|
+
"description": "The Actions Menu Renderer element.",
|
|
3715
|
+
"name": "ActionsMenuRenderer",
|
|
3769
3716
|
"members": [
|
|
3770
3717
|
{
|
|
3771
3718
|
"kind": "field",
|
|
3772
3719
|
"name": "params",
|
|
3773
3720
|
"type": {
|
|
3774
|
-
"text": "ICellRendererParams
|
|
3775
|
-
},
|
|
3776
|
-
"privacy": "public"
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "field",
|
|
3780
|
-
"name": "pendingAction",
|
|
3781
|
-
"type": {
|
|
3782
|
-
"text": "boolean"
|
|
3721
|
+
"text": "ICellRendererParams"
|
|
3783
3722
|
},
|
|
3784
3723
|
"privacy": "public"
|
|
3785
3724
|
},
|
|
@@ -3791,7 +3730,7 @@
|
|
|
3791
3730
|
{
|
|
3792
3731
|
"name": "params",
|
|
3793
3732
|
"type": {
|
|
3794
|
-
"text": "ICellRendererParams
|
|
3733
|
+
"text": "ICellRendererParams"
|
|
3795
3734
|
}
|
|
3796
3735
|
}
|
|
3797
3736
|
]
|
|
@@ -3819,31 +3758,6 @@
|
|
|
3819
3758
|
}
|
|
3820
3759
|
]
|
|
3821
3760
|
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "method",
|
|
3824
|
-
"name": "isDisabled",
|
|
3825
|
-
"privacy": "public",
|
|
3826
|
-
"return": {
|
|
3827
|
-
"type": {
|
|
3828
|
-
"text": "boolean"
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
"parameters": [
|
|
3832
|
-
{
|
|
3833
|
-
"name": "data"
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "method",
|
|
3839
|
-
"name": "clickHandler",
|
|
3840
|
-
"privacy": "public"
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"kind": "field",
|
|
3844
|
-
"name": "dataTestId",
|
|
3845
|
-
"readonly": true
|
|
3846
|
-
},
|
|
3847
3761
|
{
|
|
3848
3762
|
"kind": "field",
|
|
3849
3763
|
"name": "_presentation",
|
|
@@ -3960,240 +3874,13 @@
|
|
|
3960
3874
|
"name": "FoundationElement",
|
|
3961
3875
|
"package": "@microsoft/fast-foundation"
|
|
3962
3876
|
},
|
|
3963
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
3877
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3964
3878
|
"customElement": true
|
|
3965
3879
|
},
|
|
3966
3880
|
{
|
|
3967
3881
|
"kind": "variable",
|
|
3968
|
-
"name": "
|
|
3969
|
-
"description": "
|
|
3970
|
-
"privacy": "public"
|
|
3971
|
-
},
|
|
3972
|
-
{
|
|
3973
|
-
"kind": "variable",
|
|
3974
|
-
"name": "agActionRendererStyles",
|
|
3975
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3976
|
-
"description": "The AG Action Renderer Styles.",
|
|
3977
|
-
"privacy": "public"
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"kind": "variable",
|
|
3981
|
-
"name": "foundationGridProActionRenderer",
|
|
3982
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3983
|
-
"privacy": "public"
|
|
3984
|
-
}
|
|
3985
|
-
],
|
|
3986
|
-
"exports": [
|
|
3987
|
-
{
|
|
3988
|
-
"kind": "js",
|
|
3989
|
-
"name": "ActionRenderer",
|
|
3990
|
-
"declaration": {
|
|
3991
|
-
"name": "ActionRenderer",
|
|
3992
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"kind": "js",
|
|
3997
|
-
"name": "actionHeightMultiplier",
|
|
3998
|
-
"declaration": {
|
|
3999
|
-
"name": "actionHeightMultiplier",
|
|
4000
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4001
|
-
}
|
|
4002
|
-
},
|
|
4003
|
-
{
|
|
4004
|
-
"kind": "js",
|
|
4005
|
-
"name": "agActionRendererStyles",
|
|
4006
|
-
"declaration": {
|
|
4007
|
-
"name": "agActionRendererStyles",
|
|
4008
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4009
|
-
}
|
|
4010
|
-
},
|
|
4011
|
-
{
|
|
4012
|
-
"kind": "js",
|
|
4013
|
-
"name": "foundationGridProActionRenderer",
|
|
4014
|
-
"declaration": {
|
|
4015
|
-
"name": "foundationGridProActionRenderer",
|
|
4016
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4017
|
-
}
|
|
4018
|
-
}
|
|
4019
|
-
]
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"kind": "javascript-module",
|
|
4023
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4024
|
-
"declarations": [
|
|
4025
|
-
{
|
|
4026
|
-
"kind": "class",
|
|
4027
|
-
"description": "The Actions Menu Renderer element.",
|
|
4028
|
-
"name": "ActionsMenuRenderer",
|
|
4029
|
-
"members": [
|
|
4030
|
-
{
|
|
4031
|
-
"kind": "field",
|
|
4032
|
-
"name": "params",
|
|
4033
|
-
"type": {
|
|
4034
|
-
"text": "ICellRendererParams"
|
|
4035
|
-
},
|
|
4036
|
-
"privacy": "public"
|
|
4037
|
-
},
|
|
4038
|
-
{
|
|
4039
|
-
"kind": "method",
|
|
4040
|
-
"name": "init",
|
|
4041
|
-
"privacy": "public",
|
|
4042
|
-
"parameters": [
|
|
4043
|
-
{
|
|
4044
|
-
"name": "params",
|
|
4045
|
-
"type": {
|
|
4046
|
-
"text": "ICellRendererParams"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "method",
|
|
4053
|
-
"name": "getGui",
|
|
4054
|
-
"privacy": "public",
|
|
4055
|
-
"return": {
|
|
4056
|
-
"type": {
|
|
4057
|
-
"text": "HTMLElement"
|
|
4058
|
-
}
|
|
4059
|
-
}
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"kind": "method",
|
|
4063
|
-
"name": "refresh",
|
|
4064
|
-
"privacy": "public",
|
|
4065
|
-
"parameters": [
|
|
4066
|
-
{
|
|
4067
|
-
"name": "params",
|
|
4068
|
-
"type": {
|
|
4069
|
-
"text": "ICellRendererParams"
|
|
4070
|
-
}
|
|
4071
|
-
}
|
|
4072
|
-
]
|
|
4073
|
-
},
|
|
4074
|
-
{
|
|
4075
|
-
"kind": "field",
|
|
4076
|
-
"name": "_presentation",
|
|
4077
|
-
"type": {
|
|
4078
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4079
|
-
},
|
|
4080
|
-
"privacy": "private",
|
|
4081
|
-
"default": "void 0",
|
|
4082
|
-
"inheritedFrom": {
|
|
4083
|
-
"name": "FoundationElement",
|
|
4084
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4085
|
-
}
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"kind": "field",
|
|
4089
|
-
"name": "$presentation",
|
|
4090
|
-
"type": {
|
|
4091
|
-
"text": "ComponentPresentation | null"
|
|
4092
|
-
},
|
|
4093
|
-
"privacy": "public",
|
|
4094
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4095
|
-
"inheritedFrom": {
|
|
4096
|
-
"name": "FoundationElement",
|
|
4097
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4098
|
-
}
|
|
4099
|
-
},
|
|
4100
|
-
{
|
|
4101
|
-
"kind": "field",
|
|
4102
|
-
"name": "template",
|
|
4103
|
-
"type": {
|
|
4104
|
-
"text": "ElementViewTemplate | void | null"
|
|
4105
|
-
},
|
|
4106
|
-
"privacy": "public",
|
|
4107
|
-
"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.",
|
|
4108
|
-
"inheritedFrom": {
|
|
4109
|
-
"name": "FoundationElement",
|
|
4110
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4111
|
-
}
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"kind": "method",
|
|
4115
|
-
"name": "templateChanged",
|
|
4116
|
-
"privacy": "protected",
|
|
4117
|
-
"return": {
|
|
4118
|
-
"type": {
|
|
4119
|
-
"text": "void"
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
"inheritedFrom": {
|
|
4123
|
-
"name": "FoundationElement",
|
|
4124
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4125
|
-
}
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"kind": "field",
|
|
4129
|
-
"name": "styles",
|
|
4130
|
-
"type": {
|
|
4131
|
-
"text": "ElementStyles | void | null"
|
|
4132
|
-
},
|
|
4133
|
-
"privacy": "public",
|
|
4134
|
-
"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.",
|
|
4135
|
-
"inheritedFrom": {
|
|
4136
|
-
"name": "FoundationElement",
|
|
4137
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "method",
|
|
4142
|
-
"name": "stylesChanged",
|
|
4143
|
-
"privacy": "protected",
|
|
4144
|
-
"return": {
|
|
4145
|
-
"type": {
|
|
4146
|
-
"text": "void"
|
|
4147
|
-
}
|
|
4148
|
-
},
|
|
4149
|
-
"inheritedFrom": {
|
|
4150
|
-
"name": "FoundationElement",
|
|
4151
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4152
|
-
}
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"kind": "method",
|
|
4156
|
-
"name": "compose",
|
|
4157
|
-
"privacy": "public",
|
|
4158
|
-
"static": true,
|
|
4159
|
-
"return": {
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
"parameters": [
|
|
4165
|
-
{
|
|
4166
|
-
"name": "this",
|
|
4167
|
-
"type": {
|
|
4168
|
-
"text": "K"
|
|
4169
|
-
}
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "elementDefinition",
|
|
4173
|
-
"type": {
|
|
4174
|
-
"text": "T"
|
|
4175
|
-
},
|
|
4176
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4177
|
-
}
|
|
4178
|
-
],
|
|
4179
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4180
|
-
"inheritedFrom": {
|
|
4181
|
-
"name": "FoundationElement",
|
|
4182
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4183
|
-
}
|
|
4184
|
-
}
|
|
4185
|
-
],
|
|
4186
|
-
"superclass": {
|
|
4187
|
-
"name": "FoundationElement",
|
|
4188
|
-
"package": "@microsoft/fast-foundation"
|
|
4189
|
-
},
|
|
4190
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4191
|
-
"customElement": true
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
"kind": "variable",
|
|
4195
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
4196
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3882
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3883
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4197
3884
|
"privacy": "public"
|
|
4198
3885
|
},
|
|
4199
3886
|
{
|
|
@@ -5683,6 +5370,319 @@
|
|
|
5683
5370
|
}
|
|
5684
5371
|
]
|
|
5685
5372
|
},
|
|
5373
|
+
{
|
|
5374
|
+
"kind": "javascript-module",
|
|
5375
|
+
"path": "src/column/column.template.ts",
|
|
5376
|
+
"declarations": [
|
|
5377
|
+
{
|
|
5378
|
+
"kind": "variable",
|
|
5379
|
+
"name": "ColumnTemplate",
|
|
5380
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5381
|
+
"description": "The Grid Pro Column Template.",
|
|
5382
|
+
"privacy": "public"
|
|
5383
|
+
}
|
|
5384
|
+
],
|
|
5385
|
+
"exports": [
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "js",
|
|
5388
|
+
"name": "ColumnTemplate",
|
|
5389
|
+
"declaration": {
|
|
5390
|
+
"name": "ColumnTemplate",
|
|
5391
|
+
"module": "src/column/column.template.ts"
|
|
5392
|
+
}
|
|
5393
|
+
}
|
|
5394
|
+
]
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "javascript-module",
|
|
5398
|
+
"path": "src/column/column.ts",
|
|
5399
|
+
"declarations": [
|
|
5400
|
+
{
|
|
5401
|
+
"kind": "class",
|
|
5402
|
+
"description": "The Grid Pro Column element.",
|
|
5403
|
+
"name": "GridProColumn",
|
|
5404
|
+
"members": [
|
|
5405
|
+
{
|
|
5406
|
+
"kind": "field",
|
|
5407
|
+
"name": "slottedAgCell",
|
|
5408
|
+
"type": {
|
|
5409
|
+
"text": "HTMLElement[]"
|
|
5410
|
+
},
|
|
5411
|
+
"privacy": "public"
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"kind": "field",
|
|
5415
|
+
"name": "definition",
|
|
5416
|
+
"type": {
|
|
5417
|
+
"text": "ColDef"
|
|
5418
|
+
},
|
|
5419
|
+
"default": "{}"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "method",
|
|
5423
|
+
"name": "slottedAgCellChanged",
|
|
5424
|
+
"privacy": "public"
|
|
5425
|
+
},
|
|
5426
|
+
{
|
|
5427
|
+
"kind": "method",
|
|
5428
|
+
"name": "deepClone",
|
|
5429
|
+
"return": {
|
|
5430
|
+
"type": {
|
|
5431
|
+
"text": "Node"
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"inheritedFrom": {
|
|
5435
|
+
"name": "LifecycleMixin",
|
|
5436
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5437
|
+
}
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"kind": "method",
|
|
5441
|
+
"name": "cloneNode",
|
|
5442
|
+
"return": {
|
|
5443
|
+
"type": {
|
|
5444
|
+
"text": "Node"
|
|
5445
|
+
}
|
|
5446
|
+
},
|
|
5447
|
+
"parameters": [
|
|
5448
|
+
{
|
|
5449
|
+
"name": "deep",
|
|
5450
|
+
"optional": true,
|
|
5451
|
+
"type": {
|
|
5452
|
+
"text": "boolean"
|
|
5453
|
+
}
|
|
5454
|
+
}
|
|
5455
|
+
],
|
|
5456
|
+
"inheritedFrom": {
|
|
5457
|
+
"name": "LifecycleMixin",
|
|
5458
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5459
|
+
}
|
|
5460
|
+
},
|
|
5461
|
+
{
|
|
5462
|
+
"kind": "field",
|
|
5463
|
+
"name": "shouldRunDisconnect",
|
|
5464
|
+
"return": {
|
|
5465
|
+
"type": {
|
|
5466
|
+
"text": ""
|
|
5467
|
+
}
|
|
5468
|
+
},
|
|
5469
|
+
"readonly": true,
|
|
5470
|
+
"inheritedFrom": {
|
|
5471
|
+
"name": "LifecycleMixin",
|
|
5472
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5473
|
+
}
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"kind": "field",
|
|
5477
|
+
"name": "shouldRunConnect",
|
|
5478
|
+
"return": {
|
|
5479
|
+
"type": {
|
|
5480
|
+
"text": ""
|
|
5481
|
+
}
|
|
5482
|
+
},
|
|
5483
|
+
"readonly": true,
|
|
5484
|
+
"inheritedFrom": {
|
|
5485
|
+
"name": "LifecycleMixin",
|
|
5486
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5487
|
+
}
|
|
5488
|
+
},
|
|
5489
|
+
{
|
|
5490
|
+
"kind": "method",
|
|
5491
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5492
|
+
"return": {
|
|
5493
|
+
"type": {
|
|
5494
|
+
"text": "boolean"
|
|
5495
|
+
}
|
|
5496
|
+
},
|
|
5497
|
+
"parameters": [
|
|
5498
|
+
{
|
|
5499
|
+
"name": "lifecycleType",
|
|
5500
|
+
"type": {
|
|
5501
|
+
"text": "Lifecycletype"
|
|
5502
|
+
}
|
|
5503
|
+
}
|
|
5504
|
+
],
|
|
5505
|
+
"inheritedFrom": {
|
|
5506
|
+
"name": "LifecycleMixin",
|
|
5507
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5508
|
+
}
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
"kind": "field",
|
|
5512
|
+
"name": "_presentation",
|
|
5513
|
+
"type": {
|
|
5514
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5515
|
+
},
|
|
5516
|
+
"privacy": "private",
|
|
5517
|
+
"default": "void 0",
|
|
5518
|
+
"inheritedFrom": {
|
|
5519
|
+
"name": "FoundationElement",
|
|
5520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5521
|
+
}
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"kind": "field",
|
|
5525
|
+
"name": "$presentation",
|
|
5526
|
+
"type": {
|
|
5527
|
+
"text": "ComponentPresentation | null"
|
|
5528
|
+
},
|
|
5529
|
+
"privacy": "public",
|
|
5530
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5531
|
+
"inheritedFrom": {
|
|
5532
|
+
"name": "FoundationElement",
|
|
5533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"kind": "field",
|
|
5538
|
+
"name": "template",
|
|
5539
|
+
"type": {
|
|
5540
|
+
"text": "ElementViewTemplate | void | null"
|
|
5541
|
+
},
|
|
5542
|
+
"privacy": "public",
|
|
5543
|
+
"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.",
|
|
5544
|
+
"inheritedFrom": {
|
|
5545
|
+
"name": "FoundationElement",
|
|
5546
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "method",
|
|
5551
|
+
"name": "templateChanged",
|
|
5552
|
+
"privacy": "protected",
|
|
5553
|
+
"return": {
|
|
5554
|
+
"type": {
|
|
5555
|
+
"text": "void"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
"inheritedFrom": {
|
|
5559
|
+
"name": "FoundationElement",
|
|
5560
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5561
|
+
}
|
|
5562
|
+
},
|
|
5563
|
+
{
|
|
5564
|
+
"kind": "field",
|
|
5565
|
+
"name": "styles",
|
|
5566
|
+
"type": {
|
|
5567
|
+
"text": "ElementStyles | void | null"
|
|
5568
|
+
},
|
|
5569
|
+
"privacy": "public",
|
|
5570
|
+
"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.",
|
|
5571
|
+
"inheritedFrom": {
|
|
5572
|
+
"name": "FoundationElement",
|
|
5573
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"kind": "method",
|
|
5578
|
+
"name": "stylesChanged",
|
|
5579
|
+
"privacy": "protected",
|
|
5580
|
+
"return": {
|
|
5581
|
+
"type": {
|
|
5582
|
+
"text": "void"
|
|
5583
|
+
}
|
|
5584
|
+
},
|
|
5585
|
+
"inheritedFrom": {
|
|
5586
|
+
"name": "FoundationElement",
|
|
5587
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5588
|
+
}
|
|
5589
|
+
},
|
|
5590
|
+
{
|
|
5591
|
+
"kind": "method",
|
|
5592
|
+
"name": "compose",
|
|
5593
|
+
"privacy": "public",
|
|
5594
|
+
"static": true,
|
|
5595
|
+
"return": {
|
|
5596
|
+
"type": {
|
|
5597
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5598
|
+
}
|
|
5599
|
+
},
|
|
5600
|
+
"parameters": [
|
|
5601
|
+
{
|
|
5602
|
+
"name": "this",
|
|
5603
|
+
"type": {
|
|
5604
|
+
"text": "K"
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"name": "elementDefinition",
|
|
5609
|
+
"type": {
|
|
5610
|
+
"text": "T"
|
|
5611
|
+
},
|
|
5612
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5613
|
+
}
|
|
5614
|
+
],
|
|
5615
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5616
|
+
"inheritedFrom": {
|
|
5617
|
+
"name": "FoundationElement",
|
|
5618
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5619
|
+
}
|
|
5620
|
+
}
|
|
5621
|
+
],
|
|
5622
|
+
"mixins": [
|
|
5623
|
+
{
|
|
5624
|
+
"name": "LifecycleMixin",
|
|
5625
|
+
"package": "@genesislcap/foundation-utils"
|
|
5626
|
+
}
|
|
5627
|
+
],
|
|
5628
|
+
"superclass": {
|
|
5629
|
+
"name": "FoundationElement",
|
|
5630
|
+
"package": "@microsoft/fast-foundation"
|
|
5631
|
+
},
|
|
5632
|
+
"tagName": "grid-pro-column",
|
|
5633
|
+
"customElement": true
|
|
5634
|
+
}
|
|
5635
|
+
],
|
|
5636
|
+
"exports": [
|
|
5637
|
+
{
|
|
5638
|
+
"kind": "js",
|
|
5639
|
+
"name": "GridProColumn",
|
|
5640
|
+
"declaration": {
|
|
5641
|
+
"name": "GridProColumn",
|
|
5642
|
+
"module": "src/column/column.ts"
|
|
5643
|
+
}
|
|
5644
|
+
},
|
|
5645
|
+
{
|
|
5646
|
+
"kind": "custom-element-definition",
|
|
5647
|
+
"name": "grid-pro-column",
|
|
5648
|
+
"declaration": {
|
|
5649
|
+
"name": "GridProColumn",
|
|
5650
|
+
"module": "src/column/column.ts"
|
|
5651
|
+
}
|
|
5652
|
+
}
|
|
5653
|
+
]
|
|
5654
|
+
},
|
|
5655
|
+
{
|
|
5656
|
+
"kind": "javascript-module",
|
|
5657
|
+
"path": "src/column/index.ts",
|
|
5658
|
+
"declarations": [],
|
|
5659
|
+
"exports": [
|
|
5660
|
+
{
|
|
5661
|
+
"kind": "js",
|
|
5662
|
+
"name": "*",
|
|
5663
|
+
"declaration": {
|
|
5664
|
+
"name": "*",
|
|
5665
|
+
"package": "./column.template"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
{
|
|
5669
|
+
"kind": "js",
|
|
5670
|
+
"name": "*",
|
|
5671
|
+
"declaration": {
|
|
5672
|
+
"name": "*",
|
|
5673
|
+
"package": "./column"
|
|
5674
|
+
}
|
|
5675
|
+
},
|
|
5676
|
+
{
|
|
5677
|
+
"kind": "js",
|
|
5678
|
+
"name": "*",
|
|
5679
|
+
"declaration": {
|
|
5680
|
+
"name": "*",
|
|
5681
|
+
"package": "./utils"
|
|
5682
|
+
}
|
|
5683
|
+
}
|
|
5684
|
+
]
|
|
5685
|
+
},
|
|
5686
5686
|
{
|
|
5687
5687
|
"kind": "javascript-module",
|
|
5688
5688
|
"path": "src/datasource/base.datasource.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.174.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
35
|
-
"@genesislcap/rollup-builder": "14.
|
|
36
|
-
"@genesislcap/ts-builder": "14.
|
|
37
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
38
|
-
"@genesislcap/vite-builder": "14.
|
|
39
|
-
"@genesislcap/webpack-builder": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.174.0",
|
|
34
|
+
"@genesislcap/genx": "14.174.0",
|
|
35
|
+
"@genesislcap/rollup-builder": "14.174.0",
|
|
36
|
+
"@genesislcap/ts-builder": "14.174.0",
|
|
37
|
+
"@genesislcap/uvu-playwright-builder": "14.174.0",
|
|
38
|
+
"@genesislcap/vite-builder": "14.174.0",
|
|
39
|
+
"@genesislcap/webpack-builder": "14.174.0",
|
|
40
40
|
"rimraf": "^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@genesislcap/foundation-comms": "14.
|
|
44
|
-
"@genesislcap/foundation-logger": "14.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.
|
|
43
|
+
"@genesislcap/foundation-comms": "14.174.0",
|
|
44
|
+
"@genesislcap/foundation-logger": "14.174.0",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.174.0",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.174.0",
|
|
47
47
|
"@microsoft/fast-colors": "^5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "^2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "1812b2af8a7a6a9c72db973b338c19128d876f93"
|
|
73
73
|
}
|