linear-react-components-ui 1.1.24-rc.1 → 1.1.25-beta.2

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 (59) hide show
  1. package/lib/assets/styles/button.scss +1 -1
  2. package/lib/assets/styles/calendar.scss +3 -3
  3. package/lib/assets/styles/datepicker2.scss +2 -5
  4. package/lib/assets/styles/drawers.scss +3 -2
  5. package/lib/assets/styles/fieldset.scss +1 -1
  6. package/lib/assets/styles/multiSelect.scss +6 -6
  7. package/lib/assets/styles/periodpicker.scss +1 -1
  8. package/lib/assets/styles/selectfield.scss +1 -1
  9. package/lib/assets/styles/table.scss +6 -0
  10. package/lib/assets/styles/tabs.scss +6 -2
  11. package/lib/assets/styles/textfield.scss +1 -1
  12. package/lib/buttons/DefaultButton.js +1 -1
  13. package/lib/checkbox/index.js +3 -1
  14. package/lib/checkbox/types.d.ts +1 -0
  15. package/lib/dialog/base/Content.js +4 -4
  16. package/lib/dialog/base/index.js +20 -22
  17. package/lib/dialog/form/index.js +6 -4
  18. package/lib/drawer/Drawer.js +1 -1
  19. package/lib/form2/index.d.ts +1 -1
  20. package/lib/form2/types.d.ts +4 -0
  21. package/lib/form2/useForm/index.js +2 -0
  22. package/lib/index-19761a50.d.ts +26 -0
  23. package/lib/index-4bda404f.d.ts +42 -0
  24. package/lib/index-afb7b5a9.d.ts +15 -0
  25. package/lib/inputs/date/index.js +3 -3
  26. package/lib/inputs/multiSelect/Dropdown.js +4 -3
  27. package/lib/inputs/multiSelect/index.js +23 -5
  28. package/lib/inputs/multiSelect/types.d.ts +2 -0
  29. package/lib/inputs/period/PeriodList.js +3 -12
  30. package/lib/inputs/period/index.js +97 -124
  31. package/lib/inputs/search/index.js +6 -2
  32. package/lib/inputs/select/multiple/index.js +3 -2
  33. package/lib/inputs/select/simple/index.js +4 -3
  34. package/lib/inputs/select/types.d.ts +1 -0
  35. package/lib/inputs/types.d.ts +1 -0
  36. package/lib/inputs2/checkboxfield/index.d.ts +1 -1
  37. package/lib/inputs2/checkboxfield/index.js +4 -3
  38. package/lib/inputs2/date/base/index.js +1 -2
  39. package/lib/inputs2/date/datefield/calendarbox.d.ts +1 -1
  40. package/lib/inputs2/date/dateperiodfield/calendarbox.d.ts +1 -1
  41. package/lib/inputs2/index.d.ts +3 -3
  42. package/lib/inputs2/numberfield/index.js +19 -2
  43. package/lib/inputs2/radiofield/index.d.ts +1 -1
  44. package/lib/inputs2/radiofield/index.js +15 -3
  45. package/lib/inputs2/radiofield/types.d.ts +1 -0
  46. package/lib/inputs2/selectfield/index.d.ts +1 -1
  47. package/lib/inputs2/selectfield/item.d.ts +1 -1
  48. package/lib/inputs2/selectfield/listbox.d.ts +1 -1
  49. package/lib/inputs2/selectfield/options.d.ts +1 -1
  50. package/lib/inputs2/selectfield/search.d.ts +1 -1
  51. package/lib/inputs2/selectfield/selections.d.ts +1 -1
  52. package/lib/inputs2/slot/index.d.ts +2 -2
  53. package/lib/table/index.js +18 -8
  54. package/lib/table/types.d.ts +1 -0
  55. package/lib/tabs/index.js +2 -2
  56. package/package.json +1 -1
  57. package/lib/index-4b31b471.d.ts +0 -15
  58. package/lib/index-8a0c7463.d.ts +0 -41
  59. package/lib/index-9203efed.d.ts +0 -26
@@ -366,7 +366,7 @@ $shadow-button-inset-default: inset 0 0 0 1px $default-border-color, $shadow-but
366
366
  border-color: transparent !important;
367
367
  transition: none;
368
368
 
