@mezzanine-ui/react 0.13.13 → 0.13.14

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 (119) hide show
  1. package/Accordion/Accordion.js +1 -2
  2. package/Accordion/AccordionDetails.js +1 -2
  3. package/Accordion/AccordionSummary.js +1 -2
  4. package/Alert/Alert.js +1 -2
  5. package/AppBar/AppBar.js +1 -2
  6. package/AppBar/AppBarBrand.js +1 -2
  7. package/AppBar/AppBarMain.js +1 -2
  8. package/AppBar/AppBarSupport.js +1 -2
  9. package/Badge/Badge.js +1 -2
  10. package/Badge/BadgeContainer.js +1 -2
  11. package/Button/ButtonGroup.js +1 -2
  12. package/Calendar/Calendar.js +1 -2
  13. package/Card/Card.js +1 -2
  14. package/Card/CardActions.js +1 -2
  15. package/Checkbox/CheckAll.js +1 -2
  16. package/Checkbox/Checkbox.js +1 -2
  17. package/Checkbox/CheckboxGroup.js +1 -2
  18. package/ConfirmActions/ConfirmActions.js +1 -2
  19. package/DatePicker/DatePicker.js +1 -2
  20. package/DatePicker/DatePickerCalendar.js +1 -2
  21. package/DateRangePicker/DateRangePicker.js +1 -2
  22. package/DateRangePicker/DateRangePickerCalendar.js +1 -2
  23. package/DateTimePicker/DateTimePicker.js +1 -2
  24. package/DateTimePicker/DateTimePickerPanel.js +1 -2
  25. package/Drawer/Drawer.js +1 -2
  26. package/Dropdown/Dropdown.js +1 -2
  27. package/Empty/Empty.js +1 -2
  28. package/Form/FormField.js +1 -2
  29. package/Form/FormLabel.js +1 -2
  30. package/Form/FormMessage.js +1 -2
  31. package/Form/useCheckboxControlValue.d.ts +1 -1
  32. package/Form/useCustomControlValue.d.ts +1 -1
  33. package/Form/useInputControlValue.d.ts +1 -1
  34. package/Form/useInputWithClearControlValue.d.ts +1 -1
  35. package/Form/useRadioControlValue.d.ts +1 -1
  36. package/Form/useSwitchControlValue.d.ts +1 -1
  37. package/Icon/Icon.js +1 -2
  38. package/Input/Input.js +1 -2
  39. package/Loading/Loading.js +1 -2
  40. package/Menu/Menu.js +1 -2
  41. package/Menu/MenuDivider.js +1 -2
  42. package/Menu/MenuItem.js +1 -2
  43. package/Menu/MenuItemGroup.js +1 -2
  44. package/Message/Message.js +1 -2
  45. package/Modal/Modal.js +1 -2
  46. package/Modal/ModalActions.js +1 -2
  47. package/Modal/ModalBody.js +1 -2
  48. package/Modal/ModalFooter.js +1 -2
  49. package/Modal/ModalHeader.js +1 -2
  50. package/Navigation/Navigation.js +1 -2
  51. package/Navigation/NavigationItem.js +1 -2
  52. package/Navigation/NavigationSubMenu.js +1 -2
  53. package/Notification/Notification.js +1 -2
  54. package/Overlay/Overlay.js +1 -2
  55. package/PageFooter/PageFooter.js +1 -2
  56. package/Pagination/Pagination.js +1 -2
  57. package/Pagination/PaginationItem.js +1 -2
  58. package/Pagination/PaginationJumper.js +1 -2
  59. package/Pagination/PaginationPageSize.js +1 -2
  60. package/Picker/PickerTrigger.js +1 -2
  61. package/Picker/RangePickerTrigger.js +1 -2
  62. package/Popconfirm/Popconfirm.js +1 -2
  63. package/Popover/Popover.js +1 -2
  64. package/Popper/Popper.js +1 -2
  65. package/Portal/Portal.js +1 -2
  66. package/Progress/Progress.js +1 -2
  67. package/Radio/Radio.js +1 -2
  68. package/Radio/RadioGroup.js +1 -2
  69. package/Select/AutoComplete.js +1 -2
  70. package/Select/Option.js +1 -2
  71. package/Select/Select.js +1 -2
  72. package/Select/SelectTrigger.js +1 -2
  73. package/Select/SelectTriggerTags.js +1 -2
  74. package/Select/TreeSelect.js +1 -2
  75. package/Skeleton/Skeleton.js +1 -2
  76. package/Slider/Slider.js +1 -2
  77. package/Stepper/Step.js +1 -2
  78. package/Stepper/Stepper.js +1 -2
  79. package/Switch/Switch.js +1 -2
  80. package/Table/Table.js +1 -2
  81. package/Table/TableCell.js +1 -2
  82. package/Table/pagination/useTablePagination.d.ts +1 -1
  83. package/Table/refresh/TableRefresh.js +1 -2
  84. package/Table/rowSelection/useTableRowSelection.d.ts +1 -1
  85. package/Table/sorting/useTableSorting.d.ts +1 -1
  86. package/Table/useTableFetchMore.d.ts +1 -1
  87. package/Table/useTableLoading.d.ts +1 -1
  88. package/Table/useTableScroll.d.ts +4 -2
  89. package/Tabs/Tab.js +1 -2
  90. package/Tabs/TabPane.js +1 -2
  91. package/Tabs/Tabs.js +1 -2
  92. package/Tag/Tag.js +1 -2
  93. package/TextField/TextField.js +1 -2
  94. package/Textarea/Textarea.js +1 -2
  95. package/TimePanel/TimePanel.js +1 -2
  96. package/TimePanel/TimePanelAction.js +1 -2
  97. package/TimePanel/TimePanelColumn.js +1 -2
  98. package/TimePicker/TimePicker.js +1 -2
  99. package/TimePicker/TimePickerPanel.js +1 -2
  100. package/Tooltip/Tooltip.js +1 -2
  101. package/Transition/Collapse.js +1 -2
  102. package/Transition/Fade.js +1 -2
  103. package/Transition/Grow.js +1 -2
  104. package/Transition/SlideFade.js +1 -2
  105. package/Transition/Zoom.js +1 -2
  106. package/Tree/Tree.js +1 -2
  107. package/Tree/TreeNode.js +1 -2
  108. package/Tree/TreeNodeList.js +1 -2
  109. package/Upload/UploadButton.js +1 -2
  110. package/Upload/UploadPicture.js +1 -2
  111. package/Upload/UploadPictureBlock.js +1 -2
  112. package/Upload/UploadPictureWall.js +1 -2
  113. package/Upload/UploadResult.js +1 -2
  114. package/_internal/InputCheck/InputCheck.js +1 -2
  115. package/_internal/InputCheck/InputCheckGroup.js +1 -2
  116. package/_internal/InputTriggerPopper/InputTriggerPopper.js +1 -2
  117. package/_internal/SlideFadeOverlay/SlideFadeOverlay.js +1 -2
  118. package/index.js +53 -53
  119. package/package.json +4 -4
