Skip to content

Commit 47d4a5a

Browse files
committed
Allow styling of overall widget
1 parent 623be8d commit 47d4a5a

File tree

11 files changed

+45
-7
lines changed

11 files changed

+45
-7
lines changed

_output/phrases/_metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@
275275
"version_string": "1.0.0",
276276
"hash": "189df29acbebda758e974d09b965326d"
277277
},
278+
"style_prop.ifgsWidgetStyle.txt": {
279+
"global_cache": false,
280+
"version_id": 1000070,
281+
"version_string": "1.0.0",
282+
"hash": "91b19204fcedbfcb0a375f4890a55880"
283+
},
278284
"style_prop_desc.ifgsCategoryMaxHeight.txt": {
279285
"global_cache": false,
280286
"version_id": 1000070,
@@ -353,6 +359,12 @@
353359
"version_string": "1.0.0",
354360
"hash": "6eea88661c644d224a393c0ceacda470"
355361
},
362+
"style_prop_desc.ifgsWidgetStyle.txt": {
363+
"global_cache": false,
364+
"version_id": 1000070,
365+
"version_string": "1.0.0",
366+
"hash": "d79cac577b2a24b7784dd39bf43183c9"
367+
},
356368
"style_prop_group.if_gridshow.txt": {
357369
"global_cache": false,
358370
"version_id": 1000070,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Widget styling
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Additional CSS/LESS style for the widget.

_output/style_properties.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
0.05em 0.05em black;
4949
}
5050

51+
.xf-ifgsWidgetStyle()
52+
{
53+
54+
}
55+
5156
@xf-ifgsCategoryStyle--font-size: @xf-fontSizeSmaller;
5257
@xf-ifgsCategoryStyle--color: @xf-paletteNeutral1;
5358
@xf-ifgsCategoryStyle--background-color: @xf-blockTabHeaderBg;

_output/style_properties/_metadata.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"hash": "093ff9312b4b5a69e52a86574876d1fc"
44
},
55
"ifgsCategoryStyle.json": {
6-
"hash": "a157e3dc8d105970a7915061f4b351c0"
6+
"hash": "6d15099772c93942a0ab9afeabd87a25"
77
},
88
"ifgsGridGap.json": {
99
"hash": "a157fcc7ac4be6181ebf9e5783d01edb"
@@ -27,15 +27,18 @@
2727
"hash": "1f7664e153eddc4be370b0a88e47edb0"
2828
},
2929
"ifgsTileStyle.json": {
30-
"hash": "0ec4d2c7e5e0cbbdcd4224881538abeb"
30+
"hash": "4e05fb3ff3eca1f2d3ad8ac6fe9872ba"
3131
},
3232
"ifgsTitleMaxHeight.json": {
3333
"hash": "b425dc0d4e45d1ec80aa30d767b6d32d"
3434
},
3535
"ifgsTitleStyle.json": {
36-
"hash": "44d415700917e89c511429ec02687415"
36+
"hash": "4a149c46e326030b1cb9b7bcc9c6f392"
3737
},
3838
"ifgsWidgetHeight.json": {
3939
"hash": "76c76490b061a87ce279a3d9982083df"
40+
},
41+
"ifgsWidgetStyle.json": {
42+
"hash": "1cd6101b0e7157ab64477a8d7f42ca8a"
4043
}
4144
}

_output/style_properties/ifgsCategoryStyle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"padding-bottom": "@xf-paddingSmall",
2525
"padding-left": "@xf-paddingLarge"
2626
},
27-
"display_order": 300
27+
"display_order": 400
2828
}

_output/style_properties/ifgsTileStyle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"padding-bottom": "@xf-paddingLarge",
2020
"padding-left": "@xf-paddingMedium"
2121
},
22-
"display_order": 100
22+
"display_order": 200
2323
}

_output/style_properties/ifgsTitleStyle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"padding": "@xf-paddingLargest",
1919
"extra": "text-shadow: 0.05em 0 black,\n\t\t0 0.05em black,\n\t\t-0.05em 0 black,\n\t\t0 -0.05em black,\n\t\t-0.05em -0.05em black,\n\t\t-0.05em 0.05em black,\n\t\t0.05em -0.05em black,\n\t\t0.05em 0.05em black;"
2020
},
21-
"display_order": 200
21+
"display_order": 300
2222
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"group_name": "if_gridshow",
3+
"title": "Widget styling",
4+
"description": "Additional CSS/LESS style for the widget.",
5+
"property_type": "css",
6+
"css_components": [
7+
"extra"
8+
],
9+
"value_type": "",
10+
"value_parameters": "",
11+
"depends_on": "",
12+
"value_group": "",
13+
"property_value": [],
14+
"display_order": 100
15+
}

_output/templates/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"public/if_gs_gridshow_widget.less": {
1818
"version_id": 1000070,
1919
"version_string": "1.0.0",
20-
"hash": "e48d517fddf2e9da41abbf1313041fcd"
20+
"hash": "f95768b90c26bbd82f748b9ace0739d0"
2121
}
2222
}

0 commit comments

Comments
 (0)