@genesislcap/grid-pro 14.127.3 → 14.127.5
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
|
@@ -3264,229 +3264,6 @@
|
|
|
3264
3264
|
}
|
|
3265
3265
|
]
|
|
3266
3266
|
},
|
|
3267
|
-
{
|
|
3268
|
-
"kind": "javascript-module",
|
|
3269
|
-
"path": "src/column/column.template.ts",
|
|
3270
|
-
"declarations": [
|
|
3271
|
-
{
|
|
3272
|
-
"kind": "variable",
|
|
3273
|
-
"name": "ColumnTemplate",
|
|
3274
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3275
|
-
"description": "The Grid Pro Column Template.",
|
|
3276
|
-
"privacy": "public"
|
|
3277
|
-
}
|
|
3278
|
-
],
|
|
3279
|
-
"exports": [
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "js",
|
|
3282
|
-
"name": "ColumnTemplate",
|
|
3283
|
-
"declaration": {
|
|
3284
|
-
"name": "ColumnTemplate",
|
|
3285
|
-
"module": "src/column/column.template.ts"
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
]
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"kind": "javascript-module",
|
|
3292
|
-
"path": "src/column/column.ts",
|
|
3293
|
-
"declarations": [
|
|
3294
|
-
{
|
|
3295
|
-
"kind": "class",
|
|
3296
|
-
"description": "The Grid Pro Column element.",
|
|
3297
|
-
"name": "GridProColumn",
|
|
3298
|
-
"members": [
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "field",
|
|
3301
|
-
"name": "slottedAgCell",
|
|
3302
|
-
"type": {
|
|
3303
|
-
"text": "HTMLElement[]"
|
|
3304
|
-
},
|
|
3305
|
-
"privacy": "public"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "field",
|
|
3309
|
-
"name": "definition",
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "ColDef"
|
|
3312
|
-
},
|
|
3313
|
-
"default": "{}"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"kind": "method",
|
|
3317
|
-
"name": "slottedAgCellChanged",
|
|
3318
|
-
"privacy": "public"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"kind": "field",
|
|
3322
|
-
"name": "_presentation",
|
|
3323
|
-
"type": {
|
|
3324
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3325
|
-
},
|
|
3326
|
-
"privacy": "private",
|
|
3327
|
-
"default": "void 0",
|
|
3328
|
-
"inheritedFrom": {
|
|
3329
|
-
"name": "FoundationElement",
|
|
3330
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "field",
|
|
3335
|
-
"name": "$presentation",
|
|
3336
|
-
"type": {
|
|
3337
|
-
"text": "ComponentPresentation | null"
|
|
3338
|
-
},
|
|
3339
|
-
"privacy": "public",
|
|
3340
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3341
|
-
"inheritedFrom": {
|
|
3342
|
-
"name": "FoundationElement",
|
|
3343
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3344
|
-
}
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"kind": "field",
|
|
3348
|
-
"name": "template",
|
|
3349
|
-
"type": {
|
|
3350
|
-
"text": "ElementViewTemplate | void | null"
|
|
3351
|
-
},
|
|
3352
|
-
"privacy": "public",
|
|
3353
|
-
"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.",
|
|
3354
|
-
"inheritedFrom": {
|
|
3355
|
-
"name": "FoundationElement",
|
|
3356
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3357
|
-
}
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"kind": "method",
|
|
3361
|
-
"name": "templateChanged",
|
|
3362
|
-
"privacy": "protected",
|
|
3363
|
-
"return": {
|
|
3364
|
-
"type": {
|
|
3365
|
-
"text": "void"
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
"inheritedFrom": {
|
|
3369
|
-
"name": "FoundationElement",
|
|
3370
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3371
|
-
}
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"kind": "field",
|
|
3375
|
-
"name": "styles",
|
|
3376
|
-
"type": {
|
|
3377
|
-
"text": "ElementStyles | void | null"
|
|
3378
|
-
},
|
|
3379
|
-
"privacy": "public",
|
|
3380
|
-
"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.",
|
|
3381
|
-
"inheritedFrom": {
|
|
3382
|
-
"name": "FoundationElement",
|
|
3383
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "method",
|
|
3388
|
-
"name": "stylesChanged",
|
|
3389
|
-
"privacy": "protected",
|
|
3390
|
-
"return": {
|
|
3391
|
-
"type": {
|
|
3392
|
-
"text": "void"
|
|
3393
|
-
}
|
|
3394
|
-
},
|
|
3395
|
-
"inheritedFrom": {
|
|
3396
|
-
"name": "FoundationElement",
|
|
3397
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "method",
|
|
3402
|
-
"name": "compose",
|
|
3403
|
-
"privacy": "public",
|
|
3404
|
-
"static": true,
|
|
3405
|
-
"return": {
|
|
3406
|
-
"type": {
|
|
3407
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3408
|
-
}
|
|
3409
|
-
},
|
|
3410
|
-
"parameters": [
|
|
3411
|
-
{
|
|
3412
|
-
"name": "this",
|
|
3413
|
-
"type": {
|
|
3414
|
-
"text": "K"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"name": "elementDefinition",
|
|
3419
|
-
"type": {
|
|
3420
|
-
"text": "T"
|
|
3421
|
-
},
|
|
3422
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3423
|
-
}
|
|
3424
|
-
],
|
|
3425
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3426
|
-
"inheritedFrom": {
|
|
3427
|
-
"name": "FoundationElement",
|
|
3428
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
],
|
|
3432
|
-
"superclass": {
|
|
3433
|
-
"name": "FoundationElement",
|
|
3434
|
-
"package": "@microsoft/fast-foundation"
|
|
3435
|
-
},
|
|
3436
|
-
"tagName": "grid-pro-column",
|
|
3437
|
-
"customElement": true
|
|
3438
|
-
}
|
|
3439
|
-
],
|
|
3440
|
-
"exports": [
|
|
3441
|
-
{
|
|
3442
|
-
"kind": "js",
|
|
3443
|
-
"name": "GridProColumn",
|
|
3444
|
-
"declaration": {
|
|
3445
|
-
"name": "GridProColumn",
|
|
3446
|
-
"module": "src/column/column.ts"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"kind": "custom-element-definition",
|
|
3451
|
-
"name": "grid-pro-column",
|
|
3452
|
-
"declaration": {
|
|
3453
|
-
"name": "GridProColumn",
|
|
3454
|
-
"module": "src/column/column.ts"
|
|
3455
|
-
}
|
|
3456
|
-
}
|
|
3457
|
-
]
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"kind": "javascript-module",
|
|
3461
|
-
"path": "src/column/index.ts",
|
|
3462
|
-
"declarations": [],
|
|
3463
|
-
"exports": [
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "js",
|
|
3466
|
-
"name": "*",
|
|
3467
|
-
"declaration": {
|
|
3468
|
-
"name": "*",
|
|
3469
|
-
"package": "./column.template"
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "*",
|
|
3475
|
-
"declaration": {
|
|
3476
|
-
"name": "*",
|
|
3477
|
-
"package": "./column"
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "js",
|
|
3482
|
-
"name": "*",
|
|
3483
|
-
"declaration": {
|
|
3484
|
-
"name": "*",
|
|
3485
|
-
"package": "./utils"
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
},
|
|
3490
3267
|
{
|
|
3491
3268
|
"kind": "javascript-module",
|
|
3492
3269
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -5119,128 +4896,351 @@
|
|
|
5119
4896
|
},
|
|
5120
4897
|
{
|
|
5121
4898
|
"kind": "javascript-module",
|
|
5122
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
4899
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
4900
|
+
"declarations": [
|
|
4901
|
+
{
|
|
4902
|
+
"kind": "class",
|
|
4903
|
+
"description": "",
|
|
4904
|
+
"name": "AgTextRenderer",
|
|
4905
|
+
"superclass": {
|
|
4906
|
+
"name": "AgTextFieldRenderer",
|
|
4907
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
4908
|
+
},
|
|
4909
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
4910
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
4911
|
+
"customElement": true,
|
|
4912
|
+
"members": [
|
|
4913
|
+
{
|
|
4914
|
+
"kind": "field",
|
|
4915
|
+
"name": "textField",
|
|
4916
|
+
"type": {
|
|
4917
|
+
"text": "TextField"
|
|
4918
|
+
},
|
|
4919
|
+
"privacy": "public",
|
|
4920
|
+
"inheritedFrom": {
|
|
4921
|
+
"name": "AgTextFieldRenderer",
|
|
4922
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4923
|
+
}
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"kind": "field",
|
|
4927
|
+
"name": "textValue",
|
|
4928
|
+
"type": {
|
|
4929
|
+
"text": "string"
|
|
4930
|
+
},
|
|
4931
|
+
"default": "''",
|
|
4932
|
+
"inheritedFrom": {
|
|
4933
|
+
"name": "AgTextFieldRenderer",
|
|
4934
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"kind": "field",
|
|
4939
|
+
"name": "params",
|
|
4940
|
+
"type": {
|
|
4941
|
+
"text": "FuiCellRendererParams"
|
|
4942
|
+
},
|
|
4943
|
+
"privacy": "public",
|
|
4944
|
+
"inheritedFrom": {
|
|
4945
|
+
"name": "AgTextFieldRenderer",
|
|
4946
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"kind": "method",
|
|
4951
|
+
"name": "init",
|
|
4952
|
+
"privacy": "public",
|
|
4953
|
+
"parameters": [
|
|
4954
|
+
{
|
|
4955
|
+
"name": "params",
|
|
4956
|
+
"type": {
|
|
4957
|
+
"text": "FuiCellRendererParams"
|
|
4958
|
+
}
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"inheritedFrom": {
|
|
4962
|
+
"name": "AgTextFieldRenderer",
|
|
4963
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4964
|
+
}
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"kind": "method",
|
|
4968
|
+
"name": "getGui",
|
|
4969
|
+
"privacy": "public",
|
|
4970
|
+
"return": {
|
|
4971
|
+
"type": {
|
|
4972
|
+
"text": "HTMLElement"
|
|
4973
|
+
}
|
|
4974
|
+
},
|
|
4975
|
+
"inheritedFrom": {
|
|
4976
|
+
"name": "AgTextFieldRenderer",
|
|
4977
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "method",
|
|
4982
|
+
"name": "destroy",
|
|
4983
|
+
"privacy": "public",
|
|
4984
|
+
"inheritedFrom": {
|
|
4985
|
+
"name": "AgTextFieldRenderer",
|
|
4986
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4987
|
+
}
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"kind": "method",
|
|
4991
|
+
"name": "refresh",
|
|
4992
|
+
"privacy": "public",
|
|
4993
|
+
"parameters": [
|
|
4994
|
+
{
|
|
4995
|
+
"name": "params",
|
|
4996
|
+
"type": {
|
|
4997
|
+
"text": "FuiCellRendererParams"
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
],
|
|
5001
|
+
"inheritedFrom": {
|
|
5002
|
+
"name": "AgTextFieldRenderer",
|
|
5003
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"kind": "field",
|
|
5008
|
+
"name": "textChanged",
|
|
5009
|
+
"privacy": "public",
|
|
5010
|
+
"description": "On text change handler",
|
|
5011
|
+
"parameters": [
|
|
5012
|
+
{
|
|
5013
|
+
"description": "CustomEvent",
|
|
5014
|
+
"name": "e"
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
"inheritedFrom": {
|
|
5018
|
+
"name": "AgTextFieldRenderer",
|
|
5019
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"kind": "field",
|
|
5024
|
+
"name": "_presentation",
|
|
5025
|
+
"type": {
|
|
5026
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5027
|
+
},
|
|
5028
|
+
"privacy": "private",
|
|
5029
|
+
"default": "void 0",
|
|
5030
|
+
"inheritedFrom": {
|
|
5031
|
+
"name": "FoundationElement",
|
|
5032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "field",
|
|
5037
|
+
"name": "$presentation",
|
|
5038
|
+
"type": {
|
|
5039
|
+
"text": "ComponentPresentation | null"
|
|
5040
|
+
},
|
|
5041
|
+
"privacy": "public",
|
|
5042
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5043
|
+
"inheritedFrom": {
|
|
5044
|
+
"name": "FoundationElement",
|
|
5045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"kind": "field",
|
|
5050
|
+
"name": "template",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"text": "ElementViewTemplate | void | null"
|
|
5053
|
+
},
|
|
5054
|
+
"privacy": "public",
|
|
5055
|
+
"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.",
|
|
5056
|
+
"inheritedFrom": {
|
|
5057
|
+
"name": "FoundationElement",
|
|
5058
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "method",
|
|
5063
|
+
"name": "templateChanged",
|
|
5064
|
+
"privacy": "protected",
|
|
5065
|
+
"return": {
|
|
5066
|
+
"type": {
|
|
5067
|
+
"text": "void"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"inheritedFrom": {
|
|
5071
|
+
"name": "FoundationElement",
|
|
5072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "field",
|
|
5077
|
+
"name": "styles",
|
|
5078
|
+
"type": {
|
|
5079
|
+
"text": "ElementStyles | void | null"
|
|
5080
|
+
},
|
|
5081
|
+
"privacy": "public",
|
|
5082
|
+
"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.",
|
|
5083
|
+
"inheritedFrom": {
|
|
5084
|
+
"name": "FoundationElement",
|
|
5085
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "method",
|
|
5090
|
+
"name": "stylesChanged",
|
|
5091
|
+
"privacy": "protected",
|
|
5092
|
+
"return": {
|
|
5093
|
+
"type": {
|
|
5094
|
+
"text": "void"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"inheritedFrom": {
|
|
5098
|
+
"name": "FoundationElement",
|
|
5099
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"kind": "method",
|
|
5104
|
+
"name": "compose",
|
|
5105
|
+
"privacy": "public",
|
|
5106
|
+
"static": true,
|
|
5107
|
+
"return": {
|
|
5108
|
+
"type": {
|
|
5109
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"parameters": [
|
|
5113
|
+
{
|
|
5114
|
+
"name": "this",
|
|
5115
|
+
"type": {
|
|
5116
|
+
"text": "K"
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"name": "elementDefinition",
|
|
5121
|
+
"type": {
|
|
5122
|
+
"text": "T"
|
|
5123
|
+
},
|
|
5124
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5128
|
+
"inheritedFrom": {
|
|
5129
|
+
"name": "FoundationElement",
|
|
5130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
]
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"kind": "variable",
|
|
5137
|
+
"name": "textRendererStyles",
|
|
5138
|
+
"default": "textFieldRendererStyles",
|
|
5139
|
+
"privacy": "public",
|
|
5140
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "variable",
|
|
5144
|
+
"name": "getTextRendererTemplate",
|
|
5145
|
+
"default": "getTextFieldRendererTemplate",
|
|
5146
|
+
"privacy": "public",
|
|
5147
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5148
|
+
},
|
|
5149
|
+
{
|
|
5150
|
+
"kind": "variable",
|
|
5151
|
+
"name": "foundationAgTextRenderer",
|
|
5152
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5153
|
+
"privacy": "public",
|
|
5154
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"exports": [
|
|
5158
|
+
{
|
|
5159
|
+
"kind": "js",
|
|
5160
|
+
"name": "AgTextRenderer",
|
|
5161
|
+
"declaration": {
|
|
5162
|
+
"name": "AgTextRenderer",
|
|
5163
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "js",
|
|
5168
|
+
"name": "textRendererStyles",
|
|
5169
|
+
"declaration": {
|
|
5170
|
+
"name": "textRendererStyles",
|
|
5171
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5172
|
+
}
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "js",
|
|
5176
|
+
"name": "getTextRendererTemplate",
|
|
5177
|
+
"declaration": {
|
|
5178
|
+
"name": "getTextRendererTemplate",
|
|
5179
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "js",
|
|
5184
|
+
"name": "foundationAgTextRenderer",
|
|
5185
|
+
"declaration": {
|
|
5186
|
+
"name": "foundationAgTextRenderer",
|
|
5187
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5188
|
+
}
|
|
5189
|
+
}
|
|
5190
|
+
]
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"kind": "javascript-module",
|
|
5194
|
+
"path": "src/column/column.template.ts",
|
|
5195
|
+
"declarations": [
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "variable",
|
|
5198
|
+
"name": "ColumnTemplate",
|
|
5199
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5200
|
+
"description": "The Grid Pro Column Template.",
|
|
5201
|
+
"privacy": "public"
|
|
5202
|
+
}
|
|
5203
|
+
],
|
|
5204
|
+
"exports": [
|
|
5205
|
+
{
|
|
5206
|
+
"kind": "js",
|
|
5207
|
+
"name": "ColumnTemplate",
|
|
5208
|
+
"declaration": {
|
|
5209
|
+
"name": "ColumnTemplate",
|
|
5210
|
+
"module": "src/column/column.template.ts"
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
]
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "javascript-module",
|
|
5217
|
+
"path": "src/column/column.ts",
|
|
5123
5218
|
"declarations": [
|
|
5124
5219
|
{
|
|
5125
5220
|
"kind": "class",
|
|
5126
|
-
"description": "",
|
|
5127
|
-
"name": "
|
|
5128
|
-
"superclass": {
|
|
5129
|
-
"name": "AgTextFieldRenderer",
|
|
5130
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5131
|
-
},
|
|
5132
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5133
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5134
|
-
"customElement": true,
|
|
5221
|
+
"description": "The Grid Pro Column element.",
|
|
5222
|
+
"name": "GridProColumn",
|
|
5135
5223
|
"members": [
|
|
5136
5224
|
{
|
|
5137
5225
|
"kind": "field",
|
|
5138
|
-
"name": "
|
|
5139
|
-
"type": {
|
|
5140
|
-
"text": "TextField"
|
|
5141
|
-
},
|
|
5142
|
-
"privacy": "public",
|
|
5143
|
-
"inheritedFrom": {
|
|
5144
|
-
"name": "AgTextFieldRenderer",
|
|
5145
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5146
|
-
}
|
|
5147
|
-
},
|
|
5148
|
-
{
|
|
5149
|
-
"kind": "field",
|
|
5150
|
-
"name": "textValue",
|
|
5226
|
+
"name": "slottedAgCell",
|
|
5151
5227
|
"type": {
|
|
5152
|
-
"text": "
|
|
5228
|
+
"text": "HTMLElement[]"
|
|
5153
5229
|
},
|
|
5154
|
-
"
|
|
5155
|
-
"inheritedFrom": {
|
|
5156
|
-
"name": "AgTextFieldRenderer",
|
|
5157
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5158
|
-
}
|
|
5230
|
+
"privacy": "public"
|
|
5159
5231
|
},
|
|
5160
5232
|
{
|
|
5161
5233
|
"kind": "field",
|
|
5162
|
-
"name": "
|
|
5234
|
+
"name": "definition",
|
|
5163
5235
|
"type": {
|
|
5164
|
-
"text": "
|
|
5165
|
-
},
|
|
5166
|
-
"privacy": "public",
|
|
5167
|
-
"inheritedFrom": {
|
|
5168
|
-
"name": "AgTextFieldRenderer",
|
|
5169
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5170
|
-
}
|
|
5171
|
-
},
|
|
5172
|
-
{
|
|
5173
|
-
"kind": "method",
|
|
5174
|
-
"name": "init",
|
|
5175
|
-
"privacy": "public",
|
|
5176
|
-
"parameters": [
|
|
5177
|
-
{
|
|
5178
|
-
"name": "params",
|
|
5179
|
-
"type": {
|
|
5180
|
-
"text": "FuiCellRendererParams"
|
|
5181
|
-
}
|
|
5182
|
-
}
|
|
5183
|
-
],
|
|
5184
|
-
"inheritedFrom": {
|
|
5185
|
-
"name": "AgTextFieldRenderer",
|
|
5186
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5187
|
-
}
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
"kind": "method",
|
|
5191
|
-
"name": "getGui",
|
|
5192
|
-
"privacy": "public",
|
|
5193
|
-
"return": {
|
|
5194
|
-
"type": {
|
|
5195
|
-
"text": "HTMLElement"
|
|
5196
|
-
}
|
|
5236
|
+
"text": "ColDef"
|
|
5197
5237
|
},
|
|
5198
|
-
"
|
|
5199
|
-
"name": "AgTextFieldRenderer",
|
|
5200
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5201
|
-
}
|
|
5202
|
-
},
|
|
5203
|
-
{
|
|
5204
|
-
"kind": "method",
|
|
5205
|
-
"name": "destroy",
|
|
5206
|
-
"privacy": "public",
|
|
5207
|
-
"inheritedFrom": {
|
|
5208
|
-
"name": "AgTextFieldRenderer",
|
|
5209
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5210
|
-
}
|
|
5238
|
+
"default": "{}"
|
|
5211
5239
|
},
|
|
5212
5240
|
{
|
|
5213
5241
|
"kind": "method",
|
|
5214
|
-
"name": "
|
|
5215
|
-
"privacy": "public"
|
|
5216
|
-
"parameters": [
|
|
5217
|
-
{
|
|
5218
|
-
"name": "params",
|
|
5219
|
-
"type": {
|
|
5220
|
-
"text": "FuiCellRendererParams"
|
|
5221
|
-
}
|
|
5222
|
-
}
|
|
5223
|
-
],
|
|
5224
|
-
"inheritedFrom": {
|
|
5225
|
-
"name": "AgTextFieldRenderer",
|
|
5226
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5227
|
-
}
|
|
5228
|
-
},
|
|
5229
|
-
{
|
|
5230
|
-
"kind": "field",
|
|
5231
|
-
"name": "textChanged",
|
|
5232
|
-
"privacy": "public",
|
|
5233
|
-
"description": "On text change handler",
|
|
5234
|
-
"parameters": [
|
|
5235
|
-
{
|
|
5236
|
-
"description": "CustomEvent",
|
|
5237
|
-
"name": "e"
|
|
5238
|
-
}
|
|
5239
|
-
],
|
|
5240
|
-
"inheritedFrom": {
|
|
5241
|
-
"name": "AgTextFieldRenderer",
|
|
5242
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5243
|
-
}
|
|
5242
|
+
"name": "slottedAgCellChanged",
|
|
5243
|
+
"privacy": "public"
|
|
5244
5244
|
},
|
|
5245
5245
|
{
|
|
5246
5246
|
"kind": "field",
|
|
@@ -5353,61 +5353,61 @@
|
|
|
5353
5353
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5354
5354
|
}
|
|
5355
5355
|
}
|
|
5356
|
-
]
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
5363
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"kind": "variable",
|
|
5367
|
-
"name": "getTextRendererTemplate",
|
|
5368
|
-
"default": "getTextFieldRendererTemplate",
|
|
5369
|
-
"privacy": "public",
|
|
5370
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5371
|
-
},
|
|
5372
|
-
{
|
|
5373
|
-
"kind": "variable",
|
|
5374
|
-
"name": "foundationAgTextRenderer",
|
|
5375
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5376
|
-
"privacy": "public",
|
|
5377
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5356
|
+
],
|
|
5357
|
+
"superclass": {
|
|
5358
|
+
"name": "FoundationElement",
|
|
5359
|
+
"package": "@microsoft/fast-foundation"
|
|
5360
|
+
},
|
|
5361
|
+
"tagName": "grid-pro-column",
|
|
5362
|
+
"customElement": true
|
|
5378
5363
|
}
|
|
5379
5364
|
],
|
|
5380
5365
|
"exports": [
|
|
5381
5366
|
{
|
|
5382
5367
|
"kind": "js",
|
|
5383
|
-
"name": "
|
|
5368
|
+
"name": "GridProColumn",
|
|
5384
5369
|
"declaration": {
|
|
5385
|
-
"name": "
|
|
5386
|
-
"module": "src/
|
|
5370
|
+
"name": "GridProColumn",
|
|
5371
|
+
"module": "src/column/column.ts"
|
|
5387
5372
|
}
|
|
5388
5373
|
},
|
|
5374
|
+
{
|
|
5375
|
+
"kind": "custom-element-definition",
|
|
5376
|
+
"name": "grid-pro-column",
|
|
5377
|
+
"declaration": {
|
|
5378
|
+
"name": "GridProColumn",
|
|
5379
|
+
"module": "src/column/column.ts"
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
]
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "javascript-module",
|
|
5386
|
+
"path": "src/column/index.ts",
|
|
5387
|
+
"declarations": [],
|
|
5388
|
+
"exports": [
|
|
5389
5389
|
{
|
|
5390
5390
|
"kind": "js",
|
|
5391
|
-
"name": "
|
|
5391
|
+
"name": "*",
|
|
5392
5392
|
"declaration": {
|
|
5393
|
-
"name": "
|
|
5394
|
-
"
|
|
5393
|
+
"name": "*",
|
|
5394
|
+
"package": "./column.template"
|
|
5395
5395
|
}
|
|
5396
5396
|
},
|
|
5397
5397
|
{
|
|
5398
5398
|
"kind": "js",
|
|
5399
|
-
"name": "
|
|
5399
|
+
"name": "*",
|
|
5400
5400
|
"declaration": {
|
|
5401
|
-
"name": "
|
|
5402
|
-
"
|
|
5401
|
+
"name": "*",
|
|
5402
|
+
"package": "./column"
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
{
|
|
5406
5406
|
"kind": "js",
|
|
5407
|
-
"name": "
|
|
5407
|
+
"name": "*",
|
|
5408
5408
|
"declaration": {
|
|
5409
|
-
"name": "
|
|
5410
|
-
"
|
|
5409
|
+
"name": "*",
|
|
5410
|
+
"package": "./utils"
|
|
5411
5411
|
}
|
|
5412
5412
|
}
|
|
5413
5413
|
]
|
|
@@ -9290,51 +9290,46 @@
|
|
|
9290
9290
|
},
|
|
9291
9291
|
{
|
|
9292
9292
|
"kind": "javascript-module",
|
|
9293
|
-
"path": "src/
|
|
9293
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9294
9294
|
"declarations": [
|
|
9295
9295
|
{
|
|
9296
9296
|
"kind": "function",
|
|
9297
|
-
"name": "
|
|
9297
|
+
"name": "setValueWithAccessor",
|
|
9298
9298
|
"return": {
|
|
9299
9299
|
"type": {
|
|
9300
|
-
"text": "
|
|
9300
|
+
"text": "string"
|
|
9301
9301
|
}
|
|
9302
9302
|
},
|
|
9303
9303
|
"parameters": [
|
|
9304
9304
|
{
|
|
9305
|
-
"name": "
|
|
9305
|
+
"name": "data",
|
|
9306
9306
|
"type": {
|
|
9307
|
-
"text": "
|
|
9308
|
-
}
|
|
9309
|
-
"description": "The array to render"
|
|
9307
|
+
"text": "any"
|
|
9308
|
+
}
|
|
9310
9309
|
},
|
|
9311
9310
|
{
|
|
9312
|
-
"name": "
|
|
9313
|
-
"default": "true",
|
|
9311
|
+
"name": "accessor",
|
|
9314
9312
|
"type": {
|
|
9315
|
-
"text": "
|
|
9316
|
-
}
|
|
9317
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9313
|
+
"text": "string"
|
|
9314
|
+
}
|
|
9318
9315
|
}
|
|
9319
|
-
]
|
|
9320
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9321
|
-
"privacy": "public"
|
|
9316
|
+
]
|
|
9322
9317
|
}
|
|
9323
9318
|
],
|
|
9324
9319
|
"exports": [
|
|
9325
9320
|
{
|
|
9326
9321
|
"kind": "js",
|
|
9327
|
-
"name": "
|
|
9322
|
+
"name": "setValueWithAccessor",
|
|
9328
9323
|
"declaration": {
|
|
9329
|
-
"name": "
|
|
9330
|
-
"module": "src/
|
|
9324
|
+
"name": "setValueWithAccessor",
|
|
9325
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9331
9326
|
}
|
|
9332
9327
|
}
|
|
9333
9328
|
]
|
|
9334
9329
|
},
|
|
9335
9330
|
{
|
|
9336
9331
|
"kind": "javascript-module",
|
|
9337
|
-
"path": "src/
|
|
9332
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
9338
9333
|
"declarations": [],
|
|
9339
9334
|
"exports": [
|
|
9340
9335
|
{
|
|
@@ -9342,53 +9337,58 @@
|
|
|
9342
9337
|
"name": "*",
|
|
9343
9338
|
"declaration": {
|
|
9344
9339
|
"name": "*",
|
|
9345
|
-
"package": "./
|
|
9340
|
+
"package": "./accessor"
|
|
9346
9341
|
}
|
|
9347
9342
|
}
|
|
9348
9343
|
]
|
|
9349
9344
|
},
|
|
9350
9345
|
{
|
|
9351
9346
|
"kind": "javascript-module",
|
|
9352
|
-
"path": "src/
|
|
9347
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
9353
9348
|
"declarations": [
|
|
9354
9349
|
{
|
|
9355
9350
|
"kind": "function",
|
|
9356
|
-
"name": "
|
|
9351
|
+
"name": "gridProColumns",
|
|
9357
9352
|
"return": {
|
|
9358
9353
|
"type": {
|
|
9359
|
-
"text": "
|
|
9354
|
+
"text": "CaptureType<TSource>"
|
|
9360
9355
|
}
|
|
9361
9356
|
},
|
|
9362
9357
|
"parameters": [
|
|
9363
9358
|
{
|
|
9364
|
-
"name": "
|
|
9359
|
+
"name": "itemsBinding",
|
|
9365
9360
|
"type": {
|
|
9366
|
-
"text": "
|
|
9367
|
-
}
|
|
9361
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
9362
|
+
},
|
|
9363
|
+
"description": "The array to render"
|
|
9368
9364
|
},
|
|
9369
9365
|
{
|
|
9370
|
-
"name": "
|
|
9366
|
+
"name": "includeRenderers",
|
|
9367
|
+
"default": "true",
|
|
9371
9368
|
"type": {
|
|
9372
|
-
"text": "
|
|
9373
|
-
}
|
|
9369
|
+
"text": "boolean"
|
|
9370
|
+
},
|
|
9371
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9374
9372
|
}
|
|
9375
|
-
]
|
|
9373
|
+
],
|
|
9374
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9375
|
+
"privacy": "public"
|
|
9376
9376
|
}
|
|
9377
9377
|
],
|
|
9378
9378
|
"exports": [
|
|
9379
9379
|
{
|
|
9380
9380
|
"kind": "js",
|
|
9381
|
-
"name": "
|
|
9381
|
+
"name": "gridProColumns",
|
|
9382
9382
|
"declaration": {
|
|
9383
|
-
"name": "
|
|
9384
|
-
"module": "src/
|
|
9383
|
+
"name": "gridProColumns",
|
|
9384
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
9385
9385
|
}
|
|
9386
9386
|
}
|
|
9387
9387
|
]
|
|
9388
9388
|
},
|
|
9389
9389
|
{
|
|
9390
9390
|
"kind": "javascript-module",
|
|
9391
|
-
"path": "src/
|
|
9391
|
+
"path": "src/column/utils/index.ts",
|
|
9392
9392
|
"declarations": [],
|
|
9393
9393
|
"exports": [
|
|
9394
9394
|
{
|
|
@@ -9396,7 +9396,7 @@
|
|
|
9396
9396
|
"name": "*",
|
|
9397
9397
|
"declaration": {
|
|
9398
9398
|
"name": "*",
|
|
9399
|
-
"package": "./
|
|
9399
|
+
"package": "./grid-pro-columns"
|
|
9400
9400
|
}
|
|
9401
9401
|
}
|
|
9402
9402
|
]
|
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.127.
|
|
4
|
+
"version": "14.127.5",
|
|
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.127.
|
|
34
|
-
"@genesislcap/genx": "14.127.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.127.5",
|
|
34
|
+
"@genesislcap/genx": "14.127.5",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.127.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.127.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.127.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.127.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.127.5",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.127.5",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.127.5",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.127.5",
|
|
42
42
|
"@microsoft/fast-colors": "^5.3.1",
|
|
43
43
|
"@microsoft/fast-components": "^2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "0264e691e3bb631c39ec62f560950d0ca3dcdafa"
|
|
66
66
|
}
|