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.modern.js
CHANGED
|
@@ -27618,6 +27618,14 @@ var useChartDatas = function useChartDatas() {
|
|
|
27618
27618
|
name: FILTER_NAME.EndDate,
|
|
27619
27619
|
icon: "/images/calendar.svg",
|
|
27620
27620
|
handleChangeFilters: handleChangeFilters
|
|
27621
|
+
}, {
|
|
27622
|
+
name: FILTER_NAME.StartDate,
|
|
27623
|
+
icon: "/images/calendar.svg",
|
|
27624
|
+
handleChangeFilters: handleChangeFilters
|
|
27625
|
+
}, {
|
|
27626
|
+
name: FILTER_NAME.EndDate,
|
|
27627
|
+
icon: "/images/calendar.svg",
|
|
27628
|
+
handleChangeFilters: handleChangeFilters
|
|
27621
27629
|
}, {
|
|
27622
27630
|
name: FILTER_NAME.Gender,
|
|
27623
27631
|
icon: "/images/gender-icon.svg",
|