@genesislcap/grid-pro 14.362.2-alpha-383efa6.0 → 14.363.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 +1185 -1185
- package/package.json +13 -13
|
@@ -3527,57 +3527,29 @@
|
|
|
3527
3527
|
},
|
|
3528
3528
|
{
|
|
3529
3529
|
"kind": "javascript-module",
|
|
3530
|
-
"path": "src/cell-
|
|
3530
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3531
3531
|
"declarations": [
|
|
3532
3532
|
{
|
|
3533
3533
|
"kind": "class",
|
|
3534
|
-
"description": "The AG
|
|
3535
|
-
"name": "
|
|
3534
|
+
"description": "The AG Action Renderer element.",
|
|
3535
|
+
"name": "ActionRenderer",
|
|
3536
3536
|
"members": [
|
|
3537
3537
|
{
|
|
3538
3538
|
"kind": "field",
|
|
3539
|
-
"name": "
|
|
3539
|
+
"name": "params",
|
|
3540
3540
|
"type": {
|
|
3541
|
-
"text": "
|
|
3541
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3542
3542
|
},
|
|
3543
3543
|
"privacy": "public"
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
3546
3546
|
"kind": "field",
|
|
3547
|
-
"name": "
|
|
3547
|
+
"name": "pendingAction",
|
|
3548
3548
|
"type": {
|
|
3549
|
-
"text": "
|
|
3549
|
+
"text": "boolean"
|
|
3550
3550
|
},
|
|
3551
3551
|
"privacy": "public"
|
|
3552
3552
|
},
|
|
3553
|
-
{
|
|
3554
|
-
"kind": "field",
|
|
3555
|
-
"name": "params",
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "DateEditorParams"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"kind": "field",
|
|
3562
|
-
"name": "dateFormat",
|
|
3563
|
-
"type": {
|
|
3564
|
-
"text": "string"
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"kind": "field",
|
|
3569
|
-
"name": "input",
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "any"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"kind": "field",
|
|
3576
|
-
"name": "inputType",
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "'datetime-local' | 'date'"
|
|
3579
|
-
}
|
|
3580
|
-
},
|
|
3581
3553
|
{
|
|
3582
3554
|
"kind": "method",
|
|
3583
3555
|
"name": "init",
|
|
@@ -3586,7 +3558,7 @@
|
|
|
3586
3558
|
{
|
|
3587
3559
|
"name": "params",
|
|
3588
3560
|
"type": {
|
|
3589
|
-
"text": "
|
|
3561
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3590
3562
|
}
|
|
3591
3563
|
}
|
|
3592
3564
|
]
|
|
@@ -3605,49 +3577,39 @@
|
|
|
3605
3577
|
"kind": "method",
|
|
3606
3578
|
"name": "refresh",
|
|
3607
3579
|
"privacy": "public",
|
|
3608
|
-
"return": {
|
|
3609
|
-
"type": {
|
|
3610
|
-
"text": "boolean"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
3580
|
"parameters": [
|
|
3614
3581
|
{
|
|
3615
3582
|
"name": "params",
|
|
3616
3583
|
"type": {
|
|
3617
|
-
"text": "
|
|
3584
|
+
"text": "ICellRendererParams"
|
|
3618
3585
|
}
|
|
3619
3586
|
}
|
|
3620
3587
|
]
|
|
3621
3588
|
},
|
|
3622
3589
|
{
|
|
3623
3590
|
"kind": "method",
|
|
3624
|
-
"name": "
|
|
3625
|
-
|
|
3626
|
-
{
|
|
3627
|
-
"kind": "method",
|
|
3628
|
-
"name": "isPopup",
|
|
3591
|
+
"name": "isDisabled",
|
|
3592
|
+
"privacy": "public",
|
|
3629
3593
|
"return": {
|
|
3630
3594
|
"type": {
|
|
3631
3595
|
"text": "boolean"
|
|
3632
3596
|
}
|
|
3633
|
-
}
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"kind": "method",
|
|
3637
|
-
"name": "changeHandler",
|
|
3597
|
+
},
|
|
3638
3598
|
"parameters": [
|
|
3639
3599
|
{
|
|
3640
|
-
"name": "
|
|
3600
|
+
"name": "data"
|
|
3641
3601
|
}
|
|
3642
3602
|
]
|
|
3643
3603
|
},
|
|
3644
3604
|
{
|
|
3645
3605
|
"kind": "method",
|
|
3646
|
-
"name": "
|
|
3606
|
+
"name": "clickHandler",
|
|
3607
|
+
"privacy": "public"
|
|
3647
3608
|
},
|
|
3648
3609
|
{
|
|
3649
|
-
"kind": "
|
|
3650
|
-
"name": "
|
|
3610
|
+
"kind": "field",
|
|
3611
|
+
"name": "dataTestId",
|
|
3612
|
+
"readonly": true
|
|
3651
3613
|
},
|
|
3652
3614
|
{
|
|
3653
3615
|
"kind": "field",
|
|
@@ -3765,144 +3727,78 @@
|
|
|
3765
3727
|
"name": "FoundationElement",
|
|
3766
3728
|
"package": "@microsoft/fast-foundation"
|
|
3767
3729
|
},
|
|
3768
|
-
"tagName": "%%prefix%%-
|
|
3730
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3769
3731
|
"customElement": true
|
|
3770
3732
|
},
|
|
3771
3733
|
{
|
|
3772
3734
|
"kind": "variable",
|
|
3773
|
-
"name": "
|
|
3774
|
-
"
|
|
3775
|
-
"description": "The AG Select Renderer Styles.",
|
|
3735
|
+
"name": "actionHeightMultiplier",
|
|
3736
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3776
3737
|
"privacy": "public"
|
|
3777
3738
|
},
|
|
3778
3739
|
{
|
|
3779
|
-
"kind": "
|
|
3780
|
-
"name": "
|
|
3781
|
-
"
|
|
3782
|
-
|
|
3783
|
-
"name": "prefix",
|
|
3784
|
-
"default": "'foundation'",
|
|
3785
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3786
|
-
}
|
|
3787
|
-
],
|
|
3788
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3789
|
-
"return": {
|
|
3790
|
-
"type": {
|
|
3791
|
-
"text": ""
|
|
3792
|
-
}
|
|
3793
|
-
},
|
|
3740
|
+
"kind": "variable",
|
|
3741
|
+
"name": "agActionRendererStyles",
|
|
3742
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3743
|
+
"description": "The AG Action Renderer Styles.",
|
|
3794
3744
|
"privacy": "public"
|
|
3795
3745
|
},
|
|
3796
3746
|
{
|
|
3797
3747
|
"kind": "variable",
|
|
3798
|
-
"name": "
|
|
3748
|
+
"name": "foundationGridProActionRenderer",
|
|
3749
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3799
3750
|
"privacy": "public"
|
|
3800
3751
|
}
|
|
3801
3752
|
],
|
|
3802
3753
|
"exports": [
|
|
3803
3754
|
{
|
|
3804
3755
|
"kind": "js",
|
|
3805
|
-
"name": "
|
|
3806
|
-
"declaration": {
|
|
3807
|
-
"name": "DateEditor",
|
|
3808
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "js",
|
|
3813
|
-
"name": "agDateEditorStyles",
|
|
3814
|
-
"declaration": {
|
|
3815
|
-
"name": "agDateEditorStyles",
|
|
3816
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3817
|
-
}
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"kind": "js",
|
|
3821
|
-
"name": "getDateEditorTemplate",
|
|
3822
|
-
"declaration": {
|
|
3823
|
-
"name": "getDateEditorTemplate",
|
|
3824
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3825
|
-
}
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"kind": "js",
|
|
3829
|
-
"name": "foundationDateEditor",
|
|
3830
|
-
"declaration": {
|
|
3831
|
-
"name": "foundationDateEditor",
|
|
3832
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "javascript-module",
|
|
3839
|
-
"path": "src/cell-editors/index.ts",
|
|
3840
|
-
"declarations": [],
|
|
3841
|
-
"exports": [
|
|
3842
|
-
{
|
|
3843
|
-
"kind": "js",
|
|
3844
|
-
"name": "*",
|
|
3845
|
-
"declaration": {
|
|
3846
|
-
"name": "*",
|
|
3847
|
-
"package": "./date.editor"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "js",
|
|
3852
|
-
"name": "*",
|
|
3756
|
+
"name": "ActionRenderer",
|
|
3853
3757
|
"declaration": {
|
|
3854
|
-
"name": "
|
|
3855
|
-
"
|
|
3758
|
+
"name": "ActionRenderer",
|
|
3759
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3856
3760
|
}
|
|
3857
3761
|
},
|
|
3858
3762
|
{
|
|
3859
3763
|
"kind": "js",
|
|
3860
|
-
"name": "
|
|
3764
|
+
"name": "actionHeightMultiplier",
|
|
3861
3765
|
"declaration": {
|
|
3862
|
-
"name": "
|
|
3863
|
-
"
|
|
3766
|
+
"name": "actionHeightMultiplier",
|
|
3767
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3864
3768
|
}
|
|
3865
3769
|
},
|
|
3866
3770
|
{
|
|
3867
3771
|
"kind": "js",
|
|
3868
|
-
"name": "
|
|
3772
|
+
"name": "agActionRendererStyles",
|
|
3869
3773
|
"declaration": {
|
|
3870
|
-
"name": "
|
|
3871
|
-
"
|
|
3774
|
+
"name": "agActionRendererStyles",
|
|
3775
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3872
3776
|
}
|
|
3873
3777
|
},
|
|
3874
3778
|
{
|
|
3875
3779
|
"kind": "js",
|
|
3876
|
-
"name": "
|
|
3780
|
+
"name": "foundationGridProActionRenderer",
|
|
3877
3781
|
"declaration": {
|
|
3878
|
-
"name": "
|
|
3879
|
-
"
|
|
3782
|
+
"name": "foundationGridProActionRenderer",
|
|
3783
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3880
3784
|
}
|
|
3881
3785
|
}
|
|
3882
3786
|
]
|
|
3883
3787
|
},
|
|
3884
3788
|
{
|
|
3885
3789
|
"kind": "javascript-module",
|
|
3886
|
-
"path": "src/cell-
|
|
3790
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3887
3791
|
"declarations": [
|
|
3888
3792
|
{
|
|
3889
3793
|
"kind": "class",
|
|
3890
|
-
"description": "The
|
|
3891
|
-
"name": "
|
|
3794
|
+
"description": "The Actions Menu Renderer element.",
|
|
3795
|
+
"name": "ActionsMenuRenderer",
|
|
3892
3796
|
"members": [
|
|
3893
3797
|
{
|
|
3894
3798
|
"kind": "field",
|
|
3895
3799
|
"name": "params",
|
|
3896
3800
|
"type": {
|
|
3897
|
-
"text": "
|
|
3898
|
-
},
|
|
3899
|
-
"privacy": "public"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"kind": "field",
|
|
3903
|
-
"name": "selectedOptions",
|
|
3904
|
-
"type": {
|
|
3905
|
-
"text": "any[]"
|
|
3801
|
+
"text": "ICellRendererParams"
|
|
3906
3802
|
},
|
|
3907
3803
|
"privacy": "public"
|
|
3908
3804
|
},
|
|
@@ -3914,7 +3810,7 @@
|
|
|
3914
3810
|
{
|
|
3915
3811
|
"name": "params",
|
|
3916
3812
|
"type": {
|
|
3917
|
-
"text": "
|
|
3813
|
+
"text": "ICellRendererParams"
|
|
3918
3814
|
}
|
|
3919
3815
|
}
|
|
3920
3816
|
]
|
|
@@ -3929,60 +3825,19 @@
|
|
|
3929
3825
|
}
|
|
3930
3826
|
}
|
|
3931
3827
|
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "method",
|
|
3934
|
-
"name": "destroy",
|
|
3935
|
-
"privacy": "public",
|
|
3936
|
-
"return": {
|
|
3937
|
-
"type": {
|
|
3938
|
-
"text": "void"
|
|
3939
|
-
}
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
3828
|
{
|
|
3943
3829
|
"kind": "method",
|
|
3944
3830
|
"name": "refresh",
|
|
3945
3831
|
"privacy": "public",
|
|
3946
|
-
"return": {
|
|
3947
|
-
"type": {
|
|
3948
|
-
"text": "boolean"
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
3832
|
"parameters": [
|
|
3952
3833
|
{
|
|
3953
3834
|
"name": "params",
|
|
3954
3835
|
"type": {
|
|
3955
|
-
"text": "
|
|
3836
|
+
"text": "ICellRendererParams"
|
|
3956
3837
|
}
|
|
3957
3838
|
}
|
|
3958
3839
|
]
|
|
3959
3840
|
},
|
|
3960
|
-
{
|
|
3961
|
-
"kind": "method",
|
|
3962
|
-
"name": "getValue"
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"kind": "method",
|
|
3966
|
-
"name": "isPopup",
|
|
3967
|
-
"return": {
|
|
3968
|
-
"type": {
|
|
3969
|
-
"text": "boolean"
|
|
3970
|
-
}
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"kind": "method",
|
|
3975
|
-
"name": "changeHandler",
|
|
3976
|
-
"parameters": [
|
|
3977
|
-
{
|
|
3978
|
-
"name": "event"
|
|
3979
|
-
}
|
|
3980
|
-
]
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
"kind": "method",
|
|
3984
|
-
"name": "isCancelBeforeStart"
|
|
3985
|
-
},
|
|
3986
3841
|
{
|
|
3987
3842
|
"kind": "field",
|
|
3988
3843
|
"name": "_presentation",
|
|
@@ -4099,115 +3954,133 @@
|
|
|
4099
3954
|
"name": "FoundationElement",
|
|
4100
3955
|
"package": "@microsoft/fast-foundation"
|
|
4101
3956
|
},
|
|
4102
|
-
"tagName": "%%prefix%%-
|
|
3957
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4103
3958
|
"customElement": true
|
|
4104
3959
|
},
|
|
4105
3960
|
{
|
|
4106
3961
|
"kind": "variable",
|
|
4107
|
-
"name": "
|
|
4108
|
-
"
|
|
4109
|
-
"description": "The AG Select Renderer Styles.",
|
|
3962
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3963
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4110
3964
|
"privacy": "public"
|
|
4111
3965
|
},
|
|
4112
3966
|
{
|
|
4113
3967
|
"kind": "function",
|
|
4114
|
-
"name": "
|
|
4115
|
-
"parameters": [
|
|
4116
|
-
{
|
|
4117
|
-
"name": "designSystem",
|
|
4118
|
-
"default": "'foundation'",
|
|
4119
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4120
|
-
}
|
|
4121
|
-
],
|
|
4122
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3968
|
+
"name": "getActionsMenuDef",
|
|
4123
3969
|
"return": {
|
|
4124
3970
|
"type": {
|
|
4125
3971
|
"text": ""
|
|
4126
3972
|
}
|
|
4127
3973
|
},
|
|
4128
|
-
"
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
3974
|
+
"parameters": [
|
|
3975
|
+
{
|
|
3976
|
+
"name": "actions",
|
|
3977
|
+
"type": {
|
|
3978
|
+
"text": "ActionMenuItem[]"
|
|
3979
|
+
},
|
|
3980
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"name": "overrideDef",
|
|
3984
|
+
"default": "{}",
|
|
3985
|
+
"type": {
|
|
3986
|
+
"text": "ColDef"
|
|
3987
|
+
},
|
|
3988
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "customActionsOpenerName",
|
|
3992
|
+
"default": "'⋮'",
|
|
3993
|
+
"type": {
|
|
3994
|
+
"text": "string"
|
|
3995
|
+
},
|
|
3996
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "isVertical",
|
|
4000
|
+
"default": "false",
|
|
4001
|
+
"type": {
|
|
4002
|
+
"text": "boolean"
|
|
4003
|
+
},
|
|
4004
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"name": "buttonAppearance",
|
|
4008
|
+
"optional": true,
|
|
4009
|
+
"type": {
|
|
4010
|
+
"text": "string"
|
|
4011
|
+
},
|
|
4012
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4013
|
+
}
|
|
4014
|
+
],
|
|
4015
|
+
"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).",
|
|
4133
4016
|
"privacy": "public"
|
|
4134
4017
|
}
|
|
4135
4018
|
],
|
|
4136
4019
|
"exports": [
|
|
4137
4020
|
{
|
|
4138
4021
|
"kind": "js",
|
|
4139
|
-
"name": "
|
|
4140
|
-
"declaration": {
|
|
4141
|
-
"name": "MultiselectEditor",
|
|
4142
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"kind": "js",
|
|
4147
|
-
"name": "agMultiselectEditorStyles",
|
|
4022
|
+
"name": "ActionsMenuRenderer",
|
|
4148
4023
|
"declaration": {
|
|
4149
|
-
"name": "
|
|
4150
|
-
"module": "src/cell-
|
|
4024
|
+
"name": "ActionsMenuRenderer",
|
|
4025
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4151
4026
|
}
|
|
4152
4027
|
},
|
|
4153
4028
|
{
|
|
4154
4029
|
"kind": "js",
|
|
4155
|
-
"name": "
|
|
4030
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4156
4031
|
"declaration": {
|
|
4157
|
-
"name": "
|
|
4158
|
-
"module": "src/cell-
|
|
4032
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4033
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4159
4034
|
}
|
|
4160
4035
|
},
|
|
4161
4036
|
{
|
|
4162
4037
|
"kind": "js",
|
|
4163
|
-
"name": "
|
|
4038
|
+
"name": "getActionsMenuDef",
|
|
4164
4039
|
"declaration": {
|
|
4165
|
-
"name": "
|
|
4166
|
-
"module": "src/cell-
|
|
4040
|
+
"name": "getActionsMenuDef",
|
|
4041
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4167
4042
|
}
|
|
4168
4043
|
}
|
|
4169
4044
|
]
|
|
4170
4045
|
},
|
|
4171
4046
|
{
|
|
4172
4047
|
"kind": "javascript-module",
|
|
4173
|
-
"path": "src/cell-
|
|
4048
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4174
4049
|
"declarations": [
|
|
4175
4050
|
{
|
|
4176
4051
|
"kind": "class",
|
|
4177
|
-
"description": "The AG
|
|
4178
|
-
"name": "
|
|
4052
|
+
"description": "The AG Boolean Renderer element.",
|
|
4053
|
+
"name": "BooleanRenderer",
|
|
4179
4054
|
"members": [
|
|
4180
4055
|
{
|
|
4181
4056
|
"kind": "field",
|
|
4182
4057
|
"name": "params",
|
|
4183
4058
|
"type": {
|
|
4184
|
-
"text": "
|
|
4185
|
-
},
|
|
4186
|
-
"privacy": "public"
|
|
4187
|
-
},
|
|
4188
|
-
{
|
|
4189
|
-
"kind": "field",
|
|
4190
|
-
"name": "value",
|
|
4191
|
-
"type": {
|
|
4192
|
-
"text": "number"
|
|
4059
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4193
4060
|
},
|
|
4194
4061
|
"privacy": "public"
|
|
4195
4062
|
},
|
|
4196
4063
|
{
|
|
4197
4064
|
"kind": "field",
|
|
4198
|
-
"name": "
|
|
4065
|
+
"name": "selected",
|
|
4199
4066
|
"type": {
|
|
4200
|
-
"text": "
|
|
4201
|
-
}
|
|
4202
|
-
"privacy": "public"
|
|
4067
|
+
"text": "boolean"
|
|
4068
|
+
}
|
|
4203
4069
|
},
|
|
4204
4070
|
{
|
|
4205
|
-
"kind": "
|
|
4206
|
-
"name": "
|
|
4207
|
-
"
|
|
4208
|
-
|
|
4071
|
+
"kind": "method",
|
|
4072
|
+
"name": "isDisabled",
|
|
4073
|
+
"privacy": "public",
|
|
4074
|
+
"return": {
|
|
4075
|
+
"type": {
|
|
4076
|
+
"text": "boolean"
|
|
4077
|
+
}
|
|
4209
4078
|
},
|
|
4210
|
-
"
|
|
4079
|
+
"parameters": [
|
|
4080
|
+
{
|
|
4081
|
+
"name": "data"
|
|
4082
|
+
}
|
|
4083
|
+
]
|
|
4211
4084
|
},
|
|
4212
4085
|
{
|
|
4213
4086
|
"kind": "method",
|
|
@@ -4217,7 +4090,7 @@
|
|
|
4217
4090
|
{
|
|
4218
4091
|
"name": "params",
|
|
4219
4092
|
"type": {
|
|
4220
|
-
"text": "
|
|
4093
|
+
"text": "ICellRendererParams"
|
|
4221
4094
|
}
|
|
4222
4095
|
}
|
|
4223
4096
|
]
|
|
@@ -4232,20 +4105,20 @@
|
|
|
4232
4105
|
}
|
|
4233
4106
|
}
|
|
4234
4107
|
},
|
|
4108
|
+
{
|
|
4109
|
+
"kind": "method",
|
|
4110
|
+
"name": "destroy",
|
|
4111
|
+
"privacy": "public"
|
|
4112
|
+
},
|
|
4235
4113
|
{
|
|
4236
4114
|
"kind": "method",
|
|
4237
4115
|
"name": "refresh",
|
|
4238
4116
|
"privacy": "public",
|
|
4239
|
-
"return": {
|
|
4240
|
-
"type": {
|
|
4241
|
-
"text": "boolean"
|
|
4242
|
-
}
|
|
4243
|
-
},
|
|
4244
4117
|
"parameters": [
|
|
4245
4118
|
{
|
|
4246
4119
|
"name": "params",
|
|
4247
4120
|
"type": {
|
|
4248
|
-
"text": "
|
|
4121
|
+
"text": "ICellRendererParams"
|
|
4249
4122
|
}
|
|
4250
4123
|
}
|
|
4251
4124
|
]
|
|
@@ -4254,28 +4127,6 @@
|
|
|
4254
4127
|
"kind": "method",
|
|
4255
4128
|
"name": "getValue"
|
|
4256
4129
|
},
|
|
4257
|
-
{
|
|
4258
|
-
"kind": "method",
|
|
4259
|
-
"name": "isPopup",
|
|
4260
|
-
"return": {
|
|
4261
|
-
"type": {
|
|
4262
|
-
"text": "boolean"
|
|
4263
|
-
}
|
|
4264
|
-
}
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
"kind": "method",
|
|
4268
|
-
"name": "afterGuiAttached"
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"kind": "method",
|
|
4272
|
-
"name": "changeHandler",
|
|
4273
|
-
"parameters": [
|
|
4274
|
-
{
|
|
4275
|
-
"name": "event"
|
|
4276
|
-
}
|
|
4277
|
-
]
|
|
4278
|
-
},
|
|
4279
4130
|
{
|
|
4280
4131
|
"kind": "method",
|
|
4281
4132
|
"name": "isCancelBeforeStart"
|
|
@@ -4396,19 +4247,19 @@
|
|
|
4396
4247
|
"name": "FoundationElement",
|
|
4397
4248
|
"package": "@microsoft/fast-foundation"
|
|
4398
4249
|
},
|
|
4399
|
-
"tagName": "%%prefix%%-
|
|
4250
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4400
4251
|
"customElement": true
|
|
4401
4252
|
},
|
|
4402
4253
|
{
|
|
4403
4254
|
"kind": "variable",
|
|
4404
|
-
"name": "
|
|
4405
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4406
|
-
"description": "The AG
|
|
4255
|
+
"name": "agBooleanRendererStyles",
|
|
4256
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4257
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4407
4258
|
"privacy": "public"
|
|
4408
4259
|
},
|
|
4409
4260
|
{
|
|
4410
4261
|
"kind": "function",
|
|
4411
|
-
"name": "
|
|
4262
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4412
4263
|
"parameters": [
|
|
4413
4264
|
{
|
|
4414
4265
|
"name": "designSystem",
|
|
@@ -4416,7 +4267,7 @@
|
|
|
4416
4267
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4417
4268
|
}
|
|
4418
4269
|
],
|
|
4419
|
-
"description": "Get a Design System prefixed
|
|
4270
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4420
4271
|
"return": {
|
|
4421
4272
|
"type": {
|
|
4422
4273
|
"text": ""
|
|
@@ -4426,85 +4277,61 @@
|
|
|
4426
4277
|
},
|
|
4427
4278
|
{
|
|
4428
4279
|
"kind": "variable",
|
|
4429
|
-
"name": "
|
|
4280
|
+
"name": "foundationAgBooleanRenderer",
|
|
4281
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4430
4282
|
"privacy": "public"
|
|
4431
4283
|
}
|
|
4432
4284
|
],
|
|
4433
4285
|
"exports": [
|
|
4434
4286
|
{
|
|
4435
4287
|
"kind": "js",
|
|
4436
|
-
"name": "
|
|
4288
|
+
"name": "BooleanRenderer",
|
|
4437
4289
|
"declaration": {
|
|
4438
|
-
"name": "
|
|
4439
|
-
"module": "src/cell-
|
|
4290
|
+
"name": "BooleanRenderer",
|
|
4291
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4440
4292
|
}
|
|
4441
4293
|
},
|
|
4442
4294
|
{
|
|
4443
4295
|
"kind": "js",
|
|
4444
|
-
"name": "
|
|
4296
|
+
"name": "agBooleanRendererStyles",
|
|
4445
4297
|
"declaration": {
|
|
4446
|
-
"name": "
|
|
4447
|
-
"module": "src/cell-
|
|
4298
|
+
"name": "agBooleanRendererStyles",
|
|
4299
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4448
4300
|
}
|
|
4449
4301
|
},
|
|
4450
4302
|
{
|
|
4451
4303
|
"kind": "js",
|
|
4452
|
-
"name": "
|
|
4304
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4453
4305
|
"declaration": {
|
|
4454
|
-
"name": "
|
|
4455
|
-
"module": "src/cell-
|
|
4306
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4307
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4456
4308
|
}
|
|
4457
4309
|
},
|
|
4458
4310
|
{
|
|
4459
4311
|
"kind": "js",
|
|
4460
|
-
"name": "
|
|
4312
|
+
"name": "foundationAgBooleanRenderer",
|
|
4461
4313
|
"declaration": {
|
|
4462
|
-
"name": "
|
|
4463
|
-
"module": "src/cell-
|
|
4314
|
+
"name": "foundationAgBooleanRenderer",
|
|
4315
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4464
4316
|
}
|
|
4465
4317
|
}
|
|
4466
4318
|
]
|
|
4467
4319
|
},
|
|
4468
4320
|
{
|
|
4469
4321
|
"kind": "javascript-module",
|
|
4470
|
-
"path": "src/cell-
|
|
4322
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4471
4323
|
"declarations": [
|
|
4472
4324
|
{
|
|
4473
4325
|
"kind": "class",
|
|
4474
|
-
"description": "The AG
|
|
4475
|
-
"name": "
|
|
4326
|
+
"description": "The AG Editable Renderer element.",
|
|
4327
|
+
"name": "EditableRenderer",
|
|
4476
4328
|
"members": [
|
|
4477
4329
|
{
|
|
4478
4330
|
"kind": "field",
|
|
4479
|
-
"name": "
|
|
4480
|
-
"type": {
|
|
4481
|
-
"text": "SelectEditorParams"
|
|
4482
|
-
},
|
|
4483
|
-
"privacy": "public"
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "field",
|
|
4487
|
-
"name": "value",
|
|
4331
|
+
"name": "valueFormatted",
|
|
4488
4332
|
"type": {
|
|
4489
4333
|
"text": "string"
|
|
4490
|
-
}
|
|
4491
|
-
"privacy": "public"
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "field",
|
|
4495
|
-
"name": "actualWidth",
|
|
4496
|
-
"type": {
|
|
4497
|
-
"text": "number"
|
|
4498
|
-
},
|
|
4499
|
-
"privacy": "public"
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"kind": "field",
|
|
4503
|
-
"name": "combobox",
|
|
4504
|
-
"type": {
|
|
4505
|
-
"text": "any"
|
|
4506
|
-
},
|
|
4507
|
-
"privacy": "public"
|
|
4334
|
+
}
|
|
4508
4335
|
},
|
|
4509
4336
|
{
|
|
4510
4337
|
"kind": "method",
|
|
@@ -4514,7 +4341,7 @@
|
|
|
4514
4341
|
{
|
|
4515
4342
|
"name": "params",
|
|
4516
4343
|
"type": {
|
|
4517
|
-
"text": "
|
|
4344
|
+
"text": "ICellRendererParams"
|
|
4518
4345
|
}
|
|
4519
4346
|
}
|
|
4520
4347
|
]
|
|
@@ -4533,61 +4360,26 @@
|
|
|
4533
4360
|
"kind": "method",
|
|
4534
4361
|
"name": "refresh",
|
|
4535
4362
|
"privacy": "public",
|
|
4536
|
-
"return": {
|
|
4537
|
-
"type": {
|
|
4538
|
-
"text": "boolean"
|
|
4539
|
-
}
|
|
4540
|
-
},
|
|
4541
4363
|
"parameters": [
|
|
4542
4364
|
{
|
|
4543
4365
|
"name": "params",
|
|
4544
4366
|
"type": {
|
|
4545
|
-
"text": "
|
|
4367
|
+
"text": "ICellRendererParams"
|
|
4546
4368
|
}
|
|
4547
4369
|
}
|
|
4548
4370
|
]
|
|
4549
4371
|
},
|
|
4550
4372
|
{
|
|
4551
|
-
"kind": "
|
|
4552
|
-
"name": "
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
{
|
|
4564
|
-
"kind": "method",
|
|
4565
|
-
"name": "afterGuiAttached"
|
|
4566
|
-
},
|
|
4567
|
-
{
|
|
4568
|
-
"kind": "method",
|
|
4569
|
-
"name": "changeHandler",
|
|
4570
|
-
"parameters": [
|
|
4571
|
-
{
|
|
4572
|
-
"name": "event"
|
|
4573
|
-
}
|
|
4574
|
-
]
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"kind": "method",
|
|
4578
|
-
"name": "isCancelBeforeStart"
|
|
4579
|
-
},
|
|
4580
|
-
{
|
|
4581
|
-
"kind": "field",
|
|
4582
|
-
"name": "_presentation",
|
|
4583
|
-
"type": {
|
|
4584
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4585
|
-
},
|
|
4586
|
-
"privacy": "private",
|
|
4587
|
-
"default": "void 0",
|
|
4588
|
-
"inheritedFrom": {
|
|
4589
|
-
"name": "FoundationElement",
|
|
4590
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4373
|
+
"kind": "field",
|
|
4374
|
+
"name": "_presentation",
|
|
4375
|
+
"type": {
|
|
4376
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4377
|
+
},
|
|
4378
|
+
"privacy": "private",
|
|
4379
|
+
"default": "void 0",
|
|
4380
|
+
"inheritedFrom": {
|
|
4381
|
+
"name": "FoundationElement",
|
|
4382
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4591
4383
|
}
|
|
4592
4384
|
},
|
|
4593
4385
|
{
|
|
@@ -4693,19 +4485,19 @@
|
|
|
4693
4485
|
"name": "FoundationElement",
|
|
4694
4486
|
"package": "@microsoft/fast-foundation"
|
|
4695
4487
|
},
|
|
4696
|
-
"tagName": "%%prefix%%-
|
|
4488
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4697
4489
|
"customElement": true
|
|
4698
4490
|
},
|
|
4699
4491
|
{
|
|
4700
4492
|
"kind": "variable",
|
|
4701
|
-
"name": "
|
|
4702
|
-
"default": "css
|
|
4703
|
-
"description": "The AG
|
|
4493
|
+
"name": "agEditableRendererStyles",
|
|
4494
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4495
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4704
4496
|
"privacy": "public"
|
|
4705
4497
|
},
|
|
4706
4498
|
{
|
|
4707
4499
|
"kind": "function",
|
|
4708
|
-
"name": "
|
|
4500
|
+
"name": "getAgEditableRendererTemplate",
|
|
4709
4501
|
"parameters": [
|
|
4710
4502
|
{
|
|
4711
4503
|
"name": "designSystem",
|
|
@@ -4713,7 +4505,7 @@
|
|
|
4713
4505
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4714
4506
|
}
|
|
4715
4507
|
],
|
|
4716
|
-
"description": "Get a Design System prefixed
|
|
4508
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4717
4509
|
"return": {
|
|
4718
4510
|
"type": {
|
|
4719
4511
|
"text": ""
|
|
@@ -4723,59 +4515,131 @@
|
|
|
4723
4515
|
},
|
|
4724
4516
|
{
|
|
4725
4517
|
"kind": "variable",
|
|
4726
|
-
"name": "
|
|
4518
|
+
"name": "foundationAgEditableRenderer",
|
|
4519
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4727
4520
|
"privacy": "public"
|
|
4728
4521
|
}
|
|
4729
4522
|
],
|
|
4730
4523
|
"exports": [
|
|
4731
4524
|
{
|
|
4732
4525
|
"kind": "js",
|
|
4733
|
-
"name": "
|
|
4526
|
+
"name": "EditableRenderer",
|
|
4734
4527
|
"declaration": {
|
|
4735
|
-
"name": "
|
|
4736
|
-
"module": "src/cell-
|
|
4528
|
+
"name": "EditableRenderer",
|
|
4529
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4737
4530
|
}
|
|
4738
4531
|
},
|
|
4739
4532
|
{
|
|
4740
4533
|
"kind": "js",
|
|
4741
|
-
"name": "
|
|
4534
|
+
"name": "agEditableRendererStyles",
|
|
4742
4535
|
"declaration": {
|
|
4743
|
-
"name": "
|
|
4744
|
-
"module": "src/cell-
|
|
4536
|
+
"name": "agEditableRendererStyles",
|
|
4537
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4745
4538
|
}
|
|
4746
4539
|
},
|
|
4747
4540
|
{
|
|
4748
4541
|
"kind": "js",
|
|
4749
|
-
"name": "
|
|
4542
|
+
"name": "getAgEditableRendererTemplate",
|
|
4750
4543
|
"declaration": {
|
|
4751
|
-
"name": "
|
|
4752
|
-
"module": "src/cell-
|
|
4544
|
+
"name": "getAgEditableRendererTemplate",
|
|
4545
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4753
4546
|
}
|
|
4754
4547
|
},
|
|
4755
4548
|
{
|
|
4756
4549
|
"kind": "js",
|
|
4757
|
-
"name": "
|
|
4550
|
+
"name": "foundationAgEditableRenderer",
|
|
4758
4551
|
"declaration": {
|
|
4759
|
-
"name": "
|
|
4760
|
-
"module": "src/cell-
|
|
4552
|
+
"name": "foundationAgEditableRenderer",
|
|
4553
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4761
4554
|
}
|
|
4762
4555
|
}
|
|
4763
4556
|
]
|
|
4764
4557
|
},
|
|
4765
4558
|
{
|
|
4766
4559
|
"kind": "javascript-module",
|
|
4767
|
-
"path": "src/cell-
|
|
4560
|
+
"path": "src/cell-renderers/index.ts",
|
|
4561
|
+
"declarations": [],
|
|
4562
|
+
"exports": [
|
|
4563
|
+
{
|
|
4564
|
+
"kind": "js",
|
|
4565
|
+
"name": "*",
|
|
4566
|
+
"declaration": {
|
|
4567
|
+
"name": "*",
|
|
4568
|
+
"package": "./action.renderer"
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"kind": "js",
|
|
4573
|
+
"name": "*",
|
|
4574
|
+
"declaration": {
|
|
4575
|
+
"name": "*",
|
|
4576
|
+
"package": "./actions-menu.renderer"
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"kind": "js",
|
|
4581
|
+
"name": "*",
|
|
4582
|
+
"declaration": {
|
|
4583
|
+
"name": "*",
|
|
4584
|
+
"package": "./boolean.renderer"
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"kind": "js",
|
|
4589
|
+
"name": "*",
|
|
4590
|
+
"declaration": {
|
|
4591
|
+
"name": "*",
|
|
4592
|
+
"package": "./editable.renderer"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"kind": "js",
|
|
4597
|
+
"name": "*",
|
|
4598
|
+
"declaration": {
|
|
4599
|
+
"name": "*",
|
|
4600
|
+
"package": "./text.renderer"
|
|
4601
|
+
}
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"kind": "js",
|
|
4605
|
+
"name": "*",
|
|
4606
|
+
"declaration": {
|
|
4607
|
+
"name": "*",
|
|
4608
|
+
"package": "./text-field.renderer"
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "js",
|
|
4613
|
+
"name": "*",
|
|
4614
|
+
"declaration": {
|
|
4615
|
+
"name": "*",
|
|
4616
|
+
"package": "./status-pill.renderer"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4619
|
+
{
|
|
4620
|
+
"kind": "js",
|
|
4621
|
+
"name": "*",
|
|
4622
|
+
"declaration": {
|
|
4623
|
+
"name": "*",
|
|
4624
|
+
"package": "./select.renderer"
|
|
4625
|
+
}
|
|
4626
|
+
}
|
|
4627
|
+
]
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"kind": "javascript-module",
|
|
4631
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4768
4632
|
"declarations": [
|
|
4769
4633
|
{
|
|
4770
4634
|
"kind": "class",
|
|
4771
|
-
"description": "The AG
|
|
4772
|
-
"name": "
|
|
4635
|
+
"description": "The AG Select Renderer element.",
|
|
4636
|
+
"name": "SelectRenderer",
|
|
4773
4637
|
"members": [
|
|
4774
4638
|
{
|
|
4775
4639
|
"kind": "field",
|
|
4776
4640
|
"name": "params",
|
|
4777
4641
|
"type": {
|
|
4778
|
-
"text": "
|
|
4642
|
+
"text": "SelectCellRendererParams"
|
|
4779
4643
|
},
|
|
4780
4644
|
"privacy": "public"
|
|
4781
4645
|
},
|
|
@@ -4787,22 +4651,6 @@
|
|
|
4787
4651
|
},
|
|
4788
4652
|
"privacy": "public"
|
|
4789
4653
|
},
|
|
4790
|
-
{
|
|
4791
|
-
"kind": "field",
|
|
4792
|
-
"name": "actualWidth",
|
|
4793
|
-
"type": {
|
|
4794
|
-
"text": "number"
|
|
4795
|
-
},
|
|
4796
|
-
"privacy": "public"
|
|
4797
|
-
},
|
|
4798
|
-
{
|
|
4799
|
-
"kind": "field",
|
|
4800
|
-
"name": "input",
|
|
4801
|
-
"type": {
|
|
4802
|
-
"text": "any"
|
|
4803
|
-
},
|
|
4804
|
-
"privacy": "public"
|
|
4805
|
-
},
|
|
4806
4654
|
{
|
|
4807
4655
|
"kind": "method",
|
|
4808
4656
|
"name": "init",
|
|
@@ -4811,7 +4659,7 @@
|
|
|
4811
4659
|
{
|
|
4812
4660
|
"name": "params",
|
|
4813
4661
|
"type": {
|
|
4814
|
-
"text": "
|
|
4662
|
+
"text": "SelectCellRendererParams"
|
|
4815
4663
|
}
|
|
4816
4664
|
}
|
|
4817
4665
|
]
|
|
@@ -4826,6 +4674,16 @@
|
|
|
4826
4674
|
}
|
|
4827
4675
|
}
|
|
4828
4676
|
},
|
|
4677
|
+
{
|
|
4678
|
+
"kind": "method",
|
|
4679
|
+
"name": "destroy",
|
|
4680
|
+
"privacy": "public",
|
|
4681
|
+
"return": {
|
|
4682
|
+
"type": {
|
|
4683
|
+
"text": "void"
|
|
4684
|
+
}
|
|
4685
|
+
}
|
|
4686
|
+
},
|
|
4829
4687
|
{
|
|
4830
4688
|
"kind": "method",
|
|
4831
4689
|
"name": "refresh",
|
|
@@ -4839,41 +4697,31 @@
|
|
|
4839
4697
|
{
|
|
4840
4698
|
"name": "params",
|
|
4841
4699
|
"type": {
|
|
4842
|
-
"text": "
|
|
4700
|
+
"text": "SelectCellRendererParams"
|
|
4843
4701
|
}
|
|
4844
4702
|
}
|
|
4845
4703
|
]
|
|
4846
4704
|
},
|
|
4847
4705
|
{
|
|
4848
|
-
"kind": "
|
|
4849
|
-
"name": "
|
|
4706
|
+
"kind": "field",
|
|
4707
|
+
"name": "selectionChanged",
|
|
4708
|
+
"privacy": "public"
|
|
4850
4709
|
},
|
|
4851
4710
|
{
|
|
4852
4711
|
"kind": "method",
|
|
4853
|
-
"name": "
|
|
4712
|
+
"name": "isDisabled",
|
|
4713
|
+
"privacy": "public",
|
|
4854
4714
|
"return": {
|
|
4855
4715
|
"type": {
|
|
4856
4716
|
"text": "boolean"
|
|
4857
4717
|
}
|
|
4858
|
-
}
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"kind": "method",
|
|
4862
|
-
"name": "afterGuiAttached"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"kind": "method",
|
|
4866
|
-
"name": "changeHandler",
|
|
4718
|
+
},
|
|
4867
4719
|
"parameters": [
|
|
4868
4720
|
{
|
|
4869
|
-
"name": "
|
|
4721
|
+
"name": "data"
|
|
4870
4722
|
}
|
|
4871
4723
|
]
|
|
4872
4724
|
},
|
|
4873
|
-
{
|
|
4874
|
-
"kind": "method",
|
|
4875
|
-
"name": "isCancelBeforeStart"
|
|
4876
|
-
},
|
|
4877
4725
|
{
|
|
4878
4726
|
"kind": "field",
|
|
4879
4727
|
"name": "_presentation",
|
|
@@ -4990,27 +4838,30 @@
|
|
|
4990
4838
|
"name": "FoundationElement",
|
|
4991
4839
|
"package": "@microsoft/fast-foundation"
|
|
4992
4840
|
},
|
|
4993
|
-
"tagName": "%%prefix%%-
|
|
4841
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
4994
4842
|
"customElement": true
|
|
4995
4843
|
},
|
|
4996
4844
|
{
|
|
4997
4845
|
"kind": "variable",
|
|
4998
|
-
"name": "
|
|
4999
|
-
"default": "css`\n :host {\n
|
|
5000
|
-
"description": "The AG
|
|
4846
|
+
"name": "agSelectRendererStyles",
|
|
4847
|
+
"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`",
|
|
4848
|
+
"description": "The AG Select Renderer Styles.",
|
|
5001
4849
|
"privacy": "public"
|
|
5002
4850
|
},
|
|
5003
4851
|
{
|
|
5004
4852
|
"kind": "function",
|
|
5005
|
-
"name": "
|
|
4853
|
+
"name": "getSelectRendererTemplate",
|
|
5006
4854
|
"parameters": [
|
|
5007
4855
|
{
|
|
5008
4856
|
"name": "designSystem",
|
|
5009
4857
|
"default": "'foundation'",
|
|
4858
|
+
"type": {
|
|
4859
|
+
"text": "string"
|
|
4860
|
+
},
|
|
5010
4861
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5011
4862
|
}
|
|
5012
4863
|
],
|
|
5013
|
-
"description": "Get a Design System prefixed
|
|
4864
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5014
4865
|
"return": {
|
|
5015
4866
|
"type": {
|
|
5016
4867
|
"text": ""
|
|
@@ -5020,180 +4871,122 @@
|
|
|
5020
4871
|
},
|
|
5021
4872
|
{
|
|
5022
4873
|
"kind": "variable",
|
|
5023
|
-
"name": "
|
|
4874
|
+
"name": "foundationAgSelectRenderer",
|
|
4875
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5024
4876
|
"privacy": "public"
|
|
5025
4877
|
}
|
|
5026
4878
|
],
|
|
5027
4879
|
"exports": [
|
|
5028
4880
|
{
|
|
5029
4881
|
"kind": "js",
|
|
5030
|
-
"name": "
|
|
4882
|
+
"name": "SelectRenderer",
|
|
5031
4883
|
"declaration": {
|
|
5032
|
-
"name": "
|
|
5033
|
-
"module": "src/cell-
|
|
4884
|
+
"name": "SelectRenderer",
|
|
4885
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5034
4886
|
}
|
|
5035
4887
|
},
|
|
5036
4888
|
{
|
|
5037
4889
|
"kind": "js",
|
|
5038
|
-
"name": "
|
|
4890
|
+
"name": "agSelectRendererStyles",
|
|
5039
4891
|
"declaration": {
|
|
5040
|
-
"name": "
|
|
5041
|
-
"module": "src/cell-
|
|
4892
|
+
"name": "agSelectRendererStyles",
|
|
4893
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5042
4894
|
}
|
|
5043
4895
|
},
|
|
5044
4896
|
{
|
|
5045
4897
|
"kind": "js",
|
|
5046
|
-
"name": "
|
|
4898
|
+
"name": "getSelectRendererTemplate",
|
|
5047
4899
|
"declaration": {
|
|
5048
|
-
"name": "
|
|
5049
|
-
"module": "src/cell-
|
|
4900
|
+
"name": "getSelectRendererTemplate",
|
|
4901
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5050
4902
|
}
|
|
5051
4903
|
},
|
|
5052
4904
|
{
|
|
5053
4905
|
"kind": "js",
|
|
5054
|
-
"name": "
|
|
4906
|
+
"name": "foundationAgSelectRenderer",
|
|
5055
4907
|
"declaration": {
|
|
5056
|
-
"name": "
|
|
5057
|
-
"module": "src/cell-
|
|
4908
|
+
"name": "foundationAgSelectRenderer",
|
|
4909
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5058
4910
|
}
|
|
5059
4911
|
}
|
|
5060
4912
|
]
|
|
5061
4913
|
},
|
|
5062
4914
|
{
|
|
5063
4915
|
"kind": "javascript-module",
|
|
5064
|
-
"path": "src/
|
|
4916
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5065
4917
|
"declarations": [
|
|
5066
4918
|
{
|
|
5067
4919
|
"kind": "variable",
|
|
5068
|
-
"name": "
|
|
5069
|
-
"default": "
|
|
5070
|
-
"description": "The
|
|
4920
|
+
"name": "agStatusPillRendererStyles",
|
|
4921
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
4922
|
+
"description": "The Status Pill Renderer Styles.",
|
|
5071
4923
|
"privacy": "public"
|
|
5072
|
-
}
|
|
5073
|
-
],
|
|
5074
|
-
"exports": [
|
|
4924
|
+
},
|
|
5075
4925
|
{
|
|
5076
|
-
"kind": "
|
|
5077
|
-
"name": "
|
|
5078
|
-
"
|
|
5079
|
-
"name": "ColumnTemplate",
|
|
5080
|
-
"module": "src/column/column.template.ts"
|
|
5081
|
-
}
|
|
5082
|
-
}
|
|
5083
|
-
]
|
|
5084
|
-
},
|
|
5085
|
-
{
|
|
5086
|
-
"kind": "javascript-module",
|
|
5087
|
-
"path": "src/column/column.ts",
|
|
5088
|
-
"declarations": [
|
|
5089
|
-
{
|
|
5090
|
-
"kind": "class",
|
|
5091
|
-
"description": "The Grid Pro Column element.",
|
|
5092
|
-
"name": "GridProColumn",
|
|
5093
|
-
"members": [
|
|
4926
|
+
"kind": "function",
|
|
4927
|
+
"name": "getStatusPillRendererTemplate",
|
|
4928
|
+
"parameters": [
|
|
5094
4929
|
{
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
4930
|
+
"name": "designSystem",
|
|
4931
|
+
"default": "'rapid'",
|
|
5097
4932
|
"type": {
|
|
5098
|
-
"text": "
|
|
4933
|
+
"text": "string"
|
|
5099
4934
|
},
|
|
5100
|
-
"
|
|
5101
|
-
}
|
|
4935
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
4936
|
+
}
|
|
4937
|
+
],
|
|
4938
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
4939
|
+
"return": {
|
|
4940
|
+
"type": {
|
|
4941
|
+
"text": ""
|
|
4942
|
+
}
|
|
4943
|
+
},
|
|
4944
|
+
"privacy": "public"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"kind": "class",
|
|
4948
|
+
"description": "The AG Status Pill Renderer element.",
|
|
4949
|
+
"name": "StatusPillRenderer",
|
|
4950
|
+
"members": [
|
|
5102
4951
|
{
|
|
5103
4952
|
"kind": "field",
|
|
5104
|
-
"name": "
|
|
4953
|
+
"name": "params",
|
|
5105
4954
|
"type": {
|
|
5106
|
-
"text": "
|
|
5107
|
-
},
|
|
5108
|
-
"default": "{}"
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"kind": "method",
|
|
5112
|
-
"name": "slottedAgCellChanged",
|
|
5113
|
-
"privacy": "public"
|
|
5114
|
-
},
|
|
5115
|
-
{
|
|
5116
|
-
"kind": "method",
|
|
5117
|
-
"name": "deepClone",
|
|
5118
|
-
"return": {
|
|
5119
|
-
"type": {
|
|
5120
|
-
"text": "Node"
|
|
5121
|
-
}
|
|
5122
|
-
},
|
|
5123
|
-
"inheritedFrom": {
|
|
5124
|
-
"name": "LifecycleMixin",
|
|
5125
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4955
|
+
"text": "StatusPillRendererParams"
|
|
5126
4956
|
}
|
|
5127
4957
|
},
|
|
5128
4958
|
{
|
|
5129
4959
|
"kind": "method",
|
|
5130
|
-
"name": "
|
|
5131
|
-
"return": {
|
|
5132
|
-
"type": {
|
|
5133
|
-
"text": "Node"
|
|
5134
|
-
}
|
|
5135
|
-
},
|
|
4960
|
+
"name": "init",
|
|
5136
4961
|
"parameters": [
|
|
5137
4962
|
{
|
|
5138
|
-
"name": "
|
|
5139
|
-
"optional": true,
|
|
4963
|
+
"name": "params",
|
|
5140
4964
|
"type": {
|
|
5141
|
-
"text": "
|
|
4965
|
+
"text": "StatusPillRendererParams"
|
|
5142
4966
|
}
|
|
5143
4967
|
}
|
|
5144
|
-
]
|
|
5145
|
-
"inheritedFrom": {
|
|
5146
|
-
"name": "LifecycleMixin",
|
|
5147
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5148
|
-
}
|
|
4968
|
+
]
|
|
5149
4969
|
},
|
|
5150
4970
|
{
|
|
5151
|
-
"kind": "
|
|
5152
|
-
"name": "
|
|
5153
|
-
"return": {
|
|
5154
|
-
"type": {
|
|
5155
|
-
"text": ""
|
|
5156
|
-
}
|
|
5157
|
-
},
|
|
5158
|
-
"readonly": true,
|
|
5159
|
-
"inheritedFrom": {
|
|
5160
|
-
"name": "LifecycleMixin",
|
|
5161
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5162
|
-
}
|
|
4971
|
+
"kind": "method",
|
|
4972
|
+
"name": "getGui"
|
|
5163
4973
|
},
|
|
5164
4974
|
{
|
|
5165
|
-
"kind": "
|
|
5166
|
-
"name": "
|
|
5167
|
-
"
|
|
5168
|
-
|
|
5169
|
-
"
|
|
4975
|
+
"kind": "method",
|
|
4976
|
+
"name": "refresh",
|
|
4977
|
+
"parameters": [
|
|
4978
|
+
{
|
|
4979
|
+
"name": "params"
|
|
5170
4980
|
}
|
|
5171
|
-
|
|
5172
|
-
"readonly": true,
|
|
5173
|
-
"inheritedFrom": {
|
|
5174
|
-
"name": "LifecycleMixin",
|
|
5175
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5176
|
-
}
|
|
4981
|
+
]
|
|
5177
4982
|
},
|
|
5178
4983
|
{
|
|
5179
4984
|
"kind": "method",
|
|
5180
|
-
"name": "
|
|
4985
|
+
"name": "destroy",
|
|
5181
4986
|
"return": {
|
|
5182
4987
|
"type": {
|
|
5183
|
-
"text": "
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
|
-
"parameters": [
|
|
5187
|
-
{
|
|
5188
|
-
"name": "lifecycleType",
|
|
5189
|
-
"type": {
|
|
5190
|
-
"text": "Lifecycletype"
|
|
5191
|
-
}
|
|
4988
|
+
"text": "void"
|
|
5192
4989
|
}
|
|
5193
|
-
],
|
|
5194
|
-
"inheritedFrom": {
|
|
5195
|
-
"name": "LifecycleMixin",
|
|
5196
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5197
4990
|
}
|
|
5198
4991
|
},
|
|
5199
4992
|
{
|
|
@@ -5308,92 +5101,85 @@
|
|
|
5308
5101
|
}
|
|
5309
5102
|
}
|
|
5310
5103
|
],
|
|
5311
|
-
"mixins": [
|
|
5312
|
-
{
|
|
5313
|
-
"name": "LifecycleMixin",
|
|
5314
|
-
"package": "@genesislcap/foundation-utils"
|
|
5315
|
-
}
|
|
5316
|
-
],
|
|
5317
5104
|
"superclass": {
|
|
5318
5105
|
"name": "FoundationElement",
|
|
5319
5106
|
"package": "@microsoft/fast-foundation"
|
|
5320
5107
|
},
|
|
5321
|
-
"tagName": "
|
|
5108
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5322
5109
|
"customElement": true
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"kind": "variable",
|
|
5113
|
+
"name": "foundationStatusPillRenderer",
|
|
5114
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5115
|
+
"privacy": "public"
|
|
5323
5116
|
}
|
|
5324
5117
|
],
|
|
5325
5118
|
"exports": [
|
|
5326
5119
|
{
|
|
5327
5120
|
"kind": "js",
|
|
5328
|
-
"name": "
|
|
5121
|
+
"name": "agStatusPillRendererStyles",
|
|
5329
5122
|
"declaration": {
|
|
5330
|
-
"name": "
|
|
5331
|
-
"module": "src/
|
|
5123
|
+
"name": "agStatusPillRendererStyles",
|
|
5124
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5332
5125
|
}
|
|
5333
5126
|
},
|
|
5334
|
-
{
|
|
5335
|
-
"kind": "custom-element-definition",
|
|
5336
|
-
"name": "grid-pro-column",
|
|
5337
|
-
"declaration": {
|
|
5338
|
-
"name": "GridProColumn",
|
|
5339
|
-
"module": "src/column/column.ts"
|
|
5340
|
-
}
|
|
5341
|
-
}
|
|
5342
|
-
]
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "javascript-module",
|
|
5346
|
-
"path": "src/column/index.ts",
|
|
5347
|
-
"declarations": [],
|
|
5348
|
-
"exports": [
|
|
5349
5127
|
{
|
|
5350
5128
|
"kind": "js",
|
|
5351
|
-
"name": "
|
|
5129
|
+
"name": "getStatusPillRendererTemplate",
|
|
5352
5130
|
"declaration": {
|
|
5353
|
-
"name": "
|
|
5354
|
-
"
|
|
5131
|
+
"name": "getStatusPillRendererTemplate",
|
|
5132
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5355
5133
|
}
|
|
5356
5134
|
},
|
|
5357
5135
|
{
|
|
5358
5136
|
"kind": "js",
|
|
5359
|
-
"name": "
|
|
5137
|
+
"name": "StatusPillRenderer",
|
|
5360
5138
|
"declaration": {
|
|
5361
|
-
"name": "
|
|
5362
|
-
"
|
|
5139
|
+
"name": "StatusPillRenderer",
|
|
5140
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5363
5141
|
}
|
|
5364
5142
|
},
|
|
5365
5143
|
{
|
|
5366
5144
|
"kind": "js",
|
|
5367
|
-
"name": "
|
|
5145
|
+
"name": "foundationStatusPillRenderer",
|
|
5368
5146
|
"declaration": {
|
|
5369
|
-
"name": "
|
|
5370
|
-
"
|
|
5147
|
+
"name": "foundationStatusPillRenderer",
|
|
5148
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5371
5149
|
}
|
|
5372
5150
|
}
|
|
5373
5151
|
]
|
|
5374
5152
|
},
|
|
5375
5153
|
{
|
|
5376
5154
|
"kind": "javascript-module",
|
|
5377
|
-
"path": "src/cell-renderers/
|
|
5155
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5378
5156
|
"declarations": [
|
|
5379
5157
|
{
|
|
5380
5158
|
"kind": "class",
|
|
5381
|
-
"description": "The AG
|
|
5382
|
-
"name": "
|
|
5159
|
+
"description": "The AG Text Field Renderer element.",
|
|
5160
|
+
"name": "AgTextFieldRenderer",
|
|
5383
5161
|
"members": [
|
|
5384
5162
|
{
|
|
5385
5163
|
"kind": "field",
|
|
5386
|
-
"name": "
|
|
5164
|
+
"name": "textField",
|
|
5387
5165
|
"type": {
|
|
5388
|
-
"text": "
|
|
5166
|
+
"text": "TextField"
|
|
5389
5167
|
},
|
|
5390
5168
|
"privacy": "public"
|
|
5391
5169
|
},
|
|
5392
5170
|
{
|
|
5393
5171
|
"kind": "field",
|
|
5394
|
-
"name": "
|
|
5172
|
+
"name": "textValue",
|
|
5395
5173
|
"type": {
|
|
5396
|
-
"text": "
|
|
5174
|
+
"text": "string"
|
|
5175
|
+
},
|
|
5176
|
+
"default": "''"
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"kind": "field",
|
|
5180
|
+
"name": "params",
|
|
5181
|
+
"type": {
|
|
5182
|
+
"text": "FuiCellRendererParams"
|
|
5397
5183
|
},
|
|
5398
5184
|
"privacy": "public"
|
|
5399
5185
|
},
|
|
@@ -5405,7 +5191,7 @@
|
|
|
5405
5191
|
{
|
|
5406
5192
|
"name": "params",
|
|
5407
5193
|
"type": {
|
|
5408
|
-
"text": "
|
|
5194
|
+
"text": "FuiCellRendererParams"
|
|
5409
5195
|
}
|
|
5410
5196
|
}
|
|
5411
5197
|
]
|
|
@@ -5420,6 +5206,11 @@
|
|
|
5420
5206
|
}
|
|
5421
5207
|
}
|
|
5422
5208
|
},
|
|
5209
|
+
{
|
|
5210
|
+
"kind": "method",
|
|
5211
|
+
"name": "destroy",
|
|
5212
|
+
"privacy": "public"
|
|
5213
|
+
},
|
|
5423
5214
|
{
|
|
5424
5215
|
"kind": "method",
|
|
5425
5216
|
"name": "refresh",
|
|
@@ -5428,7 +5219,7 @@
|
|
|
5428
5219
|
{
|
|
5429
5220
|
"name": "params",
|
|
5430
5221
|
"type": {
|
|
5431
|
-
"text": "
|
|
5222
|
+
"text": "FuiCellRendererParams"
|
|
5432
5223
|
}
|
|
5433
5224
|
}
|
|
5434
5225
|
]
|
|
@@ -5448,15 +5239,17 @@
|
|
|
5448
5239
|
}
|
|
5449
5240
|
]
|
|
5450
5241
|
},
|
|
5451
|
-
{
|
|
5452
|
-
"kind": "method",
|
|
5453
|
-
"name": "clickHandler",
|
|
5454
|
-
"privacy": "public"
|
|
5455
|
-
},
|
|
5456
5242
|
{
|
|
5457
5243
|
"kind": "field",
|
|
5458
|
-
"name": "
|
|
5459
|
-
"
|
|
5244
|
+
"name": "textChanged",
|
|
5245
|
+
"privacy": "public",
|
|
5246
|
+
"description": "On text change handler",
|
|
5247
|
+
"parameters": [
|
|
5248
|
+
{
|
|
5249
|
+
"description": "CustomEvent",
|
|
5250
|
+
"name": "e"
|
|
5251
|
+
}
|
|
5252
|
+
]
|
|
5460
5253
|
},
|
|
5461
5254
|
{
|
|
5462
5255
|
"kind": "field",
|
|
@@ -5574,80 +5367,127 @@
|
|
|
5574
5367
|
"name": "FoundationElement",
|
|
5575
5368
|
"package": "@microsoft/fast-foundation"
|
|
5576
5369
|
},
|
|
5577
|
-
"tagName": "%%prefix%%-grid-
|
|
5370
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5578
5371
|
"customElement": true
|
|
5579
5372
|
},
|
|
5580
5373
|
{
|
|
5581
5374
|
"kind": "variable",
|
|
5582
|
-
"name": "
|
|
5583
|
-
"
|
|
5375
|
+
"name": "textFieldRendererStyles",
|
|
5376
|
+
"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`",
|
|
5377
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5584
5378
|
"privacy": "public"
|
|
5585
5379
|
},
|
|
5586
5380
|
{
|
|
5587
|
-
"kind": "
|
|
5588
|
-
"name": "
|
|
5589
|
-
"
|
|
5590
|
-
|
|
5381
|
+
"kind": "function",
|
|
5382
|
+
"name": "getTextFieldRendererTemplate",
|
|
5383
|
+
"parameters": [
|
|
5384
|
+
{
|
|
5385
|
+
"name": "designSystem",
|
|
5386
|
+
"default": "'foundation'",
|
|
5387
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5388
|
+
}
|
|
5389
|
+
],
|
|
5390
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5391
|
+
"return": {
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": ""
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5591
5396
|
"privacy": "public"
|
|
5592
5397
|
},
|
|
5593
5398
|
{
|
|
5594
5399
|
"kind": "variable",
|
|
5595
|
-
"name": "
|
|
5596
|
-
"description": "A function that returns a Foundation
|
|
5400
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5401
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5597
5402
|
"privacy": "public"
|
|
5598
5403
|
}
|
|
5599
5404
|
],
|
|
5600
5405
|
"exports": [
|
|
5601
5406
|
{
|
|
5602
5407
|
"kind": "js",
|
|
5603
|
-
"name": "
|
|
5408
|
+
"name": "AgTextFieldRenderer",
|
|
5604
5409
|
"declaration": {
|
|
5605
|
-
"name": "
|
|
5606
|
-
"module": "src/cell-renderers/
|
|
5410
|
+
"name": "AgTextFieldRenderer",
|
|
5411
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5607
5412
|
}
|
|
5608
5413
|
},
|
|
5609
5414
|
{
|
|
5610
5415
|
"kind": "js",
|
|
5611
|
-
"name": "
|
|
5416
|
+
"name": "textFieldRendererStyles",
|
|
5612
5417
|
"declaration": {
|
|
5613
|
-
"name": "
|
|
5614
|
-
"module": "src/cell-renderers/
|
|
5418
|
+
"name": "textFieldRendererStyles",
|
|
5419
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5615
5420
|
}
|
|
5616
5421
|
},
|
|
5617
5422
|
{
|
|
5618
5423
|
"kind": "js",
|
|
5619
|
-
"name": "
|
|
5424
|
+
"name": "getTextFieldRendererTemplate",
|
|
5620
5425
|
"declaration": {
|
|
5621
|
-
"name": "
|
|
5622
|
-
"module": "src/cell-renderers/
|
|
5426
|
+
"name": "getTextFieldRendererTemplate",
|
|
5427
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5623
5428
|
}
|
|
5624
5429
|
},
|
|
5625
5430
|
{
|
|
5626
5431
|
"kind": "js",
|
|
5627
|
-
"name": "
|
|
5432
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5628
5433
|
"declaration": {
|
|
5629
|
-
"name": "
|
|
5630
|
-
"module": "src/cell-renderers/
|
|
5434
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5435
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5631
5436
|
}
|
|
5632
5437
|
}
|
|
5633
5438
|
]
|
|
5634
5439
|
},
|
|
5635
5440
|
{
|
|
5636
5441
|
"kind": "javascript-module",
|
|
5637
|
-
"path": "src/cell-renderers/
|
|
5442
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5638
5443
|
"declarations": [
|
|
5639
5444
|
{
|
|
5640
5445
|
"kind": "class",
|
|
5641
|
-
"description": "
|
|
5642
|
-
"name": "
|
|
5446
|
+
"description": "",
|
|
5447
|
+
"name": "AgTextRenderer",
|
|
5448
|
+
"superclass": {
|
|
5449
|
+
"name": "AgTextFieldRenderer",
|
|
5450
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5451
|
+
},
|
|
5452
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5453
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5454
|
+
"customElement": true,
|
|
5643
5455
|
"members": [
|
|
5456
|
+
{
|
|
5457
|
+
"kind": "field",
|
|
5458
|
+
"name": "textField",
|
|
5459
|
+
"type": {
|
|
5460
|
+
"text": "TextField"
|
|
5461
|
+
},
|
|
5462
|
+
"privacy": "public",
|
|
5463
|
+
"inheritedFrom": {
|
|
5464
|
+
"name": "AgTextFieldRenderer",
|
|
5465
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5466
|
+
}
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"kind": "field",
|
|
5470
|
+
"name": "textValue",
|
|
5471
|
+
"type": {
|
|
5472
|
+
"text": "string"
|
|
5473
|
+
},
|
|
5474
|
+
"default": "''",
|
|
5475
|
+
"inheritedFrom": {
|
|
5476
|
+
"name": "AgTextFieldRenderer",
|
|
5477
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5644
5480
|
{
|
|
5645
5481
|
"kind": "field",
|
|
5646
5482
|
"name": "params",
|
|
5647
5483
|
"type": {
|
|
5648
|
-
"text": "
|
|
5484
|
+
"text": "FuiCellRendererParams"
|
|
5649
5485
|
},
|
|
5650
|
-
"privacy": "public"
|
|
5486
|
+
"privacy": "public",
|
|
5487
|
+
"inheritedFrom": {
|
|
5488
|
+
"name": "AgTextFieldRenderer",
|
|
5489
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5490
|
+
}
|
|
5651
5491
|
},
|
|
5652
5492
|
{
|
|
5653
5493
|
"kind": "method",
|
|
@@ -5657,10 +5497,14 @@
|
|
|
5657
5497
|
{
|
|
5658
5498
|
"name": "params",
|
|
5659
5499
|
"type": {
|
|
5660
|
-
"text": "
|
|
5500
|
+
"text": "FuiCellRendererParams"
|
|
5661
5501
|
}
|
|
5662
5502
|
}
|
|
5663
|
-
]
|
|
5503
|
+
],
|
|
5504
|
+
"inheritedFrom": {
|
|
5505
|
+
"name": "AgTextFieldRenderer",
|
|
5506
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5507
|
+
}
|
|
5664
5508
|
},
|
|
5665
5509
|
{
|
|
5666
5510
|
"kind": "method",
|
|
@@ -5670,6 +5514,19 @@
|
|
|
5670
5514
|
"type": {
|
|
5671
5515
|
"text": "HTMLElement"
|
|
5672
5516
|
}
|
|
5517
|
+
},
|
|
5518
|
+
"inheritedFrom": {
|
|
5519
|
+
"name": "AgTextFieldRenderer",
|
|
5520
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5521
|
+
}
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"kind": "method",
|
|
5525
|
+
"name": "destroy",
|
|
5526
|
+
"privacy": "public",
|
|
5527
|
+
"inheritedFrom": {
|
|
5528
|
+
"name": "AgTextFieldRenderer",
|
|
5529
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5673
5530
|
}
|
|
5674
5531
|
},
|
|
5675
5532
|
{
|
|
@@ -5680,10 +5537,49 @@
|
|
|
5680
5537
|
{
|
|
5681
5538
|
"name": "params",
|
|
5682
5539
|
"type": {
|
|
5683
|
-
"text": "
|
|
5540
|
+
"text": "FuiCellRendererParams"
|
|
5684
5541
|
}
|
|
5685
5542
|
}
|
|
5686
|
-
]
|
|
5543
|
+
],
|
|
5544
|
+
"inheritedFrom": {
|
|
5545
|
+
"name": "AgTextFieldRenderer",
|
|
5546
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "method",
|
|
5551
|
+
"name": "isDisabled",
|
|
5552
|
+
"privacy": "public",
|
|
5553
|
+
"return": {
|
|
5554
|
+
"type": {
|
|
5555
|
+
"text": "boolean"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
"parameters": [
|
|
5559
|
+
{
|
|
5560
|
+
"name": "data"
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5563
|
+
"inheritedFrom": {
|
|
5564
|
+
"name": "AgTextFieldRenderer",
|
|
5565
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"kind": "field",
|
|
5570
|
+
"name": "textChanged",
|
|
5571
|
+
"privacy": "public",
|
|
5572
|
+
"description": "On text change handler",
|
|
5573
|
+
"parameters": [
|
|
5574
|
+
{
|
|
5575
|
+
"description": "CustomEvent",
|
|
5576
|
+
"name": "e"
|
|
5577
|
+
}
|
|
5578
|
+
],
|
|
5579
|
+
"inheritedFrom": {
|
|
5580
|
+
"name": "AgTextFieldRenderer",
|
|
5581
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5582
|
+
}
|
|
5687
5583
|
},
|
|
5688
5584
|
{
|
|
5689
5585
|
"kind": "field",
|
|
@@ -5796,138 +5692,117 @@
|
|
|
5796
5692
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5797
5693
|
}
|
|
5798
5694
|
}
|
|
5799
|
-
]
|
|
5800
|
-
"superclass": {
|
|
5801
|
-
"name": "FoundationElement",
|
|
5802
|
-
"package": "@microsoft/fast-foundation"
|
|
5803
|
-
},
|
|
5804
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5805
|
-
"customElement": true
|
|
5695
|
+
]
|
|
5806
5696
|
},
|
|
5807
5697
|
{
|
|
5808
5698
|
"kind": "variable",
|
|
5809
|
-
"name": "
|
|
5810
|
-
"
|
|
5811
|
-
"privacy": "public"
|
|
5699
|
+
"name": "textRendererStyles",
|
|
5700
|
+
"default": "textFieldRendererStyles",
|
|
5701
|
+
"privacy": "public",
|
|
5702
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5812
5703
|
},
|
|
5813
5704
|
{
|
|
5814
|
-
"kind": "
|
|
5815
|
-
"name": "
|
|
5816
|
-
"
|
|
5817
|
-
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
"
|
|
5822
|
-
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
|
|
5826
|
-
},
|
|
5827
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"name": "overrideDef",
|
|
5831
|
-
"default": "{}",
|
|
5832
|
-
"type": {
|
|
5833
|
-
"text": "ColDef"
|
|
5834
|
-
},
|
|
5835
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"name": "customActionsOpenerName",
|
|
5839
|
-
"default": "'⋮'",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "string"
|
|
5842
|
-
},
|
|
5843
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5844
|
-
},
|
|
5845
|
-
{
|
|
5846
|
-
"name": "isVertical",
|
|
5847
|
-
"default": "false",
|
|
5848
|
-
"type": {
|
|
5849
|
-
"text": "boolean"
|
|
5850
|
-
},
|
|
5851
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5852
|
-
},
|
|
5853
|
-
{
|
|
5854
|
-
"name": "buttonAppearance",
|
|
5855
|
-
"optional": true,
|
|
5856
|
-
"type": {
|
|
5857
|
-
"text": "string"
|
|
5858
|
-
},
|
|
5859
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5860
|
-
}
|
|
5861
|
-
],
|
|
5862
|
-
"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).",
|
|
5863
|
-
"privacy": "public"
|
|
5705
|
+
"kind": "variable",
|
|
5706
|
+
"name": "getTextRendererTemplate",
|
|
5707
|
+
"default": "getTextFieldRendererTemplate",
|
|
5708
|
+
"privacy": "public",
|
|
5709
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5710
|
+
},
|
|
5711
|
+
{
|
|
5712
|
+
"kind": "variable",
|
|
5713
|
+
"name": "foundationAgTextRenderer",
|
|
5714
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5715
|
+
"privacy": "public",
|
|
5716
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5864
5717
|
}
|
|
5865
5718
|
],
|
|
5866
5719
|
"exports": [
|
|
5867
5720
|
{
|
|
5868
5721
|
"kind": "js",
|
|
5869
|
-
"name": "
|
|
5722
|
+
"name": "AgTextRenderer",
|
|
5870
5723
|
"declaration": {
|
|
5871
|
-
"name": "
|
|
5872
|
-
"module": "src/cell-renderers/
|
|
5724
|
+
"name": "AgTextRenderer",
|
|
5725
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5873
5726
|
}
|
|
5874
5727
|
},
|
|
5875
5728
|
{
|
|
5876
5729
|
"kind": "js",
|
|
5877
|
-
"name": "
|
|
5730
|
+
"name": "textRendererStyles",
|
|
5878
5731
|
"declaration": {
|
|
5879
|
-
"name": "
|
|
5880
|
-
"module": "src/cell-renderers/
|
|
5732
|
+
"name": "textRendererStyles",
|
|
5733
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5881
5734
|
}
|
|
5882
5735
|
},
|
|
5883
5736
|
{
|
|
5884
5737
|
"kind": "js",
|
|
5885
|
-
"name": "
|
|
5738
|
+
"name": "getTextRendererTemplate",
|
|
5886
5739
|
"declaration": {
|
|
5887
|
-
"name": "
|
|
5888
|
-
"module": "src/cell-renderers/
|
|
5740
|
+
"name": "getTextRendererTemplate",
|
|
5741
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5742
|
+
}
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"kind": "js",
|
|
5746
|
+
"name": "foundationAgTextRenderer",
|
|
5747
|
+
"declaration": {
|
|
5748
|
+
"name": "foundationAgTextRenderer",
|
|
5749
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5889
5750
|
}
|
|
5890
5751
|
}
|
|
5891
5752
|
]
|
|
5892
5753
|
},
|
|
5893
5754
|
{
|
|
5894
5755
|
"kind": "javascript-module",
|
|
5895
|
-
"path": "src/cell-
|
|
5756
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
5896
5757
|
"declarations": [
|
|
5897
5758
|
{
|
|
5898
5759
|
"kind": "class",
|
|
5899
|
-
"description": "The AG
|
|
5900
|
-
"name": "
|
|
5760
|
+
"description": "The AG Date Editor element.",
|
|
5761
|
+
"name": "DateEditor",
|
|
5901
5762
|
"members": [
|
|
5902
5763
|
{
|
|
5903
5764
|
"kind": "field",
|
|
5904
|
-
"name": "
|
|
5765
|
+
"name": "value",
|
|
5905
5766
|
"type": {
|
|
5906
|
-
"text": "
|
|
5767
|
+
"text": "number"
|
|
5907
5768
|
},
|
|
5908
5769
|
"privacy": "public"
|
|
5909
5770
|
},
|
|
5910
5771
|
{
|
|
5911
5772
|
"kind": "field",
|
|
5912
|
-
"name": "
|
|
5773
|
+
"name": "actualWidth",
|
|
5913
5774
|
"type": {
|
|
5914
|
-
"text": "
|
|
5775
|
+
"text": "number"
|
|
5776
|
+
},
|
|
5777
|
+
"privacy": "public"
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"kind": "field",
|
|
5781
|
+
"name": "params",
|
|
5782
|
+
"type": {
|
|
5783
|
+
"text": "DateEditorParams"
|
|
5915
5784
|
}
|
|
5916
5785
|
},
|
|
5917
5786
|
{
|
|
5918
|
-
"kind": "
|
|
5919
|
-
"name": "
|
|
5920
|
-
"
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
"
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5787
|
+
"kind": "field",
|
|
5788
|
+
"name": "dateFormat",
|
|
5789
|
+
"type": {
|
|
5790
|
+
"text": "string"
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"kind": "field",
|
|
5795
|
+
"name": "input",
|
|
5796
|
+
"type": {
|
|
5797
|
+
"text": "any"
|
|
5798
|
+
}
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "field",
|
|
5802
|
+
"name": "inputType",
|
|
5803
|
+
"type": {
|
|
5804
|
+
"text": "'datetime-local' | 'date'"
|
|
5805
|
+
}
|
|
5931
5806
|
},
|
|
5932
5807
|
{
|
|
5933
5808
|
"kind": "method",
|
|
@@ -5937,7 +5812,7 @@
|
|
|
5937
5812
|
{
|
|
5938
5813
|
"name": "params",
|
|
5939
5814
|
"type": {
|
|
5940
|
-
"text": "
|
|
5815
|
+
"text": "DateEditorParams"
|
|
5941
5816
|
}
|
|
5942
5817
|
}
|
|
5943
5818
|
]
|
|
@@ -5954,25 +5829,47 @@
|
|
|
5954
5829
|
},
|
|
5955
5830
|
{
|
|
5956
5831
|
"kind": "method",
|
|
5957
|
-
"name": "
|
|
5958
|
-
"privacy": "public"
|
|
5832
|
+
"name": "refresh",
|
|
5833
|
+
"privacy": "public",
|
|
5834
|
+
"return": {
|
|
5835
|
+
"type": {
|
|
5836
|
+
"text": "boolean"
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5839
|
+
"parameters": [
|
|
5840
|
+
{
|
|
5841
|
+
"name": "params",
|
|
5842
|
+
"type": {
|
|
5843
|
+
"text": "DateEditorParams"
|
|
5844
|
+
}
|
|
5845
|
+
}
|
|
5846
|
+
]
|
|
5959
5847
|
},
|
|
5960
5848
|
{
|
|
5961
5849
|
"kind": "method",
|
|
5962
|
-
"name": "
|
|
5963
|
-
|
|
5850
|
+
"name": "getValue"
|
|
5851
|
+
},
|
|
5852
|
+
{
|
|
5853
|
+
"kind": "method",
|
|
5854
|
+
"name": "isPopup",
|
|
5855
|
+
"return": {
|
|
5856
|
+
"type": {
|
|
5857
|
+
"text": "boolean"
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"kind": "method",
|
|
5863
|
+
"name": "changeHandler",
|
|
5964
5864
|
"parameters": [
|
|
5965
5865
|
{
|
|
5966
|
-
"name": "
|
|
5967
|
-
"type": {
|
|
5968
|
-
"text": "ICellRendererParams"
|
|
5969
|
-
}
|
|
5866
|
+
"name": "event"
|
|
5970
5867
|
}
|
|
5971
5868
|
]
|
|
5972
5869
|
},
|
|
5973
5870
|
{
|
|
5974
5871
|
"kind": "method",
|
|
5975
|
-
"name": "
|
|
5872
|
+
"name": "afterGuiAttached"
|
|
5976
5873
|
},
|
|
5977
5874
|
{
|
|
5978
5875
|
"kind": "method",
|
|
@@ -6094,27 +5991,27 @@
|
|
|
6094
5991
|
"name": "FoundationElement",
|
|
6095
5992
|
"package": "@microsoft/fast-foundation"
|
|
6096
5993
|
},
|
|
6097
|
-
"tagName": "%%prefix%%-
|
|
5994
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6098
5995
|
"customElement": true
|
|
6099
5996
|
},
|
|
6100
5997
|
{
|
|
6101
5998
|
"kind": "variable",
|
|
6102
|
-
"name": "
|
|
6103
|
-
"default": "css`\n :host {\n
|
|
6104
|
-
"description": "The AG
|
|
5999
|
+
"name": "agDateEditorStyles",
|
|
6000
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6001
|
+
"description": "The AG Select Renderer Styles.",
|
|
6105
6002
|
"privacy": "public"
|
|
6106
6003
|
},
|
|
6107
6004
|
{
|
|
6108
6005
|
"kind": "function",
|
|
6109
|
-
"name": "
|
|
6006
|
+
"name": "getDateEditorTemplate",
|
|
6110
6007
|
"parameters": [
|
|
6111
6008
|
{
|
|
6112
|
-
"name": "
|
|
6009
|
+
"name": "prefix",
|
|
6113
6010
|
"default": "'foundation'",
|
|
6114
6011
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6115
6012
|
}
|
|
6116
6013
|
],
|
|
6117
|
-
"description": "Get a Design System prefixed
|
|
6014
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6118
6015
|
"return": {
|
|
6119
6016
|
"type": {
|
|
6120
6017
|
"text": ""
|
|
@@ -6124,61 +6021,116 @@
|
|
|
6124
6021
|
},
|
|
6125
6022
|
{
|
|
6126
6023
|
"kind": "variable",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6024
|
+
"name": "foundationDateEditor",
|
|
6129
6025
|
"privacy": "public"
|
|
6130
6026
|
}
|
|
6131
6027
|
],
|
|
6132
6028
|
"exports": [
|
|
6133
6029
|
{
|
|
6134
6030
|
"kind": "js",
|
|
6135
|
-
"name": "
|
|
6031
|
+
"name": "DateEditor",
|
|
6136
6032
|
"declaration": {
|
|
6137
|
-
"name": "
|
|
6138
|
-
"module": "src/cell-
|
|
6033
|
+
"name": "DateEditor",
|
|
6034
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6139
6035
|
}
|
|
6140
6036
|
},
|
|
6141
6037
|
{
|
|
6142
6038
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6039
|
+
"name": "agDateEditorStyles",
|
|
6144
6040
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/cell-
|
|
6041
|
+
"name": "agDateEditorStyles",
|
|
6042
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6147
6043
|
}
|
|
6148
6044
|
},
|
|
6149
6045
|
{
|
|
6150
6046
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6047
|
+
"name": "getDateEditorTemplate",
|
|
6152
6048
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/cell-
|
|
6049
|
+
"name": "getDateEditorTemplate",
|
|
6050
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6155
6051
|
}
|
|
6156
6052
|
},
|
|
6157
6053
|
{
|
|
6158
6054
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6055
|
+
"name": "foundationDateEditor",
|
|
6160
6056
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-
|
|
6057
|
+
"name": "foundationDateEditor",
|
|
6058
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6163
6059
|
}
|
|
6164
6060
|
}
|
|
6165
6061
|
]
|
|
6166
6062
|
},
|
|
6167
6063
|
{
|
|
6168
6064
|
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/cell-
|
|
6065
|
+
"path": "src/cell-editors/index.ts",
|
|
6066
|
+
"declarations": [],
|
|
6067
|
+
"exports": [
|
|
6068
|
+
{
|
|
6069
|
+
"kind": "js",
|
|
6070
|
+
"name": "*",
|
|
6071
|
+
"declaration": {
|
|
6072
|
+
"name": "*",
|
|
6073
|
+
"package": "./date.editor"
|
|
6074
|
+
}
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
"kind": "js",
|
|
6078
|
+
"name": "*",
|
|
6079
|
+
"declaration": {
|
|
6080
|
+
"name": "*",
|
|
6081
|
+
"package": "./multiselect.editor"
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"kind": "js",
|
|
6086
|
+
"name": "*",
|
|
6087
|
+
"declaration": {
|
|
6088
|
+
"name": "*",
|
|
6089
|
+
"package": "./number.editor"
|
|
6090
|
+
}
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"kind": "js",
|
|
6094
|
+
"name": "*",
|
|
6095
|
+
"declaration": {
|
|
6096
|
+
"name": "*",
|
|
6097
|
+
"package": "./select.editor"
|
|
6098
|
+
}
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"kind": "js",
|
|
6102
|
+
"name": "*",
|
|
6103
|
+
"declaration": {
|
|
6104
|
+
"name": "*",
|
|
6105
|
+
"package": "./string.editor"
|
|
6106
|
+
}
|
|
6107
|
+
}
|
|
6108
|
+
]
|
|
6109
|
+
},
|
|
6110
|
+
{
|
|
6111
|
+
"kind": "javascript-module",
|
|
6112
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6170
6113
|
"declarations": [
|
|
6171
6114
|
{
|
|
6172
6115
|
"kind": "class",
|
|
6173
|
-
"description": "The AG
|
|
6174
|
-
"name": "
|
|
6116
|
+
"description": "The AG Multiselect Editor element.",
|
|
6117
|
+
"name": "MultiselectEditor",
|
|
6175
6118
|
"members": [
|
|
6176
6119
|
{
|
|
6177
6120
|
"kind": "field",
|
|
6178
|
-
"name": "
|
|
6121
|
+
"name": "params",
|
|
6179
6122
|
"type": {
|
|
6180
|
-
"text": "
|
|
6181
|
-
}
|
|
6123
|
+
"text": "MultiselectEditorParams"
|
|
6124
|
+
},
|
|
6125
|
+
"privacy": "public"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"kind": "field",
|
|
6129
|
+
"name": "selectedOptions",
|
|
6130
|
+
"type": {
|
|
6131
|
+
"text": "any[]"
|
|
6132
|
+
},
|
|
6133
|
+
"privacy": "public"
|
|
6182
6134
|
},
|
|
6183
6135
|
{
|
|
6184
6136
|
"kind": "method",
|
|
@@ -6188,7 +6140,7 @@
|
|
|
6188
6140
|
{
|
|
6189
6141
|
"name": "params",
|
|
6190
6142
|
"type": {
|
|
6191
|
-
"text": "
|
|
6143
|
+
"text": "MultiselectEditorParams"
|
|
6192
6144
|
}
|
|
6193
6145
|
}
|
|
6194
6146
|
]
|
|
@@ -6203,19 +6155,60 @@
|
|
|
6203
6155
|
}
|
|
6204
6156
|
}
|
|
6205
6157
|
},
|
|
6158
|
+
{
|
|
6159
|
+
"kind": "method",
|
|
6160
|
+
"name": "destroy",
|
|
6161
|
+
"privacy": "public",
|
|
6162
|
+
"return": {
|
|
6163
|
+
"type": {
|
|
6164
|
+
"text": "void"
|
|
6165
|
+
}
|
|
6166
|
+
}
|
|
6167
|
+
},
|
|
6206
6168
|
{
|
|
6207
6169
|
"kind": "method",
|
|
6208
6170
|
"name": "refresh",
|
|
6209
6171
|
"privacy": "public",
|
|
6172
|
+
"return": {
|
|
6173
|
+
"type": {
|
|
6174
|
+
"text": "boolean"
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6210
6177
|
"parameters": [
|
|
6211
6178
|
{
|
|
6212
6179
|
"name": "params",
|
|
6213
6180
|
"type": {
|
|
6214
|
-
"text": "
|
|
6181
|
+
"text": "MultiselectEditorParams"
|
|
6215
6182
|
}
|
|
6216
6183
|
}
|
|
6217
6184
|
]
|
|
6218
6185
|
},
|
|
6186
|
+
{
|
|
6187
|
+
"kind": "method",
|
|
6188
|
+
"name": "getValue"
|
|
6189
|
+
},
|
|
6190
|
+
{
|
|
6191
|
+
"kind": "method",
|
|
6192
|
+
"name": "isPopup",
|
|
6193
|
+
"return": {
|
|
6194
|
+
"type": {
|
|
6195
|
+
"text": "boolean"
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
"kind": "method",
|
|
6201
|
+
"name": "changeHandler",
|
|
6202
|
+
"parameters": [
|
|
6203
|
+
{
|
|
6204
|
+
"name": "event"
|
|
6205
|
+
}
|
|
6206
|
+
]
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"kind": "method",
|
|
6210
|
+
"name": "isCancelBeforeStart"
|
|
6211
|
+
},
|
|
6219
6212
|
{
|
|
6220
6213
|
"kind": "field",
|
|
6221
6214
|
"name": "_presentation",
|
|
@@ -6329,164 +6322,92 @@
|
|
|
6329
6322
|
}
|
|
6330
6323
|
],
|
|
6331
6324
|
"superclass": {
|
|
6332
|
-
"name": "FoundationElement",
|
|
6333
|
-
"package": "@microsoft/fast-foundation"
|
|
6334
|
-
},
|
|
6335
|
-
"tagName": "%%prefix%%-
|
|
6336
|
-
"customElement": true
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"kind": "variable",
|
|
6340
|
-
"name": "agEditableRendererStyles",
|
|
6341
|
-
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6342
|
-
"description": "The AG Editable Renderer Styles.",
|
|
6343
|
-
"privacy": "public"
|
|
6344
|
-
},
|
|
6345
|
-
{
|
|
6346
|
-
"kind": "function",
|
|
6347
|
-
"name": "getAgEditableRendererTemplate",
|
|
6348
|
-
"parameters": [
|
|
6349
|
-
{
|
|
6350
|
-
"name": "designSystem",
|
|
6351
|
-
"default": "'foundation'",
|
|
6352
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6353
|
-
}
|
|
6354
|
-
],
|
|
6355
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6356
|
-
"return": {
|
|
6357
|
-
"type": {
|
|
6358
|
-
"text": ""
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
|
-
"privacy": "public"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"kind": "variable",
|
|
6365
|
-
"name": "foundationAgEditableRenderer",
|
|
6366
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6367
|
-
"privacy": "public"
|
|
6368
|
-
}
|
|
6369
|
-
],
|
|
6370
|
-
"exports": [
|
|
6371
|
-
{
|
|
6372
|
-
"kind": "js",
|
|
6373
|
-
"name": "EditableRenderer",
|
|
6374
|
-
"declaration": {
|
|
6375
|
-
"name": "EditableRenderer",
|
|
6376
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6377
|
-
}
|
|
6378
|
-
},
|
|
6379
|
-
{
|
|
6380
|
-
"kind": "js",
|
|
6381
|
-
"name": "agEditableRendererStyles",
|
|
6382
|
-
"declaration": {
|
|
6383
|
-
"name": "agEditableRendererStyles",
|
|
6384
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6385
|
-
}
|
|
6386
|
-
},
|
|
6387
|
-
{
|
|
6388
|
-
"kind": "js",
|
|
6389
|
-
"name": "getAgEditableRendererTemplate",
|
|
6390
|
-
"declaration": {
|
|
6391
|
-
"name": "getAgEditableRendererTemplate",
|
|
6392
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6393
|
-
}
|
|
6394
|
-
},
|
|
6395
|
-
{
|
|
6396
|
-
"kind": "js",
|
|
6397
|
-
"name": "foundationAgEditableRenderer",
|
|
6398
|
-
"declaration": {
|
|
6399
|
-
"name": "foundationAgEditableRenderer",
|
|
6400
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6401
|
-
}
|
|
6402
|
-
}
|
|
6403
|
-
]
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"kind": "javascript-module",
|
|
6407
|
-
"path": "src/cell-renderers/index.ts",
|
|
6408
|
-
"declarations": [],
|
|
6409
|
-
"exports": [
|
|
6410
|
-
{
|
|
6411
|
-
"kind": "js",
|
|
6412
|
-
"name": "*",
|
|
6413
|
-
"declaration": {
|
|
6414
|
-
"name": "*",
|
|
6415
|
-
"package": "./action.renderer"
|
|
6416
|
-
}
|
|
6417
|
-
},
|
|
6418
|
-
{
|
|
6419
|
-
"kind": "js",
|
|
6420
|
-
"name": "*",
|
|
6421
|
-
"declaration": {
|
|
6422
|
-
"name": "*",
|
|
6423
|
-
"package": "./actions-menu.renderer"
|
|
6424
|
-
}
|
|
6325
|
+
"name": "FoundationElement",
|
|
6326
|
+
"package": "@microsoft/fast-foundation"
|
|
6327
|
+
},
|
|
6328
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6329
|
+
"customElement": true
|
|
6425
6330
|
},
|
|
6426
6331
|
{
|
|
6427
|
-
"kind": "
|
|
6428
|
-
"name": "
|
|
6429
|
-
"
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
}
|
|
6332
|
+
"kind": "variable",
|
|
6333
|
+
"name": "agMultiselectEditorStyles",
|
|
6334
|
+
"default": "css``",
|
|
6335
|
+
"description": "The AG Select Renderer Styles.",
|
|
6336
|
+
"privacy": "public"
|
|
6433
6337
|
},
|
|
6434
6338
|
{
|
|
6435
|
-
"kind": "
|
|
6436
|
-
"name": "
|
|
6437
|
-
"
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6339
|
+
"kind": "function",
|
|
6340
|
+
"name": "getMultiselectEditorTemplate",
|
|
6341
|
+
"parameters": [
|
|
6342
|
+
{
|
|
6343
|
+
"name": "designSystem",
|
|
6344
|
+
"default": "'foundation'",
|
|
6345
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6346
|
+
}
|
|
6347
|
+
],
|
|
6348
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6349
|
+
"return": {
|
|
6350
|
+
"type": {
|
|
6351
|
+
"text": ""
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
6354
|
+
"privacy": "public"
|
|
6441
6355
|
},
|
|
6356
|
+
{
|
|
6357
|
+
"kind": "variable",
|
|
6358
|
+
"name": "foundationMultiselectEditor",
|
|
6359
|
+
"privacy": "public"
|
|
6360
|
+
}
|
|
6361
|
+
],
|
|
6362
|
+
"exports": [
|
|
6442
6363
|
{
|
|
6443
6364
|
"kind": "js",
|
|
6444
|
-
"name": "
|
|
6365
|
+
"name": "MultiselectEditor",
|
|
6445
6366
|
"declaration": {
|
|
6446
|
-
"name": "
|
|
6447
|
-
"
|
|
6367
|
+
"name": "MultiselectEditor",
|
|
6368
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6448
6369
|
}
|
|
6449
6370
|
},
|
|
6450
6371
|
{
|
|
6451
6372
|
"kind": "js",
|
|
6452
|
-
"name": "
|
|
6373
|
+
"name": "agMultiselectEditorStyles",
|
|
6453
6374
|
"declaration": {
|
|
6454
|
-
"name": "
|
|
6455
|
-
"
|
|
6375
|
+
"name": "agMultiselectEditorStyles",
|
|
6376
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6456
6377
|
}
|
|
6457
6378
|
},
|
|
6458
6379
|
{
|
|
6459
6380
|
"kind": "js",
|
|
6460
|
-
"name": "
|
|
6381
|
+
"name": "getMultiselectEditorTemplate",
|
|
6461
6382
|
"declaration": {
|
|
6462
|
-
"name": "
|
|
6463
|
-
"
|
|
6383
|
+
"name": "getMultiselectEditorTemplate",
|
|
6384
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6464
6385
|
}
|
|
6465
6386
|
},
|
|
6466
6387
|
{
|
|
6467
6388
|
"kind": "js",
|
|
6468
|
-
"name": "
|
|
6389
|
+
"name": "foundationMultiselectEditor",
|
|
6469
6390
|
"declaration": {
|
|
6470
|
-
"name": "
|
|
6471
|
-
"
|
|
6391
|
+
"name": "foundationMultiselectEditor",
|
|
6392
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6472
6393
|
}
|
|
6473
6394
|
}
|
|
6474
6395
|
]
|
|
6475
6396
|
},
|
|
6476
6397
|
{
|
|
6477
6398
|
"kind": "javascript-module",
|
|
6478
|
-
"path": "src/cell-
|
|
6399
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6479
6400
|
"declarations": [
|
|
6480
6401
|
{
|
|
6481
6402
|
"kind": "class",
|
|
6482
|
-
"description": "The AG
|
|
6483
|
-
"name": "
|
|
6403
|
+
"description": "The AG Number Editor element.",
|
|
6404
|
+
"name": "NumberEditor",
|
|
6484
6405
|
"members": [
|
|
6485
6406
|
{
|
|
6486
6407
|
"kind": "field",
|
|
6487
6408
|
"name": "params",
|
|
6488
6409
|
"type": {
|
|
6489
|
-
"text": "
|
|
6410
|
+
"text": "NumberEditorParams"
|
|
6490
6411
|
},
|
|
6491
6412
|
"privacy": "public"
|
|
6492
6413
|
},
|
|
@@ -6494,7 +6415,23 @@
|
|
|
6494
6415
|
"kind": "field",
|
|
6495
6416
|
"name": "value",
|
|
6496
6417
|
"type": {
|
|
6497
|
-
"text": "
|
|
6418
|
+
"text": "number"
|
|
6419
|
+
},
|
|
6420
|
+
"privacy": "public"
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"kind": "field",
|
|
6424
|
+
"name": "actualWidth",
|
|
6425
|
+
"type": {
|
|
6426
|
+
"text": "number"
|
|
6427
|
+
},
|
|
6428
|
+
"privacy": "public"
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"kind": "field",
|
|
6432
|
+
"name": "input",
|
|
6433
|
+
"type": {
|
|
6434
|
+
"text": "any"
|
|
6498
6435
|
},
|
|
6499
6436
|
"privacy": "public"
|
|
6500
6437
|
},
|
|
@@ -6506,7 +6443,7 @@
|
|
|
6506
6443
|
{
|
|
6507
6444
|
"name": "params",
|
|
6508
6445
|
"type": {
|
|
6509
|
-
"text": "
|
|
6446
|
+
"text": "NumberEditorParams"
|
|
6510
6447
|
}
|
|
6511
6448
|
}
|
|
6512
6449
|
]
|
|
@@ -6521,16 +6458,6 @@
|
|
|
6521
6458
|
}
|
|
6522
6459
|
}
|
|
6523
6460
|
},
|
|
6524
|
-
{
|
|
6525
|
-
"kind": "method",
|
|
6526
|
-
"name": "destroy",
|
|
6527
|
-
"privacy": "public",
|
|
6528
|
-
"return": {
|
|
6529
|
-
"type": {
|
|
6530
|
-
"text": "void"
|
|
6531
|
-
}
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
6461
|
{
|
|
6535
6462
|
"kind": "method",
|
|
6536
6463
|
"name": "refresh",
|
|
@@ -6544,31 +6471,41 @@
|
|
|
6544
6471
|
{
|
|
6545
6472
|
"name": "params",
|
|
6546
6473
|
"type": {
|
|
6547
|
-
"text": "
|
|
6474
|
+
"text": "NumberEditorParams"
|
|
6548
6475
|
}
|
|
6549
6476
|
}
|
|
6550
6477
|
]
|
|
6551
6478
|
},
|
|
6552
6479
|
{
|
|
6553
|
-
"kind": "
|
|
6554
|
-
"name": "
|
|
6555
|
-
"privacy": "public"
|
|
6480
|
+
"kind": "method",
|
|
6481
|
+
"name": "getValue"
|
|
6556
6482
|
},
|
|
6557
6483
|
{
|
|
6558
6484
|
"kind": "method",
|
|
6559
|
-
"name": "
|
|
6560
|
-
"privacy": "public",
|
|
6485
|
+
"name": "isPopup",
|
|
6561
6486
|
"return": {
|
|
6562
6487
|
"type": {
|
|
6563
6488
|
"text": "boolean"
|
|
6564
6489
|
}
|
|
6565
|
-
}
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"kind": "method",
|
|
6494
|
+
"name": "afterGuiAttached"
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"kind": "method",
|
|
6498
|
+
"name": "changeHandler",
|
|
6566
6499
|
"parameters": [
|
|
6567
6500
|
{
|
|
6568
|
-
"name": "
|
|
6501
|
+
"name": "event"
|
|
6569
6502
|
}
|
|
6570
6503
|
]
|
|
6571
6504
|
},
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "method",
|
|
6507
|
+
"name": "isCancelBeforeStart"
|
|
6508
|
+
},
|
|
6572
6509
|
{
|
|
6573
6510
|
"kind": "field",
|
|
6574
6511
|
"name": "_presentation",
|
|
@@ -6685,26 +6622,23 @@
|
|
|
6685
6622
|
"name": "FoundationElement",
|
|
6686
6623
|
"package": "@microsoft/fast-foundation"
|
|
6687
6624
|
},
|
|
6688
|
-
"tagName": "%%prefix%%-
|
|
6625
|
+
"tagName": "%%prefix%%-number-editor",
|
|
6689
6626
|
"customElement": true
|
|
6690
6627
|
},
|
|
6691
6628
|
{
|
|
6692
6629
|
"kind": "variable",
|
|
6693
|
-
"name": "
|
|
6694
|
-
"default": "css`\n :host
|
|
6695
|
-
"description": "The AG
|
|
6630
|
+
"name": "agNumberEditorStyles",
|
|
6631
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6632
|
+
"description": "The AG Number Editor Styles.",
|
|
6696
6633
|
"privacy": "public"
|
|
6697
6634
|
},
|
|
6698
6635
|
{
|
|
6699
6636
|
"kind": "function",
|
|
6700
|
-
"name": "
|
|
6637
|
+
"name": "getNumberEditorTemplate",
|
|
6701
6638
|
"parameters": [
|
|
6702
6639
|
{
|
|
6703
6640
|
"name": "designSystem",
|
|
6704
6641
|
"default": "'foundation'",
|
|
6705
|
-
"type": {
|
|
6706
|
-
"text": "string"
|
|
6707
|
-
},
|
|
6708
6642
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6709
6643
|
}
|
|
6710
6644
|
],
|
|
@@ -6718,123 +6652,156 @@
|
|
|
6718
6652
|
},
|
|
6719
6653
|
{
|
|
6720
6654
|
"kind": "variable",
|
|
6721
|
-
"name": "
|
|
6722
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6655
|
+
"name": "foundationNumberEditor",
|
|
6723
6656
|
"privacy": "public"
|
|
6724
6657
|
}
|
|
6725
6658
|
],
|
|
6726
6659
|
"exports": [
|
|
6727
6660
|
{
|
|
6728
6661
|
"kind": "js",
|
|
6729
|
-
"name": "
|
|
6662
|
+
"name": "NumberEditor",
|
|
6730
6663
|
"declaration": {
|
|
6731
|
-
"name": "
|
|
6732
|
-
"module": "src/cell-
|
|
6664
|
+
"name": "NumberEditor",
|
|
6665
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6733
6666
|
}
|
|
6734
6667
|
},
|
|
6735
6668
|
{
|
|
6736
6669
|
"kind": "js",
|
|
6737
|
-
"name": "
|
|
6670
|
+
"name": "agNumberEditorStyles",
|
|
6738
6671
|
"declaration": {
|
|
6739
|
-
"name": "
|
|
6740
|
-
"module": "src/cell-
|
|
6672
|
+
"name": "agNumberEditorStyles",
|
|
6673
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6741
6674
|
}
|
|
6742
6675
|
},
|
|
6743
6676
|
{
|
|
6744
6677
|
"kind": "js",
|
|
6745
|
-
"name": "
|
|
6678
|
+
"name": "getNumberEditorTemplate",
|
|
6746
6679
|
"declaration": {
|
|
6747
|
-
"name": "
|
|
6748
|
-
"module": "src/cell-
|
|
6680
|
+
"name": "getNumberEditorTemplate",
|
|
6681
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6749
6682
|
}
|
|
6750
6683
|
},
|
|
6751
6684
|
{
|
|
6752
6685
|
"kind": "js",
|
|
6753
|
-
"name": "
|
|
6686
|
+
"name": "foundationNumberEditor",
|
|
6754
6687
|
"declaration": {
|
|
6755
|
-
"name": "
|
|
6756
|
-
"module": "src/cell-
|
|
6688
|
+
"name": "foundationNumberEditor",
|
|
6689
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6757
6690
|
}
|
|
6758
6691
|
}
|
|
6759
6692
|
]
|
|
6760
6693
|
},
|
|
6761
6694
|
{
|
|
6762
6695
|
"kind": "javascript-module",
|
|
6763
|
-
"path": "src/cell-
|
|
6696
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
6764
6697
|
"declarations": [
|
|
6765
6698
|
{
|
|
6766
|
-
"kind": "
|
|
6767
|
-
"
|
|
6768
|
-
"
|
|
6769
|
-
"
|
|
6770
|
-
"privacy": "public"
|
|
6771
|
-
},
|
|
6772
|
-
{
|
|
6773
|
-
"kind": "function",
|
|
6774
|
-
"name": "getStatusPillRendererTemplate",
|
|
6775
|
-
"parameters": [
|
|
6699
|
+
"kind": "class",
|
|
6700
|
+
"description": "The AG Select Editor element.",
|
|
6701
|
+
"name": "SelectEditor",
|
|
6702
|
+
"members": [
|
|
6776
6703
|
{
|
|
6777
|
-
"
|
|
6778
|
-
"
|
|
6704
|
+
"kind": "field",
|
|
6705
|
+
"name": "params",
|
|
6706
|
+
"type": {
|
|
6707
|
+
"text": "SelectEditorParams"
|
|
6708
|
+
},
|
|
6709
|
+
"privacy": "public"
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"kind": "field",
|
|
6713
|
+
"name": "value",
|
|
6779
6714
|
"type": {
|
|
6780
6715
|
"text": "string"
|
|
6781
6716
|
},
|
|
6782
|
-
"
|
|
6783
|
-
}
|
|
6784
|
-
],
|
|
6785
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6786
|
-
"return": {
|
|
6787
|
-
"type": {
|
|
6788
|
-
"text": ""
|
|
6789
|
-
}
|
|
6790
|
-
},
|
|
6791
|
-
"privacy": "public"
|
|
6792
|
-
},
|
|
6793
|
-
{
|
|
6794
|
-
"kind": "class",
|
|
6795
|
-
"description": "The AG Status Pill Renderer element.",
|
|
6796
|
-
"name": "StatusPillRenderer",
|
|
6797
|
-
"members": [
|
|
6717
|
+
"privacy": "public"
|
|
6718
|
+
},
|
|
6798
6719
|
{
|
|
6799
6720
|
"kind": "field",
|
|
6800
|
-
"name": "
|
|
6721
|
+
"name": "actualWidth",
|
|
6801
6722
|
"type": {
|
|
6802
|
-
"text": "
|
|
6803
|
-
}
|
|
6723
|
+
"text": "number"
|
|
6724
|
+
},
|
|
6725
|
+
"privacy": "public"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"kind": "field",
|
|
6729
|
+
"name": "combobox",
|
|
6730
|
+
"type": {
|
|
6731
|
+
"text": "any"
|
|
6732
|
+
},
|
|
6733
|
+
"privacy": "public"
|
|
6804
6734
|
},
|
|
6805
6735
|
{
|
|
6806
6736
|
"kind": "method",
|
|
6807
6737
|
"name": "init",
|
|
6738
|
+
"privacy": "public",
|
|
6739
|
+
"parameters": [
|
|
6740
|
+
{
|
|
6741
|
+
"name": "params",
|
|
6742
|
+
"type": {
|
|
6743
|
+
"text": "SelectEditorParams"
|
|
6744
|
+
}
|
|
6745
|
+
}
|
|
6746
|
+
]
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"kind": "method",
|
|
6750
|
+
"name": "getGui",
|
|
6751
|
+
"privacy": "public",
|
|
6752
|
+
"return": {
|
|
6753
|
+
"type": {
|
|
6754
|
+
"text": "HTMLElement"
|
|
6755
|
+
}
|
|
6756
|
+
}
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"kind": "method",
|
|
6760
|
+
"name": "refresh",
|
|
6761
|
+
"privacy": "public",
|
|
6762
|
+
"return": {
|
|
6763
|
+
"type": {
|
|
6764
|
+
"text": "boolean"
|
|
6765
|
+
}
|
|
6766
|
+
},
|
|
6808
6767
|
"parameters": [
|
|
6809
6768
|
{
|
|
6810
6769
|
"name": "params",
|
|
6811
6770
|
"type": {
|
|
6812
|
-
"text": "
|
|
6771
|
+
"text": "SelectEditorParams"
|
|
6813
6772
|
}
|
|
6814
6773
|
}
|
|
6815
6774
|
]
|
|
6816
6775
|
},
|
|
6817
6776
|
{
|
|
6818
6777
|
"kind": "method",
|
|
6819
|
-
"name": "
|
|
6778
|
+
"name": "getValue"
|
|
6820
6779
|
},
|
|
6821
6780
|
{
|
|
6822
6781
|
"kind": "method",
|
|
6823
|
-
"name": "
|
|
6782
|
+
"name": "isPopup",
|
|
6783
|
+
"return": {
|
|
6784
|
+
"type": {
|
|
6785
|
+
"text": "boolean"
|
|
6786
|
+
}
|
|
6787
|
+
}
|
|
6788
|
+
},
|
|
6789
|
+
{
|
|
6790
|
+
"kind": "method",
|
|
6791
|
+
"name": "afterGuiAttached"
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"kind": "method",
|
|
6795
|
+
"name": "changeHandler",
|
|
6824
6796
|
"parameters": [
|
|
6825
6797
|
{
|
|
6826
|
-
"name": "
|
|
6798
|
+
"name": "event"
|
|
6827
6799
|
}
|
|
6828
6800
|
]
|
|
6829
6801
|
},
|
|
6830
6802
|
{
|
|
6831
6803
|
"kind": "method",
|
|
6832
|
-
"name": "
|
|
6833
|
-
"return": {
|
|
6834
|
-
"type": {
|
|
6835
|
-
"text": "void"
|
|
6836
|
-
}
|
|
6837
|
-
}
|
|
6804
|
+
"name": "isCancelBeforeStart"
|
|
6838
6805
|
},
|
|
6839
6806
|
{
|
|
6840
6807
|
"kind": "field",
|
|
@@ -6952,81 +6919,113 @@
|
|
|
6952
6919
|
"name": "FoundationElement",
|
|
6953
6920
|
"package": "@microsoft/fast-foundation"
|
|
6954
6921
|
},
|
|
6955
|
-
"tagName": "%%prefix%%-
|
|
6922
|
+
"tagName": "%%prefix%%-select-editor",
|
|
6956
6923
|
"customElement": true
|
|
6957
6924
|
},
|
|
6958
6925
|
{
|
|
6959
6926
|
"kind": "variable",
|
|
6960
|
-
"name": "
|
|
6961
|
-
"
|
|
6927
|
+
"name": "agSelectEditorStyles",
|
|
6928
|
+
"default": "css``",
|
|
6929
|
+
"description": "The AG Select Renderer Styles.",
|
|
6930
|
+
"privacy": "public"
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"kind": "function",
|
|
6934
|
+
"name": "getSelectEditorTemplate",
|
|
6935
|
+
"parameters": [
|
|
6936
|
+
{
|
|
6937
|
+
"name": "designSystem",
|
|
6938
|
+
"default": "'foundation'",
|
|
6939
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6940
|
+
}
|
|
6941
|
+
],
|
|
6942
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6943
|
+
"return": {
|
|
6944
|
+
"type": {
|
|
6945
|
+
"text": ""
|
|
6946
|
+
}
|
|
6947
|
+
},
|
|
6948
|
+
"privacy": "public"
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
"kind": "variable",
|
|
6952
|
+
"name": "foundationSelectEditor",
|
|
6962
6953
|
"privacy": "public"
|
|
6963
6954
|
}
|
|
6964
6955
|
],
|
|
6965
6956
|
"exports": [
|
|
6966
6957
|
{
|
|
6967
6958
|
"kind": "js",
|
|
6968
|
-
"name": "
|
|
6959
|
+
"name": "SelectEditor",
|
|
6969
6960
|
"declaration": {
|
|
6970
|
-
"name": "
|
|
6971
|
-
"module": "src/cell-
|
|
6961
|
+
"name": "SelectEditor",
|
|
6962
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6972
6963
|
}
|
|
6973
6964
|
},
|
|
6974
6965
|
{
|
|
6975
6966
|
"kind": "js",
|
|
6976
|
-
"name": "
|
|
6967
|
+
"name": "agSelectEditorStyles",
|
|
6977
6968
|
"declaration": {
|
|
6978
|
-
"name": "
|
|
6979
|
-
"module": "src/cell-
|
|
6969
|
+
"name": "agSelectEditorStyles",
|
|
6970
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6980
6971
|
}
|
|
6981
6972
|
},
|
|
6982
6973
|
{
|
|
6983
6974
|
"kind": "js",
|
|
6984
|
-
"name": "
|
|
6975
|
+
"name": "getSelectEditorTemplate",
|
|
6985
6976
|
"declaration": {
|
|
6986
|
-
"name": "
|
|
6987
|
-
"module": "src/cell-
|
|
6977
|
+
"name": "getSelectEditorTemplate",
|
|
6978
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6988
6979
|
}
|
|
6989
6980
|
},
|
|
6990
6981
|
{
|
|
6991
6982
|
"kind": "js",
|
|
6992
|
-
"name": "
|
|
6983
|
+
"name": "foundationSelectEditor",
|
|
6993
6984
|
"declaration": {
|
|
6994
|
-
"name": "
|
|
6995
|
-
"module": "src/cell-
|
|
6985
|
+
"name": "foundationSelectEditor",
|
|
6986
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6996
6987
|
}
|
|
6997
6988
|
}
|
|
6998
6989
|
]
|
|
6999
6990
|
},
|
|
7000
6991
|
{
|
|
7001
6992
|
"kind": "javascript-module",
|
|
7002
|
-
"path": "src/cell-
|
|
6993
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7003
6994
|
"declarations": [
|
|
7004
6995
|
{
|
|
7005
6996
|
"kind": "class",
|
|
7006
|
-
"description": "The AG
|
|
7007
|
-
"name": "
|
|
6997
|
+
"description": "The AG String Editor element.",
|
|
6998
|
+
"name": "StringEditor",
|
|
7008
6999
|
"members": [
|
|
7009
7000
|
{
|
|
7010
7001
|
"kind": "field",
|
|
7011
|
-
"name": "
|
|
7002
|
+
"name": "params",
|
|
7012
7003
|
"type": {
|
|
7013
|
-
"text": "
|
|
7004
|
+
"text": "StringEditorParams"
|
|
7014
7005
|
},
|
|
7015
7006
|
"privacy": "public"
|
|
7016
7007
|
},
|
|
7017
7008
|
{
|
|
7018
7009
|
"kind": "field",
|
|
7019
|
-
"name": "
|
|
7010
|
+
"name": "value",
|
|
7020
7011
|
"type": {
|
|
7021
7012
|
"text": "string"
|
|
7022
7013
|
},
|
|
7023
|
-
"
|
|
7014
|
+
"privacy": "public"
|
|
7024
7015
|
},
|
|
7025
7016
|
{
|
|
7026
7017
|
"kind": "field",
|
|
7027
|
-
"name": "
|
|
7018
|
+
"name": "actualWidth",
|
|
7028
7019
|
"type": {
|
|
7029
|
-
"text": "
|
|
7020
|
+
"text": "number"
|
|
7021
|
+
},
|
|
7022
|
+
"privacy": "public"
|
|
7023
|
+
},
|
|
7024
|
+
{
|
|
7025
|
+
"kind": "field",
|
|
7026
|
+
"name": "input",
|
|
7027
|
+
"type": {
|
|
7028
|
+
"text": "any"
|
|
7030
7029
|
},
|
|
7031
7030
|
"privacy": "public"
|
|
7032
7031
|
},
|
|
@@ -7038,7 +7037,7 @@
|
|
|
7038
7037
|
{
|
|
7039
7038
|
"name": "params",
|
|
7040
7039
|
"type": {
|
|
7041
|
-
"text": "
|
|
7040
|
+
"text": "StringEditorParams"
|
|
7042
7041
|
}
|
|
7043
7042
|
}
|
|
7044
7043
|
]
|
|
@@ -7053,51 +7052,54 @@
|
|
|
7053
7052
|
}
|
|
7054
7053
|
}
|
|
7055
7054
|
},
|
|
7056
|
-
{
|
|
7057
|
-
"kind": "method",
|
|
7058
|
-
"name": "destroy",
|
|
7059
|
-
"privacy": "public"
|
|
7060
|
-
},
|
|
7061
7055
|
{
|
|
7062
7056
|
"kind": "method",
|
|
7063
7057
|
"name": "refresh",
|
|
7064
7058
|
"privacy": "public",
|
|
7059
|
+
"return": {
|
|
7060
|
+
"type": {
|
|
7061
|
+
"text": "boolean"
|
|
7062
|
+
}
|
|
7063
|
+
},
|
|
7065
7064
|
"parameters": [
|
|
7066
7065
|
{
|
|
7067
7066
|
"name": "params",
|
|
7068
7067
|
"type": {
|
|
7069
|
-
"text": "
|
|
7068
|
+
"text": "StringEditorParams"
|
|
7070
7069
|
}
|
|
7071
7070
|
}
|
|
7072
7071
|
]
|
|
7073
7072
|
},
|
|
7074
7073
|
{
|
|
7075
7074
|
"kind": "method",
|
|
7076
|
-
"name": "
|
|
7077
|
-
|
|
7075
|
+
"name": "getValue"
|
|
7076
|
+
},
|
|
7077
|
+
{
|
|
7078
|
+
"kind": "method",
|
|
7079
|
+
"name": "isPopup",
|
|
7078
7080
|
"return": {
|
|
7079
7081
|
"type": {
|
|
7080
7082
|
"text": "boolean"
|
|
7081
7083
|
}
|
|
7082
|
-
}
|
|
7083
|
-
"parameters": [
|
|
7084
|
-
{
|
|
7085
|
-
"name": "data"
|
|
7086
|
-
}
|
|
7087
|
-
]
|
|
7084
|
+
}
|
|
7088
7085
|
},
|
|
7089
7086
|
{
|
|
7090
|
-
"kind": "
|
|
7091
|
-
"name": "
|
|
7092
|
-
|
|
7093
|
-
|
|
7087
|
+
"kind": "method",
|
|
7088
|
+
"name": "afterGuiAttached"
|
|
7089
|
+
},
|
|
7090
|
+
{
|
|
7091
|
+
"kind": "method",
|
|
7092
|
+
"name": "changeHandler",
|
|
7094
7093
|
"parameters": [
|
|
7095
7094
|
{
|
|
7096
|
-
"
|
|
7097
|
-
"name": "e"
|
|
7095
|
+
"name": "event"
|
|
7098
7096
|
}
|
|
7099
7097
|
]
|
|
7100
7098
|
},
|
|
7099
|
+
{
|
|
7100
|
+
"kind": "method",
|
|
7101
|
+
"name": "isCancelBeforeStart"
|
|
7102
|
+
},
|
|
7101
7103
|
{
|
|
7102
7104
|
"kind": "field",
|
|
7103
7105
|
"name": "_presentation",
|
|
@@ -7214,19 +7216,19 @@
|
|
|
7214
7216
|
"name": "FoundationElement",
|
|
7215
7217
|
"package": "@microsoft/fast-foundation"
|
|
7216
7218
|
},
|
|
7217
|
-
"tagName": "%%prefix%%-
|
|
7219
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7218
7220
|
"customElement": true
|
|
7219
7221
|
},
|
|
7220
7222
|
{
|
|
7221
7223
|
"kind": "variable",
|
|
7222
|
-
"name": "
|
|
7223
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
7224
|
-
"description": "The AG
|
|
7224
|
+
"name": "agStringEditorStyles",
|
|
7225
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7226
|
+
"description": "The AG String Renderer Styles.",
|
|
7225
7227
|
"privacy": "public"
|
|
7226
7228
|
},
|
|
7227
7229
|
{
|
|
7228
7230
|
"kind": "function",
|
|
7229
|
-
"name": "
|
|
7231
|
+
"name": "getStringEditorTemplate",
|
|
7230
7232
|
"parameters": [
|
|
7231
7233
|
{
|
|
7232
7234
|
"name": "designSystem",
|
|
@@ -7234,7 +7236,7 @@
|
|
|
7234
7236
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7235
7237
|
}
|
|
7236
7238
|
],
|
|
7237
|
-
"description": "Get a Design System prefixed
|
|
7239
|
+
"description": "Get a Design System prefixed String template.",
|
|
7238
7240
|
"return": {
|
|
7239
7241
|
"type": {
|
|
7240
7242
|
"text": ""
|
|
@@ -7244,188 +7246,180 @@
|
|
|
7244
7246
|
},
|
|
7245
7247
|
{
|
|
7246
7248
|
"kind": "variable",
|
|
7247
|
-
"name": "
|
|
7248
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7249
|
+
"name": "foundationStringEditor",
|
|
7249
7250
|
"privacy": "public"
|
|
7250
7251
|
}
|
|
7251
7252
|
],
|
|
7252
7253
|
"exports": [
|
|
7253
7254
|
{
|
|
7254
7255
|
"kind": "js",
|
|
7255
|
-
"name": "
|
|
7256
|
+
"name": "StringEditor",
|
|
7256
7257
|
"declaration": {
|
|
7257
|
-
"name": "
|
|
7258
|
-
"module": "src/cell-
|
|
7258
|
+
"name": "StringEditor",
|
|
7259
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7259
7260
|
}
|
|
7260
7261
|
},
|
|
7261
7262
|
{
|
|
7262
7263
|
"kind": "js",
|
|
7263
|
-
"name": "
|
|
7264
|
+
"name": "agStringEditorStyles",
|
|
7264
7265
|
"declaration": {
|
|
7265
|
-
"name": "
|
|
7266
|
-
"module": "src/cell-
|
|
7266
|
+
"name": "agStringEditorStyles",
|
|
7267
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7267
7268
|
}
|
|
7268
7269
|
},
|
|
7269
7270
|
{
|
|
7270
7271
|
"kind": "js",
|
|
7271
|
-
"name": "
|
|
7272
|
+
"name": "getStringEditorTemplate",
|
|
7272
7273
|
"declaration": {
|
|
7273
|
-
"name": "
|
|
7274
|
-
"module": "src/cell-
|
|
7274
|
+
"name": "getStringEditorTemplate",
|
|
7275
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7275
7276
|
}
|
|
7276
7277
|
},
|
|
7277
7278
|
{
|
|
7278
7279
|
"kind": "js",
|
|
7279
|
-
"name": "
|
|
7280
|
+
"name": "foundationStringEditor",
|
|
7280
7281
|
"declaration": {
|
|
7281
|
-
"name": "
|
|
7282
|
-
"module": "src/cell-
|
|
7282
|
+
"name": "foundationStringEditor",
|
|
7283
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7283
7284
|
}
|
|
7284
7285
|
}
|
|
7285
7286
|
]
|
|
7286
7287
|
},
|
|
7287
7288
|
{
|
|
7288
7289
|
"kind": "javascript-module",
|
|
7289
|
-
"path": "src/
|
|
7290
|
+
"path": "src/column/column.template.ts",
|
|
7291
|
+
"declarations": [
|
|
7292
|
+
{
|
|
7293
|
+
"kind": "variable",
|
|
7294
|
+
"name": "ColumnTemplate",
|
|
7295
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7296
|
+
"description": "The Grid Pro Column Template.",
|
|
7297
|
+
"privacy": "public"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"exports": [
|
|
7301
|
+
{
|
|
7302
|
+
"kind": "js",
|
|
7303
|
+
"name": "ColumnTemplate",
|
|
7304
|
+
"declaration": {
|
|
7305
|
+
"name": "ColumnTemplate",
|
|
7306
|
+
"module": "src/column/column.template.ts"
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
]
|
|
7310
|
+
},
|
|
7311
|
+
{
|
|
7312
|
+
"kind": "javascript-module",
|
|
7313
|
+
"path": "src/column/column.ts",
|
|
7290
7314
|
"declarations": [
|
|
7291
7315
|
{
|
|
7292
7316
|
"kind": "class",
|
|
7293
|
-
"description": "",
|
|
7294
|
-
"name": "
|
|
7295
|
-
"superclass": {
|
|
7296
|
-
"name": "AgTextFieldRenderer",
|
|
7297
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7298
|
-
},
|
|
7299
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7300
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7301
|
-
"customElement": true,
|
|
7317
|
+
"description": "The Grid Pro Column element.",
|
|
7318
|
+
"name": "GridProColumn",
|
|
7302
7319
|
"members": [
|
|
7303
7320
|
{
|
|
7304
7321
|
"kind": "field",
|
|
7305
|
-
"name": "
|
|
7306
|
-
"type": {
|
|
7307
|
-
"text": "TextField"
|
|
7308
|
-
},
|
|
7309
|
-
"privacy": "public",
|
|
7310
|
-
"inheritedFrom": {
|
|
7311
|
-
"name": "AgTextFieldRenderer",
|
|
7312
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7313
|
-
}
|
|
7314
|
-
},
|
|
7315
|
-
{
|
|
7316
|
-
"kind": "field",
|
|
7317
|
-
"name": "textValue",
|
|
7322
|
+
"name": "slottedAgCell",
|
|
7318
7323
|
"type": {
|
|
7319
|
-
"text": "
|
|
7324
|
+
"text": "HTMLElement[]"
|
|
7320
7325
|
},
|
|
7321
|
-
"
|
|
7322
|
-
"inheritedFrom": {
|
|
7323
|
-
"name": "AgTextFieldRenderer",
|
|
7324
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7325
|
-
}
|
|
7326
|
+
"privacy": "public"
|
|
7326
7327
|
},
|
|
7327
7328
|
{
|
|
7328
7329
|
"kind": "field",
|
|
7329
|
-
"name": "
|
|
7330
|
+
"name": "definition",
|
|
7330
7331
|
"type": {
|
|
7331
|
-
"text": "
|
|
7332
|
+
"text": "ColDef"
|
|
7332
7333
|
},
|
|
7333
|
-
"
|
|
7334
|
-
"inheritedFrom": {
|
|
7335
|
-
"name": "AgTextFieldRenderer",
|
|
7336
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7337
|
-
}
|
|
7334
|
+
"default": "{}"
|
|
7338
7335
|
},
|
|
7339
7336
|
{
|
|
7340
7337
|
"kind": "method",
|
|
7341
|
-
"name": "
|
|
7342
|
-
"privacy": "public"
|
|
7343
|
-
"parameters": [
|
|
7344
|
-
{
|
|
7345
|
-
"name": "params",
|
|
7346
|
-
"type": {
|
|
7347
|
-
"text": "FuiCellRendererParams"
|
|
7348
|
-
}
|
|
7349
|
-
}
|
|
7350
|
-
],
|
|
7351
|
-
"inheritedFrom": {
|
|
7352
|
-
"name": "AgTextFieldRenderer",
|
|
7353
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7354
|
-
}
|
|
7338
|
+
"name": "slottedAgCellChanged",
|
|
7339
|
+
"privacy": "public"
|
|
7355
7340
|
},
|
|
7356
7341
|
{
|
|
7357
7342
|
"kind": "method",
|
|
7358
|
-
"name": "
|
|
7359
|
-
"privacy": "public",
|
|
7343
|
+
"name": "deepClone",
|
|
7360
7344
|
"return": {
|
|
7361
7345
|
"type": {
|
|
7362
|
-
"text": "
|
|
7346
|
+
"text": "Node"
|
|
7363
7347
|
}
|
|
7364
7348
|
},
|
|
7365
7349
|
"inheritedFrom": {
|
|
7366
|
-
"name": "
|
|
7367
|
-
"module": "src/
|
|
7368
|
-
}
|
|
7369
|
-
},
|
|
7370
|
-
{
|
|
7371
|
-
"kind": "method",
|
|
7372
|
-
"name": "destroy",
|
|
7373
|
-
"privacy": "public",
|
|
7374
|
-
"inheritedFrom": {
|
|
7375
|
-
"name": "AgTextFieldRenderer",
|
|
7376
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7350
|
+
"name": "LifecycleMixin",
|
|
7351
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7377
7352
|
}
|
|
7378
7353
|
},
|
|
7379
7354
|
{
|
|
7380
7355
|
"kind": "method",
|
|
7381
|
-
"name": "
|
|
7382
|
-
"
|
|
7356
|
+
"name": "cloneNode",
|
|
7357
|
+
"return": {
|
|
7358
|
+
"type": {
|
|
7359
|
+
"text": "Node"
|
|
7360
|
+
}
|
|
7361
|
+
},
|
|
7383
7362
|
"parameters": [
|
|
7384
7363
|
{
|
|
7385
|
-
"name": "
|
|
7364
|
+
"name": "deep",
|
|
7365
|
+
"optional": true,
|
|
7386
7366
|
"type": {
|
|
7387
|
-
"text": "
|
|
7367
|
+
"text": "boolean"
|
|
7388
7368
|
}
|
|
7389
7369
|
}
|
|
7390
7370
|
],
|
|
7391
7371
|
"inheritedFrom": {
|
|
7392
|
-
"name": "
|
|
7393
|
-
"module": "src/
|
|
7372
|
+
"name": "LifecycleMixin",
|
|
7373
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7394
7374
|
}
|
|
7395
7375
|
},
|
|
7396
7376
|
{
|
|
7397
|
-
"kind": "
|
|
7398
|
-
"name": "
|
|
7399
|
-
"privacy": "public",
|
|
7377
|
+
"kind": "field",
|
|
7378
|
+
"name": "shouldRunDisconnect",
|
|
7400
7379
|
"return": {
|
|
7401
7380
|
"type": {
|
|
7402
|
-
"text": "
|
|
7381
|
+
"text": ""
|
|
7403
7382
|
}
|
|
7404
7383
|
},
|
|
7405
|
-
"
|
|
7406
|
-
{
|
|
7407
|
-
"name": "data"
|
|
7408
|
-
}
|
|
7409
|
-
],
|
|
7384
|
+
"readonly": true,
|
|
7410
7385
|
"inheritedFrom": {
|
|
7411
|
-
"name": "
|
|
7412
|
-
"module": "src/
|
|
7386
|
+
"name": "LifecycleMixin",
|
|
7387
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7413
7388
|
}
|
|
7414
7389
|
},
|
|
7415
7390
|
{
|
|
7416
7391
|
"kind": "field",
|
|
7417
|
-
"name": "
|
|
7418
|
-
"
|
|
7419
|
-
|
|
7392
|
+
"name": "shouldRunConnect",
|
|
7393
|
+
"return": {
|
|
7394
|
+
"type": {
|
|
7395
|
+
"text": ""
|
|
7396
|
+
}
|
|
7397
|
+
},
|
|
7398
|
+
"readonly": true,
|
|
7399
|
+
"inheritedFrom": {
|
|
7400
|
+
"name": "LifecycleMixin",
|
|
7401
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7402
|
+
}
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"kind": "method",
|
|
7406
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7407
|
+
"return": {
|
|
7408
|
+
"type": {
|
|
7409
|
+
"text": "boolean"
|
|
7410
|
+
}
|
|
7411
|
+
},
|
|
7420
7412
|
"parameters": [
|
|
7421
7413
|
{
|
|
7422
|
-
"
|
|
7423
|
-
"
|
|
7414
|
+
"name": "lifecycleType",
|
|
7415
|
+
"type": {
|
|
7416
|
+
"text": "Lifecycletype"
|
|
7417
|
+
}
|
|
7424
7418
|
}
|
|
7425
7419
|
],
|
|
7426
7420
|
"inheritedFrom": {
|
|
7427
|
-
"name": "
|
|
7428
|
-
"module": "src/
|
|
7421
|
+
"name": "LifecycleMixin",
|
|
7422
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7429
7423
|
}
|
|
7430
7424
|
},
|
|
7431
7425
|
{
|
|
@@ -7539,61 +7533,67 @@
|
|
|
7539
7533
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7540
7534
|
}
|
|
7541
7535
|
}
|
|
7542
|
-
]
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
"
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
"
|
|
7554
|
-
"
|
|
7555
|
-
"privacy": "public",
|
|
7556
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7557
|
-
},
|
|
7558
|
-
{
|
|
7559
|
-
"kind": "variable",
|
|
7560
|
-
"name": "foundationAgTextRenderer",
|
|
7561
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7562
|
-
"privacy": "public",
|
|
7563
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7536
|
+
],
|
|
7537
|
+
"mixins": [
|
|
7538
|
+
{
|
|
7539
|
+
"name": "LifecycleMixin",
|
|
7540
|
+
"package": "@genesislcap/foundation-utils"
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"superclass": {
|
|
7544
|
+
"name": "FoundationElement",
|
|
7545
|
+
"package": "@microsoft/fast-foundation"
|
|
7546
|
+
},
|
|
7547
|
+
"tagName": "grid-pro-column",
|
|
7548
|
+
"customElement": true
|
|
7564
7549
|
}
|
|
7565
7550
|
],
|
|
7566
7551
|
"exports": [
|
|
7567
7552
|
{
|
|
7568
7553
|
"kind": "js",
|
|
7569
|
-
"name": "
|
|
7554
|
+
"name": "GridProColumn",
|
|
7570
7555
|
"declaration": {
|
|
7571
|
-
"name": "
|
|
7572
|
-
"module": "src/
|
|
7556
|
+
"name": "GridProColumn",
|
|
7557
|
+
"module": "src/column/column.ts"
|
|
7573
7558
|
}
|
|
7574
7559
|
},
|
|
7560
|
+
{
|
|
7561
|
+
"kind": "custom-element-definition",
|
|
7562
|
+
"name": "grid-pro-column",
|
|
7563
|
+
"declaration": {
|
|
7564
|
+
"name": "GridProColumn",
|
|
7565
|
+
"module": "src/column/column.ts"
|
|
7566
|
+
}
|
|
7567
|
+
}
|
|
7568
|
+
]
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
"kind": "javascript-module",
|
|
7572
|
+
"path": "src/column/index.ts",
|
|
7573
|
+
"declarations": [],
|
|
7574
|
+
"exports": [
|
|
7575
7575
|
{
|
|
7576
7576
|
"kind": "js",
|
|
7577
|
-
"name": "
|
|
7577
|
+
"name": "*",
|
|
7578
7578
|
"declaration": {
|
|
7579
|
-
"name": "
|
|
7580
|
-
"
|
|
7579
|
+
"name": "*",
|
|
7580
|
+
"package": "./column.template"
|
|
7581
7581
|
}
|
|
7582
7582
|
},
|
|
7583
7583
|
{
|
|
7584
7584
|
"kind": "js",
|
|
7585
|
-
"name": "
|
|
7585
|
+
"name": "*",
|
|
7586
7586
|
"declaration": {
|
|
7587
|
-
"name": "
|
|
7588
|
-
"
|
|
7587
|
+
"name": "*",
|
|
7588
|
+
"package": "./column"
|
|
7589
7589
|
}
|
|
7590
7590
|
},
|
|
7591
7591
|
{
|
|
7592
7592
|
"kind": "js",
|
|
7593
|
-
"name": "
|
|
7593
|
+
"name": "*",
|
|
7594
7594
|
"declaration": {
|
|
7595
|
-
"name": "
|
|
7596
|
-
"
|
|
7595
|
+
"name": "*",
|
|
7596
|
+
"package": "./utils"
|
|
7597
7597
|
}
|
|
7598
7598
|
}
|
|
7599
7599
|
]
|
|
@@ -18088,51 +18088,46 @@
|
|
|
18088
18088
|
},
|
|
18089
18089
|
{
|
|
18090
18090
|
"kind": "javascript-module",
|
|
18091
|
-
"path": "src/
|
|
18091
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
18092
18092
|
"declarations": [
|
|
18093
18093
|
{
|
|
18094
18094
|
"kind": "function",
|
|
18095
|
-
"name": "
|
|
18095
|
+
"name": "setValueWithAccessor",
|
|
18096
18096
|
"return": {
|
|
18097
18097
|
"type": {
|
|
18098
|
-
"text": "
|
|
18098
|
+
"text": "string"
|
|
18099
18099
|
}
|
|
18100
18100
|
},
|
|
18101
18101
|
"parameters": [
|
|
18102
18102
|
{
|
|
18103
|
-
"name": "
|
|
18103
|
+
"name": "data",
|
|
18104
18104
|
"type": {
|
|
18105
|
-
"text": "
|
|
18106
|
-
}
|
|
18107
|
-
"description": "The array to render"
|
|
18105
|
+
"text": "any"
|
|
18106
|
+
}
|
|
18108
18107
|
},
|
|
18109
18108
|
{
|
|
18110
|
-
"name": "
|
|
18111
|
-
"default": "true",
|
|
18109
|
+
"name": "accessor",
|
|
18112
18110
|
"type": {
|
|
18113
|
-
"text": "
|
|
18114
|
-
}
|
|
18115
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18111
|
+
"text": "string"
|
|
18112
|
+
}
|
|
18116
18113
|
}
|
|
18117
|
-
]
|
|
18118
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18119
|
-
"privacy": "public"
|
|
18114
|
+
]
|
|
18120
18115
|
}
|
|
18121
18116
|
],
|
|
18122
18117
|
"exports": [
|
|
18123
18118
|
{
|
|
18124
18119
|
"kind": "js",
|
|
18125
|
-
"name": "
|
|
18120
|
+
"name": "setValueWithAccessor",
|
|
18126
18121
|
"declaration": {
|
|
18127
|
-
"name": "
|
|
18128
|
-
"module": "src/
|
|
18122
|
+
"name": "setValueWithAccessor",
|
|
18123
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
18129
18124
|
}
|
|
18130
18125
|
}
|
|
18131
18126
|
]
|
|
18132
18127
|
},
|
|
18133
18128
|
{
|
|
18134
18129
|
"kind": "javascript-module",
|
|
18135
|
-
"path": "src/
|
|
18130
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
18136
18131
|
"declarations": [],
|
|
18137
18132
|
"exports": [
|
|
18138
18133
|
{
|
|
@@ -18140,53 +18135,58 @@
|
|
|
18140
18135
|
"name": "*",
|
|
18141
18136
|
"declaration": {
|
|
18142
18137
|
"name": "*",
|
|
18143
|
-
"package": "./
|
|
18138
|
+
"package": "./accessor"
|
|
18144
18139
|
}
|
|
18145
18140
|
}
|
|
18146
18141
|
]
|
|
18147
18142
|
},
|
|
18148
18143
|
{
|
|
18149
18144
|
"kind": "javascript-module",
|
|
18150
|
-
"path": "src/
|
|
18145
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
18151
18146
|
"declarations": [
|
|
18152
18147
|
{
|
|
18153
18148
|
"kind": "function",
|
|
18154
|
-
"name": "
|
|
18149
|
+
"name": "gridProColumns",
|
|
18155
18150
|
"return": {
|
|
18156
18151
|
"type": {
|
|
18157
|
-
"text": "
|
|
18152
|
+
"text": "CaptureType<TSource>"
|
|
18158
18153
|
}
|
|
18159
18154
|
},
|
|
18160
18155
|
"parameters": [
|
|
18161
18156
|
{
|
|
18162
|
-
"name": "
|
|
18157
|
+
"name": "itemsBinding",
|
|
18163
18158
|
"type": {
|
|
18164
|
-
"text": "
|
|
18165
|
-
}
|
|
18159
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
18160
|
+
},
|
|
18161
|
+
"description": "The array to render"
|
|
18166
18162
|
},
|
|
18167
18163
|
{
|
|
18168
|
-
"name": "
|
|
18164
|
+
"name": "includeRenderers",
|
|
18165
|
+
"default": "true",
|
|
18169
18166
|
"type": {
|
|
18170
|
-
"text": "
|
|
18171
|
-
}
|
|
18167
|
+
"text": "boolean"
|
|
18168
|
+
},
|
|
18169
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18172
18170
|
}
|
|
18173
|
-
]
|
|
18171
|
+
],
|
|
18172
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18173
|
+
"privacy": "public"
|
|
18174
18174
|
}
|
|
18175
18175
|
],
|
|
18176
18176
|
"exports": [
|
|
18177
18177
|
{
|
|
18178
18178
|
"kind": "js",
|
|
18179
|
-
"name": "
|
|
18179
|
+
"name": "gridProColumns",
|
|
18180
18180
|
"declaration": {
|
|
18181
|
-
"name": "
|
|
18182
|
-
"module": "src/
|
|
18181
|
+
"name": "gridProColumns",
|
|
18182
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
18183
18183
|
}
|
|
18184
18184
|
}
|
|
18185
18185
|
]
|
|
18186
18186
|
},
|
|
18187
18187
|
{
|
|
18188
18188
|
"kind": "javascript-module",
|
|
18189
|
-
"path": "src/
|
|
18189
|
+
"path": "src/column/utils/index.ts",
|
|
18190
18190
|
"declarations": [],
|
|
18191
18191
|
"exports": [
|
|
18192
18192
|
{
|
|
@@ -18194,7 +18194,7 @@
|
|
|
18194
18194
|
"name": "*",
|
|
18195
18195
|
"declaration": {
|
|
18196
18196
|
"name": "*",
|
|
18197
|
-
"package": "./
|
|
18197
|
+
"package": "./grid-pro-columns"
|
|
18198
18198
|
}
|
|
18199
18199
|
}
|
|
18200
18200
|
]
|