Browse Source

Merge pull request #122 in FUI/fineui from ~GUY/fineui:master to master

* commit '7a2c1ba1e41b9887fe20178856addcc181561332':
  add
  add
es6
guy 7 years ago
parent
commit
5f79c1037e
  1. 263
      bi/base.css
  2. 263
      dist/base.css
  3. 877
      dist/bundle.css
  4. 2
      dist/bundle.min.css
  5. 2
      dist/bundle.min.js
  6. 0
      dist/images/1x/background/marker.png
  7. 0
      dist/images/1x/background/mask.png
  8. 0
      dist/images/1x/background/wheel.png
  9. BIN
      dist/images/1x/login/bi_logo.png
  10. BIN
      dist/images/1x/login/button.png
  11. BIN
      dist/images/1x/login/checkbox.png
  12. BIN
      dist/images/1x/login/checkbox_selected.png
  13. BIN
      dist/images/1x/login/login.jpg
  14. BIN
      dist/images/1x/login/logo.png
  15. BIN
      dist/images/1x/login/password.png
  16. BIN
      dist/images/1x/login/username.png
  17. BIN
      dist/images/1x/multipath/multiNandN.png
  18. BIN
      dist/images/1x/multipath/multiPath.png
  19. BIN
      dist/images/1x/multipath/oneNandN.png
  20. BIN
      dist/images/1x/multipath/treeNandN.png
  21. BIN
      dist/images/1x/multipath/unknowNandN.png
  22. BIN
      dist/images/1x/third/ztree/img/line_conn.gif
  23. BIN
      dist/images/1x/third/ztree/img/loading.gif
  24. BIN
      dist/images/1x/third/ztree/img/zTreeStandard.gif
  25. BIN
      dist/images/1x/third/ztree/img/zTreeStandard.png
  26. 0
      dist/images/2x/background/marker.png
  27. 0
      dist/images/2x/background/mask.png
  28. 0
      dist/images/2x/background/wheel.png
  29. BIN
      dist/images/2x/login/bi_logo.png
  30. BIN
      dist/images/2x/login/button.png
  31. BIN
      dist/images/2x/login/checkbox.png
  32. BIN
      dist/images/2x/login/checkbox_selected.png
  33. BIN
      dist/images/2x/login/login.jpg
  34. BIN
      dist/images/2x/login/logo.png
  35. BIN
      dist/images/2x/login/password.png
  36. BIN
      dist/images/2x/login/username.png
  37. BIN
      dist/images/2x/multipath/multiNandN.png
  38. BIN
      dist/images/2x/multipath/multiPath.png
  39. BIN
      dist/images/2x/multipath/oneNandN.png
  40. BIN
      dist/images/2x/multipath/treeNandN.png
  41. BIN
      dist/images/2x/multipath/unknowNandN.png
  42. BIN
      dist/images/2x/third/ztree/img/line_conn.gif
  43. BIN
      dist/images/2x/third/ztree/img/loading.gif
  44. BIN
      dist/images/2x/third/ztree/img/zTreeStandard.gif
  45. BIN
      dist/images/2x/third/ztree/img/zTreeStandard.png
  46. 4
      dist/index.html
  47. 597
      dist/resource.css
  48. 60
      docs/START.md
  49. 52
      public/css/third/farbtastic/farbtastic.css
  50. 26
      public/css/third/ztree/display.tree.css
  51. 324
      public/css/third/ztree/zTreeStyle.css
  52. 2
      public/less/third/farbtastic/farbtastic.less
  53. 2
      public/less/third/ztree/display.tree.less
  54. 2
      public/less/third/ztree/zTreeStyle.less
  55. 3
      src/css/base/formula/codemirror.css
  56. 3
      src/css/base/tree/branch.tree.css
  57. 195
      src/css/resource/background.css
  58. 52
      src/css/resource/third/farbtastic/farbtastic.css
  59. 26
      src/css/resource/third/ztree/display.tree.css
  60. 324
      src/css/resource/third/ztree/zTreeStyle.css
  61. 32
      src/less/base/colorchooser/farbtastic/farbtastic.less
  62. 5
      src/less/base/formula/codemirror.less
  63. 0
      src/less/base/tree/tree.branch.less
  64. 20
      src/less/base/tree/tree.display.less
  65. 263
      src/less/base/tree/ztree.less
  66. 6
      src/less/lib/background.less
  67. 1
      src/less/lib/icon.less
  68. 181
      src/less/resource/background.less
  69. 53
      src/less/resource/third/farbtastic/farbtastic.less
  70. 30
      src/less/resource/third/ztree/display.tree.less
  71. 193
      src/less/resource/third/ztree/zTreeStyle.less
  72. 9
      src/less/var.less

263
bi/base.css