369
- > svg {
369
+ svg {
370
370
  opacity: 0;
371
371
  visibility: hidden;
372
372
  }
@@ -44,10 +44,10 @@ $border-radius-size: 5px;
44
44
  justify-content: center;
45
45
  background-color: transparent;
46
46
  font-weight: bold;
47
- border: none;
47
+ border: 1px solid transparent;
48
48
 
49
49
  svg {
50
- margin: 0;
50
+ margin: 0 !important;
51
51
  }
52
52
 
53
53
  &:hover {
@@ -110,7 +110,7 @@ $border-radius-size: 5px;
110
110
  width: 100%;
111
111
  padding: 0;
112
112
  font-size: 13px;
113
- border: none;
113
+ border: 2px solid transparent;
114
114
  background-color: transparent;
115
115
 
116
116
  &.-nowday {
@@ -58,7 +58,7 @@ input::-webkit-inner-spin-button {
58
58
  .container {
59
59
  position: relative;
60
60
  width: 100%;
61
- height: 32px;
61
+ height: 31px;
62
62
  margin: 0;
63
63
  padding: 0;
64
64
  overflow: hidden;
@@ -156,7 +156,7 @@ input::-webkit-inner-spin-button {
156
156
  width: 22px;
157
157
  height: 100%;
158
158
  padding: 0;
159
- margin: 0px 4px;
159
+ margin: 0px 2px;
160
160
  outline: none;
161
161
  border: none;
162
162
  vertical-align: bottom;
@@ -175,9 +175,6 @@ input::-webkit-inner-spin-button {
175
175
  &[data-state-valid-date-selected=false] {
176
176
  visibility: hidden;
177
177
  }
178
- &[data-state-valid-date-selected=true] {
179
- visibility: visible;
180
- }
181
178
  }
182
179
  &[data-state-read-only=true],
183
180
  &[data-state-disabled=true] {
@@ -1,9 +1,10 @@
1
1
  @import "colors.scss";
2
2
  @import "commons.scss";
3
3
  @import "effects.scss";
4
+
4
5
  .drawer-component {
6
+ z-index: 1;
5
7
  position: fixed;
6
- z-index: 9998;
7
8
  overflow: auto;
8
9
  & .drawercontainer {
9
10
  font-family: 'Roboto', sans-serif;
@@ -155,5 +156,5 @@
155
156
  width: 100%;
156
157
  top: 0;
157
158
  left: 0;
158
- z-index: 9997;
159
+ z-index: 0;
159
160
  }
@@ -64,7 +64,7 @@
64
64
  background-color: $fieldset-default;
65
65
  text-transform: uppercase;
66
66
  border-radius: 0px 10px 0px 0px;
67
- z-index: 9;
67
+ z-index: 0;
68
68
  display: flex;
69
69
  align-items: center;
70
70
  gap: 8px;
@@ -58,23 +58,23 @@
58
58
  z-index: 9999;
59
59
 
60
60
  >.filtercontainer {
61
- position: relative;
62
- display: grid;
63
- grid-template-columns: 1fr 20px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: start;
64
64
  border: 1px solid $component-border-color;
65
65
  margin: 4px;
66
66
 
67
67
  >.filterinput {
68
68
  border: 0;
69
+ flex: 1;
69
70
  font-size: 13px;
70
71
  text-indent: 4px;
71
72
  padding: 10px 5px;
72
73
  }
73
74
 
74
75
  >.filtericon {
75
- position: absolute;
76
- right: 5px;
77
- top: 10px;
76
+ margin: 0px;
77
+ margin-right: 6px;
78
78
  }
79
79
  }
80
80
 
@@ -76,7 +76,7 @@
76
76
  display: flex;
77
77
  cursor: pointer;
78
78
  justify-content: stretch;
79
-
79
+
80
80
  &:not(:last-child) {
81
81
  border-bottom: solid 1px $separator-background;
82
82
  }
@@ -62,7 +62,7 @@ input::-webkit-inner-spin-button {
62
62
  .container {
63
63
  position: relative;
64
64
  width: 100%;
65
- min-height: 32px;
65
+ min-height: 31px;
66
66
  margin: 0;
67
67
  padding: 0;
68
68
  overflow: hidden;
@@ -177,3 +177,9 @@
177
177
  overflow: hidden;
178
178
  }
179
179
  }
180
+
181
+ div:has(table.table-component).horizontal-scroll-container {
182
+ height: auto;
183
+ width: 100%;
184
+ overflow-x: scroll;
185
+ }
@@ -82,8 +82,6 @@ $dropdown-width: 38px;
82
82
  }
83
83
 
84
84
  .menu>.menuitem>.menubutton {
85
- white-space: nowrap;
86
- text-overflow: ellipsis;
87
85
  background: transparent;
88
86
  border: 0;
89
87
  width: 100%;
@@ -92,10 +90,16 @@ $dropdown-width: 38px;
92
90
  box-shadow: none !important;
93
91
 
94
92
  .button-container {
93
+ overflow: hidden;
95
94
  justify-content: flex-start;
96
95
  > svg {
97
96
  margin-right: 10px;
98
97
  }
98
+ .button-content {
99
+ overflow: hidden;
100
+ white-space: nowrap;
101
+ text-overflow: ellipsis;
102
+ }
99
103
  }
100
104
  }
101
105
 
@@ -62,7 +62,7 @@ input[type="number"] {
62
62
  }
63
63
  .container {
64
64
  width: 100%;
65
- height: 32px;
65
+ height: 31px;
66
66
  margin: 0;
67
67
  padding: 0;
68
68
  overflow: hidden;
@@ -67,7 +67,7 @@ const DefaultButton = _ref => {
67
67
  const refButton = (0, _react.useRef)(null);
68
68
  const disabledIconColor = 'rgb(193, 193, 193)';
69
69
  const disabledByPermission = onDenied.disabled;
70
- const isDisabled = !!onDenied.disabled || disabled;
70
+ const isDisabled = !!onDenied.disabled || disabled || skeletonize;
71
71
  const getClass = () => "button-component ".concat(className, "\n ").concat(customClass, "\n ").concat(transparent && '-transparent', "\n ").concat(isDisabled && '-disabled', "\n ").concat(size && "-".concat(size), "\n ").concat(dropdown && !round && 'icon-right', "\n ").concat(dropdown && round && 'icon-center', "\n ").concat(iconAlign && !dropdown && "icon-".concat(iconAlign), "\n ").concat(boxShadow ? '' : '-shadowsdisabled', "\n ").concat(round && '-round');
72
72
  const returnPadlockIcon = resultantStyle => /*#__PURE__*/_react.default.createElement(_icons.default, {
73
73
  name: "padlock",
@@ -45,7 +45,8 @@ const CheckBox = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
45
45
  customClassForLabel,
46
46
  hintPosition = 'below',
47
47
  themePopover = 'light',
48
- popoverAlign = 'left'
48
+ popoverAlign = 'left',
49
+ tabIndex = 0
49
50
  } = _ref;
50
51
  const [isChecked, setIsChecked] = (0, _react.useState)(checked);
51
52
  const options = [_permissionValidations.OPTIONS_ON_DENIED.disabled, _permissionValidations.OPTIONS_ON_DENIED.unvisible];
@@ -95,6 +96,7 @@ const CheckBox = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
95
96
  if (targetRef) targetRef(r);
96
97
  inputRef.current = r;
97
98
  },
99
+ tabIndex: tabIndex,
98
100
  className: "input",
99
101
  type: "checkbox",
100
102
  autoFocus: autofocus,
@@ -40,6 +40,7 @@ interface ICheckBoxProps {
40
40
  targetSpanRef?: (ref: HTMLSpanElement | null) => void;
41
41
  errorMessages?: string[] | undefined;
42
42
  customClassForLabel?: string;
43
+ tabIndex?: number;
43
44
  themePopover?: 'light' | 'dark';
44
45
  popoverAlign?: 'right' | 'left';
45
46
  }
@@ -4,19 +4,19 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
7
+ var _react = _interopRequireDefault(require("react"));
8
8
  require("../../assets/styles/dialog.scss");
9
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  const Content = _ref => {
11
11
  let {
12
12
  children,
13
13
  styleForContent,
14
14
  className = ''
15
15
  } = _ref;
16
- return /*#__PURE__*/_react.default.createElement(_react.Suspense, null, /*#__PURE__*/_react.default.createElement("div", {
16
+ return /*#__PURE__*/_react.default.createElement("div", {
17
17
  id: "modal-dialog-content",
18
18
  className: "dialog-content ".concat(className),
19
19
  style: styleForContent
20
- }, children));
20
+ }, children);
21
21
  };
22
22
  var _default = exports.default = Content;
@@ -4,15 +4,15 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = exports.DialogContext = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
7
+ require("../../assets/styles/dialog.scss");
8
+ var _react = _interopRequireDefault(require("react"));
8
9
  var _reactDom = _interopRequireDefault(require("react-dom"));
9
10
  var uuid = _interopRequireWildcard(require("uuid"));
10
11
  var _style = _interopRequireDefault(require("./style"));
11
- require("../../assets/styles/dialog.scss");
12
12
  var _form = require("../form");
13
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
13
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
15
- const DialogContext = exports.DialogContext = /*#__PURE__*/(0, _react.createContext)({});
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ const DialogContext = exports.DialogContext = /*#__PURE__*/_react.default.createContext({});
16
16
  const {
17
17
  body
18
18
  } = document;
@@ -33,23 +33,23 @@ const BaseDialog = props => {
33
33
  } = props;
34
34
  const {
35
35
  headerRef
36
- } = (0, _react.useContext)(_form.FormDialogContext);
37
- const [isDragging, setIsDragging] = (0, _react.useState)(false);
38
- const [open = true, setOpen] = (0, _react.useState)(openProp);
39
- const wrapperEl = (0, _react.useRef)(null);
40
- const modalContainerRef = (0, _react.useRef)(null);
41
- const focusableElementsRef = (0, _react.useRef)([]);
36
+ } = _react.default.useContext(_form.FormDialogContext);
37
+ const [open = true, setOpen] = _react.default.useState(openProp);
38
+ const [isDragging, setIsDragging] = _react.default.useState(false);
39
+ const wrapperEl = _react.default.useRef(null);
40
+ const modalContainerRef = _react.default.useRef(null);
41
+ const focusableElementsRef = _react.default.useRef([]);
42
42
  if (openProp !== undefined && openProp !== open) {
43
43
  setOpen(openProp);
44
44
  }
45
- const handleClose = () => {
45
+ const handleClose = _react.default.useCallback(() => {
46
46
  if (openProp !== undefined && onOpenChange) {
47
47
  onOpenChange(false);
48
48
  } else {
49
49
  if (handlerClose) handlerClose();
50
50
  if (onOpenChange) onOpenChange(false);
51
51
  }
52
- };
52
+ }, [openProp, onOpenChange, handlerClose]);
53
53
  const handleClickOutside = event => {
54
54
  if (!closeOnOutsideClick) return;
55
55
  const target = event.target;
@@ -58,17 +58,15 @@ const BaseDialog = props => {
58
58
  handleClose();
59
59
  }
60
60
  };
61
- const onKeyDownPress = event => {
61
+ const onKeyDownPress = _react.default.useCallback(event => {
62
62
  if ((event === null || event === void 0 ? void 0 : event.key) === 'Escape') {
63
63
  event.stopPropagation();
64
64
  handleClose();
65
65
  }
66
- };
67
- (0, _react.useEffect)(() => {
66
+ }, [handleClose]);
67
+ _react.default.useEffect(() => {
68
68
  if (open && modalContainerRef.current) {
69
- var _focusableElementsRef;
70
69
  focusableElementsRef.current = Array.from(modalContainerRef.current.querySelectorAll("button, a, input, select, textarea, [tabindex]:not([tabindex='-1'])"));
71
- (_focusableElementsRef = focusableElementsRef.current[0]) === null || _focusableElementsRef === void 0 ? void 0 : _focusableElementsRef.focus();
72
70
  }
73
71
  }, [open]);
74
72
  const onDialogPositionChange = _ref => {
@@ -151,7 +149,7 @@ const BaseDialog = props => {
151
149
  style: (0, _style.default)(props),
152
150
  ref: wrapperEl
153
151
  }, children)));
154
- (0, _react.useLayoutEffect)(() => {
152
+ _react.default.useLayoutEffect(() => {
155
153
  const {
156
154
  activeElement
157
155
  } = document;
@@ -160,7 +158,7 @@ const BaseDialog = props => {
160
158
  lastElementActiveBeforeOpen === null || lastElementActiveBeforeOpen === void 0 ? void 0 : lastElementActiveBeforeOpen.focus();
161
159
  };
162
160
  }, []);
163
- (0, _react.useEffect)(() => {
161
+ _react.default.useEffect(() => {
164
162
  if (open) {
165
163
  if (closeOnEsc) {
166
164
  document.addEventListener('keydown', onKeyDownPress);
@@ -169,8 +167,8 @@ const BaseDialog = props => {
169
167
  return () => {
170
168
  document.removeEventListener('keydown', onKeyDownPress);
171
169
  };
172
- }, [open, closeOnEsc]);
173
- (0, _react.useEffect)(() => {
170
+ }, [open, closeOnEsc, onKeyDownPress]);
171
+ _react.default.useEffect(() => {
174
172
  if (open) {
175
173
  document.addEventListener('mousedown', onMouseDown);
176
174
  document.addEventListener('mouseup', onMouseUp);
@@ -182,7 +180,7 @@ const BaseDialog = props => {
182
180
  document.removeEventListener('mousemove', onMouseMove);
183
181
  };
184
182
  }, [isDragging, open]);
185
- (0, _react.useEffect)(() => {
183
+ _react.default.useEffect(() => {
186
184
  const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth;
187
185
  const originalOverflow = document.body.style.overflow;
188
186
  const originalPaddingRight = document.body.style.paddingRight;
@@ -34,6 +34,7 @@ const ModalForm = props => {
34
34
  wrapperClassName = '',
35
35
  contentClassName = '',
36
36
  headerClassName = '',
37
+ closeOnEsc = true,
37
38
  securityBeforeUnload = false,
38
39
  securityTitle = 'Dados Alterados',
39
40
  securityText = 'Você possui dados alterados, confirma o fechamento?'
@@ -45,7 +46,7 @@ const ModalForm = props => {
45
46
  opacity: 0.4,
46
47
  pointerEvent: 'none'
47
48
  } : {};
48
- const handlerClose = () => {
49
+ const handlerClose = (0, _react.useCallback)(() => {
49
50
  if (securityBeforeUnload) {
50
51
  setShowSecurityDialog(true);
51
52
  return;
@@ -53,7 +54,7 @@ const ModalForm = props => {
53
54
  if (props.handlerClose) {
54
55
  props.handlerClose();
55
56
  }
56
- };
57
+ }, [securityBeforeUnload, props.handlerClose]);
57
58
  const onConfirmSecurity = () => {
58
59
  var _props$handlerClose;
59
60
  (_props$handlerClose = props.handlerClose) === null || _props$handlerClose === void 0 ? void 0 : _props$handlerClose.call(props);
@@ -93,8 +94,9 @@ const ModalForm = props => {
93
94
  height: height,
94
95
  className: className,
95
96
  wrapperClassName: "dialog-form-wrapper ".concat(wrapperClassName),
96
- securityBeforeUnload: securityBeforeUnload,
97
- handlerClose: handlerClose
97
+ handlerClose: handlerClose,
98
+ closeOnEsc: closeOnEsc,
99
+ securityBeforeUnload: securityBeforeUnload
98
100
  }), props.title && /*#__PURE__*/_react.default.createElement("div", {
99
101
  className: "header-form ".concat(headerClassName)
100
102
  }, /*#__PURE__*/_react.default.createElement(_Header.default, {
@@ -139,7 +139,7 @@ const BaseDrawer = _ref => {
139
139
  className: "drawercontent ".concat(skeletonize ? '-skeletonized' : '', " ").concat(customClassForContent)
140
140
  }, title && /*#__PURE__*/_react.default.createElement(_.DrawerHeader, _extends({}, headerProps, {
141
141
  customClass: customClassForDrawer
142
- })), /*#__PURE__*/_react.default.createElement(_react.Suspense, null, content ? /*#__PURE__*/_react.default.createElement(_.DrawerContent, null, content) : children), getSpinner())));
142
+ })), content ? /*#__PURE__*/_react.default.createElement(_.DrawerContent, null, content) : children, getSpinner())));
143
143
  return /*#__PURE__*/_reactDom.default.createPortal(drawerContent(), drawerContainerEl.current);
144
144
  };
145
145
  var _default = exports.default = BaseDrawer;
@@ -4,6 +4,6 @@ import './types.js';
4
4
 
5
5
  interface FormElementProps extends React__default.ComponentProps<'form'> {
6
6
  }
7
- declare const Form: React__default.ForwardRefExoticComponent<Pick<FormElementProps, "key" | "style" | "children" | "slot" | "title" | "className" | "align" | "name" | "onClick" | "color" | "hidden" | "target" | "id" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "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" | "rel" | "autoComplete" | "acceptCharset" | "action" | "encType" | "method" | "noValidate"> & React__default.RefAttributes<HTMLFormElement>>;
7
+ declare const Form: React__default.ForwardRefExoticComponent<Pick<FormElementProps, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "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" | "children" | "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" | "onResize" | "onResizeCapture" | "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" | "name" | "target" | "rel" | "autoComplete" | "acceptCharset" | "action" | "encType" | "method" | "noValidate"> & React__default.RefAttributes<HTMLFormElement>>;
8
8
 
9
9
  export { Form as default };
@@ -55,6 +55,10 @@ interface UseFormReturn<T> {
55
55
  * Indica se o formulário está válido com base nos validadores definidos.
56
56
  */
57
57
  isValid: boolean;
58
+ /**
59
+ * Indica se houve alguma alteração em qualquer campo do formulário em relação ao `initialValues`.
60
+ */
61
+ formHasChange: boolean;
58
62
  /**
59
63
  * Registra um campo no formulário, integrando com `ref`, `value`, `onChange` e `onBlur`.
60
64
  * @param name - Nome do campo.
@@ -185,6 +185,7 @@ const useForm = _ref => {
185
185
  callback(values);
186
186
  };
187
187
  const isValid = _react.default.useMemo(() => checkFormIsValid(), [checkFormIsValid]);
188
+ const formHasChange = _react.default.useMemo(() => Object.values(changed).some(Boolean), [changed]);
188
189
  return {
189
190
  reset,
190
191
  changed,
@@ -192,6 +193,7 @@ const useForm = _ref => {
192
193
  errors,
193
194
  touched,
194
195
  isValid,
196
+ formHasChange,
195
197
  register,
196
198
  cleanErrors,
197
199
  changeValues,
@@ -0,0 +1,26 @@
1
+ import React__default from 'react';
2
+ import { LeftSlot, RightSlot } from './inputs2/slot/index.js';
3
+ import { Options } from './inputs2/selectfield/options.js';
4
+ import { Item } from './inputs2/selectfield/item.js';
5
+ import { SelectFieldInputProps } from './inputs2/selectfield/types.js';
6
+
7
+ declare const Input: React__default.ForwardRefExoticComponent<Pick<SelectFieldInputProps, "form" | "label" | "slot" | "style" | "title" | "pattern" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "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" | "children" | "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" | "onResize" | "onResizeCapture" | "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" | "customClass" | "permissionAttr" | "size" | "skeletonize" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "tooltip" | "tooltipWidth" | "tooltipPosition" | "checked" | "required" | "hint" | "hintPosition" | "themePopover" | "popoverAlign" | "width" | "height" | "multiple" | "readOnly" | "list" | "step" | "maxLength" | "textAlign" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "showClearButton" | "searchOnDropdown" | "undigitable" | "openDropdownOnFocus" | "onSearch" | "striped" | "max" | "min" | "src" | "alt" | "errors" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "externalSearch" | "notFoundFilterLabel" | "searchInputPlaceholder" | "multipleInputLabelEmpty" | "multipleInputLabelManySelection" | "dropdownAlignButton"> & React__default.RefAttributes<HTMLInputElement>>;
8
+
9
+ declare const index_Input: typeof Input;
10
+ declare const index_Item: typeof Item;
11
+ declare const index_LeftSlot: typeof LeftSlot;
12
+ declare const index_Options: typeof Options;
13
+ declare const index_RightSlot: typeof RightSlot;
14
+ declare const index_SelectFieldInputProps: typeof SelectFieldInputProps;
15
+ declare namespace index {
16
+ export {
17
+ index_Input as Input,
18
+ index_Item as Item,
19
+ index_LeftSlot as LeftSlot,
20
+ index_Options as Options,
21
+ index_RightSlot as RightSlot,
22
+ index_SelectFieldInputProps as SelectFieldInputProps,
23
+ };
24
+ }
25
+
26
+ export { Input as I, index as i };
@@ -0,0 +1,42 @@
1
+ import React__default from 'react';
2
+ import { Size } from './@types/Size.js';
3
+ import { ColorTheme } from './@types/ColorStyles.js';
4
+ import { ITooltipCommonProps } from './tooltip/types.js';
5
+ import { HintPosition, Position } from './@types/Position.js';
6
+ import { PermissionAttr, OnDenied } from './@types/PermissionAttr.js';
7
+
8
+ type InputHTMLProps = Omit<React__default.ComponentProps<'input'>, 'size' | 'type'>;
9
+ interface CheckboxFieldInputProps extends InputHTMLProps, ITooltipCommonProps {
10
+ hint?: string;
11
+ label?: string;
12
+ size?: Exclude<Size, 'mini'>;
13
+ variant?: 'default' | 'secondary';
14
+ errors?: string[];
15
+ gridLayout?: string;
16
+ customClass?: string;
17
+ customClassLabel?: string;
18
+ customClassWrapper?: string;
19
+ customClassInputContainer?: string;
20
+ rounded?: boolean;
21
+ readOnly?: boolean;
22
+ skeletonize?: boolean;
23
+ labelUppercase?: boolean;
24
+ hintPosition?: HintPosition;
25
+ themePopover?: ColorTheme;
26
+ popoverAlign?: Extract<Position, 'left' | 'right'>;
27
+ permissionAttr?: PermissionAttr;
28
+ onDeniedActions?: OnDenied;
29
+ tabIndex?: number;
30
+ }
31
+ declare const Input: React__default.ForwardRefExoticComponent<Pick<CheckboxFieldInputProps, "form" | "label" | "slot" | "style" | "title" | "pattern" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "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" | "children" | "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" | "onResize" | "onResizeCapture" | "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" | "customClass" | "permissionAttr" | "size" | "skeletonize" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "tooltip" | "tooltipWidth" | "tooltipPosition" | "checked" | "required" | "labelUppercase" | "hint" | "hintPosition" | "themePopover" | "popoverAlign" | "width" | "height" | "multiple" | "readOnly" | "list" | "step" | "maxLength" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "max" | "min" | "src" | "alt" | "errors" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "variant"> & React__default.RefAttributes<HTMLInputElement>>;
32
+
33
+ type index_CheckboxFieldInputProps = CheckboxFieldInputProps;
34
+ declare const index_Input: typeof Input;
35
+ declare namespace index {
36
+ export {
37
+ index_CheckboxFieldInputProps as CheckboxFieldInputProps,
38
+ index_Input as Input,
39
+ };
40
+ }
41
+
42
+ export { CheckboxFieldInputProps as C, Input as I, index as i };
@@ -0,0 +1,15 @@
1
+ import React__default from 'react';
2
+ import { RadioFieldInputProps } from './inputs2/radiofield/types.js';
3
+
4
+ declare const Input: React__default.ForwardRefExoticComponent<Pick<RadioFieldInputProps, "form" | "label" | "slot" | "style" | "title" | "pattern" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "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" | "children" | "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" | "onResize" | "onResizeCapture" | "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" | "customClass" | "permissionAttr" | "size" | "skeletonize" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "tooltip" | "tooltipWidth" | "tooltipPosition" | "checked" | "required" | "labelUppercase" | "hint" | "hintPosition" | "themePopover" | "popoverAlign" | "width" | "height" | "readOnly" | "list" | "step" | "maxLength" | "textAlign" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "max" | "min" | "src" | "alt" | "fieldId" | "errors" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "getFieldValue"> & React__default.RefAttributes<HTMLInputElement>>;
5
+
6
+ declare const index_Input: typeof Input;
7
+ declare const index_RadioFieldInputProps: typeof RadioFieldInputProps;
8
+ declare namespace index {
9
+ export {
10
+ index_Input as Input,
11
+ index_RadioFieldInputProps as RadioFieldInputProps,
12
+ };
13
+ }
14
+
15
+ export { Input as I, index as i };