@genesislcap/grid-pro 14.475.1-alpha-4aed450.0 → 14.475.1-alpha-dba50f9.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.
|
@@ -3541,56 +3541,59 @@
|
|
|
3541
3541
|
},
|
|
3542
3542
|
{
|
|
3543
3543
|
"kind": "javascript-module",
|
|
3544
|
-
"path": "src/cell
|
|
3544
|
+
"path": "src/cell/cell.template.ts",
|
|
3545
|
+
"declarations": [
|
|
3546
|
+
{
|
|
3547
|
+
"kind": "variable",
|
|
3548
|
+
"name": "CellTemplate",
|
|
3549
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3550
|
+
"description": "The Grid Pro Cell Template.",
|
|
3551
|
+
"privacy": "public"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"exports": [
|
|
3555
|
+
{
|
|
3556
|
+
"kind": "js",
|
|
3557
|
+
"name": "CellTemplate",
|
|
3558
|
+
"declaration": {
|
|
3559
|
+
"name": "CellTemplate",
|
|
3560
|
+
"module": "src/cell/cell.template.ts"
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
]
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"kind": "javascript-module",
|
|
3567
|
+
"path": "src/cell/cell.ts",
|
|
3545
3568
|
"declarations": [
|
|
3546
3569
|
{
|
|
3547
3570
|
"kind": "class",
|
|
3548
|
-
"description": "The
|
|
3549
|
-
"name": "
|
|
3571
|
+
"description": "The Grid Pro Cell element.",
|
|
3572
|
+
"name": "GridProCell",
|
|
3550
3573
|
"members": [
|
|
3551
3574
|
{
|
|
3552
3575
|
"kind": "field",
|
|
3553
|
-
"name": "
|
|
3576
|
+
"name": "renderer",
|
|
3554
3577
|
"type": {
|
|
3555
|
-
"text": "
|
|
3578
|
+
"text": "ICellRendererFunc"
|
|
3556
3579
|
},
|
|
3557
3580
|
"privacy": "public"
|
|
3558
3581
|
},
|
|
3559
3582
|
{
|
|
3560
3583
|
"kind": "field",
|
|
3561
|
-
"name": "
|
|
3584
|
+
"name": "rendererParams",
|
|
3562
3585
|
"type": {
|
|
3563
|
-
"text": "
|
|
3586
|
+
"text": "ICellRendererParams"
|
|
3564
3587
|
},
|
|
3565
3588
|
"privacy": "public"
|
|
3566
3589
|
},
|
|
3567
3590
|
{
|
|
3568
3591
|
"kind": "field",
|
|
3569
|
-
"name": "
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "DateEditorParams"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"kind": "field",
|
|
3576
|
-
"name": "dateFormat",
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "string"
|
|
3579
|
-
}
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"kind": "field",
|
|
3583
|
-
"name": "input",
|
|
3584
|
-
"type": {
|
|
3585
|
-
"text": "any"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"kind": "field",
|
|
3590
|
-
"name": "inputType",
|
|
3592
|
+
"name": "slottedRenderer",
|
|
3591
3593
|
"type": {
|
|
3592
|
-
"text": "
|
|
3593
|
-
}
|
|
3594
|
+
"text": "HTMLElement[]"
|
|
3595
|
+
},
|
|
3596
|
+
"privacy": "public"
|
|
3594
3597
|
},
|
|
3595
3598
|
{
|
|
3596
3599
|
"kind": "method",
|
|
@@ -3600,7 +3603,7 @@
|
|
|
3600
3603
|
{
|
|
3601
3604
|
"name": "params",
|
|
3602
3605
|
"type": {
|
|
3603
|
-
"text": "
|
|
3606
|
+
"text": "ICellRendererParams"
|
|
3604
3607
|
}
|
|
3605
3608
|
}
|
|
3606
3609
|
]
|
|
@@ -3615,53 +3618,28 @@
|
|
|
3615
3618
|
}
|
|
3616
3619
|
}
|
|
3617
3620
|
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "method",
|
|
3623
|
+
"name": "destroy",
|
|
3624
|
+
"privacy": "public"
|
|
3625
|
+
},
|
|
3618
3626
|
{
|
|
3619
3627
|
"kind": "method",
|
|
3620
3628
|
"name": "refresh",
|
|
3621
3629
|
"privacy": "public",
|
|
3622
|
-
"return": {
|
|
3623
|
-
"type": {
|
|
3624
|
-
"text": "boolean"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
3630
|
"parameters": [
|
|
3628
3631
|
{
|
|
3629
3632
|
"name": "params",
|
|
3630
3633
|
"type": {
|
|
3631
|
-
"text": "
|
|
3634
|
+
"text": "ICellRendererParams"
|
|
3632
3635
|
}
|
|
3633
3636
|
}
|
|
3634
3637
|
]
|
|
3635
3638
|
},
|
|
3636
3639
|
{
|
|
3637
3640
|
"kind": "method",
|
|
3638
|
-
"name": "
|
|
3639
|
-
|
|
3640
|
-
{
|
|
3641
|
-
"kind": "method",
|
|
3642
|
-
"name": "isPopup",
|
|
3643
|
-
"return": {
|
|
3644
|
-
"type": {
|
|
3645
|
-
"text": "boolean"
|
|
3646
|
-
}
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
{
|
|
3650
|
-
"kind": "method",
|
|
3651
|
-
"name": "changeHandler",
|
|
3652
|
-
"parameters": [
|
|
3653
|
-
{
|
|
3654
|
-
"name": "event"
|
|
3655
|
-
}
|
|
3656
|
-
]
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
"kind": "method",
|
|
3660
|
-
"name": "afterGuiAttached"
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"kind": "method",
|
|
3664
|
-
"name": "isCancelBeforeStart"
|
|
3641
|
+
"name": "slottedAgRendererChanged",
|
|
3642
|
+
"privacy": "public"
|
|
3665
3643
|
},
|
|
3666
3644
|
{
|
|
3667
3645
|
"kind": "field",
|
|
@@ -3779,78 +3757,32 @@
|
|
|
3779
3757
|
"name": "FoundationElement",
|
|
3780
3758
|
"package": "@microsoft/fast-foundation"
|
|
3781
3759
|
},
|
|
3782
|
-
"tagName": "
|
|
3760
|
+
"tagName": "grid-pro-cell",
|
|
3783
3761
|
"customElement": true
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"kind": "variable",
|
|
3787
|
-
"name": "agDateEditorStyles",
|
|
3788
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3789
|
-
"description": "The AG Select Renderer Styles.",
|
|
3790
|
-
"privacy": "public"
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"kind": "function",
|
|
3794
|
-
"name": "getDateEditorTemplate",
|
|
3795
|
-
"parameters": [
|
|
3796
|
-
{
|
|
3797
|
-
"name": "prefix",
|
|
3798
|
-
"default": "'foundation'",
|
|
3799
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3800
|
-
}
|
|
3801
|
-
],
|
|
3802
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3803
|
-
"return": {
|
|
3804
|
-
"type": {
|
|
3805
|
-
"text": ""
|
|
3806
|
-
}
|
|
3807
|
-
},
|
|
3808
|
-
"privacy": "public"
|
|
3809
|
-
},
|
|
3810
|
-
{
|
|
3811
|
-
"kind": "variable",
|
|
3812
|
-
"name": "foundationDateEditor",
|
|
3813
|
-
"privacy": "public"
|
|
3814
3762
|
}
|
|
3815
3763
|
],
|
|
3816
3764
|
"exports": [
|
|
3817
3765
|
{
|
|
3818
3766
|
"kind": "js",
|
|
3819
|
-
"name": "
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"name": "DateEditor",
|
|
3822
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "agDateEditorStyles",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "agDateEditorStyles",
|
|
3830
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "getDateEditorTemplate",
|
|
3767
|
+
"name": "GridProCell",
|
|
3836
3768
|
"declaration": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "src/cell
|
|
3769
|
+
"name": "GridProCell",
|
|
3770
|
+
"module": "src/cell/cell.ts"
|
|
3839
3771
|
}
|
|
3840
3772
|
},
|
|
3841
3773
|
{
|
|
3842
|
-
"kind": "
|
|
3843
|
-
"name": "
|
|
3774
|
+
"kind": "custom-element-definition",
|
|
3775
|
+
"name": "grid-pro-cell",
|
|
3844
3776
|
"declaration": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "src/cell
|
|
3777
|
+
"name": "GridProCell",
|
|
3778
|
+
"module": "src/cell/cell.ts"
|
|
3847
3779
|
}
|
|
3848
3780
|
}
|
|
3849
3781
|
]
|
|
3850
3782
|
},
|
|
3851
3783
|
{
|
|
3852
3784
|
"kind": "javascript-module",
|
|
3853
|
-
"path": "src/cell
|
|
3785
|
+
"path": "src/cell/index.ts",
|
|
3854
3786
|
"declarations": [],
|
|
3855
3787
|
"exports": [
|
|
3856
3788
|
{
|
|
@@ -3858,31 +3790,7 @@
|
|
|
3858
3790
|
"name": "*",
|
|
3859
3791
|
"declaration": {
|
|
3860
3792
|
"name": "*",
|
|
3861
|
-
"package": "./
|
|
3862
|
-
}
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
"kind": "js",
|
|
3866
|
-
"name": "*",
|
|
3867
|
-
"declaration": {
|
|
3868
|
-
"name": "*",
|
|
3869
|
-
"package": "./multiselect.editor"
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"kind": "js",
|
|
3874
|
-
"name": "*",
|
|
3875
|
-
"declaration": {
|
|
3876
|
-
"name": "*",
|
|
3877
|
-
"package": "./number.editor"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"kind": "js",
|
|
3882
|
-
"name": "*",
|
|
3883
|
-
"declaration": {
|
|
3884
|
-
"name": "*",
|
|
3885
|
-
"package": "./select.editor"
|
|
3793
|
+
"package": "./cell.template"
|
|
3886
3794
|
}
|
|
3887
3795
|
},
|
|
3888
3796
|
{
|
|
@@ -3890,36 +3798,64 @@
|
|
|
3890
3798
|
"name": "*",
|
|
3891
3799
|
"declaration": {
|
|
3892
3800
|
"name": "*",
|
|
3893
|
-
"package": "./
|
|
3801
|
+
"package": "./cell"
|
|
3894
3802
|
}
|
|
3895
3803
|
}
|
|
3896
3804
|
]
|
|
3897
3805
|
},
|
|
3898
3806
|
{
|
|
3899
3807
|
"kind": "javascript-module",
|
|
3900
|
-
"path": "src/cell-editors/
|
|
3808
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3901
3809
|
"declarations": [
|
|
3902
3810
|
{
|
|
3903
3811
|
"kind": "class",
|
|
3904
|
-
"description": "The AG
|
|
3905
|
-
"name": "
|
|
3812
|
+
"description": "The AG Date Editor element.",
|
|
3813
|
+
"name": "DateEditor",
|
|
3906
3814
|
"members": [
|
|
3907
3815
|
{
|
|
3908
3816
|
"kind": "field",
|
|
3909
|
-
"name": "
|
|
3817
|
+
"name": "value",
|
|
3910
3818
|
"type": {
|
|
3911
|
-
"text": "
|
|
3819
|
+
"text": "number"
|
|
3912
3820
|
},
|
|
3913
3821
|
"privacy": "public"
|
|
3914
3822
|
},
|
|
3915
3823
|
{
|
|
3916
3824
|
"kind": "field",
|
|
3917
|
-
"name": "
|
|
3825
|
+
"name": "actualWidth",
|
|
3918
3826
|
"type": {
|
|
3919
|
-
"text": "
|
|
3827
|
+
"text": "number"
|
|
3920
3828
|
},
|
|
3921
3829
|
"privacy": "public"
|
|
3922
3830
|
},
|
|
3831
|
+
{
|
|
3832
|
+
"kind": "field",
|
|
3833
|
+
"name": "params",
|
|
3834
|
+
"type": {
|
|
3835
|
+
"text": "DateEditorParams"
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "field",
|
|
3840
|
+
"name": "dateFormat",
|
|
3841
|
+
"type": {
|
|
3842
|
+
"text": "string"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"kind": "field",
|
|
3847
|
+
"name": "input",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "any"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "field",
|
|
3854
|
+
"name": "inputType",
|
|
3855
|
+
"type": {
|
|
3856
|
+
"text": "'datetime-local' | 'date'"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3923
3859
|
{
|
|
3924
3860
|
"kind": "method",
|
|
3925
3861
|
"name": "init",
|
|
@@ -3928,7 +3864,7 @@
|
|
|
3928
3864
|
{
|
|
3929
3865
|
"name": "params",
|
|
3930
3866
|
"type": {
|
|
3931
|
-
"text": "
|
|
3867
|
+
"text": "DateEditorParams"
|
|
3932
3868
|
}
|
|
3933
3869
|
}
|
|
3934
3870
|
]
|
|
@@ -3943,16 +3879,6 @@
|
|
|
3943
3879
|
}
|
|
3944
3880
|
}
|
|
3945
3881
|
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "method",
|
|
3948
|
-
"name": "destroy",
|
|
3949
|
-
"privacy": "public",
|
|
3950
|
-
"return": {
|
|
3951
|
-
"type": {
|
|
3952
|
-
"text": "void"
|
|
3953
|
-
}
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
3882
|
{
|
|
3957
3883
|
"kind": "method",
|
|
3958
3884
|
"name": "refresh",
|
|
@@ -3966,7 +3892,7 @@
|
|
|
3966
3892
|
{
|
|
3967
3893
|
"name": "params",
|
|
3968
3894
|
"type": {
|
|
3969
|
-
"text": "
|
|
3895
|
+
"text": "DateEditorParams"
|
|
3970
3896
|
}
|
|
3971
3897
|
}
|
|
3972
3898
|
]
|
|
@@ -3993,6 +3919,10 @@
|
|
|
3993
3919
|
}
|
|
3994
3920
|
]
|
|
3995
3921
|
},
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "method",
|
|
3924
|
+
"name": "afterGuiAttached"
|
|
3925
|
+
},
|
|
3996
3926
|
{
|
|
3997
3927
|
"kind": "method",
|
|
3998
3928
|
"name": "isCancelBeforeStart"
|
|
@@ -4113,22 +4043,22 @@
|
|
|
4113
4043
|
"name": "FoundationElement",
|
|
4114
4044
|
"package": "@microsoft/fast-foundation"
|
|
4115
4045
|
},
|
|
4116
|
-
"tagName": "%%prefix%%-
|
|
4046
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4117
4047
|
"customElement": true
|
|
4118
4048
|
},
|
|
4119
4049
|
{
|
|
4120
4050
|
"kind": "variable",
|
|
4121
|
-
"name": "
|
|
4122
|
-
"default": "css
|
|
4051
|
+
"name": "agDateEditorStyles",
|
|
4052
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4123
4053
|
"description": "The AG Select Renderer Styles.",
|
|
4124
4054
|
"privacy": "public"
|
|
4125
4055
|
},
|
|
4126
4056
|
{
|
|
4127
4057
|
"kind": "function",
|
|
4128
|
-
"name": "
|
|
4058
|
+
"name": "getDateEditorTemplate",
|
|
4129
4059
|
"parameters": [
|
|
4130
4060
|
{
|
|
4131
|
-
"name": "
|
|
4061
|
+
"name": "prefix",
|
|
4132
4062
|
"default": "'foundation'",
|
|
4133
4063
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4134
4064
|
}
|
|
@@ -4143,83 +4073,114 @@
|
|
|
4143
4073
|
},
|
|
4144
4074
|
{
|
|
4145
4075
|
"kind": "variable",
|
|
4146
|
-
"name": "
|
|
4076
|
+
"name": "foundationDateEditor",
|
|
4147
4077
|
"privacy": "public"
|
|
4148
4078
|
}
|
|
4149
4079
|
],
|
|
4150
4080
|
"exports": [
|
|
4151
4081
|
{
|
|
4152
4082
|
"kind": "js",
|
|
4153
|
-
"name": "
|
|
4083
|
+
"name": "DateEditor",
|
|
4154
4084
|
"declaration": {
|
|
4155
|
-
"name": "
|
|
4156
|
-
"module": "src/cell-editors/
|
|
4085
|
+
"name": "DateEditor",
|
|
4086
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4157
4087
|
}
|
|
4158
4088
|
},
|
|
4159
4089
|
{
|
|
4160
4090
|
"kind": "js",
|
|
4161
|
-
"name": "
|
|
4091
|
+
"name": "agDateEditorStyles",
|
|
4162
4092
|
"declaration": {
|
|
4163
|
-
"name": "
|
|
4164
|
-
"module": "src/cell-editors/
|
|
4093
|
+
"name": "agDateEditorStyles",
|
|
4094
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4165
4095
|
}
|
|
4166
4096
|
},
|
|
4167
4097
|
{
|
|
4168
4098
|
"kind": "js",
|
|
4169
|
-
"name": "
|
|
4099
|
+
"name": "getDateEditorTemplate",
|
|
4170
4100
|
"declaration": {
|
|
4171
|
-
"name": "
|
|
4172
|
-
"module": "src/cell-editors/
|
|
4101
|
+
"name": "getDateEditorTemplate",
|
|
4102
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4173
4103
|
}
|
|
4174
4104
|
},
|
|
4175
4105
|
{
|
|
4176
4106
|
"kind": "js",
|
|
4177
|
-
"name": "
|
|
4107
|
+
"name": "foundationDateEditor",
|
|
4178
4108
|
"declaration": {
|
|
4179
|
-
"name": "
|
|
4180
|
-
"module": "src/cell-editors/
|
|
4109
|
+
"name": "foundationDateEditor",
|
|
4110
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4181
4111
|
}
|
|
4182
4112
|
}
|
|
4183
4113
|
]
|
|
4184
4114
|
},
|
|
4185
4115
|
{
|
|
4186
4116
|
"kind": "javascript-module",
|
|
4187
|
-
"path": "src/cell-editors/
|
|
4117
|
+
"path": "src/cell-editors/index.ts",
|
|
4118
|
+
"declarations": [],
|
|
4119
|
+
"exports": [
|
|
4120
|
+
{
|
|
4121
|
+
"kind": "js",
|
|
4122
|
+
"name": "*",
|
|
4123
|
+
"declaration": {
|
|
4124
|
+
"name": "*",
|
|
4125
|
+
"package": "./date.editor"
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"kind": "js",
|
|
4130
|
+
"name": "*",
|
|
4131
|
+
"declaration": {
|
|
4132
|
+
"name": "*",
|
|
4133
|
+
"package": "./multiselect.editor"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"kind": "js",
|
|
4138
|
+
"name": "*",
|
|
4139
|
+
"declaration": {
|
|
4140
|
+
"name": "*",
|
|
4141
|
+
"package": "./number.editor"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"kind": "js",
|
|
4146
|
+
"name": "*",
|
|
4147
|
+
"declaration": {
|
|
4148
|
+
"name": "*",
|
|
4149
|
+
"package": "./select.editor"
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"kind": "js",
|
|
4154
|
+
"name": "*",
|
|
4155
|
+
"declaration": {
|
|
4156
|
+
"name": "*",
|
|
4157
|
+
"package": "./string.editor"
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"kind": "javascript-module",
|
|
4164
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4188
4165
|
"declarations": [
|
|
4189
4166
|
{
|
|
4190
4167
|
"kind": "class",
|
|
4191
|
-
"description": "The AG
|
|
4192
|
-
"name": "
|
|
4168
|
+
"description": "The AG Multiselect Editor element.",
|
|
4169
|
+
"name": "MultiselectEditor",
|
|
4193
4170
|
"members": [
|
|
4194
4171
|
{
|
|
4195
4172
|
"kind": "field",
|
|
4196
4173
|
"name": "params",
|
|
4197
4174
|
"type": {
|
|
4198
|
-
"text": "
|
|
4199
|
-
},
|
|
4200
|
-
"privacy": "public"
|
|
4201
|
-
},
|
|
4202
|
-
{
|
|
4203
|
-
"kind": "field",
|
|
4204
|
-
"name": "value",
|
|
4205
|
-
"type": {
|
|
4206
|
-
"text": "number"
|
|
4207
|
-
},
|
|
4208
|
-
"privacy": "public"
|
|
4209
|
-
},
|
|
4210
|
-
{
|
|
4211
|
-
"kind": "field",
|
|
4212
|
-
"name": "actualWidth",
|
|
4213
|
-
"type": {
|
|
4214
|
-
"text": "number"
|
|
4175
|
+
"text": "MultiselectEditorParams"
|
|
4215
4176
|
},
|
|
4216
4177
|
"privacy": "public"
|
|
4217
4178
|
},
|
|
4218
4179
|
{
|
|
4219
4180
|
"kind": "field",
|
|
4220
|
-
"name": "
|
|
4181
|
+
"name": "selectedOptions",
|
|
4221
4182
|
"type": {
|
|
4222
|
-
"text": "any"
|
|
4183
|
+
"text": "any[]"
|
|
4223
4184
|
},
|
|
4224
4185
|
"privacy": "public"
|
|
4225
4186
|
},
|
|
@@ -4231,7 +4192,7 @@
|
|
|
4231
4192
|
{
|
|
4232
4193
|
"name": "params",
|
|
4233
4194
|
"type": {
|
|
4234
|
-
"text": "
|
|
4195
|
+
"text": "MultiselectEditorParams"
|
|
4235
4196
|
}
|
|
4236
4197
|
}
|
|
4237
4198
|
]
|
|
@@ -4246,6 +4207,16 @@
|
|
|
4246
4207
|
}
|
|
4247
4208
|
}
|
|
4248
4209
|
},
|
|
4210
|
+
{
|
|
4211
|
+
"kind": "method",
|
|
4212
|
+
"name": "destroy",
|
|
4213
|
+
"privacy": "public",
|
|
4214
|
+
"return": {
|
|
4215
|
+
"type": {
|
|
4216
|
+
"text": "void"
|
|
4217
|
+
}
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4249
4220
|
{
|
|
4250
4221
|
"kind": "method",
|
|
4251
4222
|
"name": "refresh",
|
|
@@ -4259,7 +4230,7 @@
|
|
|
4259
4230
|
{
|
|
4260
4231
|
"name": "params",
|
|
4261
4232
|
"type": {
|
|
4262
|
-
"text": "
|
|
4233
|
+
"text": "MultiselectEditorParams"
|
|
4263
4234
|
}
|
|
4264
4235
|
}
|
|
4265
4236
|
]
|
|
@@ -4277,10 +4248,6 @@
|
|
|
4277
4248
|
}
|
|
4278
4249
|
}
|
|
4279
4250
|
},
|
|
4280
|
-
{
|
|
4281
|
-
"kind": "method",
|
|
4282
|
-
"name": "afterGuiAttached"
|
|
4283
|
-
},
|
|
4284
4251
|
{
|
|
4285
4252
|
"kind": "method",
|
|
4286
4253
|
"name": "changeHandler",
|
|
@@ -4410,19 +4377,19 @@
|
|
|
4410
4377
|
"name": "FoundationElement",
|
|
4411
4378
|
"package": "@microsoft/fast-foundation"
|
|
4412
4379
|
},
|
|
4413
|
-
"tagName": "%%prefix%%-
|
|
4380
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4414
4381
|
"customElement": true
|
|
4415
4382
|
},
|
|
4416
4383
|
{
|
|
4417
4384
|
"kind": "variable",
|
|
4418
|
-
"name": "
|
|
4419
|
-
"default": "css
|
|
4420
|
-
"description": "The AG
|
|
4385
|
+
"name": "agMultiselectEditorStyles",
|
|
4386
|
+
"default": "css``",
|
|
4387
|
+
"description": "The AG Select Renderer Styles.",
|
|
4421
4388
|
"privacy": "public"
|
|
4422
4389
|
},
|
|
4423
4390
|
{
|
|
4424
4391
|
"kind": "function",
|
|
4425
|
-
"name": "
|
|
4392
|
+
"name": "getMultiselectEditorTemplate",
|
|
4426
4393
|
"parameters": [
|
|
4427
4394
|
{
|
|
4428
4395
|
"name": "designSystem",
|
|
@@ -4440,59 +4407,59 @@
|
|
|
4440
4407
|
},
|
|
4441
4408
|
{
|
|
4442
4409
|
"kind": "variable",
|
|
4443
|
-
"name": "
|
|
4410
|
+
"name": "foundationMultiselectEditor",
|
|
4444
4411
|
"privacy": "public"
|
|
4445
4412
|
}
|
|
4446
4413
|
],
|
|
4447
4414
|
"exports": [
|
|
4448
4415
|
{
|
|
4449
4416
|
"kind": "js",
|
|
4450
|
-
"name": "
|
|
4417
|
+
"name": "MultiselectEditor",
|
|
4451
4418
|
"declaration": {
|
|
4452
|
-
"name": "
|
|
4453
|
-
"module": "src/cell-editors/
|
|
4419
|
+
"name": "MultiselectEditor",
|
|
4420
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4454
4421
|
}
|
|
4455
4422
|
},
|
|
4456
4423
|
{
|
|
4457
4424
|
"kind": "js",
|
|
4458
|
-
"name": "
|
|
4425
|
+
"name": "agMultiselectEditorStyles",
|
|
4459
4426
|
"declaration": {
|
|
4460
|
-
"name": "
|
|
4461
|
-
"module": "src/cell-editors/
|
|
4427
|
+
"name": "agMultiselectEditorStyles",
|
|
4428
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4462
4429
|
}
|
|
4463
4430
|
},
|
|
4464
4431
|
{
|
|
4465
4432
|
"kind": "js",
|
|
4466
|
-
"name": "
|
|
4433
|
+
"name": "getMultiselectEditorTemplate",
|
|
4467
4434
|
"declaration": {
|
|
4468
|
-
"name": "
|
|
4469
|
-
"module": "src/cell-editors/
|
|
4435
|
+
"name": "getMultiselectEditorTemplate",
|
|
4436
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4470
4437
|
}
|
|
4471
4438
|
},
|
|
4472
4439
|
{
|
|
4473
4440
|
"kind": "js",
|
|
4474
|
-
"name": "
|
|
4441
|
+
"name": "foundationMultiselectEditor",
|
|
4475
4442
|
"declaration": {
|
|
4476
|
-
"name": "
|
|
4477
|
-
"module": "src/cell-editors/
|
|
4443
|
+
"name": "foundationMultiselectEditor",
|
|
4444
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4478
4445
|
}
|
|
4479
4446
|
}
|
|
4480
4447
|
]
|
|
4481
4448
|
},
|
|
4482
4449
|
{
|
|
4483
4450
|
"kind": "javascript-module",
|
|
4484
|
-
"path": "src/cell-editors/
|
|
4451
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4485
4452
|
"declarations": [
|
|
4486
4453
|
{
|
|
4487
4454
|
"kind": "class",
|
|
4488
|
-
"description": "The AG
|
|
4489
|
-
"name": "
|
|
4455
|
+
"description": "The AG Number Editor element.",
|
|
4456
|
+
"name": "NumberEditor",
|
|
4490
4457
|
"members": [
|
|
4491
4458
|
{
|
|
4492
4459
|
"kind": "field",
|
|
4493
4460
|
"name": "params",
|
|
4494
4461
|
"type": {
|
|
4495
|
-
"text": "
|
|
4462
|
+
"text": "NumberEditorParams"
|
|
4496
4463
|
},
|
|
4497
4464
|
"privacy": "public"
|
|
4498
4465
|
},
|
|
@@ -4500,7 +4467,7 @@
|
|
|
4500
4467
|
"kind": "field",
|
|
4501
4468
|
"name": "value",
|
|
4502
4469
|
"type": {
|
|
4503
|
-
"text": "
|
|
4470
|
+
"text": "number"
|
|
4504
4471
|
},
|
|
4505
4472
|
"privacy": "public"
|
|
4506
4473
|
},
|
|
@@ -4514,7 +4481,7 @@
|
|
|
4514
4481
|
},
|
|
4515
4482
|
{
|
|
4516
4483
|
"kind": "field",
|
|
4517
|
-
"name": "
|
|
4484
|
+
"name": "input",
|
|
4518
4485
|
"type": {
|
|
4519
4486
|
"text": "any"
|
|
4520
4487
|
},
|
|
@@ -4528,7 +4495,7 @@
|
|
|
4528
4495
|
{
|
|
4529
4496
|
"name": "params",
|
|
4530
4497
|
"type": {
|
|
4531
|
-
"text": "
|
|
4498
|
+
"text": "NumberEditorParams"
|
|
4532
4499
|
}
|
|
4533
4500
|
}
|
|
4534
4501
|
]
|
|
@@ -4556,7 +4523,7 @@
|
|
|
4556
4523
|
{
|
|
4557
4524
|
"name": "params",
|
|
4558
4525
|
"type": {
|
|
4559
|
-
"text": "
|
|
4526
|
+
"text": "NumberEditorParams"
|
|
4560
4527
|
}
|
|
4561
4528
|
}
|
|
4562
4529
|
]
|
|
@@ -4707,19 +4674,19 @@
|
|
|
4707
4674
|
"name": "FoundationElement",
|
|
4708
4675
|
"package": "@microsoft/fast-foundation"
|
|
4709
4676
|
},
|
|
4710
|
-
"tagName": "%%prefix%%-
|
|
4677
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4711
4678
|
"customElement": true
|
|
4712
4679
|
},
|
|
4713
4680
|
{
|
|
4714
4681
|
"kind": "variable",
|
|
4715
|
-
"name": "
|
|
4716
|
-
"default": "css
|
|
4717
|
-
"description": "The AG
|
|
4682
|
+
"name": "agNumberEditorStyles",
|
|
4683
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4684
|
+
"description": "The AG Number Editor Styles.",
|
|
4718
4685
|
"privacy": "public"
|
|
4719
4686
|
},
|
|
4720
4687
|
{
|
|
4721
4688
|
"kind": "function",
|
|
4722
|
-
"name": "
|
|
4689
|
+
"name": "getNumberEditorTemplate",
|
|
4723
4690
|
"parameters": [
|
|
4724
4691
|
{
|
|
4725
4692
|
"name": "designSystem",
|
|
@@ -4737,59 +4704,59 @@
|
|
|
4737
4704
|
},
|
|
4738
4705
|
{
|
|
4739
4706
|
"kind": "variable",
|
|
4740
|
-
"name": "
|
|
4707
|
+
"name": "foundationNumberEditor",
|
|
4741
4708
|
"privacy": "public"
|
|
4742
4709
|
}
|
|
4743
4710
|
],
|
|
4744
4711
|
"exports": [
|
|
4745
4712
|
{
|
|
4746
4713
|
"kind": "js",
|
|
4747
|
-
"name": "
|
|
4714
|
+
"name": "NumberEditor",
|
|
4748
4715
|
"declaration": {
|
|
4749
|
-
"name": "
|
|
4750
|
-
"module": "src/cell-editors/
|
|
4716
|
+
"name": "NumberEditor",
|
|
4717
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4751
4718
|
}
|
|
4752
4719
|
},
|
|
4753
4720
|
{
|
|
4754
4721
|
"kind": "js",
|
|
4755
|
-
"name": "
|
|
4722
|
+
"name": "agNumberEditorStyles",
|
|
4756
4723
|
"declaration": {
|
|
4757
|
-
"name": "
|
|
4758
|
-
"module": "src/cell-editors/
|
|
4724
|
+
"name": "agNumberEditorStyles",
|
|
4725
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4759
4726
|
}
|
|
4760
4727
|
},
|
|
4761
4728
|
{
|
|
4762
4729
|
"kind": "js",
|
|
4763
|
-
"name": "
|
|
4730
|
+
"name": "getNumberEditorTemplate",
|
|
4764
4731
|
"declaration": {
|
|
4765
|
-
"name": "
|
|
4766
|
-
"module": "src/cell-editors/
|
|
4732
|
+
"name": "getNumberEditorTemplate",
|
|
4733
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4767
4734
|
}
|
|
4768
4735
|
},
|
|
4769
4736
|
{
|
|
4770
4737
|
"kind": "js",
|
|
4771
|
-
"name": "
|
|
4738
|
+
"name": "foundationNumberEditor",
|
|
4772
4739
|
"declaration": {
|
|
4773
|
-
"name": "
|
|
4774
|
-
"module": "src/cell-editors/
|
|
4740
|
+
"name": "foundationNumberEditor",
|
|
4741
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4775
4742
|
}
|
|
4776
4743
|
}
|
|
4777
4744
|
]
|
|
4778
4745
|
},
|
|
4779
4746
|
{
|
|
4780
4747
|
"kind": "javascript-module",
|
|
4781
|
-
"path": "src/cell-editors/
|
|
4748
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4782
4749
|
"declarations": [
|
|
4783
4750
|
{
|
|
4784
4751
|
"kind": "class",
|
|
4785
|
-
"description": "The AG
|
|
4786
|
-
"name": "
|
|
4752
|
+
"description": "The AG Select Editor element.",
|
|
4753
|
+
"name": "SelectEditor",
|
|
4787
4754
|
"members": [
|
|
4788
4755
|
{
|
|
4789
4756
|
"kind": "field",
|
|
4790
4757
|
"name": "params",
|
|
4791
4758
|
"type": {
|
|
4792
|
-
"text": "
|
|
4759
|
+
"text": "SelectEditorParams"
|
|
4793
4760
|
},
|
|
4794
4761
|
"privacy": "public"
|
|
4795
4762
|
},
|
|
@@ -4811,7 +4778,7 @@
|
|
|
4811
4778
|
},
|
|
4812
4779
|
{
|
|
4813
4780
|
"kind": "field",
|
|
4814
|
-
"name": "
|
|
4781
|
+
"name": "combobox",
|
|
4815
4782
|
"type": {
|
|
4816
4783
|
"text": "any"
|
|
4817
4784
|
},
|
|
@@ -4825,7 +4792,7 @@
|
|
|
4825
4792
|
{
|
|
4826
4793
|
"name": "params",
|
|
4827
4794
|
"type": {
|
|
4828
|
-
"text": "
|
|
4795
|
+
"text": "SelectEditorParams"
|
|
4829
4796
|
}
|
|
4830
4797
|
}
|
|
4831
4798
|
]
|
|
@@ -4853,7 +4820,7 @@
|
|
|
4853
4820
|
{
|
|
4854
4821
|
"name": "params",
|
|
4855
4822
|
"type": {
|
|
4856
|
-
"text": "
|
|
4823
|
+
"text": "SelectEditorParams"
|
|
4857
4824
|
}
|
|
4858
4825
|
}
|
|
4859
4826
|
]
|
|
@@ -5004,19 +4971,19 @@
|
|
|
5004
4971
|
"name": "FoundationElement",
|
|
5005
4972
|
"package": "@microsoft/fast-foundation"
|
|
5006
4973
|
},
|
|
5007
|
-
"tagName": "%%prefix%%-
|
|
4974
|
+
"tagName": "%%prefix%%-select-editor",
|
|
5008
4975
|
"customElement": true
|
|
5009
4976
|
},
|
|
5010
4977
|
{
|
|
5011
4978
|
"kind": "variable",
|
|
5012
|
-
"name": "
|
|
5013
|
-
"default": "css
|
|
5014
|
-
"description": "The AG
|
|
4979
|
+
"name": "agSelectEditorStyles",
|
|
4980
|
+
"default": "css``",
|
|
4981
|
+
"description": "The AG Select Renderer Styles.",
|
|
5015
4982
|
"privacy": "public"
|
|
5016
4983
|
},
|
|
5017
4984
|
{
|
|
5018
4985
|
"kind": "function",
|
|
5019
|
-
"name": "
|
|
4986
|
+
"name": "getSelectEditorTemplate",
|
|
5020
4987
|
"parameters": [
|
|
5021
4988
|
{
|
|
5022
4989
|
"name": "designSystem",
|
|
@@ -5024,7 +4991,7 @@
|
|
|
5024
4991
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5025
4992
|
}
|
|
5026
4993
|
],
|
|
5027
|
-
"description": "Get a Design System prefixed
|
|
4994
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5028
4995
|
"return": {
|
|
5029
4996
|
"type": {
|
|
5030
4997
|
"text": ""
|
|
@@ -5034,98 +5001,83 @@
|
|
|
5034
5001
|
},
|
|
5035
5002
|
{
|
|
5036
5003
|
"kind": "variable",
|
|
5037
|
-
"name": "
|
|
5004
|
+
"name": "foundationSelectEditor",
|
|
5038
5005
|
"privacy": "public"
|
|
5039
5006
|
}
|
|
5040
5007
|
],
|
|
5041
5008
|
"exports": [
|
|
5042
5009
|
{
|
|
5043
5010
|
"kind": "js",
|
|
5044
|
-
"name": "
|
|
5011
|
+
"name": "SelectEditor",
|
|
5045
5012
|
"declaration": {
|
|
5046
|
-
"name": "
|
|
5047
|
-
"module": "src/cell-editors/
|
|
5013
|
+
"name": "SelectEditor",
|
|
5014
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5048
5015
|
}
|
|
5049
5016
|
},
|
|
5050
5017
|
{
|
|
5051
5018
|
"kind": "js",
|
|
5052
|
-
"name": "
|
|
5019
|
+
"name": "agSelectEditorStyles",
|
|
5053
5020
|
"declaration": {
|
|
5054
|
-
"name": "
|
|
5055
|
-
"module": "src/cell-editors/
|
|
5021
|
+
"name": "agSelectEditorStyles",
|
|
5022
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5056
5023
|
}
|
|
5057
5024
|
},
|
|
5058
5025
|
{
|
|
5059
5026
|
"kind": "js",
|
|
5060
|
-
"name": "
|
|
5027
|
+
"name": "getSelectEditorTemplate",
|
|
5061
5028
|
"declaration": {
|
|
5062
|
-
"name": "
|
|
5063
|
-
"module": "src/cell-editors/
|
|
5029
|
+
"name": "getSelectEditorTemplate",
|
|
5030
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5064
5031
|
}
|
|
5065
5032
|
},
|
|
5066
5033
|
{
|
|
5067
5034
|
"kind": "js",
|
|
5068
|
-
"name": "
|
|
5069
|
-
"declaration": {
|
|
5070
|
-
"name": "foundationStringEditor",
|
|
5071
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5072
|
-
}
|
|
5073
|
-
}
|
|
5074
|
-
]
|
|
5075
|
-
},
|
|
5076
|
-
{
|
|
5077
|
-
"kind": "javascript-module",
|
|
5078
|
-
"path": "src/cell/cell.template.ts",
|
|
5079
|
-
"declarations": [
|
|
5080
|
-
{
|
|
5081
|
-
"kind": "variable",
|
|
5082
|
-
"name": "CellTemplate",
|
|
5083
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5084
|
-
"description": "The Grid Pro Cell Template.",
|
|
5085
|
-
"privacy": "public"
|
|
5086
|
-
}
|
|
5087
|
-
],
|
|
5088
|
-
"exports": [
|
|
5089
|
-
{
|
|
5090
|
-
"kind": "js",
|
|
5091
|
-
"name": "CellTemplate",
|
|
5035
|
+
"name": "foundationSelectEditor",
|
|
5092
5036
|
"declaration": {
|
|
5093
|
-
"name": "
|
|
5094
|
-
"module": "src/cell/
|
|
5037
|
+
"name": "foundationSelectEditor",
|
|
5038
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5095
5039
|
}
|
|
5096
5040
|
}
|
|
5097
5041
|
]
|
|
5098
5042
|
},
|
|
5099
5043
|
{
|
|
5100
5044
|
"kind": "javascript-module",
|
|
5101
|
-
"path": "src/cell/
|
|
5045
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5102
5046
|
"declarations": [
|
|
5103
5047
|
{
|
|
5104
5048
|
"kind": "class",
|
|
5105
|
-
"description": "The
|
|
5106
|
-
"name": "
|
|
5049
|
+
"description": "The AG String Editor element.",
|
|
5050
|
+
"name": "StringEditor",
|
|
5107
5051
|
"members": [
|
|
5108
5052
|
{
|
|
5109
5053
|
"kind": "field",
|
|
5110
|
-
"name": "
|
|
5054
|
+
"name": "params",
|
|
5111
5055
|
"type": {
|
|
5112
|
-
"text": "
|
|
5056
|
+
"text": "StringEditorParams"
|
|
5113
5057
|
},
|
|
5114
5058
|
"privacy": "public"
|
|
5115
5059
|
},
|
|
5116
5060
|
{
|
|
5117
5061
|
"kind": "field",
|
|
5118
|
-
"name": "
|
|
5062
|
+
"name": "value",
|
|
5119
5063
|
"type": {
|
|
5120
|
-
"text": "
|
|
5064
|
+
"text": "string"
|
|
5121
5065
|
},
|
|
5122
5066
|
"privacy": "public"
|
|
5123
5067
|
},
|
|
5124
5068
|
{
|
|
5125
5069
|
"kind": "field",
|
|
5126
|
-
"name": "
|
|
5070
|
+
"name": "actualWidth",
|
|
5127
5071
|
"type": {
|
|
5128
|
-
"text": "
|
|
5072
|
+
"text": "number"
|
|
5073
|
+
},
|
|
5074
|
+
"privacy": "public"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"kind": "field",
|
|
5078
|
+
"name": "input",
|
|
5079
|
+
"type": {
|
|
5080
|
+
"text": "any"
|
|
5129
5081
|
},
|
|
5130
5082
|
"privacy": "public"
|
|
5131
5083
|
},
|
|
@@ -5137,7 +5089,7 @@
|
|
|
5137
5089
|
{
|
|
5138
5090
|
"name": "params",
|
|
5139
5091
|
"type": {
|
|
5140
|
-
"text": "
|
|
5092
|
+
"text": "StringEditorParams"
|
|
5141
5093
|
}
|
|
5142
5094
|
}
|
|
5143
5095
|
]
|
|
@@ -5152,28 +5104,53 @@
|
|
|
5152
5104
|
}
|
|
5153
5105
|
}
|
|
5154
5106
|
},
|
|
5155
|
-
{
|
|
5156
|
-
"kind": "method",
|
|
5157
|
-
"name": "destroy",
|
|
5158
|
-
"privacy": "public"
|
|
5159
|
-
},
|
|
5160
5107
|
{
|
|
5161
5108
|
"kind": "method",
|
|
5162
5109
|
"name": "refresh",
|
|
5163
5110
|
"privacy": "public",
|
|
5111
|
+
"return": {
|
|
5112
|
+
"type": {
|
|
5113
|
+
"text": "boolean"
|
|
5114
|
+
}
|
|
5115
|
+
},
|
|
5164
5116
|
"parameters": [
|
|
5165
5117
|
{
|
|
5166
5118
|
"name": "params",
|
|
5167
5119
|
"type": {
|
|
5168
|
-
"text": "
|
|
5120
|
+
"text": "StringEditorParams"
|
|
5169
5121
|
}
|
|
5170
5122
|
}
|
|
5171
5123
|
]
|
|
5172
5124
|
},
|
|
5173
5125
|
{
|
|
5174
5126
|
"kind": "method",
|
|
5175
|
-
"name": "
|
|
5176
|
-
|
|
5127
|
+
"name": "getValue"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"kind": "method",
|
|
5131
|
+
"name": "isPopup",
|
|
5132
|
+
"return": {
|
|
5133
|
+
"type": {
|
|
5134
|
+
"text": "boolean"
|
|
5135
|
+
}
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"kind": "method",
|
|
5140
|
+
"name": "afterGuiAttached"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "method",
|
|
5144
|
+
"name": "changeHandler",
|
|
5145
|
+
"parameters": [
|
|
5146
|
+
{
|
|
5147
|
+
"name": "event"
|
|
5148
|
+
}
|
|
5149
|
+
]
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"kind": "method",
|
|
5153
|
+
"name": "isCancelBeforeStart"
|
|
5177
5154
|
},
|
|
5178
5155
|
{
|
|
5179
5156
|
"kind": "field",
|
|
@@ -5291,48 +5268,71 @@
|
|
|
5291
5268
|
"name": "FoundationElement",
|
|
5292
5269
|
"package": "@microsoft/fast-foundation"
|
|
5293
5270
|
},
|
|
5294
|
-
"tagName": "
|
|
5271
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5295
5272
|
"customElement": true
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"kind": "variable",
|
|
5276
|
+
"name": "agStringEditorStyles",
|
|
5277
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5278
|
+
"description": "The AG String Renderer Styles.",
|
|
5279
|
+
"privacy": "public"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"kind": "function",
|
|
5283
|
+
"name": "getStringEditorTemplate",
|
|
5284
|
+
"parameters": [
|
|
5285
|
+
{
|
|
5286
|
+
"name": "designSystem",
|
|
5287
|
+
"default": "'foundation'",
|
|
5288
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"description": "Get a Design System prefixed String template.",
|
|
5292
|
+
"return": {
|
|
5293
|
+
"type": {
|
|
5294
|
+
"text": ""
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
"privacy": "public"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"kind": "variable",
|
|
5301
|
+
"name": "foundationStringEditor",
|
|
5302
|
+
"privacy": "public"
|
|
5296
5303
|
}
|
|
5297
5304
|
],
|
|
5298
5305
|
"exports": [
|
|
5299
5306
|
{
|
|
5300
5307
|
"kind": "js",
|
|
5301
|
-
"name": "
|
|
5308
|
+
"name": "StringEditor",
|
|
5302
5309
|
"declaration": {
|
|
5303
|
-
"name": "
|
|
5304
|
-
"module": "src/cell/
|
|
5310
|
+
"name": "StringEditor",
|
|
5311
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5305
5312
|
}
|
|
5306
5313
|
},
|
|
5307
5314
|
{
|
|
5308
|
-
"kind": "
|
|
5309
|
-
"name": "
|
|
5315
|
+
"kind": "js",
|
|
5316
|
+
"name": "agStringEditorStyles",
|
|
5310
5317
|
"declaration": {
|
|
5311
|
-
"name": "
|
|
5312
|
-
"module": "src/cell/
|
|
5318
|
+
"name": "agStringEditorStyles",
|
|
5319
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5313
5320
|
}
|
|
5314
|
-
}
|
|
5315
|
-
]
|
|
5316
|
-
},
|
|
5317
|
-
{
|
|
5318
|
-
"kind": "javascript-module",
|
|
5319
|
-
"path": "src/cell/index.ts",
|
|
5320
|
-
"declarations": [],
|
|
5321
|
-
"exports": [
|
|
5321
|
+
},
|
|
5322
5322
|
{
|
|
5323
5323
|
"kind": "js",
|
|
5324
|
-
"name": "
|
|
5324
|
+
"name": "getStringEditorTemplate",
|
|
5325
5325
|
"declaration": {
|
|
5326
|
-
"name": "
|
|
5327
|
-
"
|
|
5326
|
+
"name": "getStringEditorTemplate",
|
|
5327
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
5330
5330
|
{
|
|
5331
5331
|
"kind": "js",
|
|
5332
|
-
"name": "
|
|
5332
|
+
"name": "foundationStringEditor",
|
|
5333
5333
|
"declaration": {
|
|
5334
|
-
"name": "
|
|
5335
|
-
"
|
|
5334
|
+
"name": "foundationStringEditor",
|
|
5335
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5336
5336
|
}
|
|
5337
5337
|
}
|
|
5338
5338
|
]
|