mario-education 2.4.600-feedback-test → 2.4.600-feedback

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 (197) hide show
  1. package/dist/components/Autocomplete/AutocompleteField.d.ts +1 -1
  2. package/dist/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +1 -2
  3. package/dist/components/Card/CardNameButton.d.ts +1 -2
  4. package/dist/components/Card/CardTotal.d.ts +1 -2
  5. package/dist/components/DatePicker/DatePickerField.d.ts +1 -2
  6. package/dist/components/DatePicker/FilterDateRange.d.ts +2 -2
  7. package/dist/components/Dialog/ConfirmDelete.d.ts +1 -2
  8. package/dist/components/Header/CustomHeaderComponent.d.ts +1 -2
  9. package/dist/components/Input/InputComponent.d.ts +1 -2
  10. package/dist/components/Input/TextFieldComponent.d.ts +1 -2
  11. package/dist/components/Progress/LinearProgress.d.ts +1 -2
  12. package/dist/components/QuestionTypes/DropDownComponent.d.ts +1 -2
  13. package/dist/components/Select/SelectFilter.d.ts +1 -2
  14. package/dist/components/Select/SelectFilterSurvey.d.ts +1 -2
  15. package/dist/components/Skin/Loading.d.ts +5 -0
  16. package/dist/components/Table/ConvertTime.d.ts +1 -2
  17. package/dist/components/Table/TableCells.d.ts +1 -2
  18. package/dist/components/Tabs/CustomTab.d.ts +1 -2
  19. package/dist/components/Tabs/CustomTabComponent.d.ts +1 -2
  20. package/dist/components/Tooltip/CustomTooltip.d.ts +1 -1
  21. package/dist/components/icons/ArrowBackIcon.d.ts +1 -2
  22. package/dist/components/icons/ArrowRightIcon.d.ts +1 -2
  23. package/dist/components/icons/ArrowUp.d.ts +1 -2
  24. package/dist/components/icons/AvrIcon.d.ts +1 -2
  25. package/dist/components/icons/CloseChipIcon.d.ts +1 -2
  26. package/dist/components/icons/DarkIcon.d.ts +1 -2
  27. package/dist/components/icons/DoneCheckInIcon.d.ts +1 -2
  28. package/dist/components/icons/IdentifyIcon.d.ts +1 -2
  29. package/dist/components/icons/LightIcon.d.ts +1 -2
  30. package/dist/components/icons/MarioAIIcon.d.ts +1 -2
  31. package/dist/components/icons/MoreIcon.d.ts +1 -2
  32. package/dist/components/icons/MultiUser.d.ts +1 -2
  33. package/dist/components/icons/PlusIcon.d.ts +1 -2
  34. package/dist/components/icons/SentIcon.d.ts +1 -2
  35. package/dist/components/icons/SummarizeIcon.d.ts +1 -2
  36. package/dist/components/icons/UnderstandIcon.d.ts +1 -2
  37. package/dist/components/layouts/HeaderSideBarV2.d.ts +1 -2
  38. package/dist/components/layouts/LanguageDropdown.d.ts +1 -2
  39. package/dist/components/layouts/hooks/useHeaderSideBar.d.ts +3 -3
  40. package/dist/components/layouts/icons/SafetyIcon.d.ts +1 -2
  41. package/dist/components/layouts/icons/StressIcon.d.ts +1 -2
  42. package/dist/components/layouts/icons/TokenIcon.d.ts +1 -2
  43. package/dist/components/selector/CalendarSelect.d.ts +2 -2
  44. package/dist/components/selector/CustomFilterComponent.d.ts +1 -2
  45. package/dist/components/selector/CustomFilterMobile.d.ts +1 -2
  46. package/dist/components/selector/StudentMultiSelector.d.ts +1 -2
  47. package/dist/components/selector/StudentSelector.d.ts +1 -1
  48. package/dist/components/selector/TeacherSelector.d.ts +1 -2
  49. package/dist/containers/AdminTraining/views/AdminTraining.d.ts +1 -2
  50. package/dist/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +1 -2
  51. package/dist/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +1 -2
  52. package/dist/containers/AssignAssistant/views/AssignAssistantList.d.ts +1 -2
  53. package/dist/containers/AssignCounselor/views/AssignCounselorList.d.ts +1 -2
  54. package/dist/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +1 -2
  55. package/dist/containers/AssignTeacher/views/AssignTeacherList.d.ts +1 -2
  56. package/dist/containers/Assignment/components/AcademicClassSelector.d.ts +1 -2
  57. package/dist/containers/Assignment/components/AssessmentSelector.d.ts +1 -2
  58. package/dist/containers/Certificate/views/CertificateContainer.d.ts +1 -2
  59. package/dist/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +1 -2
  60. package/dist/containers/ConductSurvey/hooks/useConductSurvey.d.ts +2 -2
  61. package/dist/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +1 -1
  62. package/dist/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +1 -2
  63. package/dist/containers/ConversationGoal/views/ConversationGoal.d.ts +1 -2
  64. package/dist/containers/CurrentLicense/views/CurrentLicense.d.ts +1 -2
  65. package/dist/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +1 -2
  66. package/dist/containers/CustomAlert/views/CustomQuestionAlert.d.ts +1 -2
  67. package/dist/containers/Dashboard/components/BubbleChartCustom.d.ts +2 -1
  68. package/dist/containers/Dashboard/components/ConcernMetricTab.d.ts +1 -1
  69. package/dist/containers/Dashboard/components/ConversationTab.d.ts +1 -1
  70. package/dist/containers/Dashboard/components/CustomBarChart.d.ts +1 -2
  71. package/dist/containers/Dashboard/components/CustomLineChart.d.ts +1 -2
  72. package/dist/containers/Dashboard/components/DashboardToPDF.d.ts +1 -2
  73. package/dist/containers/Dashboard/components/DesktopFilterComponent.d.ts +1 -2
  74. package/dist/containers/Dashboard/components/EducatorConversationModal.d.ts +1 -2
  75. package/dist/containers/Dashboard/components/GeneratePlpChart.d.ts +1 -1
  76. package/dist/containers/Dashboard/components/GenerateTrendQuestion.d.ts +1 -1
  77. package/dist/containers/Dashboard/components/GraphTrend.d.ts +1 -2
  78. package/dist/containers/Dashboard/components/LastAnswerTable.d.ts +1 -2
  79. package/dist/containers/Dashboard/components/LearningProgressTab.d.ts +1 -2
  80. package/dist/containers/Dashboard/components/LearningStrategiesTable.d.ts +1 -2
  81. package/dist/containers/Dashboard/components/MetricModelStudent.d.ts +1 -2
  82. package/dist/containers/Dashboard/components/MobileFilterComponent.d.ts +1 -2
  83. package/dist/containers/Dashboard/components/ModelSkillStudent.d.ts +1 -2
  84. package/dist/containers/Dashboard/components/ModelStudentSession.d.ts +1 -2
  85. package/dist/containers/Dashboard/components/OpenFieldTab.d.ts +1 -2
  86. package/dist/containers/Dashboard/components/ReadinessToLearnTab.d.ts +1 -2
  87. package/dist/containers/Dashboard/components/StudentByGender.d.ts +1 -2
  88. package/dist/containers/Dashboard/components/StudentPressureChart.d.ts +2 -2
  89. package/dist/containers/Dashboard/components/StudentsMissingConversationModal.d.ts +1 -2
  90. package/dist/containers/Dashboard/components/SuccessIndicatorTab.d.ts +1 -2
  91. package/dist/containers/Dashboard/components/TopSkill.d.ts +1 -2
  92. package/dist/containers/Dashboard/components/TotalCard.d.ts +1 -2
  93. package/dist/containers/Dashboard/configs/types.d.ts +25 -0
  94. package/dist/containers/Dashboard/hooks/useDashboard.d.ts +2 -8
  95. package/dist/containers/Dashboard/views/Dashboard.d.ts +1 -2
  96. package/dist/containers/Dashboard/views/SummarizeQuestion.d.ts +1 -2
  97. package/dist/containers/Destinations/views/Destinations.d.ts +1 -2
  98. package/dist/containers/ExternalApi/components/DetailTokenModel.d.ts +1 -2
  99. package/dist/containers/ExternalApi/components/PermissionSelected.d.ts +1 -2
  100. package/dist/containers/ExternalApi/views/ExternalApi.d.ts +1 -2
  101. package/dist/containers/FixData/views/FixDataStudent.d.ts +1 -2
  102. package/dist/containers/Homepage/assets/icons/PlusIcon.d.ts +1 -2
  103. package/dist/containers/Homepage/common/interface.d.ts +8 -0
  104. package/dist/containers/Homepage/hooks/useGeneralTip.d.ts +1 -1
  105. package/dist/containers/Homepage/hooks/useGradeUsage.d.ts +1 -1
  106. package/dist/containers/Homepage/hooks/useSchoolUsage.d.ts +1 -1
  107. package/dist/containers/Homepage/hooks/useStudentWellness.d.ts +1 -1
  108. package/dist/containers/Homepage/hooks/useViewStudent.d.ts +1 -1
  109. package/dist/containers/MarioAi/cofigs/constants.d.ts +1 -2
  110. package/dist/containers/MarioAi/components/HeaderAI.d.ts +1 -2
  111. package/dist/containers/MarioAi/views/AIMario.d.ts +1 -2
  112. package/dist/containers/MarioAi/views/ChatWithAI.d.ts +1 -2
  113. package/dist/containers/MarioAi/views/ViewHistoryPrompt.d.ts +1 -2
  114. package/dist/containers/MyProfile/views/ChangePassword.d.ts +1 -2
  115. package/dist/containers/MyProfile/views/Profile.d.ts +1 -2
  116. package/dist/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +1 -1
  117. package/dist/containers/OneRosterSystem/components/TeacherSelector.d.ts +1 -2
  118. package/dist/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +5 -5
  119. package/dist/containers/OneRosterSystem/views/OneRosterClever.d.ts +1 -2
  120. package/dist/containers/OneRosterSystem/views/OneRosterContainer.d.ts +1 -2
  121. package/dist/containers/OneRosterSystem/views/OneRosterImport.d.ts +1 -2
  122. package/dist/containers/OneRosterSystem/views/OneRosterUserList.d.ts +1 -2
  123. package/dist/containers/OneRosterSystem/views/OpenApplyImport.d.ts +1 -2
  124. package/dist/containers/OneRosterSystem/views/VeracrossImport.d.ts +1 -2
  125. package/dist/containers/QuestionBank/components/AgGridComponents.d.ts +13 -14
  126. package/dist/containers/QuestionBank/components/CheckboxCellRenderer.d.ts +1 -2
  127. package/dist/containers/QuestionBank/components/QuestionPreview.d.ts +1 -2
  128. package/dist/containers/QuestionBank/components/UserForQuestion.d.ts +1 -2
  129. package/dist/containers/QuestionBank/hooks/useQuestionSurveyList.d.ts +2 -2
  130. package/dist/containers/QuestionBank/views/QuestionBankContainer.d.ts +1 -2
  131. package/dist/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +1 -2
  132. package/dist/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +1 -2
  133. package/dist/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +1 -2
  134. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +1 -2
  135. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +1 -2
  136. package/dist/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +1 -2
  137. package/dist/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +1 -2
  138. package/dist/containers/ReflectionForm/views/ReflectionContainer.d.ts +1 -2
  139. package/dist/containers/Sandbox/views/SandboxContainer.d.ts +1 -2
  140. package/dist/containers/Setup/views/SetupContainer.d.ts +1 -2
  141. package/dist/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +1 -2
  142. package/dist/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +1 -2
  143. package/dist/containers/SurveyDashboard/components/AnswerQuestionInput.d.ts +1 -2
  144. package/dist/containers/SurveyDashboard/components/AvrComparison.d.ts +1 -2
  145. package/dist/containers/SurveyDashboard/components/BarChartQuestionAnswers.d.ts +1 -2
  146. package/dist/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +1 -2
  147. package/dist/containers/SurveyDashboard/components/ChoiceChartType.d.ts +1 -2
  148. package/dist/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +1 -2
  149. package/dist/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +1 -2
  150. package/dist/containers/SurveyDashboard/components/ListSurveys.d.ts +1 -2
  151. package/dist/containers/SurveyDashboard/components/ModelLinkSurvey.d.ts +1 -2
  152. package/dist/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +1 -2
  153. package/dist/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +1 -2
  154. package/dist/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +1 -2
  155. package/dist/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +1 -2
  156. package/dist/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +1 -2
  157. package/dist/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +1 -2
  158. package/dist/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +1 -2
  159. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +1 -2
  160. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +1 -2
  161. package/dist/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +1 -2
  162. package/dist/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +1 -2
  163. package/dist/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +1 -2
  164. package/dist/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +1 -2
  165. package/dist/containers/SurveyDashboard/components/TableAnswerDropDown.d.ts +1 -2
  166. package/dist/containers/SurveyDashboard/components/TotalCard.d.ts +1 -2
  167. package/dist/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +1 -2
  168. package/dist/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +1 -2
  169. package/dist/containers/SurveyDashboard/views/SurveyPortal.d.ts +1 -2
  170. package/dist/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +1 -2
  171. package/dist/containers/SurveyDashboard/views/SurveySummary.d.ts +1 -2
  172. package/dist/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +1 -2
  173. package/dist/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +1 -2
  174. package/dist/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +1 -2
  175. package/dist/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +1 -2
  176. package/dist/containers/SyncData/views/SyncData.d.ts +1 -2
  177. package/dist/containers/TemplateSurvey/components/AgGridComponents.d.ts +3 -4
  178. package/dist/containers/TemplateSurvey/components/SortableItem.d.ts +1 -1
  179. package/dist/containers/TemplateSurvey/views/SurveyTemplates.d.ts +1 -2
  180. package/dist/containers/TemplateSystem/components/SelectorTemplate.d.ts +1 -2
  181. package/dist/containers/TemplateSystem/views/TemplateContainer.d.ts +1 -2
  182. package/dist/containers/Training/views/Training.d.ts +1 -2
  183. package/dist/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +1 -2
  184. package/dist/containers/UserDeleted/views/UserDeletedList.d.ts +1 -2
  185. package/dist/containers/UserManagement/views/ChangePassword.d.ts +1 -2
  186. package/dist/containers/UserManagement/views/Profile.d.ts +1 -2
  187. package/dist/containers/UserRevert/views/RevertUser.d.ts +1 -2
  188. package/dist/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +1 -2
  189. package/dist/index.css +170 -10
  190. package/dist/index.js +12950 -7721
  191. package/dist/index.js.map +1 -1
  192. package/dist/index.modern.js +12945 -7716
  193. package/dist/index.modern.js.map +1 -1
  194. package/dist/layouts/MainLayoutAdmin.d.ts +1 -2
  195. package/dist/layouts/ModelSelectRole.d.ts +1 -2
  196. package/dist/types/types.d.ts +1 -0
  197. package/package.json +9 -10
