zek 17.3.6 → 17.3.7

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.
@@ -6,5 +6,5 @@ export declare class ZekFilterModal extends ZekModal {
6
6
  reset(): void;
7
7
  protected getModalElement(): HTMLElement | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekFilterModal, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekFilterModal, "zek-filter-modal", never, {}, { "onReset": "onReset"; }, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekFilterModal, "zek-filter-modal", never, {}, { "onReset": "onReset"; }, never, ["header", "*", "footer"], false, never>;
10
10
  }
@@ -9,6 +9,13 @@ export declare class ZekModal extends CoreComponent {
9
9
  constructor(translate: TranslateService);
10
10
  destroy(): Promise<void>;
11
11
  init(): void;
12
+ private _uniqueId;
13
+ /** The unique ID for the radio button. */
14
+ id: string;
15
+ modalId: string;
16
+ lableId: string;
17
+ cancelButtonId: string;
18
+ okButtonId: string;
12
19
  shownHandler?: number | null;
13
20
  hiddenHandler?: number | null;
14
21
  model: any;
@@ -61,7 +68,7 @@ export declare class ZekModal extends CoreComponent {
61
68
  ok(): void;
62
69
  keyDown(e: Event): void;
63
70
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekModal, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekModal, "zek-modal", never, { "model": { "alias": "model"; "required": false; }; "showOk": { "alias": "showOk"; "required": false; }; "disabledOk": { "alias": "disabledOk"; "required": false; }; "showCancel": { "alias": "showCancel"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; "title": { "alias": "title"; "required": false; }; "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "okButtonText": { "alias": "okButtonText"; "required": false; }; "componentType": { "alias": "componentType"; "required": false; }; "large": { "alias": "large"; "required": false; }; "xl": { "alias": "xl"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; }, { "onShown": "onShown"; "onHidden": "onHidden"; "onOk": "onOk"; "onValidating": "onValidating"; }, never, ["header", "*", "footer"], false, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekModal, "zek-modal", never, { "id": { "alias": "id"; "required": false; }; "model": { "alias": "model"; "required": false; }; "showOk": { "alias": "showOk"; "required": false; }; "disabledOk": { "alias": "disabledOk"; "required": false; }; "showCancel": { "alias": "showCancel"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; "title": { "alias": "title"; "required": false; }; "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "okButtonText": { "alias": "okButtonText"; "required": false; }; "componentType": { "alias": "componentType"; "required": false; }; "large": { "alias": "large"; "required": false; }; "xl": { "alias": "xl"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; }, { "onShown": "onShown"; "onHidden": "onHidden"; "onOk": "onOk"; "onValidating": "onValidating"; }, never, ["header", "*", "footer"], false, never>;
65
72
  }
66
73
  export declare class ZekDeleteModal extends ZekModal {
67
74
  constructor(translate: TranslateService);
@@ -1,2 +1 @@
1
- export * from './module';
2
1
  export * from './select';
@@ -38,5 +38,5 @@ export declare class ZekSelectMultiple extends CoreUiComponent {
38
38
  toggleChecked(v: any): void;
39
39
  private _initText;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekSelectMultiple, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekSelectMultiple, "zek-select,[zek-select]", never, { "id": { "alias": "id"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "checkedTextField": { "alias": "checkedTextField"; "required": false; }; "css": { "alias": "css"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekSelectMultiple, "zek-select,[zek-select]", never, { "id": { "alias": "id"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "checkedTextField": { "alias": "checkedTextField"; "required": false; }; "css": { "alias": "css"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
42
42
  }
@@ -1,2 +1 @@
1
- export * from './select2.module';
2
1
  export * from './select2';
@@ -27,5 +27,5 @@ export declare class ZekSelect2 implements OnDestroy {
27
27
  private setText;
28
28
  selectItem(item: any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekSelect2, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekSelect2, "zek-select2,[zek-select2]", never, { "data": { "alias": "data"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedItemChange": "selectedItemChange"; "valueChange": "valueChange"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekSelect2, "zek-select2,[zek-select2]", never, { "data": { "alias": "data"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedItemChange": "selectedItemChange"; "valueChange": "valueChange"; }, never, never, true, never>;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.6",
3
+ "version": "17.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"
@@ -1,28 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FormsModule } from '@angular/forms';
4
- import { ZekSelectMultiple } from './select';
5
- import * as i0 from "@angular/core";
6
- export class ZekSelectModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ZekSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: ZekSelectModule, declarations: [ZekSelectMultiple], imports: [CommonModule,
9
- FormsModule], exports: [ZekSelectMultiple] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ZekSelectModule, imports: [CommonModule,
11
- FormsModule] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ZekSelectModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [
17
- CommonModule,
18
- FormsModule
19
- ],
20
- declarations: [
21
- ZekSelectMultiple
22
- ],
23
- exports: [
24
- ZekSelectMultiple
25
- ],
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvemVrL3NyYy9saWIvbW9kdWxlcy9zZWxlY3QvbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBZTdDLE1BQU0sT0FBTyxlQUFlOzhHQUFmLGVBQWU7K0dBQWYsZUFBZSxpQkFQeEIsaUJBQWlCLGFBSmpCLFlBQVk7WUFDWixXQUFXLGFBTVgsaUJBQWlCOytHQUlSLGVBQWUsWUFYeEIsWUFBWTtZQUNaLFdBQVc7OzJGQVVGLGVBQWU7a0JBYjNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVztxQkFDWjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsaUJBQWlCO3FCQUNsQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbIiAgXHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBaZWtTZWxlY3RNdWx0aXBsZSB9IGZyb20gJy4vc2VsZWN0JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgRm9ybXNNb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgWmVrU2VsZWN0TXVsdGlwbGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFpla1NlbGVjdE11bHRpcGxlXHJcbiAgXSxcclxufSlcclxuXHJcbmV4cG9ydCBjbGFzcyBaZWtTZWxlY3RNb2R1bGUge1xyXG59Il19
@@ -1,28 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FormsModule } from '@angular/forms';
4
- import { ZekSelect2 } from './select2';
5
- import * as i0 from "@angular/core";
6
- export class Select2Module {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: Select2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: Select2Module, declarations: [ZekSelect2], imports: [CommonModule,
9
- FormsModule], exports: [ZekSelect2] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: Select2Module, imports: [CommonModule,
11
- FormsModule] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: Select2Module, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [
17
- CommonModule,
18
- FormsModule
19
- ],
20
- declarations: [
21
- ZekSelect2
22
- ],
23
- exports: [
24
- ZekSelect2
25
- ],
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0Mi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy96ZWsvc3JjL2xpYi9tb2R1bGVzL3NlbGVjdDIvc2VsZWN0Mi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxXQUFXLENBQUM7O0FBZXZDLE1BQU0sT0FBTyxhQUFhOzhHQUFiLGFBQWE7K0dBQWIsYUFBYSxpQkFQdEIsVUFBVSxhQUpWLFlBQVk7WUFDWixXQUFXLGFBTVgsVUFBVTsrR0FJRCxhQUFhLFlBWHRCLFlBQVk7WUFDWixXQUFXOzsyRkFVRixhQUFhO2tCQWJ6QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7cUJBQ1o7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLFVBQVU7cUJBQ1g7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFVBQVU7cUJBQ1g7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyIgIFxyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgWmVrU2VsZWN0MiB9IGZyb20gJy4vc2VsZWN0Mic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIEZvcm1zTW9kdWxlXHJcbiAgXSxcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIFpla1NlbGVjdDJcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFpla1NlbGVjdDJcclxuICBdLFxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIFNlbGVjdDJNb2R1bGUge1xyXG59Il19
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./select";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- export declare class ZekSelectModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ZekSelectModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ZekSelectModule, [typeof i1.ZekSelectMultiple], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.ZekSelectMultiple]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<ZekSelectModule>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./select2";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- export declare class Select2Module {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<Select2Module, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<Select2Module, [typeof i1.ZekSelect2], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.ZekSelect2]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<Select2Module>;
9
- }