@lowdefy/blocks-aggrid 4.7.3 → 5.0.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.
Files changed (56) hide show
  1. package/dist/ag-grid-antd.module.css +22 -0
  2. package/dist/blocks/AgGridAlpine/AgGridAlpine.js +12 -14
  3. package/dist/blocks/AgGridAlpine/meta.js +147 -0
  4. package/dist/blocks/AgGridBalham/AgGridBalham.js +12 -14
  5. package/dist/blocks/AgGridBalham/meta.js +147 -0
  6. package/dist/blocks/AgGridInputAlpine/AgGridInputAlpine.js +12 -15
  7. package/dist/blocks/AgGridInputAlpine/meta.js +181 -0
  8. package/dist/blocks/AgGridInputBalham/AgGridInputBalham.js +12 -15
  9. package/dist/blocks/AgGridInputBalham/meta.js +181 -0
  10. package/dist/blocks/AgGridInputMaterial/AgGridInputMaterial.js +12 -15
  11. package/dist/blocks/AgGridInputMaterial/meta.js +181 -0
  12. package/dist/blocks/AgGridMaterial/AgGridMaterial.js +12 -14
  13. package/dist/blocks/AgGridMaterial/meta.js +147 -0
  14. package/dist/blocks.js +0 -4
  15. package/dist/e2e.js +0 -4
  16. package/dist/{schemas.js → metas.js} +6 -10
  17. package/dist/types.js +4 -16
  18. package/package.json +13 -11
  19. package/dist/blocks/AgGridAlpine/schema.js +0 -125
  20. package/dist/blocks/AgGridAlpine/schema.json +0 -105
  21. package/dist/blocks/AgGridAlpine/style.less +0 -18
  22. package/dist/blocks/AgGridAlpineDark/AgGridAlpineDark.js +0 -39
  23. package/dist/blocks/AgGridAlpineDark/e2e.js +0 -16
  24. package/dist/blocks/AgGridAlpineDark/schema.js +0 -125
  25. package/dist/blocks/AgGridAlpineDark/schema.json +0 -105
  26. package/dist/blocks/AgGridAlpineDark/style.less +0 -18
  27. package/dist/blocks/AgGridBalham/schema.js +0 -125
  28. package/dist/blocks/AgGridBalham/schema.json +0 -105
  29. package/dist/blocks/AgGridBalham/style.less +0 -18
  30. package/dist/blocks/AgGridBalhamDark/AgGridBalhamDark.js +0 -39
  31. package/dist/blocks/AgGridBalhamDark/e2e.js +0 -16
  32. package/dist/blocks/AgGridBalhamDark/schema.js +0 -125
  33. package/dist/blocks/AgGridBalhamDark/schema.json +0 -105
  34. package/dist/blocks/AgGridBalhamDark/style.less +0 -18
  35. package/dist/blocks/AgGridInputAlpine/schema.js +0 -146
  36. package/dist/blocks/AgGridInputAlpine/schema.json +0 -123
  37. package/dist/blocks/AgGridInputAlpine/style.less +0 -18
  38. package/dist/blocks/AgGridInputAlpineDark/AgGridInputAlpineDark.js +0 -44
  39. package/dist/blocks/AgGridInputAlpineDark/e2e.js +0 -16
  40. package/dist/blocks/AgGridInputAlpineDark/schema.js +0 -146
  41. package/dist/blocks/AgGridInputAlpineDark/schema.json +0 -123
  42. package/dist/blocks/AgGridInputAlpineDark/style.less +0 -18
  43. package/dist/blocks/AgGridInputBalham/schema.js +0 -146
  44. package/dist/blocks/AgGridInputBalham/schema.json +0 -123
  45. package/dist/blocks/AgGridInputBalham/style.less +0 -18
  46. package/dist/blocks/AgGridInputBalhamDark/AgGridInputBalhamDark.js +0 -44
  47. package/dist/blocks/AgGridInputBalhamDark/e2e.js +0 -16
  48. package/dist/blocks/AgGridInputBalhamDark/schema.js +0 -146
  49. package/dist/blocks/AgGridInputBalhamDark/schema.json +0 -123
  50. package/dist/blocks/AgGridInputBalhamDark/style.less +0 -18
  51. package/dist/blocks/AgGridInputMaterial/schema.js +0 -146
  52. package/dist/blocks/AgGridInputMaterial/schema.json +0 -123
  53. package/dist/blocks/AgGridInputMaterial/style.less +0 -18
  54. package/dist/blocks/AgGridMaterial/schema.js +0 -125
  55. package/dist/blocks/AgGridMaterial/schema.json +0 -105
  56. package/dist/blocks/AgGridMaterial/style.less +0 -18
