@libs-ui/components-pages-template-detail 0.2.356-36 → 0.2.356-37
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 +2 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @libs-ui/components-pages-template-detail
|
|
2
2
|
|
|
3
|
-
> Template trang chi tiết chuẩn
|
|
3
|
+
> Template trang chi tiết chuẩn UI Kit, tích hợp đầy đủ header, navigation và các action phổ biến.
|
|
4
4
|
|
|
5
5
|
## Giới thiệu
|
|
6
6
|
|
|
@@ -124,7 +124,7 @@ export interface IPagesTemplateDetailConfigRight {
|
|
|
124
124
|
| --------------- | ---------------------- |
|
|
125
125
|
| Angular 18 | Framework chính |
|
|
126
126
|
| Angular Signals | Quản lý state phản ứng |
|
|
127
|
-
|
|
|
127
|
+
| UI Kit | Hệ thống design gốc |
|
|
128
128
|
| SCSS | Styling chuyên biệt |
|
|
129
129
|
|
|
130
130
|
## License
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-pages-template-detail",
|
|
3
|
-
"version": "0.2.356-
|
|
3
|
+
"version": "0.2.356-37",
|
|
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.356-
|
|
8
|
-
"@libs-ui/components-buttons-dropdown": "0.2.356-
|
|
9
|
-
"@libs-ui/components-dropdown": "0.2.356-
|
|
10
|
-
"@libs-ui/components-popover": "0.2.356-
|
|
11
|
-
"@libs-ui/components-radio-group": "0.2.356-
|
|
12
|
-
"@libs-ui/components-radio-single": "0.2.356-
|
|
13
|
-
"@libs-ui/components-scroll-overlay": "0.2.356-
|
|
14
|
-
"@libs-ui/components-switch": "0.2.356-
|
|
15
|
-
"@libs-ui/pipes-escape-html": "0.2.356-
|
|
16
|
-
"@libs-ui/utils": "0.2.356-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.356-37",
|
|
8
|
+
"@libs-ui/components-buttons-dropdown": "0.2.356-37",
|
|
9
|
+
"@libs-ui/components-dropdown": "0.2.356-37",
|
|
10
|
+
"@libs-ui/components-popover": "0.2.356-37",
|
|
11
|
+
"@libs-ui/components-radio-group": "0.2.356-37",
|
|
12
|
+
"@libs-ui/components-radio-single": "0.2.356-37",
|
|
13
|
+
"@libs-ui/components-scroll-overlay": "0.2.356-37",
|
|
14
|
+
"@libs-ui/components-switch": "0.2.356-37",
|
|
15
|
+
"@libs-ui/pipes-escape-html": "0.2.356-37",
|
|
16
|
+
"@libs-ui/utils": "0.2.356-37",
|
|
17
17
|
"@ngx-translate/core": "^15.0.0",
|
|
18
|
-
"@libs-ui/interfaces-types": "0.2.356-
|
|
19
|
-
"@libs-ui/components-skeleton": "0.2.356-
|
|
20
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.356-
|
|
18
|
+
"@libs-ui/interfaces-types": "0.2.356-37",
|
|
19
|
+
"@libs-ui/components-skeleton": "0.2.356-37",
|
|
20
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.356-37"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"module": "fesm2022/libs-ui-components-pages-template-detail.mjs",
|