@sumaris-net/ngx-components 18.22.9 → 18.22.11
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 +6 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +14 -7
- package/esm2022/src/app/core/table/table.class.mjs +41 -20
- package/esm2022/src/app/shared/forms.mjs +9 -6
- package/fesm2022/sumaris-net.ngx-components.mjs +59 -29
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +4 -2
- package/src/app/core/table/table.class.d.ts +3 -1
- package/src/app/shared/forms.d.ts +2 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1996,3 +1996,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1996
1996
|
|
|
1997
1997
|
# 18.22.9
|
|
1998
1998
|
- enh(table, async-table) Add options `{focusColumn?: string}` to `AppTable.confirmAndForward()` and `AppTable.confirmAndBackward()`
|
|
1999
|
+
|
|
2000
|
+
# 18.22.10
|
|
2001
|
+
- enh(table, async-table) Add options `{focusColumn?: string}` to `AppTable.confirmAndAdd()`
|
|
2002
|
+
|
|
2003
|
+
# 18.22.11
|
|
2004
|
+
- enh(functions) Allow `AppFormUtils.getControlFromPath()` to return null without error (add a new argument `failIfMissing: boolean = false`)
|