@onecx/angular-accelerator 7.7.1 → 7.8.0

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.
@@ -6647,7 +6647,7 @@ function _hasShowTime(datePickers, formKey) {
6647
6647
  /**
6648
6648
  * Safely builds the search criteria based on form values
6649
6649
  * @param formRawValue the raw value of the form to use
6650
- * @param datePickers a list of primeng datePickers of the form (use `@ViewChildren(DatePicker) datePickers!: QueryList<DatePicker>;`)
6650
+ * @param datePickers a list of primeng datePickers of the form (use `viewChildren` to get list of datePickers)
6651
6651
  * @param parameters {@link BuildSearchCriteriaParameters} to use when building the search criteria
6652
6652
  * @returns the search criteria as a partial of T (T = type of the search criteria)
6653
6653
  */