@rolatech/angular-theming 20.1.6-beta.9 → 20.1.7
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.
|
@@ -3,10 +3,10 @@ import { Component } from '@angular/core';
|
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
|
|
5
5
|
class ThemingComponent {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ThemingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.0", type: ThemingComponent, isStandalone: true, selector: "rolatech-theming", ngImport: i0, template: "<p>theming works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ThemingComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'rolatech-theming', imports: [CommonModule], template: "<p>theming works!</p>\n" }]
|
|
12
12
|
}] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rolatech-angular-theming.mjs","sources":["../../../../packages/angular-theming/src/lib/theming.component.ts","../../../../packages/angular-theming/src/lib/theming.component.html","../../../../packages/angular-theming/src/rolatech-angular-theming.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@Component({\n selector: 'rolatech-theming',\n imports: [CommonModule],\n templateUrl: './theming.component.html',\n styleUrl: './theming.component.scss',\n})\nexport class ThemingComponent {}\n","<p>theming works!</p>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MASa,gBAAgB,CAAA
|
|
1
|
+
{"version":3,"file":"rolatech-angular-theming.mjs","sources":["../../../../packages/angular-theming/src/lib/theming.component.ts","../../../../packages/angular-theming/src/lib/theming.component.html","../../../../packages/angular-theming/src/rolatech-angular-theming.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@Component({\n selector: 'rolatech-theming',\n imports: [CommonModule],\n templateUrl: './theming.component.html',\n styleUrl: './theming.component.scss',\n})\nexport class ThemingComponent {}\n","<p>theming works!</p>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MASa,gBAAgB,CAAA;8GAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAhB,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECT7B,yBACA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDIY,YAAY,EAAA,CAAA,EAAA,CAAA,CAAA;;2FAIX,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAN5B,SAAS;+BACE,kBAAkB,EAAA,OAAA,EACnB,CAAC,YAAY,CAAC,EAAA,QAAA,EAAA,yBAAA,EAAA;;;AELzB;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-theming",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
21
21
|
"sass": "./styles/rolatech.scss",
|
|
22
|
-
"types": "./
|
|
22
|
+
"types": "./types/rolatech-angular-theming.d.ts",
|
|
23
23
|
"default": "./fesm2022/rolatech-angular-theming.mjs"
|
|
24
24
|
},
|
|
25
25
|
"./prebuilt/pinxiaoke.css": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"module": "fesm2022/rolatech-angular-theming.mjs",
|
|
42
|
-
"typings": "
|
|
42
|
+
"typings": "types/rolatech-angular-theming.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"tslib": "^2.3.0"
|
|
45
45
|
}
|
|
File without changes
|