@rolatech/angular-authorization 20.3.2-beta.4 → 20.3.3-beta.1

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.
@@ -4,10 +4,10 @@ import { AngularCommonModule } from '@rolatech/angular-common';
4
4
  import { AngularComponentsModule, ToolbarComponent } from '@rolatech/angular-components';
5
5
 
6
6
  class OverviewComponent {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: OverviewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.1", type: OverviewComponent, isStandalone: true, selector: "rolatech-authorization-overview", ngImport: i0, template: "<rolatech-toolbar title=\"Authentication\"></rolatech-toolbar>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: AngularCommonModule }, { kind: "ngmodule", type: AngularComponentsModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OverviewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: OverviewComponent, isStandalone: true, selector: "rolatech-authorization-overview", ngImport: i0, template: "<rolatech-toolbar title=\"Authentication\"></rolatech-toolbar>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: AngularCommonModule }, { kind: "ngmodule", type: AngularComponentsModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: OverviewComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OverviewComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ imports: [AngularCommonModule, AngularComponentsModule, ToolbarComponent], selector: 'rolatech-authorization-overview', template: "<rolatech-toolbar title=\"Authentication\"></rolatech-toolbar>\n" }]
13
13
  }] });
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@rolatech/angular-authorization",
3
- "version": "20.3.2-beta.4",
3
+ "version": "20.3.3-beta.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@rolatech/angular-auth": "20.3.2-beta.4",
11
- "@rolatech/angular-common": "20.3.2-beta.4",
12
- "@rolatech/angular-components": "20.3.2-beta.4",
13
- "@rolatech/angular-services": "20.3.2-beta.4",
10
+ "@rolatech/angular-auth": "20.3.3-beta.1",
11
+ "@rolatech/angular-common": "20.3.3-beta.1",
12
+ "@rolatech/angular-components": "20.3.3-beta.1",
13
+ "@rolatech/angular-services": "20.3.3-beta.1",
14
14
  "tslib": "^2.3.0"
15
15
  },
16
16
  "sideEffects": false,