@cqa-lib/cqa-ui 1.0.116 → 1.0.118
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/esm2020/lib/filters/dynamic-filter/dynamic-filter.component.mjs +1 -10
- package/esm2020/lib/full-table-loader/full-table-loader.component.mjs +3 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +2 -11
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +2 -11
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/filters/dynamic-filter/dynamic-filter.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -91,7 +91,7 @@ export declare class DynamicFilterComponent implements OnChanges {
|
|
|
91
91
|
private getInitialDateRangeValue;
|
|
92
92
|
private normalizeDateValue;
|
|
93
93
|
private invokeDateRangeChange;
|
|
94
|
-
applyPresetToGroup(key: string, presetKey: 'today' | 'last7days' | 'last30days' | 'last90days' | '
|
|
94
|
+
applyPresetToGroup(key: string, presetKey: 'today' | 'last7days' | 'last30days' | 'last90days' | 'thismonth' | 'lastmonth'): void;
|
|
95
95
|
private getPresetDates;
|
|
96
96
|
private startOfDay;
|
|
97
97
|
private endOfDay;
|