kdf
Version:
23 lines (12 loc) • 567 B
text/coffeescript
window.MutationSummary = require '../../../libs/mutation-summary.js'
KDCustomHTMLView = require '../../core/customhtmlview'
module.exports = class KDListViewBox extends KDCustomHTMLView
constructor: (options = {}) ->
options.tagName = 'section'
super options
'MutationHappened', 'updateProps'
getItems: -> .filter (item)-> item instanceof KDListItemView
updateProps: ->
'BoxIsEmptied', if .length is 0
# 'HeightChanged', .clientHeight