@genesislcap/grid-pro 14.71.1-auth-mf.9 → 14.71.1-auth-mf.11

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