Browse Source

Merge branch 'master' of ssh://code.fineres.com:7999/~dailer/fineui

research/test
zsmj 1 year ago
parent
commit
e2cc3c420c
  1. 2
      package.json
  2. 9
      src/less/widget/multitree/check/multi.tree.check.pane.less
  3. 2
      src/widget/multitree/check/multi.tree.check.pane.js
  4. 2
      src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20230403115702",
"version": "2.0.20230407135454",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

9
src/less/widget/multitree/check/multi.tree.check.pane.less

@ -1,9 +0,0 @@
@import "../../../index.less";
.bi-multi-tree-check-pane {
& .multi-tree-continue-select {
}
& .multi-tree-check-selected {
color: @color-bi-text-multi-tree-check-pane-check-button;
}
}

2
src/widget/multitree/check/multi.tree.check.pane.js

@ -32,7 +32,7 @@ BI.MultiTreeCheckPane = BI.inherit(BI.Pane, {
type: "bi.text_button",
title: BI.i18nText("BI-Continue_Select"),
text: BI.i18nText("BI-Continue_Select"),
cls: "multi-tree-check-selected"
cls: "bi-high-light",
});
continueSelect.on(BI.TextButton.EVENT_CHANGE, function () {
opts.onClickContinueSelect();

2
src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js

@ -5,7 +5,7 @@
BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
_defaultConfig: function (config) {
return BI.extend(BI.TextValueDownListCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-value-down-list-combo bi-border-radius " + (config.simple ? "bi-border-bottom" : "bi-border"),
baseCls: "bi-text-value-down-list-combo " + (config.simple ? "bi-border-bottom" : "bi-border bi-border-radius"),
height: 24,
});
},

Loading…
Cancel
Save