ngxsmk-datepicker 1.2.7 → 1.2.8
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
CHANGED
|
@@ -9,14 +9,13 @@ Built with Angular Signals for optimal performance and a clean, declarative API.
|
|
|
9
9
|
## Screenshots
|
|
10
10
|
|
|
11
11
|
<p align="left">
|
|
12
|
-
<img src="https://
|
|
12
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
|
|
13
13
|
|
|
14
|
-
<img src="https://
|
|
14
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
|
|
15
15
|
|
|
16
|
-
<img src="https://
|
|
16
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
## **✨ Features**
|
|
21
20
|
|
|
22
21
|
* **Date & Time Selection**: Supports `single` date or `range` mode selection, including optional time inputs.
|
package/package.json
CHANGED
|
@@ -9,14 +9,13 @@ Built with Angular Signals for optimal performance and a clean, declarative API.
|
|
|
9
9
|
## Screenshots
|
|
10
10
|
|
|
11
11
|
<p align="left">
|
|
12
|
-
<img src="https://
|
|
12
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
|
|
13
13
|
|
|
14
|
-
<img src="https://
|
|
14
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
|
|
15
15
|
|
|
16
|
-
<img src="https://
|
|
16
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
## **✨ Features**
|
|
21
20
|
|
|
22
21
|
* **Date & Time Selection**: Supports `single` date or `range` mode selection, including optional time inputs.
|