1f633f03-b37f-40de-b582-3798940c97cf.js.map 658 Bytes
{"version":3,"sources":["assets/script/game/ui/baseview/impl/ListItemImpl.ts"],"names":[],"mappings":";;;;;;;AAAA,wEAAqE;AAGrE,MAAa,YAAsC,SAAQ,uBAAwC;IAC/F,OAAO;QACH,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE;YACrB,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;SACzB;IACL,CAAC;CACJ;AAND,oCAMC","file":"","sourceRoot":"/","sourcesContent":["import { CCPureView } from \"../../../../common/classbase/CCViewBase\";\nimport { ListItemProps } from \"../ListView\";\n\nexport class ListItemImpl<T extends ListItemProps> extends CCPureView<T & { onClick?: () => void }> {\n    onClick() {\n        if (this._props.onClick) {\n            this._props.onClick();\n        }\n    }\n}"]}