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