vuetify 3.4.7 → 3.4.9
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +300 -40
- package/dist/json/importMap-labs.json +24 -0
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +95 -0
- package/dist/json/web-types.json +910 -59
- package/dist/vuetify-labs.css +2402 -2052
- package/dist/vuetify-labs.d.ts +1660 -31
- package/dist/vuetify-labs.esm.js +733 -106
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +733 -106
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +810 -807
- package/dist/vuetify.d.ts +119 -74
- package/dist/vuetify.esm.js +242 -106
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +242 -106
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +235 -215
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +9 -0
- package/lib/blueprints/md1.d.mts +9 -0
- package/lib/blueprints/md2.d.mts +9 -0
- package/lib/blueprints/md3.d.mts +9 -0
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -99
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +42 -30
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +3 -0
- package/lib/components/VOverlay/VOverlay.mjs +11 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/index.d.mts +42 -30
- package/lib/composables/calendar.mjs +128 -0
- package/lib/composables/calendar.mjs.map +1 -0
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +89 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -0
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +77 -44
- package/lib/labs/VCalendar/VCalendar.css +220 -0
- package/lib/labs/VCalendar/VCalendar.mjs +128 -0
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendar.sass +168 -0
- package/lib/labs/VCalendar/VCalendarDay.css +10 -0
- package/lib/labs/VCalendar/VCalendarDay.mjs +47 -0
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarDay.sass +9 -0
- package/lib/labs/VCalendar/VCalendarEvent.mjs +30 -0
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarHeader.css +14 -0
- package/lib/labs/VCalendar/VCalendarHeader.mjs +76 -0
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarHeader.sass +13 -0
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -0
- package/lib/labs/VCalendar/VCalendarInterval.mjs +113 -0
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +39 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +76 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +64 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +65 -0
- package/lib/{components → labs}/VCalendar/_variables.scss +14 -6
- package/lib/labs/VCalendar/index.d.mts +1592 -0
- package/lib/labs/VCalendar/index.mjs +7 -0
- package/lib/labs/VCalendar/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1586 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +2 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +2 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +2 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +2 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +2 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +2 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +21 -20
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +2 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +2 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +2 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +2 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +2 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +2 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +2 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +2 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +2 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +2 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +2 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +2 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +2 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +2 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +2 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +2 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +2 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +2 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +2 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +2 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +2 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +2 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +2 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +2 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +2 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +2 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +2 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +2 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +2 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +2 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +2 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VCalendar/VCalendar.mjs +0 -352
- package/lib/components/VCalendar/VCalendar.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs +0 -124
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +0 -100
- package/lib/components/VCalendar/VCalendarDaily.mjs +0 -239
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarDaily.sass +0 -140
- package/lib/components/VCalendar/VCalendarMonthly.mjs +0 -25
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +0 -193
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarWeekly.sass +0 -118
- package/lib/components/VCalendar/index.mjs +0 -16
- package/lib/components/VCalendar/index.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs +0 -89
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +0 -416
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.sass +0 -67
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +0 -135
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +0 -85
- package/lib/components/VCalendar/mixins/mouse.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/times.mjs +0 -65
- package/lib/components/VCalendar/mixins/times.mjs.map +0 -1
- package/lib/components/VCalendar/modes/column.mjs +0 -18
- package/lib/components/VCalendar/modes/column.mjs.map +0 -1
- package/lib/components/VCalendar/modes/common.mjs +0 -112
- package/lib/components/VCalendar/modes/common.mjs.map +0 -1
- package/lib/components/VCalendar/modes/index.mjs +0 -9
- package/lib/components/VCalendar/modes/index.mjs.map +0 -1
- package/lib/components/VCalendar/modes/stack.mjs +0 -204
- package/lib/components/VCalendar/modes/stack.mjs.map +0 -1
- package/lib/components/VCalendar/util/events.mjs +0 -44
- package/lib/components/VCalendar/util/events.mjs.map +0 -1
- package/lib/components/VCalendar/util/parser.mjs +0 -21
- package/lib/components/VCalendar/util/parser.mjs.map +0 -1
- package/lib/components/VCalendar/util/props.mjs +0 -248
- package/lib/components/VCalendar/util/props.mjs.map +0 -1
- package/lib/components/VCalendar/util/timestamp.mjs +0 -407
- package/lib/components/VCalendar/util/timestamp.mjs.map +0 -1
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
"v-app-bar-nav-icon/slim": {
|
|
239
239
|
"type": "boolean\n",
|
|
240
|
-
"description": "
|
|
240
|
+
"description": "Reduces padding to 0 8px."
|
|
241
241
|
},
|
|
242
242
|
"v-app-bar-nav-icon/stacked": {
|
|
243
243
|
"type": "boolean\n",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
},
|
|
1254
1254
|
"v-btn/slim": {
|
|
1255
1255
|
"type": "boolean\n",
|
|
1256
|
-
"description": "
|
|
1256
|
+
"description": "Reduces padding to 0 8px."
|
|
1257
1257
|
},
|
|
1258
1258
|
"v-btn/stacked": {
|
|
1259
1259
|
"type": "boolean\n",
|
|
@@ -1467,6 +1467,258 @@
|
|
|
1467
1467
|
"type": "boolean | 'force'\n",
|
|
1468
1468
|
"description": "Forces at least one item to always be selected (if available)."
|
|
1469
1469
|
},
|
|
1470
|
+
"v-calendar/hide-header": {
|
|
1471
|
+
"type": "boolean\n",
|
|
1472
|
+
"description": "Determines whether the header is hidden in the calendar view."
|
|
1473
|
+
},
|
|
1474
|
+
"v-calendar/hide-week-number": {
|
|
1475
|
+
"type": "boolean\n",
|
|
1476
|
+
"description": "Toggles the display of week numbers in a calendar view."
|
|
1477
|
+
},
|
|
1478
|
+
"v-calendar/weekdays": {
|
|
1479
|
+
"type": "number[]\n",
|
|
1480
|
+
"description": "Specifies which days of the week to display."
|
|
1481
|
+
},
|
|
1482
|
+
"v-calendar/allowed-dates": {
|
|
1483
|
+
"type": "Function | unknown[]\n",
|
|
1484
|
+
"description": "Determines which dates are selectable."
|
|
1485
|
+
},
|
|
1486
|
+
"v-calendar/disabled": {
|
|
1487
|
+
"type": "boolean\n",
|
|
1488
|
+
"description": "Removes the ability to click or target the component."
|
|
1489
|
+
},
|
|
1490
|
+
"v-calendar/month": {
|
|
1491
|
+
"type": "string | number\n",
|
|
1492
|
+
"description": "Specifies the month for the calendar view."
|
|
1493
|
+
},
|
|
1494
|
+
"v-calendar/show-adjacent-months": {
|
|
1495
|
+
"type": "boolean\n",
|
|
1496
|
+
"description": "Shows or hides days from adjacent months."
|
|
1497
|
+
},
|
|
1498
|
+
"v-calendar/year": {
|
|
1499
|
+
"type": "string | number\n",
|
|
1500
|
+
"description": "Specifies the year for the calendar view."
|
|
1501
|
+
},
|
|
1502
|
+
"v-calendar/display-value": {
|
|
1503
|
+
"type": "unknown\n",
|
|
1504
|
+
"description": "Value to display for the component, possibly a formatted date."
|
|
1505
|
+
},
|
|
1506
|
+
"v-calendar/model-value": {
|
|
1507
|
+
"type": "unknown[]\n",
|
|
1508
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
1509
|
+
},
|
|
1510
|
+
"v-calendar/max": {
|
|
1511
|
+
"type": "unknown\n",
|
|
1512
|
+
"description": "Maximum date or value that can be selected."
|
|
1513
|
+
},
|
|
1514
|
+
"v-calendar/min": {
|
|
1515
|
+
"type": "unknown\n",
|
|
1516
|
+
"description": "Minimum date or value that can be selected."
|
|
1517
|
+
},
|
|
1518
|
+
"v-calendar/hide-day-header": {
|
|
1519
|
+
"type": "boolean\n",
|
|
1520
|
+
"description": "Determines whether the day header is visible in the calendar day view."
|
|
1521
|
+
},
|
|
1522
|
+
"v-calendar/intervals": {
|
|
1523
|
+
"type": "number\n",
|
|
1524
|
+
"description": "Total number of intervals in a day view."
|
|
1525
|
+
},
|
|
1526
|
+
"v-calendar/day": {
|
|
1527
|
+
"type": "unknown\n",
|
|
1528
|
+
"description": "Represents the specific day associated with the interval."
|
|
1529
|
+
},
|
|
1530
|
+
"v-calendar/day-index": {
|
|
1531
|
+
"type": "number\n",
|
|
1532
|
+
"description": "Index of the day this interval is a part of, in a week or month view."
|
|
1533
|
+
},
|
|
1534
|
+
"v-calendar/events": {
|
|
1535
|
+
"type": "any[]\n",
|
|
1536
|
+
"description": "Array of events specific to this interval."
|
|
1537
|
+
},
|
|
1538
|
+
"v-calendar/interval-divisions": {
|
|
1539
|
+
"type": "number\n",
|
|
1540
|
+
"description": "Number of subdivisions within this interval."
|
|
1541
|
+
},
|
|
1542
|
+
"v-calendar/interval-duration": {
|
|
1543
|
+
"type": "number\n",
|
|
1544
|
+
"description": "Duration of this specific interval in minutes."
|
|
1545
|
+
},
|
|
1546
|
+
"v-calendar/interval-height": {
|
|
1547
|
+
"type": "number\n",
|
|
1548
|
+
"description": "Height of the interval in pixels in the calendar view."
|
|
1549
|
+
},
|
|
1550
|
+
"v-calendar/interval-format": {
|
|
1551
|
+
"type": "string | Function\n",
|
|
1552
|
+
"description": "Formatting rule for displaying the interval, as a string or function."
|
|
1553
|
+
},
|
|
1554
|
+
"v-calendar/interval-start": {
|
|
1555
|
+
"type": "number\n",
|
|
1556
|
+
"description": "Starting time for this specific interval."
|
|
1557
|
+
},
|
|
1558
|
+
"v-calendar/next-icon": {
|
|
1559
|
+
"type": "string\n",
|
|
1560
|
+
"description": "The icon to use for the next button."
|
|
1561
|
+
},
|
|
1562
|
+
"v-calendar/prev-icon": {
|
|
1563
|
+
"type": "string\n",
|
|
1564
|
+
"description": "The icon to use for the prev button."
|
|
1565
|
+
},
|
|
1566
|
+
"v-calendar/title": {
|
|
1567
|
+
"type": "string\n",
|
|
1568
|
+
"description": "Specify a title text for the component."
|
|
1569
|
+
},
|
|
1570
|
+
"v-calendar/text": {
|
|
1571
|
+
"type": "string\n",
|
|
1572
|
+
"description": "Specify content text for the component."
|
|
1573
|
+
},
|
|
1574
|
+
"v-calendar/view-mode": {
|
|
1575
|
+
"type": "'month' | 'day' | 'week'\n",
|
|
1576
|
+
"description": "The current view mode of the calendar."
|
|
1577
|
+
},
|
|
1578
|
+
"v-calendar-day/hide-day-header": {
|
|
1579
|
+
"type": "boolean\n",
|
|
1580
|
+
"description": "Determines whether the day header is visible in the calendar day view."
|
|
1581
|
+
},
|
|
1582
|
+
"v-calendar-day/intervals": {
|
|
1583
|
+
"type": "number\n",
|
|
1584
|
+
"description": "Specifies the total number of time intervals for the day in the calendar view."
|
|
1585
|
+
},
|
|
1586
|
+
"v-calendar-day/day": {
|
|
1587
|
+
"type": "unknown\n",
|
|
1588
|
+
"description": "Represents the specific day associated with the interval."
|
|
1589
|
+
},
|
|
1590
|
+
"v-calendar-day/day-index": {
|
|
1591
|
+
"type": "number\n",
|
|
1592
|
+
"description": "Index of the day this interval is a part of, in a week or month view."
|
|
1593
|
+
},
|
|
1594
|
+
"v-calendar-day/events": {
|
|
1595
|
+
"type": "any[]\n",
|
|
1596
|
+
"description": "Array of events specific to this interval."
|
|
1597
|
+
},
|
|
1598
|
+
"v-calendar-day/interval-divisions": {
|
|
1599
|
+
"type": "number\n",
|
|
1600
|
+
"description": "Number of subdivisions within this interval."
|
|
1601
|
+
},
|
|
1602
|
+
"v-calendar-day/interval-duration": {
|
|
1603
|
+
"type": "number\n",
|
|
1604
|
+
"description": "Duration of this specific interval in minutes."
|
|
1605
|
+
},
|
|
1606
|
+
"v-calendar-day/interval-height": {
|
|
1607
|
+
"type": "number\n",
|
|
1608
|
+
"description": "Height of the interval in pixels in the calendar view."
|
|
1609
|
+
},
|
|
1610
|
+
"v-calendar-day/interval-format": {
|
|
1611
|
+
"type": "string | Function\n",
|
|
1612
|
+
"description": "Formatting rule for displaying the interval, as a string or function."
|
|
1613
|
+
},
|
|
1614
|
+
"v-calendar-day/interval-start": {
|
|
1615
|
+
"type": "number\n",
|
|
1616
|
+
"description": "Starting time for this specific interval."
|
|
1617
|
+
},
|
|
1618
|
+
"v-calendar-header/next-icon": {
|
|
1619
|
+
"type": "string\n",
|
|
1620
|
+
"description": "The icon to use for the next button."
|
|
1621
|
+
},
|
|
1622
|
+
"v-calendar-header/prev-icon": {
|
|
1623
|
+
"type": "string\n",
|
|
1624
|
+
"description": "The icon to use for the prev button."
|
|
1625
|
+
},
|
|
1626
|
+
"v-calendar-header/title": {
|
|
1627
|
+
"type": "string\n",
|
|
1628
|
+
"description": "Specify a title text for the component."
|
|
1629
|
+
},
|
|
1630
|
+
"v-calendar-header/text": {
|
|
1631
|
+
"type": "string\n",
|
|
1632
|
+
"description": "Specify content text for the component."
|
|
1633
|
+
},
|
|
1634
|
+
"v-calendar-header/view-mode": {
|
|
1635
|
+
"type": "'month' | 'week' | 'day'\n",
|
|
1636
|
+
"description": "The current view mode of the calendar."
|
|
1637
|
+
},
|
|
1638
|
+
"v-calendar-interval/index": {
|
|
1639
|
+
"type": "number\n",
|
|
1640
|
+
"description": "Index or position of the interval in the day view."
|
|
1641
|
+
},
|
|
1642
|
+
"v-calendar-interval/day": {
|
|
1643
|
+
"type": "unknown\n",
|
|
1644
|
+
"description": "Represents the specific day associated with the interval."
|
|
1645
|
+
},
|
|
1646
|
+
"v-calendar-interval/day-index": {
|
|
1647
|
+
"type": "number\n",
|
|
1648
|
+
"description": "Index of the day this interval is a part of, in a week or month view."
|
|
1649
|
+
},
|
|
1650
|
+
"v-calendar-interval/events": {
|
|
1651
|
+
"type": "any[]\n",
|
|
1652
|
+
"description": "Array of events specific to this interval."
|
|
1653
|
+
},
|
|
1654
|
+
"v-calendar-interval/interval-divisions": {
|
|
1655
|
+
"type": "number\n",
|
|
1656
|
+
"description": "Number of subdivisions within this interval."
|
|
1657
|
+
},
|
|
1658
|
+
"v-calendar-interval/interval-duration": {
|
|
1659
|
+
"type": "number\n",
|
|
1660
|
+
"description": "Duration of this specific interval in minutes."
|
|
1661
|
+
},
|
|
1662
|
+
"v-calendar-interval/interval-height": {
|
|
1663
|
+
"type": "number\n",
|
|
1664
|
+
"description": "Height of the interval in pixels in the calendar view."
|
|
1665
|
+
},
|
|
1666
|
+
"v-calendar-interval/interval-format": {
|
|
1667
|
+
"type": "string | Function\n",
|
|
1668
|
+
"description": "Formatting rule for displaying the interval, as a string or function."
|
|
1669
|
+
},
|
|
1670
|
+
"v-calendar-interval/interval-start": {
|
|
1671
|
+
"type": "number\n",
|
|
1672
|
+
"description": "Starting time for this specific interval."
|
|
1673
|
+
},
|
|
1674
|
+
"v-calendar-interval-event/all-day": {
|
|
1675
|
+
"type": "boolean\n",
|
|
1676
|
+
"description": "Indicates whether the event spans the entire day."
|
|
1677
|
+
},
|
|
1678
|
+
"v-calendar-interval-event/interval": {
|
|
1679
|
+
"type": "unknown\n",
|
|
1680
|
+
"description": "The specific time interval this event is associated with."
|
|
1681
|
+
},
|
|
1682
|
+
"v-calendar-interval-event/interval-divisions": {
|
|
1683
|
+
"type": "number\n",
|
|
1684
|
+
"description": "Number of subdivisions within the interval for this event."
|
|
1685
|
+
},
|
|
1686
|
+
"v-calendar-interval-event/interval-duration": {
|
|
1687
|
+
"type": "number\n",
|
|
1688
|
+
"description": "Duration of the interval in which this event occurs, in minutes."
|
|
1689
|
+
},
|
|
1690
|
+
"v-calendar-interval-event/interval-height": {
|
|
1691
|
+
"type": "number\n",
|
|
1692
|
+
"description": "Height of the interval in the calendar view, in pixels."
|
|
1693
|
+
},
|
|
1694
|
+
"v-calendar-interval-event/event": {
|
|
1695
|
+
"type": "unknown\n",
|
|
1696
|
+
"description": "The event object associated with this calendar interval."
|
|
1697
|
+
},
|
|
1698
|
+
"v-calendar-month-day/title": {
|
|
1699
|
+
"type": "string | number\n",
|
|
1700
|
+
"description": "Specify a title text for the component."
|
|
1701
|
+
},
|
|
1702
|
+
"v-calendar-month-day/active": {
|
|
1703
|
+
"type": "boolean\n",
|
|
1704
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
1705
|
+
},
|
|
1706
|
+
"v-calendar-month-day/color": {
|
|
1707
|
+
"type": "string\n",
|
|
1708
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1709
|
+
},
|
|
1710
|
+
"v-calendar-month-day/day": {
|
|
1711
|
+
"type": "unknown\n",
|
|
1712
|
+
"description": "Represents the specific day in the month view of the calendar."
|
|
1713
|
+
},
|
|
1714
|
+
"v-calendar-month-day/disabled": {
|
|
1715
|
+
"type": "boolean\n",
|
|
1716
|
+
"description": "Removes the ability to click or target the component."
|
|
1717
|
+
},
|
|
1718
|
+
"v-calendar-month-day/events": {
|
|
1719
|
+
"type": "any[]\n",
|
|
1720
|
+
"description": "Array of events associated with this specific day."
|
|
1721
|
+
},
|
|
1470
1722
|
"v-card/title": {
|
|
1471
1723
|
"type": "string | number\n",
|
|
1472
1724
|
"description": "Specify a title text for the component."
|
|
@@ -3573,15 +3825,11 @@
|
|
|
3573
3825
|
},
|
|
3574
3826
|
"v-date-picker/month": {
|
|
3575
3827
|
"type": "string | number\n",
|
|
3576
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
3828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3577
3829
|
},
|
|
3578
3830
|
"v-date-picker/year": {
|
|
3579
3831
|
"type": "string | number\n",
|
|
3580
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
3581
|
-
},
|
|
3582
|
-
"v-date-picker/allowed-dates": {
|
|
3583
|
-
"type": "Function | unknown[]\n",
|
|
3584
|
-
"description": "Restricts which dates can be selected."
|
|
3832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3585
3833
|
},
|
|
3586
3834
|
"v-date-picker/color": {
|
|
3587
3835
|
"type": "string\n",
|
|
@@ -3595,13 +3843,25 @@
|
|
|
3595
3843
|
"type": "boolean\n",
|
|
3596
3844
|
"description": "Allow the selection of multiple dates."
|
|
3597
3845
|
},
|
|
3846
|
+
"v-date-picker/show-week": {
|
|
3847
|
+
"type": "boolean\n",
|
|
3848
|
+
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
3849
|
+
},
|
|
3850
|
+
"v-date-picker/allowed-dates": {
|
|
3851
|
+
"type": "Function | unknown[]\n",
|
|
3852
|
+
"description": "Restricts which dates can be selected."
|
|
3853
|
+
},
|
|
3598
3854
|
"v-date-picker/show-adjacent-months": {
|
|
3599
3855
|
"type": "boolean\n",
|
|
3600
3856
|
"description": "Toggles visibility of days from previous and next months."
|
|
3601
3857
|
},
|
|
3602
|
-
"v-date-picker/
|
|
3603
|
-
"type": "
|
|
3604
|
-
"description": "
|
|
3858
|
+
"v-date-picker/display-value": {
|
|
3859
|
+
"type": "unknown\n",
|
|
3860
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3861
|
+
},
|
|
3862
|
+
"v-date-picker/model-value": {
|
|
3863
|
+
"type": "unknown\n",
|
|
3864
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3605
3865
|
},
|
|
3606
3866
|
"v-date-picker/max": {
|
|
3607
3867
|
"type": "unknown\n",
|
|
@@ -3611,10 +3871,6 @@
|
|
|
3611
3871
|
"type": "unknown\n",
|
|
3612
3872
|
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
3613
3873
|
},
|
|
3614
|
-
"v-date-picker/model-value": {
|
|
3615
|
-
"type": "unknown\n",
|
|
3616
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3617
|
-
},
|
|
3618
3874
|
"v-date-picker/height": {
|
|
3619
3875
|
"type": "string | number\n",
|
|
3620
3876
|
"description": "Sets the height for the component."
|
|
@@ -3723,22 +3979,10 @@
|
|
|
3723
3979
|
"type": "string\n",
|
|
3724
3980
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
|
3725
3981
|
},
|
|
3726
|
-
"v-date-picker-month/allowed-dates": {
|
|
3727
|
-
"type": "Function | unknown[]\n",
|
|
3728
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3729
|
-
},
|
|
3730
|
-
"v-date-picker-month/disabled": {
|
|
3731
|
-
"type": "boolean\n",
|
|
3732
|
-
"description": "Removes the ability to click or target the component."
|
|
3733
|
-
},
|
|
3734
3982
|
"v-date-picker-month/color": {
|
|
3735
3983
|
"type": "string\n",
|
|
3736
3984
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3737
3985
|
},
|
|
3738
|
-
"v-date-picker-month/month": {
|
|
3739
|
-
"type": "string | number\n",
|
|
3740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3741
|
-
},
|
|
3742
3986
|
"v-date-picker-month/hide-weekdays": {
|
|
3743
3987
|
"type": "boolean\n",
|
|
3744
3988
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
@@ -3747,30 +3991,46 @@
|
|
|
3747
3991
|
"type": "boolean\n",
|
|
3748
3992
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3749
3993
|
},
|
|
3750
|
-
"v-date-picker-month/show-
|
|
3994
|
+
"v-date-picker-month/show-week": {
|
|
3751
3995
|
"type": "boolean\n",
|
|
3752
3996
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3753
3997
|
},
|
|
3754
|
-
"v-date-picker-month/
|
|
3998
|
+
"v-date-picker-month/allowed-dates": {
|
|
3999
|
+
"type": "Function | unknown[]\n",
|
|
4000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4001
|
+
},
|
|
4002
|
+
"v-date-picker-month/disabled": {
|
|
3755
4003
|
"type": "boolean\n",
|
|
3756
|
-
"description": "
|
|
4004
|
+
"description": "Removes the ability to click or target the component."
|
|
3757
4005
|
},
|
|
3758
|
-
"v-date-picker-month/
|
|
4006
|
+
"v-date-picker-month/month": {
|
|
3759
4007
|
"type": "string | number\n",
|
|
3760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
4008
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3761
4009
|
},
|
|
3762
|
-
"v-date-picker-month/
|
|
3763
|
-
"type": "
|
|
3764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
4010
|
+
"v-date-picker-month/show-adjacent-months": {
|
|
4011
|
+
"type": "boolean\n",
|
|
4012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3765
4013
|
},
|
|
3766
|
-
"v-date-picker-month/
|
|
4014
|
+
"v-date-picker-month/year": {
|
|
4015
|
+
"type": "string | number\n",
|
|
4016
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4017
|
+
},
|
|
4018
|
+
"v-date-picker-month/display-value": {
|
|
3767
4019
|
"type": "unknown\n",
|
|
3768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
4020
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3769
4021
|
},
|
|
3770
4022
|
"v-date-picker-month/model-value": {
|
|
3771
4023
|
"type": "unknown[]\n",
|
|
3772
4024
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3773
4025
|
},
|
|
4026
|
+
"v-date-picker-month/max": {
|
|
4027
|
+
"type": "unknown\n",
|
|
4028
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4029
|
+
},
|
|
4030
|
+
"v-date-picker-month/min": {
|
|
4031
|
+
"type": "unknown\n",
|
|
4032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4033
|
+
},
|
|
3774
4034
|
"v-date-picker-months/color": {
|
|
3775
4035
|
"type": "string\n",
|
|
3776
4036
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
@@ -5061,7 +5321,7 @@
|
|
|
5061
5321
|
},
|
|
5062
5322
|
"v-list/slim": {
|
|
5063
5323
|
"type": "boolean\n",
|
|
5064
|
-
"description": "
|
|
5324
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
5065
5325
|
},
|
|
5066
5326
|
"v-list/nav": {
|
|
5067
5327
|
"type": "boolean\n",
|
|
@@ -8473,7 +8733,7 @@
|
|
|
8473
8733
|
},
|
|
8474
8734
|
"v-tab/slim": {
|
|
8475
8735
|
"type": "boolean\n",
|
|
8476
|
-
"description": "
|
|
8736
|
+
"description": "Reduces padding to 0 8px."
|
|
8477
8737
|
},
|
|
8478
8738
|
"v-tab/stacked": {
|
|
8479
8739
|
"type": "boolean\n",
|
|
@@ -8961,7 +9221,7 @@
|
|
|
8961
9221
|
},
|
|
8962
9222
|
"v-textarea/max-rows": {
|
|
8963
9223
|
"type": "string | number\n",
|
|
8964
|
-
"description": "
|
|
9224
|
+
"description": "Specifies the maximum number of row count"
|
|
8965
9225
|
},
|
|
8966
9226
|
"v-textarea/suffix": {
|
|
8967
9227
|
"type": "string\n",
|
|
@@ -8,6 +8,30 @@
|
|
|
8
8
|
"from": "labs/VPicker/index.mjs",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
+
"VCalendar": {
|
|
12
|
+
"from": "labs/VCalendar/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VCalendarDay": {
|
|
16
|
+
"from": "labs/VCalendar/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VCalendarHeader": {
|
|
20
|
+
"from": "labs/VCalendar/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VCalendarInterval": {
|
|
24
|
+
"from": "labs/VCalendar/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VCalendarIntervalEvent": {
|
|
28
|
+
"from": "labs/VCalendar/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VCalendarMonthDay": {
|
|
32
|
+
"from": "labs/VCalendar/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
11
35
|
"VConfirmEdit": {
|
|
12
36
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
13
37
|
"styles": []
|