ngx-wapp-components 1.18.2 → 1.18.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.
@@ -3,6 +3,12 @@ import { ControlValueAccessor, FormControl } from '@angular/forms';
3
3
  import { SizeType } from '../../shared/enums/enum';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class WEditCalendarComponent implements OnInit, ControlValueAccessor {
6
+ private _minDate;
7
+ set minDate(value: Date);
8
+ get minDate(): Date;
9
+ private _maxDate;
10
+ set maxDate(value: Date);
11
+ get maxDate(): Date;
6
12
  label: string;
7
13
  showLabel: boolean;
8
14
  showTime: boolean;
@@ -10,8 +16,6 @@ export declare class WEditCalendarComponent implements OnInit, ControlValueAcces
10
16
  timeOnly: boolean;
11
17
  showIcon: boolean;
12
18
  placeholder: string;
13
- minDate: Date;
14
- maxDate: Date;
15
19
  disabled: boolean;
16
20
  size: string;
17
21
  formControl: FormControl | null;
@@ -40,5 +44,5 @@ export declare class WEditCalendarComponent implements OnInit, ControlValueAcces
40
44
  getSizeName(value: number): string;
41
45
  onDateChanged(): void;
42
46
  static ɵfac: i0.ɵɵFactoryDeclaration<WEditCalendarComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<WEditCalendarComponent, "w-edit-calendar", never, { "label": "label"; "showLabel": "showLabel"; "showTime": "showTime"; "showSeconds": "showSeconds"; "timeOnly": "timeOnly"; "showIcon": "showIcon"; "placeholder": "placeholder"; "minDate": "minDate"; "maxDate": "maxDate"; "disabled": "disabled"; "size": "size"; "formControl": "formControl"; "displayInlineBlock": "displayInlineBlock"; "required": "required"; "requiredErrorDescription": "requiredErrorDescription"; "removePaddingTop": "removePaddingTop"; "firstDayOfWeek": "firstDayOfWeek"; "tooltip": "tooltip"; "dataType": "dataType"; "monthMode": "monthMode"; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditCalendarComponent, "w-edit-calendar", never, { "minDate": "minDate"; "maxDate": "maxDate"; "label": "label"; "showLabel": "showLabel"; "showTime": "showTime"; "showSeconds": "showSeconds"; "timeOnly": "timeOnly"; "showIcon": "showIcon"; "placeholder": "placeholder"; "disabled": "disabled"; "size": "size"; "formControl": "formControl"; "displayInlineBlock": "displayInlineBlock"; "required": "required"; "requiredErrorDescription": "requiredErrorDescription"; "removePaddingTop": "removePaddingTop"; "firstDayOfWeek": "firstDayOfWeek"; "tooltip": "tooltip"; "dataType": "dataType"; "monthMode": "monthMode"; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
44
48
  }
@@ -32,6 +32,7 @@ export interface WappTableLazyLoading {
32
32
  hasTotalPagingSelector?: boolean;
33
33
  hasClearButton: boolean;
34
34
  hasGlobalSearch: boolean;
35
+ hasClickableRow: boolean;
35
36
  identificator: string;
36
37
  filterNames: any;
37
38
  sortableNames: any[];
@@ -22,7 +22,7 @@ export interface WappTable {
22
22
  selectFilterElements?: any;
23
23
  columnWidths: string[];
24
24
  tableMinWidth?: string;
25
- hasSelectableRow: boolean;
25
+ hasClickableRow: boolean;
26
26
  hasCheckbox: boolean;
27
27
  hasImage: boolean;
28
28
  hasEditButton: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "1.18.2",
3
+ "version": "1.18.4",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",