Browse Source

BI-24603

es6
fay 6 years ago
parent
commit
6ef0a8df53
  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

4
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -90198,7 +90198,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 4,
lgap: 2,
el: {
type: "bi.button_tree",
chooseType: 0,
@ -95720,7 +95720,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 4,
lgap: 2,
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

@ -90441,7 +90441,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 4,
lgap: 2,
el: {
type: "bi.button_tree",
chooseType: 0,
@ -95963,7 +95963,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 4,
lgap: 2,
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

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

Loading…
Cancel
Save