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