@genesislcap/grid-pro 14.277.0 → 14.278.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 +632 -632
- package/package.json +13 -13
|
@@ -3576,123 +3576,69 @@
|
|
|
3576
3576
|
},
|
|
3577
3577
|
{
|
|
3578
3578
|
"kind": "javascript-module",
|
|
3579
|
-
"path": "src/
|
|
3580
|
-
"declarations": [
|
|
3581
|
-
{
|
|
3582
|
-
"kind": "variable",
|
|
3583
|
-
"name": "ColumnTemplate",
|
|
3584
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3585
|
-
"description": "The Grid Pro Column Template.",
|
|
3586
|
-
"privacy": "public"
|
|
3587
|
-
}
|
|
3588
|
-
],
|
|
3589
|
-
"exports": [
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "js",
|
|
3592
|
-
"name": "ColumnTemplate",
|
|
3593
|
-
"declaration": {
|
|
3594
|
-
"name": "ColumnTemplate",
|
|
3595
|
-
"module": "src/column/column.template.ts"
|
|
3596
|
-
}
|
|
3597
|
-
}
|
|
3598
|
-
]
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"kind": "javascript-module",
|
|
3602
|
-
"path": "src/column/column.ts",
|
|
3579
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3603
3580
|
"declarations": [
|
|
3604
3581
|
{
|
|
3605
3582
|
"kind": "class",
|
|
3606
|
-
"description": "The
|
|
3607
|
-
"name": "
|
|
3583
|
+
"description": "The AG Action Renderer element.",
|
|
3584
|
+
"name": "ActionRenderer",
|
|
3608
3585
|
"members": [
|
|
3609
3586
|
{
|
|
3610
3587
|
"kind": "field",
|
|
3611
|
-
"name": "
|
|
3588
|
+
"name": "params",
|
|
3612
3589
|
"type": {
|
|
3613
|
-
"text": "
|
|
3590
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3614
3591
|
},
|
|
3615
3592
|
"privacy": "public"
|
|
3616
3593
|
},
|
|
3617
3594
|
{
|
|
3618
3595
|
"kind": "field",
|
|
3619
|
-
"name": "
|
|
3596
|
+
"name": "pendingAction",
|
|
3620
3597
|
"type": {
|
|
3621
|
-
"text": "
|
|
3598
|
+
"text": "boolean"
|
|
3622
3599
|
},
|
|
3623
|
-
"default": "{}"
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "method",
|
|
3627
|
-
"name": "slottedAgCellChanged",
|
|
3628
3600
|
"privacy": "public"
|
|
3629
3601
|
},
|
|
3630
3602
|
{
|
|
3631
3603
|
"kind": "method",
|
|
3632
|
-
"name": "
|
|
3633
|
-
"
|
|
3634
|
-
"type": {
|
|
3635
|
-
"text": "Node"
|
|
3636
|
-
}
|
|
3637
|
-
},
|
|
3638
|
-
"inheritedFrom": {
|
|
3639
|
-
"name": "LifecycleMixin",
|
|
3640
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "method",
|
|
3645
|
-
"name": "cloneNode",
|
|
3646
|
-
"return": {
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "Node"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3604
|
+
"name": "init",
|
|
3605
|
+
"privacy": "public",
|
|
3651
3606
|
"parameters": [
|
|
3652
3607
|
{
|
|
3653
|
-
"name": "
|
|
3654
|
-
"optional": true,
|
|
3608
|
+
"name": "params",
|
|
3655
3609
|
"type": {
|
|
3656
|
-
"text": "
|
|
3610
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3657
3611
|
}
|
|
3658
3612
|
}
|
|
3659
|
-
]
|
|
3660
|
-
"inheritedFrom": {
|
|
3661
|
-
"name": "LifecycleMixin",
|
|
3662
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3663
|
-
}
|
|
3613
|
+
]
|
|
3664
3614
|
},
|
|
3665
3615
|
{
|
|
3666
|
-
"kind": "
|
|
3667
|
-
"name": "
|
|
3616
|
+
"kind": "method",
|
|
3617
|
+
"name": "getGui",
|
|
3618
|
+
"privacy": "public",
|
|
3668
3619
|
"return": {
|
|
3669
3620
|
"type": {
|
|
3670
|
-
"text": ""
|
|
3621
|
+
"text": "HTMLElement"
|
|
3671
3622
|
}
|
|
3672
|
-
},
|
|
3673
|
-
"readonly": true,
|
|
3674
|
-
"inheritedFrom": {
|
|
3675
|
-
"name": "LifecycleMixin",
|
|
3676
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3677
3623
|
}
|
|
3678
3624
|
},
|
|
3679
3625
|
{
|
|
3680
|
-
"kind": "
|
|
3681
|
-
"name": "
|
|
3682
|
-
"
|
|
3683
|
-
|
|
3684
|
-
|
|
3626
|
+
"kind": "method",
|
|
3627
|
+
"name": "refresh",
|
|
3628
|
+
"privacy": "public",
|
|
3629
|
+
"parameters": [
|
|
3630
|
+
{
|
|
3631
|
+
"name": "params",
|
|
3632
|
+
"type": {
|
|
3633
|
+
"text": "ICellRendererParams"
|
|
3634
|
+
}
|
|
3685
3635
|
}
|
|
3686
|
-
|
|
3687
|
-
"readonly": true,
|
|
3688
|
-
"inheritedFrom": {
|
|
3689
|
-
"name": "LifecycleMixin",
|
|
3690
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3691
|
-
}
|
|
3636
|
+
]
|
|
3692
3637
|
},
|
|
3693
3638
|
{
|
|
3694
3639
|
"kind": "method",
|
|
3695
|
-
"name": "
|
|
3640
|
+
"name": "isDisabled",
|
|
3641
|
+
"privacy": "public",
|
|
3696
3642
|
"return": {
|
|
3697
3643
|
"type": {
|
|
3698
3644
|
"text": "boolean"
|
|
@@ -3700,16 +3646,19 @@
|
|
|
3700
3646
|
},
|
|
3701
3647
|
"parameters": [
|
|
3702
3648
|
{
|
|
3703
|
-
"name": "
|
|
3704
|
-
"type": {
|
|
3705
|
-
"text": "Lifecycletype"
|
|
3706
|
-
}
|
|
3649
|
+
"name": "data"
|
|
3707
3650
|
}
|
|
3708
|
-
]
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3651
|
+
]
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "method",
|
|
3655
|
+
"name": "clickHandler",
|
|
3656
|
+
"privacy": "public"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "field",
|
|
3660
|
+
"name": "dataTestId",
|
|
3661
|
+
"readonly": true
|
|
3713
3662
|
},
|
|
3714
3663
|
{
|
|
3715
3664
|
"kind": "field",
|
|
@@ -3823,92 +3772,82 @@
|
|
|
3823
3772
|
}
|
|
3824
3773
|
}
|
|
3825
3774
|
],
|
|
3826
|
-
"mixins": [
|
|
3827
|
-
{
|
|
3828
|
-
"name": "LifecycleMixin",
|
|
3829
|
-
"package": "@genesislcap/foundation-utils"
|
|
3830
|
-
}
|
|
3831
|
-
],
|
|
3832
3775
|
"superclass": {
|
|
3833
3776
|
"name": "FoundationElement",
|
|
3834
3777
|
"package": "@microsoft/fast-foundation"
|
|
3835
3778
|
},
|
|
3836
|
-
"tagName": "grid-pro-
|
|
3779
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3837
3780
|
"customElement": true
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "variable",
|
|
3784
|
+
"name": "actionHeightMultiplier",
|
|
3785
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3786
|
+
"privacy": "public"
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"kind": "variable",
|
|
3790
|
+
"name": "agActionRendererStyles",
|
|
3791
|
+
"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`",
|
|
3792
|
+
"description": "The AG Action Renderer Styles.",
|
|
3793
|
+
"privacy": "public"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"kind": "variable",
|
|
3797
|
+
"name": "foundationGridProActionRenderer",
|
|
3798
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3799
|
+
"privacy": "public"
|
|
3838
3800
|
}
|
|
3839
3801
|
],
|
|
3840
3802
|
"exports": [
|
|
3841
3803
|
{
|
|
3842
3804
|
"kind": "js",
|
|
3843
|
-
"name": "
|
|
3805
|
+
"name": "ActionRenderer",
|
|
3844
3806
|
"declaration": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "src/
|
|
3807
|
+
"name": "ActionRenderer",
|
|
3808
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3847
3809
|
}
|
|
3848
3810
|
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "custom-element-definition",
|
|
3851
|
-
"name": "grid-pro-column",
|
|
3852
|
-
"declaration": {
|
|
3853
|
-
"name": "GridProColumn",
|
|
3854
|
-
"module": "src/column/column.ts"
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
]
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"kind": "javascript-module",
|
|
3861
|
-
"path": "src/column/index.ts",
|
|
3862
|
-
"declarations": [],
|
|
3863
|
-
"exports": [
|
|
3864
3811
|
{
|
|
3865
3812
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3813
|
+
"name": "actionHeightMultiplier",
|
|
3867
3814
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3815
|
+
"name": "actionHeightMultiplier",
|
|
3816
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3870
3817
|
}
|
|
3871
3818
|
},
|
|
3872
3819
|
{
|
|
3873
3820
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3821
|
+
"name": "agActionRendererStyles",
|
|
3875
3822
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3823
|
+
"name": "agActionRendererStyles",
|
|
3824
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3878
3825
|
}
|
|
3879
3826
|
},
|
|
3880
3827
|
{
|
|
3881
3828
|
"kind": "js",
|
|
3882
|
-
"name": "
|
|
3829
|
+
"name": "foundationGridProActionRenderer",
|
|
3883
3830
|
"declaration": {
|
|
3884
|
-
"name": "
|
|
3885
|
-
"
|
|
3831
|
+
"name": "foundationGridProActionRenderer",
|
|
3832
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3886
3833
|
}
|
|
3887
3834
|
}
|
|
3888
3835
|
]
|
|
3889
3836
|
},
|
|
3890
3837
|
{
|
|
3891
3838
|
"kind": "javascript-module",
|
|
3892
|
-
"path": "src/cell-renderers/
|
|
3839
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3893
3840
|
"declarations": [
|
|
3894
3841
|
{
|
|
3895
3842
|
"kind": "class",
|
|
3896
|
-
"description": "The
|
|
3897
|
-
"name": "
|
|
3843
|
+
"description": "The Actions Menu Renderer element.",
|
|
3844
|
+
"name": "ActionsMenuRenderer",
|
|
3898
3845
|
"members": [
|
|
3899
3846
|
{
|
|
3900
3847
|
"kind": "field",
|
|
3901
3848
|
"name": "params",
|
|
3902
3849
|
"type": {
|
|
3903
|
-
"text": "ICellRendererParams
|
|
3904
|
-
},
|
|
3905
|
-
"privacy": "public"
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"kind": "field",
|
|
3909
|
-
"name": "pendingAction",
|
|
3910
|
-
"type": {
|
|
3911
|
-
"text": "boolean"
|
|
3850
|
+
"text": "ICellRendererParams"
|
|
3912
3851
|
},
|
|
3913
3852
|
"privacy": "public"
|
|
3914
3853
|
},
|
|
@@ -3920,7 +3859,7 @@
|
|
|
3920
3859
|
{
|
|
3921
3860
|
"name": "params",
|
|
3922
3861
|
"type": {
|
|
3923
|
-
"text": "ICellRendererParams
|
|
3862
|
+
"text": "ICellRendererParams"
|
|
3924
3863
|
}
|
|
3925
3864
|
}
|
|
3926
3865
|
]
|
|
@@ -3948,31 +3887,6 @@
|
|
|
3948
3887
|
}
|
|
3949
3888
|
]
|
|
3950
3889
|
},
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "method",
|
|
3953
|
-
"name": "isDisabled",
|
|
3954
|
-
"privacy": "public",
|
|
3955
|
-
"return": {
|
|
3956
|
-
"type": {
|
|
3957
|
-
"text": "boolean"
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
|
-
"parameters": [
|
|
3961
|
-
{
|
|
3962
|
-
"name": "data"
|
|
3963
|
-
}
|
|
3964
|
-
]
|
|
3965
|
-
},
|
|
3966
|
-
{
|
|
3967
|
-
"kind": "method",
|
|
3968
|
-
"name": "clickHandler",
|
|
3969
|
-
"privacy": "public"
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
"kind": "field",
|
|
3973
|
-
"name": "dataTestId",
|
|
3974
|
-
"readonly": true
|
|
3975
|
-
},
|
|
3976
3890
|
{
|
|
3977
3891
|
"kind": "field",
|
|
3978
3892
|
"name": "_presentation",
|
|
@@ -4089,240 +4003,13 @@
|
|
|
4089
4003
|
"name": "FoundationElement",
|
|
4090
4004
|
"package": "@microsoft/fast-foundation"
|
|
4091
4005
|
},
|
|
4092
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
4006
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4093
4007
|
"customElement": true
|
|
4094
4008
|
},
|
|
4095
4009
|
{
|
|
4096
4010
|
"kind": "variable",
|
|
4097
|
-
"name": "
|
|
4098
|
-
"description": "
|
|
4099
|
-
"privacy": "public"
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"kind": "variable",
|
|
4103
|
-
"name": "agActionRendererStyles",
|
|
4104
|
-
"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`",
|
|
4105
|
-
"description": "The AG Action Renderer Styles.",
|
|
4106
|
-
"privacy": "public"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"kind": "variable",
|
|
4110
|
-
"name": "foundationGridProActionRenderer",
|
|
4111
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4112
|
-
"privacy": "public"
|
|
4113
|
-
}
|
|
4114
|
-
],
|
|
4115
|
-
"exports": [
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "js",
|
|
4118
|
-
"name": "ActionRenderer",
|
|
4119
|
-
"declaration": {
|
|
4120
|
-
"name": "ActionRenderer",
|
|
4121
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4122
|
-
}
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"kind": "js",
|
|
4126
|
-
"name": "actionHeightMultiplier",
|
|
4127
|
-
"declaration": {
|
|
4128
|
-
"name": "actionHeightMultiplier",
|
|
4129
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"kind": "js",
|
|
4134
|
-
"name": "agActionRendererStyles",
|
|
4135
|
-
"declaration": {
|
|
4136
|
-
"name": "agActionRendererStyles",
|
|
4137
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "js",
|
|
4142
|
-
"name": "foundationGridProActionRenderer",
|
|
4143
|
-
"declaration": {
|
|
4144
|
-
"name": "foundationGridProActionRenderer",
|
|
4145
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4146
|
-
}
|
|
4147
|
-
}
|
|
4148
|
-
]
|
|
4149
|
-
},
|
|
4150
|
-
{
|
|
4151
|
-
"kind": "javascript-module",
|
|
4152
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4153
|
-
"declarations": [
|
|
4154
|
-
{
|
|
4155
|
-
"kind": "class",
|
|
4156
|
-
"description": "The Actions Menu Renderer element.",
|
|
4157
|
-
"name": "ActionsMenuRenderer",
|
|
4158
|
-
"members": [
|
|
4159
|
-
{
|
|
4160
|
-
"kind": "field",
|
|
4161
|
-
"name": "params",
|
|
4162
|
-
"type": {
|
|
4163
|
-
"text": "ICellRendererParams"
|
|
4164
|
-
},
|
|
4165
|
-
"privacy": "public"
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"kind": "method",
|
|
4169
|
-
"name": "init",
|
|
4170
|
-
"privacy": "public",
|
|
4171
|
-
"parameters": [
|
|
4172
|
-
{
|
|
4173
|
-
"name": "params",
|
|
4174
|
-
"type": {
|
|
4175
|
-
"text": "ICellRendererParams"
|
|
4176
|
-
}
|
|
4177
|
-
}
|
|
4178
|
-
]
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"kind": "method",
|
|
4182
|
-
"name": "getGui",
|
|
4183
|
-
"privacy": "public",
|
|
4184
|
-
"return": {
|
|
4185
|
-
"type": {
|
|
4186
|
-
"text": "HTMLElement"
|
|
4187
|
-
}
|
|
4188
|
-
}
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"kind": "method",
|
|
4192
|
-
"name": "refresh",
|
|
4193
|
-
"privacy": "public",
|
|
4194
|
-
"parameters": [
|
|
4195
|
-
{
|
|
4196
|
-
"name": "params",
|
|
4197
|
-
"type": {
|
|
4198
|
-
"text": "ICellRendererParams"
|
|
4199
|
-
}
|
|
4200
|
-
}
|
|
4201
|
-
]
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"kind": "field",
|
|
4205
|
-
"name": "_presentation",
|
|
4206
|
-
"type": {
|
|
4207
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4208
|
-
},
|
|
4209
|
-
"privacy": "private",
|
|
4210
|
-
"default": "void 0",
|
|
4211
|
-
"inheritedFrom": {
|
|
4212
|
-
"name": "FoundationElement",
|
|
4213
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
|
-
{
|
|
4217
|
-
"kind": "field",
|
|
4218
|
-
"name": "$presentation",
|
|
4219
|
-
"type": {
|
|
4220
|
-
"text": "ComponentPresentation | null"
|
|
4221
|
-
},
|
|
4222
|
-
"privacy": "public",
|
|
4223
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4224
|
-
"inheritedFrom": {
|
|
4225
|
-
"name": "FoundationElement",
|
|
4226
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4227
|
-
}
|
|
4228
|
-
},
|
|
4229
|
-
{
|
|
4230
|
-
"kind": "field",
|
|
4231
|
-
"name": "template",
|
|
4232
|
-
"type": {
|
|
4233
|
-
"text": "ElementViewTemplate | void | null"
|
|
4234
|
-
},
|
|
4235
|
-
"privacy": "public",
|
|
4236
|
-
"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.",
|
|
4237
|
-
"inheritedFrom": {
|
|
4238
|
-
"name": "FoundationElement",
|
|
4239
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4240
|
-
}
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"kind": "method",
|
|
4244
|
-
"name": "templateChanged",
|
|
4245
|
-
"privacy": "protected",
|
|
4246
|
-
"return": {
|
|
4247
|
-
"type": {
|
|
4248
|
-
"text": "void"
|
|
4249
|
-
}
|
|
4250
|
-
},
|
|
4251
|
-
"inheritedFrom": {
|
|
4252
|
-
"name": "FoundationElement",
|
|
4253
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"kind": "field",
|
|
4258
|
-
"name": "styles",
|
|
4259
|
-
"type": {
|
|
4260
|
-
"text": "ElementStyles | void | null"
|
|
4261
|
-
},
|
|
4262
|
-
"privacy": "public",
|
|
4263
|
-
"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.",
|
|
4264
|
-
"inheritedFrom": {
|
|
4265
|
-
"name": "FoundationElement",
|
|
4266
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4267
|
-
}
|
|
4268
|
-
},
|
|
4269
|
-
{
|
|
4270
|
-
"kind": "method",
|
|
4271
|
-
"name": "stylesChanged",
|
|
4272
|
-
"privacy": "protected",
|
|
4273
|
-
"return": {
|
|
4274
|
-
"type": {
|
|
4275
|
-
"text": "void"
|
|
4276
|
-
}
|
|
4277
|
-
},
|
|
4278
|
-
"inheritedFrom": {
|
|
4279
|
-
"name": "FoundationElement",
|
|
4280
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4281
|
-
}
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"kind": "method",
|
|
4285
|
-
"name": "compose",
|
|
4286
|
-
"privacy": "public",
|
|
4287
|
-
"static": true,
|
|
4288
|
-
"return": {
|
|
4289
|
-
"type": {
|
|
4290
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4291
|
-
}
|
|
4292
|
-
},
|
|
4293
|
-
"parameters": [
|
|
4294
|
-
{
|
|
4295
|
-
"name": "this",
|
|
4296
|
-
"type": {
|
|
4297
|
-
"text": "K"
|
|
4298
|
-
}
|
|
4299
|
-
},
|
|
4300
|
-
{
|
|
4301
|
-
"name": "elementDefinition",
|
|
4302
|
-
"type": {
|
|
4303
|
-
"text": "T"
|
|
4304
|
-
},
|
|
4305
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4306
|
-
}
|
|
4307
|
-
],
|
|
4308
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4309
|
-
"inheritedFrom": {
|
|
4310
|
-
"name": "FoundationElement",
|
|
4311
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4312
|
-
}
|
|
4313
|
-
}
|
|
4314
|
-
],
|
|
4315
|
-
"superclass": {
|
|
4316
|
-
"name": "FoundationElement",
|
|
4317
|
-
"package": "@microsoft/fast-foundation"
|
|
4318
|
-
},
|
|
4319
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4320
|
-
"customElement": true
|
|
4321
|
-
},
|
|
4322
|
-
{
|
|
4323
|
-
"kind": "variable",
|
|
4324
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
4325
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4011
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4012
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4326
4013
|
"privacy": "public"
|
|
4327
4014
|
},
|
|
4328
4015
|
{
|
|
@@ -5051,16 +4738,294 @@
|
|
|
5051
4738
|
{
|
|
5052
4739
|
"name": "params",
|
|
5053
4740
|
"type": {
|
|
5054
|
-
"text": "SelectCellRendererParams"
|
|
4741
|
+
"text": "SelectCellRendererParams"
|
|
4742
|
+
}
|
|
4743
|
+
}
|
|
4744
|
+
]
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"kind": "field",
|
|
4748
|
+
"name": "selectionChanged",
|
|
4749
|
+
"privacy": "public"
|
|
4750
|
+
},
|
|
4751
|
+
{
|
|
4752
|
+
"kind": "method",
|
|
4753
|
+
"name": "isDisabled",
|
|
4754
|
+
"privacy": "public",
|
|
4755
|
+
"return": {
|
|
4756
|
+
"type": {
|
|
4757
|
+
"text": "boolean"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
"parameters": [
|
|
4761
|
+
{
|
|
4762
|
+
"name": "data"
|
|
4763
|
+
}
|
|
4764
|
+
]
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"kind": "field",
|
|
4768
|
+
"name": "_presentation",
|
|
4769
|
+
"type": {
|
|
4770
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4771
|
+
},
|
|
4772
|
+
"privacy": "private",
|
|
4773
|
+
"default": "void 0",
|
|
4774
|
+
"inheritedFrom": {
|
|
4775
|
+
"name": "FoundationElement",
|
|
4776
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4777
|
+
}
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"kind": "field",
|
|
4781
|
+
"name": "$presentation",
|
|
4782
|
+
"type": {
|
|
4783
|
+
"text": "ComponentPresentation | null"
|
|
4784
|
+
},
|
|
4785
|
+
"privacy": "public",
|
|
4786
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4787
|
+
"inheritedFrom": {
|
|
4788
|
+
"name": "FoundationElement",
|
|
4789
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4790
|
+
}
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"kind": "field",
|
|
4794
|
+
"name": "template",
|
|
4795
|
+
"type": {
|
|
4796
|
+
"text": "ElementViewTemplate | void | null"
|
|
4797
|
+
},
|
|
4798
|
+
"privacy": "public",
|
|
4799
|
+
"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.",
|
|
4800
|
+
"inheritedFrom": {
|
|
4801
|
+
"name": "FoundationElement",
|
|
4802
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4803
|
+
}
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"kind": "method",
|
|
4807
|
+
"name": "templateChanged",
|
|
4808
|
+
"privacy": "protected",
|
|
4809
|
+
"return": {
|
|
4810
|
+
"type": {
|
|
4811
|
+
"text": "void"
|
|
4812
|
+
}
|
|
4813
|
+
},
|
|
4814
|
+
"inheritedFrom": {
|
|
4815
|
+
"name": "FoundationElement",
|
|
4816
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"kind": "field",
|
|
4821
|
+
"name": "styles",
|
|
4822
|
+
"type": {
|
|
4823
|
+
"text": "ElementStyles | void | null"
|
|
4824
|
+
},
|
|
4825
|
+
"privacy": "public",
|
|
4826
|
+
"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.",
|
|
4827
|
+
"inheritedFrom": {
|
|
4828
|
+
"name": "FoundationElement",
|
|
4829
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4830
|
+
}
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"kind": "method",
|
|
4834
|
+
"name": "stylesChanged",
|
|
4835
|
+
"privacy": "protected",
|
|
4836
|
+
"return": {
|
|
4837
|
+
"type": {
|
|
4838
|
+
"text": "void"
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4841
|
+
"inheritedFrom": {
|
|
4842
|
+
"name": "FoundationElement",
|
|
4843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"kind": "method",
|
|
4848
|
+
"name": "compose",
|
|
4849
|
+
"privacy": "public",
|
|
4850
|
+
"static": true,
|
|
4851
|
+
"return": {
|
|
4852
|
+
"type": {
|
|
4853
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4854
|
+
}
|
|
4855
|
+
},
|
|
4856
|
+
"parameters": [
|
|
4857
|
+
{
|
|
4858
|
+
"name": "this",
|
|
4859
|
+
"type": {
|
|
4860
|
+
"text": "K"
|
|
4861
|
+
}
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"name": "elementDefinition",
|
|
4865
|
+
"type": {
|
|
4866
|
+
"text": "T"
|
|
4867
|
+
},
|
|
4868
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4869
|
+
}
|
|
4870
|
+
],
|
|
4871
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4872
|
+
"inheritedFrom": {
|
|
4873
|
+
"name": "FoundationElement",
|
|
4874
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4875
|
+
}
|
|
4876
|
+
}
|
|
4877
|
+
],
|
|
4878
|
+
"superclass": {
|
|
4879
|
+
"name": "FoundationElement",
|
|
4880
|
+
"package": "@microsoft/fast-foundation"
|
|
4881
|
+
},
|
|
4882
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
4883
|
+
"customElement": true
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"kind": "variable",
|
|
4887
|
+
"name": "agSelectRendererStyles",
|
|
4888
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n\n .select-renderer {\n --listbox-max-height: 4;\n --select-renderer-max-width: 100%;\n }\n`",
|
|
4889
|
+
"description": "The AG Select Renderer Styles.",
|
|
4890
|
+
"privacy": "public"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"kind": "function",
|
|
4894
|
+
"name": "getSelectRendererTemplate",
|
|
4895
|
+
"parameters": [
|
|
4896
|
+
{
|
|
4897
|
+
"name": "designSystem",
|
|
4898
|
+
"default": "'foundation'",
|
|
4899
|
+
"type": {
|
|
4900
|
+
"text": "string"
|
|
4901
|
+
},
|
|
4902
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4903
|
+
}
|
|
4904
|
+
],
|
|
4905
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4906
|
+
"return": {
|
|
4907
|
+
"type": {
|
|
4908
|
+
"text": ""
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4911
|
+
"privacy": "public"
|
|
4912
|
+
},
|
|
4913
|
+
{
|
|
4914
|
+
"kind": "variable",
|
|
4915
|
+
"name": "foundationAgSelectRenderer",
|
|
4916
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4917
|
+
"privacy": "public"
|
|
4918
|
+
}
|
|
4919
|
+
],
|
|
4920
|
+
"exports": [
|
|
4921
|
+
{
|
|
4922
|
+
"kind": "js",
|
|
4923
|
+
"name": "SelectRenderer",
|
|
4924
|
+
"declaration": {
|
|
4925
|
+
"name": "SelectRenderer",
|
|
4926
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"kind": "js",
|
|
4931
|
+
"name": "agSelectRendererStyles",
|
|
4932
|
+
"declaration": {
|
|
4933
|
+
"name": "agSelectRendererStyles",
|
|
4934
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"kind": "js",
|
|
4939
|
+
"name": "getSelectRendererTemplate",
|
|
4940
|
+
"declaration": {
|
|
4941
|
+
"name": "getSelectRendererTemplate",
|
|
4942
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4943
|
+
}
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"kind": "js",
|
|
4947
|
+
"name": "foundationAgSelectRenderer",
|
|
4948
|
+
"declaration": {
|
|
4949
|
+
"name": "foundationAgSelectRenderer",
|
|
4950
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4951
|
+
}
|
|
4952
|
+
}
|
|
4953
|
+
]
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
"kind": "javascript-module",
|
|
4957
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
4958
|
+
"declarations": [
|
|
4959
|
+
{
|
|
4960
|
+
"kind": "class",
|
|
4961
|
+
"description": "The AG Text Field Renderer element.",
|
|
4962
|
+
"name": "AgTextFieldRenderer",
|
|
4963
|
+
"members": [
|
|
4964
|
+
{
|
|
4965
|
+
"kind": "field",
|
|
4966
|
+
"name": "textField",
|
|
4967
|
+
"type": {
|
|
4968
|
+
"text": "TextField"
|
|
4969
|
+
},
|
|
4970
|
+
"privacy": "public"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"kind": "field",
|
|
4974
|
+
"name": "textValue",
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "string"
|
|
4977
|
+
},
|
|
4978
|
+
"default": "''"
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "field",
|
|
4982
|
+
"name": "params",
|
|
4983
|
+
"type": {
|
|
4984
|
+
"text": "FuiCellRendererParams"
|
|
4985
|
+
},
|
|
4986
|
+
"privacy": "public"
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"kind": "method",
|
|
4990
|
+
"name": "init",
|
|
4991
|
+
"privacy": "public",
|
|
4992
|
+
"parameters": [
|
|
4993
|
+
{
|
|
4994
|
+
"name": "params",
|
|
4995
|
+
"type": {
|
|
4996
|
+
"text": "FuiCellRendererParams"
|
|
4997
|
+
}
|
|
4998
|
+
}
|
|
4999
|
+
]
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"kind": "method",
|
|
5003
|
+
"name": "getGui",
|
|
5004
|
+
"privacy": "public",
|
|
5005
|
+
"return": {
|
|
5006
|
+
"type": {
|
|
5007
|
+
"text": "HTMLElement"
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"kind": "method",
|
|
5013
|
+
"name": "destroy",
|
|
5014
|
+
"privacy": "public"
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"kind": "method",
|
|
5018
|
+
"name": "refresh",
|
|
5019
|
+
"privacy": "public",
|
|
5020
|
+
"parameters": [
|
|
5021
|
+
{
|
|
5022
|
+
"name": "params",
|
|
5023
|
+
"type": {
|
|
5024
|
+
"text": "FuiCellRendererParams"
|
|
5055
5025
|
}
|
|
5056
5026
|
}
|
|
5057
5027
|
]
|
|
5058
5028
|
},
|
|
5059
|
-
{
|
|
5060
|
-
"kind": "field",
|
|
5061
|
-
"name": "selectionChanged",
|
|
5062
|
-
"privacy": "public"
|
|
5063
|
-
},
|
|
5064
5029
|
{
|
|
5065
5030
|
"kind": "method",
|
|
5066
5031
|
"name": "isDisabled",
|
|
@@ -5076,6 +5041,18 @@
|
|
|
5076
5041
|
}
|
|
5077
5042
|
]
|
|
5078
5043
|
},
|
|
5044
|
+
{
|
|
5045
|
+
"kind": "field",
|
|
5046
|
+
"name": "textChanged",
|
|
5047
|
+
"privacy": "public",
|
|
5048
|
+
"description": "On text change handler",
|
|
5049
|
+
"parameters": [
|
|
5050
|
+
{
|
|
5051
|
+
"description": "CustomEvent",
|
|
5052
|
+
"name": "e"
|
|
5053
|
+
}
|
|
5054
|
+
]
|
|
5055
|
+
},
|
|
5079
5056
|
{
|
|
5080
5057
|
"kind": "field",
|
|
5081
5058
|
"name": "_presentation",
|
|
@@ -5192,30 +5169,27 @@
|
|
|
5192
5169
|
"name": "FoundationElement",
|
|
5193
5170
|
"package": "@microsoft/fast-foundation"
|
|
5194
5171
|
},
|
|
5195
|
-
"tagName": "%%prefix%%-
|
|
5172
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5196
5173
|
"customElement": true
|
|
5197
5174
|
},
|
|
5198
5175
|
{
|
|
5199
5176
|
"kind": "variable",
|
|
5200
|
-
"name": "
|
|
5201
|
-
"default": "css`\n :host
|
|
5202
|
-
"description": "The AG
|
|
5177
|
+
"name": "textFieldRendererStyles",
|
|
5178
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
5179
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5203
5180
|
"privacy": "public"
|
|
5204
5181
|
},
|
|
5205
5182
|
{
|
|
5206
5183
|
"kind": "function",
|
|
5207
|
-
"name": "
|
|
5184
|
+
"name": "getTextFieldRendererTemplate",
|
|
5208
5185
|
"parameters": [
|
|
5209
5186
|
{
|
|
5210
5187
|
"name": "designSystem",
|
|
5211
5188
|
"default": "'foundation'",
|
|
5212
|
-
"type": {
|
|
5213
|
-
"text": "string"
|
|
5214
|
-
},
|
|
5215
5189
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5216
5190
|
}
|
|
5217
5191
|
],
|
|
5218
|
-
"description": "Get a Design System prefixed
|
|
5192
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5219
5193
|
"return": {
|
|
5220
5194
|
"type": {
|
|
5221
5195
|
"text": ""
|
|
@@ -5225,54 +5199,61 @@
|
|
|
5225
5199
|
},
|
|
5226
5200
|
{
|
|
5227
5201
|
"kind": "variable",
|
|
5228
|
-
"name": "
|
|
5229
|
-
"description": "A function that returns a Foundation
|
|
5202
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5203
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5230
5204
|
"privacy": "public"
|
|
5231
5205
|
}
|
|
5232
5206
|
],
|
|
5233
5207
|
"exports": [
|
|
5234
5208
|
{
|
|
5235
5209
|
"kind": "js",
|
|
5236
|
-
"name": "
|
|
5210
|
+
"name": "AgTextFieldRenderer",
|
|
5237
5211
|
"declaration": {
|
|
5238
|
-
"name": "
|
|
5239
|
-
"module": "src/cell-renderers/
|
|
5212
|
+
"name": "AgTextFieldRenderer",
|
|
5213
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5240
5214
|
}
|
|
5241
5215
|
},
|
|
5242
5216
|
{
|
|
5243
5217
|
"kind": "js",
|
|
5244
|
-
"name": "
|
|
5218
|
+
"name": "textFieldRendererStyles",
|
|
5245
5219
|
"declaration": {
|
|
5246
|
-
"name": "
|
|
5247
|
-
"module": "src/cell-renderers/
|
|
5220
|
+
"name": "textFieldRendererStyles",
|
|
5221
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5248
5222
|
}
|
|
5249
5223
|
},
|
|
5250
5224
|
{
|
|
5251
5225
|
"kind": "js",
|
|
5252
|
-
"name": "
|
|
5226
|
+
"name": "getTextFieldRendererTemplate",
|
|
5253
5227
|
"declaration": {
|
|
5254
|
-
"name": "
|
|
5255
|
-
"module": "src/cell-renderers/
|
|
5228
|
+
"name": "getTextFieldRendererTemplate",
|
|
5229
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5256
5230
|
}
|
|
5257
5231
|
},
|
|
5258
5232
|
{
|
|
5259
5233
|
"kind": "js",
|
|
5260
|
-
"name": "
|
|
5234
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5261
5235
|
"declaration": {
|
|
5262
|
-
"name": "
|
|
5263
|
-
"module": "src/cell-renderers/
|
|
5236
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5237
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5264
5238
|
}
|
|
5265
5239
|
}
|
|
5266
5240
|
]
|
|
5267
5241
|
},
|
|
5268
5242
|
{
|
|
5269
5243
|
"kind": "javascript-module",
|
|
5270
|
-
"path": "src/cell-renderers/text
|
|
5244
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5271
5245
|
"declarations": [
|
|
5272
5246
|
{
|
|
5273
5247
|
"kind": "class",
|
|
5274
|
-
"description": "
|
|
5275
|
-
"name": "
|
|
5248
|
+
"description": "",
|
|
5249
|
+
"name": "AgTextRenderer",
|
|
5250
|
+
"superclass": {
|
|
5251
|
+
"name": "AgTextFieldRenderer",
|
|
5252
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5253
|
+
},
|
|
5254
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5255
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5256
|
+
"customElement": true,
|
|
5276
5257
|
"members": [
|
|
5277
5258
|
{
|
|
5278
5259
|
"kind": "field",
|
|
@@ -5280,7 +5261,11 @@
|
|
|
5280
5261
|
"type": {
|
|
5281
5262
|
"text": "TextField"
|
|
5282
5263
|
},
|
|
5283
|
-
"privacy": "public"
|
|
5264
|
+
"privacy": "public",
|
|
5265
|
+
"inheritedFrom": {
|
|
5266
|
+
"name": "AgTextFieldRenderer",
|
|
5267
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5268
|
+
}
|
|
5284
5269
|
},
|
|
5285
5270
|
{
|
|
5286
5271
|
"kind": "field",
|
|
@@ -5288,7 +5273,11 @@
|
|
|
5288
5273
|
"type": {
|
|
5289
5274
|
"text": "string"
|
|
5290
5275
|
},
|
|
5291
|
-
"default": "''"
|
|
5276
|
+
"default": "''",
|
|
5277
|
+
"inheritedFrom": {
|
|
5278
|
+
"name": "AgTextFieldRenderer",
|
|
5279
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5280
|
+
}
|
|
5292
5281
|
},
|
|
5293
5282
|
{
|
|
5294
5283
|
"kind": "field",
|
|
@@ -5296,7 +5285,11 @@
|
|
|
5296
5285
|
"type": {
|
|
5297
5286
|
"text": "FuiCellRendererParams"
|
|
5298
5287
|
},
|
|
5299
|
-
"privacy": "public"
|
|
5288
|
+
"privacy": "public",
|
|
5289
|
+
"inheritedFrom": {
|
|
5290
|
+
"name": "AgTextFieldRenderer",
|
|
5291
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5292
|
+
}
|
|
5300
5293
|
},
|
|
5301
5294
|
{
|
|
5302
5295
|
"kind": "method",
|
|
@@ -5309,7 +5302,11 @@
|
|
|
5309
5302
|
"text": "FuiCellRendererParams"
|
|
5310
5303
|
}
|
|
5311
5304
|
}
|
|
5312
|
-
]
|
|
5305
|
+
],
|
|
5306
|
+
"inheritedFrom": {
|
|
5307
|
+
"name": "AgTextFieldRenderer",
|
|
5308
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5309
|
+
}
|
|
5313
5310
|
},
|
|
5314
5311
|
{
|
|
5315
5312
|
"kind": "method",
|
|
@@ -5319,12 +5316,20 @@
|
|
|
5319
5316
|
"type": {
|
|
5320
5317
|
"text": "HTMLElement"
|
|
5321
5318
|
}
|
|
5319
|
+
},
|
|
5320
|
+
"inheritedFrom": {
|
|
5321
|
+
"name": "AgTextFieldRenderer",
|
|
5322
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5322
5323
|
}
|
|
5323
5324
|
},
|
|
5324
5325
|
{
|
|
5325
5326
|
"kind": "method",
|
|
5326
5327
|
"name": "destroy",
|
|
5327
|
-
"privacy": "public"
|
|
5328
|
+
"privacy": "public",
|
|
5329
|
+
"inheritedFrom": {
|
|
5330
|
+
"name": "AgTextFieldRenderer",
|
|
5331
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5332
|
+
}
|
|
5328
5333
|
},
|
|
5329
5334
|
{
|
|
5330
5335
|
"kind": "method",
|
|
@@ -5337,7 +5342,11 @@
|
|
|
5337
5342
|
"text": "FuiCellRendererParams"
|
|
5338
5343
|
}
|
|
5339
5344
|
}
|
|
5340
|
-
]
|
|
5345
|
+
],
|
|
5346
|
+
"inheritedFrom": {
|
|
5347
|
+
"name": "AgTextFieldRenderer",
|
|
5348
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5349
|
+
}
|
|
5341
5350
|
},
|
|
5342
5351
|
{
|
|
5343
5352
|
"kind": "method",
|
|
@@ -5352,7 +5361,11 @@
|
|
|
5352
5361
|
{
|
|
5353
5362
|
"name": "data"
|
|
5354
5363
|
}
|
|
5355
|
-
]
|
|
5364
|
+
],
|
|
5365
|
+
"inheritedFrom": {
|
|
5366
|
+
"name": "AgTextFieldRenderer",
|
|
5367
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5368
|
+
}
|
|
5356
5369
|
},
|
|
5357
5370
|
{
|
|
5358
5371
|
"kind": "field",
|
|
@@ -5364,7 +5377,11 @@
|
|
|
5364
5377
|
"description": "CustomEvent",
|
|
5365
5378
|
"name": "e"
|
|
5366
5379
|
}
|
|
5367
|
-
]
|
|
5380
|
+
],
|
|
5381
|
+
"inheritedFrom": {
|
|
5382
|
+
"name": "AgTextFieldRenderer",
|
|
5383
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5384
|
+
}
|
|
5368
5385
|
},
|
|
5369
5386
|
{
|
|
5370
5387
|
"kind": "field",
|
|
@@ -5477,223 +5494,200 @@
|
|
|
5477
5494
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5478
5495
|
}
|
|
5479
5496
|
}
|
|
5480
|
-
]
|
|
5481
|
-
"superclass": {
|
|
5482
|
-
"name": "FoundationElement",
|
|
5483
|
-
"package": "@microsoft/fast-foundation"
|
|
5484
|
-
},
|
|
5485
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5486
|
-
"customElement": true
|
|
5497
|
+
]
|
|
5487
5498
|
},
|
|
5488
5499
|
{
|
|
5489
5500
|
"kind": "variable",
|
|
5490
|
-
"name": "
|
|
5491
|
-
"default": "
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5501
|
+
"name": "textRendererStyles",
|
|
5502
|
+
"default": "textFieldRendererStyles",
|
|
5503
|
+
"privacy": "public",
|
|
5504
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5494
5505
|
},
|
|
5495
5506
|
{
|
|
5496
|
-
"kind": "
|
|
5497
|
-
"name": "
|
|
5498
|
-
"
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
"default": "'foundation'",
|
|
5502
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5503
|
-
}
|
|
5504
|
-
],
|
|
5505
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
5506
|
-
"return": {
|
|
5507
|
-
"type": {
|
|
5508
|
-
"text": ""
|
|
5509
|
-
}
|
|
5510
|
-
},
|
|
5511
|
-
"privacy": "public"
|
|
5507
|
+
"kind": "variable",
|
|
5508
|
+
"name": "getTextRendererTemplate",
|
|
5509
|
+
"default": "getTextFieldRendererTemplate",
|
|
5510
|
+
"privacy": "public",
|
|
5511
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5512
5512
|
},
|
|
5513
5513
|
{
|
|
5514
5514
|
"kind": "variable",
|
|
5515
|
-
"name": "
|
|
5516
|
-
"description": "A function that returns a Foundation Text
|
|
5517
|
-
"privacy": "public"
|
|
5515
|
+
"name": "foundationAgTextRenderer",
|
|
5516
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5517
|
+
"privacy": "public",
|
|
5518
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5518
5519
|
}
|
|
5519
5520
|
],
|
|
5520
5521
|
"exports": [
|
|
5521
5522
|
{
|
|
5522
5523
|
"kind": "js",
|
|
5523
|
-
"name": "
|
|
5524
|
+
"name": "AgTextRenderer",
|
|
5524
5525
|
"declaration": {
|
|
5525
|
-
"name": "
|
|
5526
|
-
"module": "src/cell-renderers/text
|
|
5526
|
+
"name": "AgTextRenderer",
|
|
5527
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5527
5528
|
}
|
|
5528
5529
|
},
|
|
5529
5530
|
{
|
|
5530
5531
|
"kind": "js",
|
|
5531
|
-
"name": "
|
|
5532
|
+
"name": "textRendererStyles",
|
|
5532
5533
|
"declaration": {
|
|
5533
|
-
"name": "
|
|
5534
|
-
"module": "src/cell-renderers/text
|
|
5534
|
+
"name": "textRendererStyles",
|
|
5535
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5535
5536
|
}
|
|
5536
5537
|
},
|
|
5537
5538
|
{
|
|
5538
5539
|
"kind": "js",
|
|
5539
|
-
"name": "
|
|
5540
|
+
"name": "getTextRendererTemplate",
|
|
5540
5541
|
"declaration": {
|
|
5541
|
-
"name": "
|
|
5542
|
-
"module": "src/cell-renderers/text
|
|
5542
|
+
"name": "getTextRendererTemplate",
|
|
5543
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5543
5544
|
}
|
|
5544
5545
|
},
|
|
5545
5546
|
{
|
|
5546
5547
|
"kind": "js",
|
|
5547
|
-
"name": "
|
|
5548
|
+
"name": "foundationAgTextRenderer",
|
|
5548
5549
|
"declaration": {
|
|
5549
|
-
"name": "
|
|
5550
|
-
"module": "src/cell-renderers/text
|
|
5550
|
+
"name": "foundationAgTextRenderer",
|
|
5551
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5551
5552
|
}
|
|
5552
5553
|
}
|
|
5553
5554
|
]
|
|
5554
5555
|
},
|
|
5555
5556
|
{
|
|
5556
5557
|
"kind": "javascript-module",
|
|
5557
|
-
"path": "src/
|
|
5558
|
+
"path": "src/column/column.template.ts",
|
|
5559
|
+
"declarations": [
|
|
5560
|
+
{
|
|
5561
|
+
"kind": "variable",
|
|
5562
|
+
"name": "ColumnTemplate",
|
|
5563
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5564
|
+
"description": "The Grid Pro Column Template.",
|
|
5565
|
+
"privacy": "public"
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"exports": [
|
|
5569
|
+
{
|
|
5570
|
+
"kind": "js",
|
|
5571
|
+
"name": "ColumnTemplate",
|
|
5572
|
+
"declaration": {
|
|
5573
|
+
"name": "ColumnTemplate",
|
|
5574
|
+
"module": "src/column/column.template.ts"
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
]
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"kind": "javascript-module",
|
|
5581
|
+
"path": "src/column/column.ts",
|
|
5558
5582
|
"declarations": [
|
|
5559
5583
|
{
|
|
5560
5584
|
"kind": "class",
|
|
5561
|
-
"description": "",
|
|
5562
|
-
"name": "
|
|
5563
|
-
"superclass": {
|
|
5564
|
-
"name": "AgTextFieldRenderer",
|
|
5565
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5566
|
-
},
|
|
5567
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5568
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5569
|
-
"customElement": true,
|
|
5585
|
+
"description": "The Grid Pro Column element.",
|
|
5586
|
+
"name": "GridProColumn",
|
|
5570
5587
|
"members": [
|
|
5571
5588
|
{
|
|
5572
5589
|
"kind": "field",
|
|
5573
|
-
"name": "
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "TextField"
|
|
5576
|
-
},
|
|
5577
|
-
"privacy": "public",
|
|
5578
|
-
"inheritedFrom": {
|
|
5579
|
-
"name": "AgTextFieldRenderer",
|
|
5580
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5581
|
-
}
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"kind": "field",
|
|
5585
|
-
"name": "textValue",
|
|
5590
|
+
"name": "slottedAgCell",
|
|
5586
5591
|
"type": {
|
|
5587
|
-
"text": "
|
|
5592
|
+
"text": "HTMLElement[]"
|
|
5588
5593
|
},
|
|
5589
|
-
"
|
|
5590
|
-
"inheritedFrom": {
|
|
5591
|
-
"name": "AgTextFieldRenderer",
|
|
5592
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5593
|
-
}
|
|
5594
|
+
"privacy": "public"
|
|
5594
5595
|
},
|
|
5595
5596
|
{
|
|
5596
5597
|
"kind": "field",
|
|
5597
|
-
"name": "
|
|
5598
|
+
"name": "definition",
|
|
5598
5599
|
"type": {
|
|
5599
|
-
"text": "
|
|
5600
|
+
"text": "ColDef"
|
|
5600
5601
|
},
|
|
5601
|
-
"
|
|
5602
|
-
"inheritedFrom": {
|
|
5603
|
-
"name": "AgTextFieldRenderer",
|
|
5604
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5605
|
-
}
|
|
5602
|
+
"default": "{}"
|
|
5606
5603
|
},
|
|
5607
5604
|
{
|
|
5608
5605
|
"kind": "method",
|
|
5609
|
-
"name": "
|
|
5610
|
-
"privacy": "public"
|
|
5611
|
-
"parameters": [
|
|
5612
|
-
{
|
|
5613
|
-
"name": "params",
|
|
5614
|
-
"type": {
|
|
5615
|
-
"text": "FuiCellRendererParams"
|
|
5616
|
-
}
|
|
5617
|
-
}
|
|
5618
|
-
],
|
|
5619
|
-
"inheritedFrom": {
|
|
5620
|
-
"name": "AgTextFieldRenderer",
|
|
5621
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5622
|
-
}
|
|
5606
|
+
"name": "slottedAgCellChanged",
|
|
5607
|
+
"privacy": "public"
|
|
5623
5608
|
},
|
|
5624
5609
|
{
|
|
5625
5610
|
"kind": "method",
|
|
5626
|
-
"name": "
|
|
5627
|
-
"privacy": "public",
|
|
5611
|
+
"name": "deepClone",
|
|
5628
5612
|
"return": {
|
|
5629
5613
|
"type": {
|
|
5630
|
-
"text": "
|
|
5614
|
+
"text": "Node"
|
|
5631
5615
|
}
|
|
5632
5616
|
},
|
|
5633
5617
|
"inheritedFrom": {
|
|
5634
|
-
"name": "
|
|
5635
|
-
"module": "src/
|
|
5636
|
-
}
|
|
5637
|
-
},
|
|
5638
|
-
{
|
|
5639
|
-
"kind": "method",
|
|
5640
|
-
"name": "destroy",
|
|
5641
|
-
"privacy": "public",
|
|
5642
|
-
"inheritedFrom": {
|
|
5643
|
-
"name": "AgTextFieldRenderer",
|
|
5644
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5618
|
+
"name": "LifecycleMixin",
|
|
5619
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5645
5620
|
}
|
|
5646
5621
|
},
|
|
5647
5622
|
{
|
|
5648
5623
|
"kind": "method",
|
|
5649
|
-
"name": "
|
|
5650
|
-
"
|
|
5624
|
+
"name": "cloneNode",
|
|
5625
|
+
"return": {
|
|
5626
|
+
"type": {
|
|
5627
|
+
"text": "Node"
|
|
5628
|
+
}
|
|
5629
|
+
},
|
|
5651
5630
|
"parameters": [
|
|
5652
5631
|
{
|
|
5653
|
-
"name": "
|
|
5632
|
+
"name": "deep",
|
|
5633
|
+
"optional": true,
|
|
5654
5634
|
"type": {
|
|
5655
|
-
"text": "
|
|
5635
|
+
"text": "boolean"
|
|
5656
5636
|
}
|
|
5657
5637
|
}
|
|
5658
5638
|
],
|
|
5659
5639
|
"inheritedFrom": {
|
|
5660
|
-
"name": "
|
|
5661
|
-
"module": "src/
|
|
5640
|
+
"name": "LifecycleMixin",
|
|
5641
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5662
5642
|
}
|
|
5663
5643
|
},
|
|
5664
5644
|
{
|
|
5665
|
-
"kind": "
|
|
5666
|
-
"name": "
|
|
5667
|
-
"privacy": "public",
|
|
5645
|
+
"kind": "field",
|
|
5646
|
+
"name": "shouldRunDisconnect",
|
|
5668
5647
|
"return": {
|
|
5669
5648
|
"type": {
|
|
5670
|
-
"text": "
|
|
5649
|
+
"text": ""
|
|
5671
5650
|
}
|
|
5672
5651
|
},
|
|
5673
|
-
"
|
|
5674
|
-
{
|
|
5675
|
-
"name": "data"
|
|
5676
|
-
}
|
|
5677
|
-
],
|
|
5652
|
+
"readonly": true,
|
|
5678
5653
|
"inheritedFrom": {
|
|
5679
|
-
"name": "
|
|
5680
|
-
"module": "src/
|
|
5654
|
+
"name": "LifecycleMixin",
|
|
5655
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5681
5656
|
}
|
|
5682
5657
|
},
|
|
5683
5658
|
{
|
|
5684
5659
|
"kind": "field",
|
|
5685
|
-
"name": "
|
|
5686
|
-
"
|
|
5687
|
-
|
|
5660
|
+
"name": "shouldRunConnect",
|
|
5661
|
+
"return": {
|
|
5662
|
+
"type": {
|
|
5663
|
+
"text": ""
|
|
5664
|
+
}
|
|
5665
|
+
},
|
|
5666
|
+
"readonly": true,
|
|
5667
|
+
"inheritedFrom": {
|
|
5668
|
+
"name": "LifecycleMixin",
|
|
5669
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5670
|
+
}
|
|
5671
|
+
},
|
|
5672
|
+
{
|
|
5673
|
+
"kind": "method",
|
|
5674
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5675
|
+
"return": {
|
|
5676
|
+
"type": {
|
|
5677
|
+
"text": "boolean"
|
|
5678
|
+
}
|
|
5679
|
+
},
|
|
5688
5680
|
"parameters": [
|
|
5689
5681
|
{
|
|
5690
|
-
"
|
|
5691
|
-
"
|
|
5682
|
+
"name": "lifecycleType",
|
|
5683
|
+
"type": {
|
|
5684
|
+
"text": "Lifecycletype"
|
|
5685
|
+
}
|
|
5692
5686
|
}
|
|
5693
5687
|
],
|
|
5694
5688
|
"inheritedFrom": {
|
|
5695
|
-
"name": "
|
|
5696
|
-
"module": "src/
|
|
5689
|
+
"name": "LifecycleMixin",
|
|
5690
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5697
5691
|
}
|
|
5698
5692
|
},
|
|
5699
5693
|
{
|
|
@@ -5807,61 +5801,67 @@
|
|
|
5807
5801
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5808
5802
|
}
|
|
5809
5803
|
}
|
|
5810
|
-
]
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
"
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
"
|
|
5822
|
-
"
|
|
5823
|
-
"privacy": "public",
|
|
5824
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5825
|
-
},
|
|
5826
|
-
{
|
|
5827
|
-
"kind": "variable",
|
|
5828
|
-
"name": "foundationAgTextRenderer",
|
|
5829
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5830
|
-
"privacy": "public",
|
|
5831
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5804
|
+
],
|
|
5805
|
+
"mixins": [
|
|
5806
|
+
{
|
|
5807
|
+
"name": "LifecycleMixin",
|
|
5808
|
+
"package": "@genesislcap/foundation-utils"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"superclass": {
|
|
5812
|
+
"name": "FoundationElement",
|
|
5813
|
+
"package": "@microsoft/fast-foundation"
|
|
5814
|
+
},
|
|
5815
|
+
"tagName": "grid-pro-column",
|
|
5816
|
+
"customElement": true
|
|
5832
5817
|
}
|
|
5833
5818
|
],
|
|
5834
5819
|
"exports": [
|
|
5835
5820
|
{
|
|
5836
5821
|
"kind": "js",
|
|
5837
|
-
"name": "
|
|
5822
|
+
"name": "GridProColumn",
|
|
5838
5823
|
"declaration": {
|
|
5839
|
-
"name": "
|
|
5840
|
-
"module": "src/
|
|
5824
|
+
"name": "GridProColumn",
|
|
5825
|
+
"module": "src/column/column.ts"
|
|
5841
5826
|
}
|
|
5842
5827
|
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "custom-element-definition",
|
|
5830
|
+
"name": "grid-pro-column",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "GridProColumn",
|
|
5833
|
+
"module": "src/column/column.ts"
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
]
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"kind": "javascript-module",
|
|
5840
|
+
"path": "src/column/index.ts",
|
|
5841
|
+
"declarations": [],
|
|
5842
|
+
"exports": [
|
|
5843
5843
|
{
|
|
5844
5844
|
"kind": "js",
|
|
5845
|
-
"name": "
|
|
5845
|
+
"name": "*",
|
|
5846
5846
|
"declaration": {
|
|
5847
|
-
"name": "
|
|
5848
|
-
"
|
|
5847
|
+
"name": "*",
|
|
5848
|
+
"package": "./column.template"
|
|
5849
5849
|
}
|
|
5850
5850
|
},
|
|
5851
5851
|
{
|
|
5852
5852
|
"kind": "js",
|
|
5853
|
-
"name": "
|
|
5853
|
+
"name": "*",
|
|
5854
5854
|
"declaration": {
|
|
5855
|
-
"name": "
|
|
5856
|
-
"
|
|
5855
|
+
"name": "*",
|
|
5856
|
+
"package": "./column"
|
|
5857
5857
|
}
|
|
5858
5858
|
},
|
|
5859
5859
|
{
|
|
5860
5860
|
"kind": "js",
|
|
5861
|
-
"name": "
|
|
5861
|
+
"name": "*",
|
|
5862
5862
|
"declaration": {
|
|
5863
|
-
"name": "
|
|
5864
|
-
"
|
|
5863
|
+
"name": "*",
|
|
5864
|
+
"package": "./utils"
|
|
5865
5865
|
}
|
|
5866
5866
|
}
|
|
5867
5867
|
]
|
|
@@ -14948,51 +14948,46 @@
|
|
|
14948
14948
|
},
|
|
14949
14949
|
{
|
|
14950
14950
|
"kind": "javascript-module",
|
|
14951
|
-
"path": "src/
|
|
14951
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
14952
14952
|
"declarations": [
|
|
14953
14953
|
{
|
|
14954
14954
|
"kind": "function",
|
|
14955
|
-
"name": "
|
|
14955
|
+
"name": "setValueWithAccessor",
|
|
14956
14956
|
"return": {
|
|
14957
14957
|
"type": {
|
|
14958
|
-
"text": "
|
|
14958
|
+
"text": "string"
|
|
14959
14959
|
}
|
|
14960
14960
|
},
|
|
14961
14961
|
"parameters": [
|
|
14962
14962
|
{
|
|
14963
|
-
"name": "
|
|
14963
|
+
"name": "data",
|
|
14964
14964
|
"type": {
|
|
14965
|
-
"text": "
|
|
14966
|
-
}
|
|
14967
|
-
"description": "The array to render"
|
|
14965
|
+
"text": "any"
|
|
14966
|
+
}
|
|
14968
14967
|
},
|
|
14969
14968
|
{
|
|
14970
|
-
"name": "
|
|
14971
|
-
"default": "true",
|
|
14969
|
+
"name": "accessor",
|
|
14972
14970
|
"type": {
|
|
14973
|
-
"text": "
|
|
14974
|
-
}
|
|
14975
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
14971
|
+
"text": "string"
|
|
14972
|
+
}
|
|
14976
14973
|
}
|
|
14977
|
-
]
|
|
14978
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
14979
|
-
"privacy": "public"
|
|
14974
|
+
]
|
|
14980
14975
|
}
|
|
14981
14976
|
],
|
|
14982
14977
|
"exports": [
|
|
14983
14978
|
{
|
|
14984
14979
|
"kind": "js",
|
|
14985
|
-
"name": "
|
|
14980
|
+
"name": "setValueWithAccessor",
|
|
14986
14981
|
"declaration": {
|
|
14987
|
-
"name": "
|
|
14988
|
-
"module": "src/
|
|
14982
|
+
"name": "setValueWithAccessor",
|
|
14983
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
14989
14984
|
}
|
|
14990
14985
|
}
|
|
14991
14986
|
]
|
|
14992
14987
|
},
|
|
14993
14988
|
{
|
|
14994
14989
|
"kind": "javascript-module",
|
|
14995
|
-
"path": "src/
|
|
14990
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
14996
14991
|
"declarations": [],
|
|
14997
14992
|
"exports": [
|
|
14998
14993
|
{
|
|
@@ -15000,53 +14995,58 @@
|
|
|
15000
14995
|
"name": "*",
|
|
15001
14996
|
"declaration": {
|
|
15002
14997
|
"name": "*",
|
|
15003
|
-
"package": "./
|
|
14998
|
+
"package": "./accessor"
|
|
15004
14999
|
}
|
|
15005
15000
|
}
|
|
15006
15001
|
]
|
|
15007
15002
|
},
|
|
15008
15003
|
{
|
|
15009
15004
|
"kind": "javascript-module",
|
|
15010
|
-
"path": "src/
|
|
15005
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
15011
15006
|
"declarations": [
|
|
15012
15007
|
{
|
|
15013
15008
|
"kind": "function",
|
|
15014
|
-
"name": "
|
|
15009
|
+
"name": "gridProColumns",
|
|
15015
15010
|
"return": {
|
|
15016
15011
|
"type": {
|
|
15017
|
-
"text": "
|
|
15012
|
+
"text": "CaptureType<TSource>"
|
|
15018
15013
|
}
|
|
15019
15014
|
},
|
|
15020
15015
|
"parameters": [
|
|
15021
15016
|
{
|
|
15022
|
-
"name": "
|
|
15017
|
+
"name": "itemsBinding",
|
|
15023
15018
|
"type": {
|
|
15024
|
-
"text": "
|
|
15025
|
-
}
|
|
15019
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
15020
|
+
},
|
|
15021
|
+
"description": "The array to render"
|
|
15026
15022
|
},
|
|
15027
15023
|
{
|
|
15028
|
-
"name": "
|
|
15024
|
+
"name": "includeRenderers",
|
|
15025
|
+
"default": "true",
|
|
15029
15026
|
"type": {
|
|
15030
|
-
"text": "
|
|
15031
|
-
}
|
|
15027
|
+
"text": "boolean"
|
|
15028
|
+
},
|
|
15029
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
15032
15030
|
}
|
|
15033
|
-
]
|
|
15031
|
+
],
|
|
15032
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
15033
|
+
"privacy": "public"
|
|
15034
15034
|
}
|
|
15035
15035
|
],
|
|
15036
15036
|
"exports": [
|
|
15037
15037
|
{
|
|
15038
15038
|
"kind": "js",
|
|
15039
|
-
"name": "
|
|
15039
|
+
"name": "gridProColumns",
|
|
15040
15040
|
"declaration": {
|
|
15041
|
-
"name": "
|
|
15042
|
-
"module": "src/
|
|
15041
|
+
"name": "gridProColumns",
|
|
15042
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
15043
15043
|
}
|
|
15044
15044
|
}
|
|
15045
15045
|
]
|
|
15046
15046
|
},
|
|
15047
15047
|
{
|
|
15048
15048
|
"kind": "javascript-module",
|
|
15049
|
-
"path": "src/
|
|
15049
|
+
"path": "src/column/utils/index.ts",
|
|
15050
15050
|
"declarations": [],
|
|
15051
15051
|
"exports": [
|
|
15052
15052
|
{
|
|
@@ -15054,7 +15054,7 @@
|
|
|
15054
15054
|
"name": "*",
|
|
15055
15055
|
"declaration": {
|
|
15056
15056
|
"name": "*",
|
|
15057
|
-
"package": "./
|
|
15057
|
+
"package": "./grid-pro-columns"
|
|
15058
15058
|
}
|
|
15059
15059
|
}
|
|
15060
15060
|
]
|