@fctc/sme-widget-ui 1.4.1 → 1.4.2

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/index.js CHANGED
@@ -34337,7 +34337,7 @@ var Many2ManyField = (props) => {
34337
34337
  handleAddTagSearch,
34338
34338
  searchBy,
34339
34339
  groupBy,
34340
- showFiltersGroups: true,
34340
+ showFiltersGroups: filterBy && filterBy?.length > 0 || groupBy && groupBy?.length > 0,
34341
34341
  setGroupBy,
34342
34342
  setDomainList: setDomain,
34343
34343
  setPage: (pages) => {
package/dist/index.mjs CHANGED
@@ -34218,7 +34218,7 @@ var Many2ManyField = (props) => {
34218
34218
  handleAddTagSearch,
34219
34219
  searchBy,
34220
34220
  groupBy,
34221
- showFiltersGroups: true,
34221
+ showFiltersGroups: filterBy && filterBy?.length > 0 || groupBy && groupBy?.length > 0,
34222
34222
  setGroupBy,
34223
34223
  setDomainList: setDomain,
34224
34224
  setPage: (pages) => {
package/dist/widgets.js CHANGED
@@ -33963,7 +33963,7 @@ var Many2ManyField = (props) => {
33963
33963
  handleAddTagSearch,
33964
33964
  searchBy,
33965
33965
  groupBy,
33966
- showFiltersGroups: true,
33966
+ showFiltersGroups: filterBy && filterBy?.length > 0 || groupBy && groupBy?.length > 0,
33967
33967
  setGroupBy,
33968
33968
  setDomainList: setDomain,
33969
33969
  setPage: (pages) => {
package/dist/widgets.mjs CHANGED
@@ -33900,7 +33900,7 @@ var Many2ManyField = (props) => {
33900
33900
  handleAddTagSearch,
33901
33901
  searchBy,
33902
33902
  groupBy,
33903
- showFiltersGroups: true,
33903
+ showFiltersGroups: filterBy && filterBy?.length > 0 || groupBy && groupBy?.length > 0,
33904
33904
  setGroupBy,
33905
33905
  setDomainList: setDomain,
33906
33906
  setPage: (pages) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",