diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 25eb2d9a9d..577a19b71d 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 abc8260006..9059c9cb82 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 e0dd35c529..fe857ddba3 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/fineui.ie.js b/dist/fineui.ie.js index 045cfa9962..2b203f3491 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 520e3cca92..c46fc9e737 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 f767e0bc41..3172fdd62c 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 278b5a94e7..f5678d8709 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);