package/Portal/Portal.js CHANGED
@@ -18,6 +18,5 @@ const Portal = (props) => {
18
18
  }
19
19
  return createPortal(children, portalElement);
20
20
  };
21
- var Portal$1 = Portal;
22
21
 
23
- export { Portal$1 as default };
22
+ export { Portal as default };
@@ -28,6 +28,5 @@ const Progress = forwardRef(function Progress(props, ref) {
28
28
  };
29
29
  return (jsxs("div", { ref: ref, className: cx(progressClasses.host, className, status === ProgressStatuses.success && progressClasses.success, status === ProgressStatuses.error && progressClasses.error, type === ProgressTypes.line && progressClasses.lineVariant, type === ProgressTypes.circle && progressClasses.circleVariant, progressClasses.size(size)), ...rest, children: [type === ProgressTypes.line && renderLine(), type === ProgressTypes.circle && renderCircle()] }));
30
30
  });
31
- var Progress$1 = Progress;
32
31
 
33
- export { Progress$1 as default };
32
+ export { Progress as default };
package/Radio/Radio.js CHANGED
@@ -29,6 +29,5 @@ const Radio = forwardRef(function Radio(props, ref) {
29
29
  [radioClasses.checked]: checked,
30
30
  }), children: jsx("input", { ...restInputProps, "aria-checked": checked, "aria-disabled": disabled, checked: checked, disabled: disabled, id: inputId, onChange: onChange, name: name, type: "radio", value: value }) })), disabled: disabled, error: error, htmlFor: inputId, size: size, children: children }));
31
31
  });
32
- var Radio$1 = Radio;
33
32
 
34
- export { Radio$1 as default };
33
+ export { Radio as default };
@@ -25,6 +25,5 @@ const RadioGroup = forwardRef(function RadioGroup(props, ref) {
25
25
  const children = childrenProp || options.map((option) => (jsx(Radio, { disabled: option.disabled, value: option.value, children: option.label }, option.value)));
26
26
  return (jsx(RadioGroupContext.Provider, { value: context, children: jsx(InputCheckGroup, { ...rest, ref: ref, role: "radiogroup", children: children }) }));
27
27
  });
28
- var RadioGroup$1 = RadioGroup;
29
28
 
30
- export { RadioGroup$1 as default };
29
+ export { RadioGroup as default };
@@ -116,6 +116,5 @@ const AutoComplete = forwardRef(function Select(props, ref) {
116
116
  }
117
117
  }, children: [jsx("p", { children: insertText }), jsx(Icon, { className: selectClasses.autoCompleteIcon, icon: PlusIcon })] })) : null] })] }) }));
118
118
  });
119
- var AutoComplete$1 = AutoComplete;
120
119
 
121
- export { AutoComplete$1 as default };
120
+ export { AutoComplete as default };
package/Select/Option.js CHANGED
@@ -40,6 +40,5 @@ const Option = forwardRef(function Option(props, ref) {
40
40
  onSelect();
41
41
  }, onKeyDown: onKeyDown, role: role, tabIndex: 0, children: children }));
42
42
  });
43
- var Option$1 = Option;
44
43
 
45
- export { Option$1 as default };
44
+ export { Option as default };
package/Select/Select.js CHANGED
@@ -123,6 +123,5 @@ const Select = forwardRef(function Select(props, ref) {
123
123
  }), [onChange, value]);
