@vuetify/nightly 3.1.1 → 3.1.2-dev-20230113.0

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 (39) hide show
  1. package/CHANGELOG.md +7 -10
  2. package/dist/json/importMap.json +46 -46
  3. package/dist/vuetify-labs.css +139 -134
  4. package/dist/vuetify-labs.d.ts +12 -2
  5. package/dist/vuetify-labs.esm.js +38 -26
  6. package/dist/vuetify-labs.esm.js.map +1 -1
  7. package/dist/vuetify-labs.js +38 -26
  8. package/dist/vuetify-labs.min.css +2 -2
  9. package/dist/vuetify.css +6 -1
  10. package/dist/vuetify.d.ts +24 -14
  11. package/dist/vuetify.esm.js +27 -13
  12. package/dist/vuetify.esm.js.map +1 -1
  13. package/dist/vuetify.js +27 -13
  14. package/dist/vuetify.js.map +1 -1
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +263 -261
  17. package/dist/vuetify.min.js.map +1 -1
  18. package/lib/components/VChip/VChip.mjs +18 -4
  19. package/lib/components/VChip/VChip.mjs.map +1 -1
  20. package/lib/components/VChip/index.d.ts +15 -2
  21. package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
  22. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  23. package/lib/components/VGrid/VGrid.css +5 -0
  24. package/lib/components/VGrid/VGrid.sass +5 -0
  25. package/lib/components/index.d.ts +12 -2
  26. package/lib/composables/teleport.mjs +6 -7
  27. package/lib/composables/teleport.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/entry-bundler.mjs.map +1 -1
  30. package/lib/framework.mjs +1 -1
  31. package/lib/framework.mjs.map +1 -1
  32. package/lib/index.d.ts +12 -12
  33. package/lib/labs/VDataTable/VDataTable.mjs +4 -4
  34. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  35. package/lib/labs/VDataTable/VDataTableServer.mjs +4 -4
  36. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  37. package/lib/labs/VDataTable/composables/sort.mjs +3 -5
  38. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  39. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,20 +1,17 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v) (2023-01-11)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-dev-20230113.0...v) (2023-01-13)
2
2
 
3
3
 
4
4
 
