zek 16.1.26 → 16.1.27

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.
@@ -27,5 +27,5 @@ export declare class ZekEditToolbar {
27
27
  onExport: EventEmitter<number>;
28
28
  exportExcel(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekEditToolbar, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekEditToolbar, "zek-edit-toolbar", never, { "showSave": { "alias": "showSave"; "required": false; }; "showCancel": { "alias": "showCancel"; "required": false; }; "showExport": { "alias": "showExport"; "required": false; }; "showPrint": { "alias": "showPrint"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "onSave": "onSave"; "onCancel": "onCancel"; "onPrint": "onPrint"; "onExport": "onExport"; }, never, ["*"], true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekEditToolbar, "zek-edit-toolbar", never, { "showSave": { "alias": "showSave"; "required": false; }; "showCancel": { "alias": "showCancel"; "required": false; }; "showExport": { "alias": "showExport"; "required": false; }; "showPrint": { "alias": "showPrint"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "onSave": "onSave"; "onCancel": "onCancel"; "onPrint": "onPrint"; "onExport": "onExport"; }, never, ["[left]", "*"], true, never>;
31
31
  }
@@ -16,7 +16,7 @@ export declare enum Color {
16
16
  Dark = 8
17
17
  }
18
18
  export declare class BootstrapHelper {
19
- static cssColor(color?: Color | null): "" | "bg-primary text-white" | "bg-secondary text-white" | "bg-success text-white" | "bg-danger text-white" | "bg-warning text-dark" | "bg-info text-dark" | "bg-dark text-white";
19
+ static cssColor(color?: Color | null): "" | "bg-primary text-white" | "bg-success text-white" | "bg-danger text-white" | "bg-warning text-dark" | "bg-dark text-white" | "bg-secondary text-white" | "bg-info text-dark";
20
20
  static cssIcon(type: ComponentType): string | null;
21
21
  static cssButton(type: ComponentType): string;
22
22
  static cssAlert(type?: AlertType | null): string;
@@ -1,5 +1,5 @@
1
1
  import { KeyPair } from "../models";
2
2
  export declare class ErrorHelper {
3
- static responseToKeyPairArray(response: any): KeyPair<any, any>[] | null;
4
- static toKeyPairArray(error: any): KeyPair<any, any>[] | null;
3
+ static responseToKeyPairArray(response: any): KeyPair<string | null | undefined, string | null | undefined>[] | null;
4
+ static toKeyPairArray(error: any): KeyPair<string | null | undefined, string | null | undefined>[] | null;
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "16.1.26",
3
+ "version": "16.1.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"