@ -20,6 +20,35 @@
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
}
.bi-bubble-combo .button-combo-triangle-wrapper {
position: fixed !important;
}
@ -562,6 +591,9 @@ span.CodeMirror-selectedtext {
color: black;
cursor: pointer;
}
.CodeMirror-hints {
z-index: 1000000000;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
@ -1205,6 +1237,237 @@ li.CodeMirror-hint-active {
.bi-branch-tree .bi-branch-tree-view {
min-width: 300px;
}
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/
.bi-trigger .bi-trigger-icon-button {
font-size: 16px;
}

263
dist/base.css vendored

@ -20,6 +20,35 @@
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
}
.bi-bubble-combo .button-combo-triangle-wrapper {
position: fixed !important;
}
@ -562,6 +591,9 @@ span.CodeMirror-selectedtext {
color: black;
cursor: pointer;
}
.CodeMirror-hints {
z-index: 1000000000;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
@ -1205,6 +1237,237 @@ li.CodeMirror-hint-active {
.bi-branch-tree .bi-branch-tree-view {
min-width: 300px;
}
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/
.bi-trigger .bi-trigger-icon-button {
font-size: 16px;
}

877
dist/bundle.css vendored

@ -1596,6 +1596,35 @@ i {
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
}
.bi-bubble-combo .button-combo-triangle-wrapper {
position: fixed !important;
}
@ -2138,6 +2167,9 @@ span.CodeMirror-selectedtext {
color: black;
cursor: pointer;
}
.CodeMirror-hints {
z-index: 1000000000;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
@ -2781,144 +2813,375 @@ li.CodeMirror-hint-active {
.bi-branch-tree .bi-branch-tree-view {
min-width: 300px;
}
.bi-trigger .bi-trigger-icon-button {
font-size: 16px;
.bi-display-tree .ztree * {
color: #999999;
}
.bi-select-text-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-small-select-text-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
/**********BI.BIListView*************/
.bi-popup-view {
position: fixed !important;
overflow-y: visible !important;
overflow-x: visible !important;
overflow: visible !important;
cursor: default;
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
.bi-popup-view .list-view-outer {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.ztree * {
padding: 0;
margin: 0;
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
.ztree {
margin: 0;
padding: 5px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.bi-arrangement .arrangement-helper {
background: #3f8ce8;
z-index: 1000000000;
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.bi-arrangement .arrangement-block {
z-index: 1000000000;
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.bi-arrangement .arrangement-drop-container {
z-index: 1000000000;
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.bi-arrangement .arrangement-drop-container .arrangement-drop-region {
overflow: hidden;
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
}
.bi-arrangement .arrangement-drop-container .drop-devider {
z-index: 1000000001;
background: #3f8ce8;
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.bi-arrangement .arrangement-drop-container .top-left,
.bi-arrangement .arrangement-drop-container .top-right,
.bi-arrangement .arrangement-drop-container .bottom-left,
.bi-arrangement .arrangement-drop-container .bottom-right,
.bi-arrangement .arrangement-drop-container .top-left-second,
.bi-arrangement .arrangement-drop-container .top-right-second,
.bi-arrangement .arrangement-drop-container .bottom-left-second,
.bi-arrangement .arrangement-drop-container .bottom-right-second,
.bi-arrangement .arrangement-drop-container .top-center,
.bi-arrangement .arrangement-drop-container .bottom-center,
.bi-arrangement .arrangement-drop-container .left-center,
.bi-arrangement .arrangement-drop-container .right-center,
.bi-arrangement .arrangement-drop-container .top-center-second,
.bi-arrangement .arrangement-drop-container .bottom-center-second,
.bi-arrangement .arrangement-drop-container .left-center-second,
.bi-arrangement .arrangement-drop-container .right-center-second {
z-index: 1000000001;
background: #3f8ce8;
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.bi-arrangement-droppable {
z-index: 100000;
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.bi-date-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.bi-excel-table-header-cell {
font-weight: bold;
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.bi-file-manager-nav-button .file-manager-nav-button-text {
max-width: 200px;
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.bi-file-manager-nav-button .file-manager-nav-button-text.active {
background-color: #eff1f4;
color: #999999;
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.bi-file-manager-nav-button .file-manager-nav-button-triangle {
z-index: 1;
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.bi-theme-dark .bi-file-manager-nav-button .file-manager-nav-button-text.active {
background-color: #191b2b;
color: #999999;
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.bi-fine-tuning-number-editor {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-line {
z-index: 1000000000;
background-color: #f07d0a;
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon {
z-index: 1000000000;
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.bi-month-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.bi-multidate-combo {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
.ztree li span.button.root_docu {
background: none;
}
.bi-multidate-popup .bi-multidate-popup-label {
color: #3f8ce8;
font-size: 14px;
.ztree li span.button.noline_docu {
background: none;
}
.bi-multidate-popup .bi-multidate-popup-item:active,
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/
.bi-trigger .bi-trigger-icon-button {
font-size: 16px;
}
.bi-select-text-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-small-select-text-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/**********BI.BIListView*************/
.bi-popup-view {
position: fixed !important;
overflow-y: visible !important;
overflow-x: visible !important;
overflow: visible !important;
cursor: default;
}
.bi-popup-view .list-view-outer {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
}
.bi-arrangement .arrangement-helper {
background: #3f8ce8;
z-index: 1000000000;
}
.bi-arrangement .arrangement-block {
z-index: 1000000000;
}
.bi-arrangement .arrangement-drop-container {
z-index: 1000000000;
}
.bi-arrangement .arrangement-drop-container .arrangement-drop-region {
overflow: hidden;
}
.bi-arrangement .arrangement-drop-container .drop-devider {
z-index: 1000000001;
background: #3f8ce8;
}
.bi-arrangement .arrangement-drop-container .top-left,
.bi-arrangement .arrangement-drop-container .top-right,
.bi-arrangement .arrangement-drop-container .bottom-left,
.bi-arrangement .arrangement-drop-container .bottom-right,
.bi-arrangement .arrangement-drop-container .top-left-second,
.bi-arrangement .arrangement-drop-container .top-right-second,
.bi-arrangement .arrangement-drop-container .bottom-left-second,
.bi-arrangement .arrangement-drop-container .bottom-right-second,
.bi-arrangement .arrangement-drop-container .top-center,
.bi-arrangement .arrangement-drop-container .bottom-center,
.bi-arrangement .arrangement-drop-container .left-center,
.bi-arrangement .arrangement-drop-container .right-center,
.bi-arrangement .arrangement-drop-container .top-center-second,
.bi-arrangement .arrangement-drop-container .bottom-center-second,
.bi-arrangement .arrangement-drop-container .left-center-second,
.bi-arrangement .arrangement-drop-container .right-center-second {
z-index: 1000000001;
background: #3f8ce8;
}
.bi-arrangement-droppable {
z-index: 100000;
}
.bi-date-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
}
.bi-excel-table-header-cell {
font-weight: bold;
}
.bi-file-manager-nav-button .file-manager-nav-button-text {
max-width: 200px;
}
.bi-file-manager-nav-button .file-manager-nav-button-text.active {
background-color: #eff1f4;
color: #999999;
}
.bi-file-manager-nav-button .file-manager-nav-button-triangle {
z-index: 1;
}
.bi-theme-dark .bi-file-manager-nav-button .file-manager-nav-button-text.active {
background-color: #191b2b;
color: #999999;
}
.bi-fine-tuning-number-editor {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-line {
z-index: 1000000000;
background-color: #f07d0a;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon {
z-index: 1000000000;
}
.bi-month-trigger {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-multidate-combo {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-multidate-popup .bi-multidate-popup-label {
color: #3f8ce8;
font-size: 14px;
}
.bi-multidate-popup .bi-multidate-popup-item:active,
.bi-multidate-popup .bi-multidate-popup-item.active {
background-color: #3f8ce8;
color: #ffffff;
@ -4962,405 +5225,3 @@ textarea::-webkit-scrollbar-thumb:hover {
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png');
_background: none;
}
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/wheel.png") no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/mask.png") no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/marker.png") no-repeat;
}
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-3.png");
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-2.png");
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-4.png");
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
/*-------------------------------------
zTree Style
version: 3.5.17
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li ul.line {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y;
}
.bi-theme-dark .ztree li ul.line {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.gif");
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_full_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_part {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_part_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_full_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_part {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_part_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.root_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-1.png");
}
.bi-theme-dark .ztree li span.button.root_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-1.png");
}
.ztree li span.button.root_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-1.png");
}
.bi-theme-dark .ztree li span.button.root_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-1.png");
}
.ztree li span.button.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-2.png");
}
.bi-theme-dark .ztree li span.button.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-2.png");
}
.ztree li span.button.roots_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-2.png");
}
.bi-theme-dark .ztree li span.button.roots_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-2.png");
}
.ztree li span.button.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-3.png");
}
.bi-theme-dark .ztree li span.button.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-3.png");
}
.ztree li span.button.center_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-3.png");
}
.bi-theme-dark .ztree li span.button.center_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-3.png");
}
.ztree li span.button.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-4.png");
}
.ztree li span.button.bottom_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-4.png");
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.roots_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-2.png");
}
.bi-theme-dark .ztree li span.button.roots_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-2.png");
}
.ztree li span.button.center_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-3.png");
}
.bi-theme-dark .ztree li span.button.center_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-3.png");
}
.ztree li span.button.bottom_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-4.png");
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

0
dist/images/1x/third/farbtastic/marker.png → dist/images/1x/background/marker.png vendored

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 652 B

0
dist/images/1x/third/farbtastic/mask.png → dist/images/1x/background/mask.png vendored

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
dist/images/1x/third/farbtastic/wheel.png → dist/images/1x/background/wheel.png vendored

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
dist/images/1x/login/bi_logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
dist/images/1x/login/button.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

BIN
dist/images/1x/login/checkbox.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

BIN
dist/images/1x/login/checkbox_selected.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

BIN
dist/images/1x/login/login.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 KiB

BIN
dist/images/1x/login/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
dist/images/1x/login/password.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

BIN
dist/images/1x/login/username.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

BIN
dist/images/1x/multipath/multiNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

BIN
dist/images/1x/multipath/multiPath.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

BIN
dist/images/1x/multipath/oneNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
dist/images/1x/multipath/treeNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
dist/images/1x/multipath/unknowNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

BIN
dist/images/1x/third/ztree/img/line_conn.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 B

BIN
dist/images/1x/third/ztree/img/loading.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

BIN
dist/images/1x/third/ztree/img/zTreeStandard.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
dist/images/1x/third/ztree/img/zTreeStandard.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

0
dist/images/2x/third/farbtastic/marker.png → dist/images/2x/background/marker.png vendored

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 652 B

0
dist/images/2x/third/farbtastic/mask.png → dist/images/2x/background/mask.png vendored

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
dist/images/2x/third/farbtastic/wheel.png → dist/images/2x/background/wheel.png vendored

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
dist/images/2x/login/bi_logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
dist/images/2x/login/button.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

BIN
dist/images/2x/login/checkbox.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

BIN
dist/images/2x/login/checkbox_selected.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

BIN
dist/images/2x/login/login.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 KiB

BIN
dist/images/2x/login/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
dist/images/2x/login/password.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

BIN
dist/images/2x/login/username.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

BIN
dist/images/2x/multipath/multiNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

BIN
dist/images/2x/multipath/multiPath.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
dist/images/2x/multipath/oneNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
dist/images/2x/multipath/treeNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
dist/images/2x/multipath/unknowNandN.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
dist/images/2x/third/ztree/img/line_conn.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 B

BIN
dist/images/2x/third/ztree/img/loading.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

BIN
dist/images/2x/third/ztree/img/zTreeStandard.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
dist/images/2x/third/ztree/img/zTreeStandard.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

4
dist/index.html vendored

@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="widget.css" />
<link rel="stylesheet" type="text/css" href="resource.css" />
<link rel="stylesheet" type="text/css" href="demo.css" />
<link rel="stylesheet" type="text/css" href="slider.css" />
<link rel="stylesheet" type="text/css" href="sliders.css" />
<script src="config.js"></script>
<script src="polyfill.js"></script>
@ -18,7 +18,7 @@
<script src="base.js"></script>
<script src="case.js"></script>
<script src="widget.js"></script>
<script src="slider.js"></script>
<script src="sliders.js"></script>
<!--图表-->
<!--<script src="vancharts-all.js"></script>-->
<!--<script src="biconst.js"></script>-->

597
dist/resource.css vendored

@ -77,6 +77,201 @@ textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(204, 204, 204, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3cccccc,endColorstr=#b3cccccc);
}
.farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/wheel.png');
_background: none;
}
.farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/mask.png');
_background: none;
}
.farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/marker.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-3.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-2.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-4.png');
_background: none;
}
.ztree li ul.line {
background: url('images/1x/icon/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-1.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check-box-normal.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-normal.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check-box-normal.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-normal.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check-box-active.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-active.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check-box-active.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-active.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree-expand-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-1.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree-expand-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-1.png');
_background: none;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree-collapse-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-1.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree-collapse-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-1.png');
_background: none;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree-expand-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree-expand-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-2.png');
_background: none;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree-collapse-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree-collapse-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-2.png');
_background: none;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree-expand-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree-expand-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-3.png');
_background: none;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree-collapse-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree-collapse-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-3.png');
_background: none;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree-expand-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree-expand-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-4.png');
_background: none;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree-collapse-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree-collapse-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-4.png');
_background: none;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-2.png');
_background: none;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-3.png');
_background: none;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-4.png');
_background: none;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/loading.gif');
_background: none;
}
.base-line-conn-background {
background: url('images/1x/icon/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-1.png');
@ -1809,405 +2004,3 @@ textarea::-webkit-scrollbar-thumb:hover {
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url("images/1x/third/farbtastic/wheel.png") no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url("images/1x/third/farbtastic/mask.png") no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url("images/1x/third/farbtastic/marker.png") no-repeat;
}
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background-image: url("images/1x//icon/tree-vertical-line-3.png");
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background-image: url("images/1x//icon/tree-vertical-line-2.png");
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background-image: url("images/1x//icon/tree-vertical-line-4.png");
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
/*-------------------------------------
zTree Style
version: 3.5.17
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li ul.line {
background: url("images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y;
}
.bi-theme-dark .ztree li ul.line {
background: url("images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif");
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
background-image: url("images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_full_focus {
background-image: url("images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_part {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_part_focus {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
background-image: url("images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_full_focus {
background-image: url("images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_part {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_part_focus {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.root_open {
background-image: url("images/1x/icon/tree-expand-1.png");
}
.bi-theme-dark .ztree li span.button.root_open {
background-image: url("images/1x/icon/dark/tree-expand-1.png");
}
.ztree li span.button.root_close {
background-image: url("images/1x/icon/tree-collapse-1.png");
}
.bi-theme-dark .ztree li span.button.root_close {
background-image: url("images/1x/icon/dark/tree-collapse-1.png");
}
.ztree li span.button.roots_open {
background-image: url("images/1x/icon/tree-expand-2.png");
}
.bi-theme-dark .ztree li span.button.roots_open {
background-image: url("images/1x/icon/dark/tree-expand-2.png");
}
.ztree li span.button.roots_close {
background-image: url("images/1x/icon/tree-collapse-2.png");
}
.bi-theme-dark .ztree li span.button.roots_close {
background-image: url("images/1x/icon/dark/tree-collapse-2.png");
}
.ztree li span.button.center_open {
background-image: url("images/1x/icon/tree-expand-3.png");
}
.bi-theme-dark .ztree li span.button.center_open {
background-image: url("images/1x/icon/dark/tree-expand-3.png");
}
.ztree li span.button.center_close {
background-image: url("images/1x/icon/tree-collapse-3.png");
}
.bi-theme-dark .ztree li span.button.center_close {
background-image: url("images/1x/icon/dark/tree-collapse-3.png");
}
.ztree li span.button.bottom_open {
background-image: url("images/1x/icon/tree-expand-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_open {
background-image: url("images/1x/icon/dark/tree-expand-4.png");
}
.ztree li span.button.bottom_close {
background-image: url("images/1x/icon/tree-collapse-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_close {
background-image: url("images/1x/icon/dark/tree-collapse-4.png");
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.roots_docu {
background-image: url("images/1x/icon/tree-vertical-line-2.png");
}
.bi-theme-dark .ztree li span.button.roots_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-2.png");
}
.ztree li span.button.center_docu {
background-image: url("images/1x/icon/tree-vertical-line-3.png");
}
.bi-theme-dark .ztree li span.button.center_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-3.png");
}
.ztree li span.button.bottom_docu {
background-image: url("images/1x/icon/tree-vertical-line-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-4.png");
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
background: url("images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
background-image: url("images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

60
docs/START.md

@ -1,37 +1,37 @@
1. bower安装
```
bower install fineui
```
2. 第一个demo
#### 第一个demo
```html
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="bower_components/dist/bundle.css" />
<script src="bower_components/dist/bundle.js"></script>
</head>
<body>
<script>
$(function(){
BI.createWidget({
type:"bi.absolute",
element: "body",
items: [{
el:{
type: "bi.button",
text: "这是一个按钮"
},
left: 100,
top: 100
}]
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="https://fanruan.coding.me/fineui/dist/bundle.min.css" />
<script src="https://coding.net/u/fanruan/p/fineui/git/raw/master/dist/bundle.min.js"></script>
</head>
<body>
<script>
$(function(){
BI.createWidget({
type:"bi.absolute",
element: "body",
items: [{
el:{
type: "bi.button",
text: "这是一个按钮"
},
left: 100,
top: 100
}]
})
})
})
</script>
</body>
</script>
</body>
</html>
```
#### 源码集成配置
[http://www.finedevelop.com/pages/viewpage.action?pageId=16056735](http://www.finedevelop.com/pages/viewpage.action?pageId=16056735)
#### 源码集成Demo
BI的组件就是集成的fineui进行开发的
[https://coding.net/u/fanruan/p/bi-components/](https://coding.net/u/fanruan/p/bi-components/)

52
public/css/third/farbtastic/farbtastic.css

@ -1,52 +0,0 @@
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/wheel.png") no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/mask.png") no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/farbtastic/marker.png") no-repeat;
}

26
public/css/third/ztree/display.tree.css

@ -1,26 +0,0 @@
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-3.png");
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-2.png");
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x//icon/tree-vertical-line-4.png");
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}

324
public/css/third/ztree/zTreeStyle.css

@ -1,324 +0,0 @@
/*-------------------------------------
zTree Style
version: 3.5.17
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li ul.line {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y;
}
.bi-theme-dark .ztree li ul.line {
background: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.gif");
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_full_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_part {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_part_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_full_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_part {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_part_focus {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.root_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-1.png");
}
.bi-theme-dark .ztree li span.button.root_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-1.png");
}
.ztree li span.button.root_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-1.png");
}
.bi-theme-dark .ztree li span.button.root_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-1.png");
}
.ztree li span.button.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-2.png");
}
.bi-theme-dark .ztree li span.button.roots_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-2.png");
}
.ztree li span.button.roots_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-2.png");
}
.bi-theme-dark .ztree li span.button.roots_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-2.png");
}
.ztree li span.button.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-3.png");
}
.bi-theme-dark .ztree li span.button.center_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-3.png");
}
.ztree li span.button.center_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-3.png");
}
.bi-theme-dark .ztree li span.button.center_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-3.png");
}
.ztree li span.button.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-expand-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_open {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-expand-4.png");
}
.ztree li span.button.bottom_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-collapse-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_close {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-collapse-4.png");
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.roots_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-2.png");
}
.bi-theme-dark .ztree li span.button.roots_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-2.png");
}
.ztree li span.button.center_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-3.png");
}
.bi-theme-dark .ztree li span.button.center_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-3.png");
}
.ztree li span.button.bottom_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/tree-vertical-line-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree-vertical-line-4.png");
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
background: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("https://fanruan.coding.me/fineui/dist/images/1x/third/ztree/img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

2
public/less/third/farbtastic/farbtastic.less

@ -1,2 +0,0 @@
@import "../../../../src/less/resource/third/farbtastic/farbtastic";
@import "../../var";

2
public/less/third/ztree/display.tree.less

@ -1,2 +0,0 @@
@import "../../../../src/less/resource/third/ztree/display.tree.less";
@import "../../var";

2
public/less/third/ztree/zTreeStyle.less

@ -1,2 +0,0 @@
@import "../../../../src/less/resource/third/ztree/zTreeStyle";
@import "../../var";

3
src/css/base/formula/codemirror.css

@ -471,6 +471,9 @@ span.CodeMirror-selectedtext {
color: black;
cursor: pointer;
}
.CodeMirror-hints {
z-index: 1000000000;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;

3
src/css/base/tree/branch.tree.css

@ -1,3 +0,0 @@
.bi-branch-tree .bi-branch-tree-view {
min-width: 300px;
}

195
src/css/resource/background.css

@ -1,3 +1,198 @@
.farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/wheel.png');
_background: none;
}
.farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/mask.png');
_background: none;
}
.farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/marker.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-3.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-2.png');
_background: none;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-4.png');
_background: none;
}
.ztree li ul.line {
background: url('images/1x/icon/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-1.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check-box-normal.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-normal.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check-box-normal.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-normal.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check-box-active.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-active.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check-box-active.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/check-box-active.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/half_selected.png');
_background: none;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree-expand-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-1.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree-expand-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-1.png');
_background: none;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree-collapse-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-1.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree-collapse-1.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-1.png');
_background: none;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree-expand-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree-expand-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-2.png');
_background: none;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree-collapse-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree-collapse-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-2.png');
_background: none;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree-expand-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree-expand-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-3.png');
_background: none;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree-collapse-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree-collapse-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-3.png');
_background: none;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree-expand-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-expand-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree-expand-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-expand-4.png');
_background: none;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree-collapse-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-collapse-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree-collapse-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-collapse-4.png');
_background: none;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-2.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree-vertical-line-2.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-2.png');
_background: none;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-3.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree-vertical-line-3.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-3.png');
_background: none;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-4.png');
_background: none;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree-vertical-line-4.png') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-4.png');
_background: none;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/loading.gif');
_background: none;
}
.base-line-conn-background {
background: url('images/1x/icon/tree-vertical-line-1.png') repeat-y 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-1.png');

52
src/css/resource/third/farbtastic/farbtastic.css

@ -1,52 +0,0 @@
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url("images/1x/third/farbtastic/wheel.png") no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url("images/1x/third/farbtastic/mask.png") no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url("images/1x/third/farbtastic/marker.png") no-repeat;
}

26
src/css/resource/third/ztree/display.tree.css

@ -1,26 +0,0 @@
.bi-display-tree .ztree * {
color: #999999;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background-image: url("images/1x//icon/tree-vertical-line-3.png");
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background-image: url("images/1x//icon/tree-vertical-line-2.png");
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background-image: url("images/1x//icon/tree-vertical-line-4.png");
}
.bi-display-tree .ztree li a,
.bi-display-tree .ztree li span {
cursor: default !important;
}
.bi-display-tree .ztree li a:hover {
text-decoration: none;
}
.bi-display-tree .ztree li a.curSelectedNode {
padding-top: 1px;
border: none;
background-color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}

324
src/css/resource/third/ztree/zTreeStyle.css

@ -1,324 +0,0 @@
/*-------------------------------------
zTree Style
version: 3.5.17
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0;
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.ztree li ul.line {
background: url("images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y;
}
.bi-theme-dark .ztree li ul.line {
background: url("images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y;
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block;
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80);
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px;
}
.ztree li span {
line-height: 24px;
margin-right: 2px;
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url("images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif");
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
background-image: url("images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_full_focus {
background-image: url("images/1x/icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_part {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_part_focus {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
background-image: url("images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_full_focus {
background-image: url("images/1x/icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_part {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_part_focus {
background-image: url("images/1x/icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px;
}
.ztree li span.button.switch {
width: 25px;
height: 25px;
}
.ztree li span.button.root_open {
background-image: url("images/1x/icon/tree-expand-1.png");
}
.bi-theme-dark .ztree li span.button.root_open {
background-image: url("images/1x/icon/dark/tree-expand-1.png");
}
.ztree li span.button.root_close {
background-image: url("images/1x/icon/tree-collapse-1.png");
}
.bi-theme-dark .ztree li span.button.root_close {
background-image: url("images/1x/icon/dark/tree-collapse-1.png");
}
.ztree li span.button.roots_open {
background-image: url("images/1x/icon/tree-expand-2.png");
}
.bi-theme-dark .ztree li span.button.roots_open {
background-image: url("images/1x/icon/dark/tree-expand-2.png");
}
.ztree li span.button.roots_close {
background-image: url("images/1x/icon/tree-collapse-2.png");
}
.bi-theme-dark .ztree li span.button.roots_close {
background-image: url("images/1x/icon/dark/tree-collapse-2.png");
}
.ztree li span.button.center_open {
background-image: url("images/1x/icon/tree-expand-3.png");
}
.bi-theme-dark .ztree li span.button.center_open {
background-image: url("images/1x/icon/dark/tree-expand-3.png");
}
.ztree li span.button.center_close {
background-image: url("images/1x/icon/tree-collapse-3.png");
}
.bi-theme-dark .ztree li span.button.center_close {
background-image: url("images/1x/icon/dark/tree-collapse-3.png");
}
.ztree li span.button.bottom_open {
background-image: url("images/1x/icon/tree-expand-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_open {
background-image: url("images/1x/icon/dark/tree-expand-4.png");
}
.ztree li span.button.bottom_close {
background-image: url("images/1x/icon/tree-collapse-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_close {
background-image: url("images/1x/icon/dark/tree-collapse-4.png");
}
.ztree li span.button.noline_open {
background-position: -92px -72px;
}
.ztree li span.button.noline_close {
background-position: -74px -72px;
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.roots_docu {
background-image: url("images/1x/icon/tree-vertical-line-2.png");
}
.bi-theme-dark .ztree li span.button.roots_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-2.png");
}
.ztree li span.button.center_docu {
background-image: url("images/1x/icon/tree-vertical-line-3.png");
}
.bi-theme-dark .ztree li span.button.center_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-3.png");
}
.ztree li span.button.bottom_docu {
background-image: url("images/1x/icon/tree-vertical-line-4.png");
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background-image: url("images/1x/icon/dark/tree-vertical-line-4.png");
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle;
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
background: url("images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent;
vertical-align: top;
*vertical-align: middle;
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
background-image: url("images/1x/third/ztree/img/zTreeStandard.png");
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80);
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

32
src/less/base/colorchooser/farbtastic/farbtastic.less

@ -0,0 +1,32 @@
@import "../../../bibase";
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .overlay {
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
}

5
src/less/base/formula/codemirror.less

@ -424,7 +424,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
line-height: 1.4;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
@ -579,6 +578,10 @@ span.CodeMirror-selectedtext {
cursor: pointer;
}
.CodeMirror-hints {
z-index: @zIndex-tip;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;

0
src/less/base/tree/branch.tree.less → src/less/base/tree/tree.branch.less

20
src/less/base/tree/tree.display.less

@ -0,0 +1,20 @@
@import "../../bibase";
.bi-display-tree{
.ztree * {
color: @color-bi-text-gray;
}
& .ztree li a, & .ztree li span{
cursor: default !important;
}
& .ztree li a:hover{
text-decoration: none;
}
& .ztree li a.curSelectedNode{
padding-top: 1px;
border: none;
background-color: inherit;
.opacity(1);
}
}

263
src/less/base/tree/ztree.less

@ -0,0 +1,263 @@
@import "../../bibase";
.ztree * {
padding: 0;
margin: 0;
}
.ztree {
margin: 0;
padding: 5px;
}
.ztree li {
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
text-align: left;
white-space: nowrap;
outline: 0
}
.ztree li ul {
margin: 0;
padding: 0 0 0 18px
}
.ztree li a {
padding: 1px 3px 0 0;
margin: 0;
cursor: pointer;
height: 24px;
background-color: transparent;
text-decoration: none;
vertical-align: top;
display: inline-block
}
.ztree li a.curSelectedNode {
}
.ztree li a.curSelectedNode_Edit {
padding-top: 0px;
background-color: #FFE6B0;
color: black;
height: 16px;
border: 1px #FFB951 solid;
opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: #316AC5;
color: white;
height: 16px;
border: 1px #316AC5 solid;
opacity: 0.8;
filter: alpha(opacity=80)
}
.ztree li a.tmpTargetNode_prev {
}
.ztree li a.tmpTargetNode_next {
}
.ztree li a input.rename {
height: 14px;
width: 80px;
padding: 0;
margin: 0;
font-size: 12px;
border: 1px #7EC4CC solid;
*border: 0px
}
.ztree li span {
line-height: 24px;
margin-right: 2px
}
.ztree li span.button {
line-height: 0;
margin: 0;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
border: 0 none;
cursor: pointer;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
}
.ztree li span.button.chk {
width: 16px;
height: 16px;
margin: 0 3px 0 0;
cursor: auto
}
.ztree li span.button.chk.checkbox_false_disable {
background-position: 0 -56px
}
.ztree li span.button.chk.checkbox_true_disable {
background-position: -14px -56px
}
.ztree li span.button.chk.radio_false_full {
background-position: -28px 0
}
.ztree li span.button.chk.radio_false_full_focus {
background-position: -28px -14px
}
.ztree li span.button.chk.radio_false_part {
background-position: -28px -28px
}
.ztree li span.button.chk.radio_false_part_focus {
background-position: -28px -42px
}
.ztree li span.button.chk.radio_false_disable {
background-position: -28px -56px
}
.ztree li span.button.chk.radio_true_full {
background-position: -42px 0
}
.ztree li span.button.chk.radio_true_full_focus {
background-position: -42px -14px
}
.ztree li span.button.chk.radio_true_part {
background-position: -42px -28px
}
.ztree li span.button.chk.radio_true_part_focus {
background-position: -42px -42px
}
.ztree li span.button.chk.radio_true_disable {
background-position: -42px -56px
}
.ztree li span.button.switch {
width: 25px;
height: 25px
}
.ztree li span.button.noline_open {
background-position: -92px -72px
}
.ztree li span.button.noline_close {
background-position: -74px -72px
}
.ztree li span.button.root_docu {
background: none;
}
.ztree li span.button.noline_docu {
background: none;
}
.ztree li span.button.ico_open {
margin-right: 2px;
background-position: -110px -16px;
vertical-align: top;
*vertical-align: middle
}
.ztree li span.button.ico_close {
margin-right: 2px;
background-position: -110px 0;
vertical-align: top;
*vertical-align: middle
}
.ztree li span.button.ico_docu {
margin-right: 2px;
background-position: -110px -32px;
vertical-align: top;
*vertical-align: middle
}
.ztree li span.button.edit {
margin-right: 2px;
background-position: -110px -48px;
vertical-align: top;
*vertical-align: middle
}
.ztree li span.button.remove {
margin-right: 2px;
background-position: -110px -64px;
vertical-align: top;
*vertical-align: middle
}
.ztree li span.button.ico_loading {
width: 0px;
margin-right: 2px;
vertical-align: top;
*vertical-align: middle
}
ul.tmpTargetzTree {
background-color: #FFE6B0;
opacity: 0.8;
filter: alpha(opacity=80)
}
span.tmpzTreeMove_arrow {
width: 16px;
height: 16px;
display: inline-block;
padding: 0;
margin: 2px 0 0 1px;
border: 0 none;
position: absolute;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -110px -80px;
}
ul.ztree.zTreeDragUL {
margin: 0;
padding: 0;
position: absolute;
width: auto;
height: auto;
overflow: hidden;
background-color: #cfcfcf;
border: 1px #00B83F dotted;
opacity: 0.8;
filter: alpha(opacity=80)
}
.zTreeMask {
z-index: 10000;
background-color: #cfcfcf;
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute
}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

6
src/less/lib/background.less

@ -1,2 +1,6 @@
@background-auto-color: "background/auto-color.png";
@background-trans-color: "background/trans-color.png";
@background-trans-color: "background/trans-color.png";
@background-farbtastic-wheel:"background/wheel.png";
@background-farbtastic-overlay:"background/mask.png";
@background-farbtastic-marker:"background/marker.png";

1
src/less/lib/icon.less

@ -41,3 +41,4 @@
@icon-tree-vertical-line-4-theme-dark: "icon/dark/tree-vertical-line-4.png";
@icon-loading: "icon/loading.gif";

181
src/less/resource/background.less

@ -2,6 +2,187 @@
@import "../lib/icon";
@import "../lib/background";
.farbtastic .wheel {
.imagePath(@background-farbtastic-wheel);
}
.farbtastic .overlay {
.imagePath(@background-farbtastic-overlay);
}
.farbtastic .marker {
.imagePath(@background-farbtastic-marker);
}
.bi-display-tree {
& .ztree li span.button.switch.center_open {
.imagePath(@icon-tree-vertical-line-3);
}
& .ztree li span.button.switch.roots_open {
.imagePath(@icon-tree-vertical-line-2);
}
& .ztree li span.button.switch.bottom_open {
.imagePath(@icon-tree-vertical-line-4);
}
}
.ztree li ul.line {
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
}
.bi-theme-dark {
.ztree li ul.line {
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y);
}
}
.ztree li span.button.chk.checkbox_false_full {
.imagePath(@icon-checkbox-normal);
}
.ztree li span.button.chk.checkbox_false_full_focus {
.imagePath(@icon-checkbox-normal);
}
.ztree li span.button.chk.checkbox_false_part {
.imagePath(@icon-half-select);
}
.ztree li span.button.chk.checkbox_false_part_focus {
.imagePath(@icon-half-select);
}
.ztree li span.button.chk.checkbox_true_full {
.imagePath(@icon-checkbox-active);
}
.ztree li span.button.chk.checkbox_true_full_focus {
.imagePath(@icon-checkbox-active);
}
.ztree li span.button.chk.checkbox_true_part {
.imagePath(@icon-half-select);
}
.ztree li span.button.chk.checkbox_true_part_focus {
.imagePath(@icon-half-select);
}
.ztree li span.button.root_open {
.imagePath(@icon-tree-expand-type1);
}
.bi-theme-dark {
.ztree li span.button.root_open {
.imagePath(@icon-tree-expand-type1-theme-dark);
}
}
.ztree li span.button.root_close {
.imagePath(@icon-tree-collapse-type1);
}
.bi-theme-dark {
.ztree li span.button.root_close {
.imagePath(@icon-tree-collapse-type1-theme-dark);
}
}
.ztree li span.button.roots_open {
.imagePath(@icon-tree-expand-type2);
}
.bi-theme-dark {
.ztree li span.button.roots_open {
.imagePath(@icon-tree-expand-type2-theme-dark);
}
}
.ztree li span.button.roots_close {
.imagePath(@icon-tree-collapse-type2);
}
.bi-theme-dark {
.ztree li span.button.roots_close {
.imagePath(@icon-tree-collapse-type2-theme-dark);
}
}
.ztree li span.button.center_open {
.imagePath(@icon-tree-expand-type3);
}
.bi-theme-dark {
.ztree li span.button.center_open {
.imagePath(@icon-tree-expand-type3-theme-dark);
}
}
.ztree li span.button.center_close {
.imagePath(@icon-tree-collapse-type3);
}
.bi-theme-dark {
.ztree li span.button.center_close {
.imagePath(@icon-tree-collapse-type3-theme-dark);
}
}
.ztree li span.button.bottom_open {
.imagePath(@icon-tree-expand-type4);
}
.bi-theme-dark {
.ztree li span.button.bottom_open {
.imagePath(@icon-tree-expand-type4-theme-dark);
}
}
.ztree li span.button.bottom_close {
.imagePath(@icon-tree-collapse-type4);
}
.bi-theme-dark {
.ztree li span.button.bottom_close {
.imagePath(@icon-tree-collapse-type4-theme-dark);
}
}
.ztree li span.button.roots_docu {
.imagePath(@icon-tree-vertical-line-2);
}
.bi-theme-dark {
.ztree li span.button.roots_docu {
.imagePath(@icon-tree-vertical-line-2-theme-dark);
}
}
.ztree li span.button.center_docu {
.imagePath(@icon-tree-vertical-line-3);
}
.bi-theme-dark {
.ztree li span.button.center_docu {
.imagePath(@icon-tree-vertical-line-3-theme-dark);
}
}
.ztree li span.button.bottom_docu {
.imagePath(@icon-tree-vertical-line-4);
}
.bi-theme-dark {
.ztree li span.button.bottom_docu {
.imagePath(@icon-tree-vertical-line-4-theme-dark);
}
}
.ztree li span.button.ico_loading {
.imagePath(@icon-loading);
}
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
}

53
src/less/resource/third/farbtastic/farbtastic.less

@ -1,53 +0,0 @@
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
@import "../../../bibase";
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url("@{imageUrl}third/farbtastic/wheel.png") no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url("@{imageUrl}third/farbtastic/mask.png") no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url("@{imageUrl}third/farbtastic/marker.png") no-repeat;
}

30
src/less/resource/third/ztree/display.tree.less

@ -1,30 +0,0 @@
@import "../../../bibase";
.bi-display-tree{
.ztree * {
color: @color-bi-text-gray;
}
& .ztree li span.button.switch.center_open{
background-image:url("@{imageUrl}/icon/tree-vertical-line-3.png");
}
& .ztree li span.button.switch.roots_open{
background-image:url("@{imageUrl}/icon/tree-vertical-line-2.png");
}
& .ztree li span.button.switch.bottom_open{
background-image:url("@{imageUrl}/icon/tree-vertical-line-4.png");
}
& .ztree li a, & .ztree li span{
cursor: default !important;
}
& .ztree li a:hover{
text-decoration: none;
}
& .ztree li a.curSelectedNode{
padding-top: 1px;
border: none;
background-color: inherit;
.opacity(1);
}
}

193
src/less/resource/third/ztree/zTreeStyle.less

@ -1,193 +0,0 @@
/*-------------------------------------
zTree Style
version: 3.5.17
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
@import "../../../bibase";
.ztree * {padding:0; margin:0; }
.ztree {margin:0; padding:5px; }
.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url("@{imageUrl}icon/tree-vertical-line-1.png") 0 0 repeat-y;}
.bi-theme-dark{
.ztree li ul.line{ background:url("@{imageUrl}icon/dark/tree-vertical-line-1.png") 0 0 repeat-y;}
}
.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:24px; background-color: transparent;
text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a.curSelectedNode {}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#316AC5; color:white; height:16px; border:1px #316AC5 solid;
opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
font-size:12px; border:1px #7EC4CC solid; *border:0px}
.ztree li span {line-height:24px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
border:0 none; cursor: pointer;outline:none;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-image:url("@{imageUrl}third/ztree/img/zTreeStandard.png"); *background-image:url("@{imageUrl}third/ztree/img/zTreeStandard.gif")}
.ztree li span.button.chk {width:16px; height:16px; margin:0 3px 0 0; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {
background-image:url("@{imageUrl}icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_full_focus {
background-image:url("@{imageUrl}icon/check-box-normal.png");
}
.ztree li span.button.chk.checkbox_false_part {
background-image:url("@{imageUrl}icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_part_focus {
background-image:url("@{imageUrl}icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px}
.ztree li span.button.chk.checkbox_true_full {
background-image:url("@{imageUrl}icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_full_focus {
background-image:url("@{imageUrl}icon/check-box-active.png");
}
.ztree li span.button.chk.checkbox_true_part {
background-image:url("@{imageUrl}icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_part_focus {
background-image:url("@{imageUrl}icon/half_selected.png");
}
.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px}
.ztree li span.button.chk.radio_false_full {background-position:-28px 0}
.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px}
.ztree li span.button.chk.radio_false_part {background-position:-28px -28px}
.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px}
.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px}
.ztree li span.button.chk.radio_true_full {background-position:-42px 0}
.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px}
.ztree li span.button.chk.radio_true_part {background-position:-42px -28px}
.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px}
.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px}
.ztree li span.button.switch {width:25px; height:25px}
.ztree li span.button.root_open{
background-image:url("@{imageUrl}icon/tree-expand-1.png");
}
.bi-theme-dark{
.ztree li span.button.root_open{
background-image:url("@{imageUrl}icon/dark/tree-expand-1.png");
}
}
.ztree li span.button.root_close{
background-image:url("@{imageUrl}icon/tree-collapse-1.png");
}
.bi-theme-dark{
.ztree li span.button.root_close{
background-image:url("@{imageUrl}icon/dark/tree-collapse-1.png");
}
}
.ztree li span.button.roots_open{
background-image:url("@{imageUrl}icon/tree-expand-2.png");
}
.bi-theme-dark{
.ztree li span.button.roots_open{
background-image:url("@{imageUrl}icon/dark/tree-expand-2.png");
}
}
.ztree li span.button.roots_close{
background-image:url("@{imageUrl}icon/tree-collapse-2.png");
}
.bi-theme-dark{
.ztree li span.button.roots_close{
background-image:url("@{imageUrl}icon/dark/tree-collapse-2.png");
}
}
.ztree li span.button.center_open{
background-image:url("@{imageUrl}icon/tree-expand-3.png");
}
.bi-theme-dark{
.ztree li span.button.center_open{
background-image:url("@{imageUrl}icon/dark/tree-expand-3.png");
}
}
.ztree li span.button.center_close{
background-image:url("@{imageUrl}icon/tree-collapse-3.png");
}
.bi-theme-dark{
.ztree li span.button.center_close{
background-image:url("@{imageUrl}icon/dark/tree-collapse-3.png");
}
}
.ztree li span.button.bottom_open{
background-image:url("@{imageUrl}icon/tree-expand-4.png");
}
.bi-theme-dark{
.ztree li span.button.bottom_open{
background-image:url("@{imageUrl}icon/dark/tree-expand-4.png");
}
}
.ztree li span.button.bottom_close{
background-image:url("@{imageUrl}icon/tree-collapse-4.png");
}
.bi-theme-dark{
.ztree li span.button.bottom_close{
background-image:url("@{imageUrl}icon/dark/tree-collapse-4.png");
}
}
.ztree li span.button.noline_open{background-position:-92px -72px}
.ztree li span.button.noline_close{background-position:-74px -72px}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{
background-image:url("@{imageUrl}icon/tree-vertical-line-2.png");
}
.bi-theme-dark{
.ztree li span.button.roots_docu{
background-image:url("@{imageUrl}icon/dark/tree-vertical-line-2.png");
}
}
.ztree li span.button.center_docu{
background-image:url("@{imageUrl}icon/tree-vertical-line-3.png");
}
.bi-theme-dark{
.ztree li span.button.center_docu{
background-image:url("@{imageUrl}icon/dark/tree-vertical-line-3.png");
}
}
.ztree li span.button.bottom_docu{
background-image:url("@{imageUrl}icon/tree-vertical-line-4.png");
}
.bi-theme-dark{.ztree li span.button.bottom_docu{
background-image:url("@{imageUrl}icon/dark/tree-vertical-line-4.png");
}
}
.ztree li span.button.noline_docu{ background:none;}
.ztree li span.button.ico_open{margin-right:2px; background-position:-110px -16px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; background-position:-110px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background-position:-110px -32px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_loading{width: 0px;margin-right:2px; background:url("@{imageUrl}third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}
span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-position:-110px -80px; background-image:url("@{imageUrl}third/ztree/img/zTreeStandard.png"); *background-image:url("@{imageUrl}third/ztree/img/zTreeStandard.gif")}
ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/

9
src/less/var.less

@ -1,12 +1,11 @@
@webUrl: '';
@fontUrl: 'font/'; //字体存放路径
@imageUrl: 'images/1x/'; //图片的基本地址
@image2xUrl: 'images/2x/'; //2x图片的基本地址
@cursor: '@{webUrl}images/cursor/cursor_hand.cur';
@dragCursor: '@{webUrl}images/cursor/cursor_drag_hand.cur';
@leftRightCursor: '@{webUrl}images/cursor/cursor_left_right.cur';
@sliderDragCursor: '@{webUrl}cursor/cursor_drag_hand.cur';
@cursor: 'images/cursor/cursor_hand.cur';
@dragCursor: 'images/cursor/cursor_drag_hand.cur';
@leftRightCursor: 'images/cursor/cursor_left_right.cur';
@sliderDragCursor: 'cursor/cursor_drag_hand.cur';
@zIndex-layer: 100000;
@zIndex-floatbox: 1000000;

Loading…
Cancel
Save