@genesislcap/grid-pro 14.488.2-FUI-2571.3 → 14.488.2-GENC-1351.3
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 +1278 -1278
- package/dist/dts/react.d.ts +54 -54
- package/dist/react.cjs +34 -34
- package/dist/react.mjs +28 -28
- package/package.json +14 -14
|
@@ -3817,57 +3817,29 @@
|
|
|
3817
3817
|
},
|
|
3818
3818
|
{
|
|
3819
3819
|
"kind": "javascript-module",
|
|
3820
|
-
"path": "src/cell-
|
|
3820
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3821
3821
|
"declarations": [
|
|
3822
3822
|
{
|
|
3823
3823
|
"kind": "class",
|
|
3824
|
-
"description": "The AG
|
|
3825
|
-
"name": "
|
|
3824
|
+
"description": "The AG Action Renderer element.",
|
|
3825
|
+
"name": "ActionRenderer",
|
|
3826
3826
|
"members": [
|
|
3827
3827
|
{
|
|
3828
3828
|
"kind": "field",
|
|
3829
|
-
"name": "
|
|
3829
|
+
"name": "params",
|
|
3830
3830
|
"type": {
|
|
3831
|
-
"text": "
|
|
3831
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3832
3832
|
},
|
|
3833
3833
|
"privacy": "public"
|
|
3834
3834
|
},
|
|
3835
3835
|
{
|
|
3836
3836
|
"kind": "field",
|
|
3837
|
-
"name": "
|
|
3837
|
+
"name": "pendingAction",
|
|
3838
3838
|
"type": {
|
|
3839
|
-
"text": "
|
|
3839
|
+
"text": "boolean"
|
|
3840
3840
|
},
|
|
3841
3841
|
"privacy": "public"
|
|
3842
3842
|
},
|
|
3843
|
-
{
|
|
3844
|
-
"kind": "field",
|
|
3845
|
-
"name": "params",
|
|
3846
|
-
"type": {
|
|
3847
|
-
"text": "DateEditorParams"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "field",
|
|
3852
|
-
"name": "dateFormat",
|
|
3853
|
-
"type": {
|
|
3854
|
-
"text": "string"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
|
-
{
|
|
3858
|
-
"kind": "field",
|
|
3859
|
-
"name": "input",
|
|
3860
|
-
"type": {
|
|
3861
|
-
"text": "any"
|
|
3862
|
-
}
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
"kind": "field",
|
|
3866
|
-
"name": "inputType",
|
|
3867
|
-
"type": {
|
|
3868
|
-
"text": "'datetime-local' | 'date'"
|
|
3869
|
-
}
|
|
3870
|
-
},
|
|
3871
3843
|
{
|
|
3872
3844
|
"kind": "method",
|
|
3873
3845
|
"name": "init",
|
|
@@ -3876,7 +3848,7 @@
|
|
|
3876
3848
|
{
|
|
3877
3849
|
"name": "params",
|
|
3878
3850
|
"type": {
|
|
3879
|
-
"text": "
|
|
3851
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3880
3852
|
}
|
|
3881
3853
|
}
|
|
3882
3854
|
]
|
|
@@ -3895,49 +3867,39 @@
|
|
|
3895
3867
|
"kind": "method",
|
|
3896
3868
|
"name": "refresh",
|
|
3897
3869
|
"privacy": "public",
|
|
3898
|
-
"return": {
|
|
3899
|
-
"type": {
|
|
3900
|
-
"text": "boolean"
|
|
3901
|
-
}
|
|
3902
|
-
},
|
|
3903
3870
|
"parameters": [
|
|
3904
3871
|
{
|
|
3905
3872
|
"name": "params",
|
|
3906
3873
|
"type": {
|
|
3907
|
-
"text": "
|
|
3874
|
+
"text": "ICellRendererParams"
|
|
3908
3875
|
}
|
|
3909
3876
|
}
|
|
3910
3877
|
]
|
|
3911
3878
|
},
|
|
3912
3879
|
{
|
|
3913
3880
|
"kind": "method",
|
|
3914
|
-
"name": "
|
|
3915
|
-
|
|
3916
|
-
{
|
|
3917
|
-
"kind": "method",
|
|
3918
|
-
"name": "isPopup",
|
|
3881
|
+
"name": "isDisabled",
|
|
3882
|
+
"privacy": "public",
|
|
3919
3883
|
"return": {
|
|
3920
3884
|
"type": {
|
|
3921
3885
|
"text": "boolean"
|
|
3922
3886
|
}
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "method",
|
|
3927
|
-
"name": "changeHandler",
|
|
3887
|
+
},
|
|
3928
3888
|
"parameters": [
|
|
3929
3889
|
{
|
|
3930
|
-
"name": "
|
|
3890
|
+
"name": "data"
|
|
3931
3891
|
}
|
|
3932
3892
|
]
|
|
3933
3893
|
},
|
|
3934
3894
|
{
|
|
3935
3895
|
"kind": "method",
|
|
3936
|
-
"name": "
|
|
3896
|
+
"name": "clickHandler",
|
|
3897
|
+
"privacy": "public"
|
|
3937
3898
|
},
|
|
3938
3899
|
{
|
|
3939
|
-
"kind": "
|
|
3940
|
-
"name": "
|
|
3900
|
+
"kind": "field",
|
|
3901
|
+
"name": "dataTestId",
|
|
3902
|
+
"readonly": true
|
|
3941
3903
|
},
|
|
3942
3904
|
{
|
|
3943
3905
|
"kind": "field",
|
|
@@ -4055,144 +4017,78 @@
|
|
|
4055
4017
|
"name": "FoundationElement",
|
|
4056
4018
|
"package": "@microsoft/fast-foundation"
|
|
4057
4019
|
},
|
|
4058
|
-
"tagName": "%%prefix%%-
|
|
4020
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4059
4021
|
"customElement": true
|
|
4060
4022
|
},
|
|
4061
4023
|
{
|
|
4062
4024
|
"kind": "variable",
|
|
4063
|
-
"name": "
|
|
4064
|
-
"
|
|
4065
|
-
"description": "The AG Select Renderer Styles.",
|
|
4025
|
+
"name": "actionHeightMultiplier",
|
|
4026
|
+
"description": "The base height multiplier for the action renderer.",
|
|
4066
4027
|
"privacy": "public"
|
|
4067
4028
|
},
|
|
4068
4029
|
{
|
|
4069
|
-
"kind": "
|
|
4070
|
-
"name": "
|
|
4071
|
-
"
|
|
4072
|
-
|
|
4073
|
-
"name": "prefix",
|
|
4074
|
-
"default": "'foundation'",
|
|
4075
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4076
|
-
}
|
|
4077
|
-
],
|
|
4078
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4079
|
-
"return": {
|
|
4080
|
-
"type": {
|
|
4081
|
-
"text": ""
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4030
|
+
"kind": "variable",
|
|
4031
|
+
"name": "agActionRendererStyles",
|
|
4032
|
+
"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`",
|
|
4033
|
+
"description": "The AG Action Renderer Styles.",
|
|
4084
4034
|
"privacy": "public"
|
|
4085
4035
|
},
|
|
4086
4036
|
{
|
|
4087
4037
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4038
|
+
"name": "foundationGridProActionRenderer",
|
|
4039
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4089
4040
|
"privacy": "public"
|
|
4090
4041
|
}
|
|
4091
4042
|
],
|
|
4092
4043
|
"exports": [
|
|
4093
4044
|
{
|
|
4094
4045
|
"kind": "js",
|
|
4095
|
-
"name": "
|
|
4096
|
-
"declaration": {
|
|
4097
|
-
"name": "DateEditor",
|
|
4098
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"kind": "js",
|
|
4103
|
-
"name": "agDateEditorStyles",
|
|
4104
|
-
"declaration": {
|
|
4105
|
-
"name": "agDateEditorStyles",
|
|
4106
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"kind": "js",
|
|
4111
|
-
"name": "getDateEditorTemplate",
|
|
4112
|
-
"declaration": {
|
|
4113
|
-
"name": "getDateEditorTemplate",
|
|
4114
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4115
|
-
}
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "js",
|
|
4119
|
-
"name": "foundationDateEditor",
|
|
4120
|
-
"declaration": {
|
|
4121
|
-
"name": "foundationDateEditor",
|
|
4122
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4123
|
-
}
|
|
4124
|
-
}
|
|
4125
|
-
]
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"kind": "javascript-module",
|
|
4129
|
-
"path": "src/cell-editors/index.ts",
|
|
4130
|
-
"declarations": [],
|
|
4131
|
-
"exports": [
|
|
4132
|
-
{
|
|
4133
|
-
"kind": "js",
|
|
4134
|
-
"name": "*",
|
|
4135
|
-
"declaration": {
|
|
4136
|
-
"name": "*",
|
|
4137
|
-
"package": "./date.editor"
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "js",
|
|
4142
|
-
"name": "*",
|
|
4046
|
+
"name": "ActionRenderer",
|
|
4143
4047
|
"declaration": {
|
|
4144
|
-
"name": "
|
|
4145
|
-
"
|
|
4048
|
+
"name": "ActionRenderer",
|
|
4049
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4146
4050
|
}
|
|
4147
4051
|
},
|
|
4148
4052
|
{
|
|
4149
4053
|
"kind": "js",
|
|
4150
|
-
"name": "
|
|
4054
|
+
"name": "actionHeightMultiplier",
|
|
4151
4055
|
"declaration": {
|
|
4152
|
-
"name": "
|
|
4153
|
-
"
|
|
4056
|
+
"name": "actionHeightMultiplier",
|
|
4057
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4154
4058
|
}
|
|
4155
4059
|
},
|
|
4156
4060
|
{
|
|
4157
4061
|
"kind": "js",
|
|
4158
|
-
"name": "
|
|
4062
|
+
"name": "agActionRendererStyles",
|
|
4159
4063
|
"declaration": {
|
|
4160
|
-
"name": "
|
|
4161
|
-
"
|
|
4064
|
+
"name": "agActionRendererStyles",
|
|
4065
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4162
4066
|
}
|
|
4163
4067
|
},
|
|
4164
4068
|
{
|
|
4165
4069
|
"kind": "js",
|
|
4166
|
-
"name": "
|
|
4070
|
+
"name": "foundationGridProActionRenderer",
|
|
4167
4071
|
"declaration": {
|
|
4168
|
-
"name": "
|
|
4169
|
-
"
|
|
4072
|
+
"name": "foundationGridProActionRenderer",
|
|
4073
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4170
4074
|
}
|
|
4171
4075
|
}
|
|
4172
4076
|
]
|
|
4173
4077
|
},
|
|
4174
4078
|
{
|
|
4175
4079
|
"kind": "javascript-module",
|
|
4176
|
-
"path": "src/cell-
|
|
4080
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4177
4081
|
"declarations": [
|
|
4178
4082
|
{
|
|
4179
4083
|
"kind": "class",
|
|
4180
|
-
"description": "The
|
|
4181
|
-
"name": "
|
|
4084
|
+
"description": "The Actions Menu Renderer element.",
|
|
4085
|
+
"name": "ActionsMenuRenderer",
|
|
4182
4086
|
"members": [
|
|
4183
4087
|
{
|
|
4184
4088
|
"kind": "field",
|
|
4185
4089
|
"name": "params",
|
|
4186
4090
|
"type": {
|
|
4187
|
-
"text": "
|
|
4188
|
-
},
|
|
4189
|
-
"privacy": "public"
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"kind": "field",
|
|
4193
|
-
"name": "selectedOptions",
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "any[]"
|
|
4091
|
+
"text": "ICellRendererParams"
|
|
4196
4092
|
},
|
|
4197
4093
|
"privacy": "public"
|
|
4198
4094
|
},
|
|
@@ -4204,7 +4100,7 @@
|
|
|
4204
4100
|
{
|
|
4205
4101
|
"name": "params",
|
|
4206
4102
|
"type": {
|
|
4207
|
-
"text": "
|
|
4103
|
+
"text": "ICellRendererParams"
|
|
4208
4104
|
}
|
|
4209
4105
|
}
|
|
4210
4106
|
]
|
|
@@ -4219,60 +4115,19 @@
|
|
|
4219
4115
|
}
|
|
4220
4116
|
}
|
|
4221
4117
|
},
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "method",
|
|
4224
|
-
"name": "destroy",
|
|
4225
|
-
"privacy": "public",
|
|
4226
|
-
"return": {
|
|
4227
|
-
"type": {
|
|
4228
|
-
"text": "void"
|
|
4229
|
-
}
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
4118
|
{
|
|
4233
4119
|
"kind": "method",
|
|
4234
4120
|
"name": "refresh",
|
|
4235
4121
|
"privacy": "public",
|
|
4236
|
-
"return": {
|
|
4237
|
-
"type": {
|
|
4238
|
-
"text": "boolean"
|
|
4239
|
-
}
|
|
4240
|
-
},
|
|
4241
4122
|
"parameters": [
|
|
4242
4123
|
{
|
|
4243
4124
|
"name": "params",
|
|
4244
4125
|
"type": {
|
|
4245
|
-
"text": "
|
|
4126
|
+
"text": "ICellRendererParams"
|
|
4246
4127
|
}
|
|
4247
4128
|
}
|
|
4248
4129
|
]
|
|
4249
4130
|
},
|
|
4250
|
-
{
|
|
4251
|
-
"kind": "method",
|
|
4252
|
-
"name": "getValue"
|
|
4253
|
-
},
|
|
4254
|
-
{
|
|
4255
|
-
"kind": "method",
|
|
4256
|
-
"name": "isPopup",
|
|
4257
|
-
"return": {
|
|
4258
|
-
"type": {
|
|
4259
|
-
"text": "boolean"
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
},
|
|
4263
|
-
{
|
|
4264
|
-
"kind": "method",
|
|
4265
|
-
"name": "changeHandler",
|
|
4266
|
-
"parameters": [
|
|
4267
|
-
{
|
|
4268
|
-
"name": "event"
|
|
4269
|
-
}
|
|
4270
|
-
]
|
|
4271
|
-
},
|
|
4272
|
-
{
|
|
4273
|
-
"kind": "method",
|
|
4274
|
-
"name": "isCancelBeforeStart"
|
|
4275
|
-
},
|
|
4276
4131
|
{
|
|
4277
4132
|
"kind": "field",
|
|
4278
4133
|
"name": "_presentation",
|
|
@@ -4389,115 +4244,133 @@
|
|
|
4389
4244
|
"name": "FoundationElement",
|
|
4390
4245
|
"package": "@microsoft/fast-foundation"
|
|
4391
4246
|
},
|
|
4392
|
-
"tagName": "%%prefix%%-
|
|
4247
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4393
4248
|
"customElement": true
|
|
4394
4249
|
},
|
|
4395
4250
|
{
|
|
4396
4251
|
"kind": "variable",
|
|
4397
|
-
"name": "
|
|
4398
|
-
"
|
|
4399
|
-
"description": "The AG Select Renderer Styles.",
|
|
4252
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4253
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4400
4254
|
"privacy": "public"
|
|
4401
4255
|
},
|
|
4402
4256
|
{
|
|
4403
4257
|
"kind": "function",
|
|
4404
|
-
"name": "
|
|
4405
|
-
"parameters": [
|
|
4406
|
-
{
|
|
4407
|
-
"name": "designSystem",
|
|
4408
|
-
"default": "'foundation'",
|
|
4409
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4410
|
-
}
|
|
4411
|
-
],
|
|
4412
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4258
|
+
"name": "getActionsMenuDef",
|
|
4413
4259
|
"return": {
|
|
4414
4260
|
"type": {
|
|
4415
4261
|
"text": ""
|
|
4416
4262
|
}
|
|
4417
4263
|
},
|
|
4418
|
-
"
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4264
|
+
"parameters": [
|
|
4265
|
+
{
|
|
4266
|
+
"name": "actions",
|
|
4267
|
+
"type": {
|
|
4268
|
+
"text": "ActionMenuItem[]"
|
|
4269
|
+
},
|
|
4270
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"name": "overrideDef",
|
|
4274
|
+
"default": "{}",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "ColDef"
|
|
4277
|
+
},
|
|
4278
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "customActionsOpenerName",
|
|
4282
|
+
"default": "'⋮'",
|
|
4283
|
+
"type": {
|
|
4284
|
+
"text": "string"
|
|
4285
|
+
},
|
|
4286
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "isVertical",
|
|
4290
|
+
"default": "false",
|
|
4291
|
+
"type": {
|
|
4292
|
+
"text": "boolean"
|
|
4293
|
+
},
|
|
4294
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "buttonAppearance",
|
|
4298
|
+
"optional": true,
|
|
4299
|
+
"type": {
|
|
4300
|
+
"text": "string"
|
|
4301
|
+
},
|
|
4302
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4303
|
+
}
|
|
4304
|
+
],
|
|
4305
|
+
"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).",
|
|
4423
4306
|
"privacy": "public"
|
|
4424
4307
|
}
|
|
4425
4308
|
],
|
|
4426
4309
|
"exports": [
|
|
4427
4310
|
{
|
|
4428
4311
|
"kind": "js",
|
|
4429
|
-
"name": "
|
|
4430
|
-
"declaration": {
|
|
4431
|
-
"name": "MultiselectEditor",
|
|
4432
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4433
|
-
}
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"kind": "js",
|
|
4437
|
-
"name": "agMultiselectEditorStyles",
|
|
4312
|
+
"name": "ActionsMenuRenderer",
|
|
4438
4313
|
"declaration": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/cell-
|
|
4314
|
+
"name": "ActionsMenuRenderer",
|
|
4315
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4441
4316
|
}
|
|
4442
4317
|
},
|
|
4443
4318
|
{
|
|
4444
4319
|
"kind": "js",
|
|
4445
|
-
"name": "
|
|
4320
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4446
4321
|
"declaration": {
|
|
4447
|
-
"name": "
|
|
4448
|
-
"module": "src/cell-
|
|
4322
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4323
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4449
4324
|
}
|
|
4450
4325
|
},
|
|
4451
4326
|
{
|
|
4452
4327
|
"kind": "js",
|
|
4453
|
-
"name": "
|
|
4328
|
+
"name": "getActionsMenuDef",
|
|
4454
4329
|
"declaration": {
|
|
4455
|
-
"name": "
|
|
4456
|
-
"module": "src/cell-
|
|
4330
|
+
"name": "getActionsMenuDef",
|
|
4331
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4457
4332
|
}
|
|
4458
4333
|
}
|
|
4459
4334
|
]
|
|
4460
4335
|
},
|
|
4461
4336
|
{
|
|
4462
4337
|
"kind": "javascript-module",
|
|
4463
|
-
"path": "src/cell-
|
|
4338
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4464
4339
|
"declarations": [
|
|
4465
4340
|
{
|
|
4466
4341
|
"kind": "class",
|
|
4467
|
-
"description": "The AG
|
|
4468
|
-
"name": "
|
|
4342
|
+
"description": "The AG Boolean Renderer element.",
|
|
4343
|
+
"name": "BooleanRenderer",
|
|
4469
4344
|
"members": [
|
|
4470
4345
|
{
|
|
4471
4346
|
"kind": "field",
|
|
4472
4347
|
"name": "params",
|
|
4473
4348
|
"type": {
|
|
4474
|
-
"text": "
|
|
4475
|
-
},
|
|
4476
|
-
"privacy": "public"
|
|
4477
|
-
},
|
|
4478
|
-
{
|
|
4479
|
-
"kind": "field",
|
|
4480
|
-
"name": "value",
|
|
4481
|
-
"type": {
|
|
4482
|
-
"text": "number"
|
|
4349
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4483
4350
|
},
|
|
4484
4351
|
"privacy": "public"
|
|
4485
4352
|
},
|
|
4486
4353
|
{
|
|
4487
4354
|
"kind": "field",
|
|
4488
|
-
"name": "
|
|
4355
|
+
"name": "selected",
|
|
4489
4356
|
"type": {
|
|
4490
|
-
"text": "
|
|
4491
|
-
}
|
|
4492
|
-
"privacy": "public"
|
|
4357
|
+
"text": "boolean"
|
|
4358
|
+
}
|
|
4493
4359
|
},
|
|
4494
4360
|
{
|
|
4495
|
-
"kind": "
|
|
4496
|
-
"name": "
|
|
4497
|
-
"
|
|
4498
|
-
|
|
4361
|
+
"kind": "method",
|
|
4362
|
+
"name": "isDisabled",
|
|
4363
|
+
"privacy": "public",
|
|
4364
|
+
"return": {
|
|
4365
|
+
"type": {
|
|
4366
|
+
"text": "boolean"
|
|
4367
|
+
}
|
|
4499
4368
|
},
|
|
4500
|
-
"
|
|
4369
|
+
"parameters": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "data"
|
|
4372
|
+
}
|
|
4373
|
+
]
|
|
4501
4374
|
},
|
|
4502
4375
|
{
|
|
4503
4376
|
"kind": "method",
|
|
@@ -4507,7 +4380,7 @@
|
|
|
4507
4380
|
{
|
|
4508
4381
|
"name": "params",
|
|
4509
4382
|
"type": {
|
|
4510
|
-
"text": "
|
|
4383
|
+
"text": "ICellRendererParams"
|
|
4511
4384
|
}
|
|
4512
4385
|
}
|
|
4513
4386
|
]
|
|
@@ -4522,20 +4395,20 @@
|
|
|
4522
4395
|
}
|
|
4523
4396
|
}
|
|
4524
4397
|
},
|
|
4398
|
+
{
|
|
4399
|
+
"kind": "method",
|
|
4400
|
+
"name": "destroy",
|
|
4401
|
+
"privacy": "public"
|
|
4402
|
+
},
|
|
4525
4403
|
{
|
|
4526
4404
|
"kind": "method",
|
|
4527
4405
|
"name": "refresh",
|
|
4528
4406
|
"privacy": "public",
|
|
4529
|
-
"return": {
|
|
4530
|
-
"type": {
|
|
4531
|
-
"text": "boolean"
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
4407
|
"parameters": [
|
|
4535
4408
|
{
|
|
4536
4409
|
"name": "params",
|
|
4537
4410
|
"type": {
|
|
4538
|
-
"text": "
|
|
4411
|
+
"text": "ICellRendererParams"
|
|
4539
4412
|
}
|
|
4540
4413
|
}
|
|
4541
4414
|
]
|
|
@@ -4544,28 +4417,6 @@
|
|
|
4544
4417
|
"kind": "method",
|
|
4545
4418
|
"name": "getValue"
|
|
4546
4419
|
},
|
|
4547
|
-
{
|
|
4548
|
-
"kind": "method",
|
|
4549
|
-
"name": "isPopup",
|
|
4550
|
-
"return": {
|
|
4551
|
-
"type": {
|
|
4552
|
-
"text": "boolean"
|
|
4553
|
-
}
|
|
4554
|
-
}
|
|
4555
|
-
},
|
|
4556
|
-
{
|
|
4557
|
-
"kind": "method",
|
|
4558
|
-
"name": "afterGuiAttached"
|
|
4559
|
-
},
|
|
4560
|
-
{
|
|
4561
|
-
"kind": "method",
|
|
4562
|
-
"name": "changeHandler",
|
|
4563
|
-
"parameters": [
|
|
4564
|
-
{
|
|
4565
|
-
"name": "event"
|
|
4566
|
-
}
|
|
4567
|
-
]
|
|
4568
|
-
},
|
|
4569
4420
|
{
|
|
4570
4421
|
"kind": "method",
|
|
4571
4422
|
"name": "isCancelBeforeStart"
|
|
@@ -4686,19 +4537,19 @@
|
|
|
4686
4537
|
"name": "FoundationElement",
|
|
4687
4538
|
"package": "@microsoft/fast-foundation"
|
|
4688
4539
|
},
|
|
4689
|
-
"tagName": "%%prefix%%-
|
|
4540
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4690
4541
|
"customElement": true
|
|
4691
4542
|
},
|
|
4692
4543
|
{
|
|
4693
4544
|
"kind": "variable",
|
|
4694
|
-
"name": "
|
|
4695
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4696
|
-
"description": "The AG
|
|
4545
|
+
"name": "agBooleanRendererStyles",
|
|
4546
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4547
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4697
4548
|
"privacy": "public"
|
|
4698
4549
|
},
|
|
4699
4550
|
{
|
|
4700
4551
|
"kind": "function",
|
|
4701
|
-
"name": "
|
|
4552
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4702
4553
|
"parameters": [
|
|
4703
4554
|
{
|
|
4704
4555
|
"name": "designSystem",
|
|
@@ -4706,7 +4557,7 @@
|
|
|
4706
4557
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4707
4558
|
}
|
|
4708
4559
|
],
|
|
4709
|
-
"description": "Get a Design System prefixed
|
|
4560
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4710
4561
|
"return": {
|
|
4711
4562
|
"type": {
|
|
4712
4563
|
"text": ""
|
|
@@ -4716,85 +4567,61 @@
|
|
|
4716
4567
|
},
|
|
4717
4568
|
{
|
|
4718
4569
|
"kind": "variable",
|
|
4719
|
-
"name": "
|
|
4570
|
+
"name": "foundationAgBooleanRenderer",
|
|
4571
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4720
4572
|
"privacy": "public"
|
|
4721
4573
|
}
|
|
4722
4574
|
],
|
|
4723
4575
|
"exports": [
|
|
4724
4576
|
{
|
|
4725
4577
|
"kind": "js",
|
|
4726
|
-
"name": "
|
|
4578
|
+
"name": "BooleanRenderer",
|
|
4727
4579
|
"declaration": {
|
|
4728
|
-
"name": "
|
|
4729
|
-
"module": "src/cell-
|
|
4580
|
+
"name": "BooleanRenderer",
|
|
4581
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4730
4582
|
}
|
|
4731
4583
|
},
|
|
4732
4584
|
{
|
|
4733
4585
|
"kind": "js",
|
|
4734
|
-
"name": "
|
|
4586
|
+
"name": "agBooleanRendererStyles",
|
|
4735
4587
|
"declaration": {
|
|
4736
|
-
"name": "
|
|
4737
|
-
"module": "src/cell-
|
|
4588
|
+
"name": "agBooleanRendererStyles",
|
|
4589
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4738
4590
|
}
|
|
4739
4591
|
},
|
|
4740
4592
|
{
|
|
4741
4593
|
"kind": "js",
|
|
4742
|
-
"name": "
|
|
4594
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4743
4595
|
"declaration": {
|
|
4744
|
-
"name": "
|
|
4745
|
-
"module": "src/cell-
|
|
4596
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4597
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4746
4598
|
}
|
|
4747
4599
|
},
|
|
4748
4600
|
{
|
|
4749
4601
|
"kind": "js",
|
|
4750
|
-
"name": "
|
|
4602
|
+
"name": "foundationAgBooleanRenderer",
|
|
4751
4603
|
"declaration": {
|
|
4752
|
-
"name": "
|
|
4753
|
-
"module": "src/cell-
|
|
4604
|
+
"name": "foundationAgBooleanRenderer",
|
|
4605
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4754
4606
|
}
|
|
4755
4607
|
}
|
|
4756
4608
|
]
|
|
4757
4609
|
},
|
|
4758
4610
|
{
|
|
4759
4611
|
"kind": "javascript-module",
|
|
4760
|
-
"path": "src/cell-
|
|
4612
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4761
4613
|
"declarations": [
|
|
4762
4614
|
{
|
|
4763
4615
|
"kind": "class",
|
|
4764
|
-
"description": "The AG
|
|
4765
|
-
"name": "
|
|
4616
|
+
"description": "The AG Editable Renderer element.",
|
|
4617
|
+
"name": "EditableRenderer",
|
|
4766
4618
|
"members": [
|
|
4767
4619
|
{
|
|
4768
4620
|
"kind": "field",
|
|
4769
|
-
"name": "
|
|
4770
|
-
"type": {
|
|
4771
|
-
"text": "SelectEditorParams"
|
|
4772
|
-
},
|
|
4773
|
-
"privacy": "public"
|
|
4774
|
-
},
|
|
4775
|
-
{
|
|
4776
|
-
"kind": "field",
|
|
4777
|
-
"name": "value",
|
|
4621
|
+
"name": "valueFormatted",
|
|
4778
4622
|
"type": {
|
|
4779
4623
|
"text": "string"
|
|
4780
|
-
}
|
|
4781
|
-
"privacy": "public"
|
|
4782
|
-
},
|
|
4783
|
-
{
|
|
4784
|
-
"kind": "field",
|
|
4785
|
-
"name": "actualWidth",
|
|
4786
|
-
"type": {
|
|
4787
|
-
"text": "number"
|
|
4788
|
-
},
|
|
4789
|
-
"privacy": "public"
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"kind": "field",
|
|
4793
|
-
"name": "combobox",
|
|
4794
|
-
"type": {
|
|
4795
|
-
"text": "any"
|
|
4796
|
-
},
|
|
4797
|
-
"privacy": "public"
|
|
4624
|
+
}
|
|
4798
4625
|
},
|
|
4799
4626
|
{
|
|
4800
4627
|
"kind": "method",
|
|
@@ -4804,7 +4631,7 @@
|
|
|
4804
4631
|
{
|
|
4805
4632
|
"name": "params",
|
|
4806
4633
|
"type": {
|
|
4807
|
-
"text": "
|
|
4634
|
+
"text": "ICellRendererParams"
|
|
4808
4635
|
}
|
|
4809
4636
|
}
|
|
4810
4637
|
]
|
|
@@ -4823,61 +4650,26 @@
|
|
|
4823
4650
|
"kind": "method",
|
|
4824
4651
|
"name": "refresh",
|
|
4825
4652
|
"privacy": "public",
|
|
4826
|
-
"return": {
|
|
4827
|
-
"type": {
|
|
4828
|
-
"text": "boolean"
|
|
4829
|
-
}
|
|
4830
|
-
},
|
|
4831
4653
|
"parameters": [
|
|
4832
4654
|
{
|
|
4833
4655
|
"name": "params",
|
|
4834
4656
|
"type": {
|
|
4835
|
-
"text": "
|
|
4657
|
+
"text": "ICellRendererParams"
|
|
4836
4658
|
}
|
|
4837
4659
|
}
|
|
4838
4660
|
]
|
|
4839
4661
|
},
|
|
4840
4662
|
{
|
|
4841
|
-
"kind": "
|
|
4842
|
-
"name": "
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
"
|
|
4847
|
-
"
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
}
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"kind": "method",
|
|
4855
|
-
"name": "afterGuiAttached"
|
|
4856
|
-
},
|
|
4857
|
-
{
|
|
4858
|
-
"kind": "method",
|
|
4859
|
-
"name": "changeHandler",
|
|
4860
|
-
"parameters": [
|
|
4861
|
-
{
|
|
4862
|
-
"name": "event"
|
|
4863
|
-
}
|
|
4864
|
-
]
|
|
4865
|
-
},
|
|
4866
|
-
{
|
|
4867
|
-
"kind": "method",
|
|
4868
|
-
"name": "isCancelBeforeStart"
|
|
4869
|
-
},
|
|
4870
|
-
{
|
|
4871
|
-
"kind": "field",
|
|
4872
|
-
"name": "_presentation",
|
|
4873
|
-
"type": {
|
|
4874
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4875
|
-
},
|
|
4876
|
-
"privacy": "private",
|
|
4877
|
-
"default": "void 0",
|
|
4878
|
-
"inheritedFrom": {
|
|
4879
|
-
"name": "FoundationElement",
|
|
4880
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4663
|
+
"kind": "field",
|
|
4664
|
+
"name": "_presentation",
|
|
4665
|
+
"type": {
|
|
4666
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4667
|
+
},
|
|
4668
|
+
"privacy": "private",
|
|
4669
|
+
"default": "void 0",
|
|
4670
|
+
"inheritedFrom": {
|
|
4671
|
+
"name": "FoundationElement",
|
|
4672
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4881
4673
|
}
|
|
4882
4674
|
},
|
|
4883
4675
|
{
|
|
@@ -4983,19 +4775,19 @@
|
|
|
4983
4775
|
"name": "FoundationElement",
|
|
4984
4776
|
"package": "@microsoft/fast-foundation"
|
|
4985
4777
|
},
|
|
4986
|
-
"tagName": "%%prefix%%-
|
|
4778
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4987
4779
|
"customElement": true
|
|
4988
4780
|
},
|
|
4989
4781
|
{
|
|
4990
4782
|
"kind": "variable",
|
|
4991
|
-
"name": "
|
|
4992
|
-
"default": "css
|
|
4993
|
-
"description": "The AG
|
|
4783
|
+
"name": "agEditableRendererStyles",
|
|
4784
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4785
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4994
4786
|
"privacy": "public"
|
|
4995
4787
|
},
|
|
4996
4788
|
{
|
|
4997
4789
|
"kind": "function",
|
|
4998
|
-
"name": "
|
|
4790
|
+
"name": "getAgEditableRendererTemplate",
|
|
4999
4791
|
"parameters": [
|
|
5000
4792
|
{
|
|
5001
4793
|
"name": "designSystem",
|
|
@@ -5003,7 +4795,7 @@
|
|
|
5003
4795
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5004
4796
|
}
|
|
5005
4797
|
],
|
|
5006
|
-
"description": "Get a Design System prefixed
|
|
4798
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5007
4799
|
"return": {
|
|
5008
4800
|
"type": {
|
|
5009
4801
|
"text": ""
|
|
@@ -5013,83 +4805,88 @@
|
|
|
5013
4805
|
},
|
|
5014
4806
|
{
|
|
5015
4807
|
"kind": "variable",
|
|
5016
|
-
"name": "
|
|
4808
|
+
"name": "foundationAgEditableRenderer",
|
|
4809
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5017
4810
|
"privacy": "public"
|
|
5018
4811
|
}
|
|
5019
4812
|
],
|
|
5020
4813
|
"exports": [
|
|
5021
4814
|
{
|
|
5022
4815
|
"kind": "js",
|
|
5023
|
-
"name": "
|
|
4816
|
+
"name": "EditableRenderer",
|
|
5024
4817
|
"declaration": {
|
|
5025
|
-
"name": "
|
|
5026
|
-
"module": "src/cell-
|
|
4818
|
+
"name": "EditableRenderer",
|
|
4819
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5027
4820
|
}
|
|
5028
4821
|
},
|
|
5029
4822
|
{
|
|
5030
4823
|
"kind": "js",
|
|
5031
|
-
"name": "
|
|
4824
|
+
"name": "agEditableRendererStyles",
|
|
5032
4825
|
"declaration": {
|
|
5033
|
-
"name": "
|
|
5034
|
-
"module": "src/cell-
|
|
4826
|
+
"name": "agEditableRendererStyles",
|
|
4827
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5035
4828
|
}
|
|
5036
4829
|
},
|
|
5037
4830
|
{
|
|
5038
4831
|
"kind": "js",
|
|
5039
|
-
"name": "
|
|
4832
|
+
"name": "getAgEditableRendererTemplate",
|
|
5040
4833
|
"declaration": {
|
|
5041
|
-
"name": "
|
|
5042
|
-
"module": "src/cell-
|
|
4834
|
+
"name": "getAgEditableRendererTemplate",
|
|
4835
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5043
4836
|
}
|
|
5044
4837
|
},
|
|
5045
4838
|
{
|
|
5046
4839
|
"kind": "js",
|
|
5047
|
-
"name": "
|
|
4840
|
+
"name": "foundationAgEditableRenderer",
|
|
5048
4841
|
"declaration": {
|
|
5049
|
-
"name": "
|
|
5050
|
-
"module": "src/cell-
|
|
4842
|
+
"name": "foundationAgEditableRenderer",
|
|
4843
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5051
4844
|
}
|
|
5052
4845
|
}
|
|
5053
4846
|
]
|
|
5054
4847
|
},
|
|
5055
4848
|
{
|
|
5056
4849
|
"kind": "javascript-module",
|
|
5057
|
-
"path": "src/cell-
|
|
4850
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
5058
4851
|
"declarations": [
|
|
5059
4852
|
{
|
|
5060
|
-
"kind": "
|
|
5061
|
-
"
|
|
5062
|
-
"
|
|
5063
|
-
"
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
"privacy": "public"
|
|
5071
|
-
},
|
|
4853
|
+
"kind": "variable",
|
|
4854
|
+
"name": "agIconRendererStyles",
|
|
4855
|
+
"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`",
|
|
4856
|
+
"description": "The AG Icon Renderer Styles.",
|
|
4857
|
+
"privacy": "public"
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"kind": "function",
|
|
4861
|
+
"name": "getIconRendererTemplate",
|
|
4862
|
+
"parameters": [
|
|
5072
4863
|
{
|
|
5073
|
-
"
|
|
5074
|
-
"
|
|
4864
|
+
"name": "designSystem",
|
|
4865
|
+
"default": "'rapid'",
|
|
5075
4866
|
"type": {
|
|
5076
4867
|
"text": "string"
|
|
5077
4868
|
},
|
|
5078
|
-
"
|
|
5079
|
-
}
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
4869
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
4873
|
+
"return": {
|
|
4874
|
+
"type": {
|
|
4875
|
+
"text": ""
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
"privacy": "public"
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"kind": "class",
|
|
4882
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4883
|
+
"name": "IconRenderer",
|
|
4884
|
+
"members": [
|
|
5088
4885
|
{
|
|
5089
4886
|
"kind": "field",
|
|
5090
|
-
"name": "
|
|
4887
|
+
"name": "params",
|
|
5091
4888
|
"type": {
|
|
5092
|
-
"text": "
|
|
4889
|
+
"text": "IconRendererParams"
|
|
5093
4890
|
},
|
|
5094
4891
|
"privacy": "public"
|
|
5095
4892
|
},
|
|
@@ -5101,7 +4898,7 @@
|
|
|
5101
4898
|
{
|
|
5102
4899
|
"name": "params",
|
|
5103
4900
|
"type": {
|
|
5104
|
-
"text": "
|
|
4901
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
5105
4902
|
}
|
|
5106
4903
|
}
|
|
5107
4904
|
]
|
|
@@ -5119,51 +4916,21 @@
|
|
|
5119
4916
|
{
|
|
5120
4917
|
"kind": "method",
|
|
5121
4918
|
"name": "refresh",
|
|
5122
|
-
"privacy": "public",
|
|
5123
|
-
"return": {
|
|
5124
|
-
"type": {
|
|
5125
|
-
"text": "boolean"
|
|
5126
|
-
}
|
|
5127
|
-
},
|
|
5128
4919
|
"parameters": [
|
|
5129
4920
|
{
|
|
5130
|
-
"name": "params"
|
|
5131
|
-
"type": {
|
|
5132
|
-
"text": "StringEditorParams"
|
|
5133
|
-
}
|
|
4921
|
+
"name": "params"
|
|
5134
4922
|
}
|
|
5135
4923
|
]
|
|
5136
4924
|
},
|
|
5137
4925
|
{
|
|
5138
4926
|
"kind": "method",
|
|
5139
|
-
"name": "
|
|
5140
|
-
},
|
|
5141
|
-
{
|
|
5142
|
-
"kind": "method",
|
|
5143
|
-
"name": "isPopup",
|
|
4927
|
+
"name": "destroy",
|
|
5144
4928
|
"return": {
|
|
5145
4929
|
"type": {
|
|
5146
|
-
"text": "
|
|
4930
|
+
"text": "void"
|
|
5147
4931
|
}
|
|
5148
4932
|
}
|
|
5149
4933
|
},
|
|
5150
|
-
{
|
|
5151
|
-
"kind": "method",
|
|
5152
|
-
"name": "afterGuiAttached"
|
|
5153
|
-
},
|
|
5154
|
-
{
|
|
5155
|
-
"kind": "method",
|
|
5156
|
-
"name": "changeHandler",
|
|
5157
|
-
"parameters": [
|
|
5158
|
-
{
|
|
5159
|
-
"name": "event"
|
|
5160
|
-
}
|
|
5161
|
-
]
|
|
5162
|
-
},
|
|
5163
|
-
{
|
|
5164
|
-
"kind": "method",
|
|
5165
|
-
"name": "isCancelBeforeStart"
|
|
5166
|
-
},
|
|
5167
4934
|
{
|
|
5168
4935
|
"kind": "field",
|
|
5169
4936
|
"name": "_presentation",
|
|
@@ -5279,195 +5046,191 @@
|
|
|
5279
5046
|
"superclass": {
|
|
5280
5047
|
"name": "FoundationElement",
|
|
5281
5048
|
"package": "@microsoft/fast-foundation"
|
|
5282
|
-
}
|
|
5283
|
-
"tagName": "%%prefix%%-string-editor",
|
|
5284
|
-
"customElement": true
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "variable",
|
|
5288
|
-
"name": "agStringEditorStyles",
|
|
5289
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5290
|
-
"description": "The AG String Renderer Styles.",
|
|
5291
|
-
"privacy": "public"
|
|
5292
|
-
},
|
|
5293
|
-
{
|
|
5294
|
-
"kind": "function",
|
|
5295
|
-
"name": "getStringEditorTemplate",
|
|
5296
|
-
"parameters": [
|
|
5297
|
-
{
|
|
5298
|
-
"name": "designSystem",
|
|
5299
|
-
"default": "'foundation'",
|
|
5300
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5301
|
-
}
|
|
5302
|
-
],
|
|
5303
|
-
"description": "Get a Design System prefixed String template.",
|
|
5304
|
-
"return": {
|
|
5305
|
-
"type": {
|
|
5306
|
-
"text": ""
|
|
5307
|
-
}
|
|
5308
|
-
},
|
|
5309
|
-
"privacy": "public"
|
|
5049
|
+
}
|
|
5310
5050
|
},
|
|
5311
5051
|
{
|
|
5312
5052
|
"kind": "variable",
|
|
5313
|
-
"name": "
|
|
5053
|
+
"name": "foundationIconRenderer",
|
|
5054
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
5314
5055
|
"privacy": "public"
|
|
5315
5056
|
}
|
|
5316
5057
|
],
|
|
5317
5058
|
"exports": [
|
|
5318
5059
|
{
|
|
5319
5060
|
"kind": "js",
|
|
5320
|
-
"name": "
|
|
5061
|
+
"name": "agIconRendererStyles",
|
|
5321
5062
|
"declaration": {
|
|
5322
|
-
"name": "
|
|
5323
|
-
"module": "src/cell-
|
|
5063
|
+
"name": "agIconRendererStyles",
|
|
5064
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5324
5065
|
}
|
|
5325
5066
|
},
|
|
5326
5067
|
{
|
|
5327
5068
|
"kind": "js",
|
|
5328
|
-
"name": "
|
|
5069
|
+
"name": "getIconRendererTemplate",
|
|
5329
5070
|
"declaration": {
|
|
5330
|
-
"name": "
|
|
5331
|
-
"module": "src/cell-
|
|
5071
|
+
"name": "getIconRendererTemplate",
|
|
5072
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5332
5073
|
}
|
|
5333
5074
|
},
|
|
5334
5075
|
{
|
|
5335
5076
|
"kind": "js",
|
|
5336
|
-
"name": "
|
|
5077
|
+
"name": "IconRenderer",
|
|
5337
5078
|
"declaration": {
|
|
5338
|
-
"name": "
|
|
5339
|
-
"module": "src/cell-
|
|
5079
|
+
"name": "IconRenderer",
|
|
5080
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5340
5081
|
}
|
|
5341
5082
|
},
|
|
5342
5083
|
{
|
|
5343
5084
|
"kind": "js",
|
|
5344
|
-
"name": "
|
|
5085
|
+
"name": "foundationIconRenderer",
|
|
5345
5086
|
"declaration": {
|
|
5346
|
-
"name": "
|
|
5347
|
-
"module": "src/cell-
|
|
5087
|
+
"name": "foundationIconRenderer",
|
|
5088
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5348
5089
|
}
|
|
5349
5090
|
}
|
|
5350
5091
|
]
|
|
5351
5092
|
},
|
|
5352
5093
|
{
|
|
5353
5094
|
"kind": "javascript-module",
|
|
5354
|
-
"path": "src/
|
|
5355
|
-
"declarations": [
|
|
5356
|
-
{
|
|
5357
|
-
"kind": "variable",
|
|
5358
|
-
"name": "ColumnTemplate",
|
|
5359
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5360
|
-
"description": "The Grid Pro Column Template.",
|
|
5361
|
-
"privacy": "public"
|
|
5362
|
-
}
|
|
5363
|
-
],
|
|
5095
|
+
"path": "src/cell-renderers/index.ts",
|
|
5096
|
+
"declarations": [],
|
|
5364
5097
|
"exports": [
|
|
5365
5098
|
{
|
|
5366
5099
|
"kind": "js",
|
|
5367
|
-
"name": "
|
|
5100
|
+
"name": "*",
|
|
5368
5101
|
"declaration": {
|
|
5369
|
-
"name": "
|
|
5370
|
-
"
|
|
5102
|
+
"name": "*",
|
|
5103
|
+
"package": "./action.renderer"
|
|
5371
5104
|
}
|
|
5372
|
-
}
|
|
5373
|
-
]
|
|
5374
|
-
},
|
|
5375
|
-
{
|
|
5376
|
-
"kind": "javascript-module",
|
|
5377
|
-
"path": "src/column/column.ts",
|
|
5378
|
-
"declarations": [
|
|
5105
|
+
},
|
|
5379
5106
|
{
|
|
5380
|
-
"kind": "
|
|
5381
|
-
"
|
|
5382
|
-
"
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5107
|
+
"kind": "js",
|
|
5108
|
+
"name": "*",
|
|
5109
|
+
"declaration": {
|
|
5110
|
+
"name": "*",
|
|
5111
|
+
"package": "./actions-menu.renderer"
|
|
5112
|
+
}
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"kind": "js",
|
|
5116
|
+
"name": "*",
|
|
5117
|
+
"declaration": {
|
|
5118
|
+
"name": "*",
|
|
5119
|
+
"package": "./boolean.renderer"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"kind": "js",
|
|
5124
|
+
"name": "*",
|
|
5125
|
+
"declaration": {
|
|
5126
|
+
"name": "*",
|
|
5127
|
+
"package": "./editable.renderer"
|
|
5128
|
+
}
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"kind": "js",
|
|
5132
|
+
"name": "*",
|
|
5133
|
+
"declaration": {
|
|
5134
|
+
"name": "*",
|
|
5135
|
+
"package": "./icon.renderer"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"kind": "js",
|
|
5140
|
+
"name": "*",
|
|
5141
|
+
"declaration": {
|
|
5142
|
+
"name": "*",
|
|
5143
|
+
"package": "./text.renderer"
|
|
5144
|
+
}
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"kind": "js",
|
|
5148
|
+
"name": "*",
|
|
5149
|
+
"declaration": {
|
|
5150
|
+
"name": "*",
|
|
5151
|
+
"package": "./text-field.renderer"
|
|
5152
|
+
}
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"kind": "js",
|
|
5156
|
+
"name": "*",
|
|
5157
|
+
"declaration": {
|
|
5158
|
+
"name": "*",
|
|
5159
|
+
"package": "./status-pill.renderer"
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"kind": "js",
|
|
5164
|
+
"name": "*",
|
|
5165
|
+
"declaration": {
|
|
5166
|
+
"name": "*",
|
|
5167
|
+
"package": "./select.renderer"
|
|
5168
|
+
}
|
|
5169
|
+
}
|
|
5170
|
+
]
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"kind": "javascript-module",
|
|
5174
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
5175
|
+
"declarations": [
|
|
5176
|
+
{
|
|
5177
|
+
"kind": "class",
|
|
5178
|
+
"description": "The AG Select Renderer element.",
|
|
5179
|
+
"name": "SelectRenderer",
|
|
5180
|
+
"members": [
|
|
5400
5181
|
{
|
|
5401
|
-
"kind": "
|
|
5402
|
-
"name": "
|
|
5182
|
+
"kind": "field",
|
|
5183
|
+
"name": "params",
|
|
5184
|
+
"type": {
|
|
5185
|
+
"text": "SelectCellRendererParams"
|
|
5186
|
+
},
|
|
5403
5187
|
"privacy": "public"
|
|
5404
5188
|
},
|
|
5405
5189
|
{
|
|
5406
|
-
"kind": "
|
|
5407
|
-
"name": "
|
|
5408
|
-
"
|
|
5409
|
-
"
|
|
5410
|
-
"text": "Node"
|
|
5411
|
-
}
|
|
5190
|
+
"kind": "field",
|
|
5191
|
+
"name": "value",
|
|
5192
|
+
"type": {
|
|
5193
|
+
"text": "string"
|
|
5412
5194
|
},
|
|
5413
|
-
"
|
|
5414
|
-
"name": "LifecycleMixin",
|
|
5415
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5416
|
-
}
|
|
5195
|
+
"privacy": "public"
|
|
5417
5196
|
},
|
|
5418
5197
|
{
|
|
5419
5198
|
"kind": "method",
|
|
5420
|
-
"name": "
|
|
5421
|
-
"
|
|
5422
|
-
"type": {
|
|
5423
|
-
"text": "Node"
|
|
5424
|
-
}
|
|
5425
|
-
},
|
|
5199
|
+
"name": "init",
|
|
5200
|
+
"privacy": "public",
|
|
5426
5201
|
"parameters": [
|
|
5427
5202
|
{
|
|
5428
|
-
"name": "
|
|
5429
|
-
"optional": true,
|
|
5203
|
+
"name": "params",
|
|
5430
5204
|
"type": {
|
|
5431
|
-
"text": "
|
|
5205
|
+
"text": "SelectCellRendererParams"
|
|
5432
5206
|
}
|
|
5433
5207
|
}
|
|
5434
|
-
]
|
|
5435
|
-
"inheritedFrom": {
|
|
5436
|
-
"name": "LifecycleMixin",
|
|
5437
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5438
|
-
}
|
|
5208
|
+
]
|
|
5439
5209
|
},
|
|
5440
5210
|
{
|
|
5441
|
-
"kind": "
|
|
5442
|
-
"name": "
|
|
5211
|
+
"kind": "method",
|
|
5212
|
+
"name": "getGui",
|
|
5213
|
+
"privacy": "public",
|
|
5443
5214
|
"return": {
|
|
5444
5215
|
"type": {
|
|
5445
|
-
"text": ""
|
|
5216
|
+
"text": "HTMLElement"
|
|
5446
5217
|
}
|
|
5447
|
-
},
|
|
5448
|
-
"readonly": true,
|
|
5449
|
-
"inheritedFrom": {
|
|
5450
|
-
"name": "LifecycleMixin",
|
|
5451
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5452
5218
|
}
|
|
5453
5219
|
},
|
|
5454
5220
|
{
|
|
5455
|
-
"kind": "
|
|
5456
|
-
"name": "
|
|
5221
|
+
"kind": "method",
|
|
5222
|
+
"name": "destroy",
|
|
5223
|
+
"privacy": "public",
|
|
5457
5224
|
"return": {
|
|
5458
5225
|
"type": {
|
|
5459
|
-
"text": ""
|
|
5226
|
+
"text": "void"
|
|
5460
5227
|
}
|
|
5461
|
-
},
|
|
5462
|
-
"readonly": true,
|
|
5463
|
-
"inheritedFrom": {
|
|
5464
|
-
"name": "LifecycleMixin",
|
|
5465
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5466
5228
|
}
|
|
5467
5229
|
},
|
|
5468
5230
|
{
|
|
5469
5231
|
"kind": "method",
|
|
5470
|
-
"name": "
|
|
5232
|
+
"name": "refresh",
|
|
5233
|
+
"privacy": "public",
|
|
5471
5234
|
"return": {
|
|
5472
5235
|
"type": {
|
|
5473
5236
|
"text": "boolean"
|
|
@@ -5475,16 +5238,32 @@
|
|
|
5475
5238
|
},
|
|
5476
5239
|
"parameters": [
|
|
5477
5240
|
{
|
|
5478
|
-
"name": "
|
|
5241
|
+
"name": "params",
|
|
5479
5242
|
"type": {
|
|
5480
|
-
"text": "
|
|
5243
|
+
"text": "SelectCellRendererParams"
|
|
5481
5244
|
}
|
|
5482
5245
|
}
|
|
5483
|
-
]
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5246
|
+
]
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"kind": "field",
|
|
5250
|
+
"name": "selectionChanged",
|
|
5251
|
+
"privacy": "public"
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "method",
|
|
5255
|
+
"name": "isDisabled",
|
|
5256
|
+
"privacy": "public",
|
|
5257
|
+
"return": {
|
|
5258
|
+
"type": {
|
|
5259
|
+
"text": "boolean"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
"parameters": [
|
|
5263
|
+
{
|
|
5264
|
+
"name": "data"
|
|
5265
|
+
}
|
|
5266
|
+
]
|
|
5488
5267
|
},
|
|
5489
5268
|
{
|
|
5490
5269
|
"kind": "field",
|
|
@@ -5598,155 +5377,160 @@
|
|
|
5598
5377
|
}
|
|
5599
5378
|
}
|
|
5600
5379
|
],
|
|
5601
|
-
"mixins": [
|
|
5602
|
-
{
|
|
5603
|
-
"name": "LifecycleMixin",
|
|
5604
|
-
"package": "@genesislcap/foundation-utils"
|
|
5605
|
-
}
|
|
5606
|
-
],
|
|
5607
5380
|
"superclass": {
|
|
5608
5381
|
"name": "FoundationElement",
|
|
5609
5382
|
"package": "@microsoft/fast-foundation"
|
|
5610
5383
|
},
|
|
5611
|
-
"tagName": "
|
|
5384
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
5612
5385
|
"customElement": true
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"kind": "variable",
|
|
5389
|
+
"name": "agSelectRendererStyles",
|
|
5390
|
+
"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`",
|
|
5391
|
+
"description": "The AG Select Renderer Styles.",
|
|
5392
|
+
"privacy": "public"
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"kind": "function",
|
|
5396
|
+
"name": "getSelectRendererTemplate",
|
|
5397
|
+
"parameters": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "designSystem",
|
|
5400
|
+
"default": "'foundation'",
|
|
5401
|
+
"type": {
|
|
5402
|
+
"text": "string"
|
|
5403
|
+
},
|
|
5404
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5405
|
+
}
|
|
5406
|
+
],
|
|
5407
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5408
|
+
"return": {
|
|
5409
|
+
"type": {
|
|
5410
|
+
"text": ""
|
|
5411
|
+
}
|
|
5412
|
+
},
|
|
5413
|
+
"privacy": "public"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"kind": "variable",
|
|
5417
|
+
"name": "foundationAgSelectRenderer",
|
|
5418
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5419
|
+
"privacy": "public"
|
|
5613
5420
|
}
|
|
5614
5421
|
],
|
|
5615
5422
|
"exports": [
|
|
5616
5423
|
{
|
|
5617
5424
|
"kind": "js",
|
|
5618
|
-
"name": "
|
|
5425
|
+
"name": "SelectRenderer",
|
|
5619
5426
|
"declaration": {
|
|
5620
|
-
"name": "
|
|
5621
|
-
"module": "src/
|
|
5427
|
+
"name": "SelectRenderer",
|
|
5428
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5622
5429
|
}
|
|
5623
5430
|
},
|
|
5624
|
-
{
|
|
5625
|
-
"kind": "custom-element-definition",
|
|
5626
|
-
"name": "grid-pro-column",
|
|
5627
|
-
"declaration": {
|
|
5628
|
-
"name": "GridProColumn",
|
|
5629
|
-
"module": "src/column/column.ts"
|
|
5630
|
-
}
|
|
5631
|
-
}
|
|
5632
|
-
]
|
|
5633
|
-
},
|
|
5634
|
-
{
|
|
5635
|
-
"kind": "javascript-module",
|
|
5636
|
-
"path": "src/column/index.ts",
|
|
5637
|
-
"declarations": [],
|
|
5638
|
-
"exports": [
|
|
5639
5431
|
{
|
|
5640
5432
|
"kind": "js",
|
|
5641
|
-
"name": "
|
|
5433
|
+
"name": "agSelectRendererStyles",
|
|
5642
5434
|
"declaration": {
|
|
5643
|
-
"name": "
|
|
5644
|
-
"
|
|
5435
|
+
"name": "agSelectRendererStyles",
|
|
5436
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5645
5437
|
}
|
|
5646
5438
|
},
|
|
5647
5439
|
{
|
|
5648
5440
|
"kind": "js",
|
|
5649
|
-
"name": "
|
|
5441
|
+
"name": "getSelectRendererTemplate",
|
|
5650
5442
|
"declaration": {
|
|
5651
|
-
"name": "
|
|
5652
|
-
"
|
|
5443
|
+
"name": "getSelectRendererTemplate",
|
|
5444
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5653
5445
|
}
|
|
5654
5446
|
},
|
|
5655
5447
|
{
|
|
5656
5448
|
"kind": "js",
|
|
5657
|
-
"name": "
|
|
5449
|
+
"name": "foundationAgSelectRenderer",
|
|
5658
5450
|
"declaration": {
|
|
5659
|
-
"name": "
|
|
5660
|
-
"
|
|
5451
|
+
"name": "foundationAgSelectRenderer",
|
|
5452
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5661
5453
|
}
|
|
5662
5454
|
}
|
|
5663
5455
|
]
|
|
5664
5456
|
},
|
|
5665
5457
|
{
|
|
5666
5458
|
"kind": "javascript-module",
|
|
5667
|
-
"path": "src/cell-renderers/
|
|
5459
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5668
5460
|
"declarations": [
|
|
5669
5461
|
{
|
|
5670
|
-
"kind": "
|
|
5671
|
-
"
|
|
5672
|
-
"
|
|
5673
|
-
"
|
|
5462
|
+
"kind": "variable",
|
|
5463
|
+
"name": "agStatusPillRendererStyles",
|
|
5464
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5465
|
+
"description": "The Status Pill Renderer Styles.",
|
|
5466
|
+
"privacy": "public"
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"kind": "function",
|
|
5470
|
+
"name": "getStatusPillRendererTemplate",
|
|
5471
|
+
"parameters": [
|
|
5674
5472
|
{
|
|
5675
|
-
"
|
|
5676
|
-
"
|
|
5473
|
+
"name": "designSystem",
|
|
5474
|
+
"default": "'rapid'",
|
|
5677
5475
|
"type": {
|
|
5678
|
-
"text": "
|
|
5476
|
+
"text": "string"
|
|
5679
5477
|
},
|
|
5680
|
-
"
|
|
5681
|
-
}
|
|
5478
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5479
|
+
}
|
|
5480
|
+
],
|
|
5481
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
5482
|
+
"return": {
|
|
5483
|
+
"type": {
|
|
5484
|
+
"text": ""
|
|
5485
|
+
}
|
|
5486
|
+
},
|
|
5487
|
+
"privacy": "public"
|
|
5488
|
+
},
|
|
5489
|
+
{
|
|
5490
|
+
"kind": "class",
|
|
5491
|
+
"description": "The AG Status Pill Renderer element.",
|
|
5492
|
+
"name": "StatusPillRenderer",
|
|
5493
|
+
"members": [
|
|
5682
5494
|
{
|
|
5683
5495
|
"kind": "field",
|
|
5684
|
-
"name": "
|
|
5496
|
+
"name": "params",
|
|
5685
5497
|
"type": {
|
|
5686
|
-
"text": "
|
|
5687
|
-
}
|
|
5688
|
-
"privacy": "public"
|
|
5498
|
+
"text": "StatusPillRendererParams"
|
|
5499
|
+
}
|
|
5689
5500
|
},
|
|
5690
5501
|
{
|
|
5691
5502
|
"kind": "method",
|
|
5692
5503
|
"name": "init",
|
|
5693
|
-
"privacy": "public",
|
|
5694
5504
|
"parameters": [
|
|
5695
5505
|
{
|
|
5696
5506
|
"name": "params",
|
|
5697
5507
|
"type": {
|
|
5698
|
-
"text": "
|
|
5508
|
+
"text": "StatusPillRendererParams"
|
|
5699
5509
|
}
|
|
5700
5510
|
}
|
|
5701
5511
|
]
|
|
5702
5512
|
},
|
|
5703
5513
|
{
|
|
5704
5514
|
"kind": "method",
|
|
5705
|
-
"name": "getGui"
|
|
5706
|
-
"privacy": "public",
|
|
5707
|
-
"return": {
|
|
5708
|
-
"type": {
|
|
5709
|
-
"text": "HTMLElement"
|
|
5710
|
-
}
|
|
5711
|
-
}
|
|
5515
|
+
"name": "getGui"
|
|
5712
5516
|
},
|
|
5713
5517
|
{
|
|
5714
5518
|
"kind": "method",
|
|
5715
5519
|
"name": "refresh",
|
|
5716
|
-
"privacy": "public",
|
|
5717
5520
|
"parameters": [
|
|
5718
5521
|
{
|
|
5719
|
-
"name": "params"
|
|
5720
|
-
"type": {
|
|
5721
|
-
"text": "ICellRendererParams"
|
|
5722
|
-
}
|
|
5522
|
+
"name": "params"
|
|
5723
5523
|
}
|
|
5724
5524
|
]
|
|
5725
5525
|
},
|
|
5726
5526
|
{
|
|
5727
5527
|
"kind": "method",
|
|
5728
|
-
"name": "
|
|
5729
|
-
"privacy": "public",
|
|
5528
|
+
"name": "destroy",
|
|
5730
5529
|
"return": {
|
|
5731
5530
|
"type": {
|
|
5732
|
-
"text": "
|
|
5733
|
-
}
|
|
5734
|
-
},
|
|
5735
|
-
"parameters": [
|
|
5736
|
-
{
|
|
5737
|
-
"name": "data"
|
|
5531
|
+
"text": "void"
|
|
5738
5532
|
}
|
|
5739
|
-
|
|
5740
|
-
},
|
|
5741
|
-
{
|
|
5742
|
-
"kind": "method",
|
|
5743
|
-
"name": "clickHandler",
|
|
5744
|
-
"privacy": "public"
|
|
5745
|
-
},
|
|
5746
|
-
{
|
|
5747
|
-
"kind": "field",
|
|
5748
|
-
"name": "dataTestId",
|
|
5749
|
-
"readonly": true
|
|
5533
|
+
}
|
|
5750
5534
|
},
|
|
5751
5535
|
{
|
|
5752
5536
|
"kind": "field",
|
|
@@ -5864,78 +5648,81 @@
|
|
|
5864
5648
|
"name": "FoundationElement",
|
|
5865
5649
|
"package": "@microsoft/fast-foundation"
|
|
5866
5650
|
},
|
|
5867
|
-
"tagName": "%%prefix%%-
|
|
5651
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5868
5652
|
"customElement": true
|
|
5869
5653
|
},
|
|
5870
5654
|
{
|
|
5871
5655
|
"kind": "variable",
|
|
5872
|
-
"name": "
|
|
5873
|
-
"description": "
|
|
5874
|
-
"privacy": "public"
|
|
5875
|
-
},
|
|
5876
|
-
{
|
|
5877
|
-
"kind": "variable",
|
|
5878
|
-
"name": "agActionRendererStyles",
|
|
5879
|
-
"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`",
|
|
5880
|
-
"description": "The AG Action Renderer Styles.",
|
|
5881
|
-
"privacy": "public"
|
|
5882
|
-
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "variable",
|
|
5885
|
-
"name": "foundationGridProActionRenderer",
|
|
5886
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5656
|
+
"name": "foundationStatusPillRenderer",
|
|
5657
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5887
5658
|
"privacy": "public"
|
|
5888
5659
|
}
|
|
5889
5660
|
],
|
|
5890
5661
|
"exports": [
|
|
5891
5662
|
{
|
|
5892
5663
|
"kind": "js",
|
|
5893
|
-
"name": "
|
|
5664
|
+
"name": "agStatusPillRendererStyles",
|
|
5894
5665
|
"declaration": {
|
|
5895
|
-
"name": "
|
|
5896
|
-
"module": "src/cell-renderers/
|
|
5666
|
+
"name": "agStatusPillRendererStyles",
|
|
5667
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5897
5668
|
}
|
|
5898
5669
|
},
|
|
5899
5670
|
{
|
|
5900
5671
|
"kind": "js",
|
|
5901
|
-
"name": "
|
|
5672
|
+
"name": "getStatusPillRendererTemplate",
|
|
5902
5673
|
"declaration": {
|
|
5903
|
-
"name": "
|
|
5904
|
-
"module": "src/cell-renderers/
|
|
5674
|
+
"name": "getStatusPillRendererTemplate",
|
|
5675
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5905
5676
|
}
|
|
5906
5677
|
},
|
|
5907
5678
|
{
|
|
5908
5679
|
"kind": "js",
|
|
5909
|
-
"name": "
|
|
5680
|
+
"name": "StatusPillRenderer",
|
|
5910
5681
|
"declaration": {
|
|
5911
|
-
"name": "
|
|
5912
|
-
"module": "src/cell-renderers/
|
|
5682
|
+
"name": "StatusPillRenderer",
|
|
5683
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5913
5684
|
}
|
|
5914
5685
|
},
|
|
5915
5686
|
{
|
|
5916
5687
|
"kind": "js",
|
|
5917
|
-
"name": "
|
|
5688
|
+
"name": "foundationStatusPillRenderer",
|
|
5918
5689
|
"declaration": {
|
|
5919
|
-
"name": "
|
|
5920
|
-
"module": "src/cell-renderers/
|
|
5690
|
+
"name": "foundationStatusPillRenderer",
|
|
5691
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5921
5692
|
}
|
|
5922
5693
|
}
|
|
5923
5694
|
]
|
|
5924
5695
|
},
|
|
5925
5696
|
{
|
|
5926
5697
|
"kind": "javascript-module",
|
|
5927
|
-
"path": "src/cell-renderers/
|
|
5698
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5928
5699
|
"declarations": [
|
|
5929
5700
|
{
|
|
5930
5701
|
"kind": "class",
|
|
5931
|
-
"description": "The
|
|
5932
|
-
"name": "
|
|
5702
|
+
"description": "The AG Text Field Renderer element.",
|
|
5703
|
+
"name": "AgTextFieldRenderer",
|
|
5933
5704
|
"members": [
|
|
5705
|
+
{
|
|
5706
|
+
"kind": "field",
|
|
5707
|
+
"name": "textField",
|
|
5708
|
+
"type": {
|
|
5709
|
+
"text": "TextField"
|
|
5710
|
+
},
|
|
5711
|
+
"privacy": "public"
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"kind": "field",
|
|
5715
|
+
"name": "textValue",
|
|
5716
|
+
"type": {
|
|
5717
|
+
"text": "string"
|
|
5718
|
+
},
|
|
5719
|
+
"default": "''"
|
|
5720
|
+
},
|
|
5934
5721
|
{
|
|
5935
5722
|
"kind": "field",
|
|
5936
5723
|
"name": "params",
|
|
5937
5724
|
"type": {
|
|
5938
|
-
"text": "
|
|
5725
|
+
"text": "FuiCellRendererParams"
|
|
5939
5726
|
},
|
|
5940
5727
|
"privacy": "public"
|
|
5941
5728
|
},
|
|
@@ -5947,7 +5734,7 @@
|
|
|
5947
5734
|
{
|
|
5948
5735
|
"name": "params",
|
|
5949
5736
|
"type": {
|
|
5950
|
-
"text": "
|
|
5737
|
+
"text": "FuiCellRendererParams"
|
|
5951
5738
|
}
|
|
5952
5739
|
}
|
|
5953
5740
|
]
|
|
@@ -5962,6 +5749,11 @@
|
|
|
5962
5749
|
}
|
|
5963
5750
|
}
|
|
5964
5751
|
},
|
|
5752
|
+
{
|
|
5753
|
+
"kind": "method",
|
|
5754
|
+
"name": "destroy",
|
|
5755
|
+
"privacy": "public"
|
|
5756
|
+
},
|
|
5965
5757
|
{
|
|
5966
5758
|
"kind": "method",
|
|
5967
5759
|
"name": "refresh",
|
|
@@ -5970,11 +5762,38 @@
|
|
|
5970
5762
|
{
|
|
5971
5763
|
"name": "params",
|
|
5972
5764
|
"type": {
|
|
5973
|
-
"text": "
|
|
5765
|
+
"text": "FuiCellRendererParams"
|
|
5974
5766
|
}
|
|
5975
5767
|
}
|
|
5976
5768
|
]
|
|
5977
5769
|
},
|
|
5770
|
+
{
|
|
5771
|
+
"kind": "method",
|
|
5772
|
+
"name": "isDisabled",
|
|
5773
|
+
"privacy": "public",
|
|
5774
|
+
"return": {
|
|
5775
|
+
"type": {
|
|
5776
|
+
"text": "boolean"
|
|
5777
|
+
}
|
|
5778
|
+
},
|
|
5779
|
+
"parameters": [
|
|
5780
|
+
{
|
|
5781
|
+
"name": "data"
|
|
5782
|
+
}
|
|
5783
|
+
]
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"kind": "field",
|
|
5787
|
+
"name": "textChanged",
|
|
5788
|
+
"privacy": "public",
|
|
5789
|
+
"description": "On text change handler",
|
|
5790
|
+
"parameters": [
|
|
5791
|
+
{
|
|
5792
|
+
"description": "CustomEvent",
|
|
5793
|
+
"name": "e"
|
|
5794
|
+
}
|
|
5795
|
+
]
|
|
5796
|
+
},
|
|
5978
5797
|
{
|
|
5979
5798
|
"kind": "field",
|
|
5980
5799
|
"name": "_presentation",
|
|
@@ -6091,133 +5910,127 @@
|
|
|
6091
5910
|
"name": "FoundationElement",
|
|
6092
5911
|
"package": "@microsoft/fast-foundation"
|
|
6093
5912
|
},
|
|
6094
|
-
"tagName": "%%prefix%%-grid-
|
|
5913
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
6095
5914
|
"customElement": true
|
|
6096
5915
|
},
|
|
6097
5916
|
{
|
|
6098
5917
|
"kind": "variable",
|
|
6099
|
-
"name": "
|
|
6100
|
-
"
|
|
5918
|
+
"name": "textFieldRendererStyles",
|
|
5919
|
+
"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`",
|
|
5920
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6101
5921
|
"privacy": "public"
|
|
6102
5922
|
},
|
|
6103
5923
|
{
|
|
6104
5924
|
"kind": "function",
|
|
6105
|
-
"name": "
|
|
5925
|
+
"name": "getTextFieldRendererTemplate",
|
|
5926
|
+
"parameters": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "designSystem",
|
|
5929
|
+
"default": "'foundation'",
|
|
5930
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5931
|
+
}
|
|
5932
|
+
],
|
|
5933
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
6106
5934
|
"return": {
|
|
6107
5935
|
"type": {
|
|
6108
5936
|
"text": ""
|
|
6109
5937
|
}
|
|
6110
5938
|
},
|
|
6111
|
-
"
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6118
|
-
},
|
|
6119
|
-
{
|
|
6120
|
-
"name": "overrideDef",
|
|
6121
|
-
"default": "{}",
|
|
6122
|
-
"type": {
|
|
6123
|
-
"text": "ColDef"
|
|
6124
|
-
},
|
|
6125
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6126
|
-
},
|
|
6127
|
-
{
|
|
6128
|
-
"name": "customActionsOpenerName",
|
|
6129
|
-
"default": "'⋮'",
|
|
6130
|
-
"type": {
|
|
6131
|
-
"text": "string"
|
|
6132
|
-
},
|
|
6133
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"name": "isVertical",
|
|
6137
|
-
"default": "false",
|
|
6138
|
-
"type": {
|
|
6139
|
-
"text": "boolean"
|
|
6140
|
-
},
|
|
6141
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6142
|
-
},
|
|
6143
|
-
{
|
|
6144
|
-
"name": "buttonAppearance",
|
|
6145
|
-
"optional": true,
|
|
6146
|
-
"type": {
|
|
6147
|
-
"text": "string"
|
|
6148
|
-
},
|
|
6149
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6150
|
-
}
|
|
6151
|
-
],
|
|
6152
|
-
"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).",
|
|
5939
|
+
"privacy": "public"
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"kind": "variable",
|
|
5943
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5944
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6153
5945
|
"privacy": "public"
|
|
6154
5946
|
}
|
|
6155
5947
|
],
|
|
6156
5948
|
"exports": [
|
|
6157
5949
|
{
|
|
6158
5950
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
5951
|
+
"name": "AgTextFieldRenderer",
|
|
6160
5952
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-renderers/
|
|
5953
|
+
"name": "AgTextFieldRenderer",
|
|
5954
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6163
5955
|
}
|
|
6164
5956
|
},
|
|
6165
5957
|
{
|
|
6166
5958
|
"kind": "js",
|
|
6167
|
-
"name": "
|
|
5959
|
+
"name": "textFieldRendererStyles",
|
|
6168
5960
|
"declaration": {
|
|
6169
|
-
"name": "
|
|
6170
|
-
"module": "src/cell-renderers/
|
|
5961
|
+
"name": "textFieldRendererStyles",
|
|
5962
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6171
5963
|
}
|
|
6172
5964
|
},
|
|
6173
5965
|
{
|
|
6174
5966
|
"kind": "js",
|
|
6175
|
-
"name": "
|
|
5967
|
+
"name": "getTextFieldRendererTemplate",
|
|
6176
5968
|
"declaration": {
|
|
6177
|
-
"name": "
|
|
6178
|
-
"module": "src/cell-renderers/
|
|
5969
|
+
"name": "getTextFieldRendererTemplate",
|
|
5970
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"kind": "js",
|
|
5975
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5976
|
+
"declaration": {
|
|
5977
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5978
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6179
5979
|
}
|
|
6180
5980
|
}
|
|
6181
5981
|
]
|
|
6182
5982
|
},
|
|
6183
5983
|
{
|
|
6184
5984
|
"kind": "javascript-module",
|
|
6185
|
-
"path": "src/cell-renderers/
|
|
5985
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
6186
5986
|
"declarations": [
|
|
6187
5987
|
{
|
|
6188
5988
|
"kind": "class",
|
|
6189
|
-
"description": "
|
|
6190
|
-
"name": "
|
|
5989
|
+
"description": "",
|
|
5990
|
+
"name": "AgTextRenderer",
|
|
5991
|
+
"superclass": {
|
|
5992
|
+
"name": "AgTextFieldRenderer",
|
|
5993
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5994
|
+
},
|
|
5995
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5996
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5997
|
+
"customElement": true,
|
|
6191
5998
|
"members": [
|
|
6192
5999
|
{
|
|
6193
6000
|
"kind": "field",
|
|
6194
|
-
"name": "
|
|
6001
|
+
"name": "textField",
|
|
6195
6002
|
"type": {
|
|
6196
|
-
"text": "
|
|
6003
|
+
"text": "TextField"
|
|
6197
6004
|
},
|
|
6198
|
-
"privacy": "public"
|
|
6005
|
+
"privacy": "public",
|
|
6006
|
+
"inheritedFrom": {
|
|
6007
|
+
"name": "AgTextFieldRenderer",
|
|
6008
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6009
|
+
}
|
|
6199
6010
|
},
|
|
6200
6011
|
{
|
|
6201
6012
|
"kind": "field",
|
|
6202
|
-
"name": "
|
|
6013
|
+
"name": "textValue",
|
|
6203
6014
|
"type": {
|
|
6204
|
-
"text": "
|
|
6015
|
+
"text": "string"
|
|
6016
|
+
},
|
|
6017
|
+
"default": "''",
|
|
6018
|
+
"inheritedFrom": {
|
|
6019
|
+
"name": "AgTextFieldRenderer",
|
|
6020
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6205
6021
|
}
|
|
6206
6022
|
},
|
|
6207
6023
|
{
|
|
6208
|
-
"kind": "
|
|
6209
|
-
"name": "
|
|
6210
|
-
"
|
|
6211
|
-
|
|
6212
|
-
"type": {
|
|
6213
|
-
"text": "boolean"
|
|
6214
|
-
}
|
|
6024
|
+
"kind": "field",
|
|
6025
|
+
"name": "params",
|
|
6026
|
+
"type": {
|
|
6027
|
+
"text": "FuiCellRendererParams"
|
|
6215
6028
|
},
|
|
6216
|
-
"
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6029
|
+
"privacy": "public",
|
|
6030
|
+
"inheritedFrom": {
|
|
6031
|
+
"name": "AgTextFieldRenderer",
|
|
6032
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6033
|
+
}
|
|
6221
6034
|
},
|
|
6222
6035
|
{
|
|
6223
6036
|
"kind": "method",
|
|
@@ -6227,10 +6040,14 @@
|
|
|
6227
6040
|
{
|
|
6228
6041
|
"name": "params",
|
|
6229
6042
|
"type": {
|
|
6230
|
-
"text": "
|
|
6043
|
+
"text": "FuiCellRendererParams"
|
|
6231
6044
|
}
|
|
6232
6045
|
}
|
|
6233
|
-
]
|
|
6046
|
+
],
|
|
6047
|
+
"inheritedFrom": {
|
|
6048
|
+
"name": "AgTextFieldRenderer",
|
|
6049
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6050
|
+
}
|
|
6234
6051
|
},
|
|
6235
6052
|
{
|
|
6236
6053
|
"kind": "method",
|
|
@@ -6240,12 +6057,20 @@
|
|
|
6240
6057
|
"type": {
|
|
6241
6058
|
"text": "HTMLElement"
|
|
6242
6059
|
}
|
|
6060
|
+
},
|
|
6061
|
+
"inheritedFrom": {
|
|
6062
|
+
"name": "AgTextFieldRenderer",
|
|
6063
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6243
6064
|
}
|
|
6244
6065
|
},
|
|
6245
6066
|
{
|
|
6246
6067
|
"kind": "method",
|
|
6247
6068
|
"name": "destroy",
|
|
6248
|
-
"privacy": "public"
|
|
6069
|
+
"privacy": "public",
|
|
6070
|
+
"inheritedFrom": {
|
|
6071
|
+
"name": "AgTextFieldRenderer",
|
|
6072
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6073
|
+
}
|
|
6249
6074
|
},
|
|
6250
6075
|
{
|
|
6251
6076
|
"kind": "method",
|
|
@@ -6255,18 +6080,49 @@
|
|
|
6255
6080
|
{
|
|
6256
6081
|
"name": "params",
|
|
6257
6082
|
"type": {
|
|
6258
|
-
"text": "
|
|
6083
|
+
"text": "FuiCellRendererParams"
|
|
6259
6084
|
}
|
|
6260
6085
|
}
|
|
6261
|
-
]
|
|
6086
|
+
],
|
|
6087
|
+
"inheritedFrom": {
|
|
6088
|
+
"name": "AgTextFieldRenderer",
|
|
6089
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6090
|
+
}
|
|
6262
6091
|
},
|
|
6263
6092
|
{
|
|
6264
6093
|
"kind": "method",
|
|
6265
|
-
"name": "
|
|
6094
|
+
"name": "isDisabled",
|
|
6095
|
+
"privacy": "public",
|
|
6096
|
+
"return": {
|
|
6097
|
+
"type": {
|
|
6098
|
+
"text": "boolean"
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
6101
|
+
"parameters": [
|
|
6102
|
+
{
|
|
6103
|
+
"name": "data"
|
|
6104
|
+
}
|
|
6105
|
+
],
|
|
6106
|
+
"inheritedFrom": {
|
|
6107
|
+
"name": "AgTextFieldRenderer",
|
|
6108
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6109
|
+
}
|
|
6266
6110
|
},
|
|
6267
6111
|
{
|
|
6268
|
-
"kind": "
|
|
6269
|
-
"name": "
|
|
6112
|
+
"kind": "field",
|
|
6113
|
+
"name": "textChanged",
|
|
6114
|
+
"privacy": "public",
|
|
6115
|
+
"description": "On text change handler",
|
|
6116
|
+
"parameters": [
|
|
6117
|
+
{
|
|
6118
|
+
"description": "CustomEvent",
|
|
6119
|
+
"name": "e"
|
|
6120
|
+
}
|
|
6121
|
+
],
|
|
6122
|
+
"inheritedFrom": {
|
|
6123
|
+
"name": "AgTextFieldRenderer",
|
|
6124
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6125
|
+
}
|
|
6270
6126
|
},
|
|
6271
6127
|
{
|
|
6272
6128
|
"kind": "field",
|
|
@@ -6379,132 +6235,201 @@
|
|
|
6379
6235
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6380
6236
|
}
|
|
6381
6237
|
}
|
|
6382
|
-
]
|
|
6383
|
-
"superclass": {
|
|
6384
|
-
"name": "FoundationElement",
|
|
6385
|
-
"package": "@microsoft/fast-foundation"
|
|
6386
|
-
},
|
|
6387
|
-
"tagName": "%%prefix%%-boolean-renderer",
|
|
6388
|
-
"customElement": true
|
|
6238
|
+
]
|
|
6389
6239
|
},
|
|
6390
6240
|
{
|
|
6391
6241
|
"kind": "variable",
|
|
6392
|
-
"name": "
|
|
6393
|
-
"default": "
|
|
6394
|
-
"
|
|
6395
|
-
"
|
|
6242
|
+
"name": "textRendererStyles",
|
|
6243
|
+
"default": "textFieldRendererStyles",
|
|
6244
|
+
"privacy": "public",
|
|
6245
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6396
6246
|
},
|
|
6397
6247
|
{
|
|
6398
|
-
"kind": "
|
|
6399
|
-
"name": "
|
|
6400
|
-
"
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
"default": "'foundation'",
|
|
6404
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6405
|
-
}
|
|
6406
|
-
],
|
|
6407
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6408
|
-
"return": {
|
|
6409
|
-
"type": {
|
|
6410
|
-
"text": ""
|
|
6411
|
-
}
|
|
6412
|
-
},
|
|
6413
|
-
"privacy": "public"
|
|
6248
|
+
"kind": "variable",
|
|
6249
|
+
"name": "getTextRendererTemplate",
|
|
6250
|
+
"default": "getTextFieldRendererTemplate",
|
|
6251
|
+
"privacy": "public",
|
|
6252
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6414
6253
|
},
|
|
6415
6254
|
{
|
|
6416
6255
|
"kind": "variable",
|
|
6417
|
-
"name": "
|
|
6418
|
-
"description": "A function that returns a Foundation
|
|
6419
|
-
"privacy": "public"
|
|
6256
|
+
"name": "foundationAgTextRenderer",
|
|
6257
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6258
|
+
"privacy": "public",
|
|
6259
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6420
6260
|
}
|
|
6421
6261
|
],
|
|
6422
6262
|
"exports": [
|
|
6423
6263
|
{
|
|
6424
6264
|
"kind": "js",
|
|
6425
|
-
"name": "
|
|
6265
|
+
"name": "AgTextRenderer",
|
|
6426
6266
|
"declaration": {
|
|
6427
|
-
"name": "
|
|
6428
|
-
"module": "src/cell-renderers/
|
|
6267
|
+
"name": "AgTextRenderer",
|
|
6268
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6429
6269
|
}
|
|
6430
6270
|
},
|
|
6431
6271
|
{
|
|
6432
6272
|
"kind": "js",
|
|
6433
|
-
"name": "
|
|
6273
|
+
"name": "textRendererStyles",
|
|
6434
6274
|
"declaration": {
|
|
6435
|
-
"name": "
|
|
6436
|
-
"module": "src/cell-renderers/
|
|
6275
|
+
"name": "textRendererStyles",
|
|
6276
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6437
6277
|
}
|
|
6438
6278
|
},
|
|
6439
6279
|
{
|
|
6440
6280
|
"kind": "js",
|
|
6441
|
-
"name": "
|
|
6281
|
+
"name": "getTextRendererTemplate",
|
|
6442
6282
|
"declaration": {
|
|
6443
|
-
"name": "
|
|
6444
|
-
"module": "src/cell-renderers/
|
|
6283
|
+
"name": "getTextRendererTemplate",
|
|
6284
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6445
6285
|
}
|
|
6446
6286
|
},
|
|
6447
6287
|
{
|
|
6448
6288
|
"kind": "js",
|
|
6449
|
-
"name": "
|
|
6289
|
+
"name": "foundationAgTextRenderer",
|
|
6450
6290
|
"declaration": {
|
|
6451
|
-
"name": "
|
|
6452
|
-
"module": "src/cell-renderers/
|
|
6291
|
+
"name": "foundationAgTextRenderer",
|
|
6292
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6453
6293
|
}
|
|
6454
6294
|
}
|
|
6455
6295
|
]
|
|
6456
6296
|
},
|
|
6457
6297
|
{
|
|
6458
6298
|
"kind": "javascript-module",
|
|
6459
|
-
"path": "src/
|
|
6299
|
+
"path": "src/column/column.template.ts",
|
|
6300
|
+
"declarations": [
|
|
6301
|
+
{
|
|
6302
|
+
"kind": "variable",
|
|
6303
|
+
"name": "ColumnTemplate",
|
|
6304
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
6305
|
+
"description": "The Grid Pro Column Template.",
|
|
6306
|
+
"privacy": "public"
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6309
|
+
"exports": [
|
|
6310
|
+
{
|
|
6311
|
+
"kind": "js",
|
|
6312
|
+
"name": "ColumnTemplate",
|
|
6313
|
+
"declaration": {
|
|
6314
|
+
"name": "ColumnTemplate",
|
|
6315
|
+
"module": "src/column/column.template.ts"
|
|
6316
|
+
}
|
|
6317
|
+
}
|
|
6318
|
+
]
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"kind": "javascript-module",
|
|
6322
|
+
"path": "src/column/column.ts",
|
|
6460
6323
|
"declarations": [
|
|
6461
6324
|
{
|
|
6462
6325
|
"kind": "class",
|
|
6463
|
-
"description": "The
|
|
6464
|
-
"name": "
|
|
6326
|
+
"description": "The Grid Pro Column element.",
|
|
6327
|
+
"name": "GridProColumn",
|
|
6465
6328
|
"members": [
|
|
6466
6329
|
{
|
|
6467
6330
|
"kind": "field",
|
|
6468
|
-
"name": "
|
|
6331
|
+
"name": "slottedAgCell",
|
|
6469
6332
|
"type": {
|
|
6470
|
-
"text": "
|
|
6333
|
+
"text": "HTMLElement[]"
|
|
6334
|
+
},
|
|
6335
|
+
"privacy": "public"
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"kind": "field",
|
|
6339
|
+
"name": "definition",
|
|
6340
|
+
"type": {
|
|
6341
|
+
"text": "ColDef"
|
|
6342
|
+
},
|
|
6343
|
+
"default": "{}"
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
"kind": "method",
|
|
6347
|
+
"name": "slottedAgCellChanged",
|
|
6348
|
+
"privacy": "public"
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
"kind": "method",
|
|
6352
|
+
"name": "deepClone",
|
|
6353
|
+
"return": {
|
|
6354
|
+
"type": {
|
|
6355
|
+
"text": "Node"
|
|
6356
|
+
}
|
|
6357
|
+
},
|
|
6358
|
+
"inheritedFrom": {
|
|
6359
|
+
"name": "LifecycleMixin",
|
|
6360
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6471
6361
|
}
|
|
6472
6362
|
},
|
|
6473
6363
|
{
|
|
6474
6364
|
"kind": "method",
|
|
6475
|
-
"name": "
|
|
6476
|
-
"
|
|
6365
|
+
"name": "cloneNode",
|
|
6366
|
+
"return": {
|
|
6367
|
+
"type": {
|
|
6368
|
+
"text": "Node"
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6477
6371
|
"parameters": [
|
|
6478
6372
|
{
|
|
6479
|
-
"name": "
|
|
6373
|
+
"name": "deep",
|
|
6374
|
+
"optional": true,
|
|
6480
6375
|
"type": {
|
|
6481
|
-
"text": "
|
|
6376
|
+
"text": "boolean"
|
|
6482
6377
|
}
|
|
6483
6378
|
}
|
|
6484
|
-
]
|
|
6379
|
+
],
|
|
6380
|
+
"inheritedFrom": {
|
|
6381
|
+
"name": "LifecycleMixin",
|
|
6382
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6383
|
+
}
|
|
6485
6384
|
},
|
|
6486
6385
|
{
|
|
6487
|
-
"kind": "
|
|
6488
|
-
"name": "
|
|
6489
|
-
"privacy": "public",
|
|
6386
|
+
"kind": "field",
|
|
6387
|
+
"name": "shouldRunDisconnect",
|
|
6490
6388
|
"return": {
|
|
6491
6389
|
"type": {
|
|
6492
|
-
"text": "
|
|
6390
|
+
"text": ""
|
|
6391
|
+
}
|
|
6392
|
+
},
|
|
6393
|
+
"readonly": true,
|
|
6394
|
+
"inheritedFrom": {
|
|
6395
|
+
"name": "LifecycleMixin",
|
|
6396
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6397
|
+
}
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "field",
|
|
6401
|
+
"name": "shouldRunConnect",
|
|
6402
|
+
"return": {
|
|
6403
|
+
"type": {
|
|
6404
|
+
"text": ""
|
|
6493
6405
|
}
|
|
6406
|
+
},
|
|
6407
|
+
"readonly": true,
|
|
6408
|
+
"inheritedFrom": {
|
|
6409
|
+
"name": "LifecycleMixin",
|
|
6410
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6494
6411
|
}
|
|
6495
6412
|
},
|
|
6496
6413
|
{
|
|
6497
6414
|
"kind": "method",
|
|
6498
|
-
"name": "
|
|
6499
|
-
"
|
|
6415
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6416
|
+
"return": {
|
|
6417
|
+
"type": {
|
|
6418
|
+
"text": "boolean"
|
|
6419
|
+
}
|
|
6420
|
+
},
|
|
6500
6421
|
"parameters": [
|
|
6501
6422
|
{
|
|
6502
|
-
"name": "
|
|
6423
|
+
"name": "lifecycleType",
|
|
6503
6424
|
"type": {
|
|
6504
|
-
"text": "
|
|
6425
|
+
"text": "Lifecycletype"
|
|
6505
6426
|
}
|
|
6506
6427
|
}
|
|
6507
|
-
]
|
|
6428
|
+
],
|
|
6429
|
+
"inheritedFrom": {
|
|
6430
|
+
"name": "LifecycleMixin",
|
|
6431
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6432
|
+
}
|
|
6508
6433
|
},
|
|
6509
6434
|
{
|
|
6510
6435
|
"kind": "field",
|
|
@@ -6618,125 +6543,123 @@
|
|
|
6618
6543
|
}
|
|
6619
6544
|
}
|
|
6620
6545
|
],
|
|
6546
|
+
"mixins": [
|
|
6547
|
+
{
|
|
6548
|
+
"name": "LifecycleMixin",
|
|
6549
|
+
"package": "@genesislcap/foundation-utils"
|
|
6550
|
+
}
|
|
6551
|
+
],
|
|
6621
6552
|
"superclass": {
|
|
6622
6553
|
"name": "FoundationElement",
|
|
6623
6554
|
"package": "@microsoft/fast-foundation"
|
|
6624
6555
|
},
|
|
6625
|
-
"tagName": "
|
|
6556
|
+
"tagName": "grid-pro-column",
|
|
6626
6557
|
"customElement": true
|
|
6627
|
-
},
|
|
6628
|
-
{
|
|
6629
|
-
"kind": "variable",
|
|
6630
|
-
"name": "agEditableRendererStyles",
|
|
6631
|
-
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6632
|
-
"description": "The AG Editable Renderer Styles.",
|
|
6633
|
-
"privacy": "public"
|
|
6634
|
-
},
|
|
6635
|
-
{
|
|
6636
|
-
"kind": "function",
|
|
6637
|
-
"name": "getAgEditableRendererTemplate",
|
|
6638
|
-
"parameters": [
|
|
6639
|
-
{
|
|
6640
|
-
"name": "designSystem",
|
|
6641
|
-
"default": "'foundation'",
|
|
6642
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6643
|
-
}
|
|
6644
|
-
],
|
|
6645
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6646
|
-
"return": {
|
|
6647
|
-
"type": {
|
|
6648
|
-
"text": ""
|
|
6649
|
-
}
|
|
6650
|
-
},
|
|
6651
|
-
"privacy": "public"
|
|
6652
|
-
},
|
|
6653
|
-
{
|
|
6654
|
-
"kind": "variable",
|
|
6655
|
-
"name": "foundationAgEditableRenderer",
|
|
6656
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6657
|
-
"privacy": "public"
|
|
6658
6558
|
}
|
|
6659
6559
|
],
|
|
6660
6560
|
"exports": [
|
|
6661
6561
|
{
|
|
6662
6562
|
"kind": "js",
|
|
6663
|
-
"name": "
|
|
6563
|
+
"name": "GridProColumn",
|
|
6664
6564
|
"declaration": {
|
|
6665
|
-
"name": "
|
|
6666
|
-
"module": "src/
|
|
6565
|
+
"name": "GridProColumn",
|
|
6566
|
+
"module": "src/column/column.ts"
|
|
6667
6567
|
}
|
|
6668
6568
|
},
|
|
6569
|
+
{
|
|
6570
|
+
"kind": "custom-element-definition",
|
|
6571
|
+
"name": "grid-pro-column",
|
|
6572
|
+
"declaration": {
|
|
6573
|
+
"name": "GridProColumn",
|
|
6574
|
+
"module": "src/column/column.ts"
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
]
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"kind": "javascript-module",
|
|
6581
|
+
"path": "src/column/index.ts",
|
|
6582
|
+
"declarations": [],
|
|
6583
|
+
"exports": [
|
|
6669
6584
|
{
|
|
6670
6585
|
"kind": "js",
|
|
6671
|
-
"name": "
|
|
6586
|
+
"name": "*",
|
|
6672
6587
|
"declaration": {
|
|
6673
|
-
"name": "
|
|
6674
|
-
"
|
|
6588
|
+
"name": "*",
|
|
6589
|
+
"package": "./column.template"
|
|
6675
6590
|
}
|
|
6676
6591
|
},
|
|
6677
6592
|
{
|
|
6678
6593
|
"kind": "js",
|
|
6679
|
-
"name": "
|
|
6594
|
+
"name": "*",
|
|
6680
6595
|
"declaration": {
|
|
6681
|
-
"name": "
|
|
6682
|
-
"
|
|
6596
|
+
"name": "*",
|
|
6597
|
+
"package": "./column"
|
|
6683
6598
|
}
|
|
6684
6599
|
},
|
|
6685
6600
|
{
|
|
6686
6601
|
"kind": "js",
|
|
6687
|
-
"name": "
|
|
6602
|
+
"name": "*",
|
|
6688
6603
|
"declaration": {
|
|
6689
|
-
"name": "
|
|
6690
|
-
"
|
|
6604
|
+
"name": "*",
|
|
6605
|
+
"package": "./utils"
|
|
6691
6606
|
}
|
|
6692
6607
|
}
|
|
6693
6608
|
]
|
|
6694
6609
|
},
|
|
6695
6610
|
{
|
|
6696
6611
|
"kind": "javascript-module",
|
|
6697
|
-
"path": "src/cell-
|
|
6612
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
6698
6613
|
"declarations": [
|
|
6699
6614
|
{
|
|
6700
|
-
"kind": "
|
|
6701
|
-
"
|
|
6702
|
-
"
|
|
6703
|
-
"
|
|
6704
|
-
"privacy": "public"
|
|
6705
|
-
},
|
|
6706
|
-
{
|
|
6707
|
-
"kind": "function",
|
|
6708
|
-
"name": "getIconRendererTemplate",
|
|
6709
|
-
"parameters": [
|
|
6615
|
+
"kind": "class",
|
|
6616
|
+
"description": "The AG Date Editor element.",
|
|
6617
|
+
"name": "DateEditor",
|
|
6618
|
+
"members": [
|
|
6710
6619
|
{
|
|
6711
|
-
"
|
|
6712
|
-
"
|
|
6620
|
+
"kind": "field",
|
|
6621
|
+
"name": "value",
|
|
6713
6622
|
"type": {
|
|
6714
|
-
"text": "
|
|
6623
|
+
"text": "number"
|
|
6715
6624
|
},
|
|
6716
|
-
"
|
|
6717
|
-
}
|
|
6718
|
-
],
|
|
6719
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6720
|
-
"return": {
|
|
6721
|
-
"type": {
|
|
6722
|
-
"text": ""
|
|
6723
|
-
}
|
|
6724
|
-
},
|
|
6725
|
-
"privacy": "public"
|
|
6726
|
-
},
|
|
6727
|
-
{
|
|
6728
|
-
"kind": "class",
|
|
6729
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6730
|
-
"name": "IconRenderer",
|
|
6731
|
-
"members": [
|
|
6625
|
+
"privacy": "public"
|
|
6626
|
+
},
|
|
6732
6627
|
{
|
|
6733
6628
|
"kind": "field",
|
|
6734
|
-
"name": "
|
|
6629
|
+
"name": "actualWidth",
|
|
6735
6630
|
"type": {
|
|
6736
|
-
"text": "
|
|
6631
|
+
"text": "number"
|
|
6737
6632
|
},
|
|
6738
6633
|
"privacy": "public"
|
|
6739
6634
|
},
|
|
6635
|
+
{
|
|
6636
|
+
"kind": "field",
|
|
6637
|
+
"name": "params",
|
|
6638
|
+
"type": {
|
|
6639
|
+
"text": "DateEditorParams"
|
|
6640
|
+
}
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"kind": "field",
|
|
6644
|
+
"name": "dateFormat",
|
|
6645
|
+
"type": {
|
|
6646
|
+
"text": "string"
|
|
6647
|
+
}
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
"kind": "field",
|
|
6651
|
+
"name": "input",
|
|
6652
|
+
"type": {
|
|
6653
|
+
"text": "any"
|
|
6654
|
+
}
|
|
6655
|
+
},
|
|
6656
|
+
{
|
|
6657
|
+
"kind": "field",
|
|
6658
|
+
"name": "inputType",
|
|
6659
|
+
"type": {
|
|
6660
|
+
"text": "'datetime-local' | 'date'"
|
|
6661
|
+
}
|
|
6662
|
+
},
|
|
6740
6663
|
{
|
|
6741
6664
|
"kind": "method",
|
|
6742
6665
|
"name": "init",
|
|
@@ -6745,38 +6668,68 @@
|
|
|
6745
6668
|
{
|
|
6746
6669
|
"name": "params",
|
|
6747
6670
|
"type": {
|
|
6748
|
-
"text": "
|
|
6671
|
+
"text": "DateEditorParams"
|
|
6672
|
+
}
|
|
6673
|
+
}
|
|
6674
|
+
]
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"kind": "method",
|
|
6678
|
+
"name": "getGui",
|
|
6679
|
+
"privacy": "public",
|
|
6680
|
+
"return": {
|
|
6681
|
+
"type": {
|
|
6682
|
+
"text": "HTMLElement"
|
|
6683
|
+
}
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "method",
|
|
6688
|
+
"name": "refresh",
|
|
6689
|
+
"privacy": "public",
|
|
6690
|
+
"return": {
|
|
6691
|
+
"type": {
|
|
6692
|
+
"text": "boolean"
|
|
6693
|
+
}
|
|
6694
|
+
},
|
|
6695
|
+
"parameters": [
|
|
6696
|
+
{
|
|
6697
|
+
"name": "params",
|
|
6698
|
+
"type": {
|
|
6699
|
+
"text": "DateEditorParams"
|
|
6749
6700
|
}
|
|
6750
6701
|
}
|
|
6751
6702
|
]
|
|
6752
6703
|
},
|
|
6753
6704
|
{
|
|
6754
6705
|
"kind": "method",
|
|
6755
|
-
"name": "
|
|
6756
|
-
|
|
6706
|
+
"name": "getValue"
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"kind": "method",
|
|
6710
|
+
"name": "isPopup",
|
|
6757
6711
|
"return": {
|
|
6758
6712
|
"type": {
|
|
6759
|
-
"text": "
|
|
6713
|
+
"text": "boolean"
|
|
6760
6714
|
}
|
|
6761
6715
|
}
|
|
6762
6716
|
},
|
|
6763
6717
|
{
|
|
6764
6718
|
"kind": "method",
|
|
6765
|
-
"name": "
|
|
6719
|
+
"name": "changeHandler",
|
|
6766
6720
|
"parameters": [
|
|
6767
6721
|
{
|
|
6768
|
-
"name": "
|
|
6722
|
+
"name": "event"
|
|
6769
6723
|
}
|
|
6770
6724
|
]
|
|
6771
6725
|
},
|
|
6772
6726
|
{
|
|
6773
6727
|
"kind": "method",
|
|
6774
|
-
"name": "
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
}
|
|
6728
|
+
"name": "afterGuiAttached"
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
"kind": "method",
|
|
6732
|
+
"name": "isCancelBeforeStart"
|
|
6780
6733
|
},
|
|
6781
6734
|
{
|
|
6782
6735
|
"kind": "field",
|
|
@@ -6893,53 +6846,79 @@
|
|
|
6893
6846
|
"superclass": {
|
|
6894
6847
|
"name": "FoundationElement",
|
|
6895
6848
|
"package": "@microsoft/fast-foundation"
|
|
6896
|
-
}
|
|
6849
|
+
},
|
|
6850
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6851
|
+
"customElement": true
|
|
6897
6852
|
},
|
|
6898
6853
|
{
|
|
6899
6854
|
"kind": "variable",
|
|
6900
|
-
"name": "
|
|
6901
|
-
"
|
|
6855
|
+
"name": "agDateEditorStyles",
|
|
6856
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6857
|
+
"description": "The AG Select Renderer Styles.",
|
|
6858
|
+
"privacy": "public"
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"kind": "function",
|
|
6862
|
+
"name": "getDateEditorTemplate",
|
|
6863
|
+
"parameters": [
|
|
6864
|
+
{
|
|
6865
|
+
"name": "prefix",
|
|
6866
|
+
"default": "'foundation'",
|
|
6867
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6868
|
+
}
|
|
6869
|
+
],
|
|
6870
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6871
|
+
"return": {
|
|
6872
|
+
"type": {
|
|
6873
|
+
"text": ""
|
|
6874
|
+
}
|
|
6875
|
+
},
|
|
6876
|
+
"privacy": "public"
|
|
6877
|
+
},
|
|
6878
|
+
{
|
|
6879
|
+
"kind": "variable",
|
|
6880
|
+
"name": "foundationDateEditor",
|
|
6902
6881
|
"privacy": "public"
|
|
6903
6882
|
}
|
|
6904
6883
|
],
|
|
6905
6884
|
"exports": [
|
|
6906
6885
|
{
|
|
6907
6886
|
"kind": "js",
|
|
6908
|
-
"name": "
|
|
6887
|
+
"name": "DateEditor",
|
|
6909
6888
|
"declaration": {
|
|
6910
|
-
"name": "
|
|
6911
|
-
"module": "src/cell-
|
|
6889
|
+
"name": "DateEditor",
|
|
6890
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6912
6891
|
}
|
|
6913
6892
|
},
|
|
6914
6893
|
{
|
|
6915
6894
|
"kind": "js",
|
|
6916
|
-
"name": "
|
|
6895
|
+
"name": "agDateEditorStyles",
|
|
6917
6896
|
"declaration": {
|
|
6918
|
-
"name": "
|
|
6919
|
-
"module": "src/cell-
|
|
6897
|
+
"name": "agDateEditorStyles",
|
|
6898
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6920
6899
|
}
|
|
6921
6900
|
},
|
|
6922
6901
|
{
|
|
6923
6902
|
"kind": "js",
|
|
6924
|
-
"name": "
|
|
6903
|
+
"name": "getDateEditorTemplate",
|
|
6925
6904
|
"declaration": {
|
|
6926
|
-
"name": "
|
|
6927
|
-
"module": "src/cell-
|
|
6905
|
+
"name": "getDateEditorTemplate",
|
|
6906
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6928
6907
|
}
|
|
6929
6908
|
},
|
|
6930
6909
|
{
|
|
6931
6910
|
"kind": "js",
|
|
6932
|
-
"name": "
|
|
6911
|
+
"name": "foundationDateEditor",
|
|
6933
6912
|
"declaration": {
|
|
6934
|
-
"name": "
|
|
6935
|
-
"module": "src/cell-
|
|
6913
|
+
"name": "foundationDateEditor",
|
|
6914
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6936
6915
|
}
|
|
6937
6916
|
}
|
|
6938
6917
|
]
|
|
6939
6918
|
},
|
|
6940
6919
|
{
|
|
6941
6920
|
"kind": "javascript-module",
|
|
6942
|
-
"path": "src/cell-
|
|
6921
|
+
"path": "src/cell-editors/index.ts",
|
|
6943
6922
|
"declarations": [],
|
|
6944
6923
|
"exports": [
|
|
6945
6924
|
{
|
|
@@ -6947,39 +6926,7 @@
|
|
|
6947
6926
|
"name": "*",
|
|
6948
6927
|
"declaration": {
|
|
6949
6928
|
"name": "*",
|
|
6950
|
-
"package": "./
|
|
6951
|
-
}
|
|
6952
|
-
},
|
|
6953
|
-
{
|
|
6954
|
-
"kind": "js",
|
|
6955
|
-
"name": "*",
|
|
6956
|
-
"declaration": {
|
|
6957
|
-
"name": "*",
|
|
6958
|
-
"package": "./actions-menu.renderer"
|
|
6959
|
-
}
|
|
6960
|
-
},
|
|
6961
|
-
{
|
|
6962
|
-
"kind": "js",
|
|
6963
|
-
"name": "*",
|
|
6964
|
-
"declaration": {
|
|
6965
|
-
"name": "*",
|
|
6966
|
-
"package": "./boolean.renderer"
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
|
-
{
|
|
6970
|
-
"kind": "js",
|
|
6971
|
-
"name": "*",
|
|
6972
|
-
"declaration": {
|
|
6973
|
-
"name": "*",
|
|
6974
|
-
"package": "./editable.renderer"
|
|
6975
|
-
}
|
|
6976
|
-
},
|
|
6977
|
-
{
|
|
6978
|
-
"kind": "js",
|
|
6979
|
-
"name": "*",
|
|
6980
|
-
"declaration": {
|
|
6981
|
-
"name": "*",
|
|
6982
|
-
"package": "./icon.renderer"
|
|
6929
|
+
"package": "./date.editor"
|
|
6983
6930
|
}
|
|
6984
6931
|
},
|
|
6985
6932
|
{
|
|
@@ -6987,7 +6934,7 @@
|
|
|
6987
6934
|
"name": "*",
|
|
6988
6935
|
"declaration": {
|
|
6989
6936
|
"name": "*",
|
|
6990
|
-
"package": "./
|
|
6937
|
+
"package": "./multiselect.editor"
|
|
6991
6938
|
}
|
|
6992
6939
|
},
|
|
6993
6940
|
{
|
|
@@ -6995,7 +6942,7 @@
|
|
|
6995
6942
|
"name": "*",
|
|
6996
6943
|
"declaration": {
|
|
6997
6944
|
"name": "*",
|
|
6998
|
-
"package": "./
|
|
6945
|
+
"package": "./number.editor"
|
|
6999
6946
|
}
|
|
7000
6947
|
},
|
|
7001
6948
|
{
|
|
@@ -7003,7 +6950,7 @@
|
|
|
7003
6950
|
"name": "*",
|
|
7004
6951
|
"declaration": {
|
|
7005
6952
|
"name": "*",
|
|
7006
|
-
"package": "./
|
|
6953
|
+
"package": "./select.editor"
|
|
7007
6954
|
}
|
|
7008
6955
|
},
|
|
7009
6956
|
{
|
|
@@ -7011,33 +6958,33 @@
|
|
|
7011
6958
|
"name": "*",
|
|
7012
6959
|
"declaration": {
|
|
7013
6960
|
"name": "*",
|
|
7014
|
-
"package": "./
|
|
6961
|
+
"package": "./string.editor"
|
|
7015
6962
|
}
|
|
7016
6963
|
}
|
|
7017
6964
|
]
|
|
7018
6965
|
},
|
|
7019
6966
|
{
|
|
7020
6967
|
"kind": "javascript-module",
|
|
7021
|
-
"path": "src/cell-
|
|
6968
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
7022
6969
|
"declarations": [
|
|
7023
6970
|
{
|
|
7024
6971
|
"kind": "class",
|
|
7025
|
-
"description": "The AG
|
|
7026
|
-
"name": "
|
|
6972
|
+
"description": "The AG Multiselect Editor element.",
|
|
6973
|
+
"name": "MultiselectEditor",
|
|
7027
6974
|
"members": [
|
|
7028
6975
|
{
|
|
7029
6976
|
"kind": "field",
|
|
7030
6977
|
"name": "params",
|
|
7031
6978
|
"type": {
|
|
7032
|
-
"text": "
|
|
6979
|
+
"text": "MultiselectEditorParams"
|
|
7033
6980
|
},
|
|
7034
6981
|
"privacy": "public"
|
|
7035
6982
|
},
|
|
7036
6983
|
{
|
|
7037
6984
|
"kind": "field",
|
|
7038
|
-
"name": "
|
|
6985
|
+
"name": "selectedOptions",
|
|
7039
6986
|
"type": {
|
|
7040
|
-
"text": "
|
|
6987
|
+
"text": "any[]"
|
|
7041
6988
|
},
|
|
7042
6989
|
"privacy": "public"
|
|
7043
6990
|
},
|
|
@@ -7049,7 +6996,7 @@
|
|
|
7049
6996
|
{
|
|
7050
6997
|
"name": "params",
|
|
7051
6998
|
"type": {
|
|
7052
|
-
"text": "
|
|
6999
|
+
"text": "MultiselectEditorParams"
|
|
7053
7000
|
}
|
|
7054
7001
|
}
|
|
7055
7002
|
]
|
|
@@ -7087,31 +7034,37 @@
|
|
|
7087
7034
|
{
|
|
7088
7035
|
"name": "params",
|
|
7089
7036
|
"type": {
|
|
7090
|
-
"text": "
|
|
7037
|
+
"text": "MultiselectEditorParams"
|
|
7091
7038
|
}
|
|
7092
7039
|
}
|
|
7093
7040
|
]
|
|
7094
7041
|
},
|
|
7095
7042
|
{
|
|
7096
|
-
"kind": "
|
|
7097
|
-
"name": "
|
|
7098
|
-
"privacy": "public"
|
|
7043
|
+
"kind": "method",
|
|
7044
|
+
"name": "getValue"
|
|
7099
7045
|
},
|
|
7100
7046
|
{
|
|
7101
7047
|
"kind": "method",
|
|
7102
|
-
"name": "
|
|
7103
|
-
"privacy": "public",
|
|
7048
|
+
"name": "isPopup",
|
|
7104
7049
|
"return": {
|
|
7105
7050
|
"type": {
|
|
7106
7051
|
"text": "boolean"
|
|
7107
7052
|
}
|
|
7108
|
-
}
|
|
7053
|
+
}
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"kind": "method",
|
|
7057
|
+
"name": "changeHandler",
|
|
7109
7058
|
"parameters": [
|
|
7110
7059
|
{
|
|
7111
|
-
"name": "
|
|
7060
|
+
"name": "event"
|
|
7112
7061
|
}
|
|
7113
7062
|
]
|
|
7114
7063
|
},
|
|
7064
|
+
{
|
|
7065
|
+
"kind": "method",
|
|
7066
|
+
"name": "isCancelBeforeStart"
|
|
7067
|
+
},
|
|
7115
7068
|
{
|
|
7116
7069
|
"kind": "field",
|
|
7117
7070
|
"name": "_presentation",
|
|
@@ -7228,26 +7181,23 @@
|
|
|
7228
7181
|
"name": "FoundationElement",
|
|
7229
7182
|
"package": "@microsoft/fast-foundation"
|
|
7230
7183
|
},
|
|
7231
|
-
"tagName": "%%prefix%%-
|
|
7184
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
7232
7185
|
"customElement": true
|
|
7233
7186
|
},
|
|
7234
7187
|
{
|
|
7235
7188
|
"kind": "variable",
|
|
7236
|
-
"name": "
|
|
7237
|
-
"default": "css
|
|
7189
|
+
"name": "agMultiselectEditorStyles",
|
|
7190
|
+
"default": "css``",
|
|
7238
7191
|
"description": "The AG Select Renderer Styles.",
|
|
7239
7192
|
"privacy": "public"
|
|
7240
7193
|
},
|
|
7241
7194
|
{
|
|
7242
7195
|
"kind": "function",
|
|
7243
|
-
"name": "
|
|
7196
|
+
"name": "getMultiselectEditorTemplate",
|
|
7244
7197
|
"parameters": [
|
|
7245
7198
|
{
|
|
7246
7199
|
"name": "designSystem",
|
|
7247
7200
|
"default": "'foundation'",
|
|
7248
|
-
"type": {
|
|
7249
|
-
"text": "string"
|
|
7250
|
-
},
|
|
7251
7201
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7252
7202
|
}
|
|
7253
7203
|
],
|
|
@@ -7261,124 +7211,157 @@
|
|
|
7261
7211
|
},
|
|
7262
7212
|
{
|
|
7263
7213
|
"kind": "variable",
|
|
7264
|
-
"name": "
|
|
7265
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7214
|
+
"name": "foundationMultiselectEditor",
|
|
7266
7215
|
"privacy": "public"
|
|
7267
7216
|
}
|
|
7268
7217
|
],
|
|
7269
7218
|
"exports": [
|
|
7270
7219
|
{
|
|
7271
7220
|
"kind": "js",
|
|
7272
|
-
"name": "
|
|
7221
|
+
"name": "MultiselectEditor",
|
|
7273
7222
|
"declaration": {
|
|
7274
|
-
"name": "
|
|
7275
|
-
"module": "src/cell-
|
|
7223
|
+
"name": "MultiselectEditor",
|
|
7224
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
7276
7225
|
}
|
|
7277
7226
|
},
|
|
7278
7227
|
{
|
|
7279
7228
|
"kind": "js",
|
|
7280
|
-
"name": "
|
|
7229
|
+
"name": "agMultiselectEditorStyles",
|
|
7281
7230
|
"declaration": {
|
|
7282
|
-
"name": "
|
|
7283
|
-
"module": "src/cell-
|
|
7231
|
+
"name": "agMultiselectEditorStyles",
|
|
7232
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
7284
7233
|
}
|
|
7285
7234
|
},
|
|
7286
7235
|
{
|
|
7287
7236
|
"kind": "js",
|
|
7288
|
-
"name": "
|
|
7237
|
+
"name": "getMultiselectEditorTemplate",
|
|
7289
7238
|
"declaration": {
|
|
7290
|
-
"name": "
|
|
7291
|
-
"module": "src/cell-
|
|
7239
|
+
"name": "getMultiselectEditorTemplate",
|
|
7240
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
7292
7241
|
}
|
|
7293
7242
|
},
|
|
7294
7243
|
{
|
|
7295
7244
|
"kind": "js",
|
|
7296
|
-
"name": "
|
|
7245
|
+
"name": "foundationMultiselectEditor",
|
|
7297
7246
|
"declaration": {
|
|
7298
|
-
"name": "
|
|
7299
|
-
"module": "src/cell-
|
|
7247
|
+
"name": "foundationMultiselectEditor",
|
|
7248
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
7300
7249
|
}
|
|
7301
7250
|
}
|
|
7302
7251
|
]
|
|
7303
7252
|
},
|
|
7304
7253
|
{
|
|
7305
7254
|
"kind": "javascript-module",
|
|
7306
|
-
"path": "src/cell-
|
|
7255
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
7307
7256
|
"declarations": [
|
|
7308
|
-
{
|
|
7309
|
-
"kind": "variable",
|
|
7310
|
-
"name": "agStatusPillRendererStyles",
|
|
7311
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
7312
|
-
"description": "The Status Pill Renderer Styles.",
|
|
7313
|
-
"privacy": "public"
|
|
7314
|
-
},
|
|
7315
|
-
{
|
|
7316
|
-
"kind": "function",
|
|
7317
|
-
"name": "getStatusPillRendererTemplate",
|
|
7318
|
-
"parameters": [
|
|
7319
|
-
{
|
|
7320
|
-
"name": "designSystem",
|
|
7321
|
-
"default": "'rapid'",
|
|
7322
|
-
"type": {
|
|
7323
|
-
"text": "string"
|
|
7324
|
-
},
|
|
7325
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7326
|
-
}
|
|
7327
|
-
],
|
|
7328
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
7329
|
-
"return": {
|
|
7330
|
-
"type": {
|
|
7331
|
-
"text": ""
|
|
7332
|
-
}
|
|
7333
|
-
},
|
|
7334
|
-
"privacy": "public"
|
|
7335
|
-
},
|
|
7336
7257
|
{
|
|
7337
7258
|
"kind": "class",
|
|
7338
|
-
"description": "The AG
|
|
7339
|
-
"name": "
|
|
7259
|
+
"description": "The AG Number Editor element.",
|
|
7260
|
+
"name": "NumberEditor",
|
|
7340
7261
|
"members": [
|
|
7341
7262
|
{
|
|
7342
7263
|
"kind": "field",
|
|
7343
7264
|
"name": "params",
|
|
7344
7265
|
"type": {
|
|
7345
|
-
"text": "
|
|
7346
|
-
}
|
|
7266
|
+
"text": "NumberEditorParams"
|
|
7267
|
+
},
|
|
7268
|
+
"privacy": "public"
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
"kind": "field",
|
|
7272
|
+
"name": "value",
|
|
7273
|
+
"type": {
|
|
7274
|
+
"text": "number"
|
|
7275
|
+
},
|
|
7276
|
+
"privacy": "public"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"kind": "field",
|
|
7280
|
+
"name": "actualWidth",
|
|
7281
|
+
"type": {
|
|
7282
|
+
"text": "number"
|
|
7283
|
+
},
|
|
7284
|
+
"privacy": "public"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"kind": "field",
|
|
7288
|
+
"name": "input",
|
|
7289
|
+
"type": {
|
|
7290
|
+
"text": "any"
|
|
7291
|
+
},
|
|
7292
|
+
"privacy": "public"
|
|
7347
7293
|
},
|
|
7348
7294
|
{
|
|
7349
7295
|
"kind": "method",
|
|
7350
7296
|
"name": "init",
|
|
7297
|
+
"privacy": "public",
|
|
7351
7298
|
"parameters": [
|
|
7352
7299
|
{
|
|
7353
7300
|
"name": "params",
|
|
7354
7301
|
"type": {
|
|
7355
|
-
"text": "
|
|
7302
|
+
"text": "NumberEditorParams"
|
|
7356
7303
|
}
|
|
7357
7304
|
}
|
|
7358
7305
|
]
|
|
7359
7306
|
},
|
|
7360
7307
|
{
|
|
7361
7308
|
"kind": "method",
|
|
7362
|
-
"name": "getGui"
|
|
7309
|
+
"name": "getGui",
|
|
7310
|
+
"privacy": "public",
|
|
7311
|
+
"return": {
|
|
7312
|
+
"type": {
|
|
7313
|
+
"text": "HTMLElement"
|
|
7314
|
+
}
|
|
7315
|
+
}
|
|
7363
7316
|
},
|
|
7364
7317
|
{
|
|
7365
7318
|
"kind": "method",
|
|
7366
7319
|
"name": "refresh",
|
|
7320
|
+
"privacy": "public",
|
|
7321
|
+
"return": {
|
|
7322
|
+
"type": {
|
|
7323
|
+
"text": "boolean"
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7367
7326
|
"parameters": [
|
|
7368
7327
|
{
|
|
7369
|
-
"name": "params"
|
|
7328
|
+
"name": "params",
|
|
7329
|
+
"type": {
|
|
7330
|
+
"text": "NumberEditorParams"
|
|
7331
|
+
}
|
|
7370
7332
|
}
|
|
7371
7333
|
]
|
|
7372
7334
|
},
|
|
7373
7335
|
{
|
|
7374
7336
|
"kind": "method",
|
|
7375
|
-
"name": "
|
|
7337
|
+
"name": "getValue"
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"kind": "method",
|
|
7341
|
+
"name": "isPopup",
|
|
7376
7342
|
"return": {
|
|
7377
7343
|
"type": {
|
|
7378
|
-
"text": "
|
|
7344
|
+
"text": "boolean"
|
|
7379
7345
|
}
|
|
7380
7346
|
}
|
|
7381
7347
|
},
|
|
7348
|
+
{
|
|
7349
|
+
"kind": "method",
|
|
7350
|
+
"name": "afterGuiAttached"
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"kind": "method",
|
|
7354
|
+
"name": "changeHandler",
|
|
7355
|
+
"parameters": [
|
|
7356
|
+
{
|
|
7357
|
+
"name": "event"
|
|
7358
|
+
}
|
|
7359
|
+
]
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"kind": "method",
|
|
7363
|
+
"name": "isCancelBeforeStart"
|
|
7364
|
+
},
|
|
7382
7365
|
{
|
|
7383
7366
|
"kind": "field",
|
|
7384
7367
|
"name": "_presentation",
|
|
@@ -7495,81 +7478,113 @@
|
|
|
7495
7478
|
"name": "FoundationElement",
|
|
7496
7479
|
"package": "@microsoft/fast-foundation"
|
|
7497
7480
|
},
|
|
7498
|
-
"tagName": "%%prefix%%-
|
|
7481
|
+
"tagName": "%%prefix%%-number-editor",
|
|
7499
7482
|
"customElement": true
|
|
7500
7483
|
},
|
|
7501
7484
|
{
|
|
7502
7485
|
"kind": "variable",
|
|
7503
|
-
"name": "
|
|
7504
|
-
"
|
|
7486
|
+
"name": "agNumberEditorStyles",
|
|
7487
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7488
|
+
"description": "The AG Number Editor Styles.",
|
|
7489
|
+
"privacy": "public"
|
|
7490
|
+
},
|
|
7491
|
+
{
|
|
7492
|
+
"kind": "function",
|
|
7493
|
+
"name": "getNumberEditorTemplate",
|
|
7494
|
+
"parameters": [
|
|
7495
|
+
{
|
|
7496
|
+
"name": "designSystem",
|
|
7497
|
+
"default": "'foundation'",
|
|
7498
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7502
|
+
"return": {
|
|
7503
|
+
"type": {
|
|
7504
|
+
"text": ""
|
|
7505
|
+
}
|
|
7506
|
+
},
|
|
7507
|
+
"privacy": "public"
|
|
7508
|
+
},
|
|
7509
|
+
{
|
|
7510
|
+
"kind": "variable",
|
|
7511
|
+
"name": "foundationNumberEditor",
|
|
7505
7512
|
"privacy": "public"
|
|
7506
7513
|
}
|
|
7507
7514
|
],
|
|
7508
7515
|
"exports": [
|
|
7509
7516
|
{
|
|
7510
7517
|
"kind": "js",
|
|
7511
|
-
"name": "
|
|
7518
|
+
"name": "NumberEditor",
|
|
7512
7519
|
"declaration": {
|
|
7513
|
-
"name": "
|
|
7514
|
-
"module": "src/cell-
|
|
7520
|
+
"name": "NumberEditor",
|
|
7521
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7515
7522
|
}
|
|
7516
7523
|
},
|
|
7517
7524
|
{
|
|
7518
7525
|
"kind": "js",
|
|
7519
|
-
"name": "
|
|
7526
|
+
"name": "agNumberEditorStyles",
|
|
7520
7527
|
"declaration": {
|
|
7521
|
-
"name": "
|
|
7522
|
-
"module": "src/cell-
|
|
7528
|
+
"name": "agNumberEditorStyles",
|
|
7529
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7523
7530
|
}
|
|
7524
7531
|
},
|
|
7525
7532
|
{
|
|
7526
7533
|
"kind": "js",
|
|
7527
|
-
"name": "
|
|
7534
|
+
"name": "getNumberEditorTemplate",
|
|
7528
7535
|
"declaration": {
|
|
7529
|
-
"name": "
|
|
7530
|
-
"module": "src/cell-
|
|
7536
|
+
"name": "getNumberEditorTemplate",
|
|
7537
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7531
7538
|
}
|
|
7532
7539
|
},
|
|
7533
7540
|
{
|
|
7534
7541
|
"kind": "js",
|
|
7535
|
-
"name": "
|
|
7542
|
+
"name": "foundationNumberEditor",
|
|
7536
7543
|
"declaration": {
|
|
7537
|
-
"name": "
|
|
7538
|
-
"module": "src/cell-
|
|
7544
|
+
"name": "foundationNumberEditor",
|
|
7545
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7539
7546
|
}
|
|
7540
7547
|
}
|
|
7541
7548
|
]
|
|
7542
7549
|
},
|
|
7543
7550
|
{
|
|
7544
7551
|
"kind": "javascript-module",
|
|
7545
|
-
"path": "src/cell-
|
|
7552
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
7546
7553
|
"declarations": [
|
|
7547
7554
|
{
|
|
7548
7555
|
"kind": "class",
|
|
7549
|
-
"description": "The AG
|
|
7550
|
-
"name": "
|
|
7556
|
+
"description": "The AG Select Editor element.",
|
|
7557
|
+
"name": "SelectEditor",
|
|
7551
7558
|
"members": [
|
|
7552
7559
|
{
|
|
7553
7560
|
"kind": "field",
|
|
7554
|
-
"name": "
|
|
7561
|
+
"name": "params",
|
|
7555
7562
|
"type": {
|
|
7556
|
-
"text": "
|
|
7563
|
+
"text": "SelectEditorParams"
|
|
7557
7564
|
},
|
|
7558
7565
|
"privacy": "public"
|
|
7559
7566
|
},
|
|
7560
7567
|
{
|
|
7561
7568
|
"kind": "field",
|
|
7562
|
-
"name": "
|
|
7569
|
+
"name": "value",
|
|
7563
7570
|
"type": {
|
|
7564
7571
|
"text": "string"
|
|
7565
7572
|
},
|
|
7566
|
-
"
|
|
7573
|
+
"privacy": "public"
|
|
7567
7574
|
},
|
|
7568
7575
|
{
|
|
7569
7576
|
"kind": "field",
|
|
7570
|
-
"name": "
|
|
7577
|
+
"name": "actualWidth",
|
|
7571
7578
|
"type": {
|
|
7572
|
-
"text": "
|
|
7579
|
+
"text": "number"
|
|
7580
|
+
},
|
|
7581
|
+
"privacy": "public"
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"kind": "field",
|
|
7585
|
+
"name": "combobox",
|
|
7586
|
+
"type": {
|
|
7587
|
+
"text": "any"
|
|
7573
7588
|
},
|
|
7574
7589
|
"privacy": "public"
|
|
7575
7590
|
},
|
|
@@ -7581,7 +7596,7 @@
|
|
|
7581
7596
|
{
|
|
7582
7597
|
"name": "params",
|
|
7583
7598
|
"type": {
|
|
7584
|
-
"text": "
|
|
7599
|
+
"text": "SelectEditorParams"
|
|
7585
7600
|
}
|
|
7586
7601
|
}
|
|
7587
7602
|
]
|
|
@@ -7596,51 +7611,54 @@
|
|
|
7596
7611
|
}
|
|
7597
7612
|
}
|
|
7598
7613
|
},
|
|
7599
|
-
{
|
|
7600
|
-
"kind": "method",
|
|
7601
|
-
"name": "destroy",
|
|
7602
|
-
"privacy": "public"
|
|
7603
|
-
},
|
|
7604
7614
|
{
|
|
7605
7615
|
"kind": "method",
|
|
7606
7616
|
"name": "refresh",
|
|
7607
7617
|
"privacy": "public",
|
|
7618
|
+
"return": {
|
|
7619
|
+
"type": {
|
|
7620
|
+
"text": "boolean"
|
|
7621
|
+
}
|
|
7622
|
+
},
|
|
7608
7623
|
"parameters": [
|
|
7609
7624
|
{
|
|
7610
7625
|
"name": "params",
|
|
7611
7626
|
"type": {
|
|
7612
|
-
"text": "
|
|
7627
|
+
"text": "SelectEditorParams"
|
|
7613
7628
|
}
|
|
7614
7629
|
}
|
|
7615
7630
|
]
|
|
7616
7631
|
},
|
|
7617
7632
|
{
|
|
7618
7633
|
"kind": "method",
|
|
7619
|
-
"name": "
|
|
7620
|
-
|
|
7634
|
+
"name": "getValue"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"kind": "method",
|
|
7638
|
+
"name": "isPopup",
|
|
7621
7639
|
"return": {
|
|
7622
7640
|
"type": {
|
|
7623
7641
|
"text": "boolean"
|
|
7624
7642
|
}
|
|
7625
|
-
}
|
|
7626
|
-
"parameters": [
|
|
7627
|
-
{
|
|
7628
|
-
"name": "data"
|
|
7629
|
-
}
|
|
7630
|
-
]
|
|
7643
|
+
}
|
|
7631
7644
|
},
|
|
7632
7645
|
{
|
|
7633
|
-
"kind": "
|
|
7634
|
-
"name": "
|
|
7635
|
-
|
|
7636
|
-
|
|
7646
|
+
"kind": "method",
|
|
7647
|
+
"name": "afterGuiAttached"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"kind": "method",
|
|
7651
|
+
"name": "changeHandler",
|
|
7637
7652
|
"parameters": [
|
|
7638
7653
|
{
|
|
7639
|
-
"
|
|
7640
|
-
"name": "e"
|
|
7654
|
+
"name": "event"
|
|
7641
7655
|
}
|
|
7642
7656
|
]
|
|
7643
7657
|
},
|
|
7658
|
+
{
|
|
7659
|
+
"kind": "method",
|
|
7660
|
+
"name": "isCancelBeforeStart"
|
|
7661
|
+
},
|
|
7644
7662
|
{
|
|
7645
7663
|
"kind": "field",
|
|
7646
7664
|
"name": "_presentation",
|
|
@@ -7757,19 +7775,19 @@
|
|
|
7757
7775
|
"name": "FoundationElement",
|
|
7758
7776
|
"package": "@microsoft/fast-foundation"
|
|
7759
7777
|
},
|
|
7760
|
-
"tagName": "%%prefix%%-
|
|
7778
|
+
"tagName": "%%prefix%%-select-editor",
|
|
7761
7779
|
"customElement": true
|
|
7762
7780
|
},
|
|
7763
7781
|
{
|
|
7764
7782
|
"kind": "variable",
|
|
7765
|
-
"name": "
|
|
7766
|
-
"default": "css
|
|
7767
|
-
"description": "The AG
|
|
7783
|
+
"name": "agSelectEditorStyles",
|
|
7784
|
+
"default": "css``",
|
|
7785
|
+
"description": "The AG Select Renderer Styles.",
|
|
7768
7786
|
"privacy": "public"
|
|
7769
7787
|
},
|
|
7770
7788
|
{
|
|
7771
7789
|
"kind": "function",
|
|
7772
|
-
"name": "
|
|
7790
|
+
"name": "getSelectEditorTemplate",
|
|
7773
7791
|
"parameters": [
|
|
7774
7792
|
{
|
|
7775
7793
|
"name": "designSystem",
|
|
@@ -7777,7 +7795,7 @@
|
|
|
7777
7795
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7778
7796
|
}
|
|
7779
7797
|
],
|
|
7780
|
-
"description": "Get a Design System prefixed
|
|
7798
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7781
7799
|
"return": {
|
|
7782
7800
|
"type": {
|
|
7783
7801
|
"text": ""
|
|
@@ -7787,97 +7805,85 @@
|
|
|
7787
7805
|
},
|
|
7788
7806
|
{
|
|
7789
7807
|
"kind": "variable",
|
|
7790
|
-
"name": "
|
|
7791
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7808
|
+
"name": "foundationSelectEditor",
|
|
7792
7809
|
"privacy": "public"
|
|
7793
7810
|
}
|
|
7794
7811
|
],
|
|
7795
7812
|
"exports": [
|
|
7796
7813
|
{
|
|
7797
7814
|
"kind": "js",
|
|
7798
|
-
"name": "
|
|
7815
|
+
"name": "SelectEditor",
|
|
7799
7816
|
"declaration": {
|
|
7800
|
-
"name": "
|
|
7801
|
-
"module": "src/cell-
|
|
7817
|
+
"name": "SelectEditor",
|
|
7818
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7802
7819
|
}
|
|
7803
7820
|
},
|
|
7804
7821
|
{
|
|
7805
7822
|
"kind": "js",
|
|
7806
|
-
"name": "
|
|
7823
|
+
"name": "agSelectEditorStyles",
|
|
7807
7824
|
"declaration": {
|
|
7808
|
-
"name": "
|
|
7809
|
-
"module": "src/cell-
|
|
7825
|
+
"name": "agSelectEditorStyles",
|
|
7826
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7810
7827
|
}
|
|
7811
7828
|
},
|
|
7812
7829
|
{
|
|
7813
7830
|
"kind": "js",
|
|
7814
|
-
"name": "
|
|
7831
|
+
"name": "getSelectEditorTemplate",
|
|
7815
7832
|
"declaration": {
|
|
7816
|
-
"name": "
|
|
7817
|
-
"module": "src/cell-
|
|
7833
|
+
"name": "getSelectEditorTemplate",
|
|
7834
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7818
7835
|
}
|
|
7819
7836
|
},
|
|
7820
7837
|
{
|
|
7821
7838
|
"kind": "js",
|
|
7822
|
-
"name": "
|
|
7839
|
+
"name": "foundationSelectEditor",
|
|
7823
7840
|
"declaration": {
|
|
7824
|
-
"name": "
|
|
7825
|
-
"module": "src/cell-
|
|
7841
|
+
"name": "foundationSelectEditor",
|
|
7842
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7826
7843
|
}
|
|
7827
7844
|
}
|
|
7828
7845
|
]
|
|
7829
7846
|
},
|
|
7830
7847
|
{
|
|
7831
7848
|
"kind": "javascript-module",
|
|
7832
|
-
"path": "src/cell-
|
|
7849
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7833
7850
|
"declarations": [
|
|
7834
7851
|
{
|
|
7835
7852
|
"kind": "class",
|
|
7836
|
-
"description": "",
|
|
7837
|
-
"name": "
|
|
7838
|
-
"superclass": {
|
|
7839
|
-
"name": "AgTextFieldRenderer",
|
|
7840
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7841
|
-
},
|
|
7842
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7843
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7844
|
-
"customElement": true,
|
|
7853
|
+
"description": "The AG String Editor element.",
|
|
7854
|
+
"name": "StringEditor",
|
|
7845
7855
|
"members": [
|
|
7846
7856
|
{
|
|
7847
7857
|
"kind": "field",
|
|
7848
|
-
"name": "
|
|
7858
|
+
"name": "params",
|
|
7849
7859
|
"type": {
|
|
7850
|
-
"text": "
|
|
7860
|
+
"text": "StringEditorParams"
|
|
7851
7861
|
},
|
|
7852
|
-
"privacy": "public"
|
|
7853
|
-
"inheritedFrom": {
|
|
7854
|
-
"name": "AgTextFieldRenderer",
|
|
7855
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7856
|
-
}
|
|
7862
|
+
"privacy": "public"
|
|
7857
7863
|
},
|
|
7858
7864
|
{
|
|
7859
7865
|
"kind": "field",
|
|
7860
|
-
"name": "
|
|
7866
|
+
"name": "value",
|
|
7861
7867
|
"type": {
|
|
7862
7868
|
"text": "string"
|
|
7863
7869
|
},
|
|
7864
|
-
"
|
|
7865
|
-
"inheritedFrom": {
|
|
7866
|
-
"name": "AgTextFieldRenderer",
|
|
7867
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7868
|
-
}
|
|
7870
|
+
"privacy": "public"
|
|
7869
7871
|
},
|
|
7870
7872
|
{
|
|
7871
7873
|
"kind": "field",
|
|
7872
|
-
"name": "
|
|
7874
|
+
"name": "actualWidth",
|
|
7875
|
+
"type": {
|
|
7876
|
+
"text": "number"
|
|
7877
|
+
},
|
|
7878
|
+
"privacy": "public"
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"kind": "field",
|
|
7882
|
+
"name": "input",
|
|
7873
7883
|
"type": {
|
|
7874
|
-
"text": "
|
|
7884
|
+
"text": "any"
|
|
7875
7885
|
},
|
|
7876
|
-
"privacy": "public"
|
|
7877
|
-
"inheritedFrom": {
|
|
7878
|
-
"name": "AgTextFieldRenderer",
|
|
7879
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7880
|
-
}
|
|
7886
|
+
"privacy": "public"
|
|
7881
7887
|
},
|
|
7882
7888
|
{
|
|
7883
7889
|
"kind": "method",
|
|
@@ -7887,14 +7893,10 @@
|
|
|
7887
7893
|
{
|
|
7888
7894
|
"name": "params",
|
|
7889
7895
|
"type": {
|
|
7890
|
-
"text": "
|
|
7896
|
+
"text": "StringEditorParams"
|
|
7891
7897
|
}
|
|
7892
7898
|
}
|
|
7893
|
-
]
|
|
7894
|
-
"inheritedFrom": {
|
|
7895
|
-
"name": "AgTextFieldRenderer",
|
|
7896
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7897
|
-
}
|
|
7899
|
+
]
|
|
7898
7900
|
},
|
|
7899
7901
|
{
|
|
7900
7902
|
"kind": "method",
|
|
@@ -7904,72 +7906,55 @@
|
|
|
7904
7906
|
"type": {
|
|
7905
7907
|
"text": "HTMLElement"
|
|
7906
7908
|
}
|
|
7907
|
-
},
|
|
7908
|
-
"inheritedFrom": {
|
|
7909
|
-
"name": "AgTextFieldRenderer",
|
|
7910
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7911
|
-
}
|
|
7912
|
-
},
|
|
7913
|
-
{
|
|
7914
|
-
"kind": "method",
|
|
7915
|
-
"name": "destroy",
|
|
7916
|
-
"privacy": "public",
|
|
7917
|
-
"inheritedFrom": {
|
|
7918
|
-
"name": "AgTextFieldRenderer",
|
|
7919
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7920
7909
|
}
|
|
7921
7910
|
},
|
|
7922
7911
|
{
|
|
7923
7912
|
"kind": "method",
|
|
7924
7913
|
"name": "refresh",
|
|
7925
7914
|
"privacy": "public",
|
|
7915
|
+
"return": {
|
|
7916
|
+
"type": {
|
|
7917
|
+
"text": "boolean"
|
|
7918
|
+
}
|
|
7919
|
+
},
|
|
7926
7920
|
"parameters": [
|
|
7927
7921
|
{
|
|
7928
7922
|
"name": "params",
|
|
7929
7923
|
"type": {
|
|
7930
|
-
"text": "
|
|
7924
|
+
"text": "StringEditorParams"
|
|
7931
7925
|
}
|
|
7932
7926
|
}
|
|
7933
|
-
]
|
|
7934
|
-
"inheritedFrom": {
|
|
7935
|
-
"name": "AgTextFieldRenderer",
|
|
7936
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7937
|
-
}
|
|
7927
|
+
]
|
|
7938
7928
|
},
|
|
7939
7929
|
{
|
|
7940
7930
|
"kind": "method",
|
|
7941
|
-
"name": "
|
|
7942
|
-
|
|
7931
|
+
"name": "getValue"
|
|
7932
|
+
},
|
|
7933
|
+
{
|
|
7934
|
+
"kind": "method",
|
|
7935
|
+
"name": "isPopup",
|
|
7943
7936
|
"return": {
|
|
7944
7937
|
"type": {
|
|
7945
7938
|
"text": "boolean"
|
|
7946
7939
|
}
|
|
7947
|
-
},
|
|
7948
|
-
"parameters": [
|
|
7949
|
-
{
|
|
7950
|
-
"name": "data"
|
|
7951
|
-
}
|
|
7952
|
-
],
|
|
7953
|
-
"inheritedFrom": {
|
|
7954
|
-
"name": "AgTextFieldRenderer",
|
|
7955
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7956
7940
|
}
|
|
7957
7941
|
},
|
|
7958
7942
|
{
|
|
7959
|
-
"kind": "
|
|
7960
|
-
"name": "
|
|
7961
|
-
|
|
7962
|
-
|
|
7943
|
+
"kind": "method",
|
|
7944
|
+
"name": "afterGuiAttached"
|
|
7945
|
+
},
|
|
7946
|
+
{
|
|
7947
|
+
"kind": "method",
|
|
7948
|
+
"name": "changeHandler",
|
|
7963
7949
|
"parameters": [
|
|
7964
7950
|
{
|
|
7965
|
-
"
|
|
7966
|
-
"name": "e"
|
|
7951
|
+
"name": "event"
|
|
7967
7952
|
}
|
|
7968
|
-
]
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7953
|
+
]
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"kind": "method",
|
|
7957
|
+
"name": "isCancelBeforeStart"
|
|
7973
7958
|
},
|
|
7974
7959
|
{
|
|
7975
7960
|
"kind": "field",
|
|
@@ -8082,61 +8067,76 @@
|
|
|
8082
8067
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8083
8068
|
}
|
|
8084
8069
|
}
|
|
8085
|
-
]
|
|
8070
|
+
],
|
|
8071
|
+
"superclass": {
|
|
8072
|
+
"name": "FoundationElement",
|
|
8073
|
+
"package": "@microsoft/fast-foundation"
|
|
8074
|
+
},
|
|
8075
|
+
"tagName": "%%prefix%%-string-editor",
|
|
8076
|
+
"customElement": true
|
|
8086
8077
|
},
|
|
8087
8078
|
{
|
|
8088
8079
|
"kind": "variable",
|
|
8089
|
-
"name": "
|
|
8090
|
-
"default": "
|
|
8091
|
-
"
|
|
8092
|
-
"
|
|
8080
|
+
"name": "agStringEditorStyles",
|
|
8081
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
8082
|
+
"description": "The AG String Renderer Styles.",
|
|
8083
|
+
"privacy": "public"
|
|
8093
8084
|
},
|
|
8094
8085
|
{
|
|
8095
|
-
"kind": "
|
|
8096
|
-
"name": "
|
|
8097
|
-
"
|
|
8098
|
-
|
|
8099
|
-
|
|
8086
|
+
"kind": "function",
|
|
8087
|
+
"name": "getStringEditorTemplate",
|
|
8088
|
+
"parameters": [
|
|
8089
|
+
{
|
|
8090
|
+
"name": "designSystem",
|
|
8091
|
+
"default": "'foundation'",
|
|
8092
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
8093
|
+
}
|
|
8094
|
+
],
|
|
8095
|
+
"description": "Get a Design System prefixed String template.",
|
|
8096
|
+
"return": {
|
|
8097
|
+
"type": {
|
|
8098
|
+
"text": ""
|
|
8099
|
+
}
|
|
8100
|
+
},
|
|
8101
|
+
"privacy": "public"
|
|
8100
8102
|
},
|
|
8101
8103
|
{
|
|
8102
8104
|
"kind": "variable",
|
|
8103
|
-
"name": "
|
|
8104
|
-
"
|
|
8105
|
-
"privacy": "public",
|
|
8106
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8105
|
+
"name": "foundationStringEditor",
|
|
8106
|
+
"privacy": "public"
|
|
8107
8107
|
}
|
|
8108
8108
|
],
|
|
8109
8109
|
"exports": [
|
|
8110
8110
|
{
|
|
8111
8111
|
"kind": "js",
|
|
8112
|
-
"name": "
|
|
8112
|
+
"name": "StringEditor",
|
|
8113
8113
|
"declaration": {
|
|
8114
|
-
"name": "
|
|
8115
|
-
"module": "src/cell-
|
|
8114
|
+
"name": "StringEditor",
|
|
8115
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
8116
8116
|
}
|
|
8117
8117
|
},
|
|
8118
8118
|
{
|
|
8119
8119
|
"kind": "js",
|
|
8120
|
-
"name": "
|
|
8120
|
+
"name": "agStringEditorStyles",
|
|
8121
8121
|
"declaration": {
|
|
8122
|
-
"name": "
|
|
8123
|
-
"module": "src/cell-
|
|
8122
|
+
"name": "agStringEditorStyles",
|
|
8123
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
8124
8124
|
}
|
|
8125
8125
|
},
|
|
8126
8126
|
{
|
|
8127
8127
|
"kind": "js",
|
|
8128
|
-
"name": "
|
|
8128
|
+
"name": "getStringEditorTemplate",
|
|
8129
8129
|
"declaration": {
|
|
8130
|
-
"name": "
|
|
8131
|
-
"module": "src/cell-
|
|
8130
|
+
"name": "getStringEditorTemplate",
|
|
8131
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
8132
8132
|
}
|
|
8133
8133
|
},
|
|
8134
8134
|
{
|
|
8135
8135
|
"kind": "js",
|
|
8136
|
-
"name": "
|
|
8136
|
+
"name": "foundationStringEditor",
|
|
8137
8137
|
"declaration": {
|
|
8138
|
-
"name": "
|
|
8139
|
-
"module": "src/cell-
|
|
8138
|
+
"name": "foundationStringEditor",
|
|
8139
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
8140
8140
|
}
|
|
8141
8141
|
}
|
|
8142
8142
|
]
|
|
@@ -20777,6 +20777,60 @@
|
|
|
20777
20777
|
}
|
|
20778
20778
|
]
|
|
20779
20779
|
},
|
|
20780
|
+
{
|
|
20781
|
+
"kind": "javascript-module",
|
|
20782
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20783
|
+
"declarations": [
|
|
20784
|
+
{
|
|
20785
|
+
"kind": "function",
|
|
20786
|
+
"name": "setValueWithAccessor",
|
|
20787
|
+
"return": {
|
|
20788
|
+
"type": {
|
|
20789
|
+
"text": "string"
|
|
20790
|
+
}
|
|
20791
|
+
},
|
|
20792
|
+
"parameters": [
|
|
20793
|
+
{
|
|
20794
|
+
"name": "data",
|
|
20795
|
+
"type": {
|
|
20796
|
+
"text": "any"
|
|
20797
|
+
}
|
|
20798
|
+
},
|
|
20799
|
+
{
|
|
20800
|
+
"name": "accessor",
|
|
20801
|
+
"type": {
|
|
20802
|
+
"text": "string"
|
|
20803
|
+
}
|
|
20804
|
+
}
|
|
20805
|
+
]
|
|
20806
|
+
}
|
|
20807
|
+
],
|
|
20808
|
+
"exports": [
|
|
20809
|
+
{
|
|
20810
|
+
"kind": "js",
|
|
20811
|
+
"name": "setValueWithAccessor",
|
|
20812
|
+
"declaration": {
|
|
20813
|
+
"name": "setValueWithAccessor",
|
|
20814
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20815
|
+
}
|
|
20816
|
+
}
|
|
20817
|
+
]
|
|
20818
|
+
},
|
|
20819
|
+
{
|
|
20820
|
+
"kind": "javascript-module",
|
|
20821
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20822
|
+
"declarations": [],
|
|
20823
|
+
"exports": [
|
|
20824
|
+
{
|
|
20825
|
+
"kind": "js",
|
|
20826
|
+
"name": "*",
|
|
20827
|
+
"declaration": {
|
|
20828
|
+
"name": "*",
|
|
20829
|
+
"package": "./accessor"
|
|
20830
|
+
}
|
|
20831
|
+
}
|
|
20832
|
+
]
|
|
20833
|
+
},
|
|
20780
20834
|
{
|
|
20781
20835
|
"kind": "javascript-module",
|
|
20782
20836
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20870,60 +20924,6 @@
|
|
|
20870
20924
|
}
|
|
20871
20925
|
}
|
|
20872
20926
|
]
|
|
20873
|
-
},
|
|
20874
|
-
{
|
|
20875
|
-
"kind": "javascript-module",
|
|
20876
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20877
|
-
"declarations": [
|
|
20878
|
-
{
|
|
20879
|
-
"kind": "function",
|
|
20880
|
-
"name": "setValueWithAccessor",
|
|
20881
|
-
"return": {
|
|
20882
|
-
"type": {
|
|
20883
|
-
"text": "string"
|
|
20884
|
-
}
|
|
20885
|
-
},
|
|
20886
|
-
"parameters": [
|
|
20887
|
-
{
|
|
20888
|
-
"name": "data",
|
|
20889
|
-
"type": {
|
|
20890
|
-
"text": "any"
|
|
20891
|
-
}
|
|
20892
|
-
},
|
|
20893
|
-
{
|
|
20894
|
-
"name": "accessor",
|
|
20895
|
-
"type": {
|
|
20896
|
-
"text": "string"
|
|
20897
|
-
}
|
|
20898
|
-
}
|
|
20899
|
-
]
|
|
20900
|
-
}
|
|
20901
|
-
],
|
|
20902
|
-
"exports": [
|
|
20903
|
-
{
|
|
20904
|
-
"kind": "js",
|
|
20905
|
-
"name": "setValueWithAccessor",
|
|
20906
|
-
"declaration": {
|
|
20907
|
-
"name": "setValueWithAccessor",
|
|
20908
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20909
|
-
}
|
|
20910
|
-
}
|
|
20911
|
-
]
|
|
20912
|
-
},
|
|
20913
|
-
{
|
|
20914
|
-
"kind": "javascript-module",
|
|
20915
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20916
|
-
"declarations": [],
|
|
20917
|
-
"exports": [
|
|
20918
|
-
{
|
|
20919
|
-
"kind": "js",
|
|
20920
|
-
"name": "*",
|
|
20921
|
-
"declaration": {
|
|
20922
|
-
"name": "*",
|
|
20923
|
-
"package": "./accessor"
|
|
20924
|
-
}
|
|
20925
|
-
}
|
|
20926
|
-
]
|
|
20927
20927
|
}
|
|
20928
20928
|
]
|
|
20929
20929
|
}
|