mario-education 2.4.49-admin → 2.4.52-admin
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/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -27621,6 +27621,14 @@ var useChartDatas = function useChartDatas() {
|
|
|
27621
27621
|
name: FILTER_NAME.EndDate,
|
|
27622
27622
|
icon: "/images/calendar.svg",
|
|
27623
27623
|
handleChangeFilters: handleChangeFilters
|
|
27624
|
+
}, {
|
|
27625
|
+
name: FILTER_NAME.StartDate,
|
|
27626
|
+
icon: "/images/calendar.svg",
|
|
27627
|
+
handleChangeFilters: handleChangeFilters
|
|
27628
|
+
}, {
|
|
27629
|
+
name: FILTER_NAME.EndDate,
|
|
27630
|
+
icon: "/images/calendar.svg",
|
|
27631
|
+
handleChangeFilters: handleChangeFilters
|
|
27624
27632
|
}, {
|
|
27625
27633
|
name: FILTER_NAME.Gender,
|
|
27626
27634
|
icon: "/images/gender-icon.svg",
|