@omnia/runtime 8.0.309-dev → 8.0.311-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.
Files changed (18) hide show
  1. package/dist/bundles/omnia.fx.ux.vuetify.avatar_5b901a77-3b57-4356-ba7c-c04685a8bca3.css +108 -0
  2. package/dist/bundles/omnia.fx.ux.vuetify.badge_7aeb90ec-7425-4208-8322-b74fa5a89a56.css +75 -0
  3. package/dist/bundles/omnia.fx.ux.vuetify.card_8a1e819f-6ac7-440b-8643-9ec87ec89c1f.css +308 -0
  4. package/dist/bundles/omnia.fx.ux.vuetify.carousel_2b3ac228-7b0c-4449-b8b6-bf52f7ffadb4.css +67 -0
  5. package/dist/bundles/omnia.fx.ux.vuetify.expansionpanels_57a42e38-a699-4a08-8f8b-6893f16cede3.css +217 -0
  6. package/dist/bundles/omnia.fx.ux.vuetify.list_2c3c6fe0-5e52-4377-9cff-f24cdebdc7b2.css +575 -0
  7. package/dist/bundles/omnia.fx.ux.vuetify.navigation_160ad01f-3967-488c-bcff-9919c9f15c5b.css +110 -0
  8. package/dist/bundles/omnia.fx.ux.vuetify.tabs_d4cde46a-4e16-428c-9490-c9208532912e.css +98 -0
  9. package/dist/bundles/omnia.fx.ux.vuetify.toolbar_1189480d-bb23-4f42-953f-5d2bb81ea050.css +202 -0
  10. package/dist/bundles/omnia.fx.ux.vuetify.virtualscroll_660ae133-398f-43e7-a1c7-d967406abed2.css +11 -0
  11. package/dist/bundles/omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css +26 -0
  12. package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.public.en-us.json +1 -1
  13. package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_admin_manifests.json +1 -1
  14. package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
  15. package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
  16. package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
  17. package/package.json +5 -5
  18. package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +0 -1771
@@ -0,0 +1,98 @@
1
+ .v-tabs {
2
+ display: flex;
3
+ height: var(--v-tabs-height);
4
+ }
5
+ .v-tabs--density-default {
6
+ --v-tabs-height: 48px;
7
+ }
8
+ .v-tabs--density-default.v-tabs--stacked {
9
+ --v-tabs-height: 72px;
10
+ }
11
+
12
+ .v-tabs--density-comfortable {
13
+ --v-tabs-height: 44px;
14
+ }
15
+ .v-tabs--density-comfortable.v-tabs--stacked {
16
+ --v-tabs-height: 68px;
17
+ }
18
+
19
+ .v-tabs--density-compact {
20
+ --v-tabs-height: 36px;
21
+ }
22
+ .v-tabs--density-compact.v-tabs--stacked {
23
+ --v-tabs-height: 60px;
24
+ }
25
+
26
+ .v-tabs.v-slide-group--vertical {
27
+ height: auto;
28
+ flex: none;
29
+ --v-tabs-height: 48px;
30
+ }
31
+
32
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
33
+ margin-inline-start: 42px;
34
+ }
35
+
36
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
37
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
38
+ margin-inline-end: auto;
39
+ }
40
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
41
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
42
+ margin-inline-start: auto;
43
+ }
44
+
45
+ .v-tabs--grow {
46
+ flex-grow: 1;
47
+ }
48
+ .v-tabs--grow .v-tab {
49
+ flex: 1 0 auto;
50
+ max-width: none;
51
+ }
52
+
53
+ .v-tabs--align-tabs-end .v-tab:first-child {
54
+ margin-inline-start: auto;
55
+ }
56
+ .v-tabs--align-tabs-end .v-tab:last-child {
57
+ margin-inline-end: 0;
58
+ }
59
+
60
+ @media (max-width: 1279.98px) {
61
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
62
+ margin-inline-start: 52px;
63
+ }
64
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
65
+ margin-inline-end: 52px;
66
+ }
67
+ }
68
+ .v-tab.v-tab.v-btn {
69
+ height: var(--v-tabs-height);
70
+ border-radius: 0;
71
+ min-width: 90px;
72
+ }
73
+ .v-slide-group--horizontal .v-tab {
74
+ max-width: 360px;
75
+ }
76
+ .v-slide-group--vertical .v-tab {
77
+ justify-content: start;
78
+ }
79
+
80
+ .v-tab__slider {
81
+ position: absolute;
82
+ bottom: 0;
83
+ left: 0;
84
+ height: 2px;
85
+ width: 100%;
86
+ background: currentColor;
87
+ pointer-events: none;
88
+ opacity: 0;
89
+ }
90
+ .v-tab--selected .v-tab__slider {
91
+ opacity: 1;
92
+ }
93
+ .v-slide-group--vertical .v-tab__slider {
94
+ top: 0;
95
+ height: 100%;
96
+ width: 2px;
97
+ }
98
+
@@ -0,0 +1,202 @@
1
+ .v-app-bar {
2
+ display: flex;
3
+ }
4
+ .v-app-bar.v-toolbar {
5
+ background: rgb(var(--v-theme-surface));
6
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
7
+ }
8
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
9
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
10
+ }
11
+ .v-app-bar:not(.v-toolbar--absolute) {
12
+ padding-inline-end: var(--v-scrollbar-offset);
13
+ }
14
+ .v-toolbar {
15
+ align-items: flex-start;
16
+ display: flex;
17
+ flex: none;
18
+ flex-direction: column;
19
+ justify-content: space-between;
20
+ max-width: 100%;
21
+ position: relative;
22
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24
+ width: 100%;
25
+ }
26
+ .v-toolbar {
27
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
28
+ border-style: solid;
29
+ border-width: 0;
30
+ }
31
+ .v-toolbar--border {
32
+ border-width: thin;
33
+ box-shadow: none;
34
+ }
35
+ .v-toolbar {
36
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
37
+ }
38
+ .v-toolbar {
39
+ border-radius: 0;
40
+ }
41
+ .v-toolbar {
42
+ background: rgb(var(--v-theme-surface-light));
43
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
44
+ }
45
+ .v-toolbar--absolute {
46
+ position: absolute;
47
+ }
48
+ .v-toolbar--collapse {
49
+ max-width: 112px;
50
+ overflow: hidden;
51
+ border-end-end-radius: 24px;
52
+ }
53
+ .v-toolbar--collapse .v-toolbar-title {
54
+ display: none;
55
+ }
56
+ .v-toolbar--flat {
57
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
58
+ }
59
+ .v-toolbar--floating {
60
+ display: inline-flex;
61
+ }
62
+ .v-toolbar--rounded {
63
+ border-radius: 4px;
64
+ }
65
+
66
+ .v-toolbar__content,
67
+ .v-toolbar__extension {
68
+ align-items: center;
69
+ display: flex;
70
+ flex: 0 0 auto;
71
+ position: relative;
72
+ transition: inherit;
73
+ width: 100%;
74
+ }
75
+
76
+ .v-toolbar__content {
77
+ overflow: hidden;
78
+ }
79
+ .v-toolbar__content > .v-btn:first-child {
80
+ margin-inline-start: 4px;
81
+ }
82
+ .v-toolbar__content > .v-btn:last-child {
83
+ margin-inline-end: 4px;
84
+ }
85
+ .v-toolbar__content > .v-toolbar-title {
86
+ margin-inline-start: 20px;
87
+ }
88
+ .v-toolbar--density-prominent .v-toolbar__content {
89
+ align-items: flex-start;
90
+ }
91
+
92
+ .v-toolbar__image {
93
+ display: flex;
94
+ opacity: var(--v-toolbar-image-opacity, 1);
95
+ transition-property: opacity;
96
+ }
97
+ .v-toolbar__image {
98
+ position: absolute;
99
+ top: 0;
100
+ left: 0;
101
+ width: 100%;
102
+ height: 100%;
103
+ }
104
+
105
+ .v-toolbar__prepend,
106
+ .v-toolbar__append {
107
+ align-items: center;
108
+ align-self: stretch;
109
+ display: flex;
110
+ }
111
+
112
+ .v-toolbar__prepend {
113
+ margin-inline: 4px auto;
114
+ }
115
+
116
+ .v-toolbar__append {
117
+ margin-inline: auto 4px;
118
+ }
119
+
120
+ .v-toolbar-title {
121
+ flex: 1 1;
122
+ font-size: 1.25rem;
123
+ min-width: 0;
124
+ }
125
+ .v-toolbar-title {
126
+ font-size: 1.25rem;
127
+ font-weight: 400;
128
+ letter-spacing: 0;
129
+ line-height: 1.75rem;
130
+ text-transform: none;
131
+ }
132
+ .v-toolbar--density-prominent .v-toolbar-title {
133
+ align-self: flex-end;
134
+ padding-bottom: 6px;
135
+ }
136
+ .v-toolbar--density-prominent .v-toolbar-title {
137
+ font-size: 1.5rem;
138
+ font-weight: 400;
139
+ letter-spacing: 0;
140
+ line-height: 2.25rem;
141
+ text-transform: none;
142
+ }
143
+
144
+ .v-toolbar-title__placeholder {
145
+ overflow: hidden;
146
+ text-overflow: ellipsis;
147
+ white-space: nowrap;
148
+ }
149
+
150
+ .v-toolbar-items {
151
+ display: flex;
152
+ height: inherit;
153
+ align-self: stretch;
154
+ }
155
+ .v-toolbar-items > .v-btn {
156
+ border-radius: 0;
157
+ }
158
+ .v-system-bar {
159
+ align-items: center;
160
+ display: flex;
161
+ flex: 1 1 auto;
162
+ height: 24px;
163
+ justify-content: flex-end;
164
+ max-width: 100%;
165
+ padding-inline: 8px;
166
+ position: relative;
167
+ text-align: end;
168
+ width: 100%;
169
+ }
170
+ .v-system-bar .v-icon {
171
+ opacity: var(--v-medium-emphasis-opacity);
172
+ }
173
+ .v-system-bar {
174
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
175
+ }
176
+ .v-system-bar--absolute {
177
+ position: absolute;
178
+ }
179
+ .v-system-bar--fixed {
180
+ position: fixed;
181
+ }
182
+ .v-system-bar {
183
+ background: rgba(var(--v-theme-surface-light));
184
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
185
+ }
186
+ .v-system-bar {
187
+ font-size: 0.75rem;
188
+ font-weight: 400;
189
+ letter-spacing: 0.0333333333em;
190
+ line-height: 1.667;
191
+ text-transform: none;
192
+ }
193
+ .v-system-bar--rounded {
194
+ border-radius: 0;
195
+ }
196
+ .v-system-bar--window {
197
+ height: 32px;
198
+ }
199
+ .v-system-bar:not(.v-system-bar--absolute) {
200
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
201
+ }
202
+
@@ -0,0 +1,11 @@
1
+ .v-virtual-scroll {
2
+ display: block;
3
+ flex: 1 1 auto;
4
+ max-width: 100%;
5
+ overflow: auto;
6
+ position: relative;
7
+ }
8
+ .v-virtual-scroll__container {
9
+ display: block;
10
+ }
11
+
@@ -2268,3 +2268,29 @@ html[data-omfx] pre {
2268
2268
  height: 53px !important;
2269
2269
  }
2270
2270
  }
2271
+ .o-tv-wrapper {
2272
+ & .v-treeview-item .v-btn {
2273
+ color: var(--icon-color, revert) !important
2274
+ }
2275
+
2276
+ & .v-treeview-item .v-list-item-title {
2277
+ color: var(--color, revert) !important
2278
+ }
2279
+
2280
+ & .v-treeview-item:hover {
2281
+ color: var(--hover-color, revert) !important
2282
+ }
2283
+
2284
+ background-color: var(--background-color, revert) !important;
2285
+ }
2286
+
2287
+
2288
+ .o-tv-padding {
2289
+
2290
+ & .v-treeview-item {
2291
+ padding-top: var(--top, revert) !important;
2292
+ padding-bottom: var(--bottom, revert) !important;
2293
+ padding-left: var(--left, revert) !important;
2294
+ padding-right: var(--right, revert) !important;
2295
+ }
2296
+ }