@porscheinformatik/material-addons 22.0.2 → 22.0.4
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/package.json
CHANGED
|
@@ -1317,7 +1317,7 @@ declare class FileUploadComponent implements OnInit {
|
|
|
1317
1317
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "mad-file-upload", never, { "id": { "alias": "id"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "text": { "alias": "text"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, { "fileEmitter": "fileEmitter"; "errorEmitter": "errorEmitter"; }, never, never, true, never>;
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
|
-
declare const VERSION = "22.0.
|
|
1320
|
+
declare const VERSION = "22.0.4";
|
|
1321
1321
|
|
|
1322
1322
|
type AlertType = 'success' | 'info' | 'warning' | 'error';
|
|
1323
1323
|
type AlertSize = 'small' | 'medium' | 'large';
|