@newview/ui 1.2.12 → 1.2.13
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/dist/newview-ui.js +4 -0
- package/dist/newview-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/newview-ui.js
CHANGED
|
@@ -58327,6 +58327,7 @@ let GridInstance$1 = class GridInstance2 extends BaseInstance {
|
|
|
58327
58327
|
let filterMultiple = toRaw(e.column).filterMultiple;
|
|
58328
58328
|
filterData[e.field] = e.values && !this.utilities.isNull(e.values[0]) ? filterMultiple ? e.values : e.values[0] : toRaw(e.datas[0]);
|
|
58329
58329
|
});
|
|
58330
|
+
this.setPageIndex(1);
|
|
58330
58331
|
if (!this.utilities.isNull(this.props.option.event) && !this.utilities.isNull(this.props.option.event.event_filterChange)) {
|
|
58331
58332
|
this.props.option.event.event_filterChange(filterData, params);
|
|
58332
58333
|
} else {
|
|
@@ -61249,6 +61250,7 @@ let GridInstanceJava$1 = class GridInstanceJava2 extends BaseInstance {
|
|
|
61249
61250
|
let filterMultiple = toRaw(e.column).filterMultiple;
|
|
61250
61251
|
filterData[e.field] = e.values && !this.utilities.isNull(e.values[0]) ? filterMultiple ? e.values : e.values[0] : toRaw(e.datas[0]);
|
|
61251
61252
|
});
|
|
61253
|
+
this.setPageIndex(1);
|
|
61252
61254
|
if (!this.utilities.isNull(this.props.option.event) && !this.utilities.isNull(this.props.option.event.event_filterChange)) {
|
|
61253
61255
|
this.props.option.event.event_filterChange(filterData, params);
|
|
61254
61256
|
} else {
|
|
@@ -241009,6 +241011,7 @@ class GridInstance extends BaseInstance {
|
|
|
241009
241011
|
let filterMultiple = toRaw(e.column).filterMultiple;
|
|
241010
241012
|
filterData[e.field] = e.values && !this.utilities.isNull(e.values[0]) ? filterMultiple ? e.values : e.values[0] : toRaw(e.datas[0]);
|
|
241011
241013
|
});
|
|
241014
|
+
this.setPageIndex(1);
|
|
241012
241015
|
if (!this.utilities.isNull(this.props.option.event) && !this.utilities.isNull(this.props.option.event.event_filterChange)) {
|
|
241013
241016
|
this.props.option.event.event_filterChange(filterData, params);
|
|
241014
241017
|
} else {
|
|
@@ -242612,6 +242615,7 @@ class GridInstanceJava extends BaseInstance {
|
|
|
242612
242615
|
let filterMultiple = toRaw(e.column).filterMultiple;
|
|
242613
242616
|
filterData[e.field] = e.values && !this.utilities.isNull(e.values[0]) ? filterMultiple ? e.values : e.values[0] : toRaw(e.datas[0]);
|
|
242614
242617
|
});
|
|
242618
|
+
this.setPageIndex(1);
|
|
242615
242619
|
if (!this.utilities.isNull(this.props.option.event) && !this.utilities.isNull(this.props.option.event.event_filterChange)) {
|
|
242616
242620
|
this.props.option.event.event_filterChange(filterData, params);
|
|
242617
242621
|
} else {
|