fay 6 years ago
parent
commit
d3a643eca5
  1. 4
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 4
      dist/fineui.js
  5. 4
      dist/fineui.min.js
  6. 4
      dist/widget.js
  7. 2
      src/widget/downlist/popup.downlist.js
  8. 2
      src/widget/multilayerdownlist/popup.downlist.js

4
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -90234,7 +90234,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,
@ -95760,7 +95760,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.js vendored

@ -90477,7 +90477,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,
@ -96003,7 +96003,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/widget.js vendored

@ -2581,7 +2581,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,
@ -8107,7 +8107,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,

2
src/widget/downlist/popup.downlist.js

@ -97,7 +97,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,

2
src/widget/multilayerdownlist/popup.downlist.js

@ -97,7 +97,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 2,
lgap: 4,
el: {
type: "bi.button_tree",
chooseType: 0,

Loading…
Cancel
Save