@libs-ui/components-datetime-input 0.2.357-1 → 0.2.357-10
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 +7 -7
package/README.md
CHANGED
|
@@ -452,11 +452,3 @@ selectedTime = signal<ISelectedMultiTime>({
|
|
|
452
452
|
⚠️ **Validation không chạy khi disable hoặc readonly**: `checkIsValid()` trả về `true` ngay lập tức khi component đang ở trạng thái `[disable]="true"` hoặc `[readonly]="true"`.
|
|
453
453
|
|
|
454
454
|
⚠️ **outEmitMultiTime chỉ emit khi đủ dữ liệu**: Theo mặc định (`emitDataSingleDataWhenUseMultiTime = false`), `outEmitMultiTime` chỉ emit khi cả From và To đã nhập đủ giờ và phút. Dùng `[emitDataSingleDataWhenUseMultiTime]="true"` để emit từng phần.
|
|
455
|
-
|
|
456
|
-
## Demo
|
|
457
|
-
|
|
458
|
-
```bash
|
|
459
|
-
npx nx serve core-ui
|
|
460
|
-
```
|
|
461
|
-
|
|
462
|
-
Truy cập: http://localhost:4500/components/datetime/input
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-datetime-input",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-10",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
7
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
8
|
-
"@libs-ui/components-label": "0.2.357-
|
|
9
|
-
"@libs-ui/components-switch": "0.2.357-
|
|
10
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
11
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/components-buttons-button": "0.2.357-10",
|
|
7
|
+
"@libs-ui/components-inputs-input": "0.2.357-10",
|
|
8
|
+
"@libs-ui/components-label": "0.2.357-10",
|
|
9
|
+
"@libs-ui/components-switch": "0.2.357-10",
|
|
10
|
+
"@libs-ui/interfaces-types": "0.2.357-10",
|
|
11
|
+
"@libs-ui/utils": "0.2.357-10",
|
|
12
12
|
"@ngx-translate/core": "^15.0.0",
|
|
13
13
|
"rxjs": "~7.8.0"
|
|
14
14
|
},
|