124
124
  return (jsx(SelectControlContext.Provider, { value: context, children: jsxs("div", { ref: nodeRef, className: cx(selectClasses.host, fullWidth && selectClasses.hostFullWidth), children: [jsx(SelectTrigger, { ref: composedRef, active: open, className: className, clearable: clearable, disabled: disabled, error: error, fullWidth: fullWidth, inputRef: inputRef, mode: mode, onTagClose: onChange, onClear: onClear, onClick: onClickTextField, onKeyDown: onKeyDownTextField, prefix: prefix, readOnly: true, renderValue: renderValue, required: required, inputProps: resolvedInputProps, size: size, suffixActionIcon: suffixActionIcon, value: value }), jsx(InputTriggerPopper, { ref: popperRef, anchor: controlRef, className: selectClasses.popper, disablePortal: disablePortal, open: open, options: popperOptions, sameWidth: true, children: jsx(Menu, { id: MENU_ID, "aria-activedescendant": Array.isArray(value) ? (_b = (_a = value === null || value === void 0 ? void 0 : value[0]) === null || _a === void 0 ? void 0 : _a.id) !== null && _b !== void 0 ? _b : '' : value === null || value === void 0 ? void 0 : value.id, itemsInView: itemsInView, maxHeight: menuMaxHeight, onScroll: onMenuScrollCallback, role: menuRole, size: menuSize, style: { border: 0 }, children: children }) })] }) }));
125
125
  });
126
- var Select$1 = Select;
127
126
 
128
- export { Select$1 as default };
127
+ export { Select as default };
@@ -51,6 +51,5 @@ const SelectTrigger = forwardRef((props, ref) => {
51
51
  }
52
52
  return (jsx(SelectTriggerComponent, { ...props, innerRef: ref }));
53
53
  });
54
- var SelectTrigger$1 = SelectTrigger;
55
54
 
56
- export { SelectTrigger$1 as default };
55
+ export { SelectTrigger as default };
@@ -28,6 +28,5 @@ const SelectTriggerTags = forwardRef(function SelectTriggerTags(props, ref) {
28
28
  onTagClose === null || onTagClose === void 0 ? void 0 : onTagClose(selection);
29
29
  }, size: size, children: selection.name }, selection.id)))), ellipsis ? renderFakeTags() : null] }), showTextInputAfterTags ? (jsx("div", { className: selectClasses.triggerTagsInput, children: jsx("input", { ...inputProps, ref: inputRef, "aria-autocomplete": "list", "aria-disabled": disabled, "aria-haspopup": "listbox", "aria-readonly": readOnly, "aria-required": required, autoComplete: "off", disabled: disabled, readOnly: readOnly, required: required, type: "search", value: searchText }) })) : null] }));
30
30
  });
31
- var SelectTriggerTags$1 = SelectTriggerTags;
32
31
 
33
- export { SelectTriggerTags$1 as default };
32
+ export { SelectTriggerTags as default };
@@ -196,6 +196,5 @@ const TreeSelect = forwardRef((props, ref) => {
196
196
  width: width || `${panelWidth}px`,
197
197
  }, children: jsx(Tree, { ...restTreeProps, ref: ref, className: cx(selectClasses.tree, treeClassName), disabledValues: disabledValues, expandControllerRef: expandControllerRef, expandedValues: expandedValues, multiple: multiple, nodes: nodes, onExpand: onExpand, onSelect: onSelect, selectMethod: "target", selectable: true, values: selectedValues }) }) })] }));
198
198
  });
199
- var TreeSelect$1 = TreeSelect;
200
199
 
201
- export { TreeSelect$1 as default };
200
+ export { TreeSelect as default };
@@ -10,6 +10,5 @@ const Skeleton = forwardRef(function Skeleton(props, ref) {
10
10
  const { className, height: skeletonHeight, style: skeletonStyle, type, width: skeletonWidth, ...rest } = props;
11
11
  return (jsx("div", { ...rest, ref: ref, className: cx(skeletonClasses.host, type === 'circle' && skeletonClasses.circle, className), style: { width: skeletonWidth, height: skeletonHeight, ...skeletonStyle }, ...rest }));
12
12
  });
13
- var Skeleton$1 = Skeleton;
14
13
 
15
- export { Skeleton$1 as default };
14
+ export { Skeleton as default };
package/Slider/Slider.js CHANGED
@@ -180,6 +180,5 @@ const Slider = forwardRef((props, ref) => {
180
180
  }
181
181
  return (jsx(SliderComponent, { ...props, innerRef: ref }));
182
182
  });
183
- var Slider$1 = Slider;
184
183
 
185
- export { Slider$1 as default };
184
+ export { Slider as default };
package/Stepper/Step.js CHANGED
@@ -15,6 +15,5 @@ const Step = forwardRef(function Step(props, ref) {
15
15
  const iconRender = (jsx(Typography, { className: stepClasses.iconBackground, variant: "button3", children: completed ? (jsx(Icon, { className: stepClasses.completedIcon, icon: CheckIcon, ...completedIconProps })) : index + 1 }));
16
16
  return (jsxs("div", { className: cx(stepClasses.host, disabled && stepClasses.disabled, className), ref: ref, ...rest, children: [iconRender, /** title (optional) */ title && (jsx(Typography, { className: stepClasses.title, variant: "button2", ...titleProps, children: title })), children] }));
17
17
  });
18
- var Step$1 = Step;
19
18
 
20
- export { Step$1 as default };
19
+ export { Step as default };
@@ -29,6 +29,5 @@ const Stepper = forwardRef(function Stepper(props, ref) {
29
29
  });
30
30
  return (jsx("div", { className: cx(stepperClasses.host, className), ref: ref, ...rest, children: stepsWithState }));
31
31
  });
32
- var Stepper$1 = Stepper;
33
32
 
