@genesislcap/grid-pro 14.385.0 → 14.386.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 +344 -344
- package/package.json +13 -13
|
@@ -3309,59 +3309,56 @@
|
|
|
3309
3309
|
},
|
|
3310
3310
|
{
|
|
3311
3311
|
"kind": "javascript-module",
|
|
3312
|
-
"path": "src/cell/
|
|
3313
|
-
"declarations": [
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "variable",
|
|
3316
|
-
"name": "CellTemplate",
|
|
3317
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3318
|
-
"description": "The Grid Pro Cell Template.",
|
|
3319
|
-
"privacy": "public"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"exports": [
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "js",
|
|
3325
|
-
"name": "CellTemplate",
|
|
3326
|
-
"declaration": {
|
|
3327
|
-
"name": "CellTemplate",
|
|
3328
|
-
"module": "src/cell/cell.template.ts"
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
]
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "javascript-module",
|
|
3335
|
-
"path": "src/cell/cell.ts",
|
|
3312
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3336
3313
|
"declarations": [
|
|
3337
3314
|
{
|
|
3338
3315
|
"kind": "class",
|
|
3339
|
-
"description": "The
|
|
3340
|
-
"name": "
|
|
3316
|
+
"description": "The AG Date Editor element.",
|
|
3317
|
+
"name": "DateEditor",
|
|
3341
3318
|
"members": [
|
|
3342
3319
|
{
|
|
3343
3320
|
"kind": "field",
|
|
3344
|
-
"name": "
|
|
3321
|
+
"name": "value",
|
|
3345
3322
|
"type": {
|
|
3346
|
-
"text": "
|
|
3323
|
+
"text": "number"
|
|
3347
3324
|
},
|
|
3348
3325
|
"privacy": "public"
|
|
3349
3326
|
},
|
|
3350
3327
|
{
|
|
3351
3328
|
"kind": "field",
|
|
3352
|
-
"name": "
|
|
3329
|
+
"name": "actualWidth",
|
|
3353
3330
|
"type": {
|
|
3354
|
-
"text": "
|
|
3331
|
+
"text": "number"
|
|
3355
3332
|
},
|
|
3356
3333
|
"privacy": "public"
|
|
3357
3334
|
},
|
|
3358
3335
|
{
|
|
3359
3336
|
"kind": "field",
|
|
3360
|
-
"name": "
|
|
3337
|
+
"name": "params",
|
|
3361
3338
|
"type": {
|
|
3362
|
-
"text": "
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3339
|
+
"text": "DateEditorParams"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"kind": "field",
|
|
3344
|
+
"name": "dateFormat",
|
|
3345
|
+
"type": {
|
|
3346
|
+
"text": "string"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"kind": "field",
|
|
3351
|
+
"name": "input",
|
|
3352
|
+
"type": {
|
|
3353
|
+
"text": "any"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "field",
|
|
3358
|
+
"name": "inputType",
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "'datetime-local' | 'date'"
|
|
3361
|
+
}
|
|
3365
3362
|
},
|
|
3366
3363
|
{
|
|
3367
3364
|
"kind": "method",
|
|
@@ -3371,7 +3368,7 @@
|
|
|
3371
3368
|
{
|
|
3372
3369
|
"name": "params",
|
|
3373
3370
|
"type": {
|
|
3374
|
-
"text": "
|
|
3371
|
+
"text": "DateEditorParams"
|
|
3375
3372
|
}
|
|
3376
3373
|
}
|
|
3377
3374
|
]
|
|
@@ -3386,28 +3383,53 @@
|
|
|
3386
3383
|
}
|
|
3387
3384
|
}
|
|
3388
3385
|
},
|
|
3389
|
-
{
|
|
3390
|
-
"kind": "method",
|
|
3391
|
-
"name": "destroy",
|
|
3392
|
-
"privacy": "public"
|
|
3393
|
-
},
|
|
3394
3386
|
{
|
|
3395
3387
|
"kind": "method",
|
|
3396
3388
|
"name": "refresh",
|
|
3397
3389
|
"privacy": "public",
|
|
3390
|
+
"return": {
|
|
3391
|
+
"type": {
|
|
3392
|
+
"text": "boolean"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3398
3395
|
"parameters": [
|
|
3399
3396
|
{
|
|
3400
3397
|
"name": "params",
|
|
3401
3398
|
"type": {
|
|
3402
|
-
"text": "
|
|
3399
|
+
"text": "DateEditorParams"
|
|
3403
3400
|
}
|
|
3404
3401
|
}
|
|
3405
3402
|
]
|
|
3406
3403
|
},
|
|
3407
3404
|
{
|
|
3408
3405
|
"kind": "method",
|
|
3409
|
-
"name": "
|
|
3410
|
-
|
|
3406
|
+
"name": "getValue"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"kind": "method",
|
|
3410
|
+
"name": "isPopup",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": "boolean"
|
|
3414
|
+
}
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "method",
|
|
3419
|
+
"name": "changeHandler",
|
|
3420
|
+
"parameters": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "event"
|
|
3423
|
+
}
|
|
3424
|
+
]
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "method",
|
|
3428
|
+
"name": "afterGuiAttached"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"kind": "method",
|
|
3432
|
+
"name": "isCancelBeforeStart"
|
|
3411
3433
|
},
|
|
3412
3434
|
{
|
|
3413
3435
|
"kind": "field",
|
|
@@ -3525,32 +3547,78 @@
|
|
|
3525
3547
|
"name": "FoundationElement",
|
|
3526
3548
|
"package": "@microsoft/fast-foundation"
|
|
3527
3549
|
},
|
|
3528
|
-
"tagName": "
|
|
3550
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3529
3551
|
"customElement": true
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "variable",
|
|
3555
|
+
"name": "agDateEditorStyles",
|
|
3556
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3557
|
+
"description": "The AG Select Renderer Styles.",
|
|
3558
|
+
"privacy": "public"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"kind": "function",
|
|
3562
|
+
"name": "getDateEditorTemplate",
|
|
3563
|
+
"parameters": [
|
|
3564
|
+
{
|
|
3565
|
+
"name": "prefix",
|
|
3566
|
+
"default": "'foundation'",
|
|
3567
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3568
|
+
}
|
|
3569
|
+
],
|
|
3570
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3571
|
+
"return": {
|
|
3572
|
+
"type": {
|
|
3573
|
+
"text": ""
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
"privacy": "public"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"kind": "variable",
|
|
3580
|
+
"name": "foundationDateEditor",
|
|
3581
|
+
"privacy": "public"
|
|
3530
3582
|
}
|
|
3531
3583
|
],
|
|
3532
3584
|
"exports": [
|
|
3533
3585
|
{
|
|
3534
3586
|
"kind": "js",
|
|
3535
|
-
"name": "
|
|
3587
|
+
"name": "DateEditor",
|
|
3536
3588
|
"declaration": {
|
|
3537
|
-
"name": "
|
|
3538
|
-
"module": "src/cell/
|
|
3589
|
+
"name": "DateEditor",
|
|
3590
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3539
3591
|
}
|
|
3540
3592
|
},
|
|
3541
3593
|
{
|
|
3542
|
-
"kind": "
|
|
3543
|
-
"name": "
|
|
3594
|
+
"kind": "js",
|
|
3595
|
+
"name": "agDateEditorStyles",
|
|
3544
3596
|
"declaration": {
|
|
3545
|
-
"name": "
|
|
3546
|
-
"module": "src/cell/
|
|
3597
|
+
"name": "agDateEditorStyles",
|
|
3598
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "js",
|
|
3603
|
+
"name": "getDateEditorTemplate",
|
|
3604
|
+
"declaration": {
|
|
3605
|
+
"name": "getDateEditorTemplate",
|
|
3606
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"kind": "js",
|
|
3611
|
+
"name": "foundationDateEditor",
|
|
3612
|
+
"declaration": {
|
|
3613
|
+
"name": "foundationDateEditor",
|
|
3614
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3547
3615
|
}
|
|
3548
3616
|
}
|
|
3549
3617
|
]
|
|
3550
3618
|
},
|
|
3551
3619
|
{
|
|
3552
3620
|
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/cell/index.ts",
|
|
3621
|
+
"path": "src/cell-editors/index.ts",
|
|
3554
3622
|
"declarations": [],
|
|
3555
3623
|
"exports": [
|
|
3556
3624
|
{
|
|
@@ -3558,7 +3626,7 @@
|
|
|
3558
3626
|
"name": "*",
|
|
3559
3627
|
"declaration": {
|
|
3560
3628
|
"name": "*",
|
|
3561
|
-
"package": "./
|
|
3629
|
+
"package": "./date.editor"
|
|
3562
3630
|
}
|
|
3563
3631
|
},
|
|
3564
3632
|
{
|
|
@@ -3566,64 +3634,60 @@
|
|
|
3566
3634
|
"name": "*",
|
|
3567
3635
|
"declaration": {
|
|
3568
3636
|
"name": "*",
|
|
3569
|
-
"package": "./
|
|
3637
|
+
"package": "./multiselect.editor"
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"kind": "js",
|
|
3642
|
+
"name": "*",
|
|
3643
|
+
"declaration": {
|
|
3644
|
+
"name": "*",
|
|
3645
|
+
"package": "./number.editor"
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"kind": "js",
|
|
3650
|
+
"name": "*",
|
|
3651
|
+
"declaration": {
|
|
3652
|
+
"name": "*",
|
|
3653
|
+
"package": "./select.editor"
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"kind": "js",
|
|
3658
|
+
"name": "*",
|
|
3659
|
+
"declaration": {
|
|
3660
|
+
"name": "*",
|
|
3661
|
+
"package": "./string.editor"
|
|
3570
3662
|
}
|
|
3571
3663
|
}
|
|
3572
3664
|
]
|
|
3573
3665
|
},
|
|
3574
3666
|
{
|
|
3575
3667
|
"kind": "javascript-module",
|
|
3576
|
-
"path": "src/cell-editors/
|
|
3668
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3577
3669
|
"declarations": [
|
|
3578
3670
|
{
|
|
3579
3671
|
"kind": "class",
|
|
3580
|
-
"description": "The AG
|
|
3581
|
-
"name": "
|
|
3672
|
+
"description": "The AG Multiselect Editor element.",
|
|
3673
|
+
"name": "MultiselectEditor",
|
|
3582
3674
|
"members": [
|
|
3583
3675
|
{
|
|
3584
3676
|
"kind": "field",
|
|
3585
|
-
"name": "
|
|
3677
|
+
"name": "params",
|
|
3586
3678
|
"type": {
|
|
3587
|
-
"text": "
|
|
3679
|
+
"text": "MultiselectEditorParams"
|
|
3588
3680
|
},
|
|
3589
3681
|
"privacy": "public"
|
|
3590
3682
|
},
|
|
3591
3683
|
{
|
|
3592
3684
|
"kind": "field",
|
|
3593
|
-
"name": "
|
|
3685
|
+
"name": "selectedOptions",
|
|
3594
3686
|
"type": {
|
|
3595
|
-
"text": "
|
|
3687
|
+
"text": "any[]"
|
|
3596
3688
|
},
|
|
3597
3689
|
"privacy": "public"
|
|
3598
3690
|
},
|
|
3599
|
-
{
|
|
3600
|
-
"kind": "field",
|
|
3601
|
-
"name": "params",
|
|
3602
|
-
"type": {
|
|
3603
|
-
"text": "DateEditorParams"
|
|
3604
|
-
}
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"kind": "field",
|
|
3608
|
-
"name": "dateFormat",
|
|
3609
|
-
"type": {
|
|
3610
|
-
"text": "string"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"kind": "field",
|
|
3615
|
-
"name": "input",
|
|
3616
|
-
"type": {
|
|
3617
|
-
"text": "any"
|
|
3618
|
-
}
|
|
3619
|
-
},
|
|
3620
|
-
{
|
|
3621
|
-
"kind": "field",
|
|
3622
|
-
"name": "inputType",
|
|
3623
|
-
"type": {
|
|
3624
|
-
"text": "'datetime-local' | 'date'"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
3691
|
{
|
|
3628
3692
|
"kind": "method",
|
|
3629
3693
|
"name": "init",
|
|
@@ -3632,7 +3696,7 @@
|
|
|
3632
3696
|
{
|
|
3633
3697
|
"name": "params",
|
|
3634
3698
|
"type": {
|
|
3635
|
-
"text": "
|
|
3699
|
+
"text": "MultiselectEditorParams"
|
|
3636
3700
|
}
|
|
3637
3701
|
}
|
|
3638
3702
|
]
|
|
@@ -3647,6 +3711,16 @@
|
|
|
3647
3711
|
}
|
|
3648
3712
|
}
|
|
3649
3713
|
},
|
|
3714
|
+
{
|
|
3715
|
+
"kind": "method",
|
|
3716
|
+
"name": "destroy",
|
|
3717
|
+
"privacy": "public",
|
|
3718
|
+
"return": {
|
|
3719
|
+
"type": {
|
|
3720
|
+
"text": "void"
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3650
3724
|
{
|
|
3651
3725
|
"kind": "method",
|
|
3652
3726
|
"name": "refresh",
|
|
@@ -3660,7 +3734,7 @@
|
|
|
3660
3734
|
{
|
|
3661
3735
|
"name": "params",
|
|
3662
3736
|
"type": {
|
|
3663
|
-
"text": "
|
|
3737
|
+
"text": "MultiselectEditorParams"
|
|
3664
3738
|
}
|
|
3665
3739
|
}
|
|
3666
3740
|
]
|
|
@@ -3687,10 +3761,6 @@
|
|
|
3687
3761
|
}
|
|
3688
3762
|
]
|
|
3689
3763
|
},
|
|
3690
|
-
{
|
|
3691
|
-
"kind": "method",
|
|
3692
|
-
"name": "afterGuiAttached"
|
|
3693
|
-
},
|
|
3694
3764
|
{
|
|
3695
3765
|
"kind": "method",
|
|
3696
3766
|
"name": "isCancelBeforeStart"
|
|
@@ -3811,22 +3881,22 @@
|
|
|
3811
3881
|
"name": "FoundationElement",
|
|
3812
3882
|
"package": "@microsoft/fast-foundation"
|
|
3813
3883
|
},
|
|
3814
|
-
"tagName": "%%prefix%%-
|
|
3884
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
3815
3885
|
"customElement": true
|
|
3816
3886
|
},
|
|
3817
3887
|
{
|
|
3818
3888
|
"kind": "variable",
|
|
3819
|
-
"name": "
|
|
3820
|
-
"default": "css
|
|
3889
|
+
"name": "agMultiselectEditorStyles",
|
|
3890
|
+
"default": "css``",
|
|
3821
3891
|
"description": "The AG Select Renderer Styles.",
|
|
3822
3892
|
"privacy": "public"
|
|
3823
3893
|
},
|
|
3824
3894
|
{
|
|
3825
3895
|
"kind": "function",
|
|
3826
|
-
"name": "
|
|
3896
|
+
"name": "getMultiselectEditorTemplate",
|
|
3827
3897
|
"parameters": [
|
|
3828
3898
|
{
|
|
3829
|
-
"name": "
|
|
3899
|
+
"name": "designSystem",
|
|
3830
3900
|
"default": "'foundation'",
|
|
3831
3901
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3832
3902
|
}
|
|
@@ -3841,114 +3911,83 @@
|
|
|
3841
3911
|
},
|
|
3842
3912
|
{
|
|
3843
3913
|
"kind": "variable",
|
|
3844
|
-
"name": "
|
|
3914
|
+
"name": "foundationMultiselectEditor",
|
|
3845
3915
|
"privacy": "public"
|
|
3846
3916
|
}
|
|
3847
3917
|
],
|
|
3848
3918
|
"exports": [
|
|
3849
3919
|
{
|
|
3850
3920
|
"kind": "js",
|
|
3851
|
-
"name": "
|
|
3852
|
-
"declaration": {
|
|
3853
|
-
"name": "DateEditor",
|
|
3854
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
|
-
{
|
|
3858
|
-
"kind": "js",
|
|
3859
|
-
"name": "agDateEditorStyles",
|
|
3860
|
-
"declaration": {
|
|
3861
|
-
"name": "agDateEditorStyles",
|
|
3862
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3863
|
-
}
|
|
3864
|
-
},
|
|
3865
|
-
{
|
|
3866
|
-
"kind": "js",
|
|
3867
|
-
"name": "getDateEditorTemplate",
|
|
3868
|
-
"declaration": {
|
|
3869
|
-
"name": "getDateEditorTemplate",
|
|
3870
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3871
|
-
}
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"kind": "js",
|
|
3875
|
-
"name": "foundationDateEditor",
|
|
3876
|
-
"declaration": {
|
|
3877
|
-
"name": "foundationDateEditor",
|
|
3878
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/cell-editors/index.ts",
|
|
3886
|
-
"declarations": [],
|
|
3887
|
-
"exports": [
|
|
3888
|
-
{
|
|
3889
|
-
"kind": "js",
|
|
3890
|
-
"name": "*",
|
|
3891
|
-
"declaration": {
|
|
3892
|
-
"name": "*",
|
|
3893
|
-
"package": "./date.editor"
|
|
3894
|
-
}
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
"kind": "js",
|
|
3898
|
-
"name": "*",
|
|
3921
|
+
"name": "MultiselectEditor",
|
|
3899
3922
|
"declaration": {
|
|
3900
|
-
"name": "
|
|
3901
|
-
"
|
|
3923
|
+
"name": "MultiselectEditor",
|
|
3924
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3902
3925
|
}
|
|
3903
3926
|
},
|
|
3904
3927
|
{
|
|
3905
3928
|
"kind": "js",
|
|
3906
|
-
"name": "
|
|
3929
|
+
"name": "agMultiselectEditorStyles",
|
|
3907
3930
|
"declaration": {
|
|
3908
|
-
"name": "
|
|
3909
|
-
"
|
|
3931
|
+
"name": "agMultiselectEditorStyles",
|
|
3932
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3910
3933
|
}
|
|
3911
3934
|
},
|
|
3912
3935
|
{
|
|
3913
3936
|
"kind": "js",
|
|
3914
|
-
"name": "
|
|
3937
|
+
"name": "getMultiselectEditorTemplate",
|
|
3915
3938
|
"declaration": {
|
|
3916
|
-
"name": "
|
|
3917
|
-
"
|
|
3939
|
+
"name": "getMultiselectEditorTemplate",
|
|
3940
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3918
3941
|
}
|
|
3919
3942
|
},
|
|
3920
3943
|
{
|
|
3921
3944
|
"kind": "js",
|
|
3922
|
-
"name": "
|
|
3945
|
+
"name": "foundationMultiselectEditor",
|
|
3923
3946
|
"declaration": {
|
|
3924
|
-
"name": "
|
|
3925
|
-
"
|
|
3947
|
+
"name": "foundationMultiselectEditor",
|
|
3948
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3926
3949
|
}
|
|
3927
3950
|
}
|
|
3928
3951
|
]
|
|
3929
3952
|
},
|
|
3930
3953
|
{
|
|
3931
3954
|
"kind": "javascript-module",
|
|
3932
|
-
"path": "src/cell-editors/
|
|
3955
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
3933
3956
|
"declarations": [
|
|
3934
3957
|
{
|
|
3935
3958
|
"kind": "class",
|
|
3936
|
-
"description": "The AG
|
|
3937
|
-
"name": "
|
|
3959
|
+
"description": "The AG Number Editor element.",
|
|
3960
|
+
"name": "NumberEditor",
|
|
3938
3961
|
"members": [
|
|
3939
3962
|
{
|
|
3940
3963
|
"kind": "field",
|
|
3941
3964
|
"name": "params",
|
|
3942
3965
|
"type": {
|
|
3943
|
-
"text": "
|
|
3966
|
+
"text": "NumberEditorParams"
|
|
3944
3967
|
},
|
|
3945
3968
|
"privacy": "public"
|
|
3946
3969
|
},
|
|
3947
3970
|
{
|
|
3948
3971
|
"kind": "field",
|
|
3949
|
-
"name": "
|
|
3972
|
+
"name": "value",
|
|
3950
3973
|
"type": {
|
|
3951
|
-
"text": "
|
|
3974
|
+
"text": "number"
|
|
3975
|
+
},
|
|
3976
|
+
"privacy": "public"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"kind": "field",
|
|
3980
|
+
"name": "actualWidth",
|
|
3981
|
+
"type": {
|
|
3982
|
+
"text": "number"
|
|
3983
|
+
},
|
|
3984
|
+
"privacy": "public"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"kind": "field",
|
|
3988
|
+
"name": "input",
|
|
3989
|
+
"type": {
|
|
3990
|
+
"text": "any"
|
|
3952
3991
|
},
|
|
3953
3992
|
"privacy": "public"
|
|
3954
3993
|
},
|
|
@@ -3960,7 +3999,7 @@
|
|
|
3960
3999
|
{
|
|
3961
4000
|
"name": "params",
|
|
3962
4001
|
"type": {
|
|
3963
|
-
"text": "
|
|
4002
|
+
"text": "NumberEditorParams"
|
|
3964
4003
|
}
|
|
3965
4004
|
}
|
|
3966
4005
|
]
|
|
@@ -3975,16 +4014,6 @@
|
|
|
3975
4014
|
}
|
|
3976
4015
|
}
|
|
3977
4016
|
},
|
|
3978
|
-
{
|
|
3979
|
-
"kind": "method",
|
|
3980
|
-
"name": "destroy",
|
|
3981
|
-
"privacy": "public",
|
|
3982
|
-
"return": {
|
|
3983
|
-
"type": {
|
|
3984
|
-
"text": "void"
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3987
|
-
},
|
|
3988
4017
|
{
|
|
3989
4018
|
"kind": "method",
|
|
3990
4019
|
"name": "refresh",
|
|
@@ -3998,7 +4027,7 @@
|
|
|
3998
4027
|
{
|
|
3999
4028
|
"name": "params",
|
|
4000
4029
|
"type": {
|
|
4001
|
-
"text": "
|
|
4030
|
+
"text": "NumberEditorParams"
|
|
4002
4031
|
}
|
|
4003
4032
|
}
|
|
4004
4033
|
]
|
|
@@ -4016,6 +4045,10 @@
|
|
|
4016
4045
|
}
|
|
4017
4046
|
}
|
|
4018
4047
|
},
|
|
4048
|
+
{
|
|
4049
|
+
"kind": "method",
|
|
4050
|
+
"name": "afterGuiAttached"
|
|
4051
|
+
},
|
|
4019
4052
|
{
|
|
4020
4053
|
"kind": "method",
|
|
4021
4054
|
"name": "changeHandler",
|
|
@@ -4145,19 +4178,19 @@
|
|
|
4145
4178
|
"name": "FoundationElement",
|
|
4146
4179
|
"package": "@microsoft/fast-foundation"
|
|
4147
4180
|
},
|
|
4148
|
-
"tagName": "%%prefix%%-
|
|
4181
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4149
4182
|
"customElement": true
|
|
4150
4183
|
},
|
|
4151
4184
|
{
|
|
4152
4185
|
"kind": "variable",
|
|
4153
|
-
"name": "
|
|
4154
|
-
"default": "css
|
|
4155
|
-
"description": "The AG
|
|
4186
|
+
"name": "agNumberEditorStyles",
|
|
4187
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4188
|
+
"description": "The AG Number Editor Styles.",
|
|
4156
4189
|
"privacy": "public"
|
|
4157
4190
|
},
|
|
4158
4191
|
{
|
|
4159
4192
|
"kind": "function",
|
|
4160
|
-
"name": "
|
|
4193
|
+
"name": "getNumberEditorTemplate",
|
|
4161
4194
|
"parameters": [
|
|
4162
4195
|
{
|
|
4163
4196
|
"name": "designSystem",
|
|
@@ -4175,59 +4208,59 @@
|
|
|
4175
4208
|
},
|
|
4176
4209
|
{
|
|
4177
4210
|
"kind": "variable",
|
|
4178
|
-
"name": "
|
|
4211
|
+
"name": "foundationNumberEditor",
|
|
4179
4212
|
"privacy": "public"
|
|
4180
4213
|
}
|
|
4181
4214
|
],
|
|
4182
4215
|
"exports": [
|
|
4183
4216
|
{
|
|
4184
4217
|
"kind": "js",
|
|
4185
|
-
"name": "
|
|
4218
|
+
"name": "NumberEditor",
|
|
4186
4219
|
"declaration": {
|
|
4187
|
-
"name": "
|
|
4188
|
-
"module": "src/cell-editors/
|
|
4220
|
+
"name": "NumberEditor",
|
|
4221
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4189
4222
|
}
|
|
4190
4223
|
},
|
|
4191
4224
|
{
|
|
4192
4225
|
"kind": "js",
|
|
4193
|
-
"name": "
|
|
4226
|
+
"name": "agNumberEditorStyles",
|
|
4194
4227
|
"declaration": {
|
|
4195
|
-
"name": "
|
|
4196
|
-
"module": "src/cell-editors/
|
|
4228
|
+
"name": "agNumberEditorStyles",
|
|
4229
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4197
4230
|
}
|
|
4198
4231
|
},
|
|
4199
4232
|
{
|
|
4200
4233
|
"kind": "js",
|
|
4201
|
-
"name": "
|
|
4234
|
+
"name": "getNumberEditorTemplate",
|
|
4202
4235
|
"declaration": {
|
|
4203
|
-
"name": "
|
|
4204
|
-
"module": "src/cell-editors/
|
|
4236
|
+
"name": "getNumberEditorTemplate",
|
|
4237
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4205
4238
|
}
|
|
4206
4239
|
},
|
|
4207
4240
|
{
|
|
4208
4241
|
"kind": "js",
|
|
4209
|
-
"name": "
|
|
4242
|
+
"name": "foundationNumberEditor",
|
|
4210
4243
|
"declaration": {
|
|
4211
|
-
"name": "
|
|
4212
|
-
"module": "src/cell-editors/
|
|
4244
|
+
"name": "foundationNumberEditor",
|
|
4245
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4213
4246
|
}
|
|
4214
4247
|
}
|
|
4215
4248
|
]
|
|
4216
4249
|
},
|
|
4217
4250
|
{
|
|
4218
4251
|
"kind": "javascript-module",
|
|
4219
|
-
"path": "src/cell-editors/
|
|
4252
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4220
4253
|
"declarations": [
|
|
4221
4254
|
{
|
|
4222
4255
|
"kind": "class",
|
|
4223
|
-
"description": "The AG
|
|
4224
|
-
"name": "
|
|
4256
|
+
"description": "The AG Select Editor element.",
|
|
4257
|
+
"name": "SelectEditor",
|
|
4225
4258
|
"members": [
|
|
4226
4259
|
{
|
|
4227
4260
|
"kind": "field",
|
|
4228
4261
|
"name": "params",
|
|
4229
4262
|
"type": {
|
|
4230
|
-
"text": "
|
|
4263
|
+
"text": "SelectEditorParams"
|
|
4231
4264
|
},
|
|
4232
4265
|
"privacy": "public"
|
|
4233
4266
|
},
|
|
@@ -4235,7 +4268,7 @@
|
|
|
4235
4268
|
"kind": "field",
|
|
4236
4269
|
"name": "value",
|
|
4237
4270
|
"type": {
|
|
4238
|
-
"text": "
|
|
4271
|
+
"text": "string"
|
|
4239
4272
|
},
|
|
4240
4273
|
"privacy": "public"
|
|
4241
4274
|
},
|
|
@@ -4249,7 +4282,7 @@
|
|
|
4249
4282
|
},
|
|
4250
4283
|
{
|
|
4251
4284
|
"kind": "field",
|
|
4252
|
-
"name": "
|
|
4285
|
+
"name": "combobox",
|
|
4253
4286
|
"type": {
|
|
4254
4287
|
"text": "any"
|
|
4255
4288
|
},
|
|
@@ -4263,7 +4296,7 @@
|
|
|
4263
4296
|
{
|
|
4264
4297
|
"name": "params",
|
|
4265
4298
|
"type": {
|
|
4266
|
-
"text": "
|
|
4299
|
+
"text": "SelectEditorParams"
|
|
4267
4300
|
}
|
|
4268
4301
|
}
|
|
4269
4302
|
]
|
|
@@ -4291,7 +4324,7 @@
|
|
|
4291
4324
|
{
|
|
4292
4325
|
"name": "params",
|
|
4293
4326
|
"type": {
|
|
4294
|
-
"text": "
|
|
4327
|
+
"text": "SelectEditorParams"
|
|
4295
4328
|
}
|
|
4296
4329
|
}
|
|
4297
4330
|
]
|
|
@@ -4442,19 +4475,19 @@
|
|
|
4442
4475
|
"name": "FoundationElement",
|
|
4443
4476
|
"package": "@microsoft/fast-foundation"
|
|
4444
4477
|
},
|
|
4445
|
-
"tagName": "%%prefix%%-
|
|
4478
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4446
4479
|
"customElement": true
|
|
4447
4480
|
},
|
|
4448
4481
|
{
|
|
4449
4482
|
"kind": "variable",
|
|
4450
|
-
"name": "
|
|
4451
|
-
"default": "css
|
|
4452
|
-
"description": "The AG
|
|
4483
|
+
"name": "agSelectEditorStyles",
|
|
4484
|
+
"default": "css``",
|
|
4485
|
+
"description": "The AG Select Renderer Styles.",
|
|
4453
4486
|
"privacy": "public"
|
|
4454
4487
|
},
|
|
4455
4488
|
{
|
|
4456
4489
|
"kind": "function",
|
|
4457
|
-
"name": "
|
|
4490
|
+
"name": "getSelectEditorTemplate",
|
|
4458
4491
|
"parameters": [
|
|
4459
4492
|
{
|
|
4460
4493
|
"name": "designSystem",
|
|
@@ -4472,59 +4505,59 @@
|
|
|
4472
4505
|
},
|
|
4473
4506
|
{
|
|
4474
4507
|
"kind": "variable",
|
|
4475
|
-
"name": "
|
|
4508
|
+
"name": "foundationSelectEditor",
|
|
4476
4509
|
"privacy": "public"
|
|
4477
4510
|
}
|
|
4478
4511
|
],
|
|
4479
4512
|
"exports": [
|
|
4480
4513
|
{
|
|
4481
4514
|
"kind": "js",
|
|
4482
|
-
"name": "
|
|
4515
|
+
"name": "SelectEditor",
|
|
4483
4516
|
"declaration": {
|
|
4484
|
-
"name": "
|
|
4485
|
-
"module": "src/cell-editors/
|
|
4517
|
+
"name": "SelectEditor",
|
|
4518
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4486
4519
|
}
|
|
4487
4520
|
},
|
|
4488
4521
|
{
|
|
4489
4522
|
"kind": "js",
|
|
4490
|
-
"name": "
|
|
4523
|
+
"name": "agSelectEditorStyles",
|
|
4491
4524
|
"declaration": {
|
|
4492
|
-
"name": "
|
|
4493
|
-
"module": "src/cell-editors/
|
|
4525
|
+
"name": "agSelectEditorStyles",
|
|
4526
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4494
4527
|
}
|
|
4495
4528
|
},
|
|
4496
4529
|
{
|
|
4497
4530
|
"kind": "js",
|
|
4498
|
-
"name": "
|
|
4531
|
+
"name": "getSelectEditorTemplate",
|
|
4499
4532
|
"declaration": {
|
|
4500
|
-
"name": "
|
|
4501
|
-
"module": "src/cell-editors/
|
|
4533
|
+
"name": "getSelectEditorTemplate",
|
|
4534
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4502
4535
|
}
|
|
4503
4536
|
},
|
|
4504
4537
|
{
|
|
4505
4538
|
"kind": "js",
|
|
4506
|
-
"name": "
|
|
4539
|
+
"name": "foundationSelectEditor",
|
|
4507
4540
|
"declaration": {
|
|
4508
|
-
"name": "
|
|
4509
|
-
"module": "src/cell-editors/
|
|
4541
|
+
"name": "foundationSelectEditor",
|
|
4542
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4510
4543
|
}
|
|
4511
4544
|
}
|
|
4512
4545
|
]
|
|
4513
4546
|
},
|
|
4514
4547
|
{
|
|
4515
4548
|
"kind": "javascript-module",
|
|
4516
|
-
"path": "src/cell-editors/
|
|
4549
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4517
4550
|
"declarations": [
|
|
4518
4551
|
{
|
|
4519
4552
|
"kind": "class",
|
|
4520
|
-
"description": "The AG
|
|
4521
|
-
"name": "
|
|
4553
|
+
"description": "The AG String Editor element.",
|
|
4554
|
+
"name": "StringEditor",
|
|
4522
4555
|
"members": [
|
|
4523
4556
|
{
|
|
4524
4557
|
"kind": "field",
|
|
4525
4558
|
"name": "params",
|
|
4526
4559
|
"type": {
|
|
4527
|
-
"text": "
|
|
4560
|
+
"text": "StringEditorParams"
|
|
4528
4561
|
},
|
|
4529
4562
|
"privacy": "public"
|
|
4530
4563
|
},
|
|
@@ -4546,7 +4579,7 @@
|
|
|
4546
4579
|
},
|
|
4547
4580
|
{
|
|
4548
4581
|
"kind": "field",
|
|
4549
|
-
"name": "
|
|
4582
|
+
"name": "input",
|
|
4550
4583
|
"type": {
|
|
4551
4584
|
"text": "any"
|
|
4552
4585
|
},
|
|
@@ -4560,7 +4593,7 @@
|
|
|
4560
4593
|
{
|
|
4561
4594
|
"name": "params",
|
|
4562
4595
|
"type": {
|
|
4563
|
-
"text": "
|
|
4596
|
+
"text": "StringEditorParams"
|
|
4564
4597
|
}
|
|
4565
4598
|
}
|
|
4566
4599
|
]
|
|
@@ -4588,7 +4621,7 @@
|
|
|
4588
4621
|
{
|
|
4589
4622
|
"name": "params",
|
|
4590
4623
|
"type": {
|
|
4591
|
-
"text": "
|
|
4624
|
+
"text": "StringEditorParams"
|
|
4592
4625
|
}
|
|
4593
4626
|
}
|
|
4594
4627
|
]
|
|
@@ -4739,19 +4772,19 @@
|
|
|
4739
4772
|
"name": "FoundationElement",
|
|
4740
4773
|
"package": "@microsoft/fast-foundation"
|
|
4741
4774
|
},
|
|
4742
|
-
"tagName": "%%prefix%%-
|
|
4775
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4743
4776
|
"customElement": true
|
|
4744
4777
|
},
|
|
4745
4778
|
{
|
|
4746
4779
|
"kind": "variable",
|
|
4747
|
-
"name": "
|
|
4748
|
-
"default": "css
|
|
4749
|
-
"description": "The AG
|
|
4780
|
+
"name": "agStringEditorStyles",
|
|
4781
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4782
|
+
"description": "The AG String Renderer Styles.",
|
|
4750
4783
|
"privacy": "public"
|
|
4751
4784
|
},
|
|
4752
4785
|
{
|
|
4753
4786
|
"kind": "function",
|
|
4754
|
-
"name": "
|
|
4787
|
+
"name": "getStringEditorTemplate",
|
|
4755
4788
|
"parameters": [
|
|
4756
4789
|
{
|
|
4757
4790
|
"name": "designSystem",
|
|
@@ -4759,7 +4792,7 @@
|
|
|
4759
4792
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4760
4793
|
}
|
|
4761
4794
|
],
|
|
4762
|
-
"description": "Get a Design System prefixed
|
|
4795
|
+
"description": "Get a Design System prefixed String template.",
|
|
4763
4796
|
"return": {
|
|
4764
4797
|
"type": {
|
|
4765
4798
|
"text": ""
|
|
@@ -4769,83 +4802,98 @@
|
|
|
4769
4802
|
},
|
|
4770
4803
|
{
|
|
4771
4804
|
"kind": "variable",
|
|
4772
|
-
"name": "
|
|
4805
|
+
"name": "foundationStringEditor",
|
|
4773
4806
|
"privacy": "public"
|
|
4774
4807
|
}
|
|
4775
4808
|
],
|
|
4776
4809
|
"exports": [
|
|
4777
4810
|
{
|
|
4778
4811
|
"kind": "js",
|
|
4779
|
-
"name": "
|
|
4812
|
+
"name": "StringEditor",
|
|
4780
4813
|
"declaration": {
|
|
4781
|
-
"name": "
|
|
4782
|
-
"module": "src/cell-editors/
|
|
4814
|
+
"name": "StringEditor",
|
|
4815
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4783
4816
|
}
|
|
4784
4817
|
},
|
|
4785
4818
|
{
|
|
4786
4819
|
"kind": "js",
|
|
4787
|
-
"name": "
|
|
4820
|
+
"name": "agStringEditorStyles",
|
|
4788
4821
|
"declaration": {
|
|
4789
|
-
"name": "
|
|
4790
|
-
"module": "src/cell-editors/
|
|
4822
|
+
"name": "agStringEditorStyles",
|
|
4823
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4791
4824
|
}
|
|
4792
4825
|
},
|
|
4793
4826
|
{
|
|
4794
4827
|
"kind": "js",
|
|
4795
|
-
"name": "
|
|
4828
|
+
"name": "getStringEditorTemplate",
|
|
4796
4829
|
"declaration": {
|
|
4797
|
-
"name": "
|
|
4798
|
-
"module": "src/cell-editors/
|
|
4830
|
+
"name": "getStringEditorTemplate",
|
|
4831
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4799
4832
|
}
|
|
4800
4833
|
},
|
|
4801
4834
|
{
|
|
4802
4835
|
"kind": "js",
|
|
4803
|
-
"name": "
|
|
4836
|
+
"name": "foundationStringEditor",
|
|
4804
4837
|
"declaration": {
|
|
4805
|
-
"name": "
|
|
4806
|
-
"module": "src/cell-editors/
|
|
4838
|
+
"name": "foundationStringEditor",
|
|
4839
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4807
4840
|
}
|
|
4808
4841
|
}
|
|
4809
4842
|
]
|
|
4810
4843
|
},
|
|
4811
4844
|
{
|
|
4812
4845
|
"kind": "javascript-module",
|
|
4813
|
-
"path": "src/cell
|
|
4846
|
+
"path": "src/cell/cell.template.ts",
|
|
4847
|
+
"declarations": [
|
|
4848
|
+
{
|
|
4849
|
+
"kind": "variable",
|
|
4850
|
+
"name": "CellTemplate",
|
|
4851
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
4852
|
+
"description": "The Grid Pro Cell Template.",
|
|
4853
|
+
"privacy": "public"
|
|
4854
|
+
}
|
|
4855
|
+
],
|
|
4856
|
+
"exports": [
|
|
4857
|
+
{
|
|
4858
|
+
"kind": "js",
|
|
4859
|
+
"name": "CellTemplate",
|
|
4860
|
+
"declaration": {
|
|
4861
|
+
"name": "CellTemplate",
|
|
4862
|
+
"module": "src/cell/cell.template.ts"
|
|
4863
|
+
}
|
|
4864
|
+
}
|
|
4865
|
+
]
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"kind": "javascript-module",
|
|
4869
|
+
"path": "src/cell/cell.ts",
|
|
4814
4870
|
"declarations": [
|
|
4815
4871
|
{
|
|
4816
4872
|
"kind": "class",
|
|
4817
|
-
"description": "The
|
|
4818
|
-
"name": "
|
|
4873
|
+
"description": "The Grid Pro Cell element.",
|
|
4874
|
+
"name": "GridProCell",
|
|
4819
4875
|
"members": [
|
|
4820
4876
|
{
|
|
4821
4877
|
"kind": "field",
|
|
4822
|
-
"name": "
|
|
4823
|
-
"type": {
|
|
4824
|
-
"text": "StringEditorParams"
|
|
4825
|
-
},
|
|
4826
|
-
"privacy": "public"
|
|
4827
|
-
},
|
|
4828
|
-
{
|
|
4829
|
-
"kind": "field",
|
|
4830
|
-
"name": "value",
|
|
4878
|
+
"name": "renderer",
|
|
4831
4879
|
"type": {
|
|
4832
|
-
"text": "
|
|
4880
|
+
"text": "ICellRendererFunc"
|
|
4833
4881
|
},
|
|
4834
4882
|
"privacy": "public"
|
|
4835
4883
|
},
|
|
4836
4884
|
{
|
|
4837
4885
|
"kind": "field",
|
|
4838
|
-
"name": "
|
|
4886
|
+
"name": "rendererParams",
|
|
4839
4887
|
"type": {
|
|
4840
|
-
"text": "
|
|
4888
|
+
"text": "ICellRendererParams"
|
|
4841
4889
|
},
|
|
4842
4890
|
"privacy": "public"
|
|
4843
4891
|
},
|
|
4844
4892
|
{
|
|
4845
4893
|
"kind": "field",
|
|
4846
|
-
"name": "
|
|
4894
|
+
"name": "slottedRenderer",
|
|
4847
4895
|
"type": {
|
|
4848
|
-
"text": "
|
|
4896
|
+
"text": "HTMLElement[]"
|
|
4849
4897
|
},
|
|
4850
4898
|
"privacy": "public"
|
|
4851
4899
|
},
|
|
@@ -4857,7 +4905,7 @@
|
|
|
4857
4905
|
{
|
|
4858
4906
|
"name": "params",
|
|
4859
4907
|
"type": {
|
|
4860
|
-
"text": "
|
|
4908
|
+
"text": "ICellRendererParams"
|
|
4861
4909
|
}
|
|
4862
4910
|
}
|
|
4863
4911
|
]
|
|
@@ -4872,53 +4920,28 @@
|
|
|
4872
4920
|
}
|
|
4873
4921
|
}
|
|
4874
4922
|
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "method",
|
|
4925
|
+
"name": "destroy",
|
|
4926
|
+
"privacy": "public"
|
|
4927
|
+
},
|
|
4875
4928
|
{
|
|
4876
4929
|
"kind": "method",
|
|
4877
4930
|
"name": "refresh",
|
|
4878
4931
|
"privacy": "public",
|
|
4879
|
-
"return": {
|
|
4880
|
-
"type": {
|
|
4881
|
-
"text": "boolean"
|
|
4882
|
-
}
|
|
4883
|
-
},
|
|
4884
4932
|
"parameters": [
|
|
4885
4933
|
{
|
|
4886
4934
|
"name": "params",
|
|
4887
4935
|
"type": {
|
|
4888
|
-
"text": "
|
|
4936
|
+
"text": "ICellRendererParams"
|
|
4889
4937
|
}
|
|
4890
4938
|
}
|
|
4891
4939
|
]
|
|
4892
4940
|
},
|
|
4893
4941
|
{
|
|
4894
4942
|
"kind": "method",
|
|
4895
|
-
"name": "
|
|
4896
|
-
|
|
4897
|
-
{
|
|
4898
|
-
"kind": "method",
|
|
4899
|
-
"name": "isPopup",
|
|
4900
|
-
"return": {
|
|
4901
|
-
"type": {
|
|
4902
|
-
"text": "boolean"
|
|
4903
|
-
}
|
|
4904
|
-
}
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"kind": "method",
|
|
4908
|
-
"name": "afterGuiAttached"
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"kind": "method",
|
|
4912
|
-
"name": "changeHandler",
|
|
4913
|
-
"parameters": [
|
|
4914
|
-
{
|
|
4915
|
-
"name": "event"
|
|
4916
|
-
}
|
|
4917
|
-
]
|
|
4918
|
-
},
|
|
4919
|
-
{
|
|
4920
|
-
"kind": "method",
|
|
4921
|
-
"name": "isCancelBeforeStart"
|
|
4943
|
+
"name": "slottedAgRendererChanged",
|
|
4944
|
+
"privacy": "public"
|
|
4922
4945
|
},
|
|
4923
4946
|
{
|
|
4924
4947
|
"kind": "field",
|
|
@@ -5036,71 +5059,48 @@
|
|
|
5036
5059
|
"name": "FoundationElement",
|
|
5037
5060
|
"package": "@microsoft/fast-foundation"
|
|
5038
5061
|
},
|
|
5039
|
-
"tagName": "
|
|
5062
|
+
"tagName": "grid-pro-cell",
|
|
5040
5063
|
"customElement": true
|
|
5041
|
-
},
|
|
5042
|
-
{
|
|
5043
|
-
"kind": "variable",
|
|
5044
|
-
"name": "agStringEditorStyles",
|
|
5045
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5046
|
-
"description": "The AG String Renderer Styles.",
|
|
5047
|
-
"privacy": "public"
|
|
5048
|
-
},
|
|
5049
|
-
{
|
|
5050
|
-
"kind": "function",
|
|
5051
|
-
"name": "getStringEditorTemplate",
|
|
5052
|
-
"parameters": [
|
|
5053
|
-
{
|
|
5054
|
-
"name": "designSystem",
|
|
5055
|
-
"default": "'foundation'",
|
|
5056
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5057
|
-
}
|
|
5058
|
-
],
|
|
5059
|
-
"description": "Get a Design System prefixed String template.",
|
|
5060
|
-
"return": {
|
|
5061
|
-
"type": {
|
|
5062
|
-
"text": ""
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
"privacy": "public"
|
|
5066
|
-
},
|
|
5067
|
-
{
|
|
5068
|
-
"kind": "variable",
|
|
5069
|
-
"name": "foundationStringEditor",
|
|
5070
|
-
"privacy": "public"
|
|
5071
5064
|
}
|
|
5072
5065
|
],
|
|
5073
5066
|
"exports": [
|
|
5074
5067
|
{
|
|
5075
5068
|
"kind": "js",
|
|
5076
|
-
"name": "
|
|
5069
|
+
"name": "GridProCell",
|
|
5077
5070
|
"declaration": {
|
|
5078
|
-
"name": "
|
|
5079
|
-
"module": "src/cell
|
|
5071
|
+
"name": "GridProCell",
|
|
5072
|
+
"module": "src/cell/cell.ts"
|
|
5080
5073
|
}
|
|
5081
5074
|
},
|
|
5082
5075
|
{
|
|
5083
|
-
"kind": "
|
|
5084
|
-
"name": "
|
|
5076
|
+
"kind": "custom-element-definition",
|
|
5077
|
+
"name": "grid-pro-cell",
|
|
5085
5078
|
"declaration": {
|
|
5086
|
-
"name": "
|
|
5087
|
-
"module": "src/cell
|
|
5079
|
+
"name": "GridProCell",
|
|
5080
|
+
"module": "src/cell/cell.ts"
|
|
5088
5081
|
}
|
|
5089
|
-
}
|
|
5082
|
+
}
|
|
5083
|
+
]
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"kind": "javascript-module",
|
|
5087
|
+
"path": "src/cell/index.ts",
|
|
5088
|
+
"declarations": [],
|
|
5089
|
+
"exports": [
|
|
5090
5090
|
{
|
|
5091
5091
|
"kind": "js",
|
|
5092
|
-
"name": "
|
|
5092
|
+
"name": "*",
|
|
5093
5093
|
"declaration": {
|
|
5094
|
-
"name": "
|
|
5095
|
-
"
|
|
5094
|
+
"name": "*",
|
|
5095
|
+
"package": "./cell.template"
|
|
5096
5096
|
}
|
|
5097
5097
|
},
|
|
5098
5098
|
{
|
|
5099
5099
|
"kind": "js",
|
|
5100
|
-
"name": "
|
|
5100
|
+
"name": "*",
|
|
5101
5101
|
"declaration": {
|
|
5102
|
-
"name": "
|
|
5103
|
-
"
|
|
5102
|
+
"name": "*",
|
|
5103
|
+
"package": "./cell"
|
|
5104
5104
|
}
|
|
5105
5105
|
}
|
|
5106
5106
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.386.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.386.1",
|
|
42
|
+
"@genesislcap/genx": "14.386.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.386.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.386.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.386.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.386.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.386.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.
|
|
53
|
-
"@genesislcap/foundation-utils": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.386.1",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.386.1",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.386.1",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.386.1",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "64f3112ad5703fc7b72e253e30bd78cce50c4a60"
|
|
81
81
|
}
|