@manticsoftware/angular 21.1.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.
Files changed (37) hide show
  1. package/README.md +53 -0
  2. package/assets/themes/_index.scss +1 -0
  3. package/assets/themes/style.scss +1 -0
  4. package/fesm2022/manticsoftware-angular-assets.mjs +4 -0
  5. package/fesm2022/manticsoftware-angular-assets.mjs.map +1 -0
  6. package/fesm2022/manticsoftware-angular-components.mjs +32 -0
  7. package/fesm2022/manticsoftware-angular-components.mjs.map +1 -0
  8. package/fesm2022/manticsoftware-angular-directives.mjs +4 -0
  9. package/fesm2022/manticsoftware-angular-directives.mjs.map +1 -0
  10. package/fesm2022/manticsoftware-angular-extensions.mjs +4 -0
  11. package/fesm2022/manticsoftware-angular-extensions.mjs.map +1 -0
  12. package/fesm2022/manticsoftware-angular-pipes.mjs +4 -0
  13. package/fesm2022/manticsoftware-angular-pipes.mjs.map +1 -0
  14. package/fesm2022/manticsoftware-angular-services.mjs +4 -0
  15. package/fesm2022/manticsoftware-angular-services.mjs.map +1 -0
  16. package/fesm2022/manticsoftware-angular-store.mjs +4 -0
  17. package/fesm2022/manticsoftware-angular-store.mjs.map +1 -0
  18. package/fesm2022/manticsoftware-angular-themes.mjs +4 -0
  19. package/fesm2022/manticsoftware-angular-themes.mjs.map +1 -0
  20. package/fesm2022/manticsoftware-angular-types.mjs +4 -0
  21. package/fesm2022/manticsoftware-angular-types.mjs.map +1 -0
  22. package/fesm2022/manticsoftware-angular-ui.mjs +4 -0
  23. package/fesm2022/manticsoftware-angular-ui.mjs.map +1 -0
  24. package/fesm2022/manticsoftware-angular.mjs +22 -0
  25. package/fesm2022/manticsoftware-angular.mjs.map +1 -0
  26. package/package.json +67 -0
  27. package/types/manticsoftware-angular-assets.d.ts +2 -0
  28. package/types/manticsoftware-angular-components.d.ts +14 -0
  29. package/types/manticsoftware-angular-directives.d.ts +2 -0
  30. package/types/manticsoftware-angular-extensions.d.ts +2 -0
  31. package/types/manticsoftware-angular-pipes.d.ts +2 -0
  32. package/types/manticsoftware-angular-services.d.ts +2 -0
  33. package/types/manticsoftware-angular-store.d.ts +2 -0
  34. package/types/manticsoftware-angular-themes.d.ts +2 -0
  35. package/types/manticsoftware-angular-types.d.ts +2 -0
  36. package/types/manticsoftware-angular-ui.d.ts +2 -0
  37. package/types/manticsoftware-angular.d.ts +8 -0
