@2sic.com/sxc-angular
Advanced tools
Comparing version 14.7.1 to 18.0.0-beta.1
@@ -11,3 +11,3 @@ import { Context } from '../context/context.service'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SxcToolbarDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SxcToolbarDirective, "sxc-toolbar", never, { "config": "config"; }, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SxcToolbarDirective, "sxc-toolbar", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -5,4 +5,4 @@ /** @internal */ export declare const apiRouteName = "api"; | ||
/** @internal */ export declare const routeRoot = "app/auto/"; | ||
/** @internal */ export declare const routeApi: string; | ||
/** @internal */ export declare const routeQuery: string; | ||
/** @internal */ export declare const routeContent: string; | ||
/** @internal */ export declare const routeApi = "app/auto/api"; | ||
/** @internal */ export declare const routeQuery = "app/auto/query"; | ||
/** @internal */ export declare const routeContent = "app/auto/content"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { ElementRef } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ContextInfo } from './context-info'; |
@@ -0,0 +0,0 @@ import { Sxc, SxcGlobal } from '@2sic.com/2sxc-typings'; |
@@ -0,0 +0,0 @@ import { SxcGlobal, Sxc } from '@2sic.com/2sxc-typings'; |
@@ -0,0 +0,0 @@ /** @internal */ export * from './apptag.service'; |
@@ -0,0 +0,0 @@ import { Provider } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ /** @internal */ export { SxcRootModule } from './sxc-root.module'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Context } from './context/context.service'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { HttpClient } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { MetadataFor } from '@2sic.com/2sxc-typings'; |
@@ -0,0 +0,0 @@ /** @internal */ export * from './api.service'; |
@@ -0,0 +0,0 @@ import { HttpClient } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { SxcApiService } from './api.service'; |
@@ -33,3 +33,3 @@ import { ElementRef, EventEmitter, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SxcTagToolbarDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SxcTagToolbarDirective, "[sxc-toolbar]", never, { "sxcToolbar": "sxc-toolbar"; }, { "refresh": "refresh"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SxcTagToolbarDirective, "[sxc-toolbar]", never, { "sxcToolbar": { "alias": "sxc-toolbar"; "required": false; }; }, { "refresh": "refresh"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "@2sic.com/sxc-angular", | ||
"version": "14.07.01", | ||
"version": "18.00.00-beta.1", | ||
"author": "2sic.com - daniel mettler (iJungleboy)", | ||
@@ -13,6 +13,6 @@ "bugs": { | ||
"peerDependencies": { | ||
"@angular/common": ">=13.0.0", | ||
"@angular/core": ">=13.0.0", | ||
"@angular/platform-browser": ">=13.0.0", | ||
"rxjs": ">=6.6.0" | ||
"@angular/common": ">=18.0.0", | ||
"@angular/core": ">=18.0.0", | ||
"@angular/platform-browser": ">=18.0.0", | ||
"rxjs": ">=7.0.0" | ||
}, | ||
@@ -29,8 +29,4 @@ "homepage": "https://github.com/2sic/2sxc-ui/tree/master/projects/sxc-angular#readme", | ||
}, | ||
"module": "fesm2015/2sic.com-sxc-angular.mjs", | ||
"es2020": "fesm2020/2sic.com-sxc-angular.mjs", | ||
"esm2020": "esm2020/2sic.com-sxc-angular.mjs", | ||
"fesm2020": "fesm2020/2sic.com-sxc-angular.mjs", | ||
"fesm2015": "fesm2015/2sic.com-sxc-angular.mjs", | ||
"typings": "2sic.com-sxc-angular.d.ts", | ||
"module": "fesm2022/2sic.com-sxc-angular.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -41,8 +37,6 @@ "./package.json": { | ||
".": { | ||
"types": "./2sic.com-sxc-angular.d.ts", | ||
"esm2020": "./esm2020/2sic.com-sxc-angular.mjs", | ||
"es2020": "./fesm2020/2sic.com-sxc-angular.mjs", | ||
"es2015": "./fesm2015/2sic.com-sxc-angular.mjs", | ||
"node": "./fesm2015/2sic.com-sxc-angular.mjs", | ||
"default": "./fesm2020/2sic.com-sxc-angular.mjs" | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/2sic.com-sxc-angular.mjs", | ||
"esm": "./esm2022/2sic.com-sxc-angular.mjs", | ||
"default": "./fesm2022/2sic.com-sxc-angular.mjs" | ||
} | ||
@@ -49,0 +43,0 @@ }, |
export * from './lib/index'; |
@@ -7,3 +7,3 @@ <img src="https://raw.githubusercontent.com/2sic/2sxc-ui/develop/projects/sxc-angular/assets/logo-dark.png" width="300px" align="right"> | ||
This is a connector for angular 13+ ([git](https://github.com/angular/angular) | [web](https://angular.io/)) for developers using | ||
This is a connector for angular 18+ ([git](https://github.com/angular/angular) | [web](https://angular.io/)) for developers using | ||
@@ -111,2 +111,3 @@ 1. the open source CMS Meta-Module 2sxc 14+ ([git](https://github.com/2sic/2sxc/) | [web](https://2sxc.org/)) | ||
1. 2022-06-24 released v14 and changed from `dnn-sxc-angular` to `sxc-angular` as it's now for Dnn and Oqtane | ||
1. 2024-09-30 released v18 for Angular 18 | ||
@@ -113,0 +114,0 @@ ## Todo (status 2022-06) |
import { HttpParams } from '@angular/common/http'; | ||
export declare type UrlParams = HttpParams | string | Record<string, string | number | boolean | readonly (string | number | boolean)[]>; | ||
export type UrlParams = HttpParams | string | Record<string, string | number | boolean | readonly (string | number | boolean)[]>; | ||
/** @internal */ | ||
export declare function getHttpParams(params: UrlParams): HttpParams; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
118
191752
50
1826
1
2