@ndla/ui 31.0.0 → 32.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/README.md +4 -0
  2. package/es/Animation/DisplayOnPageYOffset.js +1 -1
  3. package/es/Article/Article.js +3 -3
  4. package/es/Filter/FilterCarousel.js +5 -5
  5. package/es/Filter/FilterListPhone.js +1 -1
  6. package/es/NDLAFilm/AllMoviesAlphabetically.js +12 -12
  7. package/es/ResourceBox/ResourceBox.js +9 -11
  8. package/es/TopicMenu/TopicMenu.js +2 -2
  9. package/es/TreeStructure/TreeStructure.js +8 -8
  10. package/es/User/parseUserObject.js +1 -1
  11. package/lib/Animation/DisplayOnPageYOffset.js +2 -2
  12. package/lib/Article/Article.d.ts +5 -5
  13. package/lib/Article/Article.js +4 -4
  14. package/lib/Article/ArticleAccessMessage.d.ts +1 -1
  15. package/lib/Article/ArticleByline.d.ts +3 -3
  16. package/lib/Article/ArticleContent.d.ts +1 -1
  17. package/lib/Article/ArticleFootNotes.d.ts +1 -1
  18. package/lib/Article/ArticleHeaderWrapper.d.ts +2 -2
  19. package/lib/Article/ArticleNotions.d.ts +2 -2
  20. package/lib/Article/ArticleSideBar.d.ts +1 -1
  21. package/lib/AudioPlayer/AudioPlayer.d.ts +1 -1
  22. package/lib/AudioPlayer/Controls.d.ts +1 -1
  23. package/lib/AudioPlayer/SpeechControl.d.ts +1 -1
  24. package/lib/BannerCard/BannerCard.d.ts +2 -2
  25. package/lib/BlogPosts/BlogPost.d.ts +1 -1
  26. package/lib/Breadcrumblist/Breadcrumblist.d.ts +2 -2
  27. package/lib/CompetenceGoalTab/CompetenceGoalTab.d.ts +1 -1
  28. package/lib/CompetenceGoalTab/CompetenceItem.d.ts +5 -5
  29. package/lib/CompetenceGoalTab/SearchButton.d.ts +1 -1
  30. package/lib/ComponentCursor/ComponentCursor.d.ts +1 -1
  31. package/lib/CreatedBy/CreatedBy.d.ts +1 -1
  32. package/lib/ErrorMessage/ErrorResourceAccessDenied.d.ts +1 -1
  33. package/lib/Figure/Figure.d.ts +1 -1
  34. package/lib/Filter/FilterButtons.d.ts +2 -2
  35. package/lib/Filter/FilterCarousel.js +5 -5
  36. package/lib/Filter/FilterListPhone.js +2 -2
  37. package/lib/Footer/EditorName.d.ts +1 -1
  38. package/lib/Footer/Footer.d.ts +1 -1
  39. package/lib/Footer/FooterLinks.d.ts +1 -1
  40. package/lib/Footer/FooterPrivacy.d.ts +1 -1
  41. package/lib/Footer/FooterText.d.ts +1 -1
  42. package/lib/Frontpage/FrontpageAllSubjects.d.ts +3 -3
  43. package/lib/Frontpage/FrontpageFilm.d.ts +1 -1
  44. package/lib/Frontpage/FrontpageInfo.d.ts +1 -1
  45. package/lib/Frontpage/FrontpageMultidisciplinarySubject.d.ts +1 -1
  46. package/lib/Frontpage/FrontpageProgramMenu.d.ts +1 -1
  47. package/lib/Frontpage/FrontpageSearch.d.ts +1 -1
  48. package/lib/Frontpage/FrontpageToolbox.d.ts +1 -1
  49. package/lib/Hero/Hero.d.ts +1 -1
  50. package/lib/LanguageSelector/LanguageSelector.d.ts +1 -1
  51. package/lib/LanguageSelector/LanguageSelectorContent.d.ts +1 -1
  52. package/lib/LearningPaths/LearningPathMenu.d.ts +1 -1
  53. package/lib/LearningPaths/LearningPathMenuAside.d.ts +1 -1
  54. package/lib/LearningPaths/LearningPathMenuAsideCopyright.d.ts +1 -1
  55. package/lib/LearningPaths/LearningPathMenuContent.d.ts +1 -1
  56. package/lib/LearningPaths/LearningPathMenuModalWrapper.d.ts +1 -1
  57. package/lib/LearningPaths/LearningPathMobileStepInfo.d.ts +1 -1
  58. package/lib/LearningPaths/LearningPathSticky.d.ts +1 -1
  59. package/lib/Messages/MessageBox.d.ts +1 -1
  60. package/lib/Messages/MessageBoxTag.d.ts +1 -1
  61. package/lib/MultidisciplinarySubject/List.d.ts +1 -1
  62. package/lib/MultidisciplinarySubject/ListItem.d.ts +1 -1
  63. package/lib/MultidisciplinarySubject/MultidisciplinarySubject.d.ts +1 -1
  64. package/lib/MultidisciplinarySubject/MultidisciplinarySubjectHeader.d.ts +3 -3
  65. package/lib/MyNdla/Resource/Folder.d.ts +1 -1
  66. package/lib/MyNdla/Resource/FolderInput.d.ts +1 -1
  67. package/lib/NDLAFilm/AllMoviesAlphabetically.js +13 -13
  68. package/lib/Navigation/NavigationBox.d.ts +3 -3
  69. package/lib/Navigation/NavigationHeading.d.ts +1 -1
  70. package/lib/Navigation/NavigationTopicAbout.d.ts +1 -1
  71. package/lib/Notion/Notion.d.ts +1 -1
  72. package/lib/Notion/NotionVisualElement.d.ts +1 -1
  73. package/lib/Programme/Programme.d.ts +1 -1
  74. package/lib/Programme/ProgrammeSubjects.d.ts +2 -2
  75. package/lib/Resource/resourceComponents.d.ts +1 -1
  76. package/lib/ResourceBox/ResourceBox.d.ts +2 -1
  77. package/lib/ResourceBox/ResourceBox.js +9 -11
  78. package/lib/ResourceGroup/ResourceGroup.d.ts +1 -1
  79. package/lib/ResourceGroup/ResourceItem.d.ts +1 -1
  80. package/lib/ResourceGroup/ResourceList.d.ts +1 -1
  81. package/lib/Search/ContentTypeResult.d.ts +1 -1
  82. package/lib/Search/ContentTypeResultStyles.d.ts +2 -2
  83. package/lib/Search/LoadingWrapper.d.ts +1 -1
  84. package/lib/Search/SearchResultSleeve.d.ts +1 -1
  85. package/lib/SearchTypeResult/ActiveFilterContent.d.ts +2 -2
  86. package/lib/SearchTypeResult/ActiveFilters.d.ts +1 -1
  87. package/lib/SearchTypeResult/PopupFilter.d.ts +2 -2
  88. package/lib/SearchTypeResult/ResultNavigation.d.ts +1 -1
  89. package/lib/SearchTypeResult/SearchFieldHeader.d.ts +1 -1
  90. package/lib/SearchTypeResult/SearchFilterContent.d.ts +1 -1
  91. package/lib/SearchTypeResult/SearchHeader.d.ts +1 -1
  92. package/lib/SearchTypeResult/SearchItem.d.ts +2 -2
  93. package/lib/SearchTypeResult/SearchItems.d.ts +1 -1
  94. package/lib/SearchTypeResult/SearchNotionItem.d.ts +1 -1
  95. package/lib/SearchTypeResult/SearchNotionsResult.d.ts +1 -1
  96. package/lib/SearchTypeResult/SearchSubjectItem.d.ts +2 -2
  97. package/lib/SearchTypeResult/SearchSubjectResult.d.ts +1 -1
  98. package/lib/SearchTypeResult/SearchTypeHeader.d.ts +2 -2
  99. package/lib/SearchTypeResult/SearchTypeResult.d.ts +2 -2
  100. package/lib/SearchTypeResult/SearchViewType.d.ts +1 -1
  101. package/lib/SearchTypeResult/components/ItemContexts.d.ts +2 -2
  102. package/lib/SearchTypeResult/components/ItemResourceHeader.d.ts +1 -1
  103. package/lib/SearchTypeResult/components/ItemTopicHeader.d.ts +1 -1
  104. package/lib/SearchTypeResult/components/SubjectFilters.d.ts +4 -4
  105. package/lib/Subject/SubjectBanner.d.ts +2 -2
  106. package/lib/Subject/SubjectHeader.d.ts +1 -1
  107. package/lib/Topic/Topic.d.ts +2 -2
  108. package/lib/TopicMenu/TopicMenu.js +3 -3
  109. package/lib/TreeStructure/TreeStructure.js +11 -11
  110. package/lib/TreeStructure/types.d.ts +3 -3
  111. package/lib/User/AuthModal.d.ts +1 -1
  112. package/lib/User/apiTypes.d.ts +3 -3
  113. package/lib/User/parseUserObject.d.ts +1 -1
  114. package/lib/User/parseUserObject.js +3 -2
  115. package/lib/locale/LocaleProvider.d.ts +1 -1
  116. package/lib/types.d.ts +11 -11
  117. package/package.json +17 -17
  118. package/src/Animation/DisplayOnPageYOffset.tsx +1 -1
  119. package/src/Article/Article.tsx +1 -1
  120. package/src/Filter/FilterCarousel.tsx +1 -1
  121. package/src/Filter/FilterListPhone.tsx +1 -1
  122. package/src/NDLAFilm/AllMoviesAlphabetically.tsx +1 -1
  123. package/src/ResourceBox/ResourceBox.tsx +3 -4
  124. package/src/TopicMenu/TopicMenu.jsx +1 -1
  125. package/src/TreeStructure/TreeStructure.tsx +1 -1
  126. package/src/User/parseUserObject.ts +1 -1
  127. package/es/LetterFilter/LetterFilter.stories.js +0 -44
  128. package/lib/LetterFilter/LetterFilter.stories.js +0 -45
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  */
8
- declare type Props = {
8
+ type Props = {
9
9
  total: number;
10
10
  current: number;
11
11
  };
@@ -16,7 +16,7 @@ export declare const LearningPathSticky: {
16
16
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
17
17
  };
18
18
  };