34
- export { Stepper$1 as default };
33
+ export { Stepper as default };
package/Switch/Switch.js CHANGED
@@ -24,6 +24,5 @@ const Switch = forwardRef(function Switch(props, ref) {
24
24
  [switchClasses.large]: size === 'large',
25
25
  }, className), children: [jsx("span", { className: switchClasses.control, children: loading && jsx(Icon, { icon: SwitchSpinnerIcon, spin: true }) }), jsx("input", { ...inputProps, "aria-checked": checked, "aria-disabled": disabled, checked: checked, className: switchClasses.input, disabled: disabled, onChange: onChange, type: "checkbox" })] }));
26
26
  });
27
- var Switch$1 = Switch;
28
27
 
29
- export { Switch$1 as default };
28
+ export { Switch as default };
package/Table/Table.js CHANGED
@@ -164,6 +164,5 @@ const Table = forwardRef(function Table(props, ref) {
164
164
  transition: '0.1s',
165
165
  } }) }) }) })] })) }) }) }) }) }) }));
166
166
  });
167
- var Table$1 = Table;
168
167
 
169
- export { Table$1 as default };
168
+ export { Table as default };
@@ -19,6 +19,5 @@ const TableCell = forwardRef(function TableCell(props, ref) {
19
19
  }
20
20
  }, onMouseLeave: onMouseLeave, children: children })) })) : children }));
21
21
  });
22
- var TableCell$1 = TableCell;
23
22
 
24
- export { TableCell$1 as default };
23
+ export { TableCell as default };
@@ -5,4 +5,4 @@ export interface UseTablePagination {
5
5
  current?: TablePagination['current'];
6
6
  onChange?: TablePagination['onChange'];
7
7
  }
8
- export declare function useTablePagination(props: UseTablePagination): readonly [number, (c: number) => ReturnType<(c: number) => void>];
8
+ export declare function useTablePagination(props: UseTablePagination): readonly [number, (c: number) => void];
@@ -19,6 +19,5 @@ const TableRefresh = forwardRef(function TableRefresh(props, ref) {
19
19
  ]);
20
20
  return (jsx("div", { ref: ref, className: tableClasses.refresh, ...rest, children: jsx(Button, { onClick: onRefreshClicked, prefix: jsx(Icon, { icon: ResetIcon }), children: children || '重新整理' }) }));
21
21
  });
22
- var TableRefresh$1 = TableRefresh;
23
22
 
24
- export { TableRefresh$1 as default };
23
+ export { TableRefresh as default };
@@ -3,4 +3,4 @@ export declare const SELECTED_ALL_KEY = "MZN-TABLE-ROW-SELECTION-ALL";
3
3
  export interface UseTableRowSelection extends Omit<TableRowSelection, 'actions'> {
4
4
  dataSource: TableDataSource[];
5
5
  }
6
- export declare function useTableRowSelection(props: UseTableRowSelection): readonly [string[], (v: string) => ReturnType<(v: string) => void>];
6
+ export declare function useTableRowSelection(props: UseTableRowSelection): readonly [string[], (v: string) => void];
@@ -3,7 +3,7 @@ export interface UseTableSorting {
3
3
  dataSource: TableDataSource[];
4
4
  }
5
5
  export type SortedType = 'desc' | 'asc' | 'none';
