@genesislcap/grid-pro 14.461.0 → 14.461.2-GENC-1346.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/react.d.ts +45 -45
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +25 -25
- package/package.json +14 -14
|
@@ -3805,29 +3805,57 @@
|
|
|
3805
3805
|
},
|
|
3806
3806
|
{
|
|
3807
3807
|
"kind": "javascript-module",
|
|
3808
|
-
"path": "src/cell-
|
|
3808
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3809
3809
|
"declarations": [
|
|
3810
3810
|
{
|
|
3811
3811
|
"kind": "class",
|
|
3812
|
-
"description": "The AG
|
|
3813
|
-
"name": "
|
|
3812
|
+
"description": "The AG Date Editor element.",
|
|
3813
|
+
"name": "DateEditor",
|
|
3814
3814
|
"members": [
|
|
3815
3815
|
{
|
|
3816
3816
|
"kind": "field",
|
|
3817
|
-
"name": "
|
|
3817
|
+
"name": "value",
|
|
3818
3818
|
"type": {
|
|
3819
|
-
"text": "
|
|
3819
|
+
"text": "number"
|
|
3820
3820
|
},
|
|
3821
3821
|
"privacy": "public"
|
|
3822
3822
|
},
|
|
3823
3823
|
{
|
|
3824
3824
|
"kind": "field",
|
|
3825
|
-
"name": "
|
|
3825
|
+
"name": "actualWidth",
|
|
3826
3826
|
"type": {
|
|
3827
|
-
"text": "
|
|
3827
|
+
"text": "number"
|
|
3828
3828
|
},
|
|
3829
3829
|
"privacy": "public"
|
|
3830
3830
|
},
|
|
3831
|
+
{
|
|
3832
|
+
"kind": "field",
|
|
3833
|
+
"name": "params",
|
|
3834
|
+
"type": {
|
|
3835
|
+
"text": "DateEditorParams"
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "field",
|
|
3840
|
+
"name": "dateFormat",
|
|
3841
|
+
"type": {
|
|
3842
|
+
"text": "string"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"kind": "field",
|
|
3847
|
+
"name": "input",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "any"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "field",
|
|
3854
|
+
"name": "inputType",
|
|
3855
|
+
"type": {
|
|
3856
|
+
"text": "'datetime-local' | 'date'"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3831
3859
|
{
|
|
3832
3860
|
"kind": "method",
|
|
3833
3861
|
"name": "init",
|
|
@@ -3836,7 +3864,7 @@
|
|
|
3836
3864
|
{
|
|
3837
3865
|
"name": "params",
|
|
3838
3866
|
"type": {
|
|
3839
|
-
"text": "
|
|
3867
|
+
"text": "DateEditorParams"
|
|
3840
3868
|
}
|
|
3841
3869
|
}
|
|
3842
3870
|
]
|
|
@@ -3855,39 +3883,49 @@
|
|
|
3855
3883
|
"kind": "method",
|
|
3856
3884
|
"name": "refresh",
|
|
3857
3885
|
"privacy": "public",
|
|
3886
|
+
"return": {
|
|
3887
|
+
"type": {
|
|
3888
|
+
"text": "boolean"
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3858
3891
|
"parameters": [
|
|
3859
3892
|
{
|
|
3860
3893
|
"name": "params",
|
|
3861
3894
|
"type": {
|
|
3862
|
-
"text": "
|
|
3895
|
+
"text": "DateEditorParams"
|
|
3863
3896
|
}
|
|
3864
3897
|
}
|
|
3865
3898
|
]
|
|
3866
3899
|
},
|
|
3867
3900
|
{
|
|
3868
3901
|
"kind": "method",
|
|
3869
|
-
"name": "
|
|
3870
|
-
|
|
3902
|
+
"name": "getValue"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"kind": "method",
|
|
3906
|
+
"name": "isPopup",
|
|
3871
3907
|
"return": {
|
|
3872
3908
|
"type": {
|
|
3873
3909
|
"text": "boolean"
|
|
3874
3910
|
}
|
|
3875
|
-
}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "method",
|
|
3915
|
+
"name": "changeHandler",
|
|
3876
3916
|
"parameters": [
|
|
3877
3917
|
{
|
|
3878
|
-
"name": "
|
|
3918
|
+
"name": "event"
|
|
3879
3919
|
}
|
|
3880
3920
|
]
|
|
3881
3921
|
},
|
|
3882
3922
|
{
|
|
3883
3923
|
"kind": "method",
|
|
3884
|
-
"name": "
|
|
3885
|
-
"privacy": "public"
|
|
3924
|
+
"name": "afterGuiAttached"
|
|
3886
3925
|
},
|
|
3887
3926
|
{
|
|
3888
|
-
"kind": "
|
|
3889
|
-
"name": "
|
|
3890
|
-
"readonly": true
|
|
3927
|
+
"kind": "method",
|
|
3928
|
+
"name": "isCancelBeforeStart"
|
|
3891
3929
|
},
|
|
3892
3930
|
{
|
|
3893
3931
|
"kind": "field",
|
|
@@ -4005,78 +4043,144 @@
|
|
|
4005
4043
|
"name": "FoundationElement",
|
|
4006
4044
|
"package": "@microsoft/fast-foundation"
|
|
4007
4045
|
},
|
|
4008
|
-
"tagName": "%%prefix%%-
|
|
4046
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4009
4047
|
"customElement": true
|
|
4010
4048
|
},
|
|
4011
4049
|
{
|
|
4012
4050
|
"kind": "variable",
|
|
4013
|
-
"name": "
|
|
4014
|
-
"
|
|
4051
|
+
"name": "agDateEditorStyles",
|
|
4052
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4053
|
+
"description": "The AG Select Renderer Styles.",
|
|
4015
4054
|
"privacy": "public"
|
|
4016
4055
|
},
|
|
4017
4056
|
{
|
|
4018
|
-
"kind": "
|
|
4019
|
-
"name": "
|
|
4020
|
-
"
|
|
4021
|
-
|
|
4057
|
+
"kind": "function",
|
|
4058
|
+
"name": "getDateEditorTemplate",
|
|
4059
|
+
"parameters": [
|
|
4060
|
+
{
|
|
4061
|
+
"name": "prefix",
|
|
4062
|
+
"default": "'foundation'",
|
|
4063
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4064
|
+
}
|
|
4065
|
+
],
|
|
4066
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4067
|
+
"return": {
|
|
4068
|
+
"type": {
|
|
4069
|
+
"text": ""
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
4022
4072
|
"privacy": "public"
|
|
4023
4073
|
},
|
|
4024
4074
|
{
|
|
4025
4075
|
"kind": "variable",
|
|
4026
|
-
"name": "
|
|
4027
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4076
|
+
"name": "foundationDateEditor",
|
|
4028
4077
|
"privacy": "public"
|
|
4029
4078
|
}
|
|
4030
4079
|
],
|
|
4031
4080
|
"exports": [
|
|
4032
4081
|
{
|
|
4033
4082
|
"kind": "js",
|
|
4034
|
-
"name": "
|
|
4083
|
+
"name": "DateEditor",
|
|
4035
4084
|
"declaration": {
|
|
4036
|
-
"name": "
|
|
4037
|
-
"module": "src/cell-
|
|
4085
|
+
"name": "DateEditor",
|
|
4086
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4038
4087
|
}
|
|
4039
4088
|
},
|
|
4040
4089
|
{
|
|
4041
4090
|
"kind": "js",
|
|
4042
|
-
"name": "
|
|
4091
|
+
"name": "agDateEditorStyles",
|
|
4043
4092
|
"declaration": {
|
|
4044
|
-
"name": "
|
|
4045
|
-
"module": "src/cell-
|
|
4093
|
+
"name": "agDateEditorStyles",
|
|
4094
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4046
4095
|
}
|
|
4047
4096
|
},
|
|
4048
4097
|
{
|
|
4049
4098
|
"kind": "js",
|
|
4050
|
-
"name": "
|
|
4099
|
+
"name": "getDateEditorTemplate",
|
|
4051
4100
|
"declaration": {
|
|
4052
|
-
"name": "
|
|
4053
|
-
"module": "src/cell-
|
|
4101
|
+
"name": "getDateEditorTemplate",
|
|
4102
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4054
4103
|
}
|
|
4055
4104
|
},
|
|
4056
4105
|
{
|
|
4057
4106
|
"kind": "js",
|
|
4058
|
-
"name": "
|
|
4107
|
+
"name": "foundationDateEditor",
|
|
4059
4108
|
"declaration": {
|
|
4060
|
-
"name": "
|
|
4061
|
-
"module": "src/cell-
|
|
4109
|
+
"name": "foundationDateEditor",
|
|
4110
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4062
4111
|
}
|
|
4063
4112
|
}
|
|
4064
4113
|
]
|
|
4065
4114
|
},
|
|
4066
4115
|
{
|
|
4067
4116
|
"kind": "javascript-module",
|
|
4068
|
-
"path": "src/cell-
|
|
4117
|
+
"path": "src/cell-editors/index.ts",
|
|
4118
|
+
"declarations": [],
|
|
4119
|
+
"exports": [
|
|
4120
|
+
{
|
|
4121
|
+
"kind": "js",
|
|
4122
|
+
"name": "*",
|
|
4123
|
+
"declaration": {
|
|
4124
|
+
"name": "*",
|
|
4125
|
+
"package": "./date.editor"
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"kind": "js",
|
|
4130
|
+
"name": "*",
|
|
4131
|
+
"declaration": {
|
|
4132
|
+
"name": "*",
|
|
4133
|
+
"package": "./multiselect.editor"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"kind": "js",
|
|
4138
|
+
"name": "*",
|
|
4139
|
+
"declaration": {
|
|
4140
|
+
"name": "*",
|
|
4141
|
+
"package": "./number.editor"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"kind": "js",
|
|
4146
|
+
"name": "*",
|
|
4147
|
+
"declaration": {
|
|
4148
|
+
"name": "*",
|
|
4149
|
+
"package": "./select.editor"
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"kind": "js",
|
|
4154
|
+
"name": "*",
|
|
4155
|
+
"declaration": {
|
|
4156
|
+
"name": "*",
|
|
4157
|
+
"package": "./string.editor"
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"kind": "javascript-module",
|
|
4164
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4069
4165
|
"declarations": [
|
|
4070
4166
|
{
|
|
4071
4167
|
"kind": "class",
|
|
4072
|
-
"description": "The
|
|
4073
|
-
"name": "
|
|
4168
|
+
"description": "The AG Multiselect Editor element.",
|
|
4169
|
+
"name": "MultiselectEditor",
|
|
4074
4170
|
"members": [
|
|
4075
4171
|
{
|
|
4076
4172
|
"kind": "field",
|
|
4077
4173
|
"name": "params",
|
|
4078
4174
|
"type": {
|
|
4079
|
-
"text": "
|
|
4175
|
+
"text": "MultiselectEditorParams"
|
|
4176
|
+
},
|
|
4177
|
+
"privacy": "public"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"kind": "field",
|
|
4181
|
+
"name": "selectedOptions",
|
|
4182
|
+
"type": {
|
|
4183
|
+
"text": "any[]"
|
|
4080
4184
|
},
|
|
4081
4185
|
"privacy": "public"
|
|
4082
4186
|
},
|
|
@@ -4088,7 +4192,7 @@
|
|
|
4088
4192
|
{
|
|
4089
4193
|
"name": "params",
|
|
4090
4194
|
"type": {
|
|
4091
|
-
"text": "
|
|
4195
|
+
"text": "MultiselectEditorParams"
|
|
4092
4196
|
}
|
|
4093
4197
|
}
|
|
4094
4198
|
]
|
|
@@ -4103,19 +4207,60 @@
|
|
|
4103
4207
|
}
|
|
4104
4208
|
}
|
|
4105
4209
|
},
|
|
4210
|
+
{
|
|
4211
|
+
"kind": "method",
|
|
4212
|
+
"name": "destroy",
|
|
4213
|
+
"privacy": "public",
|
|
4214
|
+
"return": {
|
|
4215
|
+
"type": {
|
|
4216
|
+
"text": "void"
|
|
4217
|
+
}
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4106
4220
|
{
|
|
4107
4221
|
"kind": "method",
|
|
4108
4222
|
"name": "refresh",
|
|
4109
4223
|
"privacy": "public",
|
|
4224
|
+
"return": {
|
|
4225
|
+
"type": {
|
|
4226
|
+
"text": "boolean"
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4110
4229
|
"parameters": [
|
|
4111
4230
|
{
|
|
4112
4231
|
"name": "params",
|
|
4113
4232
|
"type": {
|
|
4114
|
-
"text": "
|
|
4233
|
+
"text": "MultiselectEditorParams"
|
|
4115
4234
|
}
|
|
4116
4235
|
}
|
|
4117
4236
|
]
|
|
4118
4237
|
},
|
|
4238
|
+
{
|
|
4239
|
+
"kind": "method",
|
|
4240
|
+
"name": "getValue"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"kind": "method",
|
|
4244
|
+
"name": "isPopup",
|
|
4245
|
+
"return": {
|
|
4246
|
+
"type": {
|
|
4247
|
+
"text": "boolean"
|
|
4248
|
+
}
|
|
4249
|
+
}
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"kind": "method",
|
|
4253
|
+
"name": "changeHandler",
|
|
4254
|
+
"parameters": [
|
|
4255
|
+
{
|
|
4256
|
+
"name": "event"
|
|
4257
|
+
}
|
|
4258
|
+
]
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"kind": "method",
|
|
4262
|
+
"name": "isCancelBeforeStart"
|
|
4263
|
+
},
|
|
4119
4264
|
{
|
|
4120
4265
|
"kind": "field",
|
|
4121
4266
|
"name": "_presentation",
|
|
@@ -4232,133 +4377,115 @@
|
|
|
4232
4377
|
"name": "FoundationElement",
|
|
4233
4378
|
"package": "@microsoft/fast-foundation"
|
|
4234
4379
|
},
|
|
4235
|
-
"tagName": "%%prefix%%-
|
|
4380
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4236
4381
|
"customElement": true
|
|
4237
4382
|
},
|
|
4238
4383
|
{
|
|
4239
4384
|
"kind": "variable",
|
|
4240
|
-
"name": "
|
|
4241
|
-
"
|
|
4385
|
+
"name": "agMultiselectEditorStyles",
|
|
4386
|
+
"default": "css``",
|
|
4387
|
+
"description": "The AG Select Renderer Styles.",
|
|
4242
4388
|
"privacy": "public"
|
|
4243
4389
|
},
|
|
4244
4390
|
{
|
|
4245
4391
|
"kind": "function",
|
|
4246
|
-
"name": "
|
|
4392
|
+
"name": "getMultiselectEditorTemplate",
|
|
4393
|
+
"parameters": [
|
|
4394
|
+
{
|
|
4395
|
+
"name": "designSystem",
|
|
4396
|
+
"default": "'foundation'",
|
|
4397
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4398
|
+
}
|
|
4399
|
+
],
|
|
4400
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4247
4401
|
"return": {
|
|
4248
4402
|
"type": {
|
|
4249
4403
|
"text": ""
|
|
4250
4404
|
}
|
|
4251
4405
|
},
|
|
4252
|
-
"
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
},
|
|
4258
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4259
|
-
},
|
|
4260
|
-
{
|
|
4261
|
-
"name": "overrideDef",
|
|
4262
|
-
"default": "{}",
|
|
4263
|
-
"type": {
|
|
4264
|
-
"text": "ColDef"
|
|
4265
|
-
},
|
|
4266
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4267
|
-
},
|
|
4268
|
-
{
|
|
4269
|
-
"name": "customActionsOpenerName",
|
|
4270
|
-
"default": "'⋮'",
|
|
4271
|
-
"type": {
|
|
4272
|
-
"text": "string"
|
|
4273
|
-
},
|
|
4274
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4275
|
-
},
|
|
4276
|
-
{
|
|
4277
|
-
"name": "isVertical",
|
|
4278
|
-
"default": "false",
|
|
4279
|
-
"type": {
|
|
4280
|
-
"text": "boolean"
|
|
4281
|
-
},
|
|
4282
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4283
|
-
},
|
|
4284
|
-
{
|
|
4285
|
-
"name": "buttonAppearance",
|
|
4286
|
-
"optional": true,
|
|
4287
|
-
"type": {
|
|
4288
|
-
"text": "string"
|
|
4289
|
-
},
|
|
4290
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4291
|
-
}
|
|
4292
|
-
],
|
|
4293
|
-
"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).",
|
|
4406
|
+
"privacy": "public"
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"kind": "variable",
|
|
4410
|
+
"name": "foundationMultiselectEditor",
|
|
4294
4411
|
"privacy": "public"
|
|
4295
4412
|
}
|
|
4296
4413
|
],
|
|
4297
4414
|
"exports": [
|
|
4298
4415
|
{
|
|
4299
4416
|
"kind": "js",
|
|
4300
|
-
"name": "
|
|
4417
|
+
"name": "MultiselectEditor",
|
|
4301
4418
|
"declaration": {
|
|
4302
|
-
"name": "
|
|
4303
|
-
"module": "src/cell-
|
|
4419
|
+
"name": "MultiselectEditor",
|
|
4420
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4304
4421
|
}
|
|
4305
4422
|
},
|
|
4306
4423
|
{
|
|
4307
4424
|
"kind": "js",
|
|
4308
|
-
"name": "
|
|
4425
|
+
"name": "agMultiselectEditorStyles",
|
|
4309
4426
|
"declaration": {
|
|
4310
|
-
"name": "
|
|
4311
|
-
"module": "src/cell-
|
|
4427
|
+
"name": "agMultiselectEditorStyles",
|
|
4428
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4312
4429
|
}
|
|
4313
4430
|
},
|
|
4314
4431
|
{
|
|
4315
4432
|
"kind": "js",
|
|
4316
|
-
"name": "
|
|
4433
|
+
"name": "getMultiselectEditorTemplate",
|
|
4317
4434
|
"declaration": {
|
|
4318
|
-
"name": "
|
|
4319
|
-
"module": "src/cell-
|
|
4435
|
+
"name": "getMultiselectEditorTemplate",
|
|
4436
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"kind": "js",
|
|
4441
|
+
"name": "foundationMultiselectEditor",
|
|
4442
|
+
"declaration": {
|
|
4443
|
+
"name": "foundationMultiselectEditor",
|
|
4444
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4320
4445
|
}
|
|
4321
4446
|
}
|
|
4322
4447
|
]
|
|
4323
4448
|
},
|
|
4324
4449
|
{
|
|
4325
4450
|
"kind": "javascript-module",
|
|
4326
|
-
"path": "src/cell-
|
|
4451
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4327
4452
|
"declarations": [
|
|
4328
4453
|
{
|
|
4329
4454
|
"kind": "class",
|
|
4330
|
-
"description": "The AG
|
|
4331
|
-
"name": "
|
|
4455
|
+
"description": "The AG Number Editor element.",
|
|
4456
|
+
"name": "NumberEditor",
|
|
4332
4457
|
"members": [
|
|
4333
4458
|
{
|
|
4334
4459
|
"kind": "field",
|
|
4335
4460
|
"name": "params",
|
|
4336
4461
|
"type": {
|
|
4337
|
-
"text": "
|
|
4462
|
+
"text": "NumberEditorParams"
|
|
4338
4463
|
},
|
|
4339
4464
|
"privacy": "public"
|
|
4340
4465
|
},
|
|
4341
4466
|
{
|
|
4342
4467
|
"kind": "field",
|
|
4343
|
-
"name": "
|
|
4468
|
+
"name": "value",
|
|
4344
4469
|
"type": {
|
|
4345
|
-
"text": "
|
|
4346
|
-
}
|
|
4470
|
+
"text": "number"
|
|
4471
|
+
},
|
|
4472
|
+
"privacy": "public"
|
|
4347
4473
|
},
|
|
4348
4474
|
{
|
|
4349
|
-
"kind": "
|
|
4350
|
-
"name": "
|
|
4351
|
-
"
|
|
4352
|
-
|
|
4353
|
-
"type": {
|
|
4354
|
-
"text": "boolean"
|
|
4355
|
-
}
|
|
4475
|
+
"kind": "field",
|
|
4476
|
+
"name": "actualWidth",
|
|
4477
|
+
"type": {
|
|
4478
|
+
"text": "number"
|
|
4356
4479
|
},
|
|
4357
|
-
"
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4480
|
+
"privacy": "public"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"kind": "field",
|
|
4484
|
+
"name": "input",
|
|
4485
|
+
"type": {
|
|
4486
|
+
"text": "any"
|
|
4487
|
+
},
|
|
4488
|
+
"privacy": "public"
|
|
4362
4489
|
},
|
|
4363
4490
|
{
|
|
4364
4491
|
"kind": "method",
|
|
@@ -4368,7 +4495,7 @@
|
|
|
4368
4495
|
{
|
|
4369
4496
|
"name": "params",
|
|
4370
4497
|
"type": {
|
|
4371
|
-
"text": "
|
|
4498
|
+
"text": "NumberEditorParams"
|
|
4372
4499
|
}
|
|
4373
4500
|
}
|
|
4374
4501
|
]
|
|
@@ -4383,20 +4510,20 @@
|
|
|
4383
4510
|
}
|
|
4384
4511
|
}
|
|
4385
4512
|
},
|
|
4386
|
-
{
|
|
4387
|
-
"kind": "method",
|
|
4388
|
-
"name": "destroy",
|
|
4389
|
-
"privacy": "public"
|
|
4390
|
-
},
|
|
4391
4513
|
{
|
|
4392
4514
|
"kind": "method",
|
|
4393
4515
|
"name": "refresh",
|
|
4394
4516
|
"privacy": "public",
|
|
4517
|
+
"return": {
|
|
4518
|
+
"type": {
|
|
4519
|
+
"text": "boolean"
|
|
4520
|
+
}
|
|
4521
|
+
},
|
|
4395
4522
|
"parameters": [
|
|
4396
4523
|
{
|
|
4397
4524
|
"name": "params",
|
|
4398
4525
|
"type": {
|
|
4399
|
-
"text": "
|
|
4526
|
+
"text": "NumberEditorParams"
|
|
4400
4527
|
}
|
|
4401
4528
|
}
|
|
4402
4529
|
]
|
|
@@ -4405,6 +4532,28 @@
|
|
|
4405
4532
|
"kind": "method",
|
|
4406
4533
|
"name": "getValue"
|
|
4407
4534
|
},
|
|
4535
|
+
{
|
|
4536
|
+
"kind": "method",
|
|
4537
|
+
"name": "isPopup",
|
|
4538
|
+
"return": {
|
|
4539
|
+
"type": {
|
|
4540
|
+
"text": "boolean"
|
|
4541
|
+
}
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"kind": "method",
|
|
4546
|
+
"name": "afterGuiAttached"
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"kind": "method",
|
|
4550
|
+
"name": "changeHandler",
|
|
4551
|
+
"parameters": [
|
|
4552
|
+
{
|
|
4553
|
+
"name": "event"
|
|
4554
|
+
}
|
|
4555
|
+
]
|
|
4556
|
+
},
|
|
4408
4557
|
{
|
|
4409
4558
|
"kind": "method",
|
|
4410
4559
|
"name": "isCancelBeforeStart"
|
|
@@ -4525,19 +4674,19 @@
|
|
|
4525
4674
|
"name": "FoundationElement",
|
|
4526
4675
|
"package": "@microsoft/fast-foundation"
|
|
4527
4676
|
},
|
|
4528
|
-
"tagName": "%%prefix%%-
|
|
4677
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4529
4678
|
"customElement": true
|
|
4530
4679
|
},
|
|
4531
4680
|
{
|
|
4532
4681
|
"kind": "variable",
|
|
4533
|
-
"name": "
|
|
4534
|
-
"default": "css`\n :host {\n
|
|
4535
|
-
"description": "The AG
|
|
4682
|
+
"name": "agNumberEditorStyles",
|
|
4683
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4684
|
+
"description": "The AG Number Editor Styles.",
|
|
4536
4685
|
"privacy": "public"
|
|
4537
4686
|
},
|
|
4538
4687
|
{
|
|
4539
4688
|
"kind": "function",
|
|
4540
|
-
"name": "
|
|
4689
|
+
"name": "getNumberEditorTemplate",
|
|
4541
4690
|
"parameters": [
|
|
4542
4691
|
{
|
|
4543
4692
|
"name": "designSystem",
|
|
@@ -4545,7 +4694,7 @@
|
|
|
4545
4694
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4546
4695
|
}
|
|
4547
4696
|
],
|
|
4548
|
-
"description": "Get a Design System prefixed
|
|
4697
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4549
4698
|
"return": {
|
|
4550
4699
|
"type": {
|
|
4551
4700
|
"text": ""
|
|
@@ -4555,61 +4704,85 @@
|
|
|
4555
4704
|
},
|
|
4556
4705
|
{
|
|
4557
4706
|
"kind": "variable",
|
|
4558
|
-
"name": "
|
|
4559
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4707
|
+
"name": "foundationNumberEditor",
|
|
4560
4708
|
"privacy": "public"
|
|
4561
4709
|
}
|
|
4562
4710
|
],
|
|
4563
4711
|
"exports": [
|
|
4564
4712
|
{
|
|
4565
4713
|
"kind": "js",
|
|
4566
|
-
"name": "
|
|
4714
|
+
"name": "NumberEditor",
|
|
4567
4715
|
"declaration": {
|
|
4568
|
-
"name": "
|
|
4569
|
-
"module": "src/cell-
|
|
4716
|
+
"name": "NumberEditor",
|
|
4717
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4570
4718
|
}
|
|
4571
4719
|
},
|
|
4572
4720
|
{
|
|
4573
4721
|
"kind": "js",
|
|
4574
|
-
"name": "
|
|
4722
|
+
"name": "agNumberEditorStyles",
|
|
4575
4723
|
"declaration": {
|
|
4576
|
-
"name": "
|
|
4577
|
-
"module": "src/cell-
|
|
4724
|
+
"name": "agNumberEditorStyles",
|
|
4725
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4578
4726
|
}
|
|
4579
4727
|
},
|
|
4580
4728
|
{
|
|
4581
4729
|
"kind": "js",
|
|
4582
|
-
"name": "
|
|
4730
|
+
"name": "getNumberEditorTemplate",
|
|
4583
4731
|
"declaration": {
|
|
4584
|
-
"name": "
|
|
4585
|
-
"module": "src/cell-
|
|
4732
|
+
"name": "getNumberEditorTemplate",
|
|
4733
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4586
4734
|
}
|
|
4587
4735
|
},
|
|
4588
4736
|
{
|
|
4589
4737
|
"kind": "js",
|
|
4590
|
-
"name": "
|
|
4738
|
+
"name": "foundationNumberEditor",
|
|
4591
4739
|
"declaration": {
|
|
4592
|
-
"name": "
|
|
4593
|
-
"module": "src/cell-
|
|
4740
|
+
"name": "foundationNumberEditor",
|
|
4741
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4594
4742
|
}
|
|
4595
4743
|
}
|
|
4596
4744
|
]
|
|
4597
4745
|
},
|
|
4598
4746
|
{
|
|
4599
4747
|
"kind": "javascript-module",
|
|
4600
|
-
"path": "src/cell-
|
|
4748
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4601
4749
|
"declarations": [
|
|
4602
4750
|
{
|
|
4603
4751
|
"kind": "class",
|
|
4604
|
-
"description": "The AG
|
|
4605
|
-
"name": "
|
|
4752
|
+
"description": "The AG Select Editor element.",
|
|
4753
|
+
"name": "SelectEditor",
|
|
4606
4754
|
"members": [
|
|
4607
4755
|
{
|
|
4608
4756
|
"kind": "field",
|
|
4609
|
-
"name": "
|
|
4757
|
+
"name": "params",
|
|
4758
|
+
"type": {
|
|
4759
|
+
"text": "SelectEditorParams"
|
|
4760
|
+
},
|
|
4761
|
+
"privacy": "public"
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"kind": "field",
|
|
4765
|
+
"name": "value",
|
|
4610
4766
|
"type": {
|
|
4611
4767
|
"text": "string"
|
|
4612
|
-
}
|
|
4768
|
+
},
|
|
4769
|
+
"privacy": "public"
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"kind": "field",
|
|
4773
|
+
"name": "actualWidth",
|
|
4774
|
+
"type": {
|
|
4775
|
+
"text": "number"
|
|
4776
|
+
},
|
|
4777
|
+
"privacy": "public"
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"kind": "field",
|
|
4781
|
+
"name": "combobox",
|
|
4782
|
+
"type": {
|
|
4783
|
+
"text": "any"
|
|
4784
|
+
},
|
|
4785
|
+
"privacy": "public"
|
|
4613
4786
|
},
|
|
4614
4787
|
{
|
|
4615
4788
|
"kind": "method",
|
|
@@ -4619,7 +4792,7 @@
|
|
|
4619
4792
|
{
|
|
4620
4793
|
"name": "params",
|
|
4621
4794
|
"type": {
|
|
4622
|
-
"text": "
|
|
4795
|
+
"text": "SelectEditorParams"
|
|
4623
4796
|
}
|
|
4624
4797
|
}
|
|
4625
4798
|
]
|
|
@@ -4638,37 +4811,72 @@
|
|
|
4638
4811
|
"kind": "method",
|
|
4639
4812
|
"name": "refresh",
|
|
4640
4813
|
"privacy": "public",
|
|
4814
|
+
"return": {
|
|
4815
|
+
"type": {
|
|
4816
|
+
"text": "boolean"
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
4641
4819
|
"parameters": [
|
|
4642
4820
|
{
|
|
4643
4821
|
"name": "params",
|
|
4644
4822
|
"type": {
|
|
4645
|
-
"text": "
|
|
4823
|
+
"text": "SelectEditorParams"
|
|
4646
4824
|
}
|
|
4647
4825
|
}
|
|
4648
4826
|
]
|
|
4649
4827
|
},
|
|
4650
4828
|
{
|
|
4651
|
-
"kind": "
|
|
4652
|
-
"name": "
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4829
|
+
"kind": "method",
|
|
4830
|
+
"name": "getValue"
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"kind": "method",
|
|
4834
|
+
"name": "isPopup",
|
|
4835
|
+
"return": {
|
|
4836
|
+
"type": {
|
|
4837
|
+
"text": "boolean"
|
|
4838
|
+
}
|
|
4661
4839
|
}
|
|
4662
4840
|
},
|
|
4663
4841
|
{
|
|
4664
|
-
"kind": "
|
|
4665
|
-
"name": "
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
"
|
|
4670
|
-
"
|
|
4671
|
-
|
|
4842
|
+
"kind": "method",
|
|
4843
|
+
"name": "afterGuiAttached"
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "method",
|
|
4847
|
+
"name": "changeHandler",
|
|
4848
|
+
"parameters": [
|
|
4849
|
+
{
|
|
4850
|
+
"name": "event"
|
|
4851
|
+
}
|
|
4852
|
+
]
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"kind": "method",
|
|
4856
|
+
"name": "isCancelBeforeStart"
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"kind": "field",
|
|
4860
|
+
"name": "_presentation",
|
|
4861
|
+
"type": {
|
|
4862
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4863
|
+
},
|
|
4864
|
+
"privacy": "private",
|
|
4865
|
+
"default": "void 0",
|
|
4866
|
+
"inheritedFrom": {
|
|
4867
|
+
"name": "FoundationElement",
|
|
4868
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"kind": "field",
|
|
4873
|
+
"name": "$presentation",
|
|
4874
|
+
"type": {
|
|
4875
|
+
"text": "ComponentPresentation | null"
|
|
4876
|
+
},
|
|
4877
|
+
"privacy": "public",
|
|
4878
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4879
|
+
"inheritedFrom": {
|
|
4672
4880
|
"name": "FoundationElement",
|
|
4673
4881
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4674
4882
|
}
|
|
@@ -4763,19 +4971,19 @@
|
|
|
4763
4971
|
"name": "FoundationElement",
|
|
4764
4972
|
"package": "@microsoft/fast-foundation"
|
|
4765
4973
|
},
|
|
4766
|
-
"tagName": "%%prefix%%-
|
|
4974
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4767
4975
|
"customElement": true
|
|
4768
4976
|
},
|
|
4769
4977
|
{
|
|
4770
4978
|
"kind": "variable",
|
|
4771
|
-
"name": "
|
|
4772
|
-
"default": "css
|
|
4773
|
-
"description": "The AG
|
|
4979
|
+
"name": "agSelectEditorStyles",
|
|
4980
|
+
"default": "css``",
|
|
4981
|
+
"description": "The AG Select Renderer Styles.",
|
|
4774
4982
|
"privacy": "public"
|
|
4775
4983
|
},
|
|
4776
4984
|
{
|
|
4777
4985
|
"kind": "function",
|
|
4778
|
-
"name": "
|
|
4986
|
+
"name": "getSelectEditorTemplate",
|
|
4779
4987
|
"parameters": [
|
|
4780
4988
|
{
|
|
4781
4989
|
"name": "designSystem",
|
|
@@ -4783,7 +4991,7 @@
|
|
|
4783
4991
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4784
4992
|
}
|
|
4785
4993
|
],
|
|
4786
|
-
"description": "Get a Design System prefixed
|
|
4994
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4787
4995
|
"return": {
|
|
4788
4996
|
"type": {
|
|
4789
4997
|
"text": ""
|
|
@@ -4793,88 +5001,83 @@
|
|
|
4793
5001
|
},
|
|
4794
5002
|
{
|
|
4795
5003
|
"kind": "variable",
|
|
4796
|
-
"name": "
|
|
4797
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5004
|
+
"name": "foundationSelectEditor",
|
|
4798
5005
|
"privacy": "public"
|
|
4799
5006
|
}
|
|
4800
5007
|
],
|
|
4801
5008
|
"exports": [
|
|
4802
5009
|
{
|
|
4803
5010
|
"kind": "js",
|
|
4804
|
-
"name": "
|
|
5011
|
+
"name": "SelectEditor",
|
|
4805
5012
|
"declaration": {
|
|
4806
|
-
"name": "
|
|
4807
|
-
"module": "src/cell-
|
|
5013
|
+
"name": "SelectEditor",
|
|
5014
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4808
5015
|
}
|
|
4809
5016
|
},
|
|
4810
5017
|
{
|
|
4811
5018
|
"kind": "js",
|
|
4812
|
-
"name": "
|
|
5019
|
+
"name": "agSelectEditorStyles",
|
|
4813
5020
|
"declaration": {
|
|
4814
|
-
"name": "
|
|
4815
|
-
"module": "src/cell-
|
|
5021
|
+
"name": "agSelectEditorStyles",
|
|
5022
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4816
5023
|
}
|
|
4817
5024
|
},
|
|
4818
5025
|
{
|
|
4819
5026
|
"kind": "js",
|
|
4820
|
-
"name": "
|
|
5027
|
+
"name": "getSelectEditorTemplate",
|
|
4821
5028
|
"declaration": {
|
|
4822
|
-
"name": "
|
|
4823
|
-
"module": "src/cell-
|
|
5029
|
+
"name": "getSelectEditorTemplate",
|
|
5030
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4824
5031
|
}
|
|
4825
5032
|
},
|
|
4826
5033
|
{
|
|
4827
5034
|
"kind": "js",
|
|
4828
|
-
"name": "
|
|
5035
|
+
"name": "foundationSelectEditor",
|
|
4829
5036
|
"declaration": {
|
|
4830
|
-
"name": "
|
|
4831
|
-
"module": "src/cell-
|
|
5037
|
+
"name": "foundationSelectEditor",
|
|
5038
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4832
5039
|
}
|
|
4833
5040
|
}
|
|
4834
5041
|
]
|
|
4835
5042
|
},
|
|
4836
5043
|
{
|
|
4837
5044
|
"kind": "javascript-module",
|
|
4838
|
-
"path": "src/cell-
|
|
5045
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4839
5046
|
"declarations": [
|
|
4840
5047
|
{
|
|
4841
|
-
"kind": "
|
|
4842
|
-
"
|
|
4843
|
-
"
|
|
4844
|
-
"
|
|
4845
|
-
"privacy": "public"
|
|
4846
|
-
},
|
|
4847
|
-
{
|
|
4848
|
-
"kind": "function",
|
|
4849
|
-
"name": "getIconRendererTemplate",
|
|
4850
|
-
"parameters": [
|
|
5048
|
+
"kind": "class",
|
|
5049
|
+
"description": "The AG String Editor element.",
|
|
5050
|
+
"name": "StringEditor",
|
|
5051
|
+
"members": [
|
|
4851
5052
|
{
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
5053
|
+
"kind": "field",
|
|
5054
|
+
"name": "params",
|
|
5055
|
+
"type": {
|
|
5056
|
+
"text": "StringEditorParams"
|
|
5057
|
+
},
|
|
5058
|
+
"privacy": "public"
|
|
5059
|
+
},
|
|
5060
|
+
{
|
|
5061
|
+
"kind": "field",
|
|
5062
|
+
"name": "value",
|
|
4854
5063
|
"type": {
|
|
4855
5064
|
"text": "string"
|
|
4856
5065
|
},
|
|
4857
|
-
"
|
|
4858
|
-
}
|
|
4859
|
-
],
|
|
4860
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
4861
|
-
"return": {
|
|
4862
|
-
"type": {
|
|
4863
|
-
"text": ""
|
|
4864
|
-
}
|
|
4865
|
-
},
|
|
4866
|
-
"privacy": "public"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"kind": "class",
|
|
4870
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4871
|
-
"name": "IconRenderer",
|
|
4872
|
-
"members": [
|
|
5066
|
+
"privacy": "public"
|
|
5067
|
+
},
|
|
4873
5068
|
{
|
|
4874
5069
|
"kind": "field",
|
|
4875
|
-
"name": "
|
|
5070
|
+
"name": "actualWidth",
|
|
4876
5071
|
"type": {
|
|
4877
|
-
"text": "
|
|
5072
|
+
"text": "number"
|
|
5073
|
+
},
|
|
5074
|
+
"privacy": "public"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"kind": "field",
|
|
5078
|
+
"name": "input",
|
|
5079
|
+
"type": {
|
|
5080
|
+
"text": "any"
|
|
4878
5081
|
},
|
|
4879
5082
|
"privacy": "public"
|
|
4880
5083
|
},
|
|
@@ -4886,7 +5089,7 @@
|
|
|
4886
5089
|
{
|
|
4887
5090
|
"name": "params",
|
|
4888
5091
|
"type": {
|
|
4889
|
-
"text": "
|
|
5092
|
+
"text": "StringEditorParams"
|
|
4890
5093
|
}
|
|
4891
5094
|
}
|
|
4892
5095
|
]
|
|
@@ -4904,21 +5107,51 @@
|
|
|
4904
5107
|
{
|
|
4905
5108
|
"kind": "method",
|
|
4906
5109
|
"name": "refresh",
|
|
5110
|
+
"privacy": "public",
|
|
5111
|
+
"return": {
|
|
5112
|
+
"type": {
|
|
5113
|
+
"text": "boolean"
|
|
5114
|
+
}
|
|
5115
|
+
},
|
|
4907
5116
|
"parameters": [
|
|
4908
5117
|
{
|
|
4909
|
-
"name": "params"
|
|
5118
|
+
"name": "params",
|
|
5119
|
+
"type": {
|
|
5120
|
+
"text": "StringEditorParams"
|
|
5121
|
+
}
|
|
4910
5122
|
}
|
|
4911
5123
|
]
|
|
4912
5124
|
},
|
|
4913
5125
|
{
|
|
4914
5126
|
"kind": "method",
|
|
4915
|
-
"name": "
|
|
5127
|
+
"name": "getValue"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"kind": "method",
|
|
5131
|
+
"name": "isPopup",
|
|
4916
5132
|
"return": {
|
|
4917
5133
|
"type": {
|
|
4918
|
-
"text": "
|
|
5134
|
+
"text": "boolean"
|
|
4919
5135
|
}
|
|
4920
5136
|
}
|
|
4921
5137
|
},
|
|
5138
|
+
{
|
|
5139
|
+
"kind": "method",
|
|
5140
|
+
"name": "afterGuiAttached"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "method",
|
|
5144
|
+
"name": "changeHandler",
|
|
5145
|
+
"parameters": [
|
|
5146
|
+
{
|
|
5147
|
+
"name": "event"
|
|
5148
|
+
}
|
|
5149
|
+
]
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"kind": "method",
|
|
5153
|
+
"name": "isCancelBeforeStart"
|
|
5154
|
+
},
|
|
4922
5155
|
{
|
|
4923
5156
|
"kind": "field",
|
|
4924
5157
|
"name": "_presentation",
|
|
@@ -5034,151 +5267,98 @@
|
|
|
5034
5267
|
"superclass": {
|
|
5035
5268
|
"name": "FoundationElement",
|
|
5036
5269
|
"package": "@microsoft/fast-foundation"
|
|
5037
|
-
}
|
|
5270
|
+
},
|
|
5271
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5272
|
+
"customElement": true
|
|
5038
5273
|
},
|
|
5039
5274
|
{
|
|
5040
5275
|
"kind": "variable",
|
|
5041
|
-
"name": "
|
|
5042
|
-
"
|
|
5276
|
+
"name": "agStringEditorStyles",
|
|
5277
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5278
|
+
"description": "The AG String Renderer Styles.",
|
|
5043
5279
|
"privacy": "public"
|
|
5044
|
-
}
|
|
5045
|
-
],
|
|
5046
|
-
"exports": [
|
|
5047
|
-
{
|
|
5048
|
-
"kind": "js",
|
|
5049
|
-
"name": "agIconRendererStyles",
|
|
5050
|
-
"declaration": {
|
|
5051
|
-
"name": "agIconRendererStyles",
|
|
5052
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5053
|
-
}
|
|
5054
5280
|
},
|
|
5055
5281
|
{
|
|
5056
|
-
"kind": "
|
|
5057
|
-
"name": "
|
|
5058
|
-
"
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
"
|
|
5066
|
-
"
|
|
5067
|
-
"
|
|
5068
|
-
|
|
5069
|
-
|
|
5282
|
+
"kind": "function",
|
|
5283
|
+
"name": "getStringEditorTemplate",
|
|
5284
|
+
"parameters": [
|
|
5285
|
+
{
|
|
5286
|
+
"name": "designSystem",
|
|
5287
|
+
"default": "'foundation'",
|
|
5288
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"description": "Get a Design System prefixed String template.",
|
|
5292
|
+
"return": {
|
|
5293
|
+
"type": {
|
|
5294
|
+
"text": ""
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
"privacy": "public"
|
|
5070
5298
|
},
|
|
5071
5299
|
{
|
|
5072
|
-
"kind": "
|
|
5073
|
-
"name": "
|
|
5074
|
-
"
|
|
5075
|
-
"name": "foundationIconRenderer",
|
|
5076
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5077
|
-
}
|
|
5300
|
+
"kind": "variable",
|
|
5301
|
+
"name": "foundationStringEditor",
|
|
5302
|
+
"privacy": "public"
|
|
5078
5303
|
}
|
|
5079
|
-
]
|
|
5080
|
-
},
|
|
5081
|
-
{
|
|
5082
|
-
"kind": "javascript-module",
|
|
5083
|
-
"path": "src/cell-renderers/index.ts",
|
|
5084
|
-
"declarations": [],
|
|
5304
|
+
],
|
|
5085
5305
|
"exports": [
|
|
5086
5306
|
{
|
|
5087
5307
|
"kind": "js",
|
|
5088
|
-
"name": "
|
|
5089
|
-
"declaration": {
|
|
5090
|
-
"name": "*",
|
|
5091
|
-
"package": "./action.renderer"
|
|
5092
|
-
}
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
"kind": "js",
|
|
5096
|
-
"name": "*",
|
|
5097
|
-
"declaration": {
|
|
5098
|
-
"name": "*",
|
|
5099
|
-
"package": "./actions-menu.renderer"
|
|
5100
|
-
}
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"kind": "js",
|
|
5104
|
-
"name": "*",
|
|
5105
|
-
"declaration": {
|
|
5106
|
-
"name": "*",
|
|
5107
|
-
"package": "./boolean.renderer"
|
|
5108
|
-
}
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"kind": "js",
|
|
5112
|
-
"name": "*",
|
|
5113
|
-
"declaration": {
|
|
5114
|
-
"name": "*",
|
|
5115
|
-
"package": "./editable.renderer"
|
|
5116
|
-
}
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"kind": "js",
|
|
5120
|
-
"name": "*",
|
|
5121
|
-
"declaration": {
|
|
5122
|
-
"name": "*",
|
|
5123
|
-
"package": "./icon.renderer"
|
|
5124
|
-
}
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"kind": "js",
|
|
5128
|
-
"name": "*",
|
|
5308
|
+
"name": "StringEditor",
|
|
5129
5309
|
"declaration": {
|
|
5130
|
-
"name": "
|
|
5131
|
-
"
|
|
5310
|
+
"name": "StringEditor",
|
|
5311
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5132
5312
|
}
|
|
5133
5313
|
},
|
|
5134
5314
|
{
|
|
5135
5315
|
"kind": "js",
|
|
5136
|
-
"name": "
|
|
5316
|
+
"name": "agStringEditorStyles",
|
|
5137
5317
|
"declaration": {
|
|
5138
|
-
"name": "
|
|
5139
|
-
"
|
|
5318
|
+
"name": "agStringEditorStyles",
|
|
5319
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5140
5320
|
}
|
|
5141
5321
|
},
|
|
5142
5322
|
{
|
|
5143
5323
|
"kind": "js",
|
|
5144
|
-
"name": "
|
|
5324
|
+
"name": "getStringEditorTemplate",
|
|
5145
5325
|
"declaration": {
|
|
5146
|
-
"name": "
|
|
5147
|
-
"
|
|
5326
|
+
"name": "getStringEditorTemplate",
|
|
5327
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5148
5328
|
}
|
|
5149
5329
|
},
|
|
5150
5330
|
{
|
|
5151
5331
|
"kind": "js",
|
|
5152
|
-
"name": "
|
|
5332
|
+
"name": "foundationStringEditor",
|
|
5153
5333
|
"declaration": {
|
|
5154
|
-
"name": "
|
|
5155
|
-
"
|
|
5334
|
+
"name": "foundationStringEditor",
|
|
5335
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5156
5336
|
}
|
|
5157
5337
|
}
|
|
5158
5338
|
]
|
|
5159
5339
|
},
|
|
5160
5340
|
{
|
|
5161
5341
|
"kind": "javascript-module",
|
|
5162
|
-
"path": "src/cell-renderers/
|
|
5342
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5163
5343
|
"declarations": [
|
|
5164
5344
|
{
|
|
5165
5345
|
"kind": "class",
|
|
5166
|
-
"description": "The AG
|
|
5167
|
-
"name": "
|
|
5346
|
+
"description": "The AG Action Renderer element.",
|
|
5347
|
+
"name": "ActionRenderer",
|
|
5168
5348
|
"members": [
|
|
5169
5349
|
{
|
|
5170
5350
|
"kind": "field",
|
|
5171
5351
|
"name": "params",
|
|
5172
5352
|
"type": {
|
|
5173
|
-
"text": "
|
|
5353
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5174
5354
|
},
|
|
5175
5355
|
"privacy": "public"
|
|
5176
5356
|
},
|
|
5177
5357
|
{
|
|
5178
5358
|
"kind": "field",
|
|
5179
|
-
"name": "
|
|
5359
|
+
"name": "pendingAction",
|
|
5180
5360
|
"type": {
|
|
5181
|
-
"text": "
|
|
5361
|
+
"text": "boolean"
|
|
5182
5362
|
},
|
|
5183
5363
|
"privacy": "public"
|
|
5184
5364
|
},
|
|
@@ -5190,7 +5370,7 @@
|
|
|
5190
5370
|
{
|
|
5191
5371
|
"name": "params",
|
|
5192
5372
|
"type": {
|
|
5193
|
-
"text": "
|
|
5373
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5194
5374
|
}
|
|
5195
5375
|
}
|
|
5196
5376
|
]
|
|
@@ -5205,39 +5385,19 @@
|
|
|
5205
5385
|
}
|
|
5206
5386
|
}
|
|
5207
5387
|
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "method",
|
|
5210
|
-
"name": "destroy",
|
|
5211
|
-
"privacy": "public",
|
|
5212
|
-
"return": {
|
|
5213
|
-
"type": {
|
|
5214
|
-
"text": "void"
|
|
5215
|
-
}
|
|
5216
|
-
}
|
|
5217
|
-
},
|
|
5218
5388
|
{
|
|
5219
5389
|
"kind": "method",
|
|
5220
5390
|
"name": "refresh",
|
|
5221
5391
|
"privacy": "public",
|
|
5222
|
-
"return": {
|
|
5223
|
-
"type": {
|
|
5224
|
-
"text": "boolean"
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
5392
|
"parameters": [
|
|
5228
5393
|
{
|
|
5229
5394
|
"name": "params",
|
|
5230
5395
|
"type": {
|
|
5231
|
-
"text": "
|
|
5396
|
+
"text": "ICellRendererParams"
|
|
5232
5397
|
}
|
|
5233
5398
|
}
|
|
5234
5399
|
]
|
|
5235
5400
|
},
|
|
5236
|
-
{
|
|
5237
|
-
"kind": "field",
|
|
5238
|
-
"name": "selectionChanged",
|
|
5239
|
-
"privacy": "public"
|
|
5240
|
-
},
|
|
5241
5401
|
{
|
|
5242
5402
|
"kind": "method",
|
|
5243
5403
|
"name": "isDisabled",
|
|
@@ -5253,6 +5413,16 @@
|
|
|
5253
5413
|
}
|
|
5254
5414
|
]
|
|
5255
5415
|
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "method",
|
|
5418
|
+
"name": "clickHandler",
|
|
5419
|
+
"privacy": "public"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "field",
|
|
5423
|
+
"name": "dataTestId",
|
|
5424
|
+
"readonly": true
|
|
5425
|
+
},
|
|
5256
5426
|
{
|
|
5257
5427
|
"kind": "field",
|
|
5258
5428
|
"name": "_presentation",
|
|
@@ -5369,157 +5539,117 @@
|
|
|
5369
5539
|
"name": "FoundationElement",
|
|
5370
5540
|
"package": "@microsoft/fast-foundation"
|
|
5371
5541
|
},
|
|
5372
|
-
"tagName": "%%prefix%%-
|
|
5542
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5373
5543
|
"customElement": true
|
|
5374
5544
|
},
|
|
5375
5545
|
{
|
|
5376
5546
|
"kind": "variable",
|
|
5377
|
-
"name": "
|
|
5378
|
-
"
|
|
5379
|
-
"description": "The AG Select Renderer Styles.",
|
|
5547
|
+
"name": "actionHeightMultiplier",
|
|
5548
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5380
5549
|
"privacy": "public"
|
|
5381
5550
|
},
|
|
5382
5551
|
{
|
|
5383
|
-
"kind": "
|
|
5384
|
-
"name": "
|
|
5385
|
-
"
|
|
5386
|
-
|
|
5387
|
-
"name": "designSystem",
|
|
5388
|
-
"default": "'foundation'",
|
|
5389
|
-
"type": {
|
|
5390
|
-
"text": "string"
|
|
5391
|
-
},
|
|
5392
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5393
|
-
}
|
|
5394
|
-
],
|
|
5395
|
-
"description": "Get a Design System prefixed Select template.",
|
|
5396
|
-
"return": {
|
|
5397
|
-
"type": {
|
|
5398
|
-
"text": ""
|
|
5399
|
-
}
|
|
5400
|
-
},
|
|
5552
|
+
"kind": "variable",
|
|
5553
|
+
"name": "agActionRendererStyles",
|
|
5554
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5555
|
+
"description": "The AG Action Renderer Styles.",
|
|
5401
5556
|
"privacy": "public"
|
|
5402
5557
|
},
|
|
5403
5558
|
{
|
|
5404
5559
|
"kind": "variable",
|
|
5405
|
-
"name": "
|
|
5406
|
-
"description": "A function that returns a Foundation
|
|
5560
|
+
"name": "foundationGridProActionRenderer",
|
|
5561
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5407
5562
|
"privacy": "public"
|
|
5408
5563
|
}
|
|
5409
5564
|
],
|
|
5410
5565
|
"exports": [
|
|
5411
5566
|
{
|
|
5412
5567
|
"kind": "js",
|
|
5413
|
-
"name": "
|
|
5568
|
+
"name": "ActionRenderer",
|
|
5414
5569
|
"declaration": {
|
|
5415
|
-
"name": "
|
|
5416
|
-
"module": "src/cell-renderers/
|
|
5570
|
+
"name": "ActionRenderer",
|
|
5571
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5417
5572
|
}
|
|
5418
5573
|
},
|
|
5419
5574
|
{
|
|
5420
5575
|
"kind": "js",
|
|
5421
|
-
"name": "
|
|
5576
|
+
"name": "actionHeightMultiplier",
|
|
5422
5577
|
"declaration": {
|
|
5423
|
-
"name": "
|
|
5424
|
-
"module": "src/cell-renderers/
|
|
5578
|
+
"name": "actionHeightMultiplier",
|
|
5579
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5425
5580
|
}
|
|
5426
5581
|
},
|
|
5427
5582
|
{
|
|
5428
5583
|
"kind": "js",
|
|
5429
|
-
"name": "
|
|
5584
|
+
"name": "agActionRendererStyles",
|
|
5430
5585
|
"declaration": {
|
|
5431
|
-
"name": "
|
|
5432
|
-
"module": "src/cell-renderers/
|
|
5586
|
+
"name": "agActionRendererStyles",
|
|
5587
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5433
5588
|
}
|
|
5434
5589
|
},
|
|
5435
5590
|
{
|
|
5436
5591
|
"kind": "js",
|
|
5437
|
-
"name": "
|
|
5592
|
+
"name": "foundationGridProActionRenderer",
|
|
5438
5593
|
"declaration": {
|
|
5439
|
-
"name": "
|
|
5440
|
-
"module": "src/cell-renderers/
|
|
5594
|
+
"name": "foundationGridProActionRenderer",
|
|
5595
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5441
5596
|
}
|
|
5442
5597
|
}
|
|
5443
5598
|
]
|
|
5444
5599
|
},
|
|
5445
5600
|
{
|
|
5446
5601
|
"kind": "javascript-module",
|
|
5447
|
-
"path": "src/cell-renderers/
|
|
5602
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5448
5603
|
"declarations": [
|
|
5449
|
-
{
|
|
5450
|
-
"kind": "variable",
|
|
5451
|
-
"name": "agStatusPillRendererStyles",
|
|
5452
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5453
|
-
"description": "The Status Pill Renderer Styles.",
|
|
5454
|
-
"privacy": "public"
|
|
5455
|
-
},
|
|
5456
|
-
{
|
|
5457
|
-
"kind": "function",
|
|
5458
|
-
"name": "getStatusPillRendererTemplate",
|
|
5459
|
-
"parameters": [
|
|
5460
|
-
{
|
|
5461
|
-
"name": "designSystem",
|
|
5462
|
-
"default": "'rapid'",
|
|
5463
|
-
"type": {
|
|
5464
|
-
"text": "string"
|
|
5465
|
-
},
|
|
5466
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5467
|
-
}
|
|
5468
|
-
],
|
|
5469
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
5470
|
-
"return": {
|
|
5471
|
-
"type": {
|
|
5472
|
-
"text": ""
|
|
5473
|
-
}
|
|
5474
|
-
},
|
|
5475
|
-
"privacy": "public"
|
|
5476
|
-
},
|
|
5477
5604
|
{
|
|
5478
5605
|
"kind": "class",
|
|
5479
|
-
"description": "The
|
|
5480
|
-
"name": "
|
|
5606
|
+
"description": "The Actions Menu Renderer element.",
|
|
5607
|
+
"name": "ActionsMenuRenderer",
|
|
5481
5608
|
"members": [
|
|
5482
5609
|
{
|
|
5483
5610
|
"kind": "field",
|
|
5484
5611
|
"name": "params",
|
|
5485
5612
|
"type": {
|
|
5486
|
-
"text": "
|
|
5487
|
-
}
|
|
5613
|
+
"text": "ICellRendererParams"
|
|
5614
|
+
},
|
|
5615
|
+
"privacy": "public"
|
|
5488
5616
|
},
|
|
5489
5617
|
{
|
|
5490
5618
|
"kind": "method",
|
|
5491
5619
|
"name": "init",
|
|
5620
|
+
"privacy": "public",
|
|
5492
5621
|
"parameters": [
|
|
5493
5622
|
{
|
|
5494
5623
|
"name": "params",
|
|
5495
5624
|
"type": {
|
|
5496
|
-
"text": "
|
|
5625
|
+
"text": "ICellRendererParams"
|
|
5497
5626
|
}
|
|
5498
5627
|
}
|
|
5499
5628
|
]
|
|
5500
5629
|
},
|
|
5501
5630
|
{
|
|
5502
5631
|
"kind": "method",
|
|
5503
|
-
"name": "getGui"
|
|
5632
|
+
"name": "getGui",
|
|
5633
|
+
"privacy": "public",
|
|
5634
|
+
"return": {
|
|
5635
|
+
"type": {
|
|
5636
|
+
"text": "HTMLElement"
|
|
5637
|
+
}
|
|
5638
|
+
}
|
|
5504
5639
|
},
|
|
5505
5640
|
{
|
|
5506
5641
|
"kind": "method",
|
|
5507
5642
|
"name": "refresh",
|
|
5643
|
+
"privacy": "public",
|
|
5508
5644
|
"parameters": [
|
|
5509
5645
|
{
|
|
5510
|
-
"name": "params"
|
|
5646
|
+
"name": "params",
|
|
5647
|
+
"type": {
|
|
5648
|
+
"text": "ICellRendererParams"
|
|
5649
|
+
}
|
|
5511
5650
|
}
|
|
5512
5651
|
]
|
|
5513
5652
|
},
|
|
5514
|
-
{
|
|
5515
|
-
"kind": "method",
|
|
5516
|
-
"name": "destroy",
|
|
5517
|
-
"return": {
|
|
5518
|
-
"type": {
|
|
5519
|
-
"text": "void"
|
|
5520
|
-
}
|
|
5521
|
-
}
|
|
5522
|
-
},
|
|
5523
5653
|
{
|
|
5524
5654
|
"kind": "field",
|
|
5525
5655
|
"name": "_presentation",
|
|
@@ -5636,83 +5766,133 @@
|
|
|
5636
5766
|
"name": "FoundationElement",
|
|
5637
5767
|
"package": "@microsoft/fast-foundation"
|
|
5638
5768
|
},
|
|
5639
|
-
"tagName": "%%prefix%%-
|
|
5769
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5640
5770
|
"customElement": true
|
|
5641
5771
|
},
|
|
5642
5772
|
{
|
|
5643
5773
|
"kind": "variable",
|
|
5644
|
-
"name": "
|
|
5645
|
-
"description": "A function that returns a Foundation
|
|
5774
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5775
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5776
|
+
"privacy": "public"
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"kind": "function",
|
|
5780
|
+
"name": "getActionsMenuDef",
|
|
5781
|
+
"return": {
|
|
5782
|
+
"type": {
|
|
5783
|
+
"text": ""
|
|
5784
|
+
}
|
|
5785
|
+
},
|
|
5786
|
+
"parameters": [
|
|
5787
|
+
{
|
|
5788
|
+
"name": "actions",
|
|
5789
|
+
"type": {
|
|
5790
|
+
"text": "ActionMenuItem[]"
|
|
5791
|
+
},
|
|
5792
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"name": "overrideDef",
|
|
5796
|
+
"default": "{}",
|
|
5797
|
+
"type": {
|
|
5798
|
+
"text": "ColDef"
|
|
5799
|
+
},
|
|
5800
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5801
|
+
},
|
|
5802
|
+
{
|
|
5803
|
+
"name": "customActionsOpenerName",
|
|
5804
|
+
"default": "'⋮'",
|
|
5805
|
+
"type": {
|
|
5806
|
+
"text": "string"
|
|
5807
|
+
},
|
|
5808
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"name": "isVertical",
|
|
5812
|
+
"default": "false",
|
|
5813
|
+
"type": {
|
|
5814
|
+
"text": "boolean"
|
|
5815
|
+
},
|
|
5816
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5817
|
+
},
|
|
5818
|
+
{
|
|
5819
|
+
"name": "buttonAppearance",
|
|
5820
|
+
"optional": true,
|
|
5821
|
+
"type": {
|
|
5822
|
+
"text": "string"
|
|
5823
|
+
},
|
|
5824
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5825
|
+
}
|
|
5826
|
+
],
|
|
5827
|
+
"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).",
|
|
5646
5828
|
"privacy": "public"
|
|
5647
5829
|
}
|
|
5648
5830
|
],
|
|
5649
5831
|
"exports": [
|
|
5650
5832
|
{
|
|
5651
5833
|
"kind": "js",
|
|
5652
|
-
"name": "
|
|
5653
|
-
"declaration": {
|
|
5654
|
-
"name": "agStatusPillRendererStyles",
|
|
5655
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5656
|
-
}
|
|
5657
|
-
},
|
|
5658
|
-
{
|
|
5659
|
-
"kind": "js",
|
|
5660
|
-
"name": "getStatusPillRendererTemplate",
|
|
5834
|
+
"name": "ActionsMenuRenderer",
|
|
5661
5835
|
"declaration": {
|
|
5662
|
-
"name": "
|
|
5663
|
-
"module": "src/cell-renderers/
|
|
5836
|
+
"name": "ActionsMenuRenderer",
|
|
5837
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5664
5838
|
}
|
|
5665
5839
|
},
|
|
5666
5840
|
{
|
|
5667
5841
|
"kind": "js",
|
|
5668
|
-
"name": "
|
|
5842
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5669
5843
|
"declaration": {
|
|
5670
|
-
"name": "
|
|
5671
|
-
"module": "src/cell-renderers/
|
|
5844
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5845
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5672
5846
|
}
|
|
5673
5847
|
},
|
|
5674
5848
|
{
|
|
5675
5849
|
"kind": "js",
|
|
5676
|
-
"name": "
|
|
5850
|
+
"name": "getActionsMenuDef",
|
|
5677
5851
|
"declaration": {
|
|
5678
|
-
"name": "
|
|
5679
|
-
"module": "src/cell-renderers/
|
|
5852
|
+
"name": "getActionsMenuDef",
|
|
5853
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5680
5854
|
}
|
|
5681
5855
|
}
|
|
5682
5856
|
]
|
|
5683
5857
|
},
|
|
5684
5858
|
{
|
|
5685
5859
|
"kind": "javascript-module",
|
|
5686
|
-
"path": "src/cell-renderers/
|
|
5860
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5687
5861
|
"declarations": [
|
|
5688
5862
|
{
|
|
5689
5863
|
"kind": "class",
|
|
5690
|
-
"description": "The AG
|
|
5691
|
-
"name": "
|
|
5864
|
+
"description": "The AG Boolean Renderer element.",
|
|
5865
|
+
"name": "BooleanRenderer",
|
|
5692
5866
|
"members": [
|
|
5693
5867
|
{
|
|
5694
5868
|
"kind": "field",
|
|
5695
|
-
"name": "
|
|
5869
|
+
"name": "params",
|
|
5696
5870
|
"type": {
|
|
5697
|
-
"text": "
|
|
5871
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5698
5872
|
},
|
|
5699
5873
|
"privacy": "public"
|
|
5700
5874
|
},
|
|
5701
5875
|
{
|
|
5702
5876
|
"kind": "field",
|
|
5703
|
-
"name": "
|
|
5877
|
+
"name": "selected",
|
|
5704
5878
|
"type": {
|
|
5705
|
-
"text": "
|
|
5706
|
-
}
|
|
5707
|
-
"default": "''"
|
|
5879
|
+
"text": "boolean"
|
|
5880
|
+
}
|
|
5708
5881
|
},
|
|
5709
5882
|
{
|
|
5710
|
-
"kind": "
|
|
5711
|
-
"name": "
|
|
5712
|
-
"
|
|
5713
|
-
|
|
5883
|
+
"kind": "method",
|
|
5884
|
+
"name": "isDisabled",
|
|
5885
|
+
"privacy": "public",
|
|
5886
|
+
"return": {
|
|
5887
|
+
"type": {
|
|
5888
|
+
"text": "boolean"
|
|
5889
|
+
}
|
|
5714
5890
|
},
|
|
5715
|
-
"
|
|
5891
|
+
"parameters": [
|
|
5892
|
+
{
|
|
5893
|
+
"name": "data"
|
|
5894
|
+
}
|
|
5895
|
+
]
|
|
5716
5896
|
},
|
|
5717
5897
|
{
|
|
5718
5898
|
"kind": "method",
|
|
@@ -5722,7 +5902,7 @@
|
|
|
5722
5902
|
{
|
|
5723
5903
|
"name": "params",
|
|
5724
5904
|
"type": {
|
|
5725
|
-
"text": "
|
|
5905
|
+
"text": "ICellRendererParams"
|
|
5726
5906
|
}
|
|
5727
5907
|
}
|
|
5728
5908
|
]
|
|
@@ -5750,37 +5930,18 @@
|
|
|
5750
5930
|
{
|
|
5751
5931
|
"name": "params",
|
|
5752
5932
|
"type": {
|
|
5753
|
-
"text": "
|
|
5933
|
+
"text": "ICellRendererParams"
|
|
5754
5934
|
}
|
|
5755
5935
|
}
|
|
5756
5936
|
]
|
|
5757
5937
|
},
|
|
5758
5938
|
{
|
|
5759
5939
|
"kind": "method",
|
|
5760
|
-
"name": "
|
|
5761
|
-
"privacy": "public",
|
|
5762
|
-
"return": {
|
|
5763
|
-
"type": {
|
|
5764
|
-
"text": "boolean"
|
|
5765
|
-
}
|
|
5766
|
-
},
|
|
5767
|
-
"parameters": [
|
|
5768
|
-
{
|
|
5769
|
-
"name": "data"
|
|
5770
|
-
}
|
|
5771
|
-
]
|
|
5940
|
+
"name": "getValue"
|
|
5772
5941
|
},
|
|
5773
5942
|
{
|
|
5774
|
-
"kind": "
|
|
5775
|
-
"name": "
|
|
5776
|
-
"privacy": "public",
|
|
5777
|
-
"description": "On text change handler",
|
|
5778
|
-
"parameters": [
|
|
5779
|
-
{
|
|
5780
|
-
"description": "CustomEvent",
|
|
5781
|
-
"name": "e"
|
|
5782
|
-
}
|
|
5783
|
-
]
|
|
5943
|
+
"kind": "method",
|
|
5944
|
+
"name": "isCancelBeforeStart"
|
|
5784
5945
|
},
|
|
5785
5946
|
{
|
|
5786
5947
|
"kind": "field",
|
|
@@ -5898,19 +6059,19 @@
|
|
|
5898
6059
|
"name": "FoundationElement",
|
|
5899
6060
|
"package": "@microsoft/fast-foundation"
|
|
5900
6061
|
},
|
|
5901
|
-
"tagName": "%%prefix%%-
|
|
6062
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
5902
6063
|
"customElement": true
|
|
5903
6064
|
},
|
|
5904
6065
|
{
|
|
5905
6066
|
"kind": "variable",
|
|
5906
|
-
"name": "
|
|
5907
|
-
"default": "css`\n :host {\n
|
|
5908
|
-
"description": "The AG
|
|
6067
|
+
"name": "agBooleanRendererStyles",
|
|
6068
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6069
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
5909
6070
|
"privacy": "public"
|
|
5910
6071
|
},
|
|
5911
6072
|
{
|
|
5912
6073
|
"kind": "function",
|
|
5913
|
-
"name": "
|
|
6074
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5914
6075
|
"parameters": [
|
|
5915
6076
|
{
|
|
5916
6077
|
"name": "designSystem",
|
|
@@ -5918,7 +6079,7 @@
|
|
|
5918
6079
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5919
6080
|
}
|
|
5920
6081
|
],
|
|
5921
|
-
"description": "Get a Design System prefixed
|
|
6082
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5922
6083
|
"return": {
|
|
5923
6084
|
"type": {
|
|
5924
6085
|
"text": ""
|
|
@@ -5928,96 +6089,60 @@
|
|
|
5928
6089
|
},
|
|
5929
6090
|
{
|
|
5930
6091
|
"kind": "variable",
|
|
5931
|
-
"name": "
|
|
5932
|
-
"description": "A function that returns a Foundation
|
|
6092
|
+
"name": "foundationAgBooleanRenderer",
|
|
6093
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5933
6094
|
"privacy": "public"
|
|
5934
6095
|
}
|
|
5935
6096
|
],
|
|
5936
6097
|
"exports": [
|
|
5937
6098
|
{
|
|
5938
6099
|
"kind": "js",
|
|
5939
|
-
"name": "
|
|
6100
|
+
"name": "BooleanRenderer",
|
|
5940
6101
|
"declaration": {
|
|
5941
|
-
"name": "
|
|
5942
|
-
"module": "src/cell-renderers/
|
|
6102
|
+
"name": "BooleanRenderer",
|
|
6103
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5943
6104
|
}
|
|
5944
6105
|
},
|
|
5945
6106
|
{
|
|
5946
6107
|
"kind": "js",
|
|
5947
|
-
"name": "
|
|
6108
|
+
"name": "agBooleanRendererStyles",
|
|
5948
6109
|
"declaration": {
|
|
5949
|
-
"name": "
|
|
5950
|
-
"module": "src/cell-renderers/
|
|
6110
|
+
"name": "agBooleanRendererStyles",
|
|
6111
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5951
6112
|
}
|
|
5952
6113
|
},
|
|
5953
6114
|
{
|
|
5954
6115
|
"kind": "js",
|
|
5955
|
-
"name": "
|
|
6116
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5956
6117
|
"declaration": {
|
|
5957
|
-
"name": "
|
|
5958
|
-
"module": "src/cell-renderers/
|
|
6118
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6119
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5959
6120
|
}
|
|
5960
6121
|
},
|
|
5961
6122
|
{
|
|
5962
6123
|
"kind": "js",
|
|
5963
|
-
"name": "
|
|
6124
|
+
"name": "foundationAgBooleanRenderer",
|
|
5964
6125
|
"declaration": {
|
|
5965
|
-
"name": "
|
|
5966
|
-
"module": "src/cell-renderers/
|
|
6126
|
+
"name": "foundationAgBooleanRenderer",
|
|
6127
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5967
6128
|
}
|
|
5968
6129
|
}
|
|
5969
6130
|
]
|
|
5970
6131
|
},
|
|
5971
6132
|
{
|
|
5972
6133
|
"kind": "javascript-module",
|
|
5973
|
-
"path": "src/cell-renderers/
|
|
6134
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
5974
6135
|
"declarations": [
|
|
5975
6136
|
{
|
|
5976
6137
|
"kind": "class",
|
|
5977
|
-
"description": "",
|
|
5978
|
-
"name": "
|
|
5979
|
-
"superclass": {
|
|
5980
|
-
"name": "AgTextFieldRenderer",
|
|
5981
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5982
|
-
},
|
|
5983
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5984
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5985
|
-
"customElement": true,
|
|
6138
|
+
"description": "The AG Editable Renderer element.",
|
|
6139
|
+
"name": "EditableRenderer",
|
|
5986
6140
|
"members": [
|
|
5987
6141
|
{
|
|
5988
6142
|
"kind": "field",
|
|
5989
|
-
"name": "
|
|
5990
|
-
"type": {
|
|
5991
|
-
"text": "TextField"
|
|
5992
|
-
},
|
|
5993
|
-
"privacy": "public",
|
|
5994
|
-
"inheritedFrom": {
|
|
5995
|
-
"name": "AgTextFieldRenderer",
|
|
5996
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5997
|
-
}
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
"kind": "field",
|
|
6001
|
-
"name": "textValue",
|
|
6143
|
+
"name": "valueFormatted",
|
|
6002
6144
|
"type": {
|
|
6003
6145
|
"text": "string"
|
|
6004
|
-
},
|
|
6005
|
-
"default": "''",
|
|
6006
|
-
"inheritedFrom": {
|
|
6007
|
-
"name": "AgTextFieldRenderer",
|
|
6008
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6009
|
-
}
|
|
6010
|
-
},
|
|
6011
|
-
{
|
|
6012
|
-
"kind": "field",
|
|
6013
|
-
"name": "params",
|
|
6014
|
-
"type": {
|
|
6015
|
-
"text": "FuiCellRendererParams"
|
|
6016
|
-
},
|
|
6017
|
-
"privacy": "public",
|
|
6018
|
-
"inheritedFrom": {
|
|
6019
|
-
"name": "AgTextFieldRenderer",
|
|
6020
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6021
6146
|
}
|
|
6022
6147
|
},
|
|
6023
6148
|
{
|
|
@@ -6028,14 +6153,10 @@
|
|
|
6028
6153
|
{
|
|
6029
6154
|
"name": "params",
|
|
6030
6155
|
"type": {
|
|
6031
|
-
"text": "
|
|
6156
|
+
"text": "ICellRendererParams"
|
|
6032
6157
|
}
|
|
6033
6158
|
}
|
|
6034
|
-
]
|
|
6035
|
-
"inheritedFrom": {
|
|
6036
|
-
"name": "AgTextFieldRenderer",
|
|
6037
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6038
|
-
}
|
|
6159
|
+
]
|
|
6039
6160
|
},
|
|
6040
6161
|
{
|
|
6041
6162
|
"kind": "method",
|
|
@@ -6045,19 +6166,6 @@
|
|
|
6045
6166
|
"type": {
|
|
6046
6167
|
"text": "HTMLElement"
|
|
6047
6168
|
}
|
|
6048
|
-
},
|
|
6049
|
-
"inheritedFrom": {
|
|
6050
|
-
"name": "AgTextFieldRenderer",
|
|
6051
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6052
|
-
}
|
|
6053
|
-
},
|
|
6054
|
-
{
|
|
6055
|
-
"kind": "method",
|
|
6056
|
-
"name": "destroy",
|
|
6057
|
-
"privacy": "public",
|
|
6058
|
-
"inheritedFrom": {
|
|
6059
|
-
"name": "AgTextFieldRenderer",
|
|
6060
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6061
6169
|
}
|
|
6062
6170
|
},
|
|
6063
6171
|
{
|
|
@@ -6068,49 +6176,10 @@
|
|
|
6068
6176
|
{
|
|
6069
6177
|
"name": "params",
|
|
6070
6178
|
"type": {
|
|
6071
|
-
"text": "
|
|
6179
|
+
"text": "ICellRendererParams"
|
|
6072
6180
|
}
|
|
6073
6181
|
}
|
|
6074
|
-
]
|
|
6075
|
-
"inheritedFrom": {
|
|
6076
|
-
"name": "AgTextFieldRenderer",
|
|
6077
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6078
|
-
}
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"kind": "method",
|
|
6082
|
-
"name": "isDisabled",
|
|
6083
|
-
"privacy": "public",
|
|
6084
|
-
"return": {
|
|
6085
|
-
"type": {
|
|
6086
|
-
"text": "boolean"
|
|
6087
|
-
}
|
|
6088
|
-
},
|
|
6089
|
-
"parameters": [
|
|
6090
|
-
{
|
|
6091
|
-
"name": "data"
|
|
6092
|
-
}
|
|
6093
|
-
],
|
|
6094
|
-
"inheritedFrom": {
|
|
6095
|
-
"name": "AgTextFieldRenderer",
|
|
6096
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6097
|
-
}
|
|
6098
|
-
},
|
|
6099
|
-
{
|
|
6100
|
-
"kind": "field",
|
|
6101
|
-
"name": "textChanged",
|
|
6102
|
-
"privacy": "public",
|
|
6103
|
-
"description": "On text change handler",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"description": "CustomEvent",
|
|
6107
|
-
"name": "e"
|
|
6108
|
-
}
|
|
6109
|
-
],
|
|
6110
|
-
"inheritedFrom": {
|
|
6111
|
-
"name": "AgTextFieldRenderer",
|
|
6112
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6113
|
-
}
|
|
6182
|
+
]
|
|
6114
6183
|
},
|
|
6115
6184
|
{
|
|
6116
6185
|
"kind": "field",
|
|
@@ -6223,118 +6292,126 @@
|
|
|
6223
6292
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6224
6293
|
}
|
|
6225
6294
|
}
|
|
6226
|
-
]
|
|
6295
|
+
],
|
|
6296
|
+
"superclass": {
|
|
6297
|
+
"name": "FoundationElement",
|
|
6298
|
+
"package": "@microsoft/fast-foundation"
|
|
6299
|
+
},
|
|
6300
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6301
|
+
"customElement": true
|
|
6227
6302
|
},
|
|
6228
6303
|
{
|
|
6229
6304
|
"kind": "variable",
|
|
6230
|
-
"name": "
|
|
6231
|
-
"default": "
|
|
6232
|
-
"
|
|
6233
|
-
"
|
|
6305
|
+
"name": "agEditableRendererStyles",
|
|
6306
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6307
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6308
|
+
"privacy": "public"
|
|
6234
6309
|
},
|
|
6235
6310
|
{
|
|
6236
|
-
"kind": "
|
|
6237
|
-
"name": "
|
|
6238
|
-
"
|
|
6239
|
-
|
|
6240
|
-
|
|
6311
|
+
"kind": "function",
|
|
6312
|
+
"name": "getAgEditableRendererTemplate",
|
|
6313
|
+
"parameters": [
|
|
6314
|
+
{
|
|
6315
|
+
"name": "designSystem",
|
|
6316
|
+
"default": "'foundation'",
|
|
6317
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6318
|
+
}
|
|
6319
|
+
],
|
|
6320
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6321
|
+
"return": {
|
|
6322
|
+
"type": {
|
|
6323
|
+
"text": ""
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
"privacy": "public"
|
|
6241
6327
|
},
|
|
6242
6328
|
{
|
|
6243
6329
|
"kind": "variable",
|
|
6244
|
-
"name": "
|
|
6245
|
-
"description": "A function that returns a Foundation
|
|
6246
|
-
"privacy": "public"
|
|
6247
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6330
|
+
"name": "foundationAgEditableRenderer",
|
|
6331
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6332
|
+
"privacy": "public"
|
|
6248
6333
|
}
|
|
6249
6334
|
],
|
|
6250
6335
|
"exports": [
|
|
6251
6336
|
{
|
|
6252
6337
|
"kind": "js",
|
|
6253
|
-
"name": "
|
|
6338
|
+
"name": "EditableRenderer",
|
|
6254
6339
|
"declaration": {
|
|
6255
|
-
"name": "
|
|
6256
|
-
"module": "src/cell-renderers/
|
|
6340
|
+
"name": "EditableRenderer",
|
|
6341
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6257
6342
|
}
|
|
6258
6343
|
},
|
|
6259
6344
|
{
|
|
6260
6345
|
"kind": "js",
|
|
6261
|
-
"name": "
|
|
6262
|
-
"declaration": {
|
|
6263
|
-
"name": "
|
|
6264
|
-
"module": "src/cell-renderers/
|
|
6346
|
+
"name": "agEditableRendererStyles",
|
|
6347
|
+
"declaration": {
|
|
6348
|
+
"name": "agEditableRendererStyles",
|
|
6349
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6265
6350
|
}
|
|
6266
6351
|
},
|
|
6267
6352
|
{
|
|
6268
6353
|
"kind": "js",
|
|
6269
|
-
"name": "
|
|
6354
|
+
"name": "getAgEditableRendererTemplate",
|
|
6270
6355
|
"declaration": {
|
|
6271
|
-
"name": "
|
|
6272
|
-
"module": "src/cell-renderers/
|
|
6356
|
+
"name": "getAgEditableRendererTemplate",
|
|
6357
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6273
6358
|
}
|
|
6274
6359
|
},
|
|
6275
6360
|
{
|
|
6276
6361
|
"kind": "js",
|
|
6277
|
-
"name": "
|
|
6362
|
+
"name": "foundationAgEditableRenderer",
|
|
6278
6363
|
"declaration": {
|
|
6279
|
-
"name": "
|
|
6280
|
-
"module": "src/cell-renderers/
|
|
6364
|
+
"name": "foundationAgEditableRenderer",
|
|
6365
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6281
6366
|
}
|
|
6282
6367
|
}
|
|
6283
6368
|
]
|
|
6284
6369
|
},
|
|
6285
6370
|
{
|
|
6286
6371
|
"kind": "javascript-module",
|
|
6287
|
-
"path": "src/cell-
|
|
6372
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6288
6373
|
"declarations": [
|
|
6289
6374
|
{
|
|
6290
|
-
"kind": "
|
|
6291
|
-
"
|
|
6292
|
-
"
|
|
6293
|
-
"
|
|
6375
|
+
"kind": "variable",
|
|
6376
|
+
"name": "agIconRendererStyles",
|
|
6377
|
+
"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`",
|
|
6378
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6379
|
+
"privacy": "public"
|
|
6380
|
+
},
|
|
6381
|
+
{
|
|
6382
|
+
"kind": "function",
|
|
6383
|
+
"name": "getIconRendererTemplate",
|
|
6384
|
+
"parameters": [
|
|
6294
6385
|
{
|
|
6295
|
-
"
|
|
6296
|
-
"
|
|
6386
|
+
"name": "designSystem",
|
|
6387
|
+
"default": "'rapid'",
|
|
6297
6388
|
"type": {
|
|
6298
|
-
"text": "
|
|
6389
|
+
"text": "string"
|
|
6299
6390
|
},
|
|
6300
|
-
"
|
|
6301
|
-
}
|
|
6391
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6392
|
+
}
|
|
6393
|
+
],
|
|
6394
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6395
|
+
"return": {
|
|
6396
|
+
"type": {
|
|
6397
|
+
"text": ""
|
|
6398
|
+
}
|
|
6399
|
+
},
|
|
6400
|
+
"privacy": "public"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"kind": "class",
|
|
6404
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6405
|
+
"name": "IconRenderer",
|
|
6406
|
+
"members": [
|
|
6302
6407
|
{
|
|
6303
6408
|
"kind": "field",
|
|
6304
|
-
"name": "
|
|
6409
|
+
"name": "params",
|
|
6305
6410
|
"type": {
|
|
6306
|
-
"text": "
|
|
6411
|
+
"text": "IconRendererParams"
|
|
6307
6412
|
},
|
|
6308
6413
|
"privacy": "public"
|
|
6309
6414
|
},
|
|
6310
|
-
{
|
|
6311
|
-
"kind": "field",
|
|
6312
|
-
"name": "params",
|
|
6313
|
-
"type": {
|
|
6314
|
-
"text": "DateEditorParams"
|
|
6315
|
-
}
|
|
6316
|
-
},
|
|
6317
|
-
{
|
|
6318
|
-
"kind": "field",
|
|
6319
|
-
"name": "dateFormat",
|
|
6320
|
-
"type": {
|
|
6321
|
-
"text": "string"
|
|
6322
|
-
}
|
|
6323
|
-
},
|
|
6324
|
-
{
|
|
6325
|
-
"kind": "field",
|
|
6326
|
-
"name": "input",
|
|
6327
|
-
"type": {
|
|
6328
|
-
"text": "any"
|
|
6329
|
-
}
|
|
6330
|
-
},
|
|
6331
|
-
{
|
|
6332
|
-
"kind": "field",
|
|
6333
|
-
"name": "inputType",
|
|
6334
|
-
"type": {
|
|
6335
|
-
"text": "'datetime-local' | 'date'"
|
|
6336
|
-
}
|
|
6337
|
-
},
|
|
6338
6415
|
{
|
|
6339
6416
|
"kind": "method",
|
|
6340
6417
|
"name": "init",
|
|
@@ -6343,7 +6420,7 @@
|
|
|
6343
6420
|
{
|
|
6344
6421
|
"name": "params",
|
|
6345
6422
|
"type": {
|
|
6346
|
-
"text": "
|
|
6423
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6347
6424
|
}
|
|
6348
6425
|
}
|
|
6349
6426
|
]
|
|
@@ -6361,51 +6438,21 @@
|
|
|
6361
6438
|
{
|
|
6362
6439
|
"kind": "method",
|
|
6363
6440
|
"name": "refresh",
|
|
6364
|
-
"privacy": "public",
|
|
6365
|
-
"return": {
|
|
6366
|
-
"type": {
|
|
6367
|
-
"text": "boolean"
|
|
6368
|
-
}
|
|
6369
|
-
},
|
|
6370
6441
|
"parameters": [
|
|
6371
6442
|
{
|
|
6372
|
-
"name": "params"
|
|
6373
|
-
"type": {
|
|
6374
|
-
"text": "DateEditorParams"
|
|
6375
|
-
}
|
|
6443
|
+
"name": "params"
|
|
6376
6444
|
}
|
|
6377
6445
|
]
|
|
6378
6446
|
},
|
|
6379
6447
|
{
|
|
6380
6448
|
"kind": "method",
|
|
6381
|
-
"name": "
|
|
6382
|
-
},
|
|
6383
|
-
{
|
|
6384
|
-
"kind": "method",
|
|
6385
|
-
"name": "isPopup",
|
|
6449
|
+
"name": "destroy",
|
|
6386
6450
|
"return": {
|
|
6387
6451
|
"type": {
|
|
6388
|
-
"text": "
|
|
6452
|
+
"text": "void"
|
|
6389
6453
|
}
|
|
6390
6454
|
}
|
|
6391
6455
|
},
|
|
6392
|
-
{
|
|
6393
|
-
"kind": "method",
|
|
6394
|
-
"name": "changeHandler",
|
|
6395
|
-
"parameters": [
|
|
6396
|
-
{
|
|
6397
|
-
"name": "event"
|
|
6398
|
-
}
|
|
6399
|
-
]
|
|
6400
|
-
},
|
|
6401
|
-
{
|
|
6402
|
-
"kind": "method",
|
|
6403
|
-
"name": "afterGuiAttached"
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"kind": "method",
|
|
6407
|
-
"name": "isCancelBeforeStart"
|
|
6408
|
-
},
|
|
6409
6456
|
{
|
|
6410
6457
|
"kind": "field",
|
|
6411
6458
|
"name": "_presentation",
|
|
@@ -6521,79 +6568,53 @@
|
|
|
6521
6568
|
"superclass": {
|
|
6522
6569
|
"name": "FoundationElement",
|
|
6523
6570
|
"package": "@microsoft/fast-foundation"
|
|
6524
|
-
}
|
|
6525
|
-
"tagName": "%%prefix%%-date-editor",
|
|
6526
|
-
"customElement": true
|
|
6527
|
-
},
|
|
6528
|
-
{
|
|
6529
|
-
"kind": "variable",
|
|
6530
|
-
"name": "agDateEditorStyles",
|
|
6531
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6532
|
-
"description": "The AG Select Renderer Styles.",
|
|
6533
|
-
"privacy": "public"
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"kind": "function",
|
|
6537
|
-
"name": "getDateEditorTemplate",
|
|
6538
|
-
"parameters": [
|
|
6539
|
-
{
|
|
6540
|
-
"name": "prefix",
|
|
6541
|
-
"default": "'foundation'",
|
|
6542
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6543
|
-
}
|
|
6544
|
-
],
|
|
6545
|
-
"description": "Get a Design System prefixed Select template.",
|
|
6546
|
-
"return": {
|
|
6547
|
-
"type": {
|
|
6548
|
-
"text": ""
|
|
6549
|
-
}
|
|
6550
|
-
},
|
|
6551
|
-
"privacy": "public"
|
|
6571
|
+
}
|
|
6552
6572
|
},
|
|
6553
6573
|
{
|
|
6554
6574
|
"kind": "variable",
|
|
6555
|
-
"name": "
|
|
6575
|
+
"name": "foundationIconRenderer",
|
|
6576
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6556
6577
|
"privacy": "public"
|
|
6557
6578
|
}
|
|
6558
6579
|
],
|
|
6559
6580
|
"exports": [
|
|
6560
6581
|
{
|
|
6561
6582
|
"kind": "js",
|
|
6562
|
-
"name": "
|
|
6583
|
+
"name": "agIconRendererStyles",
|
|
6563
6584
|
"declaration": {
|
|
6564
|
-
"name": "
|
|
6565
|
-
"module": "src/cell-
|
|
6585
|
+
"name": "agIconRendererStyles",
|
|
6586
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6566
6587
|
}
|
|
6567
6588
|
},
|
|
6568
6589
|
{
|
|
6569
6590
|
"kind": "js",
|
|
6570
|
-
"name": "
|
|
6591
|
+
"name": "getIconRendererTemplate",
|
|
6571
6592
|
"declaration": {
|
|
6572
|
-
"name": "
|
|
6573
|
-
"module": "src/cell-
|
|
6593
|
+
"name": "getIconRendererTemplate",
|
|
6594
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6574
6595
|
}
|
|
6575
6596
|
},
|
|
6576
6597
|
{
|
|
6577
6598
|
"kind": "js",
|
|
6578
|
-
"name": "
|
|
6599
|
+
"name": "IconRenderer",
|
|
6579
6600
|
"declaration": {
|
|
6580
|
-
"name": "
|
|
6581
|
-
"module": "src/cell-
|
|
6601
|
+
"name": "IconRenderer",
|
|
6602
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6582
6603
|
}
|
|
6583
6604
|
},
|
|
6584
6605
|
{
|
|
6585
6606
|
"kind": "js",
|
|
6586
|
-
"name": "
|
|
6607
|
+
"name": "foundationIconRenderer",
|
|
6587
6608
|
"declaration": {
|
|
6588
|
-
"name": "
|
|
6589
|
-
"module": "src/cell-
|
|
6609
|
+
"name": "foundationIconRenderer",
|
|
6610
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6590
6611
|
}
|
|
6591
6612
|
}
|
|
6592
6613
|
]
|
|
6593
6614
|
},
|
|
6594
6615
|
{
|
|
6595
6616
|
"kind": "javascript-module",
|
|
6596
|
-
"path": "src/cell-
|
|
6617
|
+
"path": "src/cell-renderers/index.ts",
|
|
6597
6618
|
"declarations": [],
|
|
6598
6619
|
"exports": [
|
|
6599
6620
|
{
|
|
@@ -6601,7 +6622,7 @@
|
|
|
6601
6622
|
"name": "*",
|
|
6602
6623
|
"declaration": {
|
|
6603
6624
|
"name": "*",
|
|
6604
|
-
"package": "./
|
|
6625
|
+
"package": "./action.renderer"
|
|
6605
6626
|
}
|
|
6606
6627
|
},
|
|
6607
6628
|
{
|
|
@@ -6609,7 +6630,7 @@
|
|
|
6609
6630
|
"name": "*",
|
|
6610
6631
|
"declaration": {
|
|
6611
6632
|
"name": "*",
|
|
6612
|
-
"package": "./
|
|
6633
|
+
"package": "./actions-menu.renderer"
|
|
6613
6634
|
}
|
|
6614
6635
|
},
|
|
6615
6636
|
{
|
|
@@ -6617,7 +6638,7 @@
|
|
|
6617
6638
|
"name": "*",
|
|
6618
6639
|
"declaration": {
|
|
6619
6640
|
"name": "*",
|
|
6620
|
-
"package": "./
|
|
6641
|
+
"package": "./boolean.renderer"
|
|
6621
6642
|
}
|
|
6622
6643
|
},
|
|
6623
6644
|
{
|
|
@@ -6625,7 +6646,7 @@
|
|
|
6625
6646
|
"name": "*",
|
|
6626
6647
|
"declaration": {
|
|
6627
6648
|
"name": "*",
|
|
6628
|
-
"package": "./
|
|
6649
|
+
"package": "./editable.renderer"
|
|
6629
6650
|
}
|
|
6630
6651
|
},
|
|
6631
6652
|
{
|
|
@@ -6633,33 +6654,65 @@
|
|
|
6633
6654
|
"name": "*",
|
|
6634
6655
|
"declaration": {
|
|
6635
6656
|
"name": "*",
|
|
6636
|
-
"package": "./
|
|
6657
|
+
"package": "./icon.renderer"
|
|
6658
|
+
}
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"kind": "js",
|
|
6662
|
+
"name": "*",
|
|
6663
|
+
"declaration": {
|
|
6664
|
+
"name": "*",
|
|
6665
|
+
"package": "./text.renderer"
|
|
6666
|
+
}
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"kind": "js",
|
|
6670
|
+
"name": "*",
|
|
6671
|
+
"declaration": {
|
|
6672
|
+
"name": "*",
|
|
6673
|
+
"package": "./text-field.renderer"
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"kind": "js",
|
|
6678
|
+
"name": "*",
|
|
6679
|
+
"declaration": {
|
|
6680
|
+
"name": "*",
|
|
6681
|
+
"package": "./status-pill.renderer"
|
|
6682
|
+
}
|
|
6683
|
+
},
|
|
6684
|
+
{
|
|
6685
|
+
"kind": "js",
|
|
6686
|
+
"name": "*",
|
|
6687
|
+
"declaration": {
|
|
6688
|
+
"name": "*",
|
|
6689
|
+
"package": "./select.renderer"
|
|
6637
6690
|
}
|
|
6638
6691
|
}
|
|
6639
6692
|
]
|
|
6640
6693
|
},
|
|
6641
6694
|
{
|
|
6642
6695
|
"kind": "javascript-module",
|
|
6643
|
-
"path": "src/cell-
|
|
6696
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6644
6697
|
"declarations": [
|
|
6645
6698
|
{
|
|
6646
6699
|
"kind": "class",
|
|
6647
|
-
"description": "The AG
|
|
6648
|
-
"name": "
|
|
6700
|
+
"description": "The AG Select Renderer element.",
|
|
6701
|
+
"name": "SelectRenderer",
|
|
6649
6702
|
"members": [
|
|
6650
6703
|
{
|
|
6651
6704
|
"kind": "field",
|
|
6652
6705
|
"name": "params",
|
|
6653
6706
|
"type": {
|
|
6654
|
-
"text": "
|
|
6707
|
+
"text": "SelectCellRendererParams"
|
|
6655
6708
|
},
|
|
6656
6709
|
"privacy": "public"
|
|
6657
6710
|
},
|
|
6658
6711
|
{
|
|
6659
6712
|
"kind": "field",
|
|
6660
|
-
"name": "
|
|
6713
|
+
"name": "value",
|
|
6661
6714
|
"type": {
|
|
6662
|
-
"text": "
|
|
6715
|
+
"text": "string"
|
|
6663
6716
|
},
|
|
6664
6717
|
"privacy": "public"
|
|
6665
6718
|
},
|
|
@@ -6671,7 +6724,7 @@
|
|
|
6671
6724
|
{
|
|
6672
6725
|
"name": "params",
|
|
6673
6726
|
"type": {
|
|
6674
|
-
"text": "
|
|
6727
|
+
"text": "SelectCellRendererParams"
|
|
6675
6728
|
}
|
|
6676
6729
|
}
|
|
6677
6730
|
]
|
|
@@ -6709,37 +6762,31 @@
|
|
|
6709
6762
|
{
|
|
6710
6763
|
"name": "params",
|
|
6711
6764
|
"type": {
|
|
6712
|
-
"text": "
|
|
6765
|
+
"text": "SelectCellRendererParams"
|
|
6713
6766
|
}
|
|
6714
6767
|
}
|
|
6715
6768
|
]
|
|
6716
6769
|
},
|
|
6717
6770
|
{
|
|
6718
|
-
"kind": "
|
|
6719
|
-
"name": "
|
|
6771
|
+
"kind": "field",
|
|
6772
|
+
"name": "selectionChanged",
|
|
6773
|
+
"privacy": "public"
|
|
6720
6774
|
},
|
|
6721
6775
|
{
|
|
6722
6776
|
"kind": "method",
|
|
6723
|
-
"name": "
|
|
6777
|
+
"name": "isDisabled",
|
|
6778
|
+
"privacy": "public",
|
|
6724
6779
|
"return": {
|
|
6725
6780
|
"type": {
|
|
6726
|
-
"text": "boolean"
|
|
6727
|
-
}
|
|
6728
|
-
}
|
|
6729
|
-
},
|
|
6730
|
-
{
|
|
6731
|
-
"kind": "method",
|
|
6732
|
-
"name": "changeHandler",
|
|
6781
|
+
"text": "boolean"
|
|
6782
|
+
}
|
|
6783
|
+
},
|
|
6733
6784
|
"parameters": [
|
|
6734
6785
|
{
|
|
6735
|
-
"name": "
|
|
6786
|
+
"name": "data"
|
|
6736
6787
|
}
|
|
6737
6788
|
]
|
|
6738
6789
|
},
|
|
6739
|
-
{
|
|
6740
|
-
"kind": "method",
|
|
6741
|
-
"name": "isCancelBeforeStart"
|
|
6742
|
-
},
|
|
6743
6790
|
{
|
|
6744
6791
|
"kind": "field",
|
|
6745
6792
|
"name": "_presentation",
|
|
@@ -6856,23 +6903,26 @@
|
|
|
6856
6903
|
"name": "FoundationElement",
|
|
6857
6904
|
"package": "@microsoft/fast-foundation"
|
|
6858
6905
|
},
|
|
6859
|
-
"tagName": "%%prefix%%-
|
|
6906
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
6860
6907
|
"customElement": true
|
|
6861
6908
|
},
|
|
6862
6909
|
{
|
|
6863
6910
|
"kind": "variable",
|
|
6864
|
-
"name": "
|
|
6865
|
-
"default": "css
|
|
6911
|
+
"name": "agSelectRendererStyles",
|
|
6912
|
+
"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`",
|
|
6866
6913
|
"description": "The AG Select Renderer Styles.",
|
|
6867
6914
|
"privacy": "public"
|
|
6868
6915
|
},
|
|
6869
6916
|
{
|
|
6870
6917
|
"kind": "function",
|
|
6871
|
-
"name": "
|
|
6918
|
+
"name": "getSelectRendererTemplate",
|
|
6872
6919
|
"parameters": [
|
|
6873
6920
|
{
|
|
6874
6921
|
"name": "designSystem",
|
|
6875
6922
|
"default": "'foundation'",
|
|
6923
|
+
"type": {
|
|
6924
|
+
"text": "string"
|
|
6925
|
+
},
|
|
6876
6926
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6877
6927
|
}
|
|
6878
6928
|
],
|
|
@@ -6886,157 +6936,124 @@
|
|
|
6886
6936
|
},
|
|
6887
6937
|
{
|
|
6888
6938
|
"kind": "variable",
|
|
6889
|
-
"name": "
|
|
6939
|
+
"name": "foundationAgSelectRenderer",
|
|
6940
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6890
6941
|
"privacy": "public"
|
|
6891
6942
|
}
|
|
6892
6943
|
],
|
|
6893
6944
|
"exports": [
|
|
6894
6945
|
{
|
|
6895
6946
|
"kind": "js",
|
|
6896
|
-
"name": "
|
|
6947
|
+
"name": "SelectRenderer",
|
|
6897
6948
|
"declaration": {
|
|
6898
|
-
"name": "
|
|
6899
|
-
"module": "src/cell-
|
|
6949
|
+
"name": "SelectRenderer",
|
|
6950
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6900
6951
|
}
|
|
6901
6952
|
},
|
|
6902
6953
|
{
|
|
6903
6954
|
"kind": "js",
|
|
6904
|
-
"name": "
|
|
6955
|
+
"name": "agSelectRendererStyles",
|
|
6905
6956
|
"declaration": {
|
|
6906
|
-
"name": "
|
|
6907
|
-
"module": "src/cell-
|
|
6957
|
+
"name": "agSelectRendererStyles",
|
|
6958
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6908
6959
|
}
|
|
6909
6960
|
},
|
|
6910
6961
|
{
|
|
6911
6962
|
"kind": "js",
|
|
6912
|
-
"name": "
|
|
6963
|
+
"name": "getSelectRendererTemplate",
|
|
6913
6964
|
"declaration": {
|
|
6914
|
-
"name": "
|
|
6915
|
-
"module": "src/cell-
|
|
6965
|
+
"name": "getSelectRendererTemplate",
|
|
6966
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6916
6967
|
}
|
|
6917
6968
|
},
|
|
6918
6969
|
{
|
|
6919
6970
|
"kind": "js",
|
|
6920
|
-
"name": "
|
|
6971
|
+
"name": "foundationAgSelectRenderer",
|
|
6921
6972
|
"declaration": {
|
|
6922
|
-
"name": "
|
|
6923
|
-
"module": "src/cell-
|
|
6973
|
+
"name": "foundationAgSelectRenderer",
|
|
6974
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6924
6975
|
}
|
|
6925
6976
|
}
|
|
6926
6977
|
]
|
|
6927
6978
|
},
|
|
6928
6979
|
{
|
|
6929
6980
|
"kind": "javascript-module",
|
|
6930
|
-
"path": "src/cell-
|
|
6981
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
6931
6982
|
"declarations": [
|
|
6932
6983
|
{
|
|
6933
|
-
"kind": "
|
|
6934
|
-
"
|
|
6935
|
-
"
|
|
6936
|
-
"
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
"privacy": "public"
|
|
6944
|
-
},
|
|
6945
|
-
{
|
|
6946
|
-
"kind": "field",
|
|
6947
|
-
"name": "value",
|
|
6948
|
-
"type": {
|
|
6949
|
-
"text": "number"
|
|
6950
|
-
},
|
|
6951
|
-
"privacy": "public"
|
|
6952
|
-
},
|
|
6984
|
+
"kind": "variable",
|
|
6985
|
+
"name": "agStatusPillRendererStyles",
|
|
6986
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6987
|
+
"description": "The Status Pill Renderer Styles.",
|
|
6988
|
+
"privacy": "public"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"kind": "function",
|
|
6992
|
+
"name": "getStatusPillRendererTemplate",
|
|
6993
|
+
"parameters": [
|
|
6953
6994
|
{
|
|
6954
|
-
"
|
|
6955
|
-
"
|
|
6995
|
+
"name": "designSystem",
|
|
6996
|
+
"default": "'rapid'",
|
|
6956
6997
|
"type": {
|
|
6957
|
-
"text": "
|
|
6998
|
+
"text": "string"
|
|
6958
6999
|
},
|
|
6959
|
-
"
|
|
6960
|
-
}
|
|
7000
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7001
|
+
}
|
|
7002
|
+
],
|
|
7003
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
7004
|
+
"return": {
|
|
7005
|
+
"type": {
|
|
7006
|
+
"text": ""
|
|
7007
|
+
}
|
|
7008
|
+
},
|
|
7009
|
+
"privacy": "public"
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"kind": "class",
|
|
7013
|
+
"description": "The AG Status Pill Renderer element.",
|
|
7014
|
+
"name": "StatusPillRenderer",
|
|
7015
|
+
"members": [
|
|
6961
7016
|
{
|
|
6962
7017
|
"kind": "field",
|
|
6963
|
-
"name": "
|
|
7018
|
+
"name": "params",
|
|
6964
7019
|
"type": {
|
|
6965
|
-
"text": "
|
|
6966
|
-
}
|
|
6967
|
-
"privacy": "public"
|
|
7020
|
+
"text": "StatusPillRendererParams"
|
|
7021
|
+
}
|
|
6968
7022
|
},
|
|
6969
7023
|
{
|
|
6970
7024
|
"kind": "method",
|
|
6971
7025
|
"name": "init",
|
|
6972
|
-
"privacy": "public",
|
|
6973
7026
|
"parameters": [
|
|
6974
7027
|
{
|
|
6975
7028
|
"name": "params",
|
|
6976
7029
|
"type": {
|
|
6977
|
-
"text": "
|
|
7030
|
+
"text": "StatusPillRendererParams"
|
|
6978
7031
|
}
|
|
6979
7032
|
}
|
|
6980
7033
|
]
|
|
6981
7034
|
},
|
|
6982
7035
|
{
|
|
6983
7036
|
"kind": "method",
|
|
6984
|
-
"name": "getGui"
|
|
6985
|
-
"privacy": "public",
|
|
6986
|
-
"return": {
|
|
6987
|
-
"type": {
|
|
6988
|
-
"text": "HTMLElement"
|
|
6989
|
-
}
|
|
6990
|
-
}
|
|
7037
|
+
"name": "getGui"
|
|
6991
7038
|
},
|
|
6992
7039
|
{
|
|
6993
7040
|
"kind": "method",
|
|
6994
7041
|
"name": "refresh",
|
|
6995
|
-
"privacy": "public",
|
|
6996
|
-
"return": {
|
|
6997
|
-
"type": {
|
|
6998
|
-
"text": "boolean"
|
|
6999
|
-
}
|
|
7000
|
-
},
|
|
7001
7042
|
"parameters": [
|
|
7002
7043
|
{
|
|
7003
|
-
"name": "params"
|
|
7004
|
-
"type": {
|
|
7005
|
-
"text": "NumberEditorParams"
|
|
7006
|
-
}
|
|
7044
|
+
"name": "params"
|
|
7007
7045
|
}
|
|
7008
7046
|
]
|
|
7009
7047
|
},
|
|
7010
7048
|
{
|
|
7011
7049
|
"kind": "method",
|
|
7012
|
-
"name": "
|
|
7013
|
-
},
|
|
7014
|
-
{
|
|
7015
|
-
"kind": "method",
|
|
7016
|
-
"name": "isPopup",
|
|
7050
|
+
"name": "destroy",
|
|
7017
7051
|
"return": {
|
|
7018
7052
|
"type": {
|
|
7019
|
-
"text": "
|
|
7053
|
+
"text": "void"
|
|
7020
7054
|
}
|
|
7021
7055
|
}
|
|
7022
7056
|
},
|
|
7023
|
-
{
|
|
7024
|
-
"kind": "method",
|
|
7025
|
-
"name": "afterGuiAttached"
|
|
7026
|
-
},
|
|
7027
|
-
{
|
|
7028
|
-
"kind": "method",
|
|
7029
|
-
"name": "changeHandler",
|
|
7030
|
-
"parameters": [
|
|
7031
|
-
{
|
|
7032
|
-
"name": "event"
|
|
7033
|
-
}
|
|
7034
|
-
]
|
|
7035
|
-
},
|
|
7036
|
-
{
|
|
7037
|
-
"kind": "method",
|
|
7038
|
-
"name": "isCancelBeforeStart"
|
|
7039
|
-
},
|
|
7040
7057
|
{
|
|
7041
7058
|
"kind": "field",
|
|
7042
7059
|
"name": "_presentation",
|
|
@@ -7153,113 +7170,81 @@
|
|
|
7153
7170
|
"name": "FoundationElement",
|
|
7154
7171
|
"package": "@microsoft/fast-foundation"
|
|
7155
7172
|
},
|
|
7156
|
-
"tagName": "%%prefix%%-
|
|
7173
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7157
7174
|
"customElement": true
|
|
7158
7175
|
},
|
|
7159
7176
|
{
|
|
7160
7177
|
"kind": "variable",
|
|
7161
|
-
"name": "
|
|
7162
|
-
"
|
|
7163
|
-
"description": "The AG Number Editor Styles.",
|
|
7164
|
-
"privacy": "public"
|
|
7165
|
-
},
|
|
7166
|
-
{
|
|
7167
|
-
"kind": "function",
|
|
7168
|
-
"name": "getNumberEditorTemplate",
|
|
7169
|
-
"parameters": [
|
|
7170
|
-
{
|
|
7171
|
-
"name": "designSystem",
|
|
7172
|
-
"default": "'foundation'",
|
|
7173
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7174
|
-
}
|
|
7175
|
-
],
|
|
7176
|
-
"description": "Get a Design System prefixed Select template.",
|
|
7177
|
-
"return": {
|
|
7178
|
-
"type": {
|
|
7179
|
-
"text": ""
|
|
7180
|
-
}
|
|
7181
|
-
},
|
|
7182
|
-
"privacy": "public"
|
|
7183
|
-
},
|
|
7184
|
-
{
|
|
7185
|
-
"kind": "variable",
|
|
7186
|
-
"name": "foundationNumberEditor",
|
|
7178
|
+
"name": "foundationStatusPillRenderer",
|
|
7179
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7187
7180
|
"privacy": "public"
|
|
7188
7181
|
}
|
|
7189
7182
|
],
|
|
7190
7183
|
"exports": [
|
|
7191
7184
|
{
|
|
7192
7185
|
"kind": "js",
|
|
7193
|
-
"name": "
|
|
7186
|
+
"name": "agStatusPillRendererStyles",
|
|
7194
7187
|
"declaration": {
|
|
7195
|
-
"name": "
|
|
7196
|
-
"module": "src/cell-
|
|
7188
|
+
"name": "agStatusPillRendererStyles",
|
|
7189
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7197
7190
|
}
|
|
7198
7191
|
},
|
|
7199
7192
|
{
|
|
7200
7193
|
"kind": "js",
|
|
7201
|
-
"name": "
|
|
7194
|
+
"name": "getStatusPillRendererTemplate",
|
|
7202
7195
|
"declaration": {
|
|
7203
|
-
"name": "
|
|
7204
|
-
"module": "src/cell-
|
|
7196
|
+
"name": "getStatusPillRendererTemplate",
|
|
7197
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7205
7198
|
}
|
|
7206
7199
|
},
|
|
7207
7200
|
{
|
|
7208
7201
|
"kind": "js",
|
|
7209
|
-
"name": "
|
|
7202
|
+
"name": "StatusPillRenderer",
|
|
7210
7203
|
"declaration": {
|
|
7211
|
-
"name": "
|
|
7212
|
-
"module": "src/cell-
|
|
7204
|
+
"name": "StatusPillRenderer",
|
|
7205
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7213
7206
|
}
|
|
7214
7207
|
},
|
|
7215
7208
|
{
|
|
7216
7209
|
"kind": "js",
|
|
7217
|
-
"name": "
|
|
7210
|
+
"name": "foundationStatusPillRenderer",
|
|
7218
7211
|
"declaration": {
|
|
7219
|
-
"name": "
|
|
7220
|
-
"module": "src/cell-
|
|
7212
|
+
"name": "foundationStatusPillRenderer",
|
|
7213
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7221
7214
|
}
|
|
7222
7215
|
}
|
|
7223
7216
|
]
|
|
7224
7217
|
},
|
|
7225
7218
|
{
|
|
7226
7219
|
"kind": "javascript-module",
|
|
7227
|
-
"path": "src/cell-
|
|
7220
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7228
7221
|
"declarations": [
|
|
7229
7222
|
{
|
|
7230
7223
|
"kind": "class",
|
|
7231
|
-
"description": "The AG
|
|
7232
|
-
"name": "
|
|
7224
|
+
"description": "The AG Text Field Renderer element.",
|
|
7225
|
+
"name": "AgTextFieldRenderer",
|
|
7233
7226
|
"members": [
|
|
7234
7227
|
{
|
|
7235
7228
|
"kind": "field",
|
|
7236
|
-
"name": "
|
|
7229
|
+
"name": "textField",
|
|
7237
7230
|
"type": {
|
|
7238
|
-
"text": "
|
|
7231
|
+
"text": "TextField"
|
|
7239
7232
|
},
|
|
7240
7233
|
"privacy": "public"
|
|
7241
7234
|
},
|
|
7242
7235
|
{
|
|
7243
7236
|
"kind": "field",
|
|
7244
|
-
"name": "
|
|
7237
|
+
"name": "textValue",
|
|
7245
7238
|
"type": {
|
|
7246
7239
|
"text": "string"
|
|
7247
7240
|
},
|
|
7248
|
-
"
|
|
7249
|
-
},
|
|
7250
|
-
{
|
|
7251
|
-
"kind": "field",
|
|
7252
|
-
"name": "actualWidth",
|
|
7253
|
-
"type": {
|
|
7254
|
-
"text": "number"
|
|
7255
|
-
},
|
|
7256
|
-
"privacy": "public"
|
|
7241
|
+
"default": "''"
|
|
7257
7242
|
},
|
|
7258
7243
|
{
|
|
7259
7244
|
"kind": "field",
|
|
7260
|
-
"name": "
|
|
7245
|
+
"name": "params",
|
|
7261
7246
|
"type": {
|
|
7262
|
-
"text": "
|
|
7247
|
+
"text": "FuiCellRendererParams"
|
|
7263
7248
|
},
|
|
7264
7249
|
"privacy": "public"
|
|
7265
7250
|
},
|
|
@@ -7271,7 +7256,7 @@
|
|
|
7271
7256
|
{
|
|
7272
7257
|
"name": "params",
|
|
7273
7258
|
"type": {
|
|
7274
|
-
"text": "
|
|
7259
|
+
"text": "FuiCellRendererParams"
|
|
7275
7260
|
}
|
|
7276
7261
|
}
|
|
7277
7262
|
]
|
|
@@ -7286,53 +7271,50 @@
|
|
|
7286
7271
|
}
|
|
7287
7272
|
}
|
|
7288
7273
|
},
|
|
7274
|
+
{
|
|
7275
|
+
"kind": "method",
|
|
7276
|
+
"name": "destroy",
|
|
7277
|
+
"privacy": "public"
|
|
7278
|
+
},
|
|
7289
7279
|
{
|
|
7290
7280
|
"kind": "method",
|
|
7291
7281
|
"name": "refresh",
|
|
7292
7282
|
"privacy": "public",
|
|
7293
|
-
"return": {
|
|
7294
|
-
"type": {
|
|
7295
|
-
"text": "boolean"
|
|
7296
|
-
}
|
|
7297
|
-
},
|
|
7298
7283
|
"parameters": [
|
|
7299
7284
|
{
|
|
7300
7285
|
"name": "params",
|
|
7301
7286
|
"type": {
|
|
7302
|
-
"text": "
|
|
7287
|
+
"text": "FuiCellRendererParams"
|
|
7303
7288
|
}
|
|
7304
7289
|
}
|
|
7305
|
-
]
|
|
7306
|
-
},
|
|
7307
|
-
{
|
|
7308
|
-
"kind": "method",
|
|
7309
|
-
"name": "getValue"
|
|
7290
|
+
]
|
|
7310
7291
|
},
|
|
7311
7292
|
{
|
|
7312
7293
|
"kind": "method",
|
|
7313
|
-
"name": "
|
|
7294
|
+
"name": "isDisabled",
|
|
7295
|
+
"privacy": "public",
|
|
7314
7296
|
"return": {
|
|
7315
7297
|
"type": {
|
|
7316
7298
|
"text": "boolean"
|
|
7317
7299
|
}
|
|
7318
|
-
}
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"kind": "method",
|
|
7322
|
-
"name": "afterGuiAttached"
|
|
7323
|
-
},
|
|
7324
|
-
{
|
|
7325
|
-
"kind": "method",
|
|
7326
|
-
"name": "changeHandler",
|
|
7300
|
+
},
|
|
7327
7301
|
"parameters": [
|
|
7328
7302
|
{
|
|
7329
|
-
"name": "
|
|
7303
|
+
"name": "data"
|
|
7330
7304
|
}
|
|
7331
7305
|
]
|
|
7332
7306
|
},
|
|
7333
7307
|
{
|
|
7334
|
-
"kind": "
|
|
7335
|
-
"name": "
|
|
7308
|
+
"kind": "field",
|
|
7309
|
+
"name": "textChanged",
|
|
7310
|
+
"privacy": "public",
|
|
7311
|
+
"description": "On text change handler",
|
|
7312
|
+
"parameters": [
|
|
7313
|
+
{
|
|
7314
|
+
"description": "CustomEvent",
|
|
7315
|
+
"name": "e"
|
|
7316
|
+
}
|
|
7317
|
+
]
|
|
7336
7318
|
},
|
|
7337
7319
|
{
|
|
7338
7320
|
"kind": "field",
|
|
@@ -7450,19 +7432,19 @@
|
|
|
7450
7432
|
"name": "FoundationElement",
|
|
7451
7433
|
"package": "@microsoft/fast-foundation"
|
|
7452
7434
|
},
|
|
7453
|
-
"tagName": "%%prefix%%-
|
|
7435
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7454
7436
|
"customElement": true
|
|
7455
7437
|
},
|
|
7456
7438
|
{
|
|
7457
7439
|
"kind": "variable",
|
|
7458
|
-
"name": "
|
|
7459
|
-
"default": "css
|
|
7460
|
-
"description": "The AG
|
|
7440
|
+
"name": "textFieldRendererStyles",
|
|
7441
|
+
"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`",
|
|
7442
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7461
7443
|
"privacy": "public"
|
|
7462
7444
|
},
|
|
7463
7445
|
{
|
|
7464
7446
|
"kind": "function",
|
|
7465
|
-
"name": "
|
|
7447
|
+
"name": "getTextFieldRendererTemplate",
|
|
7466
7448
|
"parameters": [
|
|
7467
7449
|
{
|
|
7468
7450
|
"name": "designSystem",
|
|
@@ -7470,7 +7452,7 @@
|
|
|
7470
7452
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7471
7453
|
}
|
|
7472
7454
|
],
|
|
7473
|
-
"description": "Get a Design System prefixed
|
|
7455
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7474
7456
|
"return": {
|
|
7475
7457
|
"type": {
|
|
7476
7458
|
"text": ""
|
|
@@ -7480,85 +7462,97 @@
|
|
|
7480
7462
|
},
|
|
7481
7463
|
{
|
|
7482
7464
|
"kind": "variable",
|
|
7483
|
-
"name": "
|
|
7465
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7466
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7484
7467
|
"privacy": "public"
|
|
7485
7468
|
}
|
|
7486
7469
|
],
|
|
7487
7470
|
"exports": [
|
|
7488
7471
|
{
|
|
7489
7472
|
"kind": "js",
|
|
7490
|
-
"name": "
|
|
7473
|
+
"name": "AgTextFieldRenderer",
|
|
7491
7474
|
"declaration": {
|
|
7492
|
-
"name": "
|
|
7493
|
-
"module": "src/cell-
|
|
7475
|
+
"name": "AgTextFieldRenderer",
|
|
7476
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7494
7477
|
}
|
|
7495
7478
|
},
|
|
7496
7479
|
{
|
|
7497
7480
|
"kind": "js",
|
|
7498
|
-
"name": "
|
|
7481
|
+
"name": "textFieldRendererStyles",
|
|
7499
7482
|
"declaration": {
|
|
7500
|
-
"name": "
|
|
7501
|
-
"module": "src/cell-
|
|
7483
|
+
"name": "textFieldRendererStyles",
|
|
7484
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7502
7485
|
}
|
|
7503
7486
|
},
|
|
7504
7487
|
{
|
|
7505
7488
|
"kind": "js",
|
|
7506
|
-
"name": "
|
|
7489
|
+
"name": "getTextFieldRendererTemplate",
|
|
7507
7490
|
"declaration": {
|
|
7508
|
-
"name": "
|
|
7509
|
-
"module": "src/cell-
|
|
7491
|
+
"name": "getTextFieldRendererTemplate",
|
|
7492
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7510
7493
|
}
|
|
7511
7494
|
},
|
|
7512
7495
|
{
|
|
7513
7496
|
"kind": "js",
|
|
7514
|
-
"name": "
|
|
7497
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7515
7498
|
"declaration": {
|
|
7516
|
-
"name": "
|
|
7517
|
-
"module": "src/cell-
|
|
7499
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7500
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7518
7501
|
}
|
|
7519
7502
|
}
|
|
7520
7503
|
]
|
|
7521
7504
|
},
|
|
7522
7505
|
{
|
|
7523
7506
|
"kind": "javascript-module",
|
|
7524
|
-
"path": "src/cell-
|
|
7507
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7525
7508
|
"declarations": [
|
|
7526
7509
|
{
|
|
7527
7510
|
"kind": "class",
|
|
7528
|
-
"description": "
|
|
7529
|
-
"name": "
|
|
7511
|
+
"description": "",
|
|
7512
|
+
"name": "AgTextRenderer",
|
|
7513
|
+
"superclass": {
|
|
7514
|
+
"name": "AgTextFieldRenderer",
|
|
7515
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7516
|
+
},
|
|
7517
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7518
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7519
|
+
"customElement": true,
|
|
7530
7520
|
"members": [
|
|
7531
7521
|
{
|
|
7532
7522
|
"kind": "field",
|
|
7533
|
-
"name": "
|
|
7523
|
+
"name": "textField",
|
|
7534
7524
|
"type": {
|
|
7535
|
-
"text": "
|
|
7525
|
+
"text": "TextField"
|
|
7536
7526
|
},
|
|
7537
|
-
"privacy": "public"
|
|
7527
|
+
"privacy": "public",
|
|
7528
|
+
"inheritedFrom": {
|
|
7529
|
+
"name": "AgTextFieldRenderer",
|
|
7530
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
+
}
|
|
7538
7532
|
},
|
|
7539
7533
|
{
|
|
7540
7534
|
"kind": "field",
|
|
7541
|
-
"name": "
|
|
7535
|
+
"name": "textValue",
|
|
7542
7536
|
"type": {
|
|
7543
7537
|
"text": "string"
|
|
7544
7538
|
},
|
|
7545
|
-
"
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
"type": {
|
|
7551
|
-
"text": "number"
|
|
7552
|
-
},
|
|
7553
|
-
"privacy": "public"
|
|
7539
|
+
"default": "''",
|
|
7540
|
+
"inheritedFrom": {
|
|
7541
|
+
"name": "AgTextFieldRenderer",
|
|
7542
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7543
|
+
}
|
|
7554
7544
|
},
|
|
7555
7545
|
{
|
|
7556
7546
|
"kind": "field",
|
|
7557
|
-
"name": "
|
|
7547
|
+
"name": "params",
|
|
7558
7548
|
"type": {
|
|
7559
|
-
"text": "
|
|
7549
|
+
"text": "FuiCellRendererParams"
|
|
7560
7550
|
},
|
|
7561
|
-
"privacy": "public"
|
|
7551
|
+
"privacy": "public",
|
|
7552
|
+
"inheritedFrom": {
|
|
7553
|
+
"name": "AgTextFieldRenderer",
|
|
7554
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7555
|
+
}
|
|
7562
7556
|
},
|
|
7563
7557
|
{
|
|
7564
7558
|
"kind": "method",
|
|
@@ -7568,10 +7562,14 @@
|
|
|
7568
7562
|
{
|
|
7569
7563
|
"name": "params",
|
|
7570
7564
|
"type": {
|
|
7571
|
-
"text": "
|
|
7565
|
+
"text": "FuiCellRendererParams"
|
|
7572
7566
|
}
|
|
7573
7567
|
}
|
|
7574
|
-
]
|
|
7568
|
+
],
|
|
7569
|
+
"inheritedFrom": {
|
|
7570
|
+
"name": "AgTextFieldRenderer",
|
|
7571
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7572
|
+
}
|
|
7575
7573
|
},
|
|
7576
7574
|
{
|
|
7577
7575
|
"kind": "method",
|
|
@@ -7581,55 +7579,72 @@
|
|
|
7581
7579
|
"type": {
|
|
7582
7580
|
"text": "HTMLElement"
|
|
7583
7581
|
}
|
|
7582
|
+
},
|
|
7583
|
+
"inheritedFrom": {
|
|
7584
|
+
"name": "AgTextFieldRenderer",
|
|
7585
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7586
|
+
}
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
"kind": "method",
|
|
7590
|
+
"name": "destroy",
|
|
7591
|
+
"privacy": "public",
|
|
7592
|
+
"inheritedFrom": {
|
|
7593
|
+
"name": "AgTextFieldRenderer",
|
|
7594
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7584
7595
|
}
|
|
7585
7596
|
},
|
|
7586
7597
|
{
|
|
7587
7598
|
"kind": "method",
|
|
7588
7599
|
"name": "refresh",
|
|
7589
7600
|
"privacy": "public",
|
|
7590
|
-
"return": {
|
|
7591
|
-
"type": {
|
|
7592
|
-
"text": "boolean"
|
|
7593
|
-
}
|
|
7594
|
-
},
|
|
7595
7601
|
"parameters": [
|
|
7596
7602
|
{
|
|
7597
7603
|
"name": "params",
|
|
7598
7604
|
"type": {
|
|
7599
|
-
"text": "
|
|
7605
|
+
"text": "FuiCellRendererParams"
|
|
7600
7606
|
}
|
|
7601
7607
|
}
|
|
7602
|
-
]
|
|
7603
|
-
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7608
|
+
],
|
|
7609
|
+
"inheritedFrom": {
|
|
7610
|
+
"name": "AgTextFieldRenderer",
|
|
7611
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7612
|
+
}
|
|
7607
7613
|
},
|
|
7608
7614
|
{
|
|
7609
7615
|
"kind": "method",
|
|
7610
|
-
"name": "
|
|
7616
|
+
"name": "isDisabled",
|
|
7617
|
+
"privacy": "public",
|
|
7611
7618
|
"return": {
|
|
7612
7619
|
"type": {
|
|
7613
7620
|
"text": "boolean"
|
|
7614
7621
|
}
|
|
7622
|
+
},
|
|
7623
|
+
"parameters": [
|
|
7624
|
+
{
|
|
7625
|
+
"name": "data"
|
|
7626
|
+
}
|
|
7627
|
+
],
|
|
7628
|
+
"inheritedFrom": {
|
|
7629
|
+
"name": "AgTextFieldRenderer",
|
|
7630
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7615
7631
|
}
|
|
7616
7632
|
},
|
|
7617
7633
|
{
|
|
7618
|
-
"kind": "
|
|
7619
|
-
"name": "
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
"kind": "method",
|
|
7623
|
-
"name": "changeHandler",
|
|
7634
|
+
"kind": "field",
|
|
7635
|
+
"name": "textChanged",
|
|
7636
|
+
"privacy": "public",
|
|
7637
|
+
"description": "On text change handler",
|
|
7624
7638
|
"parameters": [
|
|
7625
7639
|
{
|
|
7626
|
-
"
|
|
7640
|
+
"description": "CustomEvent",
|
|
7641
|
+
"name": "e"
|
|
7627
7642
|
}
|
|
7628
|
-
]
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7643
|
+
],
|
|
7644
|
+
"inheritedFrom": {
|
|
7645
|
+
"name": "AgTextFieldRenderer",
|
|
7646
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7647
|
+
}
|
|
7633
7648
|
},
|
|
7634
7649
|
{
|
|
7635
7650
|
"kind": "field",
|
|
@@ -7742,76 +7757,61 @@
|
|
|
7742
7757
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7743
7758
|
}
|
|
7744
7759
|
}
|
|
7745
|
-
]
|
|
7746
|
-
"superclass": {
|
|
7747
|
-
"name": "FoundationElement",
|
|
7748
|
-
"package": "@microsoft/fast-foundation"
|
|
7749
|
-
},
|
|
7750
|
-
"tagName": "%%prefix%%-string-editor",
|
|
7751
|
-
"customElement": true
|
|
7760
|
+
]
|
|
7752
7761
|
},
|
|
7753
7762
|
{
|
|
7754
7763
|
"kind": "variable",
|
|
7755
|
-
"name": "
|
|
7756
|
-
"default": "
|
|
7757
|
-
"
|
|
7758
|
-
"
|
|
7764
|
+
"name": "textRendererStyles",
|
|
7765
|
+
"default": "textFieldRendererStyles",
|
|
7766
|
+
"privacy": "public",
|
|
7767
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7759
7768
|
},
|
|
7760
7769
|
{
|
|
7761
|
-
"kind": "
|
|
7762
|
-
"name": "
|
|
7763
|
-
"
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
"default": "'foundation'",
|
|
7767
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7768
|
-
}
|
|
7769
|
-
],
|
|
7770
|
-
"description": "Get a Design System prefixed String template.",
|
|
7771
|
-
"return": {
|
|
7772
|
-
"type": {
|
|
7773
|
-
"text": ""
|
|
7774
|
-
}
|
|
7775
|
-
},
|
|
7776
|
-
"privacy": "public"
|
|
7770
|
+
"kind": "variable",
|
|
7771
|
+
"name": "getTextRendererTemplate",
|
|
7772
|
+
"default": "getTextFieldRendererTemplate",
|
|
7773
|
+
"privacy": "public",
|
|
7774
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7777
7775
|
},
|
|
7778
7776
|
{
|
|
7779
7777
|
"kind": "variable",
|
|
7780
|
-
"name": "
|
|
7781
|
-
"
|
|
7778
|
+
"name": "foundationAgTextRenderer",
|
|
7779
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7780
|
+
"privacy": "public",
|
|
7781
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7782
7782
|
}
|
|
7783
7783
|
],
|
|
7784
7784
|
"exports": [
|
|
7785
7785
|
{
|
|
7786
7786
|
"kind": "js",
|
|
7787
|
-
"name": "
|
|
7787
|
+
"name": "AgTextRenderer",
|
|
7788
7788
|
"declaration": {
|
|
7789
|
-
"name": "
|
|
7790
|
-
"module": "src/cell-
|
|
7789
|
+
"name": "AgTextRenderer",
|
|
7790
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7791
7791
|
}
|
|
7792
7792
|
},
|
|
7793
7793
|
{
|
|
7794
7794
|
"kind": "js",
|
|
7795
|
-
"name": "
|
|
7795
|
+
"name": "textRendererStyles",
|
|
7796
7796
|
"declaration": {
|
|
7797
|
-
"name": "
|
|
7798
|
-
"module": "src/cell-
|
|
7797
|
+
"name": "textRendererStyles",
|
|
7798
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7799
7799
|
}
|
|
7800
7800
|
},
|
|
7801
7801
|
{
|
|
7802
7802
|
"kind": "js",
|
|
7803
|
-
"name": "
|
|
7803
|
+
"name": "getTextRendererTemplate",
|
|
7804
7804
|
"declaration": {
|
|
7805
|
-
"name": "
|
|
7806
|
-
"module": "src/cell-
|
|
7805
|
+
"name": "getTextRendererTemplate",
|
|
7806
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7807
7807
|
}
|
|
7808
7808
|
},
|
|
7809
7809
|
{
|
|
7810
7810
|
"kind": "js",
|
|
7811
|
-
"name": "
|
|
7811
|
+
"name": "foundationAgTextRenderer",
|
|
7812
7812
|
"declaration": {
|
|
7813
|
-
"name": "
|
|
7814
|
-
"module": "src/cell-
|
|
7813
|
+
"name": "foundationAgTextRenderer",
|
|
7814
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7815
7815
|
}
|
|
7816
7816
|
}
|
|
7817
7817
|
]
|