@indice/ng-components 0.2.167-beta.9 → 0.2.168
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/{_styles.css → _styles.scss} +251 -304
- package/esm2020/lib/controls/advanced-search/advanced-search.component.mjs +10 -4
- package/esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs +3 -3
- package/esm2020/lib/controls/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2020/lib/controls/collapsible-panel/collapsible-panel.component.mjs +3 -3
- package/esm2020/lib/controls/combobox/combobox.component.mjs +13 -7
- package/esm2020/lib/controls/date-picker/date-picker.component.mjs +3 -3
- package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +9 -5
- package/esm2020/lib/controls/kpi-tile/kpi-tile.component.mjs +9 -5
- package/esm2020/lib/controls/language-selection/language-selection.component.mjs +3 -3
- package/esm2020/lib/controls/list-view/list-column.component.mjs +3 -3
- package/esm2020/lib/controls/list-view/list-details-section.component.mjs +3 -3
- package/esm2020/lib/controls/list-view/list-tile.component.mjs +3 -3
- package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +3 -3
- package/esm2020/lib/controls/list-view/list-view.component.mjs +5 -5
- package/esm2020/lib/controls/nav-links-list/nav-links-list.component.mjs +13 -5
- package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +3 -3
- package/esm2020/lib/controls/pager/pager.component.mjs +5 -5
- package/esm2020/lib/controls/side-pane/side-pane.component.mjs +3 -3
- package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +3 -3
- package/esm2020/lib/controls/stepper/lib-step-info.directive.mjs +3 -3
- package/esm2020/lib/controls/stepper/lib-step-label.directive.mjs +5 -5
- package/esm2020/lib/controls/stepper/lib-step.component.mjs +3 -3
- package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +6 -6
- package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +20 -14
- package/esm2020/lib/controls/tabs/lib-tab-label.directive.mjs +16 -0
- package/esm2020/lib/controls/tabs/lib-tab.component.mjs +14 -7
- package/esm2020/lib/controls/toaster/toaster-container.component.mjs +3 -3
- package/esm2020/lib/controls/toaster/toaster.component.mjs +3 -3
- package/esm2020/lib/controls/toggle/toggle.component.mjs +3 -3
- package/esm2020/lib/controls/toggle-button/toggle-button.component.mjs +87 -0
- package/esm2020/lib/controls/toggle-buttons-list/toggle-buttons-list.component.mjs +32 -0
- package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +3 -3
- package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
- package/esm2020/lib/directives/dynamic-component-host.directive.mjs +3 -3
- package/esm2020/lib/helpers/base-list.component.mjs +3 -3
- package/esm2020/lib/icons.mjs +4 -2
- package/esm2020/lib/layouts/shell/shell-footer/shell-footer.component.mjs +3 -3
- package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +3 -3
- package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +37 -48
- package/esm2020/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +15 -8
- package/esm2020/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.mjs +3 -3
- package/esm2020/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +19 -15
- package/esm2020/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.mjs +3 -3
- package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +3 -3
- package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +14 -5
- package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +3 -3
- package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +5 -5
- package/esm2020/lib/ng-components.module.mjs +26 -10
- package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +3 -3
- package/esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs +3 -3
- package/esm2020/lib/pages/auth/logged-out/logged-out.component.mjs +3 -3
- package/esm2020/lib/pages/http-status/error/error.component.mjs +3 -3
- package/esm2020/lib/pages/http-status/page-not-found/page-not-found.component.mjs +3 -3
- package/esm2020/lib/pages/http-status/unauthorized/unauthorized.component.mjs +3 -3
- package/esm2020/lib/pipes/address.pipe.mjs +3 -3
- package/esm2020/lib/pipes/duration-format.pipe.mjs +3 -3
- package/esm2020/lib/services/breadcrumb.service.mjs +3 -3
- package/esm2020/lib/services/component-loader/component-loader.class.mjs +2 -2
- package/esm2020/lib/services/component-loader/component-loader.factory.mjs +3 -3
- package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +3 -3
- package/esm2020/lib/services/modal-service/modal-container-component.mjs +3 -3
- package/esm2020/lib/services/modal-service/modal-options.class.mjs +3 -3
- package/esm2020/lib/services/modal-service/modal-service.mjs +3 -3
- package/esm2020/lib/services/modal-service/modal.class.mjs +3 -3
- package/esm2020/lib/services/toaster.service.mjs +3 -3
- package/esm2020/lib/services/user-settings.service.mjs +35 -0
- package/esm2020/lib/services/utilities.service.mjs +3 -3
- package/esm2020/lib/types.mjs +7 -5
- package/esm2020/public-api.mjs +5 -1
- package/fesm2015/indice-ng-components.mjs +497 -273
- package/fesm2015/indice-ng-components.mjs.map +1 -1
- package/fesm2020/indice-ng-components.mjs +494 -271
- package/fesm2020/indice-ng-components.mjs.map +1 -1
- package/lib/controls/combobox/combobox.component.d.ts +4 -2
- package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +3 -2
- package/lib/controls/kpi-tile/kpi-tile.component.d.ts +2 -1
- package/lib/controls/list-view/list-view.component.d.ts +1 -1
- package/lib/controls/nav-links-list/nav-links-list.component.d.ts +3 -1
- package/lib/controls/pager/pager.component.d.ts +1 -1
- package/lib/controls/tabs/lib-tab-group.component.d.ts +3 -3
- package/lib/controls/tabs/lib-tab-label.directive.d.ts +8 -0
- package/lib/controls/tabs/lib-tab.component.d.ts +8 -6
- package/lib/controls/toggle-button/toggle-button.component.d.ts +25 -0
- package/lib/controls/toggle-buttons-list/toggle-buttons-list.component.d.ts +14 -0
- package/lib/icons.d.ts +2 -0
- package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +10 -13
- package/lib/layouts/shell/shell-sidebar/shell-sidebar.component.d.ts +5 -3
- package/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.d.ts +6 -3
- package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +5 -2
- package/lib/ng-components.module.d.ts +35 -32
- package/lib/services/user-settings.service.d.ts +13 -0
- package/lib/types.d.ts +4 -2
- package/package.json +1 -1
- package/public-api.d.ts +4 -0
|
@@ -1,4 +1,48 @@
|
|
|
1
|
-
@
|
|
1
|
+
@tailwind base;
|
|
2
|
+
|
|
3
|
+
@layer base {
|
|
4
|
+
h1 {
|
|
5
|
+
@apply text-2xl;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
h2 {
|
|
9
|
+
@apply text-xl;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
h3 {
|
|
13
|
+
@apply text-lg;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
a {
|
|
17
|
+
@apply text-gray-600;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
select {
|
|
21
|
+
@apply max-w-lg block focus:ring-gray-300 ring-opacity-25 focus:border-gray-300 w-full shadow-sm sm:max-w-xs sm:text-sm border-gray-200 rounded-sm;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
input[type=text] {
|
|
25
|
+
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
input[type=password] {
|
|
29
|
+
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
input[type=email] {
|
|
33
|
+
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
input[type=number] {
|
|
37
|
+
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
textarea {
|
|
41
|
+
@apply shadow-sm focus:ring-gray-500 focus:border-gray-500 mt-1 block w-full sm:text-sm border-gray-300 rounded-sm;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
|
|
2
46
|
|
|
3
47
|
.avatar-container {
|
|
4
48
|
@apply inline-flex items-center justify-center h-8 w-8 rounded-full ;
|
|
@@ -15,7 +59,7 @@
|
|
|
15
59
|
.avatar-text-large {
|
|
16
60
|
@apply text-xl font-medium leading-none text-white;
|
|
17
61
|
}
|
|
18
|
-
|
|
62
|
+
|
|
19
63
|
|
|
20
64
|
.circle {
|
|
21
65
|
display: flex;
|
|
@@ -36,7 +80,7 @@
|
|
|
36
80
|
letter-spacing: 0.2625px;
|
|
37
81
|
}
|
|
38
82
|
|
|
39
|
-
|
|
83
|
+
|
|
40
84
|
.toggle-button {
|
|
41
85
|
@apply mt-3 relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500
|
|
42
86
|
}
|
|
@@ -60,8 +104,7 @@
|
|
|
60
104
|
.disabled-anim {
|
|
61
105
|
@apply translate-x-0
|
|
62
106
|
}
|
|
63
|
-
|
|
64
|
-
|
|
107
|
+
|
|
65
108
|
.modal-open {
|
|
66
109
|
overflow: hidden;
|
|
67
110
|
}
|
|
@@ -220,7 +263,7 @@
|
|
|
220
263
|
|
|
221
264
|
/*# sourceMappingURL=styles.css.map*/
|
|
222
265
|
|
|
223
|
-
|
|
266
|
+
|
|
224
267
|
.tab-group-select-hidden {
|
|
225
268
|
@apply sm:hidden;
|
|
226
269
|
}
|
|
@@ -248,9 +291,9 @@
|
|
|
248
291
|
.tab-group-container {
|
|
249
292
|
@apply border-b border-gray-200;
|
|
250
293
|
}
|
|
251
|
-
}
|
|
252
294
|
|
|
253
|
-
|
|
295
|
+
|
|
296
|
+
|
|
254
297
|
.shell-sidebar-container-fixed {
|
|
255
298
|
@apply fixed w-0 sm:w-64 flex-col inset-y-0 bg-gray-800;
|
|
256
299
|
}
|
|
@@ -278,19 +321,14 @@
|
|
|
278
321
|
.shell-sidebar-component-container {
|
|
279
322
|
@apply flex w-full flex-col h-full min-h-0 bg-gray-800;
|
|
280
323
|
}
|
|
281
|
-
|
|
282
|
-
.shell-sidebar-component-container-inner {
|
|
283
|
-
@apply flex items-center h-16 flex-shrink-0 px-4 bg-gray-900;
|
|
284
|
-
}
|
|
285
|
-
|
|
324
|
+
|
|
286
325
|
.shell-sidebar-component-links-container {
|
|
287
|
-
@apply pt-4
|
|
326
|
+
@apply pt-4;
|
|
288
327
|
}
|
|
289
328
|
|
|
290
|
-
}
|
|
291
329
|
@layer components {
|
|
292
330
|
}
|
|
293
|
-
|
|
331
|
+
|
|
294
332
|
|
|
295
333
|
.sidebar-off-canvas-menu-container {
|
|
296
334
|
@apply relative z-40 md:hidden;
|
|
@@ -331,9 +369,13 @@
|
|
|
331
369
|
@apply absolute top-0 right-0 -mr-12 pt-2;
|
|
332
370
|
}
|
|
333
371
|
|
|
372
|
+
|
|
373
|
+
|
|
334
374
|
.sidebar-off-canvas-toggle-button {
|
|
335
375
|
@apply ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none;
|
|
336
376
|
}
|
|
377
|
+
|
|
378
|
+
|
|
337
379
|
|
|
338
380
|
.sidebar-off-canvas-app-logo-container {
|
|
339
381
|
@apply flex-shrink-0 flex items-center px-4;
|
|
@@ -343,6 +385,7 @@
|
|
|
343
385
|
@apply flex-shrink-0 w-14;
|
|
344
386
|
}
|
|
345
387
|
|
|
388
|
+
/* in mobile view the static menu container is always hidden - off-canvas container is visible */
|
|
346
389
|
.sidebar-static-menu-outer-container {
|
|
347
390
|
@apply hidden md:flex;
|
|
348
391
|
}
|
|
@@ -356,15 +399,15 @@
|
|
|
356
399
|
}
|
|
357
400
|
|
|
358
401
|
.sidebar-static-menu-container-not-active {
|
|
359
|
-
@apply
|
|
402
|
+
@apply flex w-20;
|
|
360
403
|
}
|
|
361
404
|
|
|
362
405
|
.sidebar-static-menu-container-inner {
|
|
363
|
-
@apply flex-1 flex flex-col min-h-0 bg-gray-800 shadow-lg;
|
|
406
|
+
@apply flex-1 flex items-center flex-col min-h-0 bg-gray-800 shadow-lg;
|
|
364
407
|
}
|
|
365
408
|
|
|
366
409
|
.sidebar-static-menu-app-logo-container {
|
|
367
|
-
@apply flex items-center h-16 flex-shrink-0
|
|
410
|
+
@apply flex items-center h-16 flex-shrink-0;
|
|
368
411
|
}
|
|
369
412
|
|
|
370
413
|
.sidebar-static-menu-header-app-logo-container {
|
|
@@ -373,25 +416,31 @@
|
|
|
373
416
|
|
|
374
417
|
/* !!!! malakai onoma !!!! */
|
|
375
418
|
.sidebar-static-menu-wrapper {
|
|
376
|
-
@apply flex flex-col;
|
|
419
|
+
@apply flex flex-col md:pl-20;
|
|
377
420
|
}
|
|
378
421
|
|
|
379
|
-
.sidebar-static-menu-wrapper-
|
|
380
|
-
@apply
|
|
422
|
+
.sidebar-static-menu-wrapper-expanded {
|
|
423
|
+
@apply md:pl-64;
|
|
381
424
|
}
|
|
382
425
|
|
|
383
426
|
.sidebar-static-menu-sticky-header-container {
|
|
384
|
-
@apply sticky top-0 z-10 flex-shrink-0 flex h-16 bg-gray-900 shadow;
|
|
427
|
+
@apply sticky top-0 z-10 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
|
|
385
428
|
}
|
|
386
429
|
|
|
387
430
|
.sidebar-static-menu-toggle-button {
|
|
388
|
-
@apply px-4 text-white
|
|
431
|
+
@apply px-4 text-white focus:outline-none;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.sidebar-static-menu-toggle-button-md {
|
|
435
|
+
@apply px-4 text-white focus:outline-none md:hidden;
|
|
389
436
|
}
|
|
390
437
|
|
|
391
438
|
.sidebar-static-menu-header-container {
|
|
392
439
|
@apply flex-1 px-4 flex justify-between;
|
|
393
440
|
}
|
|
394
441
|
|
|
442
|
+
/* fix names */
|
|
443
|
+
|
|
395
444
|
.sidebar-static-menu-header-near-container {
|
|
396
445
|
@apply flex-1 flex;
|
|
397
446
|
}
|
|
@@ -400,13 +449,10 @@
|
|
|
400
449
|
@apply ml-4 flex items-center md:ml-6;
|
|
401
450
|
}
|
|
402
451
|
|
|
403
|
-
}
|
|
404
452
|
|
|
405
453
|
|
|
406
454
|
|
|
407
455
|
|
|
408
|
-
@layer components {
|
|
409
|
-
|
|
410
456
|
.notifications-nav-link {
|
|
411
457
|
@apply block py-3 pl-3 pr-2 text-xs text-gray-700 hover:bg-gray-50;
|
|
412
458
|
}
|
|
@@ -435,7 +481,7 @@
|
|
|
435
481
|
.notification-messages::-webkit-scrollbar-thumb {
|
|
436
482
|
@apply bg-gray-600 hover:bg-gray-700;
|
|
437
483
|
}
|
|
438
|
-
|
|
484
|
+
|
|
439
485
|
|
|
440
486
|
.notification-messages::-webkit-scrollbar {
|
|
441
487
|
width: 7px;
|
|
@@ -444,57 +490,8 @@
|
|
|
444
490
|
cursor: pointer;
|
|
445
491
|
/* or add it to the track */
|
|
446
492
|
}
|
|
447
|
-
/*** IMPORTED FILE NOT FOUND ***/
|
|
448
|
-
@import 'tailwindcss/base';/*** --- ***/
|
|
449
|
-
/*** IMPORTED FILE NOT FOUND ***/
|
|
450
|
-
@import 'tailwindcss/components';/*** --- ***/
|
|
451
|
-
/*** IMPORTED FILE NOT FOUND ***/
|
|
452
|
-
@import 'tailwindcss/utilities';/*** --- ***/
|
|
453
493
|
|
|
454
|
-
@layer base {
|
|
455
|
-
h1 {
|
|
456
|
-
@apply text-2xl;
|
|
457
|
-
}
|
|
458
494
|
|
|
459
|
-
h2 {
|
|
460
|
-
@apply text-xl;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
h3 {
|
|
464
|
-
@apply text-lg;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
a {
|
|
468
|
-
@apply text-gray-600;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
select {
|
|
472
|
-
@apply max-w-lg block focus:ring-gray-300 ring-opacity-25 focus:border-gray-300 w-full shadow-sm sm:max-w-xs sm:text-sm border-gray-200 rounded-sm;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
input[type=text] {
|
|
476
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
input[type=password] {
|
|
480
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
input[type=email] {
|
|
484
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
input[type=number] {
|
|
488
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
textarea {
|
|
492
|
-
@apply shadow-sm focus:ring-gray-500 focus:border-gray-500 mt-1 block w-full sm:text-sm border-gray-300 rounded-sm;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
@layer components {
|
|
498
495
|
.card-deck-busy{
|
|
499
496
|
@apply animate-pulse;
|
|
500
497
|
}
|
|
@@ -564,9 +561,8 @@
|
|
|
564
561
|
.gallery-deck-4 {
|
|
565
562
|
@apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8 p-4;
|
|
566
563
|
}
|
|
567
|
-
}
|
|
568
564
|
|
|
569
|
-
|
|
565
|
+
|
|
570
566
|
.collapsible-panel-container {
|
|
571
567
|
@apply bg-white border border-gray-200 mb-2;
|
|
572
568
|
}
|
|
@@ -590,9 +586,8 @@
|
|
|
590
586
|
.collapsible-panel-content-container {
|
|
591
587
|
@apply relative overflow-hidden transition-all duration-700;
|
|
592
588
|
}
|
|
593
|
-
}
|
|
594
589
|
|
|
595
|
-
|
|
590
|
+
|
|
596
591
|
|
|
597
592
|
.md-visible {
|
|
598
593
|
@apply hidden md:block;
|
|
@@ -608,12 +603,12 @@
|
|
|
608
603
|
|
|
609
604
|
|
|
610
605
|
.btn-view-header {
|
|
611
|
-
@apply text-base focus:outline-none inline-flex items-center justify-center
|
|
606
|
+
@apply text-base focus:outline-none inline-flex items-center justify-center h-8 text-white transition-colors duration-150 rounded-md hover:shadow-sm hover:bg-gray-800;
|
|
612
607
|
}
|
|
613
608
|
|
|
614
609
|
|
|
615
610
|
.sidebar .btn-view-header {
|
|
616
|
-
@apply text-base focus:outline-none inline-flex items-center justify-center
|
|
611
|
+
@apply text-base focus:outline-none inline-flex items-center justify-center h-8 text-gray-900 transition-colors duration-150 rounded-md hover:shadow-sm hover:bg-gray-800 hover:text-white;
|
|
617
612
|
}
|
|
618
613
|
|
|
619
614
|
.btn-form-view-header {
|
|
@@ -628,10 +623,8 @@
|
|
|
628
623
|
@apply absolute top-0 right-0 block ml-2 h-1.5 w-1.5 rounded-full ring-1 ring-white bg-blue-300;
|
|
629
624
|
}
|
|
630
625
|
|
|
631
|
-
}
|
|
632
626
|
|
|
633
627
|
|
|
634
|
-
@layer components {
|
|
635
628
|
.datepicker-input {
|
|
636
629
|
@apply w-full focus:ring-0 focus:outline-none rounded-none sm:text-sm border-gray-300 focus:border-transparent;
|
|
637
630
|
}
|
|
@@ -695,9 +688,8 @@
|
|
|
695
688
|
.datepicker-days.out-of-range{
|
|
696
689
|
@apply cursor-not-allowed opacity-25;
|
|
697
690
|
}
|
|
698
|
-
}
|
|
699
691
|
|
|
700
|
-
|
|
692
|
+
|
|
701
693
|
.dropdown-container {
|
|
702
694
|
@apply relative w-auto;
|
|
703
695
|
}
|
|
@@ -708,11 +700,11 @@
|
|
|
708
700
|
}
|
|
709
701
|
|
|
710
702
|
.dropdown-selected-text {
|
|
711
|
-
@apply
|
|
703
|
+
@apply truncate inline-flex items-center;
|
|
712
704
|
}
|
|
713
705
|
|
|
714
706
|
.dropdown-button-icon {
|
|
715
|
-
@apply absolute inset-y-0 right-0 flex items-center
|
|
707
|
+
@apply absolute inset-y-0 right-0 flex items-center pointer-events-none;
|
|
716
708
|
}
|
|
717
709
|
|
|
718
710
|
.dropdown-arrow {
|
|
@@ -732,11 +724,11 @@
|
|
|
732
724
|
}
|
|
733
725
|
|
|
734
726
|
.dropdown-li-text {
|
|
735
|
-
@apply font-normal
|
|
727
|
+
@apply font-normal truncate inline-flex items-center ;
|
|
736
728
|
}
|
|
737
729
|
|
|
738
730
|
.dropdown-li-selected-text {
|
|
739
|
-
@apply font-semibold
|
|
731
|
+
@apply font-semibold truncate inline-flex items-center ;
|
|
740
732
|
}
|
|
741
733
|
|
|
742
734
|
.dropdown-li-selected-indicator-container {
|
|
@@ -746,9 +738,8 @@
|
|
|
746
738
|
.dropdown-li-selected-indicator {
|
|
747
739
|
@apply h-5 w-5;
|
|
748
740
|
}
|
|
749
|
-
}
|
|
750
741
|
|
|
751
|
-
|
|
742
|
+
|
|
752
743
|
.form-layout-container {
|
|
753
744
|
@apply bg-white shadow-sm border border-gray-200 rounded-sm;
|
|
754
745
|
}
|
|
@@ -796,7 +787,6 @@
|
|
|
796
787
|
.form-actions {
|
|
797
788
|
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end;
|
|
798
789
|
}
|
|
799
|
-
}
|
|
800
790
|
|
|
801
791
|
/*
|
|
802
792
|
Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fabric-assets-license
|
|
@@ -3085,7 +3075,7 @@
|
|
|
3085
3075
|
.ms-Icon--ZoomOut:before { content: "\E71F"; }
|
|
3086
3076
|
.ms-Icon--ZoomToFit:before { content: "\F649"; }
|
|
3087
3077
|
|
|
3088
|
-
|
|
3078
|
+
|
|
3089
3079
|
.list-view-container {
|
|
3090
3080
|
@apply flex flex-col border border-gray-200;
|
|
3091
3081
|
}
|
|
@@ -3148,167 +3138,8 @@
|
|
|
3148
3138
|
|
|
3149
3139
|
.expand-collapse-button {
|
|
3150
3140
|
@apply inline-flex items-center px-3 py-2 border border-transparent shadow-sm text-sm leading-4 font-medium rounded-md bg-gray-100 hover:bg-gray-200 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-100; }
|
|
3151
|
-
}
|
|
3152
|
-
|
|
3153
|
-
.modal-open {
|
|
3154
|
-
overflow: hidden;
|
|
3155
|
-
}
|
|
3156
|
-
.modal-open .modal {
|
|
3157
|
-
overflow-x: hidden;
|
|
3158
|
-
overflow-y: auto;
|
|
3159
|
-
}
|
|
3160
|
-
.modal {
|
|
3161
|
-
position: fixed;
|
|
3162
|
-
top: 0;
|
|
3163
|
-
left: 0;
|
|
3164
|
-
z-index: 1050;
|
|
3165
|
-
display: none;
|
|
3166
|
-
width: 100%;
|
|
3167
|
-
height: 100%;
|
|
3168
|
-
overflow: hidden;
|
|
3169
|
-
outline: 0;
|
|
3170
|
-
}
|
|
3171
|
-
.modal-dialog {
|
|
3172
|
-
position: relative;
|
|
3173
|
-
width: auto;
|
|
3174
|
-
margin: 0.5rem;
|
|
3175
|
-
pointer-events: none;
|
|
3176
|
-
}
|
|
3177
|
-
.modal.fade .modal-dialog {
|
|
3178
|
-
transition: transform 0.3s ease-out;
|
|
3179
|
-
transform: translate(0, -50px);
|
|
3180
|
-
}
|
|
3181
|
-
|
|
3182
|
-
.fade {
|
|
3183
|
-
transition: opacity 0.15s linear;
|
|
3184
|
-
}
|
|
3185
|
-
.fade:not(.show) {
|
|
3186
|
-
opacity: 0;
|
|
3187
|
-
}
|
|
3188
|
-
@media (prefers-reduced-motion: reduce) {
|
|
3189
|
-
.modal.fade .modal-dialog {
|
|
3190
|
-
transition: none;
|
|
3191
|
-
}
|
|
3192
|
-
}
|
|
3193
|
-
.modal.show .modal-dialog {
|
|
3194
|
-
transform: none;
|
|
3195
|
-
}
|
|
3196
|
-
.modal.modal-static .modal-dialog {
|
|
3197
|
-
transform: scale(1.02);
|
|
3198
|
-
}
|
|
3199
|
-
.modal-dialog-scrollable {
|
|
3200
|
-
display: flex;
|
|
3201
|
-
max-height: subtract(100%, 1rem);
|
|
3202
|
-
}
|
|
3203
|
-
.modal-dialog-scrollable .modal-content {
|
|
3204
|
-
max-height: subtract(100vh, 1rem);
|
|
3205
|
-
overflow: hidden;
|
|
3206
|
-
}
|
|
3207
|
-
.modal-dialog-scrollable .modal-header,
|
|
3208
|
-
.modal-dialog-scrollable .modal-footer {
|
|
3209
|
-
flex-shrink: 0;
|
|
3210
|
-
}
|
|
3211
|
-
.modal-dialog-scrollable .modal-body {
|
|
3212
|
-
overflow-y: auto;
|
|
3213
|
-
}
|
|
3214
|
-
.modal-dialog-centered {
|
|
3215
|
-
display: flex;
|
|
3216
|
-
align-items: center;
|
|
3217
|
-
min-height: subtract(100%, 1rem);
|
|
3218
|
-
}
|
|
3219
|
-
.modal-dialog-centered::before {
|
|
3220
|
-
display: block;
|
|
3221
|
-
height: subtract(100vh, 1rem);
|
|
3222
|
-
height: -webkit-min-content;
|
|
3223
|
-
height: min-content;
|
|
3224
|
-
content: "";
|
|
3225
|
-
}
|
|
3226
|
-
.modal-dialog-centered.modal-dialog-scrollable {
|
|
3227
|
-
flex-direction: column;
|
|
3228
|
-
justify-content: center;
|
|
3229
|
-
height: 100%;
|
|
3230
|
-
}
|
|
3231
|
-
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
|
|
3232
|
-
max-height: none;
|
|
3233
|
-
}
|
|
3234
|
-
.modal-dialog-centered.modal-dialog-scrollable::before {
|
|
3235
|
-
content: none;
|
|
3236
|
-
}
|
|
3237
|
-
.modal-content {
|
|
3238
|
-
position: relative;
|
|
3239
|
-
display: flex;
|
|
3240
|
-
flex-direction: column;
|
|
3241
|
-
width: 100%;
|
|
3242
|
-
pointer-events: auto;
|
|
3243
|
-
background-color: #fff;
|
|
3244
|
-
background-clip: padding-box;
|
|
3245
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
3246
|
-
border-radius: 0.3rem;
|
|
3247
|
-
outline: 0;
|
|
3248
|
-
}
|
|
3249
|
-
.modal-backdrop {
|
|
3250
|
-
position: fixed;
|
|
3251
|
-
top: 0;
|
|
3252
|
-
left: 0;
|
|
3253
|
-
z-index: 1040;
|
|
3254
|
-
width: 100vw;
|
|
3255
|
-
height: 100vh;
|
|
3256
|
-
background-color: #000;
|
|
3257
|
-
}
|
|
3258
|
-
.modal-backdrop.fade {
|
|
3259
|
-
opacity: 0;
|
|
3260
|
-
}
|
|
3261
|
-
.modal-backdrop.show {
|
|
3262
|
-
opacity: 0.5;
|
|
3263
|
-
}
|
|
3264
|
-
.modal-scrollbar-measure {
|
|
3265
|
-
position: absolute;
|
|
3266
|
-
top: -9999px;
|
|
3267
|
-
width: 50px;
|
|
3268
|
-
height: 50px;
|
|
3269
|
-
overflow: scroll;
|
|
3270
|
-
}
|
|
3271
|
-
@media (min-width: 576px) {
|
|
3272
|
-
.modal-dialog {
|
|
3273
|
-
max-width: 500px;
|
|
3274
|
-
margin: 1.75rem auto;
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
|
-
.modal-dialog-scrollable {
|
|
3278
|
-
max-height: subtract(100%, 3.5rem);
|
|
3279
|
-
}
|
|
3280
|
-
.modal-dialog-scrollable .modal-content {
|
|
3281
|
-
max-height: subtract(100vh, 3.5rem);
|
|
3282
|
-
}
|
|
3283
3141
|
|
|
3284
|
-
.modal-dialog-centered {
|
|
3285
|
-
min-height: subtract(100%, 3.5rem);
|
|
3286
|
-
}
|
|
3287
|
-
.modal-dialog-centered::before {
|
|
3288
|
-
height: subtract(100vh, 3.5rem);
|
|
3289
|
-
height: -webkit-min-content;
|
|
3290
|
-
height: min-content;
|
|
3291
|
-
}
|
|
3292
3142
|
|
|
3293
|
-
.modal-sm {
|
|
3294
|
-
max-width: 300px;
|
|
3295
|
-
}
|
|
3296
|
-
}
|
|
3297
|
-
@media (min-width: 992px) {
|
|
3298
|
-
.modal-lg,
|
|
3299
|
-
.modal-xl {
|
|
3300
|
-
max-width: 800px;
|
|
3301
|
-
}
|
|
3302
|
-
}
|
|
3303
|
-
@media (min-width: 1200px) {
|
|
3304
|
-
.modal-xl {
|
|
3305
|
-
max-width: 1140px;
|
|
3306
|
-
}
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
/*# sourceMappingURL=styles.css.map*/
|
|
3310
|
-
|
|
3311
|
-
@layer components {
|
|
3312
3143
|
.model-view-container {
|
|
3313
3144
|
@apply mt-5 min-w-full min-h-screen;
|
|
3314
3145
|
}
|
|
@@ -3318,7 +3149,7 @@
|
|
|
3318
3149
|
}
|
|
3319
3150
|
|
|
3320
3151
|
.model-view-aside {
|
|
3321
|
-
@apply py-6 px-2 sm:px-6 lg:py-0 lg:px-0
|
|
3152
|
+
@apply py-6 px-2 sm:px-6 lg:py-0 lg:px-0 md:col-span-3;
|
|
3322
3153
|
}
|
|
3323
3154
|
|
|
3324
3155
|
.model-view-aside-header-section {
|
|
@@ -3352,9 +3183,8 @@
|
|
|
3352
3183
|
.model-view-details-container {
|
|
3353
3184
|
@apply sm:px-6 lg:px-2 lg:col-span-8 md:col-span-9;
|
|
3354
3185
|
}
|
|
3355
|
-
}
|
|
3356
3186
|
|
|
3357
|
-
|
|
3187
|
+
|
|
3358
3188
|
|
|
3359
3189
|
.nav-link {
|
|
3360
3190
|
@apply cursor-pointer text-white hover:bg-gray-700 hover:text-white hover:shadow-sm px-3 py-2 rounded-sm text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
@@ -3377,7 +3207,11 @@
|
|
|
3377
3207
|
}
|
|
3378
3208
|
|
|
3379
3209
|
.sidebar .nav-link-list-container-inner {
|
|
3380
|
-
@apply flex-1 px-2 py-4 space-y-
|
|
3210
|
+
@apply flex-1 px-2 py-4 space-y-2;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.sidebar .nav-link-list-container-inner .icons-only {
|
|
3214
|
+
@apply flex-1 px-2 py-4 space-y-4;
|
|
3381
3215
|
}
|
|
3382
3216
|
|
|
3383
3217
|
.nav-link-active {
|
|
@@ -3388,6 +3222,14 @@
|
|
|
3388
3222
|
@apply cursor-default bg-gray-900 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
|
|
3389
3223
|
}
|
|
3390
3224
|
|
|
3225
|
+
.sidebar .nav-link-active-b {
|
|
3226
|
+
@apply cursor-default bg-gray-900 border-b border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3229
|
+
.sidebar .nav-link-active-l {
|
|
3230
|
+
@apply cursor-default bg-gray-900 border-l border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3391
3233
|
.nav-link-profile-active {
|
|
3392
3234
|
@apply cursor-default block px-4 py-2 text-xs text-blue-300 shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3393
3235
|
}
|
|
@@ -3404,9 +3246,11 @@
|
|
|
3404
3246
|
@apply cursor-default bg-gray-50 border-gray-600 text-gray-900 border-l-4 py-2 px-3 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3405
3247
|
}
|
|
3406
3248
|
|
|
3407
|
-
|
|
3249
|
+
.min-nav-link-text-width {
|
|
3250
|
+
width: 220px;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3408
3253
|
|
|
3409
|
-
@layer components {
|
|
3410
3254
|
|
|
3411
3255
|
.notifications-nav-link {
|
|
3412
3256
|
@apply block py-3 pl-3 pr-2 text-xs text-gray-700 hover:bg-gray-50;
|
|
@@ -3436,7 +3280,7 @@
|
|
|
3436
3280
|
.notification-messages::-webkit-scrollbar-thumb {
|
|
3437
3281
|
@apply bg-gray-600 hover:bg-gray-700;
|
|
3438
3282
|
}
|
|
3439
|
-
|
|
3283
|
+
|
|
3440
3284
|
|
|
3441
3285
|
.notification-messages::-webkit-scrollbar {
|
|
3442
3286
|
width: 7px;
|
|
@@ -3445,37 +3289,40 @@
|
|
|
3445
3289
|
cursor: pointer;
|
|
3446
3290
|
/* or add it to the track */
|
|
3447
3291
|
}
|
|
3448
|
-
|
|
3292
|
+
|
|
3449
3293
|
.pager-container {
|
|
3450
|
-
@apply flex
|
|
3294
|
+
@apply flex flex-col sm:flex-row mb-1 justify-start;
|
|
3451
3295
|
}
|
|
3452
3296
|
|
|
3453
|
-
.pager-container-
|
|
3454
|
-
@apply sm:flex-1
|
|
3297
|
+
.pager-container-near {
|
|
3298
|
+
@apply sm:flex-1 justify-start items-center mb-1 sm:mb-0;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.pager-container-far {
|
|
3302
|
+
@apply justify-start flex-nowrap items-center;
|
|
3455
3303
|
}
|
|
3456
3304
|
|
|
3457
3305
|
.pager-icon-button {
|
|
3458
|
-
@apply inline-flex relative ml-2 items-center px-2 py-2 rounded-l-sm
|
|
3306
|
+
@apply inline-flex relative ml-1 mr-2 items-center px-2 py-2 rounded-l-sm text-sm font-medium text-gray-500 hover:bg-gray-50;
|
|
3459
3307
|
}
|
|
3460
3308
|
|
|
3461
3309
|
.pager-pages-container {
|
|
3462
|
-
@apply relative
|
|
3310
|
+
@apply relative inline-flex rounded-sm;
|
|
3463
3311
|
}
|
|
3464
3312
|
|
|
3465
3313
|
.pager-button {
|
|
3466
|
-
@apply relative ml-
|
|
3314
|
+
@apply relative ml-1 inline-flex items-center px-1 py-2 rounded-l-sm text-sm font-medium text-gray-500 hover:bg-gray-50;
|
|
3467
3315
|
}
|
|
3468
3316
|
|
|
3469
3317
|
.pager-arrow-button-left {
|
|
3470
|
-
@apply
|
|
3318
|
+
@apply inline-flex relative ml-1 items-center px-1 py-2 rounded-l-sm text-sm font-medium text-gray-500 disabled:text-gray-300 disabled:hover:bg-none hover:bg-gray-50;
|
|
3471
3319
|
}
|
|
3472
3320
|
|
|
3473
3321
|
.pager-arrow-button-right {
|
|
3474
|
-
@apply
|
|
3322
|
+
@apply inline-flex relative mr-1 items-center px-1 py-2 rounded-l-sm text-sm font-medium text-gray-500 disabled:text-gray-300 disabled:hover:bg-none hover:bg-gray-50;
|
|
3475
3323
|
}
|
|
3476
|
-
}
|
|
3477
3324
|
|
|
3478
|
-
|
|
3325
|
+
|
|
3479
3326
|
|
|
3480
3327
|
.advanced-search-container {
|
|
3481
3328
|
|
|
@@ -3521,9 +3368,8 @@
|
|
|
3521
3368
|
@apply flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-gray-400 hover:bg-gray-200 hover:text-gray-500 focus:outline-none focus:bg-gray-500 focus:text-white;
|
|
3522
3369
|
}
|
|
3523
3370
|
|
|
3524
|
-
}
|
|
3525
3371
|
|
|
3526
|
-
|
|
3372
|
+
|
|
3527
3373
|
|
|
3528
3374
|
.app-logo {
|
|
3529
3375
|
@apply h-8 w-8;
|
|
@@ -3554,7 +3400,7 @@
|
|
|
3554
3400
|
}
|
|
3555
3401
|
|
|
3556
3402
|
.shell-content-container {
|
|
3557
|
-
@apply mx-auto -mt-
|
|
3403
|
+
@apply mx-auto -mt-24;
|
|
3558
3404
|
}
|
|
3559
3405
|
|
|
3560
3406
|
.sidebar .shell-content-container {
|
|
@@ -3567,11 +3413,11 @@
|
|
|
3567
3413
|
}
|
|
3568
3414
|
|
|
3569
3415
|
.sidebar .shell-content-container-inner {
|
|
3570
|
-
@apply max-w-full px-4 min-h-screen;
|
|
3416
|
+
@apply max-w-full px-4 pb-2 min-h-screen;
|
|
3571
3417
|
}
|
|
3572
3418
|
|
|
3573
3419
|
.shell-content-container-inner {
|
|
3574
|
-
@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 min-h-screen;
|
|
3420
|
+
@apply max-w-7xl mx-auto px-4 pb-2 sm:px-6 lg:px-8 min-h-screen;
|
|
3575
3421
|
}
|
|
3576
3422
|
|
|
3577
3423
|
.shell-content-container-inner-fluid {
|
|
@@ -3775,12 +3621,9 @@
|
|
|
3775
3621
|
.shell-footer-copyright {
|
|
3776
3622
|
@apply max-w-screen-xl mx-auto flex flex-col md:flex-row justify-between items-center space-y-4 mt-8 lg:mt-12 border-t-2 border-gray-700 py-5;
|
|
3777
3623
|
}
|
|
3778
|
-
}
|
|
3779
3624
|
|
|
3780
3625
|
|
|
3781
3626
|
|
|
3782
|
-
@layer components {
|
|
3783
|
-
|
|
3784
3627
|
.side-pane-outer-container {
|
|
3785
3628
|
@apply fixed inset-0 overflow-hidden z-40;
|
|
3786
3629
|
}
|
|
@@ -3824,9 +3667,8 @@
|
|
|
3824
3667
|
.side-pane {
|
|
3825
3668
|
@apply flex flex-col bg-white shadow-xl overflow-y-hidden;
|
|
3826
3669
|
}
|
|
3827
|
-
}
|
|
3828
3670
|
|
|
3829
|
-
|
|
3671
|
+
|
|
3830
3672
|
.side-view-layout-size-box {
|
|
3831
3673
|
@apply h-screen;
|
|
3832
3674
|
}
|
|
@@ -3883,9 +3725,8 @@
|
|
|
3883
3725
|
@apply ml-4 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-gray-300 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-500 cursor-not-allowed;
|
|
3884
3726
|
}
|
|
3885
3727
|
|
|
3886
|
-
}
|
|
3887
3728
|
|
|
3888
|
-
|
|
3729
|
+
|
|
3889
3730
|
/* Bullets */
|
|
3890
3731
|
.stepper-bullets-container {
|
|
3891
3732
|
@apply flex items-center justify-center;
|
|
@@ -4055,8 +3896,7 @@
|
|
|
4055
3896
|
.panels-with-border-upcoming-step-level222 {
|
|
4056
3897
|
@apply text-sm font-medium text-gray-500;
|
|
4057
3898
|
}
|
|
4058
|
-
|
|
4059
|
-
@layer components {
|
|
3899
|
+
|
|
4060
3900
|
.tab-group-select-hidden {
|
|
4061
3901
|
@apply sm:hidden;
|
|
4062
3902
|
}
|
|
@@ -4084,8 +3924,7 @@
|
|
|
4084
3924
|
.tab-group-container {
|
|
4085
3925
|
@apply border-b border-gray-200;
|
|
4086
3926
|
}
|
|
4087
|
-
|
|
4088
|
-
@layer components {
|
|
3927
|
+
|
|
4089
3928
|
.toast {
|
|
4090
3929
|
@apply fixed inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start z-50;
|
|
4091
3930
|
animation: move 400ms ease-in;
|
|
@@ -4156,9 +3995,8 @@
|
|
|
4156
3995
|
opacity: 0;
|
|
4157
3996
|
}
|
|
4158
3997
|
}
|
|
4159
|
-
}
|
|
4160
3998
|
|
|
4161
|
-
|
|
3999
|
+
|
|
4162
4000
|
.toggle-button {
|
|
4163
4001
|
@apply mt-3 relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500
|
|
4164
4002
|
}
|
|
@@ -4182,12 +4020,11 @@
|
|
|
4182
4020
|
.disabled-anim {
|
|
4183
4021
|
@apply translate-x-0
|
|
4184
4022
|
}
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
@layer components {
|
|
4023
|
+
|
|
4024
|
+
|
|
4188
4025
|
|
|
4189
4026
|
.view-container {
|
|
4190
|
-
@apply mt-
|
|
4027
|
+
@apply mt-4 sm:mt-5 flex flex-col;
|
|
4191
4028
|
}
|
|
4192
4029
|
|
|
4193
4030
|
.view-container-fluid {
|
|
@@ -4195,17 +4032,25 @@
|
|
|
4195
4032
|
}
|
|
4196
4033
|
|
|
4197
4034
|
.view-layout-paddings {
|
|
4198
|
-
@apply
|
|
4035
|
+
@apply py-4 sm:py-6;
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
.sidebar .view-layout-paddings {
|
|
4039
|
+
@apply py-2 sm:py-4;
|
|
4199
4040
|
}
|
|
4200
4041
|
|
|
4201
4042
|
.view-layout-title-container {
|
|
4202
|
-
@apply flex text-white flex-row justify-start
|
|
4043
|
+
@apply flex text-white flex-col md:flex-row justify-start;
|
|
4203
4044
|
}
|
|
4204
4045
|
|
|
4205
4046
|
.view-layout-title-container-inner {
|
|
4206
4047
|
@apply flex-1 min-w-0;
|
|
4207
4048
|
}
|
|
4208
4049
|
|
|
4050
|
+
.view-layout-title-container-far {
|
|
4051
|
+
@apply flex items-center justify-start sm:justify-end;
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4209
4054
|
.title-icon {
|
|
4210
4055
|
@apply text-2xl md:text-xl text-white font-thin mr-1;
|
|
4211
4056
|
}
|
|
@@ -4231,15 +4076,15 @@
|
|
|
4231
4076
|
}
|
|
4232
4077
|
|
|
4233
4078
|
.meta-container {
|
|
4234
|
-
@apply ml-1
|
|
4079
|
+
@apply mt-1 ml-1 hidden h-0 w-0 md:w-full md:flex md:flex-wrap opacity-75;
|
|
4235
4080
|
}
|
|
4236
|
-
|
|
4081
|
+
|
|
4237
4082
|
.sidebar .meta-container {
|
|
4238
4083
|
@apply text-gray-900;
|
|
4239
4084
|
}
|
|
4240
4085
|
|
|
4241
4086
|
.meta-item-container {
|
|
4242
|
-
@apply flex items-center;
|
|
4087
|
+
@apply flex items-center mr-2;
|
|
4243
4088
|
}
|
|
4244
4089
|
|
|
4245
4090
|
.meta-icon {
|
|
@@ -4251,15 +4096,22 @@
|
|
|
4251
4096
|
}
|
|
4252
4097
|
|
|
4253
4098
|
.search-container {
|
|
4254
|
-
@apply relative text-gray-400 focus-within:text-gray-600
|
|
4099
|
+
@apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow-sm border border-gray-200;
|
|
4255
4100
|
}
|
|
4256
4101
|
|
|
4102
|
+
/* .search-input {
|
|
4103
|
+
@apply pl-10 pr-20 w-60 bg-gray-50 rounded-sm text-sm text-gray-900 border-gray-400 placeholder-gray-500 outline-none focus:shadow focus:outline-none z-0;
|
|
4104
|
+
} */
|
|
4105
|
+
|
|
4257
4106
|
.search-input {
|
|
4258
|
-
@apply
|
|
4107
|
+
@apply w-60 rounded-sm text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:outline-none focus:ring-0;
|
|
4259
4108
|
}
|
|
4260
|
-
}
|
|
4261
4109
|
|
|
4262
|
-
|
|
4110
|
+
.search-button {
|
|
4111
|
+
@apply mr-1 text-xs focus:outline-none inline-flex items-center justify-center w-6 h-6 text-gray-800 hover:text-gray-900;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
|
|
4263
4115
|
.combobox-wrapper {
|
|
4264
4116
|
@apply relative mt-1;
|
|
4265
4117
|
}
|
|
@@ -4287,7 +4139,102 @@
|
|
|
4287
4139
|
.combobox-selected-item-remove-btn {
|
|
4288
4140
|
@apply cursor-pointer bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500;
|
|
4289
4141
|
}
|
|
4290
|
-
|
|
4142
|
+
|
|
4143
|
+
|
|
4144
|
+
.toggle-button-button {
|
|
4145
|
+
@apply relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-1 focus:ring-gray-500 focus:ring-offset-1;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
.toggle-button-button-disabled {
|
|
4149
|
+
@apply opacity-75;
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
.toggle-button-bg-false {
|
|
4153
|
+
@apply bg-gray-200;
|
|
4154
|
+
}
|
|
4155
|
+
|
|
4156
|
+
.toggle-button-bg-true {
|
|
4157
|
+
@apply bg-gray-600;
|
|
4158
|
+
}
|
|
4159
|
+
|
|
4160
|
+
.toggle-button-icon-container {
|
|
4161
|
+
@apply pointer-events-none relative inline-block h-5 w-5 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out;
|
|
4162
|
+
}
|
|
4163
|
+
|
|
4164
|
+
.toggle-button-icon-container-true {
|
|
4165
|
+
@apply translate-x-5;
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
.toggle-button-icon-container-false {
|
|
4169
|
+
@apply translate-x-0;
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
.toggle-button-icon-container-inner {
|
|
4173
|
+
@apply opacity-100 ease-in duration-200 absolute inset-0 flex h-full w-full items-center justify-center transition-opacity;
|
|
4174
|
+
}
|
|
4175
|
+
|
|
4176
|
+
.toggle-button-container-inner-true {
|
|
4177
|
+
@apply opacity-0 ease-out duration-100;
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
.toggle-button-container-inner-false {
|
|
4181
|
+
@apply opacity-100 ease-in duration-200;
|
|
4182
|
+
}
|
|
4183
|
+
|
|
4184
|
+
.toggle-button-icon {
|
|
4185
|
+
@apply h-3 w-3 text-gray-600;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
.toggle-button-text {
|
|
4189
|
+
@apply text-sm font-medium text-gray-900;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
.toggle-button-description {
|
|
4193
|
+
@apply text-xs mt-1 text-gray-500;
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
|
+
|
|
4197
|
+
.toggle-buttons-list-container {
|
|
4198
|
+
@apply relative items-center inline-flex;
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
.toggle-buttons-list-icon-container {
|
|
4202
|
+
@apply flex-none mr-2;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4205
|
+
.toggle-buttons-list-drop-down-contaner {
|
|
4206
|
+
@apply block lg:hidden z-10;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
/* mw-40 not supported*/
|
|
4210
|
+
.toggle-buttons-list-drop-down {
|
|
4211
|
+
@apply w-full;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
.toggle-buttons-list {
|
|
4215
|
+
@apply hidden lg:block;
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.toggle-buttons-list-button {
|
|
4219
|
+
@apply relative inline-flex items-center p-2 first:border-l first:rounded-l-sm last:rounded-r-sm border-t border-b border-r border-gray-300 bg-white text-xs text-gray-700 hover:text-gray-900 focus:z-10 focus:outline-none;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.toggle-buttons-list-button-selected {
|
|
4223
|
+
@apply bg-gray-100;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
.toggle-buttons-list-button-icon-container {
|
|
4227
|
+
@apply flex-none mr-2;
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.toggle-buttons-list-button-button-text {
|
|
4231
|
+
@apply mr-2 block overflow-ellipsis overflow-hidden;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4234
|
+
.toggle-buttons-list-button-button-count {
|
|
4235
|
+
@apply ml-1.5 rounded py-0.5 px-1.5 bg-gray-200 text-xs text-gray-700 tabular-nums;
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4291
4238
|
|
|
4292
4239
|
.modal-active {
|
|
4293
4240
|
overflow: hidden;
|