6
- export declare function useTableSorting(props: UseTableSorting): readonly [TableDataSource[], (v: Pick<TableColumn<TableRecord<unknown>>, "dataIndex" | "sorter" | "onSorted">) => ReturnType<(v: Pick<TableColumn<TableRecord<unknown>>, "dataIndex" | "sorter" | "onSorted">) => void>, {
6
+ export declare function useTableSorting(props: UseTableSorting): readonly [TableDataSource[], (v: Pick<TableColumn<TableRecord<unknown>>, "dataIndex" | "sorter" | "onSorted">) => void, {
7
7
  readonly sortedOn: string;
8
8
  readonly sortedType: SortedType;
9
9
  readonly onResetAll: () => void;
@@ -4,7 +4,7 @@ export interface UseTableFetchMore extends TableFetchMore {
4
4
  disabled?: boolean;
5
5
  }
6
6
  export declare function useTableFetchMore(props: UseTableFetchMore): {
7
- readonly fetchMore: (() => ReturnType<() => void>) | undefined;
7
+ readonly fetchMore: (() => void) | undefined;
8
8
  readonly isFetching: boolean;
9
9
  readonly isReachEnd: boolean;
10
10
  };
@@ -2,4 +2,4 @@ export declare const SELECTED_ALL_KEY = "MZN-TABLE-ROW-SELECTION-ALL";
2
2
  export interface UseTableLoading {
3
3
  loading?: boolean;
4
4
  }
5
- export declare function useTableLoading(props: UseTableLoading): readonly [boolean, (l: boolean) => ReturnType<(l: boolean) => void>];
5
+ export declare function useTableLoading(props: UseTableLoading): readonly [boolean, (l: boolean) => void];
@@ -27,12 +27,14 @@ export default function useTableScroll(props: TableScrollProps): readonly [{
27
27
  suppressContentEditableWarning?: boolean | undefined;
28
28
  suppressHydrationWarning?: boolean | undefined;
29
29
  accessKey?: string | undefined;
30
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
30
31
  autoFocus?: boolean | undefined;
31
32
  className?: string | undefined;
32
33
  contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
33
34
  contextMenu?: string | undefined;
34
35
  dir?: string | undefined;
35
36
  draggable?: (boolean | "false" | "true") | undefined;
37
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
36
38
  hidden?: boolean | undefined;
37
39
  id?: string | undefined;
38
40
  lang?: string | undefined;
@@ -56,7 +58,6 @@ export default function useTableScroll(props: TableScrollProps): readonly [{
56
58
  rev?: string | undefined;
57
59
  typeof?: string | undefined;
58
60
  vocab?: string | undefined;
59
- autoCapitalize?: string | undefined;
60
61
  autoCorrect?: string | undefined;
61
62
  autoSave?: string | undefined;
62
63
  color?: string | undefined;
@@ -297,12 +298,14 @@ export default function useTableScroll(props: TableScrollProps): readonly [{
297
298
  suppressContentEditableWarning?: boolean | undefined;
298
299
  suppressHydrationWarning?: boolean | undefined;
299
300
  accessKey?: string | undefined;
301
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
300
302
  autoFocus?: boolean | undefined;
301
303
  className?: string | undefined;
302
304
  contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
303
305
  contextMenu?: string | undefined;
304
306
  dir?: string | undefined;
305
307
  draggable?: (boolean | "false" | "true") | undefined;
308
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
306
309
  hidden?: boolean | undefined;
307
310
  id?: string | undefined;
308
311
  lang?: string | undefined;
@@ -326,7 +329,6 @@ export default function useTableScroll(props: TableScrollProps): readonly [{
326
329
  rev?: string | undefined;
327
330
  typeof?: string | undefined;
328
331
  vocab?: string | undefined;
329
- autoCapitalize?: string | undefined;
330
332
  autoCorrect?: string | undefined;
331
333
  autoSave?: string | undefined;
332
334
  color?: string | undefined;
package/Tabs/Tab.js CHANGED
@@ -12,6 +12,5 @@ const Tab = forwardRef(function Tab(props, ref) {
12
12
  [tabsClasses.tabActive]: active,
13
13
  }, className), disabled: disabled, children: children }));
14
14
  });
15
- var Tab$1 = Tab;
16
15
 
17
- export { Tab$1 as default };
16
+ export { Tab as default };
package/Tabs/TabPane.js CHANGED
@@ -14,6 +14,5 @@ const TabPane = forwardRef(function TabPane(props, ref) {
14
14
  tab, ...rest } = props;
15
15
  return (jsx("div", { ...rest, ref: ref, className: cx(tabsClasses.pane, className), children: children }));
16
16
  });
17
- var TabPane$1 = TabPane;
18
17
 
19
- export { TabPane$1 as default };
18
+ export { TabPane as default };
package/Tabs/Tabs.js CHANGED
@@ -43,6 +43,5 @@ const Tabs = forwardRef(function Tabs(props, ref) {
43
43
  const { isOverflowing, isScrollToBegin, isScrollToEnd, scrollToLeft, scrollToRight, } = useTabsOverflow(tabsRef);
44
44
  return (jsxs("div", { ...rest, ref: ref, className: cx(tabsClasses.host, className), children: [jsxs("div", { className: cx(tabsClasses.tabBar, tabBarClassName), children: [jsxs("div", { className: tabsClasses.overflow, children: [isOverflowing && !isScrollToBegin && (jsx("button", { "aria-label": "scrollToLeft", className: tabsClasses.scrollBtn, onClick: () => scrollToLeft(), type: "button", children: jsx(Icon, { icon: ChevronLeftIcon }) })), jsx("div", { ref: tabsRef, className: tabsClasses.tabs, children: tabs }), isOverflowing && !isScrollToEnd && (jsx("button", { "aria-label": "scrollToRight", className: tabsClasses.scrollBtn, onClick: () => scrollToRight(), type: "button", children: jsx(Icon, { icon: ChevronRightIcon }) }))] }), actions] }), pane] }));
45
45
  });
46
- var Tabs$1 = Tabs;
47
46
 
48
- export { Tabs$1 as default };
47
+ export { Tabs as default };
package/Tag/Tag.js CHANGED
@@ -20,6 +20,5 @@ const Tag = forwardRef(function Tag(props, ref) {
20
20
  }
21
21
  }, tabIndex: -1 }))] }));
22
22
  });
23
- var Tag$1 = Tag;
24
23
 
25
- export { Tag$1 as default };
24
+ export { Tag as default };
@@ -40,6 +40,5 @@ const TextField = forwardRef(function TextField(props, ref) {
40
40
  }
41
41
  }, onMouseDown: (event) => event.preventDefault(), role: "button", tabIndex: -1 }))] }));
42
42
  });
43
- var TextField$1 = TextField;
44
43
 
45
- export { TextField$1 as default };
44
+ export { TextField as default };
@@ -30,6 +30,5 @@ const Textarea = forwardRef(function Textarea(props, ref) {
30
30
  [textareaClasses.upperLimit]: upperLimit,
31
31
  }, className), clearable: clearable, disabled: disabled, error: error, fullWidth: fullWidth, onClear: onClear, size: size, children: [jsx("textarea", { ...textareaProps, ref: composedTextareaRef, "aria-disabled": disabled, "aria-multiline": true, "aria-readonly": readOnly, "aria-required": required, disabled: disabled, maxLength: maxLength, onChange: onChange, placeholder: placeholder, readOnly: readOnly, required: required, rows: rows, value: value }), typeof maxLength === 'number' && (jsxs("span", { className: textareaClasses.count, children: [value.length, "/", maxLength] }))] }));
32
32
  });
33
- var Textarea$1 = Textarea;
34
33
 
