@genesislcap/grid-pro 14.119.0 → 14.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +398 -398
- package/package.json +8 -8
|
@@ -3238,229 +3238,6 @@
|
|
|
3238
3238
|
}
|
|
3239
3239
|
]
|
|
3240
3240
|
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "javascript-module",
|
|
3243
|
-
"path": "src/column/column.template.ts",
|
|
3244
|
-
"declarations": [
|
|
3245
|
-
{
|
|
3246
|
-
"kind": "variable",
|
|
3247
|
-
"name": "ColumnTemplate",
|
|
3248
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3249
|
-
"description": "The Grid Pro Column Template.",
|
|
3250
|
-
"privacy": "public"
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
"exports": [
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "js",
|
|
3256
|
-
"name": "ColumnTemplate",
|
|
3257
|
-
"declaration": {
|
|
3258
|
-
"name": "ColumnTemplate",
|
|
3259
|
-
"module": "src/column/column.template.ts"
|
|
3260
|
-
}
|
|
3261
|
-
}
|
|
3262
|
-
]
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"kind": "javascript-module",
|
|
3266
|
-
"path": "src/column/column.ts",
|
|
3267
|
-
"declarations": [
|
|
3268
|
-
{
|
|
3269
|
-
"kind": "class",
|
|
3270
|
-
"description": "The Grid Pro Column element.",
|
|
3271
|
-
"name": "GridProColumn",
|
|
3272
|
-
"members": [
|
|
3273
|
-
{
|
|
3274
|
-
"kind": "field",
|
|
3275
|
-
"name": "slottedAgCell",
|
|
3276
|
-
"type": {
|
|
3277
|
-
"text": "HTMLElement[]"
|
|
3278
|
-
},
|
|
3279
|
-
"privacy": "public"
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"kind": "field",
|
|
3283
|
-
"name": "definition",
|
|
3284
|
-
"type": {
|
|
3285
|
-
"text": "ColDef"
|
|
3286
|
-
},
|
|
3287
|
-
"default": "{}"
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "method",
|
|
3291
|
-
"name": "slottedAgCellChanged",
|
|
3292
|
-
"privacy": "public"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"kind": "field",
|
|
3296
|
-
"name": "_presentation",
|
|
3297
|
-
"type": {
|
|
3298
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3299
|
-
},
|
|
3300
|
-
"privacy": "private",
|
|
3301
|
-
"default": "void 0",
|
|
3302
|
-
"inheritedFrom": {
|
|
3303
|
-
"name": "FoundationElement",
|
|
3304
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3305
|
-
}
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "field",
|
|
3309
|
-
"name": "$presentation",
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "ComponentPresentation | null"
|
|
3312
|
-
},
|
|
3313
|
-
"privacy": "public",
|
|
3314
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3315
|
-
"inheritedFrom": {
|
|
3316
|
-
"name": "FoundationElement",
|
|
3317
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3318
|
-
}
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"kind": "field",
|
|
3322
|
-
"name": "template",
|
|
3323
|
-
"type": {
|
|
3324
|
-
"text": "ElementViewTemplate | void | null"
|
|
3325
|
-
},
|
|
3326
|
-
"privacy": "public",
|
|
3327
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3328
|
-
"inheritedFrom": {
|
|
3329
|
-
"name": "FoundationElement",
|
|
3330
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "method",
|
|
3335
|
-
"name": "templateChanged",
|
|
3336
|
-
"privacy": "protected",
|
|
3337
|
-
"return": {
|
|
3338
|
-
"type": {
|
|
3339
|
-
"text": "void"
|
|
3340
|
-
}
|
|
3341
|
-
},
|
|
3342
|
-
"inheritedFrom": {
|
|
3343
|
-
"name": "FoundationElement",
|
|
3344
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3345
|
-
}
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "field",
|
|
3349
|
-
"name": "styles",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "ElementStyles | void | null"
|
|
3352
|
-
},
|
|
3353
|
-
"privacy": "public",
|
|
3354
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3355
|
-
"inheritedFrom": {
|
|
3356
|
-
"name": "FoundationElement",
|
|
3357
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3358
|
-
}
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"kind": "method",
|
|
3362
|
-
"name": "stylesChanged",
|
|
3363
|
-
"privacy": "protected",
|
|
3364
|
-
"return": {
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": "void"
|
|
3367
|
-
}
|
|
3368
|
-
},
|
|
3369
|
-
"inheritedFrom": {
|
|
3370
|
-
"name": "FoundationElement",
|
|
3371
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3372
|
-
}
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"kind": "method",
|
|
3376
|
-
"name": "compose",
|
|
3377
|
-
"privacy": "public",
|
|
3378
|
-
"static": true,
|
|
3379
|
-
"return": {
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3382
|
-
}
|
|
3383
|
-
},
|
|
3384
|
-
"parameters": [
|
|
3385
|
-
{
|
|
3386
|
-
"name": "this",
|
|
3387
|
-
"type": {
|
|
3388
|
-
"text": "K"
|
|
3389
|
-
}
|
|
3390
|
-
},
|
|
3391
|
-
{
|
|
3392
|
-
"name": "elementDefinition",
|
|
3393
|
-
"type": {
|
|
3394
|
-
"text": "T"
|
|
3395
|
-
},
|
|
3396
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3397
|
-
}
|
|
3398
|
-
],
|
|
3399
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3400
|
-
"inheritedFrom": {
|
|
3401
|
-
"name": "FoundationElement",
|
|
3402
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3403
|
-
}
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"superclass": {
|
|
3407
|
-
"name": "FoundationElement",
|
|
3408
|
-
"package": "@microsoft/fast-foundation"
|
|
3409
|
-
},
|
|
3410
|
-
"tagName": "grid-pro-column",
|
|
3411
|
-
"customElement": true
|
|
3412
|
-
}
|
|
3413
|
-
],
|
|
3414
|
-
"exports": [
|
|
3415
|
-
{
|
|
3416
|
-
"kind": "js",
|
|
3417
|
-
"name": "GridProColumn",
|
|
3418
|
-
"declaration": {
|
|
3419
|
-
"name": "GridProColumn",
|
|
3420
|
-
"module": "src/column/column.ts"
|
|
3421
|
-
}
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "custom-element-definition",
|
|
3425
|
-
"name": "grid-pro-column",
|
|
3426
|
-
"declaration": {
|
|
3427
|
-
"name": "GridProColumn",
|
|
3428
|
-
"module": "src/column/column.ts"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
]
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "javascript-module",
|
|
3435
|
-
"path": "src/column/index.ts",
|
|
3436
|
-
"declarations": [],
|
|
3437
|
-
"exports": [
|
|
3438
|
-
{
|
|
3439
|
-
"kind": "js",
|
|
3440
|
-
"name": "*",
|
|
3441
|
-
"declaration": {
|
|
3442
|
-
"name": "*",
|
|
3443
|
-
"package": "./column.template"
|
|
3444
|
-
}
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"kind": "js",
|
|
3448
|
-
"name": "*",
|
|
3449
|
-
"declaration": {
|
|
3450
|
-
"name": "*",
|
|
3451
|
-
"package": "./column"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
"kind": "js",
|
|
3456
|
-
"name": "*",
|
|
3457
|
-
"declaration": {
|
|
3458
|
-
"name": "*",
|
|
3459
|
-
"package": "./utils"
|
|
3460
|
-
}
|
|
3461
|
-
}
|
|
3462
|
-
]
|
|
3463
|
-
},
|
|
3464
3241
|
{
|
|
3465
3242
|
"kind": "javascript-module",
|
|
3466
3243
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -5093,128 +4870,351 @@
|
|
|
5093
4870
|
},
|
|
5094
4871
|
{
|
|
5095
4872
|
"kind": "javascript-module",
|
|
5096
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
4873
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
4874
|
+
"declarations": [
|
|
4875
|
+
{
|
|
4876
|
+
"kind": "class",
|
|
4877
|
+
"description": "",
|
|
4878
|
+
"name": "AgTextRenderer",
|
|
4879
|
+
"superclass": {
|
|
4880
|
+
"name": "AgTextFieldRenderer",
|
|
4881
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
4882
|
+
},
|
|
4883
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
4884
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
4885
|
+
"customElement": true,
|
|
4886
|
+
"members": [
|
|
4887
|
+
{
|
|
4888
|
+
"kind": "field",
|
|
4889
|
+
"name": "textField",
|
|
4890
|
+
"type": {
|
|
4891
|
+
"text": "TextField"
|
|
4892
|
+
},
|
|
4893
|
+
"privacy": "public",
|
|
4894
|
+
"inheritedFrom": {
|
|
4895
|
+
"name": "AgTextFieldRenderer",
|
|
4896
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"kind": "field",
|
|
4901
|
+
"name": "textValue",
|
|
4902
|
+
"type": {
|
|
4903
|
+
"text": "string"
|
|
4904
|
+
},
|
|
4905
|
+
"default": "''",
|
|
4906
|
+
"inheritedFrom": {
|
|
4907
|
+
"name": "AgTextFieldRenderer",
|
|
4908
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"kind": "field",
|
|
4913
|
+
"name": "params",
|
|
4914
|
+
"type": {
|
|
4915
|
+
"text": "FuiCellRendererParams"
|
|
4916
|
+
},
|
|
4917
|
+
"privacy": "public",
|
|
4918
|
+
"inheritedFrom": {
|
|
4919
|
+
"name": "AgTextFieldRenderer",
|
|
4920
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "method",
|
|
4925
|
+
"name": "init",
|
|
4926
|
+
"privacy": "public",
|
|
4927
|
+
"parameters": [
|
|
4928
|
+
{
|
|
4929
|
+
"name": "params",
|
|
4930
|
+
"type": {
|
|
4931
|
+
"text": "FuiCellRendererParams"
|
|
4932
|
+
}
|
|
4933
|
+
}
|
|
4934
|
+
],
|
|
4935
|
+
"inheritedFrom": {
|
|
4936
|
+
"name": "AgTextFieldRenderer",
|
|
4937
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"kind": "method",
|
|
4942
|
+
"name": "getGui",
|
|
4943
|
+
"privacy": "public",
|
|
4944
|
+
"return": {
|
|
4945
|
+
"type": {
|
|
4946
|
+
"text": "HTMLElement"
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4949
|
+
"inheritedFrom": {
|
|
4950
|
+
"name": "AgTextFieldRenderer",
|
|
4951
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"kind": "method",
|
|
4956
|
+
"name": "destroy",
|
|
4957
|
+
"privacy": "public",
|
|
4958
|
+
"inheritedFrom": {
|
|
4959
|
+
"name": "AgTextFieldRenderer",
|
|
4960
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4961
|
+
}
|
|
4962
|
+
},
|
|
4963
|
+
{
|
|
4964
|
+
"kind": "method",
|
|
4965
|
+
"name": "refresh",
|
|
4966
|
+
"privacy": "public",
|
|
4967
|
+
"parameters": [
|
|
4968
|
+
{
|
|
4969
|
+
"name": "params",
|
|
4970
|
+
"type": {
|
|
4971
|
+
"text": "FuiCellRendererParams"
|
|
4972
|
+
}
|
|
4973
|
+
}
|
|
4974
|
+
],
|
|
4975
|
+
"inheritedFrom": {
|
|
4976
|
+
"name": "AgTextFieldRenderer",
|
|
4977
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "field",
|
|
4982
|
+
"name": "textChanged",
|
|
4983
|
+
"privacy": "public",
|
|
4984
|
+
"description": "On text change handler",
|
|
4985
|
+
"parameters": [
|
|
4986
|
+
{
|
|
4987
|
+
"description": "CustomEvent",
|
|
4988
|
+
"name": "e"
|
|
4989
|
+
}
|
|
4990
|
+
],
|
|
4991
|
+
"inheritedFrom": {
|
|
4992
|
+
"name": "AgTextFieldRenderer",
|
|
4993
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4994
|
+
}
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"kind": "field",
|
|
4998
|
+
"name": "_presentation",
|
|
4999
|
+
"type": {
|
|
5000
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5001
|
+
},
|
|
5002
|
+
"privacy": "private",
|
|
5003
|
+
"default": "void 0",
|
|
5004
|
+
"inheritedFrom": {
|
|
5005
|
+
"name": "FoundationElement",
|
|
5006
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "field",
|
|
5011
|
+
"name": "$presentation",
|
|
5012
|
+
"type": {
|
|
5013
|
+
"text": "ComponentPresentation | null"
|
|
5014
|
+
},
|
|
5015
|
+
"privacy": "public",
|
|
5016
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5017
|
+
"inheritedFrom": {
|
|
5018
|
+
"name": "FoundationElement",
|
|
5019
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"kind": "field",
|
|
5024
|
+
"name": "template",
|
|
5025
|
+
"type": {
|
|
5026
|
+
"text": "ElementViewTemplate | void | null"
|
|
5027
|
+
},
|
|
5028
|
+
"privacy": "public",
|
|
5029
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
5030
|
+
"inheritedFrom": {
|
|
5031
|
+
"name": "FoundationElement",
|
|
5032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "method",
|
|
5037
|
+
"name": "templateChanged",
|
|
5038
|
+
"privacy": "protected",
|
|
5039
|
+
"return": {
|
|
5040
|
+
"type": {
|
|
5041
|
+
"text": "void"
|
|
5042
|
+
}
|
|
5043
|
+
},
|
|
5044
|
+
"inheritedFrom": {
|
|
5045
|
+
"name": "FoundationElement",
|
|
5046
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "field",
|
|
5051
|
+
"name": "styles",
|
|
5052
|
+
"type": {
|
|
5053
|
+
"text": "ElementStyles | void | null"
|
|
5054
|
+
},
|
|
5055
|
+
"privacy": "public",
|
|
5056
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
5057
|
+
"inheritedFrom": {
|
|
5058
|
+
"name": "FoundationElement",
|
|
5059
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "method",
|
|
5064
|
+
"name": "stylesChanged",
|
|
5065
|
+
"privacy": "protected",
|
|
5066
|
+
"return": {
|
|
5067
|
+
"type": {
|
|
5068
|
+
"text": "void"
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
5071
|
+
"inheritedFrom": {
|
|
5072
|
+
"name": "FoundationElement",
|
|
5073
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5074
|
+
}
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"kind": "method",
|
|
5078
|
+
"name": "compose",
|
|
5079
|
+
"privacy": "public",
|
|
5080
|
+
"static": true,
|
|
5081
|
+
"return": {
|
|
5082
|
+
"type": {
|
|
5083
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5084
|
+
}
|
|
5085
|
+
},
|
|
5086
|
+
"parameters": [
|
|
5087
|
+
{
|
|
5088
|
+
"name": "this",
|
|
5089
|
+
"type": {
|
|
5090
|
+
"text": "K"
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"name": "elementDefinition",
|
|
5095
|
+
"type": {
|
|
5096
|
+
"text": "T"
|
|
5097
|
+
},
|
|
5098
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5099
|
+
}
|
|
5100
|
+
],
|
|
5101
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5102
|
+
"inheritedFrom": {
|
|
5103
|
+
"name": "FoundationElement",
|
|
5104
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "variable",
|
|
5111
|
+
"name": "textRendererStyles",
|
|
5112
|
+
"default": "textFieldRendererStyles",
|
|
5113
|
+
"privacy": "public",
|
|
5114
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"kind": "variable",
|
|
5118
|
+
"name": "getTextRendererTemplate",
|
|
5119
|
+
"default": "getTextFieldRendererTemplate",
|
|
5120
|
+
"privacy": "public",
|
|
5121
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5122
|
+
},
|
|
5123
|
+
{
|
|
5124
|
+
"kind": "variable",
|
|
5125
|
+
"name": "foundationAgTextRenderer",
|
|
5126
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5127
|
+
"privacy": "public",
|
|
5128
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5129
|
+
}
|
|
5130
|
+
],
|
|
5131
|
+
"exports": [
|
|
5132
|
+
{
|
|
5133
|
+
"kind": "js",
|
|
5134
|
+
"name": "AgTextRenderer",
|
|
5135
|
+
"declaration": {
|
|
5136
|
+
"name": "AgTextRenderer",
|
|
5137
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"kind": "js",
|
|
5142
|
+
"name": "textRendererStyles",
|
|
5143
|
+
"declaration": {
|
|
5144
|
+
"name": "textRendererStyles",
|
|
5145
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5146
|
+
}
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"kind": "js",
|
|
5150
|
+
"name": "getTextRendererTemplate",
|
|
5151
|
+
"declaration": {
|
|
5152
|
+
"name": "getTextRendererTemplate",
|
|
5153
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"kind": "js",
|
|
5158
|
+
"name": "foundationAgTextRenderer",
|
|
5159
|
+
"declaration": {
|
|
5160
|
+
"name": "foundationAgTextRenderer",
|
|
5161
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5162
|
+
}
|
|
5163
|
+
}
|
|
5164
|
+
]
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "javascript-module",
|
|
5168
|
+
"path": "src/column/column.template.ts",
|
|
5169
|
+
"declarations": [
|
|
5170
|
+
{
|
|
5171
|
+
"kind": "variable",
|
|
5172
|
+
"name": "ColumnTemplate",
|
|
5173
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5174
|
+
"description": "The Grid Pro Column Template.",
|
|
5175
|
+
"privacy": "public"
|
|
5176
|
+
}
|
|
5177
|
+
],
|
|
5178
|
+
"exports": [
|
|
5179
|
+
{
|
|
5180
|
+
"kind": "js",
|
|
5181
|
+
"name": "ColumnTemplate",
|
|
5182
|
+
"declaration": {
|
|
5183
|
+
"name": "ColumnTemplate",
|
|
5184
|
+
"module": "src/column/column.template.ts"
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
]
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"kind": "javascript-module",
|
|
5191
|
+
"path": "src/column/column.ts",
|
|
5097
5192
|
"declarations": [
|
|
5098
5193
|
{
|
|
5099
5194
|
"kind": "class",
|
|
5100
|
-
"description": "",
|
|
5101
|
-
"name": "
|
|
5102
|
-
"superclass": {
|
|
5103
|
-
"name": "AgTextFieldRenderer",
|
|
5104
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5105
|
-
},
|
|
5106
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5107
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5108
|
-
"customElement": true,
|
|
5195
|
+
"description": "The Grid Pro Column element.",
|
|
5196
|
+
"name": "GridProColumn",
|
|
5109
5197
|
"members": [
|
|
5110
5198
|
{
|
|
5111
5199
|
"kind": "field",
|
|
5112
|
-
"name": "
|
|
5113
|
-
"type": {
|
|
5114
|
-
"text": "TextField"
|
|
5115
|
-
},
|
|
5116
|
-
"privacy": "public",
|
|
5117
|
-
"inheritedFrom": {
|
|
5118
|
-
"name": "AgTextFieldRenderer",
|
|
5119
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5120
|
-
}
|
|
5121
|
-
},
|
|
5122
|
-
{
|
|
5123
|
-
"kind": "field",
|
|
5124
|
-
"name": "textValue",
|
|
5200
|
+
"name": "slottedAgCell",
|
|
5125
5201
|
"type": {
|
|
5126
|
-
"text": "
|
|
5202
|
+
"text": "HTMLElement[]"
|
|
5127
5203
|
},
|
|
5128
|
-
"
|
|
5129
|
-
"inheritedFrom": {
|
|
5130
|
-
"name": "AgTextFieldRenderer",
|
|
5131
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5132
|
-
}
|
|
5204
|
+
"privacy": "public"
|
|
5133
5205
|
},
|
|
5134
5206
|
{
|
|
5135
5207
|
"kind": "field",
|
|
5136
|
-
"name": "
|
|
5208
|
+
"name": "definition",
|
|
5137
5209
|
"type": {
|
|
5138
|
-
"text": "
|
|
5139
|
-
},
|
|
5140
|
-
"privacy": "public",
|
|
5141
|
-
"inheritedFrom": {
|
|
5142
|
-
"name": "AgTextFieldRenderer",
|
|
5143
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"kind": "method",
|
|
5148
|
-
"name": "init",
|
|
5149
|
-
"privacy": "public",
|
|
5150
|
-
"parameters": [
|
|
5151
|
-
{
|
|
5152
|
-
"name": "params",
|
|
5153
|
-
"type": {
|
|
5154
|
-
"text": "FuiCellRendererParams"
|
|
5155
|
-
}
|
|
5156
|
-
}
|
|
5157
|
-
],
|
|
5158
|
-
"inheritedFrom": {
|
|
5159
|
-
"name": "AgTextFieldRenderer",
|
|
5160
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5161
|
-
}
|
|
5162
|
-
},
|
|
5163
|
-
{
|
|
5164
|
-
"kind": "method",
|
|
5165
|
-
"name": "getGui",
|
|
5166
|
-
"privacy": "public",
|
|
5167
|
-
"return": {
|
|
5168
|
-
"type": {
|
|
5169
|
-
"text": "HTMLElement"
|
|
5170
|
-
}
|
|
5210
|
+
"text": "ColDef"
|
|
5171
5211
|
},
|
|
5172
|
-
"
|
|
5173
|
-
"name": "AgTextFieldRenderer",
|
|
5174
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5175
|
-
}
|
|
5176
|
-
},
|
|
5177
|
-
{
|
|
5178
|
-
"kind": "method",
|
|
5179
|
-
"name": "destroy",
|
|
5180
|
-
"privacy": "public",
|
|
5181
|
-
"inheritedFrom": {
|
|
5182
|
-
"name": "AgTextFieldRenderer",
|
|
5183
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5184
|
-
}
|
|
5212
|
+
"default": "{}"
|
|
5185
5213
|
},
|
|
5186
5214
|
{
|
|
5187
5215
|
"kind": "method",
|
|
5188
|
-
"name": "
|
|
5189
|
-
"privacy": "public"
|
|
5190
|
-
"parameters": [
|
|
5191
|
-
{
|
|
5192
|
-
"name": "params",
|
|
5193
|
-
"type": {
|
|
5194
|
-
"text": "FuiCellRendererParams"
|
|
5195
|
-
}
|
|
5196
|
-
}
|
|
5197
|
-
],
|
|
5198
|
-
"inheritedFrom": {
|
|
5199
|
-
"name": "AgTextFieldRenderer",
|
|
5200
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5201
|
-
}
|
|
5202
|
-
},
|
|
5203
|
-
{
|
|
5204
|
-
"kind": "field",
|
|
5205
|
-
"name": "textChanged",
|
|
5206
|
-
"privacy": "public",
|
|
5207
|
-
"description": "On text change handler",
|
|
5208
|
-
"parameters": [
|
|
5209
|
-
{
|
|
5210
|
-
"description": "CustomEvent",
|
|
5211
|
-
"name": "e"
|
|
5212
|
-
}
|
|
5213
|
-
],
|
|
5214
|
-
"inheritedFrom": {
|
|
5215
|
-
"name": "AgTextFieldRenderer",
|
|
5216
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5217
|
-
}
|
|
5216
|
+
"name": "slottedAgCellChanged",
|
|
5217
|
+
"privacy": "public"
|
|
5218
5218
|
},
|
|
5219
5219
|
{
|
|
5220
5220
|
"kind": "field",
|
|
@@ -5327,61 +5327,61 @@
|
|
|
5327
5327
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5328
5328
|
}
|
|
5329
5329
|
}
|
|
5330
|
-
]
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
"
|
|
5336
|
-
"
|
|
5337
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"kind": "variable",
|
|
5341
|
-
"name": "getTextRendererTemplate",
|
|
5342
|
-
"default": "getTextFieldRendererTemplate",
|
|
5343
|
-
"privacy": "public",
|
|
5344
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"kind": "variable",
|
|
5348
|
-
"name": "foundationAgTextRenderer",
|
|
5349
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5350
|
-
"privacy": "public",
|
|
5351
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5330
|
+
],
|
|
5331
|
+
"superclass": {
|
|
5332
|
+
"name": "FoundationElement",
|
|
5333
|
+
"package": "@microsoft/fast-foundation"
|
|
5334
|
+
},
|
|
5335
|
+
"tagName": "grid-pro-column",
|
|
5336
|
+
"customElement": true
|
|
5352
5337
|
}
|
|
5353
5338
|
],
|
|
5354
5339
|
"exports": [
|
|
5355
5340
|
{
|
|
5356
5341
|
"kind": "js",
|
|
5357
|
-
"name": "
|
|
5342
|
+
"name": "GridProColumn",
|
|
5358
5343
|
"declaration": {
|
|
5359
|
-
"name": "
|
|
5360
|
-
"module": "src/
|
|
5344
|
+
"name": "GridProColumn",
|
|
5345
|
+
"module": "src/column/column.ts"
|
|
5361
5346
|
}
|
|
5362
5347
|
},
|
|
5348
|
+
{
|
|
5349
|
+
"kind": "custom-element-definition",
|
|
5350
|
+
"name": "grid-pro-column",
|
|
5351
|
+
"declaration": {
|
|
5352
|
+
"name": "GridProColumn",
|
|
5353
|
+
"module": "src/column/column.ts"
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5356
|
+
]
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "javascript-module",
|
|
5360
|
+
"path": "src/column/index.ts",
|
|
5361
|
+
"declarations": [],
|
|
5362
|
+
"exports": [
|
|
5363
5363
|
{
|
|
5364
5364
|
"kind": "js",
|
|
5365
|
-
"name": "
|
|
5365
|
+
"name": "*",
|
|
5366
5366
|
"declaration": {
|
|
5367
|
-
"name": "
|
|
5368
|
-
"
|
|
5367
|
+
"name": "*",
|
|
5368
|
+
"package": "./column.template"
|
|
5369
5369
|
}
|
|
5370
5370
|
},
|
|
5371
5371
|
{
|
|
5372
5372
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5373
|
+
"name": "*",
|
|
5374
5374
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"
|
|
5375
|
+
"name": "*",
|
|
5376
|
+
"package": "./column"
|
|
5377
5377
|
}
|
|
5378
5378
|
},
|
|
5379
5379
|
{
|
|
5380
5380
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5381
|
+
"name": "*",
|
|
5382
5382
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"
|
|
5383
|
+
"name": "*",
|
|
5384
|
+
"package": "./utils"
|
|
5385
5385
|
}
|
|
5386
5386
|
}
|
|
5387
5387
|
]
|
|
@@ -9208,51 +9208,46 @@
|
|
|
9208
9208
|
},
|
|
9209
9209
|
{
|
|
9210
9210
|
"kind": "javascript-module",
|
|
9211
|
-
"path": "src/
|
|
9211
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9212
9212
|
"declarations": [
|
|
9213
9213
|
{
|
|
9214
9214
|
"kind": "function",
|
|
9215
|
-
"name": "
|
|
9215
|
+
"name": "setValueWithAccessor",
|
|
9216
9216
|
"return": {
|
|
9217
9217
|
"type": {
|
|
9218
|
-
"text": "
|
|
9218
|
+
"text": "string"
|
|
9219
9219
|
}
|
|
9220
9220
|
},
|
|
9221
9221
|
"parameters": [
|
|
9222
9222
|
{
|
|
9223
|
-
"name": "
|
|
9223
|
+
"name": "data",
|
|
9224
9224
|
"type": {
|
|
9225
|
-
"text": "
|
|
9226
|
-
}
|
|
9227
|
-
"description": "The array to render"
|
|
9225
|
+
"text": "any"
|
|
9226
|
+
}
|
|
9228
9227
|
},
|
|
9229
9228
|
{
|
|
9230
|
-
"name": "
|
|
9231
|
-
"default": "true",
|
|
9229
|
+
"name": "accessor",
|
|
9232
9230
|
"type": {
|
|
9233
|
-
"text": "
|
|
9234
|
-
}
|
|
9235
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9231
|
+
"text": "string"
|
|
9232
|
+
}
|
|
9236
9233
|
}
|
|
9237
|
-
]
|
|
9238
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9239
|
-
"privacy": "public"
|
|
9234
|
+
]
|
|
9240
9235
|
}
|
|
9241
9236
|
],
|
|
9242
9237
|
"exports": [
|
|
9243
9238
|
{
|
|
9244
9239
|
"kind": "js",
|
|
9245
|
-
"name": "
|
|
9240
|
+
"name": "setValueWithAccessor",
|
|
9246
9241
|
"declaration": {
|
|
9247
|
-
"name": "
|
|
9248
|
-
"module": "src/
|
|
9242
|
+
"name": "setValueWithAccessor",
|
|
9243
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9249
9244
|
}
|
|
9250
9245
|
}
|
|
9251
9246
|
]
|
|
9252
9247
|
},
|
|
9253
9248
|
{
|
|
9254
9249
|
"kind": "javascript-module",
|
|
9255
|
-
"path": "src/
|
|
9250
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
9256
9251
|
"declarations": [],
|
|
9257
9252
|
"exports": [
|
|
9258
9253
|
{
|
|
@@ -9260,53 +9255,58 @@
|
|
|
9260
9255
|
"name": "*",
|
|
9261
9256
|
"declaration": {
|
|
9262
9257
|
"name": "*",
|
|
9263
|
-
"package": "./
|
|
9258
|
+
"package": "./accessor"
|
|
9264
9259
|
}
|
|
9265
9260
|
}
|
|
9266
9261
|
]
|
|
9267
9262
|
},
|
|
9268
9263
|
{
|
|
9269
9264
|
"kind": "javascript-module",
|
|
9270
|
-
"path": "src/
|
|
9265
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
9271
9266
|
"declarations": [
|
|
9272
9267
|
{
|
|
9273
9268
|
"kind": "function",
|
|
9274
|
-
"name": "
|
|
9269
|
+
"name": "gridProColumns",
|
|
9275
9270
|
"return": {
|
|
9276
9271
|
"type": {
|
|
9277
|
-
"text": "
|
|
9272
|
+
"text": "CaptureType<TSource>"
|
|
9278
9273
|
}
|
|
9279
9274
|
},
|
|
9280
9275
|
"parameters": [
|
|
9281
9276
|
{
|
|
9282
|
-
"name": "
|
|
9277
|
+
"name": "itemsBinding",
|
|
9283
9278
|
"type": {
|
|
9284
|
-
"text": "
|
|
9285
|
-
}
|
|
9279
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
9280
|
+
},
|
|
9281
|
+
"description": "The array to render"
|
|
9286
9282
|
},
|
|
9287
9283
|
{
|
|
9288
|
-
"name": "
|
|
9284
|
+
"name": "includeRenderers",
|
|
9285
|
+
"default": "true",
|
|
9289
9286
|
"type": {
|
|
9290
|
-
"text": "
|
|
9291
|
-
}
|
|
9287
|
+
"text": "boolean"
|
|
9288
|
+
},
|
|
9289
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9292
9290
|
}
|
|
9293
|
-
]
|
|
9291
|
+
],
|
|
9292
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9293
|
+
"privacy": "public"
|
|
9294
9294
|
}
|
|
9295
9295
|
],
|
|
9296
9296
|
"exports": [
|
|
9297
9297
|
{
|
|
9298
9298
|
"kind": "js",
|
|
9299
|
-
"name": "
|
|
9299
|
+
"name": "gridProColumns",
|
|
9300
9300
|
"declaration": {
|
|
9301
|
-
"name": "
|
|
9302
|
-
"module": "src/
|
|
9301
|
+
"name": "gridProColumns",
|
|
9302
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
9303
9303
|
}
|
|
9304
9304
|
}
|
|
9305
9305
|
]
|
|
9306
9306
|
},
|
|
9307
9307
|
{
|
|
9308
9308
|
"kind": "javascript-module",
|
|
9309
|
-
"path": "src/
|
|
9309
|
+
"path": "src/column/utils/index.ts",
|
|
9310
9310
|
"declarations": [],
|
|
9311
9311
|
"exports": [
|
|
9312
9312
|
{
|
|
@@ -9314,7 +9314,7 @@
|
|
|
9314
9314
|
"name": "*",
|
|
9315
9315
|
"declaration": {
|
|
9316
9316
|
"name": "*",
|
|
9317
|
-
"package": "./
|
|
9317
|
+
"package": "./grid-pro-columns"
|
|
9318
9318
|
}
|
|
9319
9319
|
}
|
|
9320
9320
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.120.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.120.1",
|
|
34
|
+
"@genesislcap/genx": "14.120.1",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.120.1",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.120.1",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.120.1",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.120.1",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "f4a9f29c205e1ae6903da221fea788da4fba7ea5"
|
|
66
66
|
}
|