@cuby-ui/core 0.0.550 → 0.0.552
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/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cuby-ui/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.552",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
7
|
"@angular/elements": ">=18.0.0",
|
|
8
8
|
"@angular/forms": ">=18.0.0",
|
|
9
|
-
"@cuby-ui/api": "^0.0.
|
|
10
|
-
"@cuby-ui/cdk": "^0.0.
|
|
11
|
-
"@cuby-ui/icons": "^0.0.
|
|
9
|
+
"@cuby-ui/api": "^0.0.552",
|
|
10
|
+
"@cuby-ui/cdk": "^0.0.552",
|
|
11
|
+
"@cuby-ui/icons": "^0.0.552",
|
|
12
12
|
"@editorjs/editorjs": "2.29.1",
|
|
13
13
|
"@editorjs/header": "^2.8.1",
|
|
14
14
|
"@editorjs/list": "^1.9.0",
|
package/pipes/time.pipe.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class CuiTimePipe implements PipeTransform {
|
|
4
4
|
private readonly translocoService;
|
|
5
5
|
private readonly FORMAT_TOKEN_REGEX;
|
|
6
6
|
private readonly lang;
|
|
@@ -9,6 +9,6 @@ export declare class TimePipe implements PipeTransform {
|
|
|
9
9
|
private getTimeString;
|
|
10
10
|
private getTimeUnit;
|
|
11
11
|
private getTime;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiTimePipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CuiTimePipe, "time", true>;
|
|
14
14
|
}
|