@sumaris-net/ngx-components 1.6.4 → 1.6.5
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/bundles/sumaris-net.ngx-components.umd.js +177 -110
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +6 -1
- package/esm2015/src/app/shared/material/autocomplete/material.autocomplete.js +53 -33
- package/esm2015/src/app/shared/material/autocomplete/testing/autocomplete.test.js +6 -6
- package/esm2015/src/app/shared/material/chips/material.chips.js +39 -34
- package/esm2015/src/app/shared/material/chips/testing/chips.test.js +43 -14
- package/fesm2015/sumaris-net.ngx-components.js +165 -112
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +4 -3
- package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +4 -5
- package/src/app/shared/material/chips/material.chips.d.ts +6 -5
- package/src/theme/_ngx-components.scss +3 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -173,5 +173,10 @@
|
|
|
173
173
|
[enh] EntitiesTableDateSource: Add 'fetchMore()' function (usable when dataService fill LoadResult.fetchMore)
|
|
174
174
|
[fix] Auth modal: show error (e.g. when bad credentials)
|
|
175
175
|
[fix] MatChipsField: rename 'compareWith' in 'equals'
|
|
176
|
-
[enh] MatChipsField: Allow
|
|
176
|
+
[enh] MatChipsField: Allow setup chips color
|
|
177
177
|
[fix] MatSwipeField: rename 'compareWith' in 'equals'
|
|
178
|
+
|
|
179
|
+
# 1.6.5
|
|
180
|
+
|
|
181
|
+
[fix] MatChipsField: Fix 'focusOut' then 'focusIn' behavior
|
|
182
|
+
[fix] MatAutocompleteField: Fix 'focusOut' then 'focusIn' behavior
|