@vuetify/nightly 3.3.11-dev.2023-08-07 → 3.3.11-dev.2023-08-09

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 (46) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/dist/json/attributes.json +8 -0
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +21 -1
  6. package/dist/vuetify-labs.css +215 -210
  7. package/dist/vuetify-labs.d.ts +28 -0
  8. package/dist/vuetify-labs.esm.js +39 -7
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +38 -6
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +35 -30
  13. package/dist/vuetify.d.ts +29 -1
  14. package/dist/vuetify.esm.js +39 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +38 -6
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +836 -832
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VCarousel/index.d.mts +14 -0
  22. package/lib/components/VColorPicker/VColorPickerPreview.css +5 -0
  23. package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
  24. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
  26. package/lib/components/VColorPicker/_variables.scss +1 -0
  27. package/lib/components/VImg/VImg.mjs +7 -1
  28. package/lib/components/VImg/VImg.mjs.map +1 -1
  29. package/lib/components/VImg/index.d.mts +14 -0
  30. package/lib/components/index.d.mts +28 -0
  31. package/lib/entry-bundler.mjs +1 -1
  32. package/lib/framework.mjs +1 -1
  33. package/lib/iconsets/fa.mjs +2 -1
  34. package/lib/iconsets/fa.mjs.map +1 -1
  35. package/lib/iconsets/fa4.mjs +2 -1
  36. package/lib/iconsets/fa4.mjs.map +1 -1
  37. package/lib/iconsets/md.mjs +2 -1
  38. package/lib/iconsets/md.mjs.map +1 -1
  39. package/lib/iconsets/mdi-svg.mjs +2 -1
  40. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  41. package/lib/iconsets/mdi.mjs +2 -1
  42. package/lib/iconsets/mdi.mjs.map +1 -1
  43. package/lib/index.d.mts +1 -1
  44. package/lib/util/globals.mjs +1 -0
  45. package/lib/util/globals.mjs.map +1 -1
  46. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.11-dev.2023-08-07...v) (2023-08-07)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.11-dev.2023-08-09...v) (2023-08-09)
2
2
 
3
3
 
4
4
 
5
- ## [3.3.11-dev.2023-08-07](https://github.com/vuetifyjs/vuetify/compare/v3.3.11...v3.3.11-dev.2023-08-07) (2023-08-07)
5
+ ## [3.3.11-dev.2023-08-09](https://github.com/vuetifyjs/vuetify/compare/v3.3.11...v3.3.11-dev.2023-08-09) (2023-08-09)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -18,7 +18,9 @@
18
18
 
