ngx-wapp-components 3.0.25 → 3.0.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -1542,6 +1542,7 @@ declare class WPeriodSelectFieldComponent implements OnInit {
1542
1542
  };
1543
1543
  doOnChange(value: any): void;
1544
1544
  isValid(): boolean;
1545
+ getMaxDate(): Date;
1545
1546
  static ɵfac: i0.ɵɵFactoryDeclaration<WPeriodSelectFieldComponent, never>;
1546
1547
  static ɵcmp: i0.ɵɵComponentDeclaration<WPeriodSelectFieldComponent, "w-period-select-field", never, { "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; "periodSelectValue": { "alias": "periodSelectValue"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
1547
1548
  }
@@ -1853,6 +1854,7 @@ declare class WListFieldComponent implements OnInit, ControlValueAccessor, OnCha
1853
1854
  placeholder: any;
1854
1855
  onlyDropdown: boolean;
1855
1856
  disabled: boolean;
1857
+ required: boolean;
1856
1858
  dataType: typeof DataTypeEnum;
1857
1859
  private onChange;
1858
1860
  private onTouched;
@@ -1865,7 +1867,7 @@ declare class WListFieldComponent implements OnInit, ControlValueAccessor, OnCha
1865
1867
  registerOnTouched(fn: any): void;
1866
1868
  getDataType(): DataTypeEnum.Single | DataTypeEnum.Multi;
1867
1869
  static ɵfac: i0.ɵɵFactoryDeclaration<WListFieldComponent, never>;
1868
- static ɵcmp: i0.ɵɵComponentDeclaration<WListFieldComponent, "w-list-field", never, { "optionsReceived": { "alias": "options"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "onlyDropdown": { "alias": "onlyDropdown"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
1870
+ static ɵcmp: i0.ɵɵComponentDeclaration<WListFieldComponent, "w-list-field", never, { "optionsReceived": { "alias": "options"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "onlyDropdown": { "alias": "onlyDropdown"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
1869
1871
  }
1870
1872
 
1871
1873
  declare class WViewCardTitleTextComponent implements OnInit {