@omnia/runtime 8.0.51-dev → 8.0.52-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.
- package/dist/bundles/omnia.fx.ux.autocomplete_5d79340e-c1ce-4006-b88b-ad101d2e031e.css +8 -11
- package/dist/bundles/omnia.fx.ux.vuetify.breadcrumbs_e485693c-04ad-4085-a38a-1dd720269ed4.css +1 -2
- package/dist/bundles/omnia.fx.ux.vuetify.combobox_0edad567-65c0-433f-a871-a59e460d70f0.css +8 -11
- package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +33 -36
- package/dist/bundles/omnia.fx.ux.vuetify.datatable_188aee53-149a-4bc0-9039-59ffd918df2c.css +16 -3
- package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css +50 -84
- package/dist/bundles/omnia.fx.ux.vuetify.dialog_0bf6198c-32c6-4cec-90bd-7988a979c9b0.css +4 -1
- package/dist/bundles/omnia.fx.ux.vuetify.select_6d5f3edc-0fc0-4765-804b-b6583381f25d.css +0 -4
- package/dist/bundles/omnia.fx.ux.vuetify.selection_df97a94b-b41b-45e0-883c-6e577a1634a1.css +1 -2
- package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +1306 -510
- package/dist/bundles/omnia.fx.ux.vuetify.slider_969bbd01-9190-41fe-8af8-60cf35045f84.css +2 -12
- package/dist/bundles/omnia.fx.ux.vuetify.snackbar_1f46e84f-1223-4080-ab9f-40d1489b71e6.css +9 -0
- package/dist/bundles/omnia.fx.ux.vuetify.textinput_181ff5d3-896f-4471-b516-3a347fe9e35d.css +2 -30
- package/dist/bundles/omnia.fx.ux.vuetify.timeline_b474da31-7ff2-4f5b-a309-19cb2d300b64.css +11 -46
- package/dist/bundles/omnia.vuetify.colorpicker_4f861c0d-75fb-49ce-913e-17cbafad5ed2.css +8 -15
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
cursor: text;
|
|
5
5
|
}
|
|
6
6
|
.v-autocomplete .v-field .v-field__input > input {
|
|
7
|
-
align-self: flex-start;
|
|
8
7
|
flex: 1 1;
|
|
9
8
|
}
|
|
10
9
|
.v-autocomplete .v-field input {
|
|
@@ -33,17 +32,20 @@
|
|
|
33
32
|
.v-autocomplete__selection {
|
|
34
33
|
display: inline-flex;
|
|
35
34
|
align-items: center;
|
|
35
|
+
height: 1.5rem;
|
|
36
36
|
letter-spacing: inherit;
|
|
37
37
|
line-height: inherit;
|
|
38
38
|
max-width: calc(100% - 2px);
|
|
39
39
|
}
|
|
40
|
-
.v-autocomplete__selection {
|
|
41
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
42
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
43
|
-
}
|
|
44
40
|
.v-autocomplete__selection:first-child {
|
|
45
41
|
margin-inline-start: 0;
|
|
46
42
|
}
|
|
43
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
44
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
45
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
46
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
47
|
+
top: 0px;
|
|
48
|
+
}
|
|
47
49
|
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
48
50
|
opacity: var(--v-medium-emphasis-opacity);
|
|
49
51
|
}
|
|
@@ -59,12 +61,7 @@
|
|
|
59
61
|
left: 0;
|
|
60
62
|
right: 0;
|
|
61
63
|
width: 100%;
|
|
62
|
-
padding-inline
|
|
63
|
-
padding-inline-end: inherit;
|
|
64
|
-
}
|
|
65
|
-
.v-autocomplete--single .v-field--variant-outlined input {
|
|
66
|
-
top: 50%;
|
|
67
|
-
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
64
|
+
padding-inline: inherit;
|
|
68
65
|
}
|
|
69
66
|
.v-autocomplete--single .v-field--active input {
|
|
70
67
|
transition: none;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
cursor: text;
|
|
5
5
|
}
|
|
6
6
|
.v-combobox .v-field .v-field__input > input {
|
|
7
|
-
align-self: flex-start;
|
|
8
7
|
flex: 1 1;
|
|
9
8
|
}
|
|
10
9
|
.v-combobox .v-field input {
|
|
@@ -33,17 +32,20 @@
|
|
|
33
32
|
.v-combobox__selection {
|
|
34
33
|
display: inline-flex;
|
|
35
34
|
align-items: center;
|
|
35
|
+
height: 1.5rem;
|
|
36
36
|
letter-spacing: inherit;
|
|
37
37
|
line-height: inherit;
|
|
38
38
|
max-width: 90%;
|
|
39
39
|
}
|
|
40
|
-
.v-combobox__selection {
|
|
41
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
42
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
43
|
-
}
|
|
44
40
|
.v-combobox__selection:first-child {
|
|
45
41
|
margin-inline-start: 0;
|
|
46
42
|
}
|
|
43
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
44
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
45
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
46
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
47
|
+
top: 0px;
|
|
48
|
+
}
|
|
47
49
|
.v-combobox--selecting-index .v-combobox__selection {
|
|
48
50
|
opacity: var(--v-medium-emphasis-opacity);
|
|
49
51
|
}
|
|
@@ -59,12 +61,7 @@
|
|
|
59
61
|
left: 0;
|
|
60
62
|
right: 0;
|
|
61
63
|
width: 100%;
|
|
62
|
-
padding-inline
|
|
63
|
-
padding-inline-end: inherit;
|
|
64
|
-
}
|
|
65
|
-
.v-combobox--single .v-field--variant-outlined input {
|
|
66
|
-
top: 50%;
|
|
67
|
-
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
64
|
+
padding-inline: inherit;
|
|
68
65
|
}
|
|
69
66
|
.v-combobox--single .v-field--active input {
|
|
70
67
|
transition: none;
|
|
@@ -143,8 +143,7 @@
|
|
|
143
143
|
user-select: none;
|
|
144
144
|
}
|
|
145
145
|
.v-list--nav {
|
|
146
|
-
padding-inline
|
|
147
|
-
padding-inline-end: 8px;
|
|
146
|
+
padding-inline: 8px;
|
|
148
147
|
}
|
|
149
148
|
.v-list--rounded {
|
|
150
149
|
border-radius: 4px;
|
|
@@ -366,6 +365,14 @@
|
|
|
366
365
|
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
367
366
|
width: 16px;
|
|
368
367
|
}
|
|
368
|
+
.v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
369
|
+
.v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
370
|
+
.v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
371
|
+
width: 8px;
|
|
372
|
+
}
|
|
373
|
+
.v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
374
|
+
width: 4px;
|
|
375
|
+
}
|
|
369
376
|
.v-list-item--three-line .v-list-item__prepend {
|
|
370
377
|
align-self: start;
|
|
371
378
|
}
|
|
@@ -388,6 +395,14 @@
|
|
|
388
395
|
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
389
396
|
width: 16px;
|
|
390
397
|
}
|
|
398
|
+
.v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
399
|
+
.v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
400
|
+
.v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
401
|
+
width: 8px;
|
|
402
|
+
}
|
|
403
|
+
.v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
404
|
+
width: 4px;
|
|
405
|
+
}
|
|
391
406
|
.v-list-item--three-line .v-list-item__append {
|
|
392
407
|
align-self: start;
|
|
393
408
|
}
|
|
@@ -507,16 +522,13 @@
|
|
|
507
522
|
padding-top: 8px;
|
|
508
523
|
}
|
|
509
524
|
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
|
|
510
|
-
padding-inline
|
|
511
|
-
padding-inline-end: 16px;
|
|
525
|
+
padding-inline: 16px;
|
|
512
526
|
}
|
|
513
527
|
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
|
|
514
|
-
padding-inline
|
|
515
|
-
padding-inline-end: 16px;
|
|
528
|
+
padding-inline: 16px;
|
|
516
529
|
}
|
|
517
530
|
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
|
|
518
|
-
padding-inline
|
|
519
|
-
padding-inline-end: 16px;
|
|
531
|
+
padding-inline: 16px;
|
|
520
532
|
}
|
|
521
533
|
|
|
522
534
|
.v-list-item--density-comfortable {
|
|
@@ -540,16 +552,13 @@
|
|
|
540
552
|
padding-top: 6px;
|
|
541
553
|
}
|
|
542
554
|
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
|
|
543
|
-
padding-inline
|
|
544
|
-
padding-inline-end: 16px;
|
|
555
|
+
padding-inline: 16px;
|
|
545
556
|
}
|
|
546
557
|
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
|
|
547
|
-
padding-inline
|
|
548
|
-
padding-inline-end: 16px;
|
|
558
|
+
padding-inline: 16px;
|
|
549
559
|
}
|
|
550
560
|
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
|
|
551
|
-
padding-inline
|
|
552
|
-
padding-inline-end: 16px;
|
|
561
|
+
padding-inline: 16px;
|
|
553
562
|
}
|
|
554
563
|
|
|
555
564
|
.v-list-item--density-compact {
|
|
@@ -573,21 +582,17 @@
|
|
|
573
582
|
padding-top: 4px;
|
|
574
583
|
}
|
|
575
584
|
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
|
|
576
|
-
padding-inline
|
|
577
|
-
padding-inline-end: 16px;
|
|
585
|
+
padding-inline: 16px;
|
|
578
586
|
}
|
|
579
587
|
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
|
|
580
|
-
padding-inline
|
|
581
|
-
padding-inline-end: 16px;
|
|
588
|
+
padding-inline: 16px;
|
|
582
589
|
}
|
|
583
590
|
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
|
|
584
|
-
padding-inline
|
|
585
|
-
padding-inline-end: 16px;
|
|
591
|
+
padding-inline: 16px;
|
|
586
592
|
}
|
|
587
593
|
|
|
588
594
|
.v-list-item--nav {
|
|
589
|
-
padding-inline
|
|
590
|
-
padding-inline-end: 8px;
|
|
595
|
+
padding-inline: 8px;
|
|
591
596
|
}
|
|
592
597
|
.v-list .v-list-item--nav:not(:only-child) {
|
|
593
598
|
margin-bottom: 4px;
|
|
@@ -808,18 +813,11 @@
|
|
|
808
813
|
.v-toolbar--collapse {
|
|
809
814
|
max-width: 112px;
|
|
810
815
|
overflow: hidden;
|
|
816
|
+
border-end-end-radius: 24px;
|
|
811
817
|
}
|
|
812
818
|
.v-toolbar--collapse .v-toolbar-title {
|
|
813
819
|
display: none;
|
|
814
820
|
}
|
|
815
|
-
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
816
|
-
border-bottom-right-radius: 24px;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
820
|
-
border-bottom-left-radius: 24px;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
821
|
.v-toolbar--flat {
|
|
824
822
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
825
823
|
}
|
|
@@ -872,13 +870,11 @@
|
|
|
872
870
|
}
|
|
873
871
|
|
|
874
872
|
.v-toolbar__prepend {
|
|
875
|
-
margin-inline
|
|
876
|
-
margin-inline-end: auto;
|
|
873
|
+
margin-inline: 10px auto;
|
|
877
874
|
}
|
|
878
875
|
|
|
879
876
|
.v-toolbar__append {
|
|
880
|
-
margin-inline
|
|
881
|
-
margin-inline-end: 10px;
|
|
877
|
+
margin-inline: auto 10px;
|
|
882
878
|
}
|
|
883
879
|
|
|
884
880
|
.v-toolbar-title {
|
|
@@ -922,8 +918,7 @@
|
|
|
922
918
|
height: 24px;
|
|
923
919
|
justify-content: flex-end;
|
|
924
920
|
max-width: 100%;
|
|
925
|
-
padding-inline
|
|
926
|
-
padding-inline-end: 8px;
|
|
921
|
+
padding-inline: 8px;
|
|
927
922
|
position: relative;
|
|
928
923
|
text-align: end;
|
|
929
924
|
width: 100%;
|
|
@@ -1436,6 +1431,8 @@
|
|
|
1436
1431
|
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
1437
1432
|
border-bottom-left-radius: 0;
|
|
1438
1433
|
border-bottom-right-radius: 0;
|
|
1434
|
+
}
|
|
1435
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
1439
1436
|
min-height: 64px;
|
|
1440
1437
|
}
|
|
1441
1438
|
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.v-data-table .v-table__wrapper > table {
|
|
19
|
+
table-layout: fixed;
|
|
20
|
+
}
|
|
18
21
|
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
19
22
|
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
20
23
|
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
@@ -49,6 +52,10 @@
|
|
|
49
52
|
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
50
53
|
align-items: center;
|
|
51
54
|
}
|
|
55
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
56
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
57
|
+
position: sticky;
|
|
58
|
+
}
|
|
52
59
|
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
53
60
|
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
54
61
|
cursor: pointer;
|
|
@@ -64,17 +71,23 @@
|
|
|
64
71
|
}
|
|
65
72
|
|
|
66
73
|
.v-data-table-column--fixed {
|
|
67
|
-
|
|
68
|
-
|
|
74
|
+
background: rgb(var(--v-theme-surface));
|
|
75
|
+
position: sticky !important;
|
|
69
76
|
left: 0;
|
|
77
|
+
z-index: 1;
|
|
70
78
|
}
|
|
71
79
|
|
|
72
80
|
.v-data-table-column--last-fixed {
|
|
73
81
|
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
74
82
|
}
|
|
75
83
|
|
|
84
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
|
85
|
+
z-index: 2;
|
|
86
|
+
}
|
|
87
|
+
|
|
76
88
|
.v-data-table-group-header-row td {
|
|
77
|
-
background:
|
|
89
|
+
background: rgba(var(--v-theme-surface));
|
|
90
|
+
color: rgba(var(--v-theme-on-surface));
|
|
78
91
|
}
|
|
79
92
|
.v-data-table-group-header-row td > span {
|
|
80
93
|
padding-left: 5px;
|
package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
.v-date-picker {
|
|
8
8
|
overflow: hidden;
|
|
9
|
+
width: 360px;
|
|
10
|
+
}
|
|
11
|
+
.v-date-picker--show-week {
|
|
12
|
+
width: 408px;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
15
|
.v-date-picker-month {
|
|
@@ -25,11 +29,17 @@
|
|
|
25
29
|
align-items: center;
|
|
26
30
|
justify-content: space-between;
|
|
27
31
|
font-size: 0.875rem;
|
|
28
|
-
padding-inline-start: 24px;
|
|
29
32
|
padding-top: 4px;
|
|
30
33
|
padding-bottom: 4px;
|
|
34
|
+
padding-inline-start: 6px;
|
|
31
35
|
padding-inline-end: 12px;
|
|
32
36
|
}
|
|
37
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
38
|
+
text-transform: none;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
line-height: initial;
|
|
41
|
+
letter-spacing: initial;
|
|
42
|
+
}
|
|
33
43
|
.v-date-picker-controls--variant-classic {
|
|
34
44
|
padding-inline-start: 12px;
|
|
35
45
|
}
|
|
@@ -45,7 +55,7 @@
|
|
|
45
55
|
.v-date-picker-controls .v-btn:last-child {
|
|
46
56
|
margin-inline-start: 4px;
|
|
47
57
|
}
|
|
48
|
-
.v-date-picker--year .v-date-picker-controls
|
|
58
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
49
59
|
transform: rotate(180deg);
|
|
50
60
|
}
|
|
51
61
|
|
|
@@ -81,7 +91,11 @@
|
|
|
81
91
|
.v-date-picker-month__weeks {
|
|
82
92
|
display: grid;
|
|
83
93
|
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
84
|
-
|
|
94
|
+
row-gap: 4px;
|
|
95
|
+
font-size: 0.875rem;
|
|
96
|
+
}
|
|
97
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
98
|
+
grid-row-gap: 0;
|
|
85
99
|
}
|
|
86
100
|
|
|
87
101
|
.v-date-picker-month__weekday {
|
|
@@ -91,16 +105,23 @@
|
|
|
91
105
|
.v-date-picker-month__days {
|
|
92
106
|
display: grid;
|
|
93
107
|
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
94
|
-
|
|
108
|
+
row-gap: 4px;
|
|
95
109
|
flex: 1 1;
|
|
96
110
|
justify-content: space-around;
|
|
97
111
|
}
|
|
98
112
|
|
|
99
113
|
.v-date-picker-month__day {
|
|
100
|
-
position: relative;
|
|
101
|
-
display: flex;
|
|
102
114
|
align-items: center;
|
|
115
|
+
display: flex;
|
|
103
116
|
justify-content: center;
|
|
117
|
+
position: relative;
|
|
118
|
+
}
|
|
119
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
120
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
121
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
122
|
+
}
|
|
123
|
+
.v-date-picker-month__day--week {
|
|
124
|
+
font-size: var(--v-btn-size);
|
|
104
125
|
}
|
|
105
126
|
|
|
106
127
|
.v-date-picker-month__day--adjacent {
|
|
@@ -110,42 +131,26 @@
|
|
|
110
131
|
.v-date-picker-month__day--hide-adjacent {
|
|
111
132
|
opacity: 0;
|
|
112
133
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
width: 100%;
|
|
117
|
-
height: calc(100% - var(--v-date-picker-month-day-diff) * 2);
|
|
118
|
-
opacity: 0.5;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.v-date-picker-month__day--hover {
|
|
122
|
-
position: absolute;
|
|
123
|
-
width: 100%;
|
|
124
|
-
height: calc(100% - var(--v-date-picker-month-day-diff) * 2);
|
|
125
|
-
border-style: dashed;
|
|
126
|
-
border-top-width: 1px;
|
|
127
|
-
border-bottom-width: 1px;
|
|
128
|
-
border-left: none;
|
|
129
|
-
border-right: none;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.v-date-picker-month__day--start .v-date-picker-month__day--range, .v-date-picker-month__day--week-start .v-date-picker-month__day--range {
|
|
133
|
-
border-bottom-left-radius: 50%;
|
|
134
|
-
border-top-left-radius: 50%;
|
|
135
|
-
left: var(--v-date-picker-month-day-diff);
|
|
136
|
-
width: calc(100% - var(--v-date-picker-month-day-diff));
|
|
134
|
+
.v-date-picker-months {
|
|
135
|
+
height: 320px;
|
|
136
|
+
overflow-y: scroll;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.v-date-picker-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
139
|
+
.v-date-picker-months__content {
|
|
140
|
+
align-items: center;
|
|
141
|
+
display: grid;
|
|
142
|
+
flex: 1 1;
|
|
143
|
+
height: inherit;
|
|
144
|
+
justify-content: space-around;
|
|
145
|
+
grid-template-columns: repeat(2, 1fr);
|
|
146
|
+
grid-gap: 4px 24px;
|
|
147
|
+
padding-inline-start: 36px;
|
|
148
|
+
padding-inline-end: 36px;
|
|
144
149
|
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
150
|
+
.v-date-picker-months__content .v-btn {
|
|
151
|
+
text-transform: none;
|
|
152
|
+
padding-inline-start: 8px;
|
|
153
|
+
padding-inline-end: 8px;
|
|
149
154
|
}
|
|
150
155
|
.v-date-picker-years {
|
|
151
156
|
height: 320px;
|
|
@@ -157,16 +162,14 @@
|
|
|
157
162
|
flex: 1 1;
|
|
158
163
|
justify-content: space-around;
|
|
159
164
|
grid-template-columns: repeat(3, 1fr);
|
|
160
|
-
|
|
161
|
-
padding-inline
|
|
162
|
-
padding-inline-end: 36px;
|
|
165
|
+
gap: 8px 24px;
|
|
166
|
+
padding-inline: 36px;
|
|
163
167
|
}
|
|
164
168
|
.v-date-picker-years__content .v-btn {
|
|
165
|
-
padding-inline
|
|
166
|
-
padding-inline-end: 8px;
|
|
169
|
+
padding-inline: 8px;
|
|
167
170
|
}
|
|
168
171
|
.v-picker.v-sheet {
|
|
169
|
-
box-shadow: 0px
|
|
172
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
170
173
|
border-radius: 4px;
|
|
171
174
|
display: grid;
|
|
172
175
|
grid-auto-rows: min-content;
|
|
@@ -193,8 +196,6 @@
|
|
|
193
196
|
justify-content: flex-end;
|
|
194
197
|
}
|
|
195
198
|
.v-picker__actions .v-btn {
|
|
196
|
-
padding-inline-start: 8px;
|
|
197
|
-
padding-inline-end: 8px;
|
|
198
199
|
min-width: 48px;
|
|
199
200
|
}
|
|
200
201
|
.v-picker__actions .v-btn:not(:last-child) {
|
|
@@ -213,8 +214,7 @@
|
|
|
213
214
|
text-transform: uppercase;
|
|
214
215
|
font-size: 0.75rem;
|
|
215
216
|
grid-area: title;
|
|
216
|
-
padding-inline
|
|
217
|
-
padding-inline-end: 12px;
|
|
217
|
+
padding-inline: 24px 12px;
|
|
218
218
|
padding-top: 16px;
|
|
219
219
|
padding-bottom: 16px;
|
|
220
220
|
font-weight: 600;
|
|
@@ -225,8 +225,7 @@
|
|
|
225
225
|
grid-template-areas: "prepend content append";
|
|
226
226
|
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
227
227
|
overflow: hidden;
|
|
228
|
-
padding-inline
|
|
229
|
-
padding-inline-end: 12px;
|
|
228
|
+
padding-inline: 24px 12px;
|
|
230
229
|
padding-bottom: 12px;
|
|
231
230
|
}
|
|
232
231
|
|
|
@@ -283,37 +282,4 @@
|
|
|
283
282
|
opacity: 0;
|
|
284
283
|
transform: translate(0, 100%);
|
|
285
284
|
}
|
|
286
|
-
.v-date-card {
|
|
287
|
-
padding-bottom: 8px;
|
|
288
|
-
}
|
|
289
|
-
.v-date-card .v-card-actions {
|
|
290
|
-
justify-content: flex-end;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.v-date-card .v-date-picker-month {
|
|
294
|
-
padding-left: 12px;
|
|
295
|
-
padding-right: 12px;
|
|
296
|
-
}
|
|
297
|
-
.v-date-card .v-date-picker-month .v-date-picker-month__day {
|
|
298
|
-
height: 32px;
|
|
299
|
-
width: 32px;
|
|
300
|
-
}
|
|
301
|
-
.v-date-card .v-date-picker-month .v-date-picker-month__day .v-btn {
|
|
302
|
-
--v-btn-height: 16px;
|
|
303
|
-
--v-btn-size: 0.75rem;
|
|
304
|
-
}
|
|
305
|
-
.v-date-card .v-date-picker-years {
|
|
306
|
-
height: 248px;
|
|
307
|
-
}
|
|
308
|
-
.v-date-card .v-date-picker-years .v-date-picker-years__content {
|
|
309
|
-
grid-template-columns: repeat(4, 56px);
|
|
310
|
-
grid-gap: 0px;
|
|
311
|
-
grid-row-gap: 2px;
|
|
312
|
-
padding-right: 3px;
|
|
313
|
-
}
|
|
314
|
-
.v-date-card .v-date-picker-years .v-date-picker-years__content .v-btn {
|
|
315
|
-
--v-btn-height: 28px;
|
|
316
|
-
--v-btn-size: 0.75rem;
|
|
317
|
-
min-width: unset;
|
|
318
|
-
}
|
|
319
285
|
|
|
@@ -8,8 +8,12 @@
|
|
|
8
8
|
width: calc(100% - 48px);
|
|
9
9
|
max-width: calc(100% - 48px);
|
|
10
10
|
margin: 24px;
|
|
11
|
+
}
|
|
12
|
+
.v-dialog > .v-overlay__content,
|
|
13
|
+
.v-dialog > .v-overlay__content > form {
|
|
11
14
|
display: flex;
|
|
12
15
|
flex-direction: column;
|
|
16
|
+
min-height: 0;
|
|
13
17
|
}
|
|
14
18
|
.v-dialog > .v-overlay__content > .v-card,
|
|
15
19
|
.v-dialog > .v-overlay__content > .v-sheet,
|
|
@@ -68,7 +72,6 @@
|
|
|
68
72
|
.v-dialog--scrollable > .v-overlay__content,
|
|
69
73
|
.v-dialog--scrollable > .v-overlay__content > form {
|
|
70
74
|
display: flex;
|
|
71
|
-
overflow: hidden;
|
|
72
75
|
}
|
|
73
76
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
74
77
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
@@ -33,10 +33,6 @@
|
|
|
33
33
|
line-height: inherit;
|
|
34
34
|
max-width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.v-select .v-select__selection {
|
|
37
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
38
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
39
|
-
}
|
|
40
36
|
.v-select .v-select__selection:first-child {
|
|
41
37
|
margin-inline-start: 0;
|
|
42
38
|
}
|