nexheal-lib 0.0.2 → 0.0.3
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/.editorconfig +17 -0
- package/.vscode/extensions.json +4 -0
- package/.vscode/launch.json +20 -0
- package/.vscode/tasks.json +42 -0
- package/README.md +15 -19
- package/angular.json +36 -0
- package/package.json +47 -23
- package/projects/nexheal-lib/README.md +63 -0
- package/projects/nexheal-lib/ng-package.json +9 -0
- package/projects/nexheal-lib/package.json +12 -0
- package/projects/nexheal-lib/src/directives/clickoutside.directive.ts +34 -0
- package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.html +52 -0
- package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.scss +22 -0
- package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/autocomplete-control/autocomplete-control.component.ts +367 -0
- package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.html +152 -0
- package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.scss +194 -0
- package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/calendar-control/calendar-control.component.ts +759 -0
- package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.html +4 -0
- package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/checkbox-control/checkbox-control.component.ts +94 -0
- package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.html +61 -0
- package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.scss +132 -0
- package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/input-control/input-control.component.ts +202 -0
- package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.html +72 -0
- package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.scss +90 -0
- package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/multiselect-control/multiselect-control.component.ts +482 -0
- package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.html +53 -0
- package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.scss +19 -0
- package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/select-control/select-control.component.ts +375 -0
- package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.html +4 -0
- package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.scss +53 -0
- package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/switch-control/switch-control.component.ts +93 -0
- package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.html +88 -0
- package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.scss +122 -0
- package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/text-editor/text-editor.component.ts +314 -0
- package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.html +19 -0
- package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.scss +15 -0
- package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.spec.ts +22 -0
- package/projects/nexheal-lib/src/lib/controls/textarea-control/textarea-control.component.ts +83 -0
- package/projects/nexheal-lib/src/public-api.ts +13 -0
- package/projects/nexheal-lib/src/styles/nexheal.scss +1 -0
- package/projects/nexheal-lib/tsconfig.lib.json +18 -0
- package/projects/nexheal-lib/tsconfig.lib.prod.json +11 -0
- package/projects/nexheal-lib/tsconfig.spec.json +14 -0
- package/tsconfig.json +39 -0
- package/fesm2022/nexheal-lib.mjs +0 -2837
- package/fesm2022/nexheal-lib.mjs.map +0 -1
- package/index.d.ts +0 -498
- package/src/styles/fonts/icomoon.eot +0 -0
- package/src/styles/fonts/icomoon.svg +0 -46
- package/src/styles/fonts/icomoon.ttf +0 -0
- package/src/styles/fonts/icomoon.woff +0 -0
- package/src/styles/icon.css +0 -133
- package/src/styles/nexheal.scss +0 -2
- /package/{src → projects/nexheal-lib/src}/styles/_formcontrols.scss +0 -0
package/src/styles/icon.css
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'icomoon';
|
|
3
|
-
src: url('fonts/icomoon.eot?oc98qe');
|
|
4
|
-
src: url('fonts/icomoon.eot?oc98qe#iefix') format('embedded-opentype'),
|
|
5
|
-
url('fonts/icomoon.ttf?oc98qe') format('truetype'),
|
|
6
|
-
url('fonts/icomoon.woff?oc98qe') format('woff'),
|
|
7
|
-
url('fonts/icomoon.svg?oc98qe#icomoon') format('svg');
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.he {
|
|
11
|
-
z-index: 0;
|
|
12
|
-
line-height: 1;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
color: #8b8f93;
|
|
16
|
-
position: relative;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
font-size: 1.25rem;
|
|
19
|
-
font-variant: normal;
|
|
20
|
-
text-transform: none;
|
|
21
|
-
font-family: "icomoon" !important;
|
|
22
|
-
-webkit-font-smoothing: antialiased;
|
|
23
|
-
-moz-osx-font-smoothing: grayscale;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.he-background-drop:before {
|
|
27
|
-
content: "\e900";
|
|
28
|
-
}
|
|
29
|
-
.he-bold:before {
|
|
30
|
-
content: "\e901";
|
|
31
|
-
}
|
|
32
|
-
.he-calendar-blank:before {
|
|
33
|
-
content: "\e902";
|
|
34
|
-
}
|
|
35
|
-
.he-center-align:before {
|
|
36
|
-
content: "\e903";
|
|
37
|
-
}
|
|
38
|
-
.he-check-circle:before {
|
|
39
|
-
content: "\e904";
|
|
40
|
-
}
|
|
41
|
-
.he-chevron-down:before {
|
|
42
|
-
content: "\e905";
|
|
43
|
-
}
|
|
44
|
-
.he-chevron-left:before {
|
|
45
|
-
content: "\e906";
|
|
46
|
-
}
|
|
47
|
-
.he-chevron-right:before {
|
|
48
|
-
content: "\e907";
|
|
49
|
-
}
|
|
50
|
-
.he-chevron-up:before {
|
|
51
|
-
content: "\e908";
|
|
52
|
-
}
|
|
53
|
-
.he-clock:before {
|
|
54
|
-
content: "\e909";
|
|
55
|
-
}
|
|
56
|
-
.he-close:before {
|
|
57
|
-
content: "\e90a";
|
|
58
|
-
}
|
|
59
|
-
.he-close-circle:before {
|
|
60
|
-
content: "\e90b";
|
|
61
|
-
}
|
|
62
|
-
.he-eye:before {
|
|
63
|
-
content: "\e90c";
|
|
64
|
-
}
|
|
65
|
-
.he-eye-off:before {
|
|
66
|
-
content: "\e90d";
|
|
67
|
-
}
|
|
68
|
-
.he-heading-1:before {
|
|
69
|
-
content: "\e90e";
|
|
70
|
-
}
|
|
71
|
-
.he-heading-2:before {
|
|
72
|
-
content: "\e90f";
|
|
73
|
-
}
|
|
74
|
-
.he-image:before {
|
|
75
|
-
content: "\e910";
|
|
76
|
-
}
|
|
77
|
-
.he-info-circle:before {
|
|
78
|
-
content: "\e911";
|
|
79
|
-
}
|
|
80
|
-
.he-italics:before {
|
|
81
|
-
content: "\e912";
|
|
82
|
-
}
|
|
83
|
-
.he-justify:before {
|
|
84
|
-
content: "\e913";
|
|
85
|
-
}
|
|
86
|
-
.he-left-align:before {
|
|
87
|
-
content: "\e914";
|
|
88
|
-
}
|
|
89
|
-
.he-link:before {
|
|
90
|
-
content: "\e915";
|
|
91
|
-
}
|
|
92
|
-
.he-ordered-list:before {
|
|
93
|
-
content: "\e916";
|
|
94
|
-
}
|
|
95
|
-
.he-redo:before {
|
|
96
|
-
content: "\e917";
|
|
97
|
-
}
|
|
98
|
-
.he-right-align:before {
|
|
99
|
-
content: "\e918";
|
|
100
|
-
}
|
|
101
|
-
.he-rupee:before {
|
|
102
|
-
content: "\e919";
|
|
103
|
-
}
|
|
104
|
-
.he-search:before {
|
|
105
|
-
content: "\e91a";
|
|
106
|
-
}
|
|
107
|
-
.he-search-adv:before {
|
|
108
|
-
content: "\e91b";
|
|
109
|
-
}
|
|
110
|
-
.he-text-clear-format:before {
|
|
111
|
-
content: "\e91c";
|
|
112
|
-
}
|
|
113
|
-
.he-text-drop:before {
|
|
114
|
-
content: "\e91d";
|
|
115
|
-
}
|
|
116
|
-
.he-text-indent-left:before {
|
|
117
|
-
content: "\e91e";
|
|
118
|
-
}
|
|
119
|
-
.he-text-indent-right:before {
|
|
120
|
-
content: "\e91f";
|
|
121
|
-
}
|
|
122
|
-
.he-underline:before {
|
|
123
|
-
content: "\e920";
|
|
124
|
-
}
|
|
125
|
-
.he-undo:before {
|
|
126
|
-
content: "\e921";
|
|
127
|
-
}
|
|
128
|
-
.he-unordered-list:before {
|
|
129
|
-
content: "\e922";
|
|
130
|
-
}
|
|
131
|
-
.he-warning:before {
|
|
132
|
-
content: "\e923";
|
|
133
|
-
}
|
package/src/styles/nexheal.scss
DELETED
|
File without changes
|