nexheal-lib 0.0.3 → 0.0.5

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 (56) hide show
  1. package/README.md +19 -15
  2. package/fesm2022/nexheal-lib.mjs +2852 -0
  3. package/fesm2022/nexheal-lib.mjs.map +1 -0
  4. package/index.d.ts +501 -0
  5. package/package.json +23 -47
  6. package/{projects/nexheal-lib/src → src}/styles/_formcontrols.scss +13 -0
  7. package/.editorconfig +0 -17
  8. package/.vscode/extensions.json +0 -4
  9. package/.vscode/launch.json +0 -20
  10. package/.vscode/tasks.json +0 -42
  11. package/angular.json +0 -36
  12. package/projects/nexheal-lib/README.md +0 -63
  13. package/projects/nexheal-lib/ng-package.json +0 -9
  14. package/projects/nexheal-lib/package.json +0 -12
  15. package/projects/nexheal-lib/src/directives/clickoutside.directive.ts +0 -34
  16. package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.html +0 -52
  17. package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.scss +0 -22
  18. package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.spec.ts +0 -22
  19. package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.ts +0 -367
  20. package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.html +0 -152
  21. package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.scss +0 -194
  22. package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.spec.ts +0 -22
  23. package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.ts +0 -759
  24. package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.html +0 -4
  25. package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.spec.ts +0 -22
  26. package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.ts +0 -94
  27. package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.html +0 -61
  28. package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.scss +0 -132
  29. package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.spec.ts +0 -22
  30. package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.ts +0 -202
  31. package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.html +0 -72
  32. package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.scss +0 -90
  33. package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.spec.ts +0 -22
  34. package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.ts +0 -482
  35. package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.html +0 -53
  36. package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.scss +0 -19
  37. package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.spec.ts +0 -22
  38. package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.ts +0 -375
  39. package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.html +0 -4
  40. package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.scss +0 -53
  41. package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.spec.ts +0 -22
  42. package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.ts +0 -93
  43. package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.html +0 -88
  44. package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.scss +0 -122
  45. package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.spec.ts +0 -22
  46. package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.ts +0 -314
  47. package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.html +0 -19
  48. package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.scss +0 -15
  49. package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.spec.ts +0 -22
  50. package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.ts +0 -83
  51. package/projects/nexheal-lib/src/public-api.ts +0 -13
  52. package/projects/nexheal-lib/tsconfig.lib.json +0 -18
  53. package/projects/nexheal-lib/tsconfig.lib.prod.json +0 -11
  54. package/projects/nexheal-lib/tsconfig.spec.json +0 -14
  55. package/tsconfig.json +0 -39
  56. /package/{projects/nexheal-lib/src → src}/styles/nexheal.scss +0 -0
package/README.md CHANGED
@@ -1,16 +1,6 @@
1
- # Lib
1
+ # NexhealLib
2
2
 
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.5.
4
-
5
- ## Development server
6
-
7
- To start a local development server, run:
8
-
9
- ```bash
10
- ng serve
11
- ```
12
-
13
- Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
3
+ This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.1.0.
14
4
 
15
5
  ## Code scaffolding
16
6
 
@@ -28,13 +18,27 @@ ng generate --help
28
18
 
29
19
  ## Building
30
20
 
31
- To build the project run:
21
+ To build the library, run:
32
22
 
33
23
  ```bash
34
- ng build
24
+ ng build nexheal-lib
35
25
  ```
36
26
 
37
- This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
27
+ This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
28
+
29
+ ### Publishing the Library
30
+
31
+ Once the project is built, you can publish your library by following these steps:
32
+
33
+ 1. Navigate to the `dist` directory:
34
+ ```bash
35
+ cd dist/nexheal-lib
36
+ ```
37
+
38
+ 2. Run the `npm publish` command to publish your library to the npm registry:
39
+ ```bash
40
+ npm publish
41
+ ```
38
42
 
39
43
  ## Running unit tests
40
44