@arsedizioni/ars-utils 18.3.5 → 18.3.7
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/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/esm2022/help/components/help-viewer/help-viewer.component.mjs +3 -3
- package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +3 -3
- package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +3 -3
- package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +4 -4
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +18 -18
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +12 -12
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/package.json +7 -7
- package/styles/ui.scss +63 -51
package/styles/ui.scss
CHANGED
|
@@ -180,77 +180,89 @@ b {
|
|
|
180
180
|
|
|
181
181
|
.drawer,
|
|
182
182
|
.drawer-small {
|
|
183
|
-
|
|
183
|
+
.title-container {
|
|
184
|
+
padding: 20px 5px 20px 0px;
|
|
185
|
+
}
|
|
184
186
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
187
|
+
.title-container-with-loader {
|
|
188
|
+
padding: 14px 0px 20px 0px;
|
|
189
|
+
}
|
|
188
190
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
.title {
|
|
192
|
+
font-size: 1.2em;
|
|
193
|
+
font-weight: 600;
|
|
194
|
+
padding-left: 10px;
|
|
195
|
+
min-width: 150px;
|
|
196
|
+
width: 100%;
|
|
197
|
+
white-space: nowrap;
|
|
198
|
+
overflow: hidden;
|
|
199
|
+
text-overflow: ellipsis;
|
|
200
|
+
}
|
|
192
201
|
|
|
193
|
-
.title {
|
|
194
|
-
font-size: 1.2em;
|
|
195
|
-
font-weight: 600;
|
|
196
|
-
padding-left: 10px;
|
|
197
|
-
min-width: 150px;
|
|
198
|
-
width: 100%;
|
|
199
|
-
white-space: nowrap;
|
|
200
|
-
overflow: hidden;
|
|
201
|
-
text-overflow: ellipsis;
|
|
202
|
-
}
|
|
203
202
|
|
|
203
|
+
.accordion-panel {
|
|
204
|
+
background-color: transparent !important;
|
|
204
205
|
|
|
205
|
-
|
|
206
|
-
background-color: transparent !important;
|
|
206
|
+
}
|
|
207
207
|
|
|
208
|
-
|
|
208
|
+
.accordion-header {
|
|
209
|
+
padding-left: 5px;
|
|
210
|
+
padding-right: 15px;
|
|
211
|
+
border-radius: var(--mat-expansion-container-shape);
|
|
209
212
|
|
|
210
|
-
|
|
211
|
-
padding-left: 5px;
|
|
212
|
-
padding-right: 15px;
|
|
213
|
-
border-radius: var(--mat-expansion-container-shape);
|
|
213
|
+
}
|
|
214
214
|
|
|
215
|
-
}
|
|
216
215
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
216
|
+
.mat-expansion-panel-body {
|
|
217
|
+
padding-left: 10px !important;
|
|
218
|
+
padding-right: 10px !important;
|
|
219
|
+
padding-bottom: 20px !important;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@media screen and (min-width: 0px) and (max-width: 360px) {
|
|
224
|
+
.drawer,
|
|
225
|
+
.drawer-small {
|
|
226
|
+
border-radius: 0 !important;
|
|
227
|
+
}
|
|
222
228
|
}
|
|
223
229
|
|
|
224
230
|
@media screen and (min-width: 361px) {
|
|
225
|
-
|
|
226
|
-
|
|
231
|
+
.drawer {
|
|
232
|
+
min-width: 420px !important;
|
|
233
|
+
max-width: 420px !important;
|
|
227
234
|
|
|
228
|
-
.title-container {
|
|
229
|
-
padding: 20px 10px;
|
|
230
|
-
}
|
|
231
235
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
236
|
+
.title-container {
|
|
237
|
+
padding: 20px 5px 20px 0px;
|
|
238
|
+
}
|
|
235
239
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
240
|
+
.title-container-with-loader {
|
|
241
|
+
padding: 14px 10px 20px 10px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.title {
|
|
245
|
+
min-width: 200px;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.accordion-header {
|
|
249
|
+
padding-left: 15px;
|
|
250
|
+
padding-right: 20px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.mat-expansion-panel-body {
|
|
254
|
+
padding-left: 15px !important;
|
|
255
|
+
padding-right: 15px !important;
|
|
256
|
+
padding-bottom: 20px !important;
|
|
257
|
+
}
|
|
239
258
|
|
|
240
|
-
.accordion-header {
|
|
241
|
-
padding-right: 20px;
|
|
242
259
|
}
|
|
243
260
|
|
|
244
|
-
.
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
padding-bottom: 20px !important;
|
|
261
|
+
.drawer-small {
|
|
262
|
+
min-width: 360px !important;
|
|
263
|
+
max-width: 360px !important;
|
|
248
264
|
}
|
|
249
|
-
}
|
|
250
265
|
|
|
251
|
-
.drawer-small {
|
|
252
|
-
max-width: 359px !important;
|
|
253
|
-
}
|
|
254
266
|
}
|
|
255
267
|
|
|
256
268
|
.drawer-with-loader {
|