@vuetify/nightly 3.2.5-master-20230513.0 → 3.2.5

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.
Files changed (108) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +285 -283
  5. package/dist/vuetify-labs.d.ts +4644 -163
  6. package/dist/vuetify-labs.esm.js +3 -3
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +3 -3
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3 -1
  11. package/dist/vuetify.d.ts +3726 -185
  12. package/dist/vuetify.esm.js +3 -3
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +3 -3
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/index.d.ts +52 -0
  20. package/lib/components/VApp/index.d.ts +16 -0
  21. package/lib/components/VAppBar/index.d.ts +84 -0
  22. package/lib/components/VAutocomplete/index.d.ts +67 -3
  23. package/lib/components/VAvatar/index.d.ts +16 -0
  24. package/lib/components/VBadge/index.d.ts +20 -0
  25. package/lib/components/VBanner/index.d.ts +60 -0
  26. package/lib/components/VBottomNavigation/index.d.ts +16 -0
  27. package/lib/components/VBreadcrumbs/index.d.ts +39 -3
  28. package/lib/components/VBtn/index.d.ts +28 -0
  29. package/lib/components/VBtnGroup/index.d.ts +16 -0
  30. package/lib/components/VBtnToggle/index.d.ts +16 -0
  31. package/lib/components/VCard/index.d.ts +144 -0
  32. package/lib/components/VCarousel/index.d.ts +128 -0
  33. package/lib/components/VCheckbox/index.d.ts +84 -0
  34. package/lib/components/VChip/index.d.ts +28 -0
  35. package/lib/components/VChipGroup/index.d.ts +16 -0
  36. package/lib/components/VCode/index.d.ts +16 -0
  37. package/lib/components/VCombobox/index.d.ts +67 -3
  38. package/lib/components/VCounter/index.d.ts +16 -0
  39. package/lib/components/VDefaultsProvider/index.d.ts +16 -0
  40. package/lib/components/VDialog/index.d.ts +133 -3
  41. package/lib/components/VDivider/index.d.ts +16 -0
  42. package/lib/components/VExpansionPanel/index.d.ts +76 -0
  43. package/lib/components/VField/index.d.ts +23 -3
  44. package/lib/components/VFileInput/index.d.ts +118 -3
  45. package/lib/components/VFooter/index.d.ts +16 -0
  46. package/lib/components/VForm/index.d.ts +16 -0
  47. package/lib/components/VGrid/index.d.ts +64 -0
  48. package/lib/components/VHover/index.d.ts +28 -0
  49. package/lib/components/VIcon/index.d.ts +32 -0
  50. package/lib/components/VImg/index.d.ts +28 -0
  51. package/lib/components/VInput/index.d.ts +28 -0
  52. package/lib/components/VItemGroup/index.d.ts +32 -0
  53. package/lib/components/VKbd/index.d.ts +16 -0
  54. package/lib/components/VLabel/index.d.ts +16 -0
  55. package/lib/components/VLayout/index.d.ts +32 -0
  56. package/lib/components/VLazy/index.d.ts +16 -0
  57. package/lib/components/VList/index.d.ts +167 -3
  58. package/lib/components/VLocaleProvider/index.d.ts +16 -0
  59. package/lib/components/VMain/index.d.ts +16 -0
  60. package/lib/components/VMenu/index.d.ts +133 -3
  61. package/lib/components/VMessages/index.d.ts +16 -0
  62. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  63. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  64. package/lib/components/VNavigationDrawer/index.d.ts +28 -0
  65. package/lib/components/VOverlay/index.d.ts +40 -0
  66. package/lib/components/VPagination/index.d.ts +32 -0
  67. package/lib/components/VParallax/index.d.ts +28 -0
  68. package/lib/components/VProgressCircular/index.d.ts +16 -0
  69. package/lib/components/VProgressLinear/index.d.ts +28 -0
  70. package/lib/components/VRadio/index.d.ts +36 -0
  71. package/lib/components/VRadioGroup/index.d.ts +48 -0
  72. package/lib/components/VRangeSlider/index.d.ts +36 -0
  73. package/lib/components/VRating/index.d.ts +20 -0
  74. package/lib/components/VResponsive/index.d.ts +20 -0
  75. package/lib/components/VSelect/index.d.ts +67 -3
  76. package/lib/components/VSelectionControl/index.d.ts +7 -3
  77. package/lib/components/VSelectionControlGroup/index.d.ts +16 -0
  78. package/lib/components/VSheet/index.d.ts +16 -0
  79. package/lib/components/VSlideGroup/index.d.ts +60 -0
  80. package/lib/components/VSlider/index.d.ts +36 -0
  81. package/lib/components/VSnackbar/index.d.ts +129 -3
  82. package/lib/components/VSwitch/index.d.ts +52 -0
  83. package/lib/components/VSystemBar/index.d.ts +16 -0
  84. package/lib/components/VTable/index.d.ts +28 -0
  85. package/lib/components/VTabs/index.d.ts +32 -0
  86. package/lib/components/VTextField/index.d.ts +121 -6
  87. package/lib/components/VTextarea/index.d.ts +110 -3
  88. package/lib/components/VThemeProvider/index.d.ts +16 -0
  89. package/lib/components/VTimeline/index.d.ts +40 -0
  90. package/lib/components/VToolbar/index.d.ts +72 -0
  91. package/lib/components/VTooltip/index.d.ts +133 -3
  92. package/lib/components/VValidation/index.d.ts +16 -0
  93. package/lib/components/VVirtualScroll/index.d.ts +7 -3
  94. package/lib/components/VWindow/index.d.ts +76 -0
  95. package/lib/components/index.d.ts +3756 -215
  96. package/lib/components/transitions/index.d.ts +256 -0
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/entry-bundler.mjs.map +1 -1
  99. package/lib/framework.mjs +1 -1
  100. package/lib/framework.mjs.map +1 -1
  101. package/lib/index.d.ts +1 -1
  102. package/lib/labs/VDataTable/index.d.ts +894 -2
  103. package/lib/labs/VInfiniteScroll/index.d.ts +32 -0
  104. package/lib/labs/VSkeletonLoader/index.d.ts +16 -0
  105. package/lib/labs/components.d.ts +942 -2
  106. package/lib/styles/settings/_variables.scss +3 -3
  107. package/lib/util/defineComponent.mjs.map +1 -1
  108. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,13 +1,16 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.5-master-20230513.0...v) (2023-05-13)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v) (2023-05-16)
