@haiilo/catalyst-angular 13.2.0 → 13.3.2
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/esm2020/lib/directives/proxies.mjs +2 -2
- package/fesm2015/haiilo-catalyst-angular.mjs +1 -1
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/directives/proxies.d.ts +4 -0
- package/package.json +3 -3
|
@@ -215,6 +215,10 @@ export declare interface CatInput extends Components.CatInput {
|
|
|
215
215
|
* Emitted when the input loses focus.
|
|
216
216
|
*/
|
|
217
217
|
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
218
|
+
/**
|
|
219
|
+
* Emitted if the input type is "file" and files are selected.
|
|
220
|
+
*/
|
|
221
|
+
catChangeFiles: EventEmitter<CustomEvent<FileList | null>>;
|
|
218
222
|
}
|
|
219
223
|
export declare class CatPagination {
|
|
220
224
|
protected z: NgZone;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "13.2
|
|
3
|
+
"version": "13.3.2",
|
|
4
4
|
"description": "Angular wrapper for Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"loglevel": "1.8.1",
|
|
16
16
|
"tslib": "^2.3.0",
|
|
17
|
-
"@haiilo/catalyst": "13.2
|
|
18
|
-
"@haiilo/catalyst-tokens": "13.2
|
|
17
|
+
"@haiilo/catalyst": "13.3.2",
|
|
18
|
+
"@haiilo/catalyst-tokens": "13.3.2"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|