@natec/mef-dev-ui-kit 0.0.2 → 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.
- package/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
|
|
2
|
+
pg-tab, pg-tabs-nav, pg-tabset {
|
|
3
|
+
display: block;
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.tab-wrapper{
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
&.linetriangle{
|
|
9
|
+
.tab-content-wrapper{
|
|
10
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
.active-bar{
|
|
14
|
+
transition: transform .3s ease;
|
|
15
|
+
position: absolute;
|
|
16
|
+
}
|
|
17
|
+
.nav-tabs-simple{
|
|
18
|
+
padding-bottom: 5px;
|
|
19
|
+
.active-bar{
|
|
20
|
+
height: 3px;
|
|
21
|
+
background-color: $color-primary;
|
|
22
|
+
bottom: 3px;
|
|
23
|
+
}
|
|
24
|
+
li a{
|
|
25
|
+
&:after{
|
|
26
|
+
display: none !important;
|
|
27
|
+
}
|
|
28
|
+
&:before{
|
|
29
|
+
display: none !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.nav-tabs-linetriangle{
|
|
34
|
+
padding-bottom: 11px;
|
|
35
|
+
.active-bar{
|
|
36
|
+
bottom: 12px;
|
|
37
|
+
&:before,&:after{
|
|
38
|
+
border: medium solid transparent;
|
|
39
|
+
content: "";
|
|
40
|
+
height: 0;
|
|
41
|
+
left: 50%;
|
|
42
|
+
pointer-events: none;
|
|
43
|
+
width: 0;
|
|
44
|
+
z-index: 120;
|
|
45
|
+
top: 98%;
|
|
46
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
|
47
|
+
border-width: 11px;
|
|
48
|
+
margin-left: -11px;
|
|
49
|
+
position: absolute;
|
|
50
|
+
}
|
|
51
|
+
&:after{
|
|
52
|
+
border-top-color: #fafafa;
|
|
53
|
+
border-width: 10px;
|
|
54
|
+
margin-left: -10px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.tab-vertical{
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: row;
|
|
62
|
+
ul{
|
|
63
|
+
padding-bottom: 5px;
|
|
64
|
+
}
|
|
65
|
+
li a{
|
|
66
|
+
&:before{
|
|
67
|
+
display: none !important;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.nav-tabs-wrapper{
|
|
71
|
+
height: 100%;
|
|
72
|
+
.nav-wrap{
|
|
73
|
+
height: 100%;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.tab-content{
|
|
77
|
+
margin-left:0!important;
|
|
78
|
+
}
|
|
79
|
+
&.left{
|
|
80
|
+
.tab-content-wrapper{
|
|
81
|
+
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
|
82
|
+
}
|
|
83
|
+
.nav-tabs-simple{
|
|
84
|
+
.active-bar{
|
|
85
|
+
top:0;
|
|
86
|
+
width: 3px;
|
|
87
|
+
right: 0;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.nav-tabs-wrapper{
|
|
91
|
+
.nav-wrap{
|
|
92
|
+
&:after{
|
|
93
|
+
right: 2px;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
&.right{
|
|
99
|
+
.tab-content-wrapper{
|
|
100
|
+
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
101
|
+
}
|
|
102
|
+
flex-direction: row-reverse;
|
|
103
|
+
.nav-tabs-simple{
|
|
104
|
+
.active-bar{
|
|
105
|
+
top:0;
|
|
106
|
+
width: 3px;
|
|
107
|
+
left: 0;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
&.nav-tabs-linetriangle{
|
|
111
|
+
padding-bottom: 11px;
|
|
112
|
+
}
|
|
113
|
+
.nav-tabs-wrapper{
|
|
114
|
+
.nav-wrap{
|
|
115
|
+
&:after{
|
|
116
|
+
left: 2px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
&.linetriangle{
|
|
122
|
+
&.no-border .nav-tabs-linetriangle.no-border{
|
|
123
|
+
&:after{
|
|
124
|
+
display: none;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.nav-tabs-left{
|
|
128
|
+
.active-bar{
|
|
129
|
+
&:before {
|
|
130
|
+
border-top: 11px solid transparent;
|
|
131
|
+
border-bottom: 11px solid transparent;
|
|
132
|
+
border-left: 11px solid rgba(0, 0, 0, 0.2);
|
|
133
|
+
}
|
|
134
|
+
&:after {
|
|
135
|
+
border-top: 10px solid transparent;
|
|
136
|
+
border-bottom: 10px solid transparent;
|
|
137
|
+
border-left: 10px solid $body-background;
|
|
138
|
+
margin-top: 1px;
|
|
139
|
+
margin-right:2px;
|
|
140
|
+
}
|
|
141
|
+
&:after,
|
|
142
|
+
&:before {
|
|
143
|
+
top: auto;
|
|
144
|
+
right: -22px;
|
|
145
|
+
left: auto;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
.nav-tabs-fillup > li > a.active:after{
|
|
151
|
+
transform: none !important ;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
&.tab-horizontal{
|
|
155
|
+
&.fillup{
|
|
156
|
+
.nav-wrap{
|
|
157
|
+
&:after{
|
|
158
|
+
bottom: 0 !important;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.nav-tabs-simple{
|
|
164
|
+
.active-bar{
|
|
165
|
+
height: 3px;
|
|
166
|
+
bottom: 3px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
.nav-tabs-fillup{
|
|
170
|
+
border:0;
|
|
171
|
+
}
|
|
172
|
+
.tab-content{
|
|
173
|
+
&.slide-left{
|
|
174
|
+
display: flex;
|
|
175
|
+
flex-direction: row;
|
|
176
|
+
will-change: margin-left;
|
|
177
|
+
transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
|
|
178
|
+
width: 100%;
|
|
179
|
+
.tab-pane{
|
|
180
|
+
flex-shrink: 0;
|
|
181
|
+
width: 100%;
|
|
182
|
+
transition: opacity .45s;
|
|
183
|
+
opacity: 1;
|
|
184
|
+
&.inactive{
|
|
185
|
+
display: block;
|
|
186
|
+
opacity: 0;
|
|
187
|
+
height: 0;
|
|
188
|
+
padding: 0!important;
|
|
189
|
+
pointer-events: none;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
&.fade-in{
|
|
194
|
+
.tab-pane{
|
|
195
|
+
width: 100%;
|
|
196
|
+
transition: opacity .45s;
|
|
197
|
+
opacity: 1;
|
|
198
|
+
&.inactive{
|
|
199
|
+
display: block;
|
|
200
|
+
opacity: 0;
|
|
201
|
+
height: 0;
|
|
202
|
+
padding: 0!important;
|
|
203
|
+
pointer-events: none;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
&.linetriangle{
|
|
209
|
+
.nav-tabs-linetriangle{
|
|
210
|
+
z-index: 10;
|
|
211
|
+
&:after{
|
|
212
|
+
bottom: 10px;
|
|
213
|
+
}
|
|
214
|
+
& > li > a.active:after,& > li > a.active:before{
|
|
215
|
+
display: none;
|
|
216
|
+
}
|
|
217
|
+
.active-bar{
|
|
218
|
+
z-index: 120;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
.nav-tabs-wrapper .nav-wrap:after{
|
|
222
|
+
bottom: 10px;
|
|
223
|
+
}
|
|
224
|
+
.tab-content-wrapper{
|
|
225
|
+
position: relative;
|
|
226
|
+
top:-10px;
|
|
227
|
+
z-index: 1;
|
|
228
|
+
}
|
|
229
|
+
.nav-wrap{
|
|
230
|
+
&:after{
|
|
231
|
+
display: none;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
.nav-tabs-wrapper{
|
|
236
|
+
.nav-wrap{
|
|
237
|
+
&:after{
|
|
238
|
+
content:'';
|
|
239
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
240
|
+
width: 100%;
|
|
241
|
+
position: absolute;
|
|
242
|
+
bottom: 2px;
|
|
243
|
+
z-index: 120;
|
|
244
|
+
left: 0;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
.tab-content-wrapper{
|
|
250
|
+
padding:15px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.tab-wrapper.tab-horizontal .nav-tabs-wrapper .nav-wrap:after {
|
|
256
|
+
visibility: hidden;
|
|
257
|
+
}
|
|
258
|
+
.nav-tabs-wrapper{
|
|
259
|
+
display: flex;
|
|
260
|
+
position: relative;
|
|
261
|
+
overflow: hidden;
|
|
262
|
+
.nav-tabs-navigator{
|
|
263
|
+
width: 30px;
|
|
264
|
+
display: flex;
|
|
265
|
+
align-items: center;
|
|
266
|
+
padding:0;
|
|
267
|
+
padding-bottom: 13px;
|
|
268
|
+
i{
|
|
269
|
+
width: 100%;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
.nav-wrap{
|
|
273
|
+
display: block;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
width: 100%;
|
|
276
|
+
}
|
|
277
|
+
ul{
|
|
278
|
+
transition: transform .3s cubic-bezier(.645,.045,.355,1);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
//Global
|
|
282
|
+
.linetriangle{
|
|
283
|
+
&.no-border .nav-tabs-linetriangle{
|
|
284
|
+
&:after{
|
|
285
|
+
display: none;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.nav-item-animated{
|
|
291
|
+
visibility:hidden !important;
|
|
292
|
+
}
|
|
293
|
+
.nav-tabs{
|
|
294
|
+
flex-wrap: nowrap;
|
|
295
|
+
.nav-item{
|
|
296
|
+
flex: 0 0 auto;
|
|
297
|
+
background-color: #929292;
|
|
298
|
+
|
|
299
|
+
display: flex;
|
|
300
|
+
flex-direction: row;
|
|
301
|
+
align-items: flex-start;
|
|
302
|
+
border-radius: 5px 5px 0px 0px;
|
|
303
|
+
|
|
304
|
+
height: 28px;
|
|
305
|
+
margin-right: 2px;
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
font-family: montserrat-semibold;
|
|
309
|
+
font-weight: 600;
|
|
310
|
+
font-size: 13px;
|
|
311
|
+
line-height: 20px;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
& > li > a {
|
|
315
|
+
text-transform:capitalize !important;
|
|
316
|
+
padding-top: 5px !important;
|
|
317
|
+
padding-right: 15px !important;
|
|
318
|
+
padding-left: 15px !important;
|
|
319
|
+
color: white !important;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
& > li:hover * {
|
|
323
|
+
color: #CF0106;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
& > li > .active {
|
|
327
|
+
border-radius: 5px 5px 0px 0px !important;
|
|
328
|
+
color: #CF0106 !important;
|
|
329
|
+
background-color: white !important;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.nav-scroller{
|
|
334
|
+
overflow: hidden;
|
|
335
|
+
white-space: nowrap;
|
|
336
|
+
}
|