@indice/ng-components 0.5.0-beta.10 → 0.5.0

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 (38) hide show
  1. package/README.md +4 -4
  2. package/fesm2022/indice-ng-components.mjs +138 -116
  3. package/fesm2022/indice-ng-components.mjs.map +1 -1
  4. package/index.d.ts +13 -4
  5. package/package.json +1 -1
  6. package/src/assets/styles/advanced-search.css +39 -39
  7. package/src/assets/styles/avatar-initials.css +35 -35
  8. package/src/assets/styles/base.css +36 -36
  9. package/src/assets/styles/cards.css +84 -84
  10. package/src/assets/styles/collapsible-panel.css +23 -23
  11. package/src/assets/styles/combobox.css +27 -27
  12. package/src/assets/styles/components.css +34 -34
  13. package/src/assets/styles/date-picker.component.css +68 -68
  14. package/src/assets/styles/drop-down-menu.css +48 -48
  15. package/src/assets/styles/form-layout.css +51 -51
  16. package/src/assets/styles/indice-ng-icons-inline.css +2286 -2286
  17. package/src/assets/styles/language-selection.component.css +10 -10
  18. package/src/assets/styles/list-view.css +62 -62
  19. package/src/assets/styles/modal.css +182 -182
  20. package/src/assets/styles/model-view-layout.css +47 -47
  21. package/src/assets/styles/nav-links.css +64 -64
  22. package/src/assets/styles/notifications-indicator.component.css +37 -37
  23. package/src/assets/styles/pager.css +31 -31
  24. package/src/assets/styles/progress-bar.component.css +15 -15
  25. package/src/assets/styles/shell-layout.css +250 -250
  26. package/src/assets/styles/shell-sidebar-layout.css +122 -122
  27. package/src/assets/styles/shell-sidebar.css +31 -31
  28. package/src/assets/styles/side-pane.css +48 -48
  29. package/src/assets/styles/side-view-layout.css +56 -56
  30. package/src/assets/styles/stepper.css +169 -169
  31. package/src/assets/styles/tab-group.css +27 -27
  32. package/src/assets/styles/toast.css +70 -70
  33. package/src/assets/styles/toggle-button.component.css +51 -51
  34. package/src/assets/styles/toggle-buttons-list.component.css +44 -44
  35. package/src/assets/styles/toggle.css +23 -23
  36. package/src/assets/styles/view-layout.css +89 -89
  37. package/src/styles.css +49 -49
  38. package/src/tailwindcss.css +1 -1
