@genesislcap/grid-pro 14.30.2-bny.5 → 14.30.2-bny.7
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
|
@@ -3101,6 +3101,229 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
]
|
|
3103
3103
|
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "javascript-module",
|
|
3106
|
+
"path": "src/column/column.template.ts",
|
|
3107
|
+
"declarations": [
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "variable",
|
|
3110
|
+
"name": "ColumnTemplate",
|
|
3111
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3112
|
+
"description": "The Grid Pro Column Template.",
|
|
3113
|
+
"privacy": "public"
|
|
3114
|
+
}
|
|
3115
|
+
],
|
|
3116
|
+
"exports": [
|
|
3117
|
+
{
|
|
3118
|
+
"kind": "js",
|
|
3119
|
+
"name": "ColumnTemplate",
|
|
3120
|
+
"declaration": {
|
|
3121
|
+
"name": "ColumnTemplate",
|
|
3122
|
+
"module": "src/column/column.template.ts"
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "javascript-module",
|
|
3129
|
+
"path": "src/column/column.ts",
|
|
3130
|
+
"declarations": [
|
|
3131
|
+
{
|
|
3132
|
+
"kind": "class",
|
|
3133
|
+
"description": "The Grid Pro Column element.",
|
|
3134
|
+
"name": "GridColumn",
|
|
3135
|
+
"members": [
|
|
3136
|
+
{
|
|
3137
|
+
"kind": "field",
|
|
3138
|
+
"name": "slottedAgCell",
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "HTMLElement[]"
|
|
3141
|
+
},
|
|
3142
|
+
"privacy": "public"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"kind": "field",
|
|
3146
|
+
"name": "definition",
|
|
3147
|
+
"type": {
|
|
3148
|
+
"text": "ColDef"
|
|
3149
|
+
},
|
|
3150
|
+
"default": "{}"
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"kind": "method",
|
|
3154
|
+
"name": "slottedAgCellChanged",
|
|
3155
|
+
"privacy": "public"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"kind": "field",
|
|
3159
|
+
"name": "_presentation",
|
|
3160
|
+
"type": {
|
|
3161
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3162
|
+
},
|
|
3163
|
+
"privacy": "private",
|
|
3164
|
+
"default": "void 0",
|
|
3165
|
+
"inheritedFrom": {
|
|
3166
|
+
"name": "FoundationElement",
|
|
3167
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"kind": "field",
|
|
3172
|
+
"name": "$presentation",
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "ComponentPresentation | null"
|
|
3175
|
+
},
|
|
3176
|
+
"privacy": "public",
|
|
3177
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3178
|
+
"inheritedFrom": {
|
|
3179
|
+
"name": "FoundationElement",
|
|
3180
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"kind": "field",
|
|
3185
|
+
"name": "template",
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "ElementViewTemplate | void | null"
|
|
3188
|
+
},
|
|
3189
|
+
"privacy": "public",
|
|
3190
|
+
"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.",
|
|
3191
|
+
"inheritedFrom": {
|
|
3192
|
+
"name": "FoundationElement",
|
|
3193
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "method",
|
|
3198
|
+
"name": "templateChanged",
|
|
3199
|
+
"privacy": "protected",
|
|
3200
|
+
"return": {
|
|
3201
|
+
"type": {
|
|
3202
|
+
"text": "void"
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
"inheritedFrom": {
|
|
3206
|
+
"name": "FoundationElement",
|
|
3207
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "field",
|
|
3212
|
+
"name": "styles",
|
|
3213
|
+
"type": {
|
|
3214
|
+
"text": "ElementStyles | void | null"
|
|
3215
|
+
},
|
|
3216
|
+
"privacy": "public",
|
|
3217
|
+
"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.",
|
|
3218
|
+
"inheritedFrom": {
|
|
3219
|
+
"name": "FoundationElement",
|
|
3220
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"kind": "method",
|
|
3225
|
+
"name": "stylesChanged",
|
|
3226
|
+
"privacy": "protected",
|
|
3227
|
+
"return": {
|
|
3228
|
+
"type": {
|
|
3229
|
+
"text": "void"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "FoundationElement",
|
|
3234
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "method",
|
|
3239
|
+
"name": "compose",
|
|
3240
|
+
"privacy": "public",
|
|
3241
|
+
"static": true,
|
|
3242
|
+
"return": {
|
|
3243
|
+
"type": {
|
|
3244
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
"parameters": [
|
|
3248
|
+
{
|
|
3249
|
+
"name": "this",
|
|
3250
|
+
"type": {
|
|
3251
|
+
"text": "K"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "elementDefinition",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "T"
|
|
3258
|
+
},
|
|
3259
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3263
|
+
"inheritedFrom": {
|
|
3264
|
+
"name": "FoundationElement",
|
|
3265
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"superclass": {
|
|
3270
|
+
"name": "FoundationElement",
|
|
3271
|
+
"package": "@microsoft/fast-foundation"
|
|
3272
|
+
},
|
|
3273
|
+
"tagName": "grid-pro-column",
|
|
3274
|
+
"customElement": true
|
|
3275
|
+
}
|
|
3276
|
+
],
|
|
3277
|
+
"exports": [
|
|
3278
|
+
{
|
|
3279
|
+
"kind": "js",
|
|
3280
|
+
"name": "GridColumn",
|
|
3281
|
+
"declaration": {
|
|
3282
|
+
"name": "GridColumn",
|
|
3283
|
+
"module": "src/column/column.ts"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"kind": "custom-element-definition",
|
|
3288
|
+
"name": "grid-pro-column",
|
|
3289
|
+
"declaration": {
|
|
3290
|
+
"name": "GridColumn",
|
|
3291
|
+
"module": "src/column/column.ts"
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
]
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"kind": "javascript-module",
|
|
3298
|
+
"path": "src/column/index.ts",
|
|
3299
|
+
"declarations": [],
|
|
3300
|
+
"exports": [
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "js",
|
|
3303
|
+
"name": "*",
|
|
3304
|
+
"declaration": {
|
|
3305
|
+
"name": "*",
|
|
3306
|
+
"package": "./column.template"
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"kind": "js",
|
|
3311
|
+
"name": "*",
|
|
3312
|
+
"declaration": {
|
|
3313
|
+
"name": "*",
|
|
3314
|
+
"package": "./column"
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"kind": "js",
|
|
3319
|
+
"name": "*",
|
|
3320
|
+
"declaration": {
|
|
3321
|
+
"name": "*",
|
|
3322
|
+
"package": "./utils"
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
]
|
|
3326
|
+
},
|
|
3104
3327
|
{
|
|
3105
3328
|
"kind": "javascript-module",
|
|
3106
3329
|
"path": "src/external/ag-grid-css.ts",
|
|
@@ -3373,229 +3596,6 @@
|
|
|
3373
3596
|
}
|
|
3374
3597
|
]
|
|
3375
3598
|
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "javascript-module",
|
|
3378
|
-
"path": "src/column/column.template.ts",
|
|
3379
|
-
"declarations": [
|
|
3380
|
-
{
|
|
3381
|
-
"kind": "variable",
|
|
3382
|
-
"name": "ColumnTemplate",
|
|
3383
|
-
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3384
|
-
"description": "The Grid Pro Column Template.",
|
|
3385
|
-
"privacy": "public"
|
|
3386
|
-
}
|
|
3387
|
-
],
|
|
3388
|
-
"exports": [
|
|
3389
|
-
{
|
|
3390
|
-
"kind": "js",
|
|
3391
|
-
"name": "ColumnTemplate",
|
|
3392
|
-
"declaration": {
|
|
3393
|
-
"name": "ColumnTemplate",
|
|
3394
|
-
"module": "src/column/column.template.ts"
|
|
3395
|
-
}
|
|
3396
|
-
}
|
|
3397
|
-
]
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"kind": "javascript-module",
|
|
3401
|
-
"path": "src/column/column.ts",
|
|
3402
|
-
"declarations": [
|
|
3403
|
-
{
|
|
3404
|
-
"kind": "class",
|
|
3405
|
-
"description": "The Grid Pro Column element.",
|
|
3406
|
-
"name": "GridColumn",
|
|
3407
|
-
"members": [
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "field",
|
|
3410
|
-
"name": "slottedAgCell",
|
|
3411
|
-
"type": {
|
|
3412
|
-
"text": "HTMLElement[]"
|
|
3413
|
-
},
|
|
3414
|
-
"privacy": "public"
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "field",
|
|
3418
|
-
"name": "definition",
|
|
3419
|
-
"type": {
|
|
3420
|
-
"text": "ColDef"
|
|
3421
|
-
},
|
|
3422
|
-
"default": "{}"
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "method",
|
|
3426
|
-
"name": "slottedAgCellChanged",
|
|
3427
|
-
"privacy": "public"
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
3430
|
-
"kind": "field",
|
|
3431
|
-
"name": "_presentation",
|
|
3432
|
-
"type": {
|
|
3433
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3434
|
-
},
|
|
3435
|
-
"privacy": "private",
|
|
3436
|
-
"default": "void 0",
|
|
3437
|
-
"inheritedFrom": {
|
|
3438
|
-
"name": "FoundationElement",
|
|
3439
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3440
|
-
}
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "field",
|
|
3444
|
-
"name": "$presentation",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "ComponentPresentation | null"
|
|
3447
|
-
},
|
|
3448
|
-
"privacy": "public",
|
|
3449
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3450
|
-
"inheritedFrom": {
|
|
3451
|
-
"name": "FoundationElement",
|
|
3452
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3453
|
-
}
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"kind": "field",
|
|
3457
|
-
"name": "template",
|
|
3458
|
-
"type": {
|
|
3459
|
-
"text": "ElementViewTemplate | void | null"
|
|
3460
|
-
},
|
|
3461
|
-
"privacy": "public",
|
|
3462
|
-
"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.",
|
|
3463
|
-
"inheritedFrom": {
|
|
3464
|
-
"name": "FoundationElement",
|
|
3465
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3466
|
-
}
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"kind": "method",
|
|
3470
|
-
"name": "templateChanged",
|
|
3471
|
-
"privacy": "protected",
|
|
3472
|
-
"return": {
|
|
3473
|
-
"type": {
|
|
3474
|
-
"text": "void"
|
|
3475
|
-
}
|
|
3476
|
-
},
|
|
3477
|
-
"inheritedFrom": {
|
|
3478
|
-
"name": "FoundationElement",
|
|
3479
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "field",
|
|
3484
|
-
"name": "styles",
|
|
3485
|
-
"type": {
|
|
3486
|
-
"text": "ElementStyles | void | null"
|
|
3487
|
-
},
|
|
3488
|
-
"privacy": "public",
|
|
3489
|
-
"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.",
|
|
3490
|
-
"inheritedFrom": {
|
|
3491
|
-
"name": "FoundationElement",
|
|
3492
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "method",
|
|
3497
|
-
"name": "stylesChanged",
|
|
3498
|
-
"privacy": "protected",
|
|
3499
|
-
"return": {
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "void"
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
"inheritedFrom": {
|
|
3505
|
-
"name": "FoundationElement",
|
|
3506
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3507
|
-
}
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "method",
|
|
3511
|
-
"name": "compose",
|
|
3512
|
-
"privacy": "public",
|
|
3513
|
-
"static": true,
|
|
3514
|
-
"return": {
|
|
3515
|
-
"type": {
|
|
3516
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3517
|
-
}
|
|
3518
|
-
},
|
|
3519
|
-
"parameters": [
|
|
3520
|
-
{
|
|
3521
|
-
"name": "this",
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "K"
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"name": "elementDefinition",
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "T"
|
|
3530
|
-
},
|
|
3531
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3532
|
-
}
|
|
3533
|
-
],
|
|
3534
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3535
|
-
"inheritedFrom": {
|
|
3536
|
-
"name": "FoundationElement",
|
|
3537
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3538
|
-
}
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3541
|
-
"superclass": {
|
|
3542
|
-
"name": "FoundationElement",
|
|
3543
|
-
"package": "@microsoft/fast-foundation"
|
|
3544
|
-
},
|
|
3545
|
-
"tagName": "grid-pro-column",
|
|
3546
|
-
"customElement": true
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
"exports": [
|
|
3550
|
-
{
|
|
3551
|
-
"kind": "js",
|
|
3552
|
-
"name": "GridColumn",
|
|
3553
|
-
"declaration": {
|
|
3554
|
-
"name": "GridColumn",
|
|
3555
|
-
"module": "src/column/column.ts"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"kind": "custom-element-definition",
|
|
3560
|
-
"name": "grid-pro-column",
|
|
3561
|
-
"declaration": {
|
|
3562
|
-
"name": "GridColumn",
|
|
3563
|
-
"module": "src/column/column.ts"
|
|
3564
|
-
}
|
|
3565
|
-
}
|
|
3566
|
-
]
|
|
3567
|
-
},
|
|
3568
|
-
{
|
|
3569
|
-
"kind": "javascript-module",
|
|
3570
|
-
"path": "src/column/index.ts",
|
|
3571
|
-
"declarations": [],
|
|
3572
|
-
"exports": [
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "js",
|
|
3575
|
-
"name": "*",
|
|
3576
|
-
"declaration": {
|
|
3577
|
-
"name": "*",
|
|
3578
|
-
"package": "./column.template"
|
|
3579
|
-
}
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"kind": "js",
|
|
3583
|
-
"name": "*",
|
|
3584
|
-
"declaration": {
|
|
3585
|
-
"name": "*",
|
|
3586
|
-
"package": "./column"
|
|
3587
|
-
}
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"kind": "js",
|
|
3591
|
-
"name": "*",
|
|
3592
|
-
"declaration": {
|
|
3593
|
-
"name": "*",
|
|
3594
|
-
"package": "./utils"
|
|
3595
|
-
}
|
|
3596
|
-
}
|
|
3597
|
-
]
|
|
3598
|
-
},
|
|
3599
3599
|
{
|
|
3600
3600
|
"kind": "javascript-module",
|
|
3601
3601
|
"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.30.2-bny.
|
|
4
|
+
"version": "14.30.2-bny.7",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"serve": "genx serve"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@genesislcap/foundation-testing": "14.30.2-bny.
|
|
25
|
-
"@genesislcap/genx": "14.30.2-bny.
|
|
24
|
+
"@genesislcap/foundation-testing": "14.30.2-bny.7",
|
|
25
|
+
"@genesislcap/genx": "14.30.2-bny.7",
|
|
26
26
|
"@playwright/test": "^1.18.1",
|
|
27
27
|
"bulma": "^0.9.3",
|
|
28
28
|
"c8": "^7.11.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"watchlist": "^0.3.1"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@genesislcap/foundation-comms": "14.30.2-bny.
|
|
42
|
-
"@genesislcap/foundation-ui": "14.30.2-bny.
|
|
43
|
-
"@genesislcap/foundation-utils": "14.30.2-bny.
|
|
41
|
+
"@genesislcap/foundation-comms": "14.30.2-bny.7",
|
|
42
|
+
"@genesislcap/foundation-ui": "14.30.2-bny.7",
|
|
43
|
+
"@genesislcap/foundation-utils": "14.30.2-bny.7",
|
|
44
44
|
"@microsoft/fast-colors": "^5.1.4",
|
|
45
45
|
"@microsoft/fast-components": "^2.21.3",
|
|
46
46
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"customElements": "dist/custom-elements.json",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d703ce6c43249fdc52d1138233359b79fae56bda"
|
|
70
70
|
}
|