@solidev/data 0.8.0 → 0.8.2
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/fesm2022/solidev-data.mjs +141 -137
- package/fesm2022/solidev-data.mjs.map +1 -1
- package/package.json +2 -2
- package/types/solidev-data.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidev/data",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21",
|
|
6
6
|
"@angular/core": "^21",
|
|
7
|
-
"@ng-bootstrap/ng-bootstrap": "^20
|
|
7
|
+
"@ng-bootstrap/ng-bootstrap": "^20",
|
|
8
8
|
"jwt-decode": "^4",
|
|
9
9
|
"ngx-editor": "^19.0.0-beta.1"
|
|
10
10
|
},
|
package/types/solidev-data.d.ts
CHANGED
|
@@ -2049,7 +2049,7 @@ declare class Link<T> {
|
|
|
2049
2049
|
private _params;
|
|
2050
2050
|
private _route;
|
|
2051
2051
|
private _router?;
|
|
2052
|
-
constructor(config
|
|
2052
|
+
constructor(config?: RouteConfigItem, context?: any, router?: Router);
|
|
2053
2053
|
private _name;
|
|
2054
2054
|
get name(): string;
|
|
2055
2055
|
context(ctx: any): void;
|