mario-education 2.4.598-feedback → 2.4.598-feedback-test

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 (195) hide show
  1. package/dist/components/Autocomplete/AutocompleteField.d.ts +1 -1
  2. package/dist/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +2 -1
  3. package/dist/components/Card/CardNameButton.d.ts +2 -1
  4. package/dist/components/Card/CardTotal.d.ts +2 -1
  5. package/dist/components/DatePicker/DatePickerField.d.ts +2 -1
  6. package/dist/components/DatePicker/FilterDateRange.d.ts +2 -1
  7. package/dist/components/Dialog/ConfirmDelete.d.ts +2 -1
  8. package/dist/components/Header/CustomHeaderComponent.d.ts +2 -1
  9. package/dist/components/Input/InputComponent.d.ts +2 -1
  10. package/dist/components/Input/TextFieldComponent.d.ts +2 -1
  11. package/dist/components/Progress/LinearProgress.d.ts +2 -1
  12. package/dist/components/QuestionTypes/DropDownComponent.d.ts +2 -1
  13. package/dist/components/Select/SelectFilter.d.ts +2 -1
  14. package/dist/components/Select/SelectFilterSurvey.d.ts +2 -1
  15. package/dist/components/Table/ConvertTime.d.ts +2 -1
  16. package/dist/components/Table/TableCells.d.ts +2 -1
  17. package/dist/components/Tabs/CustomTab.d.ts +2 -1
  18. package/dist/components/Tabs/CustomTabComponent.d.ts +2 -1
  19. package/dist/components/Tooltip/CustomTooltip.d.ts +1 -1
  20. package/dist/components/icons/ArrowBackIcon.d.ts +2 -1
  21. package/dist/components/icons/ArrowRightIcon.d.ts +2 -1
  22. package/dist/components/icons/ArrowUp.d.ts +2 -1
  23. package/dist/components/icons/AvrIcon.d.ts +2 -1
  24. package/dist/components/icons/CloseChipIcon.d.ts +2 -1
  25. package/dist/components/icons/DarkIcon.d.ts +2 -1
  26. package/dist/components/icons/DoneCheckInIcon.d.ts +2 -1
  27. package/dist/components/icons/IdentifyIcon.d.ts +2 -1
  28. package/dist/components/icons/LightIcon.d.ts +2 -1
  29. package/dist/components/icons/MarioAIIcon.d.ts +2 -1
  30. package/dist/components/icons/MoreIcon.d.ts +2 -1
  31. package/dist/components/icons/MultiUser.d.ts +2 -1
  32. package/dist/components/icons/PlusIcon.d.ts +2 -1
  33. package/dist/components/icons/SentIcon.d.ts +2 -1
  34. package/dist/components/icons/SummarizeIcon.d.ts +2 -1
  35. package/dist/components/icons/UnderstandIcon.d.ts +2 -1
  36. package/dist/components/layouts/HeaderSideBarV2.d.ts +2 -1
  37. package/dist/components/layouts/LanguageDropdown.d.ts +2 -1
  38. package/dist/components/layouts/hooks/useHeaderSideBar.d.ts +3 -3
  39. package/dist/components/layouts/icons/SafetyIcon.d.ts +2 -1
  40. package/dist/components/layouts/icons/StressIcon.d.ts +2 -1
  41. package/dist/components/layouts/icons/TokenIcon.d.ts +2 -1
  42. package/dist/components/selector/CalendarSelect.d.ts +2 -1
  43. package/dist/components/selector/CustomFilterComponent.d.ts +2 -1
  44. package/dist/components/selector/CustomFilterMobile.d.ts +2 -1
  45. package/dist/components/selector/StudentMultiSelector.d.ts +2 -1
  46. package/dist/components/selector/StudentSelector.d.ts +1 -1
  47. package/dist/components/selector/TeacherSelector.d.ts +2 -1
  48. package/dist/containers/AdminTraining/views/AdminTraining.d.ts +2 -1
  49. package/dist/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +2 -1
  50. package/dist/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +2 -1
  51. package/dist/containers/AssignAssistant/views/AssignAssistantList.d.ts +2 -1
  52. package/dist/containers/AssignCounselor/views/AssignCounselorList.d.ts +2 -1
  53. package/dist/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +2 -1
  54. package/dist/containers/AssignTeacher/views/AssignTeacherList.d.ts +2 -1
  55. package/dist/containers/Assignment/components/AcademicClassSelector.d.ts +2 -1
  56. package/dist/containers/Assignment/components/AssessmentSelector.d.ts +2 -1
  57. package/dist/containers/Certificate/views/CertificateContainer.d.ts +2 -1
  58. package/dist/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +2 -1
  59. package/dist/containers/ConductSurvey/hooks/useConductSurvey.d.ts +2 -2
  60. package/dist/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +1 -1
  61. package/dist/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +2 -1
  62. package/dist/containers/ConversationGoal/views/ConversationGoal.d.ts +2 -1
  63. package/dist/containers/CurrentLicense/views/CurrentLicense.d.ts +2 -1
  64. package/dist/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +2 -1
  65. package/dist/containers/CustomAlert/views/CustomQuestionAlert.d.ts +2 -1
  66. package/dist/containers/Dashboard/components/BubbleChartCustom.d.ts +1 -1
  67. package/dist/containers/Dashboard/components/ConcernMetricTab.d.ts +1 -1
  68. package/dist/containers/Dashboard/components/ConversationTab.d.ts +1 -1
  69. package/dist/containers/Dashboard/components/CustomBarChart.d.ts +2 -1
  70. package/dist/containers/Dashboard/components/CustomLineChart.d.ts +2 -1
  71. package/dist/containers/Dashboard/components/DashboardToPDF.d.ts +2 -1
  72. package/dist/containers/Dashboard/components/DesktopFilterComponent.d.ts +2 -1
  73. package/dist/containers/Dashboard/components/EducatorConversationModal.d.ts +2 -1
  74. package/dist/containers/Dashboard/components/GeneratePlpChart.d.ts +1 -1
  75. package/dist/containers/Dashboard/components/GenerateTrendQuestion.d.ts +1 -1
  76. package/dist/containers/Dashboard/components/GraphTrend.d.ts +2 -1
  77. package/dist/containers/Dashboard/components/LastAnswerTable.d.ts +2 -1
  78. package/dist/containers/Dashboard/components/LearningProgressTab.d.ts +2 -1
  79. package/dist/containers/Dashboard/components/LearningStrategiesTable.d.ts +2 -1
  80. package/dist/containers/Dashboard/components/MetricModelStudent.d.ts +2 -1
  81. package/dist/containers/Dashboard/components/MobileFilterComponent.d.ts +2 -1
  82. package/dist/containers/Dashboard/components/ModelSkillStudent.d.ts +2 -1
  83. package/dist/containers/Dashboard/components/ModelStudentSession.d.ts +2 -1
  84. package/dist/containers/Dashboard/components/OpenFieldTab.d.ts +2 -1
  85. package/dist/containers/Dashboard/components/ReadinessToLearnTab.d.ts +2 -1
  86. package/dist/containers/Dashboard/components/StudentByGender.d.ts +2 -1
  87. package/dist/containers/Dashboard/components/StudentPressureChart.d.ts +2 -1
  88. package/dist/containers/Dashboard/components/StudentsMissingConversationModal.d.ts +2 -1
  89. package/dist/containers/Dashboard/components/SuccessIndicatorTab.d.ts +2 -1
  90. package/dist/containers/Dashboard/components/TopSkill.d.ts +2 -1
  91. package/dist/containers/Dashboard/components/TotalCard.d.ts +2 -1
  92. package/dist/containers/Dashboard/views/Dashboard.d.ts +2 -1
  93. package/dist/containers/Dashboard/views/SummarizeQuestion.d.ts +2 -1
  94. package/dist/containers/Destinations/views/Destinations.d.ts +2 -1
  95. package/dist/containers/ExternalApi/components/DetailTokenModel.d.ts +2 -1
  96. package/dist/containers/ExternalApi/components/PermissionSelected.d.ts +2 -1
  97. package/dist/containers/ExternalApi/views/ExternalApi.d.ts +2 -1
  98. package/dist/containers/FixData/views/FixDataStudent.d.ts +2 -1
  99. package/dist/containers/FrequencyAndSetup/components/FrequencyModeDetail.d.ts +1 -1
  100. package/dist/containers/FrequencyAndSetup/components/SortableItem.d.ts +1 -2
  101. package/dist/containers/FrequencyAndSetup/configs/constants.d.ts +1 -2
  102. package/dist/containers/FrequencyAndSetup/configs/type.d.ts +0 -7
  103. package/dist/containers/FrequencyAndSetup/hooks/useFrequencyAndSetup.d.ts +0 -4
  104. package/dist/containers/Homepage/assets/icons/PlusIcon.d.ts +2 -1
  105. package/dist/containers/MarioAi/cofigs/constants.d.ts +2 -1
  106. package/dist/containers/MarioAi/components/HeaderAI.d.ts +2 -1
  107. package/dist/containers/MarioAi/views/AIMario.d.ts +2 -1
  108. package/dist/containers/MarioAi/views/ChatWithAI.d.ts +2 -1
  109. package/dist/containers/MarioAi/views/ViewHistoryPrompt.d.ts +2 -1
  110. package/dist/containers/MyProfile/views/ChangePassword.d.ts +2 -1
  111. package/dist/containers/MyProfile/views/Profile.d.ts +2 -1
  112. package/dist/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +1 -1
  113. package/dist/containers/OneRosterSystem/components/TeacherSelector.d.ts +2 -1
  114. package/dist/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +5 -5
  115. package/dist/containers/OneRosterSystem/views/OneRosterClever.d.ts +2 -1
  116. package/dist/containers/OneRosterSystem/views/OneRosterContainer.d.ts +2 -1
  117. package/dist/containers/OneRosterSystem/views/OneRosterImport.d.ts +2 -1
  118. package/dist/containers/OneRosterSystem/views/OneRosterUserList.d.ts +2 -1
  119. package/dist/containers/OneRosterSystem/views/OpenApplyImport.d.ts +2 -1
  120. package/dist/containers/OneRosterSystem/views/VeracrossImport.d.ts +2 -1
  121. package/dist/containers/QuestionBank/components/AgGridComponents.d.ts +14 -13
  122. package/dist/containers/QuestionBank/components/CheckboxCellRenderer.d.ts +2 -1
  123. package/dist/containers/QuestionBank/components/QuestionPreview.d.ts +2 -1
  124. package/dist/containers/QuestionBank/components/UserForQuestion.d.ts +2 -1
  125. package/dist/containers/QuestionBank/hooks/useQuestionSurveyList.d.ts +2 -2
  126. package/dist/containers/QuestionBank/views/QuestionBankContainer.d.ts +2 -1
  127. package/dist/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +2 -1
  128. package/dist/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +2 -1
  129. package/dist/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +2 -1
  130. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +2 -1
  131. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +2 -1
  132. package/dist/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +2 -1
  133. package/dist/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +2 -1
  134. package/dist/containers/ReflectionForm/views/ReflectionContainer.d.ts +2 -1
  135. package/dist/containers/Sandbox/views/SandboxContainer.d.ts +2 -1
  136. package/dist/containers/Setup/views/SetupContainer.d.ts +2 -1
  137. package/dist/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +2 -1
  138. package/dist/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +2 -1
  139. package/dist/containers/SurveyDashboard/components/AnswerQuestionInput.d.ts +2 -1
  140. package/dist/containers/SurveyDashboard/components/AvrComparison.d.ts +2 -1
  141. package/dist/containers/SurveyDashboard/components/BarChartQuestionAnswers.d.ts +2 -1
  142. package/dist/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +2 -1
  143. package/dist/containers/SurveyDashboard/components/ChoiceChartType.d.ts +2 -1
  144. package/dist/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +2 -1
  145. package/dist/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +2 -1
  146. package/dist/containers/SurveyDashboard/components/ListSurveys.d.ts +2 -1
  147. package/dist/containers/SurveyDashboard/components/ModelLinkSurvey.d.ts +2 -1
  148. package/dist/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +2 -1
  149. package/dist/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +2 -1
  150. package/dist/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +2 -1
  151. package/dist/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +2 -1
  152. package/dist/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +2 -1
  153. package/dist/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +2 -1
  154. package/dist/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +2 -1
  155. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +2 -1
  156. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +2 -1
  157. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +2 -1
  158. package/dist/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +2 -1
  159. package/dist/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +2 -1
  160. package/dist/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +2 -1
  161. package/dist/containers/SurveyDashboard/components/TableAnswerDropDown.d.ts +2 -1
  162. package/dist/containers/SurveyDashboard/components/TotalCard.d.ts +2 -1
  163. package/dist/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +2 -1
  164. package/dist/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +2 -1
  165. package/dist/containers/SurveyDashboard/views/SurveyPortal.d.ts +2 -1
  166. package/dist/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +2 -1
  167. package/dist/containers/SurveyDashboard/views/SurveySummary.d.ts +2 -1
  168. package/dist/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +2 -1
  169. package/dist/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +2 -1
  170. package/dist/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +2 -1
  171. package/dist/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +2 -1
  172. package/dist/containers/SyncData/views/SyncData.d.ts +2 -1
  173. package/dist/containers/TemplateSurvey/components/AgGridComponents.d.ts +4 -3
  174. package/dist/containers/TemplateSurvey/components/SortableItem.d.ts +1 -1
  175. package/dist/containers/TemplateSurvey/views/SurveyTemplates.d.ts +2 -1
  176. package/dist/containers/TemplateSystem/components/SelectorTemplate.d.ts +2 -1
  177. package/dist/containers/TemplateSystem/views/TemplateContainer.d.ts +2 -1
  178. package/dist/containers/Training/views/Training.d.ts +2 -1
  179. package/dist/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +2 -1
  180. package/dist/containers/UserDeleted/views/UserDeletedList.d.ts +2 -1
  181. package/dist/containers/UserManagement/views/ChangePassword.d.ts +2 -1
  182. package/dist/containers/UserManagement/views/Profile.d.ts +2 -1
  183. package/dist/containers/UserRevert/views/RevertUser.d.ts +2 -1
  184. package/dist/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +2 -1
  185. package/dist/index.css +14881 -15007
  186. package/dist/index.js +6391 -11004
  187. package/dist/index.js.map +1 -1
  188. package/dist/index.modern.js +6401 -11014
  189. package/dist/index.modern.js.map +1 -1
  190. package/dist/layouts/MainLayoutAdmin.d.ts +2 -1
  191. package/dist/layouts/ModelSelectRole.d.ts +2 -1
  192. package/package.json +116 -110
  193. package/dist/components/Loading/LoadLanguage.d.ts +0 -3
  194. package/dist/components/Skin/Loading.d.ts +0 -5
  195. package/dist/containers/FrequencyAndSetup/components/ViewQuestionsModal.d.ts +0 -9