35
- export { Textarea$1 as default };
34
+ export { Textarea as default };
@@ -60,6 +60,5 @@ const TimePanel = forwardRef(function TimePanel(props, ref) {
60
60
  }
61
61
  return (jsxs("div", { ...restHostProps, ref: ref, className: cx(timePanelClasses.host, className), children: [jsxs("div", { className: timePanelClasses.columns, children: [!hideHour && hourUnits && (jsx(TimePanelColumn, { prefix: hourPrefix, units: hourUnits, activeUnit: activeHour, onChange: getChangeHandle('hour'), onNext: getControlHandle('hour', hourUnits, hourStep), onPrev: getControlHandle('hour', hourUnits, -hourStep) })), !hideMinute && minuteUnits && (jsx(TimePanelColumn, { prefix: minutePrefix, units: minuteUnits, activeUnit: activeMinute, onChange: getChangeHandle('minute'), onNext: getControlHandle('minute', minuteUnits, minuteStep), onPrev: getControlHandle('minute', minuteUnits, -minuteStep) })), !hideSecond && secondUnits && (jsx(TimePanelColumn, { prefix: secondPrefix, units: secondUnits, activeUnit: activeSecond, onChange: getChangeHandle('second'), onNext: getControlHandle('second', secondUnits, secondStep), onPrev: getControlHandle('second', secondUnits, -secondStep) }))] }), !withoutAction && (jsx(TimePanelAction, { onConfirm: onConfirm, confirmText: confirmText }))] }));
62
62
  });
63
- var TimePanel$1 = TimePanel;
64
63
 
65
- export { TimePanel$1 as default };
64
+ export { TimePanel as default };
@@ -11,6 +11,5 @@ const TimePanelAction = forwardRef(function TimePanelAction(props, ref) {
11
11
  const { className, confirmText = 'OK', onConfirm, ...rest } = props;
12
12
  return (jsx("div", { ...rest, ref: ref, className: cx(timePanelClasses.action, className), children: jsx(Button, { variant: "contained", size: "small", onClick: onConfirm, children: confirmText }) }));
13
13
  });
14
- var TimePanelAction$1 = TimePanelAction;
15
14
 
16
- export { TimePanelAction$1 as default };
15
+ export { TimePanelAction as default };
@@ -33,6 +33,5 @@ const TimePanelColumn = forwardRef(function TimePanelColumn(props, ref) {
33
33
  [timePanelClasses.buttonActive]: unit.value === activeUnit,
34
34
  }), onClick: getChangeHandler(unit), children: unit.label }, unit.value))) }), jsx("button", { type: "button", className: cx(timePanelClasses.button, timePanelClasses.columnControlButton), onClick: onNext, children: jsx(Icon, { icon: ChevronDownIcon }) })] }));
35
35
  });
36
- var TimePanelColumn$1 = TimePanelColumn;
37
36
 
38
- export { TimePanelColumn$1 as default };
37
+ export { TimePanelColumn as default };
@@ -109,6 +109,5 @@ const TimePicker = forwardRef(function TimePicker(props, ref) {
109
109
  const suffixActionIcon = (jsx(Icon, { icon: ClockIcon, onClick: onIconClick }));
110
110
  return (jsxs(Fragment, { children: [jsx(PickerTrigger, { ref: triggerComposedRef, className: className, clearable: clearable, disabled: disabled, error: error, fullWidth: fullWidth, inputProps: resolvedInputProps, inputRef: inputRef, onChange: onInputChange, onClear: onClear, placeholder: placeholder, prefix: prefix, readOnly: readOnly, required: required, size: sizeProp, suffixActionIcon: suffixActionIcon, value: inputValue }), jsx(TimePickerPanel, { ref: panelRef, anchor: anchorRef, confirmText: confirmText, hideHour: hideHour, hideMinute: hideMinute, hideSecond: hideSecond, hourPrefix: hourPrefix, hourStep: hourStep, minutePrefix: minutePrefix, minuteStep: minuteStep, onChange: onChange, onConfirm: onConfirm, open: open, popperProps: popperProps, secondPrefix: secondPrefix, secondStep: secondStep, value: internalValue })] }));
111
111
  });
112
- var TimePicker$1 = TimePicker;
113
112
 
114
- export { TimePicker$1 as default };
113
+ export { TimePicker as default };
@@ -10,6 +10,5 @@ const TimePickerPanel = forwardRef(function TimePickerPanel(props, ref) {
10
10
  const { anchor, confirmText, fadeProps, hideHour, hideMinute, hideSecond, hourPrefix, hourStep, minutePrefix, minuteStep, onChange, onConfirm, open, popperProps, secondPrefix, secondStep, value, ...restHostProps } = props;
11
11
  return (jsx(InputTriggerPopper, { ...popperProps, ref: ref, anchor: anchor, open: open, fadeProps: fadeProps, children: jsx(TimePanel, { ...restHostProps, hideHour: hideHour, hourStep: hourStep, hideMinute: hideMinute, minuteStep: minuteStep, hideSecond: hideSecond, secondStep: secondStep, hourPrefix: hourPrefix, minutePrefix: minutePrefix, secondPrefix: secondPrefix, onChange: onChange, value: value, onConfirm: onConfirm, confirmText: confirmText }) }));
12
12
  });
13
- var TimePickerPanel$1 = TimePickerPanel;
14
13
 
