@sumaris-net/ngx-components 2.12.10 → 2.12.12
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 +4 -0
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +5 -3
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +9 -9
- package/fesm2022/sumaris-net.ngx-components.mjs +12 -10
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_material.globals.scss +10 -1
- package/src/theme/_material.scss +1 -1
- package/src/theme/_mixins.scss +6 -0
- package/src/theme/_ngx-components.scss +7 -0
- package/src/theme/_theme.variables.scss +1 -0
package/doc/changelog.md
CHANGED
|
@@ -858,3 +858,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
858
858
|
|
|
859
859
|
# 2.12.10
|
|
860
860
|
- fix(autocomplete): Compute the panel width if not set (in mobile) - workaround for an issue in mat-select panel
|
|
861
|
+
|
|
862
|
+
# 2.12.12
|
|
863
|
+
- fix(theme): add all dark colors from material theme
|
|
864
|
+
- fix(autocomplete): in mobile device, add a text-wrap and a max-height in mat-option
|