@praxisui/files-upload 8.0.0-beta.7 → 8.0.0-beta.9

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.
@@ -6358,6 +6358,12 @@ const PRAXIS_FILES_UPLOAD_COMPONENT_METADATA = {
6358
6358
  label: 'Arquivos pendentes',
6359
6359
  description: 'Disparado quando o estado de selecao pendente muda.',
6360
6360
  },
6361
+ {
6362
+ name: 'readinessChange',
6363
+ type: 'FilesUploadReadinessEvent',
6364
+ label: 'Prontidao',
6365
+ description: 'Disparado quando o componente alterna entre configuracao local, servidor ou fallback.',
6366
+ },
6361
6367
  {
6362
6368
  name: 'proximityChange',
6363
6369
  type: 'boolean',
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@praxisui/files-upload",
3
- "version": "8.0.0-beta.7",
3
+ "version": "8.0.0-beta.9",
4
4
  "description": "File upload components and services for Praxis UI with presigned and direct strategies, quotas and rate-limit handling.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/cdk": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/material": "^20.0.0",
10
- "@praxisui/core": "^8.0.0-beta.7",
11
- "@praxisui/dynamic-fields": "^8.0.0-beta.7",
12
- "@praxisui/settings-panel": "^8.0.0-beta.7"
10
+ "@praxisui/core": "^8.0.0-beta.9",
11
+ "@praxisui/dynamic-fields": "^8.0.0-beta.9",
12
+ "@praxisui/settings-panel": "^8.0.0-beta.9"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"