@@ -9,5 +9,5 @@ interface BaseProps {
9
9
  className?: string;
10
10
  style?: React.CSSProperties;
11
11
  }
12
- declare const AutocompleteField: <T, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>({ label, placeholder, fontSizeInputSelect, textFieldProps, className, style, ...autocompleteProps }: Pick<AutocompleteProps<T, Multiple, DisableClearable, FreeSolo>, "classes" | "loading" | "defaultValue" | "onChange" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ChipProps" | "closeIcon" | "clearText" | "closeText" | "disabled" | "disablePortal" | "forcePopupIcon" | "fullWidth" | "getLimitTagsText" | "ListboxComponent" | "ListboxProps" | "loadingText" | "limitTags" | "noOptionsText" | "openText" | "PaperComponent" | "PopperComponent" | "popupIcon" | "renderGroup" | "renderOption" | "renderTags" | "size" | "autoComplete" | "autoHighlight" | "autoSelect" | "blurOnSelect" | "clearOnBlur" | "clearOnEscape" | "componentName" | "debug" | "disableClearable" | "disableCloseOnSelect" | "disabledItemsFocusable" | "disableListWrap" | "filterOptions" | "filterSelectedOptions" | "freeSolo" | "getOptionDisabled" | "getOptionLabel" | "getOptionSelected" | "groupBy" | "handleHomeEndKeys" | "includeInputInList" | "inputValue" | "onClose" | "onInputChange" | "onOpen" | "onHighlightChange" | "open" | "openOnFocus" | "options" | "selectOnFocus" | "multiple" | "value" | "innerRef" | "ref"> & BaseProps) => JSX.Element;
12
+ declare const AutocompleteField: <T, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>({ label, placeholder, fontSizeInputSelect, textFieldProps, className, style, ...autocompleteProps }: Pick<AutocompleteProps<T, Multiple, DisableClearable, FreeSolo>, "classes" | "loading" | "defaultValue" | "onChange" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ChipProps" | "closeIcon" | "clearText" | "closeText" | "disabled" | "disablePortal" | "forcePopupIcon" | "fullWidth" | "getLimitTagsText" | "ListboxComponent" | "ListboxProps" | "loadingText" | "limitTags" | "noOptionsText" | "openText" | "PaperComponent" | "PopperComponent" | "popupIcon" | "renderGroup" | "renderOption" | "renderTags" | "size" | "autoComplete" | "autoHighlight" | "autoSelect" | "blurOnSelect" | "clearOnBlur" | "clearOnEscape" | "componentName" | "debug" | "disableClearable" | "disableCloseOnSelect" | "disabledItemsFocusable" | "disableListWrap" | "filterOptions" | "filterSelectedOptions" | "freeSolo" | "getOptionDisabled" | "getOptionLabel" | "getOptionSelected" | "groupBy" | "handleHomeEndKeys" | "includeInputInList" | "inputValue" | "onClose" | "onInputChange" | "onOpen" | "onHighlightChange" | "open" | "openOnFocus" | "options" | "selectOnFocus" | "multiple" | "value" | "innerRef" | "ref"> & BaseProps) => React.JSX.Element;
13
13
  export default AutocompleteField;
@@ -1,2 +1,3 @@
1
- declare const ScrollToTopBtn: () => JSX.Element;
1
+ import React from "react";
2
+ declare const ScrollToTopBtn: () => React.JSX.Element;
2
3
  export default ScrollToTopBtn;
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  interface type_props {
2
3
  title: string;
3
4
  handleEdit?: Function;
4
5
  classFontSize: string;
5
6
  }
6
- declare const CardNameButton: ({ title, handleEdit, classFontSize }: type_props) => JSX.Element;
7
+ declare const CardNameButton: ({ title, handleEdit, classFontSize }: type_props) => React.JSX.Element;
7
8
  export default CardNameButton;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface cardProps {
2
3
  title: string;
3
4
  value: number;
@@ -5,5 +6,5 @@ interface cardProps {
5
6
  onClick?: Function;
6
7
  index: number;
7
8
  }
8
- declare const CardTotal: ({ title, value, classFontSize, onClick, index }: cardProps) => JSX.Element;
9
+ declare const CardTotal: ({ title, value, classFontSize, onClick, index }: cardProps) => React.JSX.Element;
9
10
  export default CardTotal;
@@ -1,4 +1,5 @@
1
1
  import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
+ import React from "react";
2
3
  interface PropsType {
3
4
  value: number | undefined | null;
4
5
  onChange: (date: MaterialUiPickersDate | null, value?: string | null) => void;
@@ -6,5 +7,5 @@ interface PropsType {
6
7
  minDate?: number | undefined | null;
7
8
  fontSizeInputSelect?: string | null;
8
9
  }
9
- declare const DatePickerField: ({ value, onChange, minDate, fontSizeInputSelect }: PropsType) => JSX.Element;
10
+ declare const DatePickerField: ({ value, onChange, minDate, fontSizeInputSelect }: PropsType) => React.JSX.Element;
10
11
  export default DatePickerField;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
3
  interface PropsType {
3
4
  startDate: number | undefined | null;
@@ -6,5 +7,5 @@ interface PropsType {
6
7
  onChangeEndDate: (date: MaterialUiPickersDate | null, value?: string | null) => void;
7
8
  fontSizeInputSelect?: string | null;
8
9
  }
9
- declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect }: PropsType) => JSX.Element;
10
+ declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect }: PropsType) => React.JSX.Element;
10
11
  export default FilterDateRange;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface PropsType {
2
3
  open: boolean;
3
4
  selectedId: number;
@@ -5,5 +6,5 @@ interface PropsType {
5
6
  handleDelete: (selectedId: number) => Promise<void>;
6
7
  content: string;
7
8
  }
8
- declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => JSX.Element;
9
+ declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => React.JSX.Element;
9
10
  export default ConfirmDelete;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface headerProps {
2
3
  title: string;
3
4
  contentButton?: string;
@@ -16,5 +17,5 @@ interface headerProps {
16
17
  isLarge?: boolean;
17
18
  onDraft?: Function | null;
18
19
  }
19
- declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge, onDraft }: headerProps) => JSX.Element;
20
+ declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge, onDraft }: headerProps) => React.JSX.Element;
20
21
  export default CustomHeaderComponent;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface Props {
2
3
  customId?: string;
3
4
  valueText: string;
@@ -14,5 +15,5 @@ interface Props {
14
15
  disabled?: boolean;
15
16
  label?: string;
16
17
  }
17
- declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => JSX.Element;
18
+ declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => React.JSX.Element;
18
19
  export default InputComponent;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface Props {
2
3
  questionId: number;
3
4
  valueText: string;
@@ -9,5 +10,5 @@ interface Props {
9
10
  minRows?: number;
10
11
  isStartRecord?: boolean;
11
12
  }
12
- declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult, isUserChangeSession, isMultiline, minRows }: Props) => JSX.Element;
13
+ declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult, isUserChangeSession, isMultiline, minRows }: Props) => React.JSX.Element;
13
14
  export default TextFieldComponent;
