Hi,
Would it be possible to expose either a "before" or "after" selector on Treeview Root/Child items?
This would allow an additonal hook for styling, and it a feature of items in the Drawer, Panelbar etc.
Many thanks,
Ian
Hello.
One of our component is styled in a way that makes it indistinguishable from the background, which is unfortunate and makes hard to review its visuals.
Could you add support for selecting different background in previews? Something like gray shades or a pattern?
--> Create Variable Dropdown turns invalid and I can't navigate away from the section. Also there is no way to make it valid.
Currently, we have templates for the different states of the Calendar cells:
However, it's common to apply multiple states simultaneously. For example, the user may want to style a day cell that is considered current and selected or current, selected, and hovering at the same time. Consider exposing templates for the most commonly used combinations, such as the ones mentioned here.
Requested through t.1670882.
We recently upgraded our theme builder to ultimate so we could migrate our theme builder project from R1 2023 to Q4 2024. After we did this there were some small changes we needed to fix but after that we followed all the normal installation procedures.
We are running angular 18 and have updated all kendo components to the latest versions.
After installing the new theme we also added/changed the way we imported the theme package following the documentation (using @use).
Most everything looks good but there is one large issue with several of our components and that is the kendo theme mixin "k-color" is not working.
In several places there is no color or background color being set on the component(s). When i inspect the style i see color: k-color(primary); is not working. dev tools states that the variable is wrong. i can only assume the mixin is not imported/being used.
Image of my description
I modified a theme this morning and after changing a property got the error: "There are errors in SASS and it cannot be compiled to CSS.". Changing the property back to what it was before did not resolve the problem. Clicking the Undo button over and over and over did not resolve it.
I started over with a backup taken yesterday and started reapplying changes. When I clicked "Export All" I once again got the same error. There is no way to recover from it.
I've had ThemeBuilder licensed for some time, but this is the first week I've tried to use it in our application. It seems to be total garbage. I can't see any why forward with us using a tool that's going to randomly produce unrecoverable errors.
Hi Team,
I encountered an issue while exporting a few selected components from the theme build. When I use them in my application, I’m seeing variable-related errors in the index file.
Please refer to the screenshot below:
In the screenshot, you can see that I have not exported the AppBar, Badge, and BottomNavigation components. However, their variables still appear in the index file.
I’m currently using:
kendo-theme-material": "^10.1.0"
Kindly look into this issue.
Thanks
Consider exposing a template or a component part for the DateTickerPcker > Time > Highlight part.
The styling option is similar to what ThemeBuilder currently has for the TimePicker template
requested through t.1676966
Hi,
I created a new Q4 2024 (SVG Icons) Kendo Default Theme.
When I try to apply any of the provided color swatches, I see a loading spinner for 30 seconds and a "Failed to save document" error.
When I checked the network requests, I noticed that PATCH https://themebuilderapp.telerik.com/api/v1/projects/67a267df70e5e715ec193d0e/variables method returns 500 Internal Server Error with "Transaction with { txnNumber: 11 } has been aborted." error.
Consider adding support to set a data URL with SVG when creating a color variable
For example, that would allow the usage of different SVGs when switching between color modes and using components like the Switch
Current state:
The above means that it is not possible to use differently colored SVGs when using multiple color modes.
Requested through t.1679372
It would be helpful for the "< Back" button on the Advanced Edit workspace to take you back to the same scroll position on the Live Preview page (history management). Currently, the back button takes you to the top of the page. This would be helpful when editing several components at the same time.
Consider making the generated CSS to contain CSS variables instead of compiled CSS. Currently, that is possible only when using direct variables like $kendo-spacing-1.
However, with the current state (Q1 2025), ThemeBuilder will produce compiled value in the CSS when the variables are non-direct (refer to the first screenshot). In the example below the $kendo-spacing-7 is costom added to the $kendo-button-padding-x and as a result, will be compiled as a value
or when the variable is custom-created (second screenshot).
In the example, below the kendo-spacing-7 is used directly and is generated as variable, but $m y-variable is compiled as a value.
Requested through t.1679417
Consider adding support for CSS breakpoing / media queries in ThemeBuilder.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries
https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp
This will enable users to create response design directly within the ThemeBuilder application.
Requested through t.1682156
Hi there
I noticed that the timeline component isn't available in ThemeBuilder, and I wanted to share that we'd really love to be able to style it through the tool if possible.
Thanks so much for considering this!