@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.
package/index.d.ts CHANGED
@@ -2420,11 +2420,11 @@ interface BuildSearchCriteriaParameters {
2420
2420
  /**
2421
2421
  * Safely builds the search criteria based on form values
2422
2422
  * @param formRawValue the raw value of the form to use
2423
- * @param datePickers a list of primeng datePickers of the form (use `@ViewChildren(DatePicker) datePickers!: QueryList<DatePicker>;`)
2423
+ * @param datePickers a list of primeng datePickers of the form (use `viewChildren` to get list of datePickers)
2424
2424
  * @param parameters {@link BuildSearchCriteriaParameters} to use when building the search criteria
2425
2425
  * @returns the search criteria as a partial of T (T = type of the search criteria)
2426
2426
  */
2427
- declare function buildSearchCriteria<T>(formRawValue: any, datePickers: QueryList<DatePicker>, { removeNullValues }: BuildSearchCriteriaParameters): Partial<T>;
2427
+ declare function buildSearchCriteria<T>(formRawValue: any, datePickers: DatePicker[], { removeNullValues }: BuildSearchCriteriaParameters): Partial<T>;
2428
2428
 
2429
2429
  declare function findEntryWithKeyword(array: string[] | undefined, keyword: string): string | null;
2430
2430
  declare function removeKeyword(input: string, keyword: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "7.7.1",
3
+ "version": "7.8.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,12 +15,12 @@
15
15
  "@angular/router": "^20.0.0",
16
16
  "@ngx-translate/core": "^17.0.0",
17
17
  "@ngneat/until-destroy": "^10.0.0",
18
- "@onecx/integration-interface": "^7.7.1",
19
- "@onecx/accelerator": "^7.7.1",
20
- "@onecx/angular-integration-interface": "^7.7.1",
21
- "@onecx/angular-remote-components": "^7.7.1",
22
- "@onecx/angular-testing": "^7.7.1",
23
- "@onecx/angular-utils": "^7.7.1",
18
+ "@onecx/integration-interface": "^7.8.0",
19
+ "@onecx/accelerator": "^7.8.0",
20
+ "@onecx/angular-integration-interface": "^7.8.0",
21
+ "@onecx/angular-remote-components": "^7.8.0",
22
+ "@onecx/angular-testing": "^7.8.0",
23
+ "@onecx/angular-utils": "^7.8.0",
24
24
  "chart.js": "^4.4.3",
25
25
  "d3-scale-chromatic": "^3.1.0",
26
26
  "fast-deep-equal": "^3.1.3",