@vuetify/nightly 3.5.9-dev.2024-03-17 → 3.5.9-dev.2024-03-29
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 +4 -2
- package/dist/json/attributes.json +51 -7
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +12 -1
- package/dist/json/web-types.json +114 -13
- package/dist/vuetify-labs.css +1894 -1894
- package/dist/vuetify-labs.d.ts +106 -19
- package/dist/vuetify-labs.esm.js +105 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +105 -98
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +804 -804
- package/dist/vuetify.d.ts +147 -60
- package/dist/vuetify.esm.js +105 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +105 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +185 -185
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VMain/VMain.mjs +6 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +36 -0
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +106 -19
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -41
- package/package.json +1 -1
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.5.9-dev.2024-03-
|
|
5
|
+
"version": "3.5.9-dev.2024-03-29",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -25018,6 +25018,60 @@
|
|
|
25018
25018
|
"type": "boolean"
|
|
25019
25019
|
}
|
|
25020
25020
|
},
|
|
25021
|
+
{
|
|
25022
|
+
"name": "height",
|
|
25023
|
+
"description": "Sets the height for the component.",
|
|
25024
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25025
|
+
"value": {
|
|
25026
|
+
"kind": "expression",
|
|
25027
|
+
"type": "string | number"
|
|
25028
|
+
}
|
|
25029
|
+
},
|
|
25030
|
+
{
|
|
25031
|
+
"name": "maxHeight",
|
|
25032
|
+
"description": "Sets the maximum height for the component.",
|
|
25033
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25034
|
+
"value": {
|
|
25035
|
+
"kind": "expression",
|
|
25036
|
+
"type": "string | number"
|
|
25037
|
+
}
|
|
25038
|
+
},
|
|
25039
|
+
{
|
|
25040
|
+
"name": "maxWidth",
|
|
25041
|
+
"description": "Sets the maximum width for the component.",
|
|
25042
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25043
|
+
"value": {
|
|
25044
|
+
"kind": "expression",
|
|
25045
|
+
"type": "string | number"
|
|
25046
|
+
}
|
|
25047
|
+
},
|
|
25048
|
+
{
|
|
25049
|
+
"name": "minHeight",
|
|
25050
|
+
"description": "Sets the minimum height for the component.",
|
|
25051
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25052
|
+
"value": {
|
|
25053
|
+
"kind": "expression",
|
|
25054
|
+
"type": "string | number"
|
|
25055
|
+
}
|
|
25056
|
+
},
|
|
25057
|
+
{
|
|
25058
|
+
"name": "minWidth",
|
|
25059
|
+
"description": "Sets the minimum width for the component.",
|
|
25060
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25061
|
+
"value": {
|
|
25062
|
+
"kind": "expression",
|
|
25063
|
+
"type": "string | number"
|
|
25064
|
+
}
|
|
25065
|
+
},
|
|
25066
|
+
{
|
|
25067
|
+
"name": "width",
|
|
25068
|
+
"description": "Sets the width for the component.",
|
|
25069
|
+
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
25070
|
+
"value": {
|
|
25071
|
+
"kind": "expression",
|
|
25072
|
+
"type": "string | number"
|
|
25073
|
+
}
|
|
25074
|
+
},
|
|
25021
25075
|
{
|
|
25022
25076
|
"name": "tag",
|
|
25023
25077
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -39512,28 +39566,27 @@
|
|
|
39512
39566
|
}
|
|
39513
39567
|
},
|
|
39514
39568
|
{
|
|
39515
|
-
"name": "
|
|
39516
|
-
"description": "
|
|
39569
|
+
"name": "lineThickness",
|
|
39570
|
+
"description": "Thickness of the timeline line.",
|
|
39517
39571
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39518
|
-
"default": "
|
|
39572
|
+
"default": "2",
|
|
39519
39573
|
"value": {
|
|
39520
39574
|
"kind": "expression",
|
|
39521
39575
|
"type": "string | number"
|
|
39522
39576
|
}
|
|
39523
39577
|
},
|
|
39524
39578
|
{
|
|
39525
|
-
"name": "
|
|
39526
|
-
"description": "
|
|
39579
|
+
"name": "lineColor",
|
|
39580
|
+
"description": "Color of the timeline line.",
|
|
39527
39581
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39528
|
-
"default": "2",
|
|
39529
39582
|
"value": {
|
|
39530
39583
|
"kind": "expression",
|
|
39531
|
-
"type": "string
|
|
39584
|
+
"type": "string"
|
|
39532
39585
|
}
|
|
39533
39586
|
},
|
|
39534
39587
|
{
|
|
39535
|
-
"name": "
|
|
39536
|
-
"description": "Color of the
|
|
39588
|
+
"name": "dotColor",
|
|
39589
|
+
"description": "Color of the item dot.",
|
|
39537
39590
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39538
39591
|
"value": {
|
|
39539
39592
|
"kind": "expression",
|
|
@@ -39541,13 +39594,51 @@
|
|
|
39541
39594
|
}
|
|
39542
39595
|
},
|
|
39543
39596
|
{
|
|
39544
|
-
"name": "
|
|
39545
|
-
"description": "
|
|
39597
|
+
"name": "fillDot",
|
|
39598
|
+
"description": "Remove outer border of item dot, making the color fill the entire dot.",
|
|
39599
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39600
|
+
"default": "false",
|
|
39601
|
+
"value": {
|
|
39602
|
+
"kind": "expression",
|
|
39603
|
+
"type": "boolean"
|
|
39604
|
+
}
|
|
39605
|
+
},
|
|
39606
|
+
{
|
|
39607
|
+
"name": "hideOpposite",
|
|
39608
|
+
"description": "Hide opposite content if it exists.",
|
|
39609
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39610
|
+
"value": {
|
|
39611
|
+
"kind": "expression",
|
|
39612
|
+
"type": "boolean"
|
|
39613
|
+
}
|
|
39614
|
+
},
|
|
39615
|
+
{
|
|
39616
|
+
"name": "iconColor",
|
|
39617
|
+
"description": "Color of the icon.",
|
|
39618
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39619
|
+
"value": {
|
|
39620
|
+
"kind": "expression",
|
|
39621
|
+
"type": "string"
|
|
39622
|
+
}
|
|
39623
|
+
},
|
|
39624
|
+
{
|
|
39625
|
+
"name": "lineInset",
|
|
39626
|
+
"description": "Specifies the distance between the line and the dot of timeline items.",
|
|
39627
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39628
|
+
"default": "0",
|
|
39629
|
+
"value": {
|
|
39630
|
+
"kind": "expression",
|
|
39631
|
+
"type": "string | number"
|
|
39632
|
+
}
|
|
39633
|
+
},
|
|
39634
|
+
{
|
|
39635
|
+
"name": "size",
|
|
39636
|
+
"description": "Size of the item dot",
|
|
39546
39637
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39547
39638
|
"default": "'default'",
|
|
39548
39639
|
"value": {
|
|
39549
39640
|
"kind": "expression",
|
|
39550
|
-
"type": "
|
|
39641
|
+
"type": "string | number"
|
|
39551
39642
|
}
|
|
39552
39643
|
},
|
|
39553
39644
|
{
|
|
@@ -39560,6 +39651,16 @@
|
|
|
39560
39651
|
"type": "string"
|
|
39561
39652
|
}
|
|
39562
39653
|
},
|
|
39654
|
+
{
|
|
39655
|
+
"name": "density",
|
|
39656
|
+
"description": "Adjusts the vertical height used by the component.",
|
|
39657
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
|
39658
|
+
"default": "'default'",
|
|
39659
|
+
"value": {
|
|
39660
|
+
"kind": "expression",
|
|
39661
|
+
"type": "'default' | 'compact' | 'comfortable'"
|
|
39662
|
+
}
|
|
39663
|
+
},
|
|
39563
39664
|
{
|
|
39564
39665
|
"name": "theme",
|
|
39565
39666
|
"description": "Specify a theme for this component and all of its children.",
|