@@ -1,18 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */
16
-
17
- @import (less) '@ag-grid-community/styles/ag-grid.css';
18
- @import (less) '@ag-grid-community/styles/ag-theme-alpine.css';
@@ -1,125 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */ export default {
16
- type: 'object',
17
- properties: {
18
- properties: {
19
- type: 'object',
20
- description: 'AgGrid table properties object. See the Ag-Grid docs(https://www.ag-grid.com/documentation/react/getting-started/) for all the table settings API.',
21
- properties: {
22
- height: {
23
- type: [
24
- 'number',
25
- 'string'
26
- ],
27
- default: 'auto',
28
- description: 'Specify table height explicitly, in pixel.'
29
- },
30
- rowData: {
31
- type: 'array',
32
- description: 'The list of data to display on the table.'
33
- },
34
- rowId: {
35
- type: 'string',
36
- description: 'The data field to use in `getRowId` which results in Row Selection being maintained across Row Data changes (assuming the Row exists in both sets). See Ag Grid docs for more details (https://www.ag-grid.com/react-data-grid/data-update-row-data/).'
37
- },
38
- defaultColDef: {
39
- type: 'object',
40
- description: 'Column properties which get applied to all columns. See all (https://www.ag-grid.com/javascript-data-grid/column-properties/).'
41
- },
42
- columnDefs: {
43
- type: 'array',
44
- description: 'A list of properties for each column.',
45
- items: {
46
- type: 'object',
47
- properties: {
48
- field: {
49
- type: 'string',
50
- description: "The field of the row object to get the cell's data from. Deep references into a row object is supported via dot notation, i.e 'address.firstLine'."
51
- },
52
- headerName: {
53
- type: 'string',
54
- description: 'The name to render in the column header. If not specified and field is specified, the field name will be used as the header name.'
55
- },
56
- filter: {
57
- type: 'boolean',
58
- default: false,
59
- description: 'Filter component to use for this column. Set to true to use the default filter.'
60
- },
61
- sortable: {
62
- type: 'boolean',
63
- default: false,
64
- description: 'Set to true to allow sorting on this column.'
65
- },
66
- resizable: {
67
- type: 'boolean',
68
- default: false,
69
- description: 'Set to true to allow this column should be resized.'
70
- },
71
- width: {
72
- type: 'number',
73
- description: 'Initial width in pixels for the cell.'
74
- },
75
- cellStyle: {
76
- type: 'number',
77
- description: 'An object of css values returning an object of css values for a particular cell.'
78
- },
79
- cellRenderer: {
80
- type: 'object',
81
- description: "Provide your own cell Renderer function (using the `_function` operator) for this column's cells."
82
- },
83
- valueFormatter: {
84
- type: [
85
- 'object',
86
- 'string'
87
- ],
88
- description: 'A function (using the `_function` operator) or expression to format a value, should return a string. Not used for CSV export or copy to clipboard, only for UI cell rendering.'
89
- }
90
- }
91
- }
92
- }
93
- },
94
- events: {
95
- type: 'object',
96
- properties: {
97
- onCellClick: {
98
- type: 'array',
99
- description: 'Trigger event when a cell is clicked.'
100
- },
101
- onFilterChanged: {
102
- type: 'array',
103
- description: 'Trigger event when the filter changes.'
104
- },
105
- onRowClick: {
106
- type: 'array',
107
- description: 'Trigger event when a row is clicked.'
108
- },
109
- onRowSelected: {
110
- type: 'array',
111
- description: 'Trigger event when a row is selected.'
112
- },
113
- onSelectionChanged: {
114
- type: 'array',
115
- description: 'Triggered when the selected rows are changed.'
116
- },
117
- onSortChanged: {
118
- type: 'array',
119
- description: 'Trigger event when the sort changes.'
120
- }
121
- }
122
- }
123
- }
124
- }
125
- };
@@ -1,105 +0,0 @@
1
- {
2
- "type": "object",
3
- "properties": {
4
- "properties": {
5
- "type": "object",
6
- "description": "AgGrid table properties object. See the Ag-Grid docs(https://www.ag-grid.com/documentation/react/getting-started/) for all the table settings API.",
7
- "properties": {
8
- "height": {
9
- "type": ["number", "string"],
10
- "default": "auto",
11
- "description": "Specify table height explicitly, in pixel."
12
- },
13
- "rowData": {
14
- "type": "array",
15
- "description": "The list of data to display on the table."
16
- },
17
- "rowId": {
18
- "type": "string",
19
- "description": "The data field to use in `getRowId` which results in Row Selection being maintained across Row Data changes (assuming the Row exists in both sets). See Ag Grid docs for more details (https://www.ag-grid.com/react-data-grid/data-update-row-data/)."
20
- },
21
- "defaultColDef": {
22
- "type": "object",
23
- "description": "Column properties which get applied to all columns. See all (https://www.ag-grid.com/javascript-data-grid/column-properties/)."
24
- },
25
- "columnDefs": {
26
- "type": "array",
27
- "description": "A list of properties for each column.",
28
- "items": {
29
- "type": "object",
30
- "properties": {
31
- "field": {
32
- "type": "string",
33
- "description": "The field of the row object to get the cell's data from. Deep references into a row object is supported via dot notation, i.e 'address.firstLine'."
34
- },
35
- "headerName": {
36
- "type": "string",
37
- "description": "The name to render in the column header. If not specified and field is specified, the field name will be used as the header name."
38
- },
39
- "filter": {
40
- "type": "boolean",
41
- "default": false,
42
- "description": "Filter component to use for this column. Set to true to use the default filter."
43
- },
44
- "sortable": {
45
- "type": "boolean",
46
- "default": false,
47
- "description": "Set to true to allow sorting on this column."
48
- },
49
- "resizable": {
50
- "type": "boolean",
51
- "default": false,
52
- "description": "Set to true to allow this column should be resized."
53
- },
54
- "width": {
55
- "type": "number",
56
- "description": "Initial width in pixels for the cell."
57
- },
58
- "cellStyle": {
59
- "type": "number",
60
- "description": "An object of css values returning an object of css values for a particular cell."
61
- },
62
- "cellRenderer": {
63
- "type": "object",
64
- "description": "Provide your own cell Renderer function (using the `_function` operator) for this column's cells."
65
- },
66
- "valueFormatter": {
67
- "type": ["object", "string"],
68
- "description": "A function (using the `_function` operator) or expression to format a value, should return a string. Not used for CSV export or copy to clipboard, only for UI cell rendering."
69
- }
70
- }
71
- }
72
- }
73
- },
74
- "events": {
75
- "type": "object",
76
- "properties": {
77
- "onCellClick": {
78
- "type": "array",
79
- "description": "Trigger event when a cell is clicked."
80
- },
81
- "onFilterChanged": {
82
- "type": "array",
83
- "description": "Trigger event when the filter changes."
84
- },
85
- "onRowClick": {
86
- "type": "array",
87
- "description": "Trigger event when a row is clicked."
88
- },
89
- "onRowSelected": {
90
- "type": "array",
91
- "description": "Trigger event when a row is selected."
92
- },
93
- "onSelectionChanged": {
94
- "type": "array",
95
- "description": "Triggered when the selected rows are changed."
96
- },
97
- "onSortChanged": {
98
- "type": "array",
99
- "description": "Trigger event when the sort changes."
100
- }
101
- }
102
- }
103
- }
104
- }
105
- }
@@ -1,18 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */
16
-
17
- @import (less) '@ag-grid-community/styles/ag-grid.css';
18
- @import (less) '@ag-grid-community/styles/ag-theme-balham.css';
@@ -1,39 +0,0 @@
1
- /*
2
- Copyright 2021 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */ import React from 'react';
16
- import { blockDefaultProps } from '@lowdefy/block-utils';
17
- import AgGrid from '../../AgGrid.js';
18
- const AgGridBalhamDark = ({ blockId, events, loading, methods, properties })=>/*#__PURE__*/ React.createElement("div", {
19
- id: blockId,
20
- className: `ag-theme-balham-dark ${methods.makeCssClass({
21
- width: '100%',
22
- height: properties.height ?? 500,
23
- ...properties.style
24
- })}`
25
- }, /*#__PURE__*/ React.createElement(AgGrid, {
26
- events: events,
27
- loading: loading,
28
- methods: methods,
29
- properties: properties
30
- }));
31
- AgGridBalhamDark.defaultProps = blockDefaultProps;
32
- AgGridBalhamDark.meta = {
33
- category: 'display',
34
- icons: [],
35
- styles: [
36
- 'blocks/AgGridBalhamDark/style.less'
37
- ]
38
- };
39
- export default AgGridBalhamDark;
@@ -1,16 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */ import createAgGridDisplayHelper from '../../createAgGridDisplayHelper.js';
16
- export default createAgGridDisplayHelper('balham-dark');
@@ -1,125 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */ export default {
16
- type: 'object',
17
- properties: {
18
- properties: {
19
- type: 'object',
20
- description: 'AgGrid table properties object. See the Ag-Grid docs(https://www.ag-grid.com/documentation/react/getting-started/) for all the table settings API.',
21
- properties: {
22
- height: {
23
- type: [
24
- 'number',
25
- 'string'
26
- ],
27
- default: 'auto',
28
- description: 'Specify table height explicitly, in pixel.'
29
- },
30
- rowData: {
31
- type: 'array',
32
- description: 'The list of data to display on the table.'
33
- },
34
- rowId: {
35
- type: 'string',
36
- description: 'The data field to use in `getRowId` which results in Row Selection being maintained across Row Data changes (assuming the Row exists in both sets). See Ag Grid docs for more details (https://www.ag-grid.com/react-data-grid/data-update-row-data/).'
37
- },
38
- defaultColDef: {
39
- type: 'object',
40
- description: 'Column properties which get applied to all columns. See all (https://www.ag-grid.com/javascript-data-grid/column-properties/).'
41
- },
42
- columnDefs: {
43
- type: 'array',
44
- description: 'A list of properties for each column.',
45
- items: {
46
- type: 'object',
47
- properties: {
48
- field: {
49
- type: 'string',
50
- description: "The field of the row object to get the cell's data from. Deep references into a row object is supported via dot notation, i.e 'address.firstLine'."
51
- },
52
- headerName: {
53
- type: 'string',
54
- description: 'The name to render in the column header. If not specified and field is specified, the field name will be used as the header name.'
55
- },
56
- filter: {
57
- type: 'boolean',
58
- default: false,
59
- description: 'Filter component to use for this column. Set to true to use the default filter.'
60
- },
61
- sortable: {
62
- type: 'boolean',
63
- default: false,
64
- description: 'Set to true to allow sorting on this column.'
65
- },
66
- resizable: {
67
- type: 'boolean',
68
- default: false,
69
- description: 'Set to true to allow this column should be resized.'
70
- },
71
- width: {
72
- type: 'number',
73
- description: 'Initial width in pixels for the cell.'
74
- },
75
- cellStyle: {
76
- type: 'number',
77
- description: 'An object of css values returning an object of css values for a particular cell.'
78
- },
79
- cellRenderer: {
80
- type: 'object',
81
- description: "Provide your own cell Renderer function (using the `_function` operator) for this column's cells."
82
- },
83
- valueFormatter: {
84
- type: [
85
- 'object',
86
- 'string'
87
- ],
88
- description: 'A function (using the `_function` operator) or expression to format a value, should return a string. Not used for CSV export or copy to clipboard, only for UI cell rendering.'
89
- }
90
- }
91
- }
92
- }
93
- },
94
- events: {
95
- type: 'object',
96
- properties: {
97
- onCellClick: {
98
- type: 'array',
99
- description: 'Trigger event when a cell is clicked.'
100
- },
101
- onFilterChanged: {
102
- type: 'array',
103
- description: 'Trigger event when the filter changes.'
104
- },
105
- onRowClick: {
106
- type: 'array',
107
- description: 'Trigger event when a row is clicked.'
108
- },
109
- onRowSelected: {
110
- type: 'array',
111
- description: 'Trigger event when a row is selected.'
112
- },
113
- onSelectionChanged: {
114
- type: 'array',
115
- description: 'Triggered when the selected rows are changed.'
116
- },
117
- onSortChanged: {
118
- type: 'array',
119
- description: 'Trigger event when the sort changes.'
120
- }
121
- }
122
- }
123
- }
124
- }
125
- };
@@ -1,105 +0,0 @@
1
- {
2
- "type": "object",
3
- "properties": {
4
- "properties": {
5
- "type": "object",
6
- "description": "AgGrid table properties object. See the Ag-Grid docs(https://www.ag-grid.com/documentation/react/getting-started/) for all the table settings API.",
7
- "properties": {
8
- "height": {
9
- "type": ["number", "string"],
10
- "default": "auto",
11
- "description": "Specify table height explicitly, in pixel."
12
- },
13
- "rowData": {
14
- "type": "array",
15
- "description": "The list of data to display on the table."
16
- },
17
- "rowId": {
18
- "type": "string",
19
- "description": "The data field to use in `getRowId` which results in Row Selection being maintained across Row Data changes (assuming the Row exists in both sets). See Ag Grid docs for more details (https://www.ag-grid.com/react-data-grid/data-update-row-data/)."
20
- },
21
- "defaultColDef": {
22
- "type": "object",
23
- "description": "Column properties which get applied to all columns. See all (https://www.ag-grid.com/javascript-data-grid/column-properties/)."
24
- },
25
- "columnDefs": {
26
- "type": "array",
27
- "description": "A list of properties for each column.",
28
- "items": {
29
- "type": "object",
30
- "properties": {
31
- "field": {
32
- "type": "string",
33
- "description": "The field of the row object to get the cell's data from. Deep references into a row object is supported via dot notation, i.e 'address.firstLine'."
34
- },
35
- "headerName": {
36
- "type": "string",
37
- "description": "The name to render in the column header. If not specified and field is specified, the field name will be used as the header name."
38
- },
39
- "filter": {
40
- "type": "boolean",
41
- "default": false,
42
- "description": "Filter component to use for this column. Set to true to use the default filter."
43
- },
44
- "sortable": {
45
- "type": "boolean",
46
- "default": false,
47
- "description": "Set to true to allow sorting on this column."
48
- },
49
- "resizable": {
50
- "type": "boolean",
51
- "default": false,
52
- "description": "Set to true to allow this column should be resized."
53
- },
54
- "width": {
55
- "type": "number",
56
- "description": "Initial width in pixels for the cell."
57
- },
58
- "cellStyle": {
59
- "type": "number",
60
- "description": "An object of css values returning an object of css values for a particular cell."
61
- },
62
- "cellRenderer": {
63
- "type": "object",
64
- "description": "Provide your own cell Renderer function (using the `_function` operator) for this column's cells."
65
- },
66
- "valueFormatter": {
67
- "type": ["object", "string"],
68
- "description": "A function (using the `_function` operator) or expression to format a value, should return a string. Not used for CSV export or copy to clipboard, only for UI cell rendering."
69
- }
70
- }
71
- }
72
- }
73
- },
74
- "events": {
75
- "type": "object",
76
- "properties": {
77
- "onCellClick": {
78
- "type": "array",
79
- "description": "Trigger event when a cell is clicked."
80
- },
81
- "onFilterChanged": {
82
- "type": "array",
83
- "description": "Trigger event when the filter changes."
84
- },
85
- "onRowClick": {
86
- "type": "array",
87
- "description": "Trigger event when a row is clicked."
88
- },
89
- "onRowSelected": {
90
- "type": "array",
91
- "description": "Trigger event when a row is selected."
92
- },
93
- "onSelectionChanged": {
94
- "type": "array",
95
- "description": "Triggered when the selected rows are changed."
96
- },
97
- "onSortChanged": {
98
- "type": "array",
99
- "description": "Trigger event when the sort changes."
100
- }
101
- }
102
- }
103
- }
104
- }
105
- }
@@ -1,18 +0,0 @@
1
- /*
2
- Copyright 2020-2026 Lowdefy, Inc
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */
16
-
17
- @import (less) '@ag-grid-community/styles/ag-grid.css';
18
- @import (less) '@ag-grid-community/styles/ag-theme-balham.css';