@omnia/runtime 8.0.375-dev → 8.0.377-dev

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.
@@ -2182,6 +2182,10 @@ html.v-overlay-scroll-blocked {
2182
2182
  .v-fab--app, .v-fab--absolute {
2183
2183
  display: flex;
2184
2184
  }
2185
+ .v-fab--absolute {
2186
+ position: absolute;
2187
+ inset: 0;
2188
+ }
2185
2189
  .v-fab--start, .v-fab--left {
2186
2190
  justify-content: flex-start;
2187
2191
  }
@@ -2205,11 +2209,11 @@ html.v-overlay-scroll-blocked {
2205
2209
  .v-fab__container {
2206
2210
  align-self: center;
2207
2211
  display: inline-flex;
2208
- position: absolute;
2209
2212
  vertical-align: middle;
2210
2213
  }
2211
2214
  .v-fab--app .v-fab__container {
2212
2215
  margin: 12px;
2216
+ position: fixed;
2213
2217
  }
2214
2218
  .v-fab--absolute .v-fab__container {
2215
2219
  position: absolute;
@@ -3480,7 +3484,7 @@ html.v-overlay-scroll-blocked {
3480
3484
  .v-input--horizontal {
3481
3485
  grid-template-areas: "prepend control append" "a messages b";
3482
3486
  grid-template-columns: max-content minmax(0, 1fr) max-content;
3483
- grid-template-rows: auto auto;
3487
+ grid-template-rows: 1fr auto;
3484
3488
  }
3485
3489
  .v-input--horizontal .v-input__prepend {
3486
3490
  margin-inline-end: 16px;
@@ -4037,6 +4041,8 @@ textarea.v-field__input::placeholder {
4037
4041
  --v-field-label-scale: 0.75em;
4038
4042
  font-size: var(--v-field-label-scale);
4039
4043
  visibility: hidden;
4044
+ }
4045
+ .v-field--variant-outlined .v-label.v-field-label--floating {
4040
4046
  max-width: 100%;
4041
4047
  }
4042
4048
  .v-field--center-affix .v-label.v-field-label--floating {
@@ -4168,8 +4174,14 @@ textarea.v-field__input::placeholder {
4168
4174
  .v-field--variant-outlined .v-field__outline__notch {
4169
4175
  flex: none;
4170
4176
  position: relative;
4171
- max-width: calc(100% - 12px);
4177
+ max-width: calc(100% - 24px);
4172
4178
  }
4179
+ .v-field--rounded.v-field--variant-outlined .v-field__outline__notch,
4180
+ [class^=rounded-].v-field--variant-outlined .v-field__outline__notch,
4181
+ [class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
4182
+ max-width: calc(100% - var(--v-input-control-height));
4183
+ }
4184
+
4173
4185
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
4174
4186
  opacity: var(--v-field-border-opacity);
4175
4187
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
@@ -22520,11 +22532,11 @@ html.overflow-y-hidden {
22520
22532
 
22521
22533
  .v-data-table__td-title {
22522
22534
  font-weight: 500;
22523
- text-align: left;
22535
+ text-align: start;
22524
22536
  }
22525
22537
 
22526
22538
  .v-data-table__td-value {
22527
- text-align: right;
22539
+ text-align: end;
22528
22540
  }
22529
22541
 
22530
22542
  .v-data-table__td-sort-icon {
@@ -79,6 +79,11 @@
79
79
  border-radius: 0;
80
80
  }
81
81
 
82
+ .v-dialog--scrollable > .v-overlay__content > form,
83
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
84
+ max-height: 100%;
85
+ max-width: 100%;
86
+ }
82
87
  .v-dialog--scrollable > .v-overlay__content,
83
88
  .v-dialog--scrollable > .v-overlay__content > .v-card,
84
89
  .v-dialog--scrollable > .v-overlay__content > form,
@@ -86,8 +91,6 @@
86
91
  display: flex;
87
92
  flex: 1 1 100%;
88
93
  flex-direction: column;
89
- max-height: 100%;
90
- max-width: 100%;
91
94
  }
92
95
  .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
93
96
  .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
@@ -30,6 +30,7 @@
30
30
  opacity: 0;
31
31
  flex: 1;
32
32
  min-width: 0;
33
+ height: 100%;
33
34
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
34
35
  }
35
36
  .v-textarea textarea:focus, .v-textarea textarea:active {
@@ -5,6 +5,9 @@
5
5
  .v-treeview {
6
6
  --indent-padding: 0px;
7
7
  }
8
+ .v-treeview.v-list--disabled .v-list-item__prepend {
9
+ pointer-events: auto;
10
+ }
8
11
 
9
12
  .v-treeview-group.v-list-group {
10
13
  --list-indent-size: 16px;
@@ -15,4 +18,7 @@
15
18
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
16
19
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
17
20
  }
21
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item.v-list-group__header {
22
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23
+ }
18
24