cloud-web-corejs 1.0.54-dev.615 → 1.0.54-dev.617
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -787,7 +787,6 @@ modules = {
|
|
|
787
787
|
let types = ['input','number', 'text','select','checkbox','radio','status','vabsearch','date']
|
|
788
788
|
if(widget && types.includes(widget.type)){
|
|
789
789
|
const func = (obj)=>{
|
|
790
|
-
debugger
|
|
791
790
|
let value = obj.row[obj.column.field]
|
|
792
791
|
let fieldWidget = null;
|
|
793
792
|
if(!!obj.column?.params?.widget){
|
|
@@ -848,7 +847,7 @@ modules = {
|
|
|
848
847
|
}
|
|
849
848
|
|
|
850
849
|
};
|
|
851
|
-
col.slots.
|
|
850
|
+
col.slots.filterVal = func;
|
|
852
851
|
}
|
|
853
852
|
if (!col.children || !col.children.length) {
|
|
854
853
|
if (t.formatS === "render") {
|