@genesislcap/grid-pro 14.80.0 → 14.81.1-alpha-7c6961f9fc.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.
@@ -3251,6 +3251,229 @@
3251
3251
  }
3252
3252
  ]
3253
3253
  },
3254
+ {
3255
+ "kind": "javascript-module",
3256
+ "path": "src/column/column.template.ts",
3257
+ "declarations": [
3258
+ {
3259
+ "kind": "variable",
3260
+ "name": "ColumnTemplate",
3261
+ "default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3262
+ "description": "The Grid Pro Column Template.",
3263
+ "privacy": "public"
3264
+ }
3265
+ ],
3266
+ "exports": [
3267
+ {
3268
+ "kind": "js",
3269
+ "name": "ColumnTemplate",
3270
+ "declaration": {
3271
+ "name": "ColumnTemplate",
3272
+ "module": "src/column/column.template.ts"
3273
+ }
3274
+ }
3275
+ ]
3276
+ },
3277
+ {
3278
+ "kind": "javascript-module",
3279
+ "path": "src/column/column.ts",
3280
+ "declarations": [
3281
+ {
3282
+ "kind": "class",
3283
+ "description": "The Grid Pro Column element.",
3284
+ "name": "GridColumn",
3285
+ "members": [
3286
+ {
3287
+ "kind": "field",
3288
+ "name": "slottedAgCell",
3289
+ "type": {
3290
+ "text": "HTMLElement[]"
3291
+ },
3292
+ "privacy": "public"
3293
+ },
3294
+ {
3295
+ "kind": "field",
3296
+ "name": "definition",
3297
+ "type": {
3298
+ "text": "ColDef"
3299
+ },
3300
+ "default": "{}"
3301
+ },
3302
+ {
3303
+ "kind": "method",
3304
+ "name": "slottedAgCellChanged",
3305
+ "privacy": "public"
3306
+ },
3307
+ {
3308
+ "kind": "field",
3309
+ "name": "_presentation",
3310
+ "type": {
3311
+ "text": "ComponentPresentation | null | undefined"
3312
+ },
3313
+ "privacy": "private",
3314
+ "default": "void 0",
3315
+ "inheritedFrom": {
3316
+ "name": "FoundationElement",
3317
+ "module": "src/foundation-element/foundation-element.ts"
3318
+ }
3319
+ },
3320
+ {
3321
+ "kind": "field",
3322
+ "name": "$presentation",
3323
+ "type": {
3324
+ "text": "ComponentPresentation | null"
3325
+ },
3326
+ "privacy": "public",
3327
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3328
+ "inheritedFrom": {
3329
+ "name": "FoundationElement",
3330
+ "module": "src/foundation-element/foundation-element.ts"
3331
+ }
3332
+ },
3333
+ {
3334
+ "kind": "field",
3335
+ "name": "template",
3336
+ "type": {
3337
+ "text": "ElementViewTemplate | void | null"
3338
+ },
3339
+ "privacy": "public",
3340
+ "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.",
3341
+ "inheritedFrom": {
3342
+ "name": "FoundationElement",
3343
+ "module": "src/foundation-element/foundation-element.ts"
3344
+ }
3345
+ },
3346
+ {
3347
+ "kind": "method",
3348
+ "name": "templateChanged",
3349
+ "privacy": "protected",
3350
+ "return": {
3351
+ "type": {
3352
+ "text": "void"
3353
+ }
3354
+ },
3355
+ "inheritedFrom": {
3356
+ "name": "FoundationElement",
3357
+ "module": "src/foundation-element/foundation-element.ts"
3358
+ }
3359
+ },
3360
+ {
3361
+ "kind": "field",
3362
+ "name": "styles",
3363
+ "type": {
3364
+ "text": "ElementStyles | void | null"
3365
+ },
3366
+ "privacy": "public",
3367
+ "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.",
3368
+ "inheritedFrom": {
3369
+ "name": "FoundationElement",
3370
+ "module": "src/foundation-element/foundation-element.ts"
3371
+ }
3372
+ },
3373
+ {
3374
+ "kind": "method",
3375
+ "name": "stylesChanged",
3376
+ "privacy": "protected",
3377
+ "return": {
3378
+ "type": {
3379
+ "text": "void"
3380
+ }
3381
+ },
3382
+ "inheritedFrom": {
3383
+ "name": "FoundationElement",
3384
+ "module": "src/foundation-element/foundation-element.ts"
3385
+ }
3386
+ },
3387
+ {
3388
+ "kind": "method",
3389
+ "name": "compose",
3390
+ "privacy": "public",
3391
+ "static": true,
3392
+ "return": {
3393
+ "type": {
3394
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3395
+ }
3396
+ },
3397
+ "parameters": [
3398
+ {
3399
+ "name": "this",
3400
+ "type": {
3401
+ "text": "K"
3402
+ }
3403
+ },
3404
+ {
3405
+ "name": "elementDefinition",
3406
+ "type": {
3407
+ "text": "T"
3408
+ },
3409
+ "description": "The definition of the element to create the registry\nfunction for."
3410
+ }
3411
+ ],
3412
+ "description": "Defines an element registry function with a set of element definition defaults.",
3413
+ "inheritedFrom": {
3414
+ "name": "FoundationElement",
3415
+ "module": "src/foundation-element/foundation-element.ts"
3416
+ }
3417
+ }
3418
+ ],
3419
+ "superclass": {
3420
+ "name": "FoundationElement",
3421
+ "package": "@microsoft/fast-foundation"
3422
+ },
3423
+ "tagName": "grid-pro-column",
3424
+ "customElement": true
3425
+ }
3426
+ ],
3427
+ "exports": [
3428
+ {
3429
+ "kind": "js",
3430
+ "name": "GridColumn",
3431
+ "declaration": {
3432
+ "name": "GridColumn",
3433
+ "module": "src/column/column.ts"
3434
+ }
3435
+ },
3436
+ {
3437
+ "kind": "custom-element-definition",
3438
+ "name": "grid-pro-column",
3439
+ "declaration": {
3440
+ "name": "GridColumn",
3441
+ "module": "src/column/column.ts"
3442
+ }
3443
+ }
3444
+ ]
3445
+ },
3446
+ {
3447
+ "kind": "javascript-module",
3448
+ "path": "src/column/index.ts",
3449
+ "declarations": [],
3450
+ "exports": [
3451
+ {
3452
+ "kind": "js",
3453
+ "name": "*",
3454
+ "declaration": {
3455
+ "name": "*",
3456
+ "package": "./column.template"
3457
+ }
3458
+ },
3459
+ {
3460
+ "kind": "js",
3461
+ "name": "*",
3462
+ "declaration": {
3463
+ "name": "*",
3464
+ "package": "./column"
3465
+ }
3466
+ },
3467
+ {
3468
+ "kind": "js",
3469
+ "name": "*",
3470
+ "declaration": {
3471
+ "name": "*",
3472
+ "package": "./utils"
3473
+ }
3474
+ }
3475
+ ]
3476
+ },
3254
3477
  {
3255
3478
  "kind": "javascript-module",
3256
3479
  "path": "src/external/ag-grid-css.ts",
@@ -3523,229 +3746,6 @@
3523
3746
  }