15
- export { TimePickerPanel$1 as default };
14
+ export { TimePickerPanel as default };
@@ -33,6 +33,5 @@ const Tooltip = forwardRef(function Tooltip(props, ref) {
33
33
  onMouseLeave: onLeave,
34
34
  })] }));
35
35
  });
36
- var Tooltip$1 = Tooltip;
37
36
 
38
- export { Tooltip$1 as default };
37
+ export { Tooltip as default };
@@ -104,6 +104,5 @@ const Collapse = forwardRef(function Collapse(props, ref) {
104
104
  ...style,
105
105
  }, children: jsx("div", { ref: wrapperRef, style: { display: 'flex', width: '100%' }, children: jsx("div", { style: { width: '100%' }, children: children }) }) })) }));
106
106
  });
107
- var Collapse$1 = Collapse;
108
107
 
109
- export { Collapse$1 as default };
108
+ export { Collapse as default };
@@ -80,6 +80,5 @@ const Fade = forwardRef(function Fade(props, ref) {
80
80
  },
81
81
  })) }));
82
82
  });
83
- var Fade$1 = Fade;
84
83
 
85
- export { Fade$1 as default };
84
+ export { Fade as default };
@@ -109,6 +109,5 @@ const Grow = forwardRef(function Grow(props, ref) {
109
109
  },
110
110
  })) }));
111
111
  });
112
- var Grow$1 = Grow;
113
112
 
114
- export { Grow$1 as default };
113
+ export { Grow as default };
@@ -89,6 +89,5 @@ const SlideFade = forwardRef(function SlideFade(props, ref) {
89
89
  },
90
90
  })) }));
91
91
  });
92
- var SlideFade$1 = SlideFade;
93
92
 
94
- export { SlideFade$1 as default };
93
+ export { SlideFade as default };
@@ -80,6 +80,5 @@ const Zoom = forwardRef(function Zoom(props, ref) {
80
80
  },
81
81
  })) }));
82
82
  });
83
- var Zoom$1 = Zoom;
84
83
 
85
- export { Zoom$1 as default };
84
+ export { Zoom as default };
package/Tree/Tree.js CHANGED
@@ -127,6 +127,5 @@ const Tree = forwardRef(function Tree(props, ref) {
127
127
  const onSelect = selectable ? selectHandler : undefined;
128
128
  return (jsx("div", { ref: ref, className: cx(treeClasses.host, className), ...restRootProp, children: jsx(TreeNodeList, { ...treeNodeListProps, multiple: multiple, nodes: displayNodes, onExpand: onExpand, onSelect: onSelect, selectable: selectable, size: size, treeNodeProps: treeNodeProps, treeNodeRefs: treeNodeRefs }) }));
129
129
  });
130
- var Tree$1 = Tree;
131
130
 
132
- export { Tree$1 as default };
131
+ export { Tree as default };
package/Tree/TreeNode.js CHANGED
@@ -39,6 +39,5 @@ const TreeNode = forwardRef(function TreeNode(props, ref) {
39
39
  [treeClasses.nodeLabelDisabled]: disabled,
40
40
  }), children: label }))] }), mayHaveChildren && (jsx(Collapse, { in: expanded, appear: false, children: children || jsx(Loading, { loading: true, iconProps: { size: 16 } }) }))] }));
41
41
  });
42
- var TreeNode$1 = TreeNode;
43
42
 
44
- export { TreeNode$1 as default };
43
+ export { TreeNode as default };
@@ -26,6 +26,5 @@ const TreeNodeList = forwardRef((props, ref) => {
26
26
  : undefined }, value));
27
27
  }) }));
28
28
  });
29
- var TreeNodeList$1 = TreeNodeList;
30
29
 
31
- export { TreeNodeList$1 as default };
30
+ export { TreeNodeList as default };
@@ -19,6 +19,5 @@ const UploadButton = forwardRef(function UploadButton(props, ref) {
19
19
  }
20
20
  }, prefix: jsx(Icon, { icon: UploadIcon }), children: [jsx(UploadInput, { ref: inputRef, accept: accept, disabled: disabled, multiple: multiple, onUpload: onUpload }), children] }));
21
21
  });
22
- var UploadButton$1 = UploadButton;
23
22
 
24
- export { UploadButton$1 as default };
23
+ export { UploadButton as default };
@@ -47,6 +47,5 @@ const UploadPicture = forwardRef(function UploadPicture(props, ref) {
47
47
  }));
48
48
  return (jsx("div", { ref: ref, className: cx(uploadPictureClasses.host, className), style: style, children: jsx(UploadPictureBlock, { accept: accept, defaultUploadErrorLabel: defaultUploadErrorLabel, defaultUploadingLabel: defaultUploadingLabel, defaultUploadLabel: defaultUploadLabel, disabled: disabled, imageLoader: uploadPictureImageLoader.current, multiple: false, onDelete: onImageDelete, onUpload: onImageUpload, onValueChange: onChange }) }));
49
49
  });
50
- var UploadPicture$1 = UploadPicture;
51
50
 
