ngx-wapp-components 3.0.38 → 3.0.39
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
|
@@ -1551,6 +1551,7 @@ declare class WPeriodSelectFieldComponent implements OnInit {
|
|
|
1551
1551
|
doOnChange(value: any): void;
|
|
1552
1552
|
isValid(): boolean;
|
|
1553
1553
|
getMaxDate(): Date;
|
|
1554
|
+
get isCustomSelected(): boolean;
|
|
1554
1555
|
static ɵfac: i0.ɵɵFactoryDeclaration<WPeriodSelectFieldComponent, never>;
|
|
1555
1556
|
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>;
|
|
1556
1557
|
}
|
|
@@ -1770,6 +1771,7 @@ declare class WFilterPanelComponent implements OnInit {
|
|
|
1770
1771
|
periodSelectRulesToAdd: any[];
|
|
1771
1772
|
lastFromPeriodSelectDateValue: string;
|
|
1772
1773
|
lastToPeriodSelectDateValue: string;
|
|
1774
|
+
periodSelectEnum: typeof PeriodSelectEnum;
|
|
1773
1775
|
authorizationApiUrl: string;
|
|
1774
1776
|
commonDataApiUrl: string;
|
|
1775
1777
|
notificationApiUrl: string;
|
|
@@ -1813,6 +1815,7 @@ declare class WFilterPanelComponent implements OnInit {
|
|
|
1813
1815
|
clearPeriodSelectComponent(): void;
|
|
1814
1816
|
handleEmptyFieldsQuery(queries: QueryResults): QueryResults;
|
|
1815
1817
|
nullableFilterOperationHandle(query: any): void;
|
|
1818
|
+
setLast24HoursPeriodSelectValue(query: any): void;
|
|
1816
1819
|
inverseNullableFilterOperationHandle(query: any): void;
|
|
1817
1820
|
keepLocalDateFilterOperationHandle(query: any): void;
|
|
1818
1821
|
modifyTreeListValueParentToNull(query: any): any;
|