windy 6 years ago
parent
commit
f0d31af5da
  1. 25
      Gruntfile.js
  2. 23
      dist/bundle.css
  3. 2
      dist/bundle.min.css
  4. 23
      dist/core.css
  5. 23
      dist/core_without_normalize.css
  6. 23
      dist/fineui.css
  7. 2
      dist/fineui.min.css
  8. 23
      src/css/core/utils/common.css
  9. 23
      src/less/core/utils/common.less

25
Gruntfile.js

@ -39,7 +39,6 @@ module.exports = function (grunt) {
baseJs: { baseJs: {
src: [ src: [
"src/third/**/*.js", "src/third/**/*.js",
"src/base/formula/config.js",
"src/base/pane.js", "src/base/pane.js",
"src/base/single/single.js", "src/base/single/single.js",
"src/base/single/text.js", "src/base/single/text.js",
@ -110,14 +109,8 @@ module.exports = function (grunt) {
dest: "dist/bundle.css" dest: "dist/bundle.css"
}, },
fineuiMinJs: {
src: ["dist/_fineui.min.js", "src/base/formula/formulaeditor.js"],
dest: "dist/fineui.min.js"
},
fineuiJs: { fineuiJs: {
src: ["dist/polyfill.js", "dist/core.js", "dist/fix/fix.js", "src/third/**/*.js", src: ["dist/polyfill.js", "dist/core.js", "dist/fix/fix.js", "src/third/**/*.js",
"src/base/formula/config.js",
"src/base/pane.js", "src/base/pane.js",
"src/base/single/single.js", "src/base/single/single.js",
"src/base/single/text.js", "src/base/single/text.js",
@ -221,23 +214,7 @@ module.exports = function (grunt) {
files: { files: {
"dist/bundle.min.js": ["<%= concat.bundleJs.dest %>"], "dist/bundle.min.js": ["<%= concat.bundleJs.dest %>"],
"dist/utils.min.js": ["<%= concat.utilsJs.dest %>"], "dist/utils.min.js": ["<%= concat.utilsJs.dest %>"],
"dist/_fineui.min.js": ["dist/polyfill.js", "dist/core.js", "dist/fix/fix.js", "src/third/**/*.js", "dist/fineui.min.js": ["<%= concat.fineuiJs.dest %>"]
"src/base/formula/config.js",
"src/base/pane.js",
"src/base/single/single.js",
"src/base/single/text.js",
"src/base/single/button/button.basic.js",
"src/base/single/button/button.node.js",
"src/base/single/tip/tip.js",
"src/base/combination/group.button.js",
"src/base/combination/tree.button.js",
"src/base/combination/map.button.js",
"src/base/tree/treeview.js",
"src/base/tree/asynctree.js",
"src/base/tree/parttree.js",
"src/base/**/*.js",
"!src/base/formula/formulaeditor.js",
"dist/case.js", "dist/widget.js", "dist/fix/fix.compact.js", "dist/router.js", "ui/js/**/*.js", "!ui/js/fineui.i18n.js"]
} }
} }
}, },

23
dist/bundle.css vendored

@ -1221,6 +1221,29 @@ textarea {
.bi-list-item-select3.disabled.active { .bi-list-item-select3.disabled.active {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.bi-theme-dark .bi-list-item-select3:hover,
.bi-theme-dark .bi-list-item-select3.hover {
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active,
.bi-theme-dark .bi-list-item-select3.active {
color: #3685f2;
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active .bi-input,
.bi-theme-dark .bi-list-item-select3.active .bi-input {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3:active .bi-textarea,
.bi-theme-dark .bi-list-item-select3.active .bi-textarea {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3.disabled:hover,
.bi-theme-dark .bi-list-item-select3.disabled.hover,
.bi-theme-dark .bi-list-item-select3.disabled:active,
.bi-theme-dark .bi-list-item-select3.disabled.active {
background-color: #242640 !important;
}
.bi-theme-dark .bi-list-item-select:hover, .bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover { .bi-theme-dark .bi-list-item-select.hover {
color: #ffffff; color: #ffffff;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

23
dist/core.css vendored

@ -1221,6 +1221,29 @@ textarea {
.bi-list-item-select3.disabled.active { .bi-list-item-select3.disabled.active {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.bi-theme-dark .bi-list-item-select3:hover,
.bi-theme-dark .bi-list-item-select3.hover {
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active,
.bi-theme-dark .bi-list-item-select3.active {
color: #3685f2;
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active .bi-input,
.bi-theme-dark .bi-list-item-select3.active .bi-input {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3:active .bi-textarea,
.bi-theme-dark .bi-list-item-select3.active .bi-textarea {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3.disabled:hover,
.bi-theme-dark .bi-list-item-select3.disabled.hover,
.bi-theme-dark .bi-list-item-select3.disabled:active,
.bi-theme-dark .bi-list-item-select3.disabled.active {
background-color: #242640 !important;
}
.bi-theme-dark .bi-list-item-select:hover, .bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover { .bi-theme-dark .bi-list-item-select.hover {
color: #ffffff; color: #ffffff;

23
dist/core_without_normalize.css vendored

@ -940,6 +940,29 @@ textarea {
.bi-list-item-select3.disabled.active { .bi-list-item-select3.disabled.active {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.bi-theme-dark .bi-list-item-select3:hover,
.bi-theme-dark .bi-list-item-select3.hover {
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active,
.bi-theme-dark .bi-list-item-select3.active {
color: #3685f2;
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active .bi-input,
.bi-theme-dark .bi-list-item-select3.active .bi-input {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3:active .bi-textarea,
.bi-theme-dark .bi-list-item-select3.active .bi-textarea {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3.disabled:hover,
.bi-theme-dark .bi-list-item-select3.disabled.hover,
.bi-theme-dark .bi-list-item-select3.disabled:active,
.bi-theme-dark .bi-list-item-select3.disabled.active {
background-color: #242640 !important;
}
.bi-theme-dark .bi-list-item-select:hover, .bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover { .bi-theme-dark .bi-list-item-select.hover {
color: #ffffff; color: #ffffff;

23
dist/fineui.css vendored

@ -1221,6 +1221,29 @@ textarea {
.bi-list-item-select3.disabled.active { .bi-list-item-select3.disabled.active {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.bi-theme-dark .bi-list-item-select3:hover,
.bi-theme-dark .bi-list-item-select3.hover {
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active,
.bi-theme-dark .bi-list-item-select3.active {
color: #3685f2;
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active .bi-input,
.bi-theme-dark .bi-list-item-select3.active .bi-input {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3:active .bi-textarea,
.bi-theme-dark .bi-list-item-select3.active .bi-textarea {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3.disabled:hover,
.bi-theme-dark .bi-list-item-select3.disabled.hover,
.bi-theme-dark .bi-list-item-select3.disabled:active,
.bi-theme-dark .bi-list-item-select3.disabled.active {
background-color: #242640 !important;
}
.bi-theme-dark .bi-list-item-select:hover, .bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover { .bi-theme-dark .bi-list-item-select.hover {
color: #ffffff; color: #ffffff;

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

23
src/css/core/utils/common.css

@ -940,6 +940,29 @@ textarea {
.bi-list-item-select3.disabled.active { .bi-list-item-select3.disabled.active {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.bi-theme-dark .bi-list-item-select3:hover,
.bi-theme-dark .bi-list-item-select3.hover {
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active,
.bi-theme-dark .bi-list-item-select3.active {
color: #3685f2;
background-color: #191B2B;
}
.bi-theme-dark .bi-list-item-select3:active .bi-input,
.bi-theme-dark .bi-list-item-select3.active .bi-input {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3:active .bi-textarea,
.bi-theme-dark .bi-list-item-select3.active .bi-textarea {
color: #3685f2;
}
.bi-theme-dark .bi-list-item-select3.disabled:hover,
.bi-theme-dark .bi-list-item-select3.disabled.hover,
.bi-theme-dark .bi-list-item-select3.disabled:active,
.bi-theme-dark .bi-list-item-select3.disabled.active {
background-color: #242640 !important;
}
.bi-theme-dark .bi-list-item-select:hover, .bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover { .bi-theme-dark .bi-list-item-select.hover {
color: #ffffff; color: #ffffff;

23
src/less/core/utils/common.less

@ -922,6 +922,29 @@ textarea {
} }
} }
.bi-theme-dark {
.bi-list-item-select3 {
&:hover, &.hover {
background-color: @color-bi-background-normal-theme-dark;
}
&:active, &.active {
color: @color-bi-text-highlight;
& .bi-input {
color: @color-bi-text-highlight;
}
& .bi-textarea {
color: @color-bi-text-highlight;
}
background-color: @color-bi-background-normal-theme-dark;
}
&.disabled {
&:hover, &.hover, &:active, &.active {
background-color: @color-bi-background-default-theme-dark !important;
}
}
}
}
.bi-theme-dark { .bi-theme-dark {
.bi-list-item-select { .bi-list-item-select {
&:hover, &.hover { &:hover, &.hover {

Loading…
Cancel
Save