@genesislcap/grid-pro 14.77.2 → 14.78.0-mfa-auth.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 +223 -223
- package/package.json +7 -7
|
@@ -3156,6 +3156,229 @@
|
|
|
3156
3156
|
}
|
|
3157
3157
|
]
|
|
3158
3158
|
},
|
|
3159
|
+
{
|
|
3160
|
+
"kind": "javascript-module",
|
|
3161
|
+
"path": "src/column/column.template.ts",
|
|
3162
|
+
"declarations": [
|
|
3163
|
+
{
|
|
3164
|
+
"kind": "variable",
|
|
3165
|
+
"name": "ColumnTemplate",
|
|
3166
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3167
|
+
"description": "The Grid Pro Column Template.",
|
|
3168
|
+
"privacy": "public"
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"exports": [
|
|
3172
|
+
{
|
|
3173
|
+
"kind": "js",
|
|
3174
|
+
"name": "ColumnTemplate",
|
|
3175
|
+
"declaration": {
|
|
3176
|
+
"name": "ColumnTemplate",
|
|
3177
|
+
"module": "src/column/column.template.ts"
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3180
|
+
]
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"kind": "javascript-module",
|
|
3184
|
+
"path": "src/column/column.ts",
|
|
3185
|
+
"declarations": [
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "class",
|
|
3188
|
+
"description": "The Grid Pro Column element.",
|
|
3189
|
+
"name": "GridColumn",
|
|
3190
|
+
"members": [
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "field",
|
|
3193
|
+
"name": "slottedAgCell",
|
|
3194
|
+
"type": {
|
|
3195
|
+
"text": "HTMLElement[]"
|
|
3196
|
+
},
|
|
3197
|
+
"privacy": "public"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"kind": "field",
|
|
3201
|
+
"name": "definition",
|
|
3202
|
+
"type": {
|
|
3203
|
+
"text": "ColDef"
|
|
3204
|
+
},
|
|
3205
|
+
"default": "{}"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"kind": "method",
|
|
3209
|
+
"name": "slottedAgCellChanged",
|
|
3210
|
+
"privacy": "public"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"kind": "field",
|
|
3214
|
+
"name": "_presentation",
|
|
3215
|
+
"type": {
|
|
3216
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3217
|
+
},
|
|
3218
|
+
"privacy": "private",
|
|
3219
|
+
"default": "void 0",
|
|
3220
|
+
"inheritedFrom": {
|
|
3221
|
+
"name": "FoundationElement",
|
|
3222
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"kind": "field",
|
|
3227
|
+
"name": "$presentation",
|
|
3228
|
+
"type": {
|
|
3229
|
+
"text": "ComponentPresentation | null"
|
|
3230
|
+
},
|
|
3231
|
+
"privacy": "public",
|
|
3232
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3233
|
+
"inheritedFrom": {
|
|
3234
|
+
"name": "FoundationElement",
|
|
3235
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "field",
|
|
3240
|
+
"name": "template",
|
|
3241
|
+
"type": {
|
|
3242
|
+
"text": "ElementViewTemplate | void | null"
|
|
3243
|
+
},
|
|
3244
|
+
"privacy": "public",
|
|
3245
|
+
"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.",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "FoundationElement",
|
|
3248
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "method",
|
|
3253
|
+
"name": "templateChanged",
|
|
3254
|
+
"privacy": "protected",
|
|
3255
|
+
"return": {
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "void"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"inheritedFrom": {
|
|
3261
|
+
"name": "FoundationElement",
|
|
3262
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"kind": "field",
|
|
3267
|
+
"name": "styles",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "ElementStyles | void | null"
|
|
3270
|
+
},
|
|
3271
|
+
"privacy": "public",
|
|
3272
|
+
"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.",
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "FoundationElement",
|
|
3275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"kind": "method",
|
|
3280
|
+
"name": "stylesChanged",
|
|
3281
|
+
"privacy": "protected",
|
|
3282
|
+
"return": {
|
|
3283
|
+
"type": {
|
|
3284
|
+
"text": "void"
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
"inheritedFrom": {
|
|
3288
|
+
"name": "FoundationElement",
|
|
3289
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"kind": "method",
|
|
3294
|
+
"name": "compose",
|
|
3295
|
+
"privacy": "public",
|
|
3296
|
+
"static": true,
|
|
3297
|
+
"return": {
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
"parameters": [
|
|
3303
|
+
{
|
|
3304
|
+
"name": "this",
|
|
3305
|
+
"type": {
|
|
3306
|
+
"text": "K"
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "elementDefinition",
|
|
3311
|
+
"type": {
|
|
3312
|
+
"text": "T"
|
|
3313
|
+
},
|
|
3314
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3318
|
+
"inheritedFrom": {
|
|
3319
|
+
"name": "FoundationElement",
|
|
3320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"superclass": {
|
|
3325
|
+
"name": "FoundationElement",
|
|
3326
|
+
"package": "@microsoft/fast-foundation"
|
|
3327
|
+
},
|
|
3328
|
+
"tagName": "grid-pro-column",
|
|
3329
|
+
"customElement": true
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "GridColumn",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "GridColumn",
|
|
3338
|
+
"module": "src/column/column.ts"
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "custom-element-definition",
|
|
3343
|
+
"name": "grid-pro-column",
|
|
3344
|
+
"declaration": {
|
|
3345
|
+
"name": "GridColumn",
|
|
3346
|
+
"module": "src/column/column.ts"
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
]
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "javascript-module",
|
|
3353
|
+
"path": "src/column/index.ts",
|
|
3354
|
+
"declarations": [],
|
|
3355
|
+
"exports": [
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "js",
|
|
3358
|
+
"name": "*",
|
|
3359
|
+
"declaration": {
|
|
3360
|
+
"name": "*",
|
|
3361
|
+
"package": "./column.template"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"kind": "js",
|
|
3366
|
+
"name": "*",
|
|
3367
|
+
"declaration": {
|
|
3368
|
+
"name": "*",
|
|
3369
|
+
"package": "./column"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "js",
|
|
3374
|
+
"name": "*",
|
|
3375
|
+
"declaration": {
|
|
3376
|
+
"name": "*",
|
|
3377
|
+
"package": "./utils"
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
3159
3382
|
{
|
|
3160
3383
|
"kind": "javascript-module",
|
|
3161
3384
|
"path": "src/external/ag-grid-css.ts",
|
|
@@ -3428,229 +3651,6 @@
|
|
|
3428
3651
|
}
|
|
3429
3652
|
]
|
|
3430
3653
|
},
|
|
3431
|
-
{
|
|
3432
|
-
"kind": "javascript-module",
|
|
3433
|
-
"path": "src/column/column.template.ts",
|
|
3434
|
-
"declarations": [
|
|
3435
|
-
{
|
|
3436
|
-
"kind": "variable",
|
|
3437
|
-
"name": "ColumnTemplate",
|
|
3438
|
-
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3439
|
-
"description": "The Grid Pro Column Template.",
|
|
3440
|
-
"privacy": "public"
|
|
3441
|
-
}
|
|
3442
|
-
],
|
|
3443
|
-
"exports": [
|
|
3444
|
-
{
|
|
3445
|
-
"kind": "js",
|
|
3446
|
-
"name": "ColumnTemplate",
|
|
3447
|
-
"declaration": {
|
|
3448
|
-
"name": "ColumnTemplate",
|
|
3449
|
-
"module": "src/column/column.template.ts"
|
|
3450
|
-
}
|
|
3451
|
-
}
|
|
3452
|
-
]
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
"kind": "javascript-module",
|
|
3456
|
-
"path": "src/column/column.ts",
|
|
3457
|
-
"declarations": [
|
|
3458
|
-
{
|
|
3459
|
-
"kind": "class",
|
|
3460
|
-
"description": "The Grid Pro Column element.",
|
|
3461
|
-
"name": "GridColumn",
|
|
3462
|
-
"members": [
|
|
3463
|
-
{
|
|
3464
|
-
"kind": "field",
|
|
3465
|
-
"name": "slottedAgCell",
|
|
3466
|
-
"type": {
|
|
3467
|
-
"text": "HTMLElement[]"
|
|
3468
|
-
},
|
|
3469
|
-
"privacy": "public"
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "field",
|
|
3473
|
-
"name": "definition",
|
|
3474
|
-
"type": {
|
|
3475
|
-
"text": "ColDef"
|
|
3476
|
-
},
|
|
3477
|
-
"default": "{}"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"kind": "method",
|
|
3481
|
-
"name": "slottedAgCellChanged",
|
|
3482
|
-
"privacy": "public"
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"kind": "field",
|
|
3486
|
-
"name": "_presentation",
|
|
3487
|
-
"type": {
|
|
3488
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3489
|
-
},
|
|
3490
|
-
"privacy": "private",
|
|
3491
|
-
"default": "void 0",
|
|
3492
|
-
"inheritedFrom": {
|
|
3493
|
-
"name": "FoundationElement",
|
|
3494
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3495
|
-
}
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"kind": "field",
|
|
3499
|
-
"name": "$presentation",
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "ComponentPresentation | null"
|
|
3502
|
-
},
|
|
3503
|
-
"privacy": "public",
|
|
3504
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3505
|
-
"inheritedFrom": {
|
|
3506
|
-
"name": "FoundationElement",
|
|
3507
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3508
|
-
}
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "field",
|
|
3512
|
-
"name": "template",
|
|
3513
|
-
"type": {
|
|
3514
|
-
"text": "ElementViewTemplate | void | null"
|
|
3515
|
-
},
|
|
3516
|
-
"privacy": "public",
|
|
3517
|
-
"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.",
|
|
3518
|
-
"inheritedFrom": {
|
|
3519
|
-
"name": "FoundationElement",
|
|
3520
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "method",
|
|
3525
|
-
"name": "templateChanged",
|
|
3526
|
-
"privacy": "protected",
|
|
3527
|
-
"return": {
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "void"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
"inheritedFrom": {
|
|
3533
|
-
"name": "FoundationElement",
|
|
3534
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
{
|
|
3538
|
-
"kind": "field",
|
|
3539
|
-
"name": "styles",
|
|
3540
|
-
"type": {
|
|
3541
|
-
"text": "ElementStyles | void | null"
|
|
3542
|
-
},
|
|
3543
|
-
"privacy": "public",
|
|
3544
|
-
"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.",
|
|
3545
|
-
"inheritedFrom": {
|
|
3546
|
-
"name": "FoundationElement",
|
|
3547
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3548
|
-
}
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"kind": "method",
|
|
3552
|
-
"name": "stylesChanged",
|
|
3553
|
-
"privacy": "protected",
|
|
3554
|
-
"return": {
|
|
3555
|
-
"type": {
|
|
3556
|
-
"text": "void"
|
|
3557
|
-
}
|
|
3558
|
-
},
|
|
3559
|
-
"inheritedFrom": {
|
|
3560
|
-
"name": "FoundationElement",
|
|
3561
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "method",
|
|
3566
|
-
"name": "compose",
|
|
3567
|
-
"privacy": "public",
|
|
3568
|
-
"static": true,
|
|
3569
|
-
"return": {
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
"parameters": [
|
|
3575
|
-
{
|
|
3576
|
-
"name": "this",
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "K"
|
|
3579
|
-
}
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"name": "elementDefinition",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "T"
|
|
3585
|
-
},
|
|
3586
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3587
|
-
}
|
|
3588
|
-
],
|
|
3589
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3590
|
-
"inheritedFrom": {
|
|
3591
|
-
"name": "FoundationElement",
|
|
3592
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3593
|
-
}
|
|
3594
|
-
}
|
|
3595
|
-
],
|
|
3596
|
-
"superclass": {
|
|
3597
|
-
"name": "FoundationElement",
|
|
3598
|
-
"package": "@microsoft/fast-foundation"
|
|
3599
|
-
},
|
|
3600
|
-
"tagName": "grid-pro-column",
|
|
3601
|
-
"customElement": true
|
|
3602
|
-
}
|
|
3603
|
-
],
|
|
3604
|
-
"exports": [
|
|
3605
|
-
{
|
|
3606
|
-
"kind": "js",
|
|
3607
|
-
"name": "GridColumn",
|
|
3608
|
-
"declaration": {
|
|
3609
|
-
"name": "GridColumn",
|
|
3610
|
-
"module": "src/column/column.ts"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"kind": "custom-element-definition",
|
|
3615
|
-
"name": "grid-pro-column",
|
|
3616
|
-
"declaration": {
|
|
3617
|
-
"name": "GridColumn",
|
|
3618
|
-
"module": "src/column/column.ts"
|
|
3619
|
-
}
|
|
3620
|
-
}
|
|
3621
|
-
]
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"kind": "javascript-module",
|
|
3625
|
-
"path": "src/column/index.ts",
|
|
3626
|
-
"declarations": [],
|
|
3627
|
-
"exports": [
|
|
3628
|
-
{
|
|
3629
|
-
"kind": "js",
|
|
3630
|
-
"name": "*",
|
|
3631
|
-
"declaration": {
|
|
3632
|
-
"name": "*",
|
|
3633
|
-
"package": "./column.template"
|
|
3634
|
-
}
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"kind": "js",
|
|
3638
|
-
"name": "*",
|
|
3639
|
-
"declaration": {
|
|
3640
|
-
"name": "*",
|
|
3641
|
-
"package": "./column"
|
|
3642
|
-
}
|
|
3643
|
-
},
|
|
3644
|
-
{
|
|
3645
|
-
"kind": "js",
|
|
3646
|
-
"name": "*",
|
|
3647
|
-
"declaration": {
|
|
3648
|
-
"name": "*",
|
|
3649
|
-
"package": "./utils"
|
|
3650
|
-
}
|
|
3651
|
-
}
|
|
3652
|
-
]
|
|
3653
|
-
},
|
|
3654
3654
|
{
|
|
3655
3655
|
"kind": "javascript-module",
|
|
3656
3656
|
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.78.0-mfa-auth.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.
|
|
32
|
-
"@genesislcap/genx": "14.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.78.0-mfa-auth.1",
|
|
32
|
+
"@genesislcap/genx": "14.78.0-mfa-auth.1",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.
|
|
37
|
-
"@genesislcap/foundation-ui": "14.
|
|
38
|
-
"@genesislcap/foundation-utils": "14.
|
|
36
|
+
"@genesislcap/foundation-comms": "14.78.0-mfa-auth.1",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.78.0-mfa-auth.1",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.78.0-mfa-auth.1",
|
|
39
39
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
40
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
41
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "b995bf31c81b491d6efa5ad8e476698704838474"
|
|
62
62
|
}
|