linear-react-components-ui 1.1.24-beta.1 → 1.1.24-beta.11

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 (270) hide show
  1. package/lib/BaseMask-0c14ef51.d.ts +24 -0
  2. package/lib/Cnpj-bde01dd0.d.ts +18 -0
  3. package/lib/Cpf-3fa496ad.d.ts +18 -0
  4. package/lib/Phone-2bb0b397.d.ts +18 -0
  5. package/lib/ZipCode-09460e18.d.ts +13 -0
  6. package/lib/alerts/AlertProvider.js +1 -2
  7. package/lib/alerts/BaseAlert.js +1 -1
  8. package/lib/alerts/Message.js +2 -3
  9. package/lib/alerts/withAlert.js +1 -2
  10. package/lib/assets/styles/button.scss +1 -1
  11. package/lib/assets/styles/calendar.scss +137 -32
  12. package/lib/assets/styles/datepicker2.scss +8 -10
  13. package/lib/assets/styles/dialog.scss +1 -1
  14. package/lib/assets/styles/fieldset.scss +1 -1
  15. package/lib/assets/styles/file.scss +8 -0
  16. package/lib/assets/styles/filefield.scss +42 -0
  17. package/lib/assets/styles/gridlayout.scss +20 -19
  18. package/lib/assets/styles/multiSelect.scss +6 -6
  19. package/lib/assets/styles/numberfield.scss +18 -0
  20. package/lib/assets/styles/radiofield.scss +185 -0
  21. package/lib/assets/styles/selectfield.scss +6 -4
  22. package/lib/assets/styles/table.scss +6 -0
  23. package/lib/assets/styles/tabs.scss +6 -2
  24. package/lib/assets/styles/textfield.scss +66 -28
  25. package/lib/avatar/index.js +9 -11
  26. package/lib/badge/index.js +4 -4
  27. package/lib/buttons/Button.js +1 -2
  28. package/lib/buttons/DangerButton.js +1 -1
  29. package/lib/buttons/DefaultButton.js +6 -15
  30. package/lib/buttons/InfoButton.js +1 -1
  31. package/lib/buttons/PrimaryButton.js +1 -1
  32. package/lib/buttons/SuccessButton.js +1 -1
  33. package/lib/buttons/WarningButton.js +1 -1
  34. package/lib/buttons/button_container/index.js +1 -1
  35. package/lib/buttons/split_button/index.js +2 -2
  36. package/lib/calendar/base/helpers.js +2 -2
  37. package/lib/calendar/base/index.js +123 -44
  38. package/lib/checkbox/index.js +2 -3
  39. package/lib/dialog/Custom.js +2 -3
  40. package/lib/dialog/Question.js +5 -4
  41. package/lib/dialog/base/Content.js +5 -6
  42. package/lib/dialog/base/Header.js +3 -4
  43. package/lib/dialog/base/index.js +33 -23
  44. package/lib/dialog/form/index.js +52 -12
  45. package/lib/dialog/types.d.ts +4 -0
  46. package/lib/dialog/wizard/index.js +1 -2
  47. package/lib/dialog/wizard/progressbar.js +1 -1
  48. package/lib/dialog/wizard/step.js +1 -1
  49. package/lib/dialog/wizard/useWizard.js +1 -2
  50. package/lib/drawer/Content.js +1 -2
  51. package/lib/drawer/Drawer.js +6 -7
  52. package/lib/drawer/Header.js +2 -3
  53. package/lib/dropdown/Popup.js +7 -7
  54. package/lib/dropdown/helper.js +1 -1
  55. package/lib/dropdown/withDropdown.js +3 -4
  56. package/lib/fieldset/index.js +8 -9
  57. package/lib/form/Field.js +2 -3
  58. package/lib/form/FieldArray.js +2 -3
  59. package/lib/form/FieldNumber.js +4 -5
  60. package/lib/form/FieldPeriod.js +3 -4
  61. package/lib/form/index.js +3 -4
  62. package/lib/form/withFieldHOC.js +1 -2
  63. package/lib/form/withFormSecurity.js +1 -2
  64. package/lib/form2/helpers.js +1 -1
  65. package/lib/form2/index.d.ts +1 -1
  66. package/lib/form2/types.d.ts +7 -3
  67. package/lib/form2/useForm/index.js +22 -15
  68. package/lib/gridlayout/GridCol.js +5 -5
  69. package/lib/gridlayout/GridRow.js +1 -4
  70. package/lib/hint/index.js +1 -7
  71. package/lib/icons/helper.d.ts +16 -0
  72. package/lib/icons/helper.js +16 -0
  73. package/lib/icons/index.js +9 -9
  74. package/lib/index-19761a50.d.ts +26 -0
  75. package/lib/index-208e7f62.d.ts +44 -0
  76. package/lib/index-35ba9ed8.d.ts +15 -0
  77. package/lib/index-3b70931d.d.ts +44 -0
  78. package/lib/index-7dfa8924.d.ts +22 -0
  79. package/lib/index-9e576346.d.ts +23 -0
  80. package/lib/index-ecafc8c6.d.ts +30 -0
  81. package/lib/index-efe0a0e4.d.ts +41 -0
  82. package/lib/inputs/base/InputTextBase.js +9 -8
  83. package/lib/inputs/base/helpers.js +3 -7
  84. package/lib/inputs/base/types.d.ts +1 -1
  85. package/lib/inputs/color/index.js +2 -3
  86. package/lib/inputs/date/Dropdown.js +6 -4
  87. package/lib/inputs/date/index.js +31 -19
  88. package/lib/inputs/errorMessage/index.js +2 -3
  89. package/lib/inputs/file/DefaultFile.js +31 -31
  90. package/lib/inputs/file/DragDropFile.js +18 -17
  91. package/lib/inputs/file/File.js +6 -5
  92. package/lib/inputs/file/FileButtonSettings.js +0 -1
  93. package/lib/inputs/file/index.js +0 -1
  94. package/lib/inputs/inputHOC.js +1 -2
  95. package/lib/inputs/mask/BaseMask.js +1 -2
  96. package/lib/inputs/mask/Cnpj.js +1 -2
  97. package/lib/inputs/mask/Cpf.js +1 -2
  98. package/lib/inputs/multiSelect/ActionButtons.js +1 -2
  99. package/lib/inputs/multiSelect/Dropdown.js +12 -12
  100. package/lib/inputs/multiSelect/helper.js +2 -1
  101. package/lib/inputs/multiSelect/index.js +28 -11
  102. package/lib/inputs/number/BaseNumber.js +1 -1
  103. package/lib/inputs/number/index.js +3 -3
  104. package/lib/inputs/period/Dropdown.js +7 -4
  105. package/lib/inputs/period/PeriodList.js +1 -1
  106. package/lib/inputs/period/helper.js +1 -3
  107. package/lib/inputs/period/index.js +66 -40
  108. package/lib/inputs/period/types.d.ts +4 -1
  109. package/lib/inputs/search/index.js +8 -5
  110. package/lib/inputs/select/ActionButtons.js +1 -1
  111. package/lib/inputs/select/Dropdown.js +3 -4
  112. package/lib/inputs/select/helper.js +13 -10
  113. package/lib/inputs/select/multiple/Selecteds.js +2 -2
  114. package/lib/inputs/select/multiple/index.js +14 -11
  115. package/lib/inputs/select/simple/index.js +19 -13
  116. package/lib/inputs/textarea/index.js +1 -1
  117. package/lib/inputs/types.d.ts +1 -0
  118. package/lib/inputs2/checkboxfield/index.d.ts +1 -1
  119. package/lib/inputs2/checkboxfield/index.js +18 -15
  120. package/lib/inputs2/colorfield/index.d.ts +2 -2
  121. package/lib/inputs2/colorfield/index.js +5 -5
  122. package/lib/inputs2/date/base/constants.js +2 -1
  123. package/lib/inputs2/date/base/index.js +6 -8
  124. package/lib/inputs2/date/datefield/calendarbox.d.ts +1 -1
  125. package/lib/inputs2/date/datefield/calendarbox.js +3 -2
  126. package/lib/inputs2/date/datefield/context.d.ts +1 -0
  127. package/lib/inputs2/date/datefield/index.d.ts +1 -0
  128. package/lib/inputs2/date/datefield/index.js +44 -33
  129. package/lib/inputs2/date/datefield/triggers.js +1 -2
  130. package/lib/inputs2/date/datefield/types.d.ts +2 -0
  131. package/lib/inputs2/date/dateperiodfield/calendarbox.d.ts +1 -1
  132. package/lib/inputs2/date/dateperiodfield/calendarbox.js +8 -6
  133. package/lib/inputs2/date/dateperiodfield/context.d.ts +1 -0
  134. package/lib/inputs2/date/dateperiodfield/index.d.ts +1 -0
  135. package/lib/inputs2/date/dateperiodfield/index.js +66 -48
  136. package/lib/inputs2/date/dateperiodfield/triggers.js +19 -14
  137. package/lib/inputs2/date/dateperiodfield/types.d.ts +2 -0
  138. package/lib/inputs2/date/helpers.d.ts +1 -0
  139. package/lib/inputs2/date/types.d.ts +2 -1
  140. package/lib/inputs2/{number/Number.d.ts → filefield/index.d.ts} +2 -2
  141. package/lib/inputs2/filefield/index.js +174 -0
  142. package/lib/inputs2/index.d.ts +20 -14
  143. package/lib/inputs2/index.js +10 -11
  144. package/lib/inputs2/mask/BaseMask.d.ts +2 -2
  145. package/lib/inputs2/mask/BaseMask.js +7 -7
  146. package/lib/inputs2/mask/Cnpj.d.ts +3 -3
  147. package/lib/inputs2/mask/Cnpj.js +4 -5
  148. package/lib/inputs2/mask/Cpf.d.ts +3 -3
  149. package/lib/inputs2/mask/Cpf.js +4 -5
  150. package/lib/inputs2/mask/Phone.d.ts +3 -3
  151. package/lib/inputs2/mask/Phone.js +1 -2
  152. package/lib/inputs2/mask/ZipCode.d.ts +3 -3
  153. package/lib/inputs2/mask/ZipCode.js +1 -2
  154. package/lib/inputs2/numberfield/currency.d.ts +13 -0
  155. package/lib/inputs2/numberfield/currency.js +91 -0
  156. package/lib/inputs2/numberfield/decimal.d.ts +13 -0
  157. package/lib/inputs2/{number/BaseNumber.js → numberfield/decimal.js} +57 -58
  158. package/lib/inputs2/numberfield/helpers.d.ts +30 -0
  159. package/lib/inputs2/numberfield/helpers.js +53 -0
  160. package/lib/inputs2/numberfield/index.d.ts +12 -0
  161. package/lib/inputs2/numberfield/index.js +104 -0
  162. package/lib/inputs2/numberfield/types.d.ts +36 -0
  163. package/lib/inputs2/numberfield/types.js +5 -0
  164. package/lib/inputs2/{number/BaseNumber.d.ts → radiofield/index.d.ts} +4 -5
  165. package/lib/inputs2/radiofield/index.js +144 -0
  166. package/lib/inputs2/radiofield/types.d.ts +33 -0
  167. package/lib/inputs2/radiofield/types.js +5 -0
  168. package/lib/inputs2/selectfield/context.d.ts +1 -0
  169. package/lib/inputs2/selectfield/index.d.ts +2 -1
  170. package/lib/inputs2/selectfield/index.js +118 -58
  171. package/lib/inputs2/selectfield/item.d.ts +2 -1
  172. package/lib/inputs2/selectfield/item.js +8 -4
  173. package/lib/inputs2/selectfield/listbox.d.ts +1 -1
  174. package/lib/inputs2/selectfield/listbox.js +24 -10
  175. package/lib/inputs2/selectfield/options.d.ts +9 -0
  176. package/lib/inputs2/selectfield/options.js +26 -0
  177. package/lib/inputs2/selectfield/search.d.ts +1 -1
  178. package/lib/inputs2/selectfield/search.js +3 -4
  179. package/lib/inputs2/selectfield/selections.d.ts +1 -1
  180. package/lib/inputs2/selectfield/selections.js +3 -2
  181. package/lib/inputs2/selectfield/triggers.js +17 -8
  182. package/lib/inputs2/selectfield/types.d.ts +0 -1
  183. package/lib/inputs2/slot/index.d.ts +2 -2
  184. package/lib/inputs2/{number/Decimal.d.ts → textareafield/index.d.ts} +2 -5
  185. package/lib/inputs2/textareafield/index.js +194 -0
  186. package/lib/inputs2/textfield/index.d.ts +1 -1
  187. package/lib/inputs2/textfield/index.js +18 -17
  188. package/lib/labelMessages/index.js +4 -6
  189. package/lib/labels/DefaultLabel.js +2 -6
  190. package/lib/labels/label_container/index.js +1 -1
  191. package/lib/list/Header.js +1 -1
  192. package/lib/list/Item.js +10 -12
  193. package/lib/list/index.js +2 -4
  194. package/lib/menus/float/MenuItem.js +3 -4
  195. package/lib/menus/float/SubMenuContainer.js +2 -3
  196. package/lib/menus/float/index.js +1 -1
  197. package/lib/menus/sidenav/ExpandMenu.js +1 -1
  198. package/lib/menus/sidenav/MenuLink.js +1 -2
  199. package/lib/menus/sidenav/NavMenuGroup.js +2 -3
  200. package/lib/menus/sidenav/NavMenuItem.js +10 -9
  201. package/lib/menus/sidenav/NavSubMenuItem.js +2 -3
  202. package/lib/menus/sidenav/helpers.js +1 -1
  203. package/lib/menus/sidenav/index.js +6 -7
  204. package/lib/menus/sidenav/popup_menu_search/index.js +1 -2
  205. package/lib/panel/Content.js +9 -8
  206. package/lib/panel/Default.js +3 -4
  207. package/lib/panel/Header.js +4 -5
  208. package/lib/permissionValidations.js +1 -1
  209. package/lib/popover/PopoverText.js +1 -2
  210. package/lib/popover/index.js +1 -1
  211. package/lib/progress/Bar.js +6 -6
  212. package/lib/radio/index.js +3 -4
  213. package/lib/shortcuts/index.js +1 -1
  214. package/lib/skeleton/SkeletonContainer.js +1 -2
  215. package/lib/skeleton/index.js +1 -4
  216. package/lib/spinner/index.js +3 -4
  217. package/lib/split/Split.js +2 -3
  218. package/lib/split/SplitSide.js +4 -5
  219. package/lib/table/Body.js +4 -5
  220. package/lib/table/Header.js +9 -7
  221. package/lib/table/HeaderColumn.js +2 -3
  222. package/lib/table/Row.js +4 -5
  223. package/lib/table/RowColumn.js +2 -3
  224. package/lib/table/index.js +20 -16
  225. package/lib/table/types.d.ts +1 -0
  226. package/lib/tabs/DropdownTabs.js +2 -3
  227. package/lib/tabs/Menu.js +1 -1
  228. package/lib/tabs/MenuTabs.js +4 -9
  229. package/lib/tabs/Panel.js +8 -7
  230. package/lib/tabs/context.js +7 -5
  231. package/lib/tabs/index.js +3 -4
  232. package/lib/textContent/index.js +2 -3
  233. package/lib/toolbar/ButtonBar.js +2 -3
  234. package/lib/toolbar/LabelBar.js +1 -2
  235. package/lib/toolbar/index.js +1 -1
  236. package/lib/tooltip/TooltipContent.js +8 -9
  237. package/lib/tooltip/useTooltip.js +8 -8
  238. package/lib/treetable/Body.js +2 -3
  239. package/lib/treetable/Header.js +3 -4
  240. package/lib/treetable/Row.js +9 -10
  241. package/lib/treeview/Header.js +1 -1
  242. package/lib/treeview/Node.js +5 -6
  243. package/lib/treeview/index.js +5 -6
  244. package/lib/uitour/index.js +9 -8
  245. package/package.json +1 -1
  246. package/lib/BaseMask-04df8f20.d.ts +0 -24
  247. package/lib/BaseNumber-c609c5a0.d.ts +0 -23
  248. package/lib/Cnpj-5471cb1f.d.ts +0 -18
  249. package/lib/Cpf-71c4f0f4.d.ts +0 -18
  250. package/lib/Currency-38d14ff7.d.ts +0 -18
  251. package/lib/Decimal-85d45244.d.ts +0 -13
  252. package/lib/Number-db3c092d.d.ts +0 -20
  253. package/lib/Phone-4c4142e4.d.ts +0 -18
  254. package/lib/ZipCode-dc7dd4da.d.ts +0 -13
  255. package/lib/calendar/base/Day.d.ts +0 -8
  256. package/lib/calendar/base/Day.js +0 -36
  257. package/lib/calendar/base/Month.d.ts +0 -8
  258. package/lib/calendar/base/Month.js +0 -39
  259. package/lib/calendar/base/Week.d.ts +0 -8
  260. package/lib/calendar/base/Week.js +0 -35
  261. package/lib/index-379b7504.d.ts +0 -44
  262. package/lib/index-7cb5e8b3.d.ts +0 -41
  263. package/lib/index-809a7899.d.ts +0 -23
  264. package/lib/index-de21a05e.d.ts +0 -23
  265. package/lib/inputs2/number/Currency.d.ts +0 -11
  266. package/lib/inputs2/number/Currency.js +0 -47
  267. package/lib/inputs2/number/Decimal.js +0 -36
  268. package/lib/inputs2/number/Number.js +0 -49
  269. package/lib/inputs2/number/format_number.d.ts +0 -5
  270. package/lib/inputs2/number/format_number.js +0 -29
