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