asab_webui_shell 25.2.1-alpha.2 → 25.2.2

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.
@@ -2,10 +2,8 @@
2
2
  display: flex;
3
3
  align-items: center; /* Vertically center */
4
4
  justify-content: center; /* Horizontally center */
5
-
6
-
7
5
  }
8
6
 
9
7
  .suspense-img {
10
8
  max-width: 500px;
11
- }
9
+ }
@@ -75,132 +75,133 @@
75
75
  &.print-portrait {
76
76
  width: 900px;
77
77
  }
78
- }
79
78
 
80
- #app {
81
- height: 100%;
82
- overflow: visible;
83
- display: block;
84
- }
79
+ #app {
80
+ height: 100%;
81
+ overflow: visible;
82
+ display: block;
83
+ }
85
84
 
86
- button, .btn-sm, .btn .btn-primary, .btn-primary {
87
- display: none !important;
88
- }
85
+ button, .btn-sm, .btn .btn-primary, .btn-primary {
86
+ display: none !important;
87
+ }
89
88
 
90
- .card {
91
- box-shadow: none !important;
92
- border: 0 !important;
93
- .card-header {
94
- background-color: var(--white);
95
- &.print-card-header {
96
- min-height: auto;
97
- .flex-fill {
98
- height: auto;
89
+ .card {
90
+ box-shadow: none !important;
91
+ border: 0 !important;
92
+ .card-header {
93
+ background-color: var(--white);
94
+ &.print-card-header {
95
+ min-height: auto;
96
+ .flex-fill {
97
+ height: auto;
98
+ }
99
99
  }
100
- }
101
100
 
102
- i:not(.text-warning) {
103
- display: none !important;
101
+ i:not(.text-warning) {
102
+ display: none !important;
103
+ }
104
+ h3 {
105
+ font-size: 32px !important;
106
+ }
104
107
  }
105
- h3 {
106
- font-size: 32px !important;
108
+ .card-body {
109
+ color: inherit !important;
110
+ }
111
+ .card-footer, .card-footer-flex, .input-group {
112
+ display: none !important;
107
113
  }
108
114
  }
109
- .card-body {
110
- color: inherit !important;
111
- }
112
- .card-footer, .card-footer-flex, .input-group {
113
- display: none !important;
114
- }
115
- }
116
115
 
117
- .datatable2 {
118
- margin-bottom: 0;
119
- table-layout: auto;
120
- td, th {
121
- font-size: 12px;
122
- padding: .25rem;
123
- }
124
- td {
125
- white-space: normal;
126
- & > * {
116
+ .datatable2 {
117
+ margin-bottom: 0;
118
+ table-layout: auto;
119
+ td, th {
120
+ font-size: 12px;
121
+ padding: .25rem;
122
+ }
123
+ td {
127
124
  white-space: normal;
125
+ & > * {
126
+ white-space: normal;
127
+ }
128
+ }
129
+ tr {
130
+ page-break-inside: avoid;
131
+ }
132
+ tfoot {
133
+ display: none;
128
134
  }
129
135
  }
130
- tr {
131
- page-break-inside: avoid;
132
- }
133
- tfoot {
134
- display: none;
135
- }
136
- }
137
-
138
- .text-muted {
139
- color: var(--bs-gray-700) !important;
140
- }
141
136
 
142
- .container {
143
- max-width: 100% !important;
144
- }
145
-
146
- .progress-bar {
147
- display: none !important;
148
- }
137
+ .text-muted {
138
+ color: var(--bs-gray-700) !important;
139
+ }
149
140
 
150
- table, .table {
151
- --bs-table-color: var(--bs-dark);
152
- }
141
+ .container {
142
+ max-width: 100% !important;
143
+ }
153
144
 
154
- .react-grid-item {
155
- .recharts-tooltip-wrapper {
145
+ .progress-bar {
156
146
  display: none !important;
157
147
  }
158
- .table-widget, .value-widget {
159
- display: contents !important;
160
- }
161
- }
162
148
 
149
+ table, .table {
150
+ --bs-table-color: var(--bs-dark);
151
+ }
163
152
 
164
- .reports-container {
165
- padding-top: 0 !important;
166
- .react-grid-layout {
167
- height: unset !important;
168
- display: table;
169
- text-align: center;
170
- .react-grid-item {
171
- display: inline-block;
172
- position: unset !important;
173
- transform: unset !important;
174
- text-align: initial;
153
+ .react-grid-item {
154
+ .recharts-tooltip-wrapper {
155
+ display: none !important;
156
+ }
157
+ .table-widget, .value-widget {
158
+ display: contents !important;
175
159
  }
176
160
  }
177
- }
178
161
 
179
- .dashboard-container {
180
- &.display-print {
162
+
163
+ .reports-container {
164
+ padding-top: 0 !important;
181
165
  .react-grid-layout {
182
- position: static !important;
183
- height: initial !important;
166
+ height: unset !important;
167
+ display: table;
168
+ text-align: center;
184
169
  .react-grid-item {
185
- display: block !important; /*avoid widgets breaking on transition between pages*/
186
- margin: 0 auto 20px;
170
+ display: inline-block;
171
+ position: unset !important;
172
+ transform: unset !important;
173
+ text-align: initial;
174
+ }
175
+ }
176
+ }
177
+
178
+ .dashboard-container {
179
+ &.display-print {
180
+ .react-grid-layout {
187
181
  position: static !important;
182
+ height: initial !important;
183
+ .react-grid-item {
184
+ display: block !important; /*avoid widgets breaking on transition between pages*/
185
+ margin: 0 auto 20px;
186
+ position: static !important;
188
187
 
189
- height: initial !important; /* Alternatively, set "height: initial !important;" */
190
- width: initial !important; /* Alternatively, set "width: initial !important;" */
188
+ height: initial !important; /* Alternatively, set "height: initial !important;" */
189
+ width: initial !important; /* Alternatively, set "width: initial !important;" */
191
190
 
192
- break-inside: avoid;
193
- page-break-inside: avoid; /*avoid widgets breaking on transition between pages*/
191
+ break-inside: avoid;
192
+ page-break-inside: avoid; /*avoid widgets breaking on transition between pages*/
193
+ }
194
194
  }
195
- }
196
- .recharts-responsive-container {
197
- .recharts-wrapper {
198
- width: 100% !important;
199
- .recharts-surface, .recharts-legend-wrapper {
195
+ .recharts-responsive-container {
196
+ .recharts-wrapper {
200
197
  width: 100% !important;
198
+ .recharts-surface, .recharts-legend-wrapper {
199
+ width: 100% !important;
200
+ }
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
205
  }
206
+
206
207
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "25.2.1-alpha.2",
3
+ "version": "25.2.2",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [