@genesislcap/grid-pro 15.19.1 → 15.19.2-FUI-2596.1
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 +1050 -1050
- package/dist/dts/grid-pro-beta.d.ts +1 -3
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/react.d.ts +45 -45
- package/dist/esm/grid-pro-beta.js +2 -1
- package/dist/grid-pro.d.ts +1 -3
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +25 -25
- package/package.json +13 -13
|
@@ -3780,29 +3780,57 @@
|
|
|
3780
3780
|
},
|
|
3781
3781
|
{
|
|
3782
3782
|
"kind": "javascript-module",
|
|
3783
|
-
"path": "src/cell-
|
|
3783
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3784
3784
|
"declarations": [
|
|
3785
3785
|
{
|
|
3786
3786
|
"kind": "class",
|
|
3787
|
-
"description": "The AG
|
|
3788
|
-
"name": "
|
|
3787
|
+
"description": "The AG Date Editor element.",
|
|
3788
|
+
"name": "DateEditor",
|
|
3789
3789
|
"members": [
|
|
3790
3790
|
{
|
|
3791
3791
|
"kind": "field",
|
|
3792
|
-
"name": "
|
|
3792
|
+
"name": "value",
|
|
3793
3793
|
"type": {
|
|
3794
|
-
"text": "
|
|
3794
|
+
"text": "number"
|
|
3795
3795
|
},
|
|
3796
3796
|
"privacy": "public"
|
|
3797
3797
|
},
|
|
3798
3798
|
{
|
|
3799
3799
|
"kind": "field",
|
|
3800
|
-
"name": "
|
|
3800
|
+
"name": "actualWidth",
|
|
3801
3801
|
"type": {
|
|
3802
|
-
"text": "
|
|
3802
|
+
"text": "number"
|
|
3803
3803
|
},
|
|
3804
3804
|
"privacy": "public"
|
|
3805
3805
|
},
|
|
3806
|
+
{
|
|
3807
|
+
"kind": "field",
|
|
3808
|
+
"name": "params",
|
|
3809
|
+
"type": {
|
|
3810
|
+
"text": "DateEditorParams"
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"kind": "field",
|
|
3815
|
+
"name": "dateFormat",
|
|
3816
|
+
"type": {
|
|
3817
|
+
"text": "string"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "input",
|
|
3823
|
+
"type": {
|
|
3824
|
+
"text": "any"
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "field",
|
|
3829
|
+
"name": "inputType",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "'datetime-local' | 'date'"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3806
3834
|
{
|
|
3807
3835
|
"kind": "method",
|
|
3808
3836
|
"name": "init",
|
|
@@ -3811,7 +3839,7 @@
|
|
|
3811
3839
|
{
|
|
3812
3840
|
"name": "params",
|
|
3813
3841
|
"type": {
|
|
3814
|
-
"text": "
|
|
3842
|
+
"text": "DateEditorParams"
|
|
3815
3843
|
}
|
|
3816
3844
|
}
|
|
3817
3845
|
]
|
|
@@ -3830,39 +3858,49 @@
|
|
|
3830
3858
|
"kind": "method",
|
|
3831
3859
|
"name": "refresh",
|
|
3832
3860
|
"privacy": "public",
|
|
3861
|
+
"return": {
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "boolean"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3833
3866
|
"parameters": [
|
|
3834
3867
|
{
|
|
3835
3868
|
"name": "params",
|
|
3836
3869
|
"type": {
|
|
3837
|
-
"text": "
|
|
3870
|
+
"text": "DateEditorParams"
|
|
3838
3871
|
}
|
|
3839
3872
|
}
|
|
3840
3873
|
]
|
|
3841
3874
|
},
|
|
3842
3875
|
{
|
|
3843
3876
|
"kind": "method",
|
|
3844
|
-
"name": "
|
|
3845
|
-
|
|
3877
|
+
"name": "getValue"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"kind": "method",
|
|
3881
|
+
"name": "isPopup",
|
|
3846
3882
|
"return": {
|
|
3847
3883
|
"type": {
|
|
3848
3884
|
"text": "boolean"
|
|
3849
3885
|
}
|
|
3850
|
-
}
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"kind": "method",
|
|
3890
|
+
"name": "changeHandler",
|
|
3851
3891
|
"parameters": [
|
|
3852
3892
|
{
|
|
3853
|
-
"name": "
|
|
3893
|
+
"name": "event"
|
|
3854
3894
|
}
|
|
3855
3895
|
]
|
|
3856
3896
|
},
|
|
3857
3897
|
{
|
|
3858
3898
|
"kind": "method",
|
|
3859
|
-
"name": "
|
|
3860
|
-
"privacy": "public"
|
|
3899
|
+
"name": "afterGuiAttached"
|
|
3861
3900
|
},
|
|
3862
3901
|
{
|
|
3863
|
-
"kind": "
|
|
3864
|
-
"name": "
|
|
3865
|
-
"readonly": true
|
|
3902
|
+
"kind": "method",
|
|
3903
|
+
"name": "isCancelBeforeStart"
|
|
3866
3904
|
},
|
|
3867
3905
|
{
|
|
3868
3906
|
"kind": "field",
|
|
@@ -3980,78 +4018,144 @@
|
|
|
3980
4018
|
"name": "FoundationElement",
|
|
3981
4019
|
"package": "@microsoft/fast-foundation"
|
|
3982
4020
|
},
|
|
3983
|
-
"tagName": "%%prefix%%-
|
|
4021
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3984
4022
|
"customElement": true
|
|
3985
4023
|
},
|
|
3986
4024
|
{
|
|
3987
4025
|
"kind": "variable",
|
|
3988
|
-
"name": "
|
|
3989
|
-
"
|
|
4026
|
+
"name": "agDateEditorStyles",
|
|
4027
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4028
|
+
"description": "The AG Select Renderer Styles.",
|
|
3990
4029
|
"privacy": "public"
|
|
3991
4030
|
},
|
|
3992
4031
|
{
|
|
3993
|
-
"kind": "
|
|
3994
|
-
"name": "
|
|
3995
|
-
"
|
|
3996
|
-
|
|
4032
|
+
"kind": "function",
|
|
4033
|
+
"name": "getDateEditorTemplate",
|
|
4034
|
+
"parameters": [
|
|
4035
|
+
{
|
|
4036
|
+
"name": "prefix",
|
|
4037
|
+
"default": "'foundation'",
|
|
4038
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4039
|
+
}
|
|
4040
|
+
],
|
|
4041
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4042
|
+
"return": {
|
|
4043
|
+
"type": {
|
|
4044
|
+
"text": ""
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
3997
4047
|
"privacy": "public"
|
|
3998
4048
|
},
|
|
3999
4049
|
{
|
|
4000
4050
|
"kind": "variable",
|
|
4001
|
-
"name": "
|
|
4002
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4051
|
+
"name": "foundationDateEditor",
|
|
4003
4052
|
"privacy": "public"
|
|
4004
4053
|
}
|
|
4005
4054
|
],
|
|
4006
4055
|
"exports": [
|
|
4007
4056
|
{
|
|
4008
4057
|
"kind": "js",
|
|
4009
|
-
"name": "
|
|
4058
|
+
"name": "DateEditor",
|
|
4010
4059
|
"declaration": {
|
|
4011
|
-
"name": "
|
|
4012
|
-
"module": "src/cell-
|
|
4060
|
+
"name": "DateEditor",
|
|
4061
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4013
4062
|
}
|
|
4014
4063
|
},
|
|
4015
4064
|
{
|
|
4016
4065
|
"kind": "js",
|
|
4017
|
-
"name": "
|
|
4066
|
+
"name": "agDateEditorStyles",
|
|
4018
4067
|
"declaration": {
|
|
4019
|
-
"name": "
|
|
4020
|
-
"module": "src/cell-
|
|
4068
|
+
"name": "agDateEditorStyles",
|
|
4069
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4021
4070
|
}
|
|
4022
4071
|
},
|
|
4023
4072
|
{
|
|
4024
4073
|
"kind": "js",
|
|
4025
|
-
"name": "
|
|
4074
|
+
"name": "getDateEditorTemplate",
|
|
4026
4075
|
"declaration": {
|
|
4027
|
-
"name": "
|
|
4028
|
-
"module": "src/cell-
|
|
4076
|
+
"name": "getDateEditorTemplate",
|
|
4077
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4029
4078
|
}
|
|
4030
4079
|
},
|
|
4031
4080
|
{
|
|
4032
4081
|
"kind": "js",
|
|
4033
|
-
"name": "
|
|
4082
|
+
"name": "foundationDateEditor",
|
|
4034
4083
|
"declaration": {
|
|
4035
|
-
"name": "
|
|
4036
|
-
"module": "src/cell-
|
|
4084
|
+
"name": "foundationDateEditor",
|
|
4085
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4037
4086
|
}
|
|
4038
4087
|
}
|
|
4039
4088
|
]
|
|
4040
4089
|
},
|
|
4041
4090
|
{
|
|
4042
4091
|
"kind": "javascript-module",
|
|
4043
|
-
"path": "src/cell-
|
|
4092
|
+
"path": "src/cell-editors/index.ts",
|
|
4093
|
+
"declarations": [],
|
|
4094
|
+
"exports": [
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "js",
|
|
4097
|
+
"name": "*",
|
|
4098
|
+
"declaration": {
|
|
4099
|
+
"name": "*",
|
|
4100
|
+
"package": "./date.editor"
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"kind": "js",
|
|
4105
|
+
"name": "*",
|
|
4106
|
+
"declaration": {
|
|
4107
|
+
"name": "*",
|
|
4108
|
+
"package": "./multiselect.editor"
|
|
4109
|
+
}
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"kind": "js",
|
|
4113
|
+
"name": "*",
|
|
4114
|
+
"declaration": {
|
|
4115
|
+
"name": "*",
|
|
4116
|
+
"package": "./number.editor"
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "js",
|
|
4121
|
+
"name": "*",
|
|
4122
|
+
"declaration": {
|
|
4123
|
+
"name": "*",
|
|
4124
|
+
"package": "./select.editor"
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"kind": "js",
|
|
4129
|
+
"name": "*",
|
|
4130
|
+
"declaration": {
|
|
4131
|
+
"name": "*",
|
|
4132
|
+
"package": "./string.editor"
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"kind": "javascript-module",
|
|
4139
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4044
4140
|
"declarations": [
|
|
4045
4141
|
{
|
|
4046
4142
|
"kind": "class",
|
|
4047
|
-
"description": "The
|
|
4048
|
-
"name": "
|
|
4143
|
+
"description": "The AG Multiselect Editor element.",
|
|
4144
|
+
"name": "MultiselectEditor",
|
|
4049
4145
|
"members": [
|
|
4050
4146
|
{
|
|
4051
4147
|
"kind": "field",
|
|
4052
4148
|
"name": "params",
|
|
4053
4149
|
"type": {
|
|
4054
|
-
"text": "
|
|
4150
|
+
"text": "MultiselectEditorParams"
|
|
4151
|
+
},
|
|
4152
|
+
"privacy": "public"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"kind": "field",
|
|
4156
|
+
"name": "selectedOptions",
|
|
4157
|
+
"type": {
|
|
4158
|
+
"text": "any[]"
|
|
4055
4159
|
},
|
|
4056
4160
|
"privacy": "public"
|
|
4057
4161
|
},
|
|
@@ -4063,7 +4167,7 @@
|
|
|
4063
4167
|
{
|
|
4064
4168
|
"name": "params",
|
|
4065
4169
|
"type": {
|
|
4066
|
-
"text": "
|
|
4170
|
+
"text": "MultiselectEditorParams"
|
|
4067
4171
|
}
|
|
4068
4172
|
}
|
|
4069
4173
|
]
|
|
@@ -4078,19 +4182,60 @@
|
|
|
4078
4182
|
}
|
|
4079
4183
|
}
|
|
4080
4184
|
},
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "method",
|
|
4187
|
+
"name": "destroy",
|
|
4188
|
+
"privacy": "public",
|
|
4189
|
+
"return": {
|
|
4190
|
+
"type": {
|
|
4191
|
+
"text": "void"
|
|
4192
|
+
}
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4081
4195
|
{
|
|
4082
4196
|
"kind": "method",
|
|
4083
4197
|
"name": "refresh",
|
|
4084
4198
|
"privacy": "public",
|
|
4199
|
+
"return": {
|
|
4200
|
+
"type": {
|
|
4201
|
+
"text": "boolean"
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4085
4204
|
"parameters": [
|
|
4086
4205
|
{
|
|
4087
4206
|
"name": "params",
|
|
4088
4207
|
"type": {
|
|
4089
|
-
"text": "
|
|
4208
|
+
"text": "MultiselectEditorParams"
|
|
4090
4209
|
}
|
|
4091
4210
|
}
|
|
4092
4211
|
]
|
|
4093
4212
|
},
|
|
4213
|
+
{
|
|
4214
|
+
"kind": "method",
|
|
4215
|
+
"name": "getValue"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"kind": "method",
|
|
4219
|
+
"name": "isPopup",
|
|
4220
|
+
"return": {
|
|
4221
|
+
"type": {
|
|
4222
|
+
"text": "boolean"
|
|
4223
|
+
}
|
|
4224
|
+
}
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"kind": "method",
|
|
4228
|
+
"name": "changeHandler",
|
|
4229
|
+
"parameters": [
|
|
4230
|
+
{
|
|
4231
|
+
"name": "event"
|
|
4232
|
+
}
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"kind": "method",
|
|
4237
|
+
"name": "isCancelBeforeStart"
|
|
4238
|
+
},
|
|
4094
4239
|
{
|
|
4095
4240
|
"kind": "field",
|
|
4096
4241
|
"name": "_presentation",
|
|
@@ -4207,133 +4352,115 @@
|
|
|
4207
4352
|
"name": "FoundationElement",
|
|
4208
4353
|
"package": "@microsoft/fast-foundation"
|
|
4209
4354
|
},
|
|
4210
|
-
"tagName": "%%prefix%%-
|
|
4355
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4211
4356
|
"customElement": true
|
|
4212
4357
|
},
|
|
4213
4358
|
{
|
|
4214
4359
|
"kind": "variable",
|
|
4215
|
-
"name": "
|
|
4216
|
-
"
|
|
4360
|
+
"name": "agMultiselectEditorStyles",
|
|
4361
|
+
"default": "css``",
|
|
4362
|
+
"description": "The AG Select Renderer Styles.",
|
|
4217
4363
|
"privacy": "public"
|
|
4218
4364
|
},
|
|
4219
4365
|
{
|
|
4220
4366
|
"kind": "function",
|
|
4221
|
-
"name": "
|
|
4367
|
+
"name": "getMultiselectEditorTemplate",
|
|
4368
|
+
"parameters": [
|
|
4369
|
+
{
|
|
4370
|
+
"name": "designSystem",
|
|
4371
|
+
"default": "'foundation'",
|
|
4372
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4373
|
+
}
|
|
4374
|
+
],
|
|
4375
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4222
4376
|
"return": {
|
|
4223
4377
|
"type": {
|
|
4224
4378
|
"text": ""
|
|
4225
4379
|
}
|
|
4226
4380
|
},
|
|
4227
|
-
"
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
},
|
|
4233
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"name": "overrideDef",
|
|
4237
|
-
"default": "{}",
|
|
4238
|
-
"type": {
|
|
4239
|
-
"text": "ColDef"
|
|
4240
|
-
},
|
|
4241
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"name": "customActionsOpenerName",
|
|
4245
|
-
"default": "'⋮'",
|
|
4246
|
-
"type": {
|
|
4247
|
-
"text": "string"
|
|
4248
|
-
},
|
|
4249
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
"name": "isVertical",
|
|
4253
|
-
"default": "false",
|
|
4254
|
-
"type": {
|
|
4255
|
-
"text": "boolean"
|
|
4256
|
-
},
|
|
4257
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4258
|
-
},
|
|
4259
|
-
{
|
|
4260
|
-
"name": "buttonAppearance",
|
|
4261
|
-
"optional": true,
|
|
4262
|
-
"type": {
|
|
4263
|
-
"text": "string"
|
|
4264
|
-
},
|
|
4265
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4266
|
-
}
|
|
4267
|
-
],
|
|
4268
|
-
"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).",
|
|
4381
|
+
"privacy": "public"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"kind": "variable",
|
|
4385
|
+
"name": "foundationMultiselectEditor",
|
|
4269
4386
|
"privacy": "public"
|
|
4270
4387
|
}
|
|
4271
4388
|
],
|
|
4272
4389
|
"exports": [
|
|
4273
4390
|
{
|
|
4274
4391
|
"kind": "js",
|
|
4275
|
-
"name": "
|
|
4392
|
+
"name": "MultiselectEditor",
|
|
4276
4393
|
"declaration": {
|
|
4277
|
-
"name": "
|
|
4278
|
-
"module": "src/cell-
|
|
4394
|
+
"name": "MultiselectEditor",
|
|
4395
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4279
4396
|
}
|
|
4280
4397
|
},
|
|
4281
4398
|
{
|
|
4282
4399
|
"kind": "js",
|
|
4283
|
-
"name": "
|
|
4400
|
+
"name": "agMultiselectEditorStyles",
|
|
4284
4401
|
"declaration": {
|
|
4285
|
-
"name": "
|
|
4286
|
-
"module": "src/cell-
|
|
4402
|
+
"name": "agMultiselectEditorStyles",
|
|
4403
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4287
4404
|
}
|
|
4288
4405
|
},
|
|
4289
4406
|
{
|
|
4290
4407
|
"kind": "js",
|
|
4291
|
-
"name": "
|
|
4408
|
+
"name": "getMultiselectEditorTemplate",
|
|
4292
4409
|
"declaration": {
|
|
4293
|
-
"name": "
|
|
4294
|
-
"module": "src/cell-
|
|
4410
|
+
"name": "getMultiselectEditorTemplate",
|
|
4411
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"kind": "js",
|
|
4416
|
+
"name": "foundationMultiselectEditor",
|
|
4417
|
+
"declaration": {
|
|
4418
|
+
"name": "foundationMultiselectEditor",
|
|
4419
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4295
4420
|
}
|
|
4296
4421
|
}
|
|
4297
4422
|
]
|
|
4298
4423
|
},
|
|
4299
4424
|
{
|
|
4300
4425
|
"kind": "javascript-module",
|
|
4301
|
-
"path": "src/cell-
|
|
4426
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4302
4427
|
"declarations": [
|
|
4303
4428
|
{
|
|
4304
4429
|
"kind": "class",
|
|
4305
|
-
"description": "The AG
|
|
4306
|
-
"name": "
|
|
4430
|
+
"description": "The AG Number Editor element.",
|
|
4431
|
+
"name": "NumberEditor",
|
|
4307
4432
|
"members": [
|
|
4308
4433
|
{
|
|
4309
4434
|
"kind": "field",
|
|
4310
4435
|
"name": "params",
|
|
4311
4436
|
"type": {
|
|
4312
|
-
"text": "
|
|
4437
|
+
"text": "NumberEditorParams"
|
|
4313
4438
|
},
|
|
4314
4439
|
"privacy": "public"
|
|
4315
4440
|
},
|
|
4316
4441
|
{
|
|
4317
4442
|
"kind": "field",
|
|
4318
|
-
"name": "
|
|
4443
|
+
"name": "value",
|
|
4319
4444
|
"type": {
|
|
4320
|
-
"text": "
|
|
4321
|
-
}
|
|
4445
|
+
"text": "number"
|
|
4446
|
+
},
|
|
4447
|
+
"privacy": "public"
|
|
4322
4448
|
},
|
|
4323
4449
|
{
|
|
4324
|
-
"kind": "
|
|
4325
|
-
"name": "
|
|
4326
|
-
"
|
|
4327
|
-
|
|
4328
|
-
"type": {
|
|
4329
|
-
"text": "boolean"
|
|
4330
|
-
}
|
|
4450
|
+
"kind": "field",
|
|
4451
|
+
"name": "actualWidth",
|
|
4452
|
+
"type": {
|
|
4453
|
+
"text": "number"
|
|
4331
4454
|
},
|
|
4332
|
-
"
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4455
|
+
"privacy": "public"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"kind": "field",
|
|
4459
|
+
"name": "input",
|
|
4460
|
+
"type": {
|
|
4461
|
+
"text": "any"
|
|
4462
|
+
},
|
|
4463
|
+
"privacy": "public"
|
|
4337
4464
|
},
|
|
4338
4465
|
{
|
|
4339
4466
|
"kind": "method",
|
|
@@ -4343,7 +4470,7 @@
|
|
|
4343
4470
|
{
|
|
4344
4471
|
"name": "params",
|
|
4345
4472
|
"type": {
|
|
4346
|
-
"text": "
|
|
4473
|
+
"text": "NumberEditorParams"
|
|
4347
4474
|
}
|
|
4348
4475
|
}
|
|
4349
4476
|
]
|
|
@@ -4358,20 +4485,20 @@
|
|
|
4358
4485
|
}
|
|
4359
4486
|
}
|
|
4360
4487
|
},
|
|
4361
|
-
{
|
|
4362
|
-
"kind": "method",
|
|
4363
|
-
"name": "destroy",
|
|
4364
|
-
"privacy": "public"
|
|
4365
|
-
},
|
|
4366
4488
|
{
|
|
4367
4489
|
"kind": "method",
|
|
4368
4490
|
"name": "refresh",
|
|
4369
4491
|
"privacy": "public",
|
|
4492
|
+
"return": {
|
|
4493
|
+
"type": {
|
|
4494
|
+
"text": "boolean"
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4370
4497
|
"parameters": [
|
|
4371
4498
|
{
|
|
4372
4499
|
"name": "params",
|
|
4373
4500
|
"type": {
|
|
4374
|
-
"text": "
|
|
4501
|
+
"text": "NumberEditorParams"
|
|
4375
4502
|
}
|
|
4376
4503
|
}
|
|
4377
4504
|
]
|
|
@@ -4380,6 +4507,28 @@
|
|
|
4380
4507
|
"kind": "method",
|
|
4381
4508
|
"name": "getValue"
|
|
4382
4509
|
},
|
|
4510
|
+
{
|
|
4511
|
+
"kind": "method",
|
|
4512
|
+
"name": "isPopup",
|
|
4513
|
+
"return": {
|
|
4514
|
+
"type": {
|
|
4515
|
+
"text": "boolean"
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"kind": "method",
|
|
4521
|
+
"name": "afterGuiAttached"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"kind": "method",
|
|
4525
|
+
"name": "changeHandler",
|
|
4526
|
+
"parameters": [
|
|
4527
|
+
{
|
|
4528
|
+
"name": "event"
|
|
4529
|
+
}
|
|
4530
|
+
]
|
|
4531
|
+
},
|
|
4383
4532
|
{
|
|
4384
4533
|
"kind": "method",
|
|
4385
4534
|
"name": "isCancelBeforeStart"
|
|
@@ -4500,19 +4649,19 @@
|
|
|
4500
4649
|
"name": "FoundationElement",
|
|
4501
4650
|
"package": "@microsoft/fast-foundation"
|
|
4502
4651
|
},
|
|
4503
|
-
"tagName": "%%prefix%%-
|
|
4652
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4504
4653
|
"customElement": true
|
|
4505
4654
|
},
|
|
4506
4655
|
{
|
|
4507
4656
|
"kind": "variable",
|
|
4508
|
-
"name": "
|
|
4509
|
-
"default": "css`\n :host {\n
|
|
4510
|
-
"description": "The AG
|
|
4657
|
+
"name": "agNumberEditorStyles",
|
|
4658
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4659
|
+
"description": "The AG Number Editor Styles.",
|
|
4511
4660
|
"privacy": "public"
|
|
4512
4661
|
},
|
|
4513
4662
|
{
|
|
4514
4663
|
"kind": "function",
|
|
4515
|
-
"name": "
|
|
4664
|
+
"name": "getNumberEditorTemplate",
|
|
4516
4665
|
"parameters": [
|
|
4517
4666
|
{
|
|
4518
4667
|
"name": "designSystem",
|
|
@@ -4520,7 +4669,7 @@
|
|
|
4520
4669
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4521
4670
|
}
|
|
4522
4671
|
],
|
|
4523
|
-
"description": "Get a Design System prefixed
|
|
4672
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4524
4673
|
"return": {
|
|
4525
4674
|
"type": {
|
|
4526
4675
|
"text": ""
|
|
@@ -4530,61 +4679,85 @@
|
|
|
4530
4679
|
},
|
|
4531
4680
|
{
|
|
4532
4681
|
"kind": "variable",
|
|
4533
|
-
"name": "
|
|
4534
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4682
|
+
"name": "foundationNumberEditor",
|
|
4535
4683
|
"privacy": "public"
|
|
4536
4684
|
}
|
|
4537
4685
|
],
|
|
4538
4686
|
"exports": [
|
|
4539
4687
|
{
|
|
4540
4688
|
"kind": "js",
|
|
4541
|
-
"name": "
|
|
4689
|
+
"name": "NumberEditor",
|
|
4542
4690
|
"declaration": {
|
|
4543
|
-
"name": "
|
|
4544
|
-
"module": "src/cell-
|
|
4691
|
+
"name": "NumberEditor",
|
|
4692
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4545
4693
|
}
|
|
4546
4694
|
},
|
|
4547
4695
|
{
|
|
4548
4696
|
"kind": "js",
|
|
4549
|
-
"name": "
|
|
4697
|
+
"name": "agNumberEditorStyles",
|
|
4550
4698
|
"declaration": {
|
|
4551
|
-
"name": "
|
|
4552
|
-
"module": "src/cell-
|
|
4699
|
+
"name": "agNumberEditorStyles",
|
|
4700
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4553
4701
|
}
|
|
4554
4702
|
},
|
|
4555
4703
|
{
|
|
4556
4704
|
"kind": "js",
|
|
4557
|
-
"name": "
|
|
4705
|
+
"name": "getNumberEditorTemplate",
|
|
4558
4706
|
"declaration": {
|
|
4559
|
-
"name": "
|
|
4560
|
-
"module": "src/cell-
|
|
4707
|
+
"name": "getNumberEditorTemplate",
|
|
4708
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4561
4709
|
}
|
|
4562
4710
|
},
|
|
4563
4711
|
{
|
|
4564
4712
|
"kind": "js",
|
|
4565
|
-
"name": "
|
|
4713
|
+
"name": "foundationNumberEditor",
|
|
4566
4714
|
"declaration": {
|
|
4567
|
-
"name": "
|
|
4568
|
-
"module": "src/cell-
|
|
4715
|
+
"name": "foundationNumberEditor",
|
|
4716
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4569
4717
|
}
|
|
4570
4718
|
}
|
|
4571
4719
|
]
|
|
4572
4720
|
},
|
|
4573
4721
|
{
|
|
4574
4722
|
"kind": "javascript-module",
|
|
4575
|
-
"path": "src/cell-
|
|
4723
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4576
4724
|
"declarations": [
|
|
4577
4725
|
{
|
|
4578
4726
|
"kind": "class",
|
|
4579
|
-
"description": "The AG
|
|
4580
|
-
"name": "
|
|
4727
|
+
"description": "The AG Select Editor element.",
|
|
4728
|
+
"name": "SelectEditor",
|
|
4581
4729
|
"members": [
|
|
4582
4730
|
{
|
|
4583
4731
|
"kind": "field",
|
|
4584
|
-
"name": "
|
|
4732
|
+
"name": "params",
|
|
4733
|
+
"type": {
|
|
4734
|
+
"text": "SelectEditorParams"
|
|
4735
|
+
},
|
|
4736
|
+
"privacy": "public"
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"kind": "field",
|
|
4740
|
+
"name": "value",
|
|
4585
4741
|
"type": {
|
|
4586
4742
|
"text": "string"
|
|
4587
|
-
}
|
|
4743
|
+
},
|
|
4744
|
+
"privacy": "public"
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"kind": "field",
|
|
4748
|
+
"name": "actualWidth",
|
|
4749
|
+
"type": {
|
|
4750
|
+
"text": "number"
|
|
4751
|
+
},
|
|
4752
|
+
"privacy": "public"
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
"kind": "field",
|
|
4756
|
+
"name": "combobox",
|
|
4757
|
+
"type": {
|
|
4758
|
+
"text": "any"
|
|
4759
|
+
},
|
|
4760
|
+
"privacy": "public"
|
|
4588
4761
|
},
|
|
4589
4762
|
{
|
|
4590
4763
|
"kind": "method",
|
|
@@ -4594,7 +4767,7 @@
|
|
|
4594
4767
|
{
|
|
4595
4768
|
"name": "params",
|
|
4596
4769
|
"type": {
|
|
4597
|
-
"text": "
|
|
4770
|
+
"text": "SelectEditorParams"
|
|
4598
4771
|
}
|
|
4599
4772
|
}
|
|
4600
4773
|
]
|
|
@@ -4613,37 +4786,72 @@
|
|
|
4613
4786
|
"kind": "method",
|
|
4614
4787
|
"name": "refresh",
|
|
4615
4788
|
"privacy": "public",
|
|
4789
|
+
"return": {
|
|
4790
|
+
"type": {
|
|
4791
|
+
"text": "boolean"
|
|
4792
|
+
}
|
|
4793
|
+
},
|
|
4616
4794
|
"parameters": [
|
|
4617
4795
|
{
|
|
4618
4796
|
"name": "params",
|
|
4619
4797
|
"type": {
|
|
4620
|
-
"text": "
|
|
4798
|
+
"text": "SelectEditorParams"
|
|
4621
4799
|
}
|
|
4622
4800
|
}
|
|
4623
4801
|
]
|
|
4624
4802
|
},
|
|
4625
4803
|
{
|
|
4626
|
-
"kind": "
|
|
4627
|
-
"name": "
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
"
|
|
4632
|
-
"
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4804
|
+
"kind": "method",
|
|
4805
|
+
"name": "getValue"
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"kind": "method",
|
|
4809
|
+
"name": "isPopup",
|
|
4810
|
+
"return": {
|
|
4811
|
+
"type": {
|
|
4812
|
+
"text": "boolean"
|
|
4813
|
+
}
|
|
4636
4814
|
}
|
|
4637
4815
|
},
|
|
4638
4816
|
{
|
|
4639
|
-
"kind": "
|
|
4640
|
-
"name": "
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
"
|
|
4645
|
-
"
|
|
4646
|
-
|
|
4817
|
+
"kind": "method",
|
|
4818
|
+
"name": "afterGuiAttached"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"kind": "method",
|
|
4822
|
+
"name": "changeHandler",
|
|
4823
|
+
"parameters": [
|
|
4824
|
+
{
|
|
4825
|
+
"name": "event"
|
|
4826
|
+
}
|
|
4827
|
+
]
|
|
4828
|
+
},
|
|
4829
|
+
{
|
|
4830
|
+
"kind": "method",
|
|
4831
|
+
"name": "isCancelBeforeStart"
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"kind": "field",
|
|
4835
|
+
"name": "_presentation",
|
|
4836
|
+
"type": {
|
|
4837
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4838
|
+
},
|
|
4839
|
+
"privacy": "private",
|
|
4840
|
+
"default": "void 0",
|
|
4841
|
+
"inheritedFrom": {
|
|
4842
|
+
"name": "FoundationElement",
|
|
4843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"kind": "field",
|
|
4848
|
+
"name": "$presentation",
|
|
4849
|
+
"type": {
|
|
4850
|
+
"text": "ComponentPresentation | null"
|
|
4851
|
+
},
|
|
4852
|
+
"privacy": "public",
|
|
4853
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4854
|
+
"inheritedFrom": {
|
|
4647
4855
|
"name": "FoundationElement",
|
|
4648
4856
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4649
4857
|
}
|
|
@@ -4738,19 +4946,19 @@
|
|
|
4738
4946
|
"name": "FoundationElement",
|
|
4739
4947
|
"package": "@microsoft/fast-foundation"
|
|
4740
4948
|
},
|
|
4741
|
-
"tagName": "%%prefix%%-
|
|
4949
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4742
4950
|
"customElement": true
|
|
4743
4951
|
},
|
|
4744
4952
|
{
|
|
4745
4953
|
"kind": "variable",
|
|
4746
|
-
"name": "
|
|
4747
|
-
"default": "css
|
|
4748
|
-
"description": "The AG
|
|
4954
|
+
"name": "agSelectEditorStyles",
|
|
4955
|
+
"default": "css``",
|
|
4956
|
+
"description": "The AG Select Renderer Styles.",
|
|
4749
4957
|
"privacy": "public"
|
|
4750
4958
|
},
|
|
4751
4959
|
{
|
|
4752
4960
|
"kind": "function",
|
|
4753
|
-
"name": "
|
|
4961
|
+
"name": "getSelectEditorTemplate",
|
|
4754
4962
|
"parameters": [
|
|
4755
4963
|
{
|
|
4756
4964
|
"name": "designSystem",
|
|
@@ -4758,7 +4966,7 @@
|
|
|
4758
4966
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4759
4967
|
}
|
|
4760
4968
|
],
|
|
4761
|
-
"description": "Get a Design System prefixed
|
|
4969
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4762
4970
|
"return": {
|
|
4763
4971
|
"type": {
|
|
4764
4972
|
"text": ""
|
|
@@ -4768,88 +4976,83 @@
|
|
|
4768
4976
|
},
|
|
4769
4977
|
{
|
|
4770
4978
|
"kind": "variable",
|
|
4771
|
-
"name": "
|
|
4772
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4979
|
+
"name": "foundationSelectEditor",
|
|
4773
4980
|
"privacy": "public"
|
|
4774
4981
|
}
|
|
4775
4982
|
],
|
|
4776
4983
|
"exports": [
|
|
4777
4984
|
{
|
|
4778
4985
|
"kind": "js",
|
|
4779
|
-
"name": "
|
|
4986
|
+
"name": "SelectEditor",
|
|
4780
4987
|
"declaration": {
|
|
4781
|
-
"name": "
|
|
4782
|
-
"module": "src/cell-
|
|
4988
|
+
"name": "SelectEditor",
|
|
4989
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4783
4990
|
}
|
|
4784
4991
|
},
|
|
4785
4992
|
{
|
|
4786
4993
|
"kind": "js",
|
|
4787
|
-
"name": "
|
|
4994
|
+
"name": "agSelectEditorStyles",
|
|
4788
4995
|
"declaration": {
|
|
4789
|
-
"name": "
|
|
4790
|
-
"module": "src/cell-
|
|
4996
|
+
"name": "agSelectEditorStyles",
|
|
4997
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4791
4998
|
}
|
|
4792
4999
|
},
|
|
4793
5000
|
{
|
|
4794
5001
|
"kind": "js",
|
|
4795
|
-
"name": "
|
|
5002
|
+
"name": "getSelectEditorTemplate",
|
|
4796
5003
|
"declaration": {
|
|
4797
|
-
"name": "
|
|
4798
|
-
"module": "src/cell-
|
|
5004
|
+
"name": "getSelectEditorTemplate",
|
|
5005
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4799
5006
|
}
|
|
4800
5007
|
},
|
|
4801
5008
|
{
|
|
4802
5009
|
"kind": "js",
|
|
4803
|
-
"name": "
|
|
5010
|
+
"name": "foundationSelectEditor",
|
|
4804
5011
|
"declaration": {
|
|
4805
|
-
"name": "
|
|
4806
|
-
"module": "src/cell-
|
|
5012
|
+
"name": "foundationSelectEditor",
|
|
5013
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4807
5014
|
}
|
|
4808
5015
|
}
|
|
4809
5016
|
]
|
|
4810
5017
|
},
|
|
4811
5018
|
{
|
|
4812
5019
|
"kind": "javascript-module",
|
|
4813
|
-
"path": "src/cell-
|
|
5020
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4814
5021
|
"declarations": [
|
|
4815
5022
|
{
|
|
4816
|
-
"kind": "
|
|
4817
|
-
"
|
|
4818
|
-
"
|
|
4819
|
-
"
|
|
4820
|
-
"privacy": "public"
|
|
4821
|
-
},
|
|
4822
|
-
{
|
|
4823
|
-
"kind": "function",
|
|
4824
|
-
"name": "getIconRendererTemplate",
|
|
4825
|
-
"parameters": [
|
|
5023
|
+
"kind": "class",
|
|
5024
|
+
"description": "The AG String Editor element.",
|
|
5025
|
+
"name": "StringEditor",
|
|
5026
|
+
"members": [
|
|
4826
5027
|
{
|
|
4827
|
-
"
|
|
4828
|
-
"
|
|
5028
|
+
"kind": "field",
|
|
5029
|
+
"name": "params",
|
|
5030
|
+
"type": {
|
|
5031
|
+
"text": "StringEditorParams"
|
|
5032
|
+
},
|
|
5033
|
+
"privacy": "public"
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "field",
|
|
5037
|
+
"name": "value",
|
|
4829
5038
|
"type": {
|
|
4830
5039
|
"text": "string"
|
|
4831
5040
|
},
|
|
4832
|
-
"
|
|
4833
|
-
}
|
|
4834
|
-
],
|
|
4835
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
4836
|
-
"return": {
|
|
4837
|
-
"type": {
|
|
4838
|
-
"text": ""
|
|
4839
|
-
}
|
|
4840
|
-
},
|
|
4841
|
-
"privacy": "public"
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"kind": "class",
|
|
4845
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4846
|
-
"name": "IconRenderer",
|
|
4847
|
-
"members": [
|
|
5041
|
+
"privacy": "public"
|
|
5042
|
+
},
|
|
4848
5043
|
{
|
|
4849
5044
|
"kind": "field",
|
|
4850
|
-
"name": "
|
|
5045
|
+
"name": "actualWidth",
|
|
4851
5046
|
"type": {
|
|
4852
|
-
"text": "
|
|
5047
|
+
"text": "number"
|
|
5048
|
+
},
|
|
5049
|
+
"privacy": "public"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"kind": "field",
|
|
5053
|
+
"name": "input",
|
|
5054
|
+
"type": {
|
|
5055
|
+
"text": "any"
|
|
4853
5056
|
},
|
|
4854
5057
|
"privacy": "public"
|
|
4855
5058
|
},
|
|
@@ -4861,7 +5064,7 @@
|
|
|
4861
5064
|
{
|
|
4862
5065
|
"name": "params",
|
|
4863
5066
|
"type": {
|
|
4864
|
-
"text": "
|
|
5067
|
+
"text": "StringEditorParams"
|
|
4865
5068
|
}
|
|
4866
5069
|
}
|
|
4867
5070
|
]
|
|
@@ -4879,21 +5082,51 @@
|
|
|
4879
5082
|
{
|
|
4880
5083
|
"kind": "method",
|
|
4881
5084
|
"name": "refresh",
|
|
5085
|
+
"privacy": "public",
|
|
5086
|
+
"return": {
|
|
5087
|
+
"type": {
|
|
5088
|
+
"text": "boolean"
|
|
5089
|
+
}
|
|
5090
|
+
},
|
|
4882
5091
|
"parameters": [
|
|
4883
5092
|
{
|
|
4884
|
-
"name": "params"
|
|
5093
|
+
"name": "params",
|
|
5094
|
+
"type": {
|
|
5095
|
+
"text": "StringEditorParams"
|
|
5096
|
+
}
|
|
4885
5097
|
}
|
|
4886
5098
|
]
|
|
4887
5099
|
},
|
|
4888
5100
|
{
|
|
4889
5101
|
"kind": "method",
|
|
4890
|
-
"name": "
|
|
5102
|
+
"name": "getValue"
|
|
5103
|
+
},
|
|
5104
|
+
{
|
|
5105
|
+
"kind": "method",
|
|
5106
|
+
"name": "isPopup",
|
|
4891
5107
|
"return": {
|
|
4892
5108
|
"type": {
|
|
4893
|
-
"text": "
|
|
5109
|
+
"text": "boolean"
|
|
4894
5110
|
}
|
|
4895
5111
|
}
|
|
4896
5112
|
},
|
|
5113
|
+
{
|
|
5114
|
+
"kind": "method",
|
|
5115
|
+
"name": "afterGuiAttached"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"kind": "method",
|
|
5119
|
+
"name": "changeHandler",
|
|
5120
|
+
"parameters": [
|
|
5121
|
+
{
|
|
5122
|
+
"name": "event"
|
|
5123
|
+
}
|
|
5124
|
+
]
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"kind": "method",
|
|
5128
|
+
"name": "isCancelBeforeStart"
|
|
5129
|
+
},
|
|
4897
5130
|
{
|
|
4898
5131
|
"kind": "field",
|
|
4899
5132
|
"name": "_presentation",
|
|
@@ -5009,151 +5242,98 @@
|
|
|
5009
5242
|
"superclass": {
|
|
5010
5243
|
"name": "FoundationElement",
|
|
5011
5244
|
"package": "@microsoft/fast-foundation"
|
|
5012
|
-
}
|
|
5245
|
+
},
|
|
5246
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5247
|
+
"customElement": true
|
|
5013
5248
|
},
|
|
5014
5249
|
{
|
|
5015
5250
|
"kind": "variable",
|
|
5016
|
-
"name": "
|
|
5017
|
-
"
|
|
5251
|
+
"name": "agStringEditorStyles",
|
|
5252
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5253
|
+
"description": "The AG String Renderer Styles.",
|
|
5018
5254
|
"privacy": "public"
|
|
5019
|
-
}
|
|
5020
|
-
],
|
|
5021
|
-
"exports": [
|
|
5022
|
-
{
|
|
5023
|
-
"kind": "js",
|
|
5024
|
-
"name": "agIconRendererStyles",
|
|
5025
|
-
"declaration": {
|
|
5026
|
-
"name": "agIconRendererStyles",
|
|
5027
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5028
|
-
}
|
|
5029
5255
|
},
|
|
5030
5256
|
{
|
|
5031
|
-
"kind": "
|
|
5032
|
-
"name": "
|
|
5033
|
-
"
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
"
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
5043
|
-
|
|
5044
|
-
|
|
5257
|
+
"kind": "function",
|
|
5258
|
+
"name": "getStringEditorTemplate",
|
|
5259
|
+
"parameters": [
|
|
5260
|
+
{
|
|
5261
|
+
"name": "designSystem",
|
|
5262
|
+
"default": "'foundation'",
|
|
5263
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5264
|
+
}
|
|
5265
|
+
],
|
|
5266
|
+
"description": "Get a Design System prefixed String template.",
|
|
5267
|
+
"return": {
|
|
5268
|
+
"type": {
|
|
5269
|
+
"text": ""
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
"privacy": "public"
|
|
5045
5273
|
},
|
|
5046
5274
|
{
|
|
5047
|
-
"kind": "
|
|
5048
|
-
"name": "
|
|
5049
|
-
"
|
|
5050
|
-
"name": "foundationIconRenderer",
|
|
5051
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5052
|
-
}
|
|
5275
|
+
"kind": "variable",
|
|
5276
|
+
"name": "foundationStringEditor",
|
|
5277
|
+
"privacy": "public"
|
|
5053
5278
|
}
|
|
5054
|
-
]
|
|
5055
|
-
},
|
|
5056
|
-
{
|
|
5057
|
-
"kind": "javascript-module",
|
|
5058
|
-
"path": "src/cell-renderers/index.ts",
|
|
5059
|
-
"declarations": [],
|
|
5279
|
+
],
|
|
5060
5280
|
"exports": [
|
|
5061
5281
|
{
|
|
5062
5282
|
"kind": "js",
|
|
5063
|
-
"name": "
|
|
5064
|
-
"declaration": {
|
|
5065
|
-
"name": "*",
|
|
5066
|
-
"package": "./action.renderer"
|
|
5067
|
-
}
|
|
5068
|
-
},
|
|
5069
|
-
{
|
|
5070
|
-
"kind": "js",
|
|
5071
|
-
"name": "*",
|
|
5072
|
-
"declaration": {
|
|
5073
|
-
"name": "*",
|
|
5074
|
-
"package": "./actions-menu.renderer"
|
|
5075
|
-
}
|
|
5076
|
-
},
|
|
5077
|
-
{
|
|
5078
|
-
"kind": "js",
|
|
5079
|
-
"name": "*",
|
|
5080
|
-
"declaration": {
|
|
5081
|
-
"name": "*",
|
|
5082
|
-
"package": "./boolean.renderer"
|
|
5083
|
-
}
|
|
5084
|
-
},
|
|
5085
|
-
{
|
|
5086
|
-
"kind": "js",
|
|
5087
|
-
"name": "*",
|
|
5088
|
-
"declaration": {
|
|
5089
|
-
"name": "*",
|
|
5090
|
-
"package": "./editable.renderer"
|
|
5091
|
-
}
|
|
5092
|
-
},
|
|
5093
|
-
{
|
|
5094
|
-
"kind": "js",
|
|
5095
|
-
"name": "*",
|
|
5096
|
-
"declaration": {
|
|
5097
|
-
"name": "*",
|
|
5098
|
-
"package": "./icon.renderer"
|
|
5099
|
-
}
|
|
5100
|
-
},
|
|
5101
|
-
{
|
|
5102
|
-
"kind": "js",
|
|
5103
|
-
"name": "*",
|
|
5283
|
+
"name": "StringEditor",
|
|
5104
5284
|
"declaration": {
|
|
5105
|
-
"name": "
|
|
5106
|
-
"
|
|
5285
|
+
"name": "StringEditor",
|
|
5286
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5107
5287
|
}
|
|
5108
5288
|
},
|
|
5109
5289
|
{
|
|
5110
5290
|
"kind": "js",
|
|
5111
|
-
"name": "
|
|
5291
|
+
"name": "agStringEditorStyles",
|
|
5112
5292
|
"declaration": {
|
|
5113
|
-
"name": "
|
|
5114
|
-
"
|
|
5293
|
+
"name": "agStringEditorStyles",
|
|
5294
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5115
5295
|
}
|
|
5116
5296
|
},
|
|
5117
5297
|
{
|
|
5118
5298
|
"kind": "js",
|
|
5119
|
-
"name": "
|
|
5299
|
+
"name": "getStringEditorTemplate",
|
|
5120
5300
|
"declaration": {
|
|
5121
|
-
"name": "
|
|
5122
|
-
"
|
|
5301
|
+
"name": "getStringEditorTemplate",
|
|
5302
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5123
5303
|
}
|
|
5124
5304
|
},
|
|
5125
5305
|
{
|
|
5126
5306
|
"kind": "js",
|
|
5127
|
-
"name": "
|
|
5307
|
+
"name": "foundationStringEditor",
|
|
5128
5308
|
"declaration": {
|
|
5129
|
-
"name": "
|
|
5130
|
-
"
|
|
5309
|
+
"name": "foundationStringEditor",
|
|
5310
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5131
5311
|
}
|
|
5132
5312
|
}
|
|
5133
5313
|
]
|
|
5134
5314
|
},
|
|
5135
5315
|
{
|
|
5136
5316
|
"kind": "javascript-module",
|
|
5137
|
-
"path": "src/cell-renderers/
|
|
5317
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5138
5318
|
"declarations": [
|
|
5139
5319
|
{
|
|
5140
5320
|
"kind": "class",
|
|
5141
|
-
"description": "The AG
|
|
5142
|
-
"name": "
|
|
5321
|
+
"description": "The AG Action Renderer element.",
|
|
5322
|
+
"name": "ActionRenderer",
|
|
5143
5323
|
"members": [
|
|
5144
5324
|
{
|
|
5145
5325
|
"kind": "field",
|
|
5146
5326
|
"name": "params",
|
|
5147
5327
|
"type": {
|
|
5148
|
-
"text": "
|
|
5328
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5149
5329
|
},
|
|
5150
5330
|
"privacy": "public"
|
|
5151
5331
|
},
|
|
5152
5332
|
{
|
|
5153
5333
|
"kind": "field",
|
|
5154
|
-
"name": "
|
|
5334
|
+
"name": "pendingAction",
|
|
5155
5335
|
"type": {
|
|
5156
|
-
"text": "
|
|
5336
|
+
"text": "boolean"
|
|
5157
5337
|
},
|
|
5158
5338
|
"privacy": "public"
|
|
5159
5339
|
},
|
|
@@ -5165,7 +5345,7 @@
|
|
|
5165
5345
|
{
|
|
5166
5346
|
"name": "params",
|
|
5167
5347
|
"type": {
|
|
5168
|
-
"text": "
|
|
5348
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5169
5349
|
}
|
|
5170
5350
|
}
|
|
5171
5351
|
]
|
|
@@ -5180,39 +5360,19 @@
|
|
|
5180
5360
|
}
|
|
5181
5361
|
}
|
|
5182
5362
|
},
|
|
5183
|
-
{
|
|
5184
|
-
"kind": "method",
|
|
5185
|
-
"name": "destroy",
|
|
5186
|
-
"privacy": "public",
|
|
5187
|
-
"return": {
|
|
5188
|
-
"type": {
|
|
5189
|
-
"text": "void"
|
|
5190
|
-
}
|
|
5191
|
-
}
|
|
5192
|
-
},
|
|
5193
5363
|
{
|
|
5194
5364
|
"kind": "method",
|
|
5195
5365
|
"name": "refresh",
|
|
5196
5366
|
"privacy": "public",
|
|
5197
|
-
"return": {
|
|
5198
|
-
"type": {
|
|
5199
|
-
"text": "boolean"
|
|
5200
|
-
}
|
|
5201
|
-
},
|
|
5202
5367
|
"parameters": [
|
|
5203
5368
|
{
|
|
5204
5369
|
"name": "params",
|
|
5205
5370
|
"type": {
|
|
5206
|
-
"text": "
|
|
5371
|
+
"text": "ICellRendererParams"
|
|
5207
5372
|
}
|
|
5208
5373
|
}
|
|
5209
5374
|
]
|
|
5210
5375
|
},
|
|
5211
|
-
{
|
|
5212
|
-
"kind": "field",
|
|
5213
|
-
"name": "selectionChanged",
|
|
5214
|
-
"privacy": "public"
|
|
5215
|
-
},
|
|
5216
5376
|
{
|
|
5217
5377
|
"kind": "method",
|
|
5218
5378
|
"name": "isDisabled",
|
|
@@ -5228,6 +5388,16 @@
|
|
|
5228
5388
|
}
|
|
5229
5389
|
]
|
|
5230
5390
|
},
|
|
5391
|
+
{
|
|
5392
|
+
"kind": "method",
|
|
5393
|
+
"name": "clickHandler",
|
|
5394
|
+
"privacy": "public"
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "field",
|
|
5398
|
+
"name": "dataTestId",
|
|
5399
|
+
"readonly": true
|
|
5400
|
+
},
|
|
5231
5401
|
{
|
|
5232
5402
|
"kind": "field",
|
|
5233
5403
|
"name": "_presentation",
|
|
@@ -5344,157 +5514,117 @@
|
|
|
5344
5514
|
"name": "FoundationElement",
|
|
5345
5515
|
"package": "@microsoft/fast-foundation"
|
|
5346
5516
|
},
|
|
5347
|
-
"tagName": "%%prefix%%-
|
|
5517
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5348
5518
|
"customElement": true
|
|
5349
5519
|
},
|
|
5350
5520
|
{
|
|
5351
5521
|
"kind": "variable",
|
|
5352
|
-
"name": "
|
|
5353
|
-
"
|
|
5354
|
-
"description": "The AG Select Renderer Styles.",
|
|
5522
|
+
"name": "actionHeightMultiplier",
|
|
5523
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5355
5524
|
"privacy": "public"
|
|
5356
5525
|
},
|
|
5357
5526
|
{
|
|
5358
|
-
"kind": "
|
|
5359
|
-
"name": "
|
|
5360
|
-
"
|
|
5361
|
-
|
|
5362
|
-
"name": "designSystem",
|
|
5363
|
-
"default": "'foundation'",
|
|
5364
|
-
"type": {
|
|
5365
|
-
"text": "string"
|
|
5366
|
-
},
|
|
5367
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5368
|
-
}
|
|
5369
|
-
],
|
|
5370
|
-
"description": "Get a Design System prefixed Select template.",
|
|
5371
|
-
"return": {
|
|
5372
|
-
"type": {
|
|
5373
|
-
"text": ""
|
|
5374
|
-
}
|
|
5375
|
-
},
|
|
5527
|
+
"kind": "variable",
|
|
5528
|
+
"name": "agActionRendererStyles",
|
|
5529
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5530
|
+
"description": "The AG Action Renderer Styles.",
|
|
5376
5531
|
"privacy": "public"
|
|
5377
5532
|
},
|
|
5378
5533
|
{
|
|
5379
5534
|
"kind": "variable",
|
|
5380
|
-
"name": "
|
|
5381
|
-
"description": "A function that returns a Foundation
|
|
5535
|
+
"name": "foundationGridProActionRenderer",
|
|
5536
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5382
5537
|
"privacy": "public"
|
|
5383
5538
|
}
|
|
5384
5539
|
],
|
|
5385
5540
|
"exports": [
|
|
5386
5541
|
{
|
|
5387
5542
|
"kind": "js",
|
|
5388
|
-
"name": "
|
|
5543
|
+
"name": "ActionRenderer",
|
|
5389
5544
|
"declaration": {
|
|
5390
|
-
"name": "
|
|
5391
|
-
"module": "src/cell-renderers/
|
|
5545
|
+
"name": "ActionRenderer",
|
|
5546
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5392
5547
|
}
|
|
5393
5548
|
},
|
|
5394
5549
|
{
|
|
5395
5550
|
"kind": "js",
|
|
5396
|
-
"name": "
|
|
5551
|
+
"name": "actionHeightMultiplier",
|
|
5397
5552
|
"declaration": {
|
|
5398
|
-
"name": "
|
|
5399
|
-
"module": "src/cell-renderers/
|
|
5553
|
+
"name": "actionHeightMultiplier",
|
|
5554
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5400
5555
|
}
|
|
5401
5556
|
},
|
|
5402
5557
|
{
|
|
5403
5558
|
"kind": "js",
|
|
5404
|
-
"name": "
|
|
5559
|
+
"name": "agActionRendererStyles",
|
|
5405
5560
|
"declaration": {
|
|
5406
|
-
"name": "
|
|
5407
|
-
"module": "src/cell-renderers/
|
|
5561
|
+
"name": "agActionRendererStyles",
|
|
5562
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5408
5563
|
}
|
|
5409
5564
|
},
|
|
5410
5565
|
{
|
|
5411
5566
|
"kind": "js",
|
|
5412
|
-
"name": "
|
|
5567
|
+
"name": "foundationGridProActionRenderer",
|
|
5413
5568
|
"declaration": {
|
|
5414
|
-
"name": "
|
|
5415
|
-
"module": "src/cell-renderers/
|
|
5569
|
+
"name": "foundationGridProActionRenderer",
|
|
5570
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5416
5571
|
}
|
|
5417
5572
|
}
|
|
5418
5573
|
]
|
|
5419
5574
|
},
|
|
5420
5575
|
{
|
|
5421
5576
|
"kind": "javascript-module",
|
|
5422
|
-
"path": "src/cell-renderers/
|
|
5577
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5423
5578
|
"declarations": [
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "variable",
|
|
5426
|
-
"name": "agStatusPillRendererStyles",
|
|
5427
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5428
|
-
"description": "The Status Pill Renderer Styles.",
|
|
5429
|
-
"privacy": "public"
|
|
5430
|
-
},
|
|
5431
|
-
{
|
|
5432
|
-
"kind": "function",
|
|
5433
|
-
"name": "getStatusPillRendererTemplate",
|
|
5434
|
-
"parameters": [
|
|
5435
|
-
{
|
|
5436
|
-
"name": "designSystem",
|
|
5437
|
-
"default": "'rapid'",
|
|
5438
|
-
"type": {
|
|
5439
|
-
"text": "string"
|
|
5440
|
-
},
|
|
5441
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5442
|
-
}
|
|
5443
|
-
],
|
|
5444
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
5445
|
-
"return": {
|
|
5446
|
-
"type": {
|
|
5447
|
-
"text": ""
|
|
5448
|
-
}
|
|
5449
|
-
},
|
|
5450
|
-
"privacy": "public"
|
|
5451
|
-
},
|
|
5452
5579
|
{
|
|
5453
5580
|
"kind": "class",
|
|
5454
|
-
"description": "The
|
|
5455
|
-
"name": "
|
|
5581
|
+
"description": "The Actions Menu Renderer element.",
|
|
5582
|
+
"name": "ActionsMenuRenderer",
|
|
5456
5583
|
"members": [
|
|
5457
5584
|
{
|
|
5458
5585
|
"kind": "field",
|
|
5459
5586
|
"name": "params",
|
|
5460
5587
|
"type": {
|
|
5461
|
-
"text": "
|
|
5462
|
-
}
|
|
5588
|
+
"text": "ICellRendererParams"
|
|
5589
|
+
},
|
|
5590
|
+
"privacy": "public"
|
|
5463
5591
|
},
|
|
5464
5592
|
{
|
|
5465
5593
|
"kind": "method",
|
|
5466
5594
|
"name": "init",
|
|
5595
|
+
"privacy": "public",
|
|
5467
5596
|
"parameters": [
|
|
5468
5597
|
{
|
|
5469
5598
|
"name": "params",
|
|
5470
5599
|
"type": {
|
|
5471
|
-
"text": "
|
|
5600
|
+
"text": "ICellRendererParams"
|
|
5472
5601
|
}
|
|
5473
5602
|
}
|
|
5474
5603
|
]
|
|
5475
5604
|
},
|
|
5476
5605
|
{
|
|
5477
5606
|
"kind": "method",
|
|
5478
|
-
"name": "getGui"
|
|
5607
|
+
"name": "getGui",
|
|
5608
|
+
"privacy": "public",
|
|
5609
|
+
"return": {
|
|
5610
|
+
"type": {
|
|
5611
|
+
"text": "HTMLElement"
|
|
5612
|
+
}
|
|
5613
|
+
}
|
|
5479
5614
|
},
|
|
5480
5615
|
{
|
|
5481
5616
|
"kind": "method",
|
|
5482
5617
|
"name": "refresh",
|
|
5618
|
+
"privacy": "public",
|
|
5483
5619
|
"parameters": [
|
|
5484
5620
|
{
|
|
5485
|
-
"name": "params"
|
|
5621
|
+
"name": "params",
|
|
5622
|
+
"type": {
|
|
5623
|
+
"text": "ICellRendererParams"
|
|
5624
|
+
}
|
|
5486
5625
|
}
|
|
5487
5626
|
]
|
|
5488
5627
|
},
|
|
5489
|
-
{
|
|
5490
|
-
"kind": "method",
|
|
5491
|
-
"name": "destroy",
|
|
5492
|
-
"return": {
|
|
5493
|
-
"type": {
|
|
5494
|
-
"text": "void"
|
|
5495
|
-
}
|
|
5496
|
-
}
|
|
5497
|
-
},
|
|
5498
5628
|
{
|
|
5499
5629
|
"kind": "field",
|
|
5500
5630
|
"name": "_presentation",
|
|
@@ -5611,83 +5741,133 @@
|
|
|
5611
5741
|
"name": "FoundationElement",
|
|
5612
5742
|
"package": "@microsoft/fast-foundation"
|
|
5613
5743
|
},
|
|
5614
|
-
"tagName": "%%prefix%%-
|
|
5744
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5615
5745
|
"customElement": true
|
|
5616
5746
|
},
|
|
5617
5747
|
{
|
|
5618
5748
|
"kind": "variable",
|
|
5619
|
-
"name": "
|
|
5620
|
-
"description": "A function that returns a Foundation
|
|
5749
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5750
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5751
|
+
"privacy": "public"
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
"kind": "function",
|
|
5755
|
+
"name": "getActionsMenuDef",
|
|
5756
|
+
"return": {
|
|
5757
|
+
"type": {
|
|
5758
|
+
"text": ""
|
|
5759
|
+
}
|
|
5760
|
+
},
|
|
5761
|
+
"parameters": [
|
|
5762
|
+
{
|
|
5763
|
+
"name": "actions",
|
|
5764
|
+
"type": {
|
|
5765
|
+
"text": "ActionMenuItem[]"
|
|
5766
|
+
},
|
|
5767
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"name": "overrideDef",
|
|
5771
|
+
"default": "{}",
|
|
5772
|
+
"type": {
|
|
5773
|
+
"text": "ColDef"
|
|
5774
|
+
},
|
|
5775
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"name": "customActionsOpenerName",
|
|
5779
|
+
"default": "'⋮'",
|
|
5780
|
+
"type": {
|
|
5781
|
+
"text": "string"
|
|
5782
|
+
},
|
|
5783
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"name": "isVertical",
|
|
5787
|
+
"default": "false",
|
|
5788
|
+
"type": {
|
|
5789
|
+
"text": "boolean"
|
|
5790
|
+
},
|
|
5791
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "buttonAppearance",
|
|
5795
|
+
"optional": true,
|
|
5796
|
+
"type": {
|
|
5797
|
+
"text": "string"
|
|
5798
|
+
},
|
|
5799
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5800
|
+
}
|
|
5801
|
+
],
|
|
5802
|
+
"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).",
|
|
5621
5803
|
"privacy": "public"
|
|
5622
5804
|
}
|
|
5623
5805
|
],
|
|
5624
5806
|
"exports": [
|
|
5625
5807
|
{
|
|
5626
5808
|
"kind": "js",
|
|
5627
|
-
"name": "
|
|
5628
|
-
"declaration": {
|
|
5629
|
-
"name": "agStatusPillRendererStyles",
|
|
5630
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5631
|
-
}
|
|
5632
|
-
},
|
|
5633
|
-
{
|
|
5634
|
-
"kind": "js",
|
|
5635
|
-
"name": "getStatusPillRendererTemplate",
|
|
5809
|
+
"name": "ActionsMenuRenderer",
|
|
5636
5810
|
"declaration": {
|
|
5637
|
-
"name": "
|
|
5638
|
-
"module": "src/cell-renderers/
|
|
5811
|
+
"name": "ActionsMenuRenderer",
|
|
5812
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5639
5813
|
}
|
|
5640
5814
|
},
|
|
5641
5815
|
{
|
|
5642
5816
|
"kind": "js",
|
|
5643
|
-
"name": "
|
|
5817
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5644
5818
|
"declaration": {
|
|
5645
|
-
"name": "
|
|
5646
|
-
"module": "src/cell-renderers/
|
|
5819
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5820
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5647
5821
|
}
|
|
5648
5822
|
},
|
|
5649
5823
|
{
|
|
5650
5824
|
"kind": "js",
|
|
5651
|
-
"name": "
|
|
5825
|
+
"name": "getActionsMenuDef",
|
|
5652
5826
|
"declaration": {
|
|
5653
|
-
"name": "
|
|
5654
|
-
"module": "src/cell-renderers/
|
|
5827
|
+
"name": "getActionsMenuDef",
|
|
5828
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5655
5829
|
}
|
|
5656
5830
|
}
|
|
5657
5831
|
]
|
|
5658
5832
|
},
|
|
5659
5833
|
{
|
|
5660
5834
|
"kind": "javascript-module",
|
|
5661
|
-
"path": "src/cell-renderers/
|
|
5835
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5662
5836
|
"declarations": [
|
|
5663
5837
|
{
|
|
5664
5838
|
"kind": "class",
|
|
5665
|
-
"description": "The AG
|
|
5666
|
-
"name": "
|
|
5839
|
+
"description": "The AG Boolean Renderer element.",
|
|
5840
|
+
"name": "BooleanRenderer",
|
|
5667
5841
|
"members": [
|
|
5668
5842
|
{
|
|
5669
5843
|
"kind": "field",
|
|
5670
|
-
"name": "
|
|
5844
|
+
"name": "params",
|
|
5671
5845
|
"type": {
|
|
5672
|
-
"text": "
|
|
5846
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5673
5847
|
},
|
|
5674
5848
|
"privacy": "public"
|
|
5675
5849
|
},
|
|
5676
5850
|
{
|
|
5677
5851
|
"kind": "field",
|
|
5678
|
-
"name": "
|
|
5852
|
+
"name": "selected",
|
|
5679
5853
|
"type": {
|
|
5680
|
-
"text": "
|
|
5681
|
-
}
|
|
5682
|
-
"default": "''"
|
|
5854
|
+
"text": "boolean"
|
|
5855
|
+
}
|
|
5683
5856
|
},
|
|
5684
5857
|
{
|
|
5685
|
-
"kind": "
|
|
5686
|
-
"name": "
|
|
5687
|
-
"
|
|
5688
|
-
|
|
5858
|
+
"kind": "method",
|
|
5859
|
+
"name": "isDisabled",
|
|
5860
|
+
"privacy": "public",
|
|
5861
|
+
"return": {
|
|
5862
|
+
"type": {
|
|
5863
|
+
"text": "boolean"
|
|
5864
|
+
}
|
|
5689
5865
|
},
|
|
5690
|
-
"
|
|
5866
|
+
"parameters": [
|
|
5867
|
+
{
|
|
5868
|
+
"name": "data"
|
|
5869
|
+
}
|
|
5870
|
+
]
|
|
5691
5871
|
},
|
|
5692
5872
|
{
|
|
5693
5873
|
"kind": "method",
|
|
@@ -5697,7 +5877,7 @@
|
|
|
5697
5877
|
{
|
|
5698
5878
|
"name": "params",
|
|
5699
5879
|
"type": {
|
|
5700
|
-
"text": "
|
|
5880
|
+
"text": "ICellRendererParams"
|
|
5701
5881
|
}
|
|
5702
5882
|
}
|
|
5703
5883
|
]
|
|
@@ -5725,37 +5905,18 @@
|
|
|
5725
5905
|
{
|
|
5726
5906
|
"name": "params",
|
|
5727
5907
|
"type": {
|
|
5728
|
-
"text": "
|
|
5908
|
+
"text": "ICellRendererParams"
|
|
5729
5909
|
}
|
|
5730
5910
|
}
|
|
5731
5911
|
]
|
|
5732
5912
|
},
|
|
5733
5913
|
{
|
|
5734
5914
|
"kind": "method",
|
|
5735
|
-
"name": "
|
|
5736
|
-
"privacy": "public",
|
|
5737
|
-
"return": {
|
|
5738
|
-
"type": {
|
|
5739
|
-
"text": "boolean"
|
|
5740
|
-
}
|
|
5741
|
-
},
|
|
5742
|
-
"parameters": [
|
|
5743
|
-
{
|
|
5744
|
-
"name": "data"
|
|
5745
|
-
}
|
|
5746
|
-
]
|
|
5915
|
+
"name": "getValue"
|
|
5747
5916
|
},
|
|
5748
5917
|
{
|
|
5749
|
-
"kind": "
|
|
5750
|
-
"name": "
|
|
5751
|
-
"privacy": "public",
|
|
5752
|
-
"description": "On text change handler",
|
|
5753
|
-
"parameters": [
|
|
5754
|
-
{
|
|
5755
|
-
"description": "CustomEvent",
|
|
5756
|
-
"name": "e"
|
|
5757
|
-
}
|
|
5758
|
-
]
|
|
5918
|
+
"kind": "method",
|
|
5919
|
+
"name": "isCancelBeforeStart"
|
|
5759
5920
|
},
|
|
5760
5921
|
{
|
|
5761
5922
|
"kind": "field",
|
|
@@ -5873,19 +6034,19 @@
|
|
|
5873
6034
|
"name": "FoundationElement",
|
|
5874
6035
|
"package": "@microsoft/fast-foundation"
|
|
5875
6036
|
},
|
|
5876
|
-
"tagName": "%%prefix%%-
|
|
6037
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
5877
6038
|
"customElement": true
|
|
5878
6039
|
},
|
|
5879
6040
|
{
|
|
5880
6041
|
"kind": "variable",
|
|
5881
|
-
"name": "
|
|
5882
|
-
"default": "css`\n :host {\n
|
|
5883
|
-
"description": "The AG
|
|
6042
|
+
"name": "agBooleanRendererStyles",
|
|
6043
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6044
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
5884
6045
|
"privacy": "public"
|
|
5885
6046
|
},
|
|
5886
6047
|
{
|
|
5887
6048
|
"kind": "function",
|
|
5888
|
-
"name": "
|
|
6049
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5889
6050
|
"parameters": [
|
|
5890
6051
|
{
|
|
5891
6052
|
"name": "designSystem",
|
|
@@ -5893,7 +6054,7 @@
|
|
|
5893
6054
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5894
6055
|
}
|
|
5895
6056
|
],
|
|
5896
|
-
"description": "Get a Design System prefixed
|
|
6057
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5897
6058
|
"return": {
|
|
5898
6059
|
"type": {
|
|
5899
6060
|
"text": ""
|
|
@@ -5903,96 +6064,60 @@
|
|
|
5903
6064
|
},
|
|
5904
6065
|
{
|
|
5905
6066
|
"kind": "variable",
|
|
5906
|
-
"name": "
|
|
5907
|
-
"description": "A function that returns a Foundation
|
|
6067
|
+
"name": "foundationAgBooleanRenderer",
|
|
6068
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5908
6069
|
"privacy": "public"
|
|
5909
6070
|
}
|
|
5910
6071
|
],
|
|
5911
6072
|
"exports": [
|
|
5912
6073
|
{
|
|
5913
6074
|
"kind": "js",
|
|
5914
|
-
"name": "
|
|
6075
|
+
"name": "BooleanRenderer",
|
|
5915
6076
|
"declaration": {
|
|
5916
|
-
"name": "
|
|
5917
|
-
"module": "src/cell-renderers/
|
|
6077
|
+
"name": "BooleanRenderer",
|
|
6078
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5918
6079
|
}
|
|
5919
6080
|
},
|
|
5920
6081
|
{
|
|
5921
6082
|
"kind": "js",
|
|
5922
|
-
"name": "
|
|
6083
|
+
"name": "agBooleanRendererStyles",
|
|
5923
6084
|
"declaration": {
|
|
5924
|
-
"name": "
|
|
5925
|
-
"module": "src/cell-renderers/
|
|
6085
|
+
"name": "agBooleanRendererStyles",
|
|
6086
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5926
6087
|
}
|
|
5927
6088
|
},
|
|
5928
6089
|
{
|
|
5929
6090
|
"kind": "js",
|
|
5930
|
-
"name": "
|
|
6091
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5931
6092
|
"declaration": {
|
|
5932
|
-
"name": "
|
|
5933
|
-
"module": "src/cell-renderers/
|
|
6093
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6094
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5934
6095
|
}
|
|
5935
6096
|
},
|
|
5936
6097
|
{
|
|
5937
6098
|
"kind": "js",
|
|
5938
|
-
"name": "
|
|
6099
|
+
"name": "foundationAgBooleanRenderer",
|
|
5939
6100
|
"declaration": {
|
|
5940
|
-
"name": "
|
|
5941
|
-
"module": "src/cell-renderers/
|
|
6101
|
+
"name": "foundationAgBooleanRenderer",
|
|
6102
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5942
6103
|
}
|
|
5943
6104
|
}
|
|
5944
6105
|
]
|
|
5945
6106
|
},
|
|
5946
6107
|
{
|
|
5947
6108
|
"kind": "javascript-module",
|
|
5948
|
-
"path": "src/cell-renderers/
|
|
6109
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
5949
6110
|
"declarations": [
|
|
5950
6111
|
{
|
|
5951
6112
|
"kind": "class",
|
|
5952
|
-
"description": "",
|
|
5953
|
-
"name": "
|
|
5954
|
-
"superclass": {
|
|
5955
|
-
"name": "AgTextFieldRenderer",
|
|
5956
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5957
|
-
},
|
|
5958
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5959
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5960
|
-
"customElement": true,
|
|
6113
|
+
"description": "The AG Editable Renderer element.",
|
|
6114
|
+
"name": "EditableRenderer",
|
|
5961
6115
|
"members": [
|
|
5962
6116
|
{
|
|
5963
6117
|
"kind": "field",
|
|
5964
|
-
"name": "
|
|
5965
|
-
"type": {
|
|
5966
|
-
"text": "TextField"
|
|
5967
|
-
},
|
|
5968
|
-
"privacy": "public",
|
|
5969
|
-
"inheritedFrom": {
|
|
5970
|
-
"name": "AgTextFieldRenderer",
|
|
5971
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5972
|
-
}
|
|
5973
|
-
},
|
|
5974
|
-
{
|
|
5975
|
-
"kind": "field",
|
|
5976
|
-
"name": "textValue",
|
|
6118
|
+
"name": "valueFormatted",
|
|
5977
6119
|
"type": {
|
|
5978
6120
|
"text": "string"
|
|
5979
|
-
},
|
|
5980
|
-
"default": "''",
|
|
5981
|
-
"inheritedFrom": {
|
|
5982
|
-
"name": "AgTextFieldRenderer",
|
|
5983
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"kind": "field",
|
|
5988
|
-
"name": "params",
|
|
5989
|
-
"type": {
|
|
5990
|
-
"text": "FuiCellRendererParams"
|
|
5991
|
-
},
|
|
5992
|
-
"privacy": "public",
|
|
5993
|
-
"inheritedFrom": {
|
|
5994
|
-
"name": "AgTextFieldRenderer",
|
|
5995
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5996
6121
|
}
|
|
5997
6122
|
},
|
|
5998
6123
|
{
|
|
@@ -6003,14 +6128,10 @@
|
|
|
6003
6128
|
{
|
|
6004
6129
|
"name": "params",
|
|
6005
6130
|
"type": {
|
|
6006
|
-
"text": "
|
|
6131
|
+
"text": "ICellRendererParams"
|
|
6007
6132
|
}
|
|
6008
6133
|
}
|
|
6009
|
-
]
|
|
6010
|
-
"inheritedFrom": {
|
|
6011
|
-
"name": "AgTextFieldRenderer",
|
|
6012
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6013
|
-
}
|
|
6134
|
+
]
|
|
6014
6135
|
},
|
|
6015
6136
|
{
|
|
6016
6137
|
"kind": "method",
|
|
@@ -6020,19 +6141,6 @@
|
|
|
6020
6141
|
"type": {
|
|
6021
6142
|
"text": "HTMLElement"
|
|
6022
6143
|
}
|
|
6023
|
-
},
|
|
6024
|
-
"inheritedFrom": {
|
|
6025
|
-
"name": "AgTextFieldRenderer",
|
|
6026
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6027
|
-
}
|
|
6028
|
-
},
|
|
6029
|
-
{
|
|
6030
|
-
"kind": "method",
|
|
6031
|
-
"name": "destroy",
|
|
6032
|
-
"privacy": "public",
|
|
6033
|
-
"inheritedFrom": {
|
|
6034
|
-
"name": "AgTextFieldRenderer",
|
|
6035
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6036
6144
|
}
|
|
6037
6145
|
},
|
|
6038
6146
|
{
|
|
@@ -6043,49 +6151,10 @@
|
|
|
6043
6151
|
{
|
|
6044
6152
|
"name": "params",
|
|
6045
6153
|
"type": {
|
|
6046
|
-
"text": "
|
|
6154
|
+
"text": "ICellRendererParams"
|
|
6047
6155
|
}
|
|
6048
6156
|
}
|
|
6049
|
-
]
|
|
6050
|
-
"inheritedFrom": {
|
|
6051
|
-
"name": "AgTextFieldRenderer",
|
|
6052
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"kind": "method",
|
|
6057
|
-
"name": "isDisabled",
|
|
6058
|
-
"privacy": "public",
|
|
6059
|
-
"return": {
|
|
6060
|
-
"type": {
|
|
6061
|
-
"text": "boolean"
|
|
6062
|
-
}
|
|
6063
|
-
},
|
|
6064
|
-
"parameters": [
|
|
6065
|
-
{
|
|
6066
|
-
"name": "data"
|
|
6067
|
-
}
|
|
6068
|
-
],
|
|
6069
|
-
"inheritedFrom": {
|
|
6070
|
-
"name": "AgTextFieldRenderer",
|
|
6071
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6072
|
-
}
|
|
6073
|
-
},
|
|
6074
|
-
{
|
|
6075
|
-
"kind": "field",
|
|
6076
|
-
"name": "textChanged",
|
|
6077
|
-
"privacy": "public",
|
|
6078
|
-
"description": "On text change handler",
|
|
6079
|
-
"parameters": [
|
|
6080
|
-
{
|
|
6081
|
-
"description": "CustomEvent",
|
|
6082
|
-
"name": "e"
|
|
6083
|
-
}
|
|
6084
|
-
],
|
|
6085
|
-
"inheritedFrom": {
|
|
6086
|
-
"name": "AgTextFieldRenderer",
|
|
6087
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6088
|
-
}
|
|
6157
|
+
]
|
|
6089
6158
|
},
|
|
6090
6159
|
{
|
|
6091
6160
|
"kind": "field",
|
|
@@ -6198,118 +6267,126 @@
|
|
|
6198
6267
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6199
6268
|
}
|
|
6200
6269
|
}
|
|
6201
|
-
]
|
|
6270
|
+
],
|
|
6271
|
+
"superclass": {
|
|
6272
|
+
"name": "FoundationElement",
|
|
6273
|
+
"package": "@microsoft/fast-foundation"
|
|
6274
|
+
},
|
|
6275
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6276
|
+
"customElement": true
|
|
6202
6277
|
},
|
|
6203
6278
|
{
|
|
6204
6279
|
"kind": "variable",
|
|
6205
|
-
"name": "
|
|
6206
|
-
"default": "
|
|
6207
|
-
"
|
|
6208
|
-
"
|
|
6280
|
+
"name": "agEditableRendererStyles",
|
|
6281
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6282
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6283
|
+
"privacy": "public"
|
|
6209
6284
|
},
|
|
6210
6285
|
{
|
|
6211
|
-
"kind": "
|
|
6212
|
-
"name": "
|
|
6213
|
-
"
|
|
6214
|
-
|
|
6215
|
-
|
|
6286
|
+
"kind": "function",
|
|
6287
|
+
"name": "getAgEditableRendererTemplate",
|
|
6288
|
+
"parameters": [
|
|
6289
|
+
{
|
|
6290
|
+
"name": "designSystem",
|
|
6291
|
+
"default": "'foundation'",
|
|
6292
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6293
|
+
}
|
|
6294
|
+
],
|
|
6295
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6296
|
+
"return": {
|
|
6297
|
+
"type": {
|
|
6298
|
+
"text": ""
|
|
6299
|
+
}
|
|
6300
|
+
},
|
|
6301
|
+
"privacy": "public"
|
|
6216
6302
|
},
|
|
6217
6303
|
{
|
|
6218
6304
|
"kind": "variable",
|
|
6219
|
-
"name": "
|
|
6220
|
-
"description": "A function that returns a Foundation
|
|
6221
|
-
"privacy": "public"
|
|
6222
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6305
|
+
"name": "foundationAgEditableRenderer",
|
|
6306
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6307
|
+
"privacy": "public"
|
|
6223
6308
|
}
|
|
6224
6309
|
],
|
|
6225
6310
|
"exports": [
|
|
6226
6311
|
{
|
|
6227
6312
|
"kind": "js",
|
|
6228
|
-
"name": "
|
|
6313
|
+
"name": "EditableRenderer",
|
|
6229
6314
|
"declaration": {
|
|
6230
|
-
"name": "
|
|
6231
|
-
"module": "src/cell-renderers/
|
|
6315
|
+
"name": "EditableRenderer",
|
|
6316
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6232
6317
|
}
|
|
6233
6318
|
},
|
|
6234
6319
|
{
|
|
6235
6320
|
"kind": "js",
|
|
6236
|
-
"name": "
|
|
6237
|
-
"declaration": {
|
|
6238
|
-
"name": "
|
|
6239
|
-
"module": "src/cell-renderers/
|
|
6321
|
+
"name": "agEditableRendererStyles",
|
|
6322
|
+
"declaration": {
|
|
6323
|
+
"name": "agEditableRendererStyles",
|
|
6324
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6240
6325
|
}
|
|
6241
6326
|
},
|
|
6242
6327
|
{
|
|
6243
6328
|
"kind": "js",
|
|
6244
|
-
"name": "
|
|
6329
|
+
"name": "getAgEditableRendererTemplate",
|
|
6245
6330
|
"declaration": {
|
|
6246
|
-
"name": "
|
|
6247
|
-
"module": "src/cell-renderers/
|
|
6331
|
+
"name": "getAgEditableRendererTemplate",
|
|
6332
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6248
6333
|
}
|
|
6249
6334
|
},
|
|
6250
6335
|
{
|
|
6251
6336
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6337
|
+
"name": "foundationAgEditableRenderer",
|
|
6253
6338
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/cell-renderers/
|
|
6339
|
+
"name": "foundationAgEditableRenderer",
|
|
6340
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6256
6341
|
}
|
|
6257
6342
|
}
|
|
6258
6343
|
]
|
|
6259
6344
|
},
|
|
6260
6345
|
{
|
|
6261
6346
|
"kind": "javascript-module",
|
|
6262
|
-
"path": "src/cell-
|
|
6347
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6263
6348
|
"declarations": [
|
|
6264
6349
|
{
|
|
6265
|
-
"kind": "
|
|
6266
|
-
"
|
|
6267
|
-
"
|
|
6268
|
-
"
|
|
6350
|
+
"kind": "variable",
|
|
6351
|
+
"name": "agIconRendererStyles",
|
|
6352
|
+
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
6353
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6354
|
+
"privacy": "public"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"kind": "function",
|
|
6358
|
+
"name": "getIconRendererTemplate",
|
|
6359
|
+
"parameters": [
|
|
6269
6360
|
{
|
|
6270
|
-
"
|
|
6271
|
-
"
|
|
6361
|
+
"name": "designSystem",
|
|
6362
|
+
"default": "'rapid'",
|
|
6272
6363
|
"type": {
|
|
6273
|
-
"text": "
|
|
6364
|
+
"text": "string"
|
|
6274
6365
|
},
|
|
6275
|
-
"
|
|
6276
|
-
}
|
|
6366
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6370
|
+
"return": {
|
|
6371
|
+
"type": {
|
|
6372
|
+
"text": ""
|
|
6373
|
+
}
|
|
6374
|
+
},
|
|
6375
|
+
"privacy": "public"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"kind": "class",
|
|
6379
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6380
|
+
"name": "IconRenderer",
|
|
6381
|
+
"members": [
|
|
6277
6382
|
{
|
|
6278
6383
|
"kind": "field",
|
|
6279
|
-
"name": "
|
|
6384
|
+
"name": "params",
|
|
6280
6385
|
"type": {
|
|
6281
|
-
"text": "
|
|
6386
|
+
"text": "IconRendererParams"
|
|
6282
6387
|
},
|
|
6283
6388
|
"privacy": "public"
|
|
6284
6389
|
},
|
|
6285
|
-
{
|
|
6286
|
-
"kind": "field",
|
|
6287
|
-
"name": "params",
|
|
6288
|
-
"type": {
|
|
6289
|
-
"text": "DateEditorParams"
|
|
6290
|
-
}
|
|
6291
|
-
},
|
|
6292
|
-
{
|
|
6293
|
-
"kind": "field",
|
|
6294
|
-
"name": "dateFormat",
|
|
6295
|
-
"type": {
|
|
6296
|
-
"text": "string"
|
|
6297
|
-
}
|
|
6298
|
-
},
|
|
6299
|
-
{
|
|
6300
|
-
"kind": "field",
|
|
6301
|
-
"name": "input",
|
|
6302
|
-
"type": {
|
|
6303
|
-
"text": "any"
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"kind": "field",
|
|
6308
|
-
"name": "inputType",
|
|
6309
|
-
"type": {
|
|
6310
|
-
"text": "'datetime-local' | 'date'"
|
|
6311
|
-
}
|
|
6312
|
-
},
|
|
6313
6390
|
{
|
|
6314
6391
|
"kind": "method",
|
|
6315
6392
|
"name": "init",
|
|
@@ -6318,7 +6395,7 @@
|
|
|
6318
6395
|
{
|
|
6319
6396
|
"name": "params",
|
|
6320
6397
|
"type": {
|
|
6321
|
-
"text": "
|
|
6398
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6322
6399
|
}
|
|
6323
6400
|
}
|
|
6324
6401
|
]
|
|
@@ -6336,51 +6413,21 @@
|
|
|
6336
6413
|
{
|
|
6337
6414
|
"kind": "method",
|
|
6338
6415
|
"name": "refresh",
|
|
6339
|
-
"privacy": "public",
|
|
6340
|
-
"return": {
|
|
6341
|
-
"type": {
|
|
6342
|
-
"text": "boolean"
|
|
6343
|
-
}
|
|
6344
|
-
},
|
|
6345
6416
|
"parameters": [
|
|
6346
6417
|
{
|
|
6347
|
-
"name": "params"
|
|
6348
|
-
"type": {
|
|
6349
|
-
"text": "DateEditorParams"
|
|
6350
|
-
}
|
|
6418
|
+
"name": "params"
|
|
6351
6419
|
}
|
|
6352
6420
|
]
|
|
6353
6421
|
},
|
|
6354
6422
|
{
|
|
6355
6423
|
"kind": "method",
|
|
6356
|
-
"name": "
|
|
6357
|
-
},
|
|
6358
|
-
{
|
|
6359
|
-
"kind": "method",
|
|
6360
|
-
"name": "isPopup",
|
|
6424
|
+
"name": "destroy",
|
|
6361
6425
|
"return": {
|
|
6362
6426
|
"type": {
|
|
6363
|
-
"text": "
|
|
6427
|
+
"text": "void"
|
|
6364
6428
|
}
|
|
6365
6429
|
}
|
|
6366
6430
|
},
|
|
6367
|
-
{
|
|
6368
|
-
"kind": "method",
|
|
6369
|
-
"name": "changeHandler",
|
|
6370
|
-
"parameters": [
|
|
6371
|
-
{
|
|
6372
|
-
"name": "event"
|
|
6373
|
-
}
|
|
6374
|
-
]
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"kind": "method",
|
|
6378
|
-
"name": "afterGuiAttached"
|
|
6379
|
-
},
|
|
6380
|
-
{
|
|
6381
|
-
"kind": "method",
|
|
6382
|
-
"name": "isCancelBeforeStart"
|
|
6383
|
-
},
|
|
6384
6431
|
{
|
|
6385
6432
|
"kind": "field",
|
|
6386
6433
|
"name": "_presentation",
|
|
@@ -6496,79 +6543,53 @@
|
|
|
6496
6543
|
"superclass": {
|
|
6497
6544
|
"name": "FoundationElement",
|
|
6498
6545
|
"package": "@microsoft/fast-foundation"
|
|
6499
|
-
}
|
|
6500
|
-
"tagName": "%%prefix%%-date-editor",
|
|
6501
|
-
"customElement": true
|
|
6502
|
-
},
|
|
6503
|
-
{
|
|
6504
|
-
"kind": "variable",
|
|
6505
|
-
"name": "agDateEditorStyles",
|
|
6506
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6507
|
-
"description": "The AG Select Renderer Styles.",
|
|
6508
|
-
"privacy": "public"
|
|
6509
|
-
},
|
|
6510
|
-
{
|
|
6511
|
-
"kind": "function",
|
|
6512
|
-
"name": "getDateEditorTemplate",
|
|
6513
|
-
"parameters": [
|
|
6514
|
-
{
|
|
6515
|
-
"name": "prefix",
|
|
6516
|
-
"default": "'foundation'",
|
|
6517
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6518
|
-
}
|
|
6519
|
-
],
|
|
6520
|
-
"description": "Get a Design System prefixed Select template.",
|
|
6521
|
-
"return": {
|
|
6522
|
-
"type": {
|
|
6523
|
-
"text": ""
|
|
6524
|
-
}
|
|
6525
|
-
},
|
|
6526
|
-
"privacy": "public"
|
|
6546
|
+
}
|
|
6527
6547
|
},
|
|
6528
6548
|
{
|
|
6529
6549
|
"kind": "variable",
|
|
6530
|
-
"name": "
|
|
6550
|
+
"name": "foundationIconRenderer",
|
|
6551
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6531
6552
|
"privacy": "public"
|
|
6532
6553
|
}
|
|
6533
6554
|
],
|
|
6534
6555
|
"exports": [
|
|
6535
6556
|
{
|
|
6536
6557
|
"kind": "js",
|
|
6537
|
-
"name": "
|
|
6558
|
+
"name": "agIconRendererStyles",
|
|
6538
6559
|
"declaration": {
|
|
6539
|
-
"name": "
|
|
6540
|
-
"module": "src/cell-
|
|
6560
|
+
"name": "agIconRendererStyles",
|
|
6561
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6541
6562
|
}
|
|
6542
6563
|
},
|
|
6543
6564
|
{
|
|
6544
6565
|
"kind": "js",
|
|
6545
|
-
"name": "
|
|
6566
|
+
"name": "getIconRendererTemplate",
|
|
6546
6567
|
"declaration": {
|
|
6547
|
-
"name": "
|
|
6548
|
-
"module": "src/cell-
|
|
6568
|
+
"name": "getIconRendererTemplate",
|
|
6569
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6549
6570
|
}
|
|
6550
6571
|
},
|
|
6551
6572
|
{
|
|
6552
6573
|
"kind": "js",
|
|
6553
|
-
"name": "
|
|
6574
|
+
"name": "IconRenderer",
|
|
6554
6575
|
"declaration": {
|
|
6555
|
-
"name": "
|
|
6556
|
-
"module": "src/cell-
|
|
6576
|
+
"name": "IconRenderer",
|
|
6577
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6557
6578
|
}
|
|
6558
6579
|
},
|
|
6559
6580
|
{
|
|
6560
6581
|
"kind": "js",
|
|
6561
|
-
"name": "
|
|
6582
|
+
"name": "foundationIconRenderer",
|
|
6562
6583
|
"declaration": {
|
|
6563
|
-
"name": "
|
|
6564
|
-
"module": "src/cell-
|
|
6584
|
+
"name": "foundationIconRenderer",
|
|
6585
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6565
6586
|
}
|
|
6566
6587
|
}
|
|
6567
6588
|
]
|
|
6568
6589
|
},
|
|
6569
6590
|
{
|
|
6570
6591
|
"kind": "javascript-module",
|
|
6571
|
-
"path": "src/cell-
|
|
6592
|
+
"path": "src/cell-renderers/index.ts",
|
|
6572
6593
|
"declarations": [],
|
|
6573
6594
|
"exports": [
|
|
6574
6595
|
{
|
|
@@ -6576,7 +6597,7 @@
|
|
|
6576
6597
|
"name": "*",
|
|
6577
6598
|
"declaration": {
|
|
6578
6599
|
"name": "*",
|
|
6579
|
-
"package": "./
|
|
6600
|
+
"package": "./action.renderer"
|
|
6580
6601
|
}
|
|
6581
6602
|
},
|
|
6582
6603
|
{
|
|
@@ -6584,7 +6605,7 @@
|
|
|
6584
6605
|
"name": "*",
|
|
6585
6606
|
"declaration": {
|
|
6586
6607
|
"name": "*",
|
|
6587
|
-
"package": "./
|
|
6608
|
+
"package": "./actions-menu.renderer"
|
|
6588
6609
|
}
|
|
6589
6610
|
},
|
|
6590
6611
|
{
|
|
@@ -6592,7 +6613,7 @@
|
|
|
6592
6613
|
"name": "*",
|
|
6593
6614
|
"declaration": {
|
|
6594
6615
|
"name": "*",
|
|
6595
|
-
"package": "./
|
|
6616
|
+
"package": "./boolean.renderer"
|
|
6596
6617
|
}
|
|
6597
6618
|
},
|
|
6598
6619
|
{
|
|
@@ -6600,7 +6621,7 @@
|
|
|
6600
6621
|
"name": "*",
|
|
6601
6622
|
"declaration": {
|
|
6602
6623
|
"name": "*",
|
|
6603
|
-
"package": "./
|
|
6624
|
+
"package": "./editable.renderer"
|
|
6604
6625
|
}
|
|
6605
6626
|
},
|
|
6606
6627
|
{
|
|
@@ -6608,33 +6629,65 @@
|
|
|
6608
6629
|
"name": "*",
|
|
6609
6630
|
"declaration": {
|
|
6610
6631
|
"name": "*",
|
|
6611
|
-
"package": "./
|
|
6632
|
+
"package": "./icon.renderer"
|
|
6633
|
+
}
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"kind": "js",
|
|
6637
|
+
"name": "*",
|
|
6638
|
+
"declaration": {
|
|
6639
|
+
"name": "*",
|
|
6640
|
+
"package": "./text.renderer"
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
"kind": "js",
|
|
6645
|
+
"name": "*",
|
|
6646
|
+
"declaration": {
|
|
6647
|
+
"name": "*",
|
|
6648
|
+
"package": "./text-field.renderer"
|
|
6649
|
+
}
|
|
6650
|
+
},
|
|
6651
|
+
{
|
|
6652
|
+
"kind": "js",
|
|
6653
|
+
"name": "*",
|
|
6654
|
+
"declaration": {
|
|
6655
|
+
"name": "*",
|
|
6656
|
+
"package": "./status-pill.renderer"
|
|
6657
|
+
}
|
|
6658
|
+
},
|
|
6659
|
+
{
|
|
6660
|
+
"kind": "js",
|
|
6661
|
+
"name": "*",
|
|
6662
|
+
"declaration": {
|
|
6663
|
+
"name": "*",
|
|
6664
|
+
"package": "./select.renderer"
|
|
6612
6665
|
}
|
|
6613
6666
|
}
|
|
6614
6667
|
]
|
|
6615
6668
|
},
|
|
6616
6669
|
{
|
|
6617
6670
|
"kind": "javascript-module",
|
|
6618
|
-
"path": "src/cell-
|
|
6671
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6619
6672
|
"declarations": [
|
|
6620
6673
|
{
|
|
6621
6674
|
"kind": "class",
|
|
6622
|
-
"description": "The AG
|
|
6623
|
-
"name": "
|
|
6675
|
+
"description": "The AG Select Renderer element.",
|
|
6676
|
+
"name": "SelectRenderer",
|
|
6624
6677
|
"members": [
|
|
6625
6678
|
{
|
|
6626
6679
|
"kind": "field",
|
|
6627
6680
|
"name": "params",
|
|
6628
6681
|
"type": {
|
|
6629
|
-
"text": "
|
|
6682
|
+
"text": "SelectCellRendererParams"
|
|
6630
6683
|
},
|
|
6631
6684
|
"privacy": "public"
|
|
6632
6685
|
},
|
|
6633
6686
|
{
|
|
6634
6687
|
"kind": "field",
|
|
6635
|
-
"name": "
|
|
6688
|
+
"name": "value",
|
|
6636
6689
|
"type": {
|
|
6637
|
-
"text": "
|
|
6690
|
+
"text": "string"
|
|
6638
6691
|
},
|
|
6639
6692
|
"privacy": "public"
|
|
6640
6693
|
},
|
|
@@ -6646,7 +6699,7 @@
|
|
|
6646
6699
|
{
|
|
6647
6700
|
"name": "params",
|
|
6648
6701
|
"type": {
|
|
6649
|
-
"text": "
|
|
6702
|
+
"text": "SelectCellRendererParams"
|
|
6650
6703
|
}
|
|
6651
6704
|
}
|
|
6652
6705
|
]
|
|
@@ -6684,37 +6737,31 @@
|
|
|
6684
6737
|
{
|
|
6685
6738
|
"name": "params",
|
|
6686
6739
|
"type": {
|
|
6687
|
-
"text": "
|
|
6740
|
+
"text": "SelectCellRendererParams"
|
|
6688
6741
|
}
|
|
6689
6742
|
}
|
|
6690
6743
|
]
|
|
6691
6744
|
},
|
|
6692
6745
|
{
|
|
6693
|
-
"kind": "
|
|
6694
|
-
"name": "
|
|
6746
|
+
"kind": "field",
|
|
6747
|
+
"name": "selectionChanged",
|
|
6748
|
+
"privacy": "public"
|
|
6695
6749
|
},
|
|
6696
6750
|
{
|
|
6697
6751
|
"kind": "method",
|
|
6698
|
-
"name": "
|
|
6752
|
+
"name": "isDisabled",
|
|
6753
|
+
"privacy": "public",
|
|
6699
6754
|
"return": {
|
|
6700
6755
|
"type": {
|
|
6701
|
-
"text": "boolean"
|
|
6702
|
-
}
|
|
6703
|
-
}
|
|
6704
|
-
},
|
|
6705
|
-
{
|
|
6706
|
-
"kind": "method",
|
|
6707
|
-
"name": "changeHandler",
|
|
6756
|
+
"text": "boolean"
|
|
6757
|
+
}
|
|
6758
|
+
},
|
|
6708
6759
|
"parameters": [
|
|
6709
6760
|
{
|
|
6710
|
-
"name": "
|
|
6761
|
+
"name": "data"
|
|
6711
6762
|
}
|
|
6712
6763
|
]
|
|
6713
6764
|
},
|
|
6714
|
-
{
|
|
6715
|
-
"kind": "method",
|
|
6716
|
-
"name": "isCancelBeforeStart"
|
|
6717
|
-
},
|
|
6718
6765
|
{
|
|
6719
6766
|
"kind": "field",
|
|
6720
6767
|
"name": "_presentation",
|
|
@@ -6831,23 +6878,26 @@
|
|
|
6831
6878
|
"name": "FoundationElement",
|
|
6832
6879
|
"package": "@microsoft/fast-foundation"
|
|
6833
6880
|
},
|
|
6834
|
-
"tagName": "%%prefix%%-
|
|
6881
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
6835
6882
|
"customElement": true
|
|
6836
6883
|
},
|
|
6837
6884
|
{
|
|
6838
6885
|
"kind": "variable",
|
|
6839
|
-
"name": "
|
|
6840
|
-
"default": "css
|
|
6886
|
+
"name": "agSelectRendererStyles",
|
|
6887
|
+
"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`",
|
|
6841
6888
|
"description": "The AG Select Renderer Styles.",
|
|
6842
6889
|
"privacy": "public"
|
|
6843
6890
|
},
|
|
6844
6891
|
{
|
|
6845
6892
|
"kind": "function",
|
|
6846
|
-
"name": "
|
|
6893
|
+
"name": "getSelectRendererTemplate",
|
|
6847
6894
|
"parameters": [
|
|
6848
6895
|
{
|
|
6849
6896
|
"name": "designSystem",
|
|
6850
6897
|
"default": "'foundation'",
|
|
6898
|
+
"type": {
|
|
6899
|
+
"text": "string"
|
|
6900
|
+
},
|
|
6851
6901
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6852
6902
|
}
|
|
6853
6903
|
],
|
|
@@ -6861,157 +6911,124 @@
|
|
|
6861
6911
|
},
|
|
6862
6912
|
{
|
|
6863
6913
|
"kind": "variable",
|
|
6864
|
-
"name": "
|
|
6914
|
+
"name": "foundationAgSelectRenderer",
|
|
6915
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6865
6916
|
"privacy": "public"
|
|
6866
6917
|
}
|
|
6867
6918
|
],
|
|
6868
6919
|
"exports": [
|
|
6869
6920
|
{
|
|
6870
6921
|
"kind": "js",
|
|
6871
|
-
"name": "
|
|
6922
|
+
"name": "SelectRenderer",
|
|
6872
6923
|
"declaration": {
|
|
6873
|
-
"name": "
|
|
6874
|
-
"module": "src/cell-
|
|
6924
|
+
"name": "SelectRenderer",
|
|
6925
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6875
6926
|
}
|
|
6876
6927
|
},
|
|
6877
6928
|
{
|
|
6878
6929
|
"kind": "js",
|
|
6879
|
-
"name": "
|
|
6930
|
+
"name": "agSelectRendererStyles",
|
|
6880
6931
|
"declaration": {
|
|
6881
|
-
"name": "
|
|
6882
|
-
"module": "src/cell-
|
|
6932
|
+
"name": "agSelectRendererStyles",
|
|
6933
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6883
6934
|
}
|
|
6884
6935
|
},
|
|
6885
6936
|
{
|
|
6886
6937
|
"kind": "js",
|
|
6887
|
-
"name": "
|
|
6938
|
+
"name": "getSelectRendererTemplate",
|
|
6888
6939
|
"declaration": {
|
|
6889
|
-
"name": "
|
|
6890
|
-
"module": "src/cell-
|
|
6940
|
+
"name": "getSelectRendererTemplate",
|
|
6941
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6891
6942
|
}
|
|
6892
6943
|
},
|
|
6893
6944
|
{
|
|
6894
6945
|
"kind": "js",
|
|
6895
|
-
"name": "
|
|
6946
|
+
"name": "foundationAgSelectRenderer",
|
|
6896
6947
|
"declaration": {
|
|
6897
|
-
"name": "
|
|
6898
|
-
"module": "src/cell-
|
|
6948
|
+
"name": "foundationAgSelectRenderer",
|
|
6949
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6899
6950
|
}
|
|
6900
6951
|
}
|
|
6901
6952
|
]
|
|
6902
6953
|
},
|
|
6903
6954
|
{
|
|
6904
6955
|
"kind": "javascript-module",
|
|
6905
|
-
"path": "src/cell-
|
|
6956
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
6906
6957
|
"declarations": [
|
|
6907
6958
|
{
|
|
6908
|
-
"kind": "
|
|
6909
|
-
"
|
|
6910
|
-
"
|
|
6911
|
-
"
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
"privacy": "public"
|
|
6919
|
-
},
|
|
6920
|
-
{
|
|
6921
|
-
"kind": "field",
|
|
6922
|
-
"name": "value",
|
|
6923
|
-
"type": {
|
|
6924
|
-
"text": "number"
|
|
6925
|
-
},
|
|
6926
|
-
"privacy": "public"
|
|
6927
|
-
},
|
|
6959
|
+
"kind": "variable",
|
|
6960
|
+
"name": "agStatusPillRendererStyles",
|
|
6961
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6962
|
+
"description": "The Status Pill Renderer Styles.",
|
|
6963
|
+
"privacy": "public"
|
|
6964
|
+
},
|
|
6965
|
+
{
|
|
6966
|
+
"kind": "function",
|
|
6967
|
+
"name": "getStatusPillRendererTemplate",
|
|
6968
|
+
"parameters": [
|
|
6928
6969
|
{
|
|
6929
|
-
"
|
|
6930
|
-
"
|
|
6970
|
+
"name": "designSystem",
|
|
6971
|
+
"default": "'rapid'",
|
|
6931
6972
|
"type": {
|
|
6932
|
-
"text": "
|
|
6973
|
+
"text": "string"
|
|
6933
6974
|
},
|
|
6934
|
-
"
|
|
6935
|
-
}
|
|
6975
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6976
|
+
}
|
|
6977
|
+
],
|
|
6978
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
6979
|
+
"return": {
|
|
6980
|
+
"type": {
|
|
6981
|
+
"text": ""
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6984
|
+
"privacy": "public"
|
|
6985
|
+
},
|
|
6986
|
+
{
|
|
6987
|
+
"kind": "class",
|
|
6988
|
+
"description": "The AG Status Pill Renderer element.",
|
|
6989
|
+
"name": "StatusPillRenderer",
|
|
6990
|
+
"members": [
|
|
6936
6991
|
{
|
|
6937
6992
|
"kind": "field",
|
|
6938
|
-
"name": "
|
|
6993
|
+
"name": "params",
|
|
6939
6994
|
"type": {
|
|
6940
|
-
"text": "
|
|
6941
|
-
}
|
|
6942
|
-
"privacy": "public"
|
|
6995
|
+
"text": "StatusPillRendererParams"
|
|
6996
|
+
}
|
|
6943
6997
|
},
|
|
6944
6998
|
{
|
|
6945
6999
|
"kind": "method",
|
|
6946
7000
|
"name": "init",
|
|
6947
|
-
"privacy": "public",
|
|
6948
7001
|
"parameters": [
|
|
6949
7002
|
{
|
|
6950
7003
|
"name": "params",
|
|
6951
7004
|
"type": {
|
|
6952
|
-
"text": "
|
|
7005
|
+
"text": "StatusPillRendererParams"
|
|
6953
7006
|
}
|
|
6954
7007
|
}
|
|
6955
7008
|
]
|
|
6956
7009
|
},
|
|
6957
7010
|
{
|
|
6958
7011
|
"kind": "method",
|
|
6959
|
-
"name": "getGui"
|
|
6960
|
-
"privacy": "public",
|
|
6961
|
-
"return": {
|
|
6962
|
-
"type": {
|
|
6963
|
-
"text": "HTMLElement"
|
|
6964
|
-
}
|
|
6965
|
-
}
|
|
7012
|
+
"name": "getGui"
|
|
6966
7013
|
},
|
|
6967
7014
|
{
|
|
6968
7015
|
"kind": "method",
|
|
6969
7016
|
"name": "refresh",
|
|
6970
|
-
"privacy": "public",
|
|
6971
|
-
"return": {
|
|
6972
|
-
"type": {
|
|
6973
|
-
"text": "boolean"
|
|
6974
|
-
}
|
|
6975
|
-
},
|
|
6976
7017
|
"parameters": [
|
|
6977
7018
|
{
|
|
6978
|
-
"name": "params"
|
|
6979
|
-
"type": {
|
|
6980
|
-
"text": "NumberEditorParams"
|
|
6981
|
-
}
|
|
7019
|
+
"name": "params"
|
|
6982
7020
|
}
|
|
6983
7021
|
]
|
|
6984
7022
|
},
|
|
6985
7023
|
{
|
|
6986
7024
|
"kind": "method",
|
|
6987
|
-
"name": "
|
|
6988
|
-
},
|
|
6989
|
-
{
|
|
6990
|
-
"kind": "method",
|
|
6991
|
-
"name": "isPopup",
|
|
7025
|
+
"name": "destroy",
|
|
6992
7026
|
"return": {
|
|
6993
7027
|
"type": {
|
|
6994
|
-
"text": "
|
|
7028
|
+
"text": "void"
|
|
6995
7029
|
}
|
|
6996
7030
|
}
|
|
6997
7031
|
},
|
|
6998
|
-
{
|
|
6999
|
-
"kind": "method",
|
|
7000
|
-
"name": "afterGuiAttached"
|
|
7001
|
-
},
|
|
7002
|
-
{
|
|
7003
|
-
"kind": "method",
|
|
7004
|
-
"name": "changeHandler",
|
|
7005
|
-
"parameters": [
|
|
7006
|
-
{
|
|
7007
|
-
"name": "event"
|
|
7008
|
-
}
|
|
7009
|
-
]
|
|
7010
|
-
},
|
|
7011
|
-
{
|
|
7012
|
-
"kind": "method",
|
|
7013
|
-
"name": "isCancelBeforeStart"
|
|
7014
|
-
},
|
|
7015
7032
|
{
|
|
7016
7033
|
"kind": "field",
|
|
7017
7034
|
"name": "_presentation",
|
|
@@ -7128,113 +7145,81 @@
|
|
|
7128
7145
|
"name": "FoundationElement",
|
|
7129
7146
|
"package": "@microsoft/fast-foundation"
|
|
7130
7147
|
},
|
|
7131
|
-
"tagName": "%%prefix%%-
|
|
7148
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7132
7149
|
"customElement": true
|
|
7133
7150
|
},
|
|
7134
7151
|
{
|
|
7135
7152
|
"kind": "variable",
|
|
7136
|
-
"name": "
|
|
7137
|
-
"
|
|
7138
|
-
"description": "The AG Number Editor Styles.",
|
|
7139
|
-
"privacy": "public"
|
|
7140
|
-
},
|
|
7141
|
-
{
|
|
7142
|
-
"kind": "function",
|
|
7143
|
-
"name": "getNumberEditorTemplate",
|
|
7144
|
-
"parameters": [
|
|
7145
|
-
{
|
|
7146
|
-
"name": "designSystem",
|
|
7147
|
-
"default": "'foundation'",
|
|
7148
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7149
|
-
}
|
|
7150
|
-
],
|
|
7151
|
-
"description": "Get a Design System prefixed Select template.",
|
|
7152
|
-
"return": {
|
|
7153
|
-
"type": {
|
|
7154
|
-
"text": ""
|
|
7155
|
-
}
|
|
7156
|
-
},
|
|
7157
|
-
"privacy": "public"
|
|
7158
|
-
},
|
|
7159
|
-
{
|
|
7160
|
-
"kind": "variable",
|
|
7161
|
-
"name": "foundationNumberEditor",
|
|
7153
|
+
"name": "foundationStatusPillRenderer",
|
|
7154
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7162
7155
|
"privacy": "public"
|
|
7163
7156
|
}
|
|
7164
7157
|
],
|
|
7165
7158
|
"exports": [
|
|
7166
7159
|
{
|
|
7167
7160
|
"kind": "js",
|
|
7168
|
-
"name": "
|
|
7161
|
+
"name": "agStatusPillRendererStyles",
|
|
7169
7162
|
"declaration": {
|
|
7170
|
-
"name": "
|
|
7171
|
-
"module": "src/cell-
|
|
7163
|
+
"name": "agStatusPillRendererStyles",
|
|
7164
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7172
7165
|
}
|
|
7173
7166
|
},
|
|
7174
7167
|
{
|
|
7175
7168
|
"kind": "js",
|
|
7176
|
-
"name": "
|
|
7169
|
+
"name": "getStatusPillRendererTemplate",
|
|
7177
7170
|
"declaration": {
|
|
7178
|
-
"name": "
|
|
7179
|
-
"module": "src/cell-
|
|
7171
|
+
"name": "getStatusPillRendererTemplate",
|
|
7172
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7180
7173
|
}
|
|
7181
7174
|
},
|
|
7182
7175
|
{
|
|
7183
7176
|
"kind": "js",
|
|
7184
|
-
"name": "
|
|
7177
|
+
"name": "StatusPillRenderer",
|
|
7185
7178
|
"declaration": {
|
|
7186
|
-
"name": "
|
|
7187
|
-
"module": "src/cell-
|
|
7179
|
+
"name": "StatusPillRenderer",
|
|
7180
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7188
7181
|
}
|
|
7189
7182
|
},
|
|
7190
7183
|
{
|
|
7191
7184
|
"kind": "js",
|
|
7192
|
-
"name": "
|
|
7185
|
+
"name": "foundationStatusPillRenderer",
|
|
7193
7186
|
"declaration": {
|
|
7194
|
-
"name": "
|
|
7195
|
-
"module": "src/cell-
|
|
7187
|
+
"name": "foundationStatusPillRenderer",
|
|
7188
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7196
7189
|
}
|
|
7197
7190
|
}
|
|
7198
7191
|
]
|
|
7199
7192
|
},
|
|
7200
7193
|
{
|
|
7201
7194
|
"kind": "javascript-module",
|
|
7202
|
-
"path": "src/cell-
|
|
7195
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7203
7196
|
"declarations": [
|
|
7204
7197
|
{
|
|
7205
7198
|
"kind": "class",
|
|
7206
|
-
"description": "The AG
|
|
7207
|
-
"name": "
|
|
7199
|
+
"description": "The AG Text Field Renderer element.",
|
|
7200
|
+
"name": "AgTextFieldRenderer",
|
|
7208
7201
|
"members": [
|
|
7209
7202
|
{
|
|
7210
7203
|
"kind": "field",
|
|
7211
|
-
"name": "
|
|
7204
|
+
"name": "textField",
|
|
7212
7205
|
"type": {
|
|
7213
|
-
"text": "
|
|
7206
|
+
"text": "TextField"
|
|
7214
7207
|
},
|
|
7215
7208
|
"privacy": "public"
|
|
7216
7209
|
},
|
|
7217
7210
|
{
|
|
7218
7211
|
"kind": "field",
|
|
7219
|
-
"name": "
|
|
7212
|
+
"name": "textValue",
|
|
7220
7213
|
"type": {
|
|
7221
7214
|
"text": "string"
|
|
7222
7215
|
},
|
|
7223
|
-
"
|
|
7224
|
-
},
|
|
7225
|
-
{
|
|
7226
|
-
"kind": "field",
|
|
7227
|
-
"name": "actualWidth",
|
|
7228
|
-
"type": {
|
|
7229
|
-
"text": "number"
|
|
7230
|
-
},
|
|
7231
|
-
"privacy": "public"
|
|
7216
|
+
"default": "''"
|
|
7232
7217
|
},
|
|
7233
7218
|
{
|
|
7234
7219
|
"kind": "field",
|
|
7235
|
-
"name": "
|
|
7220
|
+
"name": "params",
|
|
7236
7221
|
"type": {
|
|
7237
|
-
"text": "
|
|
7222
|
+
"text": "FuiCellRendererParams"
|
|
7238
7223
|
},
|
|
7239
7224
|
"privacy": "public"
|
|
7240
7225
|
},
|
|
@@ -7246,7 +7231,7 @@
|
|
|
7246
7231
|
{
|
|
7247
7232
|
"name": "params",
|
|
7248
7233
|
"type": {
|
|
7249
|
-
"text": "
|
|
7234
|
+
"text": "FuiCellRendererParams"
|
|
7250
7235
|
}
|
|
7251
7236
|
}
|
|
7252
7237
|
]
|
|
@@ -7261,53 +7246,50 @@
|
|
|
7261
7246
|
}
|
|
7262
7247
|
}
|
|
7263
7248
|
},
|
|
7249
|
+
{
|
|
7250
|
+
"kind": "method",
|
|
7251
|
+
"name": "destroy",
|
|
7252
|
+
"privacy": "public"
|
|
7253
|
+
},
|
|
7264
7254
|
{
|
|
7265
7255
|
"kind": "method",
|
|
7266
7256
|
"name": "refresh",
|
|
7267
7257
|
"privacy": "public",
|
|
7268
|
-
"return": {
|
|
7269
|
-
"type": {
|
|
7270
|
-
"text": "boolean"
|
|
7271
|
-
}
|
|
7272
|
-
},
|
|
7273
7258
|
"parameters": [
|
|
7274
7259
|
{
|
|
7275
7260
|
"name": "params",
|
|
7276
7261
|
"type": {
|
|
7277
|
-
"text": "
|
|
7262
|
+
"text": "FuiCellRendererParams"
|
|
7278
7263
|
}
|
|
7279
7264
|
}
|
|
7280
|
-
]
|
|
7281
|
-
},
|
|
7282
|
-
{
|
|
7283
|
-
"kind": "method",
|
|
7284
|
-
"name": "getValue"
|
|
7265
|
+
]
|
|
7285
7266
|
},
|
|
7286
7267
|
{
|
|
7287
7268
|
"kind": "method",
|
|
7288
|
-
"name": "
|
|
7269
|
+
"name": "isDisabled",
|
|
7270
|
+
"privacy": "public",
|
|
7289
7271
|
"return": {
|
|
7290
7272
|
"type": {
|
|
7291
7273
|
"text": "boolean"
|
|
7292
7274
|
}
|
|
7293
|
-
}
|
|
7294
|
-
},
|
|
7295
|
-
{
|
|
7296
|
-
"kind": "method",
|
|
7297
|
-
"name": "afterGuiAttached"
|
|
7298
|
-
},
|
|
7299
|
-
{
|
|
7300
|
-
"kind": "method",
|
|
7301
|
-
"name": "changeHandler",
|
|
7275
|
+
},
|
|
7302
7276
|
"parameters": [
|
|
7303
7277
|
{
|
|
7304
|
-
"name": "
|
|
7278
|
+
"name": "data"
|
|
7305
7279
|
}
|
|
7306
7280
|
]
|
|
7307
7281
|
},
|
|
7308
7282
|
{
|
|
7309
|
-
"kind": "
|
|
7310
|
-
"name": "
|
|
7283
|
+
"kind": "field",
|
|
7284
|
+
"name": "textChanged",
|
|
7285
|
+
"privacy": "public",
|
|
7286
|
+
"description": "On text change handler",
|
|
7287
|
+
"parameters": [
|
|
7288
|
+
{
|
|
7289
|
+
"description": "CustomEvent",
|
|
7290
|
+
"name": "e"
|
|
7291
|
+
}
|
|
7292
|
+
]
|
|
7311
7293
|
},
|
|
7312
7294
|
{
|
|
7313
7295
|
"kind": "field",
|
|
@@ -7425,19 +7407,19 @@
|
|
|
7425
7407
|
"name": "FoundationElement",
|
|
7426
7408
|
"package": "@microsoft/fast-foundation"
|
|
7427
7409
|
},
|
|
7428
|
-
"tagName": "%%prefix%%-
|
|
7410
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7429
7411
|
"customElement": true
|
|
7430
7412
|
},
|
|
7431
7413
|
{
|
|
7432
7414
|
"kind": "variable",
|
|
7433
|
-
"name": "
|
|
7434
|
-
"default": "css
|
|
7435
|
-
"description": "The AG
|
|
7415
|
+
"name": "textFieldRendererStyles",
|
|
7416
|
+
"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`",
|
|
7417
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7436
7418
|
"privacy": "public"
|
|
7437
7419
|
},
|
|
7438
7420
|
{
|
|
7439
7421
|
"kind": "function",
|
|
7440
|
-
"name": "
|
|
7422
|
+
"name": "getTextFieldRendererTemplate",
|
|
7441
7423
|
"parameters": [
|
|
7442
7424
|
{
|
|
7443
7425
|
"name": "designSystem",
|
|
@@ -7445,7 +7427,7 @@
|
|
|
7445
7427
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7446
7428
|
}
|
|
7447
7429
|
],
|
|
7448
|
-
"description": "Get a Design System prefixed
|
|
7430
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7449
7431
|
"return": {
|
|
7450
7432
|
"type": {
|
|
7451
7433
|
"text": ""
|
|
@@ -7455,85 +7437,97 @@
|
|
|
7455
7437
|
},
|
|
7456
7438
|
{
|
|
7457
7439
|
"kind": "variable",
|
|
7458
|
-
"name": "
|
|
7440
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7441
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7459
7442
|
"privacy": "public"
|
|
7460
7443
|
}
|
|
7461
7444
|
],
|
|
7462
7445
|
"exports": [
|
|
7463
7446
|
{
|
|
7464
7447
|
"kind": "js",
|
|
7465
|
-
"name": "
|
|
7448
|
+
"name": "AgTextFieldRenderer",
|
|
7466
7449
|
"declaration": {
|
|
7467
|
-
"name": "
|
|
7468
|
-
"module": "src/cell-
|
|
7450
|
+
"name": "AgTextFieldRenderer",
|
|
7451
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7469
7452
|
}
|
|
7470
7453
|
},
|
|
7471
7454
|
{
|
|
7472
7455
|
"kind": "js",
|
|
7473
|
-
"name": "
|
|
7456
|
+
"name": "textFieldRendererStyles",
|
|
7474
7457
|
"declaration": {
|
|
7475
|
-
"name": "
|
|
7476
|
-
"module": "src/cell-
|
|
7458
|
+
"name": "textFieldRendererStyles",
|
|
7459
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7477
7460
|
}
|
|
7478
7461
|
},
|
|
7479
7462
|
{
|
|
7480
7463
|
"kind": "js",
|
|
7481
|
-
"name": "
|
|
7464
|
+
"name": "getTextFieldRendererTemplate",
|
|
7482
7465
|
"declaration": {
|
|
7483
|
-
"name": "
|
|
7484
|
-
"module": "src/cell-
|
|
7466
|
+
"name": "getTextFieldRendererTemplate",
|
|
7467
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7485
7468
|
}
|
|
7486
7469
|
},
|
|
7487
7470
|
{
|
|
7488
7471
|
"kind": "js",
|
|
7489
|
-
"name": "
|
|
7472
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7490
7473
|
"declaration": {
|
|
7491
|
-
"name": "
|
|
7492
|
-
"module": "src/cell-
|
|
7474
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7475
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7493
7476
|
}
|
|
7494
7477
|
}
|
|
7495
7478
|
]
|
|
7496
7479
|
},
|
|
7497
7480
|
{
|
|
7498
7481
|
"kind": "javascript-module",
|
|
7499
|
-
"path": "src/cell-
|
|
7482
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7500
7483
|
"declarations": [
|
|
7501
7484
|
{
|
|
7502
7485
|
"kind": "class",
|
|
7503
|
-
"description": "
|
|
7504
|
-
"name": "
|
|
7486
|
+
"description": "",
|
|
7487
|
+
"name": "AgTextRenderer",
|
|
7488
|
+
"superclass": {
|
|
7489
|
+
"name": "AgTextFieldRenderer",
|
|
7490
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7491
|
+
},
|
|
7492
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7493
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7494
|
+
"customElement": true,
|
|
7505
7495
|
"members": [
|
|
7506
7496
|
{
|
|
7507
7497
|
"kind": "field",
|
|
7508
|
-
"name": "
|
|
7498
|
+
"name": "textField",
|
|
7509
7499
|
"type": {
|
|
7510
|
-
"text": "
|
|
7500
|
+
"text": "TextField"
|
|
7511
7501
|
},
|
|
7512
|
-
"privacy": "public"
|
|
7502
|
+
"privacy": "public",
|
|
7503
|
+
"inheritedFrom": {
|
|
7504
|
+
"name": "AgTextFieldRenderer",
|
|
7505
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7506
|
+
}
|
|
7513
7507
|
},
|
|
7514
7508
|
{
|
|
7515
7509
|
"kind": "field",
|
|
7516
|
-
"name": "
|
|
7510
|
+
"name": "textValue",
|
|
7517
7511
|
"type": {
|
|
7518
7512
|
"text": "string"
|
|
7519
7513
|
},
|
|
7520
|
-
"
|
|
7521
|
-
|
|
7522
|
-
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
"type": {
|
|
7526
|
-
"text": "number"
|
|
7527
|
-
},
|
|
7528
|
-
"privacy": "public"
|
|
7514
|
+
"default": "''",
|
|
7515
|
+
"inheritedFrom": {
|
|
7516
|
+
"name": "AgTextFieldRenderer",
|
|
7517
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7518
|
+
}
|
|
7529
7519
|
},
|
|
7530
7520
|
{
|
|
7531
7521
|
"kind": "field",
|
|
7532
|
-
"name": "
|
|
7522
|
+
"name": "params",
|
|
7533
7523
|
"type": {
|
|
7534
|
-
"text": "
|
|
7524
|
+
"text": "FuiCellRendererParams"
|
|
7535
7525
|
},
|
|
7536
|
-
"privacy": "public"
|
|
7526
|
+
"privacy": "public",
|
|
7527
|
+
"inheritedFrom": {
|
|
7528
|
+
"name": "AgTextFieldRenderer",
|
|
7529
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7530
|
+
}
|
|
7537
7531
|
},
|
|
7538
7532
|
{
|
|
7539
7533
|
"kind": "method",
|
|
@@ -7543,10 +7537,14 @@
|
|
|
7543
7537
|
{
|
|
7544
7538
|
"name": "params",
|
|
7545
7539
|
"type": {
|
|
7546
|
-
"text": "
|
|
7540
|
+
"text": "FuiCellRendererParams"
|
|
7547
7541
|
}
|
|
7548
7542
|
}
|
|
7549
|
-
]
|
|
7543
|
+
],
|
|
7544
|
+
"inheritedFrom": {
|
|
7545
|
+
"name": "AgTextFieldRenderer",
|
|
7546
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7547
|
+
}
|
|
7550
7548
|
},
|
|
7551
7549
|
{
|
|
7552
7550
|
"kind": "method",
|
|
@@ -7556,55 +7554,72 @@
|
|
|
7556
7554
|
"type": {
|
|
7557
7555
|
"text": "HTMLElement"
|
|
7558
7556
|
}
|
|
7557
|
+
},
|
|
7558
|
+
"inheritedFrom": {
|
|
7559
|
+
"name": "AgTextFieldRenderer",
|
|
7560
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7561
|
+
}
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"kind": "method",
|
|
7565
|
+
"name": "destroy",
|
|
7566
|
+
"privacy": "public",
|
|
7567
|
+
"inheritedFrom": {
|
|
7568
|
+
"name": "AgTextFieldRenderer",
|
|
7569
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7559
7570
|
}
|
|
7560
7571
|
},
|
|
7561
7572
|
{
|
|
7562
7573
|
"kind": "method",
|
|
7563
7574
|
"name": "refresh",
|
|
7564
7575
|
"privacy": "public",
|
|
7565
|
-
"return": {
|
|
7566
|
-
"type": {
|
|
7567
|
-
"text": "boolean"
|
|
7568
|
-
}
|
|
7569
|
-
},
|
|
7570
7576
|
"parameters": [
|
|
7571
7577
|
{
|
|
7572
7578
|
"name": "params",
|
|
7573
7579
|
"type": {
|
|
7574
|
-
"text": "
|
|
7580
|
+
"text": "FuiCellRendererParams"
|
|
7575
7581
|
}
|
|
7576
7582
|
}
|
|
7577
|
-
]
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7583
|
+
],
|
|
7584
|
+
"inheritedFrom": {
|
|
7585
|
+
"name": "AgTextFieldRenderer",
|
|
7586
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7587
|
+
}
|
|
7582
7588
|
},
|
|
7583
7589
|
{
|
|
7584
7590
|
"kind": "method",
|
|
7585
|
-
"name": "
|
|
7591
|
+
"name": "isDisabled",
|
|
7592
|
+
"privacy": "public",
|
|
7586
7593
|
"return": {
|
|
7587
7594
|
"type": {
|
|
7588
7595
|
"text": "boolean"
|
|
7589
7596
|
}
|
|
7597
|
+
},
|
|
7598
|
+
"parameters": [
|
|
7599
|
+
{
|
|
7600
|
+
"name": "data"
|
|
7601
|
+
}
|
|
7602
|
+
],
|
|
7603
|
+
"inheritedFrom": {
|
|
7604
|
+
"name": "AgTextFieldRenderer",
|
|
7605
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
7606
|
}
|
|
7591
7607
|
},
|
|
7592
7608
|
{
|
|
7593
|
-
"kind": "
|
|
7594
|
-
"name": "
|
|
7595
|
-
|
|
7596
|
-
|
|
7597
|
-
"kind": "method",
|
|
7598
|
-
"name": "changeHandler",
|
|
7609
|
+
"kind": "field",
|
|
7610
|
+
"name": "textChanged",
|
|
7611
|
+
"privacy": "public",
|
|
7612
|
+
"description": "On text change handler",
|
|
7599
7613
|
"parameters": [
|
|
7600
7614
|
{
|
|
7601
|
-
"
|
|
7615
|
+
"description": "CustomEvent",
|
|
7616
|
+
"name": "e"
|
|
7602
7617
|
}
|
|
7603
|
-
]
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
|
|
7618
|
+
],
|
|
7619
|
+
"inheritedFrom": {
|
|
7620
|
+
"name": "AgTextFieldRenderer",
|
|
7621
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7622
|
+
}
|
|
7608
7623
|
},
|
|
7609
7624
|
{
|
|
7610
7625
|
"kind": "field",
|
|
@@ -7717,76 +7732,61 @@
|
|
|
7717
7732
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7718
7733
|
}
|
|
7719
7734
|
}
|
|
7720
|
-
]
|
|
7721
|
-
"superclass": {
|
|
7722
|
-
"name": "FoundationElement",
|
|
7723
|
-
"package": "@microsoft/fast-foundation"
|
|
7724
|
-
},
|
|
7725
|
-
"tagName": "%%prefix%%-string-editor",
|
|
7726
|
-
"customElement": true
|
|
7735
|
+
]
|
|
7727
7736
|
},
|
|
7728
7737
|
{
|
|
7729
7738
|
"kind": "variable",
|
|
7730
|
-
"name": "
|
|
7731
|
-
"default": "
|
|
7732
|
-
"
|
|
7733
|
-
"
|
|
7739
|
+
"name": "textRendererStyles",
|
|
7740
|
+
"default": "textFieldRendererStyles",
|
|
7741
|
+
"privacy": "public",
|
|
7742
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7734
7743
|
},
|
|
7735
7744
|
{
|
|
7736
|
-
"kind": "
|
|
7737
|
-
"name": "
|
|
7738
|
-
"
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
"default": "'foundation'",
|
|
7742
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7743
|
-
}
|
|
7744
|
-
],
|
|
7745
|
-
"description": "Get a Design System prefixed String template.",
|
|
7746
|
-
"return": {
|
|
7747
|
-
"type": {
|
|
7748
|
-
"text": ""
|
|
7749
|
-
}
|
|
7750
|
-
},
|
|
7751
|
-
"privacy": "public"
|
|
7745
|
+
"kind": "variable",
|
|
7746
|
+
"name": "getTextRendererTemplate",
|
|
7747
|
+
"default": "getTextFieldRendererTemplate",
|
|
7748
|
+
"privacy": "public",
|
|
7749
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7752
7750
|
},
|
|
7753
7751
|
{
|
|
7754
7752
|
"kind": "variable",
|
|
7755
|
-
"name": "
|
|
7756
|
-
"
|
|
7753
|
+
"name": "foundationAgTextRenderer",
|
|
7754
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7755
|
+
"privacy": "public",
|
|
7756
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7757
7757
|
}
|
|
7758
7758
|
],
|
|
7759
7759
|
"exports": [
|
|
7760
7760
|
{
|
|
7761
7761
|
"kind": "js",
|
|
7762
|
-
"name": "
|
|
7762
|
+
"name": "AgTextRenderer",
|
|
7763
7763
|
"declaration": {
|
|
7764
|
-
"name": "
|
|
7765
|
-
"module": "src/cell-
|
|
7764
|
+
"name": "AgTextRenderer",
|
|
7765
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7766
7766
|
}
|
|
7767
7767
|
},
|
|
7768
7768
|
{
|
|
7769
7769
|
"kind": "js",
|
|
7770
|
-
"name": "
|
|
7770
|
+
"name": "textRendererStyles",
|
|
7771
7771
|
"declaration": {
|
|
7772
|
-
"name": "
|
|
7773
|
-
"module": "src/cell-
|
|
7772
|
+
"name": "textRendererStyles",
|
|
7773
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7774
7774
|
}
|
|
7775
7775
|
},
|
|
7776
7776
|
{
|
|
7777
7777
|
"kind": "js",
|
|
7778
|
-
"name": "
|
|
7778
|
+
"name": "getTextRendererTemplate",
|
|
7779
7779
|
"declaration": {
|
|
7780
|
-
"name": "
|
|
7781
|
-
"module": "src/cell-
|
|
7780
|
+
"name": "getTextRendererTemplate",
|
|
7781
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7782
7782
|
}
|
|
7783
7783
|
},
|
|
7784
7784
|
{
|
|
7785
7785
|
"kind": "js",
|
|
7786
|
-
"name": "
|
|
7786
|
+
"name": "foundationAgTextRenderer",
|
|
7787
7787
|
"declaration": {
|
|
7788
|
-
"name": "
|
|
7789
|
-
"module": "src/cell-
|
|
7788
|
+
"name": "foundationAgTextRenderer",
|
|
7789
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7790
7790
|
}
|
|
7791
7791
|
}
|
|
7792
7792
|
]
|