3524
3747
  ]
3525
3748
  },
3526
- {
3527
- "kind": "javascript-module",
3528
- "path": "src/column/column.template.ts",
3529
- "declarations": [
3530
- {
3531
- "kind": "variable",
3532
- "name": "ColumnTemplate",
3533
- "default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3534
- "description": "The Grid Pro Column Template.",
3535
- "privacy": "public"
3536
- }
3537
- ],
3538
- "exports": [
3539
- {
3540
- "kind": "js",
3541
- "name": "ColumnTemplate",
3542
- "declaration": {
3543
- "name": "ColumnTemplate",
3544
- "module": "src/column/column.template.ts"
3545
- }
3546
- }
3547
- ]
3548
- },
3549
- {
3550
- "kind": "javascript-module",
3551
- "path": "src/column/column.ts",
3552
- "declarations": [
3553
- {
3554
- "kind": "class",
3555
- "description": "The Grid Pro Column element.",
3556
- "name": "GridColumn",
3557
- "members": [
3558
- {
3559
- "kind": "field",
3560
- "name": "slottedAgCell",
3561
- "type": {
3562
- "text": "HTMLElement[]"
3563
- },
3564
- "privacy": "public"
3565
- },
3566
- {
3567
- "kind": "field",
3568
- "name": "definition",
3569
- "type": {
3570
- "text": "ColDef"
3571
- },
3572
- "default": "{}"
3573
- },
3574
- {
3575
- "kind": "method",
3576
- "name": "slottedAgCellChanged",
3577
- "privacy": "public"
3578
- },
3579
- {
3580
- "kind": "field",
3581
- "name": "_presentation",
3582
- "type": {
3583
- "text": "ComponentPresentation | null | undefined"
3584
- },
3585
- "privacy": "private",
3586
- "default": "void 0",
3587
- "inheritedFrom": {
3588
- "name": "FoundationElement",
3589
- "module": "src/foundation-element/foundation-element.ts"
3590
- }
3591
- },
3592
- {
3593
- "kind": "field",
3594
- "name": "$presentation",
3595
- "type": {
3596
- "text": "ComponentPresentation | null"
3597
- },
3598
- "privacy": "public",
3599
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3600
- "inheritedFrom": {
3601
- "name": "FoundationElement",
3602
- "module": "src/foundation-element/foundation-element.ts"
3603
- }
3604
- },
3605
- {
3606
- "kind": "field",
3607
- "name": "template",
3608
- "type": {
3609
- "text": "ElementViewTemplate | void | null"
3610
- },
3611
- "privacy": "public",
3612
- "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.",
3613
- "inheritedFrom": {
3614
- "name": "FoundationElement",
3615
- "module": "src/foundation-element/foundation-element.ts"
3616
- }
3617
- },
3618
- {
3619
- "kind": "method",
3620
- "name": "templateChanged",
3621
- "privacy": "protected",
3622
- "return": {
3623
- "type": {
3624
- "text": "void"
3625
- }
3626
- },
3627
- "inheritedFrom": {
3628
- "name": "FoundationElement",
3629
- "module": "src/foundation-element/foundation-element.ts"
3630
- }
3631
- },
3632
- {
3633
- "kind": "field",
3634
- "name": "styles",
3635
- "type": {
3636
- "text": "ElementStyles | void | null"
3637
- },
3638
- "privacy": "public",
3639
- "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.",
3640
- "inheritedFrom": {
3641
- "name": "FoundationElement",
3642
- "module": "src/foundation-element/foundation-element.ts"
3643
- }
3644
- },
3645
- {
3646
- "kind": "method",
3647
- "name": "stylesChanged",
3648
- "privacy": "protected",
3649
- "return": {
3650
- "type": {
3651
- "text": "void"
3652
- }
3653
- },
3654
- "inheritedFrom": {
3655
- "name": "FoundationElement",
3656
- "module": "src/foundation-element/foundation-element.ts"
3657
- }
3658
- },
3659
- {
3660
- "kind": "method",
3661
- "name": "compose",
3662
- "privacy": "public",
3663
- "static": true,
3664
- "return": {
3665
- "type": {
3666
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3667
- }
3668
- },
3669
- "parameters": [
3670
- {
3671
- "name": "this",
3672
- "type": {
3673
- "text": "K"
3674
- }
3675
- },
3676
- {
3677
- "name": "elementDefinition",
3678
- "type": {
3679
- "text": "T"
3680
- },
3681
- "description": "The definition of the element to create the registry\nfunction for."
3682
- }
3683
- ],
3684
- "description": "Defines an element registry function with a set of element definition defaults.",
3685
- "inheritedFrom": {
3686
- "name": "FoundationElement",
3687
- "module": "src/foundation-element/foundation-element.ts"
3688
- }
3689
- }
3690
- ],
3691
- "superclass": {
3692
- "name": "FoundationElement",
3693
- "package": "@microsoft/fast-foundation"
3694
- },
3695
- "tagName": "grid-pro-column",
3696
- "customElement": true
3697
- }
3698
- ],
3699
- "exports": [
3700
- {
3701
- "kind": "js",
3702
- "name": "GridColumn",
3703
- "declaration": {
3704
- "name": "GridColumn",
3705
- "module": "src/column/column.ts"
3706
- }
3707
- },
3708
- {
3709
- "kind": "custom-element-definition",
3710
- "name": "grid-pro-column",
3711
- "declaration": {
3712
- "name": "GridColumn",
3713
- "module": "src/column/column.ts"
3714
- }
3715
- }
3716
- ]
3717
- },
3718
- {
3719
- "kind": "javascript-module",
3720
- "path": "src/column/index.ts",
3721
- "declarations": [],
3722
- "exports": [
3723
- {
3724
- "kind": "js",
3725
- "name": "*",
3726
- "declaration": {
3727
- "name": "*",
3728
- "package": "./column.template"
3729
- }
3730
- },
3731
- {
3732
- "kind": "js",
3733
- "name": "*",
3734
- "declaration": {
3735
- "name": "*",
3736
- "package": "./column"
3737
- }
3738
- },
3739
- {
3740
- "kind": "js",
3741
- "name": "*",
3742
- "declaration": {
3743
- "name": "*",
3744
- "package": "./utils"
3745
- }
3746
- }
3747
- ]
3748
- },
3749
3749
  {
3750
3750
  "kind": "javascript-module",
3751
3751
  "path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.ts",
@@ -2,5 +2,5 @@
2
2
  * Logger for the grid-pro package
3
3
  * @public
4
4
  */
5
- export declare const logger: import("@genesislcap/foundation-utils").Logger;
5
+ export declare const logger: import("@genesislcap/foundation-logger").Logger;
6
6
  //# sourceMappingURL=logger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,MAAM,gDAA2B,CAAC"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,MAAM,iDAA2B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { createLogger } from '@genesislcap/foundation-utils';
1
+ import { createLogger } from '@genesislcap/foundation-logger';
2
2
  /**
3
3
  * Logger for the grid-pro package
4
4
  * @public
@@ -7886,12 +7886,12 @@
7886
7886
  },
7887
7887
  {
7888
7888
  "kind": "Content",
7889
- "text": "import(\"@genesislcap/foundation-utils\")."
7889
+ "text": "import(\"@genesislcap/foundation-logger\")."
7890
7890
  },
7891
7891
  {
7892
7892
  "kind": "Reference",
7893
7893
  "text": "Logger",
7894
- "canonicalReference": "@genesislcap/foundation-utils!Logger:interface"
7894
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
7895
7895
  }
7896
7896
  ],
7897
7897
  "fileUrlPath": "src/utils/logger.ts",
@@ -26,7 +26,7 @@ import { ICellRendererParams } from '@ag-grid-community/core';
26
26
  import { IServerSideDatasource } from '@ag-grid-community/core';
27
27
  import { IServerSideGetRowsParams } from '@ag-grid-community/core';
28
28
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
29
- import { Logger } from '@genesislcap/foundation-utils';
29
+ import { Logger } from '@genesislcap/foundation-logger';
30
30
  import { MetadataDetail } from '@genesislcap/foundation-comms';
31
31
  import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
32
32
  import { SocketObservable } from '@genesislcap/foundation-comms';
@@ -9,5 +9,5 @@ Logger for the grid-pro package
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- logger: import("@genesislcap/foundation-utils").Logger
12
+ logger: import("@genesislcap/foundation-logger").Logger
13
13
  ```
@@ -32,7 +32,7 @@ import { ICellRendererParams } from '@ag-grid-community/core';
32
32
  import { IServerSideDatasource } from '@ag-grid-community/core';
33
33
  import { IServerSideGetRowsParams } from '@ag-grid-community/core';
34
34
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
35
- import { Logger } from '@genesislcap/foundation-utils';
35
+ import { Logger } from '@genesislcap/foundation-logger';
36
36
  import { MetadataDetail } from '@genesislcap/foundation-comms';
37
37
  import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
38
38
  import { SocketObservable } from '@genesislcap/foundation-comms';
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.80.0",
4
+ "version": "14.81.1-alpha-7c6961f9fc.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -28,14 +28,15 @@
28
28
  "test:debug": "genx test --debug"
29
29
  },
30
30
  "devDependencies": {
31
- "@genesislcap/foundation-testing": "14.80.0",
32
- "@genesislcap/genx": "14.80.0",
31
+ "@genesislcap/foundation-testing": "14.81.1-alpha-7c6961f9fc.0",
32
+ "@genesislcap/genx": "14.81.1-alpha-7c6961f9fc.0",
33
33
  "rimraf": "^3.0.2"
34
34
  },
35
35
  "dependencies": {
36
- "@genesislcap/foundation-comms": "14.80.0",
37
- "@genesislcap/foundation-ui": "14.80.0",
38
- "@genesislcap/foundation-utils": "14.80.0",
36
+ "@genesislcap/foundation-comms": "14.81.1-alpha-7c6961f9fc.0",
37
+ "@genesislcap/foundation-logger": "14.81.1-alpha-7c6961f9fc.0",
38
+ "@genesislcap/foundation-ui": "14.81.1-alpha-7c6961f9fc.0",
39
+ "@genesislcap/foundation-utils": "14.81.1-alpha-7c6961f9fc.0",
39
40
  "@microsoft/fast-colors": "^5.1.4",
40
41
  "@microsoft/fast-components": "^2.21.3",
41
42
  "@microsoft/fast-element": "^1.7.0",
@@ -58,5 +59,5 @@
58
59
  "access": "public"
59
60
  },
60
61
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "3d24e496108a7e41591df635302ab6ebe6d78169"
62
+ "gitHead": "ab19771314f26fa936396634ad29c1c91b915bd6"
62
63
  }