persian-date-time-picker
Version:
A lightweight, customizable Angular date/time picker with full Persian (Jalali/Shamsi) calendar support. Supports date ranges, time selection, and seamless integration with Angular Material.
67 lines • 2.04 kB
JSON
{
"name": "persian-date-time-picker",
"version": "0.1.1",
"description": "A lightweight, customizable Angular date/time picker with full Persian (Jalali/Shamsi) calendar support. Supports date ranges, time selection, and seamless integration with Angular Material.",
"author": "Saeed Motevalian",
"license": "MIT",
"keywords": [
"angular",
"angular2",
"angular-material",
"jalali",
"persian",
"hijri",
"shamsi",
"datepicker",
"timepicker",
"datetime",
"time",
"calendar",
"rangepicker",
"iran",
"afghanistan",
"moment-jalaali",
"ngx-datepicker"
],
"repository": {
"type": "git",
"url": "https://github.com/motevalian/persian-date-time-picker-demo"
},
"homepage": "https://github.com/motevalian/persian-date-time-picker-demo#readme",
"bugs": {
"url": "https://github.com/motevalian/persian-date-time-picker-demo/issues"
},
"publishConfig": {
"access": "public"
},
"private": false,
"peerDependencies": {
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/cdk": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/animations": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"date-fns": "^4.1.0",
"date-fns-jalali": "^4.1.0-0"
},
"dependencies": {
"tslib": "^2.8.1",
"date-fns": "^4.1.0",
"date-fns-jalali": "^4.1.0-0"
},
"exports": {
"./styles.css": {
"style": "./styles.css"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/persian-date-time-picker.mjs"
}
},
"sideEffects": false,
"module": "fesm2022/persian-date-time-picker.mjs",
"typings": "index.d.ts"
}