package/README.md ADDED
@@ -0,0 +1,53 @@
1
+ # @manticsoftware/angular
2
+
3
+ Angular library package source for publishing `@manticsoftware/angular`.
4
+
5
+ Build from workspace root:
6
+
7
+ ```bash
8
+ ng build rad-angular
9
+ ```
10
+
11
+ ## Third Party Libs
12
+
13
+ This table lists third-party libraries currently used by this package (from `peerDependencies`, `dependencies`, and `devDependencies`).
14
+
15
+ | Library | Version |
16
+ |---|---|
17
+ | `@angular/build` | `^21.1.0` |
18
+ | `@angular/cli` | `^21.1.0` |
19
+ | `@angular/common` | `^21.1.0` |
20
+ | `@angular/compiler` | `^21.1.0` |
21
+ | `@angular/compiler-cli` | `^21.1.0` |
22
+ | `@angular/core` | `^21.1.0` |
23
+ | `@angular/forms` | `^21.1.0` |
24
+ | `@angular/platform-browser` | `^21.1.0` |
25
+ | `@angular/router` | `^21.1.0` |
26
+ | `@jsverse/transloco` | `^8.2.1` |
27
+ | `@microsoft/signalr` | `^10.0.0` |
28
+ | `@ngrx/effects` | `^21.0.1` |
29
+ | `@ngrx/entity` | `^21.0.1` |
30
+ | `@ngrx/router-store` | `^21.0.1` |
31
+ | `@ngrx/store` | `^21.0.1` |
32
+ | `@ngrx/store-devtools` | `^21.0.1` |
33
+ | `@primeng/themes` | `^21.0.4` |
34
+ | `@types/lodash` | `^4.17.24` |
35
+ | `bootstrap` | `^5.3.8` |
36
+ | `bootstrap-icons` | `^1.13.1` |
37
+ | `jsdom` | `^28.0.0` |
38
+ | `lodash` | `^4.17.23` |
39
+ | `mathjs` | `^15.1.1` |
40
+ | `ng-packagr` | `^21.1.0` |
41
+ | `ngx-extended-pdf-viewer` | `^25.6.4` |
42
+ | `ngx-image-cropper` | `^9.1.6` |
43
+ | `ngx-pipes` | `^3.2.2` |
44
+ | `ngx-progressbar` | `^14.0.0` |
45
+ | `primeicons` | `^7.0.0` |
46
+ | `primelocale` | `^2.3.1` |
47
+ | `primeng` | `^21.0.4` |
48
+ | `quill` | `^2.0.3` |
49
+ | `quill-mention` | `^6.1.1` |
50
+ | `rxjs` | `~7.8.0` |
51
+ | `tslib` | `^2.3.0` |
52
+ | `typescript` | `~5.9.2` |
53
+ | `vitest` | `^4.0.8` |
@@ -0,0 +1 @@
1
+ // Placeholder theme entrypoint shipped with the package.
@@ -0,0 +1 @@
1
+ @use './index' as *;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-assets.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-assets.mjs","sources":["../../../projects/rad-angular/assets/manticsoftware-angular-assets.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,32 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Input, Component } from '@angular/core';
3
+ import { Subject, of } from 'rxjs';
4
+
5
+ class BaseComponent {
6
+ ngDestroyed$ = new Subject();
7
+ loading = false;
8
+ loading$ = of(false);
9
+ ngOnDestroy() {
10
+ this.ngDestroyed$.next(1);
11
+ this.ngDestroyed$.complete();
12
+ }
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: BaseComponent, isStandalone: true, selector: "ng-component", inputs: { loading: "loading", loading$: "loading$" }, ngImport: i0, template: ``, isInline: true });
15
+ }
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: BaseComponent, decorators: [{
17
+ type: Component,
18
+ args: [{
19
+ template: ``
20
+ }]
21
+ }], propDecorators: { loading: [{
22
+ type: Input
23
+ }], loading$: [{
24
+ type: Input
25
+ }] } });
26
+
27
+ /**
28
+ * Generated bundle index. Do not edit.
29
+ */
30
+
31
+ export { BaseComponent };
32
+ //# sourceMappingURL=manticsoftware-angular-components.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-components.mjs","sources":["../../../projects/rad-angular/components/src/base/base-component.ts","../../../projects/rad-angular/components/manticsoftware-angular-components.ts"],"sourcesContent":["import { Component, Input, OnDestroy } from '@angular/core';\r\nimport { Observable, of, Subject } from 'rxjs';\r\n\r\n@Component({\r\n\ttemplate: ``\r\n})\r\nexport abstract class BaseComponent implements OnDestroy {\r\n\tprotected ngDestroyed$ = new Subject();\r\n\r\n\t@Input() loading = false\r\n\t@Input() loading$: Observable<boolean> = of(false)\r\n\r\n\tpublic ngOnDestroy() {\r\n\t\tthis.ngDestroyed$.next(1);\r\n\t\tthis.ngDestroyed$.complete();\r\n\t}\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMsB,aAAa,CAAA;AACxB,IAAA,YAAY,GAAG,IAAI,OAAO,EAAE;IAE7B,OAAO,GAAG,KAAK;AACf,IAAA,QAAQ,GAAwB,EAAE,CAAC,KAAK,CAAC;IAE3C,WAAW,GAAA;AACjB,QAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC;AACzB,QAAA,IAAI,CAAC,YAAY,CAAC,QAAQ,EAAE;IAC7B;uGATqB,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,8HAFxB,CAAA,CAAE,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAES,aAAa,EAAA,UAAA,EAAA,CAAA;kBAHlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,QAAQ,EAAE,CAAA;AACV,iBAAA;;sBAIC;;sBACA;;;ACVF;;AAEG;;;;"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-directives.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-directives.mjs","sources":["../../../projects/rad-angular/directives/manticsoftware-angular-directives.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-extensions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-extensions.mjs","sources":["../../../projects/rad-angular/extensions/manticsoftware-angular-extensions.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-pipes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-pipes.mjs","sources":["../../../projects/rad-angular/pipes/manticsoftware-angular-pipes.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-services.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-services.mjs","sources":["../../../projects/rad-angular/services/manticsoftware-angular-services.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-store.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-store.mjs","sources":["../../../projects/rad-angular/store/manticsoftware-angular-store.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-themes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-themes.mjs","sources":["../../../projects/rad-angular/themes/manticsoftware-angular-themes.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-types.mjs","sources":["../../../projects/rad-angular/types/manticsoftware-angular-types.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=manticsoftware-angular-ui.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular-ui.mjs","sources":["../../../projects/rad-angular/ui/manticsoftware-angular-ui.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,22 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component } from '@angular/core';
3
+
4
+ class RadAngular {
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RadAngular, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: RadAngular, isStandalone: true, selector: "lib-rad-angular", ngImport: i0, template: ` <p>rad-angular works!</p> `, isInline: true, styles: [""] });
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RadAngular, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'lib-rad-angular', imports: [], template: ` <p>rad-angular works!</p> ` }]
11
+ }] });
12
+
13
+ /*
14
+ * Public API Surface of rad-angular
15
+ */
16
+
17
+ /**
18
+ * Generated bundle index. Do not edit.
19
+ */
20
+
21
+ export { RadAngular };
22
+ //# sourceMappingURL=manticsoftware-angular.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manticsoftware-angular.mjs","sources":["../../../projects/rad-angular/src/lib/rad-angular.ts","../../../projects/rad-angular/src/public-api.ts","../../../projects/rad-angular/src/manticsoftware-angular.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-rad-angular',\n imports: [],\n template: ` <p>rad-angular works!</p> `,\n styles: ``,\n})\nexport class RadAngular {}\n","/*\n * Public API Surface of rad-angular\n */\n\nexport * from './lib/rad-angular';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAQa,UAAU,CAAA;uGAAV,UAAU,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAV,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAU,2EAHX,CAAA,2BAAA,CAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;2FAG5B,UAAU,EAAA,UAAA,EAAA,CAAA;kBANtB,SAAS;+BACE,iBAAiB,EAAA,OAAA,EAClB,EAAE,EAAA,QAAA,EACD,CAAA,2BAAA,CAA6B,EAAA;;;ACLzC;;AAEG;;ACFH;;AAEG;;;;"}
package/package.json ADDED
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "@manticsoftware/angular",
3
+ "version": "21.1.1",
4
+ "description": "Reusable Angular library package for Mantic RAD.",
5
+ "peerDependencies": {
6
+ "@angular/common": "^21.1.0",
7
+ "@angular/core": "^21.1.0"
8
+ },
9
+ "dependencies": {
10
+ "tslib": "^2.3.0"
11
+ },
12
+ "sideEffects": false,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "module": "fesm2022/manticsoftware-angular.mjs",
17
+ "typings": "types/manticsoftware-angular.d.ts",
18
+ "exports": {
19
+ "./package.json": {
20
+ "default": "./package.json"
21
+ },
22
+ ".": {
23
+ "types": "./types/manticsoftware-angular.d.ts",
24
+ "default": "./fesm2022/manticsoftware-angular.mjs"
25
+ },
26
+ "./assets": {
27
+ "types": "./types/manticsoftware-angular-assets.d.ts",
28
+ "default": "./fesm2022/manticsoftware-angular-assets.mjs"
29
+ },
30
+ "./components": {
31
+ "types": "./types/manticsoftware-angular-components.d.ts",
32
+ "default": "./fesm2022/manticsoftware-angular-components.mjs"
33
+ },
34
+ "./directives": {
35
+ "types": "./types/manticsoftware-angular-directives.d.ts",
36
+ "default": "./fesm2022/manticsoftware-angular-directives.mjs"
37
+ },
38
+ "./extensions": {
39
+ "types": "./types/manticsoftware-angular-extensions.d.ts",
40
+ "default": "./fesm2022/manticsoftware-angular-extensions.mjs"
41
+ },
42
+ "./pipes": {
43
+ "types": "./types/manticsoftware-angular-pipes.d.ts",
44
+ "default": "./fesm2022/manticsoftware-angular-pipes.mjs"
45
+ },
46
+ "./services": {
47
+ "types": "./types/manticsoftware-angular-services.d.ts",
48
+ "default": "./fesm2022/manticsoftware-angular-services.mjs"
49
+ },
50
+ "./store": {
51
+ "types": "./types/manticsoftware-angular-store.d.ts",
52
+ "default": "./fesm2022/manticsoftware-angular-store.mjs"
53
+ },
54
+ "./themes": {
55
+ "types": "./types/manticsoftware-angular-themes.d.ts",
56
+ "default": "./fesm2022/manticsoftware-angular-themes.mjs"
57
+ },
58
+ "./types": {
59
+ "types": "./types/manticsoftware-angular-types.d.ts",
60
+ "default": "./fesm2022/manticsoftware-angular-types.mjs"
61
+ },
62
+ "./ui": {
63
+ "types": "./types/manticsoftware-angular-ui.d.ts",
64
+ "default": "./fesm2022/manticsoftware-angular-ui.mjs"
65
+ }
66
+ }
67
+ }
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,14 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnDestroy } from '@angular/core';
3
+ import { Subject, Observable } from 'rxjs';
4
+
5
+ declare abstract class BaseComponent implements OnDestroy {
6
+ protected ngDestroyed$: Subject<unknown>;
7
+ loading: boolean;
8
+ loading$: Observable<boolean>;
9
+ ngOnDestroy(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, { "loading": { "alias": "loading"; "required": false; }; "loading$": { "alias": "loading$"; "required": false; }; }, {}, never, never, true, never>;
12
+ }
13
+
14
+ export { BaseComponent };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -0,0 +1,8 @@
1
+ import * as i0 from '@angular/core';
2
+
3
+ declare class RadAngular {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadAngular, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadAngular, "lib-rad-angular", never, {}, {}, never, never, true, never>;
6
+ }
7
+
8
+ export { RadAngular };