@@ -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" | "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;
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;
13
13
  export default AutocompleteField;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const ScrollToTopBtn: () => React.JSX.Element;
1
+ declare const ScrollToTopBtn: () => JSX.Element;
3
2
  export default ScrollToTopBtn;
@@ -1,8 +1,7 @@
1
- import React from "react";
2
1
  interface type_props {
3
2
  title: string;
4
3
  handleEdit?: Function;
5
4
  classFontSize: string;
6
5
  }
7
- declare const CardNameButton: ({ title, handleEdit, classFontSize }: type_props) => React.JSX.Element;
6
+ declare const CardNameButton: ({ title, handleEdit, classFontSize }: type_props) => JSX.Element;
8
7
  export default CardNameButton;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface cardProps {
3
2
  title: string;
4
3
  value: number;
@@ -6,5 +5,5 @@ interface cardProps {
6
5
  onClick?: Function;
7
6
  index: number;
8
7
  }
9
- declare const CardTotal: ({ title, value, classFontSize, onClick, index }: cardProps) => React.JSX.Element;
8
+ declare const CardTotal: ({ title, value, classFontSize, onClick, index }: cardProps) => JSX.Element;
10
9
  export default CardTotal;
@@ -1,5 +1,4 @@
1
1
  import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
- import React from "react";
3
2
  interface PropsType {
4
3
  value: number | undefined | null;
5
4
  onChange: (date: MaterialUiPickersDate | null, value?: string | null) => void;
@@ -7,5 +6,5 @@ interface PropsType {
7
6
  minDate?: number | undefined | null;
8
7
  fontSizeInputSelect?: string | null;
9
8
  }
10
- declare const DatePickerField: ({ value, onChange, minDate, fontSizeInputSelect }: PropsType) => React.JSX.Element;
9
+ declare const DatePickerField: ({ value, onChange, minDate, fontSizeInputSelect }: PropsType) => JSX.Element;
11
10
  export default DatePickerField;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
3
2
  interface PropsType {
4
3
  startDate: number | undefined | null;
@@ -6,6 +5,7 @@ interface PropsType {
6
5
  onChangeStartDate: (date: MaterialUiPickersDate | null, value?: string | null) => void;
7
6
  onChangeEndDate: (date: MaterialUiPickersDate | null, value?: string | null) => void;
8
7
  fontSizeInputSelect?: string | null;
8
+ disabled?: boolean;
9
9
  }
10
- declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect }: PropsType) => React.JSX.Element;
10
+ declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect, disabled }: PropsType) => JSX.Element;
11
11
  export default FilterDateRange;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface PropsType {
3
2
  open: boolean;
4
3
  selectedId: number;
@@ -6,5 +5,5 @@ interface PropsType {
6
5
  handleDelete: (selectedId: number) => Promise<void>;
7
6
  content: string;
8
7
  }
9
- declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => React.JSX.Element;
8
+ declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => JSX.Element;
10
9
  export default ConfirmDelete;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface headerProps {
3
2
  title: string;
4
3
  contentButton?: string;
@@ -17,5 +16,5 @@ interface headerProps {
17
16
  isLarge?: boolean;
18
17
  onDraft?: Function | null;
19
18
  }
20
- declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge, onDraft }: headerProps) => React.JSX.Element;
19
+ declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge, onDraft }: headerProps) => JSX.Element;
21
20
  export default CustomHeaderComponent;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface Props {
3
2
  customId?: string;
4
3
  valueText: string;
@@ -15,5 +14,5 @@ interface Props {
15
14
  disabled?: boolean;
16
15
  label?: string;
17
16
  }
18
- declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => React.JSX.Element;
17
+ declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => JSX.Element;
19
18
  export default InputComponent;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface Props {
3
2
  questionId: number;
4
3
  valueText: string;
@@ -10,5 +9,5 @@ interface Props {
10
9
  minRows?: number;
11
10
  isStartRecord?: boolean;
12
11
  }
13
- declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult, isUserChangeSession, isMultiline, minRows }: Props) => React.JSX.Element;
12
+ declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult, isUserChangeSession, isMultiline, minRows }: Props) => JSX.Element;
14
13
  export default TextFieldComponent;
