@libs-ui/components-inputs-emoji 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 +6 -6
package/README.md
CHANGED
|
@@ -288,11 +288,3 @@ export interface IGroupEmoji {
|
|
|
288
288
|
⚠️ **FunctionsControl timing**: Getter `FunctionsControl` trả về `undefined` cho đến khi sự kiện `(outFunctionsControl)` được emit lần đầu tiên (sau khi Popover khởi tạo). Hãy kiểm tra `?.` trước khi gọi.
|
|
289
289
|
|
|
290
290
|
⚠️ **configPopover mutable**: `IPopoverOverlay` được xử lý theo dạng mutable object bên trong component. Không nên tái sử dụng cùng một object config cho nhiều instance Emoji Picker.
|
|
291
|
-
|
|
292
|
-
## Demo
|
|
293
|
-
|
|
294
|
-
```bash
|
|
295
|
-
npx nx serve core-ui
|
|
296
|
-
```
|
|
297
|
-
|
|
298
|
-
Truy cập: http://localhost:4500/inputs/emoji
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-emoji",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
7
|
-
"@libs-ui/components-inputs-search": "0.2.357-
|
|
8
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
9
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
10
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/components-popover": "0.2.357-9",
|
|
7
|
+
"@libs-ui/components-inputs-search": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-9",
|
|
9
|
+
"@libs-ui/interfaces-types": "0.2.357-9",
|
|
10
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0"
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|