@genesislcap/grid-pro 14.302.1-alpha-945e484.0 → 14.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +630 -630
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts.map +1 -1
- package/dist/esm/external/ag-theme-alpine-no-font-css.js +4 -5
- package/dist/esm/external/ag-theme-balham-no-font-css.js +2 -3
- package/dist/esm/external/ag-theme-material-no-font-css.js +1 -2
- package/package.json +14 -16
|
@@ -3717,123 +3717,69 @@
|
|
|
3717
3717
|
},
|
|
3718
3718
|
{
|
|
3719
3719
|
"kind": "javascript-module",
|
|
3720
|
-
"path": "src/
|
|
3721
|
-
"declarations": [
|
|
3722
|
-
{
|
|
3723
|
-
"kind": "variable",
|
|
3724
|
-
"name": "ColumnTemplate",
|
|
3725
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3726
|
-
"description": "The Grid Pro Column Template.",
|
|
3727
|
-
"privacy": "public"
|
|
3728
|
-
}
|
|
3729
|
-
],
|
|
3730
|
-
"exports": [
|
|
3731
|
-
{
|
|
3732
|
-
"kind": "js",
|
|
3733
|
-
"name": "ColumnTemplate",
|
|
3734
|
-
"declaration": {
|
|
3735
|
-
"name": "ColumnTemplate",
|
|
3736
|
-
"module": "src/column/column.template.ts"
|
|
3737
|
-
}
|
|
3738
|
-
}
|
|
3739
|
-
]
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"kind": "javascript-module",
|
|
3743
|
-
"path": "src/column/column.ts",
|
|
3720
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3744
3721
|
"declarations": [
|
|
3745
3722
|
{
|
|
3746
3723
|
"kind": "class",
|
|
3747
|
-
"description": "The
|
|
3748
|
-
"name": "
|
|
3724
|
+
"description": "The AG Action Renderer element.",
|
|
3725
|
+
"name": "ActionRenderer",
|
|
3749
3726
|
"members": [
|
|
3750
3727
|
{
|
|
3751
3728
|
"kind": "field",
|
|
3752
|
-
"name": "
|
|
3729
|
+
"name": "params",
|
|
3753
3730
|
"type": {
|
|
3754
|
-
"text": "
|
|
3731
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3755
3732
|
},
|
|
3756
3733
|
"privacy": "public"
|
|
3757
3734
|
},
|
|
3758
3735
|
{
|
|
3759
3736
|
"kind": "field",
|
|
3760
|
-
"name": "
|
|
3737
|
+
"name": "pendingAction",
|
|
3761
3738
|
"type": {
|
|
3762
|
-
"text": "
|
|
3739
|
+
"text": "boolean"
|
|
3763
3740
|
},
|
|
3764
|
-
"default": "{}"
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "method",
|
|
3768
|
-
"name": "slottedAgCellChanged",
|
|
3769
3741
|
"privacy": "public"
|
|
3770
3742
|
},
|
|
3771
3743
|
{
|
|
3772
3744
|
"kind": "method",
|
|
3773
|
-
"name": "
|
|
3774
|
-
"
|
|
3775
|
-
"type": {
|
|
3776
|
-
"text": "Node"
|
|
3777
|
-
}
|
|
3778
|
-
},
|
|
3779
|
-
"inheritedFrom": {
|
|
3780
|
-
"name": "LifecycleMixin",
|
|
3781
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"kind": "method",
|
|
3786
|
-
"name": "cloneNode",
|
|
3787
|
-
"return": {
|
|
3788
|
-
"type": {
|
|
3789
|
-
"text": "Node"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3745
|
+
"name": "init",
|
|
3746
|
+
"privacy": "public",
|
|
3792
3747
|
"parameters": [
|
|
3793
3748
|
{
|
|
3794
|
-
"name": "
|
|
3795
|
-
"optional": true,
|
|
3749
|
+
"name": "params",
|
|
3796
3750
|
"type": {
|
|
3797
|
-
"text": "
|
|
3751
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3798
3752
|
}
|
|
3799
3753
|
}
|
|
3800
|
-
]
|
|
3801
|
-
"inheritedFrom": {
|
|
3802
|
-
"name": "LifecycleMixin",
|
|
3803
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3804
|
-
}
|
|
3754
|
+
]
|
|
3805
3755
|
},
|
|
3806
3756
|
{
|
|
3807
|
-
"kind": "
|
|
3808
|
-
"name": "
|
|
3757
|
+
"kind": "method",
|
|
3758
|
+
"name": "getGui",
|
|
3759
|
+
"privacy": "public",
|
|
3809
3760
|
"return": {
|
|
3810
3761
|
"type": {
|
|
3811
|
-
"text": ""
|
|
3762
|
+
"text": "HTMLElement"
|
|
3812
3763
|
}
|
|
3813
|
-
},
|
|
3814
|
-
"readonly": true,
|
|
3815
|
-
"inheritedFrom": {
|
|
3816
|
-
"name": "LifecycleMixin",
|
|
3817
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3818
3764
|
}
|
|
3819
3765
|
},
|
|
3820
3766
|
{
|
|
3821
|
-
"kind": "
|
|
3822
|
-
"name": "
|
|
3823
|
-
"
|
|
3824
|
-
|
|
3825
|
-
|
|
3767
|
+
"kind": "method",
|
|
3768
|
+
"name": "refresh",
|
|
3769
|
+
"privacy": "public",
|
|
3770
|
+
"parameters": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "params",
|
|
3773
|
+
"type": {
|
|
3774
|
+
"text": "ICellRendererParams"
|
|
3775
|
+
}
|
|
3826
3776
|
}
|
|
3827
|
-
|
|
3828
|
-
"readonly": true,
|
|
3829
|
-
"inheritedFrom": {
|
|
3830
|
-
"name": "LifecycleMixin",
|
|
3831
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3832
|
-
}
|
|
3777
|
+
]
|
|
3833
3778
|
},
|
|
3834
3779
|
{
|
|
3835
3780
|
"kind": "method",
|
|
3836
|
-
"name": "
|
|
3781
|
+
"name": "isDisabled",
|
|
3782
|
+
"privacy": "public",
|
|
3837
3783
|
"return": {
|
|
3838
3784
|
"type": {
|
|
3839
3785
|
"text": "boolean"
|
|
@@ -3841,16 +3787,19 @@
|
|
|
3841
3787
|
},
|
|
3842
3788
|
"parameters": [
|
|
3843
3789
|
{
|
|
3844
|
-
"name": "
|
|
3845
|
-
"type": {
|
|
3846
|
-
"text": "Lifecycletype"
|
|
3847
|
-
}
|
|
3790
|
+
"name": "data"
|
|
3848
3791
|
}
|
|
3849
|
-
]
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3792
|
+
]
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"kind": "method",
|
|
3796
|
+
"name": "clickHandler",
|
|
3797
|
+
"privacy": "public"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"kind": "field",
|
|
3801
|
+
"name": "dataTestId",
|
|
3802
|
+
"readonly": true
|
|
3854
3803
|
},
|
|
3855
3804
|
{
|
|
3856
3805
|
"kind": "field",
|
|
@@ -3964,92 +3913,82 @@
|
|
|
3964
3913
|
}
|
|
3965
3914
|
}
|
|
3966
3915
|
],
|
|
3967
|
-
"mixins": [
|
|
3968
|
-
{
|
|
3969
|
-
"name": "LifecycleMixin",
|
|
3970
|
-
"package": "@genesislcap/foundation-utils"
|
|
3971
|
-
}
|
|
3972
|
-
],
|
|
3973
3916
|
"superclass": {
|
|
3974
3917
|
"name": "FoundationElement",
|
|
3975
3918
|
"package": "@microsoft/fast-foundation"
|
|
3976
3919
|
},
|
|
3977
|
-
"tagName": "grid-pro-
|
|
3920
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3978
3921
|
"customElement": true
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"kind": "variable",
|
|
3925
|
+
"name": "actionHeightMultiplier",
|
|
3926
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3927
|
+
"privacy": "public"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"kind": "variable",
|
|
3931
|
+
"name": "agActionRendererStyles",
|
|
3932
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3933
|
+
"description": "The AG Action Renderer Styles.",
|
|
3934
|
+
"privacy": "public"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"kind": "variable",
|
|
3938
|
+
"name": "foundationGridProActionRenderer",
|
|
3939
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3940
|
+
"privacy": "public"
|
|
3979
3941
|
}
|
|
3980
3942
|
],
|
|
3981
3943
|
"exports": [
|
|
3982
3944
|
{
|
|
3983
3945
|
"kind": "js",
|
|
3984
|
-
"name": "
|
|
3946
|
+
"name": "ActionRenderer",
|
|
3985
3947
|
"declaration": {
|
|
3986
|
-
"name": "
|
|
3987
|
-
"module": "src/
|
|
3948
|
+
"name": "ActionRenderer",
|
|
3949
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3988
3950
|
}
|
|
3989
3951
|
},
|
|
3990
|
-
{
|
|
3991
|
-
"kind": "custom-element-definition",
|
|
3992
|
-
"name": "grid-pro-column",
|
|
3993
|
-
"declaration": {
|
|
3994
|
-
"name": "GridProColumn",
|
|
3995
|
-
"module": "src/column/column.ts"
|
|
3996
|
-
}
|
|
3997
|
-
}
|
|
3998
|
-
]
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"kind": "javascript-module",
|
|
4002
|
-
"path": "src/column/index.ts",
|
|
4003
|
-
"declarations": [],
|
|
4004
|
-
"exports": [
|
|
4005
3952
|
{
|
|
4006
3953
|
"kind": "js",
|
|
4007
|
-
"name": "
|
|
3954
|
+
"name": "actionHeightMultiplier",
|
|
4008
3955
|
"declaration": {
|
|
4009
|
-
"name": "
|
|
4010
|
-
"
|
|
3956
|
+
"name": "actionHeightMultiplier",
|
|
3957
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4011
3958
|
}
|
|
4012
3959
|
},
|
|
4013
3960
|
{
|
|
4014
3961
|
"kind": "js",
|
|
4015
|
-
"name": "
|
|
3962
|
+
"name": "agActionRendererStyles",
|
|
4016
3963
|
"declaration": {
|
|
4017
|
-
"name": "
|
|
4018
|
-
"
|
|
3964
|
+
"name": "agActionRendererStyles",
|
|
3965
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4019
3966
|
}
|
|
4020
3967
|
},
|
|
4021
3968
|
{
|
|
4022
3969
|
"kind": "js",
|
|
4023
|
-
"name": "
|
|
3970
|
+
"name": "foundationGridProActionRenderer",
|
|
4024
3971
|
"declaration": {
|
|
4025
|
-
"name": "
|
|
4026
|
-
"
|
|
3972
|
+
"name": "foundationGridProActionRenderer",
|
|
3973
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4027
3974
|
}
|
|
4028
3975
|
}
|
|
4029
3976
|
]
|
|
4030
3977
|
},
|
|
4031
3978
|
{
|
|
4032
3979
|
"kind": "javascript-module",
|
|
4033
|
-
"path": "src/cell-renderers/
|
|
3980
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4034
3981
|
"declarations": [
|
|
4035
3982
|
{
|
|
4036
3983
|
"kind": "class",
|
|
4037
|
-
"description": "The
|
|
4038
|
-
"name": "
|
|
3984
|
+
"description": "The Actions Menu Renderer element.",
|
|
3985
|
+
"name": "ActionsMenuRenderer",
|
|
4039
3986
|
"members": [
|
|
4040
3987
|
{
|
|
4041
3988
|
"kind": "field",
|
|
4042
3989
|
"name": "params",
|
|
4043
3990
|
"type": {
|
|
4044
|
-
"text": "ICellRendererParams
|
|
4045
|
-
},
|
|
4046
|
-
"privacy": "public"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"kind": "field",
|
|
4050
|
-
"name": "pendingAction",
|
|
4051
|
-
"type": {
|
|
4052
|
-
"text": "boolean"
|
|
3991
|
+
"text": "ICellRendererParams"
|
|
4053
3992
|
},
|
|
4054
3993
|
"privacy": "public"
|
|
4055
3994
|
},
|
|
@@ -4061,7 +4000,7 @@
|
|
|
4061
4000
|
{
|
|
4062
4001
|
"name": "params",
|
|
4063
4002
|
"type": {
|
|
4064
|
-
"text": "ICellRendererParams
|
|
4003
|
+
"text": "ICellRendererParams"
|
|
4065
4004
|
}
|
|
4066
4005
|
}
|
|
4067
4006
|
]
|
|
@@ -4089,31 +4028,6 @@
|
|
|
4089
4028
|
}
|
|
4090
4029
|
]
|
|
4091
4030
|
},
|
|
4092
|
-
{
|
|
4093
|
-
"kind": "method",
|
|
4094
|
-
"name": "isDisabled",
|
|
4095
|
-
"privacy": "public",
|
|
4096
|
-
"return": {
|
|
4097
|
-
"type": {
|
|
4098
|
-
"text": "boolean"
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
"parameters": [
|
|
4102
|
-
{
|
|
4103
|
-
"name": "data"
|
|
4104
|
-
}
|
|
4105
|
-
]
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"kind": "method",
|
|
4109
|
-
"name": "clickHandler",
|
|
4110
|
-
"privacy": "public"
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "field",
|
|
4114
|
-
"name": "dataTestId",
|
|
4115
|
-
"readonly": true
|
|
4116
|
-
},
|
|
4117
4031
|
{
|
|
4118
4032
|
"kind": "field",
|
|
4119
4033
|
"name": "_presentation",
|
|
@@ -4230,240 +4144,13 @@
|
|
|
4230
4144
|
"name": "FoundationElement",
|
|
4231
4145
|
"package": "@microsoft/fast-foundation"
|
|
4232
4146
|
},
|
|
4233
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
4147
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4234
4148
|
"customElement": true
|
|
4235
4149
|
},
|
|
4236
4150
|
{
|
|
4237
4151
|
"kind": "variable",
|
|
4238
|
-
"name": "
|
|
4239
|
-
"description": "
|
|
4240
|
-
"privacy": "public"
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"kind": "variable",
|
|
4244
|
-
"name": "agActionRendererStyles",
|
|
4245
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
4246
|
-
"description": "The AG Action Renderer Styles.",
|
|
4247
|
-
"privacy": "public"
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
"kind": "variable",
|
|
4251
|
-
"name": "foundationGridProActionRenderer",
|
|
4252
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4253
|
-
"privacy": "public"
|
|
4254
|
-
}
|
|
4255
|
-
],
|
|
4256
|
-
"exports": [
|
|
4257
|
-
{
|
|
4258
|
-
"kind": "js",
|
|
4259
|
-
"name": "ActionRenderer",
|
|
4260
|
-
"declaration": {
|
|
4261
|
-
"name": "ActionRenderer",
|
|
4262
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4263
|
-
}
|
|
4264
|
-
},
|
|
4265
|
-
{
|
|
4266
|
-
"kind": "js",
|
|
4267
|
-
"name": "actionHeightMultiplier",
|
|
4268
|
-
"declaration": {
|
|
4269
|
-
"name": "actionHeightMultiplier",
|
|
4270
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4271
|
-
}
|
|
4272
|
-
},
|
|
4273
|
-
{
|
|
4274
|
-
"kind": "js",
|
|
4275
|
-
"name": "agActionRendererStyles",
|
|
4276
|
-
"declaration": {
|
|
4277
|
-
"name": "agActionRendererStyles",
|
|
4278
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4279
|
-
}
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"kind": "js",
|
|
4283
|
-
"name": "foundationGridProActionRenderer",
|
|
4284
|
-
"declaration": {
|
|
4285
|
-
"name": "foundationGridProActionRenderer",
|
|
4286
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
4287
|
-
}
|
|
4288
|
-
}
|
|
4289
|
-
]
|
|
4290
|
-
},
|
|
4291
|
-
{
|
|
4292
|
-
"kind": "javascript-module",
|
|
4293
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4294
|
-
"declarations": [
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "class",
|
|
4297
|
-
"description": "The Actions Menu Renderer element.",
|
|
4298
|
-
"name": "ActionsMenuRenderer",
|
|
4299
|
-
"members": [
|
|
4300
|
-
{
|
|
4301
|
-
"kind": "field",
|
|
4302
|
-
"name": "params",
|
|
4303
|
-
"type": {
|
|
4304
|
-
"text": "ICellRendererParams"
|
|
4305
|
-
},
|
|
4306
|
-
"privacy": "public"
|
|
4307
|
-
},
|
|
4308
|
-
{
|
|
4309
|
-
"kind": "method",
|
|
4310
|
-
"name": "init",
|
|
4311
|
-
"privacy": "public",
|
|
4312
|
-
"parameters": [
|
|
4313
|
-
{
|
|
4314
|
-
"name": "params",
|
|
4315
|
-
"type": {
|
|
4316
|
-
"text": "ICellRendererParams"
|
|
4317
|
-
}
|
|
4318
|
-
}
|
|
4319
|
-
]
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"kind": "method",
|
|
4323
|
-
"name": "getGui",
|
|
4324
|
-
"privacy": "public",
|
|
4325
|
-
"return": {
|
|
4326
|
-
"type": {
|
|
4327
|
-
"text": "HTMLElement"
|
|
4328
|
-
}
|
|
4329
|
-
}
|
|
4330
|
-
},
|
|
4331
|
-
{
|
|
4332
|
-
"kind": "method",
|
|
4333
|
-
"name": "refresh",
|
|
4334
|
-
"privacy": "public",
|
|
4335
|
-
"parameters": [
|
|
4336
|
-
{
|
|
4337
|
-
"name": "params",
|
|
4338
|
-
"type": {
|
|
4339
|
-
"text": "ICellRendererParams"
|
|
4340
|
-
}
|
|
4341
|
-
}
|
|
4342
|
-
]
|
|
4343
|
-
},
|
|
4344
|
-
{
|
|
4345
|
-
"kind": "field",
|
|
4346
|
-
"name": "_presentation",
|
|
4347
|
-
"type": {
|
|
4348
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4349
|
-
},
|
|
4350
|
-
"privacy": "private",
|
|
4351
|
-
"default": "void 0",
|
|
4352
|
-
"inheritedFrom": {
|
|
4353
|
-
"name": "FoundationElement",
|
|
4354
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4355
|
-
}
|
|
4356
|
-
},
|
|
4357
|
-
{
|
|
4358
|
-
"kind": "field",
|
|
4359
|
-
"name": "$presentation",
|
|
4360
|
-
"type": {
|
|
4361
|
-
"text": "ComponentPresentation | null"
|
|
4362
|
-
},
|
|
4363
|
-
"privacy": "public",
|
|
4364
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4365
|
-
"inheritedFrom": {
|
|
4366
|
-
"name": "FoundationElement",
|
|
4367
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4368
|
-
}
|
|
4369
|
-
},
|
|
4370
|
-
{
|
|
4371
|
-
"kind": "field",
|
|
4372
|
-
"name": "template",
|
|
4373
|
-
"type": {
|
|
4374
|
-
"text": "ElementViewTemplate | void | null"
|
|
4375
|
-
},
|
|
4376
|
-
"privacy": "public",
|
|
4377
|
-
"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.",
|
|
4378
|
-
"inheritedFrom": {
|
|
4379
|
-
"name": "FoundationElement",
|
|
4380
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"kind": "method",
|
|
4385
|
-
"name": "templateChanged",
|
|
4386
|
-
"privacy": "protected",
|
|
4387
|
-
"return": {
|
|
4388
|
-
"type": {
|
|
4389
|
-
"text": "void"
|
|
4390
|
-
}
|
|
4391
|
-
},
|
|
4392
|
-
"inheritedFrom": {
|
|
4393
|
-
"name": "FoundationElement",
|
|
4394
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4395
|
-
}
|
|
4396
|
-
},
|
|
4397
|
-
{
|
|
4398
|
-
"kind": "field",
|
|
4399
|
-
"name": "styles",
|
|
4400
|
-
"type": {
|
|
4401
|
-
"text": "ElementStyles | void | null"
|
|
4402
|
-
},
|
|
4403
|
-
"privacy": "public",
|
|
4404
|
-
"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.",
|
|
4405
|
-
"inheritedFrom": {
|
|
4406
|
-
"name": "FoundationElement",
|
|
4407
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4408
|
-
}
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"kind": "method",
|
|
4412
|
-
"name": "stylesChanged",
|
|
4413
|
-
"privacy": "protected",
|
|
4414
|
-
"return": {
|
|
4415
|
-
"type": {
|
|
4416
|
-
"text": "void"
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
|
-
"inheritedFrom": {
|
|
4420
|
-
"name": "FoundationElement",
|
|
4421
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
|
-
{
|
|
4425
|
-
"kind": "method",
|
|
4426
|
-
"name": "compose",
|
|
4427
|
-
"privacy": "public",
|
|
4428
|
-
"static": true,
|
|
4429
|
-
"return": {
|
|
4430
|
-
"type": {
|
|
4431
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4432
|
-
}
|
|
4433
|
-
},
|
|
4434
|
-
"parameters": [
|
|
4435
|
-
{
|
|
4436
|
-
"name": "this",
|
|
4437
|
-
"type": {
|
|
4438
|
-
"text": "K"
|
|
4439
|
-
}
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"name": "elementDefinition",
|
|
4443
|
-
"type": {
|
|
4444
|
-
"text": "T"
|
|
4445
|
-
},
|
|
4446
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4447
|
-
}
|
|
4448
|
-
],
|
|
4449
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4450
|
-
"inheritedFrom": {
|
|
4451
|
-
"name": "FoundationElement",
|
|
4452
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4453
|
-
}
|
|
4454
|
-
}
|
|
4455
|
-
],
|
|
4456
|
-
"superclass": {
|
|
4457
|
-
"name": "FoundationElement",
|
|
4458
|
-
"package": "@microsoft/fast-foundation"
|
|
4459
|
-
},
|
|
4460
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4461
|
-
"customElement": true
|
|
4462
|
-
},
|
|
4463
|
-
{
|
|
4464
|
-
"kind": "variable",
|
|
4465
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
4466
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4152
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4153
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4467
4154
|
"privacy": "public"
|
|
4468
4155
|
},
|
|
4469
4156
|
{
|
|
@@ -5483,15 +5170,277 @@
|
|
|
5483
5170
|
}
|
|
5484
5171
|
]
|
|
5485
5172
|
},
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "method",
|
|
5488
|
-
"name": "destroy",
|
|
5489
|
-
"return": {
|
|
5490
|
-
"type": {
|
|
5491
|
-
"text": "void"
|
|
5492
|
-
}
|
|
5493
|
-
}
|
|
5494
|
-
},
|
|
5173
|
+
{
|
|
5174
|
+
"kind": "method",
|
|
5175
|
+
"name": "destroy",
|
|
5176
|
+
"return": {
|
|
5177
|
+
"type": {
|
|
5178
|
+
"text": "void"
|
|
5179
|
+
}
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "field",
|
|
5184
|
+
"name": "_presentation",
|
|
5185
|
+
"type": {
|
|
5186
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5187
|
+
},
|
|
5188
|
+
"privacy": "private",
|
|
5189
|
+
"default": "void 0",
|
|
5190
|
+
"inheritedFrom": {
|
|
5191
|
+
"name": "FoundationElement",
|
|
5192
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "field",
|
|
5197
|
+
"name": "$presentation",
|
|
5198
|
+
"type": {
|
|
5199
|
+
"text": "ComponentPresentation | null"
|
|
5200
|
+
},
|
|
5201
|
+
"privacy": "public",
|
|
5202
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5203
|
+
"inheritedFrom": {
|
|
5204
|
+
"name": "FoundationElement",
|
|
5205
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"kind": "field",
|
|
5210
|
+
"name": "template",
|
|
5211
|
+
"type": {
|
|
5212
|
+
"text": "ElementViewTemplate | void | null"
|
|
5213
|
+
},
|
|
5214
|
+
"privacy": "public",
|
|
5215
|
+
"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.",
|
|
5216
|
+
"inheritedFrom": {
|
|
5217
|
+
"name": "FoundationElement",
|
|
5218
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"kind": "method",
|
|
5223
|
+
"name": "templateChanged",
|
|
5224
|
+
"privacy": "protected",
|
|
5225
|
+
"return": {
|
|
5226
|
+
"type": {
|
|
5227
|
+
"text": "void"
|
|
5228
|
+
}
|
|
5229
|
+
},
|
|
5230
|
+
"inheritedFrom": {
|
|
5231
|
+
"name": "FoundationElement",
|
|
5232
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"kind": "field",
|
|
5237
|
+
"name": "styles",
|
|
5238
|
+
"type": {
|
|
5239
|
+
"text": "ElementStyles | void | null"
|
|
5240
|
+
},
|
|
5241
|
+
"privacy": "public",
|
|
5242
|
+
"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.",
|
|
5243
|
+
"inheritedFrom": {
|
|
5244
|
+
"name": "FoundationElement",
|
|
5245
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5246
|
+
}
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"kind": "method",
|
|
5250
|
+
"name": "stylesChanged",
|
|
5251
|
+
"privacy": "protected",
|
|
5252
|
+
"return": {
|
|
5253
|
+
"type": {
|
|
5254
|
+
"text": "void"
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5257
|
+
"inheritedFrom": {
|
|
5258
|
+
"name": "FoundationElement",
|
|
5259
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"kind": "method",
|
|
5264
|
+
"name": "compose",
|
|
5265
|
+
"privacy": "public",
|
|
5266
|
+
"static": true,
|
|
5267
|
+
"return": {
|
|
5268
|
+
"type": {
|
|
5269
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
"parameters": [
|
|
5273
|
+
{
|
|
5274
|
+
"name": "this",
|
|
5275
|
+
"type": {
|
|
5276
|
+
"text": "K"
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"name": "elementDefinition",
|
|
5281
|
+
"type": {
|
|
5282
|
+
"text": "T"
|
|
5283
|
+
},
|
|
5284
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5285
|
+
}
|
|
5286
|
+
],
|
|
5287
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5288
|
+
"inheritedFrom": {
|
|
5289
|
+
"name": "FoundationElement",
|
|
5290
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5291
|
+
}
|
|
5292
|
+
}
|
|
5293
|
+
],
|
|
5294
|
+
"superclass": {
|
|
5295
|
+
"name": "FoundationElement",
|
|
5296
|
+
"package": "@microsoft/fast-foundation"
|
|
5297
|
+
},
|
|
5298
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5299
|
+
"customElement": true
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"kind": "variable",
|
|
5303
|
+
"name": "foundationStatusPillRenderer",
|
|
5304
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5305
|
+
"privacy": "public"
|
|
5306
|
+
}
|
|
5307
|
+
],
|
|
5308
|
+
"exports": [
|
|
5309
|
+
{
|
|
5310
|
+
"kind": "js",
|
|
5311
|
+
"name": "agStatusPillRendererStyles",
|
|
5312
|
+
"declaration": {
|
|
5313
|
+
"name": "agStatusPillRendererStyles",
|
|
5314
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5315
|
+
}
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"kind": "js",
|
|
5319
|
+
"name": "getStatusPillRendererTemplate",
|
|
5320
|
+
"declaration": {
|
|
5321
|
+
"name": "getStatusPillRendererTemplate",
|
|
5322
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"kind": "js",
|
|
5327
|
+
"name": "StatusPillRenderer",
|
|
5328
|
+
"declaration": {
|
|
5329
|
+
"name": "StatusPillRenderer",
|
|
5330
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5331
|
+
}
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"kind": "js",
|
|
5335
|
+
"name": "foundationStatusPillRenderer",
|
|
5336
|
+
"declaration": {
|
|
5337
|
+
"name": "foundationStatusPillRenderer",
|
|
5338
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5339
|
+
}
|
|
5340
|
+
}
|
|
5341
|
+
]
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"kind": "javascript-module",
|
|
5345
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5346
|
+
"declarations": [
|
|
5347
|
+
{
|
|
5348
|
+
"kind": "class",
|
|
5349
|
+
"description": "The AG Text Field Renderer element.",
|
|
5350
|
+
"name": "AgTextFieldRenderer",
|
|
5351
|
+
"members": [
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "field",
|
|
5354
|
+
"name": "textField",
|
|
5355
|
+
"type": {
|
|
5356
|
+
"text": "TextField"
|
|
5357
|
+
},
|
|
5358
|
+
"privacy": "public"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"kind": "field",
|
|
5362
|
+
"name": "textValue",
|
|
5363
|
+
"type": {
|
|
5364
|
+
"text": "string"
|
|
5365
|
+
},
|
|
5366
|
+
"default": "''"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"kind": "field",
|
|
5370
|
+
"name": "params",
|
|
5371
|
+
"type": {
|
|
5372
|
+
"text": "FuiCellRendererParams"
|
|
5373
|
+
},
|
|
5374
|
+
"privacy": "public"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "method",
|
|
5378
|
+
"name": "init",
|
|
5379
|
+
"privacy": "public",
|
|
5380
|
+
"parameters": [
|
|
5381
|
+
{
|
|
5382
|
+
"name": "params",
|
|
5383
|
+
"type": {
|
|
5384
|
+
"text": "FuiCellRendererParams"
|
|
5385
|
+
}
|
|
5386
|
+
}
|
|
5387
|
+
]
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "method",
|
|
5391
|
+
"name": "getGui",
|
|
5392
|
+
"privacy": "public",
|
|
5393
|
+
"return": {
|
|
5394
|
+
"type": {
|
|
5395
|
+
"text": "HTMLElement"
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"kind": "method",
|
|
5401
|
+
"name": "destroy",
|
|
5402
|
+
"privacy": "public"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"kind": "method",
|
|
5406
|
+
"name": "refresh",
|
|
5407
|
+
"privacy": "public",
|
|
5408
|
+
"parameters": [
|
|
5409
|
+
{
|
|
5410
|
+
"name": "params",
|
|
5411
|
+
"type": {
|
|
5412
|
+
"text": "FuiCellRendererParams"
|
|
5413
|
+
}
|
|
5414
|
+
}
|
|
5415
|
+
]
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "method",
|
|
5419
|
+
"name": "isDisabled",
|
|
5420
|
+
"privacy": "public",
|
|
5421
|
+
"return": {
|
|
5422
|
+
"type": {
|
|
5423
|
+
"text": "boolean"
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5426
|
+
"parameters": [
|
|
5427
|
+
{
|
|
5428
|
+
"name": "data"
|
|
5429
|
+
}
|
|
5430
|
+
]
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"kind": "field",
|
|
5434
|
+
"name": "textChanged",
|
|
5435
|
+
"privacy": "public",
|
|
5436
|
+
"description": "On text change handler",
|
|
5437
|
+
"parameters": [
|
|
5438
|
+
{
|
|
5439
|
+
"description": "CustomEvent",
|
|
5440
|
+
"name": "e"
|
|
5441
|
+
}
|
|
5442
|
+
]
|
|
5443
|
+
},
|
|
5495
5444
|
{
|
|
5496
5445
|
"kind": "field",
|
|
5497
5446
|
"name": "_presentation",
|
|
@@ -5608,59 +5557,91 @@
|
|
|
5608
5557
|
"name": "FoundationElement",
|
|
5609
5558
|
"package": "@microsoft/fast-foundation"
|
|
5610
5559
|
},
|
|
5611
|
-
"tagName": "%%prefix%%-
|
|
5560
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5612
5561
|
"customElement": true
|
|
5613
5562
|
},
|
|
5614
5563
|
{
|
|
5615
5564
|
"kind": "variable",
|
|
5616
|
-
"name": "
|
|
5617
|
-
"
|
|
5565
|
+
"name": "textFieldRendererStyles",
|
|
5566
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
5567
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5568
|
+
"privacy": "public"
|
|
5569
|
+
},
|
|
5570
|
+
{
|
|
5571
|
+
"kind": "function",
|
|
5572
|
+
"name": "getTextFieldRendererTemplate",
|
|
5573
|
+
"parameters": [
|
|
5574
|
+
{
|
|
5575
|
+
"name": "designSystem",
|
|
5576
|
+
"default": "'foundation'",
|
|
5577
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5578
|
+
}
|
|
5579
|
+
],
|
|
5580
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5581
|
+
"return": {
|
|
5582
|
+
"type": {
|
|
5583
|
+
"text": ""
|
|
5584
|
+
}
|
|
5585
|
+
},
|
|
5586
|
+
"privacy": "public"
|
|
5587
|
+
},
|
|
5588
|
+
{
|
|
5589
|
+
"kind": "variable",
|
|
5590
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5591
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5618
5592
|
"privacy": "public"
|
|
5619
5593
|
}
|
|
5620
5594
|
],
|
|
5621
5595
|
"exports": [
|
|
5622
5596
|
{
|
|
5623
5597
|
"kind": "js",
|
|
5624
|
-
"name": "
|
|
5598
|
+
"name": "AgTextFieldRenderer",
|
|
5625
5599
|
"declaration": {
|
|
5626
|
-
"name": "
|
|
5627
|
-
"module": "src/cell-renderers/
|
|
5600
|
+
"name": "AgTextFieldRenderer",
|
|
5601
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5628
5602
|
}
|
|
5629
5603
|
},
|
|
5630
5604
|
{
|
|
5631
5605
|
"kind": "js",
|
|
5632
|
-
"name": "
|
|
5606
|
+
"name": "textFieldRendererStyles",
|
|
5633
5607
|
"declaration": {
|
|
5634
|
-
"name": "
|
|
5635
|
-
"module": "src/cell-renderers/
|
|
5608
|
+
"name": "textFieldRendererStyles",
|
|
5609
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5636
5610
|
}
|
|
5637
5611
|
},
|
|
5638
5612
|
{
|
|
5639
5613
|
"kind": "js",
|
|
5640
|
-
"name": "
|
|
5614
|
+
"name": "getTextFieldRendererTemplate",
|
|
5641
5615
|
"declaration": {
|
|
5642
|
-
"name": "
|
|
5643
|
-
"module": "src/cell-renderers/
|
|
5616
|
+
"name": "getTextFieldRendererTemplate",
|
|
5617
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5644
5618
|
}
|
|
5645
5619
|
},
|
|
5646
5620
|
{
|
|
5647
5621
|
"kind": "js",
|
|
5648
|
-
"name": "
|
|
5622
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5649
5623
|
"declaration": {
|
|
5650
|
-
"name": "
|
|
5651
|
-
"module": "src/cell-renderers/
|
|
5624
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5625
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5652
5626
|
}
|
|
5653
5627
|
}
|
|
5654
5628
|
]
|
|
5655
5629
|
},
|
|
5656
5630
|
{
|
|
5657
5631
|
"kind": "javascript-module",
|
|
5658
|
-
"path": "src/cell-renderers/text
|
|
5632
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5659
5633
|
"declarations": [
|
|
5660
5634
|
{
|
|
5661
5635
|
"kind": "class",
|
|
5662
|
-
"description": "
|
|
5663
|
-
"name": "
|
|
5636
|
+
"description": "",
|
|
5637
|
+
"name": "AgTextRenderer",
|
|
5638
|
+
"superclass": {
|
|
5639
|
+
"name": "AgTextFieldRenderer",
|
|
5640
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5641
|
+
},
|
|
5642
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5643
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5644
|
+
"customElement": true,
|
|
5664
5645
|
"members": [
|
|
5665
5646
|
{
|
|
5666
5647
|
"kind": "field",
|
|
@@ -5668,7 +5649,11 @@
|
|
|
5668
5649
|
"type": {
|
|
5669
5650
|
"text": "TextField"
|
|
5670
5651
|
},
|
|
5671
|
-
"privacy": "public"
|
|
5652
|
+
"privacy": "public",
|
|
5653
|
+
"inheritedFrom": {
|
|
5654
|
+
"name": "AgTextFieldRenderer",
|
|
5655
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5656
|
+
}
|
|
5672
5657
|
},
|
|
5673
5658
|
{
|
|
5674
5659
|
"kind": "field",
|
|
@@ -5676,7 +5661,11 @@
|
|
|
5676
5661
|
"type": {
|
|
5677
5662
|
"text": "string"
|
|
5678
5663
|
},
|
|
5679
|
-
"default": "''"
|
|
5664
|
+
"default": "''",
|
|
5665
|
+
"inheritedFrom": {
|
|
5666
|
+
"name": "AgTextFieldRenderer",
|
|
5667
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5668
|
+
}
|
|
5680
5669
|
},
|
|
5681
5670
|
{
|
|
5682
5671
|
"kind": "field",
|
|
@@ -5684,7 +5673,11 @@
|
|
|
5684
5673
|
"type": {
|
|
5685
5674
|
"text": "FuiCellRendererParams"
|
|
5686
5675
|
},
|
|
5687
|
-
"privacy": "public"
|
|
5676
|
+
"privacy": "public",
|
|
5677
|
+
"inheritedFrom": {
|
|
5678
|
+
"name": "AgTextFieldRenderer",
|
|
5679
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5680
|
+
}
|
|
5688
5681
|
},
|
|
5689
5682
|
{
|
|
5690
5683
|
"kind": "method",
|
|
@@ -5697,7 +5690,11 @@
|
|
|
5697
5690
|
"text": "FuiCellRendererParams"
|
|
5698
5691
|
}
|
|
5699
5692
|
}
|
|
5700
|
-
]
|
|
5693
|
+
],
|
|
5694
|
+
"inheritedFrom": {
|
|
5695
|
+
"name": "AgTextFieldRenderer",
|
|
5696
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5697
|
+
}
|
|
5701
5698
|
},
|
|
5702
5699
|
{
|
|
5703
5700
|
"kind": "method",
|
|
@@ -5707,12 +5704,20 @@
|
|
|
5707
5704
|
"type": {
|
|
5708
5705
|
"text": "HTMLElement"
|
|
5709
5706
|
}
|
|
5707
|
+
},
|
|
5708
|
+
"inheritedFrom": {
|
|
5709
|
+
"name": "AgTextFieldRenderer",
|
|
5710
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5710
5711
|
}
|
|
5711
5712
|
},
|
|
5712
5713
|
{
|
|
5713
5714
|
"kind": "method",
|
|
5714
5715
|
"name": "destroy",
|
|
5715
|
-
"privacy": "public"
|
|
5716
|
+
"privacy": "public",
|
|
5717
|
+
"inheritedFrom": {
|
|
5718
|
+
"name": "AgTextFieldRenderer",
|
|
5719
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5720
|
+
}
|
|
5716
5721
|
},
|
|
5717
5722
|
{
|
|
5718
5723
|
"kind": "method",
|
|
@@ -5725,7 +5730,11 @@
|
|
|
5725
5730
|
"text": "FuiCellRendererParams"
|
|
5726
5731
|
}
|
|
5727
5732
|
}
|
|
5728
|
-
]
|
|
5733
|
+
],
|
|
5734
|
+
"inheritedFrom": {
|
|
5735
|
+
"name": "AgTextFieldRenderer",
|
|
5736
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5737
|
+
}
|
|
5729
5738
|
},
|
|
5730
5739
|
{
|
|
5731
5740
|
"kind": "method",
|
|
@@ -5740,7 +5749,11 @@
|
|
|
5740
5749
|
{
|
|
5741
5750
|
"name": "data"
|
|
5742
5751
|
}
|
|
5743
|
-
]
|
|
5752
|
+
],
|
|
5753
|
+
"inheritedFrom": {
|
|
5754
|
+
"name": "AgTextFieldRenderer",
|
|
5755
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5756
|
+
}
|
|
5744
5757
|
},
|
|
5745
5758
|
{
|
|
5746
5759
|
"kind": "field",
|
|
@@ -5752,7 +5765,11 @@
|
|
|
5752
5765
|
"description": "CustomEvent",
|
|
5753
5766
|
"name": "e"
|
|
5754
5767
|
}
|
|
5755
|
-
]
|
|
5768
|
+
],
|
|
5769
|
+
"inheritedFrom": {
|
|
5770
|
+
"name": "AgTextFieldRenderer",
|
|
5771
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5772
|
+
}
|
|
5756
5773
|
},
|
|
5757
5774
|
{
|
|
5758
5775
|
"kind": "field",
|
|
@@ -5865,223 +5882,200 @@
|
|
|
5865
5882
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5866
5883
|
}
|
|
5867
5884
|
}
|
|
5868
|
-
]
|
|
5869
|
-
"superclass": {
|
|
5870
|
-
"name": "FoundationElement",
|
|
5871
|
-
"package": "@microsoft/fast-foundation"
|
|
5872
|
-
},
|
|
5873
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5874
|
-
"customElement": true
|
|
5885
|
+
]
|
|
5875
5886
|
},
|
|
5876
5887
|
{
|
|
5877
5888
|
"kind": "variable",
|
|
5878
|
-
"name": "
|
|
5879
|
-
"default": "
|
|
5880
|
-
"
|
|
5881
|
-
"
|
|
5889
|
+
"name": "textRendererStyles",
|
|
5890
|
+
"default": "textFieldRendererStyles",
|
|
5891
|
+
"privacy": "public",
|
|
5892
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5882
5893
|
},
|
|
5883
5894
|
{
|
|
5884
|
-
"kind": "
|
|
5885
|
-
"name": "
|
|
5886
|
-
"
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
"default": "'foundation'",
|
|
5890
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5891
|
-
}
|
|
5892
|
-
],
|
|
5893
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
5894
|
-
"return": {
|
|
5895
|
-
"type": {
|
|
5896
|
-
"text": ""
|
|
5897
|
-
}
|
|
5898
|
-
},
|
|
5899
|
-
"privacy": "public"
|
|
5895
|
+
"kind": "variable",
|
|
5896
|
+
"name": "getTextRendererTemplate",
|
|
5897
|
+
"default": "getTextFieldRendererTemplate",
|
|
5898
|
+
"privacy": "public",
|
|
5899
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5900
5900
|
},
|
|
5901
5901
|
{
|
|
5902
5902
|
"kind": "variable",
|
|
5903
|
-
"name": "
|
|
5904
|
-
"description": "A function that returns a Foundation Text
|
|
5905
|
-
"privacy": "public"
|
|
5903
|
+
"name": "foundationAgTextRenderer",
|
|
5904
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5905
|
+
"privacy": "public",
|
|
5906
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5906
5907
|
}
|
|
5907
5908
|
],
|
|
5908
5909
|
"exports": [
|
|
5909
5910
|
{
|
|
5910
5911
|
"kind": "js",
|
|
5911
|
-
"name": "
|
|
5912
|
+
"name": "AgTextRenderer",
|
|
5912
5913
|
"declaration": {
|
|
5913
|
-
"name": "
|
|
5914
|
-
"module": "src/cell-renderers/text
|
|
5914
|
+
"name": "AgTextRenderer",
|
|
5915
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5915
5916
|
}
|
|
5916
5917
|
},
|
|
5917
5918
|
{
|
|
5918
5919
|
"kind": "js",
|
|
5919
|
-
"name": "
|
|
5920
|
+
"name": "textRendererStyles",
|
|
5920
5921
|
"declaration": {
|
|
5921
|
-
"name": "
|
|
5922
|
-
"module": "src/cell-renderers/text
|
|
5922
|
+
"name": "textRendererStyles",
|
|
5923
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5923
5924
|
}
|
|
5924
5925
|
},
|
|
5925
5926
|
{
|
|
5926
5927
|
"kind": "js",
|
|
5927
|
-
"name": "
|
|
5928
|
+
"name": "getTextRendererTemplate",
|
|
5928
5929
|
"declaration": {
|
|
5929
|
-
"name": "
|
|
5930
|
-
"module": "src/cell-renderers/text
|
|
5930
|
+
"name": "getTextRendererTemplate",
|
|
5931
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5931
5932
|
}
|
|
5932
5933
|
},
|
|
5933
5934
|
{
|
|
5934
5935
|
"kind": "js",
|
|
5935
|
-
"name": "
|
|
5936
|
+
"name": "foundationAgTextRenderer",
|
|
5936
5937
|
"declaration": {
|
|
5937
|
-
"name": "
|
|
5938
|
-
"module": "src/cell-renderers/text
|
|
5938
|
+
"name": "foundationAgTextRenderer",
|
|
5939
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5939
5940
|
}
|
|
5940
5941
|
}
|
|
5941
5942
|
]
|
|
5942
5943
|
},
|
|
5943
5944
|
{
|
|
5944
5945
|
"kind": "javascript-module",
|
|
5945
|
-
"path": "src/
|
|
5946
|
+
"path": "src/column/column.template.ts",
|
|
5947
|
+
"declarations": [
|
|
5948
|
+
{
|
|
5949
|
+
"kind": "variable",
|
|
5950
|
+
"name": "ColumnTemplate",
|
|
5951
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5952
|
+
"description": "The Grid Pro Column Template.",
|
|
5953
|
+
"privacy": "public"
|
|
5954
|
+
}
|
|
5955
|
+
],
|
|
5956
|
+
"exports": [
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "js",
|
|
5959
|
+
"name": "ColumnTemplate",
|
|
5960
|
+
"declaration": {
|
|
5961
|
+
"name": "ColumnTemplate",
|
|
5962
|
+
"module": "src/column/column.template.ts"
|
|
5963
|
+
}
|
|
5964
|
+
}
|
|
5965
|
+
]
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"kind": "javascript-module",
|
|
5969
|
+
"path": "src/column/column.ts",
|
|
5946
5970
|
"declarations": [
|
|
5947
5971
|
{
|
|
5948
5972
|
"kind": "class",
|
|
5949
|
-
"description": "",
|
|
5950
|
-
"name": "
|
|
5951
|
-
"superclass": {
|
|
5952
|
-
"name": "AgTextFieldRenderer",
|
|
5953
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5954
|
-
},
|
|
5955
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5956
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5957
|
-
"customElement": true,
|
|
5973
|
+
"description": "The Grid Pro Column element.",
|
|
5974
|
+
"name": "GridProColumn",
|
|
5958
5975
|
"members": [
|
|
5959
5976
|
{
|
|
5960
5977
|
"kind": "field",
|
|
5961
|
-
"name": "
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "TextField"
|
|
5964
|
-
},
|
|
5965
|
-
"privacy": "public",
|
|
5966
|
-
"inheritedFrom": {
|
|
5967
|
-
"name": "AgTextFieldRenderer",
|
|
5968
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5969
|
-
}
|
|
5970
|
-
},
|
|
5971
|
-
{
|
|
5972
|
-
"kind": "field",
|
|
5973
|
-
"name": "textValue",
|
|
5978
|
+
"name": "slottedAgCell",
|
|
5974
5979
|
"type": {
|
|
5975
|
-
"text": "
|
|
5980
|
+
"text": "HTMLElement[]"
|
|
5976
5981
|
},
|
|
5977
|
-
"
|
|
5978
|
-
"inheritedFrom": {
|
|
5979
|
-
"name": "AgTextFieldRenderer",
|
|
5980
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5981
|
-
}
|
|
5982
|
+
"privacy": "public"
|
|
5982
5983
|
},
|
|
5983
5984
|
{
|
|
5984
5985
|
"kind": "field",
|
|
5985
|
-
"name": "
|
|
5986
|
+
"name": "definition",
|
|
5986
5987
|
"type": {
|
|
5987
|
-
"text": "
|
|
5988
|
+
"text": "ColDef"
|
|
5988
5989
|
},
|
|
5989
|
-
"
|
|
5990
|
-
"inheritedFrom": {
|
|
5991
|
-
"name": "AgTextFieldRenderer",
|
|
5992
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5993
|
-
}
|
|
5990
|
+
"default": "{}"
|
|
5994
5991
|
},
|
|
5995
5992
|
{
|
|
5996
5993
|
"kind": "method",
|
|
5997
|
-
"name": "
|
|
5998
|
-
"privacy": "public"
|
|
5999
|
-
"parameters": [
|
|
6000
|
-
{
|
|
6001
|
-
"name": "params",
|
|
6002
|
-
"type": {
|
|
6003
|
-
"text": "FuiCellRendererParams"
|
|
6004
|
-
}
|
|
6005
|
-
}
|
|
6006
|
-
],
|
|
6007
|
-
"inheritedFrom": {
|
|
6008
|
-
"name": "AgTextFieldRenderer",
|
|
6009
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6010
|
-
}
|
|
5994
|
+
"name": "slottedAgCellChanged",
|
|
5995
|
+
"privacy": "public"
|
|
6011
5996
|
},
|
|
6012
5997
|
{
|
|
6013
5998
|
"kind": "method",
|
|
6014
|
-
"name": "
|
|
6015
|
-
"privacy": "public",
|
|
5999
|
+
"name": "deepClone",
|
|
6016
6000
|
"return": {
|
|
6017
6001
|
"type": {
|
|
6018
|
-
"text": "
|
|
6002
|
+
"text": "Node"
|
|
6019
6003
|
}
|
|
6020
6004
|
},
|
|
6021
6005
|
"inheritedFrom": {
|
|
6022
|
-
"name": "
|
|
6023
|
-
"module": "src/
|
|
6024
|
-
}
|
|
6025
|
-
},
|
|
6026
|
-
{
|
|
6027
|
-
"kind": "method",
|
|
6028
|
-
"name": "destroy",
|
|
6029
|
-
"privacy": "public",
|
|
6030
|
-
"inheritedFrom": {
|
|
6031
|
-
"name": "AgTextFieldRenderer",
|
|
6032
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6006
|
+
"name": "LifecycleMixin",
|
|
6007
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6033
6008
|
}
|
|
6034
6009
|
},
|
|
6035
6010
|
{
|
|
6036
6011
|
"kind": "method",
|
|
6037
|
-
"name": "
|
|
6038
|
-
"
|
|
6012
|
+
"name": "cloneNode",
|
|
6013
|
+
"return": {
|
|
6014
|
+
"type": {
|
|
6015
|
+
"text": "Node"
|
|
6016
|
+
}
|
|
6017
|
+
},
|
|
6039
6018
|
"parameters": [
|
|
6040
6019
|
{
|
|
6041
|
-
"name": "
|
|
6020
|
+
"name": "deep",
|
|
6021
|
+
"optional": true,
|
|
6042
6022
|
"type": {
|
|
6043
|
-
"text": "
|
|
6023
|
+
"text": "boolean"
|
|
6044
6024
|
}
|
|
6045
6025
|
}
|
|
6046
6026
|
],
|
|
6047
6027
|
"inheritedFrom": {
|
|
6048
|
-
"name": "
|
|
6049
|
-
"module": "src/
|
|
6028
|
+
"name": "LifecycleMixin",
|
|
6029
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6050
6030
|
}
|
|
6051
6031
|
},
|
|
6052
6032
|
{
|
|
6053
|
-
"kind": "
|
|
6054
|
-
"name": "
|
|
6055
|
-
"privacy": "public",
|
|
6033
|
+
"kind": "field",
|
|
6034
|
+
"name": "shouldRunDisconnect",
|
|
6056
6035
|
"return": {
|
|
6057
6036
|
"type": {
|
|
6058
|
-
"text": "
|
|
6037
|
+
"text": ""
|
|
6059
6038
|
}
|
|
6060
6039
|
},
|
|
6061
|
-
"
|
|
6062
|
-
{
|
|
6063
|
-
"name": "data"
|
|
6064
|
-
}
|
|
6065
|
-
],
|
|
6040
|
+
"readonly": true,
|
|
6066
6041
|
"inheritedFrom": {
|
|
6067
|
-
"name": "
|
|
6068
|
-
"module": "src/
|
|
6042
|
+
"name": "LifecycleMixin",
|
|
6043
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6069
6044
|
}
|
|
6070
6045
|
},
|
|
6071
6046
|
{
|
|
6072
6047
|
"kind": "field",
|
|
6073
|
-
"name": "
|
|
6074
|
-
"
|
|
6075
|
-
|
|
6048
|
+
"name": "shouldRunConnect",
|
|
6049
|
+
"return": {
|
|
6050
|
+
"type": {
|
|
6051
|
+
"text": ""
|
|
6052
|
+
}
|
|
6053
|
+
},
|
|
6054
|
+
"readonly": true,
|
|
6055
|
+
"inheritedFrom": {
|
|
6056
|
+
"name": "LifecycleMixin",
|
|
6057
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "method",
|
|
6062
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6063
|
+
"return": {
|
|
6064
|
+
"type": {
|
|
6065
|
+
"text": "boolean"
|
|
6066
|
+
}
|
|
6067
|
+
},
|
|
6076
6068
|
"parameters": [
|
|
6077
6069
|
{
|
|
6078
|
-
"
|
|
6079
|
-
"
|
|
6070
|
+
"name": "lifecycleType",
|
|
6071
|
+
"type": {
|
|
6072
|
+
"text": "Lifecycletype"
|
|
6073
|
+
}
|
|
6080
6074
|
}
|
|
6081
6075
|
],
|
|
6082
6076
|
"inheritedFrom": {
|
|
6083
|
-
"name": "
|
|
6084
|
-
"module": "src/
|
|
6077
|
+
"name": "LifecycleMixin",
|
|
6078
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6085
6079
|
}
|
|
6086
6080
|
},
|
|
6087
6081
|
{
|
|
@@ -6195,61 +6189,67 @@
|
|
|
6195
6189
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6196
6190
|
}
|
|
6197
6191
|
}
|
|
6198
|
-
]
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
"
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
"
|
|
6210
|
-
"
|
|
6211
|
-
"privacy": "public",
|
|
6212
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"kind": "variable",
|
|
6216
|
-
"name": "foundationAgTextRenderer",
|
|
6217
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6218
|
-
"privacy": "public",
|
|
6219
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6192
|
+
],
|
|
6193
|
+
"mixins": [
|
|
6194
|
+
{
|
|
6195
|
+
"name": "LifecycleMixin",
|
|
6196
|
+
"package": "@genesislcap/foundation-utils"
|
|
6197
|
+
}
|
|
6198
|
+
],
|
|
6199
|
+
"superclass": {
|
|
6200
|
+
"name": "FoundationElement",
|
|
6201
|
+
"package": "@microsoft/fast-foundation"
|
|
6202
|
+
},
|
|
6203
|
+
"tagName": "grid-pro-column",
|
|
6204
|
+
"customElement": true
|
|
6220
6205
|
}
|
|
6221
6206
|
],
|
|
6222
6207
|
"exports": [
|
|
6223
6208
|
{
|
|
6224
6209
|
"kind": "js",
|
|
6225
|
-
"name": "
|
|
6210
|
+
"name": "GridProColumn",
|
|
6226
6211
|
"declaration": {
|
|
6227
|
-
"name": "
|
|
6228
|
-
"module": "src/
|
|
6212
|
+
"name": "GridProColumn",
|
|
6213
|
+
"module": "src/column/column.ts"
|
|
6229
6214
|
}
|
|
6230
6215
|
},
|
|
6216
|
+
{
|
|
6217
|
+
"kind": "custom-element-definition",
|
|
6218
|
+
"name": "grid-pro-column",
|
|
6219
|
+
"declaration": {
|
|
6220
|
+
"name": "GridProColumn",
|
|
6221
|
+
"module": "src/column/column.ts"
|
|
6222
|
+
}
|
|
6223
|
+
}
|
|
6224
|
+
]
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"kind": "javascript-module",
|
|
6228
|
+
"path": "src/column/index.ts",
|
|
6229
|
+
"declarations": [],
|
|
6230
|
+
"exports": [
|
|
6231
6231
|
{
|
|
6232
6232
|
"kind": "js",
|
|
6233
|
-
"name": "
|
|
6233
|
+
"name": "*",
|
|
6234
6234
|
"declaration": {
|
|
6235
|
-
"name": "
|
|
6236
|
-
"
|
|
6235
|
+
"name": "*",
|
|
6236
|
+
"package": "./column.template"
|
|
6237
6237
|
}
|
|
6238
6238
|
},
|
|
6239
6239
|
{
|
|
6240
6240
|
"kind": "js",
|
|
6241
|
-
"name": "
|
|
6241
|
+
"name": "*",
|
|
6242
6242
|
"declaration": {
|
|
6243
|
-
"name": "
|
|
6244
|
-
"
|
|
6243
|
+
"name": "*",
|
|
6244
|
+
"package": "./column"
|
|
6245
6245
|
}
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
6248
6248
|
"kind": "js",
|
|
6249
|
-
"name": "
|
|
6249
|
+
"name": "*",
|
|
6250
6250
|
"declaration": {
|
|
6251
|
-
"name": "
|
|
6252
|
-
"
|
|
6251
|
+
"name": "*",
|
|
6252
|
+
"package": "./utils"
|
|
6253
6253
|
}
|
|
6254
6254
|
}
|
|
6255
6255
|
]
|
|
@@ -12788,7 +12788,7 @@
|
|
|
12788
12788
|
{
|
|
12789
12789
|
"kind": "variable",
|
|
12790
12790
|
"name": "agThemeAlpineNofontsCSS",
|
|
12791
|
-
"default": "css`\n .ag-theme-alpine,\n .ag-theme-alpine-dark {\n --ag-alpine-active-color: #2196f3;\n --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);\n --ag-row-hover-color: rgba(33, 150, 243, 0.1);\n --ag-column-hover-color: rgba(33, 150, 243, 0.1);\n --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);\n --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);\n --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);\n --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);\n --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);\n --ag-background-color: #fff;\n --ag-foreground-color: #181d1f;\n --ag-border-color: #babfc7;\n --ag-secondary-border-color: #dde2eb;\n --ag-header-background-color: #f8f8f8;\n --ag-tooltip-background-color: #f8f8f8;\n --ag-odd-row-background-color: #fcfcfc;\n --ag-control-panel-background-color: #f8f8f8;\n --ag-subheader-background-color: #fff;\n --ag-invalid-color: #e02525;\n --ag-checkbox-unchecked-color: #999;\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-checkbox-checked-color: var(--ag-alpine-active-color);\n --ag-range-selection-border-color: var(--ag-alpine-active-color);\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-input-border-color: var(--ag-border-color);\n --ag-input-border-color-invalid: var(--ag-invalid-color);\n --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);\n --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);\n --ag-chip-background-color: rgba(24, 29, 31, 0.07);\n --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);\n --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);\n --ag-borders: solid 1px;\n --ag-border-radius: 3px;\n --ag-borders-side-button: none;\n --ag-side-button-selected-background-color: transparent;\n --ag-header-column-resize-handle-display: block;\n --ag-header-column-resize-handle-width: 2px;\n --ag-header-column-resize-handle-height: 30%;\n --ag-grid-size: 6px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-column-select-indent-size: var(--ag-icon-size);\n --ag-set-filter-indent-size: var(--ag-icon-size);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);\n --ag-toggle-button-height: 18px;\n --ag-toggle-button-width: 28px;\n --ag-font-family:\n -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridAlpine;\n --ag-selected-tab-underline-color: var(--ag-alpine-active-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-selected-tab-underline-transition-speed: 0.3s;\n --ag-tab-min-width: 240px;\n --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);\n --ag-popup-shadow: var(--ag-card-shadow);\n --ag-side-bar-panel-width: 250px;\n }\n\n .ag-theme-alpine-dark {\n --ag-background-color: #181d1f;\n --ag-foreground-color: #fff;\n --ag-border-color: #68686e;\n --ag-secondary-border-color: rgba(88, 86, 82, 0.5);\n --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);\n --ag-header-background-color: #222628;\n --ag-tooltip-background-color: #222628;\n --ag-odd-row-background-color: #222628;\n --ag-control-panel-background-color: #222628;\n --ag-subheader-background-color: #000;\n --ag-input-disabled-background-color: #282c2f;\n --ag-input-focus-box-shadow:\n 0 0 2px 0.5px rgba(255, 255, 255, 0.5), 0 0 4px 3px var(--ag-input-focus-border-color);\n --ag-card-shadow: 0 1px 20px 1px black;\n --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);\n --ag-chip-background-color: rgba(255, 255, 255, 0.07);\n --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);\n --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-header,\n .ag-theme-alpine .ag-filter-toolpanel-search,\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine .ag-header-row,\n .ag-theme-alpine .ag-panel-title-bar-title,\n .ag-theme-alpine .ag-multi-filter-group-title-bar,\n .ag-theme-alpine-dark .ag-filter-toolpanel-header,\n .ag-theme-alpine-dark .ag-filter-toolpanel-search,\n .ag-theme-alpine-dark .ag-status-bar,\n .ag-theme-alpine-dark .ag-header-row,\n .ag-theme-alpine-dark .ag-panel-title-bar-title,\n .ag-theme-alpine-dark .ag-multi-filter-group-title-bar {\n font-weight: 700;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-alpine .ag-row,\n .ag-theme-alpine-dark .ag-row {\n font-size: calc(var(--ag-font-size) + 1px);\n }\n .ag-theme-alpine input[class^='ag-']:not([type]),\n .ag-theme-alpine input[class^='ag-'][type='text'],\n .ag-theme-alpine input[class^='ag-'][type='number'],\n .ag-theme-alpine input[class^='ag-'][type='tel'],\n .ag-theme-alpine input[class^='ag-'][type='date'],\n .ag-theme-alpine input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine textarea[class^='ag-'],\n .ag-theme-alpine-dark input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark textarea[class^='ag-'] {\n min-height: calc(var(--ag-grid-size) * 4);\n border-radius: var(--ag-border-radius);\n }\n .ag-theme-alpine .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-ltr textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-rtl textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-tab,\n .ag-theme-alpine-dark .ag-tab {\n padding: calc(var(--ag-grid-size) * 1.5);\n transition: color 0.4s;\n flex: 1 1 auto;\n }\n .ag-theme-alpine .ag-tab-selected,\n .ag-theme-alpine-dark .ag-tab-selected {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-menu,\n .ag-theme-alpine-dark .ag-menu {\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-menu-header,\n .ag-theme-alpine-dark .ag-menu-header {\n background-color: var(--ag-control-panel-background-color);\n padding-top: 1px;\n }\n .ag-theme-alpine .ag-tabs-header,\n .ag-theme-alpine-dark .ag-tabs-header {\n border-bottom: var(--ag-borders) var(--ag-border-color);\n }\n .ag-theme-alpine .ag-charts-settings-group-title-bar,\n .ag-theme-alpine .ag-charts-data-group-title-bar,\n .ag-theme-alpine .ag-charts-format-top-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-data-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);\n }\n .ag-theme-alpine .ag-chart-mini-thumbnail,\n .ag-theme-alpine-dark .ag-chart-mini-thumbnail {\n background-color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-settings-nav-bar,\n .ag-theme-alpine-dark .ag-chart-settings-nav-bar {\n border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);\n }\n .ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {\n margin-top: var(--ag-grid-size);\n }\n .ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {\n padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {\n padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-charts-format-sub-level-group,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n padding-left: var(--ag-grid-size);\n margin-bottom: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {\n padding-top: 0;\n padding-bottom: 0;\n background: none;\n font-weight: 700;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-container,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {\n padding-bottom: 0;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {\n margin-bottom: 0;\n }\n .ag-theme-alpine.ag-dnd-ghost,\n .ag-theme-alpine-dark.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 700;\n }\n .ag-theme-alpine .ag-side-buttons,\n .ag-theme-alpine-dark .ag-side-buttons {\n width: calc(var(--ag-grid-size) * 5);\n }\n .ag-theme-alpine .ag-standard-button,\n .ag-theme-alpine-dark .ag-standard-button {\n appearance: none;\n -webkit-appearance: none;\n border-radius: var(--ag-border-radius);\n border: 1px solid;\n border-color: var(--ag-alpine-active-color);\n color: var(--ag-alpine-active-color);\n background-color: var(--ag-background-color);\n font-weight: 600;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-standard-button:hover,\n .ag-theme-alpine-dark .ag-standard-button:hover {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-row-hover-color);\n }\n .ag-theme-alpine .ag-standard-button:active,\n .ag-theme-alpine-dark .ag-standard-button:active {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-alpine-active-color);\n color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-standard-button:disabled,\n .ag-theme-alpine-dark .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-alpine .ag-column-drop-vertical,\n .ag-theme-alpine-dark .ag-column-drop-vertical {\n min-height: 75px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-title-bar,\n .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {\n padding: calc(var(--ag-grid-size) * 2);\n padding-bottom: 0px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {\n display: flex;\n align-items: center;\n border: dashed 1px;\n border-color: var(--ag-border-color);\n margin: calc(var(--ag-grid-size) * 2);\n padding: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-column-drop-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-empty-message {\n color: var(--ag-foreground-color);\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine-dark .ag-status-bar {\n font-weight: normal;\n }\n .ag-theme-alpine .ag-status-name-value-value,\n .ag-theme-alpine-dark .ag-status-name-value-value {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-paging-number,\n .ag-theme-alpine .ag-paging-row-summary-panel-number,\n .ag-theme-alpine-dark .ag-paging-number,\n .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-column-drop-cell-button,\n .ag-theme-alpine-dark .ag-column-drop-cell-button {\n opacity: 0.5;\n }\n .ag-theme-alpine .ag-column-drop-cell-button:hover,\n .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-header-cell-menu-button:hover,\n .ag-theme-alpine .ag-side-button-button:hover,\n .ag-theme-alpine .ag-tab:hover,\n .ag-theme-alpine .ag-panel-title-bar-button:hover,\n .ag-theme-alpine .ag-header-expand-icon:hover,\n .ag-theme-alpine .ag-column-group-icons:hover,\n .ag-theme-alpine .ag-set-filter-group-icons:hover,\n .ag-theme-alpine .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine .ag-chart-settings-prev:hover,\n .ag-theme-alpine .ag-chart-settings-next:hover,\n .ag-theme-alpine .ag-group-title-bar-icon:hover,\n .ag-theme-alpine .ag-column-select-header-icon:hover,\n .ag-theme-alpine .ag-floating-filter-button-button:hover,\n .ag-theme-alpine .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine .ag-chart-menu-icon:hover,\n .ag-theme-alpine .ag-chart-menu-close:hover,\n .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,\n .ag-theme-alpine-dark .ag-side-button-button:hover,\n .ag-theme-alpine-dark .ag-tab:hover,\n .ag-theme-alpine-dark .ag-panel-title-bar-button:hover,\n .ag-theme-alpine-dark .ag-header-expand-icon:hover,\n .ag-theme-alpine-dark .ag-column-group-icons:hover,\n .ag-theme-alpine-dark .ag-set-filter-group-icons:hover,\n .ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine-dark .ag-chart-settings-prev:hover,\n .ag-theme-alpine-dark .ag-chart-settings-next:hover,\n .ag-theme-alpine-dark .ag-group-title-bar-icon:hover,\n .ag-theme-alpine-dark .ag-column-select-header-icon:hover,\n .ag-theme-alpine-dark .ag-floating-filter-button-button:hover,\n .ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine-dark .ag-chart-menu-icon:hover,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close,\n .ag-theme-alpine-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-border-color);\n border-right: none;\n }\n .ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,\n .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {\n opacity: 0.35;\n }\n .ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {\n margin-right: calc(var(--ag-grid-size) * 2);\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {\n border: none;\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n margin-left: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter {\n border-right: dashed 1px;\n border-right-color: var(--ag-border-color);\n margin-right: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-set-filter-list,\n .ag-theme-alpine-dark .ag-set-filter-list {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,\n .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-alpine .ag-date-time-list-page-entry-is-current,\n .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {\n background-color: var(--ag-alpine-active-color);\n }\n\n .ag-theme-alpine-dark {\n color-scheme: dark;\n }\n`",
|
|
12791
|
+
"default": "css`\n .ag-theme-alpine,\n .ag-theme-alpine-dark {\n --ag-alpine-active-color: #2196f3;\n --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);\n --ag-row-hover-color: rgba(33, 150, 243, 0.1);\n --ag-column-hover-color: rgba(33, 150, 243, 0.1);\n --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);\n --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);\n --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);\n --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);\n --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);\n --ag-background-color: #fff;\n --ag-foreground-color: #181d1f;\n --ag-border-color: #babfc7;\n --ag-secondary-border-color: #dde2eb;\n --ag-header-background-color: #f8f8f8;\n --ag-tooltip-background-color: #f8f8f8;\n --ag-odd-row-background-color: #fcfcfc;\n --ag-control-panel-background-color: #f8f8f8;\n --ag-subheader-background-color: #fff;\n --ag-invalid-color: #e02525;\n --ag-checkbox-unchecked-color: #999;\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-checkbox-checked-color: var(--ag-alpine-active-color);\n --ag-range-selection-border-color: var(--ag-alpine-active-color);\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-input-border-color: var(--ag-border-color);\n --ag-input-border-color-invalid: var(--ag-invalid-color);\n --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);\n --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);\n --ag-chip-background-color: rgba(24, 29, 31, 0.07);\n --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);\n --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);\n --ag-borders: solid 1px;\n --ag-border-radius: 3px;\n --ag-borders-side-button: none;\n --ag-side-button-selected-background-color: transparent;\n --ag-header-column-resize-handle-display: block;\n --ag-header-column-resize-handle-width: 2px;\n --ag-header-column-resize-handle-height: 30%;\n --ag-grid-size: 6px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-column-select-indent-size: var(--ag-icon-size);\n --ag-set-filter-indent-size: var(--ag-icon-size);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);\n --ag-toggle-button-height: 18px;\n --ag-toggle-button-width: 28px;\n --ag-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridAlpine;\n --ag-selected-tab-underline-color: var(--ag-alpine-active-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-selected-tab-underline-transition-speed: 0.3s;\n --ag-tab-min-width: 240px;\n --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);\n --ag-popup-shadow: var(--ag-card-shadow);\n --ag-side-bar-panel-width: 250px;\n }\n\n .ag-theme-alpine-dark {\n --ag-background-color: #181d1f;\n --ag-foreground-color: #fff;\n --ag-border-color: #68686e;\n --ag-secondary-border-color: rgba(88, 86, 82, 0.5);\n --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);\n --ag-header-background-color: #222628;\n --ag-tooltip-background-color: #222628;\n --ag-odd-row-background-color: #222628;\n --ag-control-panel-background-color: #222628;\n --ag-subheader-background-color: #000;\n --ag-input-disabled-background-color: #282c2f;\n --ag-input-focus-box-shadow: 0 0 2px 0.5px rgba(255, 255, 255, 0.5),\n 0 0 4px 3px var(--ag-input-focus-border-color);\n --ag-card-shadow: 0 1px 20px 1px black;\n --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);\n --ag-chip-background-color: rgba(255, 255, 255, 0.07);\n --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);\n --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-header,\n .ag-theme-alpine .ag-filter-toolpanel-search,\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine .ag-header-row,\n .ag-theme-alpine .ag-panel-title-bar-title,\n .ag-theme-alpine .ag-multi-filter-group-title-bar,\n .ag-theme-alpine-dark .ag-filter-toolpanel-header,\n .ag-theme-alpine-dark .ag-filter-toolpanel-search,\n .ag-theme-alpine-dark .ag-status-bar,\n .ag-theme-alpine-dark .ag-header-row,\n .ag-theme-alpine-dark .ag-panel-title-bar-title,\n .ag-theme-alpine-dark .ag-multi-filter-group-title-bar {\n font-weight: 700;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-alpine .ag-row,\n .ag-theme-alpine-dark .ag-row {\n font-size: calc(var(--ag-font-size) + 1px);\n }\n .ag-theme-alpine input[class^='ag-']:not([type]),\n .ag-theme-alpine input[class^='ag-'][type='text'],\n .ag-theme-alpine input[class^='ag-'][type='number'],\n .ag-theme-alpine input[class^='ag-'][type='tel'],\n .ag-theme-alpine input[class^='ag-'][type='date'],\n .ag-theme-alpine input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine textarea[class^='ag-'],\n .ag-theme-alpine-dark input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark textarea[class^='ag-'] {\n min-height: calc(var(--ag-grid-size) * 4);\n border-radius: var(--ag-border-radius);\n }\n .ag-theme-alpine .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-ltr textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-rtl textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-tab,\n .ag-theme-alpine-dark .ag-tab {\n padding: calc(var(--ag-grid-size) * 1.5);\n transition: color 0.4s;\n flex: 1 1 auto;\n }\n .ag-theme-alpine .ag-tab-selected,\n .ag-theme-alpine-dark .ag-tab-selected {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-menu,\n .ag-theme-alpine-dark .ag-menu {\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-menu-header,\n .ag-theme-alpine-dark .ag-menu-header {\n background-color: var(--ag-control-panel-background-color);\n padding-top: 1px;\n }\n .ag-theme-alpine .ag-tabs-header,\n .ag-theme-alpine-dark .ag-tabs-header {\n border-bottom: var(--ag-borders) var(--ag-border-color);\n }\n .ag-theme-alpine .ag-charts-settings-group-title-bar,\n .ag-theme-alpine .ag-charts-data-group-title-bar,\n .ag-theme-alpine .ag-charts-format-top-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-data-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);\n }\n .ag-theme-alpine .ag-chart-mini-thumbnail,\n .ag-theme-alpine-dark .ag-chart-mini-thumbnail {\n background-color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-settings-nav-bar,\n .ag-theme-alpine-dark .ag-chart-settings-nav-bar {\n border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);\n }\n .ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {\n margin-top: var(--ag-grid-size);\n }\n .ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {\n padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {\n padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-charts-format-sub-level-group,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n padding-left: var(--ag-grid-size);\n margin-bottom: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {\n padding-top: 0;\n padding-bottom: 0;\n background: none;\n font-weight: 700;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-container,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {\n padding-bottom: 0;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {\n margin-bottom: 0;\n }\n .ag-theme-alpine.ag-dnd-ghost,\n .ag-theme-alpine-dark.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 700;\n }\n .ag-theme-alpine .ag-side-buttons,\n .ag-theme-alpine-dark .ag-side-buttons {\n width: calc(var(--ag-grid-size) * 5);\n }\n .ag-theme-alpine .ag-standard-button,\n .ag-theme-alpine-dark .ag-standard-button {\n appearance: none;\n -webkit-appearance: none;\n border-radius: var(--ag-border-radius);\n border: 1px solid;\n border-color: var(--ag-alpine-active-color);\n color: var(--ag-alpine-active-color);\n background-color: var(--ag-background-color);\n font-weight: 600;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-standard-button:hover,\n .ag-theme-alpine-dark .ag-standard-button:hover {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-row-hover-color);\n }\n .ag-theme-alpine .ag-standard-button:active,\n .ag-theme-alpine-dark .ag-standard-button:active {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-alpine-active-color);\n color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-standard-button:disabled,\n .ag-theme-alpine-dark .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-alpine .ag-column-drop-vertical,\n .ag-theme-alpine-dark .ag-column-drop-vertical {\n min-height: 75px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-title-bar,\n .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {\n padding: calc(var(--ag-grid-size) * 2);\n padding-bottom: 0px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {\n display: flex;\n align-items: center;\n border: dashed 1px;\n border-color: var(--ag-border-color);\n margin: calc(var(--ag-grid-size) * 2);\n padding: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-column-drop-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-empty-message {\n color: var(--ag-foreground-color);\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine-dark .ag-status-bar {\n font-weight: normal;\n }\n .ag-theme-alpine .ag-status-name-value-value,\n .ag-theme-alpine-dark .ag-status-name-value-value {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-paging-number,\n .ag-theme-alpine .ag-paging-row-summary-panel-number,\n .ag-theme-alpine-dark .ag-paging-number,\n .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-column-drop-cell-button,\n .ag-theme-alpine-dark .ag-column-drop-cell-button {\n opacity: 0.5;\n }\n .ag-theme-alpine .ag-column-drop-cell-button:hover,\n .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-header-cell-menu-button:hover,\n .ag-theme-alpine .ag-side-button-button:hover,\n .ag-theme-alpine .ag-tab:hover,\n .ag-theme-alpine .ag-panel-title-bar-button:hover,\n .ag-theme-alpine .ag-header-expand-icon:hover,\n .ag-theme-alpine .ag-column-group-icons:hover,\n .ag-theme-alpine .ag-set-filter-group-icons:hover,\n .ag-theme-alpine .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine .ag-chart-settings-prev:hover,\n .ag-theme-alpine .ag-chart-settings-next:hover,\n .ag-theme-alpine .ag-group-title-bar-icon:hover,\n .ag-theme-alpine .ag-column-select-header-icon:hover,\n .ag-theme-alpine .ag-floating-filter-button-button:hover,\n .ag-theme-alpine .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine .ag-chart-menu-icon:hover,\n .ag-theme-alpine .ag-chart-menu-close:hover,\n .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,\n .ag-theme-alpine-dark .ag-side-button-button:hover,\n .ag-theme-alpine-dark .ag-tab:hover,\n .ag-theme-alpine-dark .ag-panel-title-bar-button:hover,\n .ag-theme-alpine-dark .ag-header-expand-icon:hover,\n .ag-theme-alpine-dark .ag-column-group-icons:hover,\n .ag-theme-alpine-dark .ag-set-filter-group-icons:hover,\n .ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine-dark .ag-chart-settings-prev:hover,\n .ag-theme-alpine-dark .ag-chart-settings-next:hover,\n .ag-theme-alpine-dark .ag-group-title-bar-icon:hover,\n .ag-theme-alpine-dark .ag-column-select-header-icon:hover,\n .ag-theme-alpine-dark .ag-floating-filter-button-button:hover,\n .ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine-dark .ag-chart-menu-icon:hover,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close,\n .ag-theme-alpine-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-border-color);\n border-right: none;\n }\n .ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,\n .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {\n opacity: 0.35;\n }\n .ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {\n margin-right: calc(var(--ag-grid-size) * 2);\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {\n border: none;\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n margin-left: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter {\n border-right: dashed 1px;\n border-right-color: var(--ag-border-color);\n margin-right: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-set-filter-list,\n .ag-theme-alpine-dark .ag-set-filter-list {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,\n .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-alpine .ag-date-time-list-page-entry-is-current,\n .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {\n background-color: var(--ag-alpine-active-color);\n }\n\n .ag-theme-alpine-dark {\n color-scheme: dark;\n }\n`",
|
|
12792
12792
|
"description": "AG Alpine Theme (no fonts) CSS.",
|
|
12793
12793
|
"privacy": "public"
|
|
12794
12794
|
}
|
|
@@ -12811,7 +12811,7 @@
|
|
|
12811
12811
|
{
|
|
12812
12812
|
"kind": "variable",
|
|
12813
12813
|
"name": "agThemeBalhamNofontsCSS",
|
|
12814
|
-
"default": "css`\n .ag-theme-balham,\n .ag-theme-balham-dark {\n --ag-balham-active-color: #0091ea;\n --ag-foreground-color: #000;\n --ag-background-color: #fff;\n --ag-header-background-color: #f5f7f7;\n --ag-tooltip-background-color: #cbd0d3;\n --ag-subheader-background-color: #e2e9eb;\n --ag-control-panel-background-color: #f5f7f7;\n --ag-border-color: #bdc3c7;\n --ag-odd-row-background-color: #fcfdfe;\n --ag-row-hover-color: #ecf0f1;\n --ag-column-hover-color: #ecf0f1;\n --ag-input-border-color: #95a5a6;\n --ag-invalid-color: #e02525;\n --ag-input-disabled-background-color: #ebebeb;\n --ag-checkbox-unchecked-color: #7f8c8d;\n --ag-input-focus-border-color: #719ece;\n --ag-input-focus-box-shadow: 0 0 2px 1px var(--ag-input-focus-border-color);\n --ag-range-selection-border-color: var(--ag-balham-active-color);\n --ag-checkbox-checked-color: var(--ag-balham-active-color);\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-subheader-toolbar-background-color: rgba(226, 233, 235, 0.5);\n --ag-row-border-color: rgba(189, 195, 199, 0.58);\n --ag-chip-background-color: rgba(0, 0, 0, 0.1);\n --ag-range-selection-background-color: rgba(0, 145, 234, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 145, 234, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 145, 234, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 145, 234, 0.59);\n --ag-selected-row-background-color: rgba(0, 145, 234, 0.28);\n --ag-header-column-separator-color: rgba(189, 195, 199, 0.5);\n --ag-input-disabled-border-color: rgba(149, 165, 166, 0.3);\n --ag-header-column-separator-display: block;\n --ag-header-column-separator-height: 50%;\n --ag-grid-size: 4px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 6);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-input-height: calc(var(--ag-grid-size) * 4);\n --ag-font-family:\n -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', sans-serif;\n --ag-font-size: 12px;\n --ag-icon-font-family: agGridBalham;\n --ag-border-radius: 2px;\n --ag-checkbox-border-radius: 3px;\n --ag-card-shadow: none;\n }\n\n .ag-theme-balham-dark {\n --ag-balham-active-color: #00b0ff;\n --ag-foreground-color: #f5f5f5;\n --ag-background-color: #2d3436;\n --ag-header-background-color: #1c1c1c;\n --ag-tooltip-background-color: #1c1f20;\n --ag-subheader-background-color: #111;\n --ag-control-panel-background-color: #202020;\n --ag-border-color: #424242;\n --ag-odd-row-background-color: #262c2e;\n --ag-row-hover-color: #3d4749;\n --ag-column-hover-color: #3d4749;\n --ag-input-border-color: #f0f0f0;\n --ag-input-disabled-background-color: rgba(48, 46, 46, 0.3);\n --ag-modal-overlay-background-color: rgba(45, 52, 54, 0.66);\n --ag-checkbox-unchecked-color: #ecf0f1;\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-disabled-foreground-color: rgba(245, 245, 245, 0.38);\n --ag-subheader-toolbar-background-color: rgba(17, 17, 17, 0.5);\n --ag-row-border-color: #5c5c5c;\n --ag-chip-background-color: rgba(245, 245, 245, 0.08);\n --ag-range-selection-background-color: rgba(0, 176, 255, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 176, 255, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 176, 255, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 176, 255, 0.59);\n --ag-selected-row-background-color: rgba(0, 176, 255, 0.28);\n --ag-header-column-separator-color: rgba(66, 66, 66, 0.5);\n --ag-input-disabled-border-color: rgba(240, 240, 240, 0.3);\n --ag-header-foreground-color: rgba(245, 245, 245, 0.64);\n --ag-toggle-button-off-background-color: transparent;\n --ag-toggle-button-off-border-color: var(--ag-foreground-color);\n --ag-range-selection-chart-category-background-color: rgba(26, 177, 74, 0.5);\n --ag-range-selection-chart-background-color: rgba(45, 166, 255, 0.5);\n --ag-input-focus-box-shadow: 0 0 4px 1.5px var(--ag-input-focus-border-color);\n }\n\n .ag-theme-balham .ag-filter-toolpanel-header,\n .ag-theme-balham .ag-filter-toolpanel-search,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham .ag-header-row,\n .ag-theme-balham .ag-multi-filter-group-title-bar,\n .ag-theme-balham-dark .ag-filter-toolpanel-header,\n .ag-theme-balham-dark .ag-filter-toolpanel-search,\n .ag-theme-balham-dark .ag-status-bar,\n .ag-theme-balham-dark .ag-header-row,\n .ag-theme-balham-dark .ag-multi-filter-group-title-bar {\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-balham .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-ltr textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-rtl textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-vertical-empty-message,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham-dark .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-status-bar {\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham.ag-dnd-ghost,\n .ag-theme-balham-dark.ag-dnd-ghost {\n font-size: var(--ag-font-size);\n font-weight: 600;\n }\n .ag-theme-balham .ag-tab,\n .ag-theme-balham-dark .ag-tab {\n border: 1px solid transparent;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n margin: var(--ag-grid-size);\n margin-bottom: -1px;\n }\n .ag-theme-balham .ag-tab-selected,\n .ag-theme-balham-dark .ag-tab-selected {\n background-color: var(--ag-background-color);\n border-color: var(--ag-border-color);\n border-bottom-color: transparent;\n }\n .ag-theme-balham .ag-tabs-header,\n .ag-theme-balham-dark .ag-tabs-header {\n border-bottom: 1px solid var(--ag-border-color);\n }\n .ag-theme-balham .ag-column-drop-cell,\n .ag-theme-balham-dark .ag-column-drop-cell {\n height: calc(var(--ag-grid-size) * 6);\n }\n .ag-theme-balham .ag-column-drop-vertical-title,\n .ag-theme-balham-dark .ag-column-drop-vertical-title {\n color: var(--ag-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell-text,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-icon,\n .ag-theme-balham-dark .ag-column-drop-vertical-icon {\n color: var(--ag-secondary-foreground-color);\n }\n .ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-horizontal,\n .ag-theme-balham-dark .ag-column-drop-horizontal {\n height: var(--ag-header-height);\n }\n .ag-theme-balham .ag-column-drop-empty,\n .ag-theme-balham-dark .ag-column-drop-empty {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-horizontal-cell-text,\n .ag-theme-balham-dark .ag-column-drop-horizontal-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical,\n .ag-theme-balham-dark .ag-column-drop-vertical {\n padding-top: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-menu-header,\n .ag-theme-balham-dark .ag-menu-header {\n background-color: var(--ag-header-background-color);\n }\n .ag-theme-balham .ag-overlay-loading-center,\n .ag-theme-balham-dark .ag-overlay-loading-center {\n background-color: var(--ag-background-color);\n border: 1px solid var(--ag-border-color);\n color: var(--ag-foreground-color);\n padding: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-balham .ag-tooltip,\n .ag-theme-balham-dark .ag-tooltip {\n border: none;\n }\n .ag-theme-balham .ag-panel-title-bar-button-icon,\n .ag-theme-balham-dark .ag-panel-title-bar-button-icon {\n font-size: calc(var(--ag-icon-size) + var(--ag-grid-size));\n }\n .ag-theme-balham .ag-chart-data-section,\n .ag-theme-balham .ag-chart-format-section,\n .ag-theme-balham-dark .ag-chart-data-section,\n .ag-theme-balham-dark .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-group-toolbar,\n .ag-theme-balham-dark .ag-group-toolbar {\n background-color: var(--ag-subheader-toolbar-background-color);\n }\n .ag-theme-balham .ag-chart-tab,\n .ag-theme-balham-dark .ag-chart-tab {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-charts-format-sub-level-group-item,\n .ag-theme-balham-dark .ag-charts-format-sub-level-group-item {\n margin-bottom: calc(var(--ag-grid-size) * 1.5);\n }\n .ag-theme-balham .ag-chart-menu-close,\n .ag-theme-balham-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-balham .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-border-color);\n }\n .ag-theme-balham .ag-chart-menu-close .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-secondary-border-color);\n border-right: none;\n }\n\n .ag-theme-balham-dark {\n color-scheme: dark;\n }\n`",
|
|
12814
|
+
"default": "css`\n .ag-theme-balham,\n .ag-theme-balham-dark {\n --ag-balham-active-color: #0091ea;\n --ag-foreground-color: #000;\n --ag-background-color: #fff;\n --ag-header-background-color: #f5f7f7;\n --ag-tooltip-background-color: #cbd0d3;\n --ag-subheader-background-color: #e2e9eb;\n --ag-control-panel-background-color: #f5f7f7;\n --ag-border-color: #bdc3c7;\n --ag-odd-row-background-color: #fcfdfe;\n --ag-row-hover-color: #ecf0f1;\n --ag-column-hover-color: #ecf0f1;\n --ag-input-border-color: #95a5a6;\n --ag-invalid-color: #e02525;\n --ag-input-disabled-background-color: #ebebeb;\n --ag-checkbox-unchecked-color: #7f8c8d;\n --ag-input-focus-border-color: #719ece;\n --ag-input-focus-box-shadow: 0 0 2px 1px var(--ag-input-focus-border-color);\n --ag-range-selection-border-color: var(--ag-balham-active-color);\n --ag-checkbox-checked-color: var(--ag-balham-active-color);\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-subheader-toolbar-background-color: rgba(226, 233, 235, 0.5);\n --ag-row-border-color: rgba(189, 195, 199, 0.58);\n --ag-chip-background-color: rgba(0, 0, 0, 0.1);\n --ag-range-selection-background-color: rgba(0, 145, 234, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 145, 234, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 145, 234, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 145, 234, 0.59);\n --ag-selected-row-background-color: rgba(0, 145, 234, 0.28);\n --ag-header-column-separator-color: rgba(189, 195, 199, 0.5);\n --ag-input-disabled-border-color: rgba(149, 165, 166, 0.3);\n --ag-header-column-separator-display: block;\n --ag-header-column-separator-height: 50%;\n --ag-grid-size: 4px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 6);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-input-height: calc(var(--ag-grid-size) * 4);\n --ag-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', sans-serif;\n --ag-font-size: 12px;\n --ag-icon-font-family: agGridBalham;\n --ag-border-radius: 2px;\n --ag-checkbox-border-radius: 3px;\n --ag-card-shadow: none;\n }\n\n .ag-theme-balham-dark {\n --ag-balham-active-color: #00b0ff;\n --ag-foreground-color: #f5f5f5;\n --ag-background-color: #2d3436;\n --ag-header-background-color: #1c1c1c;\n --ag-tooltip-background-color: #1c1f20;\n --ag-subheader-background-color: #111;\n --ag-control-panel-background-color: #202020;\n --ag-border-color: #424242;\n --ag-odd-row-background-color: #262c2e;\n --ag-row-hover-color: #3d4749;\n --ag-column-hover-color: #3d4749;\n --ag-input-border-color: #f0f0f0;\n --ag-input-disabled-background-color: rgba(48, 46, 46, 0.3);\n --ag-modal-overlay-background-color: rgba(45, 52, 54, 0.66);\n --ag-checkbox-unchecked-color: #ecf0f1;\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-disabled-foreground-color: rgba(245, 245, 245, 0.38);\n --ag-subheader-toolbar-background-color: rgba(17, 17, 17, 0.5);\n --ag-row-border-color: #5c5c5c;\n --ag-chip-background-color: rgba(245, 245, 245, 0.08);\n --ag-range-selection-background-color: rgba(0, 176, 255, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 176, 255, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 176, 255, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 176, 255, 0.59);\n --ag-selected-row-background-color: rgba(0, 176, 255, 0.28);\n --ag-header-column-separator-color: rgba(66, 66, 66, 0.5);\n --ag-input-disabled-border-color: rgba(240, 240, 240, 0.3);\n --ag-header-foreground-color: rgba(245, 245, 245, 0.64);\n --ag-toggle-button-off-background-color: transparent;\n --ag-toggle-button-off-border-color: var(--ag-foreground-color);\n --ag-range-selection-chart-category-background-color: rgba(26, 177, 74, 0.5);\n --ag-range-selection-chart-background-color: rgba(45, 166, 255, 0.5);\n --ag-input-focus-box-shadow: 0 0 4px 1.5px var(--ag-input-focus-border-color);\n }\n\n .ag-theme-balham .ag-filter-toolpanel-header,\n .ag-theme-balham .ag-filter-toolpanel-search,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham .ag-header-row,\n .ag-theme-balham .ag-multi-filter-group-title-bar,\n .ag-theme-balham-dark .ag-filter-toolpanel-header,\n .ag-theme-balham-dark .ag-filter-toolpanel-search,\n .ag-theme-balham-dark .ag-status-bar,\n .ag-theme-balham-dark .ag-header-row,\n .ag-theme-balham-dark .ag-multi-filter-group-title-bar {\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-balham .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-ltr textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-rtl textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-vertical-empty-message,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham-dark .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-status-bar {\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham.ag-dnd-ghost,\n .ag-theme-balham-dark.ag-dnd-ghost {\n font-size: var(--ag-font-size);\n font-weight: 600;\n }\n .ag-theme-balham .ag-tab,\n .ag-theme-balham-dark .ag-tab {\n border: 1px solid transparent;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n margin: var(--ag-grid-size);\n margin-bottom: -1px;\n }\n .ag-theme-balham .ag-tab-selected,\n .ag-theme-balham-dark .ag-tab-selected {\n background-color: var(--ag-background-color);\n border-color: var(--ag-border-color);\n border-bottom-color: transparent;\n }\n .ag-theme-balham .ag-tabs-header,\n .ag-theme-balham-dark .ag-tabs-header {\n border-bottom: 1px solid var(--ag-border-color);\n }\n .ag-theme-balham .ag-column-drop-cell,\n .ag-theme-balham-dark .ag-column-drop-cell {\n height: calc(var(--ag-grid-size) * 6);\n }\n .ag-theme-balham .ag-column-drop-vertical-title,\n .ag-theme-balham-dark .ag-column-drop-vertical-title {\n color: var(--ag-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell-text,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-icon,\n .ag-theme-balham-dark .ag-column-drop-vertical-icon {\n color: var(--ag-secondary-foreground-color);\n }\n .ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-horizontal,\n .ag-theme-balham-dark .ag-column-drop-horizontal {\n height: var(--ag-header-height);\n }\n .ag-theme-balham .ag-column-drop-empty,\n .ag-theme-balham-dark .ag-column-drop-empty {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-horizontal-cell-text,\n .ag-theme-balham-dark .ag-column-drop-horizontal-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical,\n .ag-theme-balham-dark .ag-column-drop-vertical {\n padding-top: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-menu-header,\n .ag-theme-balham-dark .ag-menu-header {\n background-color: var(--ag-header-background-color);\n }\n .ag-theme-balham .ag-overlay-loading-center,\n .ag-theme-balham-dark .ag-overlay-loading-center {\n background-color: var(--ag-background-color);\n border: 1px solid var(--ag-border-color);\n color: var(--ag-foreground-color);\n padding: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-balham .ag-tooltip,\n .ag-theme-balham-dark .ag-tooltip {\n border: none;\n }\n .ag-theme-balham .ag-panel-title-bar-button-icon,\n .ag-theme-balham-dark .ag-panel-title-bar-button-icon {\n font-size: calc(var(--ag-icon-size) + var(--ag-grid-size));\n }\n .ag-theme-balham .ag-chart-data-section,\n .ag-theme-balham .ag-chart-format-section,\n .ag-theme-balham-dark .ag-chart-data-section,\n .ag-theme-balham-dark .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-group-toolbar,\n .ag-theme-balham-dark .ag-group-toolbar {\n background-color: var(--ag-subheader-toolbar-background-color);\n }\n .ag-theme-balham .ag-chart-tab,\n .ag-theme-balham-dark .ag-chart-tab {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-charts-format-sub-level-group-item,\n .ag-theme-balham-dark .ag-charts-format-sub-level-group-item {\n margin-bottom: calc(var(--ag-grid-size) * 1.5);\n }\n .ag-theme-balham .ag-chart-menu-close,\n .ag-theme-balham-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-balham .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-border-color);\n }\n .ag-theme-balham .ag-chart-menu-close .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-secondary-border-color);\n border-right: none;\n }\n\n .ag-theme-balham-dark {\n color-scheme: dark;\n }\n`",
|
|
12815
12815
|
"description": "AG Balham Theme (no fonts) CSS.",
|
|
12816
12816
|
"privacy": "public"
|
|
12817
12817
|
}
|
|
@@ -12834,7 +12834,7 @@
|
|
|
12834
12834
|
{
|
|
12835
12835
|
"kind": "variable",
|
|
12836
12836
|
"name": "agThemeMaterialNofontsCSS",
|
|
12837
|
-
"default": "css`\n .ag-theme-material {\n --ag-material-primary-color: #3f51b5;\n --ag-material-accent-color: #ff4081;\n --ag-foreground-color: rgba(0, 0, 0, 0.87);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-background-color: #fff;\n --ag-header-background-color: #fff;\n --ag-tooltip-background-color: #fff;\n --ag-subheader-background-color: #eee;\n --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);\n --ag-header-cell-hover-background-color: #f2f2f2;\n --ag-chip-background-color: #e2e2e2;\n --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);\n --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);\n --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);\n --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);\n --ag-range-selection-highlight-color: #fce4ec;\n --ag-row-hover-color: #fafafa;\n --ag-column-hover-color: #fafafa;\n --ag-control-panel-background-color: #fafafa;\n --ag-selected-row-background-color: #eee;\n --ag-checkbox-unchecked-color: #333;\n --ag-value-change-value-highlight-background-color: #00acc1;\n --ag-side-button-selected-background-color: transparent;\n --ag-range-selection-border-color: var(--ag-material-primary-color);\n --ag-checkbox-checked-color: var(--ag-material-accent-color);\n --ag-borders: none;\n --ag-borders-critical: solid 1px;\n --ag-border-color: #e2e2e2;\n --ag-grid-size: 8px;\n --ag-icon-size: 18px;\n --ag-header-height: calc(var(--ag-grid-size) * 7);\n --ag-row-height: calc(var(--ag-grid-size) * 6);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);\n --ag-checkbox-border-radius: 2px;\n --ag-toggle-button-switch-border-width: 2px;\n --ag-toggle-button-height: var(--ag-icon-size);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);\n --ag-font-family: 'Roboto', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridMaterial;\n --ag-selected-tab-underline-color: var(--ag-material-primary-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-input-focus-border-color: var(--ag-material-primary-color);\n --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);\n --ag-card-shadow:\n 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12);\n --ag-card-radius: 2px;\n --ag-invalid-color: #e02525;\n }\n\n .ag-theme-material .ag-filter-toolpanel-header,\n .ag-theme-material .ag-filter-toolpanel-search,\n .ag-theme-material .ag-status-bar,\n .ag-theme-material .ag-header-row,\n .ag-theme-material .ag-panel-title-bar-title,\n .ag-theme-material .ag-multi-filter-group-title-bar {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-material .ag-tab {\n height: calc(var(--ag-grid-size) * 4.5);\n flex: 1 1 auto;\n }\n .ag-theme-material .ag-tabs-header,\n .ag-theme-material .ag-column-drop-horizontal {\n background-color: var(--ag-subheader-background-color);\n }\n .ag-theme-material .ag-tabs-body {\n padding: calc(var(--ag-grid-size) * 0.5) 0;\n }\n .ag-theme-material .ag-tabs-body .ag-menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .ag-theme-material .ag-header-cell,\n .ag-theme-material .ag-header-group-cell {\n transition: background-color 0.5s;\n }\n .ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {\n bottom: 0;\n }\n .ag-theme-material .ag-cell-inline-editing {\n padding: var(--ag-grid-size);\n height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);\n border-color: var(--ag-border-color) !important;\n }\n .ag-theme-material .ag-has-focus .ag-cell-inline-editing {\n border-color: var(--ag-input-focus-border-color) !important;\n }\n .ag-theme-material .ag-side-button-button {\n color: var(--ag-foreground-color);\n }\n .ag-theme-material .ag-column-drop-vertical {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n padding-top: var(--ag-grid-size);\n }\n .ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {\n border-bottom: none;\n }\n .ag-theme-material .ag-column-drop-vertical-cell {\n margin-left: 0;\n }\n .ag-theme-material .ag-column-drop-vertical-empty-message {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-status-bar {\n border: solid 1px;\n border-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-panel-column-select {\n border-top: solid 1px;\n border-top-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select,\n .ag-theme-material .ag-column-select-header {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select-header {\n height: var(--ag-header-height);\n }\n .ag-theme-material .ag-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);\n }\n .ag-theme-material .ag-charts-format-sub-level-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);\n }\n .ag-theme-material .ag-chart-data-section,\n .ag-theme-material .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-material .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-material .ag-chart-menu-close .ag-icon {\n background: var(--ag-subheader-background-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]),\n .ag-theme-material input[class^='ag-'][type='text'],\n .ag-theme-material input[class^='ag-'][type='number'],\n .ag-theme-material input[class^='ag-'][type='tel'],\n .ag-theme-material input[class^='ag-'][type='date'],\n .ag-theme-material input[class^='ag-'][type='datetime-local'],\n .ag-theme-material textarea[class^='ag-'] {\n background: transparent;\n color: var(--ag-foreground-color);\n font-family: inherit;\n font-size: inherit;\n height: calc(var(--ag-grid-size) * 5);\n padding-bottom: var(--ag-grid-size);\n border-width: 0;\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):focus,\n .ag-theme-material input[class^='ag-'][type='text']:focus,\n .ag-theme-material input[class^='ag-'][type='number']:focus,\n .ag-theme-material input[class^='ag-'][type='tel']:focus,\n .ag-theme-material input[class^='ag-'][type='date']:focus,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:focus,\n .ag-theme-material textarea[class^='ag-']:focus {\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-material-primary-color);\n outline: none;\n box-shadow: none;\n }\n .ag-theme-material input[class^='ag-']:not([type])::placeholder,\n .ag-theme-material input[class^='ag-'][type='text']::placeholder,\n .ag-theme-material input[class^='ag-'][type='number']::placeholder,\n .ag-theme-material input[class^='ag-'][type='tel']::placeholder,\n .ag-theme-material input[class^='ag-'][type='date']::placeholder,\n .ag-theme-material input[class^='ag-'][type='datetime-local']::placeholder,\n .ag-theme-material textarea[class^='ag-']::placeholder {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):disabled,\n .ag-theme-material input[class^='ag-'][type='text']:disabled,\n .ag-theme-material input[class^='ag-'][type='number']:disabled,\n .ag-theme-material input[class^='ag-'][type='tel']:disabled,\n .ag-theme-material input[class^='ag-'][type='date']:disabled,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:disabled,\n .ag-theme-material textarea[class^='ag-']:disabled {\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):invalid,\n .ag-theme-material input[class^='ag-'][type='text']:invalid,\n .ag-theme-material input[class^='ag-'][type='number']:invalid,\n .ag-theme-material input[class^='ag-'][type='tel']:invalid,\n .ag-theme-material input[class^='ag-'][type='date']:invalid,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:invalid,\n .ag-theme-material textarea[class^='ag-']:invalid {\n border-width: 0;\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-invalid-color);\n color: var(--ag-invalid-color);\n }\n .ag-theme-material .ag-standard-button {\n appearance: none;\n background-color: transparent;\n border: 0;\n color: var(--ag-material-primary-color);\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n padding: 0;\n text-transform: uppercase;\n }\n .ag-theme-material .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-material.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n }\n .ag-theme-material .ag-filter-toolpanel-header {\n height: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-material .ag-filter-toolpanel-group-level-0-header {\n height: calc(var(--ag-grid-size) * 7);\n }\n .ag-theme-material .ag-ltr .ag-filter-apply-panel-button {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-filter-apply-panel-button {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-material .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-material .ag-picker-field-wrapper:focus {\n box-shadow: 0 0 0 1px var(--ag-material-primary-color);\n }\n`",
|
|
12837
|
+
"default": "css`\n .ag-theme-material {\n --ag-material-primary-color: #3f51b5;\n --ag-material-accent-color: #ff4081;\n --ag-foreground-color: rgba(0, 0, 0, 0.87);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-background-color: #fff;\n --ag-header-background-color: #fff;\n --ag-tooltip-background-color: #fff;\n --ag-subheader-background-color: #eee;\n --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);\n --ag-header-cell-hover-background-color: #f2f2f2;\n --ag-chip-background-color: #e2e2e2;\n --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);\n --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);\n --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);\n --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);\n --ag-range-selection-highlight-color: #fce4ec;\n --ag-row-hover-color: #fafafa;\n --ag-column-hover-color: #fafafa;\n --ag-control-panel-background-color: #fafafa;\n --ag-selected-row-background-color: #eee;\n --ag-checkbox-unchecked-color: #333;\n --ag-value-change-value-highlight-background-color: #00acc1;\n --ag-side-button-selected-background-color: transparent;\n --ag-range-selection-border-color: var(--ag-material-primary-color);\n --ag-checkbox-checked-color: var(--ag-material-accent-color);\n --ag-borders: none;\n --ag-borders-critical: solid 1px;\n --ag-border-color: #e2e2e2;\n --ag-grid-size: 8px;\n --ag-icon-size: 18px;\n --ag-header-height: calc(var(--ag-grid-size) * 7);\n --ag-row-height: calc(var(--ag-grid-size) * 6);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);\n --ag-checkbox-border-radius: 2px;\n --ag-toggle-button-switch-border-width: 2px;\n --ag-toggle-button-height: var(--ag-icon-size);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);\n --ag-font-family: 'Roboto', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridMaterial;\n --ag-selected-tab-underline-color: var(--ag-material-primary-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-input-focus-border-color: var(--ag-material-primary-color);\n --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);\n --ag-card-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12);\n --ag-card-radius: 2px;\n --ag-invalid-color: #e02525;\n }\n\n .ag-theme-material .ag-filter-toolpanel-header,\n .ag-theme-material .ag-filter-toolpanel-search,\n .ag-theme-material .ag-status-bar,\n .ag-theme-material .ag-header-row,\n .ag-theme-material .ag-panel-title-bar-title,\n .ag-theme-material .ag-multi-filter-group-title-bar {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-material .ag-tab {\n height: calc(var(--ag-grid-size) * 4.5);\n flex: 1 1 auto;\n }\n .ag-theme-material .ag-tabs-header,\n .ag-theme-material .ag-column-drop-horizontal {\n background-color: var(--ag-subheader-background-color);\n }\n .ag-theme-material .ag-tabs-body {\n padding: calc(var(--ag-grid-size) * 0.5) 0;\n }\n .ag-theme-material .ag-tabs-body .ag-menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .ag-theme-material .ag-header-cell,\n .ag-theme-material .ag-header-group-cell {\n transition: background-color 0.5s;\n }\n .ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {\n bottom: 0;\n }\n .ag-theme-material .ag-cell-inline-editing {\n padding: var(--ag-grid-size);\n height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);\n border-color: var(--ag-border-color) !important;\n }\n .ag-theme-material .ag-has-focus .ag-cell-inline-editing {\n border-color: var(--ag-input-focus-border-color) !important;\n }\n .ag-theme-material .ag-side-button-button {\n color: var(--ag-foreground-color);\n }\n .ag-theme-material .ag-column-drop-vertical {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n padding-top: var(--ag-grid-size);\n }\n .ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {\n border-bottom: none;\n }\n .ag-theme-material .ag-column-drop-vertical-cell {\n margin-left: 0;\n }\n .ag-theme-material .ag-column-drop-vertical-empty-message {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-status-bar {\n border: solid 1px;\n border-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-panel-column-select {\n border-top: solid 1px;\n border-top-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select,\n .ag-theme-material .ag-column-select-header {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select-header {\n height: var(--ag-header-height);\n }\n .ag-theme-material .ag-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);\n }\n .ag-theme-material .ag-charts-format-sub-level-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);\n }\n .ag-theme-material .ag-chart-data-section,\n .ag-theme-material .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-material .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-material .ag-chart-menu-close .ag-icon {\n background: var(--ag-subheader-background-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]),\n .ag-theme-material input[class^='ag-'][type='text'],\n .ag-theme-material input[class^='ag-'][type='number'],\n .ag-theme-material input[class^='ag-'][type='tel'],\n .ag-theme-material input[class^='ag-'][type='date'],\n .ag-theme-material input[class^='ag-'][type='datetime-local'],\n .ag-theme-material textarea[class^='ag-'] {\n background: transparent;\n color: var(--ag-foreground-color);\n font-family: inherit;\n font-size: inherit;\n height: calc(var(--ag-grid-size) * 5);\n padding-bottom: var(--ag-grid-size);\n border-width: 0;\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):focus,\n .ag-theme-material input[class^='ag-'][type='text']:focus,\n .ag-theme-material input[class^='ag-'][type='number']:focus,\n .ag-theme-material input[class^='ag-'][type='tel']:focus,\n .ag-theme-material input[class^='ag-'][type='date']:focus,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:focus,\n .ag-theme-material textarea[class^='ag-']:focus {\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-material-primary-color);\n outline: none;\n box-shadow: none;\n }\n .ag-theme-material input[class^='ag-']:not([type])::placeholder,\n .ag-theme-material input[class^='ag-'][type='text']::placeholder,\n .ag-theme-material input[class^='ag-'][type='number']::placeholder,\n .ag-theme-material input[class^='ag-'][type='tel']::placeholder,\n .ag-theme-material input[class^='ag-'][type='date']::placeholder,\n .ag-theme-material input[class^='ag-'][type='datetime-local']::placeholder,\n .ag-theme-material textarea[class^='ag-']::placeholder {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):disabled,\n .ag-theme-material input[class^='ag-'][type='text']:disabled,\n .ag-theme-material input[class^='ag-'][type='number']:disabled,\n .ag-theme-material input[class^='ag-'][type='tel']:disabled,\n .ag-theme-material input[class^='ag-'][type='date']:disabled,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:disabled,\n .ag-theme-material textarea[class^='ag-']:disabled {\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):invalid,\n .ag-theme-material input[class^='ag-'][type='text']:invalid,\n .ag-theme-material input[class^='ag-'][type='number']:invalid,\n .ag-theme-material input[class^='ag-'][type='tel']:invalid,\n .ag-theme-material input[class^='ag-'][type='date']:invalid,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:invalid,\n .ag-theme-material textarea[class^='ag-']:invalid {\n border-width: 0;\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-invalid-color);\n color: var(--ag-invalid-color);\n }\n .ag-theme-material .ag-standard-button {\n appearance: none;\n background-color: transparent;\n border: 0;\n color: var(--ag-material-primary-color);\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n padding: 0;\n text-transform: uppercase;\n }\n .ag-theme-material .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-material.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n }\n .ag-theme-material .ag-filter-toolpanel-header {\n height: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-material .ag-filter-toolpanel-group-level-0-header {\n height: calc(var(--ag-grid-size) * 7);\n }\n .ag-theme-material .ag-ltr .ag-filter-apply-panel-button {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-filter-apply-panel-button {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-material .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-material .ag-picker-field-wrapper:focus {\n box-shadow: 0 0 0 1px var(--ag-material-primary-color);\n }\n`",
|
|
12838
12838
|
"description": "AG Material Theme (no fonts) CSS.",
|
|
12839
12839
|
"privacy": "public"
|
|
12840
12840
|
}
|
|
@@ -15882,51 +15882,46 @@
|
|
|
15882
15882
|
},
|
|
15883
15883
|
{
|
|
15884
15884
|
"kind": "javascript-module",
|
|
15885
|
-
"path": "src/
|
|
15885
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
15886
15886
|
"declarations": [
|
|
15887
15887
|
{
|
|
15888
15888
|
"kind": "function",
|
|
15889
|
-
"name": "
|
|
15889
|
+
"name": "setValueWithAccessor",
|
|
15890
15890
|
"return": {
|
|
15891
15891
|
"type": {
|
|
15892
|
-
"text": "
|
|
15892
|
+
"text": "string"
|
|
15893
15893
|
}
|
|
15894
15894
|
},
|
|
15895
15895
|
"parameters": [
|
|
15896
15896
|
{
|
|
15897
|
-
"name": "
|
|
15897
|
+
"name": "data",
|
|
15898
15898
|
"type": {
|
|
15899
|
-
"text": "
|
|
15900
|
-
}
|
|
15901
|
-
"description": "The array to render"
|
|
15899
|
+
"text": "any"
|
|
15900
|
+
}
|
|
15902
15901
|
},
|
|
15903
15902
|
{
|
|
15904
|
-
"name": "
|
|
15905
|
-
"default": "true",
|
|
15903
|
+
"name": "accessor",
|
|
15906
15904
|
"type": {
|
|
15907
|
-
"text": "
|
|
15908
|
-
}
|
|
15909
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
15905
|
+
"text": "string"
|
|
15906
|
+
}
|
|
15910
15907
|
}
|
|
15911
|
-
]
|
|
15912
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
15913
|
-
"privacy": "public"
|
|
15908
|
+
]
|
|
15914
15909
|
}
|
|
15915
15910
|
],
|
|
15916
15911
|
"exports": [
|
|
15917
15912
|
{
|
|
15918
15913
|
"kind": "js",
|
|
15919
|
-
"name": "
|
|
15914
|
+
"name": "setValueWithAccessor",
|
|
15920
15915
|
"declaration": {
|
|
15921
|
-
"name": "
|
|
15922
|
-
"module": "src/
|
|
15916
|
+
"name": "setValueWithAccessor",
|
|
15917
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
15923
15918
|
}
|
|
15924
15919
|
}
|
|
15925
15920
|
]
|
|
15926
15921
|
},
|
|
15927
15922
|
{
|
|
15928
15923
|
"kind": "javascript-module",
|
|
15929
|
-
"path": "src/
|
|
15924
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
15930
15925
|
"declarations": [],
|
|
15931
15926
|
"exports": [
|
|
15932
15927
|
{
|
|
@@ -15934,53 +15929,58 @@
|
|
|
15934
15929
|
"name": "*",
|
|
15935
15930
|
"declaration": {
|
|
15936
15931
|
"name": "*",
|
|
15937
|
-
"package": "./
|
|
15932
|
+
"package": "./accessor"
|
|
15938
15933
|
}
|
|
15939
15934
|
}
|
|
15940
15935
|
]
|
|
15941
15936
|
},
|
|
15942
15937
|
{
|
|
15943
15938
|
"kind": "javascript-module",
|
|
15944
|
-
"path": "src/
|
|
15939
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
15945
15940
|
"declarations": [
|
|
15946
15941
|
{
|
|
15947
15942
|
"kind": "function",
|
|
15948
|
-
"name": "
|
|
15943
|
+
"name": "gridProColumns",
|
|
15949
15944
|
"return": {
|
|
15950
15945
|
"type": {
|
|
15951
|
-
"text": "
|
|
15946
|
+
"text": "CaptureType<TSource>"
|
|
15952
15947
|
}
|
|
15953
15948
|
},
|
|
15954
15949
|
"parameters": [
|
|
15955
15950
|
{
|
|
15956
|
-
"name": "
|
|
15951
|
+
"name": "itemsBinding",
|
|
15957
15952
|
"type": {
|
|
15958
|
-
"text": "
|
|
15959
|
-
}
|
|
15953
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
15954
|
+
},
|
|
15955
|
+
"description": "The array to render"
|
|
15960
15956
|
},
|
|
15961
15957
|
{
|
|
15962
|
-
"name": "
|
|
15958
|
+
"name": "includeRenderers",
|
|
15959
|
+
"default": "true",
|
|
15963
15960
|
"type": {
|
|
15964
|
-
"text": "
|
|
15965
|
-
}
|
|
15961
|
+
"text": "boolean"
|
|
15962
|
+
},
|
|
15963
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
15966
15964
|
}
|
|
15967
|
-
]
|
|
15965
|
+
],
|
|
15966
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
15967
|
+
"privacy": "public"
|
|
15968
15968
|
}
|
|
15969
15969
|
],
|
|
15970
15970
|
"exports": [
|
|
15971
15971
|
{
|
|
15972
15972
|
"kind": "js",
|
|
15973
|
-
"name": "
|
|
15973
|
+
"name": "gridProColumns",
|
|
15974
15974
|
"declaration": {
|
|
15975
|
-
"name": "
|
|
15976
|
-
"module": "src/
|
|
15975
|
+
"name": "gridProColumns",
|
|
15976
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
15977
15977
|
}
|
|
15978
15978
|
}
|
|
15979
15979
|
]
|
|
15980
15980
|
},
|
|
15981
15981
|
{
|
|
15982
15982
|
"kind": "javascript-module",
|
|
15983
|
-
"path": "src/
|
|
15983
|
+
"path": "src/column/utils/index.ts",
|
|
15984
15984
|
"declarations": [],
|
|
15985
15985
|
"exports": [
|
|
15986
15986
|
{
|
|
@@ -15988,7 +15988,7 @@
|
|
|
15988
15988
|
"name": "*",
|
|
15989
15989
|
"declaration": {
|
|
15990
15990
|
"name": "*",
|
|
15991
|
-
"package": "./
|
|
15991
|
+
"package": "./grid-pro-columns"
|
|
15992
15992
|
}
|
|
15993
15993
|
}
|
|
15994
15994
|
]
|