@@ -9,8 +9,7 @@ var _reactDom = require("react-dom");
9
9
  var _buttons = _interopRequireWildcard(require("../buttons"));
10
10
  require("../assets/styles/uitour.scss");
11
11
  var _helpers = require("./helpers");
12
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
13
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
+ 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); }
14
13
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
15
14
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
16
15
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
@@ -40,7 +39,7 @@ const UiTour = props => {
40
39
  const activatedEffects = (0, _react.useRef)([]);
41
40
  const handleNextStep = () => {
42
41
  if (hasNextStep) {
43
- const currentStepIndex = data.findIndex(item => item.id === currentStep?.id);
42
+ const currentStepIndex = data.findIndex(item => item.id === (currentStep === null || currentStep === void 0 ? void 0 : currentStep.id));
44
43
  const nextStep = data[currentStepIndex + 1];
45
44
  const nextStepIndex = data.findIndex(item => item.id === nextStep.id);
46
45
  const target = document.getElementById(nextStep.targetId);
@@ -53,7 +52,7 @@ const UiTour = props => {
53
52
  };
54
53
  const handleBackStep = () => {
55
54
  if (hasBackStep) {
56
- const currentStepIndex = data.findIndex(item => item.id === currentStep?.id);
55
+ const currentStepIndex = data.findIndex(item => item.id === (currentStep === null || currentStep === void 0 ? void 0 : currentStep.id));
57
56
  const backStep = data[currentStepIndex - 1];
58
57
  const backStepIndex = data.findIndex(item => item.id === backStep.id);
59
58
  const target = document.getElementById(backStep.targetId);
@@ -72,7 +71,7 @@ const UiTour = props => {
72
71
  if (stepRef.current) {
73
72
  const stepRect = stepRef.current.getBoundingClientRect();
74
73
  const windowWidth = window.innerWidth;
75
- if (stepRect.right >= windowWidth || currentStep?.position === _helpers.STEP_POSITIONS.right) {
74
+ if (stepRect.right >= windowWidth || (currentStep === null || currentStep === void 0 ? void 0 : currentStep.position) === _helpers.STEP_POSITIONS.right) {
76
75
  setStepPosition(_helpers.STEP_POSITIONS.right);
77
76
  setStepDimensions({
78
77
  top: target.top - _helpers.ARROW_HEIGHT,
@@ -179,8 +178,9 @@ const UiTour = props => {
179
178
  mutationObserver = new MutationObserver(() => {
180
179
  const targetObserved = document.getElementById(initialStep.targetId);
181
180
  if (targetObserved) {
181
+ var _mutationObserver;
182
182
  showStepTour(initialStep);
183
- mutationObserver?.disconnect();
183
+ (_mutationObserver = mutationObserver) === null || _mutationObserver === void 0 ? void 0 : _mutationObserver.disconnect();
184
184
  mutationObserver = null;
185
185
  }
186
186
  });
@@ -191,7 +191,8 @@ const UiTour = props => {
191
191
  }
192
192
  }
193
193
  return () => {
194
- mutationObserver?.disconnect();
194
+ var _mutationObserver2;
195
+ (_mutationObserver2 = mutationObserver) === null || _mutationObserver2 === void 0 ? void 0 : _mutationObserver2.disconnect();
195
196
  mutationObserver = null;
196
197
  };
197
198
  }, [visible, data]);
@@ -205,7 +206,7 @@ const UiTour = props => {
205
206
  className: "uitour-component"
206
207
  }, currentStep && /*#__PURE__*/_react.default.createElement("div", {
207
208
  ref: stepRef,
208
- className: `step -${stepPosition}`,
209
+ className: "step -".concat(stepPosition),
209
210
  key: currentStep.id,
210
211
  style: _objectSpread({}, stepDimensions)
211
212
  }, showCloseButton && /*#__PURE__*/_react.default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.24-beta.1",
3
+ "version": "1.1.24-beta.11",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",
@@ -1,24 +0,0 @@
1
- import React__default from 'react';
2
- import { T as TextFieldInputProps } from './index-379b7504.js';
3
- import { FactoryOpts } from 'imask';
4
-
5
- interface MaskFieldProps extends TextFieldInputProps {
6
- maskOptions?: FactoryOpts;
7
- onAccept?: (value: string) => void;
8
- onComplete?: (value: string, maskRef: any, e?: InputEvent) => void;
9
- onChange?: (e: React__default.ChangeEvent<HTMLInputElement>) => void;
10
- autoCompleteMask?: string;
11
- value?: string;
12
- }
13
- declare const Input: React__default.ForwardRefExoticComponent<Pick<MaskFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "autoCompleteMask" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions"> & React__default.RefAttributes<HTMLInputElement>>;
14
-
15
- declare const BaseMask_Input: typeof Input;
16
- type BaseMask_MaskFieldProps = MaskFieldProps;
17
- declare namespace BaseMask {
18
- export {
19
- BaseMask_Input as Input,
20
- BaseMask_MaskFieldProps as MaskFieldProps,
21
- };
22
- }
23
-
24
- export { BaseMask as B, Input as I, MaskFieldProps as M };
@@ -1,23 +0,0 @@
1
- import React__default from 'react';
2
- import { FactoryOpts } from 'imask';
3
- import { T as TextFieldInputProps } from './index-379b7504.js';
4
-
5
- interface BaseNumberFieldProps extends TextFieldInputProps {
6
- value?: string;
7
- onComplete?: (value: string, maskRef: any, e?: InputEvent) => void;
8
- onChange?: (e: React__default.ChangeEvent<HTMLInputElement>) => void;
9
- onAccept?: (value: string) => void;
10
- maskOptions?: FactoryOpts;
11
- }
12
- declare const Input: React__default.ForwardRefExoticComponent<Pick<BaseNumberFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions"> & React__default.RefAttributes<HTMLInputElement>>;
13
-
14
- type BaseNumber_BaseNumberFieldProps = BaseNumberFieldProps;
15
- declare const BaseNumber_Input: typeof Input;
16
- declare namespace BaseNumber {
17
- export {
18
- BaseNumber_BaseNumberFieldProps as BaseNumberFieldProps,
19
- BaseNumber_Input as Input,
20
- };
21
- }
22
-
23
- export { BaseNumber as B, Input as I, BaseNumberFieldProps as a };
@@ -1,18 +0,0 @@
1
- import React__default from 'react';
2
- import { M as MaskFieldProps } from './BaseMask-04df8f20.js';
3
-
4
- interface CnpjFieldProps extends MaskFieldProps {
5
- onValidate?: (errors: string[]) => void;
6
- }
7
- declare const Input: React__default.ForwardRefExoticComponent<Pick<CnpjFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "autoCompleteMask" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions" | "onValidate"> & React__default.RefAttributes<HTMLInputElement>>;
8
-
9
- type Cnpj_CnpjFieldProps = CnpjFieldProps;
10
- declare const Cnpj_Input: typeof Input;
11
- declare namespace Cnpj {
12
- export {
13
- Cnpj_CnpjFieldProps as CnpjFieldProps,
14
- Cnpj_Input as Input,
15
- };
16
- }
17
-
18
- export { Cnpj as C, Input as I, CnpjFieldProps as a };
@@ -1,18 +0,0 @@
1
- import React__default from 'react';
2
- import { M as MaskFieldProps } from './BaseMask-04df8f20.js';
3
-
4
- interface CpfFieldProps extends MaskFieldProps {
5
- onValidate?: (errors: string[]) => void;
6
- }
7
- declare const Input: React__default.ForwardRefExoticComponent<Pick<CpfFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "autoCompleteMask" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions" | "onValidate"> & React__default.RefAttributes<HTMLInputElement>>;
8
-
9
- type Cpf_CpfFieldProps = CpfFieldProps;
10
- declare const Cpf_Input: typeof Input;
11
- declare namespace Cpf {
12
- export {
13
- Cpf_CpfFieldProps as CpfFieldProps,
14
- Cpf_Input as Input,
15
- };
16
- }
17
-
18
- export { Cpf as C, Input as I, CpfFieldProps as a };
@@ -1,18 +0,0 @@
1
- import React__default from 'react';
2
- import { a as BaseNumberFieldProps } from './BaseNumber-c609c5a0.js';
3
-
4
- interface CurrencyProps extends BaseNumberFieldProps {
5
- currencySymbol?: string;
6
- min?: number;
7
- max?: number;
8
- }
9
- declare const Input: React__default.ForwardRefExoticComponent<Pick<CurrencyProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "currencySymbol" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions"> & React__default.RefAttributes<HTMLInputElement>>;
10
-
11
- declare const Currency_Input: typeof Input;
12
- declare namespace Currency {
13
- export {
14
- Currency_Input as Input,
15
- };
16
- }
17
-
18
- export { Currency as C, Input as I };
@@ -1,13 +0,0 @@
1
- import React__default from 'react';
2
- import { a as BaseNumberFieldProps } from './BaseNumber-c609c5a0.js';
3
-
4
- declare const Input: React__default.ForwardRefExoticComponent<Pick<BaseNumberFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions"> & React__default.RefAttributes<HTMLInputElement>>;
5
-
6
- declare const Decimal_Input: typeof Input;
7
- declare namespace Decimal {
8
- export {
9
- Decimal_Input as Input,
10
- };
11
- }
12
-
13
- export { Decimal as D, Input as I };
@@ -1,20 +0,0 @@
1
- import React__default, { ReactNode } from 'react';
2
- import { T as TextFieldInputProps } from './index-379b7504.js';
3
-
4
- interface NumberFieldProps extends Omit<TextFieldInputProps, 'type' | 'value' | 'onChange'> {
5
- children?: ReactNode;
6
- min?: number;
7
- max?: number;
8
- }
9
- declare const Input: React__default.ForwardRefExoticComponent<Pick<NumberFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "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" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength"> & React__default.RefAttributes<HTMLInputElement>>;
10
-
11
- declare const Number_Input: typeof Input;
12
- type Number_NumberFieldProps = NumberFieldProps;
13
- declare namespace Number {
14
- export {
15
- Number_Input as Input,
16
- Number_NumberFieldProps as NumberFieldProps,
17
- };
18
- }
19
-
20
- export { Input as I, Number as N, NumberFieldProps as a };
@@ -1,18 +0,0 @@
1
- import React__default from 'react';
2
- import { M as MaskFieldProps } from './BaseMask-04df8f20.js';
3
-
4
- interface PhoneFieldProps extends MaskFieldProps {
5
- isCellphone?: boolean;
6
- }
7
- declare const Input: React__default.ForwardRefExoticComponent<Pick<PhoneFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "autoCompleteMask" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions" | "isCellphone"> & React__default.RefAttributes<HTMLInputElement>>;
8
-
9
- declare const Phone_Input: typeof Input;
10
- type Phone_PhoneFieldProps = PhoneFieldProps;
11
- declare namespace Phone {
12
- export {
13
- Phone_Input as Input,
14
- Phone_PhoneFieldProps as PhoneFieldProps,
15
- };
16
- }
17
-
18
- export { Input as I, Phone as P, PhoneFieldProps as a };
@@ -1,13 +0,0 @@
1
- import React__default from 'react';
2
- import { M as MaskFieldProps } from './BaseMask-04df8f20.js';
3
-
4
- declare const Input: React__default.ForwardRefExoticComponent<Pick<MaskFieldProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "onComplete" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "autoCompleteMask" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength" | "onAccept" | "maskOptions"> & React__default.RefAttributes<HTMLInputElement>>;
5
-
6
- declare const ZipCode_Input: typeof Input;
7
- declare namespace ZipCode {
8
- export {
9
- ZipCode_Input as Input,
10
- };
11
- }
12
-
13
- export { Input as I, ZipCode as Z };
@@ -1,8 +0,0 @@
1
- import { IDayProps } from '../types.js';
2
- import 'react';
3
- import 'moment';
4
- import '../../@types/ColorStyles.js';
5
-
6
- declare const Day: ({ currentDate, day }: IDayProps) => JSX.Element;
7
-
8
- export { Day as default };
@@ -1,36 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- var _uuid = require("uuid");
9
- var _helpers = require("./helpers");
10
- var _buttons = _interopRequireDefault(require("../../buttons"));
11
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
13
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
14
- const Day = _ref => {
15
- let {
16
- currentDate,
17
- day
18
- } = _ref;
19
- const {
20
- handleDateChange
21
- } = (0, _react.useContext)(_helpers.CalendarContext);
22
- return /*#__PURE__*/_react.default.createElement("div", {
23
- className: (0, _helpers.getDayContainerCssClass)(currentDate, day)
24
- }, /*#__PURE__*/_react.default.createElement(_buttons.default, {
25
- id: (0, _uuid.v1)(),
26
- type: "button",
27
- tabIndex: (0, _helpers.dateIsEquals)(currentDate, day) ? 0 : -1,
28
- boxShadow: false,
29
- label: day.format('D'),
30
- onClick: () => {
31
- if (handleDateChange) handleDateChange(day);
32
- },
33
- customClass: ` ${(0, _helpers.getDayCssClass)(currentDate, day)} numberdaycalendar`
34
- }));
35
- };
36
- var _default = exports.default = Day;
@@ -1,8 +0,0 @@
1
- import { IMonthProps } from '../types.js';
2
- import 'react';
3
- import 'moment';
4
- import '../../@types/ColorStyles.js';
5
-
6
- declare const Month: ({ monthRef, currentDate }: IMonthProps) => JSX.Element;
7
-
8
- export { Month as default };
@@ -1,39 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _Week = _interopRequireDefault(require("./Week"));
9
- var _helpers = require("./helpers");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const Month = _ref => {
12
- let {
13
- monthRef,
14
- currentDate
15
- } = _ref;
16
- const renderWeeks = () => {
17
- const date = currentDate.clone();
18
- let weeks = [];
19
- let weekIndex = 0;
20
- let startOfWeek = (0, _helpers.getStartOfWeek)((0, _helpers.getStartOfMonth)(date));
21
- while (weekIndex < 6) {
22
- const week = /*#__PURE__*/_react.default.createElement(_Week.default, {
23
- currentDate: currentDate,
24
- weekStartDate: startOfWeek,
25
- key: `week-${startOfWeek.format('YYYYMMDD')}`
26
- });
27
- weeks = [...weeks, week];
28
- weekIndex += 1;
29
- startOfWeek = startOfWeek.clone().add(1, 'weeks');
30
- startOfWeek = (0, _helpers.getStartOfWeek)(startOfWeek);
31
- }
32
- return weeks;
33
- };
34
- return /*#__PURE__*/_react.default.createElement("div", {
35
- ref: monthRef,
36
- className: "calendarmonth"
37
- }, renderWeeks());
38
- };
39
- var _default = exports.default = Month;
@@ -1,8 +0,0 @@
1
- import { IWeekProps } from '../types.js';
2
- import 'react';
3
- import 'moment';
4
- import '../../@types/ColorStyles.js';
5
-
6
- declare const Week: ({ weekStartDate, currentDate }: IWeekProps) => JSX.Element;
7
-
8
- export { Week as default };
@@ -1,35 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _Day = _interopRequireDefault(require("./Day"));
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Week = _ref => {
11
- let {
12
- weekStartDate,
13
- currentDate
14
- } = _ref;
15
- const renderDays = () => {
16
- let days = [];
17
- let dayIndex = 0;
18
- let dayDate = weekStartDate;
19
- while (dayIndex < 7) {
20
- const day = /*#__PURE__*/_react.default.createElement(_Day.default, {
21
- currentDate: currentDate,
22
- day: dayDate,
23
- key: dayDate.format('YYYYMMDD')
24
- });
25
- days = [...days, day];
26
- dayIndex += 1;
27
- dayDate = dayDate.clone().add(1, 'day');
28
- }
29
- return days;
30
- };
31
- return /*#__PURE__*/_react.default.createElement("div", {
32
- className: "monthweek"
33
- }, renderDays());
34
- };
35
- var _default = exports.default = Week;
@@ -1,44 +0,0 @@
1
- import React__default from 'react';
2
- import { TextAlign } from './@types/Align.js';
3
- import { ColorTheme } from './@types/ColorStyles.js';
4
- import { HintPosition, Position } from './@types/Position.js';
5
- import { PermissionAttr, OnDenied } from './@types/PermissionAttr.js';
6
- import { LeftSlot, RightSlot } from './inputs2/slot/index.js';
7
- import { ITooltipCommonProps } from './tooltip/types.js';
8
-
9
- interface TextFieldInputProps extends React__default.ComponentProps<'input'>, ITooltipCommonProps {
10
- hint?: string;
11
- label?: string;
12
- errors?: string[];
13
- gridLayout?: string;
14
- customClass?: string;
15
- customClassLabel?: string;
16
- customClassWrapper?: string;
17
- customClassInputContainer?: string;
18
- rounded?: boolean;
19
- readOnly?: boolean;
20
- skeletonize?: boolean;
21
- labelUppercase?: boolean;
22
- textAlign?: TextAlign;
23
- hintPosition?: HintPosition;
24
- themePopover?: ColorTheme;
25
- popoverAlign?: Extract<Position, 'left' | 'right'>;
26
- permissionAttr?: PermissionAttr;
27
- onDeniedActions?: OnDenied;
28
- }
29
- declare const Input: React__default.ForwardRefExoticComponent<Pick<TextFieldInputProps, "form" | "label" | "slot" | "style" | "title" | "children" | "pattern" | "className" | "customClass" | "key" | "width" | "height" | "align" | "name" | "onClick" | "size" | "disabled" | "color" | "tooltip" | "tooltipPosition" | "tooltipWidth" | "hidden" | "multiple" | "id" | "value" | "readOnly" | "permissionAttr" | "skeletonize" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "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" | "list" | "step" | "labelUppercase" | "maxLength" | "required" | "hint" | "hintPosition" | "textAlign" | "rounded" | "onDeniedActions" | "gridLayout" | "accept" | "autoComplete" | "themePopover" | "popoverAlign" | "checked" | "max" | "min" | "src" | "alt" | "errors" | "customClassLabel" | "customClassWrapper" | "customClassInputContainer" | "capture" | "crossOrigin" | "enterKeyHint" | "minLength"> & React__default.RefAttributes<HTMLInputElement>>;
30
-
31
- declare const index_Input: typeof Input;
32
- declare const index_LeftSlot: typeof LeftSlot;
33
- declare const index_RightSlot: typeof RightSlot;
34
- type index_TextFieldInputProps = TextFieldInputProps;
35
- declare namespace index {
36
- export {
37
- index_Input as Input,
38
- index_LeftSlot as LeftSlot,
39
- index_RightSlot as RightSlot,
40
- index_TextFieldInputProps as TextFieldInputProps,
41
- };
42
- }
43
-
44
- export { Input as I, TextFieldInputProps as T, index as i };