@wizishop/angular-components 14.4.45 → 14.4.48
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/angular-components.scss +1524 -1524
- package/esm2020/lib/components/checkbox/checkbox.component.mjs +4 -2
- package/esm2020/lib/components/header-page/header-page.component.mjs +3 -3
- package/esm2020/lib/components/table/table.component.mjs +1 -1
- package/fesm2015/wizishop-angular-components.mjs +6 -4
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +6 -4
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/header-page/header-page.component.d.ts +1 -3
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.48.tgz +0 -0
- package/wizishop-angular-components-14.4.45.tgz +0 -0
|
@@ -26,5 +26,5 @@ export declare class CheckboxComponent implements ControlValueAccessor {
|
|
|
26
26
|
onChange(value: any): void;
|
|
27
27
|
inputClick($event: any): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": "label"; "value": "value"; "type": "type"; "alone": "alone"; "checked": "checked"; "hasInput": "hasInput"; "inputPlaceholder": "inputPlaceholder"; "id": "id"; "name": "name"; "whiteSpace": "whiteSpace"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": "label"; "value": "value"; "type": "type"; "alone": "alone"; "checked": "checked"; "hasInput": "hasInput"; "inputPlaceholder": "inputPlaceholder"; "id": "id"; "name": "name"; "whiteSpace": "whiteSpace"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
30
30
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Location } from '@angular/common';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
2
|
import { Router } from '@angular/router';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class HeaderPageComponent
|
|
4
|
+
export declare class HeaderPageComponent {
|
|
6
5
|
private router;
|
|
7
6
|
private location;
|
|
8
7
|
private history;
|
|
@@ -12,7 +11,6 @@ export declare class HeaderPageComponent implements OnInit {
|
|
|
12
11
|
center: boolean;
|
|
13
12
|
useHistory: boolean;
|
|
14
13
|
constructor(router: Router, location: Location);
|
|
15
|
-
ngOnInit(): void;
|
|
16
14
|
back(): void;
|
|
17
15
|
private redirect;
|
|
18
16
|
private redirectToExternalLink;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|