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