@@ -1,5 +1,6 @@
1
1
  import { LinearProgressProps } from "@material-ui/core";
2
+ import React from "react";
2
3
  declare const LinearProgress: (props: LinearProgressProps & {
3
4
  value: number;
4
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
5
6
  export default LinearProgress;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { IDropDownComponent } from "../../types/types";
2
- declare const DropDownComponent: ({ questionItemName, questionId, valueText, isUserChangeSession, onChangeQuestionAnswer, questionAnswer }: IDropDownComponent) => JSX.Element;
3
+ declare const DropDownComponent: ({ questionItemName, questionId, valueText, isUserChangeSession, onChangeQuestionAnswer, questionAnswer }: IDropDownComponent) => React.JSX.Element;
3
4
  export default DropDownComponent;
@@ -1,4 +1,5 @@
1
+ import React from "react";
1
2
  import "react-datepicker/dist/react-datepicker.css";
2
3
  import { PROPS_FILTERS_COMPONENT } from "../../utils/type";
3
- declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => JSX.Element;
4
+ declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => React.JSX.Element;
4
5
  export default SelectFilter;
@@ -1,4 +1,5 @@
1
+ import React from "react";
1
2
  import "react-datepicker/dist/react-datepicker.css";
2
3
  import { PROPS_FILTERS_COMPONENT_SURVEY } from "../../containers/SurveyDashboard/configs/types";
3
- declare const SelectFilterSurvey: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT_SURVEY) => JSX.Element;
4
+ declare const SelectFilterSurvey: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT_SURVEY) => React.JSX.Element;
4
5
  export default SelectFilterSurvey;
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  interface Props {
2
3
  time: string;
3
4
  line?: boolean;
4
5
  }
