@wizishop/angular-components 0.0.86 → 0.0.99

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.
@@ -31,6 +31,7 @@ export declare class InputComponent implements ControlValueAccessor {
31
31
  disabled: boolean;
32
32
  indication: boolean;
33
33
  success: boolean;
34
+ indicationLeft: boolean;
34
35
  keypressEnter: EventEmitter<boolean>;
35
36
  private KEYPRESS_ENTER;
36
37
  id: string;
@@ -1,11 +1,10 @@
1
1
  import { NwbFilterGroup, NwbFilterRoutingBuilder } from '@wizishop/ng-wizi-bulma';
2
- import { TableFiltersGroup } from './table-filters-group.model';
3
2
  export declare class FiltersTableService {
4
3
  private filterRoutingBuilder;
5
4
  filterGroups: Map<string, NwbFilterGroup>;
6
5
  private sortSubject;
7
6
  constructor(filterRoutingBuilder: NwbFilterRoutingBuilder);
8
- getTableFilterGroup(dataTableName: string): TableFiltersGroup;
7
+ getTableFilterGroup(dataTableName: string): NwbFilterGroup;
9
8
  /**
10
9
  * Use to reset the others sorts of the table
11
10
  * @param dataTableName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.86",
3
+ "version": "0.0.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",