52
- export { UploadPicture$1 as default };
51
+ export { UploadPicture as default };
@@ -77,6 +77,5 @@ const UploadPictureBlock = forwardRef(function UploadPictureBlock(props, ref) {
77
77
  // eslint-disable-next-line react/jsx-no-useless-fragment
78
78
  jsx(Fragment, { children: showImage ? (jsxs(Fragment, { children: [jsx("img", { alt: "", src: (value ? `${fileHost || ''}${value}` : previewImage), className: uploadPictureBlockClasses.preview }), isLoading ? (jsxs("div", { className: uploadPictureBlockClasses.group, children: [jsx(Icon, { icon: SpinnerIcon, spin: true }), jsx("span", { className: uploadPictureBlockClasses.status, children: defaultUploadingLabel })] })) : null] })) : (jsxs("div", { className: uploadPictureBlockClasses.group, children: [jsx(Icon, { icon: UploadIcon }), jsx("span", { className: uploadPictureBlockClasses.status, children: defaultUploadLabel })] })) })), !disabled && canDeleteImage && (jsx("div", { className: uploadPictureBlockClasses.delete, children: jsx(Icon, { icon: TrashIcon }) }))] }));
79
79
  });
80
- var UploadPictureBlock$1 = UploadPictureBlock;
81
80
 
82
- export { UploadPictureBlock$1 as default };
81
+ export { UploadPictureBlock as default };
@@ -152,6 +152,5 @@ const UploadPictureWall = forwardRef(function UploadPictureWall(props, ref) {
152
152
  }));
153
153
  return (jsxs("div", { ref: ref, className: cx(uploadPictureWallClasses.host, className), style: style, children: [loaderList.map((up) => (jsx(UploadPictureWallItem, { accept: accept, defaultUploadErrorLabel: defaultUploadErrorLabel, defaultUploadingLabel: defaultUploadingLabel, defaultUploadLabel: defaultUploadLabel, disabled: disabled, imageLoader: up, multiple: multiple, onDelete: () => onImageDelete(up.getUid()), fileHost: fileHost }, up.getUid()))), maxLength && loaderList.length >= maxLength ? null : (jsx(UploadPictureWallItem, { accept: accept, defaultUploadErrorLabel: defaultUploadErrorLabel, defaultUploadingLabel: defaultUploadingLabel, defaultUploadLabel: defaultUploadLabel, disabled: disabled, imageLoader: new ImageUploader(), multiple: multiple, onUpload: onImagesUpload, fileHost: fileHost }))] }));
154
154
  });
155
- var UploadPictureWall$1 = UploadPictureWall;
156
155
 
157
- export { UploadPictureWall$1 as default };
156
+ export { UploadPictureWall as default };
@@ -25,6 +25,5 @@ const UploadResult = forwardRef(function UploadResult(props, ref) {
25
25
  [uploadResultClasses.loading]: loading,
26
26
  }, className), style: style, children: [jsx("span", { className: uploadResultClasses.name, children: name }), jsxs("div", { className: uploadResultClasses.actions, children: [loading && (jsx(Icon, { icon: SpinnerIcon, spin: true })), done && (jsx(Icon, { icon: DownloadIcon, onClick: onDownload, role: "button" })), (done || error) && (jsx(Icon, { icon: TimesIcon, onClick: onDelete, role: "button" }))] })] }));
27
27
  });
28
- var UploadResult$1 = UploadResult;
29
28
 
30
- export { UploadResult$1 as default };
29
+ export { UploadResult as default };
@@ -14,6 +14,5 @@ const InputCheck = forwardRef(function InputCheck(props, ref) {
14
14
  [inputCheckClasses.withLabel]: !!children,
15
15
  }, className), htmlFor: htmlFor, children: [jsx("span", { className: inputCheckClasses.control, children: control }), children && (jsx("span", { className: inputCheckClasses.label, children: children }))] }));
16
16
  });
17
- var InputCheck$1 = InputCheck;
18
17
 
19
- export { InputCheck$1 as default };
18
+ export { InputCheck as default };
@@ -10,6 +10,5 @@ const InputCheckGroup = forwardRef(function InputCheckGroup(props, ref) {
10
10
  const { children, className, orientation = 'horizontal', ...rest } = props;
11
11
  return (jsx("div", { ...rest, ref: ref, "aria-orientation": orientation, className: cx(inputCheckGroupClasses.host, inputCheckGroupClasses.orientation(orientation), className), children: children }));
12
12
  });
13
- var InputCheckGroup$1 = InputCheckGroup;
14
13
 
15
- export { InputCheckGroup$1 as default };
14
+ export { InputCheckGroup as default };
@@ -40,6 +40,5 @@ const InputTriggerPopper = forwardRef(function InputTriggerPopper(props, ref) {
40
40
  ],
41
41
  }, children: children }) }));
42
42
  });
43
- var InputTriggerPopper$1 = InputTriggerPopper;
44
43
 
45
- export { InputTriggerPopper$1 as default };
44
+ export { InputTriggerPopper as default };
@@ -61,6 +61,5 @@ const SlideFadeOverlay = forwardRef(function SlideFadeOverlay(props, ref) {
61
61
  }
62
62
  return (jsx(Overlay, { className: cx(overlayWithSlideFadeClasses.host, className), container: container, disableCloseOnBackdropClick: disableCloseOnBackdropClick, disablePortal: disablePortal, hideBackdrop: hideBackdrop, invisibleBackdrop: invisibleBackdrop, onBackdropClick: onBackdropClick, onClose: onClose, open: open, role: "presentation", children: jsx(SlideFade, { ref: ref, in: open, direction: direction, onEntered: () => setExited(false), onExited: () => setExited(true), children: children }) }));
63
63
  });
64
- var SlideFadeOverlay$1 = SlideFadeOverlay;
65
64
 
66
- export { SlideFadeOverlay$1 as default };
65
+ export { SlideFadeOverlay as default };