@@ -1,6 +1,5 @@
1
1
  import { LinearProgressProps } from "@material-ui/core";
2
- import React from "react";
3
2
  declare const LinearProgress: (props: LinearProgressProps & {
4
3
  value: number;
5
- }) => React.JSX.Element;
4
+ }) => JSX.Element;
6
5
  export default LinearProgress;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { IDropDownComponent } from "../../types/types";
3
- declare const DropDownComponent: ({ questionItemName, questionId, valueText, isUserChangeSession, onChangeQuestionAnswer, questionAnswer }: IDropDownComponent) => React.JSX.Element;
2
+ declare const DropDownComponent: ({ questionItemName, questionId, valueText, isUserChangeSession, onChangeQuestionAnswer, questionAnswer }: IDropDownComponent) => JSX.Element;
4
3
  export default DropDownComponent;
@@ -1,5 +1,4 @@
1
- import React from "react";
2
1
  import "react-datepicker/dist/react-datepicker.css";
3
2
  import { PROPS_FILTERS_COMPONENT } from "../../utils/type";
4
- declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => React.JSX.Element;
3
+ declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => JSX.Element;
5
4
  export default SelectFilter;
@@ -1,5 +1,4 @@
1
- import React from "react";
2
1
  import "react-datepicker/dist/react-datepicker.css";
