@genesislcap/grid-pro 14.361.2 → 14.362.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 +753 -753
- package/package.json +13 -13
|
@@ -3263,59 +3263,56 @@
|
|
|
3263
3263
|
},
|
|
3264
3264
|
{
|
|
3265
3265
|
"kind": "javascript-module",
|
|
3266
|
-
"path": "src/cell/
|
|
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",
|
|
3266
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3290
3267
|
"declarations": [
|
|
3291
3268
|
{
|
|
3292
3269
|
"kind": "class",
|
|
3293
|
-
"description": "The
|
|
3294
|
-
"name": "
|
|
3270
|
+
"description": "The AG Date Editor element.",
|
|
3271
|
+
"name": "DateEditor",
|
|
3295
3272
|
"members": [
|
|
3296
3273
|
{
|
|
3297
3274
|
"kind": "field",
|
|
3298
|
-
"name": "
|
|
3275
|
+
"name": "value",
|
|
3299
3276
|
"type": {
|
|
3300
|
-
"text": "
|
|
3277
|
+
"text": "number"
|
|
3301
3278
|
},
|
|
3302
3279
|
"privacy": "public"
|
|
3303
3280
|
},
|
|
3304
3281
|
{
|
|
3305
3282
|
"kind": "field",
|
|
3306
|
-
"name": "
|
|
3283
|
+
"name": "actualWidth",
|
|
3307
3284
|
"type": {
|
|
3308
|
-
"text": "
|
|
3285
|
+
"text": "number"
|
|
3309
3286
|
},
|
|
3310
3287
|
"privacy": "public"
|
|
3311
3288
|
},
|
|
3312
3289
|
{
|
|
3313
3290
|
"kind": "field",
|
|
3314
|
-
"name": "
|
|
3291
|
+
"name": "params",
|
|
3315
3292
|
"type": {
|
|
3316
|
-
"text": "
|
|
3317
|
-
}
|
|
3318
|
-
|
|
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",
|
|
3313
|
+
"type": {
|
|
3314
|
+
"text": "'datetime-local' | 'date'"
|
|
3315
|
+
}
|
|
3319
3316
|
},
|
|
3320
3317
|
{
|
|
3321
3318
|
"kind": "method",
|
|
@@ -3325,7 +3322,7 @@
|
|
|
3325
3322
|
{
|
|
3326
3323
|
"name": "params",
|
|
3327
3324
|
"type": {
|
|
3328
|
-
"text": "
|
|
3325
|
+
"text": "DateEditorParams"
|
|
3329
3326
|
}
|
|
3330
3327
|
}
|
|
3331
3328
|
]
|
|
@@ -3340,28 +3337,53 @@
|
|
|
3340
3337
|
}
|
|
3341
3338
|
}
|
|
3342
3339
|
},
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "method",
|
|
3345
|
-
"name": "destroy",
|
|
3346
|
-
"privacy": "public"
|
|
3347
|
-
},
|
|
3348
3340
|
{
|
|
3349
3341
|
"kind": "method",
|
|
3350
3342
|
"name": "refresh",
|
|
3351
3343
|
"privacy": "public",
|
|
3344
|
+
"return": {
|
|
3345
|
+
"type": {
|
|
3346
|
+
"text": "boolean"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3352
3349
|
"parameters": [
|
|
3353
3350
|
{
|
|
3354
3351
|
"name": "params",
|
|
3355
3352
|
"type": {
|
|
3356
|
-
"text": "
|
|
3353
|
+
"text": "DateEditorParams"
|
|
3357
3354
|
}
|
|
3358
3355
|
}
|
|
3359
3356
|
]
|
|
3360
3357
|
},
|
|
3361
3358
|
{
|
|
3362
3359
|
"kind": "method",
|
|
3363
|
-
"name": "
|
|
3364
|
-
|
|
3360
|
+
"name": "getValue"
|
|
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"
|
|
3365
3387
|
},
|
|
3366
3388
|
{
|
|
3367
3389
|
"kind": "field",
|
|
@@ -3479,32 +3501,78 @@
|
|
|
3479
3501
|
"name": "FoundationElement",
|
|
3480
3502
|
"package": "@microsoft/fast-foundation"
|
|
3481
3503
|
},
|
|
3482
|
-
"tagName": "
|
|
3504
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3483
3505
|
"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"
|
|
3484
3536
|
}
|
|
3485
3537
|
],
|
|
3486
3538
|
"exports": [
|
|
3487
3539
|
{
|
|
3488
3540
|
"kind": "js",
|
|
3489
|
-
"name": "
|
|
3541
|
+
"name": "DateEditor",
|
|
3490
3542
|
"declaration": {
|
|
3491
|
-
"name": "
|
|
3492
|
-
"module": "src/cell/
|
|
3543
|
+
"name": "DateEditor",
|
|
3544
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3493
3545
|
}
|
|
3494
3546
|
},
|
|
3495
3547
|
{
|
|
3496
|
-
"kind": "
|
|
3497
|
-
"name": "
|
|
3548
|
+
"kind": "js",
|
|
3549
|
+
"name": "agDateEditorStyles",
|
|
3498
3550
|
"declaration": {
|
|
3499
|
-
"name": "
|
|
3500
|
-
"module": "src/cell/
|
|
3551
|
+
"name": "agDateEditorStyles",
|
|
3552
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"kind": "js",
|
|
3557
|
+
"name": "getDateEditorTemplate",
|
|
3558
|
+
"declaration": {
|
|
3559
|
+
"name": "getDateEditorTemplate",
|
|
3560
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"kind": "js",
|
|
3565
|
+
"name": "foundationDateEditor",
|
|
3566
|
+
"declaration": {
|
|
3567
|
+
"name": "foundationDateEditor",
|
|
3568
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3501
3569
|
}
|
|
3502
3570
|
}
|
|
3503
3571
|
]
|
|
3504
3572
|
},
|
|
3505
3573
|
{
|
|
3506
3574
|
"kind": "javascript-module",
|
|
3507
|
-
"path": "src/cell/index.ts",
|
|
3575
|
+
"path": "src/cell-editors/index.ts",
|
|
3508
3576
|
"declarations": [],
|
|
3509
3577
|
"exports": [
|
|
3510
3578
|
{
|
|
@@ -3512,7 +3580,7 @@
|
|
|
3512
3580
|
"name": "*",
|
|
3513
3581
|
"declaration": {
|
|
3514
3582
|
"name": "*",
|
|
3515
|
-
"package": "./
|
|
3583
|
+
"package": "./date.editor"
|
|
3516
3584
|
}
|
|
3517
3585
|
},
|
|
3518
3586
|
{
|
|
@@ -3520,64 +3588,60 @@
|
|
|
3520
3588
|
"name": "*",
|
|
3521
3589
|
"declaration": {
|
|
3522
3590
|
"name": "*",
|
|
3523
|
-
"package": "./
|
|
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"
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"kind": "js",
|
|
3612
|
+
"name": "*",
|
|
3613
|
+
"declaration": {
|
|
3614
|
+
"name": "*",
|
|
3615
|
+
"package": "./string.editor"
|
|
3524
3616
|
}
|
|
3525
3617
|
}
|
|
3526
3618
|
]
|
|
3527
3619
|
},
|
|
3528
3620
|
{
|
|
3529
3621
|
"kind": "javascript-module",
|
|
3530
|
-
"path": "src/cell-editors/
|
|
3622
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3531
3623
|
"declarations": [
|
|
3532
3624
|
{
|
|
3533
3625
|
"kind": "class",
|
|
3534
|
-
"description": "The AG
|
|
3535
|
-
"name": "
|
|
3626
|
+
"description": "The AG Multiselect Editor element.",
|
|
3627
|
+
"name": "MultiselectEditor",
|
|
3536
3628
|
"members": [
|
|
3537
3629
|
{
|
|
3538
3630
|
"kind": "field",
|
|
3539
|
-
"name": "
|
|
3631
|
+
"name": "params",
|
|
3540
3632
|
"type": {
|
|
3541
|
-
"text": "
|
|
3633
|
+
"text": "MultiselectEditorParams"
|
|
3542
3634
|
},
|
|
3543
3635
|
"privacy": "public"
|
|
3544
3636
|
},
|
|
3545
3637
|
{
|
|
3546
3638
|
"kind": "field",
|
|
3547
|
-
"name": "
|
|
3639
|
+
"name": "selectedOptions",
|
|
3548
3640
|
"type": {
|
|
3549
|
-
"text": "
|
|
3641
|
+
"text": "any[]"
|
|
3550
3642
|
},
|
|
3551
3643
|
"privacy": "public"
|
|
3552
3644
|
},
|
|
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
|
-
},
|
|
3581
3645
|
{
|
|
3582
3646
|
"kind": "method",
|
|
3583
3647
|
"name": "init",
|
|
@@ -3586,7 +3650,7 @@
|
|
|
3586
3650
|
{
|
|
3587
3651
|
"name": "params",
|
|
3588
3652
|
"type": {
|
|
3589
|
-
"text": "
|
|
3653
|
+
"text": "MultiselectEditorParams"
|
|
3590
3654
|
}
|
|
3591
3655
|
}
|
|
3592
3656
|
]
|
|
@@ -3601,6 +3665,16 @@
|
|
|
3601
3665
|
}
|
|
3602
3666
|
}
|
|
3603
3667
|
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "method",
|
|
3670
|
+
"name": "destroy",
|
|
3671
|
+
"privacy": "public",
|
|
3672
|
+
"return": {
|
|
3673
|
+
"type": {
|
|
3674
|
+
"text": "void"
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3604
3678
|
{
|
|
3605
3679
|
"kind": "method",
|
|
3606
3680
|
"name": "refresh",
|
|
@@ -3614,7 +3688,7 @@
|
|
|
3614
3688
|
{
|
|
3615
3689
|
"name": "params",
|
|
3616
3690
|
"type": {
|
|
3617
|
-
"text": "
|
|
3691
|
+
"text": "MultiselectEditorParams"
|
|
3618
3692
|
}
|
|
3619
3693
|
}
|
|
3620
3694
|
]
|
|
@@ -3641,10 +3715,6 @@
|
|
|
3641
3715
|
}
|
|
3642
3716
|
]
|
|
3643
3717
|
},
|
|
3644
|
-
{
|
|
3645
|
-
"kind": "method",
|
|
3646
|
-
"name": "afterGuiAttached"
|
|
3647
|
-
},
|
|
3648
3718
|
{
|
|
3649
3719
|
"kind": "method",
|
|
3650
3720
|
"name": "isCancelBeforeStart"
|
|
@@ -3765,22 +3835,22 @@
|
|
|
3765
3835
|
"name": "FoundationElement",
|
|
3766
3836
|
"package": "@microsoft/fast-foundation"
|
|
3767
3837
|
},
|
|
3768
|
-
"tagName": "%%prefix%%-
|
|
3838
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
3769
3839
|
"customElement": true
|
|
3770
3840
|
},
|
|
3771
3841
|
{
|
|
3772
3842
|
"kind": "variable",
|
|
3773
|
-
"name": "
|
|
3774
|
-
"default": "css
|
|
3843
|
+
"name": "agMultiselectEditorStyles",
|
|
3844
|
+
"default": "css``",
|
|
3775
3845
|
"description": "The AG Select Renderer Styles.",
|
|
3776
3846
|
"privacy": "public"
|
|
3777
3847
|
},
|
|
3778
3848
|
{
|
|
3779
3849
|
"kind": "function",
|
|
3780
|
-
"name": "
|
|
3850
|
+
"name": "getMultiselectEditorTemplate",
|
|
3781
3851
|
"parameters": [
|
|
3782
3852
|
{
|
|
3783
|
-
"name": "
|
|
3853
|
+
"name": "designSystem",
|
|
3784
3854
|
"default": "'foundation'",
|
|
3785
3855
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3786
3856
|
}
|
|
@@ -3795,114 +3865,83 @@
|
|
|
3795
3865
|
},
|
|
3796
3866
|
{
|
|
3797
3867
|
"kind": "variable",
|
|
3798
|
-
"name": "
|
|
3868
|
+
"name": "foundationMultiselectEditor",
|
|
3799
3869
|
"privacy": "public"
|
|
3800
3870
|
}
|
|
3801
3871
|
],
|
|
3802
3872
|
"exports": [
|
|
3803
3873
|
{
|
|
3804
3874
|
"kind": "js",
|
|
3805
|
-
"name": "
|
|
3806
|
-
"declaration": {
|
|
3807
|
-
"name": "DateEditor",
|
|
3808
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "js",
|
|
3813
|
-
"name": "agDateEditorStyles",
|
|
3814
|
-
"declaration": {
|
|
3815
|
-
"name": "agDateEditorStyles",
|
|
3816
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3817
|
-
}
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"kind": "js",
|
|
3821
|
-
"name": "getDateEditorTemplate",
|
|
3822
|
-
"declaration": {
|
|
3823
|
-
"name": "getDateEditorTemplate",
|
|
3824
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3825
|
-
}
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"kind": "js",
|
|
3829
|
-
"name": "foundationDateEditor",
|
|
3830
|
-
"declaration": {
|
|
3831
|
-
"name": "foundationDateEditor",
|
|
3832
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "javascript-module",
|
|
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": "*",
|
|
3875
|
+
"name": "MultiselectEditor",
|
|
3853
3876
|
"declaration": {
|
|
3854
|
-
"name": "
|
|
3855
|
-
"
|
|
3877
|
+
"name": "MultiselectEditor",
|
|
3878
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3856
3879
|
}
|
|
3857
3880
|
},
|
|
3858
3881
|
{
|
|
3859
3882
|
"kind": "js",
|
|
3860
|
-
"name": "
|
|
3883
|
+
"name": "agMultiselectEditorStyles",
|
|
3861
3884
|
"declaration": {
|
|
3862
|
-
"name": "
|
|
3863
|
-
"
|
|
3885
|
+
"name": "agMultiselectEditorStyles",
|
|
3886
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3864
3887
|
}
|
|
3865
3888
|
},
|
|
3866
3889
|
{
|
|
3867
3890
|
"kind": "js",
|
|
3868
|
-
"name": "
|
|
3891
|
+
"name": "getMultiselectEditorTemplate",
|
|
3869
3892
|
"declaration": {
|
|
3870
|
-
"name": "
|
|
3871
|
-
"
|
|
3893
|
+
"name": "getMultiselectEditorTemplate",
|
|
3894
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3872
3895
|
}
|
|
3873
3896
|
},
|
|
3874
3897
|
{
|
|
3875
3898
|
"kind": "js",
|
|
3876
|
-
"name": "
|
|
3899
|
+
"name": "foundationMultiselectEditor",
|
|
3877
3900
|
"declaration": {
|
|
3878
|
-
"name": "
|
|
3879
|
-
"
|
|
3901
|
+
"name": "foundationMultiselectEditor",
|
|
3902
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3880
3903
|
}
|
|
3881
3904
|
}
|
|
3882
3905
|
]
|
|
3883
3906
|
},
|
|
3884
3907
|
{
|
|
3885
3908
|
"kind": "javascript-module",
|
|
3886
|
-
"path": "src/cell-editors/
|
|
3909
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
3887
3910
|
"declarations": [
|
|
3888
3911
|
{
|
|
3889
3912
|
"kind": "class",
|
|
3890
|
-
"description": "The AG
|
|
3891
|
-
"name": "
|
|
3913
|
+
"description": "The AG Number Editor element.",
|
|
3914
|
+
"name": "NumberEditor",
|
|
3892
3915
|
"members": [
|
|
3893
3916
|
{
|
|
3894
3917
|
"kind": "field",
|
|
3895
3918
|
"name": "params",
|
|
3896
3919
|
"type": {
|
|
3897
|
-
"text": "
|
|
3920
|
+
"text": "NumberEditorParams"
|
|
3898
3921
|
},
|
|
3899
3922
|
"privacy": "public"
|
|
3900
3923
|
},
|
|
3901
3924
|
{
|
|
3902
3925
|
"kind": "field",
|
|
3903
|
-
"name": "
|
|
3926
|
+
"name": "value",
|
|
3904
3927
|
"type": {
|
|
3905
|
-
"text": "
|
|
3928
|
+
"text": "number"
|
|
3929
|
+
},
|
|
3930
|
+
"privacy": "public"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "field",
|
|
3934
|
+
"name": "actualWidth",
|
|
3935
|
+
"type": {
|
|
3936
|
+
"text": "number"
|
|
3937
|
+
},
|
|
3938
|
+
"privacy": "public"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "field",
|
|
3942
|
+
"name": "input",
|
|
3943
|
+
"type": {
|
|
3944
|
+
"text": "any"
|
|
3906
3945
|
},
|
|
3907
3946
|
"privacy": "public"
|
|
3908
3947
|
},
|
|
@@ -3914,7 +3953,7 @@
|
|
|
3914
3953
|
{
|
|
3915
3954
|
"name": "params",
|
|
3916
3955
|
"type": {
|
|
3917
|
-
"text": "
|
|
3956
|
+
"text": "NumberEditorParams"
|
|
3918
3957
|
}
|
|
3919
3958
|
}
|
|
3920
3959
|
]
|
|
@@ -3929,16 +3968,6 @@
|
|
|
3929
3968
|
}
|
|
3930
3969
|
}
|
|
3931
3970
|
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "method",
|
|
3934
|
-
"name": "destroy",
|
|
3935
|
-
"privacy": "public",
|
|
3936
|
-
"return": {
|
|
3937
|
-
"type": {
|
|
3938
|
-
"text": "void"
|
|
3939
|
-
}
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
3971
|
{
|
|
3943
3972
|
"kind": "method",
|
|
3944
3973
|
"name": "refresh",
|
|
@@ -3952,7 +3981,7 @@
|
|
|
3952
3981
|
{
|
|
3953
3982
|
"name": "params",
|
|
3954
3983
|
"type": {
|
|
3955
|
-
"text": "
|
|
3984
|
+
"text": "NumberEditorParams"
|
|
3956
3985
|
}
|
|
3957
3986
|
}
|
|
3958
3987
|
]
|
|
@@ -3970,6 +3999,10 @@
|
|
|
3970
3999
|
}
|
|
3971
4000
|
}
|
|
3972
4001
|
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "method",
|
|
4004
|
+
"name": "afterGuiAttached"
|
|
4005
|
+
},
|
|
3973
4006
|
{
|
|
3974
4007
|
"kind": "method",
|
|
3975
4008
|
"name": "changeHandler",
|
|
@@ -4099,19 +4132,19 @@
|
|
|
4099
4132
|
"name": "FoundationElement",
|
|
4100
4133
|
"package": "@microsoft/fast-foundation"
|
|
4101
4134
|
},
|
|
4102
|
-
"tagName": "%%prefix%%-
|
|
4135
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4103
4136
|
"customElement": true
|
|
4104
4137
|
},
|
|
4105
4138
|
{
|
|
4106
4139
|
"kind": "variable",
|
|
4107
|
-
"name": "
|
|
4108
|
-
"default": "css
|
|
4109
|
-
"description": "The AG
|
|
4140
|
+
"name": "agNumberEditorStyles",
|
|
4141
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4142
|
+
"description": "The AG Number Editor Styles.",
|
|
4110
4143
|
"privacy": "public"
|
|
4111
4144
|
},
|
|
4112
4145
|
{
|
|
4113
4146
|
"kind": "function",
|
|
4114
|
-
"name": "
|
|
4147
|
+
"name": "getNumberEditorTemplate",
|
|
4115
4148
|
"parameters": [
|
|
4116
4149
|
{
|
|
4117
4150
|
"name": "designSystem",
|
|
@@ -4129,59 +4162,59 @@
|
|
|
4129
4162
|
},
|
|
4130
4163
|
{
|
|
4131
4164
|
"kind": "variable",
|
|
4132
|
-
"name": "
|
|
4165
|
+
"name": "foundationNumberEditor",
|
|
4133
4166
|
"privacy": "public"
|
|
4134
4167
|
}
|
|
4135
4168
|
],
|
|
4136
4169
|
"exports": [
|
|
4137
4170
|
{
|
|
4138
4171
|
"kind": "js",
|
|
4139
|
-
"name": "
|
|
4172
|
+
"name": "NumberEditor",
|
|
4140
4173
|
"declaration": {
|
|
4141
|
-
"name": "
|
|
4142
|
-
"module": "src/cell-editors/
|
|
4174
|
+
"name": "NumberEditor",
|
|
4175
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4143
4176
|
}
|
|
4144
4177
|
},
|
|
4145
4178
|
{
|
|
4146
4179
|
"kind": "js",
|
|
4147
|
-
"name": "
|
|
4180
|
+
"name": "agNumberEditorStyles",
|
|
4148
4181
|
"declaration": {
|
|
4149
|
-
"name": "
|
|
4150
|
-
"module": "src/cell-editors/
|
|
4182
|
+
"name": "agNumberEditorStyles",
|
|
4183
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4151
4184
|
}
|
|
4152
4185
|
},
|
|
4153
4186
|
{
|
|
4154
4187
|
"kind": "js",
|
|
4155
|
-
"name": "
|
|
4188
|
+
"name": "getNumberEditorTemplate",
|
|
4156
4189
|
"declaration": {
|
|
4157
|
-
"name": "
|
|
4158
|
-
"module": "src/cell-editors/
|
|
4190
|
+
"name": "getNumberEditorTemplate",
|
|
4191
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4159
4192
|
}
|
|
4160
4193
|
},
|
|
4161
4194
|
{
|
|
4162
4195
|
"kind": "js",
|
|
4163
|
-
"name": "
|
|
4196
|
+
"name": "foundationNumberEditor",
|
|
4164
4197
|
"declaration": {
|
|
4165
|
-
"name": "
|
|
4166
|
-
"module": "src/cell-editors/
|
|
4198
|
+
"name": "foundationNumberEditor",
|
|
4199
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4167
4200
|
}
|
|
4168
4201
|
}
|
|
4169
4202
|
]
|
|
4170
4203
|
},
|
|
4171
4204
|
{
|
|
4172
4205
|
"kind": "javascript-module",
|
|
4173
|
-
"path": "src/cell-editors/
|
|
4206
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4174
4207
|
"declarations": [
|
|
4175
4208
|
{
|
|
4176
4209
|
"kind": "class",
|
|
4177
|
-
"description": "The AG
|
|
4178
|
-
"name": "
|
|
4210
|
+
"description": "The AG Select Editor element.",
|
|
4211
|
+
"name": "SelectEditor",
|
|
4179
4212
|
"members": [
|
|
4180
4213
|
{
|
|
4181
4214
|
"kind": "field",
|
|
4182
4215
|
"name": "params",
|
|
4183
4216
|
"type": {
|
|
4184
|
-
"text": "
|
|
4217
|
+
"text": "SelectEditorParams"
|
|
4185
4218
|
},
|
|
4186
4219
|
"privacy": "public"
|
|
4187
4220
|
},
|
|
@@ -4189,7 +4222,7 @@
|
|
|
4189
4222
|
"kind": "field",
|
|
4190
4223
|
"name": "value",
|
|
4191
4224
|
"type": {
|
|
4192
|
-
"text": "
|
|
4225
|
+
"text": "string"
|
|
4193
4226
|
},
|
|
4194
4227
|
"privacy": "public"
|
|
4195
4228
|
},
|
|
@@ -4203,7 +4236,7 @@
|
|
|
4203
4236
|
},
|
|
4204
4237
|
{
|
|
4205
4238
|
"kind": "field",
|
|
4206
|
-
"name": "
|
|
4239
|
+
"name": "combobox",
|
|
4207
4240
|
"type": {
|
|
4208
4241
|
"text": "any"
|
|
4209
4242
|
},
|
|
@@ -4217,7 +4250,7 @@
|
|
|
4217
4250
|
{
|
|
4218
4251
|
"name": "params",
|
|
4219
4252
|
"type": {
|
|
4220
|
-
"text": "
|
|
4253
|
+
"text": "SelectEditorParams"
|
|
4221
4254
|
}
|
|
4222
4255
|
}
|
|
4223
4256
|
]
|
|
@@ -4245,7 +4278,7 @@
|
|
|
4245
4278
|
{
|
|
4246
4279
|
"name": "params",
|
|
4247
4280
|
"type": {
|
|
4248
|
-
"text": "
|
|
4281
|
+
"text": "SelectEditorParams"
|
|
4249
4282
|
}
|
|
4250
4283
|
}
|
|
4251
4284
|
]
|
|
@@ -4396,19 +4429,19 @@
|
|
|
4396
4429
|
"name": "FoundationElement",
|
|
4397
4430
|
"package": "@microsoft/fast-foundation"
|
|
4398
4431
|
},
|
|
4399
|
-
"tagName": "%%prefix%%-
|
|
4432
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4400
4433
|
"customElement": true
|
|
4401
4434
|
},
|
|
4402
4435
|
{
|
|
4403
4436
|
"kind": "variable",
|
|
4404
|
-
"name": "
|
|
4405
|
-
"default": "css
|
|
4406
|
-
"description": "The AG
|
|
4437
|
+
"name": "agSelectEditorStyles",
|
|
4438
|
+
"default": "css``",
|
|
4439
|
+
"description": "The AG Select Renderer Styles.",
|
|
4407
4440
|
"privacy": "public"
|
|
4408
4441
|
},
|
|
4409
4442
|
{
|
|
4410
4443
|
"kind": "function",
|
|
4411
|
-
"name": "
|
|
4444
|
+
"name": "getSelectEditorTemplate",
|
|
4412
4445
|
"parameters": [
|
|
4413
4446
|
{
|
|
4414
4447
|
"name": "designSystem",
|
|
@@ -4426,59 +4459,59 @@
|
|
|
4426
4459
|
},
|
|
4427
4460
|
{
|
|
4428
4461
|
"kind": "variable",
|
|
4429
|
-
"name": "
|
|
4462
|
+
"name": "foundationSelectEditor",
|
|
4430
4463
|
"privacy": "public"
|
|
4431
4464
|
}
|
|
4432
4465
|
],
|
|
4433
4466
|
"exports": [
|
|
4434
4467
|
{
|
|
4435
4468
|
"kind": "js",
|
|
4436
|
-
"name": "
|
|
4469
|
+
"name": "SelectEditor",
|
|
4437
4470
|
"declaration": {
|
|
4438
|
-
"name": "
|
|
4439
|
-
"module": "src/cell-editors/
|
|
4471
|
+
"name": "SelectEditor",
|
|
4472
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4440
4473
|
}
|
|
4441
4474
|
},
|
|
4442
4475
|
{
|
|
4443
4476
|
"kind": "js",
|
|
4444
|
-
"name": "
|
|
4477
|
+
"name": "agSelectEditorStyles",
|
|
4445
4478
|
"declaration": {
|
|
4446
|
-
"name": "
|
|
4447
|
-
"module": "src/cell-editors/
|
|
4479
|
+
"name": "agSelectEditorStyles",
|
|
4480
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4448
4481
|
}
|
|
4449
4482
|
},
|
|
4450
4483
|
{
|
|
4451
4484
|
"kind": "js",
|
|
4452
|
-
"name": "
|
|
4485
|
+
"name": "getSelectEditorTemplate",
|
|
4453
4486
|
"declaration": {
|
|
4454
|
-
"name": "
|
|
4455
|
-
"module": "src/cell-editors/
|
|
4487
|
+
"name": "getSelectEditorTemplate",
|
|
4488
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4456
4489
|
}
|
|
4457
4490
|
},
|
|
4458
4491
|
{
|
|
4459
4492
|
"kind": "js",
|
|
4460
|
-
"name": "
|
|
4493
|
+
"name": "foundationSelectEditor",
|
|
4461
4494
|
"declaration": {
|
|
4462
|
-
"name": "
|
|
4463
|
-
"module": "src/cell-editors/
|
|
4495
|
+
"name": "foundationSelectEditor",
|
|
4496
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4464
4497
|
}
|
|
4465
4498
|
}
|
|
4466
4499
|
]
|
|
4467
4500
|
},
|
|
4468
4501
|
{
|
|
4469
4502
|
"kind": "javascript-module",
|
|
4470
|
-
"path": "src/cell-editors/
|
|
4503
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4471
4504
|
"declarations": [
|
|
4472
4505
|
{
|
|
4473
4506
|
"kind": "class",
|
|
4474
|
-
"description": "The AG
|
|
4475
|
-
"name": "
|
|
4507
|
+
"description": "The AG String Editor element.",
|
|
4508
|
+
"name": "StringEditor",
|
|
4476
4509
|
"members": [
|
|
4477
4510
|
{
|
|
4478
4511
|
"kind": "field",
|
|
4479
4512
|
"name": "params",
|
|
4480
4513
|
"type": {
|
|
4481
|
-
"text": "
|
|
4514
|
+
"text": "StringEditorParams"
|
|
4482
4515
|
},
|
|
4483
4516
|
"privacy": "public"
|
|
4484
4517
|
},
|
|
@@ -4500,7 +4533,7 @@
|
|
|
4500
4533
|
},
|
|
4501
4534
|
{
|
|
4502
4535
|
"kind": "field",
|
|
4503
|
-
"name": "
|
|
4536
|
+
"name": "input",
|
|
4504
4537
|
"type": {
|
|
4505
4538
|
"text": "any"
|
|
4506
4539
|
},
|
|
@@ -4514,7 +4547,7 @@
|
|
|
4514
4547
|
{
|
|
4515
4548
|
"name": "params",
|
|
4516
4549
|
"type": {
|
|
4517
|
-
"text": "
|
|
4550
|
+
"text": "StringEditorParams"
|
|
4518
4551
|
}
|
|
4519
4552
|
}
|
|
4520
4553
|
]
|
|
@@ -4542,7 +4575,7 @@
|
|
|
4542
4575
|
{
|
|
4543
4576
|
"name": "params",
|
|
4544
4577
|
"type": {
|
|
4545
|
-
"text": "
|
|
4578
|
+
"text": "StringEditorParams"
|
|
4546
4579
|
}
|
|
4547
4580
|
}
|
|
4548
4581
|
]
|
|
@@ -4693,19 +4726,19 @@
|
|
|
4693
4726
|
"name": "FoundationElement",
|
|
4694
4727
|
"package": "@microsoft/fast-foundation"
|
|
4695
4728
|
},
|
|
4696
|
-
"tagName": "%%prefix%%-
|
|
4729
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4697
4730
|
"customElement": true
|
|
4698
4731
|
},
|
|
4699
4732
|
{
|
|
4700
4733
|
"kind": "variable",
|
|
4701
|
-
"name": "
|
|
4702
|
-
"default": "css
|
|
4703
|
-
"description": "The AG
|
|
4734
|
+
"name": "agStringEditorStyles",
|
|
4735
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4736
|
+
"description": "The AG String Renderer Styles.",
|
|
4704
4737
|
"privacy": "public"
|
|
4705
4738
|
},
|
|
4706
4739
|
{
|
|
4707
4740
|
"kind": "function",
|
|
4708
|
-
"name": "
|
|
4741
|
+
"name": "getStringEditorTemplate",
|
|
4709
4742
|
"parameters": [
|
|
4710
4743
|
{
|
|
4711
4744
|
"name": "designSystem",
|
|
@@ -4713,7 +4746,7 @@
|
|
|
4713
4746
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4714
4747
|
}
|
|
4715
4748
|
],
|
|
4716
|
-
"description": "Get a Design System prefixed
|
|
4749
|
+
"description": "Get a Design System prefixed String template.",
|
|
4717
4750
|
"return": {
|
|
4718
4751
|
"type": {
|
|
4719
4752
|
"text": ""
|
|
@@ -4723,83 +4756,67 @@
|
|
|
4723
4756
|
},
|
|
4724
4757
|
{
|
|
4725
4758
|
"kind": "variable",
|
|
4726
|
-
"name": "
|
|
4759
|
+
"name": "foundationStringEditor",
|
|
4727
4760
|
"privacy": "public"
|
|
4728
4761
|
}
|
|
4729
4762
|
],
|
|
4730
4763
|
"exports": [
|
|
4731
4764
|
{
|
|
4732
4765
|
"kind": "js",
|
|
4733
|
-
"name": "
|
|
4766
|
+
"name": "StringEditor",
|
|
4734
4767
|
"declaration": {
|
|
4735
|
-
"name": "
|
|
4736
|
-
"module": "src/cell-editors/
|
|
4768
|
+
"name": "StringEditor",
|
|
4769
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4737
4770
|
}
|
|
4738
4771
|
},
|
|
4739
4772
|
{
|
|
4740
4773
|
"kind": "js",
|
|
4741
|
-
"name": "
|
|
4774
|
+
"name": "agStringEditorStyles",
|
|
4742
4775
|
"declaration": {
|
|
4743
|
-
"name": "
|
|
4744
|
-
"module": "src/cell-editors/
|
|
4776
|
+
"name": "agStringEditorStyles",
|
|
4777
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4745
4778
|
}
|
|
4746
4779
|
},
|
|
4747
4780
|
{
|
|
4748
4781
|
"kind": "js",
|
|
4749
|
-
"name": "
|
|
4782
|
+
"name": "getStringEditorTemplate",
|
|
4750
4783
|
"declaration": {
|
|
4751
|
-
"name": "
|
|
4752
|
-
"module": "src/cell-editors/
|
|
4784
|
+
"name": "getStringEditorTemplate",
|
|
4785
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4753
4786
|
}
|
|
4754
4787
|
},
|
|
4755
4788
|
{
|
|
4756
4789
|
"kind": "js",
|
|
4757
|
-
"name": "
|
|
4790
|
+
"name": "foundationStringEditor",
|
|
4758
4791
|
"declaration": {
|
|
4759
|
-
"name": "
|
|
4760
|
-
"module": "src/cell-editors/
|
|
4792
|
+
"name": "foundationStringEditor",
|
|
4793
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4761
4794
|
}
|
|
4762
4795
|
}
|
|
4763
4796
|
]
|
|
4764
4797
|
},
|
|
4765
4798
|
{
|
|
4766
4799
|
"kind": "javascript-module",
|
|
4767
|
-
"path": "src/cell-
|
|
4800
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
4768
4801
|
"declarations": [
|
|
4769
4802
|
{
|
|
4770
4803
|
"kind": "class",
|
|
4771
|
-
"description": "The AG
|
|
4772
|
-
"name": "
|
|
4804
|
+
"description": "The AG Action Renderer element.",
|
|
4805
|
+
"name": "ActionRenderer",
|
|
4773
4806
|
"members": [
|
|
4774
4807
|
{
|
|
4775
4808
|
"kind": "field",
|
|
4776
4809
|
"name": "params",
|
|
4777
4810
|
"type": {
|
|
4778
|
-
"text": "
|
|
4779
|
-
},
|
|
4780
|
-
"privacy": "public"
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"kind": "field",
|
|
4784
|
-
"name": "value",
|
|
4785
|
-
"type": {
|
|
4786
|
-
"text": "string"
|
|
4787
|
-
},
|
|
4788
|
-
"privacy": "public"
|
|
4789
|
-
},
|
|
4790
|
-
{
|
|
4791
|
-
"kind": "field",
|
|
4792
|
-
"name": "actualWidth",
|
|
4793
|
-
"type": {
|
|
4794
|
-
"text": "number"
|
|
4811
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4795
4812
|
},
|
|
4796
4813
|
"privacy": "public"
|
|
4797
4814
|
},
|
|
4798
4815
|
{
|
|
4799
4816
|
"kind": "field",
|
|
4800
|
-
"name": "
|
|
4817
|
+
"name": "pendingAction",
|
|
4801
4818
|
"type": {
|
|
4802
|
-
"text": "
|
|
4819
|
+
"text": "boolean"
|
|
4803
4820
|
},
|
|
4804
4821
|
"privacy": "public"
|
|
4805
4822
|
},
|
|
@@ -4811,7 +4828,7 @@
|
|
|
4811
4828
|
{
|
|
4812
4829
|
"name": "params",
|
|
4813
4830
|
"type": {
|
|
4814
|
-
"text": "
|
|
4831
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4815
4832
|
}
|
|
4816
4833
|
}
|
|
4817
4834
|
]
|
|
@@ -4830,49 +4847,39 @@
|
|
|
4830
4847
|
"kind": "method",
|
|
4831
4848
|
"name": "refresh",
|
|
4832
4849
|
"privacy": "public",
|
|
4833
|
-
"return": {
|
|
4834
|
-
"type": {
|
|
4835
|
-
"text": "boolean"
|
|
4836
|
-
}
|
|
4837
|
-
},
|
|
4838
4850
|
"parameters": [
|
|
4839
4851
|
{
|
|
4840
4852
|
"name": "params",
|
|
4841
4853
|
"type": {
|
|
4842
|
-
"text": "
|
|
4854
|
+
"text": "ICellRendererParams"
|
|
4843
4855
|
}
|
|
4844
4856
|
}
|
|
4845
4857
|
]
|
|
4846
4858
|
},
|
|
4847
4859
|
{
|
|
4848
4860
|
"kind": "method",
|
|
4849
|
-
"name": "
|
|
4850
|
-
|
|
4851
|
-
{
|
|
4852
|
-
"kind": "method",
|
|
4853
|
-
"name": "isPopup",
|
|
4861
|
+
"name": "isDisabled",
|
|
4862
|
+
"privacy": "public",
|
|
4854
4863
|
"return": {
|
|
4855
4864
|
"type": {
|
|
4856
4865
|
"text": "boolean"
|
|
4857
4866
|
}
|
|
4858
|
-
}
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"kind": "method",
|
|
4862
|
-
"name": "afterGuiAttached"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"kind": "method",
|
|
4866
|
-
"name": "changeHandler",
|
|
4867
|
+
},
|
|
4867
4868
|
"parameters": [
|
|
4868
4869
|
{
|
|
4869
|
-
"name": "
|
|
4870
|
+
"name": "data"
|
|
4870
4871
|
}
|
|
4871
4872
|
]
|
|
4872
4873
|
},
|
|
4873
4874
|
{
|
|
4874
4875
|
"kind": "method",
|
|
4875
|
-
"name": "
|
|
4876
|
+
"name": "clickHandler",
|
|
4877
|
+
"privacy": "public"
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"kind": "field",
|
|
4881
|
+
"name": "dataTestId",
|
|
4882
|
+
"readonly": true
|
|
4876
4883
|
},
|
|
4877
4884
|
{
|
|
4878
4885
|
"kind": "field",
|
|
@@ -4990,97 +4997,78 @@
|
|
|
4990
4997
|
"name": "FoundationElement",
|
|
4991
4998
|
"package": "@microsoft/fast-foundation"
|
|
4992
4999
|
},
|
|
4993
|
-
"tagName": "%%prefix%%-
|
|
5000
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4994
5001
|
"customElement": true
|
|
4995
5002
|
},
|
|
4996
5003
|
{
|
|
4997
5004
|
"kind": "variable",
|
|
4998
|
-
"name": "
|
|
4999
|
-
"
|
|
5000
|
-
"description": "The AG String Renderer Styles.",
|
|
5005
|
+
"name": "actionHeightMultiplier",
|
|
5006
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5001
5007
|
"privacy": "public"
|
|
5002
5008
|
},
|
|
5003
5009
|
{
|
|
5004
|
-
"kind": "
|
|
5005
|
-
"name": "
|
|
5006
|
-
"
|
|
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
|
-
},
|
|
5010
|
+
"kind": "variable",
|
|
5011
|
+
"name": "agActionRendererStyles",
|
|
5012
|
+
"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`",
|
|
5013
|
+
"description": "The AG Action Renderer Styles.",
|
|
5019
5014
|
"privacy": "public"
|
|
5020
5015
|
},
|
|
5021
5016
|
{
|
|
5022
5017
|
"kind": "variable",
|
|
5023
|
-
"name": "
|
|
5018
|
+
"name": "foundationGridProActionRenderer",
|
|
5019
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5024
5020
|
"privacy": "public"
|
|
5025
5021
|
}
|
|
5026
5022
|
],
|
|
5027
5023
|
"exports": [
|
|
5028
5024
|
{
|
|
5029
5025
|
"kind": "js",
|
|
5030
|
-
"name": "
|
|
5026
|
+
"name": "ActionRenderer",
|
|
5031
5027
|
"declaration": {
|
|
5032
|
-
"name": "
|
|
5033
|
-
"module": "src/cell-
|
|
5028
|
+
"name": "ActionRenderer",
|
|
5029
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5034
5030
|
}
|
|
5035
5031
|
},
|
|
5036
5032
|
{
|
|
5037
5033
|
"kind": "js",
|
|
5038
|
-
"name": "
|
|
5034
|
+
"name": "actionHeightMultiplier",
|
|
5039
5035
|
"declaration": {
|
|
5040
|
-
"name": "
|
|
5041
|
-
"module": "src/cell-
|
|
5036
|
+
"name": "actionHeightMultiplier",
|
|
5037
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5042
5038
|
}
|
|
5043
5039
|
},
|
|
5044
5040
|
{
|
|
5045
5041
|
"kind": "js",
|
|
5046
|
-
"name": "
|
|
5042
|
+
"name": "agActionRendererStyles",
|
|
5047
5043
|
"declaration": {
|
|
5048
|
-
"name": "
|
|
5049
|
-
"module": "src/cell-
|
|
5044
|
+
"name": "agActionRendererStyles",
|
|
5045
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5050
5046
|
}
|
|
5051
5047
|
},
|
|
5052
5048
|
{
|
|
5053
5049
|
"kind": "js",
|
|
5054
|
-
"name": "
|
|
5050
|
+
"name": "foundationGridProActionRenderer",
|
|
5055
5051
|
"declaration": {
|
|
5056
|
-
"name": "
|
|
5057
|
-
"module": "src/cell-
|
|
5052
|
+
"name": "foundationGridProActionRenderer",
|
|
5053
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5058
5054
|
}
|
|
5059
5055
|
}
|
|
5060
5056
|
]
|
|
5061
5057
|
},
|
|
5062
5058
|
{
|
|
5063
5059
|
"kind": "javascript-module",
|
|
5064
|
-
"path": "src/cell-renderers/
|
|
5060
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5065
5061
|
"declarations": [
|
|
5066
5062
|
{
|
|
5067
5063
|
"kind": "class",
|
|
5068
|
-
"description": "The
|
|
5069
|
-
"name": "
|
|
5064
|
+
"description": "The Actions Menu Renderer element.",
|
|
5065
|
+
"name": "ActionsMenuRenderer",
|
|
5070
5066
|
"members": [
|
|
5071
5067
|
{
|
|
5072
5068
|
"kind": "field",
|
|
5073
5069
|
"name": "params",
|
|
5074
5070
|
"type": {
|
|
5075
|
-
"text": "ICellRendererParams
|
|
5076
|
-
},
|
|
5077
|
-
"privacy": "public"
|
|
5078
|
-
},
|
|
5079
|
-
{
|
|
5080
|
-
"kind": "field",
|
|
5081
|
-
"name": "pendingAction",
|
|
5082
|
-
"type": {
|
|
5083
|
-
"text": "boolean"
|
|
5071
|
+
"text": "ICellRendererParams"
|
|
5084
5072
|
},
|
|
5085
5073
|
"privacy": "public"
|
|
5086
5074
|
},
|
|
@@ -5092,7 +5080,7 @@
|
|
|
5092
5080
|
{
|
|
5093
5081
|
"name": "params",
|
|
5094
5082
|
"type": {
|
|
5095
|
-
"text": "ICellRendererParams
|
|
5083
|
+
"text": "ICellRendererParams"
|
|
5096
5084
|
}
|
|
5097
5085
|
}
|
|
5098
5086
|
]
|
|
@@ -5120,31 +5108,6 @@
|
|
|
5120
5108
|
}
|
|
5121
5109
|
]
|
|
5122
5110
|
},
|
|
5123
|
-
{
|
|
5124
|
-
"kind": "method",
|
|
5125
|
-
"name": "isDisabled",
|
|
5126
|
-
"privacy": "public",
|
|
5127
|
-
"return": {
|
|
5128
|
-
"type": {
|
|
5129
|
-
"text": "boolean"
|
|
5130
|
-
}
|
|
5131
|
-
},
|
|
5132
|
-
"parameters": [
|
|
5133
|
-
{
|
|
5134
|
-
"name": "data"
|
|
5135
|
-
}
|
|
5136
|
-
]
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"kind": "method",
|
|
5140
|
-
"name": "clickHandler",
|
|
5141
|
-
"privacy": "public"
|
|
5142
|
-
},
|
|
5143
|
-
{
|
|
5144
|
-
"kind": "field",
|
|
5145
|
-
"name": "dataTestId",
|
|
5146
|
-
"readonly": true
|
|
5147
|
-
},
|
|
5148
5111
|
{
|
|
5149
5112
|
"kind": "field",
|
|
5150
5113
|
"name": "_presentation",
|
|
@@ -5261,81 +5224,134 @@
|
|
|
5261
5224
|
"name": "FoundationElement",
|
|
5262
5225
|
"package": "@microsoft/fast-foundation"
|
|
5263
5226
|
},
|
|
5264
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5227
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5265
5228
|
"customElement": true
|
|
5266
5229
|
},
|
|
5267
5230
|
{
|
|
5268
5231
|
"kind": "variable",
|
|
5269
|
-
"name": "
|
|
5270
|
-
"description": "
|
|
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.",
|
|
5232
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5233
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5278
5234
|
"privacy": "public"
|
|
5279
5235
|
},
|
|
5280
5236
|
{
|
|
5281
|
-
"kind": "
|
|
5282
|
-
"name": "
|
|
5283
|
-
"
|
|
5237
|
+
"kind": "function",
|
|
5238
|
+
"name": "getActionsMenuDef",
|
|
5239
|
+
"return": {
|
|
5240
|
+
"type": {
|
|
5241
|
+
"text": ""
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
"parameters": [
|
|
5245
|
+
{
|
|
5246
|
+
"name": "actions",
|
|
5247
|
+
"type": {
|
|
5248
|
+
"text": "ActionMenuItem[]"
|
|
5249
|
+
},
|
|
5250
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "overrideDef",
|
|
5254
|
+
"default": "{}",
|
|
5255
|
+
"type": {
|
|
5256
|
+
"text": "ColDef"
|
|
5257
|
+
},
|
|
5258
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "customActionsOpenerName",
|
|
5262
|
+
"default": "'⋮'",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "string"
|
|
5265
|
+
},
|
|
5266
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "isVertical",
|
|
5270
|
+
"default": "false",
|
|
5271
|
+
"type": {
|
|
5272
|
+
"text": "boolean"
|
|
5273
|
+
},
|
|
5274
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "buttonAppearance",
|
|
5278
|
+
"optional": true,
|
|
5279
|
+
"type": {
|
|
5280
|
+
"text": "string"
|
|
5281
|
+
},
|
|
5282
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"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).",
|
|
5284
5286
|
"privacy": "public"
|
|
5285
5287
|
}
|
|
5286
5288
|
],
|
|
5287
5289
|
"exports": [
|
|
5288
5290
|
{
|
|
5289
5291
|
"kind": "js",
|
|
5290
|
-
"name": "
|
|
5292
|
+
"name": "ActionsMenuRenderer",
|
|
5291
5293
|
"declaration": {
|
|
5292
|
-
"name": "
|
|
5293
|
-
"module": "src/cell-renderers/
|
|
5294
|
+
"name": "ActionsMenuRenderer",
|
|
5295
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5294
5296
|
}
|
|
5295
5297
|
},
|
|
5296
5298
|
{
|
|
5297
5299
|
"kind": "js",
|
|
5298
|
-
"name": "
|
|
5300
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5299
5301
|
"declaration": {
|
|
5300
|
-
"name": "
|
|
5301
|
-
"module": "src/cell-renderers/
|
|
5302
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5303
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5302
5304
|
}
|
|
5303
5305
|
},
|
|
5304
5306
|
{
|
|
5305
5307
|
"kind": "js",
|
|
5306
|
-
"name": "
|
|
5308
|
+
"name": "getActionsMenuDef",
|
|
5307
5309
|
"declaration": {
|
|
5308
|
-
"name": "
|
|
5309
|
-
"module": "src/cell-renderers/
|
|
5310
|
-
}
|
|
5311
|
-
},
|
|
5312
|
-
{
|
|
5313
|
-
"kind": "js",
|
|
5314
|
-
"name": "foundationGridProActionRenderer",
|
|
5315
|
-
"declaration": {
|
|
5316
|
-
"name": "foundationGridProActionRenderer",
|
|
5317
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5310
|
+
"name": "getActionsMenuDef",
|
|
5311
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5318
5312
|
}
|
|
5319
5313
|
}
|
|
5320
5314
|
]
|
|
5321
5315
|
},
|
|
5322
5316
|
{
|
|
5323
5317
|
"kind": "javascript-module",
|
|
5324
|
-
"path": "src/cell-renderers/
|
|
5318
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5325
5319
|
"declarations": [
|
|
5326
5320
|
{
|
|
5327
5321
|
"kind": "class",
|
|
5328
|
-
"description": "The
|
|
5329
|
-
"name": "
|
|
5322
|
+
"description": "The AG Boolean Renderer element.",
|
|
5323
|
+
"name": "BooleanRenderer",
|
|
5330
5324
|
"members": [
|
|
5331
5325
|
{
|
|
5332
5326
|
"kind": "field",
|
|
5333
5327
|
"name": "params",
|
|
5334
5328
|
"type": {
|
|
5335
|
-
"text": "ICellRendererParams"
|
|
5329
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5336
5330
|
},
|
|
5337
5331
|
"privacy": "public"
|
|
5338
5332
|
},
|
|
5333
|
+
{
|
|
5334
|
+
"kind": "field",
|
|
5335
|
+
"name": "selected",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "boolean"
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"kind": "method",
|
|
5342
|
+
"name": "isDisabled",
|
|
5343
|
+
"privacy": "public",
|
|
5344
|
+
"return": {
|
|
5345
|
+
"type": {
|
|
5346
|
+
"text": "boolean"
|
|
5347
|
+
}
|
|
5348
|
+
},
|
|
5349
|
+
"parameters": [
|
|
5350
|
+
{
|
|
5351
|
+
"name": "data"
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
},
|
|
5339
5355
|
{
|
|
5340
5356
|
"kind": "method",
|
|
5341
5357
|
"name": "init",
|
|
@@ -5359,6 +5375,11 @@
|
|
|
5359
5375
|
}
|
|
5360
5376
|
}
|
|
5361
5377
|
},
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "method",
|
|
5380
|
+
"name": "destroy",
|
|
5381
|
+
"privacy": "public"
|
|
5382
|
+
},
|
|
5362
5383
|
{
|
|
5363
5384
|
"kind": "method",
|
|
5364
5385
|
"name": "refresh",
|
|
@@ -5372,6 +5393,14 @@
|
|
|
5372
5393
|
}
|
|
5373
5394
|
]
|
|
5374
5395
|
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "method",
|
|
5398
|
+
"name": "getValue"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"kind": "method",
|
|
5402
|
+
"name": "isCancelBeforeStart"
|
|
5403
|
+
},
|
|
5375
5404
|
{
|
|
5376
5405
|
"kind": "field",
|
|
5377
5406
|
"name": "_presentation",
|
|
@@ -5488,134 +5517,92 @@
|
|
|
5488
5517
|
"name": "FoundationElement",
|
|
5489
5518
|
"package": "@microsoft/fast-foundation"
|
|
5490
5519
|
},
|
|
5491
|
-
"tagName": "%%prefix%%-
|
|
5520
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
5492
5521
|
"customElement": true
|
|
5493
5522
|
},
|
|
5494
5523
|
{
|
|
5495
5524
|
"kind": "variable",
|
|
5496
|
-
"name": "
|
|
5497
|
-
"
|
|
5525
|
+
"name": "agBooleanRendererStyles",
|
|
5526
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
5527
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
5498
5528
|
"privacy": "public"
|
|
5499
5529
|
},
|
|
5500
5530
|
{
|
|
5501
5531
|
"kind": "function",
|
|
5502
|
-
"name": "
|
|
5532
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5533
|
+
"parameters": [
|
|
5534
|
+
{
|
|
5535
|
+
"name": "designSystem",
|
|
5536
|
+
"default": "'foundation'",
|
|
5537
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5503
5541
|
"return": {
|
|
5504
5542
|
"type": {
|
|
5505
5543
|
"text": ""
|
|
5506
5544
|
}
|
|
5507
5545
|
},
|
|
5508
|
-
"
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
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).",
|
|
5546
|
+
"privacy": "public"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"kind": "variable",
|
|
5550
|
+
"name": "foundationAgBooleanRenderer",
|
|
5551
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5550
5552
|
"privacy": "public"
|
|
5551
5553
|
}
|
|
5552
5554
|
],
|
|
5553
5555
|
"exports": [
|
|
5554
5556
|
{
|
|
5555
5557
|
"kind": "js",
|
|
5556
|
-
"name": "
|
|
5558
|
+
"name": "BooleanRenderer",
|
|
5557
5559
|
"declaration": {
|
|
5558
|
-
"name": "
|
|
5559
|
-
"module": "src/cell-renderers/
|
|
5560
|
+
"name": "BooleanRenderer",
|
|
5561
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5560
5562
|
}
|
|
5561
5563
|
},
|
|
5562
5564
|
{
|
|
5563
5565
|
"kind": "js",
|
|
5564
|
-
"name": "
|
|
5566
|
+
"name": "agBooleanRendererStyles",
|
|
5565
5567
|
"declaration": {
|
|
5566
|
-
"name": "
|
|
5567
|
-
"module": "src/cell-renderers/
|
|
5568
|
+
"name": "agBooleanRendererStyles",
|
|
5569
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5568
5570
|
}
|
|
5569
5571
|
},
|
|
5570
5572
|
{
|
|
5571
5573
|
"kind": "js",
|
|
5572
|
-
"name": "
|
|
5574
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5573
5575
|
"declaration": {
|
|
5574
|
-
"name": "
|
|
5575
|
-
"module": "src/cell-renderers/
|
|
5576
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5577
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5578
|
+
}
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "js",
|
|
5582
|
+
"name": "foundationAgBooleanRenderer",
|
|
5583
|
+
"declaration": {
|
|
5584
|
+
"name": "foundationAgBooleanRenderer",
|
|
5585
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5576
5586
|
}
|
|
5577
5587
|
}
|
|
5578
5588
|
]
|
|
5579
5589
|
},
|
|
5580
5590
|
{
|
|
5581
5591
|
"kind": "javascript-module",
|
|
5582
|
-
"path": "src/cell-renderers/
|
|
5592
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
5583
5593
|
"declarations": [
|
|
5584
5594
|
{
|
|
5585
5595
|
"kind": "class",
|
|
5586
|
-
"description": "The AG
|
|
5587
|
-
"name": "
|
|
5596
|
+
"description": "The AG Editable Renderer element.",
|
|
5597
|
+
"name": "EditableRenderer",
|
|
5588
5598
|
"members": [
|
|
5589
5599
|
{
|
|
5590
5600
|
"kind": "field",
|
|
5591
|
-
"name": "
|
|
5592
|
-
"type": {
|
|
5593
|
-
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5594
|
-
},
|
|
5595
|
-
"privacy": "public"
|
|
5596
|
-
},
|
|
5597
|
-
{
|
|
5598
|
-
"kind": "field",
|
|
5599
|
-
"name": "selected",
|
|
5601
|
+
"name": "valueFormatted",
|
|
5600
5602
|
"type": {
|
|
5601
|
-
"text": "
|
|
5603
|
+
"text": "string"
|
|
5602
5604
|
}
|
|
5603
5605
|
},
|
|
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
|
-
},
|
|
5619
5606
|
{
|
|
5620
5607
|
"kind": "method",
|
|
5621
5608
|
"name": "init",
|
|
@@ -5639,11 +5626,6 @@
|
|
|
5639
5626
|
}
|
|
5640
5627
|
}
|
|
5641
5628
|
},
|
|
5642
|
-
{
|
|
5643
|
-
"kind": "method",
|
|
5644
|
-
"name": "destroy",
|
|
5645
|
-
"privacy": "public"
|
|
5646
|
-
},
|
|
5647
5629
|
{
|
|
5648
5630
|
"kind": "method",
|
|
5649
5631
|
"name": "refresh",
|
|
@@ -5657,14 +5639,6 @@
|
|
|
5657
5639
|
}
|
|
5658
5640
|
]
|
|
5659
5641
|
},
|
|
5660
|
-
{
|
|
5661
|
-
"kind": "method",
|
|
5662
|
-
"name": "getValue"
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "method",
|
|
5666
|
-
"name": "isCancelBeforeStart"
|
|
5667
|
-
},
|
|
5668
5642
|
{
|
|
5669
5643
|
"kind": "field",
|
|
5670
5644
|
"name": "_presentation",
|
|
@@ -5781,19 +5755,19 @@
|
|
|
5781
5755
|
"name": "FoundationElement",
|
|
5782
5756
|
"package": "@microsoft/fast-foundation"
|
|
5783
5757
|
},
|
|
5784
|
-
"tagName": "%%prefix%%-
|
|
5758
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
5785
5759
|
"customElement": true
|
|
5786
5760
|
},
|
|
5787
5761
|
{
|
|
5788
5762
|
"kind": "variable",
|
|
5789
|
-
"name": "
|
|
5790
|
-
"default": "css`\n :host {\n
|
|
5791
|
-
"description": "The AG
|
|
5763
|
+
"name": "agEditableRendererStyles",
|
|
5764
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
5765
|
+
"description": "The AG Editable Renderer Styles.",
|
|
5792
5766
|
"privacy": "public"
|
|
5793
5767
|
},
|
|
5794
5768
|
{
|
|
5795
5769
|
"kind": "function",
|
|
5796
|
-
"name": "
|
|
5770
|
+
"name": "getAgEditableRendererTemplate",
|
|
5797
5771
|
"parameters": [
|
|
5798
5772
|
{
|
|
5799
5773
|
"name": "designSystem",
|
|
@@ -5811,289 +5785,51 @@
|
|
|
5811
5785
|
},
|
|
5812
5786
|
{
|
|
5813
5787
|
"kind": "variable",
|
|
5814
|
-
"name": "
|
|
5815
|
-
"description": "A function that returns a Foundation
|
|
5788
|
+
"name": "foundationAgEditableRenderer",
|
|
5789
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5816
5790
|
"privacy": "public"
|
|
5817
5791
|
}
|
|
5818
5792
|
],
|
|
5819
5793
|
"exports": [
|
|
5820
5794
|
{
|
|
5821
5795
|
"kind": "js",
|
|
5822
|
-
"name": "
|
|
5796
|
+
"name": "EditableRenderer",
|
|
5823
5797
|
"declaration": {
|
|
5824
|
-
"name": "
|
|
5825
|
-
"module": "src/cell-renderers/
|
|
5798
|
+
"name": "EditableRenderer",
|
|
5799
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5826
5800
|
}
|
|
5827
5801
|
},
|
|
5828
5802
|
{
|
|
5829
5803
|
"kind": "js",
|
|
5830
|
-
"name": "
|
|
5804
|
+
"name": "agEditableRendererStyles",
|
|
5831
5805
|
"declaration": {
|
|
5832
|
-
"name": "
|
|
5833
|
-
"module": "src/cell-renderers/
|
|
5806
|
+
"name": "agEditableRendererStyles",
|
|
5807
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5834
5808
|
}
|
|
5835
5809
|
},
|
|
5836
5810
|
{
|
|
5837
5811
|
"kind": "js",
|
|
5838
|
-
"name": "
|
|
5812
|
+
"name": "getAgEditableRendererTemplate",
|
|
5839
5813
|
"declaration": {
|
|
5840
|
-
"name": "
|
|
5841
|
-
"module": "src/cell-renderers/
|
|
5814
|
+
"name": "getAgEditableRendererTemplate",
|
|
5815
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5842
5816
|
}
|
|
5843
5817
|
},
|
|
5844
5818
|
{
|
|
5845
5819
|
"kind": "js",
|
|
5846
|
-
"name": "
|
|
5820
|
+
"name": "foundationAgEditableRenderer",
|
|
5847
5821
|
"declaration": {
|
|
5848
|
-
"name": "
|
|
5849
|
-
"module": "src/cell-renderers/
|
|
5822
|
+
"name": "foundationAgEditableRenderer",
|
|
5823
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5850
5824
|
}
|
|
5851
5825
|
}
|
|
5852
5826
|
]
|
|
5853
5827
|
},
|
|
5854
5828
|
{
|
|
5855
5829
|
"kind": "javascript-module",
|
|
5856
|
-
"path": "src/cell-renderers/
|
|
5857
|
-
"declarations": [
|
|
5858
|
-
|
|
5859
|
-
"kind": "class",
|
|
5860
|
-
"description": "The AG Editable Renderer element.",
|
|
5861
|
-
"name": "EditableRenderer",
|
|
5862
|
-
"members": [
|
|
5863
|
-
{
|
|
5864
|
-
"kind": "field",
|
|
5865
|
-
"name": "valueFormatted",
|
|
5866
|
-
"type": {
|
|
5867
|
-
"text": "string"
|
|
5868
|
-
}
|
|
5869
|
-
},
|
|
5870
|
-
{
|
|
5871
|
-
"kind": "method",
|
|
5872
|
-
"name": "init",
|
|
5873
|
-
"privacy": "public",
|
|
5874
|
-
"parameters": [
|
|
5875
|
-
{
|
|
5876
|
-
"name": "params",
|
|
5877
|
-
"type": {
|
|
5878
|
-
"text": "ICellRendererParams"
|
|
5879
|
-
}
|
|
5880
|
-
}
|
|
5881
|
-
]
|
|
5882
|
-
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "method",
|
|
5885
|
-
"name": "getGui",
|
|
5886
|
-
"privacy": "public",
|
|
5887
|
-
"return": {
|
|
5888
|
-
"type": {
|
|
5889
|
-
"text": "HTMLElement"
|
|
5890
|
-
}
|
|
5891
|
-
}
|
|
5892
|
-
},
|
|
5893
|
-
{
|
|
5894
|
-
"kind": "method",
|
|
5895
|
-
"name": "refresh",
|
|
5896
|
-
"privacy": "public",
|
|
5897
|
-
"parameters": [
|
|
5898
|
-
{
|
|
5899
|
-
"name": "params",
|
|
5900
|
-
"type": {
|
|
5901
|
-
"text": "ICellRendererParams"
|
|
5902
|
-
}
|
|
5903
|
-
}
|
|
5904
|
-
]
|
|
5905
|
-
},
|
|
5906
|
-
{
|
|
5907
|
-
"kind": "field",
|
|
5908
|
-
"name": "_presentation",
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5911
|
-
},
|
|
5912
|
-
"privacy": "private",
|
|
5913
|
-
"default": "void 0",
|
|
5914
|
-
"inheritedFrom": {
|
|
5915
|
-
"name": "FoundationElement",
|
|
5916
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5917
|
-
}
|
|
5918
|
-
},
|
|
5919
|
-
{
|
|
5920
|
-
"kind": "field",
|
|
5921
|
-
"name": "$presentation",
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "ComponentPresentation | null"
|
|
5924
|
-
},
|
|
5925
|
-
"privacy": "public",
|
|
5926
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5927
|
-
"inheritedFrom": {
|
|
5928
|
-
"name": "FoundationElement",
|
|
5929
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5930
|
-
}
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"kind": "field",
|
|
5934
|
-
"name": "template",
|
|
5935
|
-
"type": {
|
|
5936
|
-
"text": "ElementViewTemplate | void | null"
|
|
5937
|
-
},
|
|
5938
|
-
"privacy": "public",
|
|
5939
|
-
"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.",
|
|
5940
|
-
"inheritedFrom": {
|
|
5941
|
-
"name": "FoundationElement",
|
|
5942
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5943
|
-
}
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"kind": "method",
|
|
5947
|
-
"name": "templateChanged",
|
|
5948
|
-
"privacy": "protected",
|
|
5949
|
-
"return": {
|
|
5950
|
-
"type": {
|
|
5951
|
-
"text": "void"
|
|
5952
|
-
}
|
|
5953
|
-
},
|
|
5954
|
-
"inheritedFrom": {
|
|
5955
|
-
"name": "FoundationElement",
|
|
5956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5957
|
-
}
|
|
5958
|
-
},
|
|
5959
|
-
{
|
|
5960
|
-
"kind": "field",
|
|
5961
|
-
"name": "styles",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "ElementStyles | void | null"
|
|
5964
|
-
},
|
|
5965
|
-
"privacy": "public",
|
|
5966
|
-
"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.",
|
|
5967
|
-
"inheritedFrom": {
|
|
5968
|
-
"name": "FoundationElement",
|
|
5969
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5970
|
-
}
|
|
5971
|
-
},
|
|
5972
|
-
{
|
|
5973
|
-
"kind": "method",
|
|
5974
|
-
"name": "stylesChanged",
|
|
5975
|
-
"privacy": "protected",
|
|
5976
|
-
"return": {
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "void"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
"inheritedFrom": {
|
|
5982
|
-
"name": "FoundationElement",
|
|
5983
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"kind": "method",
|
|
5988
|
-
"name": "compose",
|
|
5989
|
-
"privacy": "public",
|
|
5990
|
-
"static": true,
|
|
5991
|
-
"return": {
|
|
5992
|
-
"type": {
|
|
5993
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5994
|
-
}
|
|
5995
|
-
},
|
|
5996
|
-
"parameters": [
|
|
5997
|
-
{
|
|
5998
|
-
"name": "this",
|
|
5999
|
-
"type": {
|
|
6000
|
-
"text": "K"
|
|
6001
|
-
}
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"name": "elementDefinition",
|
|
6005
|
-
"type": {
|
|
6006
|
-
"text": "T"
|
|
6007
|
-
},
|
|
6008
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6009
|
-
}
|
|
6010
|
-
],
|
|
6011
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6012
|
-
"inheritedFrom": {
|
|
6013
|
-
"name": "FoundationElement",
|
|
6014
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
],
|
|
6018
|
-
"superclass": {
|
|
6019
|
-
"name": "FoundationElement",
|
|
6020
|
-
"package": "@microsoft/fast-foundation"
|
|
6021
|
-
},
|
|
6022
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
6023
|
-
"customElement": true
|
|
6024
|
-
},
|
|
6025
|
-
{
|
|
6026
|
-
"kind": "variable",
|
|
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.",
|
|
6030
|
-
"privacy": "public"
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"kind": "function",
|
|
6034
|
-
"name": "getAgEditableRendererTemplate",
|
|
6035
|
-
"parameters": [
|
|
6036
|
-
{
|
|
6037
|
-
"name": "designSystem",
|
|
6038
|
-
"default": "'foundation'",
|
|
6039
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6040
|
-
}
|
|
6041
|
-
],
|
|
6042
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6043
|
-
"return": {
|
|
6044
|
-
"type": {
|
|
6045
|
-
"text": ""
|
|
6046
|
-
}
|
|
6047
|
-
},
|
|
6048
|
-
"privacy": "public"
|
|
6049
|
-
},
|
|
6050
|
-
{
|
|
6051
|
-
"kind": "variable",
|
|
6052
|
-
"name": "foundationAgEditableRenderer",
|
|
6053
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6054
|
-
"privacy": "public"
|
|
6055
|
-
}
|
|
6056
|
-
],
|
|
6057
|
-
"exports": [
|
|
6058
|
-
{
|
|
6059
|
-
"kind": "js",
|
|
6060
|
-
"name": "EditableRenderer",
|
|
6061
|
-
"declaration": {
|
|
6062
|
-
"name": "EditableRenderer",
|
|
6063
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6064
|
-
}
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"kind": "js",
|
|
6068
|
-
"name": "agEditableRendererStyles",
|
|
6069
|
-
"declaration": {
|
|
6070
|
-
"name": "agEditableRendererStyles",
|
|
6071
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6072
|
-
}
|
|
6073
|
-
},
|
|
6074
|
-
{
|
|
6075
|
-
"kind": "js",
|
|
6076
|
-
"name": "getAgEditableRendererTemplate",
|
|
6077
|
-
"declaration": {
|
|
6078
|
-
"name": "getAgEditableRendererTemplate",
|
|
6079
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"kind": "js",
|
|
6084
|
-
"name": "foundationAgEditableRenderer",
|
|
6085
|
-
"declaration": {
|
|
6086
|
-
"name": "foundationAgEditableRenderer",
|
|
6087
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6088
|
-
}
|
|
6089
|
-
}
|
|
6090
|
-
]
|
|
6091
|
-
},
|
|
6092
|
-
{
|
|
6093
|
-
"kind": "javascript-module",
|
|
6094
|
-
"path": "src/cell-renderers/index.ts",
|
|
6095
|
-
"declarations": [],
|
|
6096
|
-
"exports": [
|
|
5830
|
+
"path": "src/cell-renderers/index.ts",
|
|
5831
|
+
"declarations": [],
|
|
5832
|
+
"exports": [
|
|
6097
5833
|
{
|
|
6098
5834
|
"kind": "js",
|
|
6099
5835
|
"name": "*",
|
|
@@ -7285,6 +7021,270 @@
|
|
|
7285
7021
|
}
|
|
7286
7022
|
]
|
|
7287
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
"kind": "javascript-module",
|
|
7026
|
+
"path": "src/cell/cell.template.ts",
|
|
7027
|
+
"declarations": [
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "variable",
|
|
7030
|
+
"name": "CellTemplate",
|
|
7031
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
7032
|
+
"description": "The Grid Pro Cell Template.",
|
|
7033
|
+
"privacy": "public"
|
|
7034
|
+
}
|
|
7035
|
+
],
|
|
7036
|
+
"exports": [
|
|
7037
|
+
{
|
|
7038
|
+
"kind": "js",
|
|
7039
|
+
"name": "CellTemplate",
|
|
7040
|
+
"declaration": {
|
|
7041
|
+
"name": "CellTemplate",
|
|
7042
|
+
"module": "src/cell/cell.template.ts"
|
|
7043
|
+
}
|
|
7044
|
+
}
|
|
7045
|
+
]
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"kind": "javascript-module",
|
|
7049
|
+
"path": "src/cell/cell.ts",
|
|
7050
|
+
"declarations": [
|
|
7051
|
+
{
|
|
7052
|
+
"kind": "class",
|
|
7053
|
+
"description": "The Grid Pro Cell element.",
|
|
7054
|
+
"name": "GridProCell",
|
|
7055
|
+
"members": [
|
|
7056
|
+
{
|
|
7057
|
+
"kind": "field",
|
|
7058
|
+
"name": "renderer",
|
|
7059
|
+
"type": {
|
|
7060
|
+
"text": "ICellRendererFunc"
|
|
7061
|
+
},
|
|
7062
|
+
"privacy": "public"
|
|
7063
|
+
},
|
|
7064
|
+
{
|
|
7065
|
+
"kind": "field",
|
|
7066
|
+
"name": "rendererParams",
|
|
7067
|
+
"type": {
|
|
7068
|
+
"text": "ICellRendererParams"
|
|
7069
|
+
},
|
|
7070
|
+
"privacy": "public"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"kind": "field",
|
|
7074
|
+
"name": "slottedRenderer",
|
|
7075
|
+
"type": {
|
|
7076
|
+
"text": "HTMLElement[]"
|
|
7077
|
+
},
|
|
7078
|
+
"privacy": "public"
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"kind": "method",
|
|
7082
|
+
"name": "init",
|
|
7083
|
+
"privacy": "public",
|
|
7084
|
+
"parameters": [
|
|
7085
|
+
{
|
|
7086
|
+
"name": "params",
|
|
7087
|
+
"type": {
|
|
7088
|
+
"text": "ICellRendererParams"
|
|
7089
|
+
}
|
|
7090
|
+
}
|
|
7091
|
+
]
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"kind": "method",
|
|
7095
|
+
"name": "getGui",
|
|
7096
|
+
"privacy": "public",
|
|
7097
|
+
"return": {
|
|
7098
|
+
"type": {
|
|
7099
|
+
"text": "HTMLElement"
|
|
7100
|
+
}
|
|
7101
|
+
}
|
|
7102
|
+
},
|
|
7103
|
+
{
|
|
7104
|
+
"kind": "method",
|
|
7105
|
+
"name": "destroy",
|
|
7106
|
+
"privacy": "public"
|
|
7107
|
+
},
|
|
7108
|
+
{
|
|
7109
|
+
"kind": "method",
|
|
7110
|
+
"name": "refresh",
|
|
7111
|
+
"privacy": "public",
|
|
7112
|
+
"parameters": [
|
|
7113
|
+
{
|
|
7114
|
+
"name": "params",
|
|
7115
|
+
"type": {
|
|
7116
|
+
"text": "ICellRendererParams"
|
|
7117
|
+
}
|
|
7118
|
+
}
|
|
7119
|
+
]
|
|
7120
|
+
},
|
|
7121
|
+
{
|
|
7122
|
+
"kind": "method",
|
|
7123
|
+
"name": "slottedAgRendererChanged",
|
|
7124
|
+
"privacy": "public"
|
|
7125
|
+
},
|
|
7126
|
+
{
|
|
7127
|
+
"kind": "field",
|
|
7128
|
+
"name": "_presentation",
|
|
7129
|
+
"type": {
|
|
7130
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7131
|
+
},
|
|
7132
|
+
"privacy": "private",
|
|
7133
|
+
"default": "void 0",
|
|
7134
|
+
"inheritedFrom": {
|
|
7135
|
+
"name": "FoundationElement",
|
|
7136
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7137
|
+
}
|
|
7138
|
+
},
|
|
7139
|
+
{
|
|
7140
|
+
"kind": "field",
|
|
7141
|
+
"name": "$presentation",
|
|
7142
|
+
"type": {
|
|
7143
|
+
"text": "ComponentPresentation | null"
|
|
7144
|
+
},
|
|
7145
|
+
"privacy": "public",
|
|
7146
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7147
|
+
"inheritedFrom": {
|
|
7148
|
+
"name": "FoundationElement",
|
|
7149
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"kind": "field",
|
|
7154
|
+
"name": "template",
|
|
7155
|
+
"type": {
|
|
7156
|
+
"text": "ElementViewTemplate | void | null"
|
|
7157
|
+
},
|
|
7158
|
+
"privacy": "public",
|
|
7159
|
+
"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.",
|
|
7160
|
+
"inheritedFrom": {
|
|
7161
|
+
"name": "FoundationElement",
|
|
7162
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7163
|
+
}
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"kind": "method",
|
|
7167
|
+
"name": "templateChanged",
|
|
7168
|
+
"privacy": "protected",
|
|
7169
|
+
"return": {
|
|
7170
|
+
"type": {
|
|
7171
|
+
"text": "void"
|
|
7172
|
+
}
|
|
7173
|
+
},
|
|
7174
|
+
"inheritedFrom": {
|
|
7175
|
+
"name": "FoundationElement",
|
|
7176
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7177
|
+
}
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"kind": "field",
|
|
7181
|
+
"name": "styles",
|
|
7182
|
+
"type": {
|
|
7183
|
+
"text": "ElementStyles | void | null"
|
|
7184
|
+
},
|
|
7185
|
+
"privacy": "public",
|
|
7186
|
+
"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.",
|
|
7187
|
+
"inheritedFrom": {
|
|
7188
|
+
"name": "FoundationElement",
|
|
7189
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
7192
|
+
{
|
|
7193
|
+
"kind": "method",
|
|
7194
|
+
"name": "stylesChanged",
|
|
7195
|
+
"privacy": "protected",
|
|
7196
|
+
"return": {
|
|
7197
|
+
"type": {
|
|
7198
|
+
"text": "void"
|
|
7199
|
+
}
|
|
7200
|
+
},
|
|
7201
|
+
"inheritedFrom": {
|
|
7202
|
+
"name": "FoundationElement",
|
|
7203
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7204
|
+
}
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"kind": "method",
|
|
7208
|
+
"name": "compose",
|
|
7209
|
+
"privacy": "public",
|
|
7210
|
+
"static": true,
|
|
7211
|
+
"return": {
|
|
7212
|
+
"type": {
|
|
7213
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
7216
|
+
"parameters": [
|
|
7217
|
+
{
|
|
7218
|
+
"name": "this",
|
|
7219
|
+
"type": {
|
|
7220
|
+
"text": "K"
|
|
7221
|
+
}
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"name": "elementDefinition",
|
|
7225
|
+
"type": {
|
|
7226
|
+
"text": "T"
|
|
7227
|
+
},
|
|
7228
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7229
|
+
}
|
|
7230
|
+
],
|
|
7231
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7232
|
+
"inheritedFrom": {
|
|
7233
|
+
"name": "FoundationElement",
|
|
7234
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7235
|
+
}
|
|
7236
|
+
}
|
|
7237
|
+
],
|
|
7238
|
+
"superclass": {
|
|
7239
|
+
"name": "FoundationElement",
|
|
7240
|
+
"package": "@microsoft/fast-foundation"
|
|
7241
|
+
},
|
|
7242
|
+
"tagName": "grid-pro-cell",
|
|
7243
|
+
"customElement": true
|
|
7244
|
+
}
|
|
7245
|
+
],
|
|
7246
|
+
"exports": [
|
|
7247
|
+
{
|
|
7248
|
+
"kind": "js",
|
|
7249
|
+
"name": "GridProCell",
|
|
7250
|
+
"declaration": {
|
|
7251
|
+
"name": "GridProCell",
|
|
7252
|
+
"module": "src/cell/cell.ts"
|
|
7253
|
+
}
|
|
7254
|
+
},
|
|
7255
|
+
{
|
|
7256
|
+
"kind": "custom-element-definition",
|
|
7257
|
+
"name": "grid-pro-cell",
|
|
7258
|
+
"declaration": {
|
|
7259
|
+
"name": "GridProCell",
|
|
7260
|
+
"module": "src/cell/cell.ts"
|
|
7261
|
+
}
|
|
7262
|
+
}
|
|
7263
|
+
]
|
|
7264
|
+
},
|
|
7265
|
+
{
|
|
7266
|
+
"kind": "javascript-module",
|
|
7267
|
+
"path": "src/cell/index.ts",
|
|
7268
|
+
"declarations": [],
|
|
7269
|
+
"exports": [
|
|
7270
|
+
{
|
|
7271
|
+
"kind": "js",
|
|
7272
|
+
"name": "*",
|
|
7273
|
+
"declaration": {
|
|
7274
|
+
"name": "*",
|
|
7275
|
+
"package": "./cell.template"
|
|
7276
|
+
}
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"kind": "js",
|
|
7280
|
+
"name": "*",
|
|
7281
|
+
"declaration": {
|
|
7282
|
+
"name": "*",
|
|
7283
|
+
"package": "./cell"
|
|
7284
|
+
}
|
|
7285
|
+
}
|
|
7286
|
+
]
|
|
7287
|
+
},
|
|
7288
7288
|
{
|
|
7289
7289
|
"kind": "javascript-module",
|
|
7290
7290
|
"path": "src/datasource/base.datasource.ts",
|