persian-number-input 1.0.2 → 3.0.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 +18 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -69,6 +69,14 @@ export default App;
|
|
|
69
69
|
|
|
70
70
|
---
|
|
71
71
|
|
|
72
|
+
### 🌟 حمایت از پروژه
|
|
73
|
+
|
|
74
|
+
اگر این پکیج برای شما مفید بود، **لطفاً یک ستاره به مخزن GitHub بدهید ⭐**. این بهترین راه برای حمایت از پروژه و تشویق توسعهدهنده به بهبود آن است.
|
|
75
|
+
|
|
76
|
+
👉 **[GitHub Repository](https://github.com/javadSharifi/persian-number-input)**
|
|
77
|
+
|
|
78
|
+
از حمایت شما متشکریم! ❤️🚀
|
|
79
|
+
|
|
72
80
|
## 🇺🇸 English
|
|
73
81
|
|
|
74
82
|
React component to input numbers in Persian, Indic, or English with customizable digit separators and full localization.
|
|
@@ -128,6 +136,14 @@ English Output: 123456
|
|
|
128
136
|
| lang | 'fa' \| 'in' \| 'en' | "fa" | Digit localization language |
|
|
129
137
|
| onChangeValue | (englishNumber: string) => void | - | Callback function on value change |
|
|
130
138
|
|
|
139
|
+
### 🌟 Support the Project
|
|
140
|
+
|
|
141
|
+
If you found this package useful, **please consider giving a star ⭐ on GitHub**. It's the best way to support the project and encourage further improvements.
|
|
142
|
+
|
|
143
|
+
👉 **[GitHub Repository](https://github.com/javadSharifi/persian-number-input)**
|
|
144
|
+
|
|
145
|
+
Thank you for your support! ❤️🚀
|
|
146
|
+
|
|
131
147
|
---
|
|
132
148
|
|
|
133
149
|
### 📈 SEO Keywords
|
|
@@ -141,3 +157,5 @@ English Output: 123456
|
|
|
141
157
|
[MIT License](LICENSE)
|
|
142
158
|
|
|
143
159
|
© 2024 Your Name. All rights reserved.
|
|
160
|
+
|
|
161
|
+
# persian-number-input
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "persian-number-input",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "React component for Persian, Indic, or English localized number input with customizable digit grouping",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/javadSharifi/persian-number-input"
|
|
29
29
|
},
|
|
30
30
|
"bugs": {
|
|
31
|
-
"url": "https://github.com/
|
|
31
|
+
"url": "https://github.com/javadSharifi/persian-number-input/issues"
|
|
32
32
|
},
|
|
33
|
-
"homepage": "https://github.com/
|
|
33
|
+
"homepage": "https://github.com/javadSharifi/persian-number-input#readme",
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^16.8 || ^17 || ^18 || ^19"
|
|
36
36
|
},
|