@omnia/runtime 8.0.39-vnext → 8.0.41-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.autocomplete_5d79340e-c1ce-4006-b88b-ad101d2e031e.css +4 -22
- package/dist/bundles/omnia.fx.ux.vuetify.chip_6c32c2f0-cce6-4c71-b376-9fb68d0d508e.css +67 -67
- package/dist/bundles/omnia.fx.ux.vuetify.combobox_0edad567-65c0-433f-a871-a59e460d70f0.css +4 -22
- package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +1 -0
- package/dist/bundles/omnia.fx.ux.vuetify.datatable_188aee53-149a-4bc0-9039-59ffd918df2c.css +4 -14
- package/dist/bundles/omnia.fx.ux.vuetify.select_6d5f3edc-0fc0-4765-804b-b6583381f25d.css +2 -20
- package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +97 -20
- package/dist/bundles/omnia.fx.ux.vuetify.textarea_19c78eb2-a849-4859-a12a-e6f84649d816.css +7 -7
- 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
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
.v-btn--size-x-small {
|
|
1470
1470
|
--v-btn-size: 0.625rem;
|
|
1471
1471
|
--v-btn-height: 20px;
|
|
1472
|
-
font-size:
|
|
1472
|
+
font-size: var(--v-btn-size);
|
|
1473
1473
|
min-width: 36px;
|
|
1474
1474
|
padding: 0 8px;
|
|
1475
1475
|
}
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
.v-btn--size-small {
|
|
1478
1478
|
--v-btn-size: 0.75rem;
|
|
1479
1479
|
--v-btn-height: 28px;
|
|
1480
|
-
font-size:
|
|
1480
|
+
font-size: var(--v-btn-size);
|
|
1481
1481
|
min-width: 50px;
|
|
1482
1482
|
padding: 0 12px;
|
|
1483
1483
|
}
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
.v-btn--size-default {
|
|
1486
1486
|
--v-btn-size: 0.875rem;
|
|
1487
1487
|
--v-btn-height: 36px;
|
|
1488
|
-
font-size:
|
|
1488
|
+
font-size: var(--v-btn-size);
|
|
1489
1489
|
min-width: 64px;
|
|
1490
1490
|
padding: 0 16px;
|
|
1491
1491
|
}
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
.v-btn--size-large {
|
|
1494
1494
|
--v-btn-size: 1rem;
|
|
1495
1495
|
--v-btn-height: 44px;
|
|
1496
|
-
font-size:
|
|
1496
|
+
font-size: var(--v-btn-size);
|
|
1497
1497
|
min-width: 78px;
|
|
1498
1498
|
padding: 0 20px;
|
|
1499
1499
|
}
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
.v-btn--size-x-large {
|
|
1502
1502
|
--v-btn-size: 1.125rem;
|
|
1503
1503
|
--v-btn-height: 52px;
|
|
1504
|
-
font-size:
|
|
1504
|
+
font-size: var(--v-btn-size);
|
|
1505
1505
|
min-width: 92px;
|
|
1506
1506
|
padding: 0 24px;
|
|
1507
1507
|
}
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
padding: 0;
|
|
1618
1618
|
}
|
|
1619
1619
|
.v-btn--icon.v-btn--size-default {
|
|
1620
|
-
|
|
1620
|
+
--v-btn-size: 1rem;
|
|
1621
1621
|
}
|
|
1622
1622
|
.v-btn--icon.v-btn--density-default {
|
|
1623
1623
|
width: calc(var(--v-btn-height) + 12px);
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
.v-btn--stacked.v-btn--size-x-small {
|
|
1697
1697
|
--v-btn-size: 0.625rem;
|
|
1698
1698
|
--v-btn-height: 56px;
|
|
1699
|
-
font-size:
|
|
1699
|
+
font-size: var(--v-btn-size);
|
|
1700
1700
|
min-width: 56px;
|
|
1701
1701
|
padding: 0 12px;
|
|
1702
1702
|
}
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
.v-btn--stacked.v-btn--size-small {
|
|
1705
1705
|
--v-btn-size: 0.75rem;
|
|
1706
1706
|
--v-btn-height: 64px;
|
|
1707
|
-
font-size:
|
|
1707
|
+
font-size: var(--v-btn-size);
|
|
1708
1708
|
min-width: 64px;
|
|
1709
1709
|
padding: 0 14px;
|
|
1710
1710
|
}
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
.v-btn--stacked.v-btn--size-default {
|
|
1713
1713
|
--v-btn-size: 0.875rem;
|
|
1714
1714
|
--v-btn-height: 72px;
|
|
1715
|
-
font-size:
|
|
1715
|
+
font-size: var(--v-btn-size);
|
|
1716
1716
|
min-width: 72px;
|
|
1717
1717
|
padding: 0 16px;
|
|
1718
1718
|
}
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
.v-btn--stacked.v-btn--size-large {
|
|
1721
1721
|
--v-btn-size: 1rem;
|
|
1722
1722
|
--v-btn-height: 80px;
|
|
1723
|
-
font-size:
|
|
1723
|
+
font-size: var(--v-btn-size);
|
|
1724
1724
|
min-width: 80px;
|
|
1725
1725
|
padding: 0 18px;
|
|
1726
1726
|
}
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
.v-btn--stacked.v-btn--size-x-large {
|
|
1729
1729
|
--v-btn-size: 1.125rem;
|
|
1730
1730
|
--v-btn-height: 88px;
|
|
1731
|
-
font-size:
|
|
1731
|
+
font-size: var(--v-btn-size);
|
|
1732
1732
|
min-width: 88px;
|
|
1733
1733
|
padding: 0 20px;
|
|
1734
1734
|
}
|
|
@@ -2503,7 +2503,8 @@ html.v-overlay-scroll-blocked {
|
|
|
2503
2503
|
flex: 1 1 auto;
|
|
2504
2504
|
font-size: 1rem;
|
|
2505
2505
|
font-weight: 400;
|
|
2506
|
-
line-height: 1.
|
|
2506
|
+
line-height: 1.5;
|
|
2507
|
+
--v-input-chips-margin-top: 2px;
|
|
2507
2508
|
}
|
|
2508
2509
|
.v-input--disabled {
|
|
2509
2510
|
pointer-events: none;
|
|
@@ -2523,6 +2524,18 @@ html.v-overlay-scroll-blocked {
|
|
|
2523
2524
|
--v-input-padding-top: 7px;
|
|
2524
2525
|
}
|
|
2525
2526
|
|
|
2527
|
+
.v-input--density-default {
|
|
2528
|
+
--v-input-chips-margin-bottom: 0px;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.v-input--density-comfortable {
|
|
2532
|
+
--v-input-chips-margin-bottom: 2px;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
.v-input--density-compact {
|
|
2536
|
+
--v-input-chips-margin-bottom: 4px;
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2526
2539
|
.v-input--vertical {
|
|
2527
2540
|
grid-template-areas: "append" "control" "prepend";
|
|
2528
2541
|
grid-template-rows: max-content auto max-content;
|
|
@@ -2803,17 +2816,47 @@ html.v-overlay-scroll-blocked {
|
|
|
2803
2816
|
border-bottom-right-radius: 0;
|
|
2804
2817
|
}
|
|
2805
2818
|
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
2806
|
-
--v-input-control-height:
|
|
2819
|
+
--v-input-control-height: 54px;
|
|
2820
|
+
--v-field-padding-bottom: 5px;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
2824
|
+
--v-input-control-height: 52px;
|
|
2825
|
+
--v-field-padding-bottom: 5px;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
2829
|
+
--v-input-control-height: 50px;
|
|
2807
2830
|
--v-field-padding-bottom: 5px;
|
|
2808
2831
|
}
|
|
2809
2832
|
|
|
2810
2833
|
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
2811
|
-
--v-input-control-height:
|
|
2834
|
+
--v-input-control-height: 46px;
|
|
2835
|
+
--v-field-padding-bottom: 1px;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
2839
|
+
--v-input-control-height: 44px;
|
|
2840
|
+
--v-field-padding-bottom: 1px;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
2844
|
+
--v-input-control-height: 42px;
|
|
2812
2845
|
--v-field-padding-bottom: 1px;
|
|
2813
2846
|
}
|
|
2814
2847
|
|
|
2815
2848
|
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
2816
|
-
--v-input-control-height:
|
|
2849
|
+
--v-input-control-height: 38px;
|
|
2850
|
+
--v-field-padding-bottom: 0px;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
2854
|
+
--v-input-control-height: 36px;
|
|
2855
|
+
--v-field-padding-bottom: 0px;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
2859
|
+
--v-input-control-height: 34px;
|
|
2817
2860
|
--v-field-padding-bottom: 0px;
|
|
2818
2861
|
}
|
|
2819
2862
|
|
|
@@ -2842,20 +2885,53 @@ html.v-overlay-scroll-blocked {
|
|
|
2842
2885
|
--v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
|
|
2843
2886
|
}
|
|
2844
2887
|
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
2845
|
-
--v-input-control-height:
|
|
2888
|
+
--v-input-control-height: 46px;
|
|
2889
|
+
--v-field-padding-bottom: 5px;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
2893
|
+
--v-input-control-height: 44px;
|
|
2894
|
+
--v-field-padding-bottom: 5px;
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
2898
|
+
--v-input-control-height: 42px;
|
|
2846
2899
|
--v-field-padding-bottom: 5px;
|
|
2847
2900
|
}
|
|
2848
2901
|
|
|
2849
2902
|
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
2850
|
-
--v-input-control-height:
|
|
2903
|
+
--v-input-control-height: 38px;
|
|
2904
|
+
--v-field-padding-bottom: 1px;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
2908
|
+
--v-input-control-height: 36px;
|
|
2909
|
+
--v-field-padding-bottom: 1px;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
2913
|
+
--v-input-control-height: 34px;
|
|
2851
2914
|
--v-field-padding-bottom: 1px;
|
|
2852
2915
|
}
|
|
2853
2916
|
|
|
2854
2917
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
2855
|
-
--v-input-control-height:
|
|
2918
|
+
--v-input-control-height: 30px;
|
|
2856
2919
|
--v-field-padding-bottom: 0px;
|
|
2857
2920
|
}
|
|
2858
2921
|
|
|
2922
|
+
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
2923
|
+
--v-input-control-height: 28px;
|
|
2924
|
+
--v-field-padding-bottom: 0px;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
2928
|
+
--v-input-control-height: 26px;
|
|
2929
|
+
--v-field-padding-bottom: 0px;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.v-field--variant-outlined {
|
|
2933
|
+
--v-input-chips-margin-bottom: 2px;
|
|
2934
|
+
}
|
|
2859
2935
|
.v-field--flat {
|
|
2860
2936
|
box-shadow: none;
|
|
2861
2937
|
}
|
|
@@ -2877,13 +2953,14 @@ html.v-overlay-scroll-blocked {
|
|
|
2877
2953
|
flex-wrap: wrap;
|
|
2878
2954
|
letter-spacing: 0.009375em;
|
|
2879
2955
|
opacity: var(--v-high-emphasis-opacity);
|
|
2880
|
-
min-height: var(--v-field-input-min-height);
|
|
2956
|
+
min-height: calc(var(--v-field-input-min-height) + var(--v-input-chips-margin-bottom) + 2px);
|
|
2881
2957
|
padding-inline-start: var(--v-field-padding-start);
|
|
2882
2958
|
padding-inline-end: var(--v-field-padding-end);
|
|
2883
2959
|
padding-top: var(--v-field-input-padding-top);
|
|
2884
2960
|
padding-bottom: var(--v-field-input-padding-bottom);
|
|
2961
|
+
position: relative;
|
|
2885
2962
|
width: 100%;
|
|
2886
|
-
--v-field-input-min-height: max(var(--v-input-control-height, 56px), 1.
|
|
2963
|
+
--v-field-input-min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
2887
2964
|
}
|
|
2888
2965
|
.v-field__input input {
|
|
2889
2966
|
letter-spacing: inherit;
|
|
@@ -10,13 +10,7 @@
|
|
|
10
10
|
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
11
11
|
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
12
12
|
}
|
|
13
|
-
.v-textarea
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
}
|
|
16
|
-
.v-textarea--no-resize .v-field__input {
|
|
17
|
-
resize: none;
|
|
18
|
-
}
|
|
19
|
-
.v-textarea__sizer {
|
|
13
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
20
14
|
visibility: hidden;
|
|
21
15
|
position: absolute;
|
|
22
16
|
top: 0;
|
|
@@ -25,6 +19,12 @@
|
|
|
25
19
|
min-height: 0 !important;
|
|
26
20
|
pointer-events: none;
|
|
27
21
|
}
|
|
22
|
+
.v-textarea--auto-grow .v-field__input {
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
}
|
|
25
|
+
.v-textarea--no-resize .v-field__input {
|
|
26
|
+
resize: none;
|
|
27
|
+
}
|
|
28
28
|
.v-textarea .v-field--no-label textarea,
|
|
29
29
|
.v-textarea .v-field--active textarea {
|
|
30
30
|
opacity: 1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"target":2,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"738c21ca-805e-4eaa-818d-3b3ab25c27b6","resourceName":"omfx.admin.apis.registration","version":{"js":"
|
|
1
|
+
{"target":2,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"738c21ca-805e-4eaa-818d-3b3ab25c27b6","resourceName":"omfx.admin.apis.registration","version":{"js":"fd4a249eab6f8746ae849e467c20be04"},"availableBundleTargetTypes":["js"],"api":["fx.ux.admin.registration.navigationMenuNode","fx.ux.admin.registration.navigationNode","fx.ux.admin.events.initializeNavigationNode"]}],"webcomponent":[{"elementName":"omnia-admin-renderer","manifestType":"webcomponent","resourceId":"253e469e-f68e-4cb5-b526-343736c2ff11","resourceName":"omnia.admin","version":{"js":"0daaa0031b6e783552cc13929859d864"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"},{"resourceId":"dee030cc-4ab3-4158-bb06-8049f5c67542"}]}]}
|
|
@@ -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":"
|
|
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":"00dcd8e08bac9544384782b50632f12d"},"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":"8e58dee4b21045b0089176ab82928a18"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"target":4,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","webcomponent":[{"elementName":"omfx-options-block-current","manifestType":"webcomponent","resourceId":"e57d5f3e-25e9-42a0-8ed9-7f69d608ab92","resourceName":"omfx.ux.options.block.current","version":{"js":"
|
|
1
|
+
{"target":4,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","webcomponent":[{"elementName":"omfx-options-block-current","manifestType":"webcomponent","resourceId":"e57d5f3e-25e9-42a0-8ed9-7f69d608ab92","resourceName":"omfx.ux.options.block.current","version":{"js":"0c986021a76e27d74eb7778e319d1d81"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"9a04acc8-ffcb-437f-8903-a0fa41f65ab1"},{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"},{"resourceId":"dee030cc-4ab3-4158-bb06-8049f5c67542"}],"definition":{"icon":{"faClass":"fas fa-user-astronaut","iconType":"IFontAwesomeIcon"},"title":"Options Block Current","showInOmniaBlock":true}}]}
|