@sumaris-net/ngx-components 18.22.6 → 18.22.8
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 +7 -1
- package/esm2022/src/app/admin/users/users.mjs +2 -2
- package/esm2022/src/app/core/account/token.table.mjs +1 -1
- package/esm2022/src/app/core/form/properties/properties.table.mjs +1 -1
- package/esm2022/src/app/core/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/column/actions-column.component.mjs +7 -3
- package/esm2022/src/app/core/table/table.class.mjs +2 -2
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +1 -1
- package/esm2022/src/app/shared/rx-state/rx-state.decorators.mjs +4 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +14 -10
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/column/actions-column.component.d.ts +3 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1974,7 +1974,7 @@ 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
|
|
1977
|
+
- enh(EntityFilter) Add logical combinators properties: `or`, `and` and `not`
|
|
1978
1978
|
|
|
1979
1979
|
# 18.22.5
|
|
1980
1980
|
- enh(functions) Add utilities in `shared/functions.ts`:
|
|
@@ -1987,3 +1987,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1987
1987
|
(remove `defaultValue`)
|
|
1988
1988
|
- enh(functions) Change the third (optional) argument of `propertiesPathComparator(keys: string[], direction, nullsAtFirst?: boolean)`.
|
|
1989
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`
|
|
1993
|
+
|
|
1994
|
+
# 18.22.8
|
|
1995
|
+
- enh(actions-column) Add `@Input() showPendingSPiner = true`
|