@genesislcap/grid-pro 14.262.0 → 14.262.1-FUI-2307.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.
|
@@ -3477,123 +3477,69 @@
|
|
|
3477
3477
|
},
|
|
3478
3478
|
{
|
|
3479
3479
|
"kind": "javascript-module",
|
|
3480
|
-
"path": "src/
|
|
3481
|
-
"declarations": [
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "variable",
|
|
3484
|
-
"name": "ColumnTemplate",
|
|
3485
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3486
|
-
"description": "The Grid Pro Column Template.",
|
|
3487
|
-
"privacy": "public"
|
|
3488
|
-
}
|
|
3489
|
-
],
|
|
3490
|
-
"exports": [
|
|
3491
|
-
{
|
|
3492
|
-
"kind": "js",
|
|
3493
|
-
"name": "ColumnTemplate",
|
|
3494
|
-
"declaration": {
|
|
3495
|
-
"name": "ColumnTemplate",
|
|
3496
|
-
"module": "src/column/column.template.ts"
|
|
3497
|
-
}
|
|
3498
|
-
}
|
|
3499
|
-
]
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"kind": "javascript-module",
|
|
3503
|
-
"path": "src/column/column.ts",
|
|
3480
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3504
3481
|
"declarations": [
|
|
3505
3482
|
{
|
|
3506
3483
|
"kind": "class",
|
|
3507
|
-
"description": "The
|
|
3508
|
-
"name": "
|
|
3484
|
+
"description": "The AG Action Renderer element.",
|
|
3485
|
+
"name": "ActionRenderer",
|
|
3509
3486
|
"members": [
|
|
3510
3487
|
{
|
|
3511
3488
|
"kind": "field",
|
|
3512
|
-
"name": "
|
|
3489
|
+
"name": "params",
|
|
3513
3490
|
"type": {
|
|
3514
|
-
"text": "
|
|
3491
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3515
3492
|
},
|
|
3516
3493
|
"privacy": "public"
|
|
3517
3494
|
},
|
|
3518
3495
|
{
|
|
3519
3496
|
"kind": "field",
|
|
3520
|
-
"name": "
|
|
3497
|
+
"name": "pendingAction",
|
|
3521
3498
|
"type": {
|
|
3522
|
-
"text": "
|
|
3499
|
+
"text": "boolean"
|
|
3523
3500
|
},
|
|
3524
|
-
"default": "{}"
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"kind": "method",
|
|
3528
|
-
"name": "slottedAgCellChanged",
|
|
3529
3501
|
"privacy": "public"
|
|
3530
3502
|
},
|
|
3531
3503
|
{
|
|
3532
3504
|
"kind": "method",
|
|
3533
|
-
"name": "
|
|
3534
|
-
"
|
|
3535
|
-
"type": {
|
|
3536
|
-
"text": "Node"
|
|
3537
|
-
}
|
|
3538
|
-
},
|
|
3539
|
-
"inheritedFrom": {
|
|
3540
|
-
"name": "LifecycleMixin",
|
|
3541
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3542
|
-
}
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"kind": "method",
|
|
3546
|
-
"name": "cloneNode",
|
|
3547
|
-
"return": {
|
|
3548
|
-
"type": {
|
|
3549
|
-
"text": "Node"
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3505
|
+
"name": "init",
|
|
3506
|
+
"privacy": "public",
|
|
3552
3507
|
"parameters": [
|
|
3553
3508
|
{
|
|
3554
|
-
"name": "
|
|
3555
|
-
"optional": true,
|
|
3509
|
+
"name": "params",
|
|
3556
3510
|
"type": {
|
|
3557
|
-
"text": "
|
|
3511
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3558
3512
|
}
|
|
3559
3513
|
}
|
|
3560
|
-
]
|
|
3561
|
-
"inheritedFrom": {
|
|
3562
|
-
"name": "LifecycleMixin",
|
|
3563
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3564
|
-
}
|
|
3514
|
+
]
|
|
3565
3515
|
},
|
|
3566
3516
|
{
|
|
3567
|
-
"kind": "
|
|
3568
|
-
"name": "
|
|
3517
|
+
"kind": "method",
|
|
3518
|
+
"name": "getGui",
|
|
3519
|
+
"privacy": "public",
|
|
3569
3520
|
"return": {
|
|
3570
3521
|
"type": {
|
|
3571
|
-
"text": ""
|
|
3522
|
+
"text": "HTMLElement"
|
|
3572
3523
|
}
|
|
3573
|
-
},
|
|
3574
|
-
"readonly": true,
|
|
3575
|
-
"inheritedFrom": {
|
|
3576
|
-
"name": "LifecycleMixin",
|
|
3577
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3578
3524
|
}
|
|
3579
3525
|
},
|
|
3580
3526
|
{
|
|
3581
|
-
"kind": "
|
|
3582
|
-
"name": "
|
|
3583
|
-
"
|
|
3584
|
-
|
|
3585
|
-
|
|
3527
|
+
"kind": "method",
|
|
3528
|
+
"name": "refresh",
|
|
3529
|
+
"privacy": "public",
|
|
3530
|
+
"parameters": [
|
|
3531
|
+
{
|
|
3532
|
+
"name": "params",
|
|
3533
|
+
"type": {
|
|
3534
|
+
"text": "ICellRendererParams"
|
|
3535
|
+
}
|
|
3586
3536
|
}
|
|
3587
|
-
|
|
3588
|
-
"readonly": true,
|
|
3589
|
-
"inheritedFrom": {
|
|
3590
|
-
"name": "LifecycleMixin",
|
|
3591
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3592
|
-
}
|
|
3537
|
+
]
|
|
3593
3538
|
},
|
|
3594
3539
|
{
|
|
3595
3540
|
"kind": "method",
|
|
3596
|
-
"name": "
|
|
3541
|
+
"name": "isDisabled",
|
|
3542
|
+
"privacy": "public",
|
|
3597
3543
|
"return": {
|
|
3598
3544
|
"type": {
|
|
3599
3545
|
"text": "boolean"
|
|
@@ -3601,16 +3547,19 @@
|
|
|
3601
3547
|
},
|
|
3602
3548
|
"parameters": [
|
|
3603
3549
|
{
|
|
3604
|
-
"name": "
|
|
3605
|
-
"type": {
|
|
3606
|
-
"text": "Lifecycletype"
|
|
3607
|
-
}
|
|
3550
|
+
"name": "data"
|
|
3608
3551
|
}
|
|
3609
|
-
]
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3552
|
+
]
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "method",
|
|
3556
|
+
"name": "clickHandler",
|
|
3557
|
+
"privacy": "public"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "field",
|
|
3561
|
+
"name": "dataTestId",
|
|
3562
|
+
"readonly": true
|
|
3614
3563
|
},
|
|
3615
3564
|
{
|
|
3616
3565
|
"kind": "field",
|
|
@@ -3724,92 +3673,82 @@
|
|
|
3724
3673
|
}
|
|
3725
3674
|
}
|
|
3726
3675
|
],
|
|
3727
|
-
"mixins": [
|
|
3728
|
-
{
|
|
3729
|
-
"name": "LifecycleMixin",
|
|
3730
|
-
"package": "@genesislcap/foundation-utils"
|
|
3731
|
-
}
|
|
3732
|
-
],
|
|
3733
3676
|
"superclass": {
|
|
3734
3677
|
"name": "FoundationElement",
|
|
3735
3678
|
"package": "@microsoft/fast-foundation"
|
|
3736
3679
|
},
|
|
3737
|
-
"tagName": "grid-pro-
|
|
3680
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3738
3681
|
"customElement": true
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "variable",
|
|
3685
|
+
"name": "actionHeightMultiplier",
|
|
3686
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3687
|
+
"privacy": "public"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "variable",
|
|
3691
|
+
"name": "agActionRendererStyles",
|
|
3692
|
+
"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`",
|
|
3693
|
+
"description": "The AG Action Renderer Styles.",
|
|
3694
|
+
"privacy": "public"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "variable",
|
|
3698
|
+
"name": "foundationGridProActionRenderer",
|
|
3699
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3700
|
+
"privacy": "public"
|
|
3739
3701
|
}
|
|
3740
3702
|
],
|
|
3741
3703
|
"exports": [
|
|
3742
3704
|
{
|
|
3743
3705
|
"kind": "js",
|
|
3744
|
-
"name": "
|
|
3706
|
+
"name": "ActionRenderer",
|
|
3745
3707
|
"declaration": {
|
|
3746
|
-
"name": "
|
|
3747
|
-
"module": "src/
|
|
3708
|
+
"name": "ActionRenderer",
|
|
3709
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3748
3710
|
}
|
|
3749
3711
|
},
|
|
3750
|
-
{
|
|
3751
|
-
"kind": "custom-element-definition",
|
|
3752
|
-
"name": "grid-pro-column",
|
|
3753
|
-
"declaration": {
|
|
3754
|
-
"name": "GridProColumn",
|
|
3755
|
-
"module": "src/column/column.ts"
|
|
3756
|
-
}
|
|
3757
|
-
}
|
|
3758
|
-
]
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"kind": "javascript-module",
|
|
3762
|
-
"path": "src/column/index.ts",
|
|
3763
|
-
"declarations": [],
|
|
3764
|
-
"exports": [
|
|
3765
3712
|
{
|
|
3766
3713
|
"kind": "js",
|
|
3767
|
-
"name": "
|
|
3714
|
+
"name": "actionHeightMultiplier",
|
|
3768
3715
|
"declaration": {
|
|
3769
|
-
"name": "
|
|
3770
|
-
"
|
|
3716
|
+
"name": "actionHeightMultiplier",
|
|
3717
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3771
3718
|
}
|
|
3772
3719
|
},
|
|
3773
3720
|
{
|
|
3774
3721
|
"kind": "js",
|
|
3775
|
-
"name": "
|
|
3722
|
+
"name": "agActionRendererStyles",
|
|
3776
3723
|
"declaration": {
|
|
3777
|
-
"name": "
|
|
3778
|
-
"
|
|
3724
|
+
"name": "agActionRendererStyles",
|
|
3725
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3779
3726
|
}
|
|
3780
3727
|
},
|
|
3781
3728
|
{
|
|
3782
3729
|
"kind": "js",
|
|
3783
|
-
"name": "
|
|
3730
|
+
"name": "foundationGridProActionRenderer",
|
|
3784
3731
|
"declaration": {
|
|
3785
|
-
"name": "
|
|
3786
|
-
"
|
|
3732
|
+
"name": "foundationGridProActionRenderer",
|
|
3733
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3787
3734
|
}
|
|
3788
3735
|
}
|
|
3789
3736
|
]
|
|
3790
3737
|
},
|
|
3791
3738
|
{
|
|
3792
3739
|
"kind": "javascript-module",
|
|
3793
|
-
"path": "src/cell-renderers/
|
|
3740
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3794
3741
|
"declarations": [
|
|
3795
3742
|
{
|
|
3796
3743
|
"kind": "class",
|
|
3797
|
-
"description": "The
|
|
3798
|
-
"name": "
|
|
3744
|
+
"description": "The Actions Menu Renderer element.",
|
|
3745
|
+
"name": "ActionsMenuRenderer",
|
|
3799
3746
|
"members": [
|
|
3800
3747
|
{
|
|
3801
3748
|
"kind": "field",
|
|
3802
3749
|
"name": "params",
|
|
3803
3750
|
"type": {
|
|
3804
|
-
"text": "ICellRendererParams
|
|
3805
|
-
},
|
|
3806
|
-
"privacy": "public"
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"kind": "field",
|
|
3810
|
-
"name": "pendingAction",
|
|
3811
|
-
"type": {
|
|
3812
|
-
"text": "boolean"
|
|
3751
|
+
"text": "ICellRendererParams"
|
|
3813
3752
|
},
|
|
3814
3753
|
"privacy": "public"
|
|
3815
3754
|
},
|
|
@@ -3821,7 +3760,7 @@
|
|
|
3821
3760
|
{
|
|
3822
3761
|
"name": "params",
|
|
3823
3762
|
"type": {
|
|
3824
|
-
"text": "ICellRendererParams
|
|
3763
|
+
"text": "ICellRendererParams"
|
|
3825
3764
|
}
|
|
3826
3765
|
}
|
|
3827
3766
|
]
|
|
@@ -3849,31 +3788,6 @@
|
|
|
3849
3788
|
}
|
|
3850
3789
|
]
|
|
3851
3790
|
},
|
|
3852
|
-
{
|
|
3853
|
-
"kind": "method",
|
|
3854
|
-
"name": "isDisabled",
|
|
3855
|
-
"privacy": "public",
|
|
3856
|
-
"return": {
|
|
3857
|
-
"type": {
|
|
3858
|
-
"text": "boolean"
|
|
3859
|
-
}
|
|
3860
|
-
},
|
|
3861
|
-
"parameters": [
|
|
3862
|
-
{
|
|
3863
|
-
"name": "data"
|
|
3864
|
-
}
|
|
3865
|
-
]
|
|
3866
|
-
},
|
|
3867
|
-
{
|
|
3868
|
-
"kind": "method",
|
|
3869
|
-
"name": "clickHandler",
|
|
3870
|
-
"privacy": "public"
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"kind": "field",
|
|
3874
|
-
"name": "dataTestId",
|
|
3875
|
-
"readonly": true
|
|
3876
|
-
},
|
|
3877
3791
|
{
|
|
3878
3792
|
"kind": "field",
|
|
3879
3793
|
"name": "_presentation",
|
|
@@ -3990,240 +3904,13 @@
|
|
|
3990
3904
|
"name": "FoundationElement",
|
|
3991
3905
|
"package": "@microsoft/fast-foundation"
|
|
3992
3906
|
},
|
|
3993
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
3907
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3994
3908
|
"customElement": true
|
|
3995
3909
|
},
|
|
3996
3910
|
{
|
|
3997
3911
|
"kind": "variable",
|
|
3998
|
-
"name": "
|
|
3999
|
-
"description": "
|
|
4000
|
-
"privacy": "public"
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"kind": "variable",
|
|
4004
|
-
"name": "agActionRendererStyles",
|
|
4005
|
-
"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`",
|
|
4006
|
-
"description": "The AG Action Renderer Styles.",
|
|
4007
|
-
"privacy": "public"
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"kind": "variable",
|
|
4011
|
-
"name": "foundationGridProActionRenderer",
|
|
4012
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4013
|
-
"privacy": "public"
|
|
4014
|
-
}
|
|
4015
|
-
],
|
|
4016
|
-
"exports": [
|
|
4017
|
-
{
|
|
4018
|
-
"kind": "js",
|
|
4019
|
-
"name": "ActionRenderer",
|
|
4020
|
-
"declaration": {
|
|
4021
|
-
"name": "ActionRenderer",
|
|
4022
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4023
|
-
}
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"kind": "js",
|
|
4027
|
-
"name": "actionHeightMultiplier",
|
|
4028
|
-
"declaration": {
|
|
4029
|
-
"name": "actionHeightMultiplier",
|
|
4030
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"kind": "js",
|
|
4035
|
-
"name": "agActionRendererStyles",
|
|
4036
|
-
"declaration": {
|
|
4037
|
-
"name": "agActionRendererStyles",
|
|
4038
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"kind": "js",
|
|
4043
|
-
"name": "foundationGridProActionRenderer",
|
|
4044
|
-
"declaration": {
|
|
4045
|
-
"name": "foundationGridProActionRenderer",
|
|
4046
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "javascript-module",
|
|
4053
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4054
|
-
"declarations": [
|
|
4055
|
-
{
|
|
4056
|
-
"kind": "class",
|
|
4057
|
-
"description": "The Actions Menu Renderer element.",
|
|
4058
|
-
"name": "ActionsMenuRenderer",
|
|
4059
|
-
"members": [
|
|
4060
|
-
{
|
|
4061
|
-
"kind": "field",
|
|
4062
|
-
"name": "params",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "ICellRendererParams"
|
|
4065
|
-
},
|
|
4066
|
-
"privacy": "public"
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"kind": "method",
|
|
4070
|
-
"name": "init",
|
|
4071
|
-
"privacy": "public",
|
|
4072
|
-
"parameters": [
|
|
4073
|
-
{
|
|
4074
|
-
"name": "params",
|
|
4075
|
-
"type": {
|
|
4076
|
-
"text": "ICellRendererParams"
|
|
4077
|
-
}
|
|
4078
|
-
}
|
|
4079
|
-
]
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"kind": "method",
|
|
4083
|
-
"name": "getGui",
|
|
4084
|
-
"privacy": "public",
|
|
4085
|
-
"return": {
|
|
4086
|
-
"type": {
|
|
4087
|
-
"text": "HTMLElement"
|
|
4088
|
-
}
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "method",
|
|
4093
|
-
"name": "refresh",
|
|
4094
|
-
"privacy": "public",
|
|
4095
|
-
"parameters": [
|
|
4096
|
-
{
|
|
4097
|
-
"name": "params",
|
|
4098
|
-
"type": {
|
|
4099
|
-
"text": "ICellRendererParams"
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
]
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"kind": "field",
|
|
4106
|
-
"name": "_presentation",
|
|
4107
|
-
"type": {
|
|
4108
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4109
|
-
},
|
|
4110
|
-
"privacy": "private",
|
|
4111
|
-
"default": "void 0",
|
|
4112
|
-
"inheritedFrom": {
|
|
4113
|
-
"name": "FoundationElement",
|
|
4114
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4115
|
-
}
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "field",
|
|
4119
|
-
"name": "$presentation",
|
|
4120
|
-
"type": {
|
|
4121
|
-
"text": "ComponentPresentation | null"
|
|
4122
|
-
},
|
|
4123
|
-
"privacy": "public",
|
|
4124
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4125
|
-
"inheritedFrom": {
|
|
4126
|
-
"name": "FoundationElement",
|
|
4127
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4128
|
-
}
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"kind": "field",
|
|
4132
|
-
"name": "template",
|
|
4133
|
-
"type": {
|
|
4134
|
-
"text": "ElementViewTemplate | void | null"
|
|
4135
|
-
},
|
|
4136
|
-
"privacy": "public",
|
|
4137
|
-
"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.",
|
|
4138
|
-
"inheritedFrom": {
|
|
4139
|
-
"name": "FoundationElement",
|
|
4140
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4141
|
-
}
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "method",
|
|
4145
|
-
"name": "templateChanged",
|
|
4146
|
-
"privacy": "protected",
|
|
4147
|
-
"return": {
|
|
4148
|
-
"type": {
|
|
4149
|
-
"text": "void"
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
"inheritedFrom": {
|
|
4153
|
-
"name": "FoundationElement",
|
|
4154
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4155
|
-
}
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"kind": "field",
|
|
4159
|
-
"name": "styles",
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": "ElementStyles | void | null"
|
|
4162
|
-
},
|
|
4163
|
-
"privacy": "public",
|
|
4164
|
-
"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.",
|
|
4165
|
-
"inheritedFrom": {
|
|
4166
|
-
"name": "FoundationElement",
|
|
4167
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4168
|
-
}
|
|
4169
|
-
},
|
|
4170
|
-
{
|
|
4171
|
-
"kind": "method",
|
|
4172
|
-
"name": "stylesChanged",
|
|
4173
|
-
"privacy": "protected",
|
|
4174
|
-
"return": {
|
|
4175
|
-
"type": {
|
|
4176
|
-
"text": "void"
|
|
4177
|
-
}
|
|
4178
|
-
},
|
|
4179
|
-
"inheritedFrom": {
|
|
4180
|
-
"name": "FoundationElement",
|
|
4181
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4182
|
-
}
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"kind": "method",
|
|
4186
|
-
"name": "compose",
|
|
4187
|
-
"privacy": "public",
|
|
4188
|
-
"static": true,
|
|
4189
|
-
"return": {
|
|
4190
|
-
"type": {
|
|
4191
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4192
|
-
}
|
|
4193
|
-
},
|
|
4194
|
-
"parameters": [
|
|
4195
|
-
{
|
|
4196
|
-
"name": "this",
|
|
4197
|
-
"type": {
|
|
4198
|
-
"text": "K"
|
|
4199
|
-
}
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"name": "elementDefinition",
|
|
4203
|
-
"type": {
|
|
4204
|
-
"text": "T"
|
|
4205
|
-
},
|
|
4206
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4207
|
-
}
|
|
4208
|
-
],
|
|
4209
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4210
|
-
"inheritedFrom": {
|
|
4211
|
-
"name": "FoundationElement",
|
|
4212
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4213
|
-
}
|
|
4214
|
-
}
|
|
4215
|
-
],
|
|
4216
|
-
"superclass": {
|
|
4217
|
-
"name": "FoundationElement",
|
|
4218
|
-
"package": "@microsoft/fast-foundation"
|
|
4219
|
-
},
|
|
4220
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4221
|
-
"customElement": true
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"kind": "variable",
|
|
4225
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
4226
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3912
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3913
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4227
3914
|
"privacy": "public"
|
|
4228
3915
|
},
|
|
4229
3916
|
{
|
|
@@ -5551,60 +5238,367 @@
|
|
|
5551
5238
|
"name": "destroy",
|
|
5552
5239
|
"privacy": "public",
|
|
5553
5240
|
"inheritedFrom": {
|
|
5554
|
-
"name": "AgTextFieldRenderer",
|
|
5555
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5241
|
+
"name": "AgTextFieldRenderer",
|
|
5242
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5243
|
+
}
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"kind": "method",
|
|
5247
|
+
"name": "refresh",
|
|
5248
|
+
"privacy": "public",
|
|
5249
|
+
"parameters": [
|
|
5250
|
+
{
|
|
5251
|
+
"name": "params",
|
|
5252
|
+
"type": {
|
|
5253
|
+
"text": "FuiCellRendererParams"
|
|
5254
|
+
}
|
|
5255
|
+
}
|
|
5256
|
+
],
|
|
5257
|
+
"inheritedFrom": {
|
|
5258
|
+
"name": "AgTextFieldRenderer",
|
|
5259
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"kind": "method",
|
|
5264
|
+
"name": "isDisabled",
|
|
5265
|
+
"privacy": "public",
|
|
5266
|
+
"return": {
|
|
5267
|
+
"type": {
|
|
5268
|
+
"text": "boolean"
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
5271
|
+
"parameters": [
|
|
5272
|
+
{
|
|
5273
|
+
"name": "data"
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5276
|
+
"inheritedFrom": {
|
|
5277
|
+
"name": "AgTextFieldRenderer",
|
|
5278
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5279
|
+
}
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"kind": "field",
|
|
5283
|
+
"name": "textChanged",
|
|
5284
|
+
"privacy": "public",
|
|
5285
|
+
"description": "On text change handler",
|
|
5286
|
+
"parameters": [
|
|
5287
|
+
{
|
|
5288
|
+
"description": "CustomEvent",
|
|
5289
|
+
"name": "e"
|
|
5290
|
+
}
|
|
5291
|
+
],
|
|
5292
|
+
"inheritedFrom": {
|
|
5293
|
+
"name": "AgTextFieldRenderer",
|
|
5294
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"kind": "field",
|
|
5299
|
+
"name": "_presentation",
|
|
5300
|
+
"type": {
|
|
5301
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5302
|
+
},
|
|
5303
|
+
"privacy": "private",
|
|
5304
|
+
"default": "void 0",
|
|
5305
|
+
"inheritedFrom": {
|
|
5306
|
+
"name": "FoundationElement",
|
|
5307
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5308
|
+
}
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"kind": "field",
|
|
5312
|
+
"name": "$presentation",
|
|
5313
|
+
"type": {
|
|
5314
|
+
"text": "ComponentPresentation | null"
|
|
5315
|
+
},
|
|
5316
|
+
"privacy": "public",
|
|
5317
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5318
|
+
"inheritedFrom": {
|
|
5319
|
+
"name": "FoundationElement",
|
|
5320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5321
|
+
}
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"kind": "field",
|
|
5325
|
+
"name": "template",
|
|
5326
|
+
"type": {
|
|
5327
|
+
"text": "ElementViewTemplate | void | null"
|
|
5328
|
+
},
|
|
5329
|
+
"privacy": "public",
|
|
5330
|
+
"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.",
|
|
5331
|
+
"inheritedFrom": {
|
|
5332
|
+
"name": "FoundationElement",
|
|
5333
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5334
|
+
}
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "method",
|
|
5338
|
+
"name": "templateChanged",
|
|
5339
|
+
"privacy": "protected",
|
|
5340
|
+
"return": {
|
|
5341
|
+
"type": {
|
|
5342
|
+
"text": "void"
|
|
5343
|
+
}
|
|
5344
|
+
},
|
|
5345
|
+
"inheritedFrom": {
|
|
5346
|
+
"name": "FoundationElement",
|
|
5347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "field",
|
|
5352
|
+
"name": "styles",
|
|
5353
|
+
"type": {
|
|
5354
|
+
"text": "ElementStyles | void | null"
|
|
5355
|
+
},
|
|
5356
|
+
"privacy": "public",
|
|
5357
|
+
"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.",
|
|
5358
|
+
"inheritedFrom": {
|
|
5359
|
+
"name": "FoundationElement",
|
|
5360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"kind": "method",
|
|
5365
|
+
"name": "stylesChanged",
|
|
5366
|
+
"privacy": "protected",
|
|
5367
|
+
"return": {
|
|
5368
|
+
"type": {
|
|
5369
|
+
"text": "void"
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5372
|
+
"inheritedFrom": {
|
|
5373
|
+
"name": "FoundationElement",
|
|
5374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"kind": "method",
|
|
5379
|
+
"name": "compose",
|
|
5380
|
+
"privacy": "public",
|
|
5381
|
+
"static": true,
|
|
5382
|
+
"return": {
|
|
5383
|
+
"type": {
|
|
5384
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5387
|
+
"parameters": [
|
|
5388
|
+
{
|
|
5389
|
+
"name": "this",
|
|
5390
|
+
"type": {
|
|
5391
|
+
"text": "K"
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"name": "elementDefinition",
|
|
5396
|
+
"type": {
|
|
5397
|
+
"text": "T"
|
|
5398
|
+
},
|
|
5399
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5400
|
+
}
|
|
5401
|
+
],
|
|
5402
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5403
|
+
"inheritedFrom": {
|
|
5404
|
+
"name": "FoundationElement",
|
|
5405
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5406
|
+
}
|
|
5407
|
+
}
|
|
5408
|
+
]
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"kind": "variable",
|
|
5412
|
+
"name": "textRendererStyles",
|
|
5413
|
+
"default": "textFieldRendererStyles",
|
|
5414
|
+
"privacy": "public",
|
|
5415
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "variable",
|
|
5419
|
+
"name": "getTextRendererTemplate",
|
|
5420
|
+
"default": "getTextFieldRendererTemplate",
|
|
5421
|
+
"privacy": "public",
|
|
5422
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"kind": "variable",
|
|
5426
|
+
"name": "foundationAgTextRenderer",
|
|
5427
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5428
|
+
"privacy": "public",
|
|
5429
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5430
|
+
}
|
|
5431
|
+
],
|
|
5432
|
+
"exports": [
|
|
5433
|
+
{
|
|
5434
|
+
"kind": "js",
|
|
5435
|
+
"name": "AgTextRenderer",
|
|
5436
|
+
"declaration": {
|
|
5437
|
+
"name": "AgTextRenderer",
|
|
5438
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5439
|
+
}
|
|
5440
|
+
},
|
|
5441
|
+
{
|
|
5442
|
+
"kind": "js",
|
|
5443
|
+
"name": "textRendererStyles",
|
|
5444
|
+
"declaration": {
|
|
5445
|
+
"name": "textRendererStyles",
|
|
5446
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"kind": "js",
|
|
5451
|
+
"name": "getTextRendererTemplate",
|
|
5452
|
+
"declaration": {
|
|
5453
|
+
"name": "getTextRendererTemplate",
|
|
5454
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5455
|
+
}
|
|
5456
|
+
},
|
|
5457
|
+
{
|
|
5458
|
+
"kind": "js",
|
|
5459
|
+
"name": "foundationAgTextRenderer",
|
|
5460
|
+
"declaration": {
|
|
5461
|
+
"name": "foundationAgTextRenderer",
|
|
5462
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
]
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "javascript-module",
|
|
5469
|
+
"path": "src/column/column.template.ts",
|
|
5470
|
+
"declarations": [
|
|
5471
|
+
{
|
|
5472
|
+
"kind": "variable",
|
|
5473
|
+
"name": "ColumnTemplate",
|
|
5474
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5475
|
+
"description": "The Grid Pro Column Template.",
|
|
5476
|
+
"privacy": "public"
|
|
5477
|
+
}
|
|
5478
|
+
],
|
|
5479
|
+
"exports": [
|
|
5480
|
+
{
|
|
5481
|
+
"kind": "js",
|
|
5482
|
+
"name": "ColumnTemplate",
|
|
5483
|
+
"declaration": {
|
|
5484
|
+
"name": "ColumnTemplate",
|
|
5485
|
+
"module": "src/column/column.template.ts"
|
|
5486
|
+
}
|
|
5487
|
+
}
|
|
5488
|
+
]
|
|
5489
|
+
},
|
|
5490
|
+
{
|
|
5491
|
+
"kind": "javascript-module",
|
|
5492
|
+
"path": "src/column/column.ts",
|
|
5493
|
+
"declarations": [
|
|
5494
|
+
{
|
|
5495
|
+
"kind": "class",
|
|
5496
|
+
"description": "The Grid Pro Column element.",
|
|
5497
|
+
"name": "GridProColumn",
|
|
5498
|
+
"members": [
|
|
5499
|
+
{
|
|
5500
|
+
"kind": "field",
|
|
5501
|
+
"name": "slottedAgCell",
|
|
5502
|
+
"type": {
|
|
5503
|
+
"text": "HTMLElement[]"
|
|
5504
|
+
},
|
|
5505
|
+
"privacy": "public"
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"kind": "field",
|
|
5509
|
+
"name": "definition",
|
|
5510
|
+
"type": {
|
|
5511
|
+
"text": "ColDef"
|
|
5512
|
+
},
|
|
5513
|
+
"default": "{}"
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"kind": "method",
|
|
5517
|
+
"name": "slottedAgCellChanged",
|
|
5518
|
+
"privacy": "public"
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"kind": "method",
|
|
5522
|
+
"name": "deepClone",
|
|
5523
|
+
"return": {
|
|
5524
|
+
"type": {
|
|
5525
|
+
"text": "Node"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"inheritedFrom": {
|
|
5529
|
+
"name": "LifecycleMixin",
|
|
5530
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5556
5531
|
}
|
|
5557
5532
|
},
|
|
5558
5533
|
{
|
|
5559
5534
|
"kind": "method",
|
|
5560
|
-
"name": "
|
|
5561
|
-
"
|
|
5535
|
+
"name": "cloneNode",
|
|
5536
|
+
"return": {
|
|
5537
|
+
"type": {
|
|
5538
|
+
"text": "Node"
|
|
5539
|
+
}
|
|
5540
|
+
},
|
|
5562
5541
|
"parameters": [
|
|
5563
5542
|
{
|
|
5564
|
-
"name": "
|
|
5543
|
+
"name": "deep",
|
|
5544
|
+
"optional": true,
|
|
5565
5545
|
"type": {
|
|
5566
|
-
"text": "
|
|
5546
|
+
"text": "boolean"
|
|
5567
5547
|
}
|
|
5568
5548
|
}
|
|
5569
5549
|
],
|
|
5570
5550
|
"inheritedFrom": {
|
|
5571
|
-
"name": "
|
|
5572
|
-
"module": "src/
|
|
5551
|
+
"name": "LifecycleMixin",
|
|
5552
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5573
5553
|
}
|
|
5574
5554
|
},
|
|
5575
5555
|
{
|
|
5576
|
-
"kind": "
|
|
5577
|
-
"name": "
|
|
5578
|
-
"privacy": "public",
|
|
5556
|
+
"kind": "field",
|
|
5557
|
+
"name": "shouldRunDisconnect",
|
|
5579
5558
|
"return": {
|
|
5580
5559
|
"type": {
|
|
5581
|
-
"text": "
|
|
5560
|
+
"text": ""
|
|
5582
5561
|
}
|
|
5583
5562
|
},
|
|
5584
|
-
"
|
|
5585
|
-
{
|
|
5586
|
-
"name": "data"
|
|
5587
|
-
}
|
|
5588
|
-
],
|
|
5563
|
+
"readonly": true,
|
|
5589
5564
|
"inheritedFrom": {
|
|
5590
|
-
"name": "
|
|
5591
|
-
"module": "src/
|
|
5565
|
+
"name": "LifecycleMixin",
|
|
5566
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5592
5567
|
}
|
|
5593
5568
|
},
|
|
5594
5569
|
{
|
|
5595
5570
|
"kind": "field",
|
|
5596
|
-
"name": "
|
|
5597
|
-
"
|
|
5598
|
-
|
|
5571
|
+
"name": "shouldRunConnect",
|
|
5572
|
+
"return": {
|
|
5573
|
+
"type": {
|
|
5574
|
+
"text": ""
|
|
5575
|
+
}
|
|
5576
|
+
},
|
|
5577
|
+
"readonly": true,
|
|
5578
|
+
"inheritedFrom": {
|
|
5579
|
+
"name": "LifecycleMixin",
|
|
5580
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5581
|
+
}
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"kind": "method",
|
|
5585
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5586
|
+
"return": {
|
|
5587
|
+
"type": {
|
|
5588
|
+
"text": "boolean"
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5599
5591
|
"parameters": [
|
|
5600
5592
|
{
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5593
|
+
"name": "lifecycleType",
|
|
5594
|
+
"type": {
|
|
5595
|
+
"text": "Lifecycletype"
|
|
5596
|
+
}
|
|
5603
5597
|
}
|
|
5604
5598
|
],
|
|
5605
5599
|
"inheritedFrom": {
|
|
5606
|
-
"name": "
|
|
5607
|
-
"module": "src/
|
|
5600
|
+
"name": "LifecycleMixin",
|
|
5601
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5608
5602
|
}
|
|
5609
5603
|
},
|
|
5610
5604
|
{
|
|
@@ -5718,61 +5712,67 @@
|
|
|
5718
5712
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5719
5713
|
}
|
|
5720
5714
|
}
|
|
5721
|
-
]
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
"
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
"
|
|
5733
|
-
"
|
|
5734
|
-
"privacy": "public",
|
|
5735
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5736
|
-
},
|
|
5737
|
-
{
|
|
5738
|
-
"kind": "variable",
|
|
5739
|
-
"name": "foundationAgTextRenderer",
|
|
5740
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5741
|
-
"privacy": "public",
|
|
5742
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5715
|
+
],
|
|
5716
|
+
"mixins": [
|
|
5717
|
+
{
|
|
5718
|
+
"name": "LifecycleMixin",
|
|
5719
|
+
"package": "@genesislcap/foundation-utils"
|
|
5720
|
+
}
|
|
5721
|
+
],
|
|
5722
|
+
"superclass": {
|
|
5723
|
+
"name": "FoundationElement",
|
|
5724
|
+
"package": "@microsoft/fast-foundation"
|
|
5725
|
+
},
|
|
5726
|
+
"tagName": "grid-pro-column",
|
|
5727
|
+
"customElement": true
|
|
5743
5728
|
}
|
|
5744
5729
|
],
|
|
5745
5730
|
"exports": [
|
|
5746
5731
|
{
|
|
5747
5732
|
"kind": "js",
|
|
5748
|
-
"name": "
|
|
5733
|
+
"name": "GridProColumn",
|
|
5749
5734
|
"declaration": {
|
|
5750
|
-
"name": "
|
|
5751
|
-
"module": "src/
|
|
5735
|
+
"name": "GridProColumn",
|
|
5736
|
+
"module": "src/column/column.ts"
|
|
5752
5737
|
}
|
|
5753
5738
|
},
|
|
5739
|
+
{
|
|
5740
|
+
"kind": "custom-element-definition",
|
|
5741
|
+
"name": "grid-pro-column",
|
|
5742
|
+
"declaration": {
|
|
5743
|
+
"name": "GridProColumn",
|
|
5744
|
+
"module": "src/column/column.ts"
|
|
5745
|
+
}
|
|
5746
|
+
}
|
|
5747
|
+
]
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "javascript-module",
|
|
5751
|
+
"path": "src/column/index.ts",
|
|
5752
|
+
"declarations": [],
|
|
5753
|
+
"exports": [
|
|
5754
5754
|
{
|
|
5755
5755
|
"kind": "js",
|
|
5756
|
-
"name": "
|
|
5756
|
+
"name": "*",
|
|
5757
5757
|
"declaration": {
|
|
5758
|
-
"name": "
|
|
5759
|
-
"
|
|
5758
|
+
"name": "*",
|
|
5759
|
+
"package": "./column.template"
|
|
5760
5760
|
}
|
|
5761
5761
|
},
|
|
5762
5762
|
{
|
|
5763
5763
|
"kind": "js",
|
|
5764
|
-
"name": "
|
|
5764
|
+
"name": "*",
|
|
5765
5765
|
"declaration": {
|
|
5766
|
-
"name": "
|
|
5767
|
-
"
|
|
5766
|
+
"name": "*",
|
|
5767
|
+
"package": "./column"
|
|
5768
5768
|
}
|
|
5769
5769
|
},
|
|
5770
5770
|
{
|
|
5771
5771
|
"kind": "js",
|
|
5772
|
-
"name": "
|
|
5772
|
+
"name": "*",
|
|
5773
5773
|
"declaration": {
|
|
5774
|
-
"name": "
|
|
5775
|
-
"
|
|
5774
|
+
"name": "*",
|
|
5775
|
+
"package": "./utils"
|
|
5776
5776
|
}
|
|
5777
5777
|
}
|
|
5778
5778
|
]
|
|
@@ -5936,10 +5936,6 @@
|
|
|
5936
5936
|
{
|
|
5937
5937
|
"kind": "field",
|
|
5938
5938
|
"name": "requestAutoSetup",
|
|
5939
|
-
"type": {
|
|
5940
|
-
"text": "boolean"
|
|
5941
|
-
},
|
|
5942
|
-
"default": "true",
|
|
5943
5939
|
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
5944
5940
|
},
|
|
5945
5941
|
{
|
|
@@ -6272,10 +6268,6 @@
|
|
|
6272
6268
|
},
|
|
6273
6269
|
{
|
|
6274
6270
|
"name": "request-auto-setup",
|
|
6275
|
-
"type": {
|
|
6276
|
-
"text": "boolean"
|
|
6277
|
-
},
|
|
6278
|
-
"default": "true",
|
|
6279
6271
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
6280
6272
|
"fieldName": "requestAutoSetup"
|
|
6281
6273
|
},
|
|
@@ -6718,10 +6710,6 @@
|
|
|
6718
6710
|
{
|
|
6719
6711
|
"kind": "field",
|
|
6720
6712
|
"name": "requestAutoSetup",
|
|
6721
|
-
"type": {
|
|
6722
|
-
"text": "boolean"
|
|
6723
|
-
},
|
|
6724
|
-
"default": "true",
|
|
6725
6713
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
6726
6714
|
"inheritedFrom": {
|
|
6727
6715
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -7158,10 +7146,6 @@
|
|
|
7158
7146
|
},
|
|
7159
7147
|
{
|
|
7160
7148
|
"name": "request-auto-setup",
|
|
7161
|
-
"type": {
|
|
7162
|
-
"text": "boolean"
|
|
7163
|
-
},
|
|
7164
|
-
"default": "true",
|
|
7165
7149
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
7166
7150
|
"fieldName": "requestAutoSetup",
|
|
7167
7151
|
"inheritedFrom": {
|
|
@@ -8212,10 +8196,6 @@
|
|
|
8212
8196
|
{
|
|
8213
8197
|
"kind": "field",
|
|
8214
8198
|
"name": "requestAutoSetup",
|
|
8215
|
-
"type": {
|
|
8216
|
-
"text": "boolean"
|
|
8217
|
-
},
|
|
8218
|
-
"default": "true",
|
|
8219
8199
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
8220
8200
|
"inheritedFrom": {
|
|
8221
8201
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -8632,10 +8612,6 @@
|
|
|
8632
8612
|
},
|
|
8633
8613
|
{
|
|
8634
8614
|
"name": "request-auto-setup",
|
|
8635
|
-
"type": {
|
|
8636
|
-
"text": "boolean"
|
|
8637
|
-
},
|
|
8638
|
-
"default": "true",
|
|
8639
8615
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
8640
8616
|
"fieldName": "requestAutoSetup",
|
|
8641
8617
|
"inheritedFrom": {
|
|
@@ -9521,10 +9497,6 @@
|
|
|
9521
9497
|
{
|
|
9522
9498
|
"kind": "field",
|
|
9523
9499
|
"name": "requestAutoSetup",
|
|
9524
|
-
"type": {
|
|
9525
|
-
"text": "boolean"
|
|
9526
|
-
},
|
|
9527
|
-
"default": "true",
|
|
9528
9500
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
9529
9501
|
"inheritedFrom": {
|
|
9530
9502
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -9975,10 +9947,6 @@
|
|
|
9975
9947
|
},
|
|
9976
9948
|
{
|
|
9977
9949
|
"name": "request-auto-setup",
|
|
9978
|
-
"type": {
|
|
9979
|
-
"text": "boolean"
|
|
9980
|
-
},
|
|
9981
|
-
"default": "true",
|
|
9982
9950
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
9983
9951
|
"fieldName": "requestAutoSetup",
|
|
9984
9952
|
"inheritedFrom": {
|
|
@@ -12692,10 +12660,6 @@
|
|
|
12692
12660
|
{
|
|
12693
12661
|
"kind": "field",
|
|
12694
12662
|
"name": "requestAutoSetup",
|
|
12695
|
-
"type": {
|
|
12696
|
-
"text": "boolean"
|
|
12697
|
-
},
|
|
12698
|
-
"default": "true",
|
|
12699
12663
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
12700
12664
|
"inheritedFrom": {
|
|
12701
12665
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -13104,10 +13068,6 @@
|
|
|
13104
13068
|
},
|
|
13105
13069
|
{
|
|
13106
13070
|
"name": "request-auto-setup",
|
|
13107
|
-
"type": {
|
|
13108
|
-
"text": "boolean"
|
|
13109
|
-
},
|
|
13110
|
-
"default": "true",
|
|
13111
13071
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
13112
13072
|
"fieldName": "requestAutoSetup",
|
|
13113
13073
|
"inheritedFrom": {
|
|
@@ -13771,51 +13731,46 @@
|
|
|
13771
13731
|
},
|
|
13772
13732
|
{
|
|
13773
13733
|
"kind": "javascript-module",
|
|
13774
|
-
"path": "src/
|
|
13734
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
13775
13735
|
"declarations": [
|
|
13776
13736
|
{
|
|
13777
13737
|
"kind": "function",
|
|
13778
|
-
"name": "
|
|
13738
|
+
"name": "setValueWithAccessor",
|
|
13779
13739
|
"return": {
|
|
13780
13740
|
"type": {
|
|
13781
|
-
"text": "
|
|
13741
|
+
"text": "string"
|
|
13782
13742
|
}
|
|
13783
13743
|
},
|
|
13784
13744
|
"parameters": [
|
|
13785
13745
|
{
|
|
13786
|
-
"name": "
|
|
13746
|
+
"name": "data",
|
|
13787
13747
|
"type": {
|
|
13788
|
-
"text": "
|
|
13789
|
-
}
|
|
13790
|
-
"description": "The array to render"
|
|
13748
|
+
"text": "any"
|
|
13749
|
+
}
|
|
13791
13750
|
},
|
|
13792
13751
|
{
|
|
13793
|
-
"name": "
|
|
13794
|
-
"default": "true",
|
|
13752
|
+
"name": "accessor",
|
|
13795
13753
|
"type": {
|
|
13796
|
-
"text": "
|
|
13797
|
-
}
|
|
13798
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
13754
|
+
"text": "string"
|
|
13755
|
+
}
|
|
13799
13756
|
}
|
|
13800
|
-
]
|
|
13801
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
13802
|
-
"privacy": "public"
|
|
13757
|
+
]
|
|
13803
13758
|
}
|
|
13804
13759
|
],
|
|
13805
13760
|
"exports": [
|
|
13806
13761
|
{
|
|
13807
13762
|
"kind": "js",
|
|
13808
|
-
"name": "
|
|
13763
|
+
"name": "setValueWithAccessor",
|
|
13809
13764
|
"declaration": {
|
|
13810
|
-
"name": "
|
|
13811
|
-
"module": "src/
|
|
13765
|
+
"name": "setValueWithAccessor",
|
|
13766
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
13812
13767
|
}
|
|
13813
13768
|
}
|
|
13814
13769
|
]
|
|
13815
13770
|
},
|
|
13816
13771
|
{
|
|
13817
13772
|
"kind": "javascript-module",
|
|
13818
|
-
"path": "src/
|
|
13773
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
13819
13774
|
"declarations": [],
|
|
13820
13775
|
"exports": [
|
|
13821
13776
|
{
|
|
@@ -13823,53 +13778,58 @@
|
|
|
13823
13778
|
"name": "*",
|
|
13824
13779
|
"declaration": {
|
|
13825
13780
|
"name": "*",
|
|
13826
|
-
"package": "./
|
|
13781
|
+
"package": "./accessor"
|
|
13827
13782
|
}
|
|
13828
13783
|
}
|
|
13829
13784
|
]
|
|
13830
13785
|
},
|
|
13831
13786
|
{
|
|
13832
13787
|
"kind": "javascript-module",
|
|
13833
|
-
"path": "src/
|
|
13788
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
13834
13789
|
"declarations": [
|
|
13835
13790
|
{
|
|
13836
13791
|
"kind": "function",
|
|
13837
|
-
"name": "
|
|
13792
|
+
"name": "gridProColumns",
|
|
13838
13793
|
"return": {
|
|
13839
13794
|
"type": {
|
|
13840
|
-
"text": "
|
|
13795
|
+
"text": "CaptureType<TSource>"
|
|
13841
13796
|
}
|
|
13842
13797
|
},
|
|
13843
13798
|
"parameters": [
|
|
13844
13799
|
{
|
|
13845
|
-
"name": "
|
|
13800
|
+
"name": "itemsBinding",
|
|
13846
13801
|
"type": {
|
|
13847
|
-
"text": "
|
|
13848
|
-
}
|
|
13802
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
13803
|
+
},
|
|
13804
|
+
"description": "The array to render"
|
|
13849
13805
|
},
|
|
13850
13806
|
{
|
|
13851
|
-
"name": "
|
|
13807
|
+
"name": "includeRenderers",
|
|
13808
|
+
"default": "true",
|
|
13852
13809
|
"type": {
|
|
13853
|
-
"text": "
|
|
13854
|
-
}
|
|
13810
|
+
"text": "boolean"
|
|
13811
|
+
},
|
|
13812
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
13855
13813
|
}
|
|
13856
|
-
]
|
|
13814
|
+
],
|
|
13815
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
13816
|
+
"privacy": "public"
|
|
13857
13817
|
}
|
|
13858
13818
|
],
|
|
13859
13819
|
"exports": [
|
|
13860
13820
|
{
|
|
13861
13821
|
"kind": "js",
|
|
13862
|
-
"name": "
|
|
13822
|
+
"name": "gridProColumns",
|
|
13863
13823
|
"declaration": {
|
|
13864
|
-
"name": "
|
|
13865
|
-
"module": "src/
|
|
13824
|
+
"name": "gridProColumns",
|
|
13825
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
13866
13826
|
}
|
|
13867
13827
|
}
|
|
13868
13828
|
]
|
|
13869
13829
|
},
|
|
13870
13830
|
{
|
|
13871
13831
|
"kind": "javascript-module",
|
|
13872
|
-
"path": "src/
|
|
13832
|
+
"path": "src/column/utils/index.ts",
|
|
13873
13833
|
"declarations": [],
|
|
13874
13834
|
"exports": [
|
|
13875
13835
|
{
|
|
@@ -13877,7 +13837,7 @@
|
|
|
13877
13837
|
"name": "*",
|
|
13878
13838
|
"declaration": {
|
|
13879
13839
|
"name": "*",
|
|
13880
|
-
"package": "./
|
|
13840
|
+
"package": "./grid-pro-columns"
|
|
13881
13841
|
}
|
|
13882
13842
|
}
|
|
13883
13843
|
]
|