@recursyve/nice-data-filter-kit 14.0.6 → 14.0.7

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.
@@ -2641,11 +2641,15 @@ class NiceMultiStateListModule {
2641
2641
  csv: true
2642
2642
  }
2643
2643
  },
2644
+ {
2645
+ provide: DISABLE_QUERY_PARAMS,
2646
+ useValue: options.disableQueryParams ?? false
2647
+ },
2648
+ options.disableQueryBuilder !== undefined ? {
2649
+ provide: ENABLE_QUERY_BUILDER,
2650
+ useValue: !options.disableQueryBuilder
2651
+ } : null,
2644
2652
  ...(options.queryBuilder ? [
2645
- {
2646
- provide: ENABLE_QUERY_BUILDER,
2647
- useValue: true
2648
- },
2649
2653
  {
2650
2654
  provide: NiceFilterGroupService,
2651
2655
  useClass: options.queryBuilder.filterGroupService