3
2
  import { PROPS_FILTERS_COMPONENT_SURVEY } from "../../containers/SurveyDashboard/configs/types";
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;
3
+ declare const SelectFilterSurvey: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT_SURVEY) => JSX.Element;
5
4
  export default SelectFilterSurvey;
@@ -0,0 +1,5 @@
1
+ declare const Loading: ({ size, defaultColor }: {
2
+ size?: number | undefined;
3
+ defaultColor?: boolean | undefined;
4
+ }) => JSX.Element;
5
+ export default Loading;
@@ -1,7 +1,6 @@
1
- import React from "react";
2
1
  interface Props {
3
2
  time: string;
4
3
  line?: boolean;
5
4
  }
6
- declare const ConvertTime: ({ time, line }: Props) => React.JSX.Element;
5
+ declare const ConvertTime: ({ time, line }: Props) => JSX.Element;
7
6
  export default ConvertTime;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { FILTER_SURVEY } from "../../containers/SurveyDashboard/configs/types";
3
2
  interface TABLE_CELL {
4
3
  name: string;
@@ -16,5 +15,5 @@ interface PROPS_TABLE {
16
15
  selectedIds?: number[];
17
16
  handleSelectAll?: any;
18
17
  }
19
- declare const TableCells: ({ listTableCell, filters, handleSort, hasCheckbox, dataSelect, selectedIds, handleSelectAll }: PROPS_TABLE) => React.JSX.Element;
18
+ declare const TableCells: ({ listTableCell, filters, handleSort, hasCheckbox, dataSelect, selectedIds, handleSelectAll }: PROPS_TABLE) => JSX.Element;
20
19
  export default TableCells;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const CustomTabs: (props: any) => React.JSX.Element;
1
+ declare const CustomTabs: (props: any) => JSX.Element;
3
2
  export default CustomTabs;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { ICustomTabComponent } from "../../types/types";
3
- declare const CustomTabComponent: ({ value, handleChange, tabs }: ICustomTabComponent) => React.JSX.Element;
2
+ declare const CustomTabComponent: ({ value, handleChange, tabs }: ICustomTabComponent) => JSX.Element;
4
3
  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) => React.JSX.Element>;
