@wizishop/angular-components 14.0.1 → 14.0.4

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.
Files changed (27) hide show
  1. package/assets/i18n/en.json +1 -1
  2. package/assets/i18n/fr.json +1 -1
  3. package/esm2020/lib/components/free-popin/free-popin.component.mjs +3 -3
  4. package/esm2020/lib/components/header-page/header-page.component.mjs +1 -1
  5. package/esm2020/lib/components/image/image.component.mjs +4 -2
  6. package/esm2020/lib/components/inputs/input/input.component.mjs +2 -2
  7. package/esm2020/lib/components/logo/logo.component.mjs +5 -2
  8. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +2 -2
  9. package/esm2020/lib/components/popin/popin.component.mjs +3 -3
  10. package/esm2020/lib/components/radio/radio.component.mjs +1 -1
  11. package/esm2020/lib/components/selects/select-in-text/select-in-text.component.mjs +5 -5
  12. package/esm2020/lib/components/switch/switch.component.mjs +2 -2
  13. package/fesm2015/wizishop-angular-components.mjs +18 -13
  14. package/fesm2015/wizishop-angular-components.mjs.map +1 -1
  15. package/fesm2020/wizishop-angular-components.mjs +18 -13
  16. package/fesm2020/wizishop-angular-components.mjs.map +1 -1
  17. package/lib/components/header-page/header-page.component.d.ts +1 -1
  18. package/lib/components/image/image.component.d.ts +1 -1
  19. package/lib/components/inputs/input/input.component.d.ts +1 -1
  20. package/lib/components/logo/logo.component.d.ts +2 -2
  21. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
  22. package/lib/components/radio/radio.component.d.ts +1 -1
  23. package/lib/components/selects/select-in-text/select-in-text.component.d.ts +1 -1
  24. package/lib/components/switch/switch.component.d.ts +1 -1
  25. package/package.json +1 -1
  26. package/wizishop-angular-components-14.0.4.tgz +0 -0
  27. package/wizishop-angular-components-14.0.1.tgz +0 -0
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HeaderPageComponent implements OnInit {
4
4
  title: string;
5
- linkBack: string;
5
+ linkBack: string[];
6
6
  withImg: boolean;
7
7
  constructor();
8
8
  ngOnInit(): void;
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ImageComponent {
3
- src: '';
3
+ src: string;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": "src"; }, {}, never, never, false>;
@@ -30,7 +30,7 @@ export declare class InputComponent implements ControlValueAccessor {
30
30
  linkTooltip: string;
31
31
  padding: boolean;
32
32
  disabled: boolean;
33
- indication: boolean;
33
+ indication: string;
34
34
  success: boolean;
35
35
  indicationLeft: boolean;
36
36
  keypressEnter: EventEmitter<boolean>;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LogoComponent {
3
- isDropizi: false;
4
- isWhite: false;
3
+ isDropizi: boolean;
4
+ isWhite: boolean;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": "isDropizi"; "isWhite": "isWhite"; }, {}, never, never, false>;
@@ -3,7 +3,7 @@ import { TranslateService } from '@ngx-translate/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class MultipleSearchComponent implements OnInit {
5
5
  private translateService;
6
- options: {};
6
+ options: any[];
7
7
  alwaysOpen: boolean;
8
8
  label: string;
9
9
  placeholder: string;
@@ -3,7 +3,7 @@ import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class RadioComponent implements ControlValueAccessor {
5
5
  label: string;
6
- options: object;
6
+ options: Array<any>;
7
7
  value: any;
8
8
  type: string;
9
9
  id: string;
@@ -24,7 +24,7 @@ export declare class SelectInTextComponent implements OnInit {
24
24
  ngOnInit(): void;
25
25
  setInitialValues(): void;
26
26
  onClose(): void;
27
- customTB(item: SelectItem, index: number): string;
27
+ customTB(index: number, item: SelectItem): number;
28
28
  onSelectItem(index: number): void;
29
29
  onClickCallToAction(): void;
30
30
  private getItemSelected;
@@ -2,7 +2,7 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SwitchComponent implements OnInit {
4
4
  value: boolean;
5
- textState: boolean;
5
+ textState: string;
6
6
  textStateEnable: string;
7
7
  textStateDisable: string;
8
8
  showInput: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.0.1",
3
+ "version": "14.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",