@omnia/runtime 8.0.84-vnext → 8.0.85-vnext
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 -2
- package/dist/bundles/omnia.fx.ux.vuetify.dialog_0bf6198c-32c6-4cec-90bd-7988a979c9b0.css +15 -6
- package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +13 -2
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.v-tooltip > .v-overlay__content {
|
|
102
|
-
background:
|
|
102
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
103
103
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
104
104
|
border-radius: 4px;
|
|
105
105
|
font-size: 0.875rem;
|
|
@@ -329,10 +329,14 @@
|
|
|
329
329
|
opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
.v-list-item__prepend > .v-
|
|
332
|
+
.v-list-item__prepend > .v-badge .v-icon,
|
|
333
|
+
.v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
|
|
334
|
+
.v-list-item__append > .v-icon {
|
|
333
335
|
opacity: var(--v-medium-emphasis-opacity);
|
|
334
336
|
}
|
|
337
|
+
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
|
|
335
338
|
.v-list-item--active .v-list-item__prepend > .v-icon,
|
|
339
|
+
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
|
|
336
340
|
.v-list-item--active .v-list-item__append > .v-icon {
|
|
337
341
|
opacity: 1;
|
|
338
342
|
}
|
|
@@ -357,6 +361,7 @@
|
|
|
357
361
|
.v-list-item__prepend > .v-avatar {
|
|
358
362
|
margin-inline-end: 16px;
|
|
359
363
|
}
|
|
364
|
+
.v-list-item__prepend > .v-badge .v-icon,
|
|
360
365
|
.v-list-item__prepend > .v-icon {
|
|
361
366
|
margin-inline-end: 32px;
|
|
362
367
|
}
|
|
@@ -373,6 +378,7 @@
|
|
|
373
378
|
.v-list-item__append > .v-avatar {
|
|
374
379
|
margin-inline-start: 16px;
|
|
375
380
|
}
|
|
381
|
+
.v-list-item__append > .v-badge .v-icon,
|
|
376
382
|
.v-list-item__append > .v-icon {
|
|
377
383
|
margin-inline-start: 32px;
|
|
378
384
|
}
|
|
@@ -12,23 +12,29 @@
|
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
}
|
|
14
14
|
.v-dialog > .v-overlay__content > .v-card,
|
|
15
|
-
.v-dialog > .v-overlay__content > .v-sheet
|
|
15
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
16
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
17
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
16
18
|
--v-scrollbar-offset: 0px;
|
|
17
19
|
border-radius: 4px;
|
|
18
20
|
overflow-y: auto;
|
|
19
21
|
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20
22
|
}
|
|
21
|
-
.v-dialog > .v-overlay__content > .v-card
|
|
23
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
24
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
22
25
|
display: flex;
|
|
23
26
|
flex-direction: column;
|
|
24
27
|
}
|
|
25
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item
|
|
28
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
29
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
26
30
|
padding: 14px 24px 0;
|
|
27
31
|
}
|
|
28
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text
|
|
32
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
33
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
29
34
|
padding-top: 10px;
|
|
30
35
|
}
|
|
31
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text
|
|
36
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
37
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
32
38
|
font-size: inherit;
|
|
33
39
|
letter-spacing: 0.03125em;
|
|
34
40
|
line-height: inherit;
|
|
@@ -51,7 +57,9 @@
|
|
|
51
57
|
left: 0;
|
|
52
58
|
}
|
|
53
59
|
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
54
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet
|
|
60
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
61
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
62
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
55
63
|
min-height: 100%;
|
|
56
64
|
min-width: 100%;
|
|
57
65
|
border-radius: 0;
|
|
@@ -60,6 +68,7 @@
|
|
|
60
68
|
.v-dialog--scrollable > .v-overlay__content,
|
|
61
69
|
.v-dialog--scrollable > .v-overlay__content > form {
|
|
62
70
|
display: flex;
|
|
71
|
+
overflow: hidden;
|
|
63
72
|
}
|
|
64
73
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
65
74
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
@@ -502,6 +502,10 @@
|
|
|
502
502
|
padding: 0;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
+
.v-spacer {
|
|
506
|
+
flex-grow: 1;
|
|
507
|
+
}
|
|
508
|
+
|
|
505
509
|
.v-col-xxl,
|
|
506
510
|
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
507
511
|
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
@@ -1651,6 +1655,9 @@
|
|
|
1651
1655
|
pointer-events: none;
|
|
1652
1656
|
opacity: 0.26;
|
|
1653
1657
|
}
|
|
1658
|
+
.v-btn--disabled:hover {
|
|
1659
|
+
opacity: 0.26;
|
|
1660
|
+
}
|
|
1654
1661
|
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
|
|
1655
1662
|
box-shadow: none;
|
|
1656
1663
|
opacity: 1;
|
|
@@ -3107,6 +3114,7 @@ textarea.v-field__input::placeholder {
|
|
|
3107
3114
|
--v-field-border-width: 2px;
|
|
3108
3115
|
}
|
|
3109
3116
|
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
|
3117
|
+
border-color: currentColor;
|
|
3110
3118
|
border-style: solid;
|
|
3111
3119
|
border-width: 0 0 var(--v-field-border-width);
|
|
3112
3120
|
opacity: var(--v-field-border-opacity);
|
|
@@ -3276,10 +3284,13 @@ textarea.v-field__input::placeholder {
|
|
|
3276
3284
|
|
|
3277
3285
|
/* endregion */
|
|
3278
3286
|
/* region MODIFIERS */
|
|
3279
|
-
.v-field--reverse .v-
|
|
3287
|
+
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
3288
|
+
flex-direction: row-reverse;
|
|
3289
|
+
}
|
|
3290
|
+
.v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse input {
|
|
3280
3291
|
text-align: right;
|
|
3281
3292
|
}
|
|
3282
|
-
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input {
|
|
3293
|
+
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse input {
|
|
3283
3294
|
text-align: left;
|
|
3284
3295
|
}
|
|
3285
3296
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"710bb8a5edcbd2bd6a88e6fb21b26ed8"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"
|
|
1
|
+
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"710bb8a5edcbd2bd6a88e6fb21b26ed8"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"a517be015fbca9f3ddbe64c3f8b4d413"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
|