@vuetify/nightly 3.0.0-next-20220126.0 → 3.0.0-next-20220128.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.
- package/dist/json/attributes.json +8 -0
- package/dist/json/tags.json +3 -1
- package/dist/json/web-types.json +21 -3
- package/dist/vuetify.css +40 -32
- package/dist/vuetify.d.ts +51 -45
- package/dist/vuetify.esm.js +88 -55
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +88 -55
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +8 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -4
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +6 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +6 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +40 -28
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +2 -0
- package/lib/components/VSlider/VSlider.mjs +4 -3
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +2 -0
- package/lib/components/VSlider/VSliderThumb.css +8 -2
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +7 -2
- package/lib/components/VSlider/_variables.scss +2 -1
- package/lib/components/VSlider/slider.mjs +8 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/index.d.ts +51 -45
- package/lib/entry-bundler.mjs +1 -1
- package/package.json +1 -1
|
@@ -1943,6 +1943,10 @@
|
|
|
1943
1943
|
"type": "string",
|
|
1944
1944
|
"description": "Specify a custom tag used on the root element."
|
|
1945
1945
|
},
|
|
1946
|
+
"v-icon/theme": {
|
|
1947
|
+
"type": "string",
|
|
1948
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1949
|
+
},
|
|
1946
1950
|
"v-img/aspect-ratio": {
|
|
1947
1951
|
"type": "any",
|
|
1948
1952
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
@@ -3199,6 +3203,10 @@
|
|
|
3199
3203
|
"type": "number|string",
|
|
3200
3204
|
"description": ""
|
|
3201
3205
|
},
|
|
3206
|
+
"v-range-slider/strict": {
|
|
3207
|
+
"type": "any",
|
|
3208
|
+
"description": ""
|
|
3209
|
+
},
|
|
3202
3210
|
"v-rating/name": {
|
|
3203
3211
|
"type": "any",
|
|
3204
3212
|
"description": ""
|
package/dist/json/tags.json
CHANGED
|
@@ -726,7 +726,8 @@
|
|
|
726
726
|
"left",
|
|
727
727
|
"right",
|
|
728
728
|
"size",
|
|
729
|
-
"tag"
|
|
729
|
+
"tag",
|
|
730
|
+
"theme"
|
|
730
731
|
],
|
|
731
732
|
"description": ""
|
|
732
733
|
},
|
|
@@ -1187,6 +1188,7 @@
|
|
|
1187
1188
|
"show-tick-labels",
|
|
1188
1189
|
"show-ticks",
|
|
1189
1190
|
"step",
|
|
1191
|
+
"strict",
|
|
1190
1192
|
"thumb-color",
|
|
1191
1193
|
"thumb-label",
|
|
1192
1194
|
"thumb-size",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.0-next-
|
|
5
|
+
"version": "3.0.0-next-20220128.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6591,6 +6591,15 @@
|
|
|
6591
6591
|
"kind": "expression",
|
|
6592
6592
|
"type": "string"
|
|
6593
6593
|
}
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
"name": "theme",
|
|
6597
|
+
"description": "Specify a theme for this component and all of its children",
|
|
6598
|
+
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
6599
|
+
"value": {
|
|
6600
|
+
"kind": "expression",
|
|
6601
|
+
"type": "string"
|
|
6602
|
+
}
|
|
6594
6603
|
}
|
|
6595
6604
|
],
|
|
6596
6605
|
"events": [],
|
|
@@ -10838,7 +10847,7 @@
|
|
|
10838
10847
|
"name": "show-ticks",
|
|
10839
10848
|
"description": "",
|
|
10840
10849
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
10841
|
-
"default": "
|
|
10850
|
+
"default": "false",
|
|
10842
10851
|
"value": {
|
|
10843
10852
|
"kind": "expression",
|
|
10844
10853
|
"type": [
|
|
@@ -10969,6 +10978,15 @@
|
|
|
10969
10978
|
"string"
|
|
10970
10979
|
]
|
|
10971
10980
|
}
|
|
10981
|
+
},
|
|
10982
|
+
{
|
|
10983
|
+
"name": "strict",
|
|
10984
|
+
"description": "",
|
|
10985
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
10986
|
+
"value": {
|
|
10987
|
+
"kind": "expression",
|
|
10988
|
+
"type": "any"
|
|
10989
|
+
}
|
|
10972
10990
|
}
|
|
10973
10991
|
],
|
|
10974
10992
|
"events": [
|
|
@@ -12198,7 +12216,7 @@
|
|
|
12198
12216
|
"name": "show-ticks",
|
|
12199
12217
|
"description": "",
|
|
12200
12218
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
12201
|
-
"default": "
|
|
12219
|
+
"default": "false",
|
|
12202
12220
|
"value": {
|
|
12203
12221
|
"kind": "expression",
|
|
12204
12222
|
"type": [
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.0-next-
|
|
2
|
+
* Vuetify v3.0.0-next-20220128.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19621,35 +19621,6 @@ html.overflow-y-hidden {
|
|
|
19621
19621
|
}
|
|
19622
19622
|
.v-banner--three-line .v-banner-text {
|
|
19623
19623
|
-webkit-line-clamp: 3;
|
|
19624
|
-
}.v-bottom-navigation {
|
|
19625
|
-
display: flex;
|
|
19626
|
-
max-width: 100%;
|
|
19627
|
-
overflow: hidden;
|
|
19628
|
-
position: fixed;
|
|
19629
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19630
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19631
|
-
border-style: solid;
|
|
19632
|
-
border-width: 0;
|
|
19633
|
-
background: rgb(var(--v-theme-surface));
|
|
19634
|
-
color: rgb(var(--v-theme-on-surface));
|
|
19635
|
-
}
|
|
19636
|
-
.v-bottom-navigation--border {
|
|
19637
|
-
border-width: thin;
|
|
19638
|
-
box-shadow: none;
|
|
19639
|
-
}
|
|
19640
|
-
.v-bottom-navigation--is-active {
|
|
19641
|
-
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
19642
|
-
}
|
|
19643
|
-
.v-bottom-navigation--absolute {
|
|
19644
|
-
position: absolute;
|
|
19645
|
-
}
|
|
19646
|
-
|
|
19647
|
-
.v-bottom-navigation__content {
|
|
19648
|
-
display: flex;
|
|
19649
|
-
flex: none;
|
|
19650
|
-
justify-content: center;
|
|
19651
|
-
transition: inherit;
|
|
19652
|
-
width: 100%;
|
|
19653
19624
|
}.v-breadcrumbs {
|
|
19654
19625
|
line-height: 1.375rem;
|
|
19655
19626
|
padding: 16px;
|
|
@@ -19699,6 +19670,35 @@ html.overflow-y-hidden {
|
|
|
19699
19670
|
display: inline-block;
|
|
19700
19671
|
padding: 0 8px;
|
|
19701
19672
|
vertical-align: middle;
|
|
19673
|
+
}.v-bottom-navigation {
|
|
19674
|
+
display: flex;
|
|
19675
|
+
max-width: 100%;
|
|
19676
|
+
overflow: hidden;
|
|
19677
|
+
position: fixed;
|
|
19678
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19679
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19680
|
+
border-style: solid;
|
|
19681
|
+
border-width: 0;
|
|
19682
|
+
background: rgb(var(--v-theme-surface));
|
|
19683
|
+
color: rgb(var(--v-theme-on-surface));
|
|
19684
|
+
}
|
|
19685
|
+
.v-bottom-navigation--border {
|
|
19686
|
+
border-width: thin;
|
|
19687
|
+
box-shadow: none;
|
|
19688
|
+
}
|
|
19689
|
+
.v-bottom-navigation--is-active {
|
|
19690
|
+
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
19691
|
+
}
|
|
19692
|
+
.v-bottom-navigation--absolute {
|
|
19693
|
+
position: absolute;
|
|
19694
|
+
}
|
|
19695
|
+
|
|
19696
|
+
.v-bottom-navigation__content {
|
|
19697
|
+
display: flex;
|
|
19698
|
+
flex: none;
|
|
19699
|
+
justify-content: center;
|
|
19700
|
+
transition: inherit;
|
|
19701
|
+
width: 100%;
|
|
19702
19702
|
}.v-btn {
|
|
19703
19703
|
align-items: center;
|
|
19704
19704
|
border-radius: 4px;
|
|
@@ -23876,6 +23876,8 @@ html.overflow-y-hidden {
|
|
|
23876
23876
|
}
|
|
23877
23877
|
.v-slider.v-input--horizontal .v-input__control {
|
|
23878
23878
|
min-height: 32px;
|
|
23879
|
+
display: flex;
|
|
23880
|
+
align-items: center;
|
|
23879
23881
|
}
|
|
23880
23882
|
|
|
23881
23883
|
.v-slider.v-input--vertical {
|
|
@@ -24648,9 +24650,10 @@ html.overflow-y-hidden {
|
|
|
24648
24650
|
align-items: center;
|
|
24649
24651
|
justify-content: center;
|
|
24650
24652
|
font-size: 0.75rem;
|
|
24651
|
-
width: 35px;
|
|
24653
|
+
min-width: 35px;
|
|
24652
24654
|
height: 25px;
|
|
24653
24655
|
border-radius: 4px;
|
|
24656
|
+
padding: 6px;
|
|
24654
24657
|
position: absolute;
|
|
24655
24658
|
-webkit-user-select: none;
|
|
24656
24659
|
-moz-user-select: none;
|
|
@@ -24682,9 +24685,14 @@ html.overflow-y-hidden {
|
|
|
24682
24685
|
top: 0;
|
|
24683
24686
|
}
|
|
24684
24687
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
24685
|
-
left: -17.5px;
|
|
24686
24688
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
24687
24689
|
}
|
|
24690
|
+
.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 {
|
|
24691
|
+
transform: translateX(-50%);
|
|
24692
|
+
}
|
|
24693
|
+
.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 {
|
|
24694
|
+
transform: translateX(50%);
|
|
24695
|
+
}
|
|
24688
24696
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
24689
24697
|
border-left: 6px solid transparent;
|
|
24690
24698
|
border-right: 6px solid transparent;
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -4659,6 +4659,7 @@ declare const VClassIcon: vue.DefineComponent<{
|
|
|
4659
4659
|
} & {}>, {}>;
|
|
4660
4660
|
|
|
4661
4661
|
declare const VIcon: vue.DefineComponent<{
|
|
4662
|
+
theme: StringConstructor;
|
|
4662
4663
|
tag: Omit<{
|
|
4663
4664
|
type: StringConstructor;
|
|
4664
4665
|
default: string;
|
|
@@ -4677,6 +4678,7 @@ declare const VIcon: vue.DefineComponent<{
|
|
|
4677
4678
|
type: PropType<IconValue>;
|
|
4678
4679
|
};
|
|
4679
4680
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<{
|
|
4681
|
+
theme?: unknown;
|
|
4680
4682
|
tag?: unknown;
|
|
4681
4683
|
size?: unknown;
|
|
4682
4684
|
color?: unknown;
|
|
@@ -4689,6 +4691,7 @@ declare const VIcon: vue.DefineComponent<{
|
|
|
4689
4691
|
tag: string;
|
|
4690
4692
|
size: string | number;
|
|
4691
4693
|
} & {
|
|
4694
|
+
theme?: string | undefined;
|
|
4692
4695
|
color?: string | undefined;
|
|
4693
4696
|
icon?: IconValue | undefined;
|
|
4694
4697
|
}>, {
|
|
@@ -5174,10 +5177,12 @@ declare type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'classic'
|
|
|
5174
5177
|
declare type OpenStrategy = 'single' | 'multiple' | OpenStrategyFn;
|
|
5175
5178
|
declare type ActiveStrategy = 'single' | 'multiple' | ActiveStrategyFn;
|
|
5176
5179
|
|
|
5177
|
-
declare type
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5180
|
+
declare type ListGroupActivatorSlot = {
|
|
5181
|
+
props: {
|
|
5182
|
+
onClick: (e: Event) => void;
|
|
5183
|
+
appendIcon: string;
|
|
5184
|
+
class: string;
|
|
5185
|
+
};
|
|
5181
5186
|
};
|
|
5182
5187
|
declare const VListGroup: {
|
|
5183
5188
|
new (...args: any[]): {
|
|
@@ -5201,13 +5206,11 @@ declare const VListGroup: {
|
|
|
5201
5206
|
} & {
|
|
5202
5207
|
value?: any;
|
|
5203
5208
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5204
|
-
|
|
5205
|
-
items?: (() => vue.VNodeChild) | undefined;
|
|
5209
|
+
activator?: ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5206
5210
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5207
5211
|
};
|
|
5208
5212
|
"v-slots"?: {
|
|
5209
|
-
|
|
5210
|
-
items?: false | (() => vue.VNodeChild) | undefined;
|
|
5213
|
+
activator?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5211
5214
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
5212
5215
|
} | undefined;
|
|
5213
5216
|
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "expandIcon" | "collapseIcon">;
|
|
@@ -5238,13 +5241,11 @@ declare const VListGroup: {
|
|
|
5238
5241
|
} & {
|
|
5239
5242
|
value?: any;
|
|
5240
5243
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5241
|
-
|
|
5242
|
-
items?: (() => vue.VNodeChild) | undefined;
|
|
5244
|
+
activator?: ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5243
5245
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5244
5246
|
};
|
|
5245
5247
|
"v-slots"?: {
|
|
5246
|
-
|
|
5247
|
-
items?: false | (() => vue.VNodeChild) | undefined;
|
|
5248
|
+
activator?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5248
5249
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
5249
5250
|
} | undefined;
|
|
5250
5251
|
}>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
|
|
@@ -5285,13 +5286,11 @@ declare const VListGroup: {
|
|
|
5285
5286
|
} & {
|
|
5286
5287
|
value?: any;
|
|
5287
5288
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5288
|
-
|
|
5289
|
-
items?: (() => vue.VNodeChild) | undefined;
|
|
5289
|
+
activator?: ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5290
5290
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5291
5291
|
};
|
|
5292
5292
|
"v-slots"?: {
|
|
5293
|
-
|
|
5294
|
-
items?: false | (() => vue.VNodeChild) | undefined;
|
|
5293
|
+
activator?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5295
5294
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
5296
5295
|
} | undefined;
|
|
5297
5296
|
}> & vue.ShallowUnwrapRef<() => JSX.Element> & {} & {} & vue.ComponentCustomProperties;
|
|
@@ -5312,13 +5311,11 @@ declare const VListGroup: {
|
|
|
5312
5311
|
} & {
|
|
5313
5312
|
value?: any;
|
|
5314
5313
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5315
|
-
|
|
5316
|
-
items?: (() => vue.VNodeChild) | undefined;
|
|
5314
|
+
activator?: ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5317
5315
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5318
5316
|
};
|
|
5319
5317
|
"v-slots"?: {
|
|
5320
|
-
|
|
5321
|
-
items?: false | (() => vue.VNodeChild) | undefined;
|
|
5318
|
+
activator?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5322
5319
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
5323
5320
|
} | undefined;
|
|
5324
5321
|
}>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
|
|
@@ -5330,8 +5327,7 @@ declare const VListGroup: {
|
|
|
5330
5327
|
items?: T[] | undefined;
|
|
5331
5328
|
};
|
|
5332
5329
|
$slots: MakeSlots<{
|
|
5333
|
-
|
|
5334
|
-
items: [];
|
|
5330
|
+
activator: [ListGroupActivatorSlot];
|
|
5335
5331
|
default: [];
|
|
5336
5332
|
}>;
|
|
5337
5333
|
});
|
|
@@ -5400,7 +5396,7 @@ declare const VList: {
|
|
|
5400
5396
|
$children?: unknown;
|
|
5401
5397
|
"v-slots"?: {
|
|
5402
5398
|
subheader?: false | (() => vue.VNodeChild) | undefined;
|
|
5403
|
-
header?: false | ((args_0:
|
|
5399
|
+
header?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5404
5400
|
item?: false | ((args_0: unknown) => vue.VNodeChild) | undefined;
|
|
5405
5401
|
} | undefined;
|
|
5406
5402
|
border?: string | number | boolean | undefined;
|
|
@@ -5473,7 +5469,7 @@ declare const VList: {
|
|
|
5473
5469
|
$children?: unknown;
|
|
5474
5470
|
"v-slots"?: {
|
|
5475
5471
|
subheader?: false | (() => vue.VNodeChild) | undefined;
|
|
5476
|
-
header?: false | ((args_0:
|
|
5472
|
+
header?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5477
5473
|
item?: false | ((args_0: unknown) => vue.VNodeChild) | undefined;
|
|
5478
5474
|
} | undefined;
|
|
5479
5475
|
border?: string | number | boolean | undefined;
|
|
@@ -5570,7 +5566,7 @@ declare const VList: {
|
|
|
5570
5566
|
$children?: unknown;
|
|
5571
5567
|
"v-slots"?: {
|
|
5572
5568
|
subheader?: false | (() => vue.VNodeChild) | undefined;
|
|
5573
|
-
header?: false | ((args_0:
|
|
5569
|
+
header?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5574
5570
|
item?: false | ((args_0: unknown) => vue.VNodeChild) | undefined;
|
|
5575
5571
|
} | undefined;
|
|
5576
5572
|
border?: string | number | boolean | undefined;
|
|
@@ -5637,7 +5633,7 @@ declare const VList: {
|
|
|
5637
5633
|
$children?: unknown;
|
|
5638
5634
|
"v-slots"?: {
|
|
5639
5635
|
subheader?: false | (() => vue.VNodeChild) | undefined;
|
|
5640
|
-
header?: false | ((args_0:
|
|
5636
|
+
header?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
5641
5637
|
item?: false | ((args_0: unknown) => vue.VNodeChild) | undefined;
|
|
5642
5638
|
} | undefined;
|
|
5643
5639
|
border?: string | number | boolean | undefined;
|
|
@@ -5675,7 +5671,7 @@ declare const VList: {
|
|
|
5675
5671
|
};
|
|
5676
5672
|
$slots: MakeSlots<{
|
|
5677
5673
|
subheader: [];
|
|
5678
|
-
header: [
|
|
5674
|
+
header: [ListGroupActivatorSlot];
|
|
5679
5675
|
item: [T];
|
|
5680
5676
|
}>;
|
|
5681
5677
|
});
|
|
@@ -5730,6 +5726,12 @@ declare type ListItemSlot = {
|
|
|
5730
5726
|
isSelected: boolean;
|
|
5731
5727
|
select: (value: boolean) => void;
|
|
5732
5728
|
};
|
|
5729
|
+
declare type ListItemTitleSlot = {
|
|
5730
|
+
title?: string;
|
|
5731
|
+
};
|
|
5732
|
+
declare type ListItemSubtitleSlot = {
|
|
5733
|
+
subtitle?: string;
|
|
5734
|
+
};
|
|
5733
5735
|
declare const VListItem: {
|
|
5734
5736
|
new (...args: any[]): {
|
|
5735
5737
|
$: vue.ComponentInternalInstance;
|
|
@@ -5798,15 +5800,15 @@ declare const VListItem: {
|
|
|
5798
5800
|
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5799
5801
|
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5800
5802
|
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5801
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
5802
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
|
5803
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
5804
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
5803
5805
|
};
|
|
5804
5806
|
"v-slots"?: {
|
|
5805
5807
|
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5806
5808
|
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5807
5809
|
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5808
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
5809
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
|
5810
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
5811
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
5810
5812
|
} | undefined;
|
|
5811
5813
|
border?: string | number | boolean | undefined;
|
|
5812
5814
|
elevation?: string | number | undefined;
|
|
@@ -5891,15 +5893,15 @@ declare const VListItem: {
|
|
|
5891
5893
|
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5892
5894
|
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5893
5895
|
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5894
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
5895
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
|
5896
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
5897
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
5896
5898
|
};
|
|
5897
5899
|
"v-slots"?: {
|
|
5898
5900
|
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5899
5901
|
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5900
5902
|
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
5901
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
5902
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
|
5903
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
5904
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
5903
5905
|
} | undefined;
|
|
5904
5906
|
border?: string | number | boolean | undefined;
|
|
5905
5907
|
elevation?: string | number | undefined;
|
|
@@ -5999,15 +6001,15 @@ declare const VListItem: {
|
|
|
5999
6001
|
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6000
6002
|
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6001
6003
|
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6002
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
6003
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
|
6004
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
6005
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
6004
6006
|
};
|
|
6005
6007
|
"v-slots"?: {
|
|
6006
6008
|
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6007
6009
|
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6008
6010
|
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6009
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
6010
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
|
6011
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
6012
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
6011
6013
|
} | undefined;
|
|
6012
6014
|
border?: string | number | boolean | undefined;
|
|
6013
6015
|
elevation?: string | number | undefined;
|
|
@@ -6082,15 +6084,15 @@ declare const VListItem: {
|
|
|
6082
6084
|
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6083
6085
|
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6084
6086
|
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6085
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
6086
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
|
6087
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
6088
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
6087
6089
|
};
|
|
6088
6090
|
"v-slots"?: {
|
|
6089
6091
|
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6090
6092
|
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6091
6093
|
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
6092
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
6093
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
|
6094
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
6095
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
6094
6096
|
} | undefined;
|
|
6095
6097
|
border?: string | number | boolean | undefined;
|
|
6096
6098
|
elevation?: string | number | undefined;
|
|
@@ -6120,8 +6122,8 @@ declare const VListItem: {
|
|
|
6120
6122
|
prepend: [ListItemSlot];
|
|
6121
6123
|
append: [ListItemSlot];
|
|
6122
6124
|
default: [ListItemSlot];
|
|
6123
|
-
title: [];
|
|
6124
|
-
subtitle: [];
|
|
6125
|
+
title: [ListItemTitleSlot];
|
|
6126
|
+
subtitle: [ListItemSubtitleSlot];
|
|
6125
6127
|
}>;
|
|
6126
6128
|
});
|
|
6127
6129
|
declare type VListItem = InstanceType<typeof VListItem>;
|
|
@@ -7380,6 +7382,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
7380
7382
|
}>;
|
|
7381
7383
|
|
|
7382
7384
|
declare const VRangeSlider: vue.DefineComponent<{
|
|
7385
|
+
strict: BooleanConstructor;
|
|
7383
7386
|
modelValue: {
|
|
7384
7387
|
type: PropType<number[]>;
|
|
7385
7388
|
default: () => number[];
|
|
@@ -7481,6 +7484,7 @@ declare const VRangeSlider: vue.DefineComponent<{
|
|
|
7481
7484
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7482
7485
|
'update:modelValue': (value: [number, number]) => true;
|
|
7483
7486
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<{
|
|
7487
|
+
strict?: unknown;
|
|
7484
7488
|
modelValue?: unknown;
|
|
7485
7489
|
elevation?: unknown;
|
|
7486
7490
|
rounded?: unknown;
|
|
@@ -7523,6 +7527,7 @@ declare const VRangeSlider: vue.DefineComponent<{
|
|
|
7523
7527
|
density: "default" | "comfortable" | "compact" | null;
|
|
7524
7528
|
elevation: string | number;
|
|
7525
7529
|
modelValue: number[];
|
|
7530
|
+
strict: boolean;
|
|
7526
7531
|
disabled: boolean;
|
|
7527
7532
|
max: string | number;
|
|
7528
7533
|
readonly: boolean;
|
|
@@ -7563,6 +7568,7 @@ declare const VRangeSlider: vue.DefineComponent<{
|
|
|
7563
7568
|
elevation: string | number;
|
|
7564
7569
|
rounded: string | number | boolean;
|
|
7565
7570
|
modelValue: number[];
|
|
7571
|
+
strict: boolean;
|
|
7566
7572
|
disabled: boolean;
|
|
7567
7573
|
max: string | number;
|
|
7568
7574
|
readonly: boolean;
|