Component({ properties: { list: { type: Array } }, data: { sColors: {} }, lifetimes: { attached: function () { getApp().globalData.Language.getLanguagePackage(this) } }, })