vynil-ui 0.0.2 → 0.1.0-beta.2

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 (91) hide show
  1. package/README.md +24 -27
  2. package/fesm2022/vynil-ui.mjs +1376 -0
  3. package/fesm2022/vynil-ui.mjs.map +1 -0
  4. package/package.json +16 -49
  5. package/styles/variables.scss +9 -0
  6. package/types/vynil-ui.d.ts +443 -0
  7. package/LICENSE +0 -21
  8. package/bundles/vynil-ui.umd.js +0 -1606
  9. package/bundles/vynil-ui.umd.js.map +0 -1
  10. package/bundles/vynil-ui.umd.min.js +0 -2
  11. package/bundles/vynil-ui.umd.min.js.map +0 -1
  12. package/components.module.d.ts +0 -2
  13. package/directives/numeric.directive.d.ts +0 -8
  14. package/editors/ace-editor/ace-editor.component.d.ts +0 -11
  15. package/editors/monaco-editor/monaco-editor-ts.provider.d.ts +0 -5
  16. package/editors/monaco-editor/monaco-editor.component.d.ts +0 -12
  17. package/esm2015/components.module.js +0 -104
  18. package/esm2015/directives/numeric.directive.js +0 -62
  19. package/esm2015/editors/ace-editor/ace-editor.component.js +0 -52
  20. package/esm2015/editors/monaco-editor/monaco-editor-ts.provider.js +0 -27
  21. package/esm2015/editors/monaco-editor/monaco-editor.component.js +0 -58
  22. package/esm2015/inputs/button-input/button-input.component.js +0 -41
  23. package/esm2015/inputs/check-input/check-input.component.js +0 -41
  24. package/esm2015/inputs/color-input/color-input.component.js +0 -31
  25. package/esm2015/inputs/date-input/date-input.component.js +0 -41
  26. package/esm2015/inputs/input/input.component.js +0 -88
  27. package/esm2015/inputs/numeric-input/numeric-input.component.js +0 -44
  28. package/esm2015/inputs/password-input/password-input.component.js +0 -38
  29. package/esm2015/inputs/radio-input/radio-input.component.js +0 -67
  30. package/esm2015/inputs/select-input/select-input.component.js +0 -79
  31. package/esm2015/inputs/text-input/text-input.component.js +0 -38
  32. package/esm2015/inputs/time-input/time-input.component.js +0 -31
  33. package/esm2015/inputs/toggle-input/toggle-input.component.js +0 -48
  34. package/esm2015/inputs/vector-input/vector-input.component.js +0 -47
  35. package/esm2015/panels/side-mode-switch/side-mode-switch.component.js +0 -73
  36. package/esm2015/panels/tab-controller/tab/tab.component.js +0 -143
  37. package/esm2015/panels/tab-controller/tab-controller.component.js +0 -99
  38. package/esm2015/panels/toggler/toggler.component.js +0 -48
  39. package/esm2015/public_api.js +0 -7
  40. package/esm2015/views/tree-node/tree-node.component.js +0 -154
  41. package/esm2015/vynil-ui.js +0 -32
  42. package/esm5/components.module.js +0 -108
  43. package/esm5/directives/numeric.directive.js +0 -65
  44. package/esm5/editors/ace-editor/ace-editor.component.js +0 -65
  45. package/esm5/editors/monaco-editor/monaco-editor-ts.provider.js +0 -39
  46. package/esm5/editors/monaco-editor/monaco-editor.component.js +0 -71
  47. package/esm5/inputs/button-input/button-input.component.js +0 -47
  48. package/esm5/inputs/check-input/check-input.component.js +0 -51
  49. package/esm5/inputs/color-input/color-input.component.js +0 -41
  50. package/esm5/inputs/date-input/date-input.component.js +0 -51
  51. package/esm5/inputs/input/input.component.js +0 -116
  52. package/esm5/inputs/numeric-input/numeric-input.component.js +0 -54
  53. package/esm5/inputs/password-input/password-input.component.js +0 -48
  54. package/esm5/inputs/radio-input/radio-input.component.js +0 -85
  55. package/esm5/inputs/select-input/select-input.component.js +0 -101
  56. package/esm5/inputs/text-input/text-input.component.js +0 -48
  57. package/esm5/inputs/time-input/time-input.component.js +0 -41
  58. package/esm5/inputs/toggle-input/toggle-input.component.js +0 -62
  59. package/esm5/inputs/vector-input/vector-input.component.js +0 -57
  60. package/esm5/panels/side-mode-switch/side-mode-switch.component.js +0 -104
  61. package/esm5/panels/tab-controller/tab/tab.component.js +0 -180
  62. package/esm5/panels/tab-controller/tab-controller.component.js +0 -123
  63. package/esm5/panels/toggler/toggler.component.js +0 -57
  64. package/esm5/public_api.js +0 -7
  65. package/esm5/views/tree-node/tree-node.component.js +0 -210
  66. package/esm5/vynil-ui.js +0 -32
  67. package/fesm2015/vynil-ui.js +0 -1222
  68. package/fesm2015/vynil-ui.js.map +0 -1
  69. package/fesm5/vynil-ui.js +0 -1558
  70. package/fesm5/vynil-ui.js.map +0 -1
  71. package/inputs/button-input/button-input.component.d.ts +0 -8
  72. package/inputs/check-input/check-input.component.d.ts +0 -8
  73. package/inputs/color-input/color-input.component.d.ts +0 -6
  74. package/inputs/date-input/date-input.component.d.ts +0 -8
  75. package/inputs/input/input.component.d.ts +0 -16
  76. package/inputs/numeric-input/numeric-input.component.d.ts +0 -9
  77. package/inputs/password-input/password-input.component.d.ts +0 -7
  78. package/inputs/radio-input/radio-input.component.d.ts +0 -10
  79. package/inputs/select-input/select-input.component.d.ts +0 -11
  80. package/inputs/text-input/text-input.component.d.ts +0 -7
  81. package/inputs/time-input/time-input.component.d.ts +0 -6
  82. package/inputs/toggle-input/toggle-input.component.d.ts +0 -9
  83. package/inputs/vector-input/vector-input.component.d.ts +0 -10
  84. package/panels/side-mode-switch/side-mode-switch.component.d.ts +0 -14
  85. package/panels/tab-controller/tab/tab.component.d.ts +0 -21
  86. package/panels/tab-controller/tab-controller.component.d.ts +0 -14
  87. package/panels/toggler/toggler.component.d.ts +0 -9
  88. package/public_api.d.ts +0 -1
  89. package/views/tree-node/tree-node.component.d.ts +0 -25
  90. package/vynil-ui.d.ts +0 -26
  91. package/vynil-ui.metadata.json +0 -1
package/README.md CHANGED
@@ -1,27 +1,24 @@
1
- # VynilUi
2
-
3
- This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.3.
4
-
5
- ## Development server
6
-
7
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
8
-
9
- ## Code scaffolding
10
-
11
- Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
12
-
13
- ## Build
14
-
15
- Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
16
-
17
- ## Running unit tests
18
-
19
- Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20
-
21
- ## Running end-to-end tests
22
-
23
- Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24
-
25
- ## Further help
26
-
27
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
1
+ # VynilUi
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project vynil-ui` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project vynil-ui`.
8
+ > Note: Don't forget to add `--project vynil-ui` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build vynil-ui` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build vynil-ui`, go to the dist folder `cd dist/vynil-ui` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test vynil-ui` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.