@genesislcap/grid-pro 14.302.0 → 14.302.1-alpha-945e484.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 +642 -642
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -1
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -1
- package/dist/dts/column/column.d.ts +264 -223
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +260 -228
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +264 -223
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- 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/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +264 -223
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +265 -232
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.template.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +1 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/utils/string.d.ts.map +1 -1
- package/dist/esm/cell-renderers/select.renderer.js +1 -1
- package/dist/esm/datasource/base.datasource.js +2 -2
- package/dist/esm/datasource/server-side.datasource.js +6 -6
- package/dist/esm/datasource/server-side.resource-base.js +1 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +2 -2
- package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
- package/dist/esm/external/ag-theme-alpine-no-font-css.js +5 -4
- package/dist/esm/external/ag-theme-balham-no-font-css.js +3 -2
- package/dist/esm/external/ag-theme-material-no-font-css.js +2 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -4
- package/dist/esm/grid-pro.js +5 -5
- package/dist/esm/state-persistence/kv-state.js +3 -3
- package/dist/grid-pro.api.json +1089 -340
- package/dist/grid-pro.d.ts +1318 -1130
- package/docs/api/grid-pro.actionrenderer.init.md +31 -3
- package/docs/api/grid-pro.actionrenderer.isdisabled.md +31 -3
- package/docs/api/grid-pro.actionrenderer.md +152 -12
- package/docs/api/grid-pro.actionrenderer.refresh.md +31 -3
- package/docs/api/grid-pro.actionsmenurenderer.init.md +31 -3
- package/docs/api/grid-pro.actionsmenurenderer.md +92 -8
- package/docs/api/grid-pro.actionsmenurenderer.refresh.md +31 -3
- package/docs/api/grid-pro.aggridcssvars.md +633 -46
- package/docs/api/grid-pro.aggridtheme.md +87 -7
- package/docs/api/grid-pro.agtextfieldrenderer.init.md +31 -3
- package/docs/api/grid-pro.agtextfieldrenderer.isdisabled.md +31 -3
- package/docs/api/grid-pro.agtextfieldrenderer.md +169 -13
- package/docs/api/grid-pro.agtextfieldrenderer.refresh.md +31 -3
- package/docs/api/grid-pro.agthemefontsid.md +43 -1
- package/docs/api/grid-pro.agthemetokenmapclassname.md +43 -1
- package/docs/api/grid-pro.agthemetokenmapcss.md +59 -1
- package/docs/api/grid-pro.booleanrenderer.init.md +31 -3
- package/docs/api/grid-pro.booleanrenderer.isdisabled.md +31 -3
- package/docs/api/grid-pro.booleanrenderer.md +157 -13
- package/docs/api/grid-pro.booleanrenderer.refresh.md +31 -3
- package/docs/api/grid-pro.converttokebabcase.md +44 -1
- package/docs/api/grid-pro.dateeditor.changehandler.md +31 -3
- package/docs/api/grid-pro.dateeditor.init.md +31 -3
- package/docs/api/grid-pro.dateeditor.md +237 -18
- package/docs/api/grid-pro.dateeditor.refresh.md +31 -3
- package/docs/api/grid-pro.dateeditorparams.md +39 -3
- package/docs/api/grid-pro.datetimevalueformatter.md +31 -3
- package/docs/api/grid-pro.datevalueformatter.md +31 -3
- package/docs/api/grid-pro.editablerenderer.init.md +31 -3
- package/docs/api/grid-pro.editablerenderer.md +92 -8
- package/docs/api/grid-pro.editablerenderer.refresh.md +31 -3
- package/docs/api/grid-pro.formatdateextra.md +64 -0
- package/docs/api/grid-pro.foundationagbooleanrenderer.md +41 -1
- package/docs/api/grid-pro.foundationageditablerenderer.md +41 -1
- package/docs/api/grid-pro.foundationagselectrenderer.md +41 -1
- package/docs/api/grid-pro.foundationagtextfieldrenderer.md +41 -1
- package/docs/api/grid-pro.foundationagtextrenderer.md +41 -1
- package/docs/api/grid-pro.foundationdateeditor.md +41 -1
- package/docs/api/grid-pro.foundationgridpro.md +41 -1
- package/docs/api/grid-pro.foundationgridproactionrenderer.md +41 -1
- package/docs/api/grid-pro.foundationgridproactionsmenurenderer.md +41 -1
- package/docs/api/grid-pro.foundationmultiselecteditor.md +41 -1
- package/docs/api/grid-pro.foundationnumbereditor.md +41 -1
- package/docs/api/grid-pro.foundationselecteditor.md +41 -1
- package/docs/api/grid-pro.foundationstatuspillrenderer.md +41 -1
- package/docs/api/grid-pro.foundationstringeditor.md +41 -1
- package/docs/api/grid-pro.genesisgriddatasourceelement.datasourcestatuschanged.md +45 -4
- package/docs/api/grid-pro.genesisgriddatasourceelement.handleerrors.md +49 -4
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +600 -37
- package/docs/api/grid-pro.genesisgriddatasourceelement.removefilter.md +31 -3
- package/docs/api/grid-pro.genesisgriddatasourceelement.setfilter.md +45 -4
- package/docs/api/grid-pro.getactionsmenudef.md +107 -1
- package/docs/api/grid-pro.getagbooleanrenderertemplate.md +44 -1
- package/docs/api/grid-pro.getageditablerenderertemplate.md +44 -1
- package/docs/api/grid-pro.getavailableindexes.md +33 -3
- package/docs/api/grid-pro.getavailableindexfields.md +33 -3
- package/docs/api/grid-pro.getcolumntype.md +63 -0
- package/docs/api/grid-pro.getdateeditortemplate.md +44 -1
- package/docs/api/grid-pro.getfilterbyfieldtype.md +63 -0
- package/docs/api/grid-pro.getgridprotemplate.md +44 -1
- package/docs/api/grid-pro.getmultiselecteditortemplate.md +44 -1
- package/docs/api/grid-pro.getnumbereditortemplate.md +44 -1
- package/docs/api/grid-pro.getselecteditortemplate.md +44 -1
- package/docs/api/grid-pro.getselectrenderertemplate.md +44 -1
- package/docs/api/grid-pro.getstatuspillrenderertemplate.md +44 -1
- package/docs/api/grid-pro.getstringeditortemplate.md +44 -1
- package/docs/api/grid-pro.gettextfieldrenderertemplate.md +44 -1
- package/docs/api/grid-pro.gettextrenderertemplate.md +42 -1
- package/docs/api/grid-pro.gridpro.addeventlistener.md +65 -5
- package/docs/api/grid-pro.gridpro.agattributechangedcallback.md +59 -5
- package/docs/api/grid-pro.gridpro.applytemplatedefinitions.md +49 -4
- package/docs/api/grid-pro.gridpro.combineallgridcomponents.md +31 -3
- package/docs/api/grid-pro.gridpro.globaleventlistener.md +45 -4
- package/docs/api/grid-pro.gridpro.md +1077 -68
- package/docs/api/grid-pro.gridpro.mergeallcolumndefsandstates.md +49 -4
- package/docs/api/grid-pro.gridpro.rowdatachanged.md +45 -4
- package/docs/api/grid-pro.gridpro.setfiltermodel.md +31 -3
- package/docs/api/grid-pro.gridpro.setuppaginationandstatusbar.md +31 -3
- package/docs/api/grid-pro.gridpro.themechanged.md +45 -4
- package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +31 -3
- package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +47 -4
- package/docs/api/grid-pro.gridprobasedatasource.generatecolumndefsfrommetadata.md +45 -4
- package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +31 -3
- package/docs/api/grid-pro.gridprobasedatasource.handlestreamdeletes.md +31 -3
- package/docs/api/grid-pro.gridprobasedatasource.handlestreaminserts.md +47 -4
- package/docs/api/grid-pro.gridprobasedatasource.handlestreamupdates.md +31 -3
- package/docs/api/grid-pro.gridprobasedatasource.md +388 -27
- package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +33 -3
- package/docs/api/grid-pro.gridprocasetype.md +157 -12
- package/docs/api/grid-pro.gridprocell.init.md +31 -3
- package/docs/api/grid-pro.gridprocell.md +162 -13
- package/docs/api/grid-pro.gridprocell.refresh.md +31 -3
- package/docs/api/grid-pro.gridprocolumn.md +97 -8
- package/docs/api/grid-pro.gridprocolumns.md +49 -4
- package/docs/api/grid-pro.gridproerroritem.md +56 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +31 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +47 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.criteriachanged.md +45 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.handlestreamdeletes.md +33 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.handlestreaminserts.md +33 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.handlestreamupdates.md +33 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.init.md +49 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.md +358 -28
- package/docs/api/grid-pro.gridprogenesisdatasource.removefilter.md +31 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.requestchanged.md +45 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.resourcenamechanged.md +45 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.setfilter.md +45 -4
- package/docs/api/grid-pro.gridprorenderertypes.md +185 -14
- package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +31 -3
- package/docs/api/grid-pro.gridproserversidedatasource.applytransactionasync.md +47 -4
- package/docs/api/grid-pro.gridproserversidedatasource.criteriachanged.md +45 -4
- package/docs/api/grid-pro.gridproserversidedatasource.md +358 -24
- package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +31 -3
- package/docs/api/grid-pro.gridproserversidedatasource.reloadresourcedata.md +33 -3
- package/docs/api/grid-pro.gridproserversidedatasource.resourcenamechanged.md +45 -4
- package/docs/api/grid-pro.gridprostatusbarconfig.md +117 -7
- package/docs/api/grid-pro.gridprostatusbarloadmoreconfig.md +79 -5
- package/docs/api/grid-pro.gridprostatusbarreloadconfig.md +79 -5
- package/docs/api/grid-pro.gridprostatusbartypes.md +73 -6
- package/docs/api/grid-pro.kvstoragestatepersistence.getcolumnstate.md +31 -3
- package/docs/api/grid-pro.kvstoragestatepersistence.getfiltermodel.md +31 -3
- package/docs/api/grid-pro.kvstoragestatepersistence.md +121 -10
- package/docs/api/grid-pro.kvstoragestatepersistence.savecolumnstate.md +45 -4
- package/docs/api/grid-pro.kvstoragestatepersistence.savefiltermodel.md +45 -4
- package/docs/api/grid-pro.labelvaluestatusbarcomponent.init.md +31 -3
- package/docs/api/grid-pro.labelvaluestatusbarcomponent.md +53 -5
- package/docs/api/grid-pro.loadmorestatusbarcomponent.init.md +31 -3
- package/docs/api/grid-pro.loadmorestatusbarcomponent.md +77 -7
- package/docs/api/grid-pro.loadmorestatusbarcomponent.updateparams.md +31 -3
- package/docs/api/grid-pro.localstoragestatepersistence.getcolumnstate.md +31 -3
- package/docs/api/grid-pro.localstoragestatepersistence.getfiltermodel.md +31 -3
- package/docs/api/grid-pro.localstoragestatepersistence.md +104 -9
- package/docs/api/grid-pro.localstoragestatepersistence.savecolumnstate.md +45 -4
- package/docs/api/grid-pro.localstoragestatepersistence.savefiltermodel.md +45 -4
- package/docs/api/grid-pro.md +1651 -157
- package/docs/api/grid-pro.mergeanddedupcoldefwithcolumnstate.md +45 -4
- package/docs/api/grid-pro.multiselecteditor.changehandler.md +31 -3
- package/docs/api/grid-pro.multiselecteditor.init.md +31 -3
- package/docs/api/grid-pro.multiselecteditor.md +169 -14
- package/docs/api/grid-pro.multiselecteditor.refresh.md +31 -3
- package/docs/api/grid-pro.multiselecteditorparams.md +141 -9
- package/docs/api/grid-pro.numbereditor.changehandler.md +31 -3
- package/docs/api/grid-pro.numbereditor.init.md +31 -3
- package/docs/api/grid-pro.numbereditor.md +203 -16
- package/docs/api/grid-pro.numbereditor.refresh.md +31 -3
- package/docs/api/grid-pro.numbereditorparams.md +107 -7
- package/docs/api/grid-pro.paginationstatusbarcomponent.init.md +31 -3
- package/docs/api/grid-pro.paginationstatusbarcomponent.md +53 -5
- package/docs/api/grid-pro.reloadstatusbarcomponent.init.md +31 -3
- package/docs/api/grid-pro.reloadstatusbarcomponent.md +65 -6
- package/docs/api/grid-pro.reloadstatusbarcomponent.updateparams.md +31 -3
- package/docs/api/grid-pro.selectcellrendererparams.md +130 -8
- package/docs/api/grid-pro.selecteditor.changehandler.md +31 -3
- package/docs/api/grid-pro.selecteditor.init.md +31 -3
- package/docs/api/grid-pro.selecteditor.md +203 -16
- package/docs/api/grid-pro.selecteditor.refresh.md +31 -3
- package/docs/api/grid-pro.selecteditorparams.md +143 -9
- package/docs/api/grid-pro.selectrenderer.init.md +31 -3
- package/docs/api/grid-pro.selectrenderer.isdisabled.md +31 -3
- package/docs/api/grid-pro.selectrenderer.md +150 -12
- package/docs/api/grid-pro.selectrenderer.refresh.md +31 -3
- package/docs/api/grid-pro.selectrendereroptions.md +94 -6
- package/docs/api/grid-pro.statepersistence.getcolumnstate.md +31 -3
- package/docs/api/grid-pro.statepersistence.getfiltermodel.md +31 -3
- package/docs/api/grid-pro.statepersistence.md +56 -6
- package/docs/api/grid-pro.statepersistence.savecolumnstate.md +45 -4
- package/docs/api/grid-pro.statepersistence.savefiltermodel.md +45 -4
- package/docs/api/grid-pro.statuspillrenderer.init.md +31 -3
- package/docs/api/grid-pro.statuspillrenderer.md +104 -9
- package/docs/api/grid-pro.statuspillrenderer.refresh.md +31 -3
- package/docs/api/grid-pro.stringeditor.changehandler.md +31 -3
- package/docs/api/grid-pro.stringeditor.init.md +31 -3
- package/docs/api/grid-pro.stringeditor.md +203 -16
- package/docs/api/grid-pro.stringeditor.refresh.md +31 -3
- package/docs/api/grid-pro.stringeditorparams.md +39 -3
- package/docs/api/index.md +21 -3
- package/docs/api-report.md +1 -1
- package/docs/api-report.md.api.md +1769 -0
- package/package.json +14 -14
|
@@ -3717,69 +3717,123 @@
|
|
|
3717
3717
|
},
|
|
3718
3718
|
{
|
|
3719
3719
|
"kind": "javascript-module",
|
|
3720
|
-
"path": "src/
|
|
3720
|
+
"path": "src/column/column.template.ts",
|
|
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",
|
|
3721
3744
|
"declarations": [
|
|
3722
3745
|
{
|
|
3723
3746
|
"kind": "class",
|
|
3724
|
-
"description": "The
|
|
3725
|
-
"name": "
|
|
3747
|
+
"description": "The Grid Pro Column element.",
|
|
3748
|
+
"name": "GridProColumn",
|
|
3726
3749
|
"members": [
|
|
3727
3750
|
{
|
|
3728
3751
|
"kind": "field",
|
|
3729
|
-
"name": "
|
|
3752
|
+
"name": "slottedAgCell",
|
|
3730
3753
|
"type": {
|
|
3731
|
-
"text": "
|
|
3754
|
+
"text": "HTMLElement[]"
|
|
3732
3755
|
},
|
|
3733
3756
|
"privacy": "public"
|
|
3734
3757
|
},
|
|
3735
3758
|
{
|
|
3736
3759
|
"kind": "field",
|
|
3737
|
-
"name": "
|
|
3760
|
+
"name": "definition",
|
|
3738
3761
|
"type": {
|
|
3739
|
-
"text": "
|
|
3762
|
+
"text": "ColDef"
|
|
3740
3763
|
},
|
|
3741
|
-
"
|
|
3764
|
+
"default": "{}"
|
|
3742
3765
|
},
|
|
3743
3766
|
{
|
|
3744
3767
|
"kind": "method",
|
|
3745
|
-
"name": "
|
|
3746
|
-
"privacy": "public"
|
|
3747
|
-
"parameters": [
|
|
3748
|
-
{
|
|
3749
|
-
"name": "params",
|
|
3750
|
-
"type": {
|
|
3751
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
3752
|
-
}
|
|
3753
|
-
}
|
|
3754
|
-
]
|
|
3768
|
+
"name": "slottedAgCellChanged",
|
|
3769
|
+
"privacy": "public"
|
|
3755
3770
|
},
|
|
3756
3771
|
{
|
|
3757
3772
|
"kind": "method",
|
|
3758
|
-
"name": "
|
|
3759
|
-
"privacy": "public",
|
|
3773
|
+
"name": "deepClone",
|
|
3760
3774
|
"return": {
|
|
3761
3775
|
"type": {
|
|
3762
|
-
"text": "
|
|
3776
|
+
"text": "Node"
|
|
3763
3777
|
}
|
|
3778
|
+
},
|
|
3779
|
+
"inheritedFrom": {
|
|
3780
|
+
"name": "LifecycleMixin",
|
|
3781
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3764
3782
|
}
|
|
3765
3783
|
},
|
|
3766
3784
|
{
|
|
3767
3785
|
"kind": "method",
|
|
3768
|
-
"name": "
|
|
3769
|
-
"
|
|
3786
|
+
"name": "cloneNode",
|
|
3787
|
+
"return": {
|
|
3788
|
+
"type": {
|
|
3789
|
+
"text": "Node"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3770
3792
|
"parameters": [
|
|
3771
3793
|
{
|
|
3772
|
-
"name": "
|
|
3794
|
+
"name": "deep",
|
|
3795
|
+
"optional": true,
|
|
3773
3796
|
"type": {
|
|
3774
|
-
"text": "
|
|
3797
|
+
"text": "boolean"
|
|
3775
3798
|
}
|
|
3776
3799
|
}
|
|
3777
|
-
]
|
|
3800
|
+
],
|
|
3801
|
+
"inheritedFrom": {
|
|
3802
|
+
"name": "LifecycleMixin",
|
|
3803
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"kind": "field",
|
|
3808
|
+
"name": "shouldRunDisconnect",
|
|
3809
|
+
"return": {
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": ""
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3814
|
+
"readonly": true,
|
|
3815
|
+
"inheritedFrom": {
|
|
3816
|
+
"name": "LifecycleMixin",
|
|
3817
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "shouldRunConnect",
|
|
3823
|
+
"return": {
|
|
3824
|
+
"type": {
|
|
3825
|
+
"text": ""
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
"readonly": true,
|
|
3829
|
+
"inheritedFrom": {
|
|
3830
|
+
"name": "LifecycleMixin",
|
|
3831
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3832
|
+
}
|
|
3778
3833
|
},
|
|
3779
3834
|
{
|
|
3780
3835
|
"kind": "method",
|
|
3781
|
-
"name": "
|
|
3782
|
-
"privacy": "public",
|
|
3836
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3783
3837
|
"return": {
|
|
3784
3838
|
"type": {
|
|
3785
3839
|
"text": "boolean"
|
|
@@ -3787,19 +3841,16 @@
|
|
|
3787
3841
|
},
|
|
3788
3842
|
"parameters": [
|
|
3789
3843
|
{
|
|
3790
|
-
"name": "
|
|
3844
|
+
"name": "lifecycleType",
|
|
3845
|
+
"type": {
|
|
3846
|
+
"text": "Lifecycletype"
|
|
3847
|
+
}
|
|
3791
3848
|
}
|
|
3792
|
-
]
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
"privacy": "public"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"kind": "field",
|
|
3801
|
-
"name": "dataTestId",
|
|
3802
|
-
"readonly": true
|
|
3849
|
+
],
|
|
3850
|
+
"inheritedFrom": {
|
|
3851
|
+
"name": "LifecycleMixin",
|
|
3852
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3853
|
+
}
|
|
3803
3854
|
},
|
|
3804
3855
|
{
|
|
3805
3856
|
"kind": "field",
|
|
@@ -3913,82 +3964,92 @@
|
|
|
3913
3964
|
}
|
|
3914
3965
|
}
|
|
3915
3966
|
],
|
|
3967
|
+
"mixins": [
|
|
3968
|
+
{
|
|
3969
|
+
"name": "LifecycleMixin",
|
|
3970
|
+
"package": "@genesislcap/foundation-utils"
|
|
3971
|
+
}
|
|
3972
|
+
],
|
|
3916
3973
|
"superclass": {
|
|
3917
3974
|
"name": "FoundationElement",
|
|
3918
3975
|
"package": "@microsoft/fast-foundation"
|
|
3919
3976
|
},
|
|
3920
|
-
"tagName": "
|
|
3977
|
+
"tagName": "grid-pro-column",
|
|
3921
3978
|
"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"
|
|
3941
3979
|
}
|
|
3942
3980
|
],
|
|
3943
3981
|
"exports": [
|
|
3944
3982
|
{
|
|
3945
3983
|
"kind": "js",
|
|
3946
|
-
"name": "
|
|
3984
|
+
"name": "GridProColumn",
|
|
3947
3985
|
"declaration": {
|
|
3948
|
-
"name": "
|
|
3949
|
-
"module": "src/
|
|
3986
|
+
"name": "GridProColumn",
|
|
3987
|
+
"module": "src/column/column.ts"
|
|
3950
3988
|
}
|
|
3951
3989
|
},
|
|
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": [
|
|
3952
4005
|
{
|
|
3953
4006
|
"kind": "js",
|
|
3954
|
-
"name": "
|
|
4007
|
+
"name": "*",
|
|
3955
4008
|
"declaration": {
|
|
3956
|
-
"name": "
|
|
3957
|
-
"
|
|
4009
|
+
"name": "*",
|
|
4010
|
+
"package": "./column.template"
|
|
3958
4011
|
}
|
|
3959
4012
|
},
|
|
3960
4013
|
{
|
|
3961
4014
|
"kind": "js",
|
|
3962
|
-
"name": "
|
|
4015
|
+
"name": "*",
|
|
3963
4016
|
"declaration": {
|
|
3964
|
-
"name": "
|
|
3965
|
-
"
|
|
4017
|
+
"name": "*",
|
|
4018
|
+
"package": "./column"
|
|
3966
4019
|
}
|
|
3967
4020
|
},
|
|
3968
4021
|
{
|
|
3969
4022
|
"kind": "js",
|
|
3970
|
-
"name": "
|
|
4023
|
+
"name": "*",
|
|
3971
4024
|
"declaration": {
|
|
3972
|
-
"name": "
|
|
3973
|
-
"
|
|
4025
|
+
"name": "*",
|
|
4026
|
+
"package": "./utils"
|
|
3974
4027
|
}
|
|
3975
4028
|
}
|
|
3976
4029
|
]
|
|
3977
4030
|
},
|
|
3978
4031
|
{
|
|
3979
4032
|
"kind": "javascript-module",
|
|
3980
|
-
"path": "src/cell-renderers/
|
|
4033
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3981
4034
|
"declarations": [
|
|
3982
4035
|
{
|
|
3983
4036
|
"kind": "class",
|
|
3984
|
-
"description": "The
|
|
3985
|
-
"name": "
|
|
4037
|
+
"description": "The AG Action Renderer element.",
|
|
4038
|
+
"name": "ActionRenderer",
|
|
3986
4039
|
"members": [
|
|
3987
4040
|
{
|
|
3988
4041
|
"kind": "field",
|
|
3989
4042
|
"name": "params",
|
|
3990
4043
|
"type": {
|
|
3991
|
-
"text": "ICellRendererParams"
|
|
4044
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4045
|
+
},
|
|
4046
|
+
"privacy": "public"
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"kind": "field",
|
|
4050
|
+
"name": "pendingAction",
|
|
4051
|
+
"type": {
|
|
4052
|
+
"text": "boolean"
|
|
3992
4053
|
},
|
|
3993
4054
|
"privacy": "public"
|
|
3994
4055
|
},
|
|
@@ -4000,7 +4061,7 @@
|
|
|
4000
4061
|
{
|
|
4001
4062
|
"name": "params",
|
|
4002
4063
|
"type": {
|
|
4003
|
-
"text": "ICellRendererParams"
|
|
4064
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4004
4065
|
}
|
|
4005
4066
|
}
|
|
4006
4067
|
]
|
|
@@ -4028,6 +4089,31 @@
|
|
|
4028
4089
|
}
|
|
4029
4090
|
]
|
|
4030
4091
|
},
|
|
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
|
+
},
|
|
4031
4117
|
{
|
|
4032
4118
|
"kind": "field",
|
|
4033
4119
|
"name": "_presentation",
|
|
@@ -4144,26 +4230,253 @@
|
|
|
4144
4230
|
"name": "FoundationElement",
|
|
4145
4231
|
"package": "@microsoft/fast-foundation"
|
|
4146
4232
|
},
|
|
4147
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
4233
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4148
4234
|
"customElement": true
|
|
4149
4235
|
},
|
|
4150
4236
|
{
|
|
4151
4237
|
"kind": "variable",
|
|
4152
|
-
"name": "
|
|
4153
|
-
"description": "
|
|
4238
|
+
"name": "actionHeightMultiplier",
|
|
4239
|
+
"description": "The base height multiplier for the action renderer.",
|
|
4154
4240
|
"privacy": "public"
|
|
4155
4241
|
},
|
|
4156
4242
|
{
|
|
4157
|
-
"kind": "
|
|
4158
|
-
"name": "
|
|
4159
|
-
"
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
"
|
|
4165
|
-
|
|
4166
|
-
|
|
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.",
|
|
4467
|
+
"privacy": "public"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "function",
|
|
4471
|
+
"name": "getActionsMenuDef",
|
|
4472
|
+
"return": {
|
|
4473
|
+
"type": {
|
|
4474
|
+
"text": ""
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
"parameters": [
|
|
4478
|
+
{
|
|
4479
|
+
"name": "actions",
|
|
4167
4480
|
"type": {
|
|
4168
4481
|
"text": "ActionMenuItem[]"
|
|
4169
4482
|
},
|
|
@@ -5165,282 +5478,20 @@
|
|
|
5165
5478
|
"kind": "method",
|
|
5166
5479
|
"name": "refresh",
|
|
5167
5480
|
"parameters": [
|
|
5168
|
-
{
|
|
5169
|
-
"name": "params"
|
|
5170
|
-
}
|
|
5171
|
-
]
|
|
5172
|
-
},
|
|
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"
|
|
5481
|
+
{
|
|
5482
|
+
"name": "params"
|
|
5441
5483
|
}
|
|
5442
5484
|
]
|
|
5443
5485
|
},
|
|
5486
|
+
{
|
|
5487
|
+
"kind": "method",
|
|
5488
|
+
"name": "destroy",
|
|
5489
|
+
"return": {
|
|
5490
|
+
"type": {
|
|
5491
|
+
"text": "void"
|
|
5492
|
+
}
|
|
5493
|
+
}
|
|
5494
|
+
},
|
|
5444
5495
|
{
|
|
5445
5496
|
"kind": "field",
|
|
5446
5497
|
"name": "_presentation",
|
|
@@ -5557,91 +5608,59 @@
|
|
|
5557
5608
|
"name": "FoundationElement",
|
|
5558
5609
|
"package": "@microsoft/fast-foundation"
|
|
5559
5610
|
},
|
|
5560
|
-
"tagName": "%%prefix%%-
|
|
5611
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5561
5612
|
"customElement": true
|
|
5562
5613
|
},
|
|
5563
5614
|
{
|
|
5564
5615
|
"kind": "variable",
|
|
5565
|
-
"name": "
|
|
5566
|
-
"
|
|
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.",
|
|
5616
|
+
"name": "foundationStatusPillRenderer",
|
|
5617
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5592
5618
|
"privacy": "public"
|
|
5593
5619
|
}
|
|
5594
5620
|
],
|
|
5595
5621
|
"exports": [
|
|
5596
5622
|
{
|
|
5597
5623
|
"kind": "js",
|
|
5598
|
-
"name": "
|
|
5624
|
+
"name": "agStatusPillRendererStyles",
|
|
5599
5625
|
"declaration": {
|
|
5600
|
-
"name": "
|
|
5601
|
-
"module": "src/cell-renderers/
|
|
5626
|
+
"name": "agStatusPillRendererStyles",
|
|
5627
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5602
5628
|
}
|
|
5603
5629
|
},
|
|
5604
5630
|
{
|
|
5605
5631
|
"kind": "js",
|
|
5606
|
-
"name": "
|
|
5632
|
+
"name": "getStatusPillRendererTemplate",
|
|
5607
5633
|
"declaration": {
|
|
5608
|
-
"name": "
|
|
5609
|
-
"module": "src/cell-renderers/
|
|
5634
|
+
"name": "getStatusPillRendererTemplate",
|
|
5635
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5610
5636
|
}
|
|
5611
5637
|
},
|
|
5612
5638
|
{
|
|
5613
5639
|
"kind": "js",
|
|
5614
|
-
"name": "
|
|
5640
|
+
"name": "StatusPillRenderer",
|
|
5615
5641
|
"declaration": {
|
|
5616
|
-
"name": "
|
|
5617
|
-
"module": "src/cell-renderers/
|
|
5642
|
+
"name": "StatusPillRenderer",
|
|
5643
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5618
5644
|
}
|
|
5619
5645
|
},
|
|
5620
5646
|
{
|
|
5621
5647
|
"kind": "js",
|
|
5622
|
-
"name": "
|
|
5648
|
+
"name": "foundationStatusPillRenderer",
|
|
5623
5649
|
"declaration": {
|
|
5624
|
-
"name": "
|
|
5625
|
-
"module": "src/cell-renderers/
|
|
5650
|
+
"name": "foundationStatusPillRenderer",
|
|
5651
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5626
5652
|
}
|
|
5627
5653
|
}
|
|
5628
5654
|
]
|
|
5629
5655
|
},
|
|
5630
5656
|
{
|
|
5631
5657
|
"kind": "javascript-module",
|
|
5632
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
5658
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5633
5659
|
"declarations": [
|
|
5634
5660
|
{
|
|
5635
5661
|
"kind": "class",
|
|
5636
|
-
"description": "",
|
|
5637
|
-
"name": "
|
|
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,
|
|
5662
|
+
"description": "The AG Text Field Renderer element.",
|
|
5663
|
+
"name": "AgTextFieldRenderer",
|
|
5645
5664
|
"members": [
|
|
5646
5665
|
{
|
|
5647
5666
|
"kind": "field",
|
|
@@ -5649,11 +5668,7 @@
|
|
|
5649
5668
|
"type": {
|
|
5650
5669
|
"text": "TextField"
|
|
5651
5670
|
},
|
|
5652
|
-
"privacy": "public"
|
|
5653
|
-
"inheritedFrom": {
|
|
5654
|
-
"name": "AgTextFieldRenderer",
|
|
5655
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5656
|
-
}
|
|
5671
|
+
"privacy": "public"
|
|
5657
5672
|
},
|
|
5658
5673
|
{
|
|
5659
5674
|
"kind": "field",
|
|
@@ -5661,11 +5676,7 @@
|
|
|
5661
5676
|
"type": {
|
|
5662
5677
|
"text": "string"
|
|
5663
5678
|
},
|
|
5664
|
-
"default": "''"
|
|
5665
|
-
"inheritedFrom": {
|
|
5666
|
-
"name": "AgTextFieldRenderer",
|
|
5667
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5668
|
-
}
|
|
5679
|
+
"default": "''"
|
|
5669
5680
|
},
|
|
5670
5681
|
{
|
|
5671
5682
|
"kind": "field",
|
|
@@ -5673,11 +5684,7 @@
|
|
|
5673
5684
|
"type": {
|
|
5674
5685
|
"text": "FuiCellRendererParams"
|
|
5675
5686
|
},
|
|
5676
|
-
"privacy": "public"
|
|
5677
|
-
"inheritedFrom": {
|
|
5678
|
-
"name": "AgTextFieldRenderer",
|
|
5679
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5680
|
-
}
|
|
5687
|
+
"privacy": "public"
|
|
5681
5688
|
},
|
|
5682
5689
|
{
|
|
5683
5690
|
"kind": "method",
|
|
@@ -5690,11 +5697,7 @@
|
|
|
5690
5697
|
"text": "FuiCellRendererParams"
|
|
5691
5698
|
}
|
|
5692
5699
|
}
|
|
5693
|
-
]
|
|
5694
|
-
"inheritedFrom": {
|
|
5695
|
-
"name": "AgTextFieldRenderer",
|
|
5696
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5697
|
-
}
|
|
5700
|
+
]
|
|
5698
5701
|
},
|
|
5699
5702
|
{
|
|
5700
5703
|
"kind": "method",
|
|
@@ -5704,20 +5707,12 @@
|
|
|
5704
5707
|
"type": {
|
|
5705
5708
|
"text": "HTMLElement"
|
|
5706
5709
|
}
|
|
5707
|
-
},
|
|
5708
|
-
"inheritedFrom": {
|
|
5709
|
-
"name": "AgTextFieldRenderer",
|
|
5710
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5711
5710
|
}
|
|
5712
5711
|
},
|
|
5713
5712
|
{
|
|
5714
5713
|
"kind": "method",
|
|
5715
5714
|
"name": "destroy",
|
|
5716
|
-
"privacy": "public"
|
|
5717
|
-
"inheritedFrom": {
|
|
5718
|
-
"name": "AgTextFieldRenderer",
|
|
5719
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5720
|
-
}
|
|
5715
|
+
"privacy": "public"
|
|
5721
5716
|
},
|
|
5722
5717
|
{
|
|
5723
5718
|
"kind": "method",
|
|
@@ -5730,11 +5725,7 @@
|
|
|
5730
5725
|
"text": "FuiCellRendererParams"
|
|
5731
5726
|
}
|
|
5732
5727
|
}
|
|
5733
|
-
]
|
|
5734
|
-
"inheritedFrom": {
|
|
5735
|
-
"name": "AgTextFieldRenderer",
|
|
5736
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5737
|
-
}
|
|
5728
|
+
]
|
|
5738
5729
|
},
|
|
5739
5730
|
{
|
|
5740
5731
|
"kind": "method",
|
|
@@ -5749,11 +5740,7 @@
|
|
|
5749
5740
|
{
|
|
5750
5741
|
"name": "data"
|
|
5751
5742
|
}
|
|
5752
|
-
]
|
|
5753
|
-
"inheritedFrom": {
|
|
5754
|
-
"name": "AgTextFieldRenderer",
|
|
5755
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5756
|
-
}
|
|
5743
|
+
]
|
|
5757
5744
|
},
|
|
5758
5745
|
{
|
|
5759
5746
|
"kind": "field",
|
|
@@ -5765,11 +5752,7 @@
|
|
|
5765
5752
|
"description": "CustomEvent",
|
|
5766
5753
|
"name": "e"
|
|
5767
5754
|
}
|
|
5768
|
-
]
|
|
5769
|
-
"inheritedFrom": {
|
|
5770
|
-
"name": "AgTextFieldRenderer",
|
|
5771
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5772
|
-
}
|
|
5755
|
+
]
|
|
5773
5756
|
},
|
|
5774
5757
|
{
|
|
5775
5758
|
"kind": "field",
|
|
@@ -5882,184 +5865,194 @@
|
|
|
5882
5865
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5883
5866
|
}
|
|
5884
5867
|
}
|
|
5885
|
-
]
|
|
5868
|
+
],
|
|
5869
|
+
"superclass": {
|
|
5870
|
+
"name": "FoundationElement",
|
|
5871
|
+
"package": "@microsoft/fast-foundation"
|
|
5872
|
+
},
|
|
5873
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5874
|
+
"customElement": true
|
|
5886
5875
|
},
|
|
5887
5876
|
{
|
|
5888
5877
|
"kind": "variable",
|
|
5889
|
-
"name": "
|
|
5890
|
-
"default": "
|
|
5891
|
-
"
|
|
5892
|
-
"
|
|
5878
|
+
"name": "textFieldRendererStyles",
|
|
5879
|
+
"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`",
|
|
5880
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5881
|
+
"privacy": "public"
|
|
5893
5882
|
},
|
|
5894
5883
|
{
|
|
5895
|
-
"kind": "
|
|
5896
|
-
"name": "
|
|
5897
|
-
"
|
|
5898
|
-
|
|
5899
|
-
|
|
5884
|
+
"kind": "function",
|
|
5885
|
+
"name": "getTextFieldRendererTemplate",
|
|
5886
|
+
"parameters": [
|
|
5887
|
+
{
|
|
5888
|
+
"name": "designSystem",
|
|
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"
|
|
5900
5900
|
},
|
|
5901
5901
|
{
|
|
5902
5902
|
"kind": "variable",
|
|
5903
|
-
"name": "
|
|
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"
|
|
5903
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5904
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5905
|
+
"privacy": "public"
|
|
5907
5906
|
}
|
|
5908
5907
|
],
|
|
5909
5908
|
"exports": [
|
|
5910
5909
|
{
|
|
5911
5910
|
"kind": "js",
|
|
5912
|
-
"name": "
|
|
5911
|
+
"name": "AgTextFieldRenderer",
|
|
5913
5912
|
"declaration": {
|
|
5914
|
-
"name": "
|
|
5915
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5913
|
+
"name": "AgTextFieldRenderer",
|
|
5914
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5916
5915
|
}
|
|
5917
5916
|
},
|
|
5918
5917
|
{
|
|
5919
5918
|
"kind": "js",
|
|
5920
|
-
"name": "
|
|
5919
|
+
"name": "textFieldRendererStyles",
|
|
5921
5920
|
"declaration": {
|
|
5922
|
-
"name": "
|
|
5923
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5921
|
+
"name": "textFieldRendererStyles",
|
|
5922
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5924
5923
|
}
|
|
5925
5924
|
},
|
|
5926
5925
|
{
|
|
5927
5926
|
"kind": "js",
|
|
5928
|
-
"name": "
|
|
5927
|
+
"name": "getTextFieldRendererTemplate",
|
|
5929
5928
|
"declaration": {
|
|
5930
|
-
"name": "
|
|
5931
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5929
|
+
"name": "getTextFieldRendererTemplate",
|
|
5930
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5932
5931
|
}
|
|
5933
5932
|
},
|
|
5934
5933
|
{
|
|
5935
5934
|
"kind": "js",
|
|
5936
|
-
"name": "
|
|
5937
|
-
"declaration": {
|
|
5938
|
-
"name": "foundationAgTextRenderer",
|
|
5939
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5940
|
-
}
|
|
5941
|
-
}
|
|
5942
|
-
]
|
|
5943
|
-
},
|
|
5944
|
-
{
|
|
5945
|
-
"kind": "javascript-module",
|
|
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",
|
|
5935
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5960
5936
|
"declaration": {
|
|
5961
|
-
"name": "
|
|
5962
|
-
"module": "src/
|
|
5937
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5938
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5963
5939
|
}
|
|
5964
5940
|
}
|
|
5965
5941
|
]
|
|
5966
5942
|
},
|
|
5967
5943
|
{
|
|
5968
5944
|
"kind": "javascript-module",
|
|
5969
|
-
"path": "src/
|
|
5945
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5970
5946
|
"declarations": [
|
|
5971
5947
|
{
|
|
5972
5948
|
"kind": "class",
|
|
5973
|
-
"description": "
|
|
5974
|
-
"name": "
|
|
5949
|
+
"description": "",
|
|
5950
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
5975
5958
|
"members": [
|
|
5976
5959
|
{
|
|
5977
5960
|
"kind": "field",
|
|
5978
|
-
"name": "
|
|
5961
|
+
"name": "textField",
|
|
5979
5962
|
"type": {
|
|
5980
|
-
"text": "
|
|
5963
|
+
"text": "TextField"
|
|
5981
5964
|
},
|
|
5982
|
-
"privacy": "public"
|
|
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",
|
|
5974
|
+
"type": {
|
|
5975
|
+
"text": "string"
|
|
5976
|
+
},
|
|
5977
|
+
"default": "''",
|
|
5978
|
+
"inheritedFrom": {
|
|
5979
|
+
"name": "AgTextFieldRenderer",
|
|
5980
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5981
|
+
}
|
|
5983
5982
|
},
|
|
5984
5983
|
{
|
|
5985
5984
|
"kind": "field",
|
|
5986
|
-
"name": "
|
|
5985
|
+
"name": "params",
|
|
5987
5986
|
"type": {
|
|
5988
|
-
"text": "
|
|
5989
|
-
},
|
|
5990
|
-
"default": "{}"
|
|
5991
|
-
},
|
|
5992
|
-
{
|
|
5993
|
-
"kind": "method",
|
|
5994
|
-
"name": "slottedAgCellChanged",
|
|
5995
|
-
"privacy": "public"
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"kind": "method",
|
|
5999
|
-
"name": "deepClone",
|
|
6000
|
-
"return": {
|
|
6001
|
-
"type": {
|
|
6002
|
-
"text": "Node"
|
|
6003
|
-
}
|
|
5987
|
+
"text": "FuiCellRendererParams"
|
|
6004
5988
|
},
|
|
5989
|
+
"privacy": "public",
|
|
6005
5990
|
"inheritedFrom": {
|
|
6006
|
-
"name": "
|
|
6007
|
-
"module": "src/
|
|
5991
|
+
"name": "AgTextFieldRenderer",
|
|
5992
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6008
5993
|
}
|
|
6009
5994
|
},
|
|
6010
5995
|
{
|
|
6011
5996
|
"kind": "method",
|
|
6012
|
-
"name": "
|
|
6013
|
-
"
|
|
6014
|
-
"type": {
|
|
6015
|
-
"text": "Node"
|
|
6016
|
-
}
|
|
6017
|
-
},
|
|
5997
|
+
"name": "init",
|
|
5998
|
+
"privacy": "public",
|
|
6018
5999
|
"parameters": [
|
|
6019
6000
|
{
|
|
6020
|
-
"name": "
|
|
6021
|
-
"optional": true,
|
|
6001
|
+
"name": "params",
|
|
6022
6002
|
"type": {
|
|
6023
|
-
"text": "
|
|
6003
|
+
"text": "FuiCellRendererParams"
|
|
6024
6004
|
}
|
|
6025
6005
|
}
|
|
6026
6006
|
],
|
|
6027
6007
|
"inheritedFrom": {
|
|
6028
|
-
"name": "
|
|
6029
|
-
"module": "src/
|
|
6008
|
+
"name": "AgTextFieldRenderer",
|
|
6009
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6030
6010
|
}
|
|
6031
6011
|
},
|
|
6032
6012
|
{
|
|
6033
|
-
"kind": "
|
|
6034
|
-
"name": "
|
|
6013
|
+
"kind": "method",
|
|
6014
|
+
"name": "getGui",
|
|
6015
|
+
"privacy": "public",
|
|
6035
6016
|
"return": {
|
|
6036
6017
|
"type": {
|
|
6037
|
-
"text": ""
|
|
6018
|
+
"text": "HTMLElement"
|
|
6038
6019
|
}
|
|
6039
6020
|
},
|
|
6040
|
-
"readonly": true,
|
|
6041
6021
|
"inheritedFrom": {
|
|
6042
|
-
"name": "
|
|
6043
|
-
"module": "src/
|
|
6022
|
+
"name": "AgTextFieldRenderer",
|
|
6023
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6044
6024
|
}
|
|
6045
6025
|
},
|
|
6046
6026
|
{
|
|
6047
|
-
"kind": "
|
|
6048
|
-
"name": "
|
|
6049
|
-
"
|
|
6050
|
-
|
|
6051
|
-
|
|
6027
|
+
"kind": "method",
|
|
6028
|
+
"name": "destroy",
|
|
6029
|
+
"privacy": "public",
|
|
6030
|
+
"inheritedFrom": {
|
|
6031
|
+
"name": "AgTextFieldRenderer",
|
|
6032
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6033
|
+
}
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"kind": "method",
|
|
6037
|
+
"name": "refresh",
|
|
6038
|
+
"privacy": "public",
|
|
6039
|
+
"parameters": [
|
|
6040
|
+
{
|
|
6041
|
+
"name": "params",
|
|
6042
|
+
"type": {
|
|
6043
|
+
"text": "FuiCellRendererParams"
|
|
6044
|
+
}
|
|
6052
6045
|
}
|
|
6053
|
-
|
|
6054
|
-
"readonly": true,
|
|
6046
|
+
],
|
|
6055
6047
|
"inheritedFrom": {
|
|
6056
|
-
"name": "
|
|
6057
|
-
"module": "src/
|
|
6048
|
+
"name": "AgTextFieldRenderer",
|
|
6049
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6058
6050
|
}
|
|
6059
6051
|
},
|
|
6060
6052
|
{
|
|
6061
6053
|
"kind": "method",
|
|
6062
|
-
"name": "
|
|
6054
|
+
"name": "isDisabled",
|
|
6055
|
+
"privacy": "public",
|
|
6063
6056
|
"return": {
|
|
6064
6057
|
"type": {
|
|
6065
6058
|
"text": "boolean"
|
|
@@ -6067,15 +6060,28 @@
|
|
|
6067
6060
|
},
|
|
6068
6061
|
"parameters": [
|
|
6069
6062
|
{
|
|
6070
|
-
"name": "
|
|
6071
|
-
"type": {
|
|
6072
|
-
"text": "Lifecycletype"
|
|
6073
|
-
}
|
|
6063
|
+
"name": "data"
|
|
6074
6064
|
}
|
|
6075
6065
|
],
|
|
6076
6066
|
"inheritedFrom": {
|
|
6077
|
-
"name": "
|
|
6078
|
-
"module": "src/
|
|
6067
|
+
"name": "AgTextFieldRenderer",
|
|
6068
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
6071
|
+
{
|
|
6072
|
+
"kind": "field",
|
|
6073
|
+
"name": "textChanged",
|
|
6074
|
+
"privacy": "public",
|
|
6075
|
+
"description": "On text change handler",
|
|
6076
|
+
"parameters": [
|
|
6077
|
+
{
|
|
6078
|
+
"description": "CustomEvent",
|
|
6079
|
+
"name": "e"
|
|
6080
|
+
}
|
|
6081
|
+
],
|
|
6082
|
+
"inheritedFrom": {
|
|
6083
|
+
"name": "AgTextFieldRenderer",
|
|
6084
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6079
6085
|
}
|
|
6080
6086
|
},
|
|
6081
6087
|
{
|
|
@@ -6189,67 +6195,61 @@
|
|
|
6189
6195
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6190
6196
|
}
|
|
6191
6197
|
}
|
|
6192
|
-
]
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
"
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
"
|
|
6204
|
-
"
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "variable",
|
|
6202
|
+
"name": "textRendererStyles",
|
|
6203
|
+
"default": "textFieldRendererStyles",
|
|
6204
|
+
"privacy": "public",
|
|
6205
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"kind": "variable",
|
|
6209
|
+
"name": "getTextRendererTemplate",
|
|
6210
|
+
"default": "getTextFieldRendererTemplate",
|
|
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"
|
|
6205
6220
|
}
|
|
6206
6221
|
],
|
|
6207
6222
|
"exports": [
|
|
6208
6223
|
{
|
|
6209
6224
|
"kind": "js",
|
|
6210
|
-
"name": "
|
|
6225
|
+
"name": "AgTextRenderer",
|
|
6211
6226
|
"declaration": {
|
|
6212
|
-
"name": "
|
|
6213
|
-
"module": "src/
|
|
6227
|
+
"name": "AgTextRenderer",
|
|
6228
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6214
6229
|
}
|
|
6215
6230
|
},
|
|
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": "textRendererStyles",
|
|
6234
6234
|
"declaration": {
|
|
6235
|
-
"name": "
|
|
6236
|
-
"
|
|
6235
|
+
"name": "textRendererStyles",
|
|
6236
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6237
6237
|
}
|
|
6238
6238
|
},
|
|
6239
6239
|
{
|
|
6240
6240
|
"kind": "js",
|
|
6241
|
-
"name": "
|
|
6241
|
+
"name": "getTextRendererTemplate",
|
|
6242
6242
|
"declaration": {
|
|
6243
|
-
"name": "
|
|
6244
|
-
"
|
|
6243
|
+
"name": "getTextRendererTemplate",
|
|
6244
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6245
6245
|
}
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
6248
6248
|
"kind": "js",
|
|
6249
|
-
"name": "
|
|
6249
|
+
"name": "foundationAgTextRenderer",
|
|
6250
6250
|
"declaration": {
|
|
6251
|
-
"name": "
|
|
6252
|
-
"
|
|
6251
|
+
"name": "foundationAgTextRenderer",
|
|
6252
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
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: -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`",
|
|
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`",
|
|
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: -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`",
|
|
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`",
|
|
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: 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:\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`",
|
|
12838
12838
|
"description": "AG Material Theme (no fonts) CSS.",
|
|
12839
12839
|
"privacy": "public"
|
|
12840
12840
|
}
|
|
@@ -15882,46 +15882,51 @@
|
|
|
15882
15882
|
},
|
|
15883
15883
|
{
|
|
15884
15884
|
"kind": "javascript-module",
|
|
15885
|
-
"path": "src/
|
|
15885
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
15886
15886
|
"declarations": [
|
|
15887
15887
|
{
|
|
15888
15888
|
"kind": "function",
|
|
15889
|
-
"name": "
|
|
15889
|
+
"name": "gridProColumns",
|
|
15890
15890
|
"return": {
|
|
15891
15891
|
"type": {
|
|
15892
|
-
"text": "
|
|
15892
|
+
"text": "CaptureType<TSource>"
|
|
15893
15893
|
}
|
|
15894
15894
|
},
|
|
15895
15895
|
"parameters": [
|
|
15896
15896
|
{
|
|
15897
|
-
"name": "
|
|
15897
|
+
"name": "itemsBinding",
|
|
15898
15898
|
"type": {
|
|
15899
|
-
"text": "
|
|
15900
|
-
}
|
|
15899
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
15900
|
+
},
|
|
15901
|
+
"description": "The array to render"
|
|
15901
15902
|
},
|
|
15902
15903
|
{
|
|
15903
|
-
"name": "
|
|
15904
|
+
"name": "includeRenderers",
|
|
15905
|
+
"default": "true",
|
|
15904
15906
|
"type": {
|
|
15905
|
-
"text": "
|
|
15906
|
-
}
|
|
15907
|
+
"text": "boolean"
|
|
15908
|
+
},
|
|
15909
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
15907
15910
|
}
|
|
15908
|
-
]
|
|
15911
|
+
],
|
|
15912
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
15913
|
+
"privacy": "public"
|
|
15909
15914
|
}
|
|
15910
15915
|
],
|
|
15911
15916
|
"exports": [
|
|
15912
15917
|
{
|
|
15913
15918
|
"kind": "js",
|
|
15914
|
-
"name": "
|
|
15919
|
+
"name": "gridProColumns",
|
|
15915
15920
|
"declaration": {
|
|
15916
|
-
"name": "
|
|
15917
|
-
"module": "src/
|
|
15921
|
+
"name": "gridProColumns",
|
|
15922
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
15918
15923
|
}
|
|
15919
15924
|
}
|
|
15920
15925
|
]
|
|
15921
15926
|
},
|
|
15922
15927
|
{
|
|
15923
15928
|
"kind": "javascript-module",
|
|
15924
|
-
"path": "src/
|
|
15929
|
+
"path": "src/column/utils/index.ts",
|
|
15925
15930
|
"declarations": [],
|
|
15926
15931
|
"exports": [
|
|
15927
15932
|
{
|
|
@@ -15929,58 +15934,53 @@
|
|
|
15929
15934
|
"name": "*",
|
|
15930
15935
|
"declaration": {
|
|
15931
15936
|
"name": "*",
|
|
15932
|
-
"package": "./
|
|
15937
|
+
"package": "./grid-pro-columns"
|
|
15933
15938
|
}
|
|
15934
15939
|
}
|
|
15935
15940
|
]
|
|
15936
15941
|
},
|
|
15937
15942
|
{
|
|
15938
15943
|
"kind": "javascript-module",
|
|
15939
|
-
"path": "src/
|
|
15944
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
15940
15945
|
"declarations": [
|
|
15941
15946
|
{
|
|
15942
15947
|
"kind": "function",
|
|
15943
|
-
"name": "
|
|
15948
|
+
"name": "setValueWithAccessor",
|
|
15944
15949
|
"return": {
|
|
15945
15950
|
"type": {
|
|
15946
|
-
"text": "
|
|
15951
|
+
"text": "string"
|
|
15947
15952
|
}
|
|
15948
15953
|
},
|
|
15949
15954
|
"parameters": [
|
|
15950
15955
|
{
|
|
15951
|
-
"name": "
|
|
15956
|
+
"name": "data",
|
|
15952
15957
|
"type": {
|
|
15953
|
-
"text": "
|
|
15954
|
-
}
|
|
15955
|
-
"description": "The array to render"
|
|
15958
|
+
"text": "any"
|
|
15959
|
+
}
|
|
15956
15960
|
},
|
|
15957
15961
|
{
|
|
15958
|
-
"name": "
|
|
15959
|
-
"default": "true",
|
|
15962
|
+
"name": "accessor",
|
|
15960
15963
|
"type": {
|
|
15961
|
-
"text": "
|
|
15962
|
-
}
|
|
15963
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
15964
|
+
"text": "string"
|
|
15965
|
+
}
|
|
15964
15966
|
}
|
|
15965
|
-
]
|
|
15966
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
15967
|
-
"privacy": "public"
|
|
15967
|
+
]
|
|
15968
15968
|
}
|
|
15969
15969
|
],
|
|
15970
15970
|
"exports": [
|
|
15971
15971
|
{
|
|
15972
15972
|
"kind": "js",
|
|
15973
|
-
"name": "
|
|
15973
|
+
"name": "setValueWithAccessor",
|
|
15974
15974
|
"declaration": {
|
|
15975
|
-
"name": "
|
|
15976
|
-
"module": "src/
|
|
15975
|
+
"name": "setValueWithAccessor",
|
|
15976
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
15977
15977
|
}
|
|
15978
15978
|
}
|
|
15979
15979
|
]
|
|
15980
15980
|
},
|
|
15981
15981
|
{
|
|
15982
15982
|
"kind": "javascript-module",
|
|
15983
|
-
"path": "src/
|
|
15983
|
+
"path": "src/cell-renderers/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": "./accessor"
|
|
15992
15992
|
}
|
|
15993
15993
|
}
|
|
15994
15994
|
]
|