3
+ declare const _default: React.MemoExoticComponent<({ title, children }: ICustomTooltip) => JSX.Element>;
4
4
  export default _default;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  declare const ArrowBackIcon: ({ color }: {
3
2
  color?: string | undefined;
4
- }) => React.JSX.Element;
3
+ }) => JSX.Element;
5
4
  export default ArrowBackIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const ArrowRightIcon: () => React.JSX.Element;
1
+ declare const ArrowRightIcon: () => JSX.Element;
3
2
  export default ArrowRightIcon;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  declare const ArrowUp: ({ opacity, color }: {
3
2
  opacity?: number | undefined;
4
3
  color?: string | undefined;
5
- }) => React.JSX.Element;
4
+ }) => JSX.Element;
6
5
  export default ArrowUp;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  declare const AvrIcon: ({ color }: {
3
2
  color?: string | undefined;
4
- }) => React.JSX.Element;
3
+ }) => JSX.Element;
5
4
  export default AvrIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const CloseChipIcon: () => React.JSX.Element;
1
+ declare const CloseChipIcon: () => JSX.Element;
3
2
  export default CloseChipIcon;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  declare const DarkIcon: ({ color }: {
3
2
  color?: string | undefined;
4
- }) => React.JSX.Element;
3
+ }) => JSX.Element;
5
4
  export default DarkIcon;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  declare const DoneCheckInIcon: ({ color }: {
3
2
  color?: string | undefined;
4
- }) => React.JSX.Element;
3
+ }) => JSX.Element;
5
4
  export default DoneCheckInIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const IdentifyIcon: () => React.JSX.Element;
