@omnia/runtime 8.0.219-dev → 8.0.221-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,4 +1,7 @@
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)}
2
5
  .op5j0yd:hover{background:var(--umghl,revert)}
3
6
  .o19jiyzx:not(#\#){border-bottom:var(--borderBottom,revert)}
4
7
  .o1owwbs0:not(#\#){border-left:var(--borderLeft,revert)}
@@ -36,12 +39,15 @@
36
39
  .o1u4uod0:not(#\#):not(#\#){opacity:var(--opacity,revert)}
37
40
  .o16rutl3:not(#\#):not(#\#){position:var(--position,revert)}
38
41
  .om8a6f2:not(#\#):not(#\#){row-gap:var(--rowGap,revert)}
42
+ .o1w9wy87:not(#\#):not(#\#){text-align:var(--textAlign,revert)}
39
43
  .otc2z4j:not(#\#):not(#\#){text-fill-color:var(--textFillColor,revert)}
40
44
  .o8rf0a0:not(#\#):not(#\#){text-transform:var(--textTransform,revert)}
45
+ .o1yesafu:not(#\#):not(#\#){transform-origin:var(--transformOrigin,revert)}
41
46
  .o1v0jg1i:not(#\#):not(#\#){transform:var(--transform,revert)}
42
47
  .otgbcpc:not(#\#):not(#\#){white-space:var(--whiteSpace,revert)}
43
48
  .ocl18dw:not(#\#):not(#\#){word-break:var(--wordBreak,revert)}
44
- .o1277o0a:hover:not(#\#):not(#\#){cursor:pointer}
49
+ .ojxbwdb:not(#\#):not(#\#){z-index:var(--zIndex,revert)}
50
+ .os599ch:hover:not(#\#):not(#\#){cursor:var(--s7d2wp,revert)}
45
51
  .oy0h9ws:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:var(--borderBottomLeftRadius,revert)}
46
52
  .oirl74b:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:var(--borderBottomRightRadius,revert)}
47
53
  .okudhk1:not(#\#):not(#\#):not(#\#){border-top-left-radius:var(--borderTopLeftRadius,revert)}
@@ -51,6 +57,7 @@
51
57
  .owmvlbq:not(#\#):not(#\#):not(#\#){margin-left:var(--marginLeft,revert)}
52
58
  .oy982vn:not(#\#):not(#\#):not(#\#){margin-right:var(--marginRight,revert)}
53
59
  .o1v67u4u:not(#\#):not(#\#):not(#\#){margin-top:var(--marginTop,revert)}
60
+ .oqvb90d:not(#\#):not(#\#):not(#\#){max-height:var(--maxHeight,revert)}
54
61
  .osvhuol:not(#\#):not(#\#):not(#\#){max-width:var(--maxWidth,revert)}
55
62
  .o1gu4hsp:not(#\#):not(#\#):not(#\#){min-height:var(--minHeight,revert)}
56
63
  .o13to73x:not(#\#):not(#\#):not(#\#){min-width:var(--minWidth,revert)}
@@ -58,11 +65,38 @@
58
65
  .o1k3zc6d:not(#\#):not(#\#):not(#\#){padding-left:var(--paddingLeft,revert)}
59
66
  .o1af1tl5:not(#\#):not(#\#):not(#\#){padding-right:var(--paddingRight,revert)}
60
67
  .obobb8a:not(#\#):not(#\#):not(#\#){padding-top:var(--paddingTop,revert)}
68
+ .orzbxsz:not(#\#):not(#\#):not(#\#){top:var(--top,revert)}
61
69
  .o17fnjtu:not(#\#):not(#\#):not(#\#){width:var(--width,revert)}
62
- .o-ip-w {
70
+ .o-ip-overflow {
71
+ overflow: var(--overflow, revert) !important
72
+ }
73
+
74
+ .o-ip-width {
63
75
  width: var(--width, revert) !important
64
76
  }
65
77
 
78
+ .o-ip-height {
79
+ height: var(--height, revert) !important
80
+ }
81
+
82
+ .o-ip-height-max {
83
+ max-height: var(--maxHeight, revert) !important
84
+ }
85
+
86
+ .o-ip-margin {
87
+ margin: var(--margin, revert) !important
88
+ }
89
+
90
+ .o-ip-padding {
91
+ padding: var(--padding, revert) !important
92
+ }
93
+
94
+ /* .o-ip-border {
95
+ border: var(--border, revert) !important
96
+ } */
97
+
98
+
99
+
66
100
  .o-ip-bg {
67
101
  background: var(--background, revert) !important;
68
102
  }
@@ -71,6 +105,38 @@
71
105
  color: var(--color, revert) !important;
72
106
  }
73
107
 
108
+ .o-ip-m-l {
109
+ margin-left: var(--marginLeft, revert) !important;
110
+ }
111
+
112
+ .o-ip-m-b {
113
+ margin-bottom: var(--marginBottom, revert) !important;
114
+ }
115
+
116
+ .o-ip-m-r {
117
+ margin-right: var(--marginRight, revert) !important;
118
+ }
119
+
120
+ .o-ip-m-t {
121
+ margin-top: var(--marginTop, revert) !important;
122
+ }
123
+
124
+ .o-ip-p-l {
125
+ padding-left: var(--paddingLeft, revert) !important;
126
+ }
127
+
128
+ .o-ip-p-b {
129
+ padding-bottom: var(--paddingBottom, revert) !important;
130
+ }
131
+
132
+ .o-ip-p-r {
133
+ padding-right: var(--paddingRight, revert) !important;
134
+ }
135
+
136
+ .o-ip-p-t {
137
+ padding-top: var(--paddingTop, revert) !important;
138
+ }
139
+
74
140
  .o-ip-btlr {
75
141
  border-top-left-radius: var(--borderTopLeftRadius, revert) !important
76
142
  }
@@ -87,9 +153,6 @@
87
153
  border-bottom-left-radius: var(--borderBottomLeftRadius, revert) !important
88
154
  }
89
155
 
90
- .os-imp-height {
91
- height: var(--height, revert) !important
92
- }
93
156
 
94
157
  .o-ip-bg-clip,
95
158
  .o-ip-bg.o-ip-bg-clip {
@@ -115,6 +178,132 @@
115
178
  .o-ip-fs {
116
179
  font-size: var(--fontSize, revert) !important;
117
180
  }
181
+
182
+ /* sm size */
183
+ @media screen and (max-width: 420px) {
184
+ .o-media-sm-fs {
185
+ font-size: var(--fontSize, revert);
186
+ }
187
+
188
+ .o-media-sm-fw {
189
+ font-weight: var(--fontWeight, revert);
190
+ }
191
+
192
+ .o-media-sm-lh {
193
+ line-height: var(--lineHeight, revert);
194
+ }
195
+
196
+ .o-ip-media-sm-fs {
197
+ font-size: var(--fontSize, revert) !important;
198
+ }
199
+
200
+ .o-ip-media-sm-fw {
201
+ font-weight: var(--fontWeight, revert) !important;
202
+ }
203
+
204
+ .o-ip-media-sm-lh {
205
+ line-height: var(--lineHeight, revert) !important;
206
+ }
207
+ }
208
+
209
+ /* medium size */
210
+ @media screen and (min-width: 420px) and (max-width: 1200px) {
211
+ .o-media-md-fs {
212
+ font-size: var(--fontSize, revert);
213
+ }
214
+
215
+ .o-media-md-fw {
216
+ font-weight: var(--fontWeight, revert);
217
+ }
218
+
219
+ .o-media-md-lh {
220
+ line-height: var(--lineHeight, revert);
221
+ }
222
+
223
+ .o-ip-media-md-fs {
224
+ font-size: var(--fontSize, revert) !important;
225
+ }
226
+
227
+ .o-ip-media-md-fw {
228
+ font-weight: var(--fontWeight, revert) !important;
229
+ }
230
+
231
+ .o-ip-media-md-lh {
232
+ line-height: var(--lineHeight, revert) !important;
233
+ }
234
+ }
235
+
236
+ /* large size */
237
+ @media screen and (min-width: 1201px) {
238
+ .o-media-lg-fs {
239
+ font-size: var(--fontSize, revert);
240
+ }
241
+
242
+ .o-media-lg-fw {
243
+ font-weight: var(--fontWeight, revert);
244
+ }
245
+
246
+ .o-media-lg-lh {
247
+ line-height: var(--lineHeight, revert);
248
+ }
249
+
250
+ .o-ip-media-lg-fs {
251
+ font-size: var(--fontSize, revert) !important;
252
+ }
253
+
254
+ .o-ip-media-lg-fw {
255
+ font-weight: var(--fontWeight, revert) !important;
256
+ }
257
+
258
+ .o-ip-media-lg-lh {
259
+ line-height: var(--lineHeight, revert) !important;
260
+ }
261
+ }
262
+
263
+ /* sm size */
264
+ @container (max-width: 420px) {
265
+ /* .o-ip-container-sm-fs {
266
+ font-size: var(--fontSize, revert) !important;
267
+ }
268
+
269
+ .o-ip-container-sm-fw {
270
+ font-weight: var(--fontWeight, revert) !important;
271
+ }
272
+
273
+ .o-ip-container-sm-lh {
274
+ line-height: var(--lineHeight, revert) !important;
275
+ } */
276
+ }
277
+
278
+ /* medium size */
279
+ @container (min-width: 420px) and (max-width: 1200px) {
280
+ /* .o-ip-container-md-fs {
281
+ font-size: var(--fontSize, revert) !important;
282
+ }
283
+
284
+ .o-ip-container-md-fw {
285
+ font-weight: var(--fontWeight, revert) !important;
286
+ }
287
+
288
+ .o-ip-container-md-lh {
289
+ line-height: var(--lineHeight, revert) !important;
290
+ } */
291
+ }
292
+
293
+ /* large size */
294
+ @container (min-width: 1201px) {
295
+ /* .o-ip-container-lg-fs {
296
+ font-size: var(--fontSize, revert) !important;
297
+ }
298
+
299
+ .o-ip-container-lg-fw {
300
+ font-weight: var(--fontWeight, revert) !important;
301
+ }
302
+
303
+ .o-ip-container-lg-lh {
304
+ line-height: var(--lineHeight, revert) !important;
305
+ } */
306
+ }
118
307
  /*!
119
308
  use .css file to override vuetify css prevent flickering because that will bundle to omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css
120
309
  */
@@ -337,7 +526,7 @@ html[data-omfx] pre {
337
526
  z-index: 30;
338
527
  }
339
528
 
340
- @media screen and (max-width: 420px) {
529
+ /* @media screen and (max-width: 420px) {
341
530
  .o-typ-font {
342
531
  font-size: var(--fontSize-s, revert) !important;
343
532
  font-weight: var(--fontWeight-s, revert) !important;
@@ -351,7 +540,7 @@ html[data-omfx] pre {
351
540
  font-weight: var(--fontWeight-m, revert) !important;
352
541
  line-height: var(--lineHeight-m, revert) !important;
353
542
  }
354
- }
543
+ } */
355
544
  /*!
356
545
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
357
546
  */
@@ -1420,6 +1609,9 @@ html[data-omfx] pre {
1420
1609
  font-display: swap;
1421
1610
  }
1422
1611
 
1612
+ [comp="o-icon"].ms-Icon {
1613
+ margin-top: "10px";
1614
+ }
1423
1615
  .v-btn.o-btn-wrapper {
1424
1616
  color: var(--obtn-color, revert) !important;
1425
1617
  background: var(--obtn-background, revert) !important;
@@ -1436,6 +1628,21 @@ html[data-omfx] pre {
1436
1628
  .v-btn.o-btn-wrapper:hover>.v-btn__overlay {
1437
1629
  background: var(--obtn-nest-background, revert) !important;
1438
1630
  }
1439
- [comp="o-icon"].ms-Icon {
1440
- margin-top: "10px";
1631
+ .o-ab-nav i.v-icon {
1632
+ color: var(--color, revert);
1633
+ }
1634
+
1635
+ .o-ab-navicon-container:hover {
1636
+ cursor: pointer;
1637
+ }
1638
+ .o-avatar-fe::after {
1639
+ content: "";
1640
+ display: block;
1641
+ width: 100%;
1642
+ height: 100%;
1643
+ border-radius: 50%;
1644
+ position: absolute;
1645
+ top: 0;
1646
+ left: 0;
1647
+ 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;
1441
1648
  }
@@ -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":"a5e56dc4bd7b32d5f69118f97f2b6921"},"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":"a0d1b088e82685f71ac1c70ebb132a4d"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
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":"a5e56dc4bd7b32d5f69118f97f2b6921"},"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":"733269966d705f2de84cf5c4e8d55ad0"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}