19
19
  * **VAvatar:** add text prop ([68b2ab4](https://github.com/vuetifyjs/vuetify/commit/68b2ab46aa6ec2e6f5b84fcbf6e442611037854d))
20
20
  * **VBreadcrumbs:** add item slot ([#15743](https://github.com/vuetifyjs/vuetify/issues/15743)) ([5fce8d1](https://github.com/vuetifyjs/vuetify/commit/5fce8d19865c460ba7be75cd8e9ebdab0fa4f516)), closes [#15742](https://github.com/vuetifyjs/vuetify/issues/15742)
21
+ * **VColorPicker:** add eyedropper button when supported ([#17952](https://github.com/vuetifyjs/vuetify/issues/17952)) ([3559698](https://github.com/vuetifyjs/vuetify/commit/3559698e0536dedfee78fee6e1699ef37e04d93a)), closes [#14790](https://github.com/vuetifyjs/vuetify/issues/14790)
21
22
  * **VImg:** Add prop to set crossorigin attr on v-img ([#17927](https://github.com/vuetifyjs/vuetify/issues/17927)) ([a959159](https://github.com/vuetifyjs/vuetify/commit/a959159c549895b9912918307ba243cc9082f2f6)), closes [#17848](https://github.com/vuetifyjs/vuetify/issues/17848)
23
+ * **VImg:** support draggable attribute ([#17976](https://github.com/vuetifyjs/vuetify/issues/17976)) ([afeb6c0](https://github.com/vuetifyjs/vuetify/commit/afeb6c0b8538810198aee0250d0cd5e1ab3ce096)), closes [#17973](https://github.com/vuetifyjs/vuetify/issues/17973)
22
24
  * **VImg:** support referrerpolicy attribute ([d923ed8](https://github.com/vuetifyjs/vuetify/commit/d923ed8058b82c6cfa38dd67fc5b20295aaba4be)), closes [#15396](https://github.com/vuetifyjs/vuetify/issues/15396)
23
25
  * **VSelectionControl:** add base-color support ([5657a1e](https://github.com/vuetifyjs/vuetify/commit/5657a1e4520af572023f3013604bc7d92db6a25a)), closes [#7284](https://github.com/vuetifyjs/vuetify/issues/7284)
24
26
  * add gap utility classes ([#17715](https://github.com/vuetifyjs/vuetify/issues/17715)) ([5290bfc](https://github.com/vuetifyjs/vuetify/commit/5290bfc7515585b0836e59935d756ddc389f0e20)), closes [#15282](https://github.com/vuetifyjs/vuetify/issues/15282)
@@ -1759,6 +1759,10 @@
1759
1759
  "type": "boolean\n",
1760
1760
  "description": "Resizes the background image to cover the entire container."
1761
1761
  },
1762
+ "v-carousel-item/draggable": {
1763
+ "type": "boolean | 'true' | 'false'\n",
1764
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
1765
+ },
1762
1766
  "v-carousel-item/gradient": {
1763
1767
  "type": "string\n",
1764
1768
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
@@ -4671,6 +4675,10 @@
4671
4675
  "type": "boolean\n",
4672
4676
  "description": "Resizes the background image to cover the entire container."
4673
4677
  },
4678
+ "v-img/draggable": {
4679
+ "type": "boolean | 'true' | 'false'\n",
4680
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
4681
+ },
4674
4682
  "v-img/gradient": {
4675
4683
  "type": "string\n",
4676
4684
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
@@ -132,14 +132,14 @@
132
132
  "from": "components/VColorPicker/index.mjs",
133
133
  "styles": []
134
134
  },
135
- "VCounter": {
136
- "from": "components/VCounter/index.mjs",
137
- "styles": []
138
- },
139
135
  "VCombobox": {
140
136
  "from": "components/VCombobox/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
141
+ "styles": []
142
+ },
143
143
  "VDialog": {
144
144
  "from": "components/VDialog/index.mjs",
145
145
  "styles": []
@@ -565,6 +565,7 @@
565
565
  "cover",
566
566
  "crossorigin",
567
567
  "disabled",
568
+ "draggable",
568
569
  "eager",
569
570
  "gradient",
570
571
  "height",
@@ -1529,6 +1530,7 @@
1529
1530
  "content-class",
1530
1531
  "cover",
1531
1532
  "crossorigin",
1533
+ "draggable",
1532
1534
  "eager",
1533
1535
  "gradient",
1534
1536
  "height",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.11-dev.2023-08-07",
5
+ "version": "3.3.11-dev.2023-08-09",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -5676,6 +5676,16 @@
5676
5676
  "type": "boolean\n"
5677
5677
  }
5678
5678
  },
5679
+ {
5680
+ "name": "draggable",
5681
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
5682
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5683
+ "default": "false",
5684
+ "value": {
5685
+ "kind": "expression",
5686
+ "type": "boolean | 'true' | 'false'\n"
5687
+ }
5688
+ },
5679
5689
  {
5680
5690
  "name": "gradient",
5681
5691
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).",
@@ -19317,6 +19327,16 @@
19317
19327
  "type": "boolean\n"
19318
19328
  }
19319
19329
  },
19330
+ {
19331
+ "name": "draggable",
19332
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
19333
+ "doc-url": "https://vuetifyjs.com/api/v-img#props",
19334
+ "default": "false",
19335
+ "value": {
19336
+ "kind": "expression",
19337
+ "type": "boolean | 'true' | 'false'\n"
19338
+ }
19339
+ },
19320
19340
  {
19321
19341
  "name": "gradient",
19322
19342
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.11-dev.2023-08-07
2
+ * Vuetify v3.3.11-dev.2023-08-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18084,6 +18084,90 @@ html.overflow-y-hidden {
18084
18084
  text-transform: none;
18085
18085
  word-break: normal;
18086
18086
  word-wrap: break-word;
18087
+ }.v-autocomplete .v-field .v-text-field__prefix,
18088
+ .v-autocomplete .v-field .v-text-field__suffix,
18089
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18090
+ cursor: text;
18091
+ }
18092
+ .v-autocomplete .v-field .v-field__input > input {
18093
+ align-self: flex-start;
18094
+ flex: 1 1;
18095
+ }
18096
+ .v-autocomplete .v-field input {
18097
+ min-width: 64px;
18098
+ }
18099
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18100
+ min-width: 0;
18101
+ }
18102
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18103
+ margin-inline-end: 2px;
18104
+ }
18105
+ .v-autocomplete .v-autocomplete__selection-text {
18106
+ overflow: hidden;
18107
+ text-overflow: ellipsis;
18108
+ white-space: nowrap;
18109
+ }
18110
+
18111
+ .v-autocomplete__content {
18112
+ overflow: hidden;
18113
+ 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));
18114
+ border-radius: 4px;
18115
+ }
18116
+ .v-autocomplete__mask {
18117
+ background: rgb(var(--v-theme-on-surface-variant));
18118
+ }
18119
+ .v-autocomplete__selection {
18120
+ display: inline-flex;
18121
+ align-items: center;
18122
+ letter-spacing: inherit;
18123
+ line-height: inherit;
18124
+ max-width: 90%;
18125
+ }
18126
+ .v-autocomplete__selection {
18127
+ margin-top: var(--v-input-chips-margin-top);
18128
+ margin-bottom: var(--v-input-chips-margin-bottom);
18129
+ }
18130
+ .v-autocomplete__selection:first-child {
18131
+ margin-inline-start: 0;
18132
+ }
18133
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18134
+ opacity: var(--v-medium-emphasis-opacity);
18135
+ }
18136
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18137
+ opacity: 1;
18138
+ }
18139
+ .v-autocomplete--selecting-index .v-field__input > input {
18140
+ caret-color: transparent;
18141
+ }
18142
+ .v-autocomplete--single.v-text-field input {
18143
+ flex: 1 1;
18144
+ position: absolute;
18145
+ left: 0;
18146
+ right: 0;
18147
+ width: 100%;
18148
+ padding-inline-start: inherit;
18149
+ padding-inline-end: inherit;
18150
+ }
18151
+ .v-autocomplete--single .v-field--variant-outlined input {
18152
+ top: 50%;
18153
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18154
+ }
18155
+ .v-autocomplete--single .v-field--active input {
18156
+ transition: none;
18157
+ }
18158
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18159
+ opacity: 0;
18160
+ }
18161
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
18162
+ opacity: 0;
18163
+ }
18164
+ .v-autocomplete__menu-icon {
18165
+ margin-inline-start: 4px;
18166
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18167
+ }
18168
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18169
+ opacity: var(--v-high-emphasis-opacity);
18170
+ transform: rotate(180deg);
18087
18171
  }.v-avatar {
18088
18172
  flex: none;
18089
18173
  align-items: center;
@@ -19267,68 +19351,6 @@ html.overflow-y-hidden {
19267
19351
  pointer-events: none;
19268
19352
  opacity: 0;
19269
19353
  transition: opacity 0.2s ease-in-out;
19270
- }.v-carousel {
19271
- overflow: hidden;
19272
- position: relative;
19273
- width: 100%;
19274
- }
19275
- .v-carousel__controls {
19276
- align-items: center;
19277
- background: rgba(var(--v-theme-surface-variant), 0.3);
19278
- bottom: 0;
19279
- display: flex;
19280
- height: 50px;
19281
- justify-content: center;
19282
- list-style-type: none;
19283
- position: absolute;
19284
- width: 100%;
19285
- z-index: 1;
19286
- }
19287
- .v-carousel__controls > .v-item-group {
19288
- flex: 0 1 auto;
19289
- }
19290
- .v-carousel__controls__item {
19291
- margin: 0 8px;
19292
- }
19293
- .v-carousel__controls__item .v-icon {
19294
- opacity: 0.5;
19295
- }
19296
- .v-carousel__controls__item--active .v-icon {
19297
- opacity: 1;
19298
- vertical-align: middle;
19299
- }
19300
- .v-carousel__controls__item:hover {
19301
- background: none;
19302
- }
19303
- .v-carousel__controls__item:hover .v-icon {
19304
- opacity: 0.8;
19305
- }
19306
-
19307
- .v-carousel__progress {
19308
- margin: 0;
19309
- position: absolute;
19310
- bottom: 0;
19311
- left: 0;
19312
- right: 0;
19313
- }
19314
-
19315
- .v-carousel-item {
19316
- display: block;
19317
- height: inherit;
19318
- text-decoration: none;
19319
- }
19320
- .v-carousel-item > .v-img {
19321
- height: inherit;
19322
- }
19323
-
19324
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19325
- background: transparent;
19326
- }
19327
-
19328
- .v-carousel--vertical-delimiters .v-carousel__controls {
19329
- flex-direction: column;
19330
- height: 100% !important;
19331
- width: 50px;
19332
19354
  }.v-checkbox .v-selection-control {
19333
19355
  min-height: var(--v-input-control-height);
19334
19356
  }.v-chip {
@@ -19777,6 +19799,68 @@ html.overflow-y-hidden {
19777
19799
  }
19778
19800
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19779
19801
  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));
19802
+ }.v-carousel {
19803
+ overflow: hidden;
19804
+ position: relative;
19805
+ width: 100%;
19806
+ }
19807
+ .v-carousel__controls {
19808
+ align-items: center;
19809
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19810
+ bottom: 0;
19811
+ display: flex;
19812
+ height: 50px;
19813
+ justify-content: center;
19814
+ list-style-type: none;
19815
+ position: absolute;
19816
+ width: 100%;
19817
+ z-index: 1;
19818
+ }
19819
+ .v-carousel__controls > .v-item-group {
19820
+ flex: 0 1 auto;
19821
+ }
19822
+ .v-carousel__controls__item {
19823
+ margin: 0 8px;
19824
+ }
19825
+ .v-carousel__controls__item .v-icon {
19826
+ opacity: 0.5;
19827
+ }
19828
+ .v-carousel__controls__item--active .v-icon {
19829
+ opacity: 1;
19830
+ vertical-align: middle;
19831
+ }
19832
+ .v-carousel__controls__item:hover {
19833
+ background: none;
19834
+ }
19835
+ .v-carousel__controls__item:hover .v-icon {
19836
+ opacity: 0.8;
19837
+ }
19838
+
19839
+ .v-carousel__progress {
19840
+ margin: 0;
19841
+ position: absolute;
19842
+ bottom: 0;
19843
+ left: 0;
19844
+ right: 0;
19845
+ }
19846
+
19847
+ .v-carousel-item {
19848
+ display: block;
19849
+ height: inherit;
19850
+ text-decoration: none;
19851
+ }
19852
+ .v-carousel-item > .v-img {
19853
+ height: inherit;
19854
+ }
19855
+
19856
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19857
+ background: transparent;
19858
+ }
19859
+
19860
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19861
+ flex-direction: column;
19862
+ height: 100% !important;
19863
+ width: 50px;
19780
19864
  }.v-combobox .v-field .v-text-field__prefix,