1
+ declare const IdentifyIcon: () => JSX.Element;
3
2
  export default IdentifyIcon;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  declare const LightIcon: ({ color }: {
3
2
  color?: string | undefined;
4
- }) => React.JSX.Element;
3
+ }) => JSX.Element;
5
4
  export default LightIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const MarioAIIcon: () => React.JSX.Element;
1
+ declare const MarioAIIcon: () => JSX.Element;
3
2
  export default MarioAIIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const MoreIcon: () => React.JSX.Element;
1
+ declare const MoreIcon: () => JSX.Element;
3
2
  export default MoreIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const MultiUser: () => React.JSX.Element;
1
+ declare const MultiUser: () => JSX.Element;
3
2
  export default MultiUser;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const PlusIcon: ({ fill, ...props }: any) => React.JSX.Element;
1
+ declare const PlusIcon: ({ fill, ...props }: any) => JSX.Element;
3
2
  export default PlusIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const SentIcon: () => React.JSX.Element;
1
+ declare const SentIcon: () => JSX.Element;
3
2
  export default SentIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const SummarizeIcon: () => React.JSX.Element;
1
+ declare const SummarizeIcon: () => JSX.Element;
3
2
  export default SummarizeIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const UnderstandIcon: () => React.JSX.Element;
1
+ declare const UnderstandIcon: () => JSX.Element;
3
2
  export default UnderstandIcon;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => React.JSX.Element;
