@libs-ui/components-inputs-upload 0.2.357-7 → 0.2.357-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.
- package/README.md +0 -8
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -570,11 +570,3 @@ interface IHttpProcessUpload {
|
|
|
570
570
|
⚠️ **fileType quyết định danh sách extension**: `fileType` xác định nhóm định dạng và tự động sinh chuỗi `accept` cho input file. Các input `imageExtList`, `videoExtList`, `documentExtList`, `audioExtList` cho phép override danh sách extension mặc định trong từng nhóm.
|
|
571
571
|
|
|
572
572
|
⚠️ **multiple vs canUploadIfHasExistFile**: Khi `multiple = false` và đã có file, upload file mới sẽ không thay thế file cũ trừ khi bật `canUploadIfHasExistFile = true`.
|
|
573
|
-
|
|
574
|
-
## Demo
|
|
575
|
-
|
|
576
|
-
```bash
|
|
577
|
-
npx nx serve core-ui
|
|
578
|
-
```
|
|
579
|
-
|
|
580
|
-
Truy cập: http://localhost:4500/components/inputs/upload
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-upload",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-spinner": "0.2.357-
|
|
8
|
-
"@libs-ui/icons": "0.2.357-
|
|
9
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
10
|
-
"@libs-ui/pipes-security-trust": "0.2.357-
|
|
11
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-spinner": "0.2.357-9",
|
|
8
|
+
"@libs-ui/icons": "0.2.357-9",
|
|
9
|
+
"@libs-ui/interfaces-types": "0.2.357-9",
|
|
10
|
+
"@libs-ui/pipes-security-trust": "0.2.357-9",
|
|
11
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
12
12
|
"@ngx-translate/core": "^15.0.0",
|
|
13
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
14
|
-
"@libs-ui/components-gallery": "0.2.357-
|
|
15
|
-
"@libs-ui/components-image-editor": "0.2.357-
|
|
16
|
-
"@libs-ui/components-label": "0.2.357-
|
|
17
|
-
"@libs-ui/components-preview-file": "0.2.357-
|
|
18
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
19
|
-
"@libs-ui/services-dynamic-component": "0.2.357-
|
|
20
|
-
"@libs-ui/services-notification": "0.2.357-
|
|
13
|
+
"@libs-ui/components-buttons-button": "0.2.357-9",
|
|
14
|
+
"@libs-ui/components-gallery": "0.2.357-9",
|
|
15
|
+
"@libs-ui/components-image-editor": "0.2.357-9",
|
|
16
|
+
"@libs-ui/components-label": "0.2.357-9",
|
|
17
|
+
"@libs-ui/components-preview-file": "0.2.357-9",
|
|
18
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-9",
|
|
19
|
+
"@libs-ui/services-dynamic-component": "0.2.357-9",
|
|
20
|
+
"@libs-ui/services-notification": "0.2.357-9",
|
|
21
21
|
"rxjs": "~7.8.0",
|
|
22
|
-
"@libs-ui/pipes-check-file-extension": "0.2.357-
|
|
22
|
+
"@libs-ui/pipes-check-file-extension": "0.2.357-9"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"module": "fesm2022/libs-ui-components-inputs-upload.mjs",
|