@libs-ui/services-dialog 0.2.357-1 → 0.2.357-11
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 +5 -5
package/README.md
CHANGED
|
@@ -395,11 +395,3 @@ interface IModalFunctionsControl {
|
|
|
395
395
|
⚠️ **`setStateDisable` trong callback**: Khi nhận event (agree/cancel/close/back), service tự động gọi `functionControl.setStateDisable(true)` trước khi gọi `callback`. Không cần gọi lại trong `callback` trừ khi muốn re-enable (`setStateDisable(false)`).
|
|
396
396
|
|
|
397
397
|
⚠️ **`isAddParentDocument` cho Micro Frontend**: Tham số thứ 2 của `addDialog()`. Khi `true`, Dialog sẽ được gắn vào `parentDocument` thay vì `document` hiện tại — dùng trong môi trường Micro Frontend để Dialog hiển thị đúng layer.
|
|
398
|
-
|
|
399
|
-
## Demo
|
|
400
|
-
|
|
401
|
-
```bash
|
|
402
|
-
npx nx serve core-ui
|
|
403
|
-
```
|
|
404
|
-
|
|
405
|
-
Truy cập: http://localhost:4500/services/dialog
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/services-dialog",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-11",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-modal": "0.2.357-
|
|
7
|
-
"@libs-ui/services-dynamic-component": "0.2.357-
|
|
8
|
-
"@libs-ui/utils": "0.2.357-
|
|
9
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
6
|
+
"@libs-ui/components-modal": "0.2.357-11",
|
|
7
|
+
"@libs-ui/services-dynamic-component": "0.2.357-11",
|
|
8
|
+
"@libs-ui/utils": "0.2.357-11",
|
|
9
|
+
"@libs-ui/components-buttons-button": "0.2.357-11"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"module": "fesm2022/libs-ui-services-dialog.mjs",
|