diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index e6d3b56d6..e44a88370 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -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 diff --git a/dist/bundle.js b/dist/bundle.js index 82c369c1d..6ad59acce 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -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 diff --git a/dist/case.js b/dist/case.js index e0dd35c52..fe857ddba 100644 --- a/dist/case.js +++ b/dist/case.js @@ -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 diff --git a/dist/demo.js b/dist/demo.js index 261bffefc..d29af9c55 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -6126,30 +6126,7 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, { }; } }); -BI.shortcut("demo.htape", Demo.HtapeLayout);Demo.InlineVerticalLayout = BI.inherit(BI.Widget, { - props: { - baseCls: "demo-absolute" - }, - render: function () { - return { - type: "bi.inline_vertical_adapt", - items: [{ - type: "bi.label", - text: "绝对布局", - cls: "layout-bg1", - width: 300, - height: 200 - }, { - type: "bi.label", - text: "绝对布局", - cls: "layout-bg1", - width: 300, - height: 100 - }] - }; - } -}); -BI.shortcut("demo.inline_vertical", Demo.InlineVerticalLayout);/** +BI.shortcut("demo.htape", Demo.HtapeLayout);/** * Created by User on 2017/3/22. */ Demo.LeftRightVerticalAdaptLayout = BI.inherit(BI.Widget, { diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 5eff9d5b4..227dabc21 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -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 diff --git a/dist/fineui.js b/dist/fineui.js index 603077bc8..0f834e952 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -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 diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 261a74e68..fa9446bb7 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -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 diff --git a/src/case/combo/textvaluecheckcombo/popup.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/popup.textvaluecheck.js index 278b5a94e..f5678d870 100644 --- a/src/case/combo/textvaluecheckcombo/popup.textvaluecheck.js +++ b/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); \ No newline at end of file +BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);