@recursyve/nice-data-filter-kit 16.1.6 → 16.1.8

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.
@@ -9,6 +9,7 @@ interface AdvancedFiltersAsyncTypeaheadOptions {
9
9
  export declare class AdvancedFiltersAsyncTypeaheadProvider extends NiceAsyncTypeaheadProvider<SelectFilterValue> {
10
10
  private filterService;
11
11
  resource: string;
12
+ private pageSize;
12
13
  constructor(filterService: NiceFilterService<any>);
13
14
  getById(id: number, options: AdvancedFiltersAsyncTypeaheadOptions): Promise<SelectFilterValue>;
14
15
  search(searchQuery: string, page: number, options: AdvancedFiltersAsyncTypeaheadOptions): Promise<NiceAsyncTypeaheadSearchResult<SelectFilterValue>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-data-filter-kit",
3
- "version": "16.1.6",
3
+ "version": "16.1.8",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",
@@ -6,7 +6,7 @@
6
6
 
7
7
  .filter-group {
8
8
  .group-icon {
9
- @apply text-accent icon-size-8;
9
+ @apply text-accent icon-size-6;
10
10
  }
11
11
 
12
12
  .group-name {
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  .filter-item {
18
- @apply cursor-pointer p-2 pl-4 border border-transparent;
18
+ @apply cursor-pointer ml-6 p-2 pl-4 border border-transparent;
19
19
 
20
20
  &:hover {
21
21
  @apply bg-accent/10;