@northlight/ui 2.14.1 → 2.14.2
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/es/northlight.js
CHANGED
|
@@ -4433,7 +4433,7 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
|
|
|
4433
4433
|
),
|
|
4434
4434
|
end: endOfMonthWithDays(
|
|
4435
4435
|
startOfYear(thisDay),
|
|
4436
|
-
{ months: fiscalStartMonth +
|
|
4436
|
+
{ months: fiscalStartMonth + 3, days: fiscalStartDay }
|
|
4437
4437
|
)
|
|
4438
4438
|
},
|
|
4439
4439
|
label: fiscalStartMonth === 0 ? "Q1" : "FQ1"
|
|
@@ -4446,7 +4446,7 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
|
|
|
4446
4446
|
),
|
|
4447
4447
|
end: endOfMonthWithDays(
|
|
4448
4448
|
startOfYear(thisDay),
|
|
4449
|
-
{ months: fiscalStartMonth +
|
|
4449
|
+
{ months: fiscalStartMonth + 6, days: fiscalStartDay }
|
|
4450
4450
|
)
|
|
4451
4451
|
},
|
|
4452
4452
|
label: fiscalStartMonth === 0 ? "Q2" : "FQ2"
|
|
@@ -4459,7 +4459,7 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
|
|
|
4459
4459
|
),
|
|
4460
4460
|
end: endOfMonthWithDays(
|
|
4461
4461
|
startOfYear(thisDay),
|
|
4462
|
-
{ months: fiscalStartMonth +
|
|
4462
|
+
{ months: fiscalStartMonth + 9, days: fiscalStartDay }
|
|
4463
4463
|
)
|
|
4464
4464
|
},
|
|
4465
4465
|
label: fiscalStartMonth === 0 ? "Q3" : "FQ3"
|
|
@@ -4472,7 +4472,7 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
|
|
|
4472
4472
|
),
|
|
4473
4473
|
end: endOfMonthWithDays(
|
|
4474
4474
|
startOfYear(thisDay),
|
|
4475
|
-
{ months: fiscalStartMonth +
|
|
4475
|
+
{ months: fiscalStartMonth + 12, days: fiscalStartDay }
|
|
4476
4476
|
)
|
|
4477
4477
|
},
|
|
4478
4478
|
label: fiscalStartMonth === 0 ? "Q4" : "FQ4"
|