ngx-np-datepicker 2.2.2 → 2.2.3
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 +6 -2
- package/package.json +5 -4
- package/fesm2020/dist - Shortcut.lnk +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Angular Nepali Datepicker
|
|
2
2
|
|
|
3
|
-
A configurable Nepali Date Picker(Bikram Sambat) built for angular
|
|
3
|
+
A configurable Nepali Date Picker(Bikram Sambat) built for angular applications. Supports latest (Angular 19) version.
|
|
4
4
|
|
|
5
5
|
### Demo
|
|
6
6
|
|
|
@@ -41,7 +41,7 @@ then use `<np-datepicker [(ngModel)]="nepaliDate"></np-datepicker>` in your temp
|
|
|
41
41
|
|
|
42
42
|
### Note
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
This package has no dependency.
|
|
45
45
|
|
|
46
46
|
### Format
|
|
47
47
|
|
|
@@ -50,3 +50,7 @@ The supported date format is dd-mm-yyyy
|
|
|
50
50
|
### License
|
|
51
51
|
|
|
52
52
|
MIT License
|
|
53
|
+
|
|
54
|
+
### 🔍 Key Fixes:
|
|
55
|
+
|
|
56
|
+
- Fixed date issues related to BS 2081 and 2082.
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-np-datepicker",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "A simple Nepali Date Picker(Bikram Sambat) library in angular.",
|
|
5
5
|
"homepage": "https://wwwbijay.github.io/angular-nepali-datepicker/",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Angular",
|
|
8
8
|
"Typescript",
|
|
9
9
|
"Javascript",
|
|
10
|
-
"Nepali Date Picker"
|
|
10
|
+
"Nepali Date Picker",
|
|
11
|
+
"Angular Nepali Date Picker"
|
|
11
12
|
],
|
|
12
13
|
"license": [
|
|
13
14
|
{
|
|
@@ -16,8 +17,8 @@
|
|
|
16
17
|
}
|
|
17
18
|
],
|
|
18
19
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "
|
|
20
|
-
"@angular/core": "
|
|
20
|
+
"@angular/common": ">=13.0.0 <20.0.0",
|
|
21
|
+
"@angular/core": ">=13.0.0 <20.0.0"
|
|
21
22
|
},
|
|
22
23
|
"dependencies": {
|
|
23
24
|
"tslib": "^2.3.0"
|
|
Binary file
|