vueless 0.0.683 → 0.0.684
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/package.json
CHANGED
|
@@ -261,7 +261,10 @@ function getDatePeriodState(date: DatePeriodRange) {
|
|
|
261
261
|
</div>
|
|
262
262
|
|
|
263
263
|
<div v-if="isDatePeriodOutOfRange" v-bind="attrs.periodDateListAttrs.value">
|
|
264
|
-
<template
|
|
264
|
+
<template
|
|
265
|
+
v-for="date in periodDateList"
|
|
266
|
+
:key="date.title + date.startRange.toISOString() + date.endRange.toISOString()"
|
|
267
|
+
>
|
|
265
268
|
<UButton
|
|
266
269
|
v-if="getDatePeriodState(date).isSelected && getDatePeriodState(date).isCurrentDate"
|
|
267
270
|
filled
|