mario-education 3.0.6-counselor → 4.0.0

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.
Files changed (21) hide show
  1. package/dist/index.js +4 -1
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.modern.js +4 -1
  4. package/dist/index.modern.js.map +1 -1
  5. package/package.json +2 -2
  6. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -7
  7. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -3
  8. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SubjectDetailModal.d.ts +0 -3
  9. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
  10. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
  11. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useSubjectDetail.d.ts +0 -19
  12. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useSubjectList.d.ts +0 -9
  13. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -9
  14. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
  15. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
  16. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -9
  17. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
  18. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -3
  19. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
  20. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
  21. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
package/dist/index.js CHANGED
@@ -8203,6 +8203,9 @@ var UserDeletedModal = function UserDeletedModal(props, ref) {
8203
8203
 
8204
8204
  var getFile = function getFile() {
8205
8205
  var url = window.location.origin + "/api/ExportDataUser/" + userChoiced.id;
8206
+ console.log({
8207
+ url: url
8208
+ });
8206
8209
  window.open(url);
8207
8210
  };
8208
8211
 
@@ -28368,7 +28371,7 @@ var getLearningStrategiesTableApi = function getLearningStrategiesTableApi(filte
28368
28371
  };
28369
28372
 
28370
28373
  var TITLE$u = "Dashboard";
28371
- var DEFAULT_START_DATE = moment().subtract(3, 'months').startOf("day").valueOf();
28374
+ var DEFAULT_START_DATE = moment().subtract(2, 'months').startOf("day").valueOf();
28372
28375
  var DEFAULT_END_DATE = moment().endOf("day").valueOf();
28373
28376
 
28374
28377
  var useDashboard = function useDashboard() {