@libs-ui/components-pages-template-detail 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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -534,11 +534,3 @@ interface IPageDetailV2SectionData {
534
534
  ⚠️ **isSplitHeaderRatio + configCenter**: `configCenter` chỉ hiển thị khi `isSplitHeaderRatio` là `true`. Truyền `configCenter` mà không bật `isSplitHeaderRatio` sẽ không có effect.
535
535
 
536
536
  ⚠️ **Dynamic component với V2**: Khi dùng V2 làm dynamic component trong Modal hoặc page template khác, BẮT BUỘC khai báo Generic Type rõ ràng cho `ComponentRef` và gọi `.destroy()` trong `ngOnDestroy` của component cha để tránh memory leak.
537
-
538
- ## Demo
539
-
540
- ```bash
541
- npx nx serve core-ui
542
- ```
543
-
544
- Truy cập: http://localhost:4500/ và tìm mục "pages-template-detail" trong menu demo.
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@libs-ui/components-pages-template-detail",
3
- "version": "0.2.357-7",
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-buttons-button": "0.2.357-7",
8
- "@libs-ui/components-buttons-dropdown": "0.2.357-7",
9
- "@libs-ui/components-dropdown": "0.2.357-7",
10
- "@libs-ui/components-popover": "0.2.357-7",
11
- "@libs-ui/components-radio-group": "0.2.357-7",
12
- "@libs-ui/components-radio-single": "0.2.357-7",
13
- "@libs-ui/components-scroll-overlay": "0.2.357-7",
14
- "@libs-ui/components-switch": "0.2.357-7",
15
- "@libs-ui/pipes-escape-html": "0.2.357-7",
16
- "@libs-ui/utils": "0.2.357-7",
7
+ "@libs-ui/components-buttons-button": "0.2.357-9",
8
+ "@libs-ui/components-buttons-dropdown": "0.2.357-9",
9
+ "@libs-ui/components-dropdown": "0.2.357-9",
10
+ "@libs-ui/components-popover": "0.2.357-9",
11
+ "@libs-ui/components-radio-group": "0.2.357-9",
12
+ "@libs-ui/components-radio-single": "0.2.357-9",
13
+ "@libs-ui/components-scroll-overlay": "0.2.357-9",
14
+ "@libs-ui/components-switch": "0.2.357-9",
15
+ "@libs-ui/pipes-escape-html": "0.2.357-9",
16
+ "@libs-ui/utils": "0.2.357-9",
17
17
  "@ngx-translate/core": "^15.0.0",
18
- "@libs-ui/interfaces-types": "0.2.357-7",
19
- "@libs-ui/components-skeleton": "0.2.357-7",
20
- "@libs-ui/pipes-call-function-in-template": "0.2.357-7"
18
+ "@libs-ui/interfaces-types": "0.2.357-9",
19
+ "@libs-ui/components-skeleton": "0.2.357-9",
20
+ "@libs-ui/pipes-call-function-in-template": "0.2.357-9"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "module": "fesm2022/libs-ui-components-pages-template-detail.mjs",