@sumaris-net/ngx-components 18.3.25 → 18.3.27
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 +9 -2
- package/esm2022/src/app/core/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +1 -1
- 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 +2 -2
- package/src/app/core/table/table.class.d.ts +2 -2
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.scss +9 -0
package/doc/changelog.md
CHANGED
|
@@ -1067,8 +1067,15 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1067
1067
|
# 12.3.22
|
|
1068
1068
|
- fix(async-table) Add a `@Input() openRowThrottleTime = 800` to prevent double click to open a row
|
|
1069
1069
|
|
|
1070
|
-
# 12.3.
|
|
1070
|
+
# 12.3.24
|
|
1071
1071
|
- fix(geolocation) Do not use Capacitor plugin, when using without capacitor
|
|
1072
1072
|
|
|
1073
|
-
# 12.3.
|
|
1073
|
+
# 12.3.25
|
|
1074
1074
|
- fix(platform) Fix infinite loop on auto reload, when new version detected at startup (allow version using 'alpha', 'beta' or 'rc')
|
|
1075
|
+
|
|
1076
|
+
# 12.3.26
|
|
1077
|
+
- fix(timepicker) Increase max-width for small screens
|
|
1078
|
+
|
|
1079
|
+
# 12.3.27
|
|
1080
|
+
- fix(table) Use SortDirection type, for getter sortDirection
|
|
1081
|
+
- fix(async-table) Use SortDirection type, for getter sortDirection
|