nira-falcon 0.1.6 → 0.1.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/esm2022/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.mjs +3 -3
- package/esm2022/lib/pipes/shamsi-date.pipe.mjs +2 -2
- package/fesm2022/nira-falcon.mjs +4 -3
- package/fesm2022/nira-falcon.mjs.map +1 -1
- package/lib/pipes/shamsi-date.pipe.d.ts +1 -1
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
type Format = 'HH:mm' | '
|
|
3
|
+
type Format = 'HH:mm' | 'jYYYY/jMM/jDD' | 'jYYYY/jMM/jDD HH:mm';
|
|
4
4
|
export declare class ShamsiDatePipe implements PipeTransform {
|
|
5
5
|
transform(value: string | undefined, format: Format, ...args: unknown[]): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShamsiDatePipe, never>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nira-falcon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^16.1.0",
|
|
6
|
-
"@angular/core": "^16.1.0"
|
|
6
|
+
"@angular/core": "^16.1.0",
|
|
7
|
+
"jalali-moment": "^3.3.11"
|
|
7
8
|
},
|
|
8
9
|
"dependencies": {
|
|
9
10
|
"tslib": "^2.3.0"
|