Rendering Changes in 7.0.0
AIPrompt
- The view buttons in the toolbar are now fully rounded (
k-rounded-md
class is replaced withk-rounded-full
). The same applies to theGenerate
button. - The output view, which contains the
<div class="k-card-list">
element, is now wrapped in a<div>
element with classk-prompt-view
. - The copy button in the output view is now styled as primary.
Editor
- The
<div class="k-form">
elements in the popups of theCreateLink
andInsertImage
tools no longer render ak-form-horizontal
class. - The
ViewHtml
tool popup no longer rendersdiv.k-form
,div.k-form-field
, anddiv.k-form-field-wrap
elements. - The
<label class="k-form-label">
elements in the above three popups also render ak-label
class. - The popup windows (
<div class="k-window">
elements) for theCreateLink
andInsertImage
tools are340px
wide by default. - The popup window for the
ViewHtml
tool is500px
wide and400px
high by default.
Gantt
- The
k-gantt-content
class is now applied to a<div>
wrapper element that encloses the Gantt Splitter. - The Splitter component class (
k-splitter
element) is now changed fromk-grid-content
tok-grid-splitter
. - The
<div class="k-gantt-tables">
element no longer includes thek-user-select-none
class. - The
<table class="k-gantt-rows">
element now also has ak-grid-table
class. - The
<span class="k-spacer">
element in the toolbar no longer has thek-toolbar-spacer
class. - The
<div class="k-gantt-views">
button group / select element is now wrapped in a<div>
with classk-gantt-views-wrapper
.
Menu
- The menu item elements (
<span class="k-link">
) no longer include thek-in
class. - The
<ul class="k-menu-group">
element no longer includes thek-reset
andk-group
classes.
PanelBar
The id
attribute of each PanelBar item (<li class="k-panelbar-item">
) is changed from tree-item-A_B_C_...
to tree-item-Z
, where A
, B
, and C
were the parent item's indexes, and Z
is the current item's index within its own group and hierarchy level.
PDFViewer
The Open
, Download
and Print
tools have been moved to a submenu toggled on click of a hamburger menu on the leftmost side of the Toolbar.
Signature
- When maximized, the Signature now renders a
k-signature-maximized
class. - The fill mode class is now applied based on the
FillMode
parameter (appearance settings).
TabStrip
- The active (currently selected) tabs now render only the
k-active
class. Thek-tab-on-top
class is no longer applied. - The inactive tabs no longer include the
k-state-default
class. - The scroll buttons (prev & next) now render the
k-tabstrip-prev
andk-tabstrip-next
classes, respectively. - The
k-pos-relative
class is no longer applied to the<div class="k-tabstrip">
element. The component now receives an inlineposition: relative
style instead.
TileLayout
The tile elements (<div class="k-tilelayout-item">
) render tabindex="-1"
instead of tabindex="0"
when the Navigable
parameter of the TileLayout is false
, which is the default setting.
TreeList
- The
k-cursor-pointer
class is removed from the<span class="k-treelist-toggle">
element (toggle row icon). - The
<table class="k-table">
element rendered in the<div class="k-grid-header-wrap">
element now also has thek-grid-header-table
class. - The
<table class="k-table">
element rendered in the<div class="k-grid-content">
element now also includes a size class (appearance settings). - The
k-filterable
class in the table header cells is now rendered only when the column is filterable and has either a filter menu or column menu.