1
+ declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => JSX.Element;
3
2
  export default HeaderSideBar;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const LanguageDropdown: () => React.JSX.Element;
1
+ declare const LanguageDropdown: () => JSX.Element;
3
2
  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" | "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>;
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>;
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: () => React.JSX.Element;
24
+ renderNotificationBadge: () => JSX.Element;
25
25
  openProfile: () => void;
26
26
  onChangeFont: (fontSize: number) => void;
27
27
  handleClose: () => void;
28
- renderNavigationItem: (navigation: any, isSubItem?: boolean | undefined) => React.JSX.Element;
28
+ renderNavigationItem: (navigation: any, isSubItem?: boolean | undefined) => JSX.Element;
29
29
  t: import("i18next").TFunction;
30
30
  isEnableMarioAi: any;
31
31
  };
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const SafetyIcon: () => React.JSX.Element;
1
+ declare const SafetyIcon: () => JSX.Element;
3
2
  export default SafetyIcon;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const StressIcon: () => React.JSX.Element;
1
+ declare const StressIcon: () => JSX.Element;
3
2
  export default StressIcon;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const TokenIcon: () => React.JSX.Element;
1
+ declare const TokenIcon: () => JSX.Element;
3
2
  export default TokenIcon;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface IOptionCalendar {
3
2
  label: string;
4
3
  startDate: number;
@@ -9,6 +8,7 @@ interface ICalendarSelect {
9
8
  options: IOptionCalendar[];
10
9
  value?: string;
11
10
  onChange?: Function;
11
+ disabled?: boolean;
12
12
  }
13
- declare const CalendarSelect: ({ options, value, onChange }: ICalendarSelect) => React.JSX.Element;
13
+ declare const CalendarSelect: ({ options, value, onChange, disabled }: ICalendarSelect) => JSX.Element;
14
14
  export default CalendarSelect;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { SURVEY_LIST } from "../../containers/SurveyDashboard/configs/types";
3
2
  interface STUDENT {
4
3
  email: string;
@@ -37,5 +36,5 @@ interface PROPS_FILTER {
37
36
  handleOpenModalDelete?: any;
38
37
  selectedIds?: number[];
39
38
  }
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;
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;
41
40
  export default CustomFilterComponent;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  interface FILTER {
3
2
  startDate?: number | null;
4
3
  endDate?: number | null;
@@ -42,5 +41,5 @@ interface PROPS_FILTER {
42
41
  onSelectStudent?: Function;
43
42
  isDetailSurvey?: boolean;
44
43
  }
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;
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;
46
45
  export default CustomFilterMobile;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { IStudentMultiSelector } from "../../types/types";
3
- declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps }: IStudentMultiSelector) => React.JSX.Element;
2
+ declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps, disabled }: IStudentMultiSelector) => JSX.Element;
4
3
  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) => React.JSX.Element | null>;