2
2
 
3
3
 
4
4
 
5
- ## [3.2.5-master-20230513.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.4...v3.2.5-master-20230513.0) (2023-05-13)
5
+ ## [3.2.5](https://github.com/vuetifyjs/vuetify/compare/v3.2.4...v3.2.5) (2023-05-16)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **sass:** allow overriding easing variables ([21fbd13](https://github.com/vuetifyjs/vuetify/commit/21fbd137bee0dcec2b98fd667db687ea88863cd7)), closes [#17377](https://github.com/vuetifyjs/vuetify/issues/17377)
11
+ * **types:** emit slot types for non-generic components ([ccddb2c](https://github.com/vuetifyjs/vuetify/commit/ccddb2c43b06a5f45fafa9b05907077818ff4ae7)), closes [#17378](https://github.com/vuetifyjs/vuetify/issues/17378)
10
12
  * **VChip:** add flex styling to content div ([ecf814d](https://github.com/vuetifyjs/vuetify/commit/ecf814d545a72d3c555fe7a69276d5e2f610d3b7)), closes [#16472](https://github.com/vuetifyjs/vuetify/issues/16472)
13
+ * **VNavigationDrawer:** correct scrim position ([#17374](https://github.com/vuetifyjs/vuetify/issues/17374)) ([da93980](https://github.com/vuetifyjs/vuetify/commit/da93980c0a732e742001c2d8600b2af5feab68b2)), closes [#17367](https://github.com/vuetifyjs/vuetify/issues/17367)
11
14
  * **VSelect:** don't erase readonly items array type ([24396ea](https://github.com/vuetifyjs/vuetify/commit/24396ea3d71dc458529d0a99b07bebb4d950947f)), closes [#17361](https://github.com/vuetifyjs/vuetify/issues/17361)
12
15
  * **VSwitch:** only apply auto width when using inset prop ([ad49126](https://github.com/vuetifyjs/vuetify/commit/ad4912683cd48a5ac733cf895917a458d5763f48)), closes [#17312](https://github.com/vuetifyjs/vuetify/issues/17312)
13
16
 
@@ -304,14 +304,14 @@
304
304
  "from": "components/VSelect/index.mjs",
305
305
  "styles": []
306
306
  },
307
- "VSelectionControl": {
308
- "from": "components/VSelectionControl/index.mjs",
309
- "styles": []
310
- },
311
307
  "VSelectionControlGroup": {
312
308
  "from": "components/VSelectionControlGroup/index.mjs",
313
309
  "styles": []
314
310
  },
311
+ "VSelectionControl": {
312
+ "from": "components/VSelectionControl/index.mjs",
313
+ "styles": []
314
+ },
315
315
  "VSheet": {
316
316
  "from": "components/VSheet/index.mjs",
317
317
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.2.5-master-20230513.0",
5
+ "version": "3.2.5",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.5-master-20230513.0
2
+ * Vuetify v3.2.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16378,18 +16378,6 @@ html.overflow-y-hidden {
16378
16378
  min-height: 100vh;
16379
16379
  min-height: 100dvh;
16380
16380
  position: relative;
16381
- }.v-app-bar {
16382
- display: flex;
16383
- }
16384
- .v-app-bar.v-toolbar {
16385
- background: rgb(var(--v-theme-surface));
16386
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16387
- }
16388
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
16389
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
16390
- }
16391
- .v-app-bar:not(.v-toolbar--absolute) {
16392
- padding-inline-end: var(--v-scrollbar-offset);
16393
16381
  }.v-alert {
16394
16382
  display: grid;
16395
16383
  flex: 1 1;
@@ -17575,8 +17563,6 @@ html.overflow-y-hidden {
17575
17563
  }
17576
17564
  .v-btn-group--tile {
17577
17565
  border-radius: 0;
17578
- }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17579
- opacity: var(--v-activated-opacity);
17580
17566
  }.v-card {
17581
17567
  display: block;
17582
17568
  overflow: hidden;
@@ -17867,6 +17853,8 @@ html.overflow-y-hidden {
17867
17853
  pointer-events: none;
17868
17854
  opacity: 0;
17869
17855
  transition: opacity 0.2s ease-in-out;
17856
+ }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17857
+ opacity: var(--v-activated-opacity);
17870
17858
  }.v-carousel {
17871
17859
  overflow: hidden;
17872
17860
  position: relative;
@@ -18465,6 +18453,11 @@ html.overflow-y-hidden {
18465
18453
  }
18466
18454
  .v-combobox--single .v-field--focused .v-combobox__selection {
18467
18455
  opacity: 0;
18456
+ }.v-counter {
18457
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18458
+ flex: 0 1 auto;
18459
+ font-size: 12px;
18460
+ transition-duration: 150ms;
18468
18461
  }.v-container {
18469
18462
  width: 100%;
18470
18463
  padding: 16px;
@@ -19346,11 +19339,6 @@ html.overflow-y-hidden {
19346
19339
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
19347
19340
  margin-right: 91.6666666667%;
19348
19341
  }
19349
- }.v-counter {
19350
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19351
- flex: 0 1 auto;
19352
- font-size: 12px;
19353
- transition-duration: 150ms;
19354
19342
  }.v-dialog {
19355
19343
  align-items: center;
19356
19344
  justify-content: center;
@@ -21048,6 +21036,8 @@ textarea.v-field__input::placeholder {
21048
21036
 
21049
21037
  .v-navigation-drawer__scrim {
21050
21038
  position: absolute;
21039
+ top: 0;
21040
+ left: 0;
21051
21041
  width: 100%;
21052
21042
  height: 100%;
21053
21043
  background: black;
@@ -21750,6 +21740,14 @@ html.v-overlay-scroll-blocked {
21750
21740
  }
21751
21741
  .v-selection-control--focus-visible .v-selection-control__input::before {
21752
21742
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21743
+ }.v-selection-control-group {
21744
+ grid-area: control;
21745
+ display: flex;
21746
+ flex-direction: column;
21747
+ }
21748
+ .v-selection-control-group--inline {
21749
+ flex-direction: row;
21750
+ flex-wrap: wrap;
21753
21751
  }.v-sheet {
21754
21752
  display: block;
21755
21753
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -21778,56 +21776,6 @@ html.v-overlay-scroll-blocked {
21778
21776
  }
21779
21777
  .v-sheet--rounded {
21780
21778
  border-radius: 4px;
21781
- }.v-selection-control-group {
21782
- grid-area: control;
21783
- display: flex;
21784
- flex-direction: column;
21785
- }
21786
- .v-selection-control-group--inline {
21787
- flex-direction: row;
21788
- flex-wrap: wrap;
21789
- }.v-slide-group {
21790
- display: flex;
21791
- overflow: hidden;
21792
- }
21793
-
21794
- .v-slide-group__next,
21795
- .v-slide-group__prev {
21796
- align-items: center;
21797
- display: flex;
21798
- flex: 0 1 52px;
21799
- justify-content: center;
21800
- min-width: 52px;
21801
- cursor: pointer;
21802
- }
21803
- .v-slide-group__next--disabled,
21804
- .v-slide-group__prev--disabled {
21805
- pointer-events: none;
21806
- opacity: var(--v-disabled-opacity);
21807
- }
21808
-
21809
- .v-slide-group__content {
21810
- display: flex;
21811
- flex: 1 0 auto;
21812
- position: relative;
21813
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
21814
- white-space: nowrap;
21815
- }
21816
- .v-slide-group__content > * {
21817
- white-space: initial;
21818
- }
21819
-
21820
- .v-slide-group__container {
21821
- contain: content;
21822
- display: flex;
21823
- flex: 1 1 auto;
21824
- overflow: hidden;
21825
- }
21826
-
21827
- .v-slide-group--vertical,
21828
- .v-slide-group--vertical .v-slide-group__container,
21829
- .v-slide-group--vertical .v-slide-group__content {
21830
- flex-direction: column;
21831
21779
  }.v-snackbar {
21832
21780
  justify-content: center;
21833
21781
  z-index: 10000;
@@ -22275,6 +22223,90 @@ html.v-overlay-scroll-blocked {
22275
22223
  border-top: 0px !important;
22276
22224
  position: sticky;
22277
22225
  bottom: 0;
22226
+ }.v-slide-group {
22227
+ display: flex;
22228
+ overflow: hidden;
22229
+ }
22230
+
22231
+ .v-slide-group__next,
22232
+ .v-slide-group__prev {
22233
+ align-items: center;
22234
+ display: flex;
22235
+ flex: 0 1 52px;
22236
+ justify-content: center;
22237
+ min-width: 52px;
22238
+ cursor: pointer;
22239
+ }
22240
+ .v-slide-group__next--disabled,
22241
+ .v-slide-group__prev--disabled {
22242
+ pointer-events: none;
22243
+ opacity: var(--v-disabled-opacity);
22244
+ }
22245
+
22246
+ .v-slide-group__content {
22247
+ display: flex;
22248
+ flex: 1 0 auto;
22249
+ position: relative;
22250
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
22251
+ white-space: nowrap;
22252
+ }
22253
+ .v-slide-group__content > * {
22254
+ white-space: initial;
22255
+ }
22256
+
22257
+ .v-slide-group__container {
22258
+ contain: content;
22259
+ display: flex;
22260
+ flex: 1 1 auto;
22261
+ overflow: hidden;
22262
+ }
22263
+
22264
+ .v-slide-group--vertical,
22265
+ .v-slide-group--vertical .v-slide-group__container,
22266
+ .v-slide-group--vertical .v-slide-group__content {
22267
+ flex-direction: column;
22268
+ }.v-textarea .v-field {
22269
+ --v-textarea-control-height: var(--v-input-control-height);
22270
+ }
22271
+ .v-textarea .v-field__field {
22272
+ --v-input-control-height: var(--v-textarea-control-height);
22273
+ }
22274
+ .v-textarea .v-field__input {
22275
+ flex: 1 1 auto;
22276
+ outline: none;
22277
+ -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));
22278
+ 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));
22279
+ }
22280
+ .v-textarea--auto-grow .v-field__input {
22281
+ overflow: hidden;
22282
+ }
22283
+ .v-textarea--no-resize .v-field__input {
22284
+ resize: none;
22285
+ }
22286
+ .v-textarea__sizer {
22287
+ visibility: hidden;
22288
+ position: absolute;
22289
+ top: 0;
22290
+ left: 0;
22291
+ height: 0 !important;
22292
+ min-height: 0 !important;
22293
+ pointer-events: none;
22294
+ }
22295
+ .v-textarea .v-field--no-label textarea,
22296
+ .v-textarea .v-field--active textarea {
22297
+ opacity: 1;
22298
+ }
22299
+ .v-textarea textarea {
22300
+ opacity: 0;
22301
+ flex: 1;
22302
+ min-width: 0;
22303
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
22304
+ }
22305
+ .v-textarea textarea:focus, .v-textarea textarea:active {
22306
+ outline: none;
22307
+ }
22308
+ .v-textarea textarea:invalid {
22309
+ box-shadow: none;
22278
22310
  }/* region BLOCK */
22279
22311
  .v-text-field input {
22280
22312
  color: inherit;
@@ -23025,48 +23057,18 @@ html.v-overlay-scroll-blocked {
23025
23057
  }
23026
23058
  .v-window-y-reverse-transition-leave-to {
23027
23059
  transform: translateY(100%);
23028
- }.v-textarea .v-field {
23029
- --v-textarea-control-height: var(--v-input-control-height);
23030
- }
23031
- .v-textarea .v-field__field {
23032
- --v-input-control-height: var(--v-textarea-control-height);
23033
- }
23034
- .v-textarea .v-field__input {
23035
- flex: 1 1 auto;
23036
- outline: none;
23037
- -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));
23038
- 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));
23039
- }
23040
- .v-textarea--auto-grow .v-field__input {
23041
- overflow: hidden;
23042
- }
23043
- .v-textarea--no-resize .v-field__input {
23044
- resize: none;
23045
- }
23046
- .v-textarea__sizer {
23047
- visibility: hidden;
23048
- position: absolute;
23049
- top: 0;
23050
- left: 0;
23051
- height: 0 !important;
23052
- min-height: 0 !important;
23053
- pointer-events: none;
23054
- }
23055
- .v-textarea .v-field--no-label textarea,
23056
- .v-textarea .v-field--active textarea {
23057
- opacity: 1;
23060
+ }.v-app-bar {
23061
+ display: flex;
23058
23062
  }
23059
- .v-textarea textarea {
23060
- opacity: 0;
23061
- flex: 1;
23062
- min-width: 0;
23063
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23063
+ .v-app-bar.v-toolbar {
23064
+ background: rgb(var(--v-theme-surface));
23065
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23064
23066
  }
23065
- .v-textarea textarea:focus, .v-textarea textarea:active {
23066
- outline: none;
23067
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
23068
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23067
23069
  }
23068
- .v-textarea textarea:invalid {
23069
- box-shadow: none;
23070
+ .v-app-bar:not(.v-toolbar--absolute) {
23071
+ padding-inline-end: var(--v-scrollbar-offset);
23070
23072
  }.v-color-picker-canvas {
23071
23073
  display: flex;
23072
23074
  position: relative;
@@ -23219,189 +23221,32 @@ html.v-overlay-scroll-blocked {
23219
23221
  justify-content: center;
23220
23222
  width: 100%;
23221
23223
  height: 100%;
23222
- }.v-slider-thumb {
23223
- touch-action: none;
23224
- color: rgb(var(--v-theme-surface-variant));
23224
+ }.v-slider-track__background {
23225
+ background-color: rgb(var(--v-theme-surface-variant));
23225
23226
  }
23226
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
23227
- color: inherit;
23227
+
23228
+ .v-slider-track__fill {
23229
+ background-color: rgb(var(--v-theme-surface-variant));
23228
23230
  }
23229
23231
 
23230
- .v-slider-thumb__label {
23231
- background: rgba(var(--v-theme-surface-variant), 0.7);
23232
- color: rgb(var(--v-theme-on-surface-variant));
23232
+ .v-slider-track__tick {
23233
+ background-color: rgb(var(--v-theme-surface-variant));
23233
23234
  }
23234
- .v-slider-thumb__label::before {
23235
- color: rgba(var(--v-theme-surface-variant), 0.7);
23235
+ .v-slider-track__tick--filled {
23236
+ background-color: rgb(var(--v-theme-on-surface-variant));
23236
23237
  }
23237
23238
 
23238
- .v-slider-thumb {
23239
- outline: none;
23239
+ .v-slider-track {
23240
+ border-radius: 6px;
23241
+ }
23242
+
23243
+ .v-slider-track__background, .v-slider-track__fill {
23240
23244
  position: absolute;
23241
23245
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
23246
+ border-radius: inherit;
23242
23247
  }
23243
-
23244
- .v-slider-thumb__surface {
23245
- cursor: pointer;
23246
- width: var(--v-slider-thumb-size);
23247
- height: var(--v-slider-thumb-size);
23248
- border-radius: 50%;
23249
- -webkit-user-select: none;
23250
- user-select: none;
23251
- background-color: currentColor;
23252
- }
23253
- .v-slider-thumb__surface::before {
23254
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
23255
- content: "";
23256
- color: inherit;
23257
- top: 0;
23258
- left: 0;
23259
- width: 100%;
23260
- height: 100%;
23261
- border-radius: 50%;
23262
- background: currentColor;
23263
- position: absolute;
23264
- pointer-events: none;
23265
- opacity: 0;
23266
- }
23267
- .v-slider-thumb__surface::after {
23268
- content: "";
23269
- width: 42px;
23270
- height: 42px;
23271
- position: absolute;
23272
- top: 50%;
23273
- left: 50%;
23274
- transform: translate(-50%, -50%);
23275
- }
23276
-
23277
- .v-slider-thumb__label-container {
23278
- position: absolute;
23279
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
23280
- }
23281
-
23282
- .v-slider-thumb__label {
23283
- display: flex;
23284
- align-items: center;
23285
- justify-content: center;
23286
- font-size: 0.75rem;
23287
- min-width: 35px;
23288
- height: 25px;
23289
- border-radius: 4px;
23290
- padding: 6px;
23291
- position: absolute;
23292
- -webkit-user-select: none;
23293
- user-select: none;
23294
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
23295
- }
23296
- .v-slider-thumb__label::before {
23297
- content: "";
23298
- width: 0;
23299
- height: 0;
23300
- position: absolute;
23301
- }
23302
-
23303
- .v-slider-thumb__ripple {
23304
- position: absolute;
23305
- left: calc(var(--v-slider-thumb-size) / -2);
23306
- top: calc(var(--v-slider-thumb-size) / -2);
23307
- width: calc(var(--v-slider-thumb-size) * 2);
23308
- height: calc(var(--v-slider-thumb-size) * 2);
23309
- background: inherit;
23310
- }
23311
-
23312
- .v-slider.v-input--horizontal .v-slider-thumb {
23313
- top: 50%;
23314
- transform: translateY(-50%);
23315
- }
23316
- .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
23317
- left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23318
- }
23319
- .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
23320
- right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23321
- }
23322
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
23323
- left: calc(var(--v-slider-thumb-size) / 2);
23324
- top: 0;
23325
- }
23326
- .v-slider.v-input--horizontal .v-slider-thumb__label {
23327
- bottom: calc(var(--v-slider-thumb-size) / 2);
23328
- }
23329
- .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
23330
- transform: translateX(-50%);
23331
- }
23332
- .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
23333
- transform: translateX(50%);
23334
- }
23335
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
23336
- border-left: 6px solid transparent;
23337
- border-right: 6px solid transparent;
23338
- border-top: 6px solid currentColor;
23339
- bottom: -6px;
23340
- }
23341
-
23342
- .v-slider.v-input--vertical .v-slider-thumb {
23343
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23344
- }
23345
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
23346
- top: calc(var(--v-slider-thumb-size) / 2);
23347
- right: 0;
23348
- }
23349
- .v-slider.v-input--vertical .v-slider-thumb__label {
23350
- top: -12.5px;
23351
- left: calc(var(--v-slider-thumb-size) / 2);
23352
- }
23353
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
23354
- border-right: 6px solid currentColor;
23355
- border-top: 6px solid transparent;
23356
- border-bottom: 6px solid transparent;
23357
- left: -6px;
23358
- }
23359
-
23360
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
23361
- transform: scale(2);
23362
- opacity: var(--v-focus-opacity);
23363
- }
23364
-
23365
- .v-slider-thumb--pressed {
23366
- transition: none;
23367
- }
23368
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
23369
- opacity: var(--v-pressed-opacity);
23370
- }
23371
-
23372
- @media (hover: hover) {
23373
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
23374
- transform: scale(2);
23375
- }
23376
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
23377
- opacity: var(--v-hover-opacity);
23378
- }
23379
- }.v-slider-track__background {
23380
- background-color: rgb(var(--v-theme-surface-variant));
23381
- }
23382
-
23383
- .v-slider-track__fill {
23384
- background-color: rgb(var(--v-theme-surface-variant));
23385
- }
23386
-
23387
- .v-slider-track__tick {
23388
- background-color: rgb(var(--v-theme-surface-variant));
23389
- }
23390
- .v-slider-track__tick--filled {
23391
- background-color: rgb(var(--v-theme-on-surface-variant));
23392
- }
23393
-
23394
- .v-slider-track {
23395
- border-radius: 6px;
23396
- }
23397
-
23398
- .v-slider-track__background, .v-slider-track__fill {
23399
- position: absolute;
23400
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
23401
- border-radius: inherit;
23402
- }
23403
- .v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
23404
- transition: none;
23248
+ .v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
23249
+ transition: none;
23405
23250
  }
