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