@acorex/core 7.23.0 → 7.23.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.
- package/esm2022/index.mjs +2 -2
- package/fesm2022/acorex-core.mjs +2 -13
- package/fesm2022/acorex-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +3 -2
- package/esm2022/lib/core.component.mjs +0 -12
- package/lib/core.component.d.ts +0 -5
package/esm2022/index.mjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
1
|
+
export const AX_CORE = 'ACOREX_CORE';
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgQVhfQ09SRSA9ICdBQ09SRVhfQ09SRSc7XG4iXX0=
|
package/fesm2022/acorex-core.mjs
CHANGED
@@ -1,19 +1,8 @@
|
|
1
|
-
|
2
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
3
|
-
import { CommonModule } from '@angular/common';
|
4
|
-
|
5
|
-
class CoreComponent {
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: CoreComponent, isStandalone: true, selector: "ax-core", ngImport: i0, template: "<p>core works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None }); }
|
8
|
-
}
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CoreComponent, decorators: [{
|
10
|
-
type: Component,
|
11
|
-
args: [{ selector: 'ax-core', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.None, template: "<p>core works!</p>\n" }]
|
12
|
-
}] });
|
1
|
+
const AX_CORE = 'ACOREX_CORE';
|
13
2
|
|
14
3
|
/**
|
15
4
|
* Generated bundle index. Do not edit.
|
16
5
|
*/
|
17
6
|
|
18
|
-
export {
|
7
|
+
export { AX_CORE };
|
19
8
|
//# sourceMappingURL=acorex-core.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"acorex-core.mjs","sources":["../../../../libs/core/src/
|
1
|
+
{"version":3,"file":"acorex-core.mjs","sources":["../../../../libs/core/src/index.ts","../../../../libs/core/src/acorex-core.ts"],"sourcesContent":["export const AX_CORE = 'ACOREX_CORE';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,OAAO,GAAG;;ACAvB;;AAEG;;;;"}
|
package/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export declare const AX_CORE = "ACOREX_CORE";
|
package/package.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/core",
|
3
|
-
"version": "7.23.
|
3
|
+
"version": "7.23.1",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^17.2.0",
|
6
6
|
"@angular/core": "^17.2.0",
|
7
7
|
"lodash-es": ">=4.17.21",
|
8
8
|
"memoizee": ">=0.4.15",
|
9
9
|
"crypto-js": "^4.2.0",
|
10
|
-
"wavesurfer.js": "^7.7.5"
|
10
|
+
"wavesurfer.js": "^7.7.5",
|
11
|
+
"tinygradient-es": "^1.0.0"
|
11
12
|
},
|
12
13
|
"dependencies": {
|
13
14
|
"tslib": "^2.3.0"
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export class CoreComponent {
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: CoreComponent, isStandalone: true, selector: "ax-core", ngImport: i0, template: "<p>core works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None }); }
|
7
|
-
}
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CoreComponent, decorators: [{
|
9
|
-
type: Component,
|
10
|
-
args: [{ selector: 'ax-core', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.None, template: "<p>core works!</p>\n" }]
|
11
|
-
}] });
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9jb3JlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL2xpYnMvY29yZS9zcmMvbGliL2NvcmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBVS9DLE1BQU0sT0FBTyxhQUFhOzhHQUFiLGFBQWE7a0dBQWIsYUFBYSxtRUNYMUIsc0JBQ0EseURES1ksWUFBWTs7MkZBS1gsYUFBYTtrQkFSekIsU0FBUzsrQkFDRSxTQUFTLGNBQ1AsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLGlCQUdSLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheC1jb3JlJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIHRlbXBsYXRlVXJsOiAnLi9jb3JlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2NvcmUuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBDb3JlQ29tcG9uZW50IHt9XG4iLCI8cD5jb3JlIHdvcmtzITwvcD5cbiJdfQ==
|
package/lib/core.component.d.ts
DELETED