@omnia/runtime 8.0.43-vnext → 8.0.45-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.
@@ -7,13 +7,16 @@
7
7
  align-self: flex-start;
8
8
  flex: 1 1;
9
9
  }
10
+ .v-autocomplete .v-field input {
11
+ min-width: 64px;
12
+ }
10
13
  .v-autocomplete .v-field:not(.v-field--focused) input {
11
14
  min-width: 0;
12
15
  }
13
16
  .v-autocomplete .v-field--dirty .v-autocomplete__selection {
14
17
  margin-inline-end: 2px;
15
18
  }
16
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
19
+ .v-autocomplete .v-autocomplete__selection-text {
17
20
  overflow: hidden;
18
21
  text-overflow: ellipsis;
19
22
  white-space: nowrap;
@@ -29,15 +32,16 @@
29
32
  }
30
33
  .v-autocomplete__selection {
31
34
  display: inline-flex;
35
+ align-items: center;
32
36
  letter-spacing: inherit;
33
37
  line-height: inherit;
34
- max-width: 100%;
38
+ max-width: 90%;
35
39
  }
36
- .v-autocomplete input, .v-autocomplete__selection {
40
+ .v-autocomplete__selection {
37
41
  margin-top: var(--v-input-chips-margin-top);
38
42
  margin-bottom: var(--v-input-chips-margin-bottom);
39
43
  }
40
- .v-autocomplete input:first-child, .v-autocomplete__selection:first-child {
44
+ .v-autocomplete__selection:first-child {
41
45
  margin-inline-start: 0;
42
46
  }
43
47
  .v-autocomplete--selecting-index .v-autocomplete__selection {
@@ -58,6 +62,10 @@
58
62
  padding-inline-start: inherit;
59
63
  padding-inline-end: inherit;
60
64
  }
65
+ .v-autocomplete--single .v-field--variant-outlined input {
66
+ top: calc(50% - var(--v-input-chips-margin-top));
67
+ transform: translateY(-50%);
68
+ }
61
69
  .v-autocomplete--single .v-field--active input {
62
70
  transition: none;
63
71
  }
@@ -39,6 +39,10 @@
39
39
  opacity: var(--v-disabled-opacity);
40
40
  pointer-events: none;
41
41
  }
42
+ .v-breadcrumbs-item--link {
43
+ color: inherit;
44
+ text-decoration: none;
45
+ }
42
46
  .v-breadcrumbs-item--link:hover {
43
47
  text-decoration: underline;
44
48
  }
@@ -7,13 +7,16 @@
7
7
  align-self: flex-start;
8
8
  flex: 1 1;
9
9
  }
10
+ .v-combobox .v-field input {
11
+ min-width: 64px;
12
+ }
10
13
  .v-combobox .v-field:not(.v-field--focused) input {
11
14
  min-width: 0;
12
15
  }
13
16
  .v-combobox .v-field--dirty .v-combobox__selection {
14
17
  margin-inline-end: 2px;
15
18
  }
16
- .v-combobox .v-field--single-line .v-combobox__selection-text {
19
+ .v-combobox .v-combobox__selection-text {
17
20
  overflow: hidden;
18
21
  text-overflow: ellipsis;
19
22
  white-space: nowrap;
@@ -29,15 +32,16 @@
29
32
  }
30
33
  .v-combobox__selection {
31
34
  display: inline-flex;
35
+ align-items: center;
32
36
  letter-spacing: inherit;
33
37
  line-height: inherit;
34
- max-width: 100%;
38
+ max-width: 90%;
35
39
  }
36
- .v-combobox input, .v-combobox__selection {
40
+ .v-combobox__selection {
37
41
  margin-top: var(--v-input-chips-margin-top);
38
42
  margin-bottom: var(--v-input-chips-margin-bottom);
39
43
  }
40
- .v-combobox input:first-child, .v-combobox__selection:first-child {
44
+ .v-combobox__selection:first-child {
41
45
  margin-inline-start: 0;
42
46
  }
43
47
  .v-combobox--selecting-index .v-combobox__selection {
@@ -58,6 +62,10 @@
58
62
  padding-inline-start: inherit;
59
63
  padding-inline-end: inherit;
60
64
  }
65
+ .v-combobox--single .v-field--variant-outlined input {
66
+ top: calc(50% - var(--v-input-chips-margin-top));
67
+ transform: translateY(-50%);
68
+ }
61
69
  .v-combobox--single .v-field--active input {
62
70
  transition: none;
63
71
  }
@@ -15,7 +15,7 @@
15
15
  .v-select .v-field--dirty .v-select__selection {
16
16
  margin-inline-end: 2px;
17
17
  }
18
- .v-select .v-field--single-line .v-select__selection-text {
18
+ .v-select .v-select__selection-text {
19
19
  overflow: hidden;
20
20
  text-overflow: ellipsis;
21
21
  white-space: nowrap;
@@ -27,15 +27,16 @@
27
27
  }
28
28
  .v-select__selection {
29
29
  display: inline-flex;
30
+ align-items: center;
30
31
  letter-spacing: inherit;
31
32
  line-height: inherit;
32
33
  max-width: 100%;
33
34
  }
34
- .v-select--chips .v-select__selection, .v-select--selection-slot .v-select__selection {
35
+ .v-select .v-select__selection {
35
36
  margin-top: var(--v-input-chips-margin-top);
36
37
  margin-bottom: var(--v-input-chips-margin-bottom);
37
38
  }
38
- .v-select--chips .v-select__selection:first-child, .v-select--selection-slot .v-select__selection:first-child {
39
+ .v-select .v-select__selection:first-child {
39
40
  margin-inline-start: 0;
40
41
  }
41
42
  .v-select--selected .v-field .v-field__input > input {
@@ -1826,7 +1826,7 @@
1826
1826
  .v-card-actions .v-btn {
1827
1827
  padding: 0 8px;
1828
1828
  }
1829
- .v-card-actions .v-btn ~ .v-btn {
1829
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
1830
1830
  margin-inline-start: 0.5rem;
1831
1831
  }
1832
1832
 
@@ -5,6 +5,8 @@
5
5
  flex: 1;
6
6
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
7
7
  min-width: 0;
8
+ margin-top: var(--v-input-chips-margin-top);
9
+ margin-bottom: var(--v-input-chips-margin-bottom);
8
10
  }
9
11
  .v-text-field input:focus, .v-text-field input:active {
10
12
  outline: none;
@@ -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":"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":"8842e0a2939bd3993c94adde37333924"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"},{"resourceId":"dee030cc-4ab3-4158-bb06-8049f5c67542"}]}]}
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":"8084b9b42577a42c5c4fee17ce945f8b"},"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":"47b61dc64fd800e9601dcf03dd85bcc8"},"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":"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":"a07d5d2bf2e2f7ed4ddc3318486c4c5e"},"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":"5c946698422fa5c0c1b0736ad447d2e2"},"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":"e9cc780a190137022ec57dcc82e38e3e"},"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":"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}}]}
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":"7c22bb9cb8950facce7b659bb496efef"},"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}}]}