vuetify 3.5.17 → 3.5.18
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/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2051 -2052
- package/dist/vuetify-labs.esm.js +17 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +351 -351
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +16 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VCalendar/VCalendar.css +0 -1
- package/lib/labs/VCalendar/VCalendar.sass +0 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +1 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.18
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17378,6 +17378,77 @@ html.overflow-y-hidden {
|
|
|
17378
17378
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17379
17379
|
opacity: var(--v-high-emphasis-opacity);
|
|
17380
17380
|
transform: rotate(180deg);
|
|
17381
|
+
}.v-badge {
|
|
17382
|
+
display: inline-block;
|
|
17383
|
+
line-height: 1;
|
|
17384
|
+
}
|
|
17385
|
+
|
|
17386
|
+
.v-badge__badge {
|
|
17387
|
+
align-items: center;
|
|
17388
|
+
display: inline-flex;
|
|
17389
|
+
border-radius: 10px;
|
|
17390
|
+
font-size: 0.75rem;
|
|
17391
|
+
font-weight: 500;
|
|
17392
|
+
height: 1.25rem;
|
|
17393
|
+
justify-content: center;
|
|
17394
|
+
min-width: 20px;
|
|
17395
|
+
padding: 4px 6px;
|
|
17396
|
+
pointer-events: auto;
|
|
17397
|
+
position: absolute;
|
|
17398
|
+
text-align: center;
|
|
17399
|
+
text-indent: 0;
|
|
17400
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17401
|
+
white-space: nowrap;
|
|
17402
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17403
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17404
|
+
}
|
|
17405
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17406
|
+
border-radius: inherit;
|
|
17407
|
+
border-style: solid;
|
|
17408
|
+
border-width: 2px;
|
|
17409
|
+
bottom: 0;
|
|
17410
|
+
color: rgb(var(--v-theme-background));
|
|
17411
|
+
content: "";
|
|
17412
|
+
left: 0;
|
|
17413
|
+
position: absolute;
|
|
17414
|
+
right: 0;
|
|
17415
|
+
top: 0;
|
|
17416
|
+
transform: scale(1.05);
|
|
17417
|
+
}
|
|
17418
|
+
.v-badge--dot .v-badge__badge {
|
|
17419
|
+
border-radius: 4.5px;
|
|
17420
|
+
height: 9px;
|
|
17421
|
+
min-width: 0;
|
|
17422
|
+
padding: 0;
|
|
17423
|
+
width: 9px;
|
|
17424
|
+
}
|
|
17425
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17426
|
+
border-width: 1.5px;
|
|
17427
|
+
}
|
|
17428
|
+
.v-badge--inline .v-badge__badge {
|
|
17429
|
+
position: relative;
|
|
17430
|
+
vertical-align: middle;
|
|
17431
|
+
}
|
|
17432
|
+
.v-badge__badge .v-icon {
|
|
17433
|
+
color: inherit;
|
|
17434
|
+
font-size: 0.75rem;
|
|
17435
|
+
margin: 0 -2px;
|
|
17436
|
+
}
|
|
17437
|
+
.v-badge__badge img,
|
|
17438
|
+
.v-badge__badge .v-img {
|
|
17439
|
+
height: 100%;
|
|
17440
|
+
width: 100%;
|
|
17441
|
+
}
|
|
17442
|
+
|
|
17443
|
+
.v-badge__wrapper {
|
|
17444
|
+
display: flex;
|
|
17445
|
+
position: relative;
|
|
17446
|
+
}
|
|
17447
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17448
|
+
align-items: center;
|
|
17449
|
+
display: inline-flex;
|
|
17450
|
+
justify-content: center;
|
|
17451
|
+
margin: 0 4px;
|
|
17381
17452
|
}.v-avatar {
|
|
17382
17453
|
flex: none;
|
|
17383
17454
|
align-items: center;
|
|
@@ -17471,77 +17542,6 @@ html.overflow-y-hidden {
|
|
|
17471
17542
|
.v-avatar .v-img {
|
|
17472
17543
|
height: 100%;
|
|
17473
17544
|
width: 100%;
|
|
17474
|
-
}.v-badge {
|
|
17475
|
-
display: inline-block;
|
|
17476
|
-
line-height: 1;
|
|
17477
|
-
}
|
|
17478
|
-
|
|
17479
|
-
.v-badge__badge {
|
|
17480
|
-
align-items: center;
|
|
17481
|
-
display: inline-flex;
|
|
17482
|
-
border-radius: 10px;
|
|
17483
|
-
font-size: 0.75rem;
|
|
17484
|
-
font-weight: 500;
|
|
17485
|
-
height: 1.25rem;
|
|
17486
|
-
justify-content: center;
|
|
17487
|
-
min-width: 20px;
|
|
17488
|
-
padding: 4px 6px;
|
|
17489
|
-
pointer-events: auto;
|
|
17490
|
-
position: absolute;
|
|
17491
|
-
text-align: center;
|
|
17492
|
-
text-indent: 0;
|
|
17493
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17494
|
-
white-space: nowrap;
|
|
17495
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17496
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17497
|
-
}
|
|
17498
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17499
|
-
border-radius: inherit;
|
|
17500
|
-
border-style: solid;
|
|
17501
|
-
border-width: 2px;
|
|
17502
|
-
bottom: 0;
|
|
17503
|
-
color: rgb(var(--v-theme-background));
|
|
17504
|
-
content: "";
|
|
17505
|
-
left: 0;
|
|
17506
|
-
position: absolute;
|
|
17507
|
-
right: 0;
|
|
17508
|
-
top: 0;
|
|
17509
|
-
transform: scale(1.05);
|
|
17510
|
-
}
|
|
17511
|
-
.v-badge--dot .v-badge__badge {
|
|
17512
|
-
border-radius: 4.5px;
|
|
17513
|
-
height: 9px;
|
|
17514
|
-
min-width: 0;
|
|
17515
|
-
padding: 0;
|
|
17516
|
-
width: 9px;
|
|
17517
|
-
}
|
|
17518
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17519
|
-
border-width: 1.5px;
|
|
17520
|
-
}
|
|
17521
|
-
.v-badge--inline .v-badge__badge {
|
|
17522
|
-
position: relative;
|
|
17523
|
-
vertical-align: middle;
|
|
17524
|
-
}
|
|
17525
|
-
.v-badge__badge .v-icon {
|
|
17526
|
-
color: inherit;
|
|
17527
|
-
font-size: 0.75rem;
|
|
17528
|
-
margin: 0 -2px;
|
|
17529
|
-
}
|
|
17530
|
-
.v-badge__badge img,
|
|
17531
|
-
.v-badge__badge .v-img {
|
|
17532
|
-
height: 100%;
|
|
17533
|
-
width: 100%;
|
|
17534
|
-
}
|
|
17535
|
-
|
|
17536
|
-
.v-badge__wrapper {
|
|
17537
|
-
display: flex;
|
|
17538
|
-
position: relative;
|
|
17539
|
-
}
|
|
17540
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17541
|
-
align-items: center;
|
|
17542
|
-
display: inline-flex;
|
|
17543
|
-
justify-content: center;
|
|
17544
|
-
margin: 0 4px;
|
|
17545
17545
|
}.v-banner {
|
|
17546
17546
|
display: grid;
|
|
17547
17547
|
flex: 1 1;
|
|
@@ -19783,6 +19783,26 @@ html.overflow-y-hidden {
|
|
|
19783
19783
|
.offset-xxl-11 {
|
|
19784
19784
|
margin-inline-start: 91.6666666667%;
|
|
19785
19785
|
}
|
|
19786
|
+
}.v-color-picker {
|
|
19787
|
+
align-self: flex-start;
|
|
19788
|
+
contain: content;
|
|
19789
|
+
}
|
|
19790
|
+
.v-color-picker.v-sheet {
|
|
19791
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19792
|
+
border-radius: 4px;
|
|
19793
|
+
}
|
|
19794
|
+
|
|
19795
|
+
.v-color-picker__controls {
|
|
19796
|
+
display: flex;
|
|
19797
|
+
flex-direction: column;
|
|
19798
|
+
padding: 16px;
|
|
19799
|
+
}
|
|
19800
|
+
|
|
19801
|
+
.v-color-picker--flat {
|
|
19802
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19803
|
+
}
|
|
19804
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19805
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19786
19806
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
19787
19807
|
.v-combobox .v-field .v-text-field__suffix,
|
|
19788
19808
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -20099,6 +20119,61 @@ html.overflow-y-hidden {
|
|
|
20099
20119
|
|
|
20100
20120
|
.v-date-picker__title {
|
|
20101
20121
|
display: inline-block;
|
|
20122
|
+
}.v-date-picker-month {
|
|
20123
|
+
display: flex;
|
|
20124
|
+
justify-content: center;
|
|
20125
|
+
padding: 0 12px 8px;
|
|
20126
|
+
--v-date-picker-month-day-diff: 4px;
|
|
20127
|
+
}
|
|
20128
|
+
|
|
20129
|
+
.v-date-picker-month__weeks {
|
|
20130
|
+
display: grid;
|
|
20131
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20132
|
+
column-gap: 4px;
|
|
20133
|
+
font-size: 0.85rem;
|
|
20134
|
+
}
|
|
20135
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20136
|
+
grid-row-gap: 0;
|
|
20137
|
+
}
|
|
20138
|
+
|
|
20139
|
+
.v-date-picker-month__weekday {
|
|
20140
|
+
font-size: 0.85rem;
|
|
20141
|
+
}
|
|
20142
|
+
|
|
20143
|
+
.v-date-picker-month__days {
|
|
20144
|
+
display: grid;
|
|
20145
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20146
|
+
column-gap: 4px;
|
|
20147
|
+
flex: 1 1;
|
|
20148
|
+
justify-content: space-around;
|
|
20149
|
+
}
|
|
20150
|
+
|
|
20151
|
+
.v-date-picker-month__day {
|
|
20152
|
+
align-items: center;
|
|
20153
|
+
display: flex;
|
|
20154
|
+
justify-content: center;
|
|
20155
|
+
position: relative;
|
|
20156
|
+
height: 40px;
|
|
20157
|
+
width: 40px;
|
|
20158
|
+
}
|
|
20159
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
20160
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20161
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20162
|
+
}
|
|
20163
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
20164
|
+
--v-btn-height: 24px;
|
|
20165
|
+
--v-btn-size: 0.85rem;
|
|
20166
|
+
}
|
|
20167
|
+
.v-date-picker-month__day--week {
|
|
20168
|
+
font-size: var(--v-btn-size);
|
|
20169
|
+
}
|
|
20170
|
+
|
|
20171
|
+
.v-date-picker-month__day--adjacent {
|
|
20172
|
+
opacity: 0.5;
|
|
20173
|
+
}
|
|
20174
|
+
|
|
20175
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
20176
|
+
opacity: 0;
|
|
20102
20177
|
}.v-date-picker-header {
|
|
20103
20178
|
align-items: flex-end;
|
|
20104
20179
|
height: 70px;
|
|
@@ -20159,86 +20234,31 @@ html.overflow-y-hidden {
|
|
|
20159
20234
|
.date-picker-header-reverse-transition-leave-to {
|
|
20160
20235
|
opacity: 0;
|
|
20161
20236
|
transform: translate(0, 100%);
|
|
20162
|
-
}.v-date-picker-
|
|
20163
|
-
|
|
20164
|
-
justify-content: center;
|
|
20165
|
-
padding: 0 12px 8px;
|
|
20166
|
-
--v-date-picker-month-day-diff: 4px;
|
|
20237
|
+
}.v-date-picker-months {
|
|
20238
|
+
height: 288px;
|
|
20167
20239
|
}
|
|
20168
20240
|
|
|
20169
|
-
.v-date-picker-
|
|
20241
|
+
.v-date-picker-months__content {
|
|
20242
|
+
align-items: center;
|
|
20170
20243
|
display: grid;
|
|
20171
|
-
|
|
20172
|
-
|
|
20173
|
-
|
|
20174
|
-
|
|
20175
|
-
|
|
20176
|
-
|
|
20244
|
+
flex: 1 1;
|
|
20245
|
+
height: inherit;
|
|
20246
|
+
justify-content: space-around;
|
|
20247
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20248
|
+
grid-gap: 0px 24px;
|
|
20249
|
+
padding-inline-start: 36px;
|
|
20250
|
+
padding-inline-end: 36px;
|
|
20177
20251
|
}
|
|
20178
|
-
|
|
20179
|
-
|
|
20180
|
-
|
|
20252
|
+
.v-date-picker-months__content .v-btn {
|
|
20253
|
+
text-transform: none;
|
|
20254
|
+
padding-inline-start: 8px;
|
|
20255
|
+
padding-inline-end: 8px;
|
|
20256
|
+
}.v-date-picker-years {
|
|
20257
|
+
height: 288px;
|
|
20258
|
+
overflow-y: scroll;
|
|
20181
20259
|
}
|
|
20182
20260
|
|
|
20183
|
-
.v-date-picker-
|
|
20184
|
-
display: grid;
|
|
20185
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20186
|
-
column-gap: 4px;
|
|
20187
|
-
flex: 1 1;
|
|
20188
|
-
justify-content: space-around;
|
|
20189
|
-
}
|
|
20190
|
-
|
|
20191
|
-
.v-date-picker-month__day {
|
|
20192
|
-
align-items: center;
|
|
20193
|
-
display: flex;
|
|
20194
|
-
justify-content: center;
|
|
20195
|
-
position: relative;
|
|
20196
|
-
height: 40px;
|
|
20197
|
-
width: 40px;
|
|
20198
|
-
}
|
|
20199
|
-
.v-date-picker-month__day--selected .v-btn {
|
|
20200
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
20201
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20202
|
-
}
|
|
20203
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
20204
|
-
--v-btn-height: 24px;
|
|
20205
|
-
--v-btn-size: 0.85rem;
|
|
20206
|
-
}
|
|
20207
|
-
.v-date-picker-month__day--week {
|
|
20208
|
-
font-size: var(--v-btn-size);
|
|
20209
|
-
}
|
|
20210
|
-
|
|
20211
|
-
.v-date-picker-month__day--adjacent {
|
|
20212
|
-
opacity: 0.5;
|
|
20213
|
-
}
|
|
20214
|
-
|
|
20215
|
-
.v-date-picker-month__day--hide-adjacent {
|
|
20216
|
-
opacity: 0;
|
|
20217
|
-
}.v-date-picker-months {
|
|
20218
|
-
height: 288px;
|
|
20219
|
-
}
|
|
20220
|
-
|
|
20221
|
-
.v-date-picker-months__content {
|
|
20222
|
-
align-items: center;
|
|
20223
|
-
display: grid;
|
|
20224
|
-
flex: 1 1;
|
|
20225
|
-
height: inherit;
|
|
20226
|
-
justify-content: space-around;
|
|
20227
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20228
|
-
grid-gap: 0px 24px;
|
|
20229
|
-
padding-inline-start: 36px;
|
|
20230
|
-
padding-inline-end: 36px;
|
|
20231
|
-
}
|
|
20232
|
-
.v-date-picker-months__content .v-btn {
|
|
20233
|
-
text-transform: none;
|
|
20234
|
-
padding-inline-start: 8px;
|
|
20235
|
-
padding-inline-end: 8px;
|
|
20236
|
-
}.v-date-picker-years {
|
|
20237
|
-
height: 288px;
|
|
20238
|
-
overflow-y: scroll;
|
|
20239
|
-
}
|
|
20240
|
-
|
|
20241
|
-
.v-date-picker-years__content {
|
|
20261
|
+
.v-date-picker-years__content {
|
|
20242
20262
|
display: grid;
|
|
20243
20263
|
flex: 1 1;
|
|
20244
20264
|
justify-content: space-around;
|
|
@@ -23894,6 +23914,45 @@ html.v-overlay-scroll-blocked {
|
|
|
23894
23914
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23895
23915
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23896
23916
|
border-top: 0px !important;
|
|
23917
|
+
}.v-textarea .v-field {
|
|
23918
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23919
|
+
}
|
|
23920
|
+
.v-textarea .v-field__field {
|
|
23921
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23922
|
+
}
|
|
23923
|
+
.v-textarea .v-field__input {
|
|
23924
|
+
flex: 1 1 auto;
|
|
23925
|
+
outline: none;
|
|
23926
|
+
-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));
|
|
23927
|
+
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));
|
|
23928
|
+
}
|
|
23929
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23930
|
+
visibility: hidden;
|
|
23931
|
+
position: absolute;
|
|
23932
|
+
top: 0;
|
|
23933
|
+
left: 0;
|
|
23934
|
+
height: 0 !important;
|
|
23935
|
+
min-height: 0 !important;
|
|
23936
|
+
pointer-events: none;
|
|
23937
|
+
}
|
|
23938
|
+
.v-textarea--no-resize .v-field__input {
|
|
23939
|
+
resize: none;
|
|
23940
|
+
}
|
|
23941
|
+
.v-textarea .v-field--no-label textarea,
|
|
23942
|
+
.v-textarea .v-field--active textarea {
|
|
23943
|
+
opacity: 1;
|
|
23944
|
+
}
|
|
23945
|
+
.v-textarea textarea {
|
|
23946
|
+
opacity: 0;
|
|
23947
|
+
flex: 1;
|
|
23948
|
+
min-width: 0;
|
|
23949
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23950
|
+
}
|
|
23951
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23952
|
+
outline: none;
|
|
23953
|
+
}
|
|
23954
|
+
.v-textarea textarea:invalid {
|
|
23955
|
+
box-shadow: none;
|
|
23897
23956
|
}/* region BLOCK */
|
|
23898
23957
|
.v-text-field input {
|
|
23899
23958
|
color: inherit;
|
|
@@ -23961,46 +24020,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23961
24020
|
padding-inline-end: var(--v-field-padding-end);
|
|
23962
24021
|
}
|
|
23963
24022
|
|
|
23964
|
-
/* endregion */.v-
|
|
23965
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23966
|
-
}
|
|
23967
|
-
.v-textarea .v-field__field {
|
|
23968
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23969
|
-
}
|
|
23970
|
-
.v-textarea .v-field__input {
|
|
23971
|
-
flex: 1 1 auto;
|
|
23972
|
-
outline: none;
|
|
23973
|
-
-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));
|
|
23974
|
-
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));
|
|
23975
|
-
}
|
|
23976
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23977
|
-
visibility: hidden;
|
|
23978
|
-
position: absolute;
|
|
23979
|
-
top: 0;
|
|
23980
|
-
left: 0;
|
|
23981
|
-
height: 0 !important;
|
|
23982
|
-
min-height: 0 !important;
|
|
23983
|
-
pointer-events: none;
|
|
23984
|
-
}
|
|
23985
|
-
.v-textarea--no-resize .v-field__input {
|
|
23986
|
-
resize: none;
|
|
23987
|
-
}
|
|
23988
|
-
.v-textarea .v-field--no-label textarea,
|
|
23989
|
-
.v-textarea .v-field--active textarea {
|
|
23990
|
-
opacity: 1;
|
|
23991
|
-
}
|
|
23992
|
-
.v-textarea textarea {
|
|
23993
|
-
opacity: 0;
|
|
23994
|
-
flex: 1;
|
|
23995
|
-
min-width: 0;
|
|
23996
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23997
|
-
}
|
|
23998
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23999
|
-
outline: none;
|
|
24000
|
-
}
|
|
24001
|
-
.v-textarea textarea:invalid {
|
|
24002
|
-
box-shadow: none;
|
|
24003
|
-
}.v-theme-provider {
|
|
24023
|
+
/* endregion */.v-theme-provider {
|
|
24004
24024
|
background: rgb(var(--v-theme-background));
|
|
24005
24025
|
color: rgb(var(--v-theme-on-background));
|
|
24006
24026
|
}.v-timeline .v-timeline-divider__dot {
|
|
@@ -24648,26 +24668,161 @@ html.v-overlay-scroll-blocked {
|
|
|
24648
24668
|
}
|
|
24649
24669
|
.v-window-y-reverse-transition-leave-to {
|
|
24650
24670
|
transform: translateY(100%);
|
|
24651
|
-
}.v-color-picker {
|
|
24652
|
-
|
|
24671
|
+
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24672
|
+
background-color: transparent !important;
|
|
24673
|
+
}
|
|
24674
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
24675
|
+
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
24676
|
+
}
|
|
24677
|
+
|
|
24678
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
24679
|
+
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
24680
|
+
}
|
|
24681
|
+
|
|
24682
|
+
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
24683
|
+
content: "";
|
|
24684
|
+
z-index: -1;
|
|
24685
|
+
left: 0;
|
|
24686
|
+
top: 0;
|
|
24687
|
+
width: 100%;
|
|
24688
|
+
height: 100%;
|
|
24689
|
+
position: absolute;
|
|
24690
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24691
|
+
border-radius: inherit;
|
|
24692
|
+
}
|
|
24693
|
+
|
|
24694
|
+
.v-color-picker-preview__sliders {
|
|
24695
|
+
display: flex;
|
|
24696
|
+
flex: 1 0 auto;
|
|
24697
|
+
flex-direction: column;
|
|
24698
|
+
padding-inline-end: 16px;
|
|
24699
|
+
}
|
|
24700
|
+
|
|
24701
|
+
.v-color-picker-preview__dot {
|
|
24702
|
+
position: relative;
|
|
24703
|
+
height: 30px;
|
|
24704
|
+
width: 30px;
|
|
24705
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24706
|
+
border-radius: 50%;
|
|
24707
|
+
overflow: hidden;
|
|
24708
|
+
margin-inline-end: 24px;
|
|
24709
|
+
}
|
|
24710
|
+
.v-color-picker-preview__dot > div {
|
|
24711
|
+
width: 100%;
|
|
24712
|
+
height: 100%;
|
|
24713
|
+
}
|
|
24714
|
+
|
|
24715
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
24716
|
+
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
24717
|
+
}
|
|
24718
|
+
|
|
24719
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
24720
|
+
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
24721
|
+
}
|
|
24722
|
+
|
|
24723
|
+
.v-color-picker-preview__track {
|
|
24724
|
+
position: relative;
|
|
24725
|
+
width: 100%;
|
|
24726
|
+
margin: 0 !important;
|
|
24727
|
+
}
|
|
24728
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
|
24729
|
+
display: none;
|
|
24730
|
+
}
|
|
24731
|
+
|
|
24732
|
+
.v-color-picker-preview {
|
|
24733
|
+
align-items: center;
|
|
24734
|
+
display: flex;
|
|
24735
|
+
margin-bottom: 0;
|
|
24736
|
+
}
|
|
24737
|
+
|
|
24738
|
+
.v-color-picker-preview__eye-dropper {
|
|
24739
|
+
position: relative;
|
|
24740
|
+
margin-right: 12px;
|
|
24741
|
+
}.v-color-picker-canvas {
|
|
24742
|
+
display: flex;
|
|
24743
|
+
position: relative;
|
|
24744
|
+
overflow: hidden;
|
|
24653
24745
|
contain: content;
|
|
24746
|
+
touch-action: none;
|
|
24654
24747
|
}
|
|
24655
|
-
.v-color-picker
|
|
24656
|
-
|
|
24748
|
+
.v-color-picker-canvas__dot {
|
|
24749
|
+
position: absolute;
|
|
24750
|
+
top: 0;
|
|
24751
|
+
left: 0;
|
|
24752
|
+
width: 15px;
|
|
24753
|
+
height: 15px;
|
|
24754
|
+
background: transparent;
|
|
24755
|
+
border-radius: 50%;
|
|
24756
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24757
|
+
}
|
|
24758
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24759
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24760
|
+
}
|
|
24761
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24762
|
+
will-change: transform;
|
|
24763
|
+
}.v-color-picker-edit {
|
|
24764
|
+
display: flex;
|
|
24765
|
+
margin-top: 24px;
|
|
24766
|
+
}
|
|
24767
|
+
|
|
24768
|
+
.v-color-picker-edit__input {
|
|
24769
|
+
width: 100%;
|
|
24770
|
+
display: flex;
|
|
24771
|
+
flex-wrap: wrap;
|
|
24772
|
+
justify-content: center;
|
|
24773
|
+
text-align: center;
|
|
24774
|
+
}
|
|
24775
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24776
|
+
margin-inline-end: 8px;
|
|
24777
|
+
}
|
|
24778
|
+
.v-color-picker-edit__input input {
|
|
24657
24779
|
border-radius: 4px;
|
|
24780
|
+
margin-bottom: 8px;
|
|
24781
|
+
min-width: 0;
|
|
24782
|
+
outline: none;
|
|
24783
|
+
text-align: center;
|
|
24784
|
+
width: 100%;
|
|
24785
|
+
height: 32px;
|
|
24786
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24787
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24788
|
+
}
|
|
24789
|
+
.v-color-picker-edit__input span {
|
|
24790
|
+
font-size: 0.75rem;
|
|
24791
|
+
}.v-color-picker-swatches {
|
|
24792
|
+
overflow-y: auto;
|
|
24793
|
+
}
|
|
24794
|
+
.v-color-picker-swatches > div {
|
|
24795
|
+
display: flex;
|
|
24796
|
+
flex-wrap: wrap;
|
|
24797
|
+
justify-content: center;
|
|
24798
|
+
padding: 8px;
|
|
24658
24799
|
}
|
|
24659
24800
|
|
|
24660
|
-
.v-color-
|
|
24801
|
+
.v-color-picker-swatches__swatch {
|
|
24661
24802
|
display: flex;
|
|
24662
24803
|
flex-direction: column;
|
|
24663
|
-
|
|
24804
|
+
margin-bottom: 10px;
|
|
24664
24805
|
}
|
|
24665
24806
|
|
|
24666
|
-
.v-color-picker
|
|
24667
|
-
|
|
24807
|
+
.v-color-picker-swatches__color {
|
|
24808
|
+
position: relative;
|
|
24809
|
+
height: 18px;
|
|
24810
|
+
max-height: 18px;
|
|
24811
|
+
width: 45px;
|
|
24812
|
+
margin: 2px 4px;
|
|
24813
|
+
border-radius: 2px;
|
|
24814
|
+
-webkit-user-select: none;
|
|
24815
|
+
user-select: none;
|
|
24816
|
+
overflow: hidden;
|
|
24817
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24818
|
+
cursor: pointer;
|
|
24668
24819
|
}
|
|
24669
|
-
.v-color-picker
|
|
24670
|
-
|
|
24820
|
+
.v-color-picker-swatches__color > div {
|
|
24821
|
+
display: flex;
|
|
24822
|
+
align-items: center;
|
|
24823
|
+
justify-content: center;
|
|
24824
|
+
width: 100%;
|
|
24825
|
+
height: 100%;
|
|
24671
24826
|
}.v-picker.v-sheet {
|
|
24672
24827
|
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24673
24828
|
border-radius: 4px;
|
|
@@ -25036,159 +25191,4 @@ html.v-overlay-scroll-blocked {
|
|
|
25036
25191
|
|
|
25037
25192
|
.v-slider-track__background--opacity {
|
|
25038
25193
|
opacity: 0.38;
|
|
25039
|
-
}.v-color-picker-edit {
|
|
25040
|
-
display: flex;
|
|
25041
|
-
margin-top: 24px;
|
|
25042
|
-
}
|
|
25043
|
-
|
|
25044
|
-
.v-color-picker-edit__input {
|
|
25045
|
-
width: 100%;
|
|
25046
|
-
display: flex;
|
|
25047
|
-
flex-wrap: wrap;
|
|
25048
|
-
justify-content: center;
|
|
25049
|
-
text-align: center;
|
|
25050
|
-
}
|
|
25051
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
25052
|
-
margin-inline-end: 8px;
|
|
25053
|
-
}
|
|
25054
|
-
.v-color-picker-edit__input input {
|
|
25055
|
-
border-radius: 4px;
|
|
25056
|
-
margin-bottom: 8px;
|
|
25057
|
-
min-width: 0;
|
|
25058
|
-
outline: none;
|
|
25059
|
-
text-align: center;
|
|
25060
|
-
width: 100%;
|
|
25061
|
-
height: 32px;
|
|
25062
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25063
|
-
color: rgba(var(--v-theme-on-surface));
|
|
25064
|
-
}
|
|
25065
|
-
.v-color-picker-edit__input span {
|
|
25066
|
-
font-size: 0.75rem;
|
|
25067
|
-
}.v-color-picker-canvas {
|
|
25068
|
-
display: flex;
|
|
25069
|
-
position: relative;
|
|
25070
|
-
overflow: hidden;
|
|
25071
|
-
contain: content;
|
|
25072
|
-
touch-action: none;
|
|
25073
|
-
}
|
|
25074
|
-
.v-color-picker-canvas__dot {
|
|
25075
|
-
position: absolute;
|
|
25076
|
-
top: 0;
|
|
25077
|
-
left: 0;
|
|
25078
|
-
width: 15px;
|
|
25079
|
-
height: 15px;
|
|
25080
|
-
background: transparent;
|
|
25081
|
-
border-radius: 50%;
|
|
25082
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25083
|
-
}
|
|
25084
|
-
.v-color-picker-canvas__dot--disabled {
|
|
25085
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25086
|
-
}
|
|
25087
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25088
|
-
will-change: transform;
|
|
25089
|
-
}.v-color-picker-swatches {
|
|
25090
|
-
overflow-y: auto;
|
|
25091
|
-
}
|
|
25092
|
-
.v-color-picker-swatches > div {
|
|
25093
|
-
display: flex;
|
|
25094
|
-
flex-wrap: wrap;
|
|
25095
|
-
justify-content: center;
|
|
25096
|
-
padding: 8px;
|
|
25097
|
-
}
|
|
25098
|
-
|
|
25099
|
-
.v-color-picker-swatches__swatch {
|
|
25100
|
-
display: flex;
|
|
25101
|
-
flex-direction: column;
|
|
25102
|
-
margin-bottom: 10px;
|
|
25103
|
-
}
|
|
25104
|
-
|
|
25105
|
-
.v-color-picker-swatches__color {
|
|
25106
|
-
position: relative;
|
|
25107
|
-
height: 18px;
|
|
25108
|
-
max-height: 18px;
|
|
25109
|
-
width: 45px;
|
|
25110
|
-
margin: 2px 4px;
|
|
25111
|
-
border-radius: 2px;
|
|
25112
|
-
-webkit-user-select: none;
|
|
25113
|
-
user-select: none;
|
|
25114
|
-
overflow: hidden;
|
|
25115
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25116
|
-
cursor: pointer;
|
|
25117
|
-
}
|
|
25118
|
-
.v-color-picker-swatches__color > div {
|
|
25119
|
-
display: flex;
|
|
25120
|
-
align-items: center;
|
|
25121
|
-
justify-content: center;
|
|
25122
|
-
width: 100%;
|
|
25123
|
-
height: 100%;
|
|
25124
|
-
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25125
|
-
background-color: transparent !important;
|
|
25126
|
-
}
|
|
25127
|
-
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
25128
|
-
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
25129
|
-
}
|
|
25130
|
-
|
|
25131
|
-
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
25132
|
-
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
25133
|
-
}
|
|
25134
|
-
|
|
25135
|
-
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
25136
|
-
content: "";
|
|
25137
|
-
z-index: -1;
|
|
25138
|
-
left: 0;
|
|
25139
|
-
top: 0;
|
|
25140
|
-
width: 100%;
|
|
25141
|
-
height: 100%;
|
|
25142
|
-
position: absolute;
|
|
25143
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25144
|
-
border-radius: inherit;
|
|
25145
|
-
}
|
|
25146
|
-
|
|
25147
|
-
.v-color-picker-preview__sliders {
|
|
25148
|
-
display: flex;
|
|
25149
|
-
flex: 1 0 auto;
|
|
25150
|
-
flex-direction: column;
|
|
25151
|
-
padding-inline-end: 16px;
|
|
25152
|
-
}
|
|
25153
|
-
|
|
25154
|
-
.v-color-picker-preview__dot {
|
|
25155
|
-
position: relative;
|
|
25156
|
-
height: 30px;
|
|
25157
|
-
width: 30px;
|
|
25158
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25159
|
-
border-radius: 50%;
|
|
25160
|
-
overflow: hidden;
|
|
25161
|
-
margin-inline-end: 24px;
|
|
25162
|
-
}
|
|
25163
|
-
.v-color-picker-preview__dot > div {
|
|
25164
|
-
width: 100%;
|
|
25165
|
-
height: 100%;
|
|
25166
|
-
}
|
|
25167
|
-
|
|
25168
|
-
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
25169
|
-
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
25170
|
-
}
|
|
25171
|
-
|
|
25172
|
-
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
25173
|
-
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
25174
|
-
}
|
|
25175
|
-
|
|
25176
|
-
.v-color-picker-preview__track {
|
|
25177
|
-
position: relative;
|
|
25178
|
-
width: 100%;
|
|
25179
|
-
margin: 0 !important;
|
|
25180
|
-
}
|
|
25181
|
-
.v-color-picker-preview__track .v-slider-track__fill {
|
|
25182
|
-
display: none;
|
|
25183
|
-
}
|
|
25184
|
-
|
|
25185
|
-
.v-color-picker-preview {
|
|
25186
|
-
align-items: center;
|
|
25187
|
-
display: flex;
|
|
25188
|
-
margin-bottom: 0;
|
|
25189
|
-
}
|
|
25190
|
-
|
|
25191
|
-
.v-color-picker-preview__eye-dropper {
|
|
25192
|
-
position: relative;
|
|
25193
|
-
margin-right: 12px;
|
|
25194
25194
|
}
|