2
+ declare const _default: React.MemoExoticComponent<({ setStudentId, setStudentUserId, setStudentName, setStudentProfileImage, studentUserId, setIsCheckStudent, isShowDropDownIcon, classes, studentId, label, isDialog, isMultiRole }: any) => JSX.Element | null>;
3
3
  export default _default;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected }: any) => React.JSX.Element;
1
+ declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected, disabled }: any) => JSX.Element;
3
2
  export default TeacherSelector;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AdminTraining: () => React.JSX.Element;
1
+ declare const AdminTraining: () => JSX.Element;
3
2
  export default AdminTraining;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const QuestionSplitPaneSelector: (props: any) => React.JSX.Element;
1
+ declare const QuestionSplitPaneSelector: (props: any) => JSX.Element;
3
2
  export default QuestionSplitPaneSelector;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssessmentAssignmentContainer: () => React.JSX.Element;
1
+ declare const AssessmentAssignmentContainer: () => JSX.Element;
3
2
  export default AssessmentAssignmentContainer;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssignAssistantList: () => React.JSX.Element;
1
+ declare const AssignAssistantList: () => JSX.Element;
3
2
  export default AssignAssistantList;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssignCounselorList: () => React.JSX.Element;
1
+ declare const AssignCounselorList: () => JSX.Element;
3
2
  export default AssignCounselorList;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssignSecondaryTeacherList: () => React.JSX.Element;
1
+ declare const AssignSecondaryTeacherList: () => JSX.Element;
3
2
  export default AssignSecondaryTeacherList;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssignTeacherList: () => React.JSX.Element;
1
+ declare const AssignTeacherList: () => JSX.Element;
3
2
  export default AssignTeacherList;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AcademicClassSelector: (props: any) => React.JSX.Element;
1
+ declare const AcademicClassSelector: (props: any) => JSX.Element;
3
2
  export default AcademicClassSelector;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const AssessmentSelector: (props: any) => React.JSX.Element;
1
+ declare const AssessmentSelector: (props: any) => JSX.Element;
3
2
  export default AssessmentSelector;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const CertificateContainer: () => React.JSX.Element;
1
+ declare const CertificateContainer: () => JSX.Element;
3
2
  export default CertificateContainer;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { DATA_FORM_EMAIL } from "../configs/types";
3
2
  interface Props {
4
3
  open: boolean;
@@ -11,5 +10,5 @@ interface Props {
11
10
  studentShareId?: number;
12
11
  setStudentShareId?: Function;
13
12
  }
14
- declare const ShareSurveyDialog: ({ open, handleClose, handleShareSurvey, listTeacher, dataFormEmail, setDataFormEmail, listStudent, studentShareId, setStudentShareId }: Props) => React.JSX.Element;
13
+ declare const ShareSurveyDialog: ({ open, handleClose, handleShareSurvey, listTeacher, dataFormEmail, setDataFormEmail, listStudent, studentShareId, setStudentShareId }: Props) => JSX.Element;
15
14
  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: any;
11
- studentId: any;
10
+ surveyId: string;
11
+ studentId: string;
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: any;
14
+ surveyId: string;
15
15
  surveyDetail: SURVEY_DETAIL;
16
16
  handleChangeDeadline: (date: MaterialUiPickersDate | null) => void;
17
17
  duplicateSurvey: () => void;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const ConferenceRubricDetail: () => React.JSX.Element;
1
+ declare const ConferenceRubricDetail: () => JSX.Element;
3
2
  export default ConferenceRubricDetail;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const ConversationGoal: () => React.JSX.Element;
1
+ declare const ConversationGoal: () => JSX.Element;
3
2
  export default ConversationGoal;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const CurrentLicense: () => React.JSX.Element;
1
+ declare const CurrentLicense: () => JSX.Element;
3
2
  export default CurrentLicense;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { IQuestionAlertDetailModel } from "../configs/type";
3
- declare const QuestionAlertDetailModel: ({ header, onConfirm, questionAlertDetail, onCancel }: IQuestionAlertDetailModel) => React.JSX.Element;
2
+ declare const QuestionAlertDetailModel: ({ header, onConfirm, questionAlertDetail, onCancel }: IQuestionAlertDetailModel) => JSX.Element;
4
3
  export default QuestionAlertDetailModel;