Browse Source

Merge branch 'master' into bugfix/bugfix

es6
iapyang 6 years ago
parent
commit
32eca45cf3
  1. 7
      dist/bundle.ie.js
  2. 7
      dist/bundle.js
  3. 7
      dist/case.js
  4. 7
      dist/fineui.ie.js
  5. 7
      dist/fineui.js
  6. 7
      dist/fineui_without_jquery_polyfill.js
  7. 6
      src/case/combo/textvaluecheckcombo/popup.textvaluecheck.js

7
dist/bundle.ie.js vendored

@ -54390,8 +54390,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -54412,7 +54412,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

7
dist/bundle.js vendored

@ -54794,8 +54794,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -54816,7 +54816,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

7
dist/case.js vendored

@ -5178,8 +5178,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -5200,7 +5200,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

7
dist/fineui.ie.js vendored

@ -54635,8 +54635,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -54657,7 +54657,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

7
dist/fineui.js vendored

@ -55039,8 +55039,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -55061,7 +55061,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

7
dist/fineui_without_jquery_polyfill.js vendored

@ -38052,8 +38052,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -38074,7 +38074,8 @@ BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.T
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
/**
* @class BI.TextValueCombo
* @extend BI.Widget
* combo : text + icon, popup : text

6
src/case/combo/textvaluecheckcombo/popup.textvaluecheck.js

@ -37,8 +37,8 @@ BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, {
_formatItems: function (items) {
return BI.map(items, function (i, item) {
return BI.extend({
type: "bi.icon_text_item",
cls: "item-check-font bi-list-item",
type: "bi.single_select_item",
cls: "bi-list-item",
height: 24
}, item);
});
@ -59,4 +59,4 @@ BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, {
});
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);
BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);

Loading…
Cancel
Save