@genesislcap/grid-pro 14.388.2-alpha-c04f6be.0 → 14.389.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 +596 -596
- package/package.json +13 -13
|
@@ -3309,57 +3309,26 @@
|
|
|
3309
3309
|
},
|
|
3310
3310
|
{
|
|
3311
3311
|
"kind": "javascript-module",
|
|
3312
|
-
"path": "src/cell/
|
|
3313
|
-
"declarations": [
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "variable",
|
|
3316
|
-
"name": "CellTemplate",
|
|
3317
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3318
|
-
"description": "The Grid Pro Cell Template.",
|
|
3319
|
-
"privacy": "public"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"exports": [
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "js",
|
|
3325
|
-
"name": "CellTemplate",
|
|
3326
|
-
"declaration": {
|
|
3327
|
-
"name": "CellTemplate",
|
|
3328
|
-
"module": "src/cell/cell.template.ts"
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
]
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "javascript-module",
|
|
3335
|
-
"path": "src/cell/cell.ts",
|
|
3312
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3336
3313
|
"declarations": [
|
|
3337
3314
|
{
|
|
3338
3315
|
"kind": "class",
|
|
3339
|
-
"description": "The
|
|
3340
|
-
"name": "
|
|
3316
|
+
"description": "The AG Action Renderer element.",
|
|
3317
|
+
"name": "ActionRenderer",
|
|
3341
3318
|
"members": [
|
|
3342
3319
|
{
|
|
3343
3320
|
"kind": "field",
|
|
3344
|
-
"name": "
|
|
3345
|
-
"type": {
|
|
3346
|
-
"text": "ICellRendererFunc"
|
|
3347
|
-
},
|
|
3348
|
-
"privacy": "public"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "field",
|
|
3352
|
-
"name": "rendererParams",
|
|
3321
|
+
"name": "params",
|
|
3353
3322
|
"type": {
|
|
3354
|
-
"text": "ICellRendererParams"
|
|
3323
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3355
3324
|
},
|
|
3356
3325
|
"privacy": "public"
|
|
3357
3326
|
},
|
|
3358
3327
|
{
|
|
3359
3328
|
"kind": "field",
|
|
3360
|
-
"name": "
|
|
3329
|
+
"name": "pendingAction",
|
|
3361
3330
|
"type": {
|
|
3362
|
-
"text": "
|
|
3331
|
+
"text": "boolean"
|
|
3363
3332
|
},
|
|
3364
3333
|
"privacy": "public"
|
|
3365
3334
|
},
|
|
@@ -3371,7 +3340,7 @@
|
|
|
3371
3340
|
{
|
|
3372
3341
|
"name": "params",
|
|
3373
3342
|
"type": {
|
|
3374
|
-
"text": "ICellRendererParams"
|
|
3343
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3375
3344
|
}
|
|
3376
3345
|
}
|
|
3377
3346
|
]
|
|
@@ -3386,11 +3355,6 @@
|
|
|
3386
3355
|
}
|
|
3387
3356
|
}
|
|
3388
3357
|
},
|
|
3389
|
-
{
|
|
3390
|
-
"kind": "method",
|
|
3391
|
-
"name": "destroy",
|
|
3392
|
-
"privacy": "public"
|
|
3393
|
-
},
|
|
3394
3358
|
{
|
|
3395
3359
|
"kind": "method",
|
|
3396
3360
|
"name": "refresh",
|
|
@@ -3406,9 +3370,29 @@
|
|
|
3406
3370
|
},
|
|
3407
3371
|
{
|
|
3408
3372
|
"kind": "method",
|
|
3409
|
-
"name": "
|
|
3373
|
+
"name": "isDisabled",
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"return": {
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "boolean"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "data"
|
|
3383
|
+
}
|
|
3384
|
+
]
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "method",
|
|
3388
|
+
"name": "clickHandler",
|
|
3410
3389
|
"privacy": "public"
|
|
3411
3390
|
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "field",
|
|
3393
|
+
"name": "dataTestId",
|
|
3394
|
+
"readonly": true
|
|
3395
|
+
},
|
|
3412
3396
|
{
|
|
3413
3397
|
"kind": "field",
|
|
3414
3398
|
"name": "_presentation",
|
|
@@ -3525,74 +3509,78 @@
|
|
|
3525
3509
|
"name": "FoundationElement",
|
|
3526
3510
|
"package": "@microsoft/fast-foundation"
|
|
3527
3511
|
},
|
|
3528
|
-
"tagName": "grid-pro-
|
|
3512
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3529
3513
|
"customElement": true
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "variable",
|
|
3517
|
+
"name": "actionHeightMultiplier",
|
|
3518
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3519
|
+
"privacy": "public"
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"kind": "variable",
|
|
3523
|
+
"name": "agActionRendererStyles",
|
|
3524
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3525
|
+
"description": "The AG Action Renderer Styles.",
|
|
3526
|
+
"privacy": "public"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "variable",
|
|
3530
|
+
"name": "foundationGridProActionRenderer",
|
|
3531
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3532
|
+
"privacy": "public"
|
|
3530
3533
|
}
|
|
3531
3534
|
],
|
|
3532
3535
|
"exports": [
|
|
3533
3536
|
{
|
|
3534
3537
|
"kind": "js",
|
|
3535
|
-
"name": "
|
|
3538
|
+
"name": "ActionRenderer",
|
|
3536
3539
|
"declaration": {
|
|
3537
|
-
"name": "
|
|
3538
|
-
"module": "src/cell/
|
|
3540
|
+
"name": "ActionRenderer",
|
|
3541
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3539
3542
|
}
|
|
3540
3543
|
},
|
|
3541
3544
|
{
|
|
3542
|
-
"kind": "
|
|
3543
|
-
"name": "
|
|
3545
|
+
"kind": "js",
|
|
3546
|
+
"name": "actionHeightMultiplier",
|
|
3544
3547
|
"declaration": {
|
|
3545
|
-
"name": "
|
|
3546
|
-
"module": "src/cell/
|
|
3548
|
+
"name": "actionHeightMultiplier",
|
|
3549
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3547
3550
|
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/cell/index.ts",
|
|
3554
|
-
"declarations": [],
|
|
3555
|
-
"exports": [
|
|
3551
|
+
},
|
|
3556
3552
|
{
|
|
3557
3553
|
"kind": "js",
|
|
3558
|
-
"name": "
|
|
3554
|
+
"name": "agActionRendererStyles",
|
|
3559
3555
|
"declaration": {
|
|
3560
|
-
"name": "
|
|
3561
|
-
"
|
|
3556
|
+
"name": "agActionRendererStyles",
|
|
3557
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3562
3558
|
}
|
|
3563
3559
|
},
|
|
3564
3560
|
{
|
|
3565
3561
|
"kind": "js",
|
|
3566
|
-
"name": "
|
|
3562
|
+
"name": "foundationGridProActionRenderer",
|
|
3567
3563
|
"declaration": {
|
|
3568
|
-
"name": "
|
|
3569
|
-
"
|
|
3564
|
+
"name": "foundationGridProActionRenderer",
|
|
3565
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3570
3566
|
}
|
|
3571
3567
|
}
|
|
3572
3568
|
]
|
|
3573
3569
|
},
|
|
3574
3570
|
{
|
|
3575
3571
|
"kind": "javascript-module",
|
|
3576
|
-
"path": "src/cell-renderers/
|
|
3572
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3577
3573
|
"declarations": [
|
|
3578
3574
|
{
|
|
3579
3575
|
"kind": "class",
|
|
3580
|
-
"description": "The
|
|
3581
|
-
"name": "
|
|
3576
|
+
"description": "The Actions Menu Renderer element.",
|
|
3577
|
+
"name": "ActionsMenuRenderer",
|
|
3582
3578
|
"members": [
|
|
3583
3579
|
{
|
|
3584
3580
|
"kind": "field",
|
|
3585
3581
|
"name": "params",
|
|
3586
3582
|
"type": {
|
|
3587
|
-
"text": "ICellRendererParams
|
|
3588
|
-
},
|
|
3589
|
-
"privacy": "public"
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"kind": "field",
|
|
3593
|
-
"name": "pendingAction",
|
|
3594
|
-
"type": {
|
|
3595
|
-
"text": "boolean"
|
|
3583
|
+
"text": "ICellRendererParams"
|
|
3596
3584
|
},
|
|
3597
3585
|
"privacy": "public"
|
|
3598
3586
|
},
|
|
@@ -3604,7 +3592,7 @@
|
|
|
3604
3592
|
{
|
|
3605
3593
|
"name": "params",
|
|
3606
3594
|
"type": {
|
|
3607
|
-
"text": "ICellRendererParams
|
|
3595
|
+
"text": "ICellRendererParams"
|
|
3608
3596
|
}
|
|
3609
3597
|
}
|
|
3610
3598
|
]
|
|
@@ -3632,31 +3620,6 @@
|
|
|
3632
3620
|
}
|
|
3633
3621
|
]
|
|
3634
3622
|
},
|
|
3635
|
-
{
|
|
3636
|
-
"kind": "method",
|
|
3637
|
-
"name": "isDisabled",
|
|
3638
|
-
"privacy": "public",
|
|
3639
|
-
"return": {
|
|
3640
|
-
"type": {
|
|
3641
|
-
"text": "boolean"
|
|
3642
|
-
}
|
|
3643
|
-
},
|
|
3644
|
-
"parameters": [
|
|
3645
|
-
{
|
|
3646
|
-
"name": "data"
|
|
3647
|
-
}
|
|
3648
|
-
]
|
|
3649
|
-
},
|
|
3650
|
-
{
|
|
3651
|
-
"kind": "method",
|
|
3652
|
-
"name": "clickHandler",
|
|
3653
|
-
"privacy": "public"
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "field",
|
|
3657
|
-
"name": "dataTestId",
|
|
3658
|
-
"readonly": true
|
|
3659
|
-
},
|
|
3660
3623
|
{
|
|
3661
3624
|
"kind": "field",
|
|
3662
3625
|
"name": "_presentation",
|
|
@@ -3773,81 +3736,134 @@
|
|
|
3773
3736
|
"name": "FoundationElement",
|
|
3774
3737
|
"package": "@microsoft/fast-foundation"
|
|
3775
3738
|
},
|
|
3776
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
3739
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3777
3740
|
"customElement": true
|
|
3778
3741
|
},
|
|
3779
3742
|
{
|
|
3780
3743
|
"kind": "variable",
|
|
3781
|
-
"name": "
|
|
3782
|
-
"description": "
|
|
3783
|
-
"privacy": "public"
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"kind": "variable",
|
|
3787
|
-
"name": "agActionRendererStyles",
|
|
3788
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3789
|
-
"description": "The AG Action Renderer Styles.",
|
|
3744
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3745
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3790
3746
|
"privacy": "public"
|
|
3791
3747
|
},
|
|
3792
3748
|
{
|
|
3793
|
-
"kind": "
|
|
3794
|
-
"name": "
|
|
3795
|
-
"
|
|
3749
|
+
"kind": "function",
|
|
3750
|
+
"name": "getActionsMenuDef",
|
|
3751
|
+
"return": {
|
|
3752
|
+
"type": {
|
|
3753
|
+
"text": ""
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3756
|
+
"parameters": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "actions",
|
|
3759
|
+
"type": {
|
|
3760
|
+
"text": "ActionMenuItem[]"
|
|
3761
|
+
},
|
|
3762
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "overrideDef",
|
|
3766
|
+
"default": "{}",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "ColDef"
|
|
3769
|
+
},
|
|
3770
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"name": "customActionsOpenerName",
|
|
3774
|
+
"default": "'⋮'",
|
|
3775
|
+
"type": {
|
|
3776
|
+
"text": "string"
|
|
3777
|
+
},
|
|
3778
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "isVertical",
|
|
3782
|
+
"default": "false",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "boolean"
|
|
3785
|
+
},
|
|
3786
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "buttonAppearance",
|
|
3790
|
+
"optional": true,
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "string"
|
|
3793
|
+
},
|
|
3794
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
3795
|
+
}
|
|
3796
|
+
],
|
|
3797
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
3796
3798
|
"privacy": "public"
|
|
3797
3799
|
}
|
|
3798
3800
|
],
|
|
3799
3801
|
"exports": [
|
|
3800
3802
|
{
|
|
3801
3803
|
"kind": "js",
|
|
3802
|
-
"name": "
|
|
3804
|
+
"name": "ActionsMenuRenderer",
|
|
3803
3805
|
"declaration": {
|
|
3804
|
-
"name": "
|
|
3805
|
-
"module": "src/cell-renderers/
|
|
3806
|
+
"name": "ActionsMenuRenderer",
|
|
3807
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3806
3808
|
}
|
|
3807
3809
|
},
|
|
3808
3810
|
{
|
|
3809
3811
|
"kind": "js",
|
|
3810
|
-
"name": "
|
|
3812
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3811
3813
|
"declaration": {
|
|
3812
|
-
"name": "
|
|
3813
|
-
"module": "src/cell-renderers/
|
|
3814
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3815
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3814
3816
|
}
|
|
3815
3817
|
},
|
|
3816
3818
|
{
|
|
3817
3819
|
"kind": "js",
|
|
3818
|
-
"name": "
|
|
3820
|
+
"name": "getActionsMenuDef",
|
|
3819
3821
|
"declaration": {
|
|
3820
|
-
"name": "
|
|
3821
|
-
"module": "src/cell-renderers/
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"kind": "js",
|
|
3826
|
-
"name": "foundationGridProActionRenderer",
|
|
3827
|
-
"declaration": {
|
|
3828
|
-
"name": "foundationGridProActionRenderer",
|
|
3829
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
3822
|
+
"name": "getActionsMenuDef",
|
|
3823
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3830
3824
|
}
|
|
3831
3825
|
}
|
|
3832
3826
|
]
|
|
3833
3827
|
},
|
|
3834
3828
|
{
|
|
3835
3829
|
"kind": "javascript-module",
|
|
3836
|
-
"path": "src/cell-renderers/
|
|
3830
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
3837
3831
|
"declarations": [
|
|
3838
3832
|
{
|
|
3839
3833
|
"kind": "class",
|
|
3840
|
-
"description": "The
|
|
3841
|
-
"name": "
|
|
3834
|
+
"description": "The AG Boolean Renderer element.",
|
|
3835
|
+
"name": "BooleanRenderer",
|
|
3842
3836
|
"members": [
|
|
3843
3837
|
{
|
|
3844
3838
|
"kind": "field",
|
|
3845
3839
|
"name": "params",
|
|
3846
3840
|
"type": {
|
|
3847
|
-
"text": "ICellRendererParams"
|
|
3841
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
3848
3842
|
},
|
|
3849
3843
|
"privacy": "public"
|
|
3850
3844
|
},
|
|
3845
|
+
{
|
|
3846
|
+
"kind": "field",
|
|
3847
|
+
"name": "selected",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "boolean"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "method",
|
|
3854
|
+
"name": "isDisabled",
|
|
3855
|
+
"privacy": "public",
|
|
3856
|
+
"return": {
|
|
3857
|
+
"type": {
|
|
3858
|
+
"text": "boolean"
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
"parameters": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "data"
|
|
3864
|
+
}
|
|
3865
|
+
]
|
|
3866
|
+
},
|
|
3851
3867
|
{
|
|
3852
3868
|
"kind": "method",
|
|
3853
3869
|
"name": "init",
|
|
@@ -3871,6 +3887,11 @@
|
|
|
3871
3887
|
}
|
|
3872
3888
|
}
|
|
3873
3889
|
},
|
|
3890
|
+
{
|
|
3891
|
+
"kind": "method",
|
|
3892
|
+
"name": "destroy",
|
|
3893
|
+
"privacy": "public"
|
|
3894
|
+
},
|
|
3874
3895
|
{
|
|
3875
3896
|
"kind": "method",
|
|
3876
3897
|
"name": "refresh",
|
|
@@ -3884,6 +3905,14 @@
|
|
|
3884
3905
|
}
|
|
3885
3906
|
]
|
|
3886
3907
|
},
|
|
3908
|
+
{
|
|
3909
|
+
"kind": "method",
|
|
3910
|
+
"name": "getValue"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "method",
|
|
3914
|
+
"name": "isCancelBeforeStart"
|
|
3915
|
+
},
|
|
3887
3916
|
{
|
|
3888
3917
|
"kind": "field",
|
|
3889
3918
|
"name": "_presentation",
|
|
@@ -4000,134 +4029,92 @@
|
|
|
4000
4029
|
"name": "FoundationElement",
|
|
4001
4030
|
"package": "@microsoft/fast-foundation"
|
|
4002
4031
|
},
|
|
4003
|
-
"tagName": "%%prefix%%-
|
|
4032
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4004
4033
|
"customElement": true
|
|
4005
4034
|
},
|
|
4006
4035
|
{
|
|
4007
4036
|
"kind": "variable",
|
|
4008
|
-
"name": "
|
|
4009
|
-
"
|
|
4037
|
+
"name": "agBooleanRendererStyles",
|
|
4038
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4039
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4010
4040
|
"privacy": "public"
|
|
4011
4041
|
},
|
|
4012
4042
|
{
|
|
4013
4043
|
"kind": "function",
|
|
4014
|
-
"name": "
|
|
4044
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4045
|
+
"parameters": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "designSystem",
|
|
4048
|
+
"default": "'foundation'",
|
|
4049
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4050
|
+
}
|
|
4051
|
+
],
|
|
4052
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4015
4053
|
"return": {
|
|
4016
4054
|
"type": {
|
|
4017
4055
|
"text": ""
|
|
4018
4056
|
}
|
|
4019
4057
|
},
|
|
4020
|
-
"
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"name": "overrideDef",
|
|
4030
|
-
"default": "{}",
|
|
4031
|
-
"type": {
|
|
4032
|
-
"text": "ColDef"
|
|
4033
|
-
},
|
|
4034
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"name": "customActionsOpenerName",
|
|
4038
|
-
"default": "'⋮'",
|
|
4039
|
-
"type": {
|
|
4040
|
-
"text": "string"
|
|
4041
|
-
},
|
|
4042
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"name": "isVertical",
|
|
4046
|
-
"default": "false",
|
|
4047
|
-
"type": {
|
|
4048
|
-
"text": "boolean"
|
|
4049
|
-
},
|
|
4050
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"name": "buttonAppearance",
|
|
4054
|
-
"optional": true,
|
|
4055
|
-
"type": {
|
|
4056
|
-
"text": "string"
|
|
4057
|
-
},
|
|
4058
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4059
|
-
}
|
|
4060
|
-
],
|
|
4061
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
4058
|
+
"privacy": "public"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"kind": "variable",
|
|
4062
|
+
"name": "foundationAgBooleanRenderer",
|
|
4063
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4062
4064
|
"privacy": "public"
|
|
4063
4065
|
}
|
|
4064
4066
|
],
|
|
4065
4067
|
"exports": [
|
|
4066
4068
|
{
|
|
4067
4069
|
"kind": "js",
|
|
4068
|
-
"name": "
|
|
4070
|
+
"name": "BooleanRenderer",
|
|
4069
4071
|
"declaration": {
|
|
4070
|
-
"name": "
|
|
4071
|
-
"module": "src/cell-renderers/
|
|
4072
|
+
"name": "BooleanRenderer",
|
|
4073
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4072
4074
|
}
|
|
4073
4075
|
},
|
|
4074
4076
|
{
|
|
4075
4077
|
"kind": "js",
|
|
4076
|
-
"name": "
|
|
4078
|
+
"name": "agBooleanRendererStyles",
|
|
4077
4079
|
"declaration": {
|
|
4078
|
-
"name": "
|
|
4079
|
-
"module": "src/cell-renderers/
|
|
4080
|
+
"name": "agBooleanRendererStyles",
|
|
4081
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4080
4082
|
}
|
|
4081
4083
|
},
|
|
4082
4084
|
{
|
|
4083
4085
|
"kind": "js",
|
|
4084
|
-
"name": "
|
|
4086
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4085
4087
|
"declaration": {
|
|
4086
|
-
"name": "
|
|
4087
|
-
"module": "src/cell-renderers/
|
|
4088
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4089
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"kind": "js",
|
|
4094
|
+
"name": "foundationAgBooleanRenderer",
|
|
4095
|
+
"declaration": {
|
|
4096
|
+
"name": "foundationAgBooleanRenderer",
|
|
4097
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4088
4098
|
}
|
|
4089
4099
|
}
|
|
4090
4100
|
]
|
|
4091
4101
|
},
|
|
4092
4102
|
{
|
|
4093
4103
|
"kind": "javascript-module",
|
|
4094
|
-
"path": "src/cell-renderers/
|
|
4104
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4095
4105
|
"declarations": [
|
|
4096
4106
|
{
|
|
4097
4107
|
"kind": "class",
|
|
4098
|
-
"description": "The AG
|
|
4099
|
-
"name": "
|
|
4108
|
+
"description": "The AG Editable Renderer element.",
|
|
4109
|
+
"name": "EditableRenderer",
|
|
4100
4110
|
"members": [
|
|
4101
4111
|
{
|
|
4102
4112
|
"kind": "field",
|
|
4103
|
-
"name": "
|
|
4104
|
-
"type": {
|
|
4105
|
-
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4106
|
-
},
|
|
4107
|
-
"privacy": "public"
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"kind": "field",
|
|
4111
|
-
"name": "selected",
|
|
4113
|
+
"name": "valueFormatted",
|
|
4112
4114
|
"type": {
|
|
4113
|
-
"text": "
|
|
4115
|
+
"text": "string"
|
|
4114
4116
|
}
|
|
4115
4117
|
},
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "method",
|
|
4118
|
-
"name": "isDisabled",
|
|
4119
|
-
"privacy": "public",
|
|
4120
|
-
"return": {
|
|
4121
|
-
"type": {
|
|
4122
|
-
"text": "boolean"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"parameters": [
|
|
4126
|
-
{
|
|
4127
|
-
"name": "data"
|
|
4128
|
-
}
|
|
4129
|
-
]
|
|
4130
|
-
},
|
|
4131
4118
|
{
|
|
4132
4119
|
"kind": "method",
|
|
4133
4120
|
"name": "init",
|
|
@@ -4151,11 +4138,6 @@
|
|
|
4151
4138
|
}
|
|
4152
4139
|
}
|
|
4153
4140
|
},
|
|
4154
|
-
{
|
|
4155
|
-
"kind": "method",
|
|
4156
|
-
"name": "destroy",
|
|
4157
|
-
"privacy": "public"
|
|
4158
|
-
},
|
|
4159
4141
|
{
|
|
4160
4142
|
"kind": "method",
|
|
4161
4143
|
"name": "refresh",
|
|
@@ -4169,14 +4151,6 @@
|
|
|
4169
4151
|
}
|
|
4170
4152
|
]
|
|
4171
4153
|
},
|
|
4172
|
-
{
|
|
4173
|
-
"kind": "method",
|
|
4174
|
-
"name": "getValue"
|
|
4175
|
-
},
|
|
4176
|
-
{
|
|
4177
|
-
"kind": "method",
|
|
4178
|
-
"name": "isCancelBeforeStart"
|
|
4179
|
-
},
|
|
4180
4154
|
{
|
|
4181
4155
|
"kind": "field",
|
|
4182
4156
|
"name": "_presentation",
|
|
@@ -4293,19 +4267,19 @@
|
|
|
4293
4267
|
"name": "FoundationElement",
|
|
4294
4268
|
"package": "@microsoft/fast-foundation"
|
|
4295
4269
|
},
|
|
4296
|
-
"tagName": "%%prefix%%-
|
|
4270
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4297
4271
|
"customElement": true
|
|
4298
4272
|
},
|
|
4299
4273
|
{
|
|
4300
4274
|
"kind": "variable",
|
|
4301
|
-
"name": "
|
|
4302
|
-
"default": "css`\n :host {\n
|
|
4303
|
-
"description": "The AG
|
|
4275
|
+
"name": "agEditableRendererStyles",
|
|
4276
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4277
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4304
4278
|
"privacy": "public"
|
|
4305
4279
|
},
|
|
4306
4280
|
{
|
|
4307
4281
|
"kind": "function",
|
|
4308
|
-
"name": "
|
|
4282
|
+
"name": "getAgEditableRendererTemplate",
|
|
4309
4283
|
"parameters": [
|
|
4310
4284
|
{
|
|
4311
4285
|
"name": "designSystem",
|
|
@@ -4323,289 +4297,51 @@
|
|
|
4323
4297
|
},
|
|
4324
4298
|
{
|
|
4325
4299
|
"kind": "variable",
|
|
4326
|
-
"name": "
|
|
4327
|
-
"description": "A function that returns a Foundation
|
|
4300
|
+
"name": "foundationAgEditableRenderer",
|
|
4301
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4328
4302
|
"privacy": "public"
|
|
4329
4303
|
}
|
|
4330
4304
|
],
|
|
4331
4305
|
"exports": [
|
|
4332
4306
|
{
|
|
4333
4307
|
"kind": "js",
|
|
4334
|
-
"name": "
|
|
4308
|
+
"name": "EditableRenderer",
|
|
4335
4309
|
"declaration": {
|
|
4336
|
-
"name": "
|
|
4337
|
-
"module": "src/cell-renderers/
|
|
4310
|
+
"name": "EditableRenderer",
|
|
4311
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4338
4312
|
}
|
|
4339
4313
|
},
|
|
4340
4314
|
{
|
|
4341
4315
|
"kind": "js",
|
|
4342
|
-
"name": "
|
|
4316
|
+
"name": "agEditableRendererStyles",
|
|
4343
4317
|
"declaration": {
|
|
4344
|
-
"name": "
|
|
4345
|
-
"module": "src/cell-renderers/
|
|
4318
|
+
"name": "agEditableRendererStyles",
|
|
4319
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4346
4320
|
}
|
|
4347
4321
|
},
|
|
4348
4322
|
{
|
|
4349
4323
|
"kind": "js",
|
|
4350
|
-
"name": "
|
|
4324
|
+
"name": "getAgEditableRendererTemplate",
|
|
4351
4325
|
"declaration": {
|
|
4352
|
-
"name": "
|
|
4353
|
-
"module": "src/cell-renderers/
|
|
4326
|
+
"name": "getAgEditableRendererTemplate",
|
|
4327
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4354
4328
|
}
|
|
4355
4329
|
},
|
|
4356
4330
|
{
|
|
4357
4331
|
"kind": "js",
|
|
4358
|
-
"name": "
|
|
4332
|
+
"name": "foundationAgEditableRenderer",
|
|
4359
4333
|
"declaration": {
|
|
4360
|
-
"name": "
|
|
4361
|
-
"module": "src/cell-renderers/
|
|
4334
|
+
"name": "foundationAgEditableRenderer",
|
|
4335
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4362
4336
|
}
|
|
4363
4337
|
}
|
|
4364
4338
|
]
|
|
4365
4339
|
},
|
|
4366
4340
|
{
|
|
4367
4341
|
"kind": "javascript-module",
|
|
4368
|
-
"path": "src/cell-renderers/
|
|
4369
|
-
"declarations": [
|
|
4370
|
-
|
|
4371
|
-
"kind": "class",
|
|
4372
|
-
"description": "The AG Editable Renderer element.",
|
|
4373
|
-
"name": "EditableRenderer",
|
|
4374
|
-
"members": [
|
|
4375
|
-
{
|
|
4376
|
-
"kind": "field",
|
|
4377
|
-
"name": "valueFormatted",
|
|
4378
|
-
"type": {
|
|
4379
|
-
"text": "string"
|
|
4380
|
-
}
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "method",
|
|
4384
|
-
"name": "init",
|
|
4385
|
-
"privacy": "public",
|
|
4386
|
-
"parameters": [
|
|
4387
|
-
{
|
|
4388
|
-
"name": "params",
|
|
4389
|
-
"type": {
|
|
4390
|
-
"text": "ICellRendererParams"
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
]
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"kind": "method",
|
|
4397
|
-
"name": "getGui",
|
|
4398
|
-
"privacy": "public",
|
|
4399
|
-
"return": {
|
|
4400
|
-
"type": {
|
|
4401
|
-
"text": "HTMLElement"
|
|
4402
|
-
}
|
|
4403
|
-
}
|
|
4404
|
-
},
|
|
4405
|
-
{
|
|
4406
|
-
"kind": "method",
|
|
4407
|
-
"name": "refresh",
|
|
4408
|
-
"privacy": "public",
|
|
4409
|
-
"parameters": [
|
|
4410
|
-
{
|
|
4411
|
-
"name": "params",
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "ICellRendererParams"
|
|
4414
|
-
}
|
|
4415
|
-
}
|
|
4416
|
-
]
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"kind": "field",
|
|
4420
|
-
"name": "_presentation",
|
|
4421
|
-
"type": {
|
|
4422
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4423
|
-
},
|
|
4424
|
-
"privacy": "private",
|
|
4425
|
-
"default": "void 0",
|
|
4426
|
-
"inheritedFrom": {
|
|
4427
|
-
"name": "FoundationElement",
|
|
4428
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4429
|
-
}
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"kind": "field",
|
|
4433
|
-
"name": "$presentation",
|
|
4434
|
-
"type": {
|
|
4435
|
-
"text": "ComponentPresentation | null"
|
|
4436
|
-
},
|
|
4437
|
-
"privacy": "public",
|
|
4438
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4439
|
-
"inheritedFrom": {
|
|
4440
|
-
"name": "FoundationElement",
|
|
4441
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4442
|
-
}
|
|
4443
|
-
},
|
|
4444
|
-
{
|
|
4445
|
-
"kind": "field",
|
|
4446
|
-
"name": "template",
|
|
4447
|
-
"type": {
|
|
4448
|
-
"text": "ElementViewTemplate | void | null"
|
|
4449
|
-
},
|
|
4450
|
-
"privacy": "public",
|
|
4451
|
-
"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.",
|
|
4452
|
-
"inheritedFrom": {
|
|
4453
|
-
"name": "FoundationElement",
|
|
4454
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4455
|
-
}
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
"kind": "method",
|
|
4459
|
-
"name": "templateChanged",
|
|
4460
|
-
"privacy": "protected",
|
|
4461
|
-
"return": {
|
|
4462
|
-
"type": {
|
|
4463
|
-
"text": "void"
|
|
4464
|
-
}
|
|
4465
|
-
},
|
|
4466
|
-
"inheritedFrom": {
|
|
4467
|
-
"name": "FoundationElement",
|
|
4468
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4469
|
-
}
|
|
4470
|
-
},
|
|
4471
|
-
{
|
|
4472
|
-
"kind": "field",
|
|
4473
|
-
"name": "styles",
|
|
4474
|
-
"type": {
|
|
4475
|
-
"text": "ElementStyles | void | null"
|
|
4476
|
-
},
|
|
4477
|
-
"privacy": "public",
|
|
4478
|
-
"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.",
|
|
4479
|
-
"inheritedFrom": {
|
|
4480
|
-
"name": "FoundationElement",
|
|
4481
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4482
|
-
}
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"kind": "method",
|
|
4486
|
-
"name": "stylesChanged",
|
|
4487
|
-
"privacy": "protected",
|
|
4488
|
-
"return": {
|
|
4489
|
-
"type": {
|
|
4490
|
-
"text": "void"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
"inheritedFrom": {
|
|
4494
|
-
"name": "FoundationElement",
|
|
4495
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4496
|
-
}
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"kind": "method",
|
|
4500
|
-
"name": "compose",
|
|
4501
|
-
"privacy": "public",
|
|
4502
|
-
"static": true,
|
|
4503
|
-
"return": {
|
|
4504
|
-
"type": {
|
|
4505
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4506
|
-
}
|
|
4507
|
-
},
|
|
4508
|
-
"parameters": [
|
|
4509
|
-
{
|
|
4510
|
-
"name": "this",
|
|
4511
|
-
"type": {
|
|
4512
|
-
"text": "K"
|
|
4513
|
-
}
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
"name": "elementDefinition",
|
|
4517
|
-
"type": {
|
|
4518
|
-
"text": "T"
|
|
4519
|
-
},
|
|
4520
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4521
|
-
}
|
|
4522
|
-
],
|
|
4523
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4524
|
-
"inheritedFrom": {
|
|
4525
|
-
"name": "FoundationElement",
|
|
4526
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4527
|
-
}
|
|
4528
|
-
}
|
|
4529
|
-
],
|
|
4530
|
-
"superclass": {
|
|
4531
|
-
"name": "FoundationElement",
|
|
4532
|
-
"package": "@microsoft/fast-foundation"
|
|
4533
|
-
},
|
|
4534
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
4535
|
-
"customElement": true
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"kind": "variable",
|
|
4539
|
-
"name": "agEditableRendererStyles",
|
|
4540
|
-
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4541
|
-
"description": "The AG Editable Renderer Styles.",
|
|
4542
|
-
"privacy": "public"
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"kind": "function",
|
|
4546
|
-
"name": "getAgEditableRendererTemplate",
|
|
4547
|
-
"parameters": [
|
|
4548
|
-
{
|
|
4549
|
-
"name": "designSystem",
|
|
4550
|
-
"default": "'foundation'",
|
|
4551
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4552
|
-
}
|
|
4553
|
-
],
|
|
4554
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
4555
|
-
"return": {
|
|
4556
|
-
"type": {
|
|
4557
|
-
"text": ""
|
|
4558
|
-
}
|
|
4559
|
-
},
|
|
4560
|
-
"privacy": "public"
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"kind": "variable",
|
|
4564
|
-
"name": "foundationAgEditableRenderer",
|
|
4565
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4566
|
-
"privacy": "public"
|
|
4567
|
-
}
|
|
4568
|
-
],
|
|
4569
|
-
"exports": [
|
|
4570
|
-
{
|
|
4571
|
-
"kind": "js",
|
|
4572
|
-
"name": "EditableRenderer",
|
|
4573
|
-
"declaration": {
|
|
4574
|
-
"name": "EditableRenderer",
|
|
4575
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4576
|
-
}
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"kind": "js",
|
|
4580
|
-
"name": "agEditableRendererStyles",
|
|
4581
|
-
"declaration": {
|
|
4582
|
-
"name": "agEditableRendererStyles",
|
|
4583
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4584
|
-
}
|
|
4585
|
-
},
|
|
4586
|
-
{
|
|
4587
|
-
"kind": "js",
|
|
4588
|
-
"name": "getAgEditableRendererTemplate",
|
|
4589
|
-
"declaration": {
|
|
4590
|
-
"name": "getAgEditableRendererTemplate",
|
|
4591
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4592
|
-
}
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"kind": "js",
|
|
4596
|
-
"name": "foundationAgEditableRenderer",
|
|
4597
|
-
"declaration": {
|
|
4598
|
-
"name": "foundationAgEditableRenderer",
|
|
4599
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4600
|
-
}
|
|
4601
|
-
}
|
|
4602
|
-
]
|
|
4603
|
-
},
|
|
4604
|
-
{
|
|
4605
|
-
"kind": "javascript-module",
|
|
4606
|
-
"path": "src/cell-renderers/index.ts",
|
|
4607
|
-
"declarations": [],
|
|
4608
|
-
"exports": [
|
|
4342
|
+
"path": "src/cell-renderers/index.ts",
|
|
4343
|
+
"declarations": [],
|
|
4344
|
+
"exports": [
|
|
4609
4345
|
{
|
|
4610
4346
|
"kind": "js",
|
|
4611
4347
|
"name": "*",
|
|
@@ -5799,140 +5535,105 @@
|
|
|
5799
5535
|
},
|
|
5800
5536
|
{
|
|
5801
5537
|
"kind": "javascript-module",
|
|
5802
|
-
"path": "src/
|
|
5538
|
+
"path": "src/cell/cell.template.ts",
|
|
5803
5539
|
"declarations": [
|
|
5804
5540
|
{
|
|
5805
5541
|
"kind": "variable",
|
|
5806
|
-
"name": "
|
|
5807
|
-
"default": "html<
|
|
5808
|
-
"description": "The Grid Pro
|
|
5542
|
+
"name": "CellTemplate",
|
|
5543
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5544
|
+
"description": "The Grid Pro Cell Template.",
|
|
5809
5545
|
"privacy": "public"
|
|
5810
5546
|
}
|
|
5811
5547
|
],
|
|
5812
5548
|
"exports": [
|
|
5813
5549
|
{
|
|
5814
5550
|
"kind": "js",
|
|
5815
|
-
"name": "
|
|
5551
|
+
"name": "CellTemplate",
|
|
5816
5552
|
"declaration": {
|
|
5817
|
-
"name": "
|
|
5818
|
-
"module": "src/
|
|
5553
|
+
"name": "CellTemplate",
|
|
5554
|
+
"module": "src/cell/cell.template.ts"
|
|
5819
5555
|
}
|
|
5820
5556
|
}
|
|
5821
5557
|
]
|
|
5822
5558
|
},
|
|
5823
5559
|
{
|
|
5824
5560
|
"kind": "javascript-module",
|
|
5825
|
-
"path": "src/
|
|
5561
|
+
"path": "src/cell/cell.ts",
|
|
5826
5562
|
"declarations": [
|
|
5827
5563
|
{
|
|
5828
5564
|
"kind": "class",
|
|
5829
|
-
"description": "The Grid Pro
|
|
5830
|
-
"name": "
|
|
5565
|
+
"description": "The Grid Pro Cell element.",
|
|
5566
|
+
"name": "GridProCell",
|
|
5831
5567
|
"members": [
|
|
5832
5568
|
{
|
|
5833
5569
|
"kind": "field",
|
|
5834
|
-
"name": "
|
|
5570
|
+
"name": "renderer",
|
|
5835
5571
|
"type": {
|
|
5836
|
-
"text": "
|
|
5572
|
+
"text": "ICellRendererFunc"
|
|
5837
5573
|
},
|
|
5838
5574
|
"privacy": "public"
|
|
5839
5575
|
},
|
|
5840
5576
|
{
|
|
5841
5577
|
"kind": "field",
|
|
5842
|
-
"name": "
|
|
5578
|
+
"name": "rendererParams",
|
|
5843
5579
|
"type": {
|
|
5844
|
-
"text": "
|
|
5580
|
+
"text": "ICellRendererParams"
|
|
5845
5581
|
},
|
|
5846
|
-
"
|
|
5582
|
+
"privacy": "public"
|
|
5847
5583
|
},
|
|
5848
5584
|
{
|
|
5849
|
-
"kind": "
|
|
5850
|
-
"name": "
|
|
5585
|
+
"kind": "field",
|
|
5586
|
+
"name": "slottedRenderer",
|
|
5587
|
+
"type": {
|
|
5588
|
+
"text": "HTMLElement[]"
|
|
5589
|
+
},
|
|
5851
5590
|
"privacy": "public"
|
|
5852
5591
|
},
|
|
5853
5592
|
{
|
|
5854
5593
|
"kind": "method",
|
|
5855
|
-
"name": "
|
|
5856
|
-
"
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "Node"
|
|
5859
|
-
}
|
|
5860
|
-
},
|
|
5861
|
-
"inheritedFrom": {
|
|
5862
|
-
"name": "LifecycleMixin",
|
|
5863
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5864
|
-
}
|
|
5865
|
-
},
|
|
5866
|
-
{
|
|
5867
|
-
"kind": "method",
|
|
5868
|
-
"name": "cloneNode",
|
|
5869
|
-
"return": {
|
|
5870
|
-
"type": {
|
|
5871
|
-
"text": "Node"
|
|
5872
|
-
}
|
|
5873
|
-
},
|
|
5594
|
+
"name": "init",
|
|
5595
|
+
"privacy": "public",
|
|
5874
5596
|
"parameters": [
|
|
5875
5597
|
{
|
|
5876
|
-
"name": "
|
|
5877
|
-
"optional": true,
|
|
5598
|
+
"name": "params",
|
|
5878
5599
|
"type": {
|
|
5879
|
-
"text": "
|
|
5600
|
+
"text": "ICellRendererParams"
|
|
5880
5601
|
}
|
|
5881
5602
|
}
|
|
5882
|
-
]
|
|
5883
|
-
"inheritedFrom": {
|
|
5884
|
-
"name": "LifecycleMixin",
|
|
5885
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5886
|
-
}
|
|
5603
|
+
]
|
|
5887
5604
|
},
|
|
5888
5605
|
{
|
|
5889
|
-
"kind": "
|
|
5890
|
-
"name": "
|
|
5606
|
+
"kind": "method",
|
|
5607
|
+
"name": "getGui",
|
|
5608
|
+
"privacy": "public",
|
|
5891
5609
|
"return": {
|
|
5892
5610
|
"type": {
|
|
5893
|
-
"text": ""
|
|
5611
|
+
"text": "HTMLElement"
|
|
5894
5612
|
}
|
|
5895
|
-
},
|
|
5896
|
-
"readonly": true,
|
|
5897
|
-
"inheritedFrom": {
|
|
5898
|
-
"name": "LifecycleMixin",
|
|
5899
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5900
5613
|
}
|
|
5901
5614
|
},
|
|
5902
5615
|
{
|
|
5903
|
-
"kind": "
|
|
5904
|
-
"name": "
|
|
5905
|
-
"
|
|
5906
|
-
"type": {
|
|
5907
|
-
"text": ""
|
|
5908
|
-
}
|
|
5909
|
-
},
|
|
5910
|
-
"readonly": true,
|
|
5911
|
-
"inheritedFrom": {
|
|
5912
|
-
"name": "LifecycleMixin",
|
|
5913
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5914
|
-
}
|
|
5616
|
+
"kind": "method",
|
|
5617
|
+
"name": "destroy",
|
|
5618
|
+
"privacy": "public"
|
|
5915
5619
|
},
|
|
5916
5620
|
{
|
|
5917
5621
|
"kind": "method",
|
|
5918
|
-
"name": "
|
|
5919
|
-
"
|
|
5920
|
-
"type": {
|
|
5921
|
-
"text": "boolean"
|
|
5922
|
-
}
|
|
5923
|
-
},
|
|
5622
|
+
"name": "refresh",
|
|
5623
|
+
"privacy": "public",
|
|
5924
5624
|
"parameters": [
|
|
5925
5625
|
{
|
|
5926
|
-
"name": "
|
|
5626
|
+
"name": "params",
|
|
5927
5627
|
"type": {
|
|
5928
|
-
"text": "
|
|
5628
|
+
"text": "ICellRendererParams"
|
|
5929
5629
|
}
|
|
5930
5630
|
}
|
|
5931
|
-
]
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5631
|
+
]
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"kind": "method",
|
|
5635
|
+
"name": "slottedAgRendererChanged",
|
|
5636
|
+
"privacy": "public"
|
|
5936
5637
|
},
|
|
5937
5638
|
{
|
|
5938
5639
|
"kind": "field",
|
|
@@ -6046,42 +5747,36 @@
|
|
|
6046
5747
|
}
|
|
6047
5748
|
}
|
|
6048
5749
|
],
|
|
6049
|
-
"mixins": [
|
|
6050
|
-
{
|
|
6051
|
-
"name": "LifecycleMixin",
|
|
6052
|
-
"package": "@genesislcap/foundation-utils"
|
|
6053
|
-
}
|
|
6054
|
-
],
|
|
6055
5750
|
"superclass": {
|
|
6056
5751
|
"name": "FoundationElement",
|
|
6057
5752
|
"package": "@microsoft/fast-foundation"
|
|
6058
5753
|
},
|
|
6059
|
-
"tagName": "grid-pro-
|
|
5754
|
+
"tagName": "grid-pro-cell",
|
|
6060
5755
|
"customElement": true
|
|
6061
5756
|
}
|
|
6062
5757
|
],
|
|
6063
5758
|
"exports": [
|
|
6064
5759
|
{
|
|
6065
5760
|
"kind": "js",
|
|
6066
|
-
"name": "
|
|
5761
|
+
"name": "GridProCell",
|
|
6067
5762
|
"declaration": {
|
|
6068
|
-
"name": "
|
|
6069
|
-
"module": "src/
|
|
5763
|
+
"name": "GridProCell",
|
|
5764
|
+
"module": "src/cell/cell.ts"
|
|
6070
5765
|
}
|
|
6071
5766
|
},
|
|
6072
5767
|
{
|
|
6073
5768
|
"kind": "custom-element-definition",
|
|
6074
|
-
"name": "grid-pro-
|
|
5769
|
+
"name": "grid-pro-cell",
|
|
6075
5770
|
"declaration": {
|
|
6076
|
-
"name": "
|
|
6077
|
-
"module": "src/
|
|
5771
|
+
"name": "GridProCell",
|
|
5772
|
+
"module": "src/cell/cell.ts"
|
|
6078
5773
|
}
|
|
6079
5774
|
}
|
|
6080
5775
|
]
|
|
6081
5776
|
},
|
|
6082
5777
|
{
|
|
6083
5778
|
"kind": "javascript-module",
|
|
6084
|
-
"path": "src/
|
|
5779
|
+
"path": "src/cell/index.ts",
|
|
6085
5780
|
"declarations": [],
|
|
6086
5781
|
"exports": [
|
|
6087
5782
|
{
|
|
@@ -6089,15 +5784,7 @@
|
|
|
6089
5784
|
"name": "*",
|
|
6090
5785
|
"declaration": {
|
|
6091
5786
|
"name": "*",
|
|
6092
|
-
"package": "./
|
|
6093
|
-
}
|
|
6094
|
-
},
|
|
6095
|
-
{
|
|
6096
|
-
"kind": "js",
|
|
6097
|
-
"name": "*",
|
|
6098
|
-
"declaration": {
|
|
6099
|
-
"name": "*",
|
|
6100
|
-
"package": "./column"
|
|
5787
|
+
"package": "./cell.template"
|
|
6101
5788
|
}
|
|
6102
5789
|
},
|
|
6103
5790
|
{
|
|
@@ -6105,7 +5792,7 @@
|
|
|
6105
5792
|
"name": "*",
|
|
6106
5793
|
"declaration": {
|
|
6107
5794
|
"name": "*",
|
|
6108
|
-
"package": "./
|
|
5795
|
+
"package": "./cell"
|
|
6109
5796
|
}
|
|
6110
5797
|
}
|
|
6111
5798
|
]
|
|
@@ -7644,6 +7331,319 @@
|
|
|
7644
7331
|
}
|
|
7645
7332
|
]
|
|
7646
7333
|
},
|
|
7334
|
+
{
|
|
7335
|
+
"kind": "javascript-module",
|
|
7336
|
+
"path": "src/column/column.template.ts",
|
|
7337
|
+
"declarations": [
|
|
7338
|
+
{
|
|
7339
|
+
"kind": "variable",
|
|
7340
|
+
"name": "ColumnTemplate",
|
|
7341
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7342
|
+
"description": "The Grid Pro Column Template.",
|
|
7343
|
+
"privacy": "public"
|
|
7344
|
+
}
|
|
7345
|
+
],
|
|
7346
|
+
"exports": [
|
|
7347
|
+
{
|
|
7348
|
+
"kind": "js",
|
|
7349
|
+
"name": "ColumnTemplate",
|
|
7350
|
+
"declaration": {
|
|
7351
|
+
"name": "ColumnTemplate",
|
|
7352
|
+
"module": "src/column/column.template.ts"
|
|
7353
|
+
}
|
|
7354
|
+
}
|
|
7355
|
+
]
|
|
7356
|
+
},
|
|
7357
|
+
{
|
|
7358
|
+
"kind": "javascript-module",
|
|
7359
|
+
"path": "src/column/column.ts",
|
|
7360
|
+
"declarations": [
|
|
7361
|
+
{
|
|
7362
|
+
"kind": "class",
|
|
7363
|
+
"description": "The Grid Pro Column element.",
|
|
7364
|
+
"name": "GridProColumn",
|
|
7365
|
+
"members": [
|
|
7366
|
+
{
|
|
7367
|
+
"kind": "field",
|
|
7368
|
+
"name": "slottedAgCell",
|
|
7369
|
+
"type": {
|
|
7370
|
+
"text": "HTMLElement[]"
|
|
7371
|
+
},
|
|
7372
|
+
"privacy": "public"
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"kind": "field",
|
|
7376
|
+
"name": "definition",
|
|
7377
|
+
"type": {
|
|
7378
|
+
"text": "ColDef"
|
|
7379
|
+
},
|
|
7380
|
+
"default": "{}"
|
|
7381
|
+
},
|
|
7382
|
+
{
|
|
7383
|
+
"kind": "method",
|
|
7384
|
+
"name": "slottedAgCellChanged",
|
|
7385
|
+
"privacy": "public"
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"kind": "method",
|
|
7389
|
+
"name": "deepClone",
|
|
7390
|
+
"return": {
|
|
7391
|
+
"type": {
|
|
7392
|
+
"text": "Node"
|
|
7393
|
+
}
|
|
7394
|
+
},
|
|
7395
|
+
"inheritedFrom": {
|
|
7396
|
+
"name": "LifecycleMixin",
|
|
7397
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7398
|
+
}
|
|
7399
|
+
},
|
|
7400
|
+
{
|
|
7401
|
+
"kind": "method",
|
|
7402
|
+
"name": "cloneNode",
|
|
7403
|
+
"return": {
|
|
7404
|
+
"type": {
|
|
7405
|
+
"text": "Node"
|
|
7406
|
+
}
|
|
7407
|
+
},
|
|
7408
|
+
"parameters": [
|
|
7409
|
+
{
|
|
7410
|
+
"name": "deep",
|
|
7411
|
+
"optional": true,
|
|
7412
|
+
"type": {
|
|
7413
|
+
"text": "boolean"
|
|
7414
|
+
}
|
|
7415
|
+
}
|
|
7416
|
+
],
|
|
7417
|
+
"inheritedFrom": {
|
|
7418
|
+
"name": "LifecycleMixin",
|
|
7419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7420
|
+
}
|
|
7421
|
+
},
|
|
7422
|
+
{
|
|
7423
|
+
"kind": "field",
|
|
7424
|
+
"name": "shouldRunDisconnect",
|
|
7425
|
+
"return": {
|
|
7426
|
+
"type": {
|
|
7427
|
+
"text": ""
|
|
7428
|
+
}
|
|
7429
|
+
},
|
|
7430
|
+
"readonly": true,
|
|
7431
|
+
"inheritedFrom": {
|
|
7432
|
+
"name": "LifecycleMixin",
|
|
7433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7434
|
+
}
|
|
7435
|
+
},
|
|
7436
|
+
{
|
|
7437
|
+
"kind": "field",
|
|
7438
|
+
"name": "shouldRunConnect",
|
|
7439
|
+
"return": {
|
|
7440
|
+
"type": {
|
|
7441
|
+
"text": ""
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
7444
|
+
"readonly": true,
|
|
7445
|
+
"inheritedFrom": {
|
|
7446
|
+
"name": "LifecycleMixin",
|
|
7447
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7448
|
+
}
|
|
7449
|
+
},
|
|
7450
|
+
{
|
|
7451
|
+
"kind": "method",
|
|
7452
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7453
|
+
"return": {
|
|
7454
|
+
"type": {
|
|
7455
|
+
"text": "boolean"
|
|
7456
|
+
}
|
|
7457
|
+
},
|
|
7458
|
+
"parameters": [
|
|
7459
|
+
{
|
|
7460
|
+
"name": "lifecycleType",
|
|
7461
|
+
"type": {
|
|
7462
|
+
"text": "Lifecycletype"
|
|
7463
|
+
}
|
|
7464
|
+
}
|
|
7465
|
+
],
|
|
7466
|
+
"inheritedFrom": {
|
|
7467
|
+
"name": "LifecycleMixin",
|
|
7468
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7469
|
+
}
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"kind": "field",
|
|
7473
|
+
"name": "_presentation",
|
|
7474
|
+
"type": {
|
|
7475
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7476
|
+
},
|
|
7477
|
+
"privacy": "private",
|
|
7478
|
+
"default": "void 0",
|
|
7479
|
+
"inheritedFrom": {
|
|
7480
|
+
"name": "FoundationElement",
|
|
7481
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7482
|
+
}
|
|
7483
|
+
},
|
|
7484
|
+
{
|
|
7485
|
+
"kind": "field",
|
|
7486
|
+
"name": "$presentation",
|
|
7487
|
+
"type": {
|
|
7488
|
+
"text": "ComponentPresentation | null"
|
|
7489
|
+
},
|
|
7490
|
+
"privacy": "public",
|
|
7491
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7492
|
+
"inheritedFrom": {
|
|
7493
|
+
"name": "FoundationElement",
|
|
7494
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7495
|
+
}
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"kind": "field",
|
|
7499
|
+
"name": "template",
|
|
7500
|
+
"type": {
|
|
7501
|
+
"text": "ElementViewTemplate | void | null"
|
|
7502
|
+
},
|
|
7503
|
+
"privacy": "public",
|
|
7504
|
+
"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.",
|
|
7505
|
+
"inheritedFrom": {
|
|
7506
|
+
"name": "FoundationElement",
|
|
7507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7508
|
+
}
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
"kind": "method",
|
|
7512
|
+
"name": "templateChanged",
|
|
7513
|
+
"privacy": "protected",
|
|
7514
|
+
"return": {
|
|
7515
|
+
"type": {
|
|
7516
|
+
"text": "void"
|
|
7517
|
+
}
|
|
7518
|
+
},
|
|
7519
|
+
"inheritedFrom": {
|
|
7520
|
+
"name": "FoundationElement",
|
|
7521
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7522
|
+
}
|
|
7523
|
+
},
|
|
7524
|
+
{
|
|
7525
|
+
"kind": "field",
|
|
7526
|
+
"name": "styles",
|
|
7527
|
+
"type": {
|
|
7528
|
+
"text": "ElementStyles | void | null"
|
|
7529
|
+
},
|
|
7530
|
+
"privacy": "public",
|
|
7531
|
+
"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.",
|
|
7532
|
+
"inheritedFrom": {
|
|
7533
|
+
"name": "FoundationElement",
|
|
7534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7535
|
+
}
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"kind": "method",
|
|
7539
|
+
"name": "stylesChanged",
|
|
7540
|
+
"privacy": "protected",
|
|
7541
|
+
"return": {
|
|
7542
|
+
"type": {
|
|
7543
|
+
"text": "void"
|
|
7544
|
+
}
|
|
7545
|
+
},
|
|
7546
|
+
"inheritedFrom": {
|
|
7547
|
+
"name": "FoundationElement",
|
|
7548
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7549
|
+
}
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"kind": "method",
|
|
7553
|
+
"name": "compose",
|
|
7554
|
+
"privacy": "public",
|
|
7555
|
+
"static": true,
|
|
7556
|
+
"return": {
|
|
7557
|
+
"type": {
|
|
7558
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
7561
|
+
"parameters": [
|
|
7562
|
+
{
|
|
7563
|
+
"name": "this",
|
|
7564
|
+
"type": {
|
|
7565
|
+
"text": "K"
|
|
7566
|
+
}
|
|
7567
|
+
},
|
|
7568
|
+
{
|
|
7569
|
+
"name": "elementDefinition",
|
|
7570
|
+
"type": {
|
|
7571
|
+
"text": "T"
|
|
7572
|
+
},
|
|
7573
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7574
|
+
}
|
|
7575
|
+
],
|
|
7576
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7577
|
+
"inheritedFrom": {
|
|
7578
|
+
"name": "FoundationElement",
|
|
7579
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7580
|
+
}
|
|
7581
|
+
}
|
|
7582
|
+
],
|
|
7583
|
+
"mixins": [
|
|
7584
|
+
{
|
|
7585
|
+
"name": "LifecycleMixin",
|
|
7586
|
+
"package": "@genesislcap/foundation-utils"
|
|
7587
|
+
}
|
|
7588
|
+
],
|
|
7589
|
+
"superclass": {
|
|
7590
|
+
"name": "FoundationElement",
|
|
7591
|
+
"package": "@microsoft/fast-foundation"
|
|
7592
|
+
},
|
|
7593
|
+
"tagName": "grid-pro-column",
|
|
7594
|
+
"customElement": true
|
|
7595
|
+
}
|
|
7596
|
+
],
|
|
7597
|
+
"exports": [
|
|
7598
|
+
{
|
|
7599
|
+
"kind": "js",
|
|
7600
|
+
"name": "GridProColumn",
|
|
7601
|
+
"declaration": {
|
|
7602
|
+
"name": "GridProColumn",
|
|
7603
|
+
"module": "src/column/column.ts"
|
|
7604
|
+
}
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"kind": "custom-element-definition",
|
|
7608
|
+
"name": "grid-pro-column",
|
|
7609
|
+
"declaration": {
|
|
7610
|
+
"name": "GridProColumn",
|
|
7611
|
+
"module": "src/column/column.ts"
|
|
7612
|
+
}
|
|
7613
|
+
}
|
|
7614
|
+
]
|
|
7615
|
+
},
|
|
7616
|
+
{
|
|
7617
|
+
"kind": "javascript-module",
|
|
7618
|
+
"path": "src/column/index.ts",
|
|
7619
|
+
"declarations": [],
|
|
7620
|
+
"exports": [
|
|
7621
|
+
{
|
|
7622
|
+
"kind": "js",
|
|
7623
|
+
"name": "*",
|
|
7624
|
+
"declaration": {
|
|
7625
|
+
"name": "*",
|
|
7626
|
+
"package": "./column.template"
|
|
7627
|
+
}
|
|
7628
|
+
},
|
|
7629
|
+
{
|
|
7630
|
+
"kind": "js",
|
|
7631
|
+
"name": "*",
|
|
7632
|
+
"declaration": {
|
|
7633
|
+
"name": "*",
|
|
7634
|
+
"package": "./column"
|
|
7635
|
+
}
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"kind": "js",
|
|
7639
|
+
"name": "*",
|
|
7640
|
+
"declaration": {
|
|
7641
|
+
"name": "*",
|
|
7642
|
+
"package": "./utils"
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7646
|
+
},
|
|
7647
7647
|
{
|
|
7648
7648
|
"kind": "javascript-module",
|
|
7649
7649
|
"path": "src/datasource/base.datasource.ts",
|