@libs-ui/components-inputs-upload 0.2.357-1 → 0.2.357-10

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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. 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-1",
3
+ "version": "0.2.357-10",
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-1",
8
- "@libs-ui/icons": "0.2.357-1",
9
- "@libs-ui/interfaces-types": "0.2.357-1",
10
- "@libs-ui/pipes-security-trust": "0.2.357-1",
11
- "@libs-ui/utils": "0.2.357-1",
7
+ "@libs-ui/components-spinner": "0.2.357-10",
8
+ "@libs-ui/icons": "0.2.357-10",
9
+ "@libs-ui/interfaces-types": "0.2.357-10",
10
+ "@libs-ui/pipes-security-trust": "0.2.357-10",
11
+ "@libs-ui/utils": "0.2.357-10",
12
12
  "@ngx-translate/core": "^15.0.0",
13
- "@libs-ui/components-buttons-button": "0.2.357-1",
14
- "@libs-ui/components-gallery": "0.2.357-1",
15
- "@libs-ui/components-image-editor": "0.2.357-1",
16
- "@libs-ui/components-label": "0.2.357-1",
17
- "@libs-ui/components-preview-file": "0.2.357-1",
18
- "@libs-ui/components-scroll-overlay": "0.2.357-1",
19
- "@libs-ui/services-dynamic-component": "0.2.357-1",
20
- "@libs-ui/services-notification": "0.2.357-1",
13
+ "@libs-ui/components-buttons-button": "0.2.357-10",
14
+ "@libs-ui/components-gallery": "0.2.357-10",
15
+ "@libs-ui/components-image-editor": "0.2.357-10",
16
+ "@libs-ui/components-label": "0.2.357-10",
17
+ "@libs-ui/components-preview-file": "0.2.357-10",
18
+ "@libs-ui/components-scroll-overlay": "0.2.357-10",
19
+ "@libs-ui/services-dynamic-component": "0.2.357-10",
20
+ "@libs-ui/services-notification": "0.2.357-10",
21
21
  "rxjs": "~7.8.0",
22
- "@libs-ui/pipes-check-file-extension": "0.2.357-1"
22
+ "@libs-ui/pipes-check-file-extension": "0.2.357-10"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "module": "fesm2022/libs-ui-components-inputs-upload.mjs",