@genesislcap/grid-pro 14.148.1-alpha-4b4abd1.0 → 14.148.1-alpha-ef0e7af.0
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 +338 -415
- package/dist/dts/datasource/server-side.datasource.d.ts +7 -8
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/utils/index.d.ts +0 -1
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/esm/datasource/server-side.datasource.js +30 -61
- package/dist/esm/utils/index.js +0 -1
- package/dist/grid-pro.api.json +0 -100
- package/dist/grid-pro.d.ts +7 -26
- package/docs/api/grid-pro.md +0 -2
- package/docs/api-report.md +2 -10
- package/package.json +13 -13
- package/dist/dts/utils/map.d.ts +0 -17
- package/dist/dts/utils/map.d.ts.map +0 -1
- package/dist/esm/utils/map.js +0 -39
- package/docs/api/grid-pro.getavailableindexes.md +0 -30
- package/docs/api/grid-pro.getavailableindexfields.md +0 -30
|
@@ -3325,229 +3325,6 @@
|
|
|
3325
3325
|
}
|
|
3326
3326
|
]
|
|
3327
3327
|
},
|
|
3328
|
-
{
|
|
3329
|
-
"kind": "javascript-module",
|
|
3330
|
-
"path": "src/column/column.template.ts",
|
|
3331
|
-
"declarations": [
|
|
3332
|
-
{
|
|
3333
|
-
"kind": "variable",
|
|
3334
|
-
"name": "ColumnTemplate",
|
|
3335
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3336
|
-
"description": "The Grid Pro Column Template.",
|
|
3337
|
-
"privacy": "public"
|
|
3338
|
-
}
|
|
3339
|
-
],
|
|
3340
|
-
"exports": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "js",
|
|
3343
|
-
"name": "ColumnTemplate",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "ColumnTemplate",
|
|
3346
|
-
"module": "src/column/column.template.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/column/column.ts",
|
|
3354
|
-
"declarations": [
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "class",
|
|
3357
|
-
"description": "The Grid Pro Column element.",
|
|
3358
|
-
"name": "GridProColumn",
|
|
3359
|
-
"members": [
|
|
3360
|
-
{
|
|
3361
|
-
"kind": "field",
|
|
3362
|
-
"name": "slottedAgCell",
|
|
3363
|
-
"type": {
|
|
3364
|
-
"text": "HTMLElement[]"
|
|
3365
|
-
},
|
|
3366
|
-
"privacy": "public"
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"kind": "field",
|
|
3370
|
-
"name": "definition",
|
|
3371
|
-
"type": {
|
|
3372
|
-
"text": "ColDef"
|
|
3373
|
-
},
|
|
3374
|
-
"default": "{}"
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "method",
|
|
3378
|
-
"name": "slottedAgCellChanged",
|
|
3379
|
-
"privacy": "public"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"kind": "field",
|
|
3383
|
-
"name": "_presentation",
|
|
3384
|
-
"type": {
|
|
3385
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3386
|
-
},
|
|
3387
|
-
"privacy": "private",
|
|
3388
|
-
"default": "void 0",
|
|
3389
|
-
"inheritedFrom": {
|
|
3390
|
-
"name": "FoundationElement",
|
|
3391
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"kind": "field",
|
|
3396
|
-
"name": "$presentation",
|
|
3397
|
-
"type": {
|
|
3398
|
-
"text": "ComponentPresentation | null"
|
|
3399
|
-
},
|
|
3400
|
-
"privacy": "public",
|
|
3401
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3402
|
-
"inheritedFrom": {
|
|
3403
|
-
"name": "FoundationElement",
|
|
3404
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3405
|
-
}
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "field",
|
|
3409
|
-
"name": "template",
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "ElementViewTemplate | void | null"
|
|
3412
|
-
},
|
|
3413
|
-
"privacy": "public",
|
|
3414
|
-
"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.",
|
|
3415
|
-
"inheritedFrom": {
|
|
3416
|
-
"name": "FoundationElement",
|
|
3417
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3418
|
-
}
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "method",
|
|
3422
|
-
"name": "templateChanged",
|
|
3423
|
-
"privacy": "protected",
|
|
3424
|
-
"return": {
|
|
3425
|
-
"type": {
|
|
3426
|
-
"text": "void"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
|
-
"inheritedFrom": {
|
|
3430
|
-
"name": "FoundationElement",
|
|
3431
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"kind": "field",
|
|
3436
|
-
"name": "styles",
|
|
3437
|
-
"type": {
|
|
3438
|
-
"text": "ElementStyles | void | null"
|
|
3439
|
-
},
|
|
3440
|
-
"privacy": "public",
|
|
3441
|
-
"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.",
|
|
3442
|
-
"inheritedFrom": {
|
|
3443
|
-
"name": "FoundationElement",
|
|
3444
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
|
-
{
|
|
3448
|
-
"kind": "method",
|
|
3449
|
-
"name": "stylesChanged",
|
|
3450
|
-
"privacy": "protected",
|
|
3451
|
-
"return": {
|
|
3452
|
-
"type": {
|
|
3453
|
-
"text": "void"
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
|
-
"inheritedFrom": {
|
|
3457
|
-
"name": "FoundationElement",
|
|
3458
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3459
|
-
}
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"kind": "method",
|
|
3463
|
-
"name": "compose",
|
|
3464
|
-
"privacy": "public",
|
|
3465
|
-
"static": true,
|
|
3466
|
-
"return": {
|
|
3467
|
-
"type": {
|
|
3468
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3469
|
-
}
|
|
3470
|
-
},
|
|
3471
|
-
"parameters": [
|
|
3472
|
-
{
|
|
3473
|
-
"name": "this",
|
|
3474
|
-
"type": {
|
|
3475
|
-
"text": "K"
|
|
3476
|
-
}
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"name": "elementDefinition",
|
|
3480
|
-
"type": {
|
|
3481
|
-
"text": "T"
|
|
3482
|
-
},
|
|
3483
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3484
|
-
}
|
|
3485
|
-
],
|
|
3486
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3487
|
-
"inheritedFrom": {
|
|
3488
|
-
"name": "FoundationElement",
|
|
3489
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3490
|
-
}
|
|
3491
|
-
}
|
|
3492
|
-
],
|
|
3493
|
-
"superclass": {
|
|
3494
|
-
"name": "FoundationElement",
|
|
3495
|
-
"package": "@microsoft/fast-foundation"
|
|
3496
|
-
},
|
|
3497
|
-
"tagName": "grid-pro-column",
|
|
3498
|
-
"customElement": true
|
|
3499
|
-
}
|
|
3500
|
-
],
|
|
3501
|
-
"exports": [
|
|
3502
|
-
{
|
|
3503
|
-
"kind": "js",
|
|
3504
|
-
"name": "GridProColumn",
|
|
3505
|
-
"declaration": {
|
|
3506
|
-
"name": "GridProColumn",
|
|
3507
|
-
"module": "src/column/column.ts"
|
|
3508
|
-
}
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "custom-element-definition",
|
|
3512
|
-
"name": "grid-pro-column",
|
|
3513
|
-
"declaration": {
|
|
3514
|
-
"name": "GridProColumn",
|
|
3515
|
-
"module": "src/column/column.ts"
|
|
3516
|
-
}
|
|
3517
|
-
}
|
|
3518
|
-
]
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
"kind": "javascript-module",
|
|
3522
|
-
"path": "src/column/index.ts",
|
|
3523
|
-
"declarations": [],
|
|
3524
|
-
"exports": [
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "js",
|
|
3527
|
-
"name": "*",
|
|
3528
|
-
"declaration": {
|
|
3529
|
-
"name": "*",
|
|
3530
|
-
"package": "./column.template"
|
|
3531
|
-
}
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"kind": "js",
|
|
3535
|
-
"name": "*",
|
|
3536
|
-
"declaration": {
|
|
3537
|
-
"name": "*",
|
|
3538
|
-
"package": "./column"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "js",
|
|
3543
|
-
"name": "*",
|
|
3544
|
-
"declaration": {
|
|
3545
|
-
"name": "*",
|
|
3546
|
-
"package": "./utils"
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3550
|
-
},
|
|
3551
3328
|
{
|
|
3552
3329
|
"kind": "javascript-module",
|
|
3553
3330
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -5256,52 +5033,275 @@
|
|
|
5256
5033
|
"text": "HTMLElement"
|
|
5257
5034
|
}
|
|
5258
5035
|
},
|
|
5259
|
-
"inheritedFrom": {
|
|
5260
|
-
"name": "AgTextFieldRenderer",
|
|
5261
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5262
|
-
}
|
|
5036
|
+
"inheritedFrom": {
|
|
5037
|
+
"name": "AgTextFieldRenderer",
|
|
5038
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5039
|
+
}
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "method",
|
|
5043
|
+
"name": "destroy",
|
|
5044
|
+
"privacy": "public",
|
|
5045
|
+
"inheritedFrom": {
|
|
5046
|
+
"name": "AgTextFieldRenderer",
|
|
5047
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"kind": "method",
|
|
5052
|
+
"name": "refresh",
|
|
5053
|
+
"privacy": "public",
|
|
5054
|
+
"parameters": [
|
|
5055
|
+
{
|
|
5056
|
+
"name": "params",
|
|
5057
|
+
"type": {
|
|
5058
|
+
"text": "FuiCellRendererParams"
|
|
5059
|
+
}
|
|
5060
|
+
}
|
|
5061
|
+
],
|
|
5062
|
+
"inheritedFrom": {
|
|
5063
|
+
"name": "AgTextFieldRenderer",
|
|
5064
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5065
|
+
}
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"kind": "field",
|
|
5069
|
+
"name": "textChanged",
|
|
5070
|
+
"privacy": "public",
|
|
5071
|
+
"description": "On text change handler",
|
|
5072
|
+
"parameters": [
|
|
5073
|
+
{
|
|
5074
|
+
"description": "CustomEvent",
|
|
5075
|
+
"name": "e"
|
|
5076
|
+
}
|
|
5077
|
+
],
|
|
5078
|
+
"inheritedFrom": {
|
|
5079
|
+
"name": "AgTextFieldRenderer",
|
|
5080
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"kind": "field",
|
|
5085
|
+
"name": "_presentation",
|
|
5086
|
+
"type": {
|
|
5087
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5088
|
+
},
|
|
5089
|
+
"privacy": "private",
|
|
5090
|
+
"default": "void 0",
|
|
5091
|
+
"inheritedFrom": {
|
|
5092
|
+
"name": "FoundationElement",
|
|
5093
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5094
|
+
}
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"kind": "field",
|
|
5098
|
+
"name": "$presentation",
|
|
5099
|
+
"type": {
|
|
5100
|
+
"text": "ComponentPresentation | null"
|
|
5101
|
+
},
|
|
5102
|
+
"privacy": "public",
|
|
5103
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5104
|
+
"inheritedFrom": {
|
|
5105
|
+
"name": "FoundationElement",
|
|
5106
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5107
|
+
}
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "field",
|
|
5111
|
+
"name": "template",
|
|
5112
|
+
"type": {
|
|
5113
|
+
"text": "ElementViewTemplate | void | null"
|
|
5114
|
+
},
|
|
5115
|
+
"privacy": "public",
|
|
5116
|
+
"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.",
|
|
5117
|
+
"inheritedFrom": {
|
|
5118
|
+
"name": "FoundationElement",
|
|
5119
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"kind": "method",
|
|
5124
|
+
"name": "templateChanged",
|
|
5125
|
+
"privacy": "protected",
|
|
5126
|
+
"return": {
|
|
5127
|
+
"type": {
|
|
5128
|
+
"text": "void"
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
5131
|
+
"inheritedFrom": {
|
|
5132
|
+
"name": "FoundationElement",
|
|
5133
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5134
|
+
}
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"kind": "field",
|
|
5138
|
+
"name": "styles",
|
|
5139
|
+
"type": {
|
|
5140
|
+
"text": "ElementStyles | void | null"
|
|
5141
|
+
},
|
|
5142
|
+
"privacy": "public",
|
|
5143
|
+
"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.",
|
|
5144
|
+
"inheritedFrom": {
|
|
5145
|
+
"name": "FoundationElement",
|
|
5146
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
{
|
|
5150
|
+
"kind": "method",
|
|
5151
|
+
"name": "stylesChanged",
|
|
5152
|
+
"privacy": "protected",
|
|
5153
|
+
"return": {
|
|
5154
|
+
"type": {
|
|
5155
|
+
"text": "void"
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
5158
|
+
"inheritedFrom": {
|
|
5159
|
+
"name": "FoundationElement",
|
|
5160
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5161
|
+
}
|
|
5162
|
+
},
|
|
5163
|
+
{
|
|
5164
|
+
"kind": "method",
|
|
5165
|
+
"name": "compose",
|
|
5166
|
+
"privacy": "public",
|
|
5167
|
+
"static": true,
|
|
5168
|
+
"return": {
|
|
5169
|
+
"type": {
|
|
5170
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5171
|
+
}
|
|
5172
|
+
},
|
|
5173
|
+
"parameters": [
|
|
5174
|
+
{
|
|
5175
|
+
"name": "this",
|
|
5176
|
+
"type": {
|
|
5177
|
+
"text": "K"
|
|
5178
|
+
}
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"name": "elementDefinition",
|
|
5182
|
+
"type": {
|
|
5183
|
+
"text": "T"
|
|
5184
|
+
},
|
|
5185
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5186
|
+
}
|
|
5187
|
+
],
|
|
5188
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5189
|
+
"inheritedFrom": {
|
|
5190
|
+
"name": "FoundationElement",
|
|
5191
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
]
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "variable",
|
|
5198
|
+
"name": "textRendererStyles",
|
|
5199
|
+
"default": "textFieldRendererStyles",
|
|
5200
|
+
"privacy": "public",
|
|
5201
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"kind": "variable",
|
|
5205
|
+
"name": "getTextRendererTemplate",
|
|
5206
|
+
"default": "getTextFieldRendererTemplate",
|
|
5207
|
+
"privacy": "public",
|
|
5208
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"kind": "variable",
|
|
5212
|
+
"name": "foundationAgTextRenderer",
|
|
5213
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5214
|
+
"privacy": "public",
|
|
5215
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5216
|
+
}
|
|
5217
|
+
],
|
|
5218
|
+
"exports": [
|
|
5219
|
+
{
|
|
5220
|
+
"kind": "js",
|
|
5221
|
+
"name": "AgTextRenderer",
|
|
5222
|
+
"declaration": {
|
|
5223
|
+
"name": "AgTextRenderer",
|
|
5224
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5225
|
+
}
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"kind": "js",
|
|
5229
|
+
"name": "textRendererStyles",
|
|
5230
|
+
"declaration": {
|
|
5231
|
+
"name": "textRendererStyles",
|
|
5232
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"kind": "js",
|
|
5237
|
+
"name": "getTextRendererTemplate",
|
|
5238
|
+
"declaration": {
|
|
5239
|
+
"name": "getTextRendererTemplate",
|
|
5240
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"kind": "js",
|
|
5245
|
+
"name": "foundationAgTextRenderer",
|
|
5246
|
+
"declaration": {
|
|
5247
|
+
"name": "foundationAgTextRenderer",
|
|
5248
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5249
|
+
}
|
|
5250
|
+
}
|
|
5251
|
+
]
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "javascript-module",
|
|
5255
|
+
"path": "src/column/column.template.ts",
|
|
5256
|
+
"declarations": [
|
|
5257
|
+
{
|
|
5258
|
+
"kind": "variable",
|
|
5259
|
+
"name": "ColumnTemplate",
|
|
5260
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5261
|
+
"description": "The Grid Pro Column Template.",
|
|
5262
|
+
"privacy": "public"
|
|
5263
|
+
}
|
|
5264
|
+
],
|
|
5265
|
+
"exports": [
|
|
5266
|
+
{
|
|
5267
|
+
"kind": "js",
|
|
5268
|
+
"name": "ColumnTemplate",
|
|
5269
|
+
"declaration": {
|
|
5270
|
+
"name": "ColumnTemplate",
|
|
5271
|
+
"module": "src/column/column.template.ts"
|
|
5272
|
+
}
|
|
5273
|
+
}
|
|
5274
|
+
]
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"kind": "javascript-module",
|
|
5278
|
+
"path": "src/column/column.ts",
|
|
5279
|
+
"declarations": [
|
|
5280
|
+
{
|
|
5281
|
+
"kind": "class",
|
|
5282
|
+
"description": "The Grid Pro Column element.",
|
|
5283
|
+
"name": "GridProColumn",
|
|
5284
|
+
"members": [
|
|
5285
|
+
{
|
|
5286
|
+
"kind": "field",
|
|
5287
|
+
"name": "slottedAgCell",
|
|
5288
|
+
"type": {
|
|
5289
|
+
"text": "HTMLElement[]"
|
|
5290
|
+
},
|
|
5291
|
+
"privacy": "public"
|
|
5263
5292
|
},
|
|
5264
5293
|
{
|
|
5265
|
-
"kind": "
|
|
5266
|
-
"name": "
|
|
5267
|
-
"
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
}
|
|
5294
|
+
"kind": "field",
|
|
5295
|
+
"name": "definition",
|
|
5296
|
+
"type": {
|
|
5297
|
+
"text": "ColDef"
|
|
5298
|
+
},
|
|
5299
|
+
"default": "{}"
|
|
5272
5300
|
},
|
|
5273
5301
|
{
|
|
5274
5302
|
"kind": "method",
|
|
5275
|
-
"name": "
|
|
5276
|
-
"privacy": "public"
|
|
5277
|
-
"parameters": [
|
|
5278
|
-
{
|
|
5279
|
-
"name": "params",
|
|
5280
|
-
"type": {
|
|
5281
|
-
"text": "FuiCellRendererParams"
|
|
5282
|
-
}
|
|
5283
|
-
}
|
|
5284
|
-
],
|
|
5285
|
-
"inheritedFrom": {
|
|
5286
|
-
"name": "AgTextFieldRenderer",
|
|
5287
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5288
|
-
}
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
"kind": "field",
|
|
5292
|
-
"name": "textChanged",
|
|
5293
|
-
"privacy": "public",
|
|
5294
|
-
"description": "On text change handler",
|
|
5295
|
-
"parameters": [
|
|
5296
|
-
{
|
|
5297
|
-
"description": "CustomEvent",
|
|
5298
|
-
"name": "e"
|
|
5299
|
-
}
|
|
5300
|
-
],
|
|
5301
|
-
"inheritedFrom": {
|
|
5302
|
-
"name": "AgTextFieldRenderer",
|
|
5303
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5304
|
-
}
|
|
5303
|
+
"name": "slottedAgCellChanged",
|
|
5304
|
+
"privacy": "public"
|
|
5305
5305
|
},
|
|
5306
5306
|
{
|
|
5307
5307
|
"kind": "field",
|
|
@@ -5414,61 +5414,61 @@
|
|
|
5414
5414
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5415
5415
|
}
|
|
5416
5416
|
}
|
|
5417
|
-
]
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
"
|
|
5423
|
-
"
|
|
5424
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5425
|
-
},
|
|
5426
|
-
{
|
|
5427
|
-
"kind": "variable",
|
|
5428
|
-
"name": "getTextRendererTemplate",
|
|
5429
|
-
"default": "getTextFieldRendererTemplate",
|
|
5430
|
-
"privacy": "public",
|
|
5431
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5432
|
-
},
|
|
5433
|
-
{
|
|
5434
|
-
"kind": "variable",
|
|
5435
|
-
"name": "foundationAgTextRenderer",
|
|
5436
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5437
|
-
"privacy": "public",
|
|
5438
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5417
|
+
],
|
|
5418
|
+
"superclass": {
|
|
5419
|
+
"name": "FoundationElement",
|
|
5420
|
+
"package": "@microsoft/fast-foundation"
|
|
5421
|
+
},
|
|
5422
|
+
"tagName": "grid-pro-column",
|
|
5423
|
+
"customElement": true
|
|
5439
5424
|
}
|
|
5440
5425
|
],
|
|
5441
5426
|
"exports": [
|
|
5442
5427
|
{
|
|
5443
5428
|
"kind": "js",
|
|
5444
|
-
"name": "
|
|
5429
|
+
"name": "GridProColumn",
|
|
5445
5430
|
"declaration": {
|
|
5446
|
-
"name": "
|
|
5447
|
-
"module": "src/
|
|
5431
|
+
"name": "GridProColumn",
|
|
5432
|
+
"module": "src/column/column.ts"
|
|
5448
5433
|
}
|
|
5449
5434
|
},
|
|
5435
|
+
{
|
|
5436
|
+
"kind": "custom-element-definition",
|
|
5437
|
+
"name": "grid-pro-column",
|
|
5438
|
+
"declaration": {
|
|
5439
|
+
"name": "GridProColumn",
|
|
5440
|
+
"module": "src/column/column.ts"
|
|
5441
|
+
}
|
|
5442
|
+
}
|
|
5443
|
+
]
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "javascript-module",
|
|
5447
|
+
"path": "src/column/index.ts",
|
|
5448
|
+
"declarations": [],
|
|
5449
|
+
"exports": [
|
|
5450
5450
|
{
|
|
5451
5451
|
"kind": "js",
|
|
5452
|
-
"name": "
|
|
5452
|
+
"name": "*",
|
|
5453
5453
|
"declaration": {
|
|
5454
|
-
"name": "
|
|
5455
|
-
"
|
|
5454
|
+
"name": "*",
|
|
5455
|
+
"package": "./column.template"
|
|
5456
5456
|
}
|
|
5457
5457
|
},
|
|
5458
5458
|
{
|
|
5459
5459
|
"kind": "js",
|
|
5460
|
-
"name": "
|
|
5460
|
+
"name": "*",
|
|
5461
5461
|
"declaration": {
|
|
5462
|
-
"name": "
|
|
5463
|
-
"
|
|
5462
|
+
"name": "*",
|
|
5463
|
+
"package": "./column"
|
|
5464
5464
|
}
|
|
5465
5465
|
},
|
|
5466
5466
|
{
|
|
5467
5467
|
"kind": "js",
|
|
5468
|
-
"name": "
|
|
5468
|
+
"name": "*",
|
|
5469
5469
|
"declaration": {
|
|
5470
|
-
"name": "
|
|
5471
|
-
"
|
|
5470
|
+
"name": "*",
|
|
5471
|
+
"package": "./utils"
|
|
5472
5472
|
}
|
|
5473
5473
|
}
|
|
5474
5474
|
]
|
|
@@ -7934,7 +7934,8 @@
|
|
|
7934
7934
|
},
|
|
7935
7935
|
{
|
|
7936
7936
|
"kind": "method",
|
|
7937
|
-
"name": "dataLogoff"
|
|
7937
|
+
"name": "dataLogoff",
|
|
7938
|
+
"privacy": "private"
|
|
7938
7939
|
},
|
|
7939
7940
|
{
|
|
7940
7941
|
"kind": "method",
|
|
@@ -8149,11 +8150,11 @@
|
|
|
8149
8150
|
},
|
|
8150
8151
|
{
|
|
8151
8152
|
"kind": "method",
|
|
8152
|
-
"name": "
|
|
8153
|
+
"name": "init"
|
|
8153
8154
|
},
|
|
8154
8155
|
{
|
|
8155
8156
|
"kind": "method",
|
|
8156
|
-
"name": "
|
|
8157
|
+
"name": "reset"
|
|
8157
8158
|
},
|
|
8158
8159
|
{
|
|
8159
8160
|
"kind": "method",
|
|
@@ -8162,13 +8163,7 @@
|
|
|
8162
8163
|
{
|
|
8163
8164
|
"kind": "method",
|
|
8164
8165
|
"name": "clearRowData",
|
|
8165
|
-
"privacy": "private"
|
|
8166
|
-
"parameters": [
|
|
8167
|
-
{
|
|
8168
|
-
"name": "withColumnDefs",
|
|
8169
|
-
"default": "true"
|
|
8170
|
-
}
|
|
8171
|
-
]
|
|
8166
|
+
"privacy": "private"
|
|
8172
8167
|
},
|
|
8173
8168
|
{
|
|
8174
8169
|
"kind": "method",
|
|
@@ -10628,14 +10623,6 @@
|
|
|
10628
10623
|
"package": "./logger"
|
|
10629
10624
|
}
|
|
10630
10625
|
},
|
|
10631
|
-
{
|
|
10632
|
-
"kind": "js",
|
|
10633
|
-
"name": "*",
|
|
10634
|
-
"declaration": {
|
|
10635
|
-
"name": "*",
|
|
10636
|
-
"package": "./map"
|
|
10637
|
-
}
|
|
10638
|
-
},
|
|
10639
10626
|
{
|
|
10640
10627
|
"kind": "js",
|
|
10641
10628
|
"name": "*",
|
|
@@ -10668,70 +10655,6 @@
|
|
|
10668
10655
|
}
|
|
10669
10656
|
]
|
|
10670
10657
|
},
|
|
10671
|
-
{
|
|
10672
|
-
"kind": "javascript-module",
|
|
10673
|
-
"path": "src/utils/map.ts",
|
|
10674
|
-
"declarations": [
|
|
10675
|
-
{
|
|
10676
|
-
"kind": "function",
|
|
10677
|
-
"name": "getAvailableIndexes",
|
|
10678
|
-
"return": {
|
|
10679
|
-
"type": {
|
|
10680
|
-
"text": ""
|
|
10681
|
-
}
|
|
10682
|
-
},
|
|
10683
|
-
"parameters": [
|
|
10684
|
-
{
|
|
10685
|
-
"name": "data",
|
|
10686
|
-
"type": {
|
|
10687
|
-
"text": "Map<string, [string]>"
|
|
10688
|
-
},
|
|
10689
|
-
"description": "the map data to have the keys extracted from"
|
|
10690
|
-
}
|
|
10691
|
-
],
|
|
10692
|
-
"description": "Get the keys of the Metadata indexes map",
|
|
10693
|
-
"privacy": "public"
|
|
10694
|
-
},
|
|
10695
|
-
{
|
|
10696
|
-
"kind": "function",
|
|
10697
|
-
"name": "getAvailableIndexFields",
|
|
10698
|
-
"return": {
|
|
10699
|
-
"type": {
|
|
10700
|
-
"text": ""
|
|
10701
|
-
}
|
|
10702
|
-
},
|
|
10703
|
-
"parameters": [
|
|
10704
|
-
{
|
|
10705
|
-
"name": "data",
|
|
10706
|
-
"type": {
|
|
10707
|
-
"text": "Map<string, [string]>"
|
|
10708
|
-
},
|
|
10709
|
-
"description": "the map data to have the values extracted from"
|
|
10710
|
-
}
|
|
10711
|
-
],
|
|
10712
|
-
"description": "Get the values of the Metadata indexes map",
|
|
10713
|
-
"privacy": "public"
|
|
10714
|
-
}
|
|
10715
|
-
],
|
|
10716
|
-
"exports": [
|
|
10717
|
-
{
|
|
10718
|
-
"kind": "js",
|
|
10719
|
-
"name": "getAvailableIndexes",
|
|
10720
|
-
"declaration": {
|
|
10721
|
-
"name": "getAvailableIndexes",
|
|
10722
|
-
"module": "src/utils/map.ts"
|
|
10723
|
-
}
|
|
10724
|
-
},
|
|
10725
|
-
{
|
|
10726
|
-
"kind": "js",
|
|
10727
|
-
"name": "getAvailableIndexFields",
|
|
10728
|
-
"declaration": {
|
|
10729
|
-
"name": "getAvailableIndexFields",
|
|
10730
|
-
"module": "src/utils/map.ts"
|
|
10731
|
-
}
|
|
10732
|
-
}
|
|
10733
|
-
]
|
|
10734
|
-
},
|
|
10735
10658
|
{
|
|
10736
10659
|
"kind": "javascript-module",
|
|
10737
10660
|
"path": "src/utils/sanitasations.ts",
|
|
@@ -10760,51 +10683,46 @@
|
|
|
10760
10683
|
},
|
|
10761
10684
|
{
|
|
10762
10685
|
"kind": "javascript-module",
|
|
10763
|
-
"path": "src/
|
|
10686
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
10764
10687
|
"declarations": [
|
|
10765
10688
|
{
|
|
10766
10689
|
"kind": "function",
|
|
10767
|
-
"name": "
|
|
10690
|
+
"name": "setValueWithAccessor",
|
|
10768
10691
|
"return": {
|
|
10769
10692
|
"type": {
|
|
10770
|
-
"text": "
|
|
10693
|
+
"text": "string"
|
|
10771
10694
|
}
|
|
10772
10695
|
},
|
|
10773
10696
|
"parameters": [
|
|
10774
10697
|
{
|
|
10775
|
-
"name": "
|
|
10698
|
+
"name": "data",
|
|
10776
10699
|
"type": {
|
|
10777
|
-
"text": "
|
|
10778
|
-
}
|
|
10779
|
-
"description": "The array to render"
|
|
10700
|
+
"text": "any"
|
|
10701
|
+
}
|
|
10780
10702
|
},
|
|
10781
10703
|
{
|
|
10782
|
-
"name": "
|
|
10783
|
-
"default": "true",
|
|
10704
|
+
"name": "accessor",
|
|
10784
10705
|
"type": {
|
|
10785
|
-
"text": "
|
|
10786
|
-
}
|
|
10787
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10706
|
+
"text": "string"
|
|
10707
|
+
}
|
|
10788
10708
|
}
|
|
10789
|
-
]
|
|
10790
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10791
|
-
"privacy": "public"
|
|
10709
|
+
]
|
|
10792
10710
|
}
|
|
10793
10711
|
],
|
|
10794
10712
|
"exports": [
|
|
10795
10713
|
{
|
|
10796
10714
|
"kind": "js",
|
|
10797
|
-
"name": "
|
|
10715
|
+
"name": "setValueWithAccessor",
|
|
10798
10716
|
"declaration": {
|
|
10799
|
-
"name": "
|
|
10800
|
-
"module": "src/
|
|
10717
|
+
"name": "setValueWithAccessor",
|
|
10718
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
10801
10719
|
}
|
|
10802
10720
|
}
|
|
10803
10721
|
]
|
|
10804
10722
|
},
|
|
10805
10723
|
{
|
|
10806
10724
|
"kind": "javascript-module",
|
|
10807
|
-
"path": "src/
|
|
10725
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
10808
10726
|
"declarations": [],
|
|
10809
10727
|
"exports": [
|
|
10810
10728
|
{
|
|
@@ -10812,53 +10730,58 @@
|
|
|
10812
10730
|
"name": "*",
|
|
10813
10731
|
"declaration": {
|
|
10814
10732
|
"name": "*",
|
|
10815
|
-
"package": "./
|
|
10733
|
+
"package": "./accessor"
|
|
10816
10734
|
}
|
|
10817
10735
|
}
|
|
10818
10736
|
]
|
|
10819
10737
|
},
|
|
10820
10738
|
{
|
|
10821
10739
|
"kind": "javascript-module",
|
|
10822
|
-
"path": "src/
|
|
10740
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
10823
10741
|
"declarations": [
|
|
10824
10742
|
{
|
|
10825
10743
|
"kind": "function",
|
|
10826
|
-
"name": "
|
|
10744
|
+
"name": "gridProColumns",
|
|
10827
10745
|
"return": {
|
|
10828
10746
|
"type": {
|
|
10829
|
-
"text": "
|
|
10747
|
+
"text": "CaptureType<TSource>"
|
|
10830
10748
|
}
|
|
10831
10749
|
},
|
|
10832
10750
|
"parameters": [
|
|
10833
10751
|
{
|
|
10834
|
-
"name": "
|
|
10752
|
+
"name": "itemsBinding",
|
|
10835
10753
|
"type": {
|
|
10836
|
-
"text": "
|
|
10837
|
-
}
|
|
10754
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
10755
|
+
},
|
|
10756
|
+
"description": "The array to render"
|
|
10838
10757
|
},
|
|
10839
10758
|
{
|
|
10840
|
-
"name": "
|
|
10759
|
+
"name": "includeRenderers",
|
|
10760
|
+
"default": "true",
|
|
10841
10761
|
"type": {
|
|
10842
|
-
"text": "
|
|
10843
|
-
}
|
|
10762
|
+
"text": "boolean"
|
|
10763
|
+
},
|
|
10764
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10844
10765
|
}
|
|
10845
|
-
]
|
|
10766
|
+
],
|
|
10767
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10768
|
+
"privacy": "public"
|
|
10846
10769
|
}
|
|
10847
10770
|
],
|
|
10848
10771
|
"exports": [
|
|
10849
10772
|
{
|
|
10850
10773
|
"kind": "js",
|
|
10851
|
-
"name": "
|
|
10774
|
+
"name": "gridProColumns",
|
|
10852
10775
|
"declaration": {
|
|
10853
|
-
"name": "
|
|
10854
|
-
"module": "src/
|
|
10776
|
+
"name": "gridProColumns",
|
|
10777
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
10855
10778
|
}
|
|
10856
10779
|
}
|
|
10857
10780
|
]
|
|
10858
10781
|
},
|
|
10859
10782
|
{
|
|
10860
10783
|
"kind": "javascript-module",
|
|
10861
|
-
"path": "src/
|
|
10784
|
+
"path": "src/column/utils/index.ts",
|
|
10862
10785
|
"declarations": [],
|
|
10863
10786
|
"exports": [
|
|
10864
10787
|
{
|
|
@@ -10866,7 +10789,7 @@
|
|
|
10866
10789
|
"name": "*",
|
|
10867
10790
|
"declaration": {
|
|
10868
10791
|
"name": "*",
|
|
10869
|
-
"package": "./
|
|
10792
|
+
"package": "./grid-pro-columns"
|
|
10870
10793
|
}
|
|
10871
10794
|
}
|
|
10872
10795
|
]
|