5
- ## [3.1.1](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v3.1.1) (2023-01-10)
5
+ ## [3.1.2-dev-20230113.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.1.2-dev-20230113.0) (2023-01-13)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * improve accessibility of inputs' messages ([#16243](https://github.com/vuetifyjs/vuetify/issues/16243)) ([da0ccf4](https://github.com/vuetifyjs/vuetify/commit/da0ccf41499a14e53514044940e8c7d7a9c50391))
11
- * **defaults:** undefined prop value shouldn't override provided default ([36c2198](https://github.com/vuetifyjs/vuetify/commit/36c219898d187eede5b16c8b601bdf07b9bb1933))
12
- * **labs:** single dist build ([b655cc4](https://github.com/vuetifyjs/vuetify/commit/b655cc4047e06bfe05d720be54ca14464116c86f))
13
- * **VAppBarTitle:** pass props to VToolbarTitle ([#16376](https://github.com/vuetifyjs/vuetify/issues/16376)) ([1ba982a](https://github.com/vuetifyjs/vuetify/commit/1ba982a3c5ffbe72434ea5b80e9564602d1bff8e)), closes [#16375](https://github.com/vuetifyjs/vuetify/issues/16375)
14
- * **VAutocomplete/VCombox/VSelect:** add check for readonly form ([#16255](https://github.com/vuetifyjs/vuetify/issues/16255)) ([e22937b](https://github.com/vuetifyjs/vuetify/commit/e22937b8e28b2a2cd9449aed4c000bbaf1a25241)), closes [#16161](https://github.com/vuetifyjs/vuetify/issues/16161)
15
- * **VAutocomplete/VCombox/VSelect:** hide selected items with prop ([#16285](https://github.com/vuetifyjs/vuetify/issues/16285)) ([8d8c20f](https://github.com/vuetifyjs/vuetify/commit/8d8c20ffde12477cc45e36f2c29ec307c03912d1)), closes [#16226](https://github.com/vuetifyjs/vuetify/issues/16226) [#16227](https://github.com/vuetifyjs/vuetify/issues/16227)
16
- * **VOverlay:** transition content opacity to initial instead of 1 ([afda9df](https://github.com/vuetifyjs/vuetify/commit/afda9dfd32d373949344fd316b88d0613519c345)), closes [#16394](https://github.com/vuetifyjs/vuetify/issues/16394)
17
- * **VSelect:** use valueComparator on select() ([952e36d](https://github.com/vuetifyjs/vuetify/commit/952e36d35bc7af6ef30d0b2b8c08c1ab7838c637)), closes [#16388](https://github.com/vuetifyjs/vuetify/issues/16388)
10
+ * **teleport:** use querySelector instead of cache ([#16409](https://github.com/vuetifyjs/vuetify/issues/16409)) ([dfce33f](https://github.com/vuetifyjs/vuetify/commit/dfce33fcb6b9f2ae1567ed91246b1a9d3b3538ef))
11
+ * **VChip:** add link styles to clickable chips ([de263ba](https://github.com/vuetifyjs/vuetify/commit/de263ba534f3e8c5c9c7ab01e61bd9952cb51463)), closes [#16380](https://github.com/vuetifyjs/vuetify/issues/16380)
12
+ * **VChipGroup:** provide disabled prop to children ([dd6d053](https://github.com/vuetifyjs/vuetify/commit/dd6d053f2f15bc597bfd8bf6c7c7453bd51dcf1e)), closes [#15923](https://github.com/vuetifyjs/vuetify/issues/15923)
13
+ * **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
14
+ * **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
18
15
 
19
16
 
20
17
 
@@ -28,10 +28,6 @@
28
28
  "from": "components/VHover/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VLazy": {
32
- "from": "components/VLazy/index.mjs",
33
- "styles": []
34
- },
35
31
  "VLayout": {
36
32
  "from": "components/VLayout/index.mjs",
37
33
  "styles": []
@@ -40,6 +36,10 @@
40
36
  "from": "components/VLayout/index.mjs",
41
37
  "styles": []
42
38
  },
39
+ "VLazy": {
40
+ "from": "components/VLazy/index.mjs",
41
+ "styles": []
42
+ },
43
43
  "VLocaleProvider": {
44
44
  "from": "components/VLocaleProvider/index.mjs",
45
45
  "styles": []
@@ -140,14 +140,6 @@
140
140
  "from": "components/VApp/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VAlert": {
144
- "from": "components/VAlert/index.mjs",
145
- "styles": []
146
- },
147
- "VAlertTitle": {
148
- "from": "components/VAlert/index.mjs",
149
- "styles": []
150
- },
151
143
  "VAppBar": {
152
144
  "from": "components/VAppBar/index.mjs",
153
145
  "styles": []
@@ -160,6 +152,14 @@
160
152
  "from": "components/VAppBar/index.mjs",
161
153
  "styles": []
162
154
  },
155
+ "VAlert": {
156
+ "from": "components/VAlert/index.mjs",
157
+ "styles": []
158
+ },
159
+ "VAlertTitle": {
160
+ "from": "components/VAlert/index.mjs",
161
+ "styles": []
162
+ },
163
163
  "VAutocomplete": {
164
164
  "from": "components/VAutocomplete/index.mjs",
165
165
  "styles": []
@@ -184,6 +184,10 @@
184
184
  "from": "components/VBanner/index.mjs",
185
185
  "styles": []
186
186
  },
187
+ "VBottomNavigation": {
188
+ "from": "components/VBottomNavigation/index.mjs",
189
+ "styles": []
190
+ },
187
191
  "VBreadcrumbs": {
188
192
  "from": "components/VBreadcrumbs/index.mjs",
189
193
  "styles": []
@@ -196,22 +200,18 @@
196
200
  "from": "components/VBreadcrumbs/index.mjs",
197
201
  "styles": []
198
202
  },
199
- "VBottomNavigation": {
200
- "from": "components/VBottomNavigation/index.mjs",
201
- "styles": []
202
- },
203
203
  "VBtn": {
204
204
  "from": "components/VBtn/index.mjs",
205
205
  "styles": []
206
206
  },
207
- "VBtnToggle": {
208
- "from": "components/VBtnToggle/index.mjs",
209
- "styles": []
210
- },
211
207
  "VBtnGroup": {
212
208
  "from": "components/VBtnGroup/index.mjs",
213
209
  "styles": []
214
210
  },
211
+ "VBtnToggle": {
212
+ "from": "components/VBtnToggle/index.mjs",
213
+ "styles": []
214
+ },
215
215
  "VCard": {
216
216
  "from": "components/VCard/index.mjs",
217
217
  "styles": []
@@ -280,6 +280,10 @@
280
280
  "from": "components/VDialog/index.mjs",
281
281
  "styles": []
282
282
  },
283
+ "VDivider": {
284
+ "from": "components/VDivider/index.mjs",
285
+ "styles": []
286
+ },
283
287
  "VExpansionPanels": {
284
288
  "from": "components/VExpansionPanel/index.mjs",
285
289
  "styles": []
@@ -296,8 +300,12 @@
296
300
  "from": "components/VExpansionPanel/index.mjs",
297
301
  "styles": []
298
302
  },
299
- "VDivider": {
300
- "from": "components/VDivider/index.mjs",
303
+ "VField": {
304
+ "from": "components/VField/index.mjs",
305
+ "styles": []
306
+ },
307
+ "VFieldLabel": {
308
+ "from": "components/VField/index.mjs",
301
309
  "styles": []
302
310
  },
303
311
  "VFileInput": {
@@ -308,14 +316,6 @@
308
316
  "from": "components/VFooter/index.mjs",
309
317
  "styles": []
310
318
  },
311
- "VField": {
312
- "from": "components/VField/index.mjs",
313
- "styles": []
314
- },
315
- "VFieldLabel": {
316
- "from": "components/VField/index.mjs",
317
- "styles": []
318
- },
319
319
  "VIcon": {
320
320
  "from": "components/VIcon/index.mjs",
321
321
  "styles": []
@@ -352,14 +352,14 @@
352
352
  "from": "components/VItemGroup/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VLabel": {
356
- "from": "components/VLabel/index.mjs",
357
- "styles": []
358
- },
359
355
  "VKbd": {
360
356
  "from": "components/VKbd/index.mjs",
361
357
  "styles": []
362
358
  },
359
+ "VLabel": {
360
+ "from": "components/VLabel/index.mjs",
361
+ "styles": []
362
+ },
363
363
  "VList": {
364
364
  "from": "components/VList/index.mjs",
365
365
  "styles": []
@@ -424,14 +424,14 @@
424
424
  "from": "components/VProgressCircular/index.mjs",
425
425
  "styles": []
426
426
  },
427
- "VRadioGroup": {
428
- "from": "components/VRadioGroup/index.mjs",
429
- "styles": []
430
- },
431
427
  "VProgressLinear": {
432
428
  "from": "components/VProgressLinear/index.mjs",
433
429
  "styles": []
434
430
  },
431
+ "VRadioGroup": {
432
+ "from": "components/VRadioGroup/index.mjs",
433
+ "styles": []
434
+ },
435
435
  "VRating": {
436
436
  "from": "components/VRating/index.mjs",
437
437
  "styles": []
@@ -444,14 +444,14 @@
444
444
  "from": "components/VSelectionControl/index.mjs",
445
445
  "styles": []
446
446
  },
447
- "VSheet": {
448
- "from": "components/VSheet/index.mjs",
449
- "styles": []
450
- },
451
447
  "VSelectionControlGroup": {
452
448
  "from": "components/VSelectionControlGroup/index.mjs",
453
449
  "styles": []
454
450
  },
451
+ "VSheet": {
452
+ "from": "components/VSheet/index.mjs",
453
+ "styles": []
454
+ },
455
455
  "VSlideGroup": {
456
456
  "from": "components/VSlideGroup/index.mjs",
457
457
  "styles": []
@@ -504,10 +504,6 @@
504
504
  "from": "components/VTimeline/index.mjs",
505
505
  "styles": []
506
506
  },
507
- "VTooltip": {
508
- "from": "components/VTooltip/index.mjs",
509
- "styles": []
510
- },
511
507
  "VToolbar": {
512
508
  "from": "components/VToolbar/index.mjs",
513
509
  "styles": []
@@ -520,6 +516,10 @@
520
516
  "from": "components/VToolbar/index.mjs",
521
517
  "styles": []
522
518
  },
519
+ "VTooltip": {
520
+ "from": "components/VTooltip/index.mjs",
521
+ "styles": []
522
+ },
523
523
  "VWindow": {
524
524
  "from": "components/VWindow/index.mjs",
525
525
  "styles": []
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.1
2
+ * Vuetify v3.1.2-dev-20230113.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20652,6 +20652,11 @@ html.overflow-y-hidden {
20652
20652
  .v-container--fluid {
20653
20653
  max-width: 100%;
20654
20654
  }
20655
+ .v-container.fill-height {
20656
+ align-items: center;
20657
+ display: flex;
20658
+ flex-wrap: wrap;
20659
+ }
20655
20660
 
20656
20661
  .v-row {
20657
20662
  display: flex;
@@ -22385,32 +22390,6 @@ textarea.v-field__input::placeholder {
22385
22390
  .v-file-input .v-chip {
22386
22391
  margin-top: 2px;
22387
22392
  margin-bottom: var(--file-input-chips-margin-bottom);
22388
- }.v-footer {
22389
- align-items: center;
22390
- display: flex;
22391
- flex: 1 1 auto;
22392
- padding: 8px 16px;
22393
- position: relative;
22394
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22395
- border-style: solid;
22396
- border-width: 0;
22397
- 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));
22398
- border-radius: 0;
22399
- background: rgb(var(--v-theme-surface));
22400
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22401
- }
22402
- .v-footer--border {
22403
- border-width: thin;
22404
- box-shadow: none;
22405
- }
22406
- .v-footer--absolute {
22407
- position: absolute;
22408
- }
22409
- .v-footer--fixed {
22410
- position: fixed;
22411
- }
22412
- .v-footer--rounded {
22413
- border-radius: 4px;
22414
22393
  }.v-icon {
22415
22394
  --v-icon-size-multiplier: 1;
22416
22395
  align-items: center;
@@ -22491,6 +22470,118 @@ textarea.v-field__input::placeholder {
22491
22470
 
22492
22471
  .v-img__gradient {
22493
22472
  background-repeat: no-repeat;
22473
+ }.v-input {
22474
+ display: grid;
22475
+ flex: 1 1 auto;
22476
+ font-size: 1rem;
22477
+ font-weight: 400;
22478
+ line-height: 1.5;
22479
+ }
22480
+ .v-input--disabled {
22481
+ pointer-events: none;
22482
+ }
22483
+ .v-input--density-default {
22484
+ --v-input-control-height: 56px;
22485
+ --v-input-padding-top: 16px;
22486
+ }
22487
+
22488
+ .v-input--density-comfortable {
22489
+ --v-input-control-height: 48px;
22490
+ --v-input-padding-top: 12px;
22491
+ }
22492
+
22493
+ .v-input--density-compact {
22494
+ --v-input-control-height: 40px;
22495
+ --v-input-padding-top: 8px;
22496
+ }
22497
+
22498
+ .v-input--vertical {
22499
+ grid-template-areas: "append" "control" "prepend";
22500
+ grid-template-rows: max-content auto max-content;
22501
+ grid-template-columns: min-content;
22502
+ }
22503
+ .v-input--vertical .v-input__prepend {
22504
+ margin-block-start: 16px;
22505
+ }
22506
+ .v-input--vertical .v-input__append {
22507
+ margin-block-end: 16px;
22508
+ }
22509
+
22510
+ .v-input--horizontal {
22511
+ grid-template-areas: "prepend control append" "a messages b";
22512
+ grid-template-columns: max-content minmax(0, 1fr) max-content;
22513
+ grid-template-rows: auto auto;
22514
+ }
22515
+ .v-input--horizontal .v-input__prepend {
22516
+ margin-inline-end: 16px;
22517
+ }
22518
+ .v-input--horizontal .v-input__append {
22519
+ margin-inline-start: 16px;
22520
+ }
22521
+
22522
+ .v-input__details {
22523
+ align-items: flex-end;
22524
+ display: flex;
22525
+ font-size: 0.75rem;
22526
+ font-weight: 400;
22527
+ grid-area: messages;
22528
+ letter-spacing: 0.0333333333em;
22529
+ line-height: normal;
22530
+ min-height: 22px;
22531
+ padding-top: 6px;
22532
+ overflow: hidden;
22533
+ justify-content: space-between;
22534
+ }
22535
+
22536
+ .v-input__details > .v-icon,
22537
+ .v-input__prepend > .v-icon,
22538
+ .v-input__append > .v-icon {
22539
+ opacity: var(--v-medium-emphasis-opacity);
22540
+ }
22541
+ .v-input--disabled .v-input__details > .v-icon,
22542
+ .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
22543
+ .v-input--error .v-input__details .v-messages,
22544
+ .v-input--disabled .v-input__prepend > .v-icon,
22545
+ .v-input--disabled .v-input__prepend .v-messages,
22546
+ .v-input--error .v-input__prepend > .v-icon,
22547
+ .v-input--error .v-input__prepend .v-messages,
22548
+ .v-input--disabled .v-input__append > .v-icon,
22549
+ .v-input--disabled .v-input__append .v-messages,
22550
+ .v-input--error .v-input__append > .v-icon,
22551
+ .v-input--error .v-input__append .v-messages {
22552
+ opacity: 1;
22553
+ }
22554
+ .v-input--disabled .v-input__details,
22555
+ .v-input--disabled .v-input__prepend,
22556
+ .v-input--disabled .v-input__append {
22557
+ opacity: var(--v-disabled-opacity);
22558
+ }
22559
+ .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
22560
+ .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
22561
+ .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
22562
+ .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
22563
+ .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
22564
+ .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
22565
+ color: rgb(var(--v-theme-error));
22566
+ }
22567
+
22568
+ .v-input__prepend,
22569
+ .v-input__append {
22570
+ display: flex;
22571
+ padding-top: var(--v-input-padding-top);
22572
+ }
22573
+
22574
+ .v-input__prepend {
22575
+ grid-area: prepend;
22576
+ }
22577
+
22578
+ .v-input__append {
22579
+ grid-area: append;
22580
+ }
22581
+
22582
+ .v-input__control {
22583
+ display: flex;
22584
+ grid-area: control;
22494
22585
  }.v-item-group {
22495
22586
  flex: 0 1 auto;
22496
22587
  max-width: 100%;
@@ -25145,118 +25236,32 @@ html.v-overlay-scroll-blocked {
25145
25236
  }
25146
25237
  .v-window-y-reverse-transition-leave-to {
25147
25238
  transform: translateY(100%);
25148
- }.v-input {
25149
- display: grid;
25150
- flex: 1 1 auto;
25151
- font-size: 1rem;
25152
- font-weight: 400;
25153
- line-height: 1.5;
25154
- }
25155
- .v-input--disabled {
25156
- pointer-events: none;
25157
- }
25158
- .v-input--density-default {
25159
- --v-input-control-height: 56px;
25160
- --v-input-padding-top: 16px;
25161
- }
25162
-
25163
- .v-input--density-comfortable {
25164
- --v-input-control-height: 48px;
25165
- --v-input-padding-top: 12px;
25166
- }
25167
-
25168
- .v-input--density-compact {
25169
- --v-input-control-height: 40px;
25170
- --v-input-padding-top: 8px;
25171
- }
25172
-
25173
- .v-input--vertical {
25174
- grid-template-areas: "append" "control" "prepend";
25175
- grid-template-rows: max-content auto max-content;
25176
- grid-template-columns: min-content;
25177
- }
25178
- .v-input--vertical .v-input__prepend {
25179
- margin-block-start: 16px;
25180
- }
25181
- .v-input--vertical .v-input__append {
25182
- margin-block-end: 16px;
25183
- }
25184
-
25185
- .v-input--horizontal {
25186
- grid-template-areas: "prepend control append" "a messages b";
25187
- grid-template-columns: max-content minmax(0, 1fr) max-content;
25188
- grid-template-rows: auto auto;
25189
- }
25190
- .v-input--horizontal .v-input__prepend {
25191
- margin-inline-end: 16px;
25192
- }
25193
- .v-input--horizontal .v-input__append {
25194
- margin-inline-start: 16px;
25195
- }
25196
-
25197
- .v-input__details {
25198
- align-items: flex-end;
25239
+ }.v-footer {
25240
+ align-items: center;
25199
25241
  display: flex;
25200
- font-size: 0.75rem;
25201
- font-weight: 400;
25202
- grid-area: messages;
25203
- letter-spacing: 0.0333333333em;
25204
- line-height: normal;
25205
- min-height: 22px;
25206
- padding-top: 6px;
25207
- overflow: hidden;
25208
- justify-content: space-between;
25209
- }
25210
-
25211
- .v-input__details > .v-icon,
25212
- .v-input__prepend > .v-icon,
25213
- .v-input__append > .v-icon {
25214
- opacity: var(--v-medium-emphasis-opacity);
25215
- }
25216
- .v-input--disabled .v-input__details > .v-icon,
25217
- .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
25218
- .v-input--error .v-input__details .v-messages,
25219
- .v-input--disabled .v-input__prepend > .v-icon,
25220
- .v-input--disabled .v-input__prepend .v-messages,
25221
- .v-input--error .v-input__prepend > .v-icon,
25222
- .v-input--error .v-input__prepend .v-messages,
25223
- .v-input--disabled .v-input__append > .v-icon,
25224
- .v-input--disabled .v-input__append .v-messages,
25225
- .v-input--error .v-input__append > .v-icon,
25226
- .v-input--error .v-input__append .v-messages {
25227
- opacity: 1;
25228
- }
25229
- .v-input--disabled .v-input__details,
25230
- .v-input--disabled .v-input__prepend,
25231
- .v-input--disabled .v-input__append {
25232
- opacity: var(--v-disabled-opacity);
25233
- }
25234
- .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
25235
- .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
25236
- .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
25237
- .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
25238
- .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
25239
- .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
25240
- color: rgb(var(--v-theme-error));
25242
+ flex: 1 1 auto;
25243
+ padding: 8px 16px;
25244
+ position: relative;
25245
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25246
+ border-style: solid;
25247
+ border-width: 0;
25248
+ 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));
25249
+ border-radius: 0;
25250
+ background: rgb(var(--v-theme-surface));
25251
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25241
25252
  }
25242
-
25243
- .v-input__prepend,
25244
- .v-input__append {
25245
- display: flex;
25246
- padding-top: var(--v-input-padding-top);
25253
+ .v-footer--border {
25254
+ border-width: thin;
25255
+ box-shadow: none;
25247
25256
  }
25248
-
25249
- .v-input__prepend {
25250
- grid-area: prepend;
25257
+ .v-footer--absolute {
25258
+ position: absolute;
25251
25259
  }
25252
-
25253
- .v-input__append {
25254
- grid-area: append;
25260
+ .v-footer--fixed {
25261
+ position: fixed;
25255
25262
  }
25256
-
25257
- .v-input__control {
25258
- display: flex;
25259
- grid-area: control;
25263
+ .v-footer--rounded {
25264
+ border-radius: 4px;
25260
25265
  }.v-data-table-footer {
25261
25266
  display: flex;
25262
25267
  align-items: center;
@@ -5218,7 +5218,10 @@ declare const VChip: vue.DefineComponent<{
5218
5218
  default: string;
5219
5219
  };
5220
5220
  label: BooleanConstructor;
5221
- link: BooleanConstructor;
5221
+ link: {
5222
+ type: BooleanConstructor;
5223
+ default: undefined;
5224
+ };
5222
5225
  pill: BooleanConstructor;
5223
5226
  prependAvatar: StringConstructor;
5224
5227
  prependIcon: vue.PropType<IconValue>;
@@ -5231,6 +5234,8 @@ declare const VChip: vue.DefineComponent<{
5231
5234
  type: BooleanConstructor;
5232
5235
  default: boolean;
5233
5236
  };
5237
+ onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
5238
+ onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
5234
5239
  }, () => false | JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5235
5240
  'click:close': (e: Event) => true;
5236
5241
  'update:modelValue': (value: boolean) => true;
@@ -5300,7 +5305,10 @@ declare const VChip: vue.DefineComponent<{
5300
5305
  default: string;
5301
5306
  };
5302
5307
  label: BooleanConstructor;
5303
- link: BooleanConstructor;
5308
+ link: {
5309
+ type: BooleanConstructor;
5310
+ default: undefined;
5311
+ };
5304
5312
  pill: BooleanConstructor;
5305
5313
  prependAvatar: StringConstructor;
5306
5314
  prependIcon: vue.PropType<IconValue>;
@@ -5313,6 +5321,8 @@ declare const VChip: vue.DefineComponent<{
5313
5321
  type: BooleanConstructor;
5314
5322
  default: boolean;
5315
5323
  };
5324
+ onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
5325
+ onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
5316
5326
  }>> & {
5317
5327
  onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
5318
5328
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;