mario-core 3.0.8-admin → 3.0.8-es

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 (291) hide show
  1. package/dist/Dashboard-DiUm-pc-.js +186 -0
  2. package/dist/Dashboard-HV1eiElu.cjs +1 -0
  3. package/dist/EmailTemplateDetail-D0D3bpWO.cjs +1 -0
  4. package/dist/EmailTemplateDetail-KvZuTCLF.js +411 -0
  5. package/dist/EmailTemplateList-B3YqSFaY.js +172 -0
  6. package/dist/EmailTemplateList-BAejgUUG.cjs +1 -0
  7. package/dist/FaqList-D5XugT5h.js +320 -0
  8. package/dist/FaqList-DpUzQ2vq.cjs +1 -0
  9. package/dist/GalleryList-B5QA3Rol.cjs +1 -0
  10. package/dist/GalleryList-CTo33BcT.js +53 -0
  11. package/dist/Login-CHAmP5ek.js +897 -0
  12. package/dist/Login-Cxbto5eM.cjs +1 -0
  13. package/dist/NotificationList-2Mf_NsOP.js +3631 -0
  14. package/dist/NotificationList-D1jMOBwH.cjs +8 -0
  15. package/dist/SchoolList-CClJ_UPT.cjs +1 -0
  16. package/dist/SchoolList-JmrmL2zE.js +5 -0
  17. package/dist/SkillList-BMyhRY78.js +406 -0
  18. package/dist/SkillList-DlMx_Evw.cjs +1 -0
  19. package/dist/TeacherSelector-B4zvSVhk.js +71 -0
  20. package/dist/TeacherSelector-DORi8RIb.cjs +1 -0
  21. package/dist/TheContent-BHmlooLu.cjs +1 -0
  22. package/dist/TheContent-V2T-Pqz8.js +38 -0
  23. package/dist/UserContainer-B-4oVOEp.cjs +1 -0
  24. package/dist/UserContainer-BaHMryYI.js +2337 -0
  25. package/dist/UserDetail-B-Mq_itT.cjs +1 -0
  26. package/dist/UserDetail-BBRiU97G.js +665 -0
  27. package/dist/assets/Images.d.ts +14 -14
  28. package/dist/components/Alerts/CommonAlert.d.ts +3 -3
  29. package/dist/components/Alerts/EmptyDataAlert.d.ts +8 -8
  30. package/dist/components/Alerts/ErrorHandler.d.ts +6 -6
  31. package/dist/components/Buttons/AddButton.d.ts +8 -7
  32. package/dist/components/Buttons/AddButtonIcon.d.ts +6 -6
  33. package/dist/components/Buttons/CloseButton.d.ts +8 -8
  34. package/dist/components/Buttons/DeleteButtonIcon.d.ts +6 -6
  35. package/dist/components/Buttons/DetailActionButtons.d.ts +9 -8
  36. package/dist/components/Buttons/EditButtonIcon.d.ts +6 -6
  37. package/dist/components/Buttons/LinkEditButton.d.ts +8 -7
  38. package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
  39. package/dist/components/Buttons/ToggleButton.d.ts +10 -10
  40. package/dist/components/Buttons/UploadFileButton.d.ts +13 -13
  41. package/dist/components/Headers/CommonHeader.d.ts +7 -7
  42. package/dist/components/Image/UploadImage.d.ts +2 -3
  43. package/dist/components/Inputs/FileInput.d.ts +8 -8
  44. package/dist/components/Inputs/PasswordInput.d.ts +8 -8
  45. package/dist/components/Inputs/SearchBox.d.ts +10 -10
  46. package/dist/components/Inputs/SearchBoxContainer.d.ts +9 -10
  47. package/dist/components/Labels/RequiredLabel.d.ts +6 -6
  48. package/dist/components/Loading/Loading.d.ts +3 -3
  49. package/dist/components/Modals/CommonModal.d.ts +2 -3
  50. package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -0
  51. package/dist/components/Modals/NotificationModal.d.ts +2 -3
  52. package/dist/components/Others/QuitPrompt.d.ts +5 -2
  53. package/dist/components/Pagination/CustomPagination.d.ts +2 -3
  54. package/dist/components/Scroll/ScrollToTop.d.ts +3 -3
  55. package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
  56. package/dist/components/Selectors/CreatableSelector.d.ts +2 -3
  57. package/dist/components/Selectors/CustomSelector.d.ts +2 -3
  58. package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -3
  59. package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -3
  60. package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -3
  61. package/dist/components/Selectors/StarRatingSelector.d.ts +2 -3
  62. package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -3
  63. package/dist/components/Tabs/CustomTab.d.ts +2 -3
  64. package/dist/components/Tabs/TabsWithComponent.d.ts +10 -0
  65. package/dist/configs/editorConfig.d.ts +7 -7
  66. package/dist/containers/Commons/NotFound.d.ts +3 -3
  67. package/dist/containers/DistrictSchools/views/SchoolList.d.ts +3 -3
  68. package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +8 -7
  69. package/dist/containers/EmailTemplate/components/MailParam.d.ts +8 -7
  70. package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
  71. package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +27 -28
  72. package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -11
  73. package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
  74. package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
  75. package/dist/containers/Faq/components/FaqDetailModal.d.ts +2 -3
  76. package/dist/containers/Faq/hooks/useFaqDetail.d.ts +17 -18
  77. package/dist/containers/Faq/hooks/useFaqList.d.ts +9 -9
  78. package/dist/containers/Faq/views/FaqList.d.ts +3 -3
  79. package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
  80. package/dist/containers/Gallery/components/Filter.d.ts +9 -8
  81. package/dist/containers/Gallery/components/Media.d.ts +9 -8
  82. package/dist/containers/Gallery/components/MediaDetail.d.ts +7 -7
  83. package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
  84. package/dist/containers/Gallery/components/MediaNav.d.ts +19 -18
  85. package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -21
  86. package/dist/containers/Gallery/extensions/helpers.d.ts +4 -4
  87. package/dist/containers/Gallery/hooks/useGalleryList.d.ts +30 -31
  88. package/dist/containers/Gallery/views/GalleryList.d.ts +6 -6
  89. package/dist/containers/Login/components/GoogleLoginButton.d.ts +10 -0
  90. package/dist/containers/Login/constant/authConfig.d.ts +38 -0
  91. package/dist/containers/Login/constant/types.d.ts +27 -0
  92. package/dist/containers/Login/hooks/useForgotPassword.d.ts +20 -21
  93. package/dist/containers/Login/hooks/useLogin.d.ts +26 -23
  94. package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -4
  95. package/dist/containers/Login/views/Dashboard.d.ts +3 -3
  96. package/dist/containers/Login/views/Login.d.ts +8 -9
  97. package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
  98. package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
  99. package/dist/containers/Login/views/block/BlockLogin.d.ts +9 -7
  100. package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
  101. package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +11 -12
  102. package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -3
  103. package/dist/containers/Login/views/block/CloseBlock.d.ts +6 -6
  104. package/dist/containers/Login/views/block/ContentHomePage.d.ts +5 -5
  105. package/dist/containers/Login/views/block/IconContent.d.ts +7 -7
  106. package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -3
  107. package/dist/containers/Notifications/components/NotificationButton.d.ts +5 -5
  108. package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +6 -7
  109. package/dist/containers/Notifications/hooks/useNotificationList.d.ts +17 -17
  110. package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +4 -4
  111. package/dist/containers/Notifications/views/NotificationList.d.ts +2 -3
  112. package/dist/containers/Skill/components/SkillDetailModal.d.ts +2 -3
  113. package/dist/containers/Skill/components/SkillSelector.d.ts +2 -3
  114. package/dist/containers/Skill/hooks/useSkillDetail.d.ts +19 -20
  115. package/dist/containers/Skill/hooks/useSkillList.d.ts +10 -9
  116. package/dist/containers/Skill/views/SkillList.d.ts +3 -3
  117. package/dist/containers/User/components/AssignStudentModal.d.ts +19 -0
  118. package/dist/containers/User/components/DeleteBulkModel.d.ts +3 -0
  119. package/dist/containers/User/components/FilterPopover.d.ts +21 -0
  120. package/dist/containers/User/components/HeaderCell.d.ts +19 -0
  121. package/dist/containers/User/components/RemoveAssistant.d.ts +3 -0
  122. package/dist/containers/User/components/RemoveCounselor.d.ts +3 -0
  123. package/dist/containers/User/components/RemoveTeacher.d.ts +3 -0
  124. package/dist/containers/User/components/TableHeader.d.ts +14 -0
  125. package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
  126. package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -10
  127. package/dist/containers/User/configs/constants.d.ts +62 -0
  128. package/dist/containers/User/configs/type.d.ts +210 -0
  129. package/dist/containers/User/configs/userSchema.d.ts +15 -15
  130. package/dist/containers/User/hooks/useAssignStudent.d.ts +33 -0
  131. package/dist/containers/User/hooks/useAssignStudentList.d.ts +33 -0
  132. package/dist/containers/User/hooks/useAssistantList.d.ts +9 -0
  133. package/dist/containers/User/hooks/useClickOutside.d.ts +2 -0
  134. package/dist/containers/User/hooks/useCounselorList.d.ts +9 -0
  135. package/dist/containers/User/hooks/useFilterPopover.d.ts +36 -0
  136. package/dist/containers/User/hooks/useTableHeader.d.ts +19 -0
  137. package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
  138. package/dist/containers/User/hooks/useUserDetail.d.ts +31 -24
  139. package/dist/containers/User/hooks/useUserList.d.ts +14 -11
  140. package/dist/containers/User/hooks/userFilters.d.ts +7 -0
  141. package/dist/containers/User/views/AssignStudentList.d.ts +2 -0
  142. package/dist/containers/User/views/UserContainer.d.ts +2 -0
  143. package/dist/containers/User/views/UserDetail.d.ts +2 -3
  144. package/dist/containers/User/views/UserList.d.ts +2 -3
  145. package/dist/hooks/useClassFontSize.d.ts +4 -0
  146. package/dist/hooks/useFilters.d.ts +7 -8
  147. package/dist/i18n.d.ts +2 -2
  148. package/dist/index-C95SWLrn.js +18163 -0
  149. package/dist/index-DixwqZ17.cjs +29 -0
  150. package/dist/index.d.ts +111 -110
  151. package/dist/index.esm-BckW25l9.cjs +1 -0
  152. package/dist/index.esm-hqKUWCW0.js +15 -0
  153. package/dist/index.js +1 -10373
  154. package/dist/index.modern.js +159 -10213
  155. package/dist/layouts/TheContent.d.ts +3 -3
  156. package/dist/mailCategoryService-BqDtPJRc.js +10 -0
  157. package/dist/mailCategoryService-DBMJOyls.cjs +1 -0
  158. package/dist/mario-core.css +5 -0
  159. package/dist/redux/assessments/action.d.ts +1 -1
  160. package/dist/redux/assessments/reducer.d.ts +10 -5
  161. package/dist/redux/assignment/action.d.ts +1 -1
  162. package/dist/redux/assignment/reducer.d.ts +4 -2
  163. package/dist/redux/assistants/action.d.ts +1 -1
  164. package/dist/redux/assistants/reducer.d.ts +4 -2
  165. package/dist/redux/badges/action.d.ts +1 -1
  166. package/dist/redux/badges/reducer.d.ts +4 -2
  167. package/dist/redux/bandScores/action.d.ts +1 -1
  168. package/dist/redux/bandScores/reducer.d.ts +4 -2
  169. package/dist/redux/certificate/action.d.ts +1 -1
  170. package/dist/redux/certificate/reducer.d.ts +4 -2
  171. package/dist/redux/classes/action.d.ts +1 -1
  172. package/dist/redux/classes/reducer.d.ts +4 -2
  173. package/dist/redux/commons/action.d.ts +18 -18
  174. package/dist/redux/commons/reducer.d.ts +4 -2
  175. package/dist/redux/conferenceRubrics/action.d.ts +1 -1
  176. package/dist/redux/conferenceRubrics/reducer.d.ts +4 -2
  177. package/dist/redux/customAlert/action.d.ts +1 -1
  178. package/dist/redux/customAlert/reducer.d.ts +4 -2
  179. package/dist/redux/dashboard/action.d.ts +5 -5
  180. package/dist/redux/dashboard/reducer.d.ts +4 -2
  181. package/dist/redux/dataPlayer/action.d.ts +2 -2
  182. package/dist/redux/dataPlayer/reducer.d.ts +4 -2
  183. package/dist/redux/emailTemplates/action.d.ts +1 -1
  184. package/dist/redux/emailTemplates/reducer.d.ts +4 -2
  185. package/dist/redux/faqs/action.d.ts +1 -1
  186. package/dist/redux/faqs/reducer.d.ts +4 -2
  187. package/dist/redux/feedback/action.d.ts +1 -1
  188. package/dist/redux/feedback/reducer.d.ts +4 -2
  189. package/dist/redux/gallery/action.d.ts +2 -2
  190. package/dist/redux/gallery/reducer.d.ts +4 -2
  191. package/dist/redux/goalExamples/action.d.ts +1 -1
  192. package/dist/redux/goalExamples/reducer.d.ts +4 -2
  193. package/dist/redux/improveMyClass/action.d.ts +1 -1
  194. package/dist/redux/improveMyClass/reducer.d.ts +4 -2
  195. package/dist/redux/learningStrategies/action.d.ts +1 -1
  196. package/dist/redux/learningStrategies/reducer.d.ts +4 -2
  197. package/dist/redux/learningSupportCategories/action.d.ts +1 -1
  198. package/dist/redux/learningSupportCategories/reducer.d.ts +4 -2
  199. package/dist/redux/mailCategories/action.d.ts +1 -1
  200. package/dist/redux/mailCategories/reducer.d.ts +4 -2
  201. package/dist/redux/navMobile/action.d.ts +1 -1
  202. package/dist/redux/navMobile/reducer.d.ts +4 -2
  203. package/dist/redux/notifications/action.d.ts +3 -3
  204. package/dist/redux/notifications/reducer.d.ts +4 -2
  205. package/dist/redux/questionBanks/action.d.ts +1 -1
  206. package/dist/redux/questionBanks/reducer.d.ts +4 -2
  207. package/dist/redux/questionByCategory/action.d.ts +8 -8
  208. package/dist/redux/questionByCategory/reducer.d.ts +4 -2
  209. package/dist/redux/questionCategory/action.d.ts +1 -1
  210. package/dist/redux/questionCategory/reducer.d.ts +4 -2
  211. package/dist/redux/reflectionForms/action.d.ts +1 -1
  212. package/dist/redux/reflectionForms/reducer.d.ts +4 -2
  213. package/dist/redux/reflectionResults/action.d.ts +1 -1
  214. package/dist/redux/reflectionResults/reducer.d.ts +4 -2
  215. package/dist/redux/schoolBlankDays/action.d.ts +1 -1
  216. package/dist/redux/schoolBlankDays/reducer.d.ts +4 -2
  217. package/dist/redux/semester/action.d.ts +1 -1
  218. package/dist/redux/semester/reducer.d.ts +4 -2
  219. package/dist/redux/sessionPlayers/action.d.ts +5 -5
  220. package/dist/redux/sessionPlayers/reducer.d.ts +4 -2
  221. package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -1
  222. package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +4 -2
  223. package/dist/redux/sessionTemplates/action.d.ts +1 -1
  224. package/dist/redux/sessionTemplates/reducer.d.ts +4 -2
  225. package/dist/redux/skills/action.d.ts +1 -1
  226. package/dist/redux/skills/reducer.d.ts +4 -2
  227. package/dist/redux/subjects/action.d.ts +1 -1
  228. package/dist/redux/subjects/reducer.d.ts +4 -2
  229. package/dist/redux/suggestionBanks/action.d.ts +1 -1
  230. package/dist/redux/suggestionBanks/reducer.d.ts +4 -2
  231. package/dist/redux/teacher/myStudent/action.d.ts +1 -1
  232. package/dist/redux/teacher/myStudent/reducer.d.ts +4 -2
  233. package/dist/redux/tutorialScreen/action.d.ts +1 -1
  234. package/dist/redux/tutorialScreen/reducer.d.ts +10 -5
  235. package/dist/redux/users/action.d.ts +2 -2
  236. package/dist/redux/users/reducer.d.ts +4 -2
  237. package/dist/redux/widget/action.d.ts +1 -1
  238. package/dist/redux/widget/reducer.d.ts +4 -2
  239. package/dist/rootReducer.d.ts +96 -49
  240. package/dist/services/accountService.d.ts +13 -12
  241. package/dist/services/api.d.ts +3 -3
  242. package/dist/services/classService.d.ts +1 -1
  243. package/dist/services/emailTemplateService.d.ts +6 -6
  244. package/dist/services/faqService.d.ts +6 -6
  245. package/dist/services/fileServices.d.ts +13 -13
  246. package/dist/services/galleryService.d.ts +2 -2
  247. package/dist/services/languageService.d.ts +1 -0
  248. package/dist/services/mailCategoryService.d.ts +1 -1
  249. package/dist/services/notificationService.d.ts +7 -7
  250. package/dist/services/questionCategoryService.d.ts +1 -1
  251. package/dist/services/schoolService.d.ts +1 -0
  252. package/dist/services/skillService.d.ts +6 -6
  253. package/dist/services/suggestionCategoryService.d.ts +1 -1
  254. package/dist/services/userService.d.ts +21 -9
  255. package/dist/store.d.ts +3 -3
  256. package/dist/types/Conversation.d.ts +8 -8
  257. package/dist/types/ConversationMember.d.ts +5 -5
  258. package/dist/types/Dashboard.d.ts +5 -5
  259. package/dist/types/Filter.d.ts +10 -10
  260. package/dist/types/Language.d.ts +8 -0
  261. package/dist/types/Message.d.ts +13 -13
  262. package/dist/types/Notification.d.ts +8 -8
  263. package/dist/utils/canAccessRoute.d.ts +2 -2
  264. package/dist/utils/constants.d.ts +77 -67
  265. package/dist/utils/debounce.d.ts +2 -2
  266. package/dist/utils/domHelpers.d.ts +2 -2
  267. package/dist/utils/encodeParams.d.ts +2 -2
  268. package/dist/utils/firstCheckToken.d.ts +2 -2
  269. package/dist/utils/generateRandomString.d.ts +2 -2
  270. package/dist/utils/getAccessToken.d.ts +2 -2
  271. package/dist/utils/getCookieValue.d.ts +2 -0
  272. package/dist/utils/getFileUrl.d.ts +2 -2
  273. package/dist/utils/getStaticFileUrl.d.ts +2 -0
  274. package/dist/utils/getTextFromHTML.d.ts +2 -2
  275. package/dist/utils/utcToLocalTime.d.ts +2 -2
  276. package/package.json +68 -77
  277. package/dist/components/Alerts/ReactNotification.d.ts +0 -4
  278. package/dist/containers/Login/constant/type.d.ts +0 -5
  279. package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
  280. package/dist/index.css +0 -658
  281. package/dist/index.js.map +0 -1
  282. package/dist/index.modern.js.map +0 -1
  283. package/dist/index.test.d.ts +0 -1
  284. package/dist/layouts/TheFooter.d.ts +0 -3
  285. package/dist/layouts/TheHeader.d.ts +0 -3
  286. package/dist/layouts/TheHeaderDropdown.d.ts +0 -3
  287. package/dist/layouts/TheLanguageDropdown.d.ts +0 -3
  288. package/dist/layouts/TheLayout.d.ts +0 -4
  289. package/dist/layouts/TheSidebar.d.ts +0 -3
  290. package/dist/types/Payload.d.ts +0 -15
  291. package/dist/utils/amplitude.d.ts +0 -1
