123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512 |
- /**
- * @class Ext.grid.cell.Tree
- */
- /**
- * @var {color}
- * Tree Cell text color
- */
- $treecell-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell text color when hovered
- */
- $treecell-hovered-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell text color when selected
- */
- $treecell-selected-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell text color when pressed
- */
- $treecell-pressed-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell background-color
- */
- $treecell-background-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell background-color when hovered
- */
- $treecell-hovered-background-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell background-color when selected
- */
- $treecell-selected-background-color: dynamic(null);
- /**
- * @var {color}
- * Tree Cell background-color when pressed
- */
- $treecell-pressed-background-color: dynamic(null);
- /**
- * @var {number}
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-width
- */
- $treecell-column-border-width: dynamic(null);
- /**
- * @var {string}
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-style
- */
- $treecell-column-border-style: dynamic(null);
- /**
- * @var {color}
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-color
- */
- $treecell-column-border-color: dynamic(null);
- /**
- * @var {number}
- * Tree Cell outline-width when focused
- */
- $treecell-focused-outline-width: dynamic(null);
- /**
- * @var {string}
- * Tree Cell outline-style when focused
- */
- $treecell-focused-outline-style: dynamic(null);
- /**
- * @var {color}
- * Tree Cell outline-color when focused
- */
- $treecell-focused-outline-color: dynamic(null);
- /**
- * @var {number}
- * Tree Cell outline-offset when focused
- */
- $treecell-focused-outline-offset: dynamic(null);
- /**
- * @var {string/number}
- * Tree Cell font-weight
- */
- $treecell-font-weight: dynamic(null);
- /**
- * @var {number}
- * Tree Cell font-size
- */
- $treecell-font-size: dynamic(null);
- /**
- * @var {number}
- * Tree Cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-font-size-big: dynamic(null);
- /**
- * @var {number}
- * Tree Cell line-height
- */
- $treecell-line-height: dynamic(null);
- /**
- * @var {number}
- * Tree Cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-line-height-big: dynamic(null);
- /**
- * @var {string}
- * Tree Cell font-family
- */
- $treecell-font-family: dynamic(null);
- /**
- * @var {number/list}
- * Tree Cell padding
- */
- $treecell-padding: dynamic($gridcell-padding);
- /**
- * @var {number/list}
- * Tree Cell padding in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-padding-big: dynamic($gridcell-padding-big);
- /**
- * @var {color}
- * Tree Cell icon color
- */
- $treecell-icon-color: dynamic($neutral-dark-color);
- /**
- * @var {number}
- * Tree Cell icon size
- */
- $treecell-icon-size: dynamic(16px);
- /**
- * @var {number}
- * Tree Cell icon size in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-icon-size-big: dynamic(18px);
- /**
- * @var {number}
- * Tree Cell icon font-size
- */
- $treecell-icon-font-size: dynamic(null);
- /**
- * @var {number}
- * Tree Cell icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-icon-font-size-big: dynamic(null);
- /**
- * @var {number}
- * Tree Cell icon margin
- */
- $treecell-icon-margin: dynamic(0 5px);
- /**
- * @var {number}
- * Tree Cell icon margin in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-icon-margin-big: dynamic(0 8px);
- /**
- * @var {string}
- * Tree Cell branch node icon when collapsed
- */
- $treecell-collapsed-icon: dynamic($fa-var-folder);
- /**
- * @var {string}
- * Tree cell branch node icon when expanded
- */
- $treecell-expanded-icon: dynamic($fa-var-folder-open);
- /**
- * @var {string}
- * Tree Cell leaf node icon
- */
- $treecell-leaf-icon: dynamic($fa-var-file);
- /**
- * @var {string}
- * Tree Cell expander icon when collapsed
- */
- $treecell-expander-icon: dynamic($fa-var-caret-right);
- /**
- * @var {string}
- * Tree Cell expander icon when expanded
- */
- $treecell-expander-expanded-icon: dynamic($fa-var-caret-down);
- /**
- * @var {color}
- * Tree Cell expander icon color
- */
- $treecell-expander-color: dynamic($treecell-icon-color);
- /**
- * @var {number}
- * Tree Cell expander icon size
- */
- $treecell-expander-size: dynamic($treecell-icon-size);
- /**
- * @var {number}
- * Tree Cell expander icon size in the {@link Global_CSS#$enable-big big} sizing scheme
- */
- $treecell-expander-size-big: dynamic($treecell-icon-size-big);
- /**
- * @var {number}
- * Tree Cell expander icon font-size
- */
- $treecell-expander-font-size: dynamic(null);
- /**
- * @var {number}
- * Tree Cell expander icon font-size in the {@link Global_CSS#$enable-big big} sizing schem
- */
- $treecell-expander-font-size-big: dynamic(null);
- /**
- * Creates a visual theme for a Tree Cell.
- *
- * @param {string} $ui
- * The name of the UI being created. Can not included spaces or special punctuation
- * (used in CSS class names).
- *
- * @param {String} [$xtype=gridcell] (protected) The {@link Ext.Class#xtype} to use
- * in CSS selectors. For use by UI mixins of derived classes.
- *
- * @param {color} $color
- * Tree Cell text color
- *
- * @param {color} $hovered-color
- * Tree Cell text color when hovered
- *
- * @param {color} $selected-color
- * Tree Cell text color when selected
- *
- * @param {color} $pressed-color
- * Tree Cell text color when pressed
- *
- * @param {color} $background-color
- * Tree Cell background-color
- *
- * @param {color} $hovered-background-color
- * Tree Cell background-color when hovered
- *
- * @param {color} $selected-background-color
- * Tree Cell background-color when selected
- *
- * @param {color} $pressed-background-color
- * Tree Cell background-color when pressed
- *
- * @param {number} $column-border-width
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-width
- *
- * @param {string} $column-border-style
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-style
- *
- * @param {color} $column-border-color
- * Tree Cell {@link Ext.grid.Grid#columnLines column} border-color
- *
- * @param {number} $focused-outline-width
- * Tree Cell outline-width when focused
- *
- * @param {string} $focused-outline-style
- * Tree Cell outline-style when focused
- *
- * @param {color} $focused-outline-color
- * Tree Cell outline-color when focused
- *
- * @param {number} $focused-outline-offset
- * Tree Cell outline-offset when focused
- *
- * @param {string/number} $font-weight
- * Tree Cell font-weight
- *
- * @param {number} $font-size
- * Tree Cell font-size
- *
- * @param {number} $font-size-big
- * Tree Cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {number} $line-height
- * Tree Cell line-height
- *
- * @param {number} $line-height-big
- * Tree Cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {string} $font-family
- * Tree Cell font-family
- *
- * @param {number/list} $padding
- * Tree Cell padding
- *
- * @param {number/list} $padding-big
- * Tree Cell padding in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {color} $icon-color
- * Tree Cell icon color
- *
- * @param {number} $icon-size
- * Tree Cell icon size
- *
- * @param {number} $icon-size-big
- * Tree Cell icon size in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {number} $icon-font-size
- * Tree Cell icon font-size
- *
- * @param {number} $icon-font-size-big
- * Tree Cell icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {number} $icon-margin
- * Tree Cell icon margin
- *
- * @param {number} $icon-margin-big
- * Tree Cell icon margin in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {string} $collapsed-icon
- * Tree Cell branch node icon when collapsed
- *
- * @param {string} $expanded-icon
- * Tree cell branch node icon when expanded
- *
- * @param {string} $leaf-icon
- * Tree Cell leaf node icon
- *
- * @param {string} $expander-icon
- * Tree Cell expander icon when collapsed
- *
- * @param {string} $expander-expanded-icon
- * Tree Cell expander icon when expanded
- *
- * @param {color} $expander-color
- * Tree Cell expander icon color
- *
- * @param {number} $expander-size
- * Tree Cell expander icon size
- *
- * @param {number} $expander-size-big
- * Tree Cell expander icon size in the {@link Global_CSS#$enable-big big} sizing scheme
- *
- * @param {number} $expander-font-size
- * Tree Cell expander icon font-size
- *
- * @param {number} $expander-font-size-big
- * Tree Cell expander icon font-size in the {@link Global_CSS#$enable-big big} sizing schem
- */
- @mixin treecell-ui(
- $ui: null,
- $xtype: treecell,
- $color: null,
- $hovered-color: null,
- $selected-color: null,
- $pressed-color: null,
- $background-color: null,
- $hovered-background-color: null,
- $selected-background-color: null,
- $pressed-background-color: null,
- $column-border-width: null,
- $column-border-style: null,
- $column-border-color: null,
- $focused-outline-width: null,
- $focused-outline-style: null,
- $focused-outline-color: null,
- $focused-outline-offset: null,
- $font-weight: null,
- $font-size: null,
- $font-size-big: null,
- $line-height: null,
- $line-height-big: null,
- $font-family: null,
- $padding: null,
- $padding-big: null,
- $icon-color: null,
- $icon-size: null,
- $icon-size-big: null,
- $icon-font-size: null,
- $icon-font-size-big: null,
- $icon-margin: null,
- $icon-margin-big: null,
- $collapsed-icon: null,
- $expanded-icon: null,
- $leaf-icon: null,
- $expander-icon: null,
- $expander-expanded-icon: null,
- $expander-color: null,
- $expander-size: null,
- $expander-size-big: null,
- $expander-font-size: null,
- $expander-font-size-big: null
- ) {
- $ui-suffix: ui-suffix($ui);
- $arguments: intersect-arguments(treecell-ui, gridcell-ui);
- $arguments: map-merge($arguments, (
- // Padding has special handling in the treecell-ui mixin. Null out any padding
- // values to prevent gridcell-ui mixin from generating padding styles
- padding: null,
- padding-big: null
- ));
- @include gridcell-ui($arguments...);
- .#{$prefix}#{$xtype}#{$ui-suffix} {
- padding: box(0 right($padding) 0 left($padding));
- @if $enable-big {
- .#{$prefix}big & {
- padding: box(0 right($padding-big) 0 left($padding-big));
- }
- }
- .#{$prefix}expander-el {
- @include icon(
- $icon: $expander-icon,
- $color: $expander-color,
- $size: $expander-size,
- $size-big: $expander-size-big,
- $font-size: $expander-font-size,
- $font-size-big: $expander-font-size-big
- );
- }
- &.#{$prefix}expanded .#{$prefix}expander-el {
- @include icon($expander-expanded-icon);
- }
- .#{$prefix}icon-el {
- @include icon(
- $color: $icon-color,
- $size: $icon-size,
- $size-big: $icon-size-big,
- $font-size: $icon-font-size,
- $font-size-big: $icon-font-size-big
- );
- margin: $icon-margin;
- @if $enable-big {
- .#{$prefix}big & {
- margin: $icon-margin-big;
- }
- }
- }
- // When no iconCls present, use folders
- &.#{$prefix}no-icon {
- .#{$prefix}icon-el {
- @include icon($collapsed-icon);
- }
- &.#{$prefix}expanded .#{$prefix}icon-el {
- @include icon($expanded-icon);
- }
- &.#{$prefix}leaf .#{$prefix}icon-el {
- @include icon($leaf-icon);
- }
- }
- // The indentation quantum for tree node levels is passed into a readable style.
- // Some browsers (FF, IE) don't support reading background-position-x
- background-position: ($expander-size + (left($icon-margin) or 0)) 0%;
- @if $enable-big {
- .x-big & {
- background-position: ($expander-size-big + (left($icon-margin-big) or 0)) 0%;
- }
- }
- }
- .#{$prefix}#{$xtype}#{$ui-suffix}-body-el,
- .#{$prefix}#{$xtype}#{$ui-suffix}-tool-dock > .#{$prefix}body-el {
- padding: box(top($padding) 0 bottom($padding) 0);
- @if $enable-big {
- .#{$prefix}big & {
- padding: box(top($padding-big) 0 bottom($padding-big) 0);
- }
- }
- }
- }
|