19
- declare type PropsSiblings = {
19
+ type PropsSiblings = {
20
20
  title: string;
21
21
  toLearningPathUrl(pathId: number, stepId: number): string;
22
22
  arrow?: 'left' | 'right';
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  */
8
- declare type MessageBoxType = 'ghost' | 'danger';
8
+ type MessageBoxType = 'ghost' | 'danger';
9
9
  interface LinkProps {
10
10
  href?: string;
11
11
  text?: string;
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  */
8
- declare type Props = {
8
+ type Props = {
9
9
  tagMessage: string;
10
10
  };
11
11
  export declare const MessageBoxTag: ({ tagMessage }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { ListItemProps } from './ListItem';
2
- export declare type ListProps = {
2
+ export type ListProps = {
3
3
  items: ListItemProps[];
4
4
  totalCount: number;
5
5
  };
@@ -1,4 +1,4 @@
1
- export declare type ListItemProps = {
1
+ export type ListItemProps = {
2
2
  title: string;
3
3
  introduction: string;
4
4
  url: string;
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { ListItemProps } from './ListItem';
3
- declare type Props = {
3
+ type Props = {
4
4
  cards: ListItemProps[];
5
5
  children: ReactNode;
6
6
  totalCardCount: number;
@@ -1,9 +1,9 @@
1
- declare type subjects = 'climate' | 'democracy' | 'publicHealth';
2
- declare type subjectLink = {
1
+ type subjects = 'climate' | 'democracy' | 'publicHealth';
2
+ type subjectLink = {
3
3
  label: string;
4
4
  url: string;
5
5
  };
6
- declare type Props = {
6
+ type Props = {
7
7
  subjects?: subjects[];
8
8
  subjectsLinks?: subjectLink[];
9
9
  };
@@ -6,7 +6,7 @@
6
6
  *
7
7
  */
8
8
  import { MenuItemProps } from '@ndla/button';
9
- declare type LayoutType = 'list' | 'listLarger' | 'block';
9
+ type LayoutType = 'list' | 'listLarger' | 'block';
10
10
  interface Props {
11
11
  id: string;
12
12
  title: string;
@@ -12,5 +12,5 @@ interface Props extends ComponentProps<typeof InputV2> {
12
12
  onClose?: () => void;
13
13
  onSave: () => void;
14
14
  }
15
- declare const FolderInput: React.ForwardRefExoticComponent<Pick<Props, "max" | "required" | "type" | "data" | "error" | "default" | "high" | "low" | "key" | "id" | "media" | "height" | "width" | "start" | "open" | "name" | "color" | "content" | "translate" | "value" | "loading" | "hidden" | "cite" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "dir" | "pattern" | "acceptCharset" | "action" | "method" | "noValidate" | "target" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "after" | "before" | "children" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "async" | "disabled" | "multiple" | "size" | "manifest" | "white" | "wrap" | "src" | "accept" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "min" | "minLength" | "muted" | "optimum" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "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" | "onClose" | "customCss" | "labelHidden" | "onSave"> & React.RefAttributes<HTMLInputElement>>;
15
+ declare const FolderInput: React.ForwardRefExoticComponent<Pick<Props, "max" | "required" | "type" | "data" | "error" | "default" | "high" | "low" | "key" | "id" | "media" | "height" | "width" | "start" | "open" | "name" | "color" | "content" | "translate" | "value" | "loading" | "hidden" | "cite" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "dir" | "pattern" | "acceptCharset" | "action" | "method" | "noValidate" | "target" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "role" | "after" | "before" | "children" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "async" | "disabled" | "multiple" | "size" | "manifest" | "white" | "wrap" | "src" | "accept" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "min" | "minLength" | "muted" | "optimum" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "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" | "onClose" | "customCss" | "labelHidden" | "onSave"> & React.RefAttributes<HTMLInputElement>>;
16
16
  export default FolderInput;