@acorex/platform 20.3.0-next.16 → 20.3.0-next.17
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/core/index.d.ts +1 -0
- package/fesm2022/acorex-platform-layout-components.mjs +7 -4
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +132 -298
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/layout/entity/index.d.ts +51 -76
- package/package.json +10 -10
|
@@ -17661,7 +17661,7 @@ class AXPSelectFilterWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
|
17661
17661
|
#effect;
|
|
17662
17662
|
handleValueChange(e) {
|
|
17663
17663
|
this.setValue({
|
|
17664
|
-
operation: this.multiple() ? { type: '
|
|
17664
|
+
operation: this.multiple() ? { type: 'in' } : { type: 'equal' },
|
|
17665
17665
|
value: e.value,
|
|
17666
17666
|
});
|
|
17667
17667
|
}
|