5
- declare const ConvertTime: ({ time, line }: Props) => JSX.Element;
6
+ declare const ConvertTime: ({ time, line }: Props) => React.JSX.Element;
6
7
  export default ConvertTime;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { FILTER_SURVEY } from "../../containers/SurveyDashboard/configs/types";
2
3
  interface TABLE_CELL {
3
4
  name: string;
@@ -15,5 +16,5 @@ interface PROPS_TABLE {
15
16
  selectedIds?: number[];
16
17
  handleSelectAll?: any;
17
18
  }
18
- declare const TableCells: ({ listTableCell, filters, handleSort, hasCheckbox, dataSelect, selectedIds, handleSelectAll }: PROPS_TABLE) => JSX.Element;
19
+ declare const TableCells: ({ listTableCell, filters, handleSort, hasCheckbox, dataSelect, selectedIds, handleSelectAll }: PROPS_TABLE) => React.JSX.Element;
19
20
  export default TableCells;
@@ -1,2 +1,3 @@
1
- declare const CustomTabs: (props: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const CustomTabs: (props: any) => React.JSX.Element;
2
3
  export default CustomTabs;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { ICustomTabComponent } from "../../types/types";
2
- declare const CustomTabComponent: ({ value, handleChange, tabs }: ICustomTabComponent) => JSX.Element;
3
+ declare const CustomTabComponent: ({ value, handleChange, tabs }: ICustomTabComponent) => React.JSX.Element;
3
4
  export default CustomTabComponent;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { ICustomTooltip } from "../../types/types";
3
- declare const _default: React.MemoExoticComponent<({ title, children }: ICustomTooltip) => JSX.Element>;
3
+ declare const _default: React.MemoExoticComponent<({ title, children }: ICustomTooltip) => React.JSX.Element>;
4
4
  export default _default;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const ArrowBackIcon: ({ color }: {
2
3
  color?: string | undefined;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default ArrowBackIcon;
@@ -1,2 +1,3 @@
1
- declare const ArrowRightIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const ArrowRightIcon: () => React.JSX.Element;
2
3
  export default ArrowRightIcon;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  declare const ArrowUp: ({ opacity, color }: {
2
3
  opacity?: number | undefined;
3
4
  color?: string | undefined;
4
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
5
6
  export default ArrowUp;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const AvrIcon: ({ color }: {
2
3
  color?: string | undefined;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default AvrIcon;
@@ -1,2 +1,3 @@
1
- declare const CloseChipIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const CloseChipIcon: () => React.JSX.Element;
2
3
  export default CloseChipIcon;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const DarkIcon: ({ color }: {
2
3
  color?: string | undefined;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default DarkIcon;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const DoneCheckInIcon: ({ color }: {
2
3
  color?: string | undefined;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default DoneCheckInIcon;
@@ -1,2 +1,3 @@
1
- declare const IdentifyIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const IdentifyIcon: () => React.JSX.Element;
2
3
  export default IdentifyIcon;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const LightIcon: ({ color }: {
2
3
  color?: string | undefined;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default LightIcon;
@@ -1,2 +1,3 @@
1
- declare const MarioAIIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const MarioAIIcon: () => React.JSX.Element;
2
3
  export default MarioAIIcon;
@@ -1,2 +1,3 @@
1
- declare const MoreIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const MoreIcon: () => React.JSX.Element;
2
3
  export default MoreIcon;
@@ -1,2 +1,3 @@
1
- declare const MultiUser: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const MultiUser: () => React.JSX.Element;
2
3
  export default MultiUser;
@@ -1,2 +1,3 @@
1
- declare const PlusIcon: ({ fill, ...props }: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const PlusIcon: ({ fill, ...props }: any) => React.JSX.Element;
2
3
  export default PlusIcon;
@@ -1,2 +1,3 @@
1
- declare const SentIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const SentIcon: () => React.JSX.Element;
2
3
  export default SentIcon;
@@ -1,2 +1,3 @@
1
- declare const SummarizeIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const SummarizeIcon: () => React.JSX.Element;
2
3
  export default SummarizeIcon;
@@ -1,2 +1,3 @@
1
- declare const UnderstandIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const UnderstandIcon: () => React.JSX.Element;
2
3
  export default UnderstandIcon;
@@ -1,2 +1,3 @@
1
- declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => React.JSX.Element;
2
3
  export default HeaderSideBar;
@@ -1,2 +1,3 @@
1
- declare const LanguageDropdown: () => JSX.Element;
1
+ import React from "react";
2
+ declare const LanguageDropdown: () => React.JSX.Element;
2
3
  export default LanguageDropdown;
@@ -2,7 +2,7 @@ import React from "react";
2
2
  declare const useHeaderSideBar: (_navigations: any) => {
3
3
  anchorFontEl: HTMLElement | null;
4
4
  anchorEl: HTMLElement | null;
5
- classes: Record<"title" | "header" | "content" | "overlay" | "avatar" | "arrow" | "grow" | "menuItem" | "menuText" | "menuButton" | "listItem" | "dropdown" | "menuIcon" | "sectionDesktop" | "drawer" | "textPrivacy" | "subMenuDrawer" | "subDrawerItem" | "drawerItem" | "drawerContent" | "drawerPaper" | "drawerPaperMobile" | "drawerActive" | "contentShift" | "fontBodyLarge" | "fontBodySmall" | "fontSmall" | "fontMedium" | "fontLarge" | "sectionFontDesktop" | "itemSideBar" | "positionBox" | "arrowDown" | "arrowUp" | "dailyMotivation", string>;
5
+ classes: Record<"title" | "content" | "header" | "overlay" | "avatar" | "arrow" | "grow" | "menuItem" | "menuText" | "menuButton" | "listItem" | "dropdown" | "menuIcon" | "sectionDesktop" | "drawer" | "textPrivacy" | "subMenuDrawer" | "subDrawerItem" | "drawerItem" | "drawerContent" | "drawerPaper" | "drawerPaperMobile" | "drawerActive" | "contentShift" | "fontBodyLarge" | "fontBodySmall" | "fontSmall" | "fontMedium" | "fontLarge" | "sectionFontDesktop" | "itemSideBar" | "positionBox" | "arrowDown" | "arrowUp" | "dailyMotivation", string>;
6
6
  screenWidth: number;
7
7
  isReadOnly: string | null;
8
8
  notificationAlert: import("../constants/types").NOTIFICATION_ALERT | undefined;
@@ -21,11 +21,11 @@ declare const useHeaderSideBar: (_navigations: any) => {
21
21
  handleFontMenu: (event: React.MouseEvent<HTMLElement>) => void;
22
22
  handleFontClose: () => void;
23
23
  signOut: () => void;
24
- renderNotificationBadge: () => JSX.Element;
24
+ renderNotificationBadge: () => React.JSX.Element;
25
25
  openProfile: () => void;
26
26
  onChangeFont: (fontSize: number) => void;
27
27
  handleClose: () => void;
28
- renderNavigationItem: (navigation: any, isSubItem?: boolean | undefined) => JSX.Element;
28
+ renderNavigationItem: (navigation: any, isSubItem?: boolean | undefined) => React.JSX.Element;
29
29
  t: import("i18next").TFunction;
30
30
  isEnableMarioAi: any;
31
31
  };
@@ -1,2 +1,3 @@
1
- declare const SafetyIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const SafetyIcon: () => React.JSX.Element;
2
3
  export default SafetyIcon;
@@ -1,2 +1,3 @@
1
- declare const StressIcon: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const StressIcon: () => React.JSX.Element;
2
3
  export default StressIcon;
@@ -1,2 +1,3 @@
1
- declare const TokenIcon: () => JSX.Element;
1
+ import React from "react";
2
+ declare const TokenIcon: () => React.JSX.Element;
2
3
  export default TokenIcon;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface IOptionCalendar {
2
3
  label: string;
3
4
  startDate: number;
@@ -9,5 +10,5 @@ interface ICalendarSelect {
9
10
  value?: string;
10
11
  onChange?: Function;
11
12
  }
12
- declare const CalendarSelect: ({ options, value, onChange }: ICalendarSelect) => JSX.Element;
13
+ declare const CalendarSelect: ({ options, value, onChange }: ICalendarSelect) => React.JSX.Element;
13
14
  export default CalendarSelect;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { SURVEY_LIST } from "../../containers/SurveyDashboard/configs/types";
2
3
  interface STUDENT {
3
4
  email: string;
@@ -36,5 +37,5 @@ interface PROPS_FILTER {
36
37
  handleOpenModalDelete?: any;
37
38
  selectedIds?: number[];
38
39
  }
39
- declare const CustomFilterComponent: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, isShowSelectRight, handleChangeStatus, placeholderSearch, handleSelectFavorite, studentList, onSelectStudent, toggleKeyCustom, handleToggleCustom, toggleContentCustom, optionCustomSelect, handleChangeCustomSelect, surveyOptions, handleChangeSurveyOption, academicOption, handleChangeAcademicYear, valueAcademicYear, handleDownloadCsv, onChangeGrade, onChangeOptionDate, renderOption, isSelectMulti, handleOpenModalDelete, selectedIds }: PROPS_FILTER) => JSX.Element;
40
+ declare const CustomFilterComponent: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, isShowSelectRight, handleChangeStatus, placeholderSearch, handleSelectFavorite, studentList, onSelectStudent, toggleKeyCustom, handleToggleCustom, toggleContentCustom, optionCustomSelect, handleChangeCustomSelect, surveyOptions, handleChangeSurveyOption, academicOption, handleChangeAcademicYear, valueAcademicYear, handleDownloadCsv, onChangeGrade, onChangeOptionDate, renderOption, isSelectMulti, handleOpenModalDelete, selectedIds }: PROPS_FILTER) => React.JSX.Element;
40
41
  export default CustomFilterComponent;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface FILTER {
2
3
  startDate?: number | null;
3
4
  endDate?: number | null;
@@ -41,5 +42,5 @@ interface PROPS_FILTER {
41
42
  onSelectStudent?: Function;
42
43
  isDetailSurvey?: boolean;
43
44
  }
44
- declare const CustomFilterMobile: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, handleChangeStatus, placeholderSearch, handleSelectFavorite, onShowFilter, isShowFilter, isShowCalendar, onShowFilterCalendar, optionCustomSelect, handleChangeCustomSelect, toggleKeyCustom, toggleContentCustom, handleToggleCustom, handleDownloadCsv, onChangeGrade, onChangeOptionDate, renderOption, isSelectMulti, studentList, onSelectStudent, isDetailSurvey }: PROPS_FILTER) => JSX.Element;
45
+ declare const CustomFilterMobile: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, handleChangeStatus, placeholderSearch, handleSelectFavorite, onShowFilter, isShowFilter, isShowCalendar, onShowFilterCalendar, optionCustomSelect, handleChangeCustomSelect, toggleKeyCustom, toggleContentCustom, handleToggleCustom, handleDownloadCsv, onChangeGrade, onChangeOptionDate, renderOption, isSelectMulti, studentList, onSelectStudent, isDetailSurvey }: PROPS_FILTER) => React.JSX.Element;
45
46
  export default CustomFilterMobile;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { IStudentMultiSelector } from "../../types/types";
2
- declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps }: IStudentMultiSelector) => JSX.Element;
3
+ declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps }: IStudentMultiSelector) => React.JSX.Element;
3
4
  export default StudentMultiSelector;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const _default: React.MemoExoticComponent<({ setStudentId, setStudentUserId, setStudentName, setStudentProfileImage, studentUserId, setIsCheckStudent, isShowDropDownIcon, classes, studentId, label, isDialog, isMultiRole }: any) => JSX.Element | null>;
2
+ declare const _default: React.MemoExoticComponent<({ setStudentId, setStudentUserId, setStudentName, setStudentProfileImage, studentUserId, setIsCheckStudent, isShowDropDownIcon, classes, studentId, label, isDialog, isMultiRole }: any) => React.JSX.Element | null>;
3
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected }: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected }: any) => React.JSX.Element;
2
3
  export default TeacherSelector;
@@ -1,2 +1,3 @@
1
- declare const AdminTraining: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AdminTraining: () => React.JSX.Element;
2
3
  export default AdminTraining;
@@ -1,2 +1,3 @@
1
- declare const QuestionSplitPaneSelector: (props: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const QuestionSplitPaneSelector: (props: any) => React.JSX.Element;
2
3
  export default QuestionSplitPaneSelector;
@@ -1,2 +1,3 @@
1
- declare const AssessmentAssignmentContainer: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AssessmentAssignmentContainer: () => React.JSX.Element;
2
3
  export default AssessmentAssignmentContainer;
@@ -1,2 +1,3 @@
1
- declare const AssignAssistantList: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AssignAssistantList: () => React.JSX.Element;
2
3
  export default AssignAssistantList;
@@ -1,2 +1,3 @@
1
- declare const AssignCounselorList: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AssignCounselorList: () => React.JSX.Element;
2
3
  export default AssignCounselorList;
@@ -1,2 +1,3 @@
1
- declare const AssignSecondaryTeacherList: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AssignSecondaryTeacherList: () => React.JSX.Element;
2
3
  export default AssignSecondaryTeacherList;
@@ -1,2 +1,3 @@
1
- declare const AssignTeacherList: () => JSX.Element;
1
+ import React from "react";
2
+ declare const AssignTeacherList: () => React.JSX.Element;
2
3
  export default AssignTeacherList;
@@ -1,2 +1,3 @@
1
- declare const AcademicClassSelector: (props: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const AcademicClassSelector: (props: any) => React.JSX.Element;
2
3
  export default AcademicClassSelector;
@@ -1,2 +1,3 @@
1
- declare const AssessmentSelector: (props: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const AssessmentSelector: (props: any) => React.JSX.Element;
2
3
  export default AssessmentSelector;
@@ -1,2 +1,3 @@
1
- declare const CertificateContainer: () => JSX.Element;
1
+ import React from "react";
2
+ declare const CertificateContainer: () => React.JSX.Element;
2
3
  export default CertificateContainer;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { DATA_FORM_EMAIL } from "../configs/types";
2
3
  interface Props {
3
4
  open: boolean;
@@ -10,5 +11,5 @@ interface Props {
10
11
  studentShareId?: number;
11
12
  setStudentShareId?: Function;
12
13
  }
13
- declare const ShareSurveyDialog: ({ open, handleClose, handleShareSurvey, listTeacher, dataFormEmail, setDataFormEmail, listStudent, studentShareId, setStudentShareId }: Props) => JSX.Element;
14
+ declare const ShareSurveyDialog: ({ open, handleClose, handleShareSurvey, listTeacher, dataFormEmail, setDataFormEmail, listStudent, studentShareId, setStudentShareId }: Props) => React.JSX.Element;
14
15
  export default ShareSurveyDialog;
@@ -7,8 +7,8 @@ declare const useConductSurvey: () => {
7
7
  listQuestionStudents: any;
8
8
  updateQuestionAnswer: (questionId: number, text: string, isAdditional?: boolean | undefined) => void;
9
9
  fnfinishSurvey: (cb: any) => Promise<void>;
10
- surveyId: string;
11
- studentId: string;
10
+ surveyId: any;
11
+ studentId: any;
12
12
  startTime: string;
13
13
  informationUser: any;
14
14
  category: string;
@@ -11,7 +11,7 @@ declare const usePreviewSurvey: () => {
11
11
  questionSummarize: QuestionSummarizeType[];
12
12
  activeTab: string;
13
13
  handleChange: (_event: React.ChangeEvent<{}>, newValue: string) => void;
14
- surveyId: string;
14
+ surveyId: any;
15
15
  surveyDetail: SURVEY_DETAIL;
16
16
  handleChangeDeadline: (date: MaterialUiPickersDate | null) => void;
17
17
  duplicateSurvey: () => void;
@@ -1,2 +1,3 @@
1
- declare const ConferenceRubricDetail: () => JSX.Element;
1
+ import React from "react";
2
+ declare const ConferenceRubricDetail: () => React.JSX.Element;
2
3
  export default ConferenceRubricDetail;
@@ -1,2 +1,3 @@
1
- declare const ConversationGoal: () => JSX.Element;
1
+ import React from "react";
2
+ declare const ConversationGoal: () => React.JSX.Element;
2
3
  export default ConversationGoal;
@@ -1,2 +1,3 @@
1
- declare const CurrentLicense: () => JSX.Element;
1
+ import React from "react";
2
+ declare const CurrentLicense: () => React.JSX.Element;
2
3
  export default CurrentLicense;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { IQuestionAlertDetailModel } from "../configs/type";
2
- declare const QuestionAlertDetailModel: ({ header, onConfirm, questionAlertDetail, onCancel }: IQuestionAlertDetailModel) => JSX.Element;
3
+ declare const QuestionAlertDetailModel: ({ header, onConfirm, questionAlertDetail, onCancel }: IQuestionAlertDetailModel) => React.JSX.Element;
3
4
  export default QuestionAlertDetailModel;
@@ -1,2 +1,3 @@
1
- declare const CustomQuestionAlert: () => JSX.Element;
1
+ import React from "react";
2
+ declare const CustomQuestionAlert: () => React.JSX.Element;
2
3
  export default CustomQuestionAlert;