@indice/ng-components 0.2.129 → 0.2.130-beta
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/README.md +4 -4
- package/_styles.css +64 -16
- package/bundles/indice-ng-components.umd.js +98 -126
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/controls/kpi-tile/kpi-tile.component.js +1 -1
- package/esm2015/lib/controls/list-view/list-column.component.js +1 -1
- package/esm2015/lib/controls/list-view/list-view-empty-state.component.js +2 -2
- package/esm2015/lib/controls/skeleton-loader/skeleton-loader.component.js +1 -1
- package/esm2015/lib/layouts/shell/shell-header/shell-header.component.js +68 -64
- package/esm2015/lib/layouts/shell/shell-layout/shell-layout.component.js +6 -11
- package/esm2015/lib/layouts/views/form-layout/form-layout.component.js +6 -5
- package/esm2015/lib/layouts/views/model-view-layout/model-view-layout.component.js +3 -1
- package/esm2015/lib/ng-components.module.js +3 -6
- package/esm2015/lib/pages/http-status/page-not-found/page-not-found.component.js +2 -2
- package/esm2015/lib/services/toaster.service.js +1 -1
- package/esm2015/lib/types.js +11 -5
- package/esm2015/public-api.js +1 -2
- package/fesm2015/indice-ng-components.js +86 -109
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/lib/layouts/shell/shell-header/shell-header.component.d.ts +24 -20
- package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +2 -3
- package/lib/layouts/views/form-layout/form-layout.component.d.ts +3 -2
- package/lib/ng-components.module.d.ts +4 -5
- package/lib/types.d.ts +12 -7
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/esm2015/lib/controls/nav-links-list/nav-links-list.component.js +0 -35
- package/lib/controls/nav-links-list/nav-links-list.component.d.ts +0 -14
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# INDICE ANGULAR Components
|
|
2
|
-
|
|
3
|
-
Indice common components for Angular 2+
|
|
4
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
|
|
1
|
+
# INDICE ANGULAR Components
|
|
2
|
+
|
|
3
|
+
Indice common components for Angular 2+
|
|
4
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
|
package/_styles.css
CHANGED
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
@apply block px-4 py-2 text-xs text-blue-300 shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
+
.nav-link-notifications {
|
|
109
|
+
@apply block py-3 pl-3 pr-2 text-xs text-gray-700 hover:bg-gray-50;
|
|
110
|
+
}
|
|
111
|
+
|
|
108
112
|
.nav-link-mobile-active {
|
|
109
113
|
@apply bg-gray-900 text-blue-300 block px-3 py-2 rounded-sm text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
110
114
|
}
|
|
@@ -130,8 +134,8 @@
|
|
|
130
134
|
@apply antialiased font-sans bg-gray-100;
|
|
131
135
|
}
|
|
132
136
|
|
|
133
|
-
|
|
134
|
-
@apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-
|
|
137
|
+
.shell-header-container {
|
|
138
|
+
@apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-32 z-50;
|
|
135
139
|
}
|
|
136
140
|
|
|
137
141
|
.shell-header-container-inner {
|
|
@@ -143,7 +147,7 @@
|
|
|
143
147
|
}
|
|
144
148
|
|
|
145
149
|
.shell-content-container {
|
|
146
|
-
@apply
|
|
150
|
+
@apply -mt-24 sm:-mt-32 ;
|
|
147
151
|
}
|
|
148
152
|
|
|
149
153
|
.shell-content-container-no-header {
|
|
@@ -173,17 +177,13 @@
|
|
|
173
177
|
}
|
|
174
178
|
|
|
175
179
|
.shell-header-md-visible {
|
|
176
|
-
@apply hidden sm:ml-
|
|
180
|
+
@apply hidden sm:ml-6 sm:block;
|
|
177
181
|
}
|
|
178
182
|
|
|
179
183
|
.shell-header-link-container {
|
|
180
184
|
@apply hidden sm:ml-6 sm:block ml-10 flex-grow justify-start flex items-center space-x-4;
|
|
181
185
|
}
|
|
182
186
|
|
|
183
|
-
.shell-header-link-container-inner {
|
|
184
|
-
@apply flex justify-start;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
187
|
.shell-header-links-no-grow-container {
|
|
188
188
|
@apply flex flex-grow-0 flex-shrink-0 items-center;
|
|
189
189
|
}
|
|
@@ -217,6 +217,47 @@
|
|
|
217
217
|
@apply z-50 origin-top-right absolute right-0 mt-24 w-48 rounded-sm shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
+
.shell-header-profile-dropdown-with-username {
|
|
221
|
+
@apply z-50 origin-top-right absolute right-0 mt-36 w-48 rounded-sm shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.shell-header-notifications {
|
|
225
|
+
@apply flex gap-3 items-center;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.shell-header-notifications-dropdown-button {
|
|
229
|
+
@apply max-w-xs focus:outline-none rounded-full flex items-center text-sm ring-1 ring-blue-300 focus:ring-offset-1
|
|
230
|
+
focus:ring-offset-blue-800 focus:ring-blue-400 transition ease-in duration-100;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.shell-header-notifications-dropdown {
|
|
234
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-2 mt-2 w-80 rounded-sm shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.shell-header-notifications-dropdown-with-username {
|
|
238
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-1.5 mt-1 w-80 rounded-sm shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
239
|
+
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.shell-header-notifications-dropdown-view-all-button{
|
|
243
|
+
@apply items-center align-text-bottom font-medium w-full px-2.5 py-2.5 text-xs text-gray-600 focus:outline-none;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.notification-messages::-webkit-scrollbar {
|
|
247
|
+
width: 7px;
|
|
248
|
+
height: 7px;
|
|
249
|
+
background: transparent;
|
|
250
|
+
cursor: pointer;
|
|
251
|
+
/* or add it to the track */
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.notification-messages::-webkit-scrollbar-thumb {
|
|
255
|
+
@apply bg-gray-600;
|
|
256
|
+
|
|
257
|
+
&:hover {
|
|
258
|
+
@apply bg-gray-700;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
220
261
|
|
|
221
262
|
.mobile-menu-button-container {
|
|
222
263
|
@apply -mr-2 flex sm:hidden;
|
|
@@ -259,7 +300,7 @@
|
|
|
259
300
|
}
|
|
260
301
|
|
|
261
302
|
.mobile-menu-rounded-button {
|
|
262
|
-
@apply ml-auto bg-gray-800 flex-shrink-0 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-
|
|
303
|
+
@apply ml-auto bg-gray-800 flex-shrink-0 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-offset-blue-800 focus:ring-blue-400 focus:ring-white;
|
|
263
304
|
}
|
|
264
305
|
|
|
265
306
|
.mobile-menu-rounded-button-icon-style {
|
|
@@ -359,15 +400,15 @@
|
|
|
359
400
|
}
|
|
360
401
|
|
|
361
402
|
.view-container-fluid {
|
|
362
|
-
@apply sm:px-0
|
|
403
|
+
@apply sm:px-0;
|
|
363
404
|
}
|
|
364
405
|
|
|
365
406
|
.view-layout-paddings {
|
|
366
|
-
@apply
|
|
407
|
+
@apply py-6 sm:py-10;
|
|
367
408
|
}
|
|
368
409
|
|
|
369
410
|
.view-layout-title-container {
|
|
370
|
-
@apply flex
|
|
411
|
+
@apply flex flex-row justify-start ;
|
|
371
412
|
}
|
|
372
413
|
|
|
373
414
|
.view-layout-title-container-inner {
|
|
@@ -387,19 +428,26 @@
|
|
|
387
428
|
}
|
|
388
429
|
|
|
389
430
|
.meta-container {
|
|
390
|
-
@apply
|
|
431
|
+
@apply mt-1 flex flex-col sm:flex-row sm:flex-wrap sm:mt-0 sm:space-x-6;
|
|
391
432
|
}
|
|
392
433
|
|
|
393
434
|
.meta-item-container {
|
|
394
|
-
@apply flex items-center;
|
|
435
|
+
@apply mt-2 flex items-center text-sm text-gray-500;
|
|
395
436
|
}
|
|
396
437
|
|
|
397
438
|
.meta-icon {
|
|
398
|
-
@apply text-sm mr-1;
|
|
439
|
+
@apply text-sm text-gray-400 mr-1;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.meta-container-sm {
|
|
443
|
+
@apply flex flex-wrap sm:flex-row space-x-2;
|
|
399
444
|
}
|
|
400
445
|
|
|
401
446
|
.meta-text {
|
|
402
|
-
@apply text-
|
|
447
|
+
@apply text-white text-xs;
|
|
448
|
+
margin-top: 2px;
|
|
449
|
+
margin-left: 2px;
|
|
450
|
+
margin-right: 2px;
|
|
403
451
|
}
|
|
404
452
|
|
|
405
453
|
.search-container {
|