Skip to content

Commit

Permalink
chore: update visual previews
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed May 21, 2024
1 parent 687f166 commit 1498d66
Show file tree
Hide file tree
Showing 31 changed files with 1,329 additions and 693 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/material/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/material/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/nouvelle/pivotgrid/pivotgrid-column-menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/nouvelle/pivotgrid/pivotgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
243 changes: 243 additions & 0 deletions tests/pivotgrid/pivotgrid-cell-states.html

Large diffs are not rendered by default.

160 changes: 155 additions & 5 deletions tests/pivotgrid/pivotgrid-column-menus.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
}

</style>
<div id="test-area" class="k-d-grid k-grid-cols-4">
<span>Start View</span>
<span>Include Fields (list)</span>
<span>Include Fields (tree)</span>
<span>Filter Fields View</span>
<div id="test-area" class="k-d-grid k-grid-cols-3">
<section>
<span>Start View</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
Expand Down Expand Up @@ -82,6 +79,157 @@
</div>
</section>
<section>
<span>Columns Field Menu View</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
<div class="k-column-menu">
<div class="k-columnmenu-item-wrapper">
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-sort-asc-small">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M256 192v224h-32V192h-96L240 64l112 128z"></path>
</svg>
</span>Sort ascending
</div>
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-sort-desc-small">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M352 288 240 416 128 288h96V64h32v224z"></path>
</svg>
</span>Sort descending
</div>
</div>
<div class="k-columnmenu-item-wrapper">
<div class="k-expander">
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-grid-layout">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 32h96v96H32zm128 0v96h320V32zM32 288h96v-96H32zm128 0h320v-96H160zM32 448h96v-96H32zm128 0h320v-96H160z"></path>
</svg>
</span>Include fields<span class="k-spacer"></span>
<span class="k-expander-indicator">
<span class="k-icon k-svg-icon k-svg-i-chevron-down">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192z"></path>
</svg>
</span>
</span>
</div>
</div>
</div>
<div class="k-columnmenu-item-wrapper">
<div class="k-disabled k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-columns">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M64 32h96v448H64zm128 448h96V32h-96zM320 32v448h96V32z"></path>
</svg>
</span>Move to Columns
</div>
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-rows">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M480 64v96H32V64zM32 192v96h448v-96zm448 128H32v96h448z"></path>
</svg>
</span>Move to Rows
</div>
<div class="k-disabled k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-arrow-left">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M288 128v96h128v64l-128 .001V384L96 256.001z"></path>
</svg>
</span>Move previous
</div>
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-arrow-right">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M224 384v-96H96v-64h128v-96l192 128z"></path>
</svg>
</span>Move next
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<span>Rows Field Menu View</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
<div class="k-column-menu">
<div class="k-columnmenu-item-wrapper">
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-sort-asc-small">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M256 192v224h-32V192h-96L240 64l112 128z"></path>
</svg>
</span>Sort ascending
</div>
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-sort-desc-small">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M352 288 240 416 128 288h96V64h32v224z"></path>
</svg>
</span>Sort descending
</div>
</div>
<div class="k-columnmenu-item-wrapper">
<div class="k-expander">
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-grid-layout">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 32h96v96H32zm128 0v96h320V32zM32 288h96v-96H32zm128 0h320v-96H160zM32 448h96v-96H32zm128 0h320v-96H160z"></path>
</svg>
</span>Include fields<span class="k-spacer"></span>
<span class="k-expander-indicator">
<span class="k-icon k-svg-icon k-svg-i-chevron-down">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192z"></path>
</svg>
</span>
</span>
</div>
</div>
</div>
<div class="k-columnmenu-item-wrapper">
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-columns">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M64 32h96v448H64zm128 448h96V32h-96zM320 32v448h96V32z"></path>
</svg>
</span>Move to Columns
</div>
<div class="k-disabled k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-rows">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M480 64v96H32V64zM32 192v96h448v-96zm448 128H32v96h448z"></path>
</svg>
</span>Move to Rows
</div>
<div class="k-disabled k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-arrow-left">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M288 128v96h128v64l-128 .001V384L96 256.001z"></path>
</svg>
</span>Move previous
</div>
<div class="k-columnmenu-item">
<span class="k-icon k-svg-icon k-svg-i-arrow-right">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M224 384v-96H96v-64h128v-96l192 128z"></path>
</svg>
</span>Move next
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<span>Include Fields (list)</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
Expand Down Expand Up @@ -218,6 +366,7 @@
</div>
</section>
<section>
<span>Include Fields (tree)</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
Expand Down Expand Up @@ -489,6 +638,7 @@
</div>
</section>
<section>
<span>Filter Fields View</span>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-grid-columnmenu-popup k-popup">
Expand Down
Loading

0 comments on commit 1498d66

Please sign in to comment.