19781
19865
  .v-combobox .v-field .v-text-field__suffix,
19782
19866
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19861,11 +19945,6 @@ html.overflow-y-hidden {
19861
19945
  .v-combobox--active-menu .v-combobox__menu-icon {
19862
19946
  opacity: var(--v-high-emphasis-opacity);
19863
19947
  transform: rotate(180deg);
19864
- }.v-counter {
19865
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19866
- flex: 0 1 auto;
19867
- font-size: 12px;
19868
- transition-duration: 150ms;
19869
19948
  }.v-container {
19870
19949
  width: 100%;
19871
19950
  padding: 16px;
@@ -20747,6 +20826,11 @@ html.overflow-y-hidden {
20747
20826
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
20748
20827
  margin-right: 91.6666666667%;
20749
20828
  }
20829
+ }.v-counter {
20830
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20831
+ flex: 0 1 auto;
20832
+ font-size: 12px;
20833
+ transition-duration: 150ms;
20750
20834
  }.v-dialog {
20751
20835
  align-items: center;
20752
20836
  justify-content: center;
@@ -21843,90 +21927,6 @@ textarea.v-field__input::placeholder {
21843
21927
  max-width: 100%;
21844
21928
  position: relative;
21845
21929
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21846
- }.v-autocomplete .v-field .v-text-field__prefix,
21847
- .v-autocomplete .v-field .v-text-field__suffix,
21848
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
21849
- cursor: text;
21850
- }
21851
- .v-autocomplete .v-field .v-field__input > input {
21852
- align-self: flex-start;
21853
- flex: 1 1;
21854
- }
21855
- .v-autocomplete .v-field input {
21856
- min-width: 64px;
21857
- }
21858
- .v-autocomplete .v-field:not(.v-field--focused) input {
21859
- min-width: 0;
21860
- }
21861
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
21862
- margin-inline-end: 2px;
21863
- }
21864
- .v-autocomplete .v-autocomplete__selection-text {
21865
- overflow: hidden;
21866
- text-overflow: ellipsis;
21867
- white-space: nowrap;
21868
- }
21869
-
21870
- .v-autocomplete__content {
21871
- overflow: hidden;
21872
- 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));
21873
- border-radius: 4px;
21874
- }
21875
- .v-autocomplete__mask {
21876
- background: rgb(var(--v-theme-on-surface-variant));
21877
- }
21878
- .v-autocomplete__selection {
21879
- display: inline-flex;
21880
- align-items: center;
21881
- letter-spacing: inherit;
21882
- line-height: inherit;
21883
- max-width: 90%;
21884
- }
21885
- .v-autocomplete__selection {
21886
- margin-top: var(--v-input-chips-margin-top);
21887
- margin-bottom: var(--v-input-chips-margin-bottom);
21888
- }
21889
- .v-autocomplete__selection:first-child {
21890
- margin-inline-start: 0;
21891
- }
21892
- .v-autocomplete--selecting-index .v-autocomplete__selection {
21893
- opacity: var(--v-medium-emphasis-opacity);
21894
- }
21895
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
21896
- opacity: 1;
21897
- }
21898
- .v-autocomplete--selecting-index .v-field__input > input {
21899
- caret-color: transparent;
21900
- }
21901
- .v-autocomplete--single.v-text-field input {
21902
- flex: 1 1;
21903
- position: absolute;
21904
- left: 0;
21905
- right: 0;
21906
- width: 100%;
21907
- padding-inline-start: inherit;
21908
- padding-inline-end: inherit;
21909
- }
21910
- .v-autocomplete--single .v-field--variant-outlined input {
21911
- top: 50%;
21912
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
21913
- }
21914
- .v-autocomplete--single .v-field--active input {
21915
- transition: none;
21916
- }
21917
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
21918
- opacity: 0;
21919
- }
21920
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
21921
- opacity: 0;
21922
- }
21923
- .v-autocomplete__menu-icon {
21924
- margin-inline-start: 4px;
21925
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21926
- }
21927
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
21928
- opacity: var(--v-high-emphasis-opacity);
21929
- transform: rotate(180deg);
21930
21930
  }.v-label {
21931
21931
  align-items: center;
21932
21932
  display: inline-flex;
@@ -21956,36 +21956,6 @@ textarea.v-field__input::placeholder {
21956
21956
 
21957
21957
  .v-layout-item--absolute {
21958
21958
  position: absolute;
21959
- }.v-locale-provider {
21960
- display: contents;
21961
- }.v-main {
21962
- flex: 1 0 auto;
21963
- max-width: 100%;
21964
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21965
- padding-left: var(--v-layout-left);
21966
- padding-right: var(--v-layout-right);
21967
- padding-top: var(--v-layout-top);
21968
- padding-bottom: var(--v-layout-bottom);
21969
- }
21970
- .v-main__scroller {
21971
- max-width: 100%;
21972
- position: relative;
21973
- }
21974
- .v-main--scrollable {
21975
- display: flex;
21976
- position: absolute;
21977
- top: 0;
21978
- left: 0;
21979
- width: 100%;
21980
- height: 100%;
21981
- }
21982
- .v-main--scrollable > .v-main__scroller {
21983
- flex: 1 1 auto;
21984
- overflow-y: auto;
21985
- --v-layout-left: 0px;
21986
- --v-layout-right: 0px;
21987
- --v-layout-top: 0px;
21988
- --v-layout-bottom: 0px;
21989
21959
  }.v-list {
21990
21960
  overflow: auto;
21991
21961
  padding: 8px 0;
@@ -22503,6 +22473,36 @@ textarea.v-field__input::placeholder {
22503
22473
  }
22504
22474
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22505
22475
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22476
+ }.v-locale-provider {
22477
+ display: contents;
22478
+ }.v-main {
22479
+ flex: 1 0 auto;
22480
+ max-width: 100%;
22481
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22482
+ padding-left: var(--v-layout-left);
22483
+ padding-right: var(--v-layout-right);
22484
+ padding-top: var(--v-layout-top);
22485
+ padding-bottom: var(--v-layout-bottom);
22486
+ }
22487
+ .v-main__scroller {
22488
+ max-width: 100%;
22489
+ position: relative;
22490
+ }
22491
+ .v-main--scrollable {
22492
+ display: flex;
22493
+ position: absolute;
22494
+ top: 0;
22495
+ left: 0;
22496
+ width: 100%;
22497
+ height: 100%;
22498
+ }
22499
+ .v-main--scrollable > .v-main__scroller {
22500
+ flex: 1 1 auto;
22501
+ overflow-y: auto;
22502
+ --v-layout-left: 0px;
22503
+ --v-layout-right: 0px;
22504
+ --v-layout-top: 0px;
22505
+ --v-layout-bottom: 0px;
22506
22506
  }.v-menu > .v-overlay__content {
22507
22507
  display: flex;
22508
22508
  flex-direction: column;
@@ -24579,15 +24579,6 @@ html.v-overlay-scroll-blocked {
24579
24579
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24580
24580
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24581
24581
  transition-duration: 75ms;
24582
- }.v-virtual-scroll {
24583
- display: block;
24584
- flex: 1 1 auto;
24585
- max-width: 100%;
24586
- overflow: auto;
24587
- position: relative;
24588
- }
24589
- .v-virtual-scroll__container {
24590
- display: block;
24591
24582
  }.v-window {
24592
24583
  overflow: hidden;
24593
24584
  }
@@ -24657,27 +24648,15 @@ html.v-overlay-scroll-blocked {
24657
24648
  }
24658
24649
  .v-window-y-reverse-transition-leave-to {
24659
24650
  transform: translateY(100%);
24660
- }.v-color-picker-canvas {
24661
- display: flex;
24651
+ }.v-virtual-scroll {
24652
+ display: block;
24653
+ flex: 1 1 auto;
24654
+ max-width: 100%;
24655
+ overflow: auto;
24662
24656
  position: relative;
24663
- overflow: hidden;
24664
- contain: content;
24665
- }
24666
- .v-color-picker-canvas__dot {
24667
- position: absolute;
24668
- top: 0;
24669
- left: 0;
24670
- width: 15px;
24671
- height: 15px;
24672
- background: transparent;
24673
- border-radius: 50%;
24674
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24675
- }
24676
- .v-color-picker-canvas__dot--disabled {
24677
- 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);
24678
24657
  }
24679
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24680
- will-change: transform;
24658
+ .v-virtual-scroll__container {
24659
+ display: block;
24681
24660
  }.v-color-picker-edit {
24682
24661
  display: flex;
24683
24662
  margin-top: 24px;
@@ -24709,6 +24688,27 @@ html.v-overlay-scroll-blocked {
24709
24688
  }
24710
24689
  .v-color-picker-edit__input span {
24711
24690
  font-size: 0.75rem;
24691
+ }.v-color-picker-canvas {
24692
+ display: flex;
24693
+ position: relative;
24694
+ overflow: hidden;
24695
+ contain: content;
24696
+ }
24697
+ .v-color-picker-canvas__dot {
24698
+ position: absolute;
24699
+ top: 0;
24700
+ left: 0;
24701
+ width: 15px;
24702
+ height: 15px;
24703
+ background: transparent;
24704
+ border-radius: 50%;
24705
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24706
+ }
24707
+ .v-color-picker-canvas__dot--disabled {
24708
+ 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);
24709
+ }
24710
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24711
+ will-change: transform;
24712
24712
  }.v-color-picker-preview__alpha .v-slider-track__background {
24713
24713
  background-color: transparent !important;
24714
24714
  }
@@ -24775,6 +24775,11 @@ html.v-overlay-scroll-blocked {
24775
24775
  align-items: center;
24776
24776
  display: flex;
24777
24777
  margin-bottom: 0;
24778
+ }
24779
+
24780
+ .v-color-picker-preview__eye-dropper {
24781
+ position: relative;
24782
+ margin-right: 12px;
24778
24783
  }.v-color-picker-swatches {
24779
24784
  overflow-y: auto;
24780
24785
  }