23406
23251
  .v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
23407
23252
  background-color: currentColor;
@@ -23529,4 +23374,161 @@ html.v-overlay-scroll-blocked {
23529
23374
 
23530
23375
  .v-slider-track__background--opacity {
23531
23376
  opacity: 0.38;
23377
+ }.v-slider-thumb {
23378
+ touch-action: none;
23379
+ color: rgb(var(--v-theme-surface-variant));
23380
+ }
23381
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
23382
+ color: inherit;
23383
+ }
23384
+
23385
+ .v-slider-thumb__label {
23386
+ background: rgba(var(--v-theme-surface-variant), 0.7);
23387
+ color: rgb(var(--v-theme-on-surface-variant));
23388
+ }
23389
+ .v-slider-thumb__label::before {
23390
+ color: rgba(var(--v-theme-surface-variant), 0.7);
23391
+ }
23392
+
23393
+ .v-slider-thumb {
23394
+ outline: none;
23395
+ position: absolute;
23396
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
23397
+ }
23398
+
23399
+ .v-slider-thumb__surface {
23400
+ cursor: pointer;
23401
+ width: var(--v-slider-thumb-size);
23402
+ height: var(--v-slider-thumb-size);
23403
+ border-radius: 50%;
23404
+ -webkit-user-select: none;
23405
+ user-select: none;
23406
+ background-color: currentColor;
23407
+ }
23408
+ .v-slider-thumb__surface::before {
23409
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
23410
+ content: "";
23411
+ color: inherit;
23412
+ top: 0;
23413
+ left: 0;
23414
+ width: 100%;
23415
+ height: 100%;
23416
+ border-radius: 50%;
23417
+ background: currentColor;
23418
+ position: absolute;
23419
+ pointer-events: none;
23420
+ opacity: 0;
23421
+ }
23422
+ .v-slider-thumb__surface::after {
23423
+ content: "";
23424
+ width: 42px;
23425
+ height: 42px;
23426
+ position: absolute;
23427
+ top: 50%;
23428
+ left: 50%;
23429
+ transform: translate(-50%, -50%);
23430
+ }
23431
+
23432
+ .v-slider-thumb__label-container {
23433
+ position: absolute;
23434
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
23435
+ }
23436
+
23437
+ .v-slider-thumb__label {
23438
+ display: flex;
23439
+ align-items: center;
23440
+ justify-content: center;
23441
+ font-size: 0.75rem;
23442
+ min-width: 35px;
23443
+ height: 25px;
23444
+ border-radius: 4px;
23445
+ padding: 6px;
23446
+ position: absolute;
23447
+ -webkit-user-select: none;
23448
+ user-select: none;
23449
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
23450
+ }
23451
+ .v-slider-thumb__label::before {
23452
+ content: "";
23453
+ width: 0;
23454
+ height: 0;
23455
+ position: absolute;
23456
+ }
23457
+
23458
+ .v-slider-thumb__ripple {
23459
+ position: absolute;
23460
+ left: calc(var(--v-slider-thumb-size) / -2);
23461
+ top: calc(var(--v-slider-thumb-size) / -2);
23462
+ width: calc(var(--v-slider-thumb-size) * 2);
23463
+ height: calc(var(--v-slider-thumb-size) * 2);
23464
+ background: inherit;
23465
+ }
23466
+
23467
+ .v-slider.v-input--horizontal .v-slider-thumb {
23468
+ top: 50%;
23469
+ transform: translateY(-50%);
23470
+ }
23471
+ .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
23472
+ left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23473
+ }
23474
+ .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
23475
+ right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23476
+ }
23477
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
23478
+ left: calc(var(--v-slider-thumb-size) / 2);
23479
+ top: 0;
23480
+ }
23481
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
23482
+ bottom: calc(var(--v-slider-thumb-size) / 2);
23483
+ }
23484
+ .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
23485
+ transform: translateX(-50%);
23486
+ }
23487
+ .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
23488
+ transform: translateX(50%);
23489
+ }
23490
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
23491
+ border-left: 6px solid transparent;
23492
+ border-right: 6px solid transparent;
23493
+ border-top: 6px solid currentColor;
23494
+ bottom: -6px;
23495
+ }
23496
+
23497
+ .v-slider.v-input--vertical .v-slider-thumb {
23498
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23499
+ }
23500
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
23501
+ top: calc(var(--v-slider-thumb-size) / 2);
23502
+ right: 0;
23503
+ }
23504
+ .v-slider.v-input--vertical .v-slider-thumb__label {
23505
+ top: -12.5px;
23506
+ left: calc(var(--v-slider-thumb-size) / 2);
23507
+ }
23508
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
23509
+ border-right: 6px solid currentColor;
23510
+ border-top: 6px solid transparent;
23511
+ border-bottom: 6px solid transparent;
23512
+ left: -6px;
23513
+ }
23514
+
23515
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
23516
+ transform: scale(2);
23517
+ opacity: var(--v-focus-opacity);
23518
+ }
23519
+
23520
+ .v-slider-thumb--pressed {
23521
+ transition: none;
23522
+ }
23523
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
23524
+ opacity: var(--v-pressed-opacity);
23525
+ }
23526
+
23527
+ @media (hover: hover) {
23528
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
23529
+ transform: scale(2);
23530
+ }
23531
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
23532
+ opacity: var(--v-hover-opacity);
23533
+ }
23532
23534
  }