@@ -1,5 +1,10 @@
1
- declare const commonReducer: import("redux").Reducer<{
2
- assessmentList: never[];
3
- totalItems: number;
4
- }, import("redux").AnyAction>;
5
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<{
2
+ assessmentList: never[];
3
+ totalItems: number;
4
+ }> & {
5
+ getInitialState: () => {
6
+ assessmentList: never[];
7
+ totalItems: number;
8
+ };
9
+ };
10
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setAssignmentList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setAssignmentList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setAssistantList: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
1
+ export declare const setAssistantList: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
@@ -1,2 +1,4 @@
1
- declare const assistantReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default assistantReducer;
1
+ declare const assistantReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default assistantReducer;
@@ -1 +1 @@
1
- export declare const setBadgeList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setBadgeList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setBandScoreList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setBandScoreList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setCertificateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setCertificateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setClassList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setClassList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const classReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default classReducer;
1
+ declare const classReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default classReducer;
@@ -1,18 +1,18 @@
1
- import { IinitAmplitude } from "../../types/Payload";
2
- export declare const setLoading: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, string>;
3
- export declare const setModal: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
4
- export declare const setUser: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
5
- export declare const setSidebar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
6
- export declare const setAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
7
- export declare const reset: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<undefined, string>;
8
- export declare const showMenuBar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
9
- export declare const showFontSize: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
10
- export declare const setEnableIEP: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
11
- export declare const setEnableSurvey: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
12
- export declare const setConversationOneToOne: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
13
- export declare const setLanguage: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
14
- export declare const setCurrentStudentId: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
15
- export declare const setCurrentStudentUserId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
16
- export declare const setCurrentStudentName: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
17
- export declare const setTurnOffPassWhenChangeMode: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
18
- export declare const initAmplitude: import("@reduxjs/toolkit").ActionCreatorWithPayload<IinitAmplitude, string>;
1
+ export declare const setLoading: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, string>;
2
+ export declare const setModal: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
3
+ export declare const setUser: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
4
+ export declare const setInforUserGoogle: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
5
+ export declare const setSidebar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
6
+ export declare const setAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
7
+ export declare const reset: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<undefined, string>;
8
+ export declare const showMenuBar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
9
+ export declare const showFontSize: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
10
+ export declare const setEnableIEP: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
11
+ export declare const setEnableSurvey: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
12
+ export declare const setConversationOneToOne: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
13
+ export declare const setLanguage: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
14
+ export declare const setCurrentStudentId: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
15
+ export declare const setCurrentStudentUserId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
16
+ export declare const setCurrentStudentName: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
17
+ export declare const setTurnOffPassWhenChangeMode: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
18
+ export declare const setUnreadNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setConferenceRubricList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setConferenceRubricList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const conferenceRubricReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default conferenceRubricReducer;
1
+ declare const conferenceRubricReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default conferenceRubricReducer;
@@ -1 +1 @@
1
- export declare const setCustomAlertList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setCustomAlertList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1,5 +1,5 @@
1
- import { NavbarTab } from "../../types/Dashboard";
2
- export declare const addTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<NavbarTab, string>;
3
- export declare const closeTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
4
- export declare const editTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<NavbarTab, string>;
5
- export declare const clearTab: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"dashboard/clearTab">;
1
+ import { NavbarTab } from "../../types/Dashboard";
2
+ export declare const addTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<NavbarTab, string>;
3
+ export declare const closeTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
4
+ export declare const editTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<NavbarTab, string>;
5
+ export declare const clearTab: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"dashboard/clearTab">;
@@ -1,2 +1,4 @@
1
- declare const dashboardReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default dashboardReducer;
1
+ declare const dashboardReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default dashboardReducer;
@@ -1,2 +1,2 @@
1
- export declare const setDataPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
- export declare const answerQuestionDataPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setDataPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
+ export declare const answerQuestionDataPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const dataPlayer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default dataPlayer;
1
+ declare const dataPlayer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default dataPlayer;
@@ -1 +1 @@
1
- export declare const setEmailTemplateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setEmailTemplateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const emailTemplateReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default emailTemplateReducer;
1
+ declare const emailTemplateReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default emailTemplateReducer;
@@ -1 +1 @@
1
- export declare const setFaqList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setFaqList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setFeedbackList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setFeedbackList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1,2 +1,2 @@
1
- export declare const setGallery: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
- export declare const setTargetMedia: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setGallery: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
+ export declare const setTargetMedia: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setGoalExampleList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setGoalExampleList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setImproveMyClass: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setImproveMyClass: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setStrategyList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setStrategyList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const learningStrategyReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default learningStrategyReducer;
1
+ declare const learningStrategyReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default learningStrategyReducer;
@@ -1 +1 @@
1
- export declare const setLearningSupportCategoryList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setLearningSupportCategoryList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setMailCategory: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
1
+ export declare const setMailCategory: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
@@ -1,2 +1,4 @@
1
- declare const questionBankReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default questionBankReducer;
1
+ declare const questionBankReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default questionBankReducer;
@@ -1 +1 @@
1
- export declare const setStudentIdSelectedByTeacher: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
1
+ export declare const setStudentIdSelectedByTeacher: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
@@ -1,2 +1,4 @@
1
- declare const navMobileReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default navMobileReducer;
1
+ declare const navMobileReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default navMobileReducer;
@@ -1,3 +1,3 @@
1
- export declare const setNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
- export declare const setUnReadNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
3
- export declare const updateUnReadNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
1
+ export declare const setNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
+ export declare const setUnReadNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
3
+ export declare const updateUnReadNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
@@ -1,2 +1,4 @@
1
- declare const questionBankReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default questionBankReducer;
1
+ declare const questionBankReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default questionBankReducer;
@@ -1 +1 @@
1
- export declare const setQuestionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setQuestionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const questionBankReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default questionBankReducer;
1
+ declare const questionBankReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default questionBankReducer;
@@ -1,8 +1,8 @@
1
- export declare const setQuestionByCategory: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
2
- export declare const setSelectQuestion: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
3
- id: number;
4
- }, string>;
5
- export declare const setUnSelectQuestion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
6
- export declare const setMoveItemQuestion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>;
7
- export declare const setEditItemQuesion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
8
- export declare const setResetQuestionList: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
1
+ export declare const setQuestionByCategory: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
2
+ export declare const setSelectQuestion: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
3
+ id: number;
4
+ }, string>;
5
+ export declare const setUnSelectQuestion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
6
+ export declare const setMoveItemQuestion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>;
7
+ export declare const setEditItemQuesion: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
8
+ export declare const setResetQuestionList: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<object[] | undefined, string>;
@@ -1,2 +1,4 @@
1
- declare const questionCategoryReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default questionCategoryReducer;
1
+ declare const questionCategoryReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default questionCategoryReducer;
@@ -1 +1 @@
1
- export declare const setQuestionCateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setQuestionCateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const questionCateReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default questionCateReducer;
1
+ declare const questionCateReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default questionCateReducer;
@@ -1 +1 @@
1
- export declare const setReflectionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setReflectionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const reflectionReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default reflectionReducer;
1
+ declare const reflectionReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default reflectionReducer;
@@ -1 +1 @@
1
- export declare const setReflectionResultList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setReflectionResultList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const reflectionReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default reflectionReducer;
1
+ declare const reflectionReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default reflectionReducer;
@@ -1 +1 @@
1
- export declare const setSchoolBlankDayList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSchoolBlankDayList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setSemesterList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSemesterList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1,5 +1,5 @@
1
- export declare const changeNote: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
- export declare const changeTags: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
3
- export declare const answerQuestion: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
4
- export declare const setSessionPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
5
- export declare const setStartTime: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const changeNote: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
+ export declare const changeTags: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
3
+ export declare const answerQuestion: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
4
+ export declare const setSessionPlayer: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
5
+ export declare const setStartTime: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const sessionPlayerReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default sessionPlayerReducer;
1
+ declare const sessionPlayerReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default sessionPlayerReducer;
@@ -1 +1 @@
1
- export declare const setSessionTemplateGeneralClassList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSessionTemplateGeneralClassList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const sessionTemplateGeneralClassReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default sessionTemplateGeneralClassReducer;
1
+ declare const sessionTemplateGeneralClassReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default sessionTemplateGeneralClassReducer;
@@ -1 +1 @@
1
- export declare const setSessionTemplateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSessionTemplateList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const sessionTemplateReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default sessionTemplateReducer;
1
+ declare const sessionTemplateReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default sessionTemplateReducer;
@@ -1 +1 @@
1
- export declare const setSkillList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSkillList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setSubjectList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSubjectList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setSuggestionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setSuggestionList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const suggestionBankReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default suggestionBankReducer;
1
+ declare const suggestionBankReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default suggestionBankReducer;
@@ -1 +1 @@
1
- export declare const setMyStudent: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setMyStudent: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +1,4 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
1
+ declare const commonReducer: import("redux").Reducer<any> & {
2
+ getInitialState: () => any;
3
+ };
4
+ export default commonReducer;
@@ -1 +1 @@
1
- export declare const setTutorialScreenList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setTutorialScreenList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,5 +1,10 @@
1
- declare const tutorialScreenReducer: import("redux").Reducer<{
2
- tutorialScreenList: never[];
3
- totalItems: number;
4
- }, import("redux").AnyAction>;
5
- export default tutorialScreenReducer;
1
+ declare const tutorialScreenReducer: import("redux").Reducer<{
2
+ tutorialScreenList: never[];
3
+ totalItems: number;
4
+ }> & {
5
+ getInitialState: () => {
6
+ tutorialScreenList: never[];
7
+ totalItems: number;
8
+ };
9
+ };
10
+ export default tutorialScreenReducer;
@@ -1,2 +1,2 @@
1
- export declare const setUserList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
- export declare const setStudentList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
1
+ export declare const setUserList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
2
+ export declare const setStudentList: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;