@genesislcap/grid-pro 15.10.3 → 15.10.5
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 +779 -779
- package/dist/dts/react.d.ts +18 -18
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +10 -10
- package/package.json +14 -14
|
@@ -3474,56 +3474,59 @@
|
|
|
3474
3474
|
},
|
|
3475
3475
|
{
|
|
3476
3476
|
"kind": "javascript-module",
|
|
3477
|
-
"path": "src/cell
|
|
3477
|
+
"path": "src/cell/cell.template.ts",
|
|
3478
|
+
"declarations": [
|
|
3479
|
+
{
|
|
3480
|
+
"kind": "variable",
|
|
3481
|
+
"name": "CellTemplate",
|
|
3482
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3483
|
+
"description": "The Grid Pro Cell Template.",
|
|
3484
|
+
"privacy": "public"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"exports": [
|
|
3488
|
+
{
|
|
3489
|
+
"kind": "js",
|
|
3490
|
+
"name": "CellTemplate",
|
|
3491
|
+
"declaration": {
|
|
3492
|
+
"name": "CellTemplate",
|
|
3493
|
+
"module": "src/cell/cell.template.ts"
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
]
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"kind": "javascript-module",
|
|
3500
|
+
"path": "src/cell/cell.ts",
|
|
3478
3501
|
"declarations": [
|
|
3479
3502
|
{
|
|
3480
3503
|
"kind": "class",
|
|
3481
|
-
"description": "The
|
|
3482
|
-
"name": "
|
|
3504
|
+
"description": "The Grid Pro Cell element.",
|
|
3505
|
+
"name": "GridProCell",
|
|
3483
3506
|
"members": [
|
|
3484
3507
|
{
|
|
3485
3508
|
"kind": "field",
|
|
3486
|
-
"name": "
|
|
3509
|
+
"name": "renderer",
|
|
3487
3510
|
"type": {
|
|
3488
|
-
"text": "
|
|
3511
|
+
"text": "ICellRendererFunc"
|
|
3489
3512
|
},
|
|
3490
3513
|
"privacy": "public"
|
|
3491
3514
|
},
|
|
3492
3515
|
{
|
|
3493
3516
|
"kind": "field",
|
|
3494
|
-
"name": "
|
|
3517
|
+
"name": "rendererParams",
|
|
3495
3518
|
"type": {
|
|
3496
|
-
"text": "
|
|
3519
|
+
"text": "ICellRendererParams"
|
|
3497
3520
|
},
|
|
3498
3521
|
"privacy": "public"
|
|
3499
3522
|
},
|
|
3500
3523
|
{
|
|
3501
3524
|
"kind": "field",
|
|
3502
|
-
"name": "
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "DateEditorParams"
|
|
3505
|
-
}
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "field",
|
|
3509
|
-
"name": "dateFormat",
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "string"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "field",
|
|
3516
|
-
"name": "input",
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "any"
|
|
3519
|
-
}
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "field",
|
|
3523
|
-
"name": "inputType",
|
|
3525
|
+
"name": "slottedRenderer",
|
|
3524
3526
|
"type": {
|
|
3525
|
-
"text": "
|
|
3526
|
-
}
|
|
3527
|
+
"text": "HTMLElement[]"
|
|
3528
|
+
},
|
|
3529
|
+
"privacy": "public"
|
|
3527
3530
|
},
|
|
3528
3531
|
{
|
|
3529
3532
|
"kind": "method",
|
|
@@ -3533,7 +3536,7 @@
|
|
|
3533
3536
|
{
|
|
3534
3537
|
"name": "params",
|
|
3535
3538
|
"type": {
|
|
3536
|
-
"text": "
|
|
3539
|
+
"text": "ICellRendererParams"
|
|
3537
3540
|
}
|
|
3538
3541
|
}
|
|
3539
3542
|
]
|
|
@@ -3548,53 +3551,28 @@
|
|
|
3548
3551
|
}
|
|
3549
3552
|
}
|
|
3550
3553
|
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "method",
|
|
3556
|
+
"name": "destroy",
|
|
3557
|
+
"privacy": "public"
|
|
3558
|
+
},
|
|
3551
3559
|
{
|
|
3552
3560
|
"kind": "method",
|
|
3553
3561
|
"name": "refresh",
|
|
3554
3562
|
"privacy": "public",
|
|
3555
|
-
"return": {
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "boolean"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
3563
|
"parameters": [
|
|
3561
3564
|
{
|
|
3562
3565
|
"name": "params",
|
|
3563
3566
|
"type": {
|
|
3564
|
-
"text": "
|
|
3567
|
+
"text": "ICellRendererParams"
|
|
3565
3568
|
}
|
|
3566
3569
|
}
|
|
3567
3570
|
]
|
|
3568
3571
|
},
|
|
3569
3572
|
{
|
|
3570
3573
|
"kind": "method",
|
|
3571
|
-
"name": "
|
|
3572
|
-
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "method",
|
|
3575
|
-
"name": "isPopup",
|
|
3576
|
-
"return": {
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "boolean"
|
|
3579
|
-
}
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "method",
|
|
3584
|
-
"name": "changeHandler",
|
|
3585
|
-
"parameters": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "event"
|
|
3588
|
-
}
|
|
3589
|
-
]
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"kind": "method",
|
|
3593
|
-
"name": "afterGuiAttached"
|
|
3594
|
-
},
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "method",
|
|
3597
|
-
"name": "isCancelBeforeStart"
|
|
3574
|
+
"name": "slottedAgRendererChanged",
|
|
3575
|
+
"privacy": "public"
|
|
3598
3576
|
},
|
|
3599
3577
|
{
|
|
3600
3578
|
"kind": "field",
|
|
@@ -3712,78 +3690,32 @@
|
|
|
3712
3690
|
"name": "FoundationElement",
|
|
3713
3691
|
"package": "@microsoft/fast-foundation"
|
|
3714
3692
|
},
|
|
3715
|
-
"tagName": "
|
|
3693
|
+
"tagName": "grid-pro-cell",
|
|
3716
3694
|
"customElement": true
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"kind": "variable",
|
|
3720
|
-
"name": "agDateEditorStyles",
|
|
3721
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3722
|
-
"description": "The AG Select Renderer Styles.",
|
|
3723
|
-
"privacy": "public"
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"kind": "function",
|
|
3727
|
-
"name": "getDateEditorTemplate",
|
|
3728
|
-
"parameters": [
|
|
3729
|
-
{
|
|
3730
|
-
"name": "prefix",
|
|
3731
|
-
"default": "'foundation'",
|
|
3732
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3733
|
-
}
|
|
3734
|
-
],
|
|
3735
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3736
|
-
"return": {
|
|
3737
|
-
"type": {
|
|
3738
|
-
"text": ""
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
"privacy": "public"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"kind": "variable",
|
|
3745
|
-
"name": "foundationDateEditor",
|
|
3746
|
-
"privacy": "public"
|
|
3747
3695
|
}
|
|
3748
3696
|
],
|
|
3749
3697
|
"exports": [
|
|
3750
3698
|
{
|
|
3751
3699
|
"kind": "js",
|
|
3752
|
-
"name": "
|
|
3753
|
-
"declaration": {
|
|
3754
|
-
"name": "DateEditor",
|
|
3755
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "js",
|
|
3760
|
-
"name": "agDateEditorStyles",
|
|
3761
|
-
"declaration": {
|
|
3762
|
-
"name": "agDateEditorStyles",
|
|
3763
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3764
|
-
}
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "js",
|
|
3768
|
-
"name": "getDateEditorTemplate",
|
|
3700
|
+
"name": "GridProCell",
|
|
3769
3701
|
"declaration": {
|
|
3770
|
-
"name": "
|
|
3771
|
-
"module": "src/cell
|
|
3702
|
+
"name": "GridProCell",
|
|
3703
|
+
"module": "src/cell/cell.ts"
|
|
3772
3704
|
}
|
|
3773
3705
|
},
|
|
3774
3706
|
{
|
|
3775
|
-
"kind": "
|
|
3776
|
-
"name": "
|
|
3707
|
+
"kind": "custom-element-definition",
|
|
3708
|
+
"name": "grid-pro-cell",
|
|
3777
3709
|
"declaration": {
|
|
3778
|
-
"name": "
|
|
3779
|
-
"module": "src/cell
|
|
3710
|
+
"name": "GridProCell",
|
|
3711
|
+
"module": "src/cell/cell.ts"
|
|
3780
3712
|
}
|
|
3781
3713
|
}
|
|
3782
3714
|
]
|
|
3783
3715
|
},
|
|
3784
3716
|
{
|
|
3785
3717
|
"kind": "javascript-module",
|
|
3786
|
-
"path": "src/cell
|
|
3718
|
+
"path": "src/cell/index.ts",
|
|
3787
3719
|
"declarations": [],
|
|
3788
3720
|
"exports": [
|
|
3789
3721
|
{
|
|
@@ -3791,31 +3723,7 @@
|
|
|
3791
3723
|
"name": "*",
|
|
3792
3724
|
"declaration": {
|
|
3793
3725
|
"name": "*",
|
|
3794
|
-
"package": "./
|
|
3795
|
-
}
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "js",
|
|
3799
|
-
"name": "*",
|
|
3800
|
-
"declaration": {
|
|
3801
|
-
"name": "*",
|
|
3802
|
-
"package": "./multiselect.editor"
|
|
3803
|
-
}
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"kind": "js",
|
|
3807
|
-
"name": "*",
|
|
3808
|
-
"declaration": {
|
|
3809
|
-
"name": "*",
|
|
3810
|
-
"package": "./number.editor"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"kind": "js",
|
|
3815
|
-
"name": "*",
|
|
3816
|
-
"declaration": {
|
|
3817
|
-
"name": "*",
|
|
3818
|
-
"package": "./select.editor"
|
|
3726
|
+
"package": "./cell.template"
|
|
3819
3727
|
}
|
|
3820
3728
|
},
|
|
3821
3729
|
{
|
|
@@ -3823,36 +3731,64 @@
|
|
|
3823
3731
|
"name": "*",
|
|
3824
3732
|
"declaration": {
|
|
3825
3733
|
"name": "*",
|
|
3826
|
-
"package": "./
|
|
3734
|
+
"package": "./cell"
|
|
3827
3735
|
}
|
|
3828
3736
|
}
|
|
3829
3737
|
]
|
|
3830
3738
|
},
|
|
3831
3739
|
{
|
|
3832
3740
|
"kind": "javascript-module",
|
|
3833
|
-
"path": "src/cell-editors/
|
|
3741
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3834
3742
|
"declarations": [
|
|
3835
3743
|
{
|
|
3836
3744
|
"kind": "class",
|
|
3837
|
-
"description": "The AG
|
|
3838
|
-
"name": "
|
|
3745
|
+
"description": "The AG Date Editor element.",
|
|
3746
|
+
"name": "DateEditor",
|
|
3839
3747
|
"members": [
|
|
3840
3748
|
{
|
|
3841
3749
|
"kind": "field",
|
|
3842
|
-
"name": "
|
|
3750
|
+
"name": "value",
|
|
3843
3751
|
"type": {
|
|
3844
|
-
"text": "
|
|
3752
|
+
"text": "number"
|
|
3845
3753
|
},
|
|
3846
3754
|
"privacy": "public"
|
|
3847
3755
|
},
|
|
3848
3756
|
{
|
|
3849
3757
|
"kind": "field",
|
|
3850
|
-
"name": "
|
|
3758
|
+
"name": "actualWidth",
|
|
3851
3759
|
"type": {
|
|
3852
|
-
"text": "
|
|
3760
|
+
"text": "number"
|
|
3853
3761
|
},
|
|
3854
3762
|
"privacy": "public"
|
|
3855
3763
|
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "field",
|
|
3766
|
+
"name": "params",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "DateEditorParams"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "field",
|
|
3773
|
+
"name": "dateFormat",
|
|
3774
|
+
"type": {
|
|
3775
|
+
"text": "string"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "field",
|
|
3780
|
+
"name": "input",
|
|
3781
|
+
"type": {
|
|
3782
|
+
"text": "any"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"kind": "field",
|
|
3787
|
+
"name": "inputType",
|
|
3788
|
+
"type": {
|
|
3789
|
+
"text": "'datetime-local' | 'date'"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3856
3792
|
{
|
|
3857
3793
|
"kind": "method",
|
|
3858
3794
|
"name": "init",
|
|
@@ -3861,7 +3797,7 @@
|
|
|
3861
3797
|
{
|
|
3862
3798
|
"name": "params",
|
|
3863
3799
|
"type": {
|
|
3864
|
-
"text": "
|
|
3800
|
+
"text": "DateEditorParams"
|
|
3865
3801
|
}
|
|
3866
3802
|
}
|
|
3867
3803
|
]
|
|
@@ -3876,16 +3812,6 @@
|
|
|
3876
3812
|
}
|
|
3877
3813
|
}
|
|
3878
3814
|
},
|
|
3879
|
-
{
|
|
3880
|
-
"kind": "method",
|
|
3881
|
-
"name": "destroy",
|
|
3882
|
-
"privacy": "public",
|
|
3883
|
-
"return": {
|
|
3884
|
-
"type": {
|
|
3885
|
-
"text": "void"
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
},
|
|
3889
3815
|
{
|
|
3890
3816
|
"kind": "method",
|
|
3891
3817
|
"name": "refresh",
|
|
@@ -3899,7 +3825,7 @@
|
|
|
3899
3825
|
{
|
|
3900
3826
|
"name": "params",
|
|
3901
3827
|
"type": {
|
|
3902
|
-
"text": "
|
|
3828
|
+
"text": "DateEditorParams"
|
|
3903
3829
|
}
|
|
3904
3830
|
}
|
|
3905
3831
|
]
|
|
@@ -3926,6 +3852,10 @@
|
|
|
3926
3852
|
}
|
|
3927
3853
|
]
|
|
3928
3854
|
},
|
|
3855
|
+
{
|
|
3856
|
+
"kind": "method",
|
|
3857
|
+
"name": "afterGuiAttached"
|
|
3858
|
+
},
|
|
3929
3859
|
{
|
|
3930
3860
|
"kind": "method",
|
|
3931
3861
|
"name": "isCancelBeforeStart"
|
|
@@ -4046,22 +3976,22 @@
|
|
|
4046
3976
|
"name": "FoundationElement",
|
|
4047
3977
|
"package": "@microsoft/fast-foundation"
|
|
4048
3978
|
},
|
|
4049
|
-
"tagName": "%%prefix%%-
|
|
3979
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4050
3980
|
"customElement": true
|
|
4051
3981
|
},
|
|
4052
3982
|
{
|
|
4053
3983
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4055
|
-
"default": "css
|
|
3984
|
+
"name": "agDateEditorStyles",
|
|
3985
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4056
3986
|
"description": "The AG Select Renderer Styles.",
|
|
4057
3987
|
"privacy": "public"
|
|
4058
3988
|
},
|
|
4059
3989
|
{
|
|
4060
3990
|
"kind": "function",
|
|
4061
|
-
"name": "
|
|
3991
|
+
"name": "getDateEditorTemplate",
|
|
4062
3992
|
"parameters": [
|
|
4063
3993
|
{
|
|
4064
|
-
"name": "
|
|
3994
|
+
"name": "prefix",
|
|
4065
3995
|
"default": "'foundation'",
|
|
4066
3996
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4067
3997
|
}
|
|
@@ -4076,83 +4006,114 @@
|
|
|
4076
4006
|
},
|
|
4077
4007
|
{
|
|
4078
4008
|
"kind": "variable",
|
|
4079
|
-
"name": "
|
|
4009
|
+
"name": "foundationDateEditor",
|
|
4080
4010
|
"privacy": "public"
|
|
4081
4011
|
}
|
|
4082
4012
|
],
|
|
4083
4013
|
"exports": [
|
|
4084
4014
|
{
|
|
4085
4015
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4016
|
+
"name": "DateEditor",
|
|
4087
4017
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/cell-editors/
|
|
4018
|
+
"name": "DateEditor",
|
|
4019
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4090
4020
|
}
|
|
4091
4021
|
},
|
|
4092
4022
|
{
|
|
4093
4023
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4024
|
+
"name": "agDateEditorStyles",
|
|
4095
4025
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/cell-editors/
|
|
4026
|
+
"name": "agDateEditorStyles",
|
|
4027
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4098
4028
|
}
|
|
4099
4029
|
},
|
|
4100
4030
|
{
|
|
4101
4031
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4032
|
+
"name": "getDateEditorTemplate",
|
|
4103
4033
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/cell-editors/
|
|
4034
|
+
"name": "getDateEditorTemplate",
|
|
4035
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4106
4036
|
}
|
|
4107
4037
|
},
|
|
4108
4038
|
{
|
|
4109
4039
|
"kind": "js",
|
|
4110
|
-
"name": "
|
|
4040
|
+
"name": "foundationDateEditor",
|
|
4111
4041
|
"declaration": {
|
|
4112
|
-
"name": "
|
|
4113
|
-
"module": "src/cell-editors/
|
|
4042
|
+
"name": "foundationDateEditor",
|
|
4043
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4114
4044
|
}
|
|
4115
4045
|
}
|
|
4116
4046
|
]
|
|
4117
4047
|
},
|
|
4118
4048
|
{
|
|
4119
4049
|
"kind": "javascript-module",
|
|
4120
|
-
"path": "src/cell-editors/
|
|
4050
|
+
"path": "src/cell-editors/index.ts",
|
|
4051
|
+
"declarations": [],
|
|
4052
|
+
"exports": [
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "js",
|
|
4055
|
+
"name": "*",
|
|
4056
|
+
"declaration": {
|
|
4057
|
+
"name": "*",
|
|
4058
|
+
"package": "./date.editor"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "js",
|
|
4063
|
+
"name": "*",
|
|
4064
|
+
"declaration": {
|
|
4065
|
+
"name": "*",
|
|
4066
|
+
"package": "./multiselect.editor"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "js",
|
|
4071
|
+
"name": "*",
|
|
4072
|
+
"declaration": {
|
|
4073
|
+
"name": "*",
|
|
4074
|
+
"package": "./number.editor"
|
|
4075
|
+
}
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"kind": "js",
|
|
4079
|
+
"name": "*",
|
|
4080
|
+
"declaration": {
|
|
4081
|
+
"name": "*",
|
|
4082
|
+
"package": "./select.editor"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"kind": "js",
|
|
4087
|
+
"name": "*",
|
|
4088
|
+
"declaration": {
|
|
4089
|
+
"name": "*",
|
|
4090
|
+
"package": "./string.editor"
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "javascript-module",
|
|
4097
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4121
4098
|
"declarations": [
|
|
4122
4099
|
{
|
|
4123
4100
|
"kind": "class",
|
|
4124
|
-
"description": "The AG
|
|
4125
|
-
"name": "
|
|
4101
|
+
"description": "The AG Multiselect Editor element.",
|
|
4102
|
+
"name": "MultiselectEditor",
|
|
4126
4103
|
"members": [
|
|
4127
4104
|
{
|
|
4128
4105
|
"kind": "field",
|
|
4129
4106
|
"name": "params",
|
|
4130
4107
|
"type": {
|
|
4131
|
-
"text": "
|
|
4132
|
-
},
|
|
4133
|
-
"privacy": "public"
|
|
4134
|
-
},
|
|
4135
|
-
{
|
|
4136
|
-
"kind": "field",
|
|
4137
|
-
"name": "value",
|
|
4138
|
-
"type": {
|
|
4139
|
-
"text": "number"
|
|
4140
|
-
},
|
|
4141
|
-
"privacy": "public"
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "field",
|
|
4145
|
-
"name": "actualWidth",
|
|
4146
|
-
"type": {
|
|
4147
|
-
"text": "number"
|
|
4108
|
+
"text": "MultiselectEditorParams"
|
|
4148
4109
|
},
|
|
4149
4110
|
"privacy": "public"
|
|
4150
4111
|
},
|
|
4151
4112
|
{
|
|
4152
4113
|
"kind": "field",
|
|
4153
|
-
"name": "
|
|
4114
|
+
"name": "selectedOptions",
|
|
4154
4115
|
"type": {
|
|
4155
|
-
"text": "any"
|
|
4116
|
+
"text": "any[]"
|
|
4156
4117
|
},
|
|
4157
4118
|
"privacy": "public"
|
|
4158
4119
|
},
|
|
@@ -4164,7 +4125,7 @@
|
|
|
4164
4125
|
{
|
|
4165
4126
|
"name": "params",
|
|
4166
4127
|
"type": {
|
|
4167
|
-
"text": "
|
|
4128
|
+
"text": "MultiselectEditorParams"
|
|
4168
4129
|
}
|
|
4169
4130
|
}
|
|
4170
4131
|
]
|
|
@@ -4179,6 +4140,16 @@
|
|
|
4179
4140
|
}
|
|
4180
4141
|
}
|
|
4181
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
"kind": "method",
|
|
4145
|
+
"name": "destroy",
|
|
4146
|
+
"privacy": "public",
|
|
4147
|
+
"return": {
|
|
4148
|
+
"type": {
|
|
4149
|
+
"text": "void"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4182
4153
|
{
|
|
4183
4154
|
"kind": "method",
|
|
4184
4155
|
"name": "refresh",
|
|
@@ -4192,7 +4163,7 @@
|
|
|
4192
4163
|
{
|
|
4193
4164
|
"name": "params",
|
|
4194
4165
|
"type": {
|
|
4195
|
-
"text": "
|
|
4166
|
+
"text": "MultiselectEditorParams"
|
|
4196
4167
|
}
|
|
4197
4168
|
}
|
|
4198
4169
|
]
|
|
@@ -4210,10 +4181,6 @@
|
|
|
4210
4181
|
}
|
|
4211
4182
|
}
|
|
4212
4183
|
},
|
|
4213
|
-
{
|
|
4214
|
-
"kind": "method",
|
|
4215
|
-
"name": "afterGuiAttached"
|
|
4216
|
-
},
|
|
4217
4184
|
{
|
|
4218
4185
|
"kind": "method",
|
|
4219
4186
|
"name": "changeHandler",
|
|
@@ -4343,19 +4310,19 @@
|
|
|
4343
4310
|
"name": "FoundationElement",
|
|
4344
4311
|
"package": "@microsoft/fast-foundation"
|
|
4345
4312
|
},
|
|
4346
|
-
"tagName": "%%prefix%%-
|
|
4313
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4347
4314
|
"customElement": true
|
|
4348
4315
|
},
|
|
4349
4316
|
{
|
|
4350
4317
|
"kind": "variable",
|
|
4351
|
-
"name": "
|
|
4352
|
-
"default": "css
|
|
4353
|
-
"description": "The AG
|
|
4318
|
+
"name": "agMultiselectEditorStyles",
|
|
4319
|
+
"default": "css``",
|
|
4320
|
+
"description": "The AG Select Renderer Styles.",
|
|
4354
4321
|
"privacy": "public"
|
|
4355
4322
|
},
|
|
4356
4323
|
{
|
|
4357
4324
|
"kind": "function",
|
|
4358
|
-
"name": "
|
|
4325
|
+
"name": "getMultiselectEditorTemplate",
|
|
4359
4326
|
"parameters": [
|
|
4360
4327
|
{
|
|
4361
4328
|
"name": "designSystem",
|
|
@@ -4373,59 +4340,59 @@
|
|
|
4373
4340
|
},
|
|
4374
4341
|
{
|
|
4375
4342
|
"kind": "variable",
|
|
4376
|
-
"name": "
|
|
4343
|
+
"name": "foundationMultiselectEditor",
|
|
4377
4344
|
"privacy": "public"
|
|
4378
4345
|
}
|
|
4379
4346
|
],
|
|
4380
4347
|
"exports": [
|
|
4381
4348
|
{
|
|
4382
4349
|
"kind": "js",
|
|
4383
|
-
"name": "
|
|
4350
|
+
"name": "MultiselectEditor",
|
|
4384
4351
|
"declaration": {
|
|
4385
|
-
"name": "
|
|
4386
|
-
"module": "src/cell-editors/
|
|
4352
|
+
"name": "MultiselectEditor",
|
|
4353
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4387
4354
|
}
|
|
4388
4355
|
},
|
|
4389
4356
|
{
|
|
4390
4357
|
"kind": "js",
|
|
4391
|
-
"name": "
|
|
4358
|
+
"name": "agMultiselectEditorStyles",
|
|
4392
4359
|
"declaration": {
|
|
4393
|
-
"name": "
|
|
4394
|
-
"module": "src/cell-editors/
|
|
4360
|
+
"name": "agMultiselectEditorStyles",
|
|
4361
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4395
4362
|
}
|
|
4396
4363
|
},
|
|
4397
4364
|
{
|
|
4398
4365
|
"kind": "js",
|
|
4399
|
-
"name": "
|
|
4366
|
+
"name": "getMultiselectEditorTemplate",
|
|
4400
4367
|
"declaration": {
|
|
4401
|
-
"name": "
|
|
4402
|
-
"module": "src/cell-editors/
|
|
4368
|
+
"name": "getMultiselectEditorTemplate",
|
|
4369
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4403
4370
|
}
|
|
4404
4371
|
},
|
|
4405
4372
|
{
|
|
4406
4373
|
"kind": "js",
|
|
4407
|
-
"name": "
|
|
4374
|
+
"name": "foundationMultiselectEditor",
|
|
4408
4375
|
"declaration": {
|
|
4409
|
-
"name": "
|
|
4410
|
-
"module": "src/cell-editors/
|
|
4376
|
+
"name": "foundationMultiselectEditor",
|
|
4377
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4411
4378
|
}
|
|
4412
4379
|
}
|
|
4413
4380
|
]
|
|
4414
4381
|
},
|
|
4415
4382
|
{
|
|
4416
4383
|
"kind": "javascript-module",
|
|
4417
|
-
"path": "src/cell-editors/
|
|
4384
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4418
4385
|
"declarations": [
|
|
4419
4386
|
{
|
|
4420
4387
|
"kind": "class",
|
|
4421
|
-
"description": "The AG
|
|
4422
|
-
"name": "
|
|
4388
|
+
"description": "The AG Number Editor element.",
|
|
4389
|
+
"name": "NumberEditor",
|
|
4423
4390
|
"members": [
|
|
4424
4391
|
{
|
|
4425
4392
|
"kind": "field",
|
|
4426
4393
|
"name": "params",
|
|
4427
4394
|
"type": {
|
|
4428
|
-
"text": "
|
|
4395
|
+
"text": "NumberEditorParams"
|
|
4429
4396
|
},
|
|
4430
4397
|
"privacy": "public"
|
|
4431
4398
|
},
|
|
@@ -4433,7 +4400,7 @@
|
|
|
4433
4400
|
"kind": "field",
|
|
4434
4401
|
"name": "value",
|
|
4435
4402
|
"type": {
|
|
4436
|
-
"text": "
|
|
4403
|
+
"text": "number"
|
|
4437
4404
|
},
|
|
4438
4405
|
"privacy": "public"
|
|
4439
4406
|
},
|
|
@@ -4447,7 +4414,7 @@
|
|
|
4447
4414
|
},
|
|
4448
4415
|
{
|
|
4449
4416
|
"kind": "field",
|
|
4450
|
-
"name": "
|
|
4417
|
+
"name": "input",
|
|
4451
4418
|
"type": {
|
|
4452
4419
|
"text": "any"
|
|
4453
4420
|
},
|
|
@@ -4461,7 +4428,7 @@
|
|
|
4461
4428
|
{
|
|
4462
4429
|
"name": "params",
|
|
4463
4430
|
"type": {
|
|
4464
|
-
"text": "
|
|
4431
|
+
"text": "NumberEditorParams"
|
|
4465
4432
|
}
|
|
4466
4433
|
}
|
|
4467
4434
|
]
|
|
@@ -4489,7 +4456,7 @@
|
|
|
4489
4456
|
{
|
|
4490
4457
|
"name": "params",
|
|
4491
4458
|
"type": {
|
|
4492
|
-
"text": "
|
|
4459
|
+
"text": "NumberEditorParams"
|
|
4493
4460
|
}
|
|
4494
4461
|
}
|
|
4495
4462
|
]
|
|
@@ -4640,19 +4607,19 @@
|
|
|
4640
4607
|
"name": "FoundationElement",
|
|
4641
4608
|
"package": "@microsoft/fast-foundation"
|
|
4642
4609
|
},
|
|
4643
|
-
"tagName": "%%prefix%%-
|
|
4610
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4644
4611
|
"customElement": true
|
|
4645
4612
|
},
|
|
4646
4613
|
{
|
|
4647
4614
|
"kind": "variable",
|
|
4648
|
-
"name": "
|
|
4649
|
-
"default": "css
|
|
4650
|
-
"description": "The AG
|
|
4615
|
+
"name": "agNumberEditorStyles",
|
|
4616
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4617
|
+
"description": "The AG Number Editor Styles.",
|
|
4651
4618
|
"privacy": "public"
|
|
4652
4619
|
},
|
|
4653
4620
|
{
|
|
4654
4621
|
"kind": "function",
|
|
4655
|
-
"name": "
|
|
4622
|
+
"name": "getNumberEditorTemplate",
|
|
4656
4623
|
"parameters": [
|
|
4657
4624
|
{
|
|
4658
4625
|
"name": "designSystem",
|
|
@@ -4670,59 +4637,59 @@
|
|
|
4670
4637
|
},
|
|
4671
4638
|
{
|
|
4672
4639
|
"kind": "variable",
|
|
4673
|
-
"name": "
|
|
4640
|
+
"name": "foundationNumberEditor",
|
|
4674
4641
|
"privacy": "public"
|
|
4675
4642
|
}
|
|
4676
4643
|
],
|
|
4677
4644
|
"exports": [
|
|
4678
4645
|
{
|
|
4679
4646
|
"kind": "js",
|
|
4680
|
-
"name": "
|
|
4647
|
+
"name": "NumberEditor",
|
|
4681
4648
|
"declaration": {
|
|
4682
|
-
"name": "
|
|
4683
|
-
"module": "src/cell-editors/
|
|
4649
|
+
"name": "NumberEditor",
|
|
4650
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4684
4651
|
}
|
|
4685
4652
|
},
|
|
4686
4653
|
{
|
|
4687
4654
|
"kind": "js",
|
|
4688
|
-
"name": "
|
|
4655
|
+
"name": "agNumberEditorStyles",
|
|
4689
4656
|
"declaration": {
|
|
4690
|
-
"name": "
|
|
4691
|
-
"module": "src/cell-editors/
|
|
4657
|
+
"name": "agNumberEditorStyles",
|
|
4658
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4692
4659
|
}
|
|
4693
4660
|
},
|
|
4694
4661
|
{
|
|
4695
4662
|
"kind": "js",
|
|
4696
|
-
"name": "
|
|
4663
|
+
"name": "getNumberEditorTemplate",
|
|
4697
4664
|
"declaration": {
|
|
4698
|
-
"name": "
|
|
4699
|
-
"module": "src/cell-editors/
|
|
4665
|
+
"name": "getNumberEditorTemplate",
|
|
4666
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4700
4667
|
}
|
|
4701
4668
|
},
|
|
4702
4669
|
{
|
|
4703
4670
|
"kind": "js",
|
|
4704
|
-
"name": "
|
|
4671
|
+
"name": "foundationNumberEditor",
|
|
4705
4672
|
"declaration": {
|
|
4706
|
-
"name": "
|
|
4707
|
-
"module": "src/cell-editors/
|
|
4673
|
+
"name": "foundationNumberEditor",
|
|
4674
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4708
4675
|
}
|
|
4709
4676
|
}
|
|
4710
4677
|
]
|
|
4711
4678
|
},
|
|
4712
4679
|
{
|
|
4713
4680
|
"kind": "javascript-module",
|
|
4714
|
-
"path": "src/cell-editors/
|
|
4681
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4715
4682
|
"declarations": [
|
|
4716
4683
|
{
|
|
4717
4684
|
"kind": "class",
|
|
4718
|
-
"description": "The AG
|
|
4719
|
-
"name": "
|
|
4685
|
+
"description": "The AG Select Editor element.",
|
|
4686
|
+
"name": "SelectEditor",
|
|
4720
4687
|
"members": [
|
|
4721
4688
|
{
|
|
4722
4689
|
"kind": "field",
|
|
4723
4690
|
"name": "params",
|
|
4724
4691
|
"type": {
|
|
4725
|
-
"text": "
|
|
4692
|
+
"text": "SelectEditorParams"
|
|
4726
4693
|
},
|
|
4727
4694
|
"privacy": "public"
|
|
4728
4695
|
},
|
|
@@ -4744,7 +4711,7 @@
|
|
|
4744
4711
|
},
|
|
4745
4712
|
{
|
|
4746
4713
|
"kind": "field",
|
|
4747
|
-
"name": "
|
|
4714
|
+
"name": "combobox",
|
|
4748
4715
|
"type": {
|
|
4749
4716
|
"text": "any"
|
|
4750
4717
|
},
|
|
@@ -4758,7 +4725,7 @@
|
|
|
4758
4725
|
{
|
|
4759
4726
|
"name": "params",
|
|
4760
4727
|
"type": {
|
|
4761
|
-
"text": "
|
|
4728
|
+
"text": "SelectEditorParams"
|
|
4762
4729
|
}
|
|
4763
4730
|
}
|
|
4764
4731
|
]
|
|
@@ -4786,7 +4753,7 @@
|
|
|
4786
4753
|
{
|
|
4787
4754
|
"name": "params",
|
|
4788
4755
|
"type": {
|
|
4789
|
-
"text": "
|
|
4756
|
+
"text": "SelectEditorParams"
|
|
4790
4757
|
}
|
|
4791
4758
|
}
|
|
4792
4759
|
]
|
|
@@ -4937,19 +4904,19 @@
|
|
|
4937
4904
|
"name": "FoundationElement",
|
|
4938
4905
|
"package": "@microsoft/fast-foundation"
|
|
4939
4906
|
},
|
|
4940
|
-
"tagName": "%%prefix%%-
|
|
4907
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4941
4908
|
"customElement": true
|
|
4942
4909
|
},
|
|
4943
4910
|
{
|
|
4944
4911
|
"kind": "variable",
|
|
4945
|
-
"name": "
|
|
4946
|
-
"default": "css
|
|
4947
|
-
"description": "The AG
|
|
4912
|
+
"name": "agSelectEditorStyles",
|
|
4913
|
+
"default": "css``",
|
|
4914
|
+
"description": "The AG Select Renderer Styles.",
|
|
4948
4915
|
"privacy": "public"
|
|
4949
4916
|
},
|
|
4950
4917
|
{
|
|
4951
4918
|
"kind": "function",
|
|
4952
|
-
"name": "
|
|
4919
|
+
"name": "getSelectEditorTemplate",
|
|
4953
4920
|
"parameters": [
|
|
4954
4921
|
{
|
|
4955
4922
|
"name": "designSystem",
|
|
@@ -4957,7 +4924,7 @@
|
|
|
4957
4924
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4958
4925
|
}
|
|
4959
4926
|
],
|
|
4960
|
-
"description": "Get a Design System prefixed
|
|
4927
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4961
4928
|
"return": {
|
|
4962
4929
|
"type": {
|
|
4963
4930
|
"text": ""
|
|
@@ -4967,98 +4934,83 @@
|
|
|
4967
4934
|
},
|
|
4968
4935
|
{
|
|
4969
4936
|
"kind": "variable",
|
|
4970
|
-
"name": "
|
|
4937
|
+
"name": "foundationSelectEditor",
|
|
4971
4938
|
"privacy": "public"
|
|
4972
4939
|
}
|
|
4973
4940
|
],
|
|
4974
4941
|
"exports": [
|
|
4975
4942
|
{
|
|
4976
4943
|
"kind": "js",
|
|
4977
|
-
"name": "
|
|
4944
|
+
"name": "SelectEditor",
|
|
4978
4945
|
"declaration": {
|
|
4979
|
-
"name": "
|
|
4980
|
-
"module": "src/cell-editors/
|
|
4946
|
+
"name": "SelectEditor",
|
|
4947
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4981
4948
|
}
|
|
4982
4949
|
},
|
|
4983
4950
|
{
|
|
4984
4951
|
"kind": "js",
|
|
4985
|
-
"name": "
|
|
4952
|
+
"name": "agSelectEditorStyles",
|
|
4986
4953
|
"declaration": {
|
|
4987
|
-
"name": "
|
|
4988
|
-
"module": "src/cell-editors/
|
|
4954
|
+
"name": "agSelectEditorStyles",
|
|
4955
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4989
4956
|
}
|
|
4990
4957
|
},
|
|
4991
4958
|
{
|
|
4992
4959
|
"kind": "js",
|
|
4993
|
-
"name": "
|
|
4960
|
+
"name": "getSelectEditorTemplate",
|
|
4994
4961
|
"declaration": {
|
|
4995
|
-
"name": "
|
|
4996
|
-
"module": "src/cell-editors/
|
|
4962
|
+
"name": "getSelectEditorTemplate",
|
|
4963
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4997
4964
|
}
|
|
4998
4965
|
},
|
|
4999
4966
|
{
|
|
5000
4967
|
"kind": "js",
|
|
5001
|
-
"name": "
|
|
5002
|
-
"declaration": {
|
|
5003
|
-
"name": "foundationStringEditor",
|
|
5004
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5005
|
-
}
|
|
5006
|
-
}
|
|
5007
|
-
]
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"kind": "javascript-module",
|
|
5011
|
-
"path": "src/cell/cell.template.ts",
|
|
5012
|
-
"declarations": [
|
|
5013
|
-
{
|
|
5014
|
-
"kind": "variable",
|
|
5015
|
-
"name": "CellTemplate",
|
|
5016
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5017
|
-
"description": "The Grid Pro Cell Template.",
|
|
5018
|
-
"privacy": "public"
|
|
5019
|
-
}
|
|
5020
|
-
],
|
|
5021
|
-
"exports": [
|
|
5022
|
-
{
|
|
5023
|
-
"kind": "js",
|
|
5024
|
-
"name": "CellTemplate",
|
|
4968
|
+
"name": "foundationSelectEditor",
|
|
5025
4969
|
"declaration": {
|
|
5026
|
-
"name": "
|
|
5027
|
-
"module": "src/cell/
|
|
4970
|
+
"name": "foundationSelectEditor",
|
|
4971
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5028
4972
|
}
|
|
5029
4973
|
}
|
|
5030
4974
|
]
|
|
5031
4975
|
},
|
|
5032
4976
|
{
|
|
5033
4977
|
"kind": "javascript-module",
|
|
5034
|
-
"path": "src/cell/
|
|
4978
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5035
4979
|
"declarations": [
|
|
5036
4980
|
{
|
|
5037
4981
|
"kind": "class",
|
|
5038
|
-
"description": "The
|
|
5039
|
-
"name": "
|
|
4982
|
+
"description": "The AG String Editor element.",
|
|
4983
|
+
"name": "StringEditor",
|
|
5040
4984
|
"members": [
|
|
5041
4985
|
{
|
|
5042
4986
|
"kind": "field",
|
|
5043
|
-
"name": "
|
|
4987
|
+
"name": "params",
|
|
5044
4988
|
"type": {
|
|
5045
|
-
"text": "
|
|
4989
|
+
"text": "StringEditorParams"
|
|
5046
4990
|
},
|
|
5047
4991
|
"privacy": "public"
|
|
5048
4992
|
},
|
|
5049
4993
|
{
|
|
5050
4994
|
"kind": "field",
|
|
5051
|
-
"name": "
|
|
4995
|
+
"name": "value",
|
|
5052
4996
|
"type": {
|
|
5053
|
-
"text": "
|
|
4997
|
+
"text": "string"
|
|
5054
4998
|
},
|
|
5055
4999
|
"privacy": "public"
|
|
5056
5000
|
},
|
|
5057
5001
|
{
|
|
5058
5002
|
"kind": "field",
|
|
5059
|
-
"name": "
|
|
5003
|
+
"name": "actualWidth",
|
|
5060
5004
|
"type": {
|
|
5061
|
-
"text": "
|
|
5005
|
+
"text": "number"
|
|
5006
|
+
},
|
|
5007
|
+
"privacy": "public"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "field",
|
|
5011
|
+
"name": "input",
|
|
5012
|
+
"type": {
|
|
5013
|
+
"text": "any"
|
|
5062
5014
|
},
|
|
5063
5015
|
"privacy": "public"
|
|
5064
5016
|
},
|
|
@@ -5070,7 +5022,7 @@
|
|
|
5070
5022
|
{
|
|
5071
5023
|
"name": "params",
|
|
5072
5024
|
"type": {
|
|
5073
|
-
"text": "
|
|
5025
|
+
"text": "StringEditorParams"
|
|
5074
5026
|
}
|
|
5075
5027
|
}
|
|
5076
5028
|
]
|
|
@@ -5085,28 +5037,53 @@
|
|
|
5085
5037
|
}
|
|
5086
5038
|
}
|
|
5087
5039
|
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "destroy",
|
|
5091
|
-
"privacy": "public"
|
|
5092
|
-
},
|
|
5093
5040
|
{
|
|
5094
5041
|
"kind": "method",
|
|
5095
5042
|
"name": "refresh",
|
|
5096
5043
|
"privacy": "public",
|
|
5044
|
+
"return": {
|
|
5045
|
+
"type": {
|
|
5046
|
+
"text": "boolean"
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5097
5049
|
"parameters": [
|
|
5098
5050
|
{
|
|
5099
5051
|
"name": "params",
|
|
5100
5052
|
"type": {
|
|
5101
|
-
"text": "
|
|
5053
|
+
"text": "StringEditorParams"
|
|
5102
5054
|
}
|
|
5103
5055
|
}
|
|
5104
5056
|
]
|
|
5105
5057
|
},
|
|
5106
5058
|
{
|
|
5107
5059
|
"kind": "method",
|
|
5108
|
-
"name": "
|
|
5109
|
-
|
|
5060
|
+
"name": "getValue"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "method",
|
|
5064
|
+
"name": "isPopup",
|
|
5065
|
+
"return": {
|
|
5066
|
+
"type": {
|
|
5067
|
+
"text": "boolean"
|
|
5068
|
+
}
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"kind": "method",
|
|
5073
|
+
"name": "afterGuiAttached"
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "method",
|
|
5077
|
+
"name": "changeHandler",
|
|
5078
|
+
"parameters": [
|
|
5079
|
+
{
|
|
5080
|
+
"name": "event"
|
|
5081
|
+
}
|
|
5082
|
+
]
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "method",
|
|
5086
|
+
"name": "isCancelBeforeStart"
|
|
5110
5087
|
},
|
|
5111
5088
|
{
|
|
5112
5089
|
"kind": "field",
|
|
@@ -5224,48 +5201,71 @@
|
|
|
5224
5201
|
"name": "FoundationElement",
|
|
5225
5202
|
"package": "@microsoft/fast-foundation"
|
|
5226
5203
|
},
|
|
5227
|
-
"tagName": "
|
|
5204
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5228
5205
|
"customElement": true
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
"kind": "variable",
|
|
5209
|
+
"name": "agStringEditorStyles",
|
|
5210
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5211
|
+
"description": "The AG String Renderer Styles.",
|
|
5212
|
+
"privacy": "public"
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "function",
|
|
5216
|
+
"name": "getStringEditorTemplate",
|
|
5217
|
+
"parameters": [
|
|
5218
|
+
{
|
|
5219
|
+
"name": "designSystem",
|
|
5220
|
+
"default": "'foundation'",
|
|
5221
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5222
|
+
}
|
|
5223
|
+
],
|
|
5224
|
+
"description": "Get a Design System prefixed String template.",
|
|
5225
|
+
"return": {
|
|
5226
|
+
"type": {
|
|
5227
|
+
"text": ""
|
|
5228
|
+
}
|
|
5229
|
+
},
|
|
5230
|
+
"privacy": "public"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"kind": "variable",
|
|
5234
|
+
"name": "foundationStringEditor",
|
|
5235
|
+
"privacy": "public"
|
|
5229
5236
|
}
|
|
5230
5237
|
],
|
|
5231
5238
|
"exports": [
|
|
5232
5239
|
{
|
|
5233
5240
|
"kind": "js",
|
|
5234
|
-
"name": "
|
|
5241
|
+
"name": "StringEditor",
|
|
5235
5242
|
"declaration": {
|
|
5236
|
-
"name": "
|
|
5237
|
-
"module": "src/cell/
|
|
5243
|
+
"name": "StringEditor",
|
|
5244
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5238
5245
|
}
|
|
5239
5246
|
},
|
|
5240
5247
|
{
|
|
5241
|
-
"kind": "
|
|
5242
|
-
"name": "
|
|
5248
|
+
"kind": "js",
|
|
5249
|
+
"name": "agStringEditorStyles",
|
|
5243
5250
|
"declaration": {
|
|
5244
|
-
"name": "
|
|
5245
|
-
"module": "src/cell/
|
|
5251
|
+
"name": "agStringEditorStyles",
|
|
5252
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5246
5253
|
}
|
|
5247
|
-
}
|
|
5248
|
-
]
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "javascript-module",
|
|
5252
|
-
"path": "src/cell/index.ts",
|
|
5253
|
-
"declarations": [],
|
|
5254
|
-
"exports": [
|
|
5254
|
+
},
|
|
5255
5255
|
{
|
|
5256
5256
|
"kind": "js",
|
|
5257
|
-
"name": "
|
|
5257
|
+
"name": "getStringEditorTemplate",
|
|
5258
5258
|
"declaration": {
|
|
5259
|
-
"name": "
|
|
5260
|
-
"
|
|
5259
|
+
"name": "getStringEditorTemplate",
|
|
5260
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5261
5261
|
}
|
|
5262
5262
|
},
|
|
5263
5263
|
{
|
|
5264
5264
|
"kind": "js",
|
|
5265
|
-
"name": "
|
|
5265
|
+
"name": "foundationStringEditor",
|
|
5266
5266
|
"declaration": {
|
|
5267
|
-
"name": "
|
|
5268
|
-
"
|
|
5267
|
+
"name": "foundationStringEditor",
|
|
5268
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5269
5269
|
}
|
|
5270
5270
|
}
|
|
5271
5271
|
]
|
|
@@ -7751,372 +7751,59 @@
|
|
|
7751
7751
|
},
|
|
7752
7752
|
{
|
|
7753
7753
|
"kind": "javascript-module",
|
|
7754
|
-
"path": "src/
|
|
7754
|
+
"path": "src/datasource/base.datasource.ts",
|
|
7755
7755
|
"declarations": [
|
|
7756
7756
|
{
|
|
7757
7757
|
"kind": "variable",
|
|
7758
|
-
"name": "
|
|
7759
|
-
"
|
|
7760
|
-
|
|
7758
|
+
"name": "criteriaDelimiter",
|
|
7759
|
+
"type": {
|
|
7760
|
+
"text": "string"
|
|
7761
|
+
},
|
|
7762
|
+
"default": "';'",
|
|
7763
|
+
"description": "The delimiter for the criteria string.",
|
|
7761
7764
|
"privacy": "public"
|
|
7762
|
-
}
|
|
7763
|
-
],
|
|
7764
|
-
"exports": [
|
|
7765
|
+
},
|
|
7765
7766
|
{
|
|
7766
|
-
"kind": "
|
|
7767
|
-
"name": "
|
|
7768
|
-
"
|
|
7769
|
-
"
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
{
|
|
7776
|
-
"kind": "javascript-module",
|
|
7777
|
-
"path": "src/column/column.ts",
|
|
7778
|
-
"declarations": [
|
|
7767
|
+
"kind": "variable",
|
|
7768
|
+
"name": "criteriaJoin",
|
|
7769
|
+
"type": {
|
|
7770
|
+
"text": "string"
|
|
7771
|
+
},
|
|
7772
|
+
"default": "' && '",
|
|
7773
|
+
"description": "The join for the criteria string.",
|
|
7774
|
+
"privacy": "public"
|
|
7775
|
+
},
|
|
7779
7776
|
{
|
|
7780
7777
|
"kind": "class",
|
|
7781
|
-
"description": "The
|
|
7782
|
-
"name": "
|
|
7778
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
7779
|
+
"name": "GenesisGridDatasourceElement",
|
|
7783
7780
|
"members": [
|
|
7784
7781
|
{
|
|
7785
7782
|
"kind": "field",
|
|
7786
|
-
"name": "
|
|
7783
|
+
"name": "connect",
|
|
7787
7784
|
"type": {
|
|
7788
|
-
"text": "
|
|
7789
|
-
}
|
|
7790
|
-
"privacy": "public"
|
|
7785
|
+
"text": "Connect"
|
|
7786
|
+
}
|
|
7791
7787
|
},
|
|
7792
7788
|
{
|
|
7793
7789
|
"kind": "field",
|
|
7794
|
-
"name": "
|
|
7790
|
+
"name": "datasource",
|
|
7795
7791
|
"type": {
|
|
7796
|
-
"text": "
|
|
7797
|
-
}
|
|
7798
|
-
"default": "{}"
|
|
7792
|
+
"text": "Datasource"
|
|
7793
|
+
}
|
|
7799
7794
|
},
|
|
7800
7795
|
{
|
|
7801
|
-
"kind": "
|
|
7802
|
-
"name": "
|
|
7803
|
-
"
|
|
7796
|
+
"kind": "field",
|
|
7797
|
+
"name": "deferredGridOptions",
|
|
7798
|
+
"type": {
|
|
7799
|
+
"text": "GridOptions"
|
|
7800
|
+
}
|
|
7804
7801
|
},
|
|
7805
7802
|
{
|
|
7806
|
-
"kind": "
|
|
7807
|
-
"name": "
|
|
7808
|
-
"
|
|
7809
|
-
"
|
|
7810
|
-
"text": "Node"
|
|
7811
|
-
}
|
|
7812
|
-
},
|
|
7813
|
-
"inheritedFrom": {
|
|
7814
|
-
"name": "LifecycleMixin",
|
|
7815
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7816
|
-
}
|
|
7817
|
-
},
|
|
7818
|
-
{
|
|
7819
|
-
"kind": "method",
|
|
7820
|
-
"name": "cloneNode",
|
|
7821
|
-
"return": {
|
|
7822
|
-
"type": {
|
|
7823
|
-
"text": "Node"
|
|
7824
|
-
}
|
|
7825
|
-
},
|
|
7826
|
-
"parameters": [
|
|
7827
|
-
{
|
|
7828
|
-
"name": "deep",
|
|
7829
|
-
"optional": true,
|
|
7830
|
-
"type": {
|
|
7831
|
-
"text": "boolean"
|
|
7832
|
-
}
|
|
7833
|
-
}
|
|
7834
|
-
],
|
|
7835
|
-
"inheritedFrom": {
|
|
7836
|
-
"name": "LifecycleMixin",
|
|
7837
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7838
|
-
}
|
|
7839
|
-
},
|
|
7840
|
-
{
|
|
7841
|
-
"kind": "field",
|
|
7842
|
-
"name": "shouldRunDisconnect",
|
|
7843
|
-
"return": {
|
|
7844
|
-
"type": {
|
|
7845
|
-
"text": ""
|
|
7846
|
-
}
|
|
7847
|
-
},
|
|
7848
|
-
"readonly": true,
|
|
7849
|
-
"inheritedFrom": {
|
|
7850
|
-
"name": "LifecycleMixin",
|
|
7851
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7852
|
-
}
|
|
7853
|
-
},
|
|
7854
|
-
{
|
|
7855
|
-
"kind": "field",
|
|
7856
|
-
"name": "shouldRunConnect",
|
|
7857
|
-
"return": {
|
|
7858
|
-
"type": {
|
|
7859
|
-
"text": ""
|
|
7860
|
-
}
|
|
7861
|
-
},
|
|
7862
|
-
"readonly": true,
|
|
7863
|
-
"inheritedFrom": {
|
|
7864
|
-
"name": "LifecycleMixin",
|
|
7865
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7866
|
-
}
|
|
7867
|
-
},
|
|
7868
|
-
{
|
|
7869
|
-
"kind": "method",
|
|
7870
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
7871
|
-
"return": {
|
|
7872
|
-
"type": {
|
|
7873
|
-
"text": "boolean"
|
|
7874
|
-
}
|
|
7875
|
-
},
|
|
7876
|
-
"parameters": [
|
|
7877
|
-
{
|
|
7878
|
-
"name": "lifecycleType",
|
|
7879
|
-
"type": {
|
|
7880
|
-
"text": "Lifecycletype"
|
|
7881
|
-
}
|
|
7882
|
-
}
|
|
7883
|
-
],
|
|
7884
|
-
"inheritedFrom": {
|
|
7885
|
-
"name": "LifecycleMixin",
|
|
7886
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7887
|
-
}
|
|
7888
|
-
},
|
|
7889
|
-
{
|
|
7890
|
-
"kind": "field",
|
|
7891
|
-
"name": "_presentation",
|
|
7892
|
-
"type": {
|
|
7893
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7894
|
-
},
|
|
7895
|
-
"privacy": "private",
|
|
7896
|
-
"default": "void 0",
|
|
7897
|
-
"inheritedFrom": {
|
|
7898
|
-
"name": "FoundationElement",
|
|
7899
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7900
|
-
}
|
|
7901
|
-
},
|
|
7902
|
-
{
|
|
7903
|
-
"kind": "field",
|
|
7904
|
-
"name": "$presentation",
|
|
7905
|
-
"type": {
|
|
7906
|
-
"text": "ComponentPresentation | null"
|
|
7907
|
-
},
|
|
7908
|
-
"privacy": "public",
|
|
7909
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7910
|
-
"inheritedFrom": {
|
|
7911
|
-
"name": "FoundationElement",
|
|
7912
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7913
|
-
}
|
|
7914
|
-
},
|
|
7915
|
-
{
|
|
7916
|
-
"kind": "field",
|
|
7917
|
-
"name": "template",
|
|
7918
|
-
"type": {
|
|
7919
|
-
"text": "ElementViewTemplate | void | null"
|
|
7920
|
-
},
|
|
7921
|
-
"privacy": "public",
|
|
7922
|
-
"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.",
|
|
7923
|
-
"inheritedFrom": {
|
|
7924
|
-
"name": "FoundationElement",
|
|
7925
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7926
|
-
}
|
|
7927
|
-
},
|
|
7928
|
-
{
|
|
7929
|
-
"kind": "method",
|
|
7930
|
-
"name": "templateChanged",
|
|
7931
|
-
"privacy": "protected",
|
|
7932
|
-
"return": {
|
|
7933
|
-
"type": {
|
|
7934
|
-
"text": "void"
|
|
7935
|
-
}
|
|
7936
|
-
},
|
|
7937
|
-
"inheritedFrom": {
|
|
7938
|
-
"name": "FoundationElement",
|
|
7939
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7940
|
-
}
|
|
7941
|
-
},
|
|
7942
|
-
{
|
|
7943
|
-
"kind": "field",
|
|
7944
|
-
"name": "styles",
|
|
7945
|
-
"type": {
|
|
7946
|
-
"text": "ElementStyles | void | null"
|
|
7947
|
-
},
|
|
7948
|
-
"privacy": "public",
|
|
7949
|
-
"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.",
|
|
7950
|
-
"inheritedFrom": {
|
|
7951
|
-
"name": "FoundationElement",
|
|
7952
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7953
|
-
}
|
|
7954
|
-
},
|
|
7955
|
-
{
|
|
7956
|
-
"kind": "method",
|
|
7957
|
-
"name": "stylesChanged",
|
|
7958
|
-
"privacy": "protected",
|
|
7959
|
-
"return": {
|
|
7960
|
-
"type": {
|
|
7961
|
-
"text": "void"
|
|
7962
|
-
}
|
|
7963
|
-
},
|
|
7964
|
-
"inheritedFrom": {
|
|
7965
|
-
"name": "FoundationElement",
|
|
7966
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7967
|
-
}
|
|
7968
|
-
},
|
|
7969
|
-
{
|
|
7970
|
-
"kind": "method",
|
|
7971
|
-
"name": "compose",
|
|
7972
|
-
"privacy": "public",
|
|
7973
|
-
"static": true,
|
|
7974
|
-
"return": {
|
|
7975
|
-
"type": {
|
|
7976
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7977
|
-
}
|
|
7978
|
-
},
|
|
7979
|
-
"parameters": [
|
|
7980
|
-
{
|
|
7981
|
-
"name": "this",
|
|
7982
|
-
"type": {
|
|
7983
|
-
"text": "K"
|
|
7984
|
-
}
|
|
7985
|
-
},
|
|
7986
|
-
{
|
|
7987
|
-
"name": "elementDefinition",
|
|
7988
|
-
"type": {
|
|
7989
|
-
"text": "T"
|
|
7990
|
-
},
|
|
7991
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7992
|
-
}
|
|
7993
|
-
],
|
|
7994
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7995
|
-
"inheritedFrom": {
|
|
7996
|
-
"name": "FoundationElement",
|
|
7997
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7998
|
-
}
|
|
7999
|
-
}
|
|
8000
|
-
],
|
|
8001
|
-
"mixins": [
|
|
8002
|
-
{
|
|
8003
|
-
"name": "LifecycleMixin",
|
|
8004
|
-
"package": "@genesislcap/foundation-utils"
|
|
8005
|
-
}
|
|
8006
|
-
],
|
|
8007
|
-
"superclass": {
|
|
8008
|
-
"name": "FoundationElement",
|
|
8009
|
-
"package": "@microsoft/fast-foundation"
|
|
8010
|
-
},
|
|
8011
|
-
"tagName": "grid-pro-column",
|
|
8012
|
-
"customElement": true
|
|
8013
|
-
}
|
|
8014
|
-
],
|
|
8015
|
-
"exports": [
|
|
8016
|
-
{
|
|
8017
|
-
"kind": "js",
|
|
8018
|
-
"name": "GridProColumn",
|
|
8019
|
-
"declaration": {
|
|
8020
|
-
"name": "GridProColumn",
|
|
8021
|
-
"module": "src/column/column.ts"
|
|
8022
|
-
}
|
|
8023
|
-
},
|
|
8024
|
-
{
|
|
8025
|
-
"kind": "custom-element-definition",
|
|
8026
|
-
"name": "grid-pro-column",
|
|
8027
|
-
"declaration": {
|
|
8028
|
-
"name": "GridProColumn",
|
|
8029
|
-
"module": "src/column/column.ts"
|
|
8030
|
-
}
|
|
8031
|
-
}
|
|
8032
|
-
]
|
|
8033
|
-
},
|
|
8034
|
-
{
|
|
8035
|
-
"kind": "javascript-module",
|
|
8036
|
-
"path": "src/column/index.ts",
|
|
8037
|
-
"declarations": [],
|
|
8038
|
-
"exports": [
|
|
8039
|
-
{
|
|
8040
|
-
"kind": "js",
|
|
8041
|
-
"name": "*",
|
|
8042
|
-
"declaration": {
|
|
8043
|
-
"name": "*",
|
|
8044
|
-
"package": "./column.template"
|
|
8045
|
-
}
|
|
8046
|
-
},
|
|
8047
|
-
{
|
|
8048
|
-
"kind": "js",
|
|
8049
|
-
"name": "*",
|
|
8050
|
-
"declaration": {
|
|
8051
|
-
"name": "*",
|
|
8052
|
-
"package": "./column"
|
|
8053
|
-
}
|
|
8054
|
-
},
|
|
8055
|
-
{
|
|
8056
|
-
"kind": "js",
|
|
8057
|
-
"name": "*",
|
|
8058
|
-
"declaration": {
|
|
8059
|
-
"name": "*",
|
|
8060
|
-
"package": "./utils"
|
|
8061
|
-
}
|
|
8062
|
-
}
|
|
8063
|
-
]
|
|
8064
|
-
},
|
|
8065
|
-
{
|
|
8066
|
-
"kind": "javascript-module",
|
|
8067
|
-
"path": "src/datasource/base.datasource.ts",
|
|
8068
|
-
"declarations": [
|
|
8069
|
-
{
|
|
8070
|
-
"kind": "variable",
|
|
8071
|
-
"name": "criteriaDelimiter",
|
|
8072
|
-
"type": {
|
|
8073
|
-
"text": "string"
|
|
8074
|
-
},
|
|
8075
|
-
"default": "';'",
|
|
8076
|
-
"description": "The delimiter for the criteria string.",
|
|
8077
|
-
"privacy": "public"
|
|
8078
|
-
},
|
|
8079
|
-
{
|
|
8080
|
-
"kind": "variable",
|
|
8081
|
-
"name": "criteriaJoin",
|
|
8082
|
-
"type": {
|
|
8083
|
-
"text": "string"
|
|
8084
|
-
},
|
|
8085
|
-
"default": "' && '",
|
|
8086
|
-
"description": "The join for the criteria string.",
|
|
8087
|
-
"privacy": "public"
|
|
8088
|
-
},
|
|
8089
|
-
{
|
|
8090
|
-
"kind": "class",
|
|
8091
|
-
"description": "The base datasource element for the grid-pro element.",
|
|
8092
|
-
"name": "GenesisGridDatasourceElement",
|
|
8093
|
-
"members": [
|
|
8094
|
-
{
|
|
8095
|
-
"kind": "field",
|
|
8096
|
-
"name": "connect",
|
|
8097
|
-
"type": {
|
|
8098
|
-
"text": "Connect"
|
|
8099
|
-
}
|
|
8100
|
-
},
|
|
8101
|
-
{
|
|
8102
|
-
"kind": "field",
|
|
8103
|
-
"name": "datasource",
|
|
8104
|
-
"type": {
|
|
8105
|
-
"text": "Datasource"
|
|
8106
|
-
}
|
|
8107
|
-
},
|
|
8108
|
-
{
|
|
8109
|
-
"kind": "field",
|
|
8110
|
-
"name": "deferredGridOptions",
|
|
8111
|
-
"type": {
|
|
8112
|
-
"text": "GridOptions"
|
|
8113
|
-
}
|
|
8114
|
-
},
|
|
8115
|
-
{
|
|
8116
|
-
"kind": "field",
|
|
8117
|
-
"name": "deferredColumnStates",
|
|
8118
|
-
"type": {
|
|
8119
|
-
"text": "ColumnState[]"
|
|
7803
|
+
"kind": "field",
|
|
7804
|
+
"name": "deferredColumnStates",
|
|
7805
|
+
"type": {
|
|
7806
|
+
"text": "ColumnState[]"
|
|
8120
7807
|
}
|
|
8121
7808
|
},
|
|
8122
7809
|
{
|
|
@@ -15594,140 +15281,389 @@
|
|
|
15594
15281
|
"text": "any"
|
|
15595
15282
|
}
|
|
15596
15283
|
}
|
|
15597
|
-
],
|
|
15284
|
+
],
|
|
15285
|
+
"inheritedFrom": {
|
|
15286
|
+
"name": "BaseServerSideDatasource",
|
|
15287
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15288
|
+
}
|
|
15289
|
+
},
|
|
15290
|
+
{
|
|
15291
|
+
"kind": "method",
|
|
15292
|
+
"name": "criteriaForNumberModel",
|
|
15293
|
+
"privacy": "protected",
|
|
15294
|
+
"return": {
|
|
15295
|
+
"type": {
|
|
15296
|
+
"text": "string | null"
|
|
15297
|
+
}
|
|
15298
|
+
},
|
|
15299
|
+
"parameters": [
|
|
15300
|
+
{
|
|
15301
|
+
"name": "k",
|
|
15302
|
+
"type": {
|
|
15303
|
+
"text": "string"
|
|
15304
|
+
}
|
|
15305
|
+
},
|
|
15306
|
+
{
|
|
15307
|
+
"name": "model",
|
|
15308
|
+
"type": {
|
|
15309
|
+
"text": "any"
|
|
15310
|
+
}
|
|
15311
|
+
}
|
|
15312
|
+
],
|
|
15313
|
+
"inheritedFrom": {
|
|
15314
|
+
"name": "BaseServerSideDatasource",
|
|
15315
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15316
|
+
}
|
|
15317
|
+
},
|
|
15318
|
+
{
|
|
15319
|
+
"kind": "method",
|
|
15320
|
+
"name": "criteriaForDateModel",
|
|
15321
|
+
"privacy": "protected",
|
|
15322
|
+
"return": {
|
|
15323
|
+
"type": {
|
|
15324
|
+
"text": "string | null"
|
|
15325
|
+
}
|
|
15326
|
+
},
|
|
15327
|
+
"parameters": [
|
|
15328
|
+
{
|
|
15329
|
+
"name": "k",
|
|
15330
|
+
"type": {
|
|
15331
|
+
"text": "string"
|
|
15332
|
+
}
|
|
15333
|
+
},
|
|
15334
|
+
{
|
|
15335
|
+
"name": "model",
|
|
15336
|
+
"type": {
|
|
15337
|
+
"text": "any"
|
|
15338
|
+
}
|
|
15339
|
+
}
|
|
15340
|
+
],
|
|
15341
|
+
"inheritedFrom": {
|
|
15342
|
+
"name": "BaseServerSideDatasource",
|
|
15343
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15344
|
+
}
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"kind": "method",
|
|
15348
|
+
"name": "getFiltersByType",
|
|
15349
|
+
"privacy": "protected",
|
|
15350
|
+
"parameters": [
|
|
15351
|
+
{
|
|
15352
|
+
"name": "filterType",
|
|
15353
|
+
"type": {
|
|
15354
|
+
"text": "string"
|
|
15355
|
+
}
|
|
15356
|
+
}
|
|
15357
|
+
],
|
|
15358
|
+
"inheritedFrom": {
|
|
15359
|
+
"name": "BaseServerSideDatasource",
|
|
15360
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15361
|
+
}
|
|
15362
|
+
},
|
|
15363
|
+
{
|
|
15364
|
+
"kind": "method",
|
|
15365
|
+
"name": "completeEmptyResult",
|
|
15366
|
+
"privacy": "protected",
|
|
15367
|
+
"return": {
|
|
15368
|
+
"type": {
|
|
15369
|
+
"text": "void"
|
|
15370
|
+
}
|
|
15371
|
+
},
|
|
15372
|
+
"parameters": [
|
|
15373
|
+
{
|
|
15374
|
+
"name": "params",
|
|
15375
|
+
"type": {
|
|
15376
|
+
"text": "IServerSideGetRowsParams"
|
|
15377
|
+
}
|
|
15378
|
+
}
|
|
15379
|
+
],
|
|
15380
|
+
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15381
|
+
"inheritedFrom": {
|
|
15382
|
+
"name": "BaseServerSideDatasource",
|
|
15383
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15384
|
+
}
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "method",
|
|
15388
|
+
"name": "notifyNoDataAvailableIfEmpty",
|
|
15389
|
+
"privacy": "protected",
|
|
15390
|
+
"return": {
|
|
15391
|
+
"type": {
|
|
15392
|
+
"text": "void"
|
|
15393
|
+
}
|
|
15394
|
+
},
|
|
15395
|
+
"parameters": [
|
|
15396
|
+
{
|
|
15397
|
+
"name": "params",
|
|
15398
|
+
"type": {
|
|
15399
|
+
"text": "IServerSideGetRowsParams"
|
|
15400
|
+
}
|
|
15401
|
+
},
|
|
15402
|
+
{
|
|
15403
|
+
"name": "successRowData",
|
|
15404
|
+
"type": {
|
|
15405
|
+
"text": "LoadSuccessParams"
|
|
15406
|
+
}
|
|
15407
|
+
}
|
|
15408
|
+
],
|
|
15409
|
+
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15410
|
+
"inheritedFrom": {
|
|
15411
|
+
"name": "BaseServerSideDatasource",
|
|
15412
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15413
|
+
}
|
|
15414
|
+
},
|
|
15415
|
+
{
|
|
15416
|
+
"kind": "method",
|
|
15417
|
+
"name": "notifyNoDataAvailable",
|
|
15418
|
+
"privacy": "protected",
|
|
15419
|
+
"return": {
|
|
15420
|
+
"type": {
|
|
15421
|
+
"text": "void"
|
|
15422
|
+
}
|
|
15423
|
+
},
|
|
15424
|
+
"inheritedFrom": {
|
|
15425
|
+
"name": "BaseServerSideDatasource",
|
|
15426
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15427
|
+
}
|
|
15428
|
+
},
|
|
15429
|
+
{
|
|
15430
|
+
"kind": "method",
|
|
15431
|
+
"name": "notifyDataAvailable",
|
|
15432
|
+
"privacy": "protected",
|
|
15433
|
+
"return": {
|
|
15434
|
+
"type": {
|
|
15435
|
+
"text": "void"
|
|
15436
|
+
}
|
|
15437
|
+
},
|
|
15438
|
+
"inheritedFrom": {
|
|
15439
|
+
"name": "BaseServerSideDatasource",
|
|
15440
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15441
|
+
}
|
|
15442
|
+
}
|
|
15443
|
+
],
|
|
15444
|
+
"superclass": {
|
|
15445
|
+
"name": "BaseServerSideDatasource",
|
|
15446
|
+
"module": "/src/datasource/server-side.resource-base"
|
|
15447
|
+
}
|
|
15448
|
+
}
|
|
15449
|
+
],
|
|
15450
|
+
"exports": [
|
|
15451
|
+
{
|
|
15452
|
+
"kind": "js",
|
|
15453
|
+
"name": "ReqRepServerSideDatasource",
|
|
15454
|
+
"declaration": {
|
|
15455
|
+
"name": "ReqRepServerSideDatasource",
|
|
15456
|
+
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
15457
|
+
}
|
|
15458
|
+
}
|
|
15459
|
+
]
|
|
15460
|
+
},
|
|
15461
|
+
{
|
|
15462
|
+
"kind": "javascript-module",
|
|
15463
|
+
"path": "src/column/column.template.ts",
|
|
15464
|
+
"declarations": [
|
|
15465
|
+
{
|
|
15466
|
+
"kind": "variable",
|
|
15467
|
+
"name": "ColumnTemplate",
|
|
15468
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15469
|
+
"description": "The Grid Pro Column Template.",
|
|
15470
|
+
"privacy": "public"
|
|
15471
|
+
}
|
|
15472
|
+
],
|
|
15473
|
+
"exports": [
|
|
15474
|
+
{
|
|
15475
|
+
"kind": "js",
|
|
15476
|
+
"name": "ColumnTemplate",
|
|
15477
|
+
"declaration": {
|
|
15478
|
+
"name": "ColumnTemplate",
|
|
15479
|
+
"module": "src/column/column.template.ts"
|
|
15480
|
+
}
|
|
15481
|
+
}
|
|
15482
|
+
]
|
|
15483
|
+
},
|
|
15484
|
+
{
|
|
15485
|
+
"kind": "javascript-module",
|
|
15486
|
+
"path": "src/column/column.ts",
|
|
15487
|
+
"declarations": [
|
|
15488
|
+
{
|
|
15489
|
+
"kind": "class",
|
|
15490
|
+
"description": "The Grid Pro Column element.",
|
|
15491
|
+
"name": "GridProColumn",
|
|
15492
|
+
"members": [
|
|
15493
|
+
{
|
|
15494
|
+
"kind": "field",
|
|
15495
|
+
"name": "slottedAgCell",
|
|
15496
|
+
"type": {
|
|
15497
|
+
"text": "HTMLElement[]"
|
|
15498
|
+
},
|
|
15499
|
+
"privacy": "public"
|
|
15500
|
+
},
|
|
15501
|
+
{
|
|
15502
|
+
"kind": "field",
|
|
15503
|
+
"name": "definition",
|
|
15504
|
+
"type": {
|
|
15505
|
+
"text": "ColDef"
|
|
15506
|
+
},
|
|
15507
|
+
"default": "{}"
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"kind": "method",
|
|
15511
|
+
"name": "slottedAgCellChanged",
|
|
15512
|
+
"privacy": "public"
|
|
15513
|
+
},
|
|
15514
|
+
{
|
|
15515
|
+
"kind": "method",
|
|
15516
|
+
"name": "deepClone",
|
|
15517
|
+
"return": {
|
|
15518
|
+
"type": {
|
|
15519
|
+
"text": "Node"
|
|
15520
|
+
}
|
|
15521
|
+
},
|
|
15598
15522
|
"inheritedFrom": {
|
|
15599
|
-
"name": "
|
|
15600
|
-
"module": "src/
|
|
15523
|
+
"name": "LifecycleMixin",
|
|
15524
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15601
15525
|
}
|
|
15602
15526
|
},
|
|
15603
15527
|
{
|
|
15604
15528
|
"kind": "method",
|
|
15605
|
-
"name": "
|
|
15606
|
-
"privacy": "protected",
|
|
15529
|
+
"name": "cloneNode",
|
|
15607
15530
|
"return": {
|
|
15608
15531
|
"type": {
|
|
15609
|
-
"text": "
|
|
15532
|
+
"text": "Node"
|
|
15610
15533
|
}
|
|
15611
15534
|
},
|
|
15612
15535
|
"parameters": [
|
|
15613
15536
|
{
|
|
15614
|
-
"name": "
|
|
15615
|
-
"
|
|
15616
|
-
"text": "string"
|
|
15617
|
-
}
|
|
15618
|
-
},
|
|
15619
|
-
{
|
|
15620
|
-
"name": "model",
|
|
15537
|
+
"name": "deep",
|
|
15538
|
+
"optional": true,
|
|
15621
15539
|
"type": {
|
|
15622
|
-
"text": "
|
|
15540
|
+
"text": "boolean"
|
|
15623
15541
|
}
|
|
15624
15542
|
}
|
|
15625
15543
|
],
|
|
15626
15544
|
"inheritedFrom": {
|
|
15627
|
-
"name": "
|
|
15628
|
-
"module": "src/
|
|
15545
|
+
"name": "LifecycleMixin",
|
|
15546
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15629
15547
|
}
|
|
15630
15548
|
},
|
|
15631
15549
|
{
|
|
15632
|
-
"kind": "
|
|
15633
|
-
"name": "
|
|
15634
|
-
"privacy": "protected",
|
|
15550
|
+
"kind": "field",
|
|
15551
|
+
"name": "shouldRunDisconnect",
|
|
15635
15552
|
"return": {
|
|
15636
15553
|
"type": {
|
|
15637
|
-
"text": "
|
|
15554
|
+
"text": ""
|
|
15638
15555
|
}
|
|
15639
15556
|
},
|
|
15640
|
-
"
|
|
15641
|
-
{
|
|
15642
|
-
"name": "k",
|
|
15643
|
-
"type": {
|
|
15644
|
-
"text": "string"
|
|
15645
|
-
}
|
|
15646
|
-
},
|
|
15647
|
-
{
|
|
15648
|
-
"name": "model",
|
|
15649
|
-
"type": {
|
|
15650
|
-
"text": "any"
|
|
15651
|
-
}
|
|
15652
|
-
}
|
|
15653
|
-
],
|
|
15557
|
+
"readonly": true,
|
|
15654
15558
|
"inheritedFrom": {
|
|
15655
|
-
"name": "
|
|
15656
|
-
"module": "src/
|
|
15559
|
+
"name": "LifecycleMixin",
|
|
15560
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15657
15561
|
}
|
|
15658
15562
|
},
|
|
15659
15563
|
{
|
|
15660
|
-
"kind": "
|
|
15661
|
-
"name": "
|
|
15662
|
-
"
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
"name": "filterType",
|
|
15666
|
-
"type": {
|
|
15667
|
-
"text": "string"
|
|
15668
|
-
}
|
|
15564
|
+
"kind": "field",
|
|
15565
|
+
"name": "shouldRunConnect",
|
|
15566
|
+
"return": {
|
|
15567
|
+
"type": {
|
|
15568
|
+
"text": ""
|
|
15669
15569
|
}
|
|
15670
|
-
|
|
15570
|
+
},
|
|
15571
|
+
"readonly": true,
|
|
15671
15572
|
"inheritedFrom": {
|
|
15672
|
-
"name": "
|
|
15673
|
-
"module": "src/
|
|
15573
|
+
"name": "LifecycleMixin",
|
|
15574
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15674
15575
|
}
|
|
15675
15576
|
},
|
|
15676
15577
|
{
|
|
15677
15578
|
"kind": "method",
|
|
15678
|
-
"name": "
|
|
15679
|
-
"privacy": "protected",
|
|
15579
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
15680
15580
|
"return": {
|
|
15681
15581
|
"type": {
|
|
15682
|
-
"text": "
|
|
15582
|
+
"text": "boolean"
|
|
15683
15583
|
}
|
|
15684
15584
|
},
|
|
15685
15585
|
"parameters": [
|
|
15686
15586
|
{
|
|
15687
|
-
"name": "
|
|
15587
|
+
"name": "lifecycleType",
|
|
15688
15588
|
"type": {
|
|
15689
|
-
"text": "
|
|
15589
|
+
"text": "Lifecycletype"
|
|
15690
15590
|
}
|
|
15691
15591
|
}
|
|
15692
15592
|
],
|
|
15693
|
-
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15694
15593
|
"inheritedFrom": {
|
|
15695
|
-
"name": "
|
|
15696
|
-
"module": "src/
|
|
15594
|
+
"name": "LifecycleMixin",
|
|
15595
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15596
|
+
}
|
|
15597
|
+
},
|
|
15598
|
+
{
|
|
15599
|
+
"kind": "field",
|
|
15600
|
+
"name": "_presentation",
|
|
15601
|
+
"type": {
|
|
15602
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15603
|
+
},
|
|
15604
|
+
"privacy": "private",
|
|
15605
|
+
"default": "void 0",
|
|
15606
|
+
"inheritedFrom": {
|
|
15607
|
+
"name": "FoundationElement",
|
|
15608
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15609
|
+
}
|
|
15610
|
+
},
|
|
15611
|
+
{
|
|
15612
|
+
"kind": "field",
|
|
15613
|
+
"name": "$presentation",
|
|
15614
|
+
"type": {
|
|
15615
|
+
"text": "ComponentPresentation | null"
|
|
15616
|
+
},
|
|
15617
|
+
"privacy": "public",
|
|
15618
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15619
|
+
"inheritedFrom": {
|
|
15620
|
+
"name": "FoundationElement",
|
|
15621
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15622
|
+
}
|
|
15623
|
+
},
|
|
15624
|
+
{
|
|
15625
|
+
"kind": "field",
|
|
15626
|
+
"name": "template",
|
|
15627
|
+
"type": {
|
|
15628
|
+
"text": "ElementViewTemplate | void | null"
|
|
15629
|
+
},
|
|
15630
|
+
"privacy": "public",
|
|
15631
|
+
"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.",
|
|
15632
|
+
"inheritedFrom": {
|
|
15633
|
+
"name": "FoundationElement",
|
|
15634
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15697
15635
|
}
|
|
15698
15636
|
},
|
|
15699
15637
|
{
|
|
15700
15638
|
"kind": "method",
|
|
15701
|
-
"name": "
|
|
15639
|
+
"name": "templateChanged",
|
|
15702
15640
|
"privacy": "protected",
|
|
15703
15641
|
"return": {
|
|
15704
15642
|
"type": {
|
|
15705
15643
|
"text": "void"
|
|
15706
15644
|
}
|
|
15707
15645
|
},
|
|
15708
|
-
"parameters": [
|
|
15709
|
-
{
|
|
15710
|
-
"name": "params",
|
|
15711
|
-
"type": {
|
|
15712
|
-
"text": "IServerSideGetRowsParams"
|
|
15713
|
-
}
|
|
15714
|
-
},
|
|
15715
|
-
{
|
|
15716
|
-
"name": "successRowData",
|
|
15717
|
-
"type": {
|
|
15718
|
-
"text": "LoadSuccessParams"
|
|
15719
|
-
}
|
|
15720
|
-
}
|
|
15721
|
-
],
|
|
15722
|
-
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15723
15646
|
"inheritedFrom": {
|
|
15724
|
-
"name": "
|
|
15725
|
-
"module": "src/
|
|
15647
|
+
"name": "FoundationElement",
|
|
15648
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15649
|
+
}
|
|
15650
|
+
},
|
|
15651
|
+
{
|
|
15652
|
+
"kind": "field",
|
|
15653
|
+
"name": "styles",
|
|
15654
|
+
"type": {
|
|
15655
|
+
"text": "ElementStyles | void | null"
|
|
15656
|
+
},
|
|
15657
|
+
"privacy": "public",
|
|
15658
|
+
"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.",
|
|
15659
|
+
"inheritedFrom": {
|
|
15660
|
+
"name": "FoundationElement",
|
|
15661
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15726
15662
|
}
|
|
15727
15663
|
},
|
|
15728
15664
|
{
|
|
15729
15665
|
"kind": "method",
|
|
15730
|
-
"name": "
|
|
15666
|
+
"name": "stylesChanged",
|
|
15731
15667
|
"privacy": "protected",
|
|
15732
15668
|
"return": {
|
|
15733
15669
|
"type": {
|
|
@@ -15735,38 +15671,102 @@
|
|
|
15735
15671
|
}
|
|
15736
15672
|
},
|
|
15737
15673
|
"inheritedFrom": {
|
|
15738
|
-
"name": "
|
|
15739
|
-
"module": "src/
|
|
15674
|
+
"name": "FoundationElement",
|
|
15675
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15740
15676
|
}
|
|
15741
15677
|
},
|
|
15742
15678
|
{
|
|
15743
15679
|
"kind": "method",
|
|
15744
|
-
"name": "
|
|
15745
|
-
"privacy": "
|
|
15680
|
+
"name": "compose",
|
|
15681
|
+
"privacy": "public",
|
|
15682
|
+
"static": true,
|
|
15746
15683
|
"return": {
|
|
15747
15684
|
"type": {
|
|
15748
|
-
"text": "
|
|
15685
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15749
15686
|
}
|
|
15750
15687
|
},
|
|
15688
|
+
"parameters": [
|
|
15689
|
+
{
|
|
15690
|
+
"name": "this",
|
|
15691
|
+
"type": {
|
|
15692
|
+
"text": "K"
|
|
15693
|
+
}
|
|
15694
|
+
},
|
|
15695
|
+
{
|
|
15696
|
+
"name": "elementDefinition",
|
|
15697
|
+
"type": {
|
|
15698
|
+
"text": "T"
|
|
15699
|
+
},
|
|
15700
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15701
|
+
}
|
|
15702
|
+
],
|
|
15703
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15751
15704
|
"inheritedFrom": {
|
|
15752
|
-
"name": "
|
|
15753
|
-
"module": "src/
|
|
15705
|
+
"name": "FoundationElement",
|
|
15706
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15754
15707
|
}
|
|
15755
15708
|
}
|
|
15756
15709
|
],
|
|
15710
|
+
"mixins": [
|
|
15711
|
+
{
|
|
15712
|
+
"name": "LifecycleMixin",
|
|
15713
|
+
"package": "@genesislcap/foundation-utils"
|
|
15714
|
+
}
|
|
15715
|
+
],
|
|
15757
15716
|
"superclass": {
|
|
15758
|
-
"name": "
|
|
15759
|
-
"
|
|
15760
|
-
}
|
|
15717
|
+
"name": "FoundationElement",
|
|
15718
|
+
"package": "@microsoft/fast-foundation"
|
|
15719
|
+
},
|
|
15720
|
+
"tagName": "grid-pro-column",
|
|
15721
|
+
"customElement": true
|
|
15761
15722
|
}
|
|
15762
15723
|
],
|
|
15763
15724
|
"exports": [
|
|
15764
15725
|
{
|
|
15765
15726
|
"kind": "js",
|
|
15766
|
-
"name": "
|
|
15727
|
+
"name": "GridProColumn",
|
|
15767
15728
|
"declaration": {
|
|
15768
|
-
"name": "
|
|
15769
|
-
"module": "src/
|
|
15729
|
+
"name": "GridProColumn",
|
|
15730
|
+
"module": "src/column/column.ts"
|
|
15731
|
+
}
|
|
15732
|
+
},
|
|
15733
|
+
{
|
|
15734
|
+
"kind": "custom-element-definition",
|
|
15735
|
+
"name": "grid-pro-column",
|
|
15736
|
+
"declaration": {
|
|
15737
|
+
"name": "GridProColumn",
|
|
15738
|
+
"module": "src/column/column.ts"
|
|
15739
|
+
}
|
|
15740
|
+
}
|
|
15741
|
+
]
|
|
15742
|
+
},
|
|
15743
|
+
{
|
|
15744
|
+
"kind": "javascript-module",
|
|
15745
|
+
"path": "src/column/index.ts",
|
|
15746
|
+
"declarations": [],
|
|
15747
|
+
"exports": [
|
|
15748
|
+
{
|
|
15749
|
+
"kind": "js",
|
|
15750
|
+
"name": "*",
|
|
15751
|
+
"declaration": {
|
|
15752
|
+
"name": "*",
|
|
15753
|
+
"package": "./column.template"
|
|
15754
|
+
}
|
|
15755
|
+
},
|
|
15756
|
+
{
|
|
15757
|
+
"kind": "js",
|
|
15758
|
+
"name": "*",
|
|
15759
|
+
"declaration": {
|
|
15760
|
+
"name": "*",
|
|
15761
|
+
"package": "./column"
|
|
15762
|
+
}
|
|
15763
|
+
},
|
|
15764
|
+
{
|
|
15765
|
+
"kind": "js",
|
|
15766
|
+
"name": "*",
|
|
15767
|
+
"declaration": {
|
|
15768
|
+
"name": "*",
|
|
15769
|
+
"package": "./utils"
|
|
15770
15770
|
}
|
|
15771
15771
|
}
|
|
15772
15772
|
]
|