@rolatech/angular-property 19.0.0-beta.17 → 19.0.0-beta.18

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.
@@ -7,28 +7,28 @@ const propertyRoutes = [];
7
7
  const propertyManageRoutes = [];
8
8
 
9
9
  class PropertyActionComponent {
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyActionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: PropertyActionComponent, isStandalone: true, selector: "lib-property-action", ngImport: i0, template: "<p>property-action works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyActionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PropertyActionComponent, isStandalone: true, selector: "lib-property-action", ngImport: i0, template: "<p>property-action works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyActionComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyActionComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'lib-property-action', imports: [CommonModule], template: "<p>property-action works!</p>\n" }]
16
16
  }] });
17
17
 
18
18
  class PropertyItemComponent {
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: PropertyItemComponent, isStandalone: true, selector: "lib-property-item", ngImport: i0, template: "<p>property-item works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PropertyItemComponent, isStandalone: true, selector: "lib-property-item", ngImport: i0, template: "<p>property-item works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyItemComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyItemComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{ selector: 'lib-property-item', imports: [CommonModule], template: "<p>property-item works!</p>\n" }]
25
25
  }] });
26
26
 
27
27
  class PropertyPricingComponent {
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyPricingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: PropertyPricingComponent, isStandalone: true, selector: "lib-property-pricing", ngImport: i0, template: "<p>property-pricing works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyPricingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PropertyPricingComponent, isStandalone: true, selector: "lib-property-pricing", ngImport: i0, template: "<p>property-pricing works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: PropertyPricingComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PropertyPricingComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'lib-property-pricing', imports: [CommonModule], template: "<p>property-pricing works!</p>\n" }]
34
34
  }] });
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@rolatech/angular-property",
3
- "version": "19.0.0-beta.17",
3
+ "version": "19.0.0-beta.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.2.0",
7
- "@angular/core": "^19.2.0"
7
+ "@angular/core": "^19.2.0",
8
+ "@angular/router": "^19.0.0",
9
+ "@nx/angular": "^19.0.0 || ^20.0.0"
10
+ },
11
+ "dependencies": {
12
+ "tslib": "^2.3.0"
8
13
  },
9
14
  "sideEffects": false,
10
15
  "publishConfig": {
@@ -25,8 +30,5 @@
25
30
  "types": "./index.d.ts",
26
31
  "default": "./fesm2022/rolatech-angular-property.mjs"
27
32
  }
28
- },
29
- "dependencies": {
30
- "tslib": "^2.3.0"
31
33
  }
32
34
  }