@@ -1,122 +1,122 @@
1
- @reference tailwindcss;
2
-
3
- .sidebar-off-canvas-menu-container {
4
- @apply relative z-40 md:hidden;
5
- }
6
-
7
- .sidebar-off-canvas-menu-backdrop {
8
- @apply fixed inset-0 transition-opacity ease-linear opacity-0 duration-300 pointer-events-none bg-gray-600 bg-black/75;
9
- }
10
-
11
- .sidebar-off-canvas-menu-backdrop-opacity-100 {
12
- @apply fixed inset-0 transition-opacity ease-linear duration-300 pointer-events-none bg-gray-600 bg-black/75 opacity-100;
13
- }
14
-
15
- .sidebar-off-canvas-menu-container-inner {
16
- @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform translate-x-0;
17
- }
18
-
19
- .sidebar-off-canvas-menu-container-inner-active {
20
- @apply translate-x-0;
21
- }
22
-
23
- .sidebar-off-canvas-menu-container-inner-not-active {
24
- @apply -translate-x-full;
25
- }
26
-
27
-
28
- .sidebar-off-canvas-menu-container-inner-translate-x-full {
29
- @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform -translate-x-full;
30
- }
31
-
32
- .sidebar-off-canvas-layout-container {
33
- @apply relative flex-1 flex flex-col max-w-xs w-full pt-5 pb-4 bg-gray-800;
34
- }
35
-
36
- .sidebar-off-canvas-toggle-button-container {
37
- @apply absolute top-0 right-0 -mr-12 pt-2;
38
- }
39
-
40
-
41
-
42
- .sidebar-off-canvas-toggle-button {
43
- @apply ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none;
44
- }
45
-
46
-
47
-
48
- .sidebar-off-canvas-app-logo-container {
49
- @apply flex-shrink-0 flex items-center px-4;
50
- }
51
-
52
- .sidebar-dummy-element {
53
- @apply flex-shrink-0 w-14;
54
- }
55
-
56
- /* in mobile view the static menu container is always hidden - off-canvas container is visible */
57
- .sidebar-static-menu-outer-container {
58
- @apply hidden md:flex;
59
- }
60
-
61
- .sidebar-static-menu-container {
62
- @apply flex-col w-64 fixed inset-y-0;
63
- }
64
-
65
- .sidebar-static-menu-container-active {
66
- @apply flex;
67
- }
68
-
69
- .sidebar-static-menu-container-not-active {
70
- @apply flex w-20;
71
- }
72
-
73
- .sidebar-static-menu-container-inner {
74
- @apply flex-1 flex items-center flex-col min-h-0 bg-gray-800 shadow-lg;
75
- }
76
-
77
- .sidebar-static-menu-app-logo-container {
78
- @apply flex items-center h-16 flex-shrink-0;
79
- }
80
-
81
- .sidebar-static-menu-header-app-logo-container {
82
- @apply flex items-center h-16 flex-shrink-0 ;
83
- }
84
-
85
- .shell-sidebar-logo {
86
- @apply h-8 w-auto;
87
- }
88
-
89
- .sidebar-static-menu-wrapper {
90
- @apply flex flex-col md:pl-20;
91
- }
92
-
93
- .sidebar-static-menu-wrapper-expanded {
94
- @apply md:pl-64;
95
- }
96
-
97
- .sidebar-static-menu-sticky-header-container {
98
- @apply sticky top-0 z-20 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
99
- }
100
-
101
- .sidebar-static-menu-toggle-button {
102
- @apply px-4 text-white focus:outline-none;
103
- }
104
-
105
- .sidebar-static-menu-toggle-button-md {
106
- @apply px-4 text-white focus:outline-none md:hidden;
107
- }
108
-
109
- .sidebar-static-menu-header-container {
110
- @apply flex-1 px-4 flex justify-between;
111
- }
112
-
113
- /* fix names */
114
-
115
- .sidebar-static-menu-header-near-container {
116
- @apply flex-1 flex;
117
- }
118
-
119
- .sidebar-static-menu-header-far-container {
120
- @apply ml-4 flex items-center md:ml-6;
121
- }
122
-
1
+ @reference tailwindcss;
2
+
3
+ .sidebar-off-canvas-menu-container {
4
+ @apply relative z-40 md:hidden;
5
+ }
6
+
7
+ .sidebar-off-canvas-menu-backdrop {
8
+ @apply fixed inset-0 transition-opacity ease-linear opacity-0 duration-300 pointer-events-none bg-gray-600 bg-black/75;
9
+ }
10
+
11
+ .sidebar-off-canvas-menu-backdrop-opacity-100 {
12
+ @apply fixed inset-0 transition-opacity ease-linear duration-300 pointer-events-none bg-gray-600 bg-black/75 opacity-100;
13
+ }
14
+
15
+ .sidebar-off-canvas-menu-container-inner {
16
+ @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform translate-x-0;
17
+ }
18
+
19
+ .sidebar-off-canvas-menu-container-inner-active {
20
+ @apply translate-x-0;
21
+ }
22
+
23
+ .sidebar-off-canvas-menu-container-inner-not-active {
24
+ @apply -translate-x-full;
25
+ }
26
+
27
+
28
+ .sidebar-off-canvas-menu-container-inner-translate-x-full {
29
+ @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform -translate-x-full;
30
+ }
31
+
32
+ .sidebar-off-canvas-layout-container {
33
+ @apply relative flex-1 flex flex-col max-w-xs w-full pt-5 pb-4 bg-gray-800;
34
+ }
35
+
36
+ .sidebar-off-canvas-toggle-button-container {
37
+ @apply absolute top-0 right-0 -mr-12 pt-2;
38
+ }
39
+
40
+
41
+
42
+ .sidebar-off-canvas-toggle-button {
43
+ @apply ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none;
44
+ }
45
+
46
+
47
+
48
+ .sidebar-off-canvas-app-logo-container {
49
+ @apply flex-shrink-0 flex items-center px-4;
50
+ }
51
+
52
+ .sidebar-dummy-element {
53
+ @apply flex-shrink-0 w-14;
54
+ }
55
+
56
+ /* in mobile view the static menu container is always hidden - off-canvas container is visible */
57
+ .sidebar-static-menu-outer-container {
58
+ @apply hidden md:flex;
59
+ }
60
+
61
+ .sidebar-static-menu-container {
62
+ @apply flex-col w-64 fixed inset-y-0;
63
+ }
64
+
65
+ .sidebar-static-menu-container-active {
66
+ @apply flex;
67
+ }
68
+
69
+ .sidebar-static-menu-container-not-active {
70
+ @apply flex w-20;
71
+ }
72
+
73
+ .sidebar-static-menu-container-inner {
74
+ @apply flex-1 flex items-center flex-col min-h-0 bg-gray-800 shadow-lg;
75
+ }
76
+
77
+ .sidebar-static-menu-app-logo-container {
78
+ @apply flex items-center h-16 flex-shrink-0;
79
+ }
80
+
81
+ .sidebar-static-menu-header-app-logo-container {
82
+ @apply flex items-center h-16 flex-shrink-0 ;
83
+ }
84
+
85
+ .shell-sidebar-logo {
86
+ @apply h-8 w-auto;
87
+ }
88
+
89
+ .sidebar-static-menu-wrapper {
90
+ @apply flex flex-col md:pl-20;
91
+ }
92
+
93
+ .sidebar-static-menu-wrapper-expanded {
94
+ @apply md:pl-64;
95
+ }
96
+
97
+ .sidebar-static-menu-sticky-header-container {
98
+ @apply sticky top-0 z-20 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
99
+ }
100
+
101
+ .sidebar-static-menu-toggle-button {
102
+ @apply px-4 text-white focus:outline-none;
103
+ }
104
+
105
+ .sidebar-static-menu-toggle-button-md {
106
+ @apply px-4 text-white focus:outline-none md:hidden;
107
+ }
108
+
109
+ .sidebar-static-menu-header-container {
110
+ @apply flex-1 px-4 flex justify-between;
111
+ }
112
+
113
+ /* fix names */
114
+
115
+ .sidebar-static-menu-header-near-container {
116
+ @apply flex-1 flex;
117
+ }
118
+
119
+ .sidebar-static-menu-header-far-container {
120
+ @apply ml-4 flex items-center md:ml-6;
121
+ }
122
+
@@ -1,31 +1,31 @@
1
- .shell-sidebar-container-fixed {
2
- @apply fixed w-0 sm:w-64 flex-col inset-y-0 bg-gray-800;
3
- }
4
-
5
- .shell-sidebar-toggle-button {
6
- @apply hidden sm:block px-4 border-0 text-white focus:outline-none;
7
- }
8
-
9
- .shell-sidebar-container-hidden {
10
- @apply hidden w-0 sm:w-64 flex-col inset-y-0 bg-gray-800;
11
- }
12
-
13
- .shell-sidebar-content-container {
14
- @apply flex flex-col;
15
- }
16
-
17
- .shell-sidebar-content-container-inner {
18
- @apply sticky top-0 z-10 flex-shrink-0 flex h-16 bg-gray-800;
19
- }
20
-
21
- .shell-sidebar-header-container {
22
- @apply flex-1;
23
- }
24
-
25
- .shell-sidebar-component-container {
26
- @apply flex w-full flex-col h-full min-h-0 bg-gray-800;
27
- }
28
-
29
- .shell-sidebar-component-links-container {
30
- @apply pt-4;
31
- }
1
+ .shell-sidebar-container-fixed {
2
+ @apply fixed w-0 sm:w-64 flex-col inset-y-0 bg-gray-800;
3
+ }
4
+
5
+ .shell-sidebar-toggle-button {
6
+ @apply hidden sm:block px-4 border-0 text-white focus:outline-none;
7
+ }
8
+
9
+ .shell-sidebar-container-hidden {
10
+ @apply hidden w-0 sm:w-64 flex-col inset-y-0 bg-gray-800;
11
+ }
12
+
13
+ .shell-sidebar-content-container {
14
+ @apply flex flex-col;
15
+ }
16
+
17
+ .shell-sidebar-content-container-inner {
18
+ @apply sticky top-0 z-10 flex-shrink-0 flex h-16 bg-gray-800;
19
+ }
20
+
21
+ .shell-sidebar-header-container {
22
+ @apply flex-1;
23
+ }
24
+
25
+ .shell-sidebar-component-container {
26
+ @apply flex w-full flex-col h-full min-h-0 bg-gray-800;
27
+ }
28
+
29
+ .shell-sidebar-component-links-container {
30
+ @apply pt-4;
31
+ }
@@ -1,48 +1,48 @@
1
- .side-pane-outer-container {
2
- @apply fixed inset-0 overflow-hidden z-40;
3
- }
4
-
5
- .side-pane-overlay {
6
- @apply absolute bg-black opacity-25 inset-0;
7
- }
8
-
9
- .side-pane-overlay-opacity-0 {
10
- @apply absolute bg-black opacity-0 inset-0;
11
- }
12
-
13
- .side-pane-overlay-opacity-50 {
14
- @apply absolute bg-black opacity-50 inset-0;
15
- }
16
-
17
- .side-pane-container {
18
- @apply fixed inset-y-0 right-0 max-w-full flex transition-all duration-200 ease-in-out;
19
- }
20
-
21
- .side-pane-container-inner {
22
- @apply w-screen max-w-md;
23
- }
24
-
25
- .side-pane-box-size {
26
- @apply w-screen max-w-2xl;
27
- }
28
-
29
- .side-pane-box-size-25 {
30
- @apply w-screen max-w-2xl;
31
- }
32
-
33
- .side-pane-box-size-50 {
34
- @apply w-screen max-w-3xl;
35
- }
36
-
37
- .side-pane-box-size-75 {
38
- @apply w-screen max-w-4xl;
39
- }
40
-
41
-
42
- .side-pane-box-size-100 {
43
- @apply w-screen max-w-full;
44
- }
45
-
46
- .side-pane {
47
- @apply flex flex-col bg-white shadow-xl overflow-y-hidden;
48
- }
1
+ .side-pane-outer-container {
2
+ @apply fixed inset-0 overflow-hidden z-40;
3
+ }
4
+
5
+ .side-pane-overlay {
6
+ @apply absolute bg-black opacity-25 inset-0;
7
+ }
8
+
9
+ .side-pane-overlay-opacity-0 {
10
+ @apply absolute bg-black opacity-0 inset-0;
11
+ }
12
+
13
+ .side-pane-overlay-opacity-50 {
14
+ @apply absolute bg-black opacity-50 inset-0;
15
+ }
16
+
17
+ .side-pane-container {
18
+ @apply fixed inset-y-0 right-0 max-w-full flex transition-all duration-200 ease-in-out;
19
+ }
20
+
21
+ .side-pane-container-inner {
22
+ @apply w-screen max-w-md;
23
+ }
24
+
25
+ .side-pane-box-size {
26
+ @apply w-screen max-w-2xl;
27
+ }
28
+
29
+ .side-pane-box-size-25 {
30
+ @apply w-screen max-w-2xl;
31
+ }
32
+
33
+ .side-pane-box-size-50 {
34
+ @apply w-screen max-w-3xl;
35
+ }
36
+
37
+ .side-pane-box-size-75 {
38
+ @apply w-screen max-w-4xl;
39
+ }
40
+
41
+
42
+ .side-pane-box-size-100 {
43
+ @apply w-screen max-w-full;
44
+ }
45
+
46
+ .side-pane {
47
+ @apply flex flex-col bg-white shadow-xl overflow-y-hidden;
48
+ }
@@ -1,56 +1,56 @@
1
- .side-view-layout-size-box {
2
- @apply h-screen;
3
- }
4
-
5
- .side-view-layout-container {
6
- @apply h-full flex flex-col shadow-xl bg-gray-900;
7
- }
8
-
9
- .side-view-layout-container-inner {
10
- @apply min-h-0 flex-1 flex flex-col pt-6 overflow-y-hidden;
11
- }
12
-
13
- .side-view-layout-header-margins {
14
- @apply px-4 sm:px-6;
15
- }
16
-
17
- .side-view-layout-header-container {
18
- @apply flex items-start justify-between;
19
- }
20
-
21
- .side-view-layout-header-title {
22
- @apply text-lg font-medium text-white;
23
- }
24
-
25
- .side-view-layout-close-button-container {
26
- @apply ml-3 h-7 flex items-center;
27
- }
28
-
29
- .side-view-layout-close-button {
30
- @apply rounded-sm text-white hover:text-gray-200 focus:outline-none focus:ring-1 focus:ring-gray-300;
31
- }
32
-
33
- .side-view-layout-close-button-icon {
34
- @apply h-6 w-6;
35
- }
36
-
37
- .side-view-layout-content-container {
38
- @apply bg-white mt-6 relative flex-1 px-6 overflow-y-auto;
39
- }
40
-
41
- .side-view-layout-actions-container {
42
- @apply flex-shrink-0 px-4 py-4 flex bg-gray-100 justify-end;
43
- }
44
-
45
- .side-view-layout-action-button-cancel {
46
- @apply bg-white py-2 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-500;
47
- }
48
-
49
- .side-view-layout-action-button-submit {
50
- @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-600 hover:bg-gray-700 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-500;
51
- }
52
-
53
- .side-view-layout-action-button-submit:disabled {
54
- @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;
55
- }
56
-
1
+ .side-view-layout-size-box {
2
+ @apply h-screen;
3
+ }
4
+
5
+ .side-view-layout-container {
6
+ @apply h-full flex flex-col shadow-xl bg-gray-900;
7
+ }
8
+
9
+ .side-view-layout-container-inner {
10
+ @apply min-h-0 flex-1 flex flex-col pt-6 overflow-y-hidden;
11
+ }
12
+
13
+ .side-view-layout-header-margins {
14
+ @apply px-4 sm:px-6;
15
+ }
16
+
17
+ .side-view-layout-header-container {
18
+ @apply flex items-start justify-between;
19
+ }
20
+
21
+ .side-view-layout-header-title {
22
+ @apply text-lg font-medium text-white;
23
+ }
24
+
25
+ .side-view-layout-close-button-container {
26
+ @apply ml-3 h-7 flex items-center;
27
+ }
28
+
29
+ .side-view-layout-close-button {
30
+ @apply rounded-sm text-white hover:text-gray-200 focus:outline-none focus:ring-1 focus:ring-gray-300;
31
+ }
32
+
33
+ .side-view-layout-close-button-icon {
34
+ @apply h-6 w-6;
35
+ }
36
+
37
+ .side-view-layout-content-container {
38
+ @apply bg-white mt-6 relative flex-1 px-6 overflow-y-auto;
39
+ }
40
+
41
+ .side-view-layout-actions-container {
42
+ @apply flex-shrink-0 px-4 py-4 flex bg-gray-100 justify-end;
43
+ }
44
+
45
+ .side-view-layout-action-button-cancel {
46
+ @apply bg-white py-2 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-500;
47
+ }
48
+
49
+ .side-view-layout-action-button-submit {
50
+ @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-600 hover:bg-gray-700 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-gray-500;
51
+ }
52
+
53
+ .side-view-layout-action-button-submit:disabled {
54
+ @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;
55
+ }
56
+