@sumaris-net/ngx-components 18.24.16 → 18.24.18
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
CHANGED
|
@@ -2236,3 +2236,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2236
2236
|
- enh(form.pipes): Add new pipes for accessing FormArray controls and groups
|
|
2237
2237
|
- fix(dates) Fix fromDateISOString() when requiredTime and no millisecond given
|
|
2238
2238
|
- test(validators): Add unit tests for `validDate` and `validDateAllowNoTime` validation methods
|
|
2239
|
+
|
|
2240
|
+
## 18.24.18
|
|
2241
|
+
- fix(tab-editor) Fix event argument typing, in `AppTabEditor.onSwipeTab()`
|
package/package.json
CHANGED
|
@@ -116,9 +116,9 @@ export declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDe
|
|
|
116
116
|
* @deprecated Prefer using the `@Output('enter')` instead
|
|
117
117
|
*/
|
|
118
118
|
keyupEnter: EventEmitter<Event>;
|
|
119
|
-
arrowUp: EventEmitter<
|
|
120
|
-
arrowDown: EventEmitter<
|
|
121
|
-
enter: EventEmitter<
|
|
119
|
+
arrowUp: EventEmitter<Event | KeyboardEvent>;
|
|
120
|
+
arrowDown: EventEmitter<Event | KeyboardEvent>;
|
|
121
|
+
enter: EventEmitter<Event | KeyboardEvent>;
|
|
122
122
|
selectionChange: EventEmitter<MatAutocompleteFieldSelectChange>;
|
|
123
123
|
openedChange: EventEmitter<boolean>;
|
|
124
124
|
toggleFavorite: EventEmitter<MatAutocompleteFieldToggleFavorite>;
|
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "18.24.
|
|
5
|
+
"version": "18.24.18",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|