@vuu-ui/vuu-data-react 0.13.46 → 0.13.48

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 (254) hide show
  1. package/cjs/hooks/useVuuMenuActions.js +2 -2
  2. package/cjs/hooks/useVuuMenuActions.js.map +1 -1
  3. package/esm/hooks/useVuuMenuActions.js +2 -2
  4. package/esm/hooks/useVuuMenuActions.js.map +1 -1
  5. package/package.json +15 -15
  6. package/types/{vuu-data-react/src/hooks → hooks}/useConnectionStatus.d.ts +1 -1
  7. package/types/vuu-context-menu/src/ContextMenu.d.ts +0 -10
  8. package/types/vuu-context-menu/src/ContextMenuProvider.d.ts +0 -16
  9. package/types/vuu-context-menu/src/index.d.ts +0 -3
  10. package/types/vuu-context-menu/src/menu-utils.d.ts +0 -17
  11. package/types/vuu-context-menu/src/useContextMenu.d.ts +0 -10
  12. package/types/vuu-popups/src/index.d.ts +0 -5
  13. package/types/vuu-popups/src/notifications/NotificationsCenter.d.ts +0 -5
  14. package/types/vuu-popups/src/notifications/NotificationsContext.d.ts +0 -36
  15. package/types/vuu-popups/src/notifications/NotificationsProvider.d.ts +0 -9
  16. package/types/vuu-popups/src/notifications/ToastNotification.d.ts +0 -7
  17. package/types/vuu-popups/src/notifications/WorkspaceNotification.d.ts +0 -5
  18. package/types/vuu-popups/src/notifications/index.d.ts +0 -3
  19. package/types/vuu-popups/src/popup/Popup.d.ts +0 -12
  20. package/types/vuu-popups/src/popup/getPositionRelativeToAnchor.d.ts +0 -19
  21. package/types/vuu-popups/src/popup/index.d.ts +0 -2
  22. package/types/vuu-popups/src/popup/useAnchoredPosition.d.ts +0 -7
  23. package/types/vuu-popups/src/popup-menu/PopupMenu.d.ts +0 -45
  24. package/types/vuu-popups/src/popup-menu/index.d.ts +0 -1
  25. package/types/vuu-popups/src/popup-menu/usePopupMenu.d.ts +0 -19
  26. package/types/vuu-popups/src/portal/Portal.d.ts +0 -42
  27. package/types/vuu-popups/src/portal/index.d.ts +0 -1
  28. package/types/vuu-popups/src/tooltip/Tooltip.d.ts +0 -15
  29. package/types/vuu-popups/src/tooltip/index.d.ts +0 -2
  30. package/types/vuu-popups/src/tooltip/useTooltip.d.ts +0 -19
  31. package/types/vuu-popups/src/tooltip/useTooltipAnchoredPosition.d.ts +0 -7
  32. package/types/vuu-ui-controls/src/calendar/Calendar.d.ts +0 -13
  33. package/types/vuu-ui-controls/src/calendar/index.d.ts +0 -4
  34. package/types/vuu-ui-controls/src/calendar/internal/CalendarCarousel.d.ts +0 -3
  35. package/types/vuu-ui-controls/src/calendar/internal/CalendarContext.d.ts +0 -8
  36. package/types/vuu-ui-controls/src/calendar/internal/CalendarDay.d.ts +0 -14
  37. package/types/vuu-ui-controls/src/calendar/internal/CalendarMonth.d.ts +0 -10
  38. package/types/vuu-ui-controls/src/calendar/internal/CalendarNavigation.d.ts +0 -16
  39. package/types/vuu-ui-controls/src/calendar/internal/CalendarWeekHeader.d.ts +0 -3
  40. package/types/vuu-ui-controls/src/calendar/internal/useFocusManagement.d.ts +0 -9
  41. package/types/vuu-ui-controls/src/calendar/internal/utils.d.ts +0 -15
  42. package/types/vuu-ui-controls/src/calendar/useCalendar.d.ts +0 -54
  43. package/types/vuu-ui-controls/src/calendar/useCalendarDay.d.ts +0 -22
  44. package/types/vuu-ui-controls/src/calendar/useSelection.d.ts +0 -78
  45. package/types/vuu-ui-controls/src/column-picker/ColumnPicker.d.ts +0 -7
  46. package/types/vuu-ui-controls/src/column-picker/ColumnSearch.d.ts +0 -12
  47. package/types/vuu-ui-controls/src/column-picker/index.d.ts +0 -2
  48. package/types/vuu-ui-controls/src/common-hooks/index.d.ts +0 -3
  49. package/types/vuu-ui-controls/src/common-hooks/selectionTypes.d.ts +0 -70
  50. package/types/vuu-ui-controls/src/common-hooks/use-resize-observer.d.ts +0 -16
  51. package/types/vuu-ui-controls/src/common-hooks/useControlled.d.ts +0 -24
  52. package/types/vuu-ui-controls/src/context-panel-provider/ContextPanelProvider.d.ts +0 -17
  53. package/types/vuu-ui-controls/src/cycle-state-button/CycleStateButton.d.ts +0 -11
  54. package/types/vuu-ui-controls/src/cycle-state-button/index.d.ts +0 -1
  55. package/types/vuu-ui-controls/src/date-input/DateInput.d.ts +0 -60
  56. package/types/vuu-ui-controls/src/date-input/index.d.ts +0 -1
  57. package/types/vuu-ui-controls/src/date-picker/DatePicker.d.ts +0 -66
  58. package/types/vuu-ui-controls/src/date-picker/DatePickerContext.d.ts +0 -19
  59. package/types/vuu-ui-controls/src/date-picker/DatePickerPanel.d.ts +0 -10
  60. package/types/vuu-ui-controls/src/date-picker/index.d.ts +0 -1
  61. package/types/vuu-ui-controls/src/drag-drop/DragDropProvider.d.ts +0 -38
  62. package/types/vuu-ui-controls/src/drag-drop/DragDropState.d.ts +0 -15
  63. package/types/vuu-ui-controls/src/drag-drop/Draggable.d.ts +0 -13
  64. package/types/vuu-ui-controls/src/drag-drop/dragDropTypes.d.ts +0 -100
  65. package/types/vuu-ui-controls/src/drag-drop/drop-target-utils.d.ts +0 -82
  66. package/types/vuu-ui-controls/src/drag-drop/index.d.ts +0 -6
  67. package/types/vuu-ui-controls/src/drag-drop/useAutoScroll.d.ts +0 -11
  68. package/types/vuu-ui-controls/src/drag-drop/useDragDisplacers.d.ts +0 -17
  69. package/types/vuu-ui-controls/src/drag-drop/useDragDrop.d.ts +0 -2
  70. package/types/vuu-ui-controls/src/drag-drop/useDragDropCopy.d.ts +0 -6
  71. package/types/vuu-ui-controls/src/drag-drop/useDragDropIndicator.d.ts +0 -2
  72. package/types/vuu-ui-controls/src/drag-drop/useDragDropNaturalMovement.d.ts +0 -2
  73. package/types/vuu-ui-controls/src/drag-drop/useDropIndicator.d.ts +0 -8
  74. package/types/vuu-ui-controls/src/drag-drop/useGlobalDragDrop.d.ts +0 -11
  75. package/types/vuu-ui-controls/src/editable/index.d.ts +0 -1
  76. package/types/vuu-ui-controls/src/editable/useEditableText.d.ts +0 -19
  77. package/types/vuu-ui-controls/src/editable-label/EditableLabel.d.ts +0 -19
  78. package/types/vuu-ui-controls/src/editable-label/index.d.ts +0 -1
  79. package/types/vuu-ui-controls/src/expando-input/ExpandoInput.d.ts +0 -6
  80. package/types/vuu-ui-controls/src/expando-input/index.d.ts +0 -1
  81. package/types/vuu-ui-controls/src/icon-button/Icon.d.ts +0 -6
  82. package/types/vuu-ui-controls/src/icon-button/IconButton.d.ts +0 -6
  83. package/types/vuu-ui-controls/src/icon-button/ToggleIconButton.d.ts +0 -5
  84. package/types/vuu-ui-controls/src/icon-button/index.d.ts +0 -3
  85. package/types/vuu-ui-controls/src/index.d.ts +0 -30
  86. package/types/vuu-ui-controls/src/instrument-picker/TablePicker.d.ts +0 -10
  87. package/types/vuu-ui-controls/src/instrument-picker/index.d.ts +0 -1
  88. package/types/vuu-ui-controls/src/instrument-picker/useTablePicker.d.ts +0 -47
  89. package/types/vuu-ui-controls/src/measured-container/MeasuredContainer.d.ts +0 -14
  90. package/types/vuu-ui-controls/src/measured-container/index.d.ts +0 -2
  91. package/types/vuu-ui-controls/src/measured-container/useMeasuredContainer.d.ts +0 -23
  92. package/types/vuu-ui-controls/src/measured-container/useResizeObserver.d.ts +0 -15
  93. package/types/vuu-ui-controls/src/modal-provider/ModalProvider.d.ts +0 -13
  94. package/types/vuu-ui-controls/src/overflow-container/OverflowContainer.d.ts +0 -15
  95. package/types/vuu-ui-controls/src/overflow-container/index.d.ts +0 -2
  96. package/types/vuu-ui-controls/src/overflow-container/overflow-utils.d.ts +0 -48
  97. package/types/vuu-ui-controls/src/overflow-container/useOverflowContainer.d.ts +0 -19
  98. package/types/vuu-ui-controls/src/price-ticker/PriceTicker.d.ts +0 -7
  99. package/types/vuu-ui-controls/src/price-ticker/index.d.ts +0 -1
  100. package/types/vuu-ui-controls/src/prompt/Prompt.d.ts +0 -48
  101. package/types/vuu-ui-controls/src/sortable-list/SortableList.d.ts +0 -8
  102. package/types/vuu-ui-controls/src/split-button/SplitButton.d.ts +0 -11
  103. package/types/vuu-ui-controls/src/split-button/SplitStateButton.d.ts +0 -5
  104. package/types/vuu-ui-controls/src/split-button/index.d.ts +0 -2
  105. package/types/vuu-ui-controls/src/split-button/useSplitButton.d.ts +0 -311
  106. package/types/vuu-ui-controls/src/table-search/SearchCell.d.ts +0 -2
  107. package/types/vuu-ui-controls/src/table-search/TableSearch.d.ts +0 -9
  108. package/types/vuu-ui-controls/src/table-search/index.d.ts +0 -1
  109. package/types/vuu-ui-controls/src/table-search/useTableSearch.d.ts +0 -15
  110. package/types/vuu-ui-controls/src/tabs-next/TabBar.d.ts +0 -12
  111. package/types/vuu-ui-controls/src/tabs-next/TabListNext.d.ts +0 -12
  112. package/types/vuu-ui-controls/src/tabs-next/TabNext.d.ts +0 -12
  113. package/types/vuu-ui-controls/src/tabs-next/TabNextAction.d.ts +0 -5
  114. package/types/vuu-ui-controls/src/tabs-next/TabNextContext.d.ts +0 -12
  115. package/types/vuu-ui-controls/src/tabs-next/TabNextPanel.d.ts +0 -8
  116. package/types/vuu-ui-controls/src/tabs-next/TabNextTrigger.d.ts +0 -5
  117. package/types/vuu-ui-controls/src/tabs-next/TabOverflowList.d.ts +0 -11
  118. package/types/vuu-ui-controls/src/tabs-next/TabsNext.d.ts +0 -17
  119. package/types/vuu-ui-controls/src/tabs-next/TabsNextContext.d.ts +0 -21
  120. package/types/vuu-ui-controls/src/tabs-next/hooks/useCollection.d.ts +0 -18
  121. package/types/vuu-ui-controls/src/tabs-next/hooks/useFocusOutside.d.ts +0 -2
  122. package/types/vuu-ui-controls/src/tabs-next/hooks/useOverflow.d.ts +0 -11
  123. package/types/vuu-ui-controls/src/tabs-next/index.d.ts +0 -7
  124. package/types/vuu-ui-controls/src/tabstrip/Tab.d.ts +0 -27
  125. package/types/vuu-ui-controls/src/tabstrip/TabMenu.d.ts +0 -23
  126. package/types/vuu-ui-controls/src/tabstrip/TabMenuOptions.d.ts +0 -10
  127. package/types/vuu-ui-controls/src/tabstrip/TabsTypes.d.ts +0 -127
  128. package/types/vuu-ui-controls/src/tabstrip/Tabstrip.d.ts +0 -2
  129. package/types/vuu-ui-controls/src/tabstrip/index.d.ts +0 -5
  130. package/types/vuu-ui-controls/src/tabstrip/tabstrip-dom-utils.d.ts +0 -2
  131. package/types/vuu-ui-controls/src/tabstrip/useAnimatedSelectionThumb.d.ts +0 -7
  132. package/types/vuu-ui-controls/src/tabstrip/useKeyboardNavigation.d.ts +0 -29
  133. package/types/vuu-ui-controls/src/tabstrip/useSelection.d.ts +0 -13
  134. package/types/vuu-ui-controls/src/tabstrip/useTabstrip.d.ts +0 -55
  135. package/types/vuu-ui-controls/src/time-input/MaskedInput.d.ts +0 -49
  136. package/types/vuu-ui-controls/src/time-input/TimeInput.d.ts +0 -5
  137. package/types/vuu-ui-controls/src/time-input/useTimeInput.d.ts +0 -21
  138. package/types/vuu-ui-controls/src/toolbar/Toolbar.d.ts +0 -19
  139. package/types/vuu-ui-controls/src/toolbar/index.d.ts +0 -1
  140. package/types/vuu-ui-controls/src/toolbar/toolbar-dom-utils.d.ts +0 -3
  141. package/types/vuu-ui-controls/src/toolbar/useKeyboardNavigation.d.ts +0 -32
  142. package/types/vuu-ui-controls/src/toolbar/useSelection.d.ts +0 -22
  143. package/types/vuu-ui-controls/src/toolbar/useToolbar.d.ts +0 -28
  144. package/types/vuu-ui-controls/src/utils/deprecated-types.d.ts +0 -2
  145. package/types/vuu-ui-controls/src/utils/escapeRegExp.d.ts +0 -1
  146. package/types/vuu-ui-controls/src/utils/forwardCallbackProps.d.ts +0 -3
  147. package/types/vuu-ui-controls/src/utils/index.d.ts +0 -5
  148. package/types/vuu-ui-controls/src/utils/isOverflowElement.d.ts +0 -1
  149. package/types/vuu-ui-controls/src/utils/isPlainObject.d.ts +0 -1
  150. package/types/vuu-ui-controls/src/vuu-date-picker/VuuDatePicker.d.ts +0 -7
  151. package/types/vuu-ui-controls/src/vuu-date-picker/index.d.ts +0 -1
  152. package/types/vuu-ui-controls/src/vuu-input/VuuInput.d.ts +0 -18
  153. package/types/vuu-ui-controls/src/vuu-input/index.d.ts +0 -1
  154. package/types/vuu-ui-controls/src/vuu-time-picker/VuuTimePicker.d.ts +0 -7
  155. package/types/vuu-ui-controls/src/vuu-typeahead-input/VuuTypeaheadInput.d.ts +0 -6
  156. package/types/vuu-ui-controls/src/vuu-typeahead-input/index.d.ts +0 -1
  157. package/types/vuu-ui-controls/src/vuu-typeahead-input/useVuuTypeaheadInput.d.ts +0 -49
  158. package/types/vuu-utils/src/Clock.d.ts +0 -20
  159. package/types/vuu-utils/src/DataWindow.d.ts +0 -39
  160. package/types/vuu-utils/src/ShellContext.d.ts +0 -11
  161. package/types/vuu-utils/src/ThemeProvider.d.ts +0 -32
  162. package/types/vuu-utils/src/array-utils.d.ts +0 -8
  163. package/types/vuu-utils/src/box-utils.d.ts +0 -24
  164. package/types/vuu-utils/src/broadcast-channel.d.ts +0 -16
  165. package/types/vuu-utils/src/column-utils.d.ts +0 -181
  166. package/types/vuu-utils/src/common-types.d.ts +0 -6
  167. package/types/vuu-utils/src/component-registry.d.ts +0 -65
  168. package/types/vuu-utils/src/context-definitions/DataContext.d.ts +0 -18
  169. package/types/vuu-utils/src/context-definitions/DataProvider.d.ts +0 -7
  170. package/types/vuu-utils/src/context-definitions/DataSourceProvider.d.ts +0 -12
  171. package/types/vuu-utils/src/context-definitions/WorkspaceContext.d.ts +0 -17
  172. package/types/vuu-utils/src/cookie-utils.d.ts +0 -1
  173. package/types/vuu-utils/src/css-utils.d.ts +0 -1
  174. package/types/vuu-utils/src/data-utils.d.ts +0 -19
  175. package/types/vuu-utils/src/datasource/BaseDataSource.d.ts +0 -60
  176. package/types/vuu-utils/src/datasource/datasource-action-utils.d.ts +0 -7
  177. package/types/vuu-utils/src/datasource/datasource-filter-utils.d.ts +0 -2
  178. package/types/vuu-utils/src/datasource/datasource-utils.d.ts +0 -49
  179. package/types/vuu-utils/src/date/date-utils.d.ts +0 -36
  180. package/types/vuu-utils/src/date/dateTimePattern.d.ts +0 -8
  181. package/types/vuu-utils/src/date/formatter.d.ts +0 -4
  182. package/types/vuu-utils/src/date/index.d.ts +0 -4
  183. package/types/vuu-utils/src/date/types.d.ts +0 -24
  184. package/types/vuu-utils/src/debug-utils.d.ts +0 -9
  185. package/types/vuu-utils/src/event-emitter.d.ts +0 -21
  186. package/types/vuu-utils/src/feature-utils.d.ts +0 -110
  187. package/types/vuu-utils/src/filters/filter-utils.d.ts +0 -82
  188. package/types/vuu-utils/src/filters/filterAsQuery.d.ts +0 -7
  189. package/types/vuu-utils/src/filters/index.d.ts +0 -2
  190. package/types/vuu-utils/src/form-utils.d.ts +0 -23
  191. package/types/vuu-utils/src/formatting-utils.d.ts +0 -14
  192. package/types/vuu-utils/src/getUniqueId.d.ts +0 -1
  193. package/types/vuu-utils/src/group-utils.d.ts +0 -10
  194. package/types/vuu-utils/src/html-utils.d.ts +0 -21
  195. package/types/vuu-utils/src/index.d.ts +0 -74
  196. package/types/vuu-utils/src/input-utils.d.ts +0 -2
  197. package/types/vuu-utils/src/invariant.d.ts +0 -1
  198. package/types/vuu-utils/src/itemToString.d.ts +0 -2
  199. package/types/vuu-utils/src/json-types.d.ts +0 -52
  200. package/types/vuu-utils/src/json-utils.d.ts +0 -6
  201. package/types/vuu-utils/src/keyboard-utils.d.ts +0 -15
  202. package/types/vuu-utils/src/keyset.d.ts +0 -16
  203. package/types/vuu-utils/src/layout-types.d.ts +0 -22
  204. package/types/vuu-utils/src/list-utils.d.ts +0 -2
  205. package/types/vuu-utils/src/local-storage-utils.d.ts +0 -3
  206. package/types/vuu-utils/src/logging-utils.d.ts +0 -45
  207. package/types/vuu-utils/src/menu-utils.d.ts +0 -6
  208. package/types/vuu-utils/src/module-utils.d.ts +0 -8
  209. package/types/vuu-utils/src/moving-window.d.ts +0 -18
  210. package/types/vuu-utils/src/nanoid/index.d.ts +0 -1
  211. package/types/vuu-utils/src/perf-utils.d.ts +0 -5
  212. package/types/vuu-utils/src/promise-utils.d.ts +0 -8
  213. package/types/vuu-utils/src/protocol-message-utils.d.ts +0 -34
  214. package/types/vuu-utils/src/range-utils.d.ts +0 -31
  215. package/types/vuu-utils/src/react-utils.d.ts +0 -8
  216. package/types/vuu-utils/src/round-decimal.d.ts +0 -1
  217. package/types/vuu-utils/src/row-utils.d.ts +0 -27
  218. package/types/vuu-utils/src/selection-utils.d.ts +0 -4
  219. package/types/vuu-utils/src/shell-layout-types.d.ts +0 -15
  220. package/types/vuu-utils/src/sort-utils.d.ts +0 -11
  221. package/types/vuu-utils/src/table-schema-utils.d.ts +0 -3
  222. package/types/vuu-utils/src/text-utils.d.ts +0 -2
  223. package/types/vuu-utils/src/tree-types.d.ts +0 -9
  224. package/types/vuu-utils/src/tree-utils.d.ts +0 -9
  225. package/types/vuu-utils/src/ts-utils.d.ts +0 -20
  226. package/types/vuu-utils/src/typeahead-utils.d.ts +0 -1
  227. package/types/vuu-utils/src/url-utils.d.ts +0 -2
  228. package/types/vuu-utils/src/useId.d.ts +0 -1
  229. package/types/vuu-utils/src/useLayoutEffectSkipFirst.d.ts +0 -2
  230. package/types/vuu-utils/src/useStateRef.d.ts +0 -2
  231. package/types/vuu-utils/src/user-types.d.ts +0 -4
  232. /package/types/{vuu-data-react/src/data-editing → data-editing}/EditForm.d.ts +0 -0
  233. /package/types/{vuu-data-react/src/data-editing → data-editing}/UnsavedChangesReport.d.ts +0 -0
  234. /package/types/{vuu-data-react/src/data-editing → data-editing}/edit-rule-validation-checker.d.ts +0 -0
  235. /package/types/{vuu-data-react/src/data-editing → data-editing}/edit-validation-rules.d.ts +0 -0
  236. /package/types/{vuu-data-react/src/data-editing → data-editing}/form-edit-state.d.ts +0 -0
  237. /package/types/{vuu-data-react/src/data-editing → data-editing}/get-data-item-edit-control.d.ts +0 -0
  238. /package/types/{vuu-data-react/src/data-editing → data-editing}/index.d.ts +0 -0
  239. /package/types/{vuu-data-react/src/data-editing → data-editing}/useEditForm.d.ts +0 -0
  240. /package/types/{vuu-data-react/src/datasource-provider → datasource-provider}/VuuDataSourceProvider.d.ts +0 -0
  241. /package/types/{vuu-data-react/src/datasource-provider → datasource-provider}/index.d.ts +0 -0
  242. /package/types/{vuu-data-react/src/datasource-provider → datasource-provider}/useAutoLoginToVuuServer.d.ts +0 -0
  243. /package/types/{vuu-data-react/src/hooks → hooks}/index.d.ts +0 -0
  244. /package/types/{vuu-data-react/src/hooks → hooks}/useLookupValues.d.ts +0 -0
  245. /package/types/{vuu-data-react/src/hooks → hooks}/useRemoteConnection.d.ts +0 -0
  246. /package/types/{vuu-data-react/src/hooks → hooks}/useSessionDataSource.d.ts +0 -0
  247. /package/types/{vuu-data-react/src/hooks → hooks}/useTypeaheadSuggestions.d.ts +0 -0
  248. /package/types/{vuu-data-react/src/hooks → hooks}/useVisualLinks.d.ts +0 -0
  249. /package/types/{vuu-data-react/src/hooks → hooks}/useVuuMenuActions.d.ts +0 -0
  250. /package/types/{vuu-data-react/src/hooks → hooks}/useVuuTables.d.ts +0 -0
  251. /package/types/{vuu-data-react/src/index.d.ts → index.d.ts} +0 -0
  252. /package/types/{vuu-data-react/src/lost-connection-indicator → lost-connection-indicator}/LostConnectionIndicator.d.ts +0 -0
  253. /package/types/{vuu-data-react/src/session-editing-form → session-editing-form}/SessionEditingForm.d.ts +0 -0
  254. /package/types/{vuu-data-react/src/session-editing-form → session-editing-form}/index.d.ts +0 -0
