@genesislcap/grid-pro 14.439.1 → 14.439.3
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 +1205 -1205
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- package/package.json +14 -14
|
@@ -3500,56 +3500,59 @@
|
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
3502
3502
|
"kind": "javascript-module",
|
|
3503
|
-
"path": "src/cell
|
|
3503
|
+
"path": "src/cell/cell.template.ts",
|
|
3504
|
+
"declarations": [
|
|
3505
|
+
{
|
|
3506
|
+
"kind": "variable",
|
|
3507
|
+
"name": "CellTemplate",
|
|
3508
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3509
|
+
"description": "The Grid Pro Cell Template.",
|
|
3510
|
+
"privacy": "public"
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3513
|
+
"exports": [
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "js",
|
|
3516
|
+
"name": "CellTemplate",
|
|
3517
|
+
"declaration": {
|
|
3518
|
+
"name": "CellTemplate",
|
|
3519
|
+
"module": "src/cell/cell.template.ts"
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
]
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "javascript-module",
|
|
3526
|
+
"path": "src/cell/cell.ts",
|
|
3504
3527
|
"declarations": [
|
|
3505
3528
|
{
|
|
3506
3529
|
"kind": "class",
|
|
3507
|
-
"description": "The
|
|
3508
|
-
"name": "
|
|
3530
|
+
"description": "The Grid Pro Cell element.",
|
|
3531
|
+
"name": "GridProCell",
|
|
3509
3532
|
"members": [
|
|
3510
3533
|
{
|
|
3511
3534
|
"kind": "field",
|
|
3512
|
-
"name": "
|
|
3535
|
+
"name": "renderer",
|
|
3513
3536
|
"type": {
|
|
3514
|
-
"text": "
|
|
3537
|
+
"text": "ICellRendererFunc"
|
|
3515
3538
|
},
|
|
3516
3539
|
"privacy": "public"
|
|
3517
3540
|
},
|
|
3518
3541
|
{
|
|
3519
3542
|
"kind": "field",
|
|
3520
|
-
"name": "
|
|
3543
|
+
"name": "rendererParams",
|
|
3521
3544
|
"type": {
|
|
3522
|
-
"text": "
|
|
3545
|
+
"text": "ICellRendererParams"
|
|
3523
3546
|
},
|
|
3524
3547
|
"privacy": "public"
|
|
3525
3548
|
},
|
|
3526
3549
|
{
|
|
3527
3550
|
"kind": "field",
|
|
3528
|
-
"name": "
|
|
3529
|
-
"type": {
|
|
3530
|
-
"text": "DateEditorParams"
|
|
3531
|
-
}
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"kind": "field",
|
|
3535
|
-
"name": "dateFormat",
|
|
3536
|
-
"type": {
|
|
3537
|
-
"text": "string"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "field",
|
|
3542
|
-
"name": "input",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "any"
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "field",
|
|
3549
|
-
"name": "inputType",
|
|
3551
|
+
"name": "slottedRenderer",
|
|
3550
3552
|
"type": {
|
|
3551
|
-
"text": "
|
|
3552
|
-
}
|
|
3553
|
+
"text": "HTMLElement[]"
|
|
3554
|
+
},
|
|
3555
|
+
"privacy": "public"
|
|
3553
3556
|
},
|
|
3554
3557
|
{
|
|
3555
3558
|
"kind": "method",
|
|
@@ -3559,7 +3562,7 @@
|
|
|
3559
3562
|
{
|
|
3560
3563
|
"name": "params",
|
|
3561
3564
|
"type": {
|
|
3562
|
-
"text": "
|
|
3565
|
+
"text": "ICellRendererParams"
|
|
3563
3566
|
}
|
|
3564
3567
|
}
|
|
3565
3568
|
]
|
|
@@ -3574,53 +3577,28 @@
|
|
|
3574
3577
|
}
|
|
3575
3578
|
}
|
|
3576
3579
|
},
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "method",
|
|
3582
|
+
"name": "destroy",
|
|
3583
|
+
"privacy": "public"
|
|
3584
|
+
},
|
|
3577
3585
|
{
|
|
3578
3586
|
"kind": "method",
|
|
3579
3587
|
"name": "refresh",
|
|
3580
3588
|
"privacy": "public",
|
|
3581
|
-
"return": {
|
|
3582
|
-
"type": {
|
|
3583
|
-
"text": "boolean"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
3589
|
"parameters": [
|
|
3587
3590
|
{
|
|
3588
3591
|
"name": "params",
|
|
3589
3592
|
"type": {
|
|
3590
|
-
"text": "
|
|
3593
|
+
"text": "ICellRendererParams"
|
|
3591
3594
|
}
|
|
3592
3595
|
}
|
|
3593
3596
|
]
|
|
3594
3597
|
},
|
|
3595
3598
|
{
|
|
3596
3599
|
"kind": "method",
|
|
3597
|
-
"name": "
|
|
3598
|
-
|
|
3599
|
-
{
|
|
3600
|
-
"kind": "method",
|
|
3601
|
-
"name": "isPopup",
|
|
3602
|
-
"return": {
|
|
3603
|
-
"type": {
|
|
3604
|
-
"text": "boolean"
|
|
3605
|
-
}
|
|
3606
|
-
}
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"kind": "method",
|
|
3610
|
-
"name": "changeHandler",
|
|
3611
|
-
"parameters": [
|
|
3612
|
-
{
|
|
3613
|
-
"name": "event"
|
|
3614
|
-
}
|
|
3615
|
-
]
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
"kind": "method",
|
|
3619
|
-
"name": "afterGuiAttached"
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"kind": "method",
|
|
3623
|
-
"name": "isCancelBeforeStart"
|
|
3600
|
+
"name": "slottedAgRendererChanged",
|
|
3601
|
+
"privacy": "public"
|
|
3624
3602
|
},
|
|
3625
3603
|
{
|
|
3626
3604
|
"kind": "field",
|
|
@@ -3738,78 +3716,32 @@
|
|
|
3738
3716
|
"name": "FoundationElement",
|
|
3739
3717
|
"package": "@microsoft/fast-foundation"
|
|
3740
3718
|
},
|
|
3741
|
-
"tagName": "
|
|
3719
|
+
"tagName": "grid-pro-cell",
|
|
3742
3720
|
"customElement": true
|
|
3743
|
-
},
|
|
3744
|
-
{
|
|
3745
|
-
"kind": "variable",
|
|
3746
|
-
"name": "agDateEditorStyles",
|
|
3747
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3748
|
-
"description": "The AG Select Renderer Styles.",
|
|
3749
|
-
"privacy": "public"
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"kind": "function",
|
|
3753
|
-
"name": "getDateEditorTemplate",
|
|
3754
|
-
"parameters": [
|
|
3755
|
-
{
|
|
3756
|
-
"name": "prefix",
|
|
3757
|
-
"default": "'foundation'",
|
|
3758
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3759
|
-
}
|
|
3760
|
-
],
|
|
3761
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3762
|
-
"return": {
|
|
3763
|
-
"type": {
|
|
3764
|
-
"text": ""
|
|
3765
|
-
}
|
|
3766
|
-
},
|
|
3767
|
-
"privacy": "public"
|
|
3768
|
-
},
|
|
3769
|
-
{
|
|
3770
|
-
"kind": "variable",
|
|
3771
|
-
"name": "foundationDateEditor",
|
|
3772
|
-
"privacy": "public"
|
|
3773
3721
|
}
|
|
3774
3722
|
],
|
|
3775
3723
|
"exports": [
|
|
3776
3724
|
{
|
|
3777
3725
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
3779
|
-
"declaration": {
|
|
3780
|
-
"name": "DateEditor",
|
|
3781
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"kind": "js",
|
|
3786
|
-
"name": "agDateEditorStyles",
|
|
3787
|
-
"declaration": {
|
|
3788
|
-
"name": "agDateEditorStyles",
|
|
3789
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"kind": "js",
|
|
3794
|
-
"name": "getDateEditorTemplate",
|
|
3726
|
+
"name": "GridProCell",
|
|
3795
3727
|
"declaration": {
|
|
3796
|
-
"name": "
|
|
3797
|
-
"module": "src/cell
|
|
3728
|
+
"name": "GridProCell",
|
|
3729
|
+
"module": "src/cell/cell.ts"
|
|
3798
3730
|
}
|
|
3799
3731
|
},
|
|
3800
3732
|
{
|
|
3801
|
-
"kind": "
|
|
3802
|
-
"name": "
|
|
3733
|
+
"kind": "custom-element-definition",
|
|
3734
|
+
"name": "grid-pro-cell",
|
|
3803
3735
|
"declaration": {
|
|
3804
|
-
"name": "
|
|
3805
|
-
"module": "src/cell
|
|
3736
|
+
"name": "GridProCell",
|
|
3737
|
+
"module": "src/cell/cell.ts"
|
|
3806
3738
|
}
|
|
3807
3739
|
}
|
|
3808
3740
|
]
|
|
3809
3741
|
},
|
|
3810
3742
|
{
|
|
3811
3743
|
"kind": "javascript-module",
|
|
3812
|
-
"path": "src/cell
|
|
3744
|
+
"path": "src/cell/index.ts",
|
|
3813
3745
|
"declarations": [],
|
|
3814
3746
|
"exports": [
|
|
3815
3747
|
{
|
|
@@ -3817,31 +3749,7 @@
|
|
|
3817
3749
|
"name": "*",
|
|
3818
3750
|
"declaration": {
|
|
3819
3751
|
"name": "*",
|
|
3820
|
-
"package": "./
|
|
3821
|
-
}
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
"kind": "js",
|
|
3825
|
-
"name": "*",
|
|
3826
|
-
"declaration": {
|
|
3827
|
-
"name": "*",
|
|
3828
|
-
"package": "./multiselect.editor"
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"kind": "js",
|
|
3833
|
-
"name": "*",
|
|
3834
|
-
"declaration": {
|
|
3835
|
-
"name": "*",
|
|
3836
|
-
"package": "./number.editor"
|
|
3837
|
-
}
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"kind": "js",
|
|
3841
|
-
"name": "*",
|
|
3842
|
-
"declaration": {
|
|
3843
|
-
"name": "*",
|
|
3844
|
-
"package": "./select.editor"
|
|
3752
|
+
"package": "./cell.template"
|
|
3845
3753
|
}
|
|
3846
3754
|
},
|
|
3847
3755
|
{
|
|
@@ -3849,36 +3757,64 @@
|
|
|
3849
3757
|
"name": "*",
|
|
3850
3758
|
"declaration": {
|
|
3851
3759
|
"name": "*",
|
|
3852
|
-
"package": "./
|
|
3760
|
+
"package": "./cell"
|
|
3853
3761
|
}
|
|
3854
3762
|
}
|
|
3855
3763
|
]
|
|
3856
3764
|
},
|
|
3857
3765
|
{
|
|
3858
3766
|
"kind": "javascript-module",
|
|
3859
|
-
"path": "src/cell-editors/
|
|
3767
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3860
3768
|
"declarations": [
|
|
3861
3769
|
{
|
|
3862
3770
|
"kind": "class",
|
|
3863
|
-
"description": "The AG
|
|
3864
|
-
"name": "
|
|
3771
|
+
"description": "The AG Date Editor element.",
|
|
3772
|
+
"name": "DateEditor",
|
|
3865
3773
|
"members": [
|
|
3866
3774
|
{
|
|
3867
3775
|
"kind": "field",
|
|
3868
|
-
"name": "
|
|
3776
|
+
"name": "value",
|
|
3869
3777
|
"type": {
|
|
3870
|
-
"text": "
|
|
3778
|
+
"text": "number"
|
|
3871
3779
|
},
|
|
3872
3780
|
"privacy": "public"
|
|
3873
3781
|
},
|
|
3874
3782
|
{
|
|
3875
3783
|
"kind": "field",
|
|
3876
|
-
"name": "
|
|
3784
|
+
"name": "actualWidth",
|
|
3877
3785
|
"type": {
|
|
3878
|
-
"text": "
|
|
3786
|
+
"text": "number"
|
|
3879
3787
|
},
|
|
3880
3788
|
"privacy": "public"
|
|
3881
3789
|
},
|
|
3790
|
+
{
|
|
3791
|
+
"kind": "field",
|
|
3792
|
+
"name": "params",
|
|
3793
|
+
"type": {
|
|
3794
|
+
"text": "DateEditorParams"
|
|
3795
|
+
}
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"kind": "field",
|
|
3799
|
+
"name": "dateFormat",
|
|
3800
|
+
"type": {
|
|
3801
|
+
"text": "string"
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"kind": "field",
|
|
3806
|
+
"name": "input",
|
|
3807
|
+
"type": {
|
|
3808
|
+
"text": "any"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"kind": "field",
|
|
3813
|
+
"name": "inputType",
|
|
3814
|
+
"type": {
|
|
3815
|
+
"text": "'datetime-local' | 'date'"
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3882
3818
|
{
|
|
3883
3819
|
"kind": "method",
|
|
3884
3820
|
"name": "init",
|
|
@@ -3887,7 +3823,7 @@
|
|
|
3887
3823
|
{
|
|
3888
3824
|
"name": "params",
|
|
3889
3825
|
"type": {
|
|
3890
|
-
"text": "
|
|
3826
|
+
"text": "DateEditorParams"
|
|
3891
3827
|
}
|
|
3892
3828
|
}
|
|
3893
3829
|
]
|
|
@@ -3902,16 +3838,6 @@
|
|
|
3902
3838
|
}
|
|
3903
3839
|
}
|
|
3904
3840
|
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "method",
|
|
3907
|
-
"name": "destroy",
|
|
3908
|
-
"privacy": "public",
|
|
3909
|
-
"return": {
|
|
3910
|
-
"type": {
|
|
3911
|
-
"text": "void"
|
|
3912
|
-
}
|
|
3913
|
-
}
|
|
3914
|
-
},
|
|
3915
3841
|
{
|
|
3916
3842
|
"kind": "method",
|
|
3917
3843
|
"name": "refresh",
|
|
@@ -3925,7 +3851,7 @@
|
|
|
3925
3851
|
{
|
|
3926
3852
|
"name": "params",
|
|
3927
3853
|
"type": {
|
|
3928
|
-
"text": "
|
|
3854
|
+
"text": "DateEditorParams"
|
|
3929
3855
|
}
|
|
3930
3856
|
}
|
|
3931
3857
|
]
|
|
@@ -3952,6 +3878,10 @@
|
|
|
3952
3878
|
}
|
|
3953
3879
|
]
|
|
3954
3880
|
},
|
|
3881
|
+
{
|
|
3882
|
+
"kind": "method",
|
|
3883
|
+
"name": "afterGuiAttached"
|
|
3884
|
+
},
|
|
3955
3885
|
{
|
|
3956
3886
|
"kind": "method",
|
|
3957
3887
|
"name": "isCancelBeforeStart"
|
|
@@ -4072,22 +4002,22 @@
|
|
|
4072
4002
|
"name": "FoundationElement",
|
|
4073
4003
|
"package": "@microsoft/fast-foundation"
|
|
4074
4004
|
},
|
|
4075
|
-
"tagName": "%%prefix%%-
|
|
4005
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4076
4006
|
"customElement": true
|
|
4077
4007
|
},
|
|
4078
4008
|
{
|
|
4079
4009
|
"kind": "variable",
|
|
4080
|
-
"name": "
|
|
4081
|
-
"default": "css
|
|
4010
|
+
"name": "agDateEditorStyles",
|
|
4011
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4082
4012
|
"description": "The AG Select Renderer Styles.",
|
|
4083
4013
|
"privacy": "public"
|
|
4084
4014
|
},
|
|
4085
4015
|
{
|
|
4086
4016
|
"kind": "function",
|
|
4087
|
-
"name": "
|
|
4017
|
+
"name": "getDateEditorTemplate",
|
|
4088
4018
|
"parameters": [
|
|
4089
4019
|
{
|
|
4090
|
-
"name": "
|
|
4020
|
+
"name": "prefix",
|
|
4091
4021
|
"default": "'foundation'",
|
|
4092
4022
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4093
4023
|
}
|
|
@@ -4102,83 +4032,114 @@
|
|
|
4102
4032
|
},
|
|
4103
4033
|
{
|
|
4104
4034
|
"kind": "variable",
|
|
4105
|
-
"name": "
|
|
4035
|
+
"name": "foundationDateEditor",
|
|
4106
4036
|
"privacy": "public"
|
|
4107
4037
|
}
|
|
4108
4038
|
],
|
|
4109
4039
|
"exports": [
|
|
4110
4040
|
{
|
|
4111
4041
|
"kind": "js",
|
|
4112
|
-
"name": "
|
|
4042
|
+
"name": "DateEditor",
|
|
4113
4043
|
"declaration": {
|
|
4114
|
-
"name": "
|
|
4115
|
-
"module": "src/cell-editors/
|
|
4044
|
+
"name": "DateEditor",
|
|
4045
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4116
4046
|
}
|
|
4117
4047
|
},
|
|
4118
4048
|
{
|
|
4119
4049
|
"kind": "js",
|
|
4120
|
-
"name": "
|
|
4050
|
+
"name": "agDateEditorStyles",
|
|
4121
4051
|
"declaration": {
|
|
4122
|
-
"name": "
|
|
4123
|
-
"module": "src/cell-editors/
|
|
4052
|
+
"name": "agDateEditorStyles",
|
|
4053
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4124
4054
|
}
|
|
4125
4055
|
},
|
|
4126
4056
|
{
|
|
4127
4057
|
"kind": "js",
|
|
4128
|
-
"name": "
|
|
4058
|
+
"name": "getDateEditorTemplate",
|
|
4129
4059
|
"declaration": {
|
|
4130
|
-
"name": "
|
|
4131
|
-
"module": "src/cell-editors/
|
|
4060
|
+
"name": "getDateEditorTemplate",
|
|
4061
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4132
4062
|
}
|
|
4133
4063
|
},
|
|
4134
4064
|
{
|
|
4135
4065
|
"kind": "js",
|
|
4136
|
-
"name": "
|
|
4066
|
+
"name": "foundationDateEditor",
|
|
4137
4067
|
"declaration": {
|
|
4138
|
-
"name": "
|
|
4139
|
-
"module": "src/cell-editors/
|
|
4068
|
+
"name": "foundationDateEditor",
|
|
4069
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4140
4070
|
}
|
|
4141
4071
|
}
|
|
4142
4072
|
]
|
|
4143
4073
|
},
|
|
4144
4074
|
{
|
|
4145
4075
|
"kind": "javascript-module",
|
|
4146
|
-
"path": "src/cell-editors/
|
|
4076
|
+
"path": "src/cell-editors/index.ts",
|
|
4077
|
+
"declarations": [],
|
|
4078
|
+
"exports": [
|
|
4079
|
+
{
|
|
4080
|
+
"kind": "js",
|
|
4081
|
+
"name": "*",
|
|
4082
|
+
"declaration": {
|
|
4083
|
+
"name": "*",
|
|
4084
|
+
"package": "./date.editor"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
{
|
|
4088
|
+
"kind": "js",
|
|
4089
|
+
"name": "*",
|
|
4090
|
+
"declaration": {
|
|
4091
|
+
"name": "*",
|
|
4092
|
+
"package": "./multiselect.editor"
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "js",
|
|
4097
|
+
"name": "*",
|
|
4098
|
+
"declaration": {
|
|
4099
|
+
"name": "*",
|
|
4100
|
+
"package": "./number.editor"
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"kind": "js",
|
|
4105
|
+
"name": "*",
|
|
4106
|
+
"declaration": {
|
|
4107
|
+
"name": "*",
|
|
4108
|
+
"package": "./select.editor"
|
|
4109
|
+
}
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"kind": "js",
|
|
4113
|
+
"name": "*",
|
|
4114
|
+
"declaration": {
|
|
4115
|
+
"name": "*",
|
|
4116
|
+
"package": "./string.editor"
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
]
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"kind": "javascript-module",
|
|
4123
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4147
4124
|
"declarations": [
|
|
4148
4125
|
{
|
|
4149
4126
|
"kind": "class",
|
|
4150
|
-
"description": "The AG
|
|
4151
|
-
"name": "
|
|
4127
|
+
"description": "The AG Multiselect Editor element.",
|
|
4128
|
+
"name": "MultiselectEditor",
|
|
4152
4129
|
"members": [
|
|
4153
4130
|
{
|
|
4154
4131
|
"kind": "field",
|
|
4155
4132
|
"name": "params",
|
|
4156
4133
|
"type": {
|
|
4157
|
-
"text": "
|
|
4158
|
-
},
|
|
4159
|
-
"privacy": "public"
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"kind": "field",
|
|
4163
|
-
"name": "value",
|
|
4164
|
-
"type": {
|
|
4165
|
-
"text": "number"
|
|
4166
|
-
},
|
|
4167
|
-
"privacy": "public"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "field",
|
|
4171
|
-
"name": "actualWidth",
|
|
4172
|
-
"type": {
|
|
4173
|
-
"text": "number"
|
|
4134
|
+
"text": "MultiselectEditorParams"
|
|
4174
4135
|
},
|
|
4175
4136
|
"privacy": "public"
|
|
4176
4137
|
},
|
|
4177
4138
|
{
|
|
4178
4139
|
"kind": "field",
|
|
4179
|
-
"name": "
|
|
4140
|
+
"name": "selectedOptions",
|
|
4180
4141
|
"type": {
|
|
4181
|
-
"text": "any"
|
|
4142
|
+
"text": "any[]"
|
|
4182
4143
|
},
|
|
4183
4144
|
"privacy": "public"
|
|
4184
4145
|
},
|
|
@@ -4190,7 +4151,7 @@
|
|
|
4190
4151
|
{
|
|
4191
4152
|
"name": "params",
|
|
4192
4153
|
"type": {
|
|
4193
|
-
"text": "
|
|
4154
|
+
"text": "MultiselectEditorParams"
|
|
4194
4155
|
}
|
|
4195
4156
|
}
|
|
4196
4157
|
]
|
|
@@ -4205,6 +4166,16 @@
|
|
|
4205
4166
|
}
|
|
4206
4167
|
}
|
|
4207
4168
|
},
|
|
4169
|
+
{
|
|
4170
|
+
"kind": "method",
|
|
4171
|
+
"name": "destroy",
|
|
4172
|
+
"privacy": "public",
|
|
4173
|
+
"return": {
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "void"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
},
|
|
4208
4179
|
{
|
|
4209
4180
|
"kind": "method",
|
|
4210
4181
|
"name": "refresh",
|
|
@@ -4218,7 +4189,7 @@
|
|
|
4218
4189
|
{
|
|
4219
4190
|
"name": "params",
|
|
4220
4191
|
"type": {
|
|
4221
|
-
"text": "
|
|
4192
|
+
"text": "MultiselectEditorParams"
|
|
4222
4193
|
}
|
|
4223
4194
|
}
|
|
4224
4195
|
]
|
|
@@ -4236,10 +4207,6 @@
|
|
|
4236
4207
|
}
|
|
4237
4208
|
}
|
|
4238
4209
|
},
|
|
4239
|
-
{
|
|
4240
|
-
"kind": "method",
|
|
4241
|
-
"name": "afterGuiAttached"
|
|
4242
|
-
},
|
|
4243
4210
|
{
|
|
4244
4211
|
"kind": "method",
|
|
4245
4212
|
"name": "changeHandler",
|
|
@@ -4369,19 +4336,19 @@
|
|
|
4369
4336
|
"name": "FoundationElement",
|
|
4370
4337
|
"package": "@microsoft/fast-foundation"
|
|
4371
4338
|
},
|
|
4372
|
-
"tagName": "%%prefix%%-
|
|
4339
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4373
4340
|
"customElement": true
|
|
4374
4341
|
},
|
|
4375
4342
|
{
|
|
4376
4343
|
"kind": "variable",
|
|
4377
|
-
"name": "
|
|
4378
|
-
"default": "css
|
|
4379
|
-
"description": "The AG
|
|
4344
|
+
"name": "agMultiselectEditorStyles",
|
|
4345
|
+
"default": "css``",
|
|
4346
|
+
"description": "The AG Select Renderer Styles.",
|
|
4380
4347
|
"privacy": "public"
|
|
4381
4348
|
},
|
|
4382
4349
|
{
|
|
4383
4350
|
"kind": "function",
|
|
4384
|
-
"name": "
|
|
4351
|
+
"name": "getMultiselectEditorTemplate",
|
|
4385
4352
|
"parameters": [
|
|
4386
4353
|
{
|
|
4387
4354
|
"name": "designSystem",
|
|
@@ -4399,59 +4366,59 @@
|
|
|
4399
4366
|
},
|
|
4400
4367
|
{
|
|
4401
4368
|
"kind": "variable",
|
|
4402
|
-
"name": "
|
|
4369
|
+
"name": "foundationMultiselectEditor",
|
|
4403
4370
|
"privacy": "public"
|
|
4404
4371
|
}
|
|
4405
4372
|
],
|
|
4406
4373
|
"exports": [
|
|
4407
4374
|
{
|
|
4408
4375
|
"kind": "js",
|
|
4409
|
-
"name": "
|
|
4376
|
+
"name": "MultiselectEditor",
|
|
4410
4377
|
"declaration": {
|
|
4411
|
-
"name": "
|
|
4412
|
-
"module": "src/cell-editors/
|
|
4378
|
+
"name": "MultiselectEditor",
|
|
4379
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4413
4380
|
}
|
|
4414
4381
|
},
|
|
4415
4382
|
{
|
|
4416
4383
|
"kind": "js",
|
|
4417
|
-
"name": "
|
|
4384
|
+
"name": "agMultiselectEditorStyles",
|
|
4418
4385
|
"declaration": {
|
|
4419
|
-
"name": "
|
|
4420
|
-
"module": "src/cell-editors/
|
|
4386
|
+
"name": "agMultiselectEditorStyles",
|
|
4387
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4421
4388
|
}
|
|
4422
4389
|
},
|
|
4423
4390
|
{
|
|
4424
4391
|
"kind": "js",
|
|
4425
|
-
"name": "
|
|
4392
|
+
"name": "getMultiselectEditorTemplate",
|
|
4426
4393
|
"declaration": {
|
|
4427
|
-
"name": "
|
|
4428
|
-
"module": "src/cell-editors/
|
|
4394
|
+
"name": "getMultiselectEditorTemplate",
|
|
4395
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4429
4396
|
}
|
|
4430
4397
|
},
|
|
4431
4398
|
{
|
|
4432
4399
|
"kind": "js",
|
|
4433
|
-
"name": "
|
|
4400
|
+
"name": "foundationMultiselectEditor",
|
|
4434
4401
|
"declaration": {
|
|
4435
|
-
"name": "
|
|
4436
|
-
"module": "src/cell-editors/
|
|
4402
|
+
"name": "foundationMultiselectEditor",
|
|
4403
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4437
4404
|
}
|
|
4438
4405
|
}
|
|
4439
4406
|
]
|
|
4440
4407
|
},
|
|
4441
4408
|
{
|
|
4442
4409
|
"kind": "javascript-module",
|
|
4443
|
-
"path": "src/cell-editors/
|
|
4410
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4444
4411
|
"declarations": [
|
|
4445
4412
|
{
|
|
4446
4413
|
"kind": "class",
|
|
4447
|
-
"description": "The AG
|
|
4448
|
-
"name": "
|
|
4414
|
+
"description": "The AG Number Editor element.",
|
|
4415
|
+
"name": "NumberEditor",
|
|
4449
4416
|
"members": [
|
|
4450
4417
|
{
|
|
4451
4418
|
"kind": "field",
|
|
4452
4419
|
"name": "params",
|
|
4453
4420
|
"type": {
|
|
4454
|
-
"text": "
|
|
4421
|
+
"text": "NumberEditorParams"
|
|
4455
4422
|
},
|
|
4456
4423
|
"privacy": "public"
|
|
4457
4424
|
},
|
|
@@ -4459,7 +4426,7 @@
|
|
|
4459
4426
|
"kind": "field",
|
|
4460
4427
|
"name": "value",
|
|
4461
4428
|
"type": {
|
|
4462
|
-
"text": "
|
|
4429
|
+
"text": "number"
|
|
4463
4430
|
},
|
|
4464
4431
|
"privacy": "public"
|
|
4465
4432
|
},
|
|
@@ -4473,7 +4440,7 @@
|
|
|
4473
4440
|
},
|
|
4474
4441
|
{
|
|
4475
4442
|
"kind": "field",
|
|
4476
|
-
"name": "
|
|
4443
|
+
"name": "input",
|
|
4477
4444
|
"type": {
|
|
4478
4445
|
"text": "any"
|
|
4479
4446
|
},
|
|
@@ -4487,7 +4454,7 @@
|
|
|
4487
4454
|
{
|
|
4488
4455
|
"name": "params",
|
|
4489
4456
|
"type": {
|
|
4490
|
-
"text": "
|
|
4457
|
+
"text": "NumberEditorParams"
|
|
4491
4458
|
}
|
|
4492
4459
|
}
|
|
4493
4460
|
]
|
|
@@ -4515,7 +4482,7 @@
|
|
|
4515
4482
|
{
|
|
4516
4483
|
"name": "params",
|
|
4517
4484
|
"type": {
|
|
4518
|
-
"text": "
|
|
4485
|
+
"text": "NumberEditorParams"
|
|
4519
4486
|
}
|
|
4520
4487
|
}
|
|
4521
4488
|
]
|
|
@@ -4666,19 +4633,19 @@
|
|
|
4666
4633
|
"name": "FoundationElement",
|
|
4667
4634
|
"package": "@microsoft/fast-foundation"
|
|
4668
4635
|
},
|
|
4669
|
-
"tagName": "%%prefix%%-
|
|
4636
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4670
4637
|
"customElement": true
|
|
4671
4638
|
},
|
|
4672
4639
|
{
|
|
4673
4640
|
"kind": "variable",
|
|
4674
|
-
"name": "
|
|
4675
|
-
"default": "css
|
|
4676
|
-
"description": "The AG
|
|
4641
|
+
"name": "agNumberEditorStyles",
|
|
4642
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4643
|
+
"description": "The AG Number Editor Styles.",
|
|
4677
4644
|
"privacy": "public"
|
|
4678
4645
|
},
|
|
4679
4646
|
{
|
|
4680
4647
|
"kind": "function",
|
|
4681
|
-
"name": "
|
|
4648
|
+
"name": "getNumberEditorTemplate",
|
|
4682
4649
|
"parameters": [
|
|
4683
4650
|
{
|
|
4684
4651
|
"name": "designSystem",
|
|
@@ -4696,59 +4663,59 @@
|
|
|
4696
4663
|
},
|
|
4697
4664
|
{
|
|
4698
4665
|
"kind": "variable",
|
|
4699
|
-
"name": "
|
|
4666
|
+
"name": "foundationNumberEditor",
|
|
4700
4667
|
"privacy": "public"
|
|
4701
4668
|
}
|
|
4702
4669
|
],
|
|
4703
4670
|
"exports": [
|
|
4704
4671
|
{
|
|
4705
4672
|
"kind": "js",
|
|
4706
|
-
"name": "
|
|
4673
|
+
"name": "NumberEditor",
|
|
4707
4674
|
"declaration": {
|
|
4708
|
-
"name": "
|
|
4709
|
-
"module": "src/cell-editors/
|
|
4675
|
+
"name": "NumberEditor",
|
|
4676
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4710
4677
|
}
|
|
4711
4678
|
},
|
|
4712
4679
|
{
|
|
4713
4680
|
"kind": "js",
|
|
4714
|
-
"name": "
|
|
4681
|
+
"name": "agNumberEditorStyles",
|
|
4715
4682
|
"declaration": {
|
|
4716
|
-
"name": "
|
|
4717
|
-
"module": "src/cell-editors/
|
|
4683
|
+
"name": "agNumberEditorStyles",
|
|
4684
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4718
4685
|
}
|
|
4719
4686
|
},
|
|
4720
4687
|
{
|
|
4721
4688
|
"kind": "js",
|
|
4722
|
-
"name": "
|
|
4689
|
+
"name": "getNumberEditorTemplate",
|
|
4723
4690
|
"declaration": {
|
|
4724
|
-
"name": "
|
|
4725
|
-
"module": "src/cell-editors/
|
|
4691
|
+
"name": "getNumberEditorTemplate",
|
|
4692
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4726
4693
|
}
|
|
4727
4694
|
},
|
|
4728
4695
|
{
|
|
4729
4696
|
"kind": "js",
|
|
4730
|
-
"name": "
|
|
4697
|
+
"name": "foundationNumberEditor",
|
|
4731
4698
|
"declaration": {
|
|
4732
|
-
"name": "
|
|
4733
|
-
"module": "src/cell-editors/
|
|
4699
|
+
"name": "foundationNumberEditor",
|
|
4700
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4734
4701
|
}
|
|
4735
4702
|
}
|
|
4736
4703
|
]
|
|
4737
4704
|
},
|
|
4738
4705
|
{
|
|
4739
4706
|
"kind": "javascript-module",
|
|
4740
|
-
"path": "src/cell-editors/
|
|
4707
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4741
4708
|
"declarations": [
|
|
4742
4709
|
{
|
|
4743
4710
|
"kind": "class",
|
|
4744
|
-
"description": "The AG
|
|
4745
|
-
"name": "
|
|
4711
|
+
"description": "The AG Select Editor element.",
|
|
4712
|
+
"name": "SelectEditor",
|
|
4746
4713
|
"members": [
|
|
4747
4714
|
{
|
|
4748
4715
|
"kind": "field",
|
|
4749
4716
|
"name": "params",
|
|
4750
4717
|
"type": {
|
|
4751
|
-
"text": "
|
|
4718
|
+
"text": "SelectEditorParams"
|
|
4752
4719
|
},
|
|
4753
4720
|
"privacy": "public"
|
|
4754
4721
|
},
|
|
@@ -4770,7 +4737,7 @@
|
|
|
4770
4737
|
},
|
|
4771
4738
|
{
|
|
4772
4739
|
"kind": "field",
|
|
4773
|
-
"name": "
|
|
4740
|
+
"name": "combobox",
|
|
4774
4741
|
"type": {
|
|
4775
4742
|
"text": "any"
|
|
4776
4743
|
},
|
|
@@ -4784,7 +4751,7 @@
|
|
|
4784
4751
|
{
|
|
4785
4752
|
"name": "params",
|
|
4786
4753
|
"type": {
|
|
4787
|
-
"text": "
|
|
4754
|
+
"text": "SelectEditorParams"
|
|
4788
4755
|
}
|
|
4789
4756
|
}
|
|
4790
4757
|
]
|
|
@@ -4812,7 +4779,7 @@
|
|
|
4812
4779
|
{
|
|
4813
4780
|
"name": "params",
|
|
4814
4781
|
"type": {
|
|
4815
|
-
"text": "
|
|
4782
|
+
"text": "SelectEditorParams"
|
|
4816
4783
|
}
|
|
4817
4784
|
}
|
|
4818
4785
|
]
|
|
@@ -4963,19 +4930,19 @@
|
|
|
4963
4930
|
"name": "FoundationElement",
|
|
4964
4931
|
"package": "@microsoft/fast-foundation"
|
|
4965
4932
|
},
|
|
4966
|
-
"tagName": "%%prefix%%-
|
|
4933
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4967
4934
|
"customElement": true
|
|
4968
4935
|
},
|
|
4969
4936
|
{
|
|
4970
4937
|
"kind": "variable",
|
|
4971
|
-
"name": "
|
|
4972
|
-
"default": "css
|
|
4973
|
-
"description": "The AG
|
|
4938
|
+
"name": "agSelectEditorStyles",
|
|
4939
|
+
"default": "css``",
|
|
4940
|
+
"description": "The AG Select Renderer Styles.",
|
|
4974
4941
|
"privacy": "public"
|
|
4975
4942
|
},
|
|
4976
4943
|
{
|
|
4977
4944
|
"kind": "function",
|
|
4978
|
-
"name": "
|
|
4945
|
+
"name": "getSelectEditorTemplate",
|
|
4979
4946
|
"parameters": [
|
|
4980
4947
|
{
|
|
4981
4948
|
"name": "designSystem",
|
|
@@ -4983,7 +4950,7 @@
|
|
|
4983
4950
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4984
4951
|
}
|
|
4985
4952
|
],
|
|
4986
|
-
"description": "Get a Design System prefixed
|
|
4953
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4987
4954
|
"return": {
|
|
4988
4955
|
"type": {
|
|
4989
4956
|
"text": ""
|
|
@@ -4993,98 +4960,83 @@
|
|
|
4993
4960
|
},
|
|
4994
4961
|
{
|
|
4995
4962
|
"kind": "variable",
|
|
4996
|
-
"name": "
|
|
4963
|
+
"name": "foundationSelectEditor",
|
|
4997
4964
|
"privacy": "public"
|
|
4998
4965
|
}
|
|
4999
4966
|
],
|
|
5000
4967
|
"exports": [
|
|
5001
4968
|
{
|
|
5002
4969
|
"kind": "js",
|
|
5003
|
-
"name": "
|
|
4970
|
+
"name": "SelectEditor",
|
|
5004
4971
|
"declaration": {
|
|
5005
|
-
"name": "
|
|
5006
|
-
"module": "src/cell-editors/
|
|
4972
|
+
"name": "SelectEditor",
|
|
4973
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5007
4974
|
}
|
|
5008
4975
|
},
|
|
5009
4976
|
{
|
|
5010
4977
|
"kind": "js",
|
|
5011
|
-
"name": "
|
|
4978
|
+
"name": "agSelectEditorStyles",
|
|
5012
4979
|
"declaration": {
|
|
5013
|
-
"name": "
|
|
5014
|
-
"module": "src/cell-editors/
|
|
4980
|
+
"name": "agSelectEditorStyles",
|
|
4981
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5015
4982
|
}
|
|
5016
4983
|
},
|
|
5017
4984
|
{
|
|
5018
4985
|
"kind": "js",
|
|
5019
|
-
"name": "
|
|
4986
|
+
"name": "getSelectEditorTemplate",
|
|
5020
4987
|
"declaration": {
|
|
5021
|
-
"name": "
|
|
5022
|
-
"module": "src/cell-editors/
|
|
4988
|
+
"name": "getSelectEditorTemplate",
|
|
4989
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5023
4990
|
}
|
|
5024
4991
|
},
|
|
5025
4992
|
{
|
|
5026
4993
|
"kind": "js",
|
|
5027
|
-
"name": "
|
|
5028
|
-
"declaration": {
|
|
5029
|
-
"name": "foundationStringEditor",
|
|
5030
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5031
|
-
}
|
|
5032
|
-
}
|
|
5033
|
-
]
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"kind": "javascript-module",
|
|
5037
|
-
"path": "src/cell/cell.template.ts",
|
|
5038
|
-
"declarations": [
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "variable",
|
|
5041
|
-
"name": "CellTemplate",
|
|
5042
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5043
|
-
"description": "The Grid Pro Cell Template.",
|
|
5044
|
-
"privacy": "public"
|
|
5045
|
-
}
|
|
5046
|
-
],
|
|
5047
|
-
"exports": [
|
|
5048
|
-
{
|
|
5049
|
-
"kind": "js",
|
|
5050
|
-
"name": "CellTemplate",
|
|
4994
|
+
"name": "foundationSelectEditor",
|
|
5051
4995
|
"declaration": {
|
|
5052
|
-
"name": "
|
|
5053
|
-
"module": "src/cell/
|
|
4996
|
+
"name": "foundationSelectEditor",
|
|
4997
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5054
4998
|
}
|
|
5055
4999
|
}
|
|
5056
5000
|
]
|
|
5057
5001
|
},
|
|
5058
5002
|
{
|
|
5059
5003
|
"kind": "javascript-module",
|
|
5060
|
-
"path": "src/cell/
|
|
5004
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5061
5005
|
"declarations": [
|
|
5062
5006
|
{
|
|
5063
5007
|
"kind": "class",
|
|
5064
|
-
"description": "The
|
|
5065
|
-
"name": "
|
|
5008
|
+
"description": "The AG String Editor element.",
|
|
5009
|
+
"name": "StringEditor",
|
|
5066
5010
|
"members": [
|
|
5067
5011
|
{
|
|
5068
5012
|
"kind": "field",
|
|
5069
|
-
"name": "
|
|
5013
|
+
"name": "params",
|
|
5070
5014
|
"type": {
|
|
5071
|
-
"text": "
|
|
5015
|
+
"text": "StringEditorParams"
|
|
5072
5016
|
},
|
|
5073
5017
|
"privacy": "public"
|
|
5074
5018
|
},
|
|
5075
5019
|
{
|
|
5076
5020
|
"kind": "field",
|
|
5077
|
-
"name": "
|
|
5021
|
+
"name": "value",
|
|
5078
5022
|
"type": {
|
|
5079
|
-
"text": "
|
|
5023
|
+
"text": "string"
|
|
5080
5024
|
},
|
|
5081
5025
|
"privacy": "public"
|
|
5082
5026
|
},
|
|
5083
5027
|
{
|
|
5084
5028
|
"kind": "field",
|
|
5085
|
-
"name": "
|
|
5029
|
+
"name": "actualWidth",
|
|
5086
5030
|
"type": {
|
|
5087
|
-
"text": "
|
|
5031
|
+
"text": "number"
|
|
5032
|
+
},
|
|
5033
|
+
"privacy": "public"
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "field",
|
|
5037
|
+
"name": "input",
|
|
5038
|
+
"type": {
|
|
5039
|
+
"text": "any"
|
|
5088
5040
|
},
|
|
5089
5041
|
"privacy": "public"
|
|
5090
5042
|
},
|
|
@@ -5096,7 +5048,7 @@
|
|
|
5096
5048
|
{
|
|
5097
5049
|
"name": "params",
|
|
5098
5050
|
"type": {
|
|
5099
|
-
"text": "
|
|
5051
|
+
"text": "StringEditorParams"
|
|
5100
5052
|
}
|
|
5101
5053
|
}
|
|
5102
5054
|
]
|
|
@@ -5111,28 +5063,53 @@
|
|
|
5111
5063
|
}
|
|
5112
5064
|
}
|
|
5113
5065
|
},
|
|
5114
|
-
{
|
|
5115
|
-
"kind": "method",
|
|
5116
|
-
"name": "destroy",
|
|
5117
|
-
"privacy": "public"
|
|
5118
|
-
},
|
|
5119
5066
|
{
|
|
5120
5067
|
"kind": "method",
|
|
5121
5068
|
"name": "refresh",
|
|
5122
5069
|
"privacy": "public",
|
|
5070
|
+
"return": {
|
|
5071
|
+
"type": {
|
|
5072
|
+
"text": "boolean"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5123
5075
|
"parameters": [
|
|
5124
5076
|
{
|
|
5125
5077
|
"name": "params",
|
|
5126
5078
|
"type": {
|
|
5127
|
-
"text": "
|
|
5079
|
+
"text": "StringEditorParams"
|
|
5128
5080
|
}
|
|
5129
5081
|
}
|
|
5130
5082
|
]
|
|
5131
5083
|
},
|
|
5132
5084
|
{
|
|
5133
5085
|
"kind": "method",
|
|
5134
|
-
"name": "
|
|
5135
|
-
|
|
5086
|
+
"name": "getValue"
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "method",
|
|
5090
|
+
"name": "isPopup",
|
|
5091
|
+
"return": {
|
|
5092
|
+
"type": {
|
|
5093
|
+
"text": "boolean"
|
|
5094
|
+
}
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"kind": "method",
|
|
5099
|
+
"name": "afterGuiAttached"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"kind": "method",
|
|
5103
|
+
"name": "changeHandler",
|
|
5104
|
+
"parameters": [
|
|
5105
|
+
{
|
|
5106
|
+
"name": "event"
|
|
5107
|
+
}
|
|
5108
|
+
]
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"kind": "method",
|
|
5112
|
+
"name": "isCancelBeforeStart"
|
|
5136
5113
|
},
|
|
5137
5114
|
{
|
|
5138
5115
|
"kind": "field",
|
|
@@ -5250,137 +5227,211 @@
|
|
|
5250
5227
|
"name": "FoundationElement",
|
|
5251
5228
|
"package": "@microsoft/fast-foundation"
|
|
5252
5229
|
},
|
|
5253
|
-
"tagName": "
|
|
5230
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5254
5231
|
"customElement": true
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "variable",
|
|
5235
|
+
"name": "agStringEditorStyles",
|
|
5236
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5237
|
+
"description": "The AG String Renderer Styles.",
|
|
5238
|
+
"privacy": "public"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"kind": "function",
|
|
5242
|
+
"name": "getStringEditorTemplate",
|
|
5243
|
+
"parameters": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "designSystem",
|
|
5246
|
+
"default": "'foundation'",
|
|
5247
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5248
|
+
}
|
|
5249
|
+
],
|
|
5250
|
+
"description": "Get a Design System prefixed String template.",
|
|
5251
|
+
"return": {
|
|
5252
|
+
"type": {
|
|
5253
|
+
"text": ""
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5256
|
+
"privacy": "public"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"kind": "variable",
|
|
5260
|
+
"name": "foundationStringEditor",
|
|
5261
|
+
"privacy": "public"
|
|
5255
5262
|
}
|
|
5256
5263
|
],
|
|
5257
5264
|
"exports": [
|
|
5258
5265
|
{
|
|
5259
5266
|
"kind": "js",
|
|
5260
|
-
"name": "
|
|
5267
|
+
"name": "StringEditor",
|
|
5261
5268
|
"declaration": {
|
|
5262
|
-
"name": "
|
|
5263
|
-
"module": "src/cell/
|
|
5269
|
+
"name": "StringEditor",
|
|
5270
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5264
5271
|
}
|
|
5265
5272
|
},
|
|
5266
5273
|
{
|
|
5267
|
-
"kind": "
|
|
5268
|
-
"name": "
|
|
5274
|
+
"kind": "js",
|
|
5275
|
+
"name": "agStringEditorStyles",
|
|
5269
5276
|
"declaration": {
|
|
5270
|
-
"name": "
|
|
5271
|
-
"module": "src/cell/
|
|
5277
|
+
"name": "agStringEditorStyles",
|
|
5278
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5279
|
+
}
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"kind": "js",
|
|
5283
|
+
"name": "getStringEditorTemplate",
|
|
5284
|
+
"declaration": {
|
|
5285
|
+
"name": "getStringEditorTemplate",
|
|
5286
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
{
|
|
5290
|
+
"kind": "js",
|
|
5291
|
+
"name": "foundationStringEditor",
|
|
5292
|
+
"declaration": {
|
|
5293
|
+
"name": "foundationStringEditor",
|
|
5294
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5272
5295
|
}
|
|
5273
5296
|
}
|
|
5274
5297
|
]
|
|
5275
5298
|
},
|
|
5276
5299
|
{
|
|
5277
5300
|
"kind": "javascript-module",
|
|
5278
|
-
"path": "src/
|
|
5279
|
-
"declarations": [
|
|
5280
|
-
"exports": [
|
|
5301
|
+
"path": "src/column/column.template.ts",
|
|
5302
|
+
"declarations": [
|
|
5281
5303
|
{
|
|
5282
|
-
"kind": "
|
|
5283
|
-
"name": "
|
|
5284
|
-
"
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5304
|
+
"kind": "variable",
|
|
5305
|
+
"name": "ColumnTemplate",
|
|
5306
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5307
|
+
"description": "The Grid Pro Column Template.",
|
|
5308
|
+
"privacy": "public"
|
|
5309
|
+
}
|
|
5310
|
+
],
|
|
5311
|
+
"exports": [
|
|
5289
5312
|
{
|
|
5290
5313
|
"kind": "js",
|
|
5291
|
-
"name": "
|
|
5314
|
+
"name": "ColumnTemplate",
|
|
5292
5315
|
"declaration": {
|
|
5293
|
-
"name": "
|
|
5294
|
-
"
|
|
5316
|
+
"name": "ColumnTemplate",
|
|
5317
|
+
"module": "src/column/column.template.ts"
|
|
5295
5318
|
}
|
|
5296
5319
|
}
|
|
5297
5320
|
]
|
|
5298
5321
|
},
|
|
5299
5322
|
{
|
|
5300
5323
|
"kind": "javascript-module",
|
|
5301
|
-
"path": "src/
|
|
5324
|
+
"path": "src/column/column.ts",
|
|
5302
5325
|
"declarations": [
|
|
5303
5326
|
{
|
|
5304
5327
|
"kind": "class",
|
|
5305
|
-
"description": "The
|
|
5306
|
-
"name": "
|
|
5328
|
+
"description": "The Grid Pro Column element.",
|
|
5329
|
+
"name": "GridProColumn",
|
|
5307
5330
|
"members": [
|
|
5308
5331
|
{
|
|
5309
5332
|
"kind": "field",
|
|
5310
|
-
"name": "
|
|
5333
|
+
"name": "slottedAgCell",
|
|
5311
5334
|
"type": {
|
|
5312
|
-
"text": "
|
|
5335
|
+
"text": "HTMLElement[]"
|
|
5313
5336
|
},
|
|
5314
5337
|
"privacy": "public"
|
|
5315
5338
|
},
|
|
5316
5339
|
{
|
|
5317
5340
|
"kind": "field",
|
|
5318
|
-
"name": "
|
|
5341
|
+
"name": "definition",
|
|
5319
5342
|
"type": {
|
|
5320
|
-
"text": "
|
|
5343
|
+
"text": "ColDef"
|
|
5321
5344
|
},
|
|
5322
|
-
"
|
|
5345
|
+
"default": "{}"
|
|
5323
5346
|
},
|
|
5324
5347
|
{
|
|
5325
5348
|
"kind": "method",
|
|
5326
|
-
"name": "
|
|
5327
|
-
"privacy": "public"
|
|
5328
|
-
"parameters": [
|
|
5329
|
-
{
|
|
5330
|
-
"name": "params",
|
|
5331
|
-
"type": {
|
|
5332
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5333
|
-
}
|
|
5334
|
-
}
|
|
5335
|
-
]
|
|
5349
|
+
"name": "slottedAgCellChanged",
|
|
5350
|
+
"privacy": "public"
|
|
5336
5351
|
},
|
|
5337
5352
|
{
|
|
5338
5353
|
"kind": "method",
|
|
5339
|
-
"name": "
|
|
5340
|
-
"privacy": "public",
|
|
5354
|
+
"name": "deepClone",
|
|
5341
5355
|
"return": {
|
|
5342
5356
|
"type": {
|
|
5343
|
-
"text": "
|
|
5357
|
+
"text": "Node"
|
|
5344
5358
|
}
|
|
5359
|
+
},
|
|
5360
|
+
"inheritedFrom": {
|
|
5361
|
+
"name": "LifecycleMixin",
|
|
5362
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5345
5363
|
}
|
|
5346
5364
|
},
|
|
5347
5365
|
{
|
|
5348
5366
|
"kind": "method",
|
|
5349
|
-
"name": "
|
|
5350
|
-
"
|
|
5367
|
+
"name": "cloneNode",
|
|
5368
|
+
"return": {
|
|
5369
|
+
"type": {
|
|
5370
|
+
"text": "Node"
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5351
5373
|
"parameters": [
|
|
5352
5374
|
{
|
|
5353
|
-
"name": "
|
|
5375
|
+
"name": "deep",
|
|
5376
|
+
"optional": true,
|
|
5354
5377
|
"type": {
|
|
5355
|
-
"text": "
|
|
5378
|
+
"text": "boolean"
|
|
5356
5379
|
}
|
|
5357
5380
|
}
|
|
5358
|
-
]
|
|
5381
|
+
],
|
|
5382
|
+
"inheritedFrom": {
|
|
5383
|
+
"name": "LifecycleMixin",
|
|
5384
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
+
}
|
|
5359
5386
|
},
|
|
5360
5387
|
{
|
|
5361
|
-
"kind": "
|
|
5362
|
-
"name": "
|
|
5363
|
-
"privacy": "public",
|
|
5388
|
+
"kind": "field",
|
|
5389
|
+
"name": "shouldRunDisconnect",
|
|
5364
5390
|
"return": {
|
|
5365
5391
|
"type": {
|
|
5366
|
-
"text": "
|
|
5392
|
+
"text": ""
|
|
5367
5393
|
}
|
|
5368
5394
|
},
|
|
5369
|
-
"
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5395
|
+
"readonly": true,
|
|
5396
|
+
"inheritedFrom": {
|
|
5397
|
+
"name": "LifecycleMixin",
|
|
5398
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5399
|
+
}
|
|
5374
5400
|
},
|
|
5375
5401
|
{
|
|
5376
|
-
"kind": "
|
|
5377
|
-
"name": "
|
|
5378
|
-
"
|
|
5402
|
+
"kind": "field",
|
|
5403
|
+
"name": "shouldRunConnect",
|
|
5404
|
+
"return": {
|
|
5405
|
+
"type": {
|
|
5406
|
+
"text": ""
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5409
|
+
"readonly": true,
|
|
5410
|
+
"inheritedFrom": {
|
|
5411
|
+
"name": "LifecycleMixin",
|
|
5412
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5413
|
+
}
|
|
5379
5414
|
},
|
|
5380
5415
|
{
|
|
5381
|
-
"kind": "
|
|
5382
|
-
"name": "
|
|
5383
|
-
"
|
|
5416
|
+
"kind": "method",
|
|
5417
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5418
|
+
"return": {
|
|
5419
|
+
"type": {
|
|
5420
|
+
"text": "boolean"
|
|
5421
|
+
}
|
|
5422
|
+
},
|
|
5423
|
+
"parameters": [
|
|
5424
|
+
{
|
|
5425
|
+
"name": "lifecycleType",
|
|
5426
|
+
"type": {
|
|
5427
|
+
"text": "Lifecycletype"
|
|
5428
|
+
}
|
|
5429
|
+
}
|
|
5430
|
+
],
|
|
5431
|
+
"inheritedFrom": {
|
|
5432
|
+
"name": "LifecycleMixin",
|
|
5433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5434
|
+
}
|
|
5384
5435
|
},
|
|
5385
5436
|
{
|
|
5386
5437
|
"kind": "field",
|
|
@@ -5494,82 +5545,92 @@
|
|
|
5494
5545
|
}
|
|
5495
5546
|
}
|
|
5496
5547
|
],
|
|
5548
|
+
"mixins": [
|
|
5549
|
+
{
|
|
5550
|
+
"name": "LifecycleMixin",
|
|
5551
|
+
"package": "@genesislcap/foundation-utils"
|
|
5552
|
+
}
|
|
5553
|
+
],
|
|
5497
5554
|
"superclass": {
|
|
5498
5555
|
"name": "FoundationElement",
|
|
5499
5556
|
"package": "@microsoft/fast-foundation"
|
|
5500
5557
|
},
|
|
5501
|
-
"tagName": "
|
|
5558
|
+
"tagName": "grid-pro-column",
|
|
5502
5559
|
"customElement": true
|
|
5503
|
-
},
|
|
5504
|
-
{
|
|
5505
|
-
"kind": "variable",
|
|
5506
|
-
"name": "actionHeightMultiplier",
|
|
5507
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5508
|
-
"privacy": "public"
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "variable",
|
|
5512
|
-
"name": "agActionRendererStyles",
|
|
5513
|
-
"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`",
|
|
5514
|
-
"description": "The AG Action Renderer Styles.",
|
|
5515
|
-
"privacy": "public"
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "variable",
|
|
5519
|
-
"name": "foundationGridProActionRenderer",
|
|
5520
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5521
|
-
"privacy": "public"
|
|
5522
5560
|
}
|
|
5523
5561
|
],
|
|
5524
5562
|
"exports": [
|
|
5525
5563
|
{
|
|
5526
5564
|
"kind": "js",
|
|
5527
|
-
"name": "
|
|
5565
|
+
"name": "GridProColumn",
|
|
5528
5566
|
"declaration": {
|
|
5529
|
-
"name": "
|
|
5530
|
-
"module": "src/
|
|
5567
|
+
"name": "GridProColumn",
|
|
5568
|
+
"module": "src/column/column.ts"
|
|
5531
5569
|
}
|
|
5532
5570
|
},
|
|
5571
|
+
{
|
|
5572
|
+
"kind": "custom-element-definition",
|
|
5573
|
+
"name": "grid-pro-column",
|
|
5574
|
+
"declaration": {
|
|
5575
|
+
"name": "GridProColumn",
|
|
5576
|
+
"module": "src/column/column.ts"
|
|
5577
|
+
}
|
|
5578
|
+
}
|
|
5579
|
+
]
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"kind": "javascript-module",
|
|
5583
|
+
"path": "src/column/index.ts",
|
|
5584
|
+
"declarations": [],
|
|
5585
|
+
"exports": [
|
|
5533
5586
|
{
|
|
5534
5587
|
"kind": "js",
|
|
5535
|
-
"name": "
|
|
5588
|
+
"name": "*",
|
|
5536
5589
|
"declaration": {
|
|
5537
|
-
"name": "
|
|
5538
|
-
"
|
|
5590
|
+
"name": "*",
|
|
5591
|
+
"package": "./column.template"
|
|
5539
5592
|
}
|
|
5540
5593
|
},
|
|
5541
5594
|
{
|
|
5542
5595
|
"kind": "js",
|
|
5543
|
-
"name": "
|
|
5596
|
+
"name": "*",
|
|
5544
5597
|
"declaration": {
|
|
5545
|
-
"name": "
|
|
5546
|
-
"
|
|
5598
|
+
"name": "*",
|
|
5599
|
+
"package": "./column"
|
|
5547
5600
|
}
|
|
5548
5601
|
},
|
|
5549
5602
|
{
|
|
5550
5603
|
"kind": "js",
|
|
5551
|
-
"name": "
|
|
5604
|
+
"name": "*",
|
|
5552
5605
|
"declaration": {
|
|
5553
|
-
"name": "
|
|
5554
|
-
"
|
|
5606
|
+
"name": "*",
|
|
5607
|
+
"package": "./utils"
|
|
5555
5608
|
}
|
|
5556
5609
|
}
|
|
5557
5610
|
]
|
|
5558
5611
|
},
|
|
5559
5612
|
{
|
|
5560
5613
|
"kind": "javascript-module",
|
|
5561
|
-
"path": "src/cell-renderers/
|
|
5614
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5562
5615
|
"declarations": [
|
|
5563
5616
|
{
|
|
5564
5617
|
"kind": "class",
|
|
5565
|
-
"description": "The
|
|
5566
|
-
"name": "
|
|
5618
|
+
"description": "The AG Action Renderer element.",
|
|
5619
|
+
"name": "ActionRenderer",
|
|
5567
5620
|
"members": [
|
|
5568
5621
|
{
|
|
5569
5622
|
"kind": "field",
|
|
5570
5623
|
"name": "params",
|
|
5571
5624
|
"type": {
|
|
5572
|
-
"text": "ICellRendererParams"
|
|
5625
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5626
|
+
},
|
|
5627
|
+
"privacy": "public"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"kind": "field",
|
|
5631
|
+
"name": "pendingAction",
|
|
5632
|
+
"type": {
|
|
5633
|
+
"text": "boolean"
|
|
5573
5634
|
},
|
|
5574
5635
|
"privacy": "public"
|
|
5575
5636
|
},
|
|
@@ -5581,7 +5642,7 @@
|
|
|
5581
5642
|
{
|
|
5582
5643
|
"name": "params",
|
|
5583
5644
|
"type": {
|
|
5584
|
-
"text": "ICellRendererParams"
|
|
5645
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5585
5646
|
}
|
|
5586
5647
|
}
|
|
5587
5648
|
]
|
|
@@ -5609,6 +5670,31 @@
|
|
|
5609
5670
|
}
|
|
5610
5671
|
]
|
|
5611
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"kind": "method",
|
|
5675
|
+
"name": "isDisabled",
|
|
5676
|
+
"privacy": "public",
|
|
5677
|
+
"return": {
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "boolean"
|
|
5680
|
+
}
|
|
5681
|
+
},
|
|
5682
|
+
"parameters": [
|
|
5683
|
+
{
|
|
5684
|
+
"name": "data"
|
|
5685
|
+
}
|
|
5686
|
+
]
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"kind": "method",
|
|
5690
|
+
"name": "clickHandler",
|
|
5691
|
+
"privacy": "public"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"kind": "field",
|
|
5695
|
+
"name": "dataTestId",
|
|
5696
|
+
"readonly": true
|
|
5697
|
+
},
|
|
5612
5698
|
{
|
|
5613
5699
|
"kind": "field",
|
|
5614
5700
|
"name": "_presentation",
|
|
@@ -5725,134 +5811,81 @@
|
|
|
5725
5811
|
"name": "FoundationElement",
|
|
5726
5812
|
"package": "@microsoft/fast-foundation"
|
|
5727
5813
|
},
|
|
5728
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5814
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5729
5815
|
"customElement": true
|
|
5730
5816
|
},
|
|
5731
5817
|
{
|
|
5732
5818
|
"kind": "variable",
|
|
5733
|
-
"name": "
|
|
5734
|
-
"description": "
|
|
5819
|
+
"name": "actionHeightMultiplier",
|
|
5820
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5735
5821
|
"privacy": "public"
|
|
5736
5822
|
},
|
|
5737
5823
|
{
|
|
5738
|
-
"kind": "
|
|
5739
|
-
"name": "
|
|
5740
|
-
"
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
"
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
"type": {
|
|
5749
|
-
"text": "ActionMenuItem[]"
|
|
5750
|
-
},
|
|
5751
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5752
|
-
},
|
|
5753
|
-
{
|
|
5754
|
-
"name": "overrideDef",
|
|
5755
|
-
"default": "{}",
|
|
5756
|
-
"type": {
|
|
5757
|
-
"text": "ColDef"
|
|
5758
|
-
},
|
|
5759
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5760
|
-
},
|
|
5761
|
-
{
|
|
5762
|
-
"name": "customActionsOpenerName",
|
|
5763
|
-
"default": "'⋮'",
|
|
5764
|
-
"type": {
|
|
5765
|
-
"text": "string"
|
|
5766
|
-
},
|
|
5767
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5768
|
-
},
|
|
5769
|
-
{
|
|
5770
|
-
"name": "isVertical",
|
|
5771
|
-
"default": "false",
|
|
5772
|
-
"type": {
|
|
5773
|
-
"text": "boolean"
|
|
5774
|
-
},
|
|
5775
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5776
|
-
},
|
|
5777
|
-
{
|
|
5778
|
-
"name": "buttonAppearance",
|
|
5779
|
-
"optional": true,
|
|
5780
|
-
"type": {
|
|
5781
|
-
"text": "string"
|
|
5782
|
-
},
|
|
5783
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5784
|
-
}
|
|
5785
|
-
],
|
|
5786
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5824
|
+
"kind": "variable",
|
|
5825
|
+
"name": "agActionRendererStyles",
|
|
5826
|
+
"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`",
|
|
5827
|
+
"description": "The AG Action Renderer Styles.",
|
|
5828
|
+
"privacy": "public"
|
|
5829
|
+
},
|
|
5830
|
+
{
|
|
5831
|
+
"kind": "variable",
|
|
5832
|
+
"name": "foundationGridProActionRenderer",
|
|
5833
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5787
5834
|
"privacy": "public"
|
|
5788
5835
|
}
|
|
5789
5836
|
],
|
|
5790
5837
|
"exports": [
|
|
5791
5838
|
{
|
|
5792
5839
|
"kind": "js",
|
|
5793
|
-
"name": "
|
|
5840
|
+
"name": "ActionRenderer",
|
|
5794
5841
|
"declaration": {
|
|
5795
|
-
"name": "
|
|
5796
|
-
"module": "src/cell-renderers/
|
|
5842
|
+
"name": "ActionRenderer",
|
|
5843
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5797
5844
|
}
|
|
5798
5845
|
},
|
|
5799
5846
|
{
|
|
5800
5847
|
"kind": "js",
|
|
5801
|
-
"name": "
|
|
5848
|
+
"name": "actionHeightMultiplier",
|
|
5802
5849
|
"declaration": {
|
|
5803
|
-
"name": "
|
|
5804
|
-
"module": "src/cell-renderers/
|
|
5850
|
+
"name": "actionHeightMultiplier",
|
|
5851
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5805
5852
|
}
|
|
5806
5853
|
},
|
|
5807
5854
|
{
|
|
5808
5855
|
"kind": "js",
|
|
5809
|
-
"name": "
|
|
5856
|
+
"name": "agActionRendererStyles",
|
|
5810
5857
|
"declaration": {
|
|
5811
|
-
"name": "
|
|
5812
|
-
"module": "src/cell-renderers/
|
|
5858
|
+
"name": "agActionRendererStyles",
|
|
5859
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "js",
|
|
5864
|
+
"name": "foundationGridProActionRenderer",
|
|
5865
|
+
"declaration": {
|
|
5866
|
+
"name": "foundationGridProActionRenderer",
|
|
5867
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5813
5868
|
}
|
|
5814
5869
|
}
|
|
5815
5870
|
]
|
|
5816
5871
|
},
|
|
5817
5872
|
{
|
|
5818
5873
|
"kind": "javascript-module",
|
|
5819
|
-
"path": "src/cell-renderers/
|
|
5874
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5820
5875
|
"declarations": [
|
|
5821
5876
|
{
|
|
5822
5877
|
"kind": "class",
|
|
5823
|
-
"description": "The
|
|
5824
|
-
"name": "
|
|
5825
|
-
"members": [
|
|
5878
|
+
"description": "The Actions Menu Renderer element.",
|
|
5879
|
+
"name": "ActionsMenuRenderer",
|
|
5880
|
+
"members": [
|
|
5826
5881
|
{
|
|
5827
5882
|
"kind": "field",
|
|
5828
5883
|
"name": "params",
|
|
5829
5884
|
"type": {
|
|
5830
|
-
"text": "ICellRendererParams
|
|
5885
|
+
"text": "ICellRendererParams"
|
|
5831
5886
|
},
|
|
5832
5887
|
"privacy": "public"
|
|
5833
5888
|
},
|
|
5834
|
-
{
|
|
5835
|
-
"kind": "field",
|
|
5836
|
-
"name": "selected",
|
|
5837
|
-
"type": {
|
|
5838
|
-
"text": "boolean"
|
|
5839
|
-
}
|
|
5840
|
-
},
|
|
5841
|
-
{
|
|
5842
|
-
"kind": "method",
|
|
5843
|
-
"name": "isDisabled",
|
|
5844
|
-
"privacy": "public",
|
|
5845
|
-
"return": {
|
|
5846
|
-
"type": {
|
|
5847
|
-
"text": "boolean"
|
|
5848
|
-
}
|
|
5849
|
-
},
|
|
5850
|
-
"parameters": [
|
|
5851
|
-
{
|
|
5852
|
-
"name": "data"
|
|
5853
|
-
}
|
|
5854
|
-
]
|
|
5855
|
-
},
|
|
5856
5889
|
{
|
|
5857
5890
|
"kind": "method",
|
|
5858
5891
|
"name": "init",
|
|
@@ -5876,11 +5909,6 @@
|
|
|
5876
5909
|
}
|
|
5877
5910
|
}
|
|
5878
5911
|
},
|
|
5879
|
-
{
|
|
5880
|
-
"kind": "method",
|
|
5881
|
-
"name": "destroy",
|
|
5882
|
-
"privacy": "public"
|
|
5883
|
-
},
|
|
5884
5912
|
{
|
|
5885
5913
|
"kind": "method",
|
|
5886
5914
|
"name": "refresh",
|
|
@@ -5894,14 +5922,6 @@
|
|
|
5894
5922
|
}
|
|
5895
5923
|
]
|
|
5896
5924
|
},
|
|
5897
|
-
{
|
|
5898
|
-
"kind": "method",
|
|
5899
|
-
"name": "getValue"
|
|
5900
|
-
},
|
|
5901
|
-
{
|
|
5902
|
-
"kind": "method",
|
|
5903
|
-
"name": "isCancelBeforeStart"
|
|
5904
|
-
},
|
|
5905
5925
|
{
|
|
5906
5926
|
"kind": "field",
|
|
5907
5927
|
"name": "_presentation",
|
|
@@ -6018,92 +6038,134 @@
|
|
|
6018
6038
|
"name": "FoundationElement",
|
|
6019
6039
|
"package": "@microsoft/fast-foundation"
|
|
6020
6040
|
},
|
|
6021
|
-
"tagName": "%%prefix%%-
|
|
6041
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6022
6042
|
"customElement": true
|
|
6023
6043
|
},
|
|
6024
6044
|
{
|
|
6025
6045
|
"kind": "variable",
|
|
6026
|
-
"name": "
|
|
6027
|
-
"
|
|
6028
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
6046
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6047
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6029
6048
|
"privacy": "public"
|
|
6030
6049
|
},
|
|
6031
6050
|
{
|
|
6032
6051
|
"kind": "function",
|
|
6033
|
-
"name": "
|
|
6034
|
-
"parameters": [
|
|
6035
|
-
{
|
|
6036
|
-
"name": "designSystem",
|
|
6037
|
-
"default": "'foundation'",
|
|
6038
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6039
|
-
}
|
|
6040
|
-
],
|
|
6041
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6052
|
+
"name": "getActionsMenuDef",
|
|
6042
6053
|
"return": {
|
|
6043
6054
|
"type": {
|
|
6044
6055
|
"text": ""
|
|
6045
6056
|
}
|
|
6046
6057
|
},
|
|
6047
|
-
"
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6058
|
+
"parameters": [
|
|
6059
|
+
{
|
|
6060
|
+
"name": "actions",
|
|
6061
|
+
"type": {
|
|
6062
|
+
"text": "ActionMenuItem[]"
|
|
6063
|
+
},
|
|
6064
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"name": "overrideDef",
|
|
6068
|
+
"default": "{}",
|
|
6069
|
+
"type": {
|
|
6070
|
+
"text": "ColDef"
|
|
6071
|
+
},
|
|
6072
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6073
|
+
},
|
|
6074
|
+
{
|
|
6075
|
+
"name": "customActionsOpenerName",
|
|
6076
|
+
"default": "'⋮'",
|
|
6077
|
+
"type": {
|
|
6078
|
+
"text": "string"
|
|
6079
|
+
},
|
|
6080
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"name": "isVertical",
|
|
6084
|
+
"default": "false",
|
|
6085
|
+
"type": {
|
|
6086
|
+
"text": "boolean"
|
|
6087
|
+
},
|
|
6088
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6089
|
+
},
|
|
6090
|
+
{
|
|
6091
|
+
"name": "buttonAppearance",
|
|
6092
|
+
"optional": true,
|
|
6093
|
+
"type": {
|
|
6094
|
+
"text": "string"
|
|
6095
|
+
},
|
|
6096
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6097
|
+
}
|
|
6098
|
+
],
|
|
6099
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
6053
6100
|
"privacy": "public"
|
|
6054
6101
|
}
|
|
6055
6102
|
],
|
|
6056
6103
|
"exports": [
|
|
6057
6104
|
{
|
|
6058
6105
|
"kind": "js",
|
|
6059
|
-
"name": "
|
|
6060
|
-
"declaration": {
|
|
6061
|
-
"name": "BooleanRenderer",
|
|
6062
|
-
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6063
|
-
}
|
|
6064
|
-
},
|
|
6065
|
-
{
|
|
6066
|
-
"kind": "js",
|
|
6067
|
-
"name": "agBooleanRendererStyles",
|
|
6106
|
+
"name": "ActionsMenuRenderer",
|
|
6068
6107
|
"declaration": {
|
|
6069
|
-
"name": "
|
|
6070
|
-
"module": "src/cell-renderers/
|
|
6108
|
+
"name": "ActionsMenuRenderer",
|
|
6109
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6071
6110
|
}
|
|
6072
6111
|
},
|
|
6073
6112
|
{
|
|
6074
6113
|
"kind": "js",
|
|
6075
|
-
"name": "
|
|
6114
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6076
6115
|
"declaration": {
|
|
6077
|
-
"name": "
|
|
6078
|
-
"module": "src/cell-renderers/
|
|
6116
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6117
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6079
6118
|
}
|
|
6080
6119
|
},
|
|
6081
6120
|
{
|
|
6082
6121
|
"kind": "js",
|
|
6083
|
-
"name": "
|
|
6122
|
+
"name": "getActionsMenuDef",
|
|
6084
6123
|
"declaration": {
|
|
6085
|
-
"name": "
|
|
6086
|
-
"module": "src/cell-renderers/
|
|
6124
|
+
"name": "getActionsMenuDef",
|
|
6125
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6087
6126
|
}
|
|
6088
6127
|
}
|
|
6089
6128
|
]
|
|
6090
6129
|
},
|
|
6091
6130
|
{
|
|
6092
6131
|
"kind": "javascript-module",
|
|
6093
|
-
"path": "src/cell-renderers/
|
|
6132
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
6094
6133
|
"declarations": [
|
|
6095
6134
|
{
|
|
6096
6135
|
"kind": "class",
|
|
6097
|
-
"description": "The AG
|
|
6098
|
-
"name": "
|
|
6136
|
+
"description": "The AG Boolean Renderer element.",
|
|
6137
|
+
"name": "BooleanRenderer",
|
|
6099
6138
|
"members": [
|
|
6100
6139
|
{
|
|
6101
6140
|
"kind": "field",
|
|
6102
|
-
"name": "
|
|
6141
|
+
"name": "params",
|
|
6103
6142
|
"type": {
|
|
6104
|
-
"text": "
|
|
6143
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
6144
|
+
},
|
|
6145
|
+
"privacy": "public"
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"kind": "field",
|
|
6149
|
+
"name": "selected",
|
|
6150
|
+
"type": {
|
|
6151
|
+
"text": "boolean"
|
|
6105
6152
|
}
|
|
6106
6153
|
},
|
|
6154
|
+
{
|
|
6155
|
+
"kind": "method",
|
|
6156
|
+
"name": "isDisabled",
|
|
6157
|
+
"privacy": "public",
|
|
6158
|
+
"return": {
|
|
6159
|
+
"type": {
|
|
6160
|
+
"text": "boolean"
|
|
6161
|
+
}
|
|
6162
|
+
},
|
|
6163
|
+
"parameters": [
|
|
6164
|
+
{
|
|
6165
|
+
"name": "data"
|
|
6166
|
+
}
|
|
6167
|
+
]
|
|
6168
|
+
},
|
|
6107
6169
|
{
|
|
6108
6170
|
"kind": "method",
|
|
6109
6171
|
"name": "init",
|
|
@@ -6127,6 +6189,11 @@
|
|
|
6127
6189
|
}
|
|
6128
6190
|
}
|
|
6129
6191
|
},
|
|
6192
|
+
{
|
|
6193
|
+
"kind": "method",
|
|
6194
|
+
"name": "destroy",
|
|
6195
|
+
"privacy": "public"
|
|
6196
|
+
},
|
|
6130
6197
|
{
|
|
6131
6198
|
"kind": "method",
|
|
6132
6199
|
"name": "refresh",
|
|
@@ -6140,6 +6207,14 @@
|
|
|
6140
6207
|
}
|
|
6141
6208
|
]
|
|
6142
6209
|
},
|
|
6210
|
+
{
|
|
6211
|
+
"kind": "method",
|
|
6212
|
+
"name": "getValue"
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"kind": "method",
|
|
6216
|
+
"name": "isCancelBeforeStart"
|
|
6217
|
+
},
|
|
6143
6218
|
{
|
|
6144
6219
|
"kind": "field",
|
|
6145
6220
|
"name": "_presentation",
|
|
@@ -6256,19 +6331,19 @@
|
|
|
6256
6331
|
"name": "FoundationElement",
|
|
6257
6332
|
"package": "@microsoft/fast-foundation"
|
|
6258
6333
|
},
|
|
6259
|
-
"tagName": "%%prefix%%-
|
|
6334
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
6260
6335
|
"customElement": true
|
|
6261
6336
|
},
|
|
6262
6337
|
{
|
|
6263
6338
|
"kind": "variable",
|
|
6264
|
-
"name": "
|
|
6265
|
-
"default": "css`\n :host {\n
|
|
6266
|
-
"description": "The AG
|
|
6339
|
+
"name": "agBooleanRendererStyles",
|
|
6340
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6341
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
6267
6342
|
"privacy": "public"
|
|
6268
6343
|
},
|
|
6269
6344
|
{
|
|
6270
6345
|
"kind": "function",
|
|
6271
|
-
"name": "
|
|
6346
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6272
6347
|
"parameters": [
|
|
6273
6348
|
{
|
|
6274
6349
|
"name": "designSystem",
|
|
@@ -6286,90 +6361,61 @@
|
|
|
6286
6361
|
},
|
|
6287
6362
|
{
|
|
6288
6363
|
"kind": "variable",
|
|
6289
|
-
"name": "
|
|
6290
|
-
"description": "A function that returns a Foundation
|
|
6364
|
+
"name": "foundationAgBooleanRenderer",
|
|
6365
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6291
6366
|
"privacy": "public"
|
|
6292
6367
|
}
|
|
6293
6368
|
],
|
|
6294
6369
|
"exports": [
|
|
6295
6370
|
{
|
|
6296
6371
|
"kind": "js",
|
|
6297
|
-
"name": "
|
|
6372
|
+
"name": "BooleanRenderer",
|
|
6298
6373
|
"declaration": {
|
|
6299
|
-
"name": "
|
|
6300
|
-
"module": "src/cell-renderers/
|
|
6374
|
+
"name": "BooleanRenderer",
|
|
6375
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6301
6376
|
}
|
|
6302
6377
|
},
|
|
6303
6378
|
{
|
|
6304
6379
|
"kind": "js",
|
|
6305
|
-
"name": "
|
|
6380
|
+
"name": "agBooleanRendererStyles",
|
|
6306
6381
|
"declaration": {
|
|
6307
|
-
"name": "
|
|
6308
|
-
"module": "src/cell-renderers/
|
|
6382
|
+
"name": "agBooleanRendererStyles",
|
|
6383
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6309
6384
|
}
|
|
6310
6385
|
},
|
|
6311
6386
|
{
|
|
6312
6387
|
"kind": "js",
|
|
6313
|
-
"name": "
|
|
6388
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6314
6389
|
"declaration": {
|
|
6315
|
-
"name": "
|
|
6316
|
-
"module": "src/cell-renderers/
|
|
6390
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6391
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6317
6392
|
}
|
|
6318
6393
|
},
|
|
6319
6394
|
{
|
|
6320
6395
|
"kind": "js",
|
|
6321
|
-
"name": "
|
|
6396
|
+
"name": "foundationAgBooleanRenderer",
|
|
6322
6397
|
"declaration": {
|
|
6323
|
-
"name": "
|
|
6324
|
-
"module": "src/cell-renderers/
|
|
6398
|
+
"name": "foundationAgBooleanRenderer",
|
|
6399
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6325
6400
|
}
|
|
6326
6401
|
}
|
|
6327
6402
|
]
|
|
6328
6403
|
},
|
|
6329
6404
|
{
|
|
6330
6405
|
"kind": "javascript-module",
|
|
6331
|
-
"path": "src/cell-renderers/
|
|
6406
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
6332
6407
|
"declarations": [
|
|
6333
|
-
{
|
|
6334
|
-
"kind": "variable",
|
|
6335
|
-
"name": "agIconRendererStyles",
|
|
6336
|
-
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
6337
|
-
"description": "The AG Icon Renderer Styles.",
|
|
6338
|
-
"privacy": "public"
|
|
6339
|
-
},
|
|
6340
|
-
{
|
|
6341
|
-
"kind": "function",
|
|
6342
|
-
"name": "getIconRendererTemplate",
|
|
6343
|
-
"parameters": [
|
|
6344
|
-
{
|
|
6345
|
-
"name": "designSystem",
|
|
6346
|
-
"default": "'rapid'",
|
|
6347
|
-
"type": {
|
|
6348
|
-
"text": "string"
|
|
6349
|
-
},
|
|
6350
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6351
|
-
}
|
|
6352
|
-
],
|
|
6353
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6354
|
-
"return": {
|
|
6355
|
-
"type": {
|
|
6356
|
-
"text": ""
|
|
6357
|
-
}
|
|
6358
|
-
},
|
|
6359
|
-
"privacy": "public"
|
|
6360
|
-
},
|
|
6361
6408
|
{
|
|
6362
6409
|
"kind": "class",
|
|
6363
|
-
"description": "
|
|
6364
|
-
"name": "
|
|
6410
|
+
"description": "The AG Editable Renderer element.",
|
|
6411
|
+
"name": "EditableRenderer",
|
|
6365
6412
|
"members": [
|
|
6366
6413
|
{
|
|
6367
6414
|
"kind": "field",
|
|
6368
|
-
"name": "
|
|
6415
|
+
"name": "valueFormatted",
|
|
6369
6416
|
"type": {
|
|
6370
|
-
"text": "
|
|
6371
|
-
}
|
|
6372
|
-
"privacy": "public"
|
|
6417
|
+
"text": "string"
|
|
6418
|
+
}
|
|
6373
6419
|
},
|
|
6374
6420
|
{
|
|
6375
6421
|
"kind": "method",
|
|
@@ -6379,7 +6425,7 @@
|
|
|
6379
6425
|
{
|
|
6380
6426
|
"name": "params",
|
|
6381
6427
|
"type": {
|
|
6382
|
-
"text": "
|
|
6428
|
+
"text": "ICellRendererParams"
|
|
6383
6429
|
}
|
|
6384
6430
|
}
|
|
6385
6431
|
]
|
|
@@ -6397,21 +6443,16 @@
|
|
|
6397
6443
|
{
|
|
6398
6444
|
"kind": "method",
|
|
6399
6445
|
"name": "refresh",
|
|
6446
|
+
"privacy": "public",
|
|
6400
6447
|
"parameters": [
|
|
6401
6448
|
{
|
|
6402
|
-
"name": "params"
|
|
6449
|
+
"name": "params",
|
|
6450
|
+
"type": {
|
|
6451
|
+
"text": "ICellRendererParams"
|
|
6452
|
+
}
|
|
6403
6453
|
}
|
|
6404
6454
|
]
|
|
6405
6455
|
},
|
|
6406
|
-
{
|
|
6407
|
-
"kind": "method",
|
|
6408
|
-
"name": "destroy",
|
|
6409
|
-
"return": {
|
|
6410
|
-
"type": {
|
|
6411
|
-
"text": "void"
|
|
6412
|
-
}
|
|
6413
|
-
}
|
|
6414
|
-
},
|
|
6415
6456
|
{
|
|
6416
6457
|
"kind": "field",
|
|
6417
6458
|
"name": "_presentation",
|
|
@@ -6527,151 +6568,119 @@
|
|
|
6527
6568
|
"superclass": {
|
|
6528
6569
|
"name": "FoundationElement",
|
|
6529
6570
|
"package": "@microsoft/fast-foundation"
|
|
6530
|
-
}
|
|
6571
|
+
},
|
|
6572
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6573
|
+
"customElement": true
|
|
6531
6574
|
},
|
|
6532
6575
|
{
|
|
6533
6576
|
"kind": "variable",
|
|
6534
|
-
"name": "
|
|
6535
|
-
"
|
|
6577
|
+
"name": "agEditableRendererStyles",
|
|
6578
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6579
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6536
6580
|
"privacy": "public"
|
|
6537
|
-
}
|
|
6538
|
-
],
|
|
6539
|
-
"exports": [
|
|
6540
|
-
{
|
|
6541
|
-
"kind": "js",
|
|
6542
|
-
"name": "agIconRendererStyles",
|
|
6543
|
-
"declaration": {
|
|
6544
|
-
"name": "agIconRendererStyles",
|
|
6545
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6546
|
-
}
|
|
6547
|
-
},
|
|
6548
|
-
{
|
|
6549
|
-
"kind": "js",
|
|
6550
|
-
"name": "getIconRendererTemplate",
|
|
6551
|
-
"declaration": {
|
|
6552
|
-
"name": "getIconRendererTemplate",
|
|
6553
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6554
|
-
}
|
|
6555
6581
|
},
|
|
6556
6582
|
{
|
|
6557
|
-
"kind": "
|
|
6558
|
-
"name": "
|
|
6559
|
-
"
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6583
|
+
"kind": "function",
|
|
6584
|
+
"name": "getAgEditableRendererTemplate",
|
|
6585
|
+
"parameters": [
|
|
6586
|
+
{
|
|
6587
|
+
"name": "designSystem",
|
|
6588
|
+
"default": "'foundation'",
|
|
6589
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6590
|
+
}
|
|
6591
|
+
],
|
|
6592
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6593
|
+
"return": {
|
|
6594
|
+
"type": {
|
|
6595
|
+
"text": ""
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
"privacy": "public"
|
|
6563
6599
|
},
|
|
6564
6600
|
{
|
|
6565
|
-
"kind": "
|
|
6566
|
-
"name": "
|
|
6567
|
-
"
|
|
6568
|
-
|
|
6569
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6570
|
-
}
|
|
6601
|
+
"kind": "variable",
|
|
6602
|
+
"name": "foundationAgEditableRenderer",
|
|
6603
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6604
|
+
"privacy": "public"
|
|
6571
6605
|
}
|
|
6572
|
-
]
|
|
6573
|
-
},
|
|
6574
|
-
{
|
|
6575
|
-
"kind": "javascript-module",
|
|
6576
|
-
"path": "src/cell-renderers/index.ts",
|
|
6577
|
-
"declarations": [],
|
|
6606
|
+
],
|
|
6578
6607
|
"exports": [
|
|
6579
6608
|
{
|
|
6580
6609
|
"kind": "js",
|
|
6581
|
-
"name": "
|
|
6582
|
-
"declaration": {
|
|
6583
|
-
"name": "*",
|
|
6584
|
-
"package": "./action.renderer"
|
|
6585
|
-
}
|
|
6586
|
-
},
|
|
6587
|
-
{
|
|
6588
|
-
"kind": "js",
|
|
6589
|
-
"name": "*",
|
|
6590
|
-
"declaration": {
|
|
6591
|
-
"name": "*",
|
|
6592
|
-
"package": "./actions-menu.renderer"
|
|
6593
|
-
}
|
|
6594
|
-
},
|
|
6595
|
-
{
|
|
6596
|
-
"kind": "js",
|
|
6597
|
-
"name": "*",
|
|
6598
|
-
"declaration": {
|
|
6599
|
-
"name": "*",
|
|
6600
|
-
"package": "./boolean.renderer"
|
|
6601
|
-
}
|
|
6602
|
-
},
|
|
6603
|
-
{
|
|
6604
|
-
"kind": "js",
|
|
6605
|
-
"name": "*",
|
|
6606
|
-
"declaration": {
|
|
6607
|
-
"name": "*",
|
|
6608
|
-
"package": "./editable.renderer"
|
|
6609
|
-
}
|
|
6610
|
-
},
|
|
6611
|
-
{
|
|
6612
|
-
"kind": "js",
|
|
6613
|
-
"name": "*",
|
|
6614
|
-
"declaration": {
|
|
6615
|
-
"name": "*",
|
|
6616
|
-
"package": "./icon.renderer"
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
|
-
{
|
|
6620
|
-
"kind": "js",
|
|
6621
|
-
"name": "*",
|
|
6610
|
+
"name": "EditableRenderer",
|
|
6622
6611
|
"declaration": {
|
|
6623
|
-
"name": "
|
|
6624
|
-
"
|
|
6612
|
+
"name": "EditableRenderer",
|
|
6613
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6625
6614
|
}
|
|
6626
6615
|
},
|
|
6627
6616
|
{
|
|
6628
6617
|
"kind": "js",
|
|
6629
|
-
"name": "
|
|
6618
|
+
"name": "agEditableRendererStyles",
|
|
6630
6619
|
"declaration": {
|
|
6631
|
-
"name": "
|
|
6632
|
-
"
|
|
6620
|
+
"name": "agEditableRendererStyles",
|
|
6621
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6633
6622
|
}
|
|
6634
6623
|
},
|
|
6635
6624
|
{
|
|
6636
6625
|
"kind": "js",
|
|
6637
|
-
"name": "
|
|
6626
|
+
"name": "getAgEditableRendererTemplate",
|
|
6638
6627
|
"declaration": {
|
|
6639
|
-
"name": "
|
|
6640
|
-
"
|
|
6628
|
+
"name": "getAgEditableRendererTemplate",
|
|
6629
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6641
6630
|
}
|
|
6642
6631
|
},
|
|
6643
6632
|
{
|
|
6644
6633
|
"kind": "js",
|
|
6645
|
-
"name": "
|
|
6634
|
+
"name": "foundationAgEditableRenderer",
|
|
6646
6635
|
"declaration": {
|
|
6647
|
-
"name": "
|
|
6648
|
-
"
|
|
6636
|
+
"name": "foundationAgEditableRenderer",
|
|
6637
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6649
6638
|
}
|
|
6650
6639
|
}
|
|
6651
6640
|
]
|
|
6652
6641
|
},
|
|
6653
6642
|
{
|
|
6654
6643
|
"kind": "javascript-module",
|
|
6655
|
-
"path": "src/cell-renderers/
|
|
6644
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6656
6645
|
"declarations": [
|
|
6657
6646
|
{
|
|
6658
|
-
"kind": "
|
|
6659
|
-
"
|
|
6660
|
-
"
|
|
6661
|
-
"
|
|
6647
|
+
"kind": "variable",
|
|
6648
|
+
"name": "agIconRendererStyles",
|
|
6649
|
+
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
6650
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6651
|
+
"privacy": "public"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"kind": "function",
|
|
6655
|
+
"name": "getIconRendererTemplate",
|
|
6656
|
+
"parameters": [
|
|
6662
6657
|
{
|
|
6663
|
-
"
|
|
6664
|
-
"
|
|
6658
|
+
"name": "designSystem",
|
|
6659
|
+
"default": "'rapid'",
|
|
6665
6660
|
"type": {
|
|
6666
|
-
"text": "
|
|
6661
|
+
"text": "string"
|
|
6667
6662
|
},
|
|
6668
|
-
"
|
|
6669
|
-
}
|
|
6663
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6664
|
+
}
|
|
6665
|
+
],
|
|
6666
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6667
|
+
"return": {
|
|
6668
|
+
"type": {
|
|
6669
|
+
"text": ""
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
"privacy": "public"
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"kind": "class",
|
|
6676
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6677
|
+
"name": "IconRenderer",
|
|
6678
|
+
"members": [
|
|
6670
6679
|
{
|
|
6671
6680
|
"kind": "field",
|
|
6672
|
-
"name": "
|
|
6681
|
+
"name": "params",
|
|
6673
6682
|
"type": {
|
|
6674
|
-
"text": "
|
|
6683
|
+
"text": "IconRendererParams"
|
|
6675
6684
|
},
|
|
6676
6685
|
"privacy": "public"
|
|
6677
6686
|
},
|
|
@@ -6683,7 +6692,7 @@
|
|
|
6683
6692
|
{
|
|
6684
6693
|
"name": "params",
|
|
6685
6694
|
"type": {
|
|
6686
|
-
"text": "
|
|
6695
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6687
6696
|
}
|
|
6688
6697
|
}
|
|
6689
6698
|
]
|
|
@@ -6698,53 +6707,23 @@
|
|
|
6698
6707
|
}
|
|
6699
6708
|
}
|
|
6700
6709
|
},
|
|
6701
|
-
{
|
|
6702
|
-
"kind": "method",
|
|
6703
|
-
"name": "destroy",
|
|
6704
|
-
"privacy": "public",
|
|
6705
|
-
"return": {
|
|
6706
|
-
"type": {
|
|
6707
|
-
"text": "void"
|
|
6708
|
-
}
|
|
6709
|
-
}
|
|
6710
|
-
},
|
|
6711
6710
|
{
|
|
6712
6711
|
"kind": "method",
|
|
6713
6712
|
"name": "refresh",
|
|
6714
|
-
"privacy": "public",
|
|
6715
|
-
"return": {
|
|
6716
|
-
"type": {
|
|
6717
|
-
"text": "boolean"
|
|
6718
|
-
}
|
|
6719
|
-
},
|
|
6720
6713
|
"parameters": [
|
|
6721
6714
|
{
|
|
6722
|
-
"name": "params"
|
|
6723
|
-
"type": {
|
|
6724
|
-
"text": "SelectCellRendererParams"
|
|
6725
|
-
}
|
|
6715
|
+
"name": "params"
|
|
6726
6716
|
}
|
|
6727
6717
|
]
|
|
6728
6718
|
},
|
|
6729
|
-
{
|
|
6730
|
-
"kind": "field",
|
|
6731
|
-
"name": "selectionChanged",
|
|
6732
|
-
"privacy": "public"
|
|
6733
|
-
},
|
|
6734
6719
|
{
|
|
6735
6720
|
"kind": "method",
|
|
6736
|
-
"name": "
|
|
6737
|
-
"privacy": "public",
|
|
6721
|
+
"name": "destroy",
|
|
6738
6722
|
"return": {
|
|
6739
6723
|
"type": {
|
|
6740
|
-
"text": "
|
|
6741
|
-
}
|
|
6742
|
-
},
|
|
6743
|
-
"parameters": [
|
|
6744
|
-
{
|
|
6745
|
-
"name": "data"
|
|
6724
|
+
"text": "void"
|
|
6746
6725
|
}
|
|
6747
|
-
|
|
6726
|
+
}
|
|
6748
6727
|
},
|
|
6749
6728
|
{
|
|
6750
6729
|
"kind": "field",
|
|
@@ -6861,157 +6840,224 @@
|
|
|
6861
6840
|
"superclass": {
|
|
6862
6841
|
"name": "FoundationElement",
|
|
6863
6842
|
"package": "@microsoft/fast-foundation"
|
|
6864
|
-
}
|
|
6865
|
-
"tagName": "%%prefix%%-select-renderer",
|
|
6866
|
-
"customElement": true
|
|
6843
|
+
}
|
|
6867
6844
|
},
|
|
6868
6845
|
{
|
|
6869
6846
|
"kind": "variable",
|
|
6870
|
-
"name": "
|
|
6871
|
-
"
|
|
6872
|
-
"description": "The AG Select Renderer Styles.",
|
|
6847
|
+
"name": "foundationIconRenderer",
|
|
6848
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6873
6849
|
"privacy": "public"
|
|
6850
|
+
}
|
|
6851
|
+
],
|
|
6852
|
+
"exports": [
|
|
6853
|
+
{
|
|
6854
|
+
"kind": "js",
|
|
6855
|
+
"name": "agIconRendererStyles",
|
|
6856
|
+
"declaration": {
|
|
6857
|
+
"name": "agIconRendererStyles",
|
|
6858
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6859
|
+
}
|
|
6874
6860
|
},
|
|
6875
6861
|
{
|
|
6876
|
-
"kind": "
|
|
6877
|
-
"name": "
|
|
6878
|
-
"
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
"type": {
|
|
6883
|
-
"text": "string"
|
|
6884
|
-
},
|
|
6885
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6886
|
-
}
|
|
6887
|
-
],
|
|
6888
|
-
"description": "Get a Design System prefixed Select template.",
|
|
6889
|
-
"return": {
|
|
6890
|
-
"type": {
|
|
6891
|
-
"text": ""
|
|
6892
|
-
}
|
|
6893
|
-
},
|
|
6894
|
-
"privacy": "public"
|
|
6862
|
+
"kind": "js",
|
|
6863
|
+
"name": "getIconRendererTemplate",
|
|
6864
|
+
"declaration": {
|
|
6865
|
+
"name": "getIconRendererTemplate",
|
|
6866
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6867
|
+
}
|
|
6895
6868
|
},
|
|
6896
6869
|
{
|
|
6897
|
-
"kind": "
|
|
6898
|
-
"name": "
|
|
6899
|
-
"
|
|
6900
|
-
|
|
6870
|
+
"kind": "js",
|
|
6871
|
+
"name": "IconRenderer",
|
|
6872
|
+
"declaration": {
|
|
6873
|
+
"name": "IconRenderer",
|
|
6874
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6875
|
+
}
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
"kind": "js",
|
|
6879
|
+
"name": "foundationIconRenderer",
|
|
6880
|
+
"declaration": {
|
|
6881
|
+
"name": "foundationIconRenderer",
|
|
6882
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6883
|
+
}
|
|
6901
6884
|
}
|
|
6902
|
-
]
|
|
6885
|
+
]
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"kind": "javascript-module",
|
|
6889
|
+
"path": "src/cell-renderers/index.ts",
|
|
6890
|
+
"declarations": [],
|
|
6903
6891
|
"exports": [
|
|
6904
6892
|
{
|
|
6905
6893
|
"kind": "js",
|
|
6906
|
-
"name": "
|
|
6894
|
+
"name": "*",
|
|
6907
6895
|
"declaration": {
|
|
6908
|
-
"name": "
|
|
6909
|
-
"
|
|
6896
|
+
"name": "*",
|
|
6897
|
+
"package": "./action.renderer"
|
|
6910
6898
|
}
|
|
6911
6899
|
},
|
|
6912
6900
|
{
|
|
6913
6901
|
"kind": "js",
|
|
6914
|
-
"name": "
|
|
6902
|
+
"name": "*",
|
|
6915
6903
|
"declaration": {
|
|
6916
|
-
"name": "
|
|
6917
|
-
"
|
|
6904
|
+
"name": "*",
|
|
6905
|
+
"package": "./actions-menu.renderer"
|
|
6918
6906
|
}
|
|
6919
6907
|
},
|
|
6920
6908
|
{
|
|
6921
6909
|
"kind": "js",
|
|
6922
|
-
"name": "
|
|
6910
|
+
"name": "*",
|
|
6923
6911
|
"declaration": {
|
|
6924
|
-
"name": "
|
|
6925
|
-
"
|
|
6912
|
+
"name": "*",
|
|
6913
|
+
"package": "./boolean.renderer"
|
|
6926
6914
|
}
|
|
6927
6915
|
},
|
|
6928
6916
|
{
|
|
6929
6917
|
"kind": "js",
|
|
6930
|
-
"name": "
|
|
6918
|
+
"name": "*",
|
|
6931
6919
|
"declaration": {
|
|
6932
|
-
"name": "
|
|
6933
|
-
"
|
|
6920
|
+
"name": "*",
|
|
6921
|
+
"package": "./editable.renderer"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"kind": "js",
|
|
6926
|
+
"name": "*",
|
|
6927
|
+
"declaration": {
|
|
6928
|
+
"name": "*",
|
|
6929
|
+
"package": "./icon.renderer"
|
|
6930
|
+
}
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"kind": "js",
|
|
6934
|
+
"name": "*",
|
|
6935
|
+
"declaration": {
|
|
6936
|
+
"name": "*",
|
|
6937
|
+
"package": "./text.renderer"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6940
|
+
{
|
|
6941
|
+
"kind": "js",
|
|
6942
|
+
"name": "*",
|
|
6943
|
+
"declaration": {
|
|
6944
|
+
"name": "*",
|
|
6945
|
+
"package": "./text-field.renderer"
|
|
6946
|
+
}
|
|
6947
|
+
},
|
|
6948
|
+
{
|
|
6949
|
+
"kind": "js",
|
|
6950
|
+
"name": "*",
|
|
6951
|
+
"declaration": {
|
|
6952
|
+
"name": "*",
|
|
6953
|
+
"package": "./status-pill.renderer"
|
|
6954
|
+
}
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"kind": "js",
|
|
6958
|
+
"name": "*",
|
|
6959
|
+
"declaration": {
|
|
6960
|
+
"name": "*",
|
|
6961
|
+
"package": "./select.renderer"
|
|
6934
6962
|
}
|
|
6935
6963
|
}
|
|
6936
6964
|
]
|
|
6937
6965
|
},
|
|
6938
6966
|
{
|
|
6939
6967
|
"kind": "javascript-module",
|
|
6940
|
-
"path": "src/cell-renderers/
|
|
6968
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6941
6969
|
"declarations": [
|
|
6942
|
-
{
|
|
6943
|
-
"kind": "variable",
|
|
6944
|
-
"name": "agStatusPillRendererStyles",
|
|
6945
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6946
|
-
"description": "The Status Pill Renderer Styles.",
|
|
6947
|
-
"privacy": "public"
|
|
6948
|
-
},
|
|
6949
|
-
{
|
|
6950
|
-
"kind": "function",
|
|
6951
|
-
"name": "getStatusPillRendererTemplate",
|
|
6952
|
-
"parameters": [
|
|
6953
|
-
{
|
|
6954
|
-
"name": "designSystem",
|
|
6955
|
-
"default": "'rapid'",
|
|
6956
|
-
"type": {
|
|
6957
|
-
"text": "string"
|
|
6958
|
-
},
|
|
6959
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6960
|
-
}
|
|
6961
|
-
],
|
|
6962
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6963
|
-
"return": {
|
|
6964
|
-
"type": {
|
|
6965
|
-
"text": ""
|
|
6966
|
-
}
|
|
6967
|
-
},
|
|
6968
|
-
"privacy": "public"
|
|
6969
|
-
},
|
|
6970
6970
|
{
|
|
6971
6971
|
"kind": "class",
|
|
6972
|
-
"description": "The AG
|
|
6973
|
-
"name": "
|
|
6972
|
+
"description": "The AG Select Renderer element.",
|
|
6973
|
+
"name": "SelectRenderer",
|
|
6974
6974
|
"members": [
|
|
6975
6975
|
{
|
|
6976
6976
|
"kind": "field",
|
|
6977
6977
|
"name": "params",
|
|
6978
6978
|
"type": {
|
|
6979
|
-
"text": "
|
|
6980
|
-
}
|
|
6979
|
+
"text": "SelectCellRendererParams"
|
|
6980
|
+
},
|
|
6981
|
+
"privacy": "public"
|
|
6982
|
+
},
|
|
6983
|
+
{
|
|
6984
|
+
"kind": "field",
|
|
6985
|
+
"name": "value",
|
|
6986
|
+
"type": {
|
|
6987
|
+
"text": "string"
|
|
6988
|
+
},
|
|
6989
|
+
"privacy": "public"
|
|
6981
6990
|
},
|
|
6982
6991
|
{
|
|
6983
6992
|
"kind": "method",
|
|
6984
6993
|
"name": "init",
|
|
6994
|
+
"privacy": "public",
|
|
6985
6995
|
"parameters": [
|
|
6986
6996
|
{
|
|
6987
6997
|
"name": "params",
|
|
6988
6998
|
"type": {
|
|
6989
|
-
"text": "
|
|
6999
|
+
"text": "SelectCellRendererParams"
|
|
6990
7000
|
}
|
|
6991
7001
|
}
|
|
6992
7002
|
]
|
|
6993
7003
|
},
|
|
6994
7004
|
{
|
|
6995
7005
|
"kind": "method",
|
|
6996
|
-
"name": "getGui"
|
|
7006
|
+
"name": "getGui",
|
|
7007
|
+
"privacy": "public",
|
|
7008
|
+
"return": {
|
|
7009
|
+
"type": {
|
|
7010
|
+
"text": "HTMLElement"
|
|
7011
|
+
}
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
{
|
|
7015
|
+
"kind": "method",
|
|
7016
|
+
"name": "destroy",
|
|
7017
|
+
"privacy": "public",
|
|
7018
|
+
"return": {
|
|
7019
|
+
"type": {
|
|
7020
|
+
"text": "void"
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
6997
7023
|
},
|
|
6998
7024
|
{
|
|
6999
7025
|
"kind": "method",
|
|
7000
7026
|
"name": "refresh",
|
|
7027
|
+
"privacy": "public",
|
|
7028
|
+
"return": {
|
|
7029
|
+
"type": {
|
|
7030
|
+
"text": "boolean"
|
|
7031
|
+
}
|
|
7032
|
+
},
|
|
7001
7033
|
"parameters": [
|
|
7002
7034
|
{
|
|
7003
|
-
"name": "params"
|
|
7035
|
+
"name": "params",
|
|
7036
|
+
"type": {
|
|
7037
|
+
"text": "SelectCellRendererParams"
|
|
7038
|
+
}
|
|
7004
7039
|
}
|
|
7005
7040
|
]
|
|
7006
7041
|
},
|
|
7042
|
+
{
|
|
7043
|
+
"kind": "field",
|
|
7044
|
+
"name": "selectionChanged",
|
|
7045
|
+
"privacy": "public"
|
|
7046
|
+
},
|
|
7007
7047
|
{
|
|
7008
7048
|
"kind": "method",
|
|
7009
|
-
"name": "
|
|
7049
|
+
"name": "isDisabled",
|
|
7050
|
+
"privacy": "public",
|
|
7010
7051
|
"return": {
|
|
7011
7052
|
"type": {
|
|
7012
|
-
"text": "
|
|
7053
|
+
"text": "boolean"
|
|
7013
7054
|
}
|
|
7014
|
-
}
|
|
7055
|
+
},
|
|
7056
|
+
"parameters": [
|
|
7057
|
+
{
|
|
7058
|
+
"name": "data"
|
|
7059
|
+
}
|
|
7060
|
+
]
|
|
7015
7061
|
},
|
|
7016
7062
|
{
|
|
7017
7063
|
"kind": "field",
|
|
@@ -7129,152 +7175,157 @@
|
|
|
7129
7175
|
"name": "FoundationElement",
|
|
7130
7176
|
"package": "@microsoft/fast-foundation"
|
|
7131
7177
|
},
|
|
7132
|
-
"tagName": "%%prefix%%-
|
|
7178
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
7133
7179
|
"customElement": true
|
|
7134
7180
|
},
|
|
7135
7181
|
{
|
|
7136
7182
|
"kind": "variable",
|
|
7137
|
-
"name": "
|
|
7138
|
-
"
|
|
7183
|
+
"name": "agSelectRendererStyles",
|
|
7184
|
+
"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`",
|
|
7185
|
+
"description": "The AG Select Renderer Styles.",
|
|
7186
|
+
"privacy": "public"
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"kind": "function",
|
|
7190
|
+
"name": "getSelectRendererTemplate",
|
|
7191
|
+
"parameters": [
|
|
7192
|
+
{
|
|
7193
|
+
"name": "designSystem",
|
|
7194
|
+
"default": "'foundation'",
|
|
7195
|
+
"type": {
|
|
7196
|
+
"text": "string"
|
|
7197
|
+
},
|
|
7198
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7199
|
+
}
|
|
7200
|
+
],
|
|
7201
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7202
|
+
"return": {
|
|
7203
|
+
"type": {
|
|
7204
|
+
"text": ""
|
|
7205
|
+
}
|
|
7206
|
+
},
|
|
7207
|
+
"privacy": "public"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"kind": "variable",
|
|
7211
|
+
"name": "foundationAgSelectRenderer",
|
|
7212
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7139
7213
|
"privacy": "public"
|
|
7140
7214
|
}
|
|
7141
7215
|
],
|
|
7142
7216
|
"exports": [
|
|
7143
7217
|
{
|
|
7144
7218
|
"kind": "js",
|
|
7145
|
-
"name": "
|
|
7219
|
+
"name": "SelectRenderer",
|
|
7146
7220
|
"declaration": {
|
|
7147
|
-
"name": "
|
|
7148
|
-
"module": "src/cell-renderers/
|
|
7221
|
+
"name": "SelectRenderer",
|
|
7222
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7149
7223
|
}
|
|
7150
7224
|
},
|
|
7151
7225
|
{
|
|
7152
7226
|
"kind": "js",
|
|
7153
|
-
"name": "
|
|
7227
|
+
"name": "agSelectRendererStyles",
|
|
7154
7228
|
"declaration": {
|
|
7155
|
-
"name": "
|
|
7156
|
-
"module": "src/cell-renderers/
|
|
7229
|
+
"name": "agSelectRendererStyles",
|
|
7230
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7157
7231
|
}
|
|
7158
7232
|
},
|
|
7159
7233
|
{
|
|
7160
7234
|
"kind": "js",
|
|
7161
|
-
"name": "
|
|
7235
|
+
"name": "getSelectRendererTemplate",
|
|
7162
7236
|
"declaration": {
|
|
7163
|
-
"name": "
|
|
7164
|
-
"module": "src/cell-renderers/
|
|
7237
|
+
"name": "getSelectRendererTemplate",
|
|
7238
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7165
7239
|
}
|
|
7166
7240
|
},
|
|
7167
7241
|
{
|
|
7168
7242
|
"kind": "js",
|
|
7169
|
-
"name": "
|
|
7243
|
+
"name": "foundationAgSelectRenderer",
|
|
7170
7244
|
"declaration": {
|
|
7171
|
-
"name": "
|
|
7172
|
-
"module": "src/cell-renderers/
|
|
7245
|
+
"name": "foundationAgSelectRenderer",
|
|
7246
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7173
7247
|
}
|
|
7174
7248
|
}
|
|
7175
7249
|
]
|
|
7176
7250
|
},
|
|
7177
7251
|
{
|
|
7178
7252
|
"kind": "javascript-module",
|
|
7179
|
-
"path": "src/cell-renderers/
|
|
7253
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
7180
7254
|
"declarations": [
|
|
7181
7255
|
{
|
|
7182
|
-
"kind": "
|
|
7183
|
-
"
|
|
7184
|
-
"
|
|
7185
|
-
"
|
|
7186
|
-
|
|
7187
|
-
|
|
7188
|
-
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
"privacy": "public"
|
|
7193
|
-
},
|
|
7256
|
+
"kind": "variable",
|
|
7257
|
+
"name": "agStatusPillRendererStyles",
|
|
7258
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
7259
|
+
"description": "The Status Pill Renderer Styles.",
|
|
7260
|
+
"privacy": "public"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"kind": "function",
|
|
7264
|
+
"name": "getStatusPillRendererTemplate",
|
|
7265
|
+
"parameters": [
|
|
7194
7266
|
{
|
|
7195
|
-
"
|
|
7196
|
-
"
|
|
7267
|
+
"name": "designSystem",
|
|
7268
|
+
"default": "'rapid'",
|
|
7197
7269
|
"type": {
|
|
7198
7270
|
"text": "string"
|
|
7199
7271
|
},
|
|
7200
|
-
"
|
|
7201
|
-
}
|
|
7272
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7273
|
+
}
|
|
7274
|
+
],
|
|
7275
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
7276
|
+
"return": {
|
|
7277
|
+
"type": {
|
|
7278
|
+
"text": ""
|
|
7279
|
+
}
|
|
7280
|
+
},
|
|
7281
|
+
"privacy": "public"
|
|
7282
|
+
},
|
|
7283
|
+
{
|
|
7284
|
+
"kind": "class",
|
|
7285
|
+
"description": "The AG Status Pill Renderer element.",
|
|
7286
|
+
"name": "StatusPillRenderer",
|
|
7287
|
+
"members": [
|
|
7202
7288
|
{
|
|
7203
7289
|
"kind": "field",
|
|
7204
7290
|
"name": "params",
|
|
7205
7291
|
"type": {
|
|
7206
|
-
"text": "
|
|
7207
|
-
}
|
|
7208
|
-
"privacy": "public"
|
|
7292
|
+
"text": "StatusPillRendererParams"
|
|
7293
|
+
}
|
|
7209
7294
|
},
|
|
7210
7295
|
{
|
|
7211
7296
|
"kind": "method",
|
|
7212
7297
|
"name": "init",
|
|
7213
|
-
"privacy": "public",
|
|
7214
7298
|
"parameters": [
|
|
7215
7299
|
{
|
|
7216
7300
|
"name": "params",
|
|
7217
7301
|
"type": {
|
|
7218
|
-
"text": "
|
|
7302
|
+
"text": "StatusPillRendererParams"
|
|
7219
7303
|
}
|
|
7220
7304
|
}
|
|
7221
7305
|
]
|
|
7222
7306
|
},
|
|
7223
7307
|
{
|
|
7224
7308
|
"kind": "method",
|
|
7225
|
-
"name": "getGui"
|
|
7226
|
-
"privacy": "public",
|
|
7227
|
-
"return": {
|
|
7228
|
-
"type": {
|
|
7229
|
-
"text": "HTMLElement"
|
|
7230
|
-
}
|
|
7231
|
-
}
|
|
7232
|
-
},
|
|
7233
|
-
{
|
|
7234
|
-
"kind": "method",
|
|
7235
|
-
"name": "destroy",
|
|
7236
|
-
"privacy": "public"
|
|
7309
|
+
"name": "getGui"
|
|
7237
7310
|
},
|
|
7238
7311
|
{
|
|
7239
7312
|
"kind": "method",
|
|
7240
7313
|
"name": "refresh",
|
|
7241
|
-
"privacy": "public",
|
|
7242
7314
|
"parameters": [
|
|
7243
|
-
{
|
|
7244
|
-
"name": "params"
|
|
7245
|
-
"type": {
|
|
7246
|
-
"text": "FuiCellRendererParams"
|
|
7247
|
-
}
|
|
7248
|
-
}
|
|
7249
|
-
]
|
|
7250
|
-
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "method",
|
|
7253
|
-
"name": "isDisabled",
|
|
7254
|
-
"privacy": "public",
|
|
7255
|
-
"return": {
|
|
7256
|
-
"type": {
|
|
7257
|
-
"text": "boolean"
|
|
7258
|
-
}
|
|
7259
|
-
},
|
|
7260
|
-
"parameters": [
|
|
7261
|
-
{
|
|
7262
|
-
"name": "data"
|
|
7263
|
-
}
|
|
7264
|
-
]
|
|
7265
|
-
},
|
|
7266
|
-
{
|
|
7267
|
-
"kind": "field",
|
|
7268
|
-
"name": "textChanged",
|
|
7269
|
-
"privacy": "public",
|
|
7270
|
-
"description": "On text change handler",
|
|
7271
|
-
"parameters": [
|
|
7272
|
-
{
|
|
7273
|
-
"description": "CustomEvent",
|
|
7274
|
-
"name": "e"
|
|
7315
|
+
{
|
|
7316
|
+
"name": "params"
|
|
7275
7317
|
}
|
|
7276
7318
|
]
|
|
7277
7319
|
},
|
|
7320
|
+
{
|
|
7321
|
+
"kind": "method",
|
|
7322
|
+
"name": "destroy",
|
|
7323
|
+
"return": {
|
|
7324
|
+
"type": {
|
|
7325
|
+
"text": "void"
|
|
7326
|
+
}
|
|
7327
|
+
}
|
|
7328
|
+
},
|
|
7278
7329
|
{
|
|
7279
7330
|
"kind": "field",
|
|
7280
7331
|
"name": "_presentation",
|
|
@@ -7391,91 +7442,59 @@
|
|
|
7391
7442
|
"name": "FoundationElement",
|
|
7392
7443
|
"package": "@microsoft/fast-foundation"
|
|
7393
7444
|
},
|
|
7394
|
-
"tagName": "%%prefix%%-
|
|
7445
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7395
7446
|
"customElement": true
|
|
7396
7447
|
},
|
|
7397
7448
|
{
|
|
7398
7449
|
"kind": "variable",
|
|
7399
|
-
"name": "
|
|
7400
|
-
"
|
|
7401
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
7402
|
-
"privacy": "public"
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"kind": "function",
|
|
7406
|
-
"name": "getTextFieldRendererTemplate",
|
|
7407
|
-
"parameters": [
|
|
7408
|
-
{
|
|
7409
|
-
"name": "designSystem",
|
|
7410
|
-
"default": "'foundation'",
|
|
7411
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7412
|
-
}
|
|
7413
|
-
],
|
|
7414
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7415
|
-
"return": {
|
|
7416
|
-
"type": {
|
|
7417
|
-
"text": ""
|
|
7418
|
-
}
|
|
7419
|
-
},
|
|
7420
|
-
"privacy": "public"
|
|
7421
|
-
},
|
|
7422
|
-
{
|
|
7423
|
-
"kind": "variable",
|
|
7424
|
-
"name": "foundationAgTextFieldRenderer",
|
|
7425
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7450
|
+
"name": "foundationStatusPillRenderer",
|
|
7451
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7426
7452
|
"privacy": "public"
|
|
7427
7453
|
}
|
|
7428
7454
|
],
|
|
7429
7455
|
"exports": [
|
|
7430
7456
|
{
|
|
7431
7457
|
"kind": "js",
|
|
7432
|
-
"name": "
|
|
7458
|
+
"name": "agStatusPillRendererStyles",
|
|
7433
7459
|
"declaration": {
|
|
7434
|
-
"name": "
|
|
7435
|
-
"module": "src/cell-renderers/
|
|
7460
|
+
"name": "agStatusPillRendererStyles",
|
|
7461
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7436
7462
|
}
|
|
7437
7463
|
},
|
|
7438
7464
|
{
|
|
7439
7465
|
"kind": "js",
|
|
7440
|
-
"name": "
|
|
7466
|
+
"name": "getStatusPillRendererTemplate",
|
|
7441
7467
|
"declaration": {
|
|
7442
|
-
"name": "
|
|
7443
|
-
"module": "src/cell-renderers/
|
|
7468
|
+
"name": "getStatusPillRendererTemplate",
|
|
7469
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7444
7470
|
}
|
|
7445
7471
|
},
|
|
7446
7472
|
{
|
|
7447
7473
|
"kind": "js",
|
|
7448
|
-
"name": "
|
|
7474
|
+
"name": "StatusPillRenderer",
|
|
7449
7475
|
"declaration": {
|
|
7450
|
-
"name": "
|
|
7451
|
-
"module": "src/cell-renderers/
|
|
7476
|
+
"name": "StatusPillRenderer",
|
|
7477
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7452
7478
|
}
|
|
7453
7479
|
},
|
|
7454
7480
|
{
|
|
7455
7481
|
"kind": "js",
|
|
7456
|
-
"name": "
|
|
7482
|
+
"name": "foundationStatusPillRenderer",
|
|
7457
7483
|
"declaration": {
|
|
7458
|
-
"name": "
|
|
7459
|
-
"module": "src/cell-renderers/
|
|
7484
|
+
"name": "foundationStatusPillRenderer",
|
|
7485
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7460
7486
|
}
|
|
7461
7487
|
}
|
|
7462
7488
|
]
|
|
7463
7489
|
},
|
|
7464
7490
|
{
|
|
7465
7491
|
"kind": "javascript-module",
|
|
7466
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7492
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7467
7493
|
"declarations": [
|
|
7468
7494
|
{
|
|
7469
7495
|
"kind": "class",
|
|
7470
|
-
"description": "",
|
|
7471
|
-
"name": "
|
|
7472
|
-
"superclass": {
|
|
7473
|
-
"name": "AgTextFieldRenderer",
|
|
7474
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7475
|
-
},
|
|
7476
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7477
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7478
|
-
"customElement": true,
|
|
7496
|
+
"description": "The AG Text Field Renderer element.",
|
|
7497
|
+
"name": "AgTextFieldRenderer",
|
|
7479
7498
|
"members": [
|
|
7480
7499
|
{
|
|
7481
7500
|
"kind": "field",
|
|
@@ -7483,11 +7502,7 @@
|
|
|
7483
7502
|
"type": {
|
|
7484
7503
|
"text": "TextField"
|
|
7485
7504
|
},
|
|
7486
|
-
"privacy": "public"
|
|
7487
|
-
"inheritedFrom": {
|
|
7488
|
-
"name": "AgTextFieldRenderer",
|
|
7489
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7490
|
-
}
|
|
7505
|
+
"privacy": "public"
|
|
7491
7506
|
},
|
|
7492
7507
|
{
|
|
7493
7508
|
"kind": "field",
|
|
@@ -7495,11 +7510,7 @@
|
|
|
7495
7510
|
"type": {
|
|
7496
7511
|
"text": "string"
|
|
7497
7512
|
},
|
|
7498
|
-
"default": "''"
|
|
7499
|
-
"inheritedFrom": {
|
|
7500
|
-
"name": "AgTextFieldRenderer",
|
|
7501
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7502
|
-
}
|
|
7513
|
+
"default": "''"
|
|
7503
7514
|
},
|
|
7504
7515
|
{
|
|
7505
7516
|
"kind": "field",
|
|
@@ -7507,11 +7518,7 @@
|
|
|
7507
7518
|
"type": {
|
|
7508
7519
|
"text": "FuiCellRendererParams"
|
|
7509
7520
|
},
|
|
7510
|
-
"privacy": "public"
|
|
7511
|
-
"inheritedFrom": {
|
|
7512
|
-
"name": "AgTextFieldRenderer",
|
|
7513
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7514
|
-
}
|
|
7521
|
+
"privacy": "public"
|
|
7515
7522
|
},
|
|
7516
7523
|
{
|
|
7517
7524
|
"kind": "method",
|
|
@@ -7524,11 +7531,7 @@
|
|
|
7524
7531
|
"text": "FuiCellRendererParams"
|
|
7525
7532
|
}
|
|
7526
7533
|
}
|
|
7527
|
-
]
|
|
7528
|
-
"inheritedFrom": {
|
|
7529
|
-
"name": "AgTextFieldRenderer",
|
|
7530
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
-
}
|
|
7534
|
+
]
|
|
7532
7535
|
},
|
|
7533
7536
|
{
|
|
7534
7537
|
"kind": "method",
|
|
@@ -7538,20 +7541,12 @@
|
|
|
7538
7541
|
"type": {
|
|
7539
7542
|
"text": "HTMLElement"
|
|
7540
7543
|
}
|
|
7541
|
-
},
|
|
7542
|
-
"inheritedFrom": {
|
|
7543
|
-
"name": "AgTextFieldRenderer",
|
|
7544
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
7544
|
}
|
|
7546
7545
|
},
|
|
7547
7546
|
{
|
|
7548
7547
|
"kind": "method",
|
|
7549
7548
|
"name": "destroy",
|
|
7550
|
-
"privacy": "public"
|
|
7551
|
-
"inheritedFrom": {
|
|
7552
|
-
"name": "AgTextFieldRenderer",
|
|
7553
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7554
|
-
}
|
|
7549
|
+
"privacy": "public"
|
|
7555
7550
|
},
|
|
7556
7551
|
{
|
|
7557
7552
|
"kind": "method",
|
|
@@ -7564,11 +7559,7 @@
|
|
|
7564
7559
|
"text": "FuiCellRendererParams"
|
|
7565
7560
|
}
|
|
7566
7561
|
}
|
|
7567
|
-
]
|
|
7568
|
-
"inheritedFrom": {
|
|
7569
|
-
"name": "AgTextFieldRenderer",
|
|
7570
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7571
|
-
}
|
|
7562
|
+
]
|
|
7572
7563
|
},
|
|
7573
7564
|
{
|
|
7574
7565
|
"kind": "method",
|
|
@@ -7583,11 +7574,7 @@
|
|
|
7583
7574
|
{
|
|
7584
7575
|
"name": "data"
|
|
7585
7576
|
}
|
|
7586
|
-
]
|
|
7587
|
-
"inheritedFrom": {
|
|
7588
|
-
"name": "AgTextFieldRenderer",
|
|
7589
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
|
-
}
|
|
7577
|
+
]
|
|
7591
7578
|
},
|
|
7592
7579
|
{
|
|
7593
7580
|
"kind": "field",
|
|
@@ -7599,11 +7586,7 @@
|
|
|
7599
7586
|
"description": "CustomEvent",
|
|
7600
7587
|
"name": "e"
|
|
7601
7588
|
}
|
|
7602
|
-
]
|
|
7603
|
-
"inheritedFrom": {
|
|
7604
|
-
"name": "AgTextFieldRenderer",
|
|
7605
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
-
}
|
|
7589
|
+
]
|
|
7607
7590
|
},
|
|
7608
7591
|
{
|
|
7609
7592
|
"kind": "field",
|
|
@@ -7716,184 +7699,194 @@
|
|
|
7716
7699
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7717
7700
|
}
|
|
7718
7701
|
}
|
|
7719
|
-
]
|
|
7702
|
+
],
|
|
7703
|
+
"superclass": {
|
|
7704
|
+
"name": "FoundationElement",
|
|
7705
|
+
"package": "@microsoft/fast-foundation"
|
|
7706
|
+
},
|
|
7707
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7708
|
+
"customElement": true
|
|
7720
7709
|
},
|
|
7721
7710
|
{
|
|
7722
7711
|
"kind": "variable",
|
|
7723
|
-
"name": "
|
|
7724
|
-
"default": "
|
|
7725
|
-
"
|
|
7726
|
-
"
|
|
7712
|
+
"name": "textFieldRendererStyles",
|
|
7713
|
+
"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`",
|
|
7714
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7715
|
+
"privacy": "public"
|
|
7727
7716
|
},
|
|
7728
7717
|
{
|
|
7729
|
-
"kind": "
|
|
7730
|
-
"name": "
|
|
7731
|
-
"
|
|
7732
|
-
|
|
7733
|
-
|
|
7718
|
+
"kind": "function",
|
|
7719
|
+
"name": "getTextFieldRendererTemplate",
|
|
7720
|
+
"parameters": [
|
|
7721
|
+
{
|
|
7722
|
+
"name": "designSystem",
|
|
7723
|
+
"default": "'foundation'",
|
|
7724
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7725
|
+
}
|
|
7726
|
+
],
|
|
7727
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7728
|
+
"return": {
|
|
7729
|
+
"type": {
|
|
7730
|
+
"text": ""
|
|
7731
|
+
}
|
|
7732
|
+
},
|
|
7733
|
+
"privacy": "public"
|
|
7734
7734
|
},
|
|
7735
7735
|
{
|
|
7736
7736
|
"kind": "variable",
|
|
7737
|
-
"name": "
|
|
7738
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
-
"privacy": "public"
|
|
7740
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7737
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7738
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
+
"privacy": "public"
|
|
7741
7740
|
}
|
|
7742
7741
|
],
|
|
7743
7742
|
"exports": [
|
|
7744
7743
|
{
|
|
7745
7744
|
"kind": "js",
|
|
7746
|
-
"name": "
|
|
7745
|
+
"name": "AgTextFieldRenderer",
|
|
7747
7746
|
"declaration": {
|
|
7748
|
-
"name": "
|
|
7749
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7747
|
+
"name": "AgTextFieldRenderer",
|
|
7748
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7750
7749
|
}
|
|
7751
7750
|
},
|
|
7752
7751
|
{
|
|
7753
7752
|
"kind": "js",
|
|
7754
|
-
"name": "
|
|
7753
|
+
"name": "textFieldRendererStyles",
|
|
7755
7754
|
"declaration": {
|
|
7756
|
-
"name": "
|
|
7757
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7755
|
+
"name": "textFieldRendererStyles",
|
|
7756
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7758
7757
|
}
|
|
7759
7758
|
},
|
|
7760
7759
|
{
|
|
7761
7760
|
"kind": "js",
|
|
7762
|
-
"name": "
|
|
7761
|
+
"name": "getTextFieldRendererTemplate",
|
|
7763
7762
|
"declaration": {
|
|
7764
|
-
"name": "
|
|
7765
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7763
|
+
"name": "getTextFieldRendererTemplate",
|
|
7764
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7766
7765
|
}
|
|
7767
7766
|
},
|
|
7768
7767
|
{
|
|
7769
7768
|
"kind": "js",
|
|
7770
|
-
"name": "
|
|
7771
|
-
"declaration": {
|
|
7772
|
-
"name": "foundationAgTextRenderer",
|
|
7773
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7774
|
-
}
|
|
7775
|
-
}
|
|
7776
|
-
]
|
|
7777
|
-
},
|
|
7778
|
-
{
|
|
7779
|
-
"kind": "javascript-module",
|
|
7780
|
-
"path": "src/column/column.template.ts",
|
|
7781
|
-
"declarations": [
|
|
7782
|
-
{
|
|
7783
|
-
"kind": "variable",
|
|
7784
|
-
"name": "ColumnTemplate",
|
|
7785
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7786
|
-
"description": "The Grid Pro Column Template.",
|
|
7787
|
-
"privacy": "public"
|
|
7788
|
-
}
|
|
7789
|
-
],
|
|
7790
|
-
"exports": [
|
|
7791
|
-
{
|
|
7792
|
-
"kind": "js",
|
|
7793
|
-
"name": "ColumnTemplate",
|
|
7769
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7794
7770
|
"declaration": {
|
|
7795
|
-
"name": "
|
|
7796
|
-
"module": "src/
|
|
7771
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7772
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7797
7773
|
}
|
|
7798
7774
|
}
|
|
7799
7775
|
]
|
|
7800
7776
|
},
|
|
7801
7777
|
{
|
|
7802
7778
|
"kind": "javascript-module",
|
|
7803
|
-
"path": "src/
|
|
7779
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7804
7780
|
"declarations": [
|
|
7805
7781
|
{
|
|
7806
7782
|
"kind": "class",
|
|
7807
|
-
"description": "
|
|
7808
|
-
"name": "
|
|
7783
|
+
"description": "",
|
|
7784
|
+
"name": "AgTextRenderer",
|
|
7785
|
+
"superclass": {
|
|
7786
|
+
"name": "AgTextFieldRenderer",
|
|
7787
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7788
|
+
},
|
|
7789
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7790
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7791
|
+
"customElement": true,
|
|
7809
7792
|
"members": [
|
|
7810
7793
|
{
|
|
7811
7794
|
"kind": "field",
|
|
7812
|
-
"name": "
|
|
7795
|
+
"name": "textField",
|
|
7813
7796
|
"type": {
|
|
7814
|
-
"text": "
|
|
7797
|
+
"text": "TextField"
|
|
7815
7798
|
},
|
|
7816
|
-
"privacy": "public"
|
|
7799
|
+
"privacy": "public",
|
|
7800
|
+
"inheritedFrom": {
|
|
7801
|
+
"name": "AgTextFieldRenderer",
|
|
7802
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7803
|
+
}
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "field",
|
|
7807
|
+
"name": "textValue",
|
|
7808
|
+
"type": {
|
|
7809
|
+
"text": "string"
|
|
7810
|
+
},
|
|
7811
|
+
"default": "''",
|
|
7812
|
+
"inheritedFrom": {
|
|
7813
|
+
"name": "AgTextFieldRenderer",
|
|
7814
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7815
|
+
}
|
|
7817
7816
|
},
|
|
7818
7817
|
{
|
|
7819
7818
|
"kind": "field",
|
|
7820
|
-
"name": "
|
|
7819
|
+
"name": "params",
|
|
7821
7820
|
"type": {
|
|
7822
|
-
"text": "
|
|
7823
|
-
},
|
|
7824
|
-
"default": "{}"
|
|
7825
|
-
},
|
|
7826
|
-
{
|
|
7827
|
-
"kind": "method",
|
|
7828
|
-
"name": "slottedAgCellChanged",
|
|
7829
|
-
"privacy": "public"
|
|
7830
|
-
},
|
|
7831
|
-
{
|
|
7832
|
-
"kind": "method",
|
|
7833
|
-
"name": "deepClone",
|
|
7834
|
-
"return": {
|
|
7835
|
-
"type": {
|
|
7836
|
-
"text": "Node"
|
|
7837
|
-
}
|
|
7821
|
+
"text": "FuiCellRendererParams"
|
|
7838
7822
|
},
|
|
7823
|
+
"privacy": "public",
|
|
7839
7824
|
"inheritedFrom": {
|
|
7840
|
-
"name": "
|
|
7841
|
-
"module": "src/
|
|
7825
|
+
"name": "AgTextFieldRenderer",
|
|
7826
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7842
7827
|
}
|
|
7843
7828
|
},
|
|
7844
7829
|
{
|
|
7845
7830
|
"kind": "method",
|
|
7846
|
-
"name": "
|
|
7847
|
-
"
|
|
7848
|
-
"type": {
|
|
7849
|
-
"text": "Node"
|
|
7850
|
-
}
|
|
7851
|
-
},
|
|
7831
|
+
"name": "init",
|
|
7832
|
+
"privacy": "public",
|
|
7852
7833
|
"parameters": [
|
|
7853
7834
|
{
|
|
7854
|
-
"name": "
|
|
7855
|
-
"optional": true,
|
|
7835
|
+
"name": "params",
|
|
7856
7836
|
"type": {
|
|
7857
|
-
"text": "
|
|
7837
|
+
"text": "FuiCellRendererParams"
|
|
7858
7838
|
}
|
|
7859
7839
|
}
|
|
7860
7840
|
],
|
|
7861
7841
|
"inheritedFrom": {
|
|
7862
|
-
"name": "
|
|
7863
|
-
"module": "src/
|
|
7842
|
+
"name": "AgTextFieldRenderer",
|
|
7843
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7864
7844
|
}
|
|
7865
7845
|
},
|
|
7866
7846
|
{
|
|
7867
|
-
"kind": "
|
|
7868
|
-
"name": "
|
|
7847
|
+
"kind": "method",
|
|
7848
|
+
"name": "getGui",
|
|
7849
|
+
"privacy": "public",
|
|
7869
7850
|
"return": {
|
|
7870
7851
|
"type": {
|
|
7871
|
-
"text": ""
|
|
7852
|
+
"text": "HTMLElement"
|
|
7872
7853
|
}
|
|
7873
7854
|
},
|
|
7874
|
-
"readonly": true,
|
|
7875
7855
|
"inheritedFrom": {
|
|
7876
|
-
"name": "
|
|
7877
|
-
"module": "src/
|
|
7856
|
+
"name": "AgTextFieldRenderer",
|
|
7857
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7878
7858
|
}
|
|
7879
7859
|
},
|
|
7880
7860
|
{
|
|
7881
|
-
"kind": "
|
|
7882
|
-
"name": "
|
|
7883
|
-
"
|
|
7884
|
-
|
|
7885
|
-
|
|
7861
|
+
"kind": "method",
|
|
7862
|
+
"name": "destroy",
|
|
7863
|
+
"privacy": "public",
|
|
7864
|
+
"inheritedFrom": {
|
|
7865
|
+
"name": "AgTextFieldRenderer",
|
|
7866
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
7869
|
+
{
|
|
7870
|
+
"kind": "method",
|
|
7871
|
+
"name": "refresh",
|
|
7872
|
+
"privacy": "public",
|
|
7873
|
+
"parameters": [
|
|
7874
|
+
{
|
|
7875
|
+
"name": "params",
|
|
7876
|
+
"type": {
|
|
7877
|
+
"text": "FuiCellRendererParams"
|
|
7878
|
+
}
|
|
7886
7879
|
}
|
|
7887
|
-
|
|
7888
|
-
"readonly": true,
|
|
7880
|
+
],
|
|
7889
7881
|
"inheritedFrom": {
|
|
7890
|
-
"name": "
|
|
7891
|
-
"module": "src/
|
|
7882
|
+
"name": "AgTextFieldRenderer",
|
|
7883
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7892
7884
|
}
|
|
7893
7885
|
},
|
|
7894
7886
|
{
|
|
7895
7887
|
"kind": "method",
|
|
7896
|
-
"name": "
|
|
7888
|
+
"name": "isDisabled",
|
|
7889
|
+
"privacy": "public",
|
|
7897
7890
|
"return": {
|
|
7898
7891
|
"type": {
|
|
7899
7892
|
"text": "boolean"
|
|
@@ -7901,15 +7894,28 @@
|
|
|
7901
7894
|
},
|
|
7902
7895
|
"parameters": [
|
|
7903
7896
|
{
|
|
7904
|
-
"name": "
|
|
7905
|
-
"type": {
|
|
7906
|
-
"text": "Lifecycletype"
|
|
7907
|
-
}
|
|
7897
|
+
"name": "data"
|
|
7908
7898
|
}
|
|
7909
7899
|
],
|
|
7910
7900
|
"inheritedFrom": {
|
|
7911
|
-
"name": "
|
|
7912
|
-
"module": "src/
|
|
7901
|
+
"name": "AgTextFieldRenderer",
|
|
7902
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7903
|
+
}
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"kind": "field",
|
|
7907
|
+
"name": "textChanged",
|
|
7908
|
+
"privacy": "public",
|
|
7909
|
+
"description": "On text change handler",
|
|
7910
|
+
"parameters": [
|
|
7911
|
+
{
|
|
7912
|
+
"description": "CustomEvent",
|
|
7913
|
+
"name": "e"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"inheritedFrom": {
|
|
7917
|
+
"name": "AgTextFieldRenderer",
|
|
7918
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7913
7919
|
}
|
|
7914
7920
|
},
|
|
7915
7921
|
{
|
|
@@ -8023,67 +8029,61 @@
|
|
|
8023
8029
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8024
8030
|
}
|
|
8025
8031
|
}
|
|
8026
|
-
]
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
"
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
"
|
|
8038
|
-
"
|
|
8032
|
+
]
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "variable",
|
|
8036
|
+
"name": "textRendererStyles",
|
|
8037
|
+
"default": "textFieldRendererStyles",
|
|
8038
|
+
"privacy": "public",
|
|
8039
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"kind": "variable",
|
|
8043
|
+
"name": "getTextRendererTemplate",
|
|
8044
|
+
"default": "getTextFieldRendererTemplate",
|
|
8045
|
+
"privacy": "public",
|
|
8046
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"kind": "variable",
|
|
8050
|
+
"name": "foundationAgTextRenderer",
|
|
8051
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8052
|
+
"privacy": "public",
|
|
8053
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8039
8054
|
}
|
|
8040
8055
|
],
|
|
8041
8056
|
"exports": [
|
|
8042
8057
|
{
|
|
8043
8058
|
"kind": "js",
|
|
8044
|
-
"name": "
|
|
8059
|
+
"name": "AgTextRenderer",
|
|
8045
8060
|
"declaration": {
|
|
8046
|
-
"name": "
|
|
8047
|
-
"module": "src/
|
|
8061
|
+
"name": "AgTextRenderer",
|
|
8062
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8048
8063
|
}
|
|
8049
8064
|
},
|
|
8050
|
-
{
|
|
8051
|
-
"kind": "custom-element-definition",
|
|
8052
|
-
"name": "grid-pro-column",
|
|
8053
|
-
"declaration": {
|
|
8054
|
-
"name": "GridProColumn",
|
|
8055
|
-
"module": "src/column/column.ts"
|
|
8056
|
-
}
|
|
8057
|
-
}
|
|
8058
|
-
]
|
|
8059
|
-
},
|
|
8060
|
-
{
|
|
8061
|
-
"kind": "javascript-module",
|
|
8062
|
-
"path": "src/column/index.ts",
|
|
8063
|
-
"declarations": [],
|
|
8064
|
-
"exports": [
|
|
8065
8065
|
{
|
|
8066
8066
|
"kind": "js",
|
|
8067
|
-
"name": "
|
|
8067
|
+
"name": "textRendererStyles",
|
|
8068
8068
|
"declaration": {
|
|
8069
|
-
"name": "
|
|
8070
|
-
"
|
|
8069
|
+
"name": "textRendererStyles",
|
|
8070
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8071
8071
|
}
|
|
8072
8072
|
},
|
|
8073
8073
|
{
|
|
8074
8074
|
"kind": "js",
|
|
8075
|
-
"name": "
|
|
8075
|
+
"name": "getTextRendererTemplate",
|
|
8076
8076
|
"declaration": {
|
|
8077
|
-
"name": "
|
|
8078
|
-
"
|
|
8077
|
+
"name": "getTextRendererTemplate",
|
|
8078
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8079
8079
|
}
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "foundationAgTextRenderer",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "foundationAgTextRenderer",
|
|
8086
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8087
8087
|
}
|
|
8088
8088
|
}
|
|
8089
8089
|
]
|
|
@@ -19947,46 +19947,51 @@
|
|
|
19947
19947
|
},
|
|
19948
19948
|
{
|
|
19949
19949
|
"kind": "javascript-module",
|
|
19950
|
-
"path": "src/
|
|
19950
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19951
19951
|
"declarations": [
|
|
19952
19952
|
{
|
|
19953
19953
|
"kind": "function",
|
|
19954
|
-
"name": "
|
|
19954
|
+
"name": "gridProColumns",
|
|
19955
19955
|
"return": {
|
|
19956
19956
|
"type": {
|
|
19957
|
-
"text": "
|
|
19957
|
+
"text": "CaptureType<TSource>"
|
|
19958
19958
|
}
|
|
19959
19959
|
},
|
|
19960
19960
|
"parameters": [
|
|
19961
19961
|
{
|
|
19962
|
-
"name": "
|
|
19962
|
+
"name": "itemsBinding",
|
|
19963
19963
|
"type": {
|
|
19964
|
-
"text": "
|
|
19965
|
-
}
|
|
19964
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19965
|
+
},
|
|
19966
|
+
"description": "The array to render"
|
|
19966
19967
|
},
|
|
19967
19968
|
{
|
|
19968
|
-
"name": "
|
|
19969
|
+
"name": "includeRenderers",
|
|
19970
|
+
"default": "true",
|
|
19969
19971
|
"type": {
|
|
19970
|
-
"text": "
|
|
19971
|
-
}
|
|
19972
|
+
"text": "boolean"
|
|
19973
|
+
},
|
|
19974
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19972
19975
|
}
|
|
19973
|
-
]
|
|
19976
|
+
],
|
|
19977
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19978
|
+
"privacy": "public"
|
|
19974
19979
|
}
|
|
19975
19980
|
],
|
|
19976
19981
|
"exports": [
|
|
19977
19982
|
{
|
|
19978
19983
|
"kind": "js",
|
|
19979
|
-
"name": "
|
|
19984
|
+
"name": "gridProColumns",
|
|
19980
19985
|
"declaration": {
|
|
19981
|
-
"name": "
|
|
19982
|
-
"module": "src/
|
|
19986
|
+
"name": "gridProColumns",
|
|
19987
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19983
19988
|
}
|
|
19984
19989
|
}
|
|
19985
19990
|
]
|
|
19986
19991
|
},
|
|
19987
19992
|
{
|
|
19988
19993
|
"kind": "javascript-module",
|
|
19989
|
-
"path": "src/
|
|
19994
|
+
"path": "src/column/utils/index.ts",
|
|
19990
19995
|
"declarations": [],
|
|
19991
19996
|
"exports": [
|
|
19992
19997
|
{
|
|
@@ -19994,58 +19999,53 @@
|
|
|
19994
19999
|
"name": "*",
|
|
19995
20000
|
"declaration": {
|
|
19996
20001
|
"name": "*",
|
|
19997
|
-
"package": "./
|
|
20002
|
+
"package": "./grid-pro-columns"
|
|
19998
20003
|
}
|
|
19999
20004
|
}
|
|
20000
20005
|
]
|
|
20001
20006
|
},
|
|
20002
20007
|
{
|
|
20003
20008
|
"kind": "javascript-module",
|
|
20004
|
-
"path": "src/
|
|
20009
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20005
20010
|
"declarations": [
|
|
20006
20011
|
{
|
|
20007
20012
|
"kind": "function",
|
|
20008
|
-
"name": "
|
|
20013
|
+
"name": "setValueWithAccessor",
|
|
20009
20014
|
"return": {
|
|
20010
20015
|
"type": {
|
|
20011
|
-
"text": "
|
|
20016
|
+
"text": "string"
|
|
20012
20017
|
}
|
|
20013
20018
|
},
|
|
20014
20019
|
"parameters": [
|
|
20015
20020
|
{
|
|
20016
|
-
"name": "
|
|
20021
|
+
"name": "data",
|
|
20017
20022
|
"type": {
|
|
20018
|
-
"text": "
|
|
20019
|
-
}
|
|
20020
|
-
"description": "The array to render"
|
|
20023
|
+
"text": "any"
|
|
20024
|
+
}
|
|
20021
20025
|
},
|
|
20022
20026
|
{
|
|
20023
|
-
"name": "
|
|
20024
|
-
"default": "true",
|
|
20027
|
+
"name": "accessor",
|
|
20025
20028
|
"type": {
|
|
20026
|
-
"text": "
|
|
20027
|
-
}
|
|
20028
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20029
|
+
"text": "string"
|
|
20030
|
+
}
|
|
20029
20031
|
}
|
|
20030
|
-
]
|
|
20031
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20032
|
-
"privacy": "public"
|
|
20032
|
+
]
|
|
20033
20033
|
}
|
|
20034
20034
|
],
|
|
20035
20035
|
"exports": [
|
|
20036
20036
|
{
|
|
20037
20037
|
"kind": "js",
|
|
20038
|
-
"name": "
|
|
20038
|
+
"name": "setValueWithAccessor",
|
|
20039
20039
|
"declaration": {
|
|
20040
|
-
"name": "
|
|
20041
|
-
"module": "src/
|
|
20040
|
+
"name": "setValueWithAccessor",
|
|
20041
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20042
20042
|
}
|
|
20043
20043
|
}
|
|
20044
20044
|
]
|
|
20045
20045
|
},
|
|
20046
20046
|
{
|
|
20047
20047
|
"kind": "javascript-module",
|
|
20048
|
-
"path": "src/
|
|
20048
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20049
20049
|
"declarations": [],
|
|
20050
20050
|
"exports": [
|
|
20051
20051
|
{
|
|
@@ -20053,7 +20053,7 @@
|
|
|
20053
20053
|
"name": "*",
|
|
20054
20054
|
"declaration": {
|
|
20055
20055
|
"name": "*",
|
|
20056
|
-
"package": "./
|
|
20056
|
+
"package": "./accessor"
|
|
20057
20057
|
}
|
|
20058
20058
|
}
|
|
20059
20059
|
]
|