@sumaris-net/ngx-components 18.22.5 → 18.22.7
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/doc/changelog.md +13 -3
- package/esm2022/src/app/core/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +2 -2
- package/esm2022/src/app/shared/functions.mjs +36 -13
- package/esm2022/src/app/shared/rx-state/rx-state.decorators.mjs +4 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +39 -16
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +6 -5
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1974,9 +1974,19 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1974
1974
|
- fix(menu) Hide menu footer (about) on mobile device
|
|
1975
1975
|
|
|
1976
1976
|
# 18.22.0
|
|
1977
|
-
- enh(EntityFilter) Add logical combinators
|
|
1978
|
-
|
|
1977
|
+
- enh(EntityFilter) Add logical combinators properties: `or`, `and` and `not`
|
|
1979
1978
|
|
|
1980
1979
|
# 18.22.5
|
|
1981
1980
|
- enh(functions) Add utilities in `shared/functions.ts`:
|
|
1982
|
-
|
|
1981
|
+
`compareValues`, `compareValuesDesc`, `propertyPathComparator`, `propertyComparator`, `propertiesPathComparator`, `multiPropertyComparator`
|
|
1982
|
+
|
|
1983
|
+
# 18.22.6
|
|
1984
|
+
- enh(functions) Change the third (optional) argument of `propertyComparator(key: string, direction, nullsAtFirst?: boolean)`.
|
|
1985
|
+
(remove `defaultValue`)
|
|
1986
|
+
- enh(functions) Change the third (optional) argument of `propertyPathComparator(key: string, direction, nullsAtFirst?: boolean)`.
|
|
1987
|
+
(remove `defaultValue`)
|
|
1988
|
+
- enh(functions) Change the third (optional) argument of `propertiesPathComparator(keys: string[], direction, nullsAtFirst?: boolean)`.
|
|
1989
|
+
(remove `defaultValues`)
|
|
1990
|
+
|
|
1991
|
+
# 18.22.7
|
|
1992
|
+
- fix(rx-state-decorators) Change naming convention of @RxStateOutput , to allow the suffix `Change` and not only `Changes`
|