@libs-ui/components-tags 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
|
@@ -633,11 +633,3 @@ export interface ITagsFunctionControlEvent {
|
|
|
633
633
|
⚠️ **Cleanup timeout**: Component tự dọn dẹp các `setTimeout` trong `ngOnDestroy`. Không cần xử lý thêm từ phía consumer.
|
|
634
634
|
|
|
635
635
|
⚠️ **outFunctionsControl không phải Observable**: `outFunctionsControl` là `OutputEmitterRef` (Signal API). Không được `.pipe()` hoặc `takeUntilDestroyed` trên output này.
|
|
636
|
-
|
|
637
|
-
## Demo
|
|
638
|
-
|
|
639
|
-
```bash
|
|
640
|
-
npx nx serve core-ui
|
|
641
|
-
```
|
|
642
|
-
|
|
643
|
-
Truy cập: http://localhost:4500/tags
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-tags",
|
|
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-avatar": "0.2.357-
|
|
8
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
9
|
-
"@libs-ui/utils": "0.2.357-
|
|
10
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
11
|
-
"@libs-ui/components-dropdown": "0.2.357-
|
|
12
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
13
|
-
"@libs-ui/components-inputs-search": "0.2.357-
|
|
14
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
15
|
-
"@libs-ui/components-label": "0.2.357-
|
|
16
|
-
"@libs-ui/components-list": "0.2.357-
|
|
17
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
18
|
-
"@libs-ui/services-http-request": "0.2.357-
|
|
7
|
+
"@libs-ui/components-avatar": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-popover": "0.2.357-9",
|
|
9
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
10
|
+
"@libs-ui/components-buttons-button": "0.2.357-9",
|
|
11
|
+
"@libs-ui/components-dropdown": "0.2.357-9",
|
|
12
|
+
"@libs-ui/components-inputs-input": "0.2.357-9",
|
|
13
|
+
"@libs-ui/components-inputs-search": "0.2.357-9",
|
|
14
|
+
"@libs-ui/components-inputs-valid": "0.2.357-9",
|
|
15
|
+
"@libs-ui/components-label": "0.2.357-9",
|
|
16
|
+
"@libs-ui/components-list": "0.2.357-9",
|
|
17
|
+
"@libs-ui/interfaces-types": "0.2.357-9",
|
|
18
|
+
"@libs-ui/services-http-request": "0.2.357-9",
|
|
19
19
|
"@ngx-translate/core": "^15.0.0",
|
|
20
20
|
"rxjs": "~7.8.0",
|
|
21
|
-
"@libs-ui/components-click-outside": "0.2.357-
|
|
22
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
21
|
+
"@libs-ui/components-click-outside": "0.2.357-9",
|
|
22
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-9"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"module": "fesm2022/libs-ui-components-tags.mjs",
|