@@ -1,42 +0,0 @@
1
- import { ThemeAttributes } from "@vuu-ui/vuu-utils";
2
- import { ReactNode } from "react";
3
- export interface PortalProps {
4
- /**
5
- * The children to render into the `container`.
6
- */
7
- children?: ReactNode;
8
- /**
9
- * An HTML element, component instance, or function that returns either.
10
- * The `container` will have the portal children appended to it.
11
- *
12
- * By default, it uses the body of the top-level document object,
13
- * so it's simply `document.body` most of the time.
14
- */
15
- container?: Element | (() => Element | null) | null;
16
- /**
17
- * Id of element into which portal will be rendered. If this node does not exist on the document,
18
- * it will be created for you. If more than one value is provided, the first element found will
19
- * be used.
20
- */
21
- id?: string | string[];
22
- /**
23
- * Callback invoked immediately after render (in layoutEffect). Can be
24
- * used to check position vis-a-vis viewport and adjust if out of bounds
25
- */
26
- onRender?: () => void;
27
- /**
28
- * Allow conditional rendering of this Portal, if false, will render nothing.
29
- * Defaults to true
30
- */
31
- open?: boolean;
32
- /**
33
- * ThemeAttributes can be passed in for cases where ContextMenu is
34
- * rendered via popup-service showPopup, outside the Context hierarchy.
35
- */
36
- themeAttributes?: ThemeAttributes;
37
- }
38
- /**
39
- * Portals provide a first-class way to render children into a DOM node
40
- * that exists outside the DOM hierarchy of the parent component.
41
- */
42
- export declare const Portal: ({ children, container: containerProp, id, onRender, open, themeAttributes, }: PortalProps) => import("react").ReactPortal | null;
@@ -1 +0,0 @@
1
- export * from "./Portal";
@@ -1,15 +0,0 @@
1
- import { CSSProperties, MouseEventHandler, ReactNode, RefObject } from "react";
2
- import { TooltipPlacement } from "./useTooltipAnchoredPosition";
3
- export type TooltipStatus = "warning" | "error" | "info";
4
- export interface TooltipProps {
5
- anchorElement: RefObject<HTMLElement | null>;
6
- children: ReactNode;
7
- className?: string;
8
- id?: string;
9
- onMouseEnter: MouseEventHandler;
10
- onMouseLeave: MouseEventHandler;
11
- placement: TooltipPlacement | TooltipPlacement[];
12
- status?: TooltipStatus;
13
- style?: CSSProperties;
14
- }
15
- export declare const Tooltip: ({ anchorElement, children, className, id, onMouseEnter, onMouseLeave, placement: placementProp, status, style: styleProp, }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from "./Tooltip";
2
- export * from "./useTooltip";
@@ -1,19 +0,0 @@
1
- import { MouseEvent, ReactNode } from "react";
2
- import { TooltipProps } from "./Tooltip";
3
- import { TooltipPlacement } from "./useTooltipAnchoredPosition";
4
- export interface TooltipHookProps {
5
- anchorQuery?: string;
6
- id: string;
7
- placement?: TooltipPlacement | TooltipPlacement[];
8
- tooltipContent: ReactNode;
9
- }
10
- export declare const useTooltip: ({ anchorQuery, id: idProp, placement, tooltipContent, }: TooltipHookProps) => {
11
- anchorProps: {
12
- "aria-describedby": string;
13
- onMouseEnter: (evt: MouseEvent) => void;
14
- onMouseLeave: () => void;
15
- };
16
- hideTooltip: (defer?: number) => void;
17
- showTooltip: (ref?: import("react").RefObject<HTMLElement | null>) => void;
18
- tooltipProps: TooltipProps | undefined;
19
- };
@@ -1,7 +0,0 @@
1
- import { RefCallback, RefObject } from "react";
2
- export type TooltipPlacement = "above" | "right" | "below" | "left";
3
- export interface TooltipAnchoredPositionHookProps {
4
- anchorElement: RefObject<HTMLElement | null>;
5
- placement: TooltipPlacement | TooltipPlacement[];
6
- }
7
- export declare const useTooltipAnchoredPosition: ({ anchorElement, placement, }: TooltipAnchoredPositionHookProps) => RefCallback<HTMLDivElement>;
@@ -1,13 +0,0 @@
1
- import { type CalendarCarouselProps } from "./internal/CalendarCarousel";
2
- import { type CalendarNavigationProps } from "./internal/CalendarNavigation";
3
- import { type useCalendarProps } from "./useCalendar";
4
- export type CalendarProps = useCalendarProps & {
5
- className?: string;
6
- id?: string;
7
- renderDayContents?: CalendarCarouselProps["renderDayContents"];
8
- hideYearDropdown?: CalendarNavigationProps["hideYearDropdown"];
9
- borderedDropdown?: CalendarNavigationProps["borderedDropdown"];
10
- TooltipProps?: CalendarCarouselProps["TooltipProps"];
11
- hideOutOfRangeDates?: CalendarCarouselProps["hideOutOfRangeDates"];
12
- };
13
- export declare const Calendar: import("react").ForwardRefExoticComponent<CalendarProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,4 +0,0 @@
1
- export * from "./Calendar";
2
- export * from "./useCalendarDay";
3
- export * from "./useCalendar";
4
- export * from "./useSelection";
@@ -1,3 +0,0 @@
1
- import { type CalendarMonthProps } from "./CalendarMonth";
2
- export type CalendarCarouselProps = Omit<CalendarMonthProps, "date">;
3
- export declare const CalendarCarousel: import("react").ForwardRefExoticComponent<Omit<CalendarCarouselProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,8 +0,0 @@
1
- import type { useCalendar } from "../useCalendar";
2
- interface CalendarState {
3
- state: ReturnType<typeof useCalendar>["state"];
4
- helpers: ReturnType<typeof useCalendar>["helpers"];
5
- }
6
- declare const CalendarContext: import("react").Context<CalendarState | null>;
7
- declare function useCalendarContext(): CalendarState;
8
- export { CalendarContext, useCalendarContext };
@@ -1,14 +0,0 @@
1
- import type { DateValue } from "@internationalized/date";
2
- import { type TooltipProps } from "@salt-ds/core";
3
- import { type ComponentPropsWithRef, type ReactElement } from "react";
4
- import { type DayStatus } from "../useCalendarDay";
5
- export type DateFormatter = (day: Date) => string | undefined;
6
- export interface CalendarDayProps extends Omit<ComponentPropsWithRef<"button">, "children"> {
7
- day: DateValue;
8
- formatDate?: DateFormatter;
9
- renderDayContents?: (date: DateValue, status: DayStatus) => ReactElement;
10
- status?: DayStatus;
11
- month: DateValue;
12
- TooltipProps?: Partial<TooltipProps>;
13
- }
14
- export declare const CalendarDay: import("react").ForwardRefExoticComponent<Omit<CalendarDayProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1,10 +0,0 @@
1
- import type { DateValue } from "@internationalized/date";
2
- import { type ComponentPropsWithRef } from "react";
3
- import { type CalendarDayProps } from "./CalendarDay";
4
- export interface CalendarMonthProps extends ComponentPropsWithRef<"div"> {
5
- date: DateValue;
6
- hideOutOfRangeDates?: boolean;
7
- renderDayContents?: CalendarDayProps["renderDayContents"];
8
- TooltipProps?: CalendarDayProps["TooltipProps"];
9
- }
10
- export declare const CalendarMonth: import("react").ForwardRefExoticComponent<Omit<CalendarMonthProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,16 +0,0 @@
1
- import { type ButtonProps, type DropdownProps } from "@salt-ds/core";
2
- import { type ComponentPropsWithRef } from "react";
3
- import { type DateValue } from "@internationalized/date";
4
- type dateDropdownProps = DropdownProps<DateValue>;
5
- export interface CalendarNavigationProps extends ComponentPropsWithRef<"div"> {
6
- MonthDropdownProps?: dateDropdownProps;
7
- YearDropdownProps?: dateDropdownProps;
8
- onMonthSelect?: dateDropdownProps["onChange"];
9
- onYearSelect?: dateDropdownProps["onChange"];
10
- borderedDropdown?: dateDropdownProps["bordered"];
11
- onNavigateNext?: ButtonProps["onClick"];
12
- onNavigatePrevious?: ButtonProps["onClick"];
13
- hideYearDropdown?: boolean;
14
- }
15
- export declare const CalendarNavigation: import("react").ForwardRefExoticComponent<Omit<CalendarNavigationProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
16
- export {};
@@ -1,3 +0,0 @@
1
- import { type ComponentPropsWithRef } from "react";
2
- export type CalendarWeekHeaderProps = ComponentPropsWithRef<"div">;
3
- export declare const CalendarWeekHeader: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,9 +0,0 @@
1
- import { type DateValue } from "@internationalized/date";
2
- import type { FocusEventHandler, KeyboardEventHandler, MouseEventHandler } from "react";
3
- export declare function useFocusManagement({ date }: {
4
- date: DateValue;
5
- }): {
6
- handleClick: MouseEventHandler<HTMLButtonElement>;
7
- handleKeyDown: KeyboardEventHandler<HTMLButtonElement>;
8
- handleFocus: FocusEventHandler<HTMLButtonElement>;
9
- };
@@ -1,15 +0,0 @@
1
- import { DateFormatter, type DateValue } from "@internationalized/date";
2
- export declare function getCurrentLocale(): string;
3
- export declare function getDateFormatter(options?: Intl.DateTimeFormatOptions): DateFormatter;
4
- export declare function formatDate(date: DateValue, options?: Intl.DateTimeFormatOptions): string;
5
- export declare function getCalender(): import("@internationalized/date").Calendar;
6
- type WeekdayFormat = Intl.DateTimeFormatOptions["weekday"];
7
- export declare function daysForLocale(weekday?: WeekdayFormat): string[];
8
- export declare function monthsForLocale(currentYear: DateValue): (import("@internationalized/date").CalendarDate | import("@internationalized/date").CalendarDateTime | import("@internationalized/date").ZonedDateTime)[];
9
- export declare function generateVisibleDays(currentMonth: DateValue): {
10
- date: DateValue;
11
- dateOfMonth: number;
12
- isCurrentMonth: boolean;
13
- }[];
14
- export declare function monthDiff(a: DateValue, b: DateValue): number;
15
- export {};
@@ -1,54 +0,0 @@
1
- import { type DateValue } from "@internationalized/date";
2
- import { type SyntheticEvent } from "react";
3
- import { type UseMultiSelectionCalendarProps, type UseOffsetSelectionCalendarProps, type UseRangeSelectionCalendarProps, type UseSingleSelectionCalendarProps } from "./useSelection";
4
- interface BaseUseCalendarProps {
5
- defaultVisibleMonth?: DateValue;
6
- onVisibleMonthChange?: (event: SyntheticEvent, visibleMonth: DateValue) => void;
7
- isDayUnselectable?: (date: DateValue) => string | false | undefined;
8
- isDayHighlighted?: (date: DateValue) => string | false | undefined;
9
- isDayDisabled?: (date: DateValue) => boolean;
10
- visibleMonth?: DateValue;
11
- hideOutOfRangeDates?: boolean;
12
- hideYearDropdown?: boolean;
13
- minDate?: DateValue;
14
- maxDate?: DateValue;
15
- }
16
- export type useCalendarProps = (Omit<UseSingleSelectionCalendarProps, "isDaySelectable"> | Omit<UseMultiSelectionCalendarProps, "isDaySelectable"> | Omit<UseRangeSelectionCalendarProps, "isDaySelectable"> | Omit<UseOffsetSelectionCalendarProps, "isDaySelectable">) & BaseUseCalendarProps;
17
- export declare function useCalendar(props: useCalendarProps): {
18
- state: {
19
- selectedDate: DateValue | import("./useSelection").RangeSelectionValueType | {
20
- startDate?: DateValue;
21
- endDate?: DateValue;
22
- } | DateValue[] | null | undefined;
23
- hoveredDate: import("@internationalized/date").CalendarDate | import("@internationalized/date").CalendarDateTime | import("@internationalized/date").ZonedDateTime | null | undefined;
24
- visibleMonth: DateValue;
25
- focusedDate: DateValue;
26
- minDate: DateValue | undefined;
27
- maxDate: DateValue | undefined;
28
- selectionVariant: "default" | "offset" | "range" | "multiselect";
29
- hideOutOfRangeDates: boolean | undefined;
30
- calendarFocused: boolean;
31
- };
32
- helpers: {
33
- setSelectedDate: (event: SyntheticEvent<HTMLButtonElement>, newSelectedDate: DateValue) => void;
34
- isSelected: (date: DateValue) => boolean;
35
- setHoveredDate: (event: SyntheticEvent, date: DateValue | null) => void;
36
- isHovered: (date: DateValue) => boolean;
37
- isSelectedSpan: (date: DateValue) => boolean;
38
- isHoveredSpan: (date: DateValue) => boolean;
39
- isSelectedStart: (date: DateValue) => boolean;
40
- isSelectedEnd: (date: DateValue) => boolean;
41
- isHoveredOffset: (date: DateValue) => boolean;
42
- setVisibleMonth: (event: SyntheticEvent, newVisibleMonth: DateValue) => void;
43
- setFocusedDate: (event: SyntheticEvent, date: DateValue) => void;
44
- setCalendarFocused: import("react").Dispatch<import("react").SetStateAction<boolean>>;
45
- isDayUnselectable: (date: DateValue) => string | false | undefined;
46
- isDayHighlighted: (date: DateValue) => string | false | undefined;
47
- isDayDisabled: (date: DateValue) => boolean;
48
- isDayVisible: (date: DateValue) => boolean;
49
- isOutsideAllowedDates: (date: DateValue) => boolean;
50
- isOutsideAllowedMonths: (date: DateValue) => boolean;
51
- isOutsideAllowedYears: (date: DateValue) => boolean;
52
- };
53
- };
54
- export {};
@@ -1,22 +0,0 @@
1
- import { type DateValue } from "@internationalized/date";
2
- import { type ComponentPropsWithoutRef, type RefObject } from "react";
3
- export interface DayStatus {
4
- outOfRange?: boolean;
5
- selected?: boolean;
6
- today?: boolean;
7
- unselectable?: string | false;
8
- highlighted?: string | false;
9
- focused?: boolean;
10
- disabled?: boolean;
11
- hidden?: boolean;
12
- }
13
- export interface useCalendarDayProps {
14
- date: DateValue;
15
- month: DateValue;
16
- }
17
- export declare function useCalendarDay({ date, month }: useCalendarDayProps, ref: RefObject<HTMLElement | null>): {
18
- status: DayStatus;
19
- dayProps: ComponentPropsWithoutRef<"button">;
20
- unselectableReason: string | false | undefined;
21
- highlightedReason: string | false | undefined;
22
- };
@@ -1,78 +0,0 @@
1
- import { CalendarDate, type DateValue } from "@internationalized/date";
2
- import type { KeyboardEventHandler, MouseEventHandler, SyntheticEvent } from "react";
3
- interface BaseUseSelectionCalendarProps<SelectionVariantType> {
4
- hoveredDate?: DateValue | null;
5
- selectedDate?: SelectionVariantType | null;
6
- defaultSelectedDate?: SelectionVariantType;
7
- onSelectedDateChange?: (event: SyntheticEvent, selectedDate: SelectionVariantType) => void;
8
- isDaySelectable: (date?: DateValue) => boolean;
9
- onHoveredDateChange?: (event: SyntheticEvent, hoveredDate: DateValue | null) => void;
10
- }
11
- export type SingleSelectionValueType = DateValue;
12
- type MultiSelectionValueType = DateValue[];
13
- export type RangeSelectionValueType = {
14
- startDate?: DateValue;
15
- endDate?: DateValue;
16
- };
17
- type OffsetSelectionValueType = {
18
- startDate?: DateValue;
19
- endDate?: DateValue;
20
- };
21
- type AllSelectionValueType = SingleSelectionValueType | MultiSelectionValueType | RangeSelectionValueType | OffsetSelectionValueType | null;
22
- export interface UseOffsetSelectionCalendarProps extends Omit<BaseUseSelectionCalendarProps<OffsetSelectionValueType>, "startDateOffset" | "endDateOffset"> {
23
- selectionVariant: "offset";
24
- startDateOffset?: (date: DateValue) => DateValue;
25
- endDateOffset?: (date: DateValue) => DateValue;
26
- }
27
- export interface UseRangeSelectionCalendarProps extends BaseUseSelectionCalendarProps<RangeSelectionValueType> {
28
- selectionVariant: "range";
29
- }
30
- export interface UseMultiSelectionCalendarProps extends BaseUseSelectionCalendarProps<MultiSelectionValueType> {
31
- selectionVariant: "multiselect";
32
- }
33
- export interface UseSingleSelectionCalendarProps extends BaseUseSelectionCalendarProps<SingleSelectionValueType> {
34
- selectionVariant: "default";
35
- }
36
- export type useSelectionCalendarProps = UseSingleSelectionCalendarProps | UseMultiSelectionCalendarProps | UseRangeSelectionCalendarProps | UseOffsetSelectionCalendarProps;
37
- export declare function isRangeOrOffsetSelectionValue(selectionValue?: AllSelectionValueType): selectionValue is RangeSelectionValueType | OffsetSelectionValueType;
38
- export declare function isRangeOrOffsetSelectionWithStartDate(selectionValue?: AllSelectionValueType): selectionValue is RangeSelectionValueType | OffsetSelectionValueType;
39
- export declare function useSelectionCalendar(props: useSelectionCalendarProps): {
40
- state: {
41
- selectedDate: DateValue | RangeSelectionValueType | OffsetSelectionValueType | MultiSelectionValueType | null | undefined;
42
- hoveredDate: CalendarDate | import("@internationalized/date").CalendarDateTime | import("@internationalized/date").ZonedDateTime | null | undefined;
43
- };
44
- helpers: {
45
- setSelectedDate: (event: SyntheticEvent<HTMLButtonElement>, newSelectedDate: DateValue) => void;
46
- isSelected: (date: DateValue) => boolean;
47
- setHoveredDate: (event: SyntheticEvent, date: DateValue | null) => void;
48
- isHovered: (date: DateValue) => boolean;
49
- isSelectedSpan: (date: DateValue) => boolean;
50
- isHoveredSpan: (date: DateValue) => boolean;
51
- isSelectedStart: (date: DateValue) => boolean;
52
- isSelectedEnd: (date: DateValue) => boolean;
53
- isHoveredOffset: (date: DateValue) => boolean;
54
- };
55
- };
56
- export declare function useSelectionDay({ date }: {
57
- date: DateValue;
58
- }): {
59
- handleClick: MouseEventHandler<HTMLButtonElement>;
60
- handleKeyDown: KeyboardEventHandler<HTMLButtonElement>;
61
- handleMouseOver: MouseEventHandler<HTMLButtonElement>;
62
- handleMouseLeave: MouseEventHandler<HTMLButtonElement>;
63
- status: {
64
- selected: boolean;
65
- selectedSpan: boolean;
66
- hoveredSpan: boolean;
67
- selectedStart: boolean;
68
- selectedEnd: boolean;
69
- hovered: boolean;
70
- hoveredOffset: boolean;
71
- };
72
- dayProps: {
73
- className: string;
74
- "aria-pressed": string | undefined;
75
- "aria-disabled": string | undefined;
76
- };
77
- };
78
- export {};
@@ -1,7 +0,0 @@
1
- import { IconButtonProps } from "../icon-button";
2
- import { ColumnSearchProps } from "./ColumnSearch";
3
- export interface ColumnPickerProps extends Omit<IconButtonProps, "icon">, Pick<ColumnSearchProps, "columns" | "onSelectionChange" | "selected"> {
4
- icon?: string;
5
- iconSize?: number;
6
- }
7
- export declare const ColumnPicker: import("react").ForwardRefExoticComponent<ColumnPickerProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1,12 +0,0 @@
1
- import { ListBoxProps } from "@salt-ds/core";
2
- import { HTMLAttributes } from "react";
3
- export interface ColumnSearchProps extends HTMLAttributes<HTMLDivElement>, Pick<ListBoxProps, "onSelectionChange" | "selected"> {
4
- columns: string[];
5
- onReorderColumns: (columns: string[]) => void;
6
- }
7
- /**
8
- * @deprecated
9
- *
10
- * use ColumnList instead
11
- */
12
- export declare const ColumnSearch: import("react").ForwardRefExoticComponent<ColumnSearchProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,2 +0,0 @@
1
- export * from "./ColumnPicker";
2
- export * from "./ColumnSearch";
@@ -1,3 +0,0 @@
1
- export * from "./useControlled";
2
- export * from "./use-resize-observer";
3
- export * from "./selectionTypes";
@@ -1,70 +0,0 @@
1
- import { MouseEventHandler, RefObject, SyntheticEvent } from "react";
2
- export type SelectionDisallowed = "none";
3
- export type SingleSelectionStrategy = "default" | "deselectable";
4
- export type MultiSelectionStrategy = "multiple" | "extended" | "extended-multi-range";
5
- /**
6
- * SpecialKeyMultiple works as deselectable unless a special key
7
- * (default SHIFT) is also pressed, then it allows multiple selection.
8
- * Useful for column sorting, filters etc
9
- */
10
- export type SpecialKeyMultipleSelection = "multiple-special-key";
11
- export type SelectionStrategy = SelectionDisallowed | SingleSelectionStrategy | MultiSelectionStrategy;
12
- export declare const isSingleSelection: (s?: SelectionStrategy) => s is SingleSelectionStrategy;
13
- export declare const isMultiSelection: (s?: SelectionStrategy) => s is MultiSelectionStrategy;
14
- export type SelectHandler<Item = string> = (event: SyntheticEvent, selectedItem: Item) => void;
15
- export declare const selectionIsDisallowed: (selection?: SelectionStrategy | SpecialKeyMultipleSelection) => selection is SelectionDisallowed;
16
- export declare const allowMultipleSelection: (selectionStrategy: SelectionStrategy | SpecialKeyMultipleSelection, specialKey?: boolean) => boolean;
17
- export declare const deselectionIsAllowed: (selection?: SelectionStrategy | SpecialKeyMultipleSelection) => selection is "deselectable" | MultiSelectionStrategy;
18
- export declare const hasSelection: <Item = unknown>(selected?: Item[]) => boolean;
19
- export declare const getFirstSelectedItem: <Item = unknown>(selected: Item[]) => Item;
20
- interface SelectionProps {
21
- defaultSelected?: string[];
22
- onSelect?: SelectHandler;
23
- onSelectionChange?: MultiSelectionHandler;
24
- selected?: string[];
25
- selectionStrategy?: SelectionStrategy;
26
- }
27
- export interface ListHandlers {
28
- onClick?: (event: React.MouseEvent<HTMLElement>) => void;
29
- onKeyDown?: (event: React.KeyboardEvent<HTMLElement>) => void;
30
- onKeyboardNavigation?: (event: React.KeyboardEvent, currentIndex: number) => void;
31
- onMouseMove?: (event: React.MouseEvent) => void;
32
- }
33
- export interface SelectionHookProps extends SelectionProps {
34
- containerRef: RefObject<HTMLElement | null>;
35
- disableSelection?: boolean;
36
- highlightedIndex: number;
37
- itemQuery: string;
38
- label?: string;
39
- onClick?: MouseEventHandler;
40
- selectionKeys?: string[];
41
- tabToSelect?: boolean;
42
- }
43
- export interface SelectionHookResult {
44
- listHandlers: ListHandlers;
45
- selected: string[];
46
- setSelected: (selected: string[]) => void;
47
- }
48
- /**
49
- * evt is only null in the special case of a selection fired from a multi-select
50
- * host on tab or selection based on freeform text in combobox
51
- */
52
- export type MultiSelectionHandler<Item = string> = (event: SyntheticEvent | null, selected: Item[]) => void;
53
- /**
54
- * evt is only null in the special case of freeform text in combobox
55
- */
56
- export type SingleSelectionHandler<Item = string> = (event: SyntheticEvent | null, selected: Item) => void;
57
- export type SelectionType<I, S extends SelectionStrategy> = S extends MultiSelectionStrategy ? I[] : I | null;
58
- export interface ComponentSelectionProps<Item = string, S extends SelectionStrategy = "default"> {
59
- defaultSelected?: S extends MultiSelectionStrategy ? Item[] : Item;
60
- onSelect?: SelectHandler<Item>;
61
- onSelectionChange?: S extends MultiSelectionStrategy ? MultiSelectionHandler<Item> : SingleSelectionHandler<Item>;
62
- selected?: SelectionType<Item, S>;
63
- selectionStrategy?: S;
64
- /**
65
- * The keyboard keys used to effect selection, defaults to SPACE and ENTER
66
- * TODO maybe this belongs on the SelectionProps interface ?
67
- */
68
- selectionKeys?: string[];
69
- }
70
- export {};
@@ -1,16 +0,0 @@
1
- import { RefObject } from "react";
2
- export declare const WidthHeight: string[];
3
- export declare const WidthOnly: string[];
4
- export declare const HeightOnly: string[];
5
- export type measurements<T = string | number> = {
6
- height?: T;
7
- clientHeight?: number;
8
- clientWidth?: number;
9
- contentHeight?: number;
10
- contentWidth?: number;
11
- scrollHeight?: number;
12
- scrollWidth?: number;
13
- width?: T;
14
- };
15
- export type ResizeHandler = (measurements: measurements<number>) => void;
16
- export declare function useResizeObserver(ref: RefObject<Element | HTMLElement | null>, dimensions: string[], onResize: ResizeHandler, reportInitialSize?: boolean): void;
@@ -1,24 +0,0 @@
1
- import { Dispatch, SetStateAction } from "react";
2
- export interface UseControlledProps<T> {
3
- /**
4
- * Holds the component value when it's controlled.
5
- */
6
- controlled?: T;
7
- /**
8
- * The default value when uncontrolled.
9
- */
10
- default: T;
11
- /**
12
- * The component name displayed in warnings.
13
- */
14
- name: string;
15
- /**
16
- * The name of the state variable displayed in warnings.
17
- */
18
- state?: string;
19
- }
20
- /**
21
- * Copied from MUI (v5) useControlled hook with one additional returned value
22
- * @see https://github.com/mui-org/material-ui/blob/0979e6a54ba47c278d1f535953c0520a86349811/packages/material-ui-utils/src/useControlled.js
23
- */
24
- export declare function useControlled<S>({ controlled, default: defaultProp, name, state, }: UseControlledProps<S>): [S, Dispatch<SetStateAction<S>>, boolean];
@@ -1,17 +0,0 @@
1
- import React, { ReactElement, ReactNode } from "react";
2
- /**
3
- * If component is a string, the component will be read from the
4
- * comoponent registry. In that case, componentProps can be used
5
- * to pass props to the component.
6
- */
7
- export type ShowContextPanel = (component: string | ReactElement, title: string, componentProps?: unknown) => void;
8
- export interface ContextPanelProps {
9
- hideContextPanel?: () => void;
10
- showContextPanel: ShowContextPanel;
11
- }
12
- export declare const ContextPanelContext: React.Context<ContextPanelProps>;
13
- export declare const ContextPanelProvider: ({ children, hideContextPanel: hideContextPanelProp, showContextPanel: showContextPanelProp, }: Partial<ContextPanelProps> & {
14
- children: ReactNode;
15
- }) => import("react/jsx-runtime").JSX.Element;
16
- export declare function useContextPanel(): ShowContextPanel;
17
- export declare function useHideContextPanel(): (() => void) | undefined;
@@ -1,11 +0,0 @@
1
- import { ButtonProps } from "@salt-ds/core";
2
- import type { VuuRowDataItemType } from "@vuu-ui/vuu-protocol-types";
3
- import type { CommitHandler } from "@vuu-ui/vuu-utils";
4
- export type CycleStateButtonChangeHandler = (value: VuuRowDataItemType) => void;
5
- export interface CycleStateButtonProps extends Omit<ButtonProps, "onChange"> {
6
- onChange?: CycleStateButtonChangeHandler;
7
- onCommit?: CommitHandler<HTMLButtonElement>;
8
- values: string[];
9
- value: string;
10
- }
11
- export declare const CycleStateButton: import("react").ForwardRefExoticComponent<CycleStateButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1 +0,0 @@
1
- export * from "./CycleStateButton";
@@ -1,60 +0,0 @@
1
- import { type ChangeEvent, type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode, type RefObject, type SyntheticEvent } from "react";
2
- import { type DateValue } from "@internationalized/date";
3
- import { type RangeSelectionValueType, type SingleSelectionValueType } from "../calendar";
4
- export interface DateInputProps<SelectionVariantType> extends Omit<ComponentPropsWithoutRef<"div">, "defaultValue" | "onChange">, Pick<ComponentPropsWithoutRef<"input">, "disabled" | "placeholder"> {
5
- ariaLabel?: string;
6
- /**
7
- * The marker to use in an empty read only DateInput.
8
- * Use `''` to disable this feature. Defaults to '—'.
9
- */
10
- emptyReadOnlyMarker?: string;
11
- /**
12
- * End adornment component
13
- */
14
- endAdornment?: ReactNode;
15
- /**
16
- * [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dateInput#Attributes) applied to the `input` elements.
17
- */
18
- inputProps?: InputHTMLAttributes<HTMLInputElement>;
19
- /**
20
- * If `true`, the component is read only.
21
- */
22
- readOnly?: boolean;
23
- /**
24
- * Validation status.
25
- */
26
- validationStatus?: "error" | "warning" | "success";
27
- /**
28
- * Styling variant. Defaults to "primary".
29
- */
30
- variant?: "primary" | "secondary";
31
- /**
32
- * Styling variant with full border. Defaults to false
33
- */
34
- bordered?: boolean;
35
- /**
36
- * Function to format the input value.
37
- */
38
- dateFormatter?: (input: DateValue | undefined) => string;
39
- /**
40
- * Reference for the startInput;
41
- */
42
- startInputRef?: RefObject<HTMLInputElement | null>;
43
- /**
44
- * Reference for the endInput;
45
- */
46
- endInputRef?: RefObject<HTMLInputElement | null>;
47
- /**
48
- * Selection variant. Defaults to single select.
49
- */
50
- selectionVariant?: "default" | "range";
51
- /**
52
- * Callback fired when the selected date change.
53
- */
54
- onSelectionChange?: (event: SyntheticEvent, selectedDate?: SelectionVariantType) => void;
55
- /**
56
- * Callback fired when the input value change.
57
- */
58
- onChange?: SelectionVariantType extends SingleSelectionValueType ? (event: ChangeEvent<HTMLInputElement>, selectedDateInputValue?: string) => void : (event: ChangeEvent<HTMLInputElement>, startDateInputValue?: string, endDateInputValue?: string) => void;
59
- }
60
- export declare const DateInput: import("react").ForwardRefExoticComponent<DateInputProps<DateValue | RangeSelectionValueType> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1 +0,0 @@
1
- export * from "./DateInput";