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