@genesislcap/grid-pro 14.373.0 → 14.373.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1130 -1130
- package/package.json +13 -13
|
@@ -3263,56 +3263,59 @@
|
|
|
3263
3263
|
},
|
|
3264
3264
|
{
|
|
3265
3265
|
"kind": "javascript-module",
|
|
3266
|
-
"path": "src/cell
|
|
3266
|
+
"path": "src/cell/cell.template.ts",
|
|
3267
|
+
"declarations": [
|
|
3268
|
+
{
|
|
3269
|
+
"kind": "variable",
|
|
3270
|
+
"name": "CellTemplate",
|
|
3271
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3272
|
+
"description": "The Grid Pro Cell Template.",
|
|
3273
|
+
"privacy": "public"
|
|
3274
|
+
}
|
|
3275
|
+
],
|
|
3276
|
+
"exports": [
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "js",
|
|
3279
|
+
"name": "CellTemplate",
|
|
3280
|
+
"declaration": {
|
|
3281
|
+
"name": "CellTemplate",
|
|
3282
|
+
"module": "src/cell/cell.template.ts"
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
]
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"kind": "javascript-module",
|
|
3289
|
+
"path": "src/cell/cell.ts",
|
|
3267
3290
|
"declarations": [
|
|
3268
3291
|
{
|
|
3269
3292
|
"kind": "class",
|
|
3270
|
-
"description": "The
|
|
3271
|
-
"name": "
|
|
3293
|
+
"description": "The Grid Pro Cell element.",
|
|
3294
|
+
"name": "GridProCell",
|
|
3272
3295
|
"members": [
|
|
3273
3296
|
{
|
|
3274
3297
|
"kind": "field",
|
|
3275
|
-
"name": "
|
|
3298
|
+
"name": "renderer",
|
|
3276
3299
|
"type": {
|
|
3277
|
-
"text": "
|
|
3300
|
+
"text": "ICellRendererFunc"
|
|
3278
3301
|
},
|
|
3279
3302
|
"privacy": "public"
|
|
3280
3303
|
},
|
|
3281
3304
|
{
|
|
3282
3305
|
"kind": "field",
|
|
3283
|
-
"name": "
|
|
3306
|
+
"name": "rendererParams",
|
|
3284
3307
|
"type": {
|
|
3285
|
-
"text": "
|
|
3308
|
+
"text": "ICellRendererParams"
|
|
3286
3309
|
},
|
|
3287
3310
|
"privacy": "public"
|
|
3288
3311
|
},
|
|
3289
3312
|
{
|
|
3290
3313
|
"kind": "field",
|
|
3291
|
-
"name": "
|
|
3292
|
-
"type": {
|
|
3293
|
-
"text": "DateEditorParams"
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"kind": "field",
|
|
3298
|
-
"name": "dateFormat",
|
|
3299
|
-
"type": {
|
|
3300
|
-
"text": "string"
|
|
3301
|
-
}
|
|
3302
|
-
},
|
|
3303
|
-
{
|
|
3304
|
-
"kind": "field",
|
|
3305
|
-
"name": "input",
|
|
3306
|
-
"type": {
|
|
3307
|
-
"text": "any"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"kind": "field",
|
|
3312
|
-
"name": "inputType",
|
|
3314
|
+
"name": "slottedRenderer",
|
|
3313
3315
|
"type": {
|
|
3314
|
-
"text": "
|
|
3315
|
-
}
|
|
3316
|
+
"text": "HTMLElement[]"
|
|
3317
|
+
},
|
|
3318
|
+
"privacy": "public"
|
|
3316
3319
|
},
|
|
3317
3320
|
{
|
|
3318
3321
|
"kind": "method",
|
|
@@ -3322,7 +3325,7 @@
|
|
|
3322
3325
|
{
|
|
3323
3326
|
"name": "params",
|
|
3324
3327
|
"type": {
|
|
3325
|
-
"text": "
|
|
3328
|
+
"text": "ICellRendererParams"
|
|
3326
3329
|
}
|
|
3327
3330
|
}
|
|
3328
3331
|
]
|
|
@@ -3337,53 +3340,28 @@
|
|
|
3337
3340
|
}
|
|
3338
3341
|
}
|
|
3339
3342
|
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "method",
|
|
3345
|
+
"name": "destroy",
|
|
3346
|
+
"privacy": "public"
|
|
3347
|
+
},
|
|
3340
3348
|
{
|
|
3341
3349
|
"kind": "method",
|
|
3342
3350
|
"name": "refresh",
|
|
3343
3351
|
"privacy": "public",
|
|
3344
|
-
"return": {
|
|
3345
|
-
"type": {
|
|
3346
|
-
"text": "boolean"
|
|
3347
|
-
}
|
|
3348
|
-
},
|
|
3349
3352
|
"parameters": [
|
|
3350
3353
|
{
|
|
3351
3354
|
"name": "params",
|
|
3352
3355
|
"type": {
|
|
3353
|
-
"text": "
|
|
3356
|
+
"text": "ICellRendererParams"
|
|
3354
3357
|
}
|
|
3355
3358
|
}
|
|
3356
3359
|
]
|
|
3357
3360
|
},
|
|
3358
3361
|
{
|
|
3359
3362
|
"kind": "method",
|
|
3360
|
-
"name": "
|
|
3361
|
-
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "method",
|
|
3364
|
-
"name": "isPopup",
|
|
3365
|
-
"return": {
|
|
3366
|
-
"type": {
|
|
3367
|
-
"text": "boolean"
|
|
3368
|
-
}
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "method",
|
|
3373
|
-
"name": "changeHandler",
|
|
3374
|
-
"parameters": [
|
|
3375
|
-
{
|
|
3376
|
-
"name": "event"
|
|
3377
|
-
}
|
|
3378
|
-
]
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"kind": "method",
|
|
3382
|
-
"name": "afterGuiAttached"
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "method",
|
|
3386
|
-
"name": "isCancelBeforeStart"
|
|
3363
|
+
"name": "slottedAgRendererChanged",
|
|
3364
|
+
"privacy": "public"
|
|
3387
3365
|
},
|
|
3388
3366
|
{
|
|
3389
3367
|
"kind": "field",
|
|
@@ -3501,78 +3479,32 @@
|
|
|
3501
3479
|
"name": "FoundationElement",
|
|
3502
3480
|
"package": "@microsoft/fast-foundation"
|
|
3503
3481
|
},
|
|
3504
|
-
"tagName": "
|
|
3482
|
+
"tagName": "grid-pro-cell",
|
|
3505
3483
|
"customElement": true
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "variable",
|
|
3509
|
-
"name": "agDateEditorStyles",
|
|
3510
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3511
|
-
"description": "The AG Select Renderer Styles.",
|
|
3512
|
-
"privacy": "public"
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "function",
|
|
3516
|
-
"name": "getDateEditorTemplate",
|
|
3517
|
-
"parameters": [
|
|
3518
|
-
{
|
|
3519
|
-
"name": "prefix",
|
|
3520
|
-
"default": "'foundation'",
|
|
3521
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3522
|
-
}
|
|
3523
|
-
],
|
|
3524
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3525
|
-
"return": {
|
|
3526
|
-
"type": {
|
|
3527
|
-
"text": ""
|
|
3528
|
-
}
|
|
3529
|
-
},
|
|
3530
|
-
"privacy": "public"
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "variable",
|
|
3534
|
-
"name": "foundationDateEditor",
|
|
3535
|
-
"privacy": "public"
|
|
3536
3484
|
}
|
|
3537
3485
|
],
|
|
3538
3486
|
"exports": [
|
|
3539
3487
|
{
|
|
3540
3488
|
"kind": "js",
|
|
3541
|
-
"name": "
|
|
3542
|
-
"declaration": {
|
|
3543
|
-
"name": "DateEditor",
|
|
3544
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "js",
|
|
3549
|
-
"name": "agDateEditorStyles",
|
|
3550
|
-
"declaration": {
|
|
3551
|
-
"name": "agDateEditorStyles",
|
|
3552
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"kind": "js",
|
|
3557
|
-
"name": "getDateEditorTemplate",
|
|
3489
|
+
"name": "GridProCell",
|
|
3558
3490
|
"declaration": {
|
|
3559
|
-
"name": "
|
|
3560
|
-
"module": "src/cell
|
|
3491
|
+
"name": "GridProCell",
|
|
3492
|
+
"module": "src/cell/cell.ts"
|
|
3561
3493
|
}
|
|
3562
3494
|
},
|
|
3563
3495
|
{
|
|
3564
|
-
"kind": "
|
|
3565
|
-
"name": "
|
|
3496
|
+
"kind": "custom-element-definition",
|
|
3497
|
+
"name": "grid-pro-cell",
|
|
3566
3498
|
"declaration": {
|
|
3567
|
-
"name": "
|
|
3568
|
-
"module": "src/cell
|
|
3499
|
+
"name": "GridProCell",
|
|
3500
|
+
"module": "src/cell/cell.ts"
|
|
3569
3501
|
}
|
|
3570
3502
|
}
|
|
3571
3503
|
]
|
|
3572
3504
|
},
|
|
3573
3505
|
{
|
|
3574
3506
|
"kind": "javascript-module",
|
|
3575
|
-
"path": "src/cell
|
|
3507
|
+
"path": "src/cell/index.ts",
|
|
3576
3508
|
"declarations": [],
|
|
3577
3509
|
"exports": [
|
|
3578
3510
|
{
|
|
@@ -3580,31 +3512,7 @@
|
|
|
3580
3512
|
"name": "*",
|
|
3581
3513
|
"declaration": {
|
|
3582
3514
|
"name": "*",
|
|
3583
|
-
"package": "./
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "js",
|
|
3588
|
-
"name": "*",
|
|
3589
|
-
"declaration": {
|
|
3590
|
-
"name": "*",
|
|
3591
|
-
"package": "./multiselect.editor"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"kind": "js",
|
|
3596
|
-
"name": "*",
|
|
3597
|
-
"declaration": {
|
|
3598
|
-
"name": "*",
|
|
3599
|
-
"package": "./number.editor"
|
|
3600
|
-
}
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"kind": "js",
|
|
3604
|
-
"name": "*",
|
|
3605
|
-
"declaration": {
|
|
3606
|
-
"name": "*",
|
|
3607
|
-
"package": "./select.editor"
|
|
3515
|
+
"package": "./cell.template"
|
|
3608
3516
|
}
|
|
3609
3517
|
},
|
|
3610
3518
|
{
|
|
@@ -3612,36 +3520,64 @@
|
|
|
3612
3520
|
"name": "*",
|
|
3613
3521
|
"declaration": {
|
|
3614
3522
|
"name": "*",
|
|
3615
|
-
"package": "./
|
|
3523
|
+
"package": "./cell"
|
|
3616
3524
|
}
|
|
3617
3525
|
}
|
|
3618
3526
|
]
|
|
3619
3527
|
},
|
|
3620
3528
|
{
|
|
3621
3529
|
"kind": "javascript-module",
|
|
3622
|
-
"path": "src/cell-editors/
|
|
3530
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3623
3531
|
"declarations": [
|
|
3624
3532
|
{
|
|
3625
3533
|
"kind": "class",
|
|
3626
|
-
"description": "The AG
|
|
3627
|
-
"name": "
|
|
3534
|
+
"description": "The AG Date Editor element.",
|
|
3535
|
+
"name": "DateEditor",
|
|
3628
3536
|
"members": [
|
|
3629
3537
|
{
|
|
3630
3538
|
"kind": "field",
|
|
3631
|
-
"name": "
|
|
3539
|
+
"name": "value",
|
|
3632
3540
|
"type": {
|
|
3633
|
-
"text": "
|
|
3541
|
+
"text": "number"
|
|
3634
3542
|
},
|
|
3635
3543
|
"privacy": "public"
|
|
3636
3544
|
},
|
|
3637
3545
|
{
|
|
3638
3546
|
"kind": "field",
|
|
3639
|
-
"name": "
|
|
3547
|
+
"name": "actualWidth",
|
|
3640
3548
|
"type": {
|
|
3641
|
-
"text": "
|
|
3549
|
+
"text": "number"
|
|
3642
3550
|
},
|
|
3643
3551
|
"privacy": "public"
|
|
3644
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "field",
|
|
3555
|
+
"name": "params",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "DateEditorParams"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"kind": "field",
|
|
3562
|
+
"name": "dateFormat",
|
|
3563
|
+
"type": {
|
|
3564
|
+
"text": "string"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"kind": "field",
|
|
3569
|
+
"name": "input",
|
|
3570
|
+
"type": {
|
|
3571
|
+
"text": "any"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"kind": "field",
|
|
3576
|
+
"name": "inputType",
|
|
3577
|
+
"type": {
|
|
3578
|
+
"text": "'datetime-local' | 'date'"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3645
3581
|
{
|
|
3646
3582
|
"kind": "method",
|
|
3647
3583
|
"name": "init",
|
|
@@ -3650,7 +3586,7 @@
|
|
|
3650
3586
|
{
|
|
3651
3587
|
"name": "params",
|
|
3652
3588
|
"type": {
|
|
3653
|
-
"text": "
|
|
3589
|
+
"text": "DateEditorParams"
|
|
3654
3590
|
}
|
|
3655
3591
|
}
|
|
3656
3592
|
]
|
|
@@ -3665,16 +3601,6 @@
|
|
|
3665
3601
|
}
|
|
3666
3602
|
}
|
|
3667
3603
|
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "method",
|
|
3670
|
-
"name": "destroy",
|
|
3671
|
-
"privacy": "public",
|
|
3672
|
-
"return": {
|
|
3673
|
-
"type": {
|
|
3674
|
-
"text": "void"
|
|
3675
|
-
}
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
3604
|
{
|
|
3679
3605
|
"kind": "method",
|
|
3680
3606
|
"name": "refresh",
|
|
@@ -3688,7 +3614,7 @@
|
|
|
3688
3614
|
{
|
|
3689
3615
|
"name": "params",
|
|
3690
3616
|
"type": {
|
|
3691
|
-
"text": "
|
|
3617
|
+
"text": "DateEditorParams"
|
|
3692
3618
|
}
|
|
3693
3619
|
}
|
|
3694
3620
|
]
|
|
@@ -3715,6 +3641,10 @@
|
|
|
3715
3641
|
}
|
|
3716
3642
|
]
|
|
3717
3643
|
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "method",
|
|
3646
|
+
"name": "afterGuiAttached"
|
|
3647
|
+
},
|
|
3718
3648
|
{
|
|
3719
3649
|
"kind": "method",
|
|
3720
3650
|
"name": "isCancelBeforeStart"
|
|
@@ -3835,22 +3765,22 @@
|
|
|
3835
3765
|
"name": "FoundationElement",
|
|
3836
3766
|
"package": "@microsoft/fast-foundation"
|
|
3837
3767
|
},
|
|
3838
|
-
"tagName": "%%prefix%%-
|
|
3768
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3839
3769
|
"customElement": true
|
|
3840
3770
|
},
|
|
3841
3771
|
{
|
|
3842
3772
|
"kind": "variable",
|
|
3843
|
-
"name": "
|
|
3844
|
-
"default": "css
|
|
3773
|
+
"name": "agDateEditorStyles",
|
|
3774
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3845
3775
|
"description": "The AG Select Renderer Styles.",
|
|
3846
3776
|
"privacy": "public"
|
|
3847
3777
|
},
|
|
3848
3778
|
{
|
|
3849
3779
|
"kind": "function",
|
|
3850
|
-
"name": "
|
|
3780
|
+
"name": "getDateEditorTemplate",
|
|
3851
3781
|
"parameters": [
|
|
3852
3782
|
{
|
|
3853
|
-
"name": "
|
|
3783
|
+
"name": "prefix",
|
|
3854
3784
|
"default": "'foundation'",
|
|
3855
3785
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3856
3786
|
}
|
|
@@ -3865,83 +3795,114 @@
|
|
|
3865
3795
|
},
|
|
3866
3796
|
{
|
|
3867
3797
|
"kind": "variable",
|
|
3868
|
-
"name": "
|
|
3798
|
+
"name": "foundationDateEditor",
|
|
3869
3799
|
"privacy": "public"
|
|
3870
3800
|
}
|
|
3871
3801
|
],
|
|
3872
3802
|
"exports": [
|
|
3873
3803
|
{
|
|
3874
3804
|
"kind": "js",
|
|
3875
|
-
"name": "
|
|
3805
|
+
"name": "DateEditor",
|
|
3876
3806
|
"declaration": {
|
|
3877
|
-
"name": "
|
|
3878
|
-
"module": "src/cell-editors/
|
|
3807
|
+
"name": "DateEditor",
|
|
3808
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3879
3809
|
}
|
|
3880
3810
|
},
|
|
3881
3811
|
{
|
|
3882
3812
|
"kind": "js",
|
|
3883
|
-
"name": "
|
|
3813
|
+
"name": "agDateEditorStyles",
|
|
3884
3814
|
"declaration": {
|
|
3885
|
-
"name": "
|
|
3886
|
-
"module": "src/cell-editors/
|
|
3815
|
+
"name": "agDateEditorStyles",
|
|
3816
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3887
3817
|
}
|
|
3888
3818
|
},
|
|
3889
3819
|
{
|
|
3890
3820
|
"kind": "js",
|
|
3891
|
-
"name": "
|
|
3821
|
+
"name": "getDateEditorTemplate",
|
|
3892
3822
|
"declaration": {
|
|
3893
|
-
"name": "
|
|
3894
|
-
"module": "src/cell-editors/
|
|
3823
|
+
"name": "getDateEditorTemplate",
|
|
3824
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3895
3825
|
}
|
|
3896
3826
|
},
|
|
3897
3827
|
{
|
|
3898
3828
|
"kind": "js",
|
|
3899
|
-
"name": "
|
|
3829
|
+
"name": "foundationDateEditor",
|
|
3900
3830
|
"declaration": {
|
|
3901
|
-
"name": "
|
|
3902
|
-
"module": "src/cell-editors/
|
|
3831
|
+
"name": "foundationDateEditor",
|
|
3832
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3903
3833
|
}
|
|
3904
3834
|
}
|
|
3905
3835
|
]
|
|
3906
3836
|
},
|
|
3907
3837
|
{
|
|
3908
3838
|
"kind": "javascript-module",
|
|
3909
|
-
"path": "src/cell-editors/
|
|
3839
|
+
"path": "src/cell-editors/index.ts",
|
|
3840
|
+
"declarations": [],
|
|
3841
|
+
"exports": [
|
|
3842
|
+
{
|
|
3843
|
+
"kind": "js",
|
|
3844
|
+
"name": "*",
|
|
3845
|
+
"declaration": {
|
|
3846
|
+
"name": "*",
|
|
3847
|
+
"package": "./date.editor"
|
|
3848
|
+
}
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"kind": "js",
|
|
3852
|
+
"name": "*",
|
|
3853
|
+
"declaration": {
|
|
3854
|
+
"name": "*",
|
|
3855
|
+
"package": "./multiselect.editor"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"kind": "js",
|
|
3860
|
+
"name": "*",
|
|
3861
|
+
"declaration": {
|
|
3862
|
+
"name": "*",
|
|
3863
|
+
"package": "./number.editor"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"kind": "js",
|
|
3868
|
+
"name": "*",
|
|
3869
|
+
"declaration": {
|
|
3870
|
+
"name": "*",
|
|
3871
|
+
"package": "./select.editor"
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"kind": "js",
|
|
3876
|
+
"name": "*",
|
|
3877
|
+
"declaration": {
|
|
3878
|
+
"name": "*",
|
|
3879
|
+
"package": "./string.editor"
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
]
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"kind": "javascript-module",
|
|
3886
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3910
3887
|
"declarations": [
|
|
3911
3888
|
{
|
|
3912
3889
|
"kind": "class",
|
|
3913
|
-
"description": "The AG
|
|
3914
|
-
"name": "
|
|
3890
|
+
"description": "The AG Multiselect Editor element.",
|
|
3891
|
+
"name": "MultiselectEditor",
|
|
3915
3892
|
"members": [
|
|
3916
3893
|
{
|
|
3917
3894
|
"kind": "field",
|
|
3918
3895
|
"name": "params",
|
|
3919
3896
|
"type": {
|
|
3920
|
-
"text": "
|
|
3921
|
-
},
|
|
3922
|
-
"privacy": "public"
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"kind": "field",
|
|
3926
|
-
"name": "value",
|
|
3927
|
-
"type": {
|
|
3928
|
-
"text": "number"
|
|
3929
|
-
},
|
|
3930
|
-
"privacy": "public"
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "field",
|
|
3934
|
-
"name": "actualWidth",
|
|
3935
|
-
"type": {
|
|
3936
|
-
"text": "number"
|
|
3897
|
+
"text": "MultiselectEditorParams"
|
|
3937
3898
|
},
|
|
3938
3899
|
"privacy": "public"
|
|
3939
3900
|
},
|
|
3940
3901
|
{
|
|
3941
3902
|
"kind": "field",
|
|
3942
|
-
"name": "
|
|
3903
|
+
"name": "selectedOptions",
|
|
3943
3904
|
"type": {
|
|
3944
|
-
"text": "any"
|
|
3905
|
+
"text": "any[]"
|
|
3945
3906
|
},
|
|
3946
3907
|
"privacy": "public"
|
|
3947
3908
|
},
|
|
@@ -3953,7 +3914,7 @@
|
|
|
3953
3914
|
{
|
|
3954
3915
|
"name": "params",
|
|
3955
3916
|
"type": {
|
|
3956
|
-
"text": "
|
|
3917
|
+
"text": "MultiselectEditorParams"
|
|
3957
3918
|
}
|
|
3958
3919
|
}
|
|
3959
3920
|
]
|
|
@@ -3968,6 +3929,16 @@
|
|
|
3968
3929
|
}
|
|
3969
3930
|
}
|
|
3970
3931
|
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "method",
|
|
3934
|
+
"name": "destroy",
|
|
3935
|
+
"privacy": "public",
|
|
3936
|
+
"return": {
|
|
3937
|
+
"type": {
|
|
3938
|
+
"text": "void"
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3971
3942
|
{
|
|
3972
3943
|
"kind": "method",
|
|
3973
3944
|
"name": "refresh",
|
|
@@ -3981,7 +3952,7 @@
|
|
|
3981
3952
|
{
|
|
3982
3953
|
"name": "params",
|
|
3983
3954
|
"type": {
|
|
3984
|
-
"text": "
|
|
3955
|
+
"text": "MultiselectEditorParams"
|
|
3985
3956
|
}
|
|
3986
3957
|
}
|
|
3987
3958
|
]
|
|
@@ -3999,10 +3970,6 @@
|
|
|
3999
3970
|
}
|
|
4000
3971
|
}
|
|
4001
3972
|
},
|
|
4002
|
-
{
|
|
4003
|
-
"kind": "method",
|
|
4004
|
-
"name": "afterGuiAttached"
|
|
4005
|
-
},
|
|
4006
3973
|
{
|
|
4007
3974
|
"kind": "method",
|
|
4008
3975
|
"name": "changeHandler",
|
|
@@ -4132,19 +4099,19 @@
|
|
|
4132
4099
|
"name": "FoundationElement",
|
|
4133
4100
|
"package": "@microsoft/fast-foundation"
|
|
4134
4101
|
},
|
|
4135
|
-
"tagName": "%%prefix%%-
|
|
4102
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4136
4103
|
"customElement": true
|
|
4137
4104
|
},
|
|
4138
4105
|
{
|
|
4139
4106
|
"kind": "variable",
|
|
4140
|
-
"name": "
|
|
4141
|
-
"default": "css
|
|
4142
|
-
"description": "The AG
|
|
4107
|
+
"name": "agMultiselectEditorStyles",
|
|
4108
|
+
"default": "css``",
|
|
4109
|
+
"description": "The AG Select Renderer Styles.",
|
|
4143
4110
|
"privacy": "public"
|
|
4144
4111
|
},
|
|
4145
4112
|
{
|
|
4146
4113
|
"kind": "function",
|
|
4147
|
-
"name": "
|
|
4114
|
+
"name": "getMultiselectEditorTemplate",
|
|
4148
4115
|
"parameters": [
|
|
4149
4116
|
{
|
|
4150
4117
|
"name": "designSystem",
|
|
@@ -4162,59 +4129,59 @@
|
|
|
4162
4129
|
},
|
|
4163
4130
|
{
|
|
4164
4131
|
"kind": "variable",
|
|
4165
|
-
"name": "
|
|
4132
|
+
"name": "foundationMultiselectEditor",
|
|
4166
4133
|
"privacy": "public"
|
|
4167
4134
|
}
|
|
4168
4135
|
],
|
|
4169
4136
|
"exports": [
|
|
4170
4137
|
{
|
|
4171
4138
|
"kind": "js",
|
|
4172
|
-
"name": "
|
|
4139
|
+
"name": "MultiselectEditor",
|
|
4173
4140
|
"declaration": {
|
|
4174
|
-
"name": "
|
|
4175
|
-
"module": "src/cell-editors/
|
|
4141
|
+
"name": "MultiselectEditor",
|
|
4142
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4176
4143
|
}
|
|
4177
4144
|
},
|
|
4178
4145
|
{
|
|
4179
4146
|
"kind": "js",
|
|
4180
|
-
"name": "
|
|
4147
|
+
"name": "agMultiselectEditorStyles",
|
|
4181
4148
|
"declaration": {
|
|
4182
|
-
"name": "
|
|
4183
|
-
"module": "src/cell-editors/
|
|
4149
|
+
"name": "agMultiselectEditorStyles",
|
|
4150
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4184
4151
|
}
|
|
4185
4152
|
},
|
|
4186
4153
|
{
|
|
4187
4154
|
"kind": "js",
|
|
4188
|
-
"name": "
|
|
4155
|
+
"name": "getMultiselectEditorTemplate",
|
|
4189
4156
|
"declaration": {
|
|
4190
|
-
"name": "
|
|
4191
|
-
"module": "src/cell-editors/
|
|
4157
|
+
"name": "getMultiselectEditorTemplate",
|
|
4158
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4192
4159
|
}
|
|
4193
4160
|
},
|
|
4194
4161
|
{
|
|
4195
4162
|
"kind": "js",
|
|
4196
|
-
"name": "
|
|
4163
|
+
"name": "foundationMultiselectEditor",
|
|
4197
4164
|
"declaration": {
|
|
4198
|
-
"name": "
|
|
4199
|
-
"module": "src/cell-editors/
|
|
4165
|
+
"name": "foundationMultiselectEditor",
|
|
4166
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4200
4167
|
}
|
|
4201
4168
|
}
|
|
4202
4169
|
]
|
|
4203
4170
|
},
|
|
4204
4171
|
{
|
|
4205
4172
|
"kind": "javascript-module",
|
|
4206
|
-
"path": "src/cell-editors/
|
|
4173
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4207
4174
|
"declarations": [
|
|
4208
4175
|
{
|
|
4209
4176
|
"kind": "class",
|
|
4210
|
-
"description": "The AG
|
|
4211
|
-
"name": "
|
|
4177
|
+
"description": "The AG Number Editor element.",
|
|
4178
|
+
"name": "NumberEditor",
|
|
4212
4179
|
"members": [
|
|
4213
4180
|
{
|
|
4214
4181
|
"kind": "field",
|
|
4215
4182
|
"name": "params",
|
|
4216
4183
|
"type": {
|
|
4217
|
-
"text": "
|
|
4184
|
+
"text": "NumberEditorParams"
|
|
4218
4185
|
},
|
|
4219
4186
|
"privacy": "public"
|
|
4220
4187
|
},
|
|
@@ -4222,7 +4189,7 @@
|
|
|
4222
4189
|
"kind": "field",
|
|
4223
4190
|
"name": "value",
|
|
4224
4191
|
"type": {
|
|
4225
|
-
"text": "
|
|
4192
|
+
"text": "number"
|
|
4226
4193
|
},
|
|
4227
4194
|
"privacy": "public"
|
|
4228
4195
|
},
|
|
@@ -4236,7 +4203,7 @@
|
|
|
4236
4203
|
},
|
|
4237
4204
|
{
|
|
4238
4205
|
"kind": "field",
|
|
4239
|
-
"name": "
|
|
4206
|
+
"name": "input",
|
|
4240
4207
|
"type": {
|
|
4241
4208
|
"text": "any"
|
|
4242
4209
|
},
|
|
@@ -4250,7 +4217,7 @@
|
|
|
4250
4217
|
{
|
|
4251
4218
|
"name": "params",
|
|
4252
4219
|
"type": {
|
|
4253
|
-
"text": "
|
|
4220
|
+
"text": "NumberEditorParams"
|
|
4254
4221
|
}
|
|
4255
4222
|
}
|
|
4256
4223
|
]
|
|
@@ -4278,7 +4245,7 @@
|
|
|
4278
4245
|
{
|
|
4279
4246
|
"name": "params",
|
|
4280
4247
|
"type": {
|
|
4281
|
-
"text": "
|
|
4248
|
+
"text": "NumberEditorParams"
|
|
4282
4249
|
}
|
|
4283
4250
|
}
|
|
4284
4251
|
]
|
|
@@ -4429,19 +4396,19 @@
|
|
|
4429
4396
|
"name": "FoundationElement",
|
|
4430
4397
|
"package": "@microsoft/fast-foundation"
|
|
4431
4398
|
},
|
|
4432
|
-
"tagName": "%%prefix%%-
|
|
4399
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4433
4400
|
"customElement": true
|
|
4434
4401
|
},
|
|
4435
4402
|
{
|
|
4436
4403
|
"kind": "variable",
|
|
4437
|
-
"name": "
|
|
4438
|
-
"default": "css
|
|
4439
|
-
"description": "The AG
|
|
4404
|
+
"name": "agNumberEditorStyles",
|
|
4405
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4406
|
+
"description": "The AG Number Editor Styles.",
|
|
4440
4407
|
"privacy": "public"
|
|
4441
4408
|
},
|
|
4442
4409
|
{
|
|
4443
4410
|
"kind": "function",
|
|
4444
|
-
"name": "
|
|
4411
|
+
"name": "getNumberEditorTemplate",
|
|
4445
4412
|
"parameters": [
|
|
4446
4413
|
{
|
|
4447
4414
|
"name": "designSystem",
|
|
@@ -4459,59 +4426,59 @@
|
|
|
4459
4426
|
},
|
|
4460
4427
|
{
|
|
4461
4428
|
"kind": "variable",
|
|
4462
|
-
"name": "
|
|
4429
|
+
"name": "foundationNumberEditor",
|
|
4463
4430
|
"privacy": "public"
|
|
4464
4431
|
}
|
|
4465
4432
|
],
|
|
4466
4433
|
"exports": [
|
|
4467
4434
|
{
|
|
4468
4435
|
"kind": "js",
|
|
4469
|
-
"name": "
|
|
4436
|
+
"name": "NumberEditor",
|
|
4470
4437
|
"declaration": {
|
|
4471
|
-
"name": "
|
|
4472
|
-
"module": "src/cell-editors/
|
|
4438
|
+
"name": "NumberEditor",
|
|
4439
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4473
4440
|
}
|
|
4474
4441
|
},
|
|
4475
4442
|
{
|
|
4476
4443
|
"kind": "js",
|
|
4477
|
-
"name": "
|
|
4444
|
+
"name": "agNumberEditorStyles",
|
|
4478
4445
|
"declaration": {
|
|
4479
|
-
"name": "
|
|
4480
|
-
"module": "src/cell-editors/
|
|
4446
|
+
"name": "agNumberEditorStyles",
|
|
4447
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4481
4448
|
}
|
|
4482
4449
|
},
|
|
4483
4450
|
{
|
|
4484
4451
|
"kind": "js",
|
|
4485
|
-
"name": "
|
|
4452
|
+
"name": "getNumberEditorTemplate",
|
|
4486
4453
|
"declaration": {
|
|
4487
|
-
"name": "
|
|
4488
|
-
"module": "src/cell-editors/
|
|
4454
|
+
"name": "getNumberEditorTemplate",
|
|
4455
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4489
4456
|
}
|
|
4490
4457
|
},
|
|
4491
4458
|
{
|
|
4492
4459
|
"kind": "js",
|
|
4493
|
-
"name": "
|
|
4460
|
+
"name": "foundationNumberEditor",
|
|
4494
4461
|
"declaration": {
|
|
4495
|
-
"name": "
|
|
4496
|
-
"module": "src/cell-editors/
|
|
4462
|
+
"name": "foundationNumberEditor",
|
|
4463
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4497
4464
|
}
|
|
4498
4465
|
}
|
|
4499
4466
|
]
|
|
4500
4467
|
},
|
|
4501
4468
|
{
|
|
4502
4469
|
"kind": "javascript-module",
|
|
4503
|
-
"path": "src/cell-editors/
|
|
4470
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4504
4471
|
"declarations": [
|
|
4505
4472
|
{
|
|
4506
4473
|
"kind": "class",
|
|
4507
|
-
"description": "The AG
|
|
4508
|
-
"name": "
|
|
4474
|
+
"description": "The AG Select Editor element.",
|
|
4475
|
+
"name": "SelectEditor",
|
|
4509
4476
|
"members": [
|
|
4510
4477
|
{
|
|
4511
4478
|
"kind": "field",
|
|
4512
4479
|
"name": "params",
|
|
4513
4480
|
"type": {
|
|
4514
|
-
"text": "
|
|
4481
|
+
"text": "SelectEditorParams"
|
|
4515
4482
|
},
|
|
4516
4483
|
"privacy": "public"
|
|
4517
4484
|
},
|
|
@@ -4533,7 +4500,7 @@
|
|
|
4533
4500
|
},
|
|
4534
4501
|
{
|
|
4535
4502
|
"kind": "field",
|
|
4536
|
-
"name": "
|
|
4503
|
+
"name": "combobox",
|
|
4537
4504
|
"type": {
|
|
4538
4505
|
"text": "any"
|
|
4539
4506
|
},
|
|
@@ -4547,7 +4514,7 @@
|
|
|
4547
4514
|
{
|
|
4548
4515
|
"name": "params",
|
|
4549
4516
|
"type": {
|
|
4550
|
-
"text": "
|
|
4517
|
+
"text": "SelectEditorParams"
|
|
4551
4518
|
}
|
|
4552
4519
|
}
|
|
4553
4520
|
]
|
|
@@ -4575,7 +4542,7 @@
|
|
|
4575
4542
|
{
|
|
4576
4543
|
"name": "params",
|
|
4577
4544
|
"type": {
|
|
4578
|
-
"text": "
|
|
4545
|
+
"text": "SelectEditorParams"
|
|
4579
4546
|
}
|
|
4580
4547
|
}
|
|
4581
4548
|
]
|
|
@@ -4726,19 +4693,19 @@
|
|
|
4726
4693
|
"name": "FoundationElement",
|
|
4727
4694
|
"package": "@microsoft/fast-foundation"
|
|
4728
4695
|
},
|
|
4729
|
-
"tagName": "%%prefix%%-
|
|
4696
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4730
4697
|
"customElement": true
|
|
4731
4698
|
},
|
|
4732
4699
|
{
|
|
4733
4700
|
"kind": "variable",
|
|
4734
|
-
"name": "
|
|
4735
|
-
"default": "css
|
|
4736
|
-
"description": "The AG
|
|
4701
|
+
"name": "agSelectEditorStyles",
|
|
4702
|
+
"default": "css``",
|
|
4703
|
+
"description": "The AG Select Renderer Styles.",
|
|
4737
4704
|
"privacy": "public"
|
|
4738
4705
|
},
|
|
4739
4706
|
{
|
|
4740
4707
|
"kind": "function",
|
|
4741
|
-
"name": "
|
|
4708
|
+
"name": "getSelectEditorTemplate",
|
|
4742
4709
|
"parameters": [
|
|
4743
4710
|
{
|
|
4744
4711
|
"name": "designSystem",
|
|
@@ -4746,7 +4713,7 @@
|
|
|
4746
4713
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4747
4714
|
}
|
|
4748
4715
|
],
|
|
4749
|
-
"description": "Get a Design System prefixed
|
|
4716
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4750
4717
|
"return": {
|
|
4751
4718
|
"type": {
|
|
4752
4719
|
"text": ""
|
|
@@ -4756,98 +4723,83 @@
|
|
|
4756
4723
|
},
|
|
4757
4724
|
{
|
|
4758
4725
|
"kind": "variable",
|
|
4759
|
-
"name": "
|
|
4726
|
+
"name": "foundationSelectEditor",
|
|
4760
4727
|
"privacy": "public"
|
|
4761
4728
|
}
|
|
4762
4729
|
],
|
|
4763
4730
|
"exports": [
|
|
4764
4731
|
{
|
|
4765
4732
|
"kind": "js",
|
|
4766
|
-
"name": "
|
|
4733
|
+
"name": "SelectEditor",
|
|
4767
4734
|
"declaration": {
|
|
4768
|
-
"name": "
|
|
4769
|
-
"module": "src/cell-editors/
|
|
4735
|
+
"name": "SelectEditor",
|
|
4736
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4770
4737
|
}
|
|
4771
4738
|
},
|
|
4772
4739
|
{
|
|
4773
4740
|
"kind": "js",
|
|
4774
|
-
"name": "
|
|
4741
|
+
"name": "agSelectEditorStyles",
|
|
4775
4742
|
"declaration": {
|
|
4776
|
-
"name": "
|
|
4777
|
-
"module": "src/cell-editors/
|
|
4743
|
+
"name": "agSelectEditorStyles",
|
|
4744
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4778
4745
|
}
|
|
4779
4746
|
},
|
|
4780
4747
|
{
|
|
4781
4748
|
"kind": "js",
|
|
4782
|
-
"name": "
|
|
4749
|
+
"name": "getSelectEditorTemplate",
|
|
4783
4750
|
"declaration": {
|
|
4784
|
-
"name": "
|
|
4785
|
-
"module": "src/cell-editors/
|
|
4751
|
+
"name": "getSelectEditorTemplate",
|
|
4752
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4786
4753
|
}
|
|
4787
4754
|
},
|
|
4788
4755
|
{
|
|
4789
4756
|
"kind": "js",
|
|
4790
|
-
"name": "
|
|
4791
|
-
"declaration": {
|
|
4792
|
-
"name": "foundationStringEditor",
|
|
4793
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
4794
|
-
}
|
|
4795
|
-
}
|
|
4796
|
-
]
|
|
4797
|
-
},
|
|
4798
|
-
{
|
|
4799
|
-
"kind": "javascript-module",
|
|
4800
|
-
"path": "src/cell/cell.template.ts",
|
|
4801
|
-
"declarations": [
|
|
4802
|
-
{
|
|
4803
|
-
"kind": "variable",
|
|
4804
|
-
"name": "CellTemplate",
|
|
4805
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
4806
|
-
"description": "The Grid Pro Cell Template.",
|
|
4807
|
-
"privacy": "public"
|
|
4808
|
-
}
|
|
4809
|
-
],
|
|
4810
|
-
"exports": [
|
|
4811
|
-
{
|
|
4812
|
-
"kind": "js",
|
|
4813
|
-
"name": "CellTemplate",
|
|
4757
|
+
"name": "foundationSelectEditor",
|
|
4814
4758
|
"declaration": {
|
|
4815
|
-
"name": "
|
|
4816
|
-
"module": "src/cell/
|
|
4759
|
+
"name": "foundationSelectEditor",
|
|
4760
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4817
4761
|
}
|
|
4818
4762
|
}
|
|
4819
4763
|
]
|
|
4820
4764
|
},
|
|
4821
4765
|
{
|
|
4822
4766
|
"kind": "javascript-module",
|
|
4823
|
-
"path": "src/cell/
|
|
4767
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4824
4768
|
"declarations": [
|
|
4825
4769
|
{
|
|
4826
4770
|
"kind": "class",
|
|
4827
|
-
"description": "The
|
|
4828
|
-
"name": "
|
|
4771
|
+
"description": "The AG String Editor element.",
|
|
4772
|
+
"name": "StringEditor",
|
|
4829
4773
|
"members": [
|
|
4830
4774
|
{
|
|
4831
4775
|
"kind": "field",
|
|
4832
|
-
"name": "
|
|
4776
|
+
"name": "params",
|
|
4833
4777
|
"type": {
|
|
4834
|
-
"text": "
|
|
4778
|
+
"text": "StringEditorParams"
|
|
4835
4779
|
},
|
|
4836
4780
|
"privacy": "public"
|
|
4837
4781
|
},
|
|
4838
4782
|
{
|
|
4839
4783
|
"kind": "field",
|
|
4840
|
-
"name": "
|
|
4784
|
+
"name": "value",
|
|
4841
4785
|
"type": {
|
|
4842
|
-
"text": "
|
|
4786
|
+
"text": "string"
|
|
4843
4787
|
},
|
|
4844
4788
|
"privacy": "public"
|
|
4845
4789
|
},
|
|
4846
4790
|
{
|
|
4847
4791
|
"kind": "field",
|
|
4848
|
-
"name": "
|
|
4792
|
+
"name": "actualWidth",
|
|
4849
4793
|
"type": {
|
|
4850
|
-
"text": "
|
|
4794
|
+
"text": "number"
|
|
4795
|
+
},
|
|
4796
|
+
"privacy": "public"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"kind": "field",
|
|
4800
|
+
"name": "input",
|
|
4801
|
+
"type": {
|
|
4802
|
+
"text": "any"
|
|
4851
4803
|
},
|
|
4852
4804
|
"privacy": "public"
|
|
4853
4805
|
},
|
|
@@ -4859,7 +4811,7 @@
|
|
|
4859
4811
|
{
|
|
4860
4812
|
"name": "params",
|
|
4861
4813
|
"type": {
|
|
4862
|
-
"text": "
|
|
4814
|
+
"text": "StringEditorParams"
|
|
4863
4815
|
}
|
|
4864
4816
|
}
|
|
4865
4817
|
]
|
|
@@ -4874,28 +4826,53 @@
|
|
|
4874
4826
|
}
|
|
4875
4827
|
}
|
|
4876
4828
|
},
|
|
4877
|
-
{
|
|
4878
|
-
"kind": "method",
|
|
4879
|
-
"name": "destroy",
|
|
4880
|
-
"privacy": "public"
|
|
4881
|
-
},
|
|
4882
4829
|
{
|
|
4883
4830
|
"kind": "method",
|
|
4884
4831
|
"name": "refresh",
|
|
4885
4832
|
"privacy": "public",
|
|
4833
|
+
"return": {
|
|
4834
|
+
"type": {
|
|
4835
|
+
"text": "boolean"
|
|
4836
|
+
}
|
|
4837
|
+
},
|
|
4886
4838
|
"parameters": [
|
|
4887
4839
|
{
|
|
4888
4840
|
"name": "params",
|
|
4889
4841
|
"type": {
|
|
4890
|
-
"text": "
|
|
4842
|
+
"text": "StringEditorParams"
|
|
4891
4843
|
}
|
|
4892
4844
|
}
|
|
4893
4845
|
]
|
|
4894
4846
|
},
|
|
4895
4847
|
{
|
|
4896
4848
|
"kind": "method",
|
|
4897
|
-
"name": "
|
|
4898
|
-
|
|
4849
|
+
"name": "getValue"
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
"kind": "method",
|
|
4853
|
+
"name": "isPopup",
|
|
4854
|
+
"return": {
|
|
4855
|
+
"type": {
|
|
4856
|
+
"text": "boolean"
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"kind": "method",
|
|
4862
|
+
"name": "afterGuiAttached"
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"kind": "method",
|
|
4866
|
+
"name": "changeHandler",
|
|
4867
|
+
"parameters": [
|
|
4868
|
+
{
|
|
4869
|
+
"name": "event"
|
|
4870
|
+
}
|
|
4871
|
+
]
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"kind": "method",
|
|
4875
|
+
"name": "isCancelBeforeStart"
|
|
4899
4876
|
},
|
|
4900
4877
|
{
|
|
4901
4878
|
"kind": "field",
|
|
@@ -5013,171 +4990,140 @@
|
|
|
5013
4990
|
"name": "FoundationElement",
|
|
5014
4991
|
"package": "@microsoft/fast-foundation"
|
|
5015
4992
|
},
|
|
5016
|
-
"tagName": "
|
|
4993
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5017
4994
|
"customElement": true
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"kind": "variable",
|
|
4998
|
+
"name": "agStringEditorStyles",
|
|
4999
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5000
|
+
"description": "The AG String Renderer Styles.",
|
|
5001
|
+
"privacy": "public"
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"kind": "function",
|
|
5005
|
+
"name": "getStringEditorTemplate",
|
|
5006
|
+
"parameters": [
|
|
5007
|
+
{
|
|
5008
|
+
"name": "designSystem",
|
|
5009
|
+
"default": "'foundation'",
|
|
5010
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5011
|
+
}
|
|
5012
|
+
],
|
|
5013
|
+
"description": "Get a Design System prefixed String template.",
|
|
5014
|
+
"return": {
|
|
5015
|
+
"type": {
|
|
5016
|
+
"text": ""
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
5019
|
+
"privacy": "public"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "variable",
|
|
5023
|
+
"name": "foundationStringEditor",
|
|
5024
|
+
"privacy": "public"
|
|
5018
5025
|
}
|
|
5019
5026
|
],
|
|
5020
5027
|
"exports": [
|
|
5021
5028
|
{
|
|
5022
5029
|
"kind": "js",
|
|
5023
|
-
"name": "
|
|
5030
|
+
"name": "StringEditor",
|
|
5024
5031
|
"declaration": {
|
|
5025
|
-
"name": "
|
|
5026
|
-
"module": "src/cell/
|
|
5032
|
+
"name": "StringEditor",
|
|
5033
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5027
5034
|
}
|
|
5028
5035
|
},
|
|
5029
|
-
{
|
|
5030
|
-
"kind": "custom-element-definition",
|
|
5031
|
-
"name": "grid-pro-cell",
|
|
5032
|
-
"declaration": {
|
|
5033
|
-
"name": "GridProCell",
|
|
5034
|
-
"module": "src/cell/cell.ts"
|
|
5035
|
-
}
|
|
5036
|
-
}
|
|
5037
|
-
]
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "javascript-module",
|
|
5041
|
-
"path": "src/cell/index.ts",
|
|
5042
|
-
"declarations": [],
|
|
5043
|
-
"exports": [
|
|
5044
5036
|
{
|
|
5045
5037
|
"kind": "js",
|
|
5046
|
-
"name": "
|
|
5038
|
+
"name": "agStringEditorStyles",
|
|
5047
5039
|
"declaration": {
|
|
5048
|
-
"name": "
|
|
5049
|
-
"
|
|
5040
|
+
"name": "agStringEditorStyles",
|
|
5041
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5050
5042
|
}
|
|
5051
5043
|
},
|
|
5052
5044
|
{
|
|
5053
5045
|
"kind": "js",
|
|
5054
|
-
"name": "
|
|
5046
|
+
"name": "getStringEditorTemplate",
|
|
5055
5047
|
"declaration": {
|
|
5056
|
-
"name": "
|
|
5057
|
-
"
|
|
5048
|
+
"name": "getStringEditorTemplate",
|
|
5049
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5058
5050
|
}
|
|
5059
|
-
}
|
|
5060
|
-
]
|
|
5061
|
-
},
|
|
5062
|
-
{
|
|
5063
|
-
"kind": "javascript-module",
|
|
5064
|
-
"path": "src/column/column.template.ts",
|
|
5065
|
-
"declarations": [
|
|
5066
|
-
{
|
|
5067
|
-
"kind": "variable",
|
|
5068
|
-
"name": "ColumnTemplate",
|
|
5069
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5070
|
-
"description": "The Grid Pro Column Template.",
|
|
5071
|
-
"privacy": "public"
|
|
5072
|
-
}
|
|
5073
|
-
],
|
|
5074
|
-
"exports": [
|
|
5051
|
+
},
|
|
5075
5052
|
{
|
|
5076
5053
|
"kind": "js",
|
|
5077
|
-
"name": "
|
|
5054
|
+
"name": "foundationStringEditor",
|
|
5078
5055
|
"declaration": {
|
|
5079
|
-
"name": "
|
|
5080
|
-
"module": "src/
|
|
5056
|
+
"name": "foundationStringEditor",
|
|
5057
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5081
5058
|
}
|
|
5082
5059
|
}
|
|
5083
5060
|
]
|
|
5084
5061
|
},
|
|
5085
5062
|
{
|
|
5086
5063
|
"kind": "javascript-module",
|
|
5087
|
-
"path": "src/
|
|
5064
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5088
5065
|
"declarations": [
|
|
5089
5066
|
{
|
|
5090
5067
|
"kind": "class",
|
|
5091
|
-
"description": "The
|
|
5092
|
-
"name": "
|
|
5068
|
+
"description": "The AG Action Renderer element.",
|
|
5069
|
+
"name": "ActionRenderer",
|
|
5093
5070
|
"members": [
|
|
5094
5071
|
{
|
|
5095
5072
|
"kind": "field",
|
|
5096
|
-
"name": "
|
|
5073
|
+
"name": "params",
|
|
5097
5074
|
"type": {
|
|
5098
|
-
"text": "
|
|
5075
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5099
5076
|
},
|
|
5100
5077
|
"privacy": "public"
|
|
5101
5078
|
},
|
|
5102
5079
|
{
|
|
5103
5080
|
"kind": "field",
|
|
5104
|
-
"name": "
|
|
5081
|
+
"name": "pendingAction",
|
|
5105
5082
|
"type": {
|
|
5106
|
-
"text": "
|
|
5083
|
+
"text": "boolean"
|
|
5107
5084
|
},
|
|
5108
|
-
"
|
|
5085
|
+
"privacy": "public"
|
|
5109
5086
|
},
|
|
5110
5087
|
{
|
|
5111
5088
|
"kind": "method",
|
|
5112
|
-
"name": "
|
|
5113
|
-
"privacy": "public"
|
|
5089
|
+
"name": "init",
|
|
5090
|
+
"privacy": "public",
|
|
5091
|
+
"parameters": [
|
|
5092
|
+
{
|
|
5093
|
+
"name": "params",
|
|
5094
|
+
"type": {
|
|
5095
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5096
|
+
}
|
|
5097
|
+
}
|
|
5098
|
+
]
|
|
5114
5099
|
},
|
|
5115
5100
|
{
|
|
5116
5101
|
"kind": "method",
|
|
5117
|
-
"name": "
|
|
5102
|
+
"name": "getGui",
|
|
5103
|
+
"privacy": "public",
|
|
5118
5104
|
"return": {
|
|
5119
5105
|
"type": {
|
|
5120
|
-
"text": "
|
|
5106
|
+
"text": "HTMLElement"
|
|
5121
5107
|
}
|
|
5122
|
-
},
|
|
5123
|
-
"inheritedFrom": {
|
|
5124
|
-
"name": "LifecycleMixin",
|
|
5125
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5126
5108
|
}
|
|
5127
5109
|
},
|
|
5128
5110
|
{
|
|
5129
5111
|
"kind": "method",
|
|
5130
|
-
"name": "
|
|
5131
|
-
"
|
|
5132
|
-
"type": {
|
|
5133
|
-
"text": "Node"
|
|
5134
|
-
}
|
|
5135
|
-
},
|
|
5112
|
+
"name": "refresh",
|
|
5113
|
+
"privacy": "public",
|
|
5136
5114
|
"parameters": [
|
|
5137
5115
|
{
|
|
5138
|
-
"name": "
|
|
5139
|
-
"optional": true,
|
|
5116
|
+
"name": "params",
|
|
5140
5117
|
"type": {
|
|
5141
|
-
"text": "
|
|
5118
|
+
"text": "ICellRendererParams"
|
|
5142
5119
|
}
|
|
5143
5120
|
}
|
|
5144
|
-
]
|
|
5145
|
-
"inheritedFrom": {
|
|
5146
|
-
"name": "LifecycleMixin",
|
|
5147
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5148
|
-
}
|
|
5149
|
-
},
|
|
5150
|
-
{
|
|
5151
|
-
"kind": "field",
|
|
5152
|
-
"name": "shouldRunDisconnect",
|
|
5153
|
-
"return": {
|
|
5154
|
-
"type": {
|
|
5155
|
-
"text": ""
|
|
5156
|
-
}
|
|
5157
|
-
},
|
|
5158
|
-
"readonly": true,
|
|
5159
|
-
"inheritedFrom": {
|
|
5160
|
-
"name": "LifecycleMixin",
|
|
5161
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5162
|
-
}
|
|
5163
|
-
},
|
|
5164
|
-
{
|
|
5165
|
-
"kind": "field",
|
|
5166
|
-
"name": "shouldRunConnect",
|
|
5167
|
-
"return": {
|
|
5168
|
-
"type": {
|
|
5169
|
-
"text": ""
|
|
5170
|
-
}
|
|
5171
|
-
},
|
|
5172
|
-
"readonly": true,
|
|
5173
|
-
"inheritedFrom": {
|
|
5174
|
-
"name": "LifecycleMixin",
|
|
5175
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5176
|
-
}
|
|
5121
|
+
]
|
|
5177
5122
|
},
|
|
5178
5123
|
{
|
|
5179
5124
|
"kind": "method",
|
|
5180
|
-
"name": "
|
|
5125
|
+
"name": "isDisabled",
|
|
5126
|
+
"privacy": "public",
|
|
5181
5127
|
"return": {
|
|
5182
5128
|
"type": {
|
|
5183
5129
|
"text": "boolean"
|
|
@@ -5185,16 +5131,19 @@
|
|
|
5185
5131
|
},
|
|
5186
5132
|
"parameters": [
|
|
5187
5133
|
{
|
|
5188
|
-
"name": "
|
|
5189
|
-
"type": {
|
|
5190
|
-
"text": "Lifecycletype"
|
|
5191
|
-
}
|
|
5134
|
+
"name": "data"
|
|
5192
5135
|
}
|
|
5193
|
-
]
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5136
|
+
]
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"kind": "method",
|
|
5140
|
+
"name": "clickHandler",
|
|
5141
|
+
"privacy": "public"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"kind": "field",
|
|
5145
|
+
"name": "dataTestId",
|
|
5146
|
+
"readonly": true
|
|
5198
5147
|
},
|
|
5199
5148
|
{
|
|
5200
5149
|
"kind": "field",
|
|
@@ -5308,92 +5257,82 @@
|
|
|
5308
5257
|
}
|
|
5309
5258
|
}
|
|
5310
5259
|
],
|
|
5311
|
-
"mixins": [
|
|
5312
|
-
{
|
|
5313
|
-
"name": "LifecycleMixin",
|
|
5314
|
-
"package": "@genesislcap/foundation-utils"
|
|
5315
|
-
}
|
|
5316
|
-
],
|
|
5317
5260
|
"superclass": {
|
|
5318
5261
|
"name": "FoundationElement",
|
|
5319
5262
|
"package": "@microsoft/fast-foundation"
|
|
5320
5263
|
},
|
|
5321
|
-
"tagName": "grid-pro-
|
|
5264
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5322
5265
|
"customElement": true
|
|
5266
|
+
},
|
|
5267
|
+
{
|
|
5268
|
+
"kind": "variable",
|
|
5269
|
+
"name": "actionHeightMultiplier",
|
|
5270
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5271
|
+
"privacy": "public"
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"kind": "variable",
|
|
5275
|
+
"name": "agActionRendererStyles",
|
|
5276
|
+
"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`",
|
|
5277
|
+
"description": "The AG Action Renderer Styles.",
|
|
5278
|
+
"privacy": "public"
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"kind": "variable",
|
|
5282
|
+
"name": "foundationGridProActionRenderer",
|
|
5283
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5284
|
+
"privacy": "public"
|
|
5323
5285
|
}
|
|
5324
5286
|
],
|
|
5325
5287
|
"exports": [
|
|
5326
5288
|
{
|
|
5327
5289
|
"kind": "js",
|
|
5328
|
-
"name": "
|
|
5290
|
+
"name": "ActionRenderer",
|
|
5329
5291
|
"declaration": {
|
|
5330
|
-
"name": "
|
|
5331
|
-
"module": "src/
|
|
5292
|
+
"name": "ActionRenderer",
|
|
5293
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5332
5294
|
}
|
|
5333
5295
|
},
|
|
5334
|
-
{
|
|
5335
|
-
"kind": "custom-element-definition",
|
|
5336
|
-
"name": "grid-pro-column",
|
|
5337
|
-
"declaration": {
|
|
5338
|
-
"name": "GridProColumn",
|
|
5339
|
-
"module": "src/column/column.ts"
|
|
5340
|
-
}
|
|
5341
|
-
}
|
|
5342
|
-
]
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "javascript-module",
|
|
5346
|
-
"path": "src/column/index.ts",
|
|
5347
|
-
"declarations": [],
|
|
5348
|
-
"exports": [
|
|
5349
5296
|
{
|
|
5350
5297
|
"kind": "js",
|
|
5351
|
-
"name": "
|
|
5298
|
+
"name": "actionHeightMultiplier",
|
|
5352
5299
|
"declaration": {
|
|
5353
|
-
"name": "
|
|
5354
|
-
"
|
|
5300
|
+
"name": "actionHeightMultiplier",
|
|
5301
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5355
5302
|
}
|
|
5356
5303
|
},
|
|
5357
5304
|
{
|
|
5358
5305
|
"kind": "js",
|
|
5359
|
-
"name": "
|
|
5306
|
+
"name": "agActionRendererStyles",
|
|
5360
5307
|
"declaration": {
|
|
5361
|
-
"name": "
|
|
5362
|
-
"
|
|
5308
|
+
"name": "agActionRendererStyles",
|
|
5309
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5363
5310
|
}
|
|
5364
5311
|
},
|
|
5365
5312
|
{
|
|
5366
5313
|
"kind": "js",
|
|
5367
|
-
"name": "
|
|
5314
|
+
"name": "foundationGridProActionRenderer",
|
|
5368
5315
|
"declaration": {
|
|
5369
|
-
"name": "
|
|
5370
|
-
"
|
|
5316
|
+
"name": "foundationGridProActionRenderer",
|
|
5317
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5371
5318
|
}
|
|
5372
5319
|
}
|
|
5373
5320
|
]
|
|
5374
5321
|
},
|
|
5375
5322
|
{
|
|
5376
5323
|
"kind": "javascript-module",
|
|
5377
|
-
"path": "src/cell-renderers/
|
|
5324
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5378
5325
|
"declarations": [
|
|
5379
5326
|
{
|
|
5380
5327
|
"kind": "class",
|
|
5381
|
-
"description": "The
|
|
5382
|
-
"name": "
|
|
5328
|
+
"description": "The Actions Menu Renderer element.",
|
|
5329
|
+
"name": "ActionsMenuRenderer",
|
|
5383
5330
|
"members": [
|
|
5384
5331
|
{
|
|
5385
5332
|
"kind": "field",
|
|
5386
5333
|
"name": "params",
|
|
5387
5334
|
"type": {
|
|
5388
|
-
"text": "ICellRendererParams
|
|
5389
|
-
},
|
|
5390
|
-
"privacy": "public"
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"kind": "field",
|
|
5394
|
-
"name": "pendingAction",
|
|
5395
|
-
"type": {
|
|
5396
|
-
"text": "boolean"
|
|
5335
|
+
"text": "ICellRendererParams"
|
|
5397
5336
|
},
|
|
5398
5337
|
"privacy": "public"
|
|
5399
5338
|
},
|
|
@@ -5405,7 +5344,7 @@
|
|
|
5405
5344
|
{
|
|
5406
5345
|
"name": "params",
|
|
5407
5346
|
"type": {
|
|
5408
|
-
"text": "ICellRendererParams
|
|
5347
|
+
"text": "ICellRendererParams"
|
|
5409
5348
|
}
|
|
5410
5349
|
}
|
|
5411
5350
|
]
|
|
@@ -5433,31 +5372,6 @@
|
|
|
5433
5372
|
}
|
|
5434
5373
|
]
|
|
5435
5374
|
},
|
|
5436
|
-
{
|
|
5437
|
-
"kind": "method",
|
|
5438
|
-
"name": "isDisabled",
|
|
5439
|
-
"privacy": "public",
|
|
5440
|
-
"return": {
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "boolean"
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"parameters": [
|
|
5446
|
-
{
|
|
5447
|
-
"name": "data"
|
|
5448
|
-
}
|
|
5449
|
-
]
|
|
5450
|
-
},
|
|
5451
|
-
{
|
|
5452
|
-
"kind": "method",
|
|
5453
|
-
"name": "clickHandler",
|
|
5454
|
-
"privacy": "public"
|
|
5455
|
-
},
|
|
5456
|
-
{
|
|
5457
|
-
"kind": "field",
|
|
5458
|
-
"name": "dataTestId",
|
|
5459
|
-
"readonly": true
|
|
5460
|
-
},
|
|
5461
5375
|
{
|
|
5462
5376
|
"kind": "field",
|
|
5463
5377
|
"name": "_presentation",
|
|
@@ -5574,81 +5488,134 @@
|
|
|
5574
5488
|
"name": "FoundationElement",
|
|
5575
5489
|
"package": "@microsoft/fast-foundation"
|
|
5576
5490
|
},
|
|
5577
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5491
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5578
5492
|
"customElement": true
|
|
5579
5493
|
},
|
|
5580
5494
|
{
|
|
5581
5495
|
"kind": "variable",
|
|
5582
|
-
"name": "
|
|
5583
|
-
"description": "
|
|
5584
|
-
"privacy": "public"
|
|
5585
|
-
},
|
|
5586
|
-
{
|
|
5587
|
-
"kind": "variable",
|
|
5588
|
-
"name": "agActionRendererStyles",
|
|
5589
|
-
"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`",
|
|
5590
|
-
"description": "The AG Action Renderer Styles.",
|
|
5496
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5497
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5591
5498
|
"privacy": "public"
|
|
5592
5499
|
},
|
|
5593
5500
|
{
|
|
5594
|
-
"kind": "
|
|
5595
|
-
"name": "
|
|
5596
|
-
"
|
|
5501
|
+
"kind": "function",
|
|
5502
|
+
"name": "getActionsMenuDef",
|
|
5503
|
+
"return": {
|
|
5504
|
+
"type": {
|
|
5505
|
+
"text": ""
|
|
5506
|
+
}
|
|
5507
|
+
},
|
|
5508
|
+
"parameters": [
|
|
5509
|
+
{
|
|
5510
|
+
"name": "actions",
|
|
5511
|
+
"type": {
|
|
5512
|
+
"text": "ActionMenuItem[]"
|
|
5513
|
+
},
|
|
5514
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5515
|
+
},
|
|
5516
|
+
{
|
|
5517
|
+
"name": "overrideDef",
|
|
5518
|
+
"default": "{}",
|
|
5519
|
+
"type": {
|
|
5520
|
+
"text": "ColDef"
|
|
5521
|
+
},
|
|
5522
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"name": "customActionsOpenerName",
|
|
5526
|
+
"default": "'⋮'",
|
|
5527
|
+
"type": {
|
|
5528
|
+
"text": "string"
|
|
5529
|
+
},
|
|
5530
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"name": "isVertical",
|
|
5534
|
+
"default": "false",
|
|
5535
|
+
"type": {
|
|
5536
|
+
"text": "boolean"
|
|
5537
|
+
},
|
|
5538
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"name": "buttonAppearance",
|
|
5542
|
+
"optional": true,
|
|
5543
|
+
"type": {
|
|
5544
|
+
"text": "string"
|
|
5545
|
+
},
|
|
5546
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5547
|
+
}
|
|
5548
|
+
],
|
|
5549
|
+
"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).",
|
|
5597
5550
|
"privacy": "public"
|
|
5598
5551
|
}
|
|
5599
5552
|
],
|
|
5600
5553
|
"exports": [
|
|
5601
5554
|
{
|
|
5602
5555
|
"kind": "js",
|
|
5603
|
-
"name": "
|
|
5604
|
-
"declaration": {
|
|
5605
|
-
"name": "ActionRenderer",
|
|
5606
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5607
|
-
}
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"kind": "js",
|
|
5611
|
-
"name": "actionHeightMultiplier",
|
|
5556
|
+
"name": "ActionsMenuRenderer",
|
|
5612
5557
|
"declaration": {
|
|
5613
|
-
"name": "
|
|
5614
|
-
"module": "src/cell-renderers/
|
|
5558
|
+
"name": "ActionsMenuRenderer",
|
|
5559
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5615
5560
|
}
|
|
5616
5561
|
},
|
|
5617
5562
|
{
|
|
5618
5563
|
"kind": "js",
|
|
5619
|
-
"name": "
|
|
5564
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5620
5565
|
"declaration": {
|
|
5621
|
-
"name": "
|
|
5622
|
-
"module": "src/cell-renderers/
|
|
5566
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5567
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5623
5568
|
}
|
|
5624
5569
|
},
|
|
5625
5570
|
{
|
|
5626
5571
|
"kind": "js",
|
|
5627
|
-
"name": "
|
|
5572
|
+
"name": "getActionsMenuDef",
|
|
5628
5573
|
"declaration": {
|
|
5629
|
-
"name": "
|
|
5630
|
-
"module": "src/cell-renderers/
|
|
5574
|
+
"name": "getActionsMenuDef",
|
|
5575
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5631
5576
|
}
|
|
5632
5577
|
}
|
|
5633
5578
|
]
|
|
5634
5579
|
},
|
|
5635
5580
|
{
|
|
5636
5581
|
"kind": "javascript-module",
|
|
5637
|
-
"path": "src/cell-renderers/
|
|
5582
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5638
5583
|
"declarations": [
|
|
5639
5584
|
{
|
|
5640
5585
|
"kind": "class",
|
|
5641
|
-
"description": "The
|
|
5642
|
-
"name": "
|
|
5586
|
+
"description": "The AG Boolean Renderer element.",
|
|
5587
|
+
"name": "BooleanRenderer",
|
|
5643
5588
|
"members": [
|
|
5644
5589
|
{
|
|
5645
5590
|
"kind": "field",
|
|
5646
5591
|
"name": "params",
|
|
5647
5592
|
"type": {
|
|
5648
|
-
"text": "ICellRendererParams"
|
|
5593
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5649
5594
|
},
|
|
5650
5595
|
"privacy": "public"
|
|
5651
5596
|
},
|
|
5597
|
+
{
|
|
5598
|
+
"kind": "field",
|
|
5599
|
+
"name": "selected",
|
|
5600
|
+
"type": {
|
|
5601
|
+
"text": "boolean"
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"kind": "method",
|
|
5606
|
+
"name": "isDisabled",
|
|
5607
|
+
"privacy": "public",
|
|
5608
|
+
"return": {
|
|
5609
|
+
"type": {
|
|
5610
|
+
"text": "boolean"
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
"parameters": [
|
|
5614
|
+
{
|
|
5615
|
+
"name": "data"
|
|
5616
|
+
}
|
|
5617
|
+
]
|
|
5618
|
+
},
|
|
5652
5619
|
{
|
|
5653
5620
|
"kind": "method",
|
|
5654
5621
|
"name": "init",
|
|
@@ -5672,6 +5639,11 @@
|
|
|
5672
5639
|
}
|
|
5673
5640
|
}
|
|
5674
5641
|
},
|
|
5642
|
+
{
|
|
5643
|
+
"kind": "method",
|
|
5644
|
+
"name": "destroy",
|
|
5645
|
+
"privacy": "public"
|
|
5646
|
+
},
|
|
5675
5647
|
{
|
|
5676
5648
|
"kind": "method",
|
|
5677
5649
|
"name": "refresh",
|
|
@@ -5685,6 +5657,14 @@
|
|
|
5685
5657
|
}
|
|
5686
5658
|
]
|
|
5687
5659
|
},
|
|
5660
|
+
{
|
|
5661
|
+
"kind": "method",
|
|
5662
|
+
"name": "getValue"
|
|
5663
|
+
},
|
|
5664
|
+
{
|
|
5665
|
+
"kind": "method",
|
|
5666
|
+
"name": "isCancelBeforeStart"
|
|
5667
|
+
},
|
|
5688
5668
|
{
|
|
5689
5669
|
"kind": "field",
|
|
5690
5670
|
"name": "_presentation",
|
|
@@ -5801,134 +5781,92 @@
|
|
|
5801
5781
|
"name": "FoundationElement",
|
|
5802
5782
|
"package": "@microsoft/fast-foundation"
|
|
5803
5783
|
},
|
|
5804
|
-
"tagName": "%%prefix%%-
|
|
5784
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
5805
5785
|
"customElement": true
|
|
5806
5786
|
},
|
|
5807
5787
|
{
|
|
5808
5788
|
"kind": "variable",
|
|
5809
|
-
"name": "
|
|
5810
|
-
"
|
|
5789
|
+
"name": "agBooleanRendererStyles",
|
|
5790
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
5791
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
5811
5792
|
"privacy": "public"
|
|
5812
5793
|
},
|
|
5813
5794
|
{
|
|
5814
5795
|
"kind": "function",
|
|
5815
|
-
"name": "
|
|
5796
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5797
|
+
"parameters": [
|
|
5798
|
+
{
|
|
5799
|
+
"name": "designSystem",
|
|
5800
|
+
"default": "'foundation'",
|
|
5801
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5804
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5816
5805
|
"return": {
|
|
5817
5806
|
"type": {
|
|
5818
5807
|
"text": ""
|
|
5819
5808
|
}
|
|
5820
5809
|
},
|
|
5821
|
-
"
|
|
5822
|
-
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"name": "overrideDef",
|
|
5831
|
-
"default": "{}",
|
|
5832
|
-
"type": {
|
|
5833
|
-
"text": "ColDef"
|
|
5834
|
-
},
|
|
5835
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"name": "customActionsOpenerName",
|
|
5839
|
-
"default": "'⋮'",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "string"
|
|
5842
|
-
},
|
|
5843
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5844
|
-
},
|
|
5845
|
-
{
|
|
5846
|
-
"name": "isVertical",
|
|
5847
|
-
"default": "false",
|
|
5848
|
-
"type": {
|
|
5849
|
-
"text": "boolean"
|
|
5850
|
-
},
|
|
5851
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5852
|
-
},
|
|
5853
|
-
{
|
|
5854
|
-
"name": "buttonAppearance",
|
|
5855
|
-
"optional": true,
|
|
5856
|
-
"type": {
|
|
5857
|
-
"text": "string"
|
|
5858
|
-
},
|
|
5859
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5860
|
-
}
|
|
5861
|
-
],
|
|
5862
|
-
"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).",
|
|
5810
|
+
"privacy": "public"
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "variable",
|
|
5814
|
+
"name": "foundationAgBooleanRenderer",
|
|
5815
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5863
5816
|
"privacy": "public"
|
|
5864
5817
|
}
|
|
5865
5818
|
],
|
|
5866
5819
|
"exports": [
|
|
5867
5820
|
{
|
|
5868
5821
|
"kind": "js",
|
|
5869
|
-
"name": "
|
|
5822
|
+
"name": "BooleanRenderer",
|
|
5870
5823
|
"declaration": {
|
|
5871
|
-
"name": "
|
|
5872
|
-
"module": "src/cell-renderers/
|
|
5824
|
+
"name": "BooleanRenderer",
|
|
5825
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5873
5826
|
}
|
|
5874
5827
|
},
|
|
5875
5828
|
{
|
|
5876
5829
|
"kind": "js",
|
|
5877
|
-
"name": "
|
|
5830
|
+
"name": "agBooleanRendererStyles",
|
|
5878
5831
|
"declaration": {
|
|
5879
|
-
"name": "
|
|
5880
|
-
"module": "src/cell-renderers/
|
|
5832
|
+
"name": "agBooleanRendererStyles",
|
|
5833
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5881
5834
|
}
|
|
5882
5835
|
},
|
|
5883
5836
|
{
|
|
5884
5837
|
"kind": "js",
|
|
5885
|
-
"name": "
|
|
5838
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5886
5839
|
"declaration": {
|
|
5887
|
-
"name": "
|
|
5888
|
-
"module": "src/cell-renderers/
|
|
5840
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5841
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "js",
|
|
5846
|
+
"name": "foundationAgBooleanRenderer",
|
|
5847
|
+
"declaration": {
|
|
5848
|
+
"name": "foundationAgBooleanRenderer",
|
|
5849
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5889
5850
|
}
|
|
5890
5851
|
}
|
|
5891
5852
|
]
|
|
5892
5853
|
},
|
|
5893
5854
|
{
|
|
5894
5855
|
"kind": "javascript-module",
|
|
5895
|
-
"path": "src/cell-renderers/
|
|
5856
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
5896
5857
|
"declarations": [
|
|
5897
5858
|
{
|
|
5898
5859
|
"kind": "class",
|
|
5899
|
-
"description": "The AG
|
|
5900
|
-
"name": "
|
|
5860
|
+
"description": "The AG Editable Renderer element.",
|
|
5861
|
+
"name": "EditableRenderer",
|
|
5901
5862
|
"members": [
|
|
5902
5863
|
{
|
|
5903
5864
|
"kind": "field",
|
|
5904
|
-
"name": "
|
|
5905
|
-
"type": {
|
|
5906
|
-
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5907
|
-
},
|
|
5908
|
-
"privacy": "public"
|
|
5909
|
-
},
|
|
5910
|
-
{
|
|
5911
|
-
"kind": "field",
|
|
5912
|
-
"name": "selected",
|
|
5865
|
+
"name": "valueFormatted",
|
|
5913
5866
|
"type": {
|
|
5914
|
-
"text": "
|
|
5867
|
+
"text": "string"
|
|
5915
5868
|
}
|
|
5916
5869
|
},
|
|
5917
|
-
{
|
|
5918
|
-
"kind": "method",
|
|
5919
|
-
"name": "isDisabled",
|
|
5920
|
-
"privacy": "public",
|
|
5921
|
-
"return": {
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "boolean"
|
|
5924
|
-
}
|
|
5925
|
-
},
|
|
5926
|
-
"parameters": [
|
|
5927
|
-
{
|
|
5928
|
-
"name": "data"
|
|
5929
|
-
}
|
|
5930
|
-
]
|
|
5931
|
-
},
|
|
5932
5870
|
{
|
|
5933
5871
|
"kind": "method",
|
|
5934
5872
|
"name": "init",
|
|
@@ -5952,11 +5890,6 @@
|
|
|
5952
5890
|
}
|
|
5953
5891
|
}
|
|
5954
5892
|
},
|
|
5955
|
-
{
|
|
5956
|
-
"kind": "method",
|
|
5957
|
-
"name": "destroy",
|
|
5958
|
-
"privacy": "public"
|
|
5959
|
-
},
|
|
5960
5893
|
{
|
|
5961
5894
|
"kind": "method",
|
|
5962
5895
|
"name": "refresh",
|
|
@@ -5970,14 +5903,6 @@
|
|
|
5970
5903
|
}
|
|
5971
5904
|
]
|
|
5972
5905
|
},
|
|
5973
|
-
{
|
|
5974
|
-
"kind": "method",
|
|
5975
|
-
"name": "getValue"
|
|
5976
|
-
},
|
|
5977
|
-
{
|
|
5978
|
-
"kind": "method",
|
|
5979
|
-
"name": "isCancelBeforeStart"
|
|
5980
|
-
},
|
|
5981
5906
|
{
|
|
5982
5907
|
"kind": "field",
|
|
5983
5908
|
"name": "_presentation",
|
|
@@ -6094,19 +6019,19 @@
|
|
|
6094
6019
|
"name": "FoundationElement",
|
|
6095
6020
|
"package": "@microsoft/fast-foundation"
|
|
6096
6021
|
},
|
|
6097
|
-
"tagName": "%%prefix%%-
|
|
6022
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6098
6023
|
"customElement": true
|
|
6099
6024
|
},
|
|
6100
6025
|
{
|
|
6101
6026
|
"kind": "variable",
|
|
6102
|
-
"name": "
|
|
6103
|
-
"default": "css`\n :host {\n
|
|
6104
|
-
"description": "The AG
|
|
6027
|
+
"name": "agEditableRendererStyles",
|
|
6028
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6029
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6105
6030
|
"privacy": "public"
|
|
6106
6031
|
},
|
|
6107
6032
|
{
|
|
6108
6033
|
"kind": "function",
|
|
6109
|
-
"name": "
|
|
6034
|
+
"name": "getAgEditableRendererTemplate",
|
|
6110
6035
|
"parameters": [
|
|
6111
6036
|
{
|
|
6112
6037
|
"name": "designSystem",
|
|
@@ -6124,289 +6049,51 @@
|
|
|
6124
6049
|
},
|
|
6125
6050
|
{
|
|
6126
6051
|
"kind": "variable",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"description": "A function that returns a Foundation
|
|
6052
|
+
"name": "foundationAgEditableRenderer",
|
|
6053
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6129
6054
|
"privacy": "public"
|
|
6130
6055
|
}
|
|
6131
6056
|
],
|
|
6132
6057
|
"exports": [
|
|
6133
6058
|
{
|
|
6134
6059
|
"kind": "js",
|
|
6135
|
-
"name": "
|
|
6060
|
+
"name": "EditableRenderer",
|
|
6136
6061
|
"declaration": {
|
|
6137
|
-
"name": "
|
|
6138
|
-
"module": "src/cell-renderers/
|
|
6062
|
+
"name": "EditableRenderer",
|
|
6063
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6139
6064
|
}
|
|
6140
6065
|
},
|
|
6141
6066
|
{
|
|
6142
6067
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6068
|
+
"name": "agEditableRendererStyles",
|
|
6144
6069
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/cell-renderers/
|
|
6070
|
+
"name": "agEditableRendererStyles",
|
|
6071
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6147
6072
|
}
|
|
6148
6073
|
},
|
|
6149
6074
|
{
|
|
6150
6075
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6076
|
+
"name": "getAgEditableRendererTemplate",
|
|
6152
6077
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/cell-renderers/
|
|
6078
|
+
"name": "getAgEditableRendererTemplate",
|
|
6079
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6155
6080
|
}
|
|
6156
6081
|
},
|
|
6157
6082
|
{
|
|
6158
6083
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6084
|
+
"name": "foundationAgEditableRenderer",
|
|
6160
6085
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-renderers/
|
|
6086
|
+
"name": "foundationAgEditableRenderer",
|
|
6087
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6163
6088
|
}
|
|
6164
6089
|
}
|
|
6165
6090
|
]
|
|
6166
6091
|
},
|
|
6167
6092
|
{
|
|
6168
6093
|
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/cell-renderers/
|
|
6170
|
-
"declarations": [
|
|
6171
|
-
|
|
6172
|
-
"kind": "class",
|
|
6173
|
-
"description": "The AG Editable Renderer element.",
|
|
6174
|
-
"name": "EditableRenderer",
|
|
6175
|
-
"members": [
|
|
6176
|
-
{
|
|
6177
|
-
"kind": "field",
|
|
6178
|
-
"name": "valueFormatted",
|
|
6179
|
-
"type": {
|
|
6180
|
-
"text": "string"
|
|
6181
|
-
}
|
|
6182
|
-
},
|
|
6183
|
-
{
|
|
6184
|
-
"kind": "method",
|
|
6185
|
-
"name": "init",
|
|
6186
|
-
"privacy": "public",
|
|
6187
|
-
"parameters": [
|
|
6188
|
-
{
|
|
6189
|
-
"name": "params",
|
|
6190
|
-
"type": {
|
|
6191
|
-
"text": "ICellRendererParams"
|
|
6192
|
-
}
|
|
6193
|
-
}
|
|
6194
|
-
]
|
|
6195
|
-
},
|
|
6196
|
-
{
|
|
6197
|
-
"kind": "method",
|
|
6198
|
-
"name": "getGui",
|
|
6199
|
-
"privacy": "public",
|
|
6200
|
-
"return": {
|
|
6201
|
-
"type": {
|
|
6202
|
-
"text": "HTMLElement"
|
|
6203
|
-
}
|
|
6204
|
-
}
|
|
6205
|
-
},
|
|
6206
|
-
{
|
|
6207
|
-
"kind": "method",
|
|
6208
|
-
"name": "refresh",
|
|
6209
|
-
"privacy": "public",
|
|
6210
|
-
"parameters": [
|
|
6211
|
-
{
|
|
6212
|
-
"name": "params",
|
|
6213
|
-
"type": {
|
|
6214
|
-
"text": "ICellRendererParams"
|
|
6215
|
-
}
|
|
6216
|
-
}
|
|
6217
|
-
]
|
|
6218
|
-
},
|
|
6219
|
-
{
|
|
6220
|
-
"kind": "field",
|
|
6221
|
-
"name": "_presentation",
|
|
6222
|
-
"type": {
|
|
6223
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6224
|
-
},
|
|
6225
|
-
"privacy": "private",
|
|
6226
|
-
"default": "void 0",
|
|
6227
|
-
"inheritedFrom": {
|
|
6228
|
-
"name": "FoundationElement",
|
|
6229
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6230
|
-
}
|
|
6231
|
-
},
|
|
6232
|
-
{
|
|
6233
|
-
"kind": "field",
|
|
6234
|
-
"name": "$presentation",
|
|
6235
|
-
"type": {
|
|
6236
|
-
"text": "ComponentPresentation | null"
|
|
6237
|
-
},
|
|
6238
|
-
"privacy": "public",
|
|
6239
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6240
|
-
"inheritedFrom": {
|
|
6241
|
-
"name": "FoundationElement",
|
|
6242
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6243
|
-
}
|
|
6244
|
-
},
|
|
6245
|
-
{
|
|
6246
|
-
"kind": "field",
|
|
6247
|
-
"name": "template",
|
|
6248
|
-
"type": {
|
|
6249
|
-
"text": "ElementViewTemplate | void | null"
|
|
6250
|
-
},
|
|
6251
|
-
"privacy": "public",
|
|
6252
|
-
"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.",
|
|
6253
|
-
"inheritedFrom": {
|
|
6254
|
-
"name": "FoundationElement",
|
|
6255
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6256
|
-
}
|
|
6257
|
-
},
|
|
6258
|
-
{
|
|
6259
|
-
"kind": "method",
|
|
6260
|
-
"name": "templateChanged",
|
|
6261
|
-
"privacy": "protected",
|
|
6262
|
-
"return": {
|
|
6263
|
-
"type": {
|
|
6264
|
-
"text": "void"
|
|
6265
|
-
}
|
|
6266
|
-
},
|
|
6267
|
-
"inheritedFrom": {
|
|
6268
|
-
"name": "FoundationElement",
|
|
6269
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6270
|
-
}
|
|
6271
|
-
},
|
|
6272
|
-
{
|
|
6273
|
-
"kind": "field",
|
|
6274
|
-
"name": "styles",
|
|
6275
|
-
"type": {
|
|
6276
|
-
"text": "ElementStyles | void | null"
|
|
6277
|
-
},
|
|
6278
|
-
"privacy": "public",
|
|
6279
|
-
"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.",
|
|
6280
|
-
"inheritedFrom": {
|
|
6281
|
-
"name": "FoundationElement",
|
|
6282
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6283
|
-
}
|
|
6284
|
-
},
|
|
6285
|
-
{
|
|
6286
|
-
"kind": "method",
|
|
6287
|
-
"name": "stylesChanged",
|
|
6288
|
-
"privacy": "protected",
|
|
6289
|
-
"return": {
|
|
6290
|
-
"type": {
|
|
6291
|
-
"text": "void"
|
|
6292
|
-
}
|
|
6293
|
-
},
|
|
6294
|
-
"inheritedFrom": {
|
|
6295
|
-
"name": "FoundationElement",
|
|
6296
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6297
|
-
}
|
|
6298
|
-
},
|
|
6299
|
-
{
|
|
6300
|
-
"kind": "method",
|
|
6301
|
-
"name": "compose",
|
|
6302
|
-
"privacy": "public",
|
|
6303
|
-
"static": true,
|
|
6304
|
-
"return": {
|
|
6305
|
-
"type": {
|
|
6306
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6307
|
-
}
|
|
6308
|
-
},
|
|
6309
|
-
"parameters": [
|
|
6310
|
-
{
|
|
6311
|
-
"name": "this",
|
|
6312
|
-
"type": {
|
|
6313
|
-
"text": "K"
|
|
6314
|
-
}
|
|
6315
|
-
},
|
|
6316
|
-
{
|
|
6317
|
-
"name": "elementDefinition",
|
|
6318
|
-
"type": {
|
|
6319
|
-
"text": "T"
|
|
6320
|
-
},
|
|
6321
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6322
|
-
}
|
|
6323
|
-
],
|
|
6324
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6325
|
-
"inheritedFrom": {
|
|
6326
|
-
"name": "FoundationElement",
|
|
6327
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6328
|
-
}
|
|
6329
|
-
}
|
|
6330
|
-
],
|
|
6331
|
-
"superclass": {
|
|
6332
|
-
"name": "FoundationElement",
|
|
6333
|
-
"package": "@microsoft/fast-foundation"
|
|
6334
|
-
},
|
|
6335
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
6336
|
-
"customElement": true
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"kind": "variable",
|
|
6340
|
-
"name": "agEditableRendererStyles",
|
|
6341
|
-
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6342
|
-
"description": "The AG Editable Renderer Styles.",
|
|
6343
|
-
"privacy": "public"
|
|
6344
|
-
},
|
|
6345
|
-
{
|
|
6346
|
-
"kind": "function",
|
|
6347
|
-
"name": "getAgEditableRendererTemplate",
|
|
6348
|
-
"parameters": [
|
|
6349
|
-
{
|
|
6350
|
-
"name": "designSystem",
|
|
6351
|
-
"default": "'foundation'",
|
|
6352
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6353
|
-
}
|
|
6354
|
-
],
|
|
6355
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6356
|
-
"return": {
|
|
6357
|
-
"type": {
|
|
6358
|
-
"text": ""
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
|
-
"privacy": "public"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"kind": "variable",
|
|
6365
|
-
"name": "foundationAgEditableRenderer",
|
|
6366
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6367
|
-
"privacy": "public"
|
|
6368
|
-
}
|
|
6369
|
-
],
|
|
6370
|
-
"exports": [
|
|
6371
|
-
{
|
|
6372
|
-
"kind": "js",
|
|
6373
|
-
"name": "EditableRenderer",
|
|
6374
|
-
"declaration": {
|
|
6375
|
-
"name": "EditableRenderer",
|
|
6376
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6377
|
-
}
|
|
6378
|
-
},
|
|
6379
|
-
{
|
|
6380
|
-
"kind": "js",
|
|
6381
|
-
"name": "agEditableRendererStyles",
|
|
6382
|
-
"declaration": {
|
|
6383
|
-
"name": "agEditableRendererStyles",
|
|
6384
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6385
|
-
}
|
|
6386
|
-
},
|
|
6387
|
-
{
|
|
6388
|
-
"kind": "js",
|
|
6389
|
-
"name": "getAgEditableRendererTemplate",
|
|
6390
|
-
"declaration": {
|
|
6391
|
-
"name": "getAgEditableRendererTemplate",
|
|
6392
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6393
|
-
}
|
|
6394
|
-
},
|
|
6395
|
-
{
|
|
6396
|
-
"kind": "js",
|
|
6397
|
-
"name": "foundationAgEditableRenderer",
|
|
6398
|
-
"declaration": {
|
|
6399
|
-
"name": "foundationAgEditableRenderer",
|
|
6400
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6401
|
-
}
|
|
6402
|
-
}
|
|
6403
|
-
]
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"kind": "javascript-module",
|
|
6407
|
-
"path": "src/cell-renderers/index.ts",
|
|
6408
|
-
"declarations": [],
|
|
6409
|
-
"exports": [
|
|
6094
|
+
"path": "src/cell-renderers/index.ts",
|
|
6095
|
+
"declarations": [],
|
|
6096
|
+
"exports": [
|
|
6410
6097
|
{
|
|
6411
6098
|
"kind": "js",
|
|
6412
6099
|
"name": "*",
|
|
@@ -6827,15 +6514,277 @@
|
|
|
6827
6514
|
}
|
|
6828
6515
|
]
|
|
6829
6516
|
},
|
|
6830
|
-
{
|
|
6831
|
-
"kind": "method",
|
|
6832
|
-
"name": "destroy",
|
|
6833
|
-
"return": {
|
|
6834
|
-
"type": {
|
|
6835
|
-
"text": "void"
|
|
6836
|
-
}
|
|
6837
|
-
}
|
|
6838
|
-
},
|
|
6517
|
+
{
|
|
6518
|
+
"kind": "method",
|
|
6519
|
+
"name": "destroy",
|
|
6520
|
+
"return": {
|
|
6521
|
+
"type": {
|
|
6522
|
+
"text": "void"
|
|
6523
|
+
}
|
|
6524
|
+
}
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"kind": "field",
|
|
6528
|
+
"name": "_presentation",
|
|
6529
|
+
"type": {
|
|
6530
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6531
|
+
},
|
|
6532
|
+
"privacy": "private",
|
|
6533
|
+
"default": "void 0",
|
|
6534
|
+
"inheritedFrom": {
|
|
6535
|
+
"name": "FoundationElement",
|
|
6536
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"kind": "field",
|
|
6541
|
+
"name": "$presentation",
|
|
6542
|
+
"type": {
|
|
6543
|
+
"text": "ComponentPresentation | null"
|
|
6544
|
+
},
|
|
6545
|
+
"privacy": "public",
|
|
6546
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6547
|
+
"inheritedFrom": {
|
|
6548
|
+
"name": "FoundationElement",
|
|
6549
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6550
|
+
}
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"kind": "field",
|
|
6554
|
+
"name": "template",
|
|
6555
|
+
"type": {
|
|
6556
|
+
"text": "ElementViewTemplate | void | null"
|
|
6557
|
+
},
|
|
6558
|
+
"privacy": "public",
|
|
6559
|
+
"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.",
|
|
6560
|
+
"inheritedFrom": {
|
|
6561
|
+
"name": "FoundationElement",
|
|
6562
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6563
|
+
}
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"kind": "method",
|
|
6567
|
+
"name": "templateChanged",
|
|
6568
|
+
"privacy": "protected",
|
|
6569
|
+
"return": {
|
|
6570
|
+
"type": {
|
|
6571
|
+
"text": "void"
|
|
6572
|
+
}
|
|
6573
|
+
},
|
|
6574
|
+
"inheritedFrom": {
|
|
6575
|
+
"name": "FoundationElement",
|
|
6576
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"kind": "field",
|
|
6581
|
+
"name": "styles",
|
|
6582
|
+
"type": {
|
|
6583
|
+
"text": "ElementStyles | void | null"
|
|
6584
|
+
},
|
|
6585
|
+
"privacy": "public",
|
|
6586
|
+
"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.",
|
|
6587
|
+
"inheritedFrom": {
|
|
6588
|
+
"name": "FoundationElement",
|
|
6589
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6590
|
+
}
|
|
6591
|
+
},
|
|
6592
|
+
{
|
|
6593
|
+
"kind": "method",
|
|
6594
|
+
"name": "stylesChanged",
|
|
6595
|
+
"privacy": "protected",
|
|
6596
|
+
"return": {
|
|
6597
|
+
"type": {
|
|
6598
|
+
"text": "void"
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
"inheritedFrom": {
|
|
6602
|
+
"name": "FoundationElement",
|
|
6603
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6604
|
+
}
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"kind": "method",
|
|
6608
|
+
"name": "compose",
|
|
6609
|
+
"privacy": "public",
|
|
6610
|
+
"static": true,
|
|
6611
|
+
"return": {
|
|
6612
|
+
"type": {
|
|
6613
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6614
|
+
}
|
|
6615
|
+
},
|
|
6616
|
+
"parameters": [
|
|
6617
|
+
{
|
|
6618
|
+
"name": "this",
|
|
6619
|
+
"type": {
|
|
6620
|
+
"text": "K"
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "elementDefinition",
|
|
6625
|
+
"type": {
|
|
6626
|
+
"text": "T"
|
|
6627
|
+
},
|
|
6628
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6629
|
+
}
|
|
6630
|
+
],
|
|
6631
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6632
|
+
"inheritedFrom": {
|
|
6633
|
+
"name": "FoundationElement",
|
|
6634
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6635
|
+
}
|
|
6636
|
+
}
|
|
6637
|
+
],
|
|
6638
|
+
"superclass": {
|
|
6639
|
+
"name": "FoundationElement",
|
|
6640
|
+
"package": "@microsoft/fast-foundation"
|
|
6641
|
+
},
|
|
6642
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6643
|
+
"customElement": true
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"kind": "variable",
|
|
6647
|
+
"name": "foundationStatusPillRenderer",
|
|
6648
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
6649
|
+
"privacy": "public"
|
|
6650
|
+
}
|
|
6651
|
+
],
|
|
6652
|
+
"exports": [
|
|
6653
|
+
{
|
|
6654
|
+
"kind": "js",
|
|
6655
|
+
"name": "agStatusPillRendererStyles",
|
|
6656
|
+
"declaration": {
|
|
6657
|
+
"name": "agStatusPillRendererStyles",
|
|
6658
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6659
|
+
}
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"kind": "js",
|
|
6663
|
+
"name": "getStatusPillRendererTemplate",
|
|
6664
|
+
"declaration": {
|
|
6665
|
+
"name": "getStatusPillRendererTemplate",
|
|
6666
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6667
|
+
}
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"kind": "js",
|
|
6671
|
+
"name": "StatusPillRenderer",
|
|
6672
|
+
"declaration": {
|
|
6673
|
+
"name": "StatusPillRenderer",
|
|
6674
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6675
|
+
}
|
|
6676
|
+
},
|
|
6677
|
+
{
|
|
6678
|
+
"kind": "js",
|
|
6679
|
+
"name": "foundationStatusPillRenderer",
|
|
6680
|
+
"declaration": {
|
|
6681
|
+
"name": "foundationStatusPillRenderer",
|
|
6682
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6683
|
+
}
|
|
6684
|
+
}
|
|
6685
|
+
]
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"kind": "javascript-module",
|
|
6689
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
6690
|
+
"declarations": [
|
|
6691
|
+
{
|
|
6692
|
+
"kind": "class",
|
|
6693
|
+
"description": "The AG Text Field Renderer element.",
|
|
6694
|
+
"name": "AgTextFieldRenderer",
|
|
6695
|
+
"members": [
|
|
6696
|
+
{
|
|
6697
|
+
"kind": "field",
|
|
6698
|
+
"name": "textField",
|
|
6699
|
+
"type": {
|
|
6700
|
+
"text": "TextField"
|
|
6701
|
+
},
|
|
6702
|
+
"privacy": "public"
|
|
6703
|
+
},
|
|
6704
|
+
{
|
|
6705
|
+
"kind": "field",
|
|
6706
|
+
"name": "textValue",
|
|
6707
|
+
"type": {
|
|
6708
|
+
"text": "string"
|
|
6709
|
+
},
|
|
6710
|
+
"default": "''"
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
"kind": "field",
|
|
6714
|
+
"name": "params",
|
|
6715
|
+
"type": {
|
|
6716
|
+
"text": "FuiCellRendererParams"
|
|
6717
|
+
},
|
|
6718
|
+
"privacy": "public"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"kind": "method",
|
|
6722
|
+
"name": "init",
|
|
6723
|
+
"privacy": "public",
|
|
6724
|
+
"parameters": [
|
|
6725
|
+
{
|
|
6726
|
+
"name": "params",
|
|
6727
|
+
"type": {
|
|
6728
|
+
"text": "FuiCellRendererParams"
|
|
6729
|
+
}
|
|
6730
|
+
}
|
|
6731
|
+
]
|
|
6732
|
+
},
|
|
6733
|
+
{
|
|
6734
|
+
"kind": "method",
|
|
6735
|
+
"name": "getGui",
|
|
6736
|
+
"privacy": "public",
|
|
6737
|
+
"return": {
|
|
6738
|
+
"type": {
|
|
6739
|
+
"text": "HTMLElement"
|
|
6740
|
+
}
|
|
6741
|
+
}
|
|
6742
|
+
},
|
|
6743
|
+
{
|
|
6744
|
+
"kind": "method",
|
|
6745
|
+
"name": "destroy",
|
|
6746
|
+
"privacy": "public"
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"kind": "method",
|
|
6750
|
+
"name": "refresh",
|
|
6751
|
+
"privacy": "public",
|
|
6752
|
+
"parameters": [
|
|
6753
|
+
{
|
|
6754
|
+
"name": "params",
|
|
6755
|
+
"type": {
|
|
6756
|
+
"text": "FuiCellRendererParams"
|
|
6757
|
+
}
|
|
6758
|
+
}
|
|
6759
|
+
]
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"kind": "method",
|
|
6763
|
+
"name": "isDisabled",
|
|
6764
|
+
"privacy": "public",
|
|
6765
|
+
"return": {
|
|
6766
|
+
"type": {
|
|
6767
|
+
"text": "boolean"
|
|
6768
|
+
}
|
|
6769
|
+
},
|
|
6770
|
+
"parameters": [
|
|
6771
|
+
{
|
|
6772
|
+
"name": "data"
|
|
6773
|
+
}
|
|
6774
|
+
]
|
|
6775
|
+
},
|
|
6776
|
+
{
|
|
6777
|
+
"kind": "field",
|
|
6778
|
+
"name": "textChanged",
|
|
6779
|
+
"privacy": "public",
|
|
6780
|
+
"description": "On text change handler",
|
|
6781
|
+
"parameters": [
|
|
6782
|
+
{
|
|
6783
|
+
"description": "CustomEvent",
|
|
6784
|
+
"name": "e"
|
|
6785
|
+
}
|
|
6786
|
+
]
|
|
6787
|
+
},
|
|
6839
6788
|
{
|
|
6840
6789
|
"kind": "field",
|
|
6841
6790
|
"name": "_presentation",
|
|
@@ -6952,59 +6901,91 @@
|
|
|
6952
6901
|
"name": "FoundationElement",
|
|
6953
6902
|
"package": "@microsoft/fast-foundation"
|
|
6954
6903
|
},
|
|
6955
|
-
"tagName": "%%prefix%%-
|
|
6904
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
6956
6905
|
"customElement": true
|
|
6957
6906
|
},
|
|
6958
6907
|
{
|
|
6959
6908
|
"kind": "variable",
|
|
6960
|
-
"name": "
|
|
6961
|
-
"
|
|
6909
|
+
"name": "textFieldRendererStyles",
|
|
6910
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
6911
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6912
|
+
"privacy": "public"
|
|
6913
|
+
},
|
|
6914
|
+
{
|
|
6915
|
+
"kind": "function",
|
|
6916
|
+
"name": "getTextFieldRendererTemplate",
|
|
6917
|
+
"parameters": [
|
|
6918
|
+
{
|
|
6919
|
+
"name": "designSystem",
|
|
6920
|
+
"default": "'foundation'",
|
|
6921
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6922
|
+
}
|
|
6923
|
+
],
|
|
6924
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
6925
|
+
"return": {
|
|
6926
|
+
"type": {
|
|
6927
|
+
"text": ""
|
|
6928
|
+
}
|
|
6929
|
+
},
|
|
6930
|
+
"privacy": "public"
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"kind": "variable",
|
|
6934
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6935
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6962
6936
|
"privacy": "public"
|
|
6963
6937
|
}
|
|
6964
6938
|
],
|
|
6965
6939
|
"exports": [
|
|
6966
6940
|
{
|
|
6967
6941
|
"kind": "js",
|
|
6968
|
-
"name": "
|
|
6942
|
+
"name": "AgTextFieldRenderer",
|
|
6969
6943
|
"declaration": {
|
|
6970
|
-
"name": "
|
|
6971
|
-
"module": "src/cell-renderers/
|
|
6944
|
+
"name": "AgTextFieldRenderer",
|
|
6945
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6972
6946
|
}
|
|
6973
6947
|
},
|
|
6974
6948
|
{
|
|
6975
6949
|
"kind": "js",
|
|
6976
|
-
"name": "
|
|
6950
|
+
"name": "textFieldRendererStyles",
|
|
6977
6951
|
"declaration": {
|
|
6978
|
-
"name": "
|
|
6979
|
-
"module": "src/cell-renderers/
|
|
6952
|
+
"name": "textFieldRendererStyles",
|
|
6953
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6980
6954
|
}
|
|
6981
6955
|
},
|
|
6982
6956
|
{
|
|
6983
6957
|
"kind": "js",
|
|
6984
|
-
"name": "
|
|
6958
|
+
"name": "getTextFieldRendererTemplate",
|
|
6985
6959
|
"declaration": {
|
|
6986
|
-
"name": "
|
|
6987
|
-
"module": "src/cell-renderers/
|
|
6960
|
+
"name": "getTextFieldRendererTemplate",
|
|
6961
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6988
6962
|
}
|
|
6989
6963
|
},
|
|
6990
6964
|
{
|
|
6991
6965
|
"kind": "js",
|
|
6992
|
-
"name": "
|
|
6966
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6993
6967
|
"declaration": {
|
|
6994
|
-
"name": "
|
|
6995
|
-
"module": "src/cell-renderers/
|
|
6968
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6969
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6996
6970
|
}
|
|
6997
6971
|
}
|
|
6998
6972
|
]
|
|
6999
6973
|
},
|
|
7000
6974
|
{
|
|
7001
6975
|
"kind": "javascript-module",
|
|
7002
|
-
"path": "src/cell-renderers/text
|
|
6976
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7003
6977
|
"declarations": [
|
|
7004
6978
|
{
|
|
7005
6979
|
"kind": "class",
|
|
7006
|
-
"description": "
|
|
7007
|
-
"name": "
|
|
6980
|
+
"description": "",
|
|
6981
|
+
"name": "AgTextRenderer",
|
|
6982
|
+
"superclass": {
|
|
6983
|
+
"name": "AgTextFieldRenderer",
|
|
6984
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
6985
|
+
},
|
|
6986
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
6987
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
6988
|
+
"customElement": true,
|
|
7008
6989
|
"members": [
|
|
7009
6990
|
{
|
|
7010
6991
|
"kind": "field",
|
|
@@ -7012,7 +6993,11 @@
|
|
|
7012
6993
|
"type": {
|
|
7013
6994
|
"text": "TextField"
|
|
7014
6995
|
},
|
|
7015
|
-
"privacy": "public"
|
|
6996
|
+
"privacy": "public",
|
|
6997
|
+
"inheritedFrom": {
|
|
6998
|
+
"name": "AgTextFieldRenderer",
|
|
6999
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7000
|
+
}
|
|
7016
7001
|
},
|
|
7017
7002
|
{
|
|
7018
7003
|
"kind": "field",
|
|
@@ -7020,7 +7005,11 @@
|
|
|
7020
7005
|
"type": {
|
|
7021
7006
|
"text": "string"
|
|
7022
7007
|
},
|
|
7023
|
-
"default": "''"
|
|
7008
|
+
"default": "''",
|
|
7009
|
+
"inheritedFrom": {
|
|
7010
|
+
"name": "AgTextFieldRenderer",
|
|
7011
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7012
|
+
}
|
|
7024
7013
|
},
|
|
7025
7014
|
{
|
|
7026
7015
|
"kind": "field",
|
|
@@ -7028,7 +7017,11 @@
|
|
|
7028
7017
|
"type": {
|
|
7029
7018
|
"text": "FuiCellRendererParams"
|
|
7030
7019
|
},
|
|
7031
|
-
"privacy": "public"
|
|
7020
|
+
"privacy": "public",
|
|
7021
|
+
"inheritedFrom": {
|
|
7022
|
+
"name": "AgTextFieldRenderer",
|
|
7023
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7024
|
+
}
|
|
7032
7025
|
},
|
|
7033
7026
|
{
|
|
7034
7027
|
"kind": "method",
|
|
@@ -7041,7 +7034,11 @@
|
|
|
7041
7034
|
"text": "FuiCellRendererParams"
|
|
7042
7035
|
}
|
|
7043
7036
|
}
|
|
7044
|
-
]
|
|
7037
|
+
],
|
|
7038
|
+
"inheritedFrom": {
|
|
7039
|
+
"name": "AgTextFieldRenderer",
|
|
7040
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7041
|
+
}
|
|
7045
7042
|
},
|
|
7046
7043
|
{
|
|
7047
7044
|
"kind": "method",
|
|
@@ -7051,12 +7048,20 @@
|
|
|
7051
7048
|
"type": {
|
|
7052
7049
|
"text": "HTMLElement"
|
|
7053
7050
|
}
|
|
7051
|
+
},
|
|
7052
|
+
"inheritedFrom": {
|
|
7053
|
+
"name": "AgTextFieldRenderer",
|
|
7054
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7054
7055
|
}
|
|
7055
7056
|
},
|
|
7056
7057
|
{
|
|
7057
7058
|
"kind": "method",
|
|
7058
7059
|
"name": "destroy",
|
|
7059
|
-
"privacy": "public"
|
|
7060
|
+
"privacy": "public",
|
|
7061
|
+
"inheritedFrom": {
|
|
7062
|
+
"name": "AgTextFieldRenderer",
|
|
7063
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7064
|
+
}
|
|
7060
7065
|
},
|
|
7061
7066
|
{
|
|
7062
7067
|
"kind": "method",
|
|
@@ -7069,7 +7074,11 @@
|
|
|
7069
7074
|
"text": "FuiCellRendererParams"
|
|
7070
7075
|
}
|
|
7071
7076
|
}
|
|
7072
|
-
]
|
|
7077
|
+
],
|
|
7078
|
+
"inheritedFrom": {
|
|
7079
|
+
"name": "AgTextFieldRenderer",
|
|
7080
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7081
|
+
}
|
|
7073
7082
|
},
|
|
7074
7083
|
{
|
|
7075
7084
|
"kind": "method",
|
|
@@ -7084,7 +7093,11 @@
|
|
|
7084
7093
|
{
|
|
7085
7094
|
"name": "data"
|
|
7086
7095
|
}
|
|
7087
|
-
]
|
|
7096
|
+
],
|
|
7097
|
+
"inheritedFrom": {
|
|
7098
|
+
"name": "AgTextFieldRenderer",
|
|
7099
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7100
|
+
}
|
|
7088
7101
|
},
|
|
7089
7102
|
{
|
|
7090
7103
|
"kind": "field",
|
|
@@ -7096,7 +7109,11 @@
|
|
|
7096
7109
|
"description": "CustomEvent",
|
|
7097
7110
|
"name": "e"
|
|
7098
7111
|
}
|
|
7099
|
-
]
|
|
7112
|
+
],
|
|
7113
|
+
"inheritedFrom": {
|
|
7114
|
+
"name": "AgTextFieldRenderer",
|
|
7115
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7116
|
+
}
|
|
7100
7117
|
},
|
|
7101
7118
|
{
|
|
7102
7119
|
"kind": "field",
|
|
@@ -7209,223 +7226,200 @@
|
|
|
7209
7226
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7210
7227
|
}
|
|
7211
7228
|
}
|
|
7212
|
-
]
|
|
7213
|
-
"superclass": {
|
|
7214
|
-
"name": "FoundationElement",
|
|
7215
|
-
"package": "@microsoft/fast-foundation"
|
|
7216
|
-
},
|
|
7217
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7218
|
-
"customElement": true
|
|
7229
|
+
]
|
|
7219
7230
|
},
|
|
7220
7231
|
{
|
|
7221
7232
|
"kind": "variable",
|
|
7222
|
-
"name": "
|
|
7223
|
-
"default": "
|
|
7224
|
-
"
|
|
7225
|
-
"
|
|
7233
|
+
"name": "textRendererStyles",
|
|
7234
|
+
"default": "textFieldRendererStyles",
|
|
7235
|
+
"privacy": "public",
|
|
7236
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7226
7237
|
},
|
|
7227
7238
|
{
|
|
7228
|
-
"kind": "
|
|
7229
|
-
"name": "
|
|
7230
|
-
"
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
"default": "'foundation'",
|
|
7234
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7235
|
-
}
|
|
7236
|
-
],
|
|
7237
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7238
|
-
"return": {
|
|
7239
|
-
"type": {
|
|
7240
|
-
"text": ""
|
|
7241
|
-
}
|
|
7242
|
-
},
|
|
7243
|
-
"privacy": "public"
|
|
7239
|
+
"kind": "variable",
|
|
7240
|
+
"name": "getTextRendererTemplate",
|
|
7241
|
+
"default": "getTextFieldRendererTemplate",
|
|
7242
|
+
"privacy": "public",
|
|
7243
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7244
7244
|
},
|
|
7245
7245
|
{
|
|
7246
7246
|
"kind": "variable",
|
|
7247
|
-
"name": "
|
|
7248
|
-
"description": "A function that returns a Foundation Text
|
|
7249
|
-
"privacy": "public"
|
|
7247
|
+
"name": "foundationAgTextRenderer",
|
|
7248
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7249
|
+
"privacy": "public",
|
|
7250
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7250
7251
|
}
|
|
7251
7252
|
],
|
|
7252
7253
|
"exports": [
|
|
7253
7254
|
{
|
|
7254
7255
|
"kind": "js",
|
|
7255
|
-
"name": "
|
|
7256
|
+
"name": "AgTextRenderer",
|
|
7256
7257
|
"declaration": {
|
|
7257
|
-
"name": "
|
|
7258
|
-
"module": "src/cell-renderers/text
|
|
7258
|
+
"name": "AgTextRenderer",
|
|
7259
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7259
7260
|
}
|
|
7260
7261
|
},
|
|
7261
7262
|
{
|
|
7262
7263
|
"kind": "js",
|
|
7263
|
-
"name": "
|
|
7264
|
+
"name": "textRendererStyles",
|
|
7264
7265
|
"declaration": {
|
|
7265
|
-
"name": "
|
|
7266
|
-
"module": "src/cell-renderers/text
|
|
7266
|
+
"name": "textRendererStyles",
|
|
7267
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7267
7268
|
}
|
|
7268
7269
|
},
|
|
7269
7270
|
{
|
|
7270
7271
|
"kind": "js",
|
|
7271
|
-
"name": "
|
|
7272
|
+
"name": "getTextRendererTemplate",
|
|
7272
7273
|
"declaration": {
|
|
7273
|
-
"name": "
|
|
7274
|
-
"module": "src/cell-renderers/text
|
|
7274
|
+
"name": "getTextRendererTemplate",
|
|
7275
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7275
7276
|
}
|
|
7276
7277
|
},
|
|
7277
7278
|
{
|
|
7278
7279
|
"kind": "js",
|
|
7279
|
-
"name": "
|
|
7280
|
+
"name": "foundationAgTextRenderer",
|
|
7280
7281
|
"declaration": {
|
|
7281
|
-
"name": "
|
|
7282
|
-
"module": "src/cell-renderers/text
|
|
7282
|
+
"name": "foundationAgTextRenderer",
|
|
7283
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7283
7284
|
}
|
|
7284
7285
|
}
|
|
7285
7286
|
]
|
|
7286
7287
|
},
|
|
7287
7288
|
{
|
|
7288
7289
|
"kind": "javascript-module",
|
|
7289
|
-
"path": "src/
|
|
7290
|
+
"path": "src/column/column.template.ts",
|
|
7291
|
+
"declarations": [
|
|
7292
|
+
{
|
|
7293
|
+
"kind": "variable",
|
|
7294
|
+
"name": "ColumnTemplate",
|
|
7295
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7296
|
+
"description": "The Grid Pro Column Template.",
|
|
7297
|
+
"privacy": "public"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"exports": [
|
|
7301
|
+
{
|
|
7302
|
+
"kind": "js",
|
|
7303
|
+
"name": "ColumnTemplate",
|
|
7304
|
+
"declaration": {
|
|
7305
|
+
"name": "ColumnTemplate",
|
|
7306
|
+
"module": "src/column/column.template.ts"
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
]
|
|
7310
|
+
},
|
|
7311
|
+
{
|
|
7312
|
+
"kind": "javascript-module",
|
|
7313
|
+
"path": "src/column/column.ts",
|
|
7290
7314
|
"declarations": [
|
|
7291
7315
|
{
|
|
7292
7316
|
"kind": "class",
|
|
7293
|
-
"description": "",
|
|
7294
|
-
"name": "
|
|
7295
|
-
"superclass": {
|
|
7296
|
-
"name": "AgTextFieldRenderer",
|
|
7297
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7298
|
-
},
|
|
7299
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7300
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7301
|
-
"customElement": true,
|
|
7317
|
+
"description": "The Grid Pro Column element.",
|
|
7318
|
+
"name": "GridProColumn",
|
|
7302
7319
|
"members": [
|
|
7303
7320
|
{
|
|
7304
7321
|
"kind": "field",
|
|
7305
|
-
"name": "
|
|
7306
|
-
"type": {
|
|
7307
|
-
"text": "TextField"
|
|
7308
|
-
},
|
|
7309
|
-
"privacy": "public",
|
|
7310
|
-
"inheritedFrom": {
|
|
7311
|
-
"name": "AgTextFieldRenderer",
|
|
7312
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7313
|
-
}
|
|
7314
|
-
},
|
|
7315
|
-
{
|
|
7316
|
-
"kind": "field",
|
|
7317
|
-
"name": "textValue",
|
|
7322
|
+
"name": "slottedAgCell",
|
|
7318
7323
|
"type": {
|
|
7319
|
-
"text": "
|
|
7324
|
+
"text": "HTMLElement[]"
|
|
7320
7325
|
},
|
|
7321
|
-
"
|
|
7322
|
-
"inheritedFrom": {
|
|
7323
|
-
"name": "AgTextFieldRenderer",
|
|
7324
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7325
|
-
}
|
|
7326
|
+
"privacy": "public"
|
|
7326
7327
|
},
|
|
7327
7328
|
{
|
|
7328
7329
|
"kind": "field",
|
|
7329
|
-
"name": "
|
|
7330
|
+
"name": "definition",
|
|
7330
7331
|
"type": {
|
|
7331
|
-
"text": "
|
|
7332
|
+
"text": "ColDef"
|
|
7332
7333
|
},
|
|
7333
|
-
"
|
|
7334
|
-
"inheritedFrom": {
|
|
7335
|
-
"name": "AgTextFieldRenderer",
|
|
7336
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7337
|
-
}
|
|
7334
|
+
"default": "{}"
|
|
7338
7335
|
},
|
|
7339
7336
|
{
|
|
7340
7337
|
"kind": "method",
|
|
7341
|
-
"name": "
|
|
7342
|
-
"privacy": "public"
|
|
7343
|
-
"parameters": [
|
|
7344
|
-
{
|
|
7345
|
-
"name": "params",
|
|
7346
|
-
"type": {
|
|
7347
|
-
"text": "FuiCellRendererParams"
|
|
7348
|
-
}
|
|
7349
|
-
}
|
|
7350
|
-
],
|
|
7351
|
-
"inheritedFrom": {
|
|
7352
|
-
"name": "AgTextFieldRenderer",
|
|
7353
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7354
|
-
}
|
|
7338
|
+
"name": "slottedAgCellChanged",
|
|
7339
|
+
"privacy": "public"
|
|
7355
7340
|
},
|
|
7356
7341
|
{
|
|
7357
7342
|
"kind": "method",
|
|
7358
|
-
"name": "
|
|
7359
|
-
"privacy": "public",
|
|
7343
|
+
"name": "deepClone",
|
|
7360
7344
|
"return": {
|
|
7361
7345
|
"type": {
|
|
7362
|
-
"text": "
|
|
7346
|
+
"text": "Node"
|
|
7363
7347
|
}
|
|
7364
7348
|
},
|
|
7365
7349
|
"inheritedFrom": {
|
|
7366
|
-
"name": "
|
|
7367
|
-
"module": "src/
|
|
7368
|
-
}
|
|
7369
|
-
},
|
|
7370
|
-
{
|
|
7371
|
-
"kind": "method",
|
|
7372
|
-
"name": "destroy",
|
|
7373
|
-
"privacy": "public",
|
|
7374
|
-
"inheritedFrom": {
|
|
7375
|
-
"name": "AgTextFieldRenderer",
|
|
7376
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7350
|
+
"name": "LifecycleMixin",
|
|
7351
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7377
7352
|
}
|
|
7378
7353
|
},
|
|
7379
7354
|
{
|
|
7380
7355
|
"kind": "method",
|
|
7381
|
-
"name": "
|
|
7382
|
-
"
|
|
7356
|
+
"name": "cloneNode",
|
|
7357
|
+
"return": {
|
|
7358
|
+
"type": {
|
|
7359
|
+
"text": "Node"
|
|
7360
|
+
}
|
|
7361
|
+
},
|
|
7383
7362
|
"parameters": [
|
|
7384
7363
|
{
|
|
7385
|
-
"name": "
|
|
7364
|
+
"name": "deep",
|
|
7365
|
+
"optional": true,
|
|
7386
7366
|
"type": {
|
|
7387
|
-
"text": "
|
|
7367
|
+
"text": "boolean"
|
|
7388
7368
|
}
|
|
7389
7369
|
}
|
|
7390
7370
|
],
|
|
7391
7371
|
"inheritedFrom": {
|
|
7392
|
-
"name": "
|
|
7393
|
-
"module": "src/
|
|
7372
|
+
"name": "LifecycleMixin",
|
|
7373
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7394
7374
|
}
|
|
7395
7375
|
},
|
|
7396
7376
|
{
|
|
7397
|
-
"kind": "
|
|
7398
|
-
"name": "
|
|
7399
|
-
"privacy": "public",
|
|
7377
|
+
"kind": "field",
|
|
7378
|
+
"name": "shouldRunDisconnect",
|
|
7400
7379
|
"return": {
|
|
7401
7380
|
"type": {
|
|
7402
|
-
"text": "
|
|
7381
|
+
"text": ""
|
|
7403
7382
|
}
|
|
7404
7383
|
},
|
|
7405
|
-
"
|
|
7406
|
-
{
|
|
7407
|
-
"name": "data"
|
|
7408
|
-
}
|
|
7409
|
-
],
|
|
7384
|
+
"readonly": true,
|
|
7410
7385
|
"inheritedFrom": {
|
|
7411
|
-
"name": "
|
|
7412
|
-
"module": "src/
|
|
7386
|
+
"name": "LifecycleMixin",
|
|
7387
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7413
7388
|
}
|
|
7414
7389
|
},
|
|
7415
7390
|
{
|
|
7416
7391
|
"kind": "field",
|
|
7417
|
-
"name": "
|
|
7418
|
-
"
|
|
7419
|
-
|
|
7392
|
+
"name": "shouldRunConnect",
|
|
7393
|
+
"return": {
|
|
7394
|
+
"type": {
|
|
7395
|
+
"text": ""
|
|
7396
|
+
}
|
|
7397
|
+
},
|
|
7398
|
+
"readonly": true,
|
|
7399
|
+
"inheritedFrom": {
|
|
7400
|
+
"name": "LifecycleMixin",
|
|
7401
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7402
|
+
}
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"kind": "method",
|
|
7406
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7407
|
+
"return": {
|
|
7408
|
+
"type": {
|
|
7409
|
+
"text": "boolean"
|
|
7410
|
+
}
|
|
7411
|
+
},
|
|
7420
7412
|
"parameters": [
|
|
7421
7413
|
{
|
|
7422
|
-
"
|
|
7423
|
-
"
|
|
7414
|
+
"name": "lifecycleType",
|
|
7415
|
+
"type": {
|
|
7416
|
+
"text": "Lifecycletype"
|
|
7417
|
+
}
|
|
7424
7418
|
}
|
|
7425
7419
|
],
|
|
7426
7420
|
"inheritedFrom": {
|
|
7427
|
-
"name": "
|
|
7428
|
-
"module": "src/
|
|
7421
|
+
"name": "LifecycleMixin",
|
|
7422
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7429
7423
|
}
|
|
7430
7424
|
},
|
|
7431
7425
|
{
|
|
@@ -7539,61 +7533,67 @@
|
|
|
7539
7533
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7540
7534
|
}
|
|
7541
7535
|
}
|
|
7542
|
-
]
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
"
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
"
|
|
7554
|
-
"
|
|
7555
|
-
"privacy": "public",
|
|
7556
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7557
|
-
},
|
|
7558
|
-
{
|
|
7559
|
-
"kind": "variable",
|
|
7560
|
-
"name": "foundationAgTextRenderer",
|
|
7561
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7562
|
-
"privacy": "public",
|
|
7563
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7536
|
+
],
|
|
7537
|
+
"mixins": [
|
|
7538
|
+
{
|
|
7539
|
+
"name": "LifecycleMixin",
|
|
7540
|
+
"package": "@genesislcap/foundation-utils"
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"superclass": {
|
|
7544
|
+
"name": "FoundationElement",
|
|
7545
|
+
"package": "@microsoft/fast-foundation"
|
|
7546
|
+
},
|
|
7547
|
+
"tagName": "grid-pro-column",
|
|
7548
|
+
"customElement": true
|
|
7564
7549
|
}
|
|
7565
7550
|
],
|
|
7566
7551
|
"exports": [
|
|
7567
7552
|
{
|
|
7568
7553
|
"kind": "js",
|
|
7569
|
-
"name": "
|
|
7554
|
+
"name": "GridProColumn",
|
|
7570
7555
|
"declaration": {
|
|
7571
|
-
"name": "
|
|
7572
|
-
"module": "src/
|
|
7556
|
+
"name": "GridProColumn",
|
|
7557
|
+
"module": "src/column/column.ts"
|
|
7573
7558
|
}
|
|
7574
7559
|
},
|
|
7560
|
+
{
|
|
7561
|
+
"kind": "custom-element-definition",
|
|
7562
|
+
"name": "grid-pro-column",
|
|
7563
|
+
"declaration": {
|
|
7564
|
+
"name": "GridProColumn",
|
|
7565
|
+
"module": "src/column/column.ts"
|
|
7566
|
+
}
|
|
7567
|
+
}
|
|
7568
|
+
]
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
"kind": "javascript-module",
|
|
7572
|
+
"path": "src/column/index.ts",
|
|
7573
|
+
"declarations": [],
|
|
7574
|
+
"exports": [
|
|
7575
7575
|
{
|
|
7576
7576
|
"kind": "js",
|
|
7577
|
-
"name": "
|
|
7577
|
+
"name": "*",
|
|
7578
7578
|
"declaration": {
|
|
7579
|
-
"name": "
|
|
7580
|
-
"
|
|
7579
|
+
"name": "*",
|
|
7580
|
+
"package": "./column.template"
|
|
7581
7581
|
}
|
|
7582
7582
|
},
|
|
7583
7583
|
{
|
|
7584
7584
|
"kind": "js",
|
|
7585
|
-
"name": "
|
|
7585
|
+
"name": "*",
|
|
7586
7586
|
"declaration": {
|
|
7587
|
-
"name": "
|
|
7588
|
-
"
|
|
7587
|
+
"name": "*",
|
|
7588
|
+
"package": "./column"
|
|
7589
7589
|
}
|
|
7590
7590
|
},
|
|
7591
7591
|
{
|
|
7592
7592
|
"kind": "js",
|
|
7593
|
-
"name": "
|
|
7593
|
+
"name": "*",
|
|
7594
7594
|
"declaration": {
|
|
7595
|
-
"name": "
|
|
7596
|
-
"
|
|
7595
|
+
"name": "*",
|
|
7596
|
+
"package": "./utils"
|
|
7597
7597
|
}
|
|
7598
7598
|
}
|
|
7599
7599
|
]
|
|
@@ -18088,51 +18088,46 @@
|
|
|
18088
18088
|
},
|
|
18089
18089
|
{
|
|
18090
18090
|
"kind": "javascript-module",
|
|
18091
|
-
"path": "src/
|
|
18091
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
18092
18092
|
"declarations": [
|
|
18093
18093
|
{
|
|
18094
18094
|
"kind": "function",
|
|
18095
|
-
"name": "
|
|
18095
|
+
"name": "setValueWithAccessor",
|
|
18096
18096
|
"return": {
|
|
18097
18097
|
"type": {
|
|
18098
|
-
"text": "
|
|
18098
|
+
"text": "string"
|
|
18099
18099
|
}
|
|
18100
18100
|
},
|
|
18101
18101
|
"parameters": [
|
|
18102
18102
|
{
|
|
18103
|
-
"name": "
|
|
18103
|
+
"name": "data",
|
|
18104
18104
|
"type": {
|
|
18105
|
-
"text": "
|
|
18106
|
-
}
|
|
18107
|
-
"description": "The array to render"
|
|
18105
|
+
"text": "any"
|
|
18106
|
+
}
|
|
18108
18107
|
},
|
|
18109
18108
|
{
|
|
18110
|
-
"name": "
|
|
18111
|
-
"default": "true",
|
|
18109
|
+
"name": "accessor",
|
|
18112
18110
|
"type": {
|
|
18113
|
-
"text": "
|
|
18114
|
-
}
|
|
18115
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18111
|
+
"text": "string"
|
|
18112
|
+
}
|
|
18116
18113
|
}
|
|
18117
|
-
]
|
|
18118
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18119
|
-
"privacy": "public"
|
|
18114
|
+
]
|
|
18120
18115
|
}
|
|
18121
18116
|
],
|
|
18122
18117
|
"exports": [
|
|
18123
18118
|
{
|
|
18124
18119
|
"kind": "js",
|
|
18125
|
-
"name": "
|
|
18120
|
+
"name": "setValueWithAccessor",
|
|
18126
18121
|
"declaration": {
|
|
18127
|
-
"name": "
|
|
18128
|
-
"module": "src/
|
|
18122
|
+
"name": "setValueWithAccessor",
|
|
18123
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
18129
18124
|
}
|
|
18130
18125
|
}
|
|
18131
18126
|
]
|
|
18132
18127
|
},
|
|
18133
18128
|
{
|
|
18134
18129
|
"kind": "javascript-module",
|
|
18135
|
-
"path": "src/
|
|
18130
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
18136
18131
|
"declarations": [],
|
|
18137
18132
|
"exports": [
|
|
18138
18133
|
{
|
|
@@ -18140,53 +18135,58 @@
|
|
|
18140
18135
|
"name": "*",
|
|
18141
18136
|
"declaration": {
|
|
18142
18137
|
"name": "*",
|
|
18143
|
-
"package": "./
|
|
18138
|
+
"package": "./accessor"
|
|
18144
18139
|
}
|
|
18145
18140
|
}
|
|
18146
18141
|
]
|
|
18147
18142
|
},
|
|
18148
18143
|
{
|
|
18149
18144
|
"kind": "javascript-module",
|
|
18150
|
-
"path": "src/
|
|
18145
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
18151
18146
|
"declarations": [
|
|
18152
18147
|
{
|
|
18153
18148
|
"kind": "function",
|
|
18154
|
-
"name": "
|
|
18149
|
+
"name": "gridProColumns",
|
|
18155
18150
|
"return": {
|
|
18156
18151
|
"type": {
|
|
18157
|
-
"text": "
|
|
18152
|
+
"text": "CaptureType<TSource>"
|
|
18158
18153
|
}
|
|
18159
18154
|
},
|
|
18160
18155
|
"parameters": [
|
|
18161
18156
|
{
|
|
18162
|
-
"name": "
|
|
18157
|
+
"name": "itemsBinding",
|
|
18163
18158
|
"type": {
|
|
18164
|
-
"text": "
|
|
18165
|
-
}
|
|
18159
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
18160
|
+
},
|
|
18161
|
+
"description": "The array to render"
|
|
18166
18162
|
},
|
|
18167
18163
|
{
|
|
18168
|
-
"name": "
|
|
18164
|
+
"name": "includeRenderers",
|
|
18165
|
+
"default": "true",
|
|
18169
18166
|
"type": {
|
|
18170
|
-
"text": "
|
|
18171
|
-
}
|
|
18167
|
+
"text": "boolean"
|
|
18168
|
+
},
|
|
18169
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18172
18170
|
}
|
|
18173
|
-
]
|
|
18171
|
+
],
|
|
18172
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18173
|
+
"privacy": "public"
|
|
18174
18174
|
}
|
|
18175
18175
|
],
|
|
18176
18176
|
"exports": [
|
|
18177
18177
|
{
|
|
18178
18178
|
"kind": "js",
|
|
18179
|
-
"name": "
|
|
18179
|
+
"name": "gridProColumns",
|
|
18180
18180
|
"declaration": {
|
|
18181
|
-
"name": "
|
|
18182
|
-
"module": "src/
|
|
18181
|
+
"name": "gridProColumns",
|
|
18182
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
18183
18183
|
}
|
|
18184
18184
|
}
|
|
18185
18185
|
]
|
|
18186
18186
|
},
|
|
18187
18187
|
{
|
|
18188
18188
|
"kind": "javascript-module",
|
|
18189
|
-
"path": "src/
|
|
18189
|
+
"path": "src/column/utils/index.ts",
|
|
18190
18190
|
"declarations": [],
|
|
18191
18191
|
"exports": [
|
|
18192
18192
|
{
|
|
@@ -18194,7 +18194,7 @@
|
|
|
18194
18194
|
"name": "*",
|
|
18195
18195
|
"declaration": {
|
|
18196
18196
|
"name": "*",
|
|
18197
|
-
"package": "./
|
|
18197
|
+
"package": "./grid-pro-columns"
|
|
18198
18198
|
}
|
|
18199
18199
|
}
|
|
18200
18200
|
]
|