vuetify 3.4.8 → 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 +252 -0
- package/dist/json/importMap-labs.json +24 -0
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +93 -0
- package/dist/json/web-types.json +834 -1
- package/dist/vuetify-labs.css +2242 -1895
- package/dist/vuetify-labs.d.ts +1618 -1
- package/dist/vuetify-labs.esm.js +608 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +608 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +781 -781
- package/dist/vuetify.d.ts +73 -40
- package/dist/vuetify.esm.js +117 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +117 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +132 -114
- 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/VDatePicker/VDatePicker.mjs +4 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/composables/calendar.mjs +18 -3
- package/lib/composables/calendar.mjs.map +1 -1
- 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 +73 -40
- 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 +2 -1
- 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
|
@@ -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."
|
|
@@ -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": []
|