@libs-ui/components-pages-template-full-screen 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 -10
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -511,13 +511,3 @@ export interface IFunctionControlPageFullScreen {
|
|
|
511
511
|
⚠️ **Body layout**: Khi không truyền `bodyConfig.getComponentOutlet`, V2 không render gì ở body (không có `ng-content` như V1). Nếu cần `ng-content`, dùng V1 hoặc luôn truyền `getComponentOutlet`.
|
|
512
512
|
|
|
513
513
|
---
|
|
514
|
-
|
|
515
|
-
## Demo
|
|
516
|
-
|
|
517
|
-
```bash
|
|
518
|
-
npx nx serve core-ui
|
|
519
|
-
```
|
|
520
|
-
|
|
521
|
-
Truy cập:
|
|
522
|
-
- V1: `http://localhost:4500/page-template/full-screen`
|
|
523
|
-
- V2: `http://localhost:4500/page-template/full-screen-v2`
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-pages-template-full-screen",
|
|
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-buttons-button": "0.2.357-
|
|
8
|
-
"@libs-ui/components-buttons-status": "0.2.357-
|
|
9
|
-
"@libs-ui/components-dropdown": "0.2.357-
|
|
10
|
-
"@libs-ui/components-label": "0.2.357-
|
|
11
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
12
|
-
"@libs-ui/components-switch": "0.2.357-
|
|
13
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
14
|
-
"@libs-ui/pipes-escape-html": "0.2.357-
|
|
15
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-buttons-status": "0.2.357-9",
|
|
9
|
+
"@libs-ui/components-dropdown": "0.2.357-9",
|
|
10
|
+
"@libs-ui/components-label": "0.2.357-9",
|
|
11
|
+
"@libs-ui/components-popover": "0.2.357-9",
|
|
12
|
+
"@libs-ui/components-switch": "0.2.357-9",
|
|
13
|
+
"@libs-ui/interfaces-types": "0.2.357-9",
|
|
14
|
+
"@libs-ui/pipes-escape-html": "0.2.357-9",
|
|
15
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
16
16
|
"rxjs": "~7.8.0",
|
|
17
17
|
"@ngx-translate/core": "^15.0.0",
|
|
18
|
-
"@libs-ui/components-skeleton": "0.2.357-
|
|
19
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.357-
|
|
18
|
+
"@libs-ui/components-skeleton": "0.2.357-9",
|
|
19
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.357-9"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"module": "fesm2022/libs-ui-components-pages-template-full-screen.mjs",
|