@omnia/runtime 8.0.189-dev → 8.0.191-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.
- package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +8 -27
- package/dist/bundles/omnia.fx.ux.vuetify.datatable_188aee53-149a-4bc0-9039-59ffd918df2c.css +55 -10
- package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css +2 -0
- package/dist/bundles/omnia.fx.ux.vuetify.dialog_0bf6198c-32c6-4cec-90bd-7988a979c9b0.css +7 -3
- package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +452 -69
- package/dist/bundles/omnia.fx.ux.vuetify.snackbar_1f46e84f-1223-4080-ab9f-40d1489b71e6.css +3 -0
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_admin_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -104,30 +104,6 @@
|
|
|
104
104
|
width: 100%;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.v-tooltip > .v-overlay__content {
|
|
108
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
109
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
110
|
-
border-radius: 4px;
|
|
111
|
-
font-size: 0.875rem;
|
|
112
|
-
line-height: 1.6;
|
|
113
|
-
display: inline-block;
|
|
114
|
-
padding: 5px 16px;
|
|
115
|
-
text-transform: initial;
|
|
116
|
-
width: auto;
|
|
117
|
-
opacity: 1;
|
|
118
|
-
pointer-events: none;
|
|
119
|
-
transition-property: opacity, transform;
|
|
120
|
-
overflow-wrap: break-word;
|
|
121
|
-
}
|
|
122
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
123
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
124
|
-
transition-duration: 150ms;
|
|
125
|
-
}
|
|
126
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
127
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
128
|
-
transition-duration: 75ms;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
107
|
.v-list {
|
|
132
108
|
overflow: auto;
|
|
133
109
|
padding: 8px 0;
|
|
@@ -474,7 +450,7 @@
|
|
|
474
450
|
.v-list-item-subtitle {
|
|
475
451
|
-webkit-box-orient: vertical;
|
|
476
452
|
display: -webkit-box;
|
|
477
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
453
|
+
opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
|
|
478
454
|
overflow: hidden;
|
|
479
455
|
padding: 0;
|
|
480
456
|
text-overflow: ellipsis;
|
|
@@ -709,6 +685,10 @@
|
|
|
709
685
|
.v-navigation-drawer--rounded {
|
|
710
686
|
border-radius: 4px;
|
|
711
687
|
}
|
|
688
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
689
|
+
max-height: -webkit-fill-available;
|
|
690
|
+
overflow-y: auto;
|
|
691
|
+
}
|
|
712
692
|
.v-navigation-drawer--top {
|
|
713
693
|
top: 0;
|
|
714
694
|
border-bottom-width: thin;
|
|
@@ -732,7 +712,7 @@
|
|
|
732
712
|
.v-navigation-drawer--floating {
|
|
733
713
|
border: none;
|
|
734
714
|
}
|
|
735
|
-
.v-navigation-drawer--temporary {
|
|
715
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
|
736
716
|
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
737
717
|
}
|
|
738
718
|
.v-navigation-drawer--sticky {
|
|
@@ -1182,7 +1162,7 @@
|
|
|
1182
1162
|
font-size: 0.875rem;
|
|
1183
1163
|
font-weight: 400;
|
|
1184
1164
|
letter-spacing: 0.0178571429em;
|
|
1185
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
1165
|
+
opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
|
|
1186
1166
|
overflow: hidden;
|
|
1187
1167
|
padding: 0 1rem;
|
|
1188
1168
|
text-overflow: ellipsis;
|
|
@@ -1207,6 +1187,7 @@
|
|
|
1207
1187
|
font-size: 0.875rem;
|
|
1208
1188
|
font-weight: 400;
|
|
1209
1189
|
letter-spacing: 0.0178571429em;
|
|
1190
|
+
opacity: var(--v-card-text-opacity, 1);
|
|
1210
1191
|
padding: 1rem;
|
|
1211
1192
|
text-transform: none;
|
|
1212
1193
|
}
|
|
@@ -45,6 +45,20 @@
|
|
|
45
45
|
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
46
46
|
padding: 0 8px;
|
|
47
47
|
}
|
|
48
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
|
49
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
|
50
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
|
51
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
|
52
|
+
text-overflow: ellipsis;
|
|
53
|
+
text-wrap: nowrap;
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
}
|
|
56
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
57
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
|
58
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
59
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
|
60
|
+
display: contents;
|
|
61
|
+
}
|
|
48
62
|
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
49
63
|
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
50
64
|
align-items: center;
|
|
@@ -92,7 +106,7 @@
|
|
|
92
106
|
}
|
|
93
107
|
|
|
94
108
|
.v-data-table--loading .v-data-table__td {
|
|
95
|
-
opacity:
|
|
109
|
+
opacity: var(--v-disabled-opacity);
|
|
96
110
|
}
|
|
97
111
|
|
|
98
112
|
.v-data-table-group-header-row__column {
|
|
@@ -132,17 +146,51 @@
|
|
|
132
146
|
.v-data-table-rows-no-data {
|
|
133
147
|
text-align: center;
|
|
134
148
|
}
|
|
149
|
+
|
|
150
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
151
|
+
grid-template-columns: 0;
|
|
152
|
+
justify-content: center;
|
|
153
|
+
}
|
|
154
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
155
|
+
grid-template-columns: 0;
|
|
156
|
+
justify-content: end;
|
|
157
|
+
}
|
|
158
|
+
.v-data-table__tr--mobile > td {
|
|
159
|
+
align-items: center;
|
|
160
|
+
column-gap: 4px;
|
|
161
|
+
display: grid;
|
|
162
|
+
grid-template-columns: repeat(2, 1fr);
|
|
163
|
+
min-height: var(--v-table-row-height);
|
|
164
|
+
}
|
|
165
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
166
|
+
border-bottom: 0 !important;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.v-data-table__td-title {
|
|
170
|
+
font-weight: bold;
|
|
171
|
+
text-align: left;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.v-data-table__td-value {
|
|
175
|
+
text-align: right;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.v-data-table__td-sort-icon {
|
|
179
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
180
|
+
}
|
|
181
|
+
.v-data-table__td-sort-icon-active {
|
|
182
|
+
color: rgba(var(--v-theme-on-surface));
|
|
183
|
+
}
|
|
135
184
|
.v-data-table-footer {
|
|
136
|
-
display: flex;
|
|
137
185
|
align-items: center;
|
|
186
|
+
display: flex;
|
|
138
187
|
flex-wrap: wrap;
|
|
139
|
-
padding: 4px;
|
|
140
188
|
justify-content: flex-end;
|
|
189
|
+
padding: 8px 4px;
|
|
141
190
|
}
|
|
142
|
-
|
|
143
191
|
.v-data-table-footer__items-per-page {
|
|
144
|
-
display: flex;
|
|
145
192
|
align-items: center;
|
|
193
|
+
display: flex;
|
|
146
194
|
justify-content: center;
|
|
147
195
|
}
|
|
148
196
|
.v-data-table-footer__items-per-page > span {
|
|
@@ -151,20 +199,17 @@
|
|
|
151
199
|
.v-data-table-footer__items-per-page > .v-select {
|
|
152
200
|
width: 90px;
|
|
153
201
|
}
|
|
154
|
-
|
|
155
202
|
.v-data-table-footer__info {
|
|
156
203
|
display: flex;
|
|
157
204
|
justify-content: flex-end;
|
|
158
205
|
min-width: 116px;
|
|
159
206
|
padding: 0 16px;
|
|
160
207
|
}
|
|
161
|
-
|
|
162
|
-
.v-data-table-footer__pagination {
|
|
163
|
-
display: flex;
|
|
208
|
+
.v-data-table-footer__paginationz {
|
|
164
209
|
align-items: center;
|
|
210
|
+
display: flex;
|
|
165
211
|
margin-inline-start: 16px;
|
|
166
212
|
}
|
|
167
|
-
|
|
168
213
|
.v-data-table-footer__page {
|
|
169
214
|
padding: 0 8px;
|
|
170
215
|
}
|
|
@@ -31,18 +31,22 @@
|
|
|
31
31
|
}
|
|
32
32
|
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
33
33
|
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
34
|
-
padding:
|
|
34
|
+
padding: 16px 24px;
|
|
35
35
|
}
|
|
36
36
|
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
37
37
|
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
38
|
-
padding-top:
|
|
38
|
+
padding-top: 0;
|
|
39
39
|
}
|
|
40
40
|
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
41
41
|
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
42
42
|
font-size: inherit;
|
|
43
43
|
letter-spacing: 0.03125em;
|
|
44
44
|
line-height: inherit;
|
|
45
|
-
padding: 16px 24px
|
|
45
|
+
padding: 16px 24px 24px;
|
|
46
|
+
}
|
|
47
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
|
48
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
|
49
|
+
justify-content: flex-end;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
.v-dialog--fullscreen {
|