@ -0,0 +1,37 @@
|
||||
Demo.Func = BI.inherit(BI.Widget, { |
||||
props: { |
||||
baseCls: "demo-func" |
||||
}, |
||||
|
||||
render: function () { |
||||
return { |
||||
type: "bi.vertical", |
||||
items: BI.createItems([{ |
||||
text: "bi-list-item", |
||||
cls: "bi-list-item" |
||||
}, { |
||||
text: "bi-list-item-simple", |
||||
cls: "bi-list-item-simple" |
||||
}, { |
||||
text: "bi-list-item-effect", |
||||
cls: "bi-list-item-effect" |
||||
}, { |
||||
text: "bi-list-item-active", |
||||
cls: "bi-list-item-active" |
||||
}, { |
||||
text: "bi-list-item-active2", |
||||
cls: "bi-list-item-active2" |
||||
}, { |
||||
text: "bi-list-item-active3", |
||||
cls: "bi-list-item-active3" |
||||
}, { |
||||
text: "bi-list-item-select", |
||||
cls: "bi-list-item-select" |
||||
}], { |
||||
type: "bi.text_item" |
||||
}), |
||||
vgap: 10 |
||||
}; |
||||
} |
||||
}); |
||||
BI.shortcut("demo.click_item_effect", Demo.Func); |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 617 B After Width: | Height: | Size: 617 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 210 B |
@ -0,0 +1,11 @@
|
||||
@import "../../index"; |
||||
|
||||
.bi-icon-text-value-combo{ |
||||
&.combo-error { |
||||
& .bi-text-trigger { |
||||
& .select-text-label{ |
||||
color: @color-bi-text-failure; |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,6 +1,8 @@
|
||||
@background-auto-color: "background/auto_color.png"; |
||||
@background-auto-color-normal: "background/auto_color_normal.png"; |
||||
@background-trans-color: "background/trans_color.png"; |
||||
@background-auto-color-normal-disabled: "background/auto_color_normal.png"; |
||||
@background-trans-color: "background/trans_normal.png"; |
||||
@background-trans-color-disabled: "background/trans_disable.png"; |
||||
|
||||
@background-farbtastic-wheel:"background/wheel.png"; |
||||
@background-farbtastic-overlay:"background/mask.png"; |
||||
|