@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.1-next.2025-04-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/CHANGELOG.md +6 -3
- package/dist/json/attributes.json +2950 -2950
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5831 -5831
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4855 -4875
- package/dist/vuetify-labs.d.ts +56 -56
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2642 -2662
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VBtn/VBtn.css +7 -20
- package/lib/components/VBtn/VBtn.sass +6 -19
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VField/VField.css +4 -11
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +6 -6
- package/lib/styles/settings/_variables.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-next.2025-04-
|
2
|
+
* Vuetify v3.8.1-next.2025-04-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2182,8 +2182,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(St,e),u.pro
|
|
2182
2182
|
else{const{mount:e}=u
|
2183
2183
|
u.mount=function(){const a=e(...arguments)
|
2184
2184
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:hf.call(this,St),display:hf.call(this,Vn),theme:hf.call(this,ba),icons:hf.call(this,Mt),locale:hf.call(this,fa),date:hf.call(this,Vu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2185
|
-
if(a&&e in a)return a[e]}gf.version="3.8.1-next.2025-04-
|
2186
|
-
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-next.2025-04-
|
2185
|
+
if(a&&e in a)return a[e]}gf.version="3.8.1-next.2025-04-18"
|
2186
|
+
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-next.2025-04-18"
|
2187
2187
|
yf.version=bf,e.blueprints=Xt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=Su,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2188
2188
|
const{props:a,provideSubDefaults:l}=Nt(e,t)
|
2189
2189
|
return l(),a},e.useDisplay=In,e.useGoTo=Rn,e.useLayout=aa,e.useLocale=ga,e.useRtl=ya,e.useTheme=Pa,e.version=bf}))
|
@@ -2,9 +2,8 @@
|
|
2
2
|
.v-btn {
|
3
3
|
align-items: center;
|
4
4
|
border-radius: 4px;
|
5
|
-
display: inline-
|
6
|
-
|
7
|
-
grid-template-columns: max-content auto max-content;
|
5
|
+
display: inline-flex;
|
6
|
+
flex-direction: row;
|
8
7
|
font-weight: 500;
|
9
8
|
justify-content: center;
|
10
9
|
letter-spacing: 0.0892857143em;
|
@@ -14,7 +13,7 @@
|
|
14
13
|
position: relative;
|
15
14
|
text-decoration: none;
|
16
15
|
text-indent: 0.0892857143em;
|
17
|
-
text-transform:
|
16
|
+
text-transform: none;
|
18
17
|
transition-property: box-shadow, transform, opacity, background;
|
19
18
|
transition-duration: 0.28s;
|
20
19
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -227,11 +226,10 @@
|
|
227
226
|
opacity: 0;
|
228
227
|
}
|
229
228
|
.v-btn--stacked {
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
align-content: center;
|
229
|
+
align-items: center;
|
230
|
+
flex-direction: column;
|
231
|
+
justify-content: center;
|
232
|
+
gap: 4px;
|
235
233
|
}
|
236
234
|
.v-btn--stacked .v-btn__content {
|
237
235
|
flex-direction: column;
|
@@ -243,14 +241,6 @@
|
|
243
241
|
.v-btn--stacked .v-btn__content > .v-icon--end {
|
244
242
|
margin-inline: 0;
|
245
243
|
}
|
246
|
-
.v-btn--stacked .v-btn__prepend,
|
247
|
-
.v-btn--stacked .v-btn__content > .v-icon--start {
|
248
|
-
margin-bottom: 4px;
|
249
|
-
}
|
250
|
-
.v-btn--stacked .v-btn__append,
|
251
|
-
.v-btn--stacked .v-btn__content > .v-icon--end {
|
252
|
-
margin-top: 4px;
|
253
|
-
}
|
254
244
|
.v-btn--stacked.v-btn--size-x-small {
|
255
245
|
--v-btn-size: 0.625rem;
|
256
246
|
--v-btn-height: 56px;
|
@@ -341,21 +331,18 @@
|
|
341
331
|
transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
342
332
|
}
|
343
333
|
.v-btn__prepend {
|
344
|
-
grid-area: prepend;
|
345
334
|
margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
|
346
335
|
}
|
347
336
|
.v-btn--slim .v-btn__prepend {
|
348
337
|
margin-inline-start: 0;
|
349
338
|
}
|
350
339
|
.v-btn__append {
|
351
|
-
grid-area: append;
|
352
340
|
margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
|
353
341
|
}
|
354
342
|
.v-btn--slim .v-btn__append {
|
355
343
|
margin-inline-end: 0;
|
356
344
|
}
|
357
345
|
.v-btn__content {
|
358
|
-
grid-area: content;
|
359
346
|
justify-content: center;
|
360
347
|
white-space: nowrap;
|
361
348
|
}
|
@@ -9,9 +9,8 @@
|
|
9
9
|
.v-btn
|
10
10
|
align-items: center
|
11
11
|
border-radius: $button-border-radius
|
12
|
-
display: inline-
|
13
|
-
|
14
|
-
grid-template-columns: max-content auto max-content
|
12
|
+
display: inline-flex
|
13
|
+
flex-direction: row
|
15
14
|
font-weight: $button-font-weight
|
16
15
|
justify-content: center
|
17
16
|
letter-spacing: $button-text-letter-spacing
|
@@ -117,11 +116,10 @@
|
|
117
116
|
opacity: 0
|
118
117
|
|
119
118
|
&--stacked
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
align-content: center
|
119
|
+
align-items: center
|
120
|
+
flex-direction: column
|
121
|
+
justify-content: center
|
122
|
+
gap: $button-stacked-gap
|
125
123
|
|
126
124
|
.v-btn__content
|
127
125
|
flex-direction: column
|
@@ -133,14 +131,6 @@
|
|
133
131
|
.v-btn__content > .v-icon--end
|
134
132
|
margin-inline: 0
|
135
133
|
|
136
|
-
.v-btn__prepend,
|
137
|
-
.v-btn__content > .v-icon--start
|
138
|
-
margin-bottom: $button-stacked-icon-margin
|
139
|
-
|
140
|
-
.v-btn__append,
|
141
|
-
.v-btn__content > .v-icon--end
|
142
|
-
margin-top: $button-stacked-icon-margin
|
143
|
-
|
144
134
|
@at-root
|
145
135
|
@include button-sizes($button-stacked-sizes, true)
|
146
136
|
@include button-density('height', $button-stacked-density)
|
@@ -193,21 +183,18 @@
|
|
193
183
|
transition: $button-content-transition
|
194
184
|
|
195
185
|
.v-btn__prepend
|
196
|
-
grid-area: prepend
|
197
186
|
margin-inline: $button-margin-start $button-margin-end
|
198
187
|
|
199
188
|
.v-btn--slim &
|
200
189
|
margin-inline-start: 0
|
201
190
|
|
202
191
|
.v-btn__append
|
203
|
-
grid-area: append
|
204
192
|
margin-inline: $button-margin-end $button-margin-start
|
205
193
|
|
206
194
|
.v-btn--slim &
|
207
195
|
margin-inline-end: 0
|
208
196
|
|
209
197
|
.v-btn__content
|
210
|
-
grid-area: content
|
211
198
|
justify-content: center
|
212
199
|
white-space: $button-white-space
|
213
200
|
|
@@ -27,7 +27,7 @@ $button-font-size: tools.map-deep-get(settings.$typography, 'button', 'size') !d
|
|
27
27
|
$button-font-weight: tools.map-deep-get(settings.$typography, 'button', 'weight') !default;
|
28
28
|
$button-height: 36px !default;
|
29
29
|
$button-stacked-height: 72px !default;
|
30
|
-
$button-stacked-
|
30
|
+
$button-stacked-gap: 4px !default;
|
31
31
|
$button-icon-border-radius: map.get(settings.$rounded, 'circle') !default;
|
32
32
|
$button-icon-font-size: 1rem !default;
|
33
33
|
$button-line-height: normal !default;
|
@@ -1,16 +1,16 @@
|
|
1
1
|
@layer vuetify.components {
|
2
2
|
/* region INPUT */
|
3
3
|
.v-field {
|
4
|
-
|
5
|
-
|
6
|
-
|
4
|
+
align-items: center;
|
5
|
+
display: flex;
|
6
|
+
flex-direction: row;
|
7
|
+
gap: 6px;
|
7
8
|
font-size: 16px;
|
8
9
|
letter-spacing: 0.009375em;
|
9
10
|
max-width: 100%;
|
10
11
|
border-radius: 4px;
|
11
12
|
contain: layout;
|
12
13
|
flex: 1 0;
|
13
|
-
grid-area: control;
|
14
14
|
position: relative;
|
15
15
|
--v-theme-overlay-multiplier: 1;
|
16
16
|
--v-field-padding-start: 16px;
|
@@ -161,7 +161,6 @@
|
|
161
161
|
}
|
162
162
|
.v-field__field {
|
163
163
|
flex: 1 0;
|
164
|
-
grid-area: field;
|
165
164
|
position: relative;
|
166
165
|
align-items: flex-start;
|
167
166
|
display: flex;
|
@@ -169,14 +168,9 @@
|
|
169
168
|
/* endregion */
|
170
169
|
/* region AFFIXES */
|
171
170
|
.v-field__prepend-inner {
|
172
|
-
grid-area: prepend-inner;
|
173
171
|
padding-inline-end: var(--v-field-padding-after);
|
174
172
|
}
|
175
|
-
.v-field__clearable {
|
176
|
-
grid-area: clear;
|
177
|
-
}
|
178
173
|
.v-field__append-inner {
|
179
|
-
grid-area: append-inner;
|
180
174
|
padding-inline-start: var(--v-field-padding-after);
|
181
175
|
}
|
182
176
|
.v-field__append-inner,
|
@@ -229,7 +223,6 @@
|
|
229
223
|
cursor: pointer;
|
230
224
|
opacity: 0;
|
231
225
|
overflow: hidden;
|
232
|
-
margin-inline: 4px;
|
233
226
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
234
227
|
transition-property: opacity, transform, width;
|
235
228
|
}
|
@@ -8,16 +8,16 @@
|
|
8
8
|
@include tools.layer('components')
|
9
9
|
/* region INPUT */
|
10
10
|
.v-field
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
align-items: center
|
12
|
+
display: flex
|
13
|
+
flex-direction: row
|
14
|
+
gap: $field-gap
|
14
15
|
font-size: $field-font-size
|
15
16
|
letter-spacing: $field-letter-spacing
|
16
17
|
max-width: $field-max-width
|
17
18
|
border-radius: $field-border-radius
|
18
19
|
contain: layout
|
19
20
|
flex: 1 0
|
20
|
-
grid-area: control
|
21
21
|
position: relative
|
22
22
|
|
23
23
|
--v-theme-overlay-multiplier: 1
|
@@ -163,7 +163,6 @@
|
|
163
163
|
|
164
164
|
.v-field__field
|
165
165
|
flex: 1 0
|
166
|
-
grid-area: field
|
167
166
|
position: relative
|
168
167
|
align-items: flex-start
|
169
168
|
display: flex
|
@@ -171,14 +170,9 @@
|
|
171
170
|
/* endregion */
|
172
171
|
/* region AFFIXES */
|
173
172
|
.v-field__prepend-inner
|
174
|
-
grid-area: prepend-inner
|
175
173
|
padding-inline-end: var(--v-field-padding-after)
|
176
174
|
|
177
|
-
.v-field__clearable
|
178
|
-
grid-area: clear
|
179
|
-
|
180
175
|
.v-field__append-inner
|
181
|
-
grid-area: append-inner
|
182
176
|
padding-inline-start: var(--v-field-padding-after)
|
183
177
|
|
184
178
|
.v-field__append-inner,
|
@@ -226,7 +220,6 @@
|
|
226
220
|
cursor: pointer
|
227
221
|
opacity: 0
|
228
222
|
overflow: hidden
|
229
|
-
margin-inline: $field-clearable-margin
|
230
223
|
transition: $field-transition-timing
|
231
224
|
transition-property: opacity, transform, width
|
232
225
|
|
@@ -15,9 +15,9 @@ $field-max-width: 100% !default;
|
|
15
15
|
$field-transition-timing: .15s settings.$standard-easing !default;
|
16
16
|
$field-subtle-transition-timing: 250ms settings.$standard-easing !default;
|
17
17
|
$field-underlined-margin-bottom: 4px !default;
|
18
|
-
$field-clearable-margin: 4px !default;
|
19
18
|
$field-clearable-transition: .15s opacity, .15s width settings.$standard-easing !default;
|
20
19
|
$field-chip-height: 24px !default;
|
20
|
+
$field-gap: 6px !default;
|
21
21
|
|
22
22
|
// CONTROL
|
23
23
|
$field-control-solo-background: rgb(var(--v-theme-surface)) !default;
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.8.1-next.2025-04-
|
19
|
+
export const version = "3.8.1-next.2025-04-18";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2572,42 +2572,42 @@ declare module 'vue' {
|
|
2572
2572
|
$children?: VNodeChild
|
2573
2573
|
}
|
2574
2574
|
export interface GlobalComponents {
|
2575
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2576
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2575
2577
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2576
2578
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2577
2579
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2578
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2579
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2580
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2581
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2582
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2583
2580
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
|
-
|
2585
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2586
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2587
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2581
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2588
2582
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2589
2583
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2590
2584
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2591
2585
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
|
2586
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2587
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2588
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2589
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2590
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2591
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2596
2592
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2597
|
-
|
2593
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2598
2594
|
VCard: typeof import('vuetify/components')['VCard']
|
2599
2595
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2600
2596
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2601
2597
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2602
2598
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2603
2599
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2604
|
-
|
2600
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2601
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2605
2602
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2606
2603
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2604
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2605
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2607
2606
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2608
2607
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2609
|
-
|
2610
|
-
|
2608
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2609
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2610
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2611
2611
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2612
2612
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2613
2613
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2615,35 +2615,36 @@ declare module 'vue' {
|
|
2615
2615
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2616
2616
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2617
2617
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2618
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2619
2618
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2620
2619
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2621
2620
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2622
2621
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2623
2622
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2624
2623
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2624
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2625
2625
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2626
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2626
2627
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2627
2628
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2628
2629
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2629
2630
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2630
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2631
2631
|
VFab: typeof import('vuetify/components')['VFab']
|
2632
|
-
VField: typeof import('vuetify/components')['VField']
|
2633
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2634
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2635
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2636
2632
|
VImg: typeof import('vuetify/components')['VImg']
|
2633
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2634
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2637
2635
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2638
2636
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2639
2637
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2640
2638
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2641
2639
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2642
|
-
|
2643
|
-
|
2640
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2641
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2644
2642
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2645
2643
|
VItem: typeof import('vuetify/components')['VItem']
|
2646
|
-
|
2644
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2645
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2646
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2647
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2647
2648
|
VList: typeof import('vuetify/components')['VList']
|
2648
2649
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2649
2650
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2653,72 +2654,71 @@ declare module 'vue' {
|
|
2653
2654
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2654
2655
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2655
2656
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2656
|
-
|
2657
|
-
|
2658
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2659
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
+
VField: typeof import('vuetify/components')['VField']
|
2658
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2660
2659
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2661
|
-
|
2660
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2662
2661
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2663
2662
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2664
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2665
2663
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2666
|
-
|
2664
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2667
2665
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2666
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2667
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2668
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2668
2669
|
VRating: typeof import('vuetify/components')['VRating']
|
2669
2670
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2671
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2670
2672
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2673
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2671
2674
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2672
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2673
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2674
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2675
2675
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2676
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2676
2677
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2677
2678
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2678
2679
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2679
2680
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2680
2681
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2681
2682
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2682
|
-
|
2683
|
-
|
2684
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2683
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2684
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2685
2685
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2686
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2687
2686
|
VTab: typeof import('vuetify/components')['VTab']
|
2688
2687
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2689
2688
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2690
2689
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2690
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2691
2691
|
VTable: typeof import('vuetify/components')['VTable']
|
2692
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2692
2693
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2693
2694
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2694
2695
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2695
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2696
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2697
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2698
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2699
2696
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2700
2697
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2698
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2699
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2700
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2701
2701
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2702
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2703
2702
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2703
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2704
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2704
2705
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2705
2706
|
VCol: typeof import('vuetify/components')['VCol']
|
2706
2707
|
VRow: typeof import('vuetify/components')['VRow']
|
2707
2708
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2708
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2709
2709
|
VHover: typeof import('vuetify/components')['VHover']
|
2710
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2710
2711
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2711
2712
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2712
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2713
2713
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2714
2714
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2715
2715
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2716
2716
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2717
2717
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2718
2718
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2719
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2719
2720
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2720
2721
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2721
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2722
2722
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2723
2723
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2724
2724
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -2744,20 +2744,20 @@ declare module 'vue' {
|
|
2744
2744
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2745
2745
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2746
2746
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2747
|
-
|
2748
|
-
|
2747
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2748
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2749
2749
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2750
2750
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2751
2751
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2752
|
-
|
2753
|
-
|
2754
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2755
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2752
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2753
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2756
2754
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2757
2755
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2758
2756
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2759
|
-
|
2760
|
-
|
2757
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2758
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2759
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2760
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2761
2761
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2762
2762
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2763
2763
|
}
|
package/lib/framework.js
CHANGED
package/lib/styles/main.css
CHANGED
@@ -5993,7 +5993,7 @@
|
|
5993
5993
|
line-height: 2.6;
|
5994
5994
|
letter-spacing: 0.0892857143em;
|
5995
5995
|
font-family: "Roboto", sans-serif;
|
5996
|
-
text-transform:
|
5996
|
+
text-transform: none;
|
5997
5997
|
}
|
5998
5998
|
.text-caption {
|
5999
5999
|
font-size: 0.75rem;
|
@@ -8144,7 +8144,7 @@
|
|
8144
8144
|
line-height: 2.6;
|
8145
8145
|
letter-spacing: 0.0892857143em;
|
8146
8146
|
font-family: "Roboto", sans-serif;
|
8147
|
-
text-transform:
|
8147
|
+
text-transform: none;
|
8148
8148
|
}
|
8149
8149
|
.text-sm-caption {
|
8150
8150
|
font-size: 0.75rem;
|
@@ -10191,7 +10191,7 @@
|
|
10191
10191
|
line-height: 2.6;
|
10192
10192
|
letter-spacing: 0.0892857143em;
|
10193
10193
|
font-family: "Roboto", sans-serif;
|
10194
|
-
text-transform:
|
10194
|
+
text-transform: none;
|
10195
10195
|
}
|
10196
10196
|
.text-md-caption {
|
10197
10197
|
font-size: 0.75rem;
|
@@ -12238,7 +12238,7 @@
|
|
12238
12238
|
line-height: 2.6;
|
12239
12239
|
letter-spacing: 0.0892857143em;
|
12240
12240
|
font-family: "Roboto", sans-serif;
|
12241
|
-
text-transform:
|
12241
|
+
text-transform: none;
|
12242
12242
|
}
|
12243
12243
|
.text-lg-caption {
|
12244
12244
|
font-size: 0.75rem;
|
@@ -14285,7 +14285,7 @@
|
|
14285
14285
|
line-height: 2.6;
|
14286
14286
|
letter-spacing: 0.0892857143em;
|
14287
14287
|
font-family: "Roboto", sans-serif;
|
14288
|
-
text-transform:
|
14288
|
+
text-transform: none;
|
14289
14289
|
}
|
14290
14290
|
.text-xl-caption {
|
14291
14291
|
font-size: 0.75rem;
|
@@ -16332,7 +16332,7 @@
|
|
16332
16332
|
line-height: 2.6;
|
16333
16333
|
letter-spacing: 0.0892857143em;
|
16334
16334
|
font-family: "Roboto", sans-serif;
|
16335
|
-
text-transform:
|
16335
|
+
text-transform: none;
|
16336
16336
|
}
|
16337
16337
|
.text-xxl-caption {
|
16338
16338
|
font-size: 0.75rem;
|