@praxisui/files-upload 9.0.0-beta.83 → 9.0.0-beta.85
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-21T15:34:49.320Z",
|
|
4
4
|
"packageName": "@praxisui/files-upload",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.85",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -1598,7 +1598,7 @@ class PraxisFilesUploadConfigEditor {
|
|
|
1598
1598
|
</h4>
|
|
1599
1599
|
@if (activeRisks.length > 0) {
|
|
1600
1600
|
<div class="risk-list">
|
|
1601
|
-
@for (risk of activeRisks; track risk) {
|
|
1601
|
+
@for (risk of activeRisks; track risk.title) {
|
|
1602
1602
|
<article class="risk-item">
|
|
1603
1603
|
<strong>{{ risk.title }}</strong>
|
|
1604
1604
|
<p>{{ risk.detail }}</p>
|
|
@@ -2316,7 +2316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
2316
2316
|
</h4>
|
|
2317
2317
|
@if (activeRisks.length > 0) {
|
|
2318
2318
|
<div class="risk-list">
|
|
2319
|
-
@for (risk of activeRisks; track risk) {
|
|
2319
|
+
@for (risk of activeRisks; track risk.title) {
|
|
2320
2320
|
<article class="risk-item">
|
|
2321
2321
|
<strong>{{ risk.title }}</strong>
|
|
2322
2322
|
<p>{{ risk.detail }}</p>
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/files-upload",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.85",
|
|
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": "^21.0.0",
|
|
7
7
|
"@angular/cdk": "^21.0.0",
|
|
8
8
|
"@angular/core": "^21.0.0",
|
|
9
9
|
"@angular/material": "^21.0.0",
|
|
10
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
11
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
12
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
10
|
+
"@praxisui/core": "^9.0.0-beta.85",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.85",
|
|
12
|
+
"@praxisui/settings-panel": "^9.0.0-beta.85",
|
|
13
13
|
"@angular/forms": "^21.0.0",
|
|
14
14
|
"@angular/router": "^21.0.0",
|
|
15
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
15
|
+
"@praxisui/ai": "^9.0.0-beta.85",
|
|
16
16
|
"rxjs": "~7.8.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|