@omnia/runtime 8.0.220-dev → 8.0.222-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.
@@ -656,10 +656,10 @@
656
656
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
657
657
  }
658
658
 
659
- .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
659
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
660
660
  opacity: 0;
661
661
  }
662
- .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
662
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
663
663
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
664
664
  }
665
665
 
@@ -6826,6 +6826,22 @@ html.overflow-y-hidden {
6826
6826
  flex: 0 0 100% !important;
6827
6827
  }
6828
6828
 
6829
+ .flex-1-1-0 {
6830
+ flex: 1 1 0 !important;
6831
+ }
6832
+
6833
+ .flex-1-0-0 {
6834
+ flex: 1 0 0 !important;
6835
+ }
6836
+
6837
+ .flex-0-1-0 {
6838
+ flex: 0 1 0 !important;
6839
+ }
6840
+
6841
+ .flex-0-0-0 {
6842
+ flex: 0 0 0 !important;
6843
+ }
6844
+
6829
6845
  .flex-row {
6830
6846
  flex-direction: row !important;
6831
6847
  }
@@ -10506,6 +10522,18 @@ html.overflow-y-hidden {
10506
10522
  .flex-sm-0-0-100 {
10507
10523
  flex: 0 0 100% !important;
10508
10524
  }
10525
+ .flex-sm-1-1-0 {
10526
+ flex: 1 1 0 !important;
10527
+ }
10528
+ .flex-sm-1-0-0 {
10529
+ flex: 1 0 0 !important;
10530
+ }
10531
+ .flex-sm-0-1-0 {
10532
+ flex: 0 1 0 !important;
10533
+ }
10534
+ .flex-sm-0-0-0 {
10535
+ flex: 0 0 0 !important;
10536
+ }
10509
10537
  .flex-sm-row {
10510
10538
  flex-direction: row !important;
10511
10539
  }
@@ -12541,6 +12569,18 @@ html.overflow-y-hidden {
12541
12569
  .flex-md-0-0-100 {
12542
12570
  flex: 0 0 100% !important;
12543
12571
  }
12572
+ .flex-md-1-1-0 {
12573
+ flex: 1 1 0 !important;
12574
+ }
12575
+ .flex-md-1-0-0 {
12576
+ flex: 1 0 0 !important;
12577
+ }
12578
+ .flex-md-0-1-0 {
12579
+ flex: 0 1 0 !important;
12580
+ }
12581
+ .flex-md-0-0-0 {
12582
+ flex: 0 0 0 !important;
12583
+ }
12544
12584
  .flex-md-row {
12545
12585
  flex-direction: row !important;
12546
12586
  }
@@ -14576,6 +14616,18 @@ html.overflow-y-hidden {
14576
14616
  .flex-lg-0-0-100 {
14577
14617
  flex: 0 0 100% !important;
14578
14618
  }
14619
+ .flex-lg-1-1-0 {
14620
+ flex: 1 1 0 !important;
14621
+ }
14622
+ .flex-lg-1-0-0 {
14623
+ flex: 1 0 0 !important;
14624
+ }
14625
+ .flex-lg-0-1-0 {
14626
+ flex: 0 1 0 !important;
14627
+ }
14628
+ .flex-lg-0-0-0 {
14629
+ flex: 0 0 0 !important;
14630
+ }
14579
14631
  .flex-lg-row {
14580
14632
  flex-direction: row !important;
14581
14633
  }
@@ -16611,6 +16663,18 @@ html.overflow-y-hidden {
16611
16663
  .flex-xl-0-0-100 {
16612
16664
  flex: 0 0 100% !important;
16613
16665
  }
16666
+ .flex-xl-1-1-0 {
16667
+ flex: 1 1 0 !important;
16668
+ }
16669
+ .flex-xl-1-0-0 {
16670
+ flex: 1 0 0 !important;
16671
+ }
16672
+ .flex-xl-0-1-0 {
16673
+ flex: 0 1 0 !important;
16674
+ }
16675
+ .flex-xl-0-0-0 {
16676
+ flex: 0 0 0 !important;
16677
+ }
16614
16678
  .flex-xl-row {
16615
16679
  flex-direction: row !important;
16616
16680
  }
@@ -18646,6 +18710,18 @@ html.overflow-y-hidden {
18646
18710
  .flex-xxl-0-0-100 {
18647
18711
  flex: 0 0 100% !important;
18648
18712
  }
18713
+ .flex-xxl-1-1-0 {
18714
+ flex: 1 1 0 !important;
18715
+ }
18716
+ .flex-xxl-1-0-0 {
18717
+ flex: 1 0 0 !important;
18718
+ }
18719
+ .flex-xxl-0-1-0 {
18720
+ flex: 0 1 0 !important;
18721
+ }
18722
+ .flex-xxl-0-0-0 {
18723
+ flex: 0 0 0 !important;
18724
+ }
18649
18725
  .flex-xxl-row {
18650
18726
  flex-direction: row !important;
18651
18727
  }
@@ -5,7 +5,7 @@
5
5
  margin-inline-end: calc(8px + var(--v-scrollbar-offset));
6
6
  padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
7
7
  }
8
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
8
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
9
9
  align-items: flex-end;
10
10
  }
11
11
  .v-snackbar__wrapper {
@@ -113,6 +113,9 @@
113
113
  font-size: 0.75rem;
114
114
  margin-inline-end: 8px;
115
115
  }
116
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
117
+ margin-inline-end: 0;
118
+ }
116
119
  .v-stepper-item__avatar.v-avatar .v-icon {
117
120
  font-size: 0.875rem;
118
121
  }
@@ -1,5 +1,10 @@
1
1
  .ozp4kpb{background:var(--background,revert)}
2
+ .oik3mn3{border:var(--border,revert)}
3
+ .o1kvxyos{margin:var(--margin,revert)}
4
+ .o19ea983{padding:var(--padding,revert)}
5
+ .op5j0yd:hover{background:var(--umghl,revert)}
2
6
  .o19jiyzx:not(#\#){border-bottom:var(--borderBottom,revert)}
7
+ .oeqt46j:not(#\#){border-color:var(--borderColor,revert)}
3
8
  .o1owwbs0:not(#\#){border-left:var(--borderLeft,revert)}
4
9
  .o1psujx9:not(#\#){border-radius:var(--borderRadius,revert)}
5
10
  .o1vbr5l2:not(#\#){border-right:var(--borderRight,revert)}
@@ -33,6 +38,7 @@
33
38
  .o1qa288d:not(#\#):not(#\#){justify-content:var(--justifyContent,revert)}
34
39
  .oatrb82:not(#\#):not(#\#){line-height:var(--lineHeight,revert)}
35
40
  .o1u4uod0:not(#\#):not(#\#){opacity:var(--opacity,revert)}
41
+ .o1njnmqe:not(#\#):not(#\#){pointer-events:var(--pointerEvents,revert)}
36
42
  .o16rutl3:not(#\#):not(#\#){position:var(--position,revert)}
37
43
  .om8a6f2:not(#\#):not(#\#){row-gap:var(--rowGap,revert)}
38
44
  .o1w9wy87:not(#\#):not(#\#){text-align:var(--textAlign,revert)}
@@ -40,32 +46,64 @@
40
46
  .o8rf0a0:not(#\#):not(#\#){text-transform:var(--textTransform,revert)}
41
47
  .o1yesafu:not(#\#):not(#\#){transform-origin:var(--transformOrigin,revert)}
42
48
  .o1v0jg1i:not(#\#):not(#\#){transform:var(--transform,revert)}
49
+ .ouqgmj3:not(#\#):not(#\#){vertical-align:var(--verticalAlign,revert)}
43
50
  .otgbcpc:not(#\#):not(#\#){white-space:var(--whiteSpace,revert)}
44
51
  .ocl18dw:not(#\#):not(#\#){word-break:var(--wordBreak,revert)}
45
52
  .ojxbwdb:not(#\#):not(#\#){z-index:var(--zIndex,revert)}
46
- .o1277o0a:hover:not(#\#):not(#\#){cursor:pointer}
53
+ .orl4t6d:hover:not(#\#):not(#\#){background-color:var(--1e2mv7m,revert)}
54
+ .os599ch:hover:not(#\#):not(#\#){cursor:var(--s7d2wp,revert)}
47
55
  .oy0h9ws:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:var(--borderBottomLeftRadius,revert)}
48
56
  .oirl74b:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:var(--borderBottomRightRadius,revert)}
49
57
  .okudhk1:not(#\#):not(#\#):not(#\#){border-top-left-radius:var(--borderTopLeftRadius,revert)}
50
58
  .o1uhzfu4:not(#\#):not(#\#):not(#\#){border-top-right-radius:var(--borderTopRightRadius,revert)}
51
59
  .o1jwls1v:not(#\#):not(#\#):not(#\#){height:var(--height,revert)}
60
+ .o101gtxs:not(#\#):not(#\#):not(#\#){left:var(--left,revert)}
52
61
  .old31j7:not(#\#):not(#\#):not(#\#){margin-bottom:var(--marginBottom,revert)}
53
62
  .owmvlbq:not(#\#):not(#\#):not(#\#){margin-left:var(--marginLeft,revert)}
54
63
  .oy982vn:not(#\#):not(#\#):not(#\#){margin-right:var(--marginRight,revert)}
55
64
  .o1v67u4u:not(#\#):not(#\#):not(#\#){margin-top:var(--marginTop,revert)}
65
+ .oqvb90d:not(#\#):not(#\#):not(#\#){max-height:var(--maxHeight,revert)}
56
66
  .osvhuol:not(#\#):not(#\#):not(#\#){max-width:var(--maxWidth,revert)}
57
67
  .o1gu4hsp:not(#\#):not(#\#):not(#\#){min-height:var(--minHeight,revert)}
58
68
  .o13to73x:not(#\#):not(#\#):not(#\#){min-width:var(--minWidth,revert)}
69
+ .o1ke1aez:not(#\#):not(#\#):not(#\#){overflow-x:var(--overflowX,revert)}
70
+ .okdrvib:not(#\#):not(#\#):not(#\#){overflow-y:var(--overflowY,revert)}
59
71
  .o9q6w0x:not(#\#):not(#\#):not(#\#){padding-bottom:var(--paddingBottom,revert)}
60
72
  .o1k3zc6d:not(#\#):not(#\#):not(#\#){padding-left:var(--paddingLeft,revert)}
61
73
  .o1af1tl5:not(#\#):not(#\#):not(#\#){padding-right:var(--paddingRight,revert)}
62
74
  .obobb8a:not(#\#):not(#\#):not(#\#){padding-top:var(--paddingTop,revert)}
63
75
  .orzbxsz:not(#\#):not(#\#):not(#\#){top:var(--top,revert)}
64
76
  .o17fnjtu:not(#\#):not(#\#):not(#\#){width:var(--width,revert)}
65
- .o-ip-w {
77
+ .o-ip-of {
78
+ overflow: var(--overflow, revert) !important
79
+ }
80
+
81
+ .o-ip-w {
66
82
  width: var(--width, revert) !important
67
83
  }
68
84
 
85
+ .o-ip-height {
86
+ height: var(--height, revert) !important
87
+ }
88
+
89
+ .o-ip-h-max {
90
+ max-height: var(--maxHeight, revert) !important
91
+ }
92
+
93
+ .o-ip-ma {
94
+ margin: var(--margin, revert) !important
95
+ }
96
+
97
+ .o-ip-pa {
98
+ padding: var(--padding, revert) !important
99
+ }
100
+
101
+ /* .o-ip-border {
102
+ border: var(--border, revert) !important
103
+ } */
104
+
105
+
106
+
69
107
  .o-ip-bg {
70
108
  background: var(--background, revert) !important;
71
109
  }
@@ -74,10 +112,38 @@
74
112
  color: var(--color, revert) !important;
75
113
  }
76
114
 
77
- .o-ip-m-l {
115
+ .o-ip-ml {
78
116
  margin-left: var(--marginLeft, revert) !important;
79
117
  }
80
118
 
119
+ .o-ip-mb {
120
+ margin-bottom: var(--marginBottom, revert) !important;
121
+ }
122
+
123
+ .o-ip-mr {
124
+ margin-right: var(--marginRight, revert) !important;
125
+ }
126
+
127
+ .o-ip-mt {
128
+ margin-top: var(--marginTop, revert) !important;
129
+ }
130
+
131
+ .o-ip-pl {
132
+ padding-left: var(--paddingLeft, revert) !important;
133
+ }
134
+
135
+ .o-ip-pb {
136
+ padding-bottom: var(--paddingBottom, revert) !important;
137
+ }
138
+
139
+ .o-ip-pr {
140
+ padding-right: var(--paddingRight, revert) !important;
141
+ }
142
+
143
+ .o-ip-pt {
144
+ padding-top: var(--paddingTop, revert) !important;
145
+ }
146
+
81
147
  .o-ip-btlr {
82
148
  border-top-left-radius: var(--borderTopLeftRadius, revert) !important
83
149
  }
@@ -94,9 +160,6 @@
94
160
  border-bottom-left-radius: var(--borderBottomLeftRadius, revert) !important
95
161
  }
96
162
 
97
- .os-imp-height {
98
- height: var(--height, revert) !important
99
- }
100
163
 
101
164
  .o-ip-bg-clip,
102
165
  .o-ip-bg.o-ip-bg-clip {
@@ -105,7 +168,9 @@
105
168
  }
106
169
 
107
170
  .o-ip-bg-color,
108
- .o-ip-bg.o-ip-bg-color {
171
+ .o-ip-bg-color-hover:hover,
172
+ .o-ip-bg.o-ip-bg-color,
173
+ .o-ip-bg.o-ip-bg-color-hover:hover {
109
174
  background-color: var(--backgroundColor, revert) !important;
110
175
  }
111
176
 
@@ -122,6 +187,150 @@
122
187
  .o-ip-fs {
123
188
  font-size: var(--fontSize, revert) !important;
124
189
  }
190
+
191
+ /* nest rule */
192
+
193
+ .o-nest-if-pl iframe {
194
+ padding-left: var(--paddingLeft, revert);
195
+ }
196
+
197
+ .o-nest-if-pr iframe {
198
+ padding-right: var(--paddingRight, revert);
199
+ }
200
+
201
+ .o-nest-if-pt iframe {
202
+ padding-top: var(--paddingTop, revert);
203
+ }
204
+
205
+ .o-nest-if-pb iframe {
206
+ padding-bottom: var(--paddingBottom, revert);
207
+ }
208
+
209
+ /* sm size */
210
+ @media screen and (max-width: 420px) {
211
+ .o-media-sm-fs {
212
+ font-size: var(--fontSize, revert);
213
+ }
214
+
215
+ .o-media-sm-fw {
216
+ font-weight: var(--fontWeight, revert);
217
+ }
218
+
219
+ .o-media-sm-lh {
220
+ line-height: var(--lineHeight, revert);
221
+ }
222
+
223
+ .o-ip-media-sm-fs {
224
+ font-size: var(--fontSize, revert) !important;
225
+ }
226
+
227
+ .o-ip-media-sm-fw {
228
+ font-weight: var(--fontWeight, revert) !important;
229
+ }
230
+
231
+ .o-ip-media-sm-lh {
232
+ line-height: var(--lineHeight, revert) !important;
233
+ }
234
+ }
235
+
236
+ /* medium size */
237
+ @media screen and (min-width: 420px) and (max-width: 1200px) {
238
+ .o-media-md-fs {
239
+ font-size: var(--fontSize, revert);
240
+ }
241
+
242
+ .o-media-md-fw {
243
+ font-weight: var(--fontWeight, revert);
244
+ }
245
+
246
+ .o-media-md-lh {
247
+ line-height: var(--lineHeight, revert);
248
+ }
249
+
250
+ .o-ip-media-md-fs {
251
+ font-size: var(--fontSize, revert) !important;
252
+ }
253
+
254
+ .o-ip-media-md-fw {
255
+ font-weight: var(--fontWeight, revert) !important;
256
+ }
257
+
258
+ .o-ip-media-md-lh {
259
+ line-height: var(--lineHeight, revert) !important;
260
+ }
261
+ }
262
+
263
+ /* large size */
264
+ @media screen and (min-width: 1201px) {
265
+ .o-media-lg-fs {
266
+ font-size: var(--fontSize, revert);
267
+ }
268
+
269
+ .o-media-lg-fw {
270
+ font-weight: var(--fontWeight, revert);
271
+ }
272
+
273
+ .o-media-lg-lh {
274
+ line-height: var(--lineHeight, revert);
275
+ }
276
+
277
+ .o-ip-media-lg-fs {
278
+ font-size: var(--fontSize, revert) !important;
279
+ }
280
+
281
+ .o-ip-media-lg-fw {
282
+ font-weight: var(--fontWeight, revert) !important;
283
+ }
284
+
285
+ .o-ip-media-lg-lh {
286
+ line-height: var(--lineHeight, revert) !important;
287
+ }
288
+ }
289
+
290
+ /* sm size */
291
+ @container (max-width: 420px) {
292
+ /* .o-ip-container-sm-fs {
293
+ font-size: var(--fontSize, revert) !important;
294
+ }
295
+
296
+ .o-ip-container-sm-fw {
297
+ font-weight: var(--fontWeight, revert) !important;
298
+ }
299
+
300
+ .o-ip-container-sm-lh {
301
+ line-height: var(--lineHeight, revert) !important;
302
+ } */
303
+ }
304
+
305
+ /* medium size */
306
+ @container (min-width: 420px) and (max-width: 1200px) {
307
+ /* .o-ip-container-md-fs {
308
+ font-size: var(--fontSize, revert) !important;
309
+ }
310
+
311
+ .o-ip-container-md-fw {
312
+ font-weight: var(--fontWeight, revert) !important;
313
+ }
314
+
315
+ .o-ip-container-md-lh {
316
+ line-height: var(--lineHeight, revert) !important;
317
+ } */
318
+ }
319
+
320
+ /* large size */
321
+ @container (min-width: 1201px) {
322
+ /* .o-ip-container-lg-fs {
323
+ font-size: var(--fontSize, revert) !important;
324
+ }
325
+
326
+ .o-ip-container-lg-fw {
327
+ font-weight: var(--fontWeight, revert) !important;
328
+ }
329
+
330
+ .o-ip-container-lg-lh {
331
+ line-height: var(--lineHeight, revert) !important;
332
+ } */
333
+ }
125
334
  /*!
126
335
  use .css file to override vuetify css prevent flickering because that will bundle to omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css
127
336
  */
@@ -228,16 +437,19 @@ html[data-omfx] pre {
228
437
  padding-bottom: 60px
229
438
  }
230
439
  }
231
- /* .o-bl-icon-nest i.v-icon,
232
- .v-btn.o-bl-icon-nest i.v-icon {
233
- background: var(--background, revert) !important;
234
- background-clip: var(--backgroundClip, revert) !important;
235
- -webkit-background-clip: var(--backgroundClip, revert) !important;
236
- -webkit-text-fill-color: var(--textFillColor, revert);
237
- color: var(--color, revert) !important;
238
- font-size: var(--fontSize, revert) !important;
440
+ .o-scroll::-webkit-scrollbar {
441
+ width: 10px;
442
+ height: 10px;
443
+ }
444
+
445
+ .o-scroll::-webkit-scrollbar-track {
446
+ background: var(--background-track, revert);
447
+ }
448
+
449
+ .o-scroll::-webkit-scrollbar-thumb {
450
+ background: var(--background-thumb, revert);
451
+ }
239
452
 
240
- } */
241
453
 
242
454
  .o-blin-c i.v-icon,
243
455
  .v-btn.o-blin-c i.v-icon {
@@ -344,7 +556,7 @@ html[data-omfx] pre {
344
556
  z-index: 30;
345
557
  }
346
558
 
347
- @media screen and (max-width: 420px) {
559
+ /* @media screen and (max-width: 420px) {
348
560
  .o-typ-font {
349
561
  font-size: var(--fontSize-s, revert) !important;
350
562
  font-weight: var(--fontWeight-s, revert) !important;
@@ -358,7 +570,7 @@ html[data-omfx] pre {
358
570
  font-weight: var(--fontWeight-m, revert) !important;
359
571
  line-height: var(--lineHeight-m, revert) !important;
360
572
  }
361
- }
573
+ } */
362
574
  /*!
363
575
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
364
576
  */
@@ -1453,3 +1665,27 @@ html[data-omfx] pre {
1453
1665
  .o-ab-navicon-container:hover {
1454
1666
  cursor: pointer;
1455
1667
  }
1668
+ .o-avatar-fe::after {
1669
+ content: "";
1670
+ display: block;
1671
+ width: 100%;
1672
+ height: 100%;
1673
+ border-radius: 50%;
1674
+ position: absolute;
1675
+ top: 0;
1676
+ left: 0;
1677
+ box-shadow: inset 10px 24px 40px 0px white, inset -10px -24px 40px 0px white, inset 20px -10px 40px 0px white, inset -20px 10px 40px 0px white;
1678
+ }
1679
+ .o-btng-n-flex button {
1680
+ flex: var(--flex, revert)
1681
+ }
1682
+
1683
+ .o-btng-n-bg button {
1684
+ background: var(--background, revert) !important;
1685
+ }
1686
+ .o-panel-n>div.o-panel-alignment,
1687
+ .o-panel-n>div {
1688
+ padding-left: 0 !important;
1689
+ padding-right: 0 !important;
1690
+
1691
+ }