@dartech/arsenal-ui 1.4.87 → 1.4.89

Sign up to get free protection for your applications and to get access to all the features.
Files changed (164) hide show
  1. package/index.d.ts +5 -5
  2. package/index.js +8487 -0
  3. package/package.json +10 -4
  4. package/src/consts/index.d.ts +14 -14
  5. package/src/interfaces/common.d.ts +24 -24
  6. package/src/interfaces/definition.d.ts +148 -142
  7. package/src/interfaces/index.d.ts +3 -3
  8. package/src/interfaces/ui.d.ts +73 -73
  9. package/src/lib/Alert/Alert.d.ts +55 -55
  10. package/src/lib/Alert/index.d.ts +1 -1
  11. package/src/lib/Breadcrumbs/Breadcrumbs.d.ts +9 -8
  12. package/src/lib/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
  13. package/src/lib/Breadcrumbs/index.d.ts +1 -1
  14. package/src/lib/ContentLayout/ContentLayout.d.ts +10 -10
  15. package/src/lib/ContentLayout/index.d.ts +1 -1
  16. package/src/lib/Definition/CreateDefinition/CreateDefinition.d.ts +26 -26
  17. package/src/lib/Definition/CreateDefinition/index.d.ts +1 -1
  18. package/src/lib/Definition/DefinitionFiller/DefinitionFiller.d.ts +21 -21
  19. package/src/lib/Definition/DefinitionFiller/index.d.ts +1 -1
  20. package/src/lib/Definition/DefinitionValueView/DefinitionValueView.d.ts +8 -7
  21. package/src/lib/Definition/DefinitionValueView/FileDefinitionValueView.d.ts +8 -7
  22. package/src/lib/Definition/DefinitionValueView/PropertyDataView.d.ts +9 -8
  23. package/src/lib/Definition/DefinitionValueView/index.d.ts +1 -1
  24. package/src/lib/Definition/index.d.ts +3 -3
  25. package/src/lib/Forms/BackButton.d.ts +7 -6
  26. package/src/lib/Forms/ControlAceEditor.d.ts +23 -23
  27. package/src/lib/Forms/ControlArrayInput.d.ts +14 -14
  28. package/src/lib/Forms/ControlAutocomplete/ControlAutocomplete.d.ts +74 -74
  29. package/src/lib/Forms/ControlAutocomplete/ControlQueryAutocomplete.d.ts +20 -20
  30. package/src/lib/Forms/ControlAutocomplete/index.d.ts +2 -2
  31. package/src/lib/Forms/ControlAutocomplete/useAutocomplete.d.ts +10 -9
  32. package/src/lib/Forms/ControlCheckbox.d.ts +51 -51
  33. package/src/lib/Forms/ControlDate.d.ts +26 -26
  34. package/src/lib/Forms/ControlDateTime.d.ts +26 -26
  35. package/src/lib/Forms/ControlDebouncedInput.d.ts +4 -3
  36. package/src/lib/Forms/ControlInput.d.ts +63 -63
  37. package/src/lib/Forms/ControlNumberInput.d.ts +72 -72
  38. package/src/lib/Forms/ControlPeriodInput.d.ts +11 -11
  39. package/src/lib/Forms/ControlPhoneInput.d.ts +17 -17
  40. package/src/lib/Forms/ControlRadio.d.ts +70 -70
  41. package/src/lib/Forms/ControlSelect.d.ts +72 -72
  42. package/src/lib/Forms/ControlSwitch.d.ts +19 -19
  43. package/src/lib/Forms/ControlTime.d.ts +24 -24
  44. package/src/lib/Forms/CopyButton.d.ts +20 -19
  45. package/src/lib/Forms/index.d.ts +17 -17
  46. package/src/lib/InfoItem/InfoItem.d.ts +8 -7
  47. package/src/lib/InfoItem/index.d.ts +1 -1
  48. package/src/lib/JsonPathPicker/JsonPathPicker.d.ts +10 -9
  49. package/src/lib/JsonPathPicker/PropertyStep.d.ts +11 -10
  50. package/src/lib/JsonPathPicker/index.d.ts +1 -1
  51. package/src/lib/JsonView/JsonView.d.ts +9 -9
  52. package/src/lib/JsonView/index.d.ts +1 -1
  53. package/src/lib/Loader/Loader.d.ts +22 -21
  54. package/src/lib/Loader/index.d.ts +1 -1
  55. package/src/lib/Modals/JsonModalView.d.ts +12 -12
  56. package/src/lib/Modals/index.d.ts +1 -1
  57. package/src/lib/OverflowTooltip/OverflowTooltip.d.ts +4 -3
  58. package/src/lib/OverflowTooltip/index.d.ts +1 -1
  59. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyFiller.d.ts +26 -26
  60. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyWidget.d.ts +24 -24
  61. package/src/lib/Property/PropertyFiller/ControlFiller/ControlPropertyFiller.d.ts +26 -26
  62. package/src/lib/Property/PropertyFiller/ControlFiller/index.d.ts +3 -3
  63. package/src/lib/Property/PropertyFiller/JsonEditor.d.ts +9 -9
  64. package/src/lib/Property/PropertyFiller/MultiplePropertyFiller.d.ts +24 -24
  65. package/src/lib/Property/PropertyFiller/MultiplePropertyWidget.d.ts +22 -22
  66. package/src/lib/Property/PropertyFiller/PropertyFiller.d.ts +24 -24
  67. package/src/lib/Property/PropertyFiller/index.d.ts +2 -2
  68. package/src/lib/Property/PropertyFiller/styled.d.ts +18 -18
  69. package/src/lib/Property/PropertyFiller/usePropertyFiller.d.ts +26 -26
  70. package/src/lib/Property/PropertyValidator/NodeValidator.d.ts +6 -5
  71. package/src/lib/Property/PropertyValidator/NodesList.d.ts +6 -5
  72. package/src/lib/Property/PropertyValidator/NumericTypeValidator.d.ts +8 -7
  73. package/src/lib/Property/PropertyValidator/PropertyValidator.d.ts +6 -5
  74. package/src/lib/Property/PropertyValidator/PropertyValidatorContext.d.ts +3 -3
  75. package/src/lib/Property/PropertyValidator/StringTypeValidator.d.ts +8 -7
  76. package/src/lib/Property/PropertyValidator/ValidationNodeSelector.d.ts +7 -6
  77. package/src/lib/Property/PropertyValidator/index.d.ts +1 -1
  78. package/src/lib/Property/PropertyWidget/PropertyWidget.d.ts +23 -23
  79. package/src/lib/Property/PropertyWidget/index.d.ts +1 -1
  80. package/src/lib/Property/UpsertProperty/CreatePropertiesList/CreatePropertiesList.d.ts +36 -36
  81. package/src/lib/Property/UpsertProperty/CreatePropertiesList/ListItem.d.ts +29 -29
  82. package/src/lib/Property/UpsertProperty/CreatePropertiesList/index.d.ts +2 -2
  83. package/src/lib/Property/UpsertProperty/CreatePropertiesListContext.d.ts +30 -30
  84. package/src/lib/Property/UpsertProperty/CreatePropertyFormFields.d.ts +24 -24
  85. package/src/lib/Property/UpsertProperty/CustomPropertyField.d.ts +7 -6
  86. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/BigDecimalPropertyFields.d.ts +8 -7
  87. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/DateAdditionalFields.d.ts +9 -8
  88. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityAdditionalFields.d.ts +22 -22
  89. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityReferencePropertyFields.d.ts +12 -11
  90. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/PropertyAdditionalFields.d.ts +23 -23
  91. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/StringPropertyFields.d.ts +8 -7
  92. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/index.d.ts +1 -1
  93. package/src/lib/Property/UpsertProperty/PropertyValueField/BooleanValueField.d.ts +9 -8
  94. package/src/lib/Property/UpsertProperty/PropertyValueField/DateTimeValueField.d.ts +9 -8
  95. package/src/lib/Property/UpsertProperty/PropertyValueField/DateValueField.d.ts +9 -8
  96. package/src/lib/Property/UpsertProperty/PropertyValueField/FileValueWidget.d.ts +6 -5
  97. package/src/lib/Property/UpsertProperty/PropertyValueField/JsonValueField.d.ts +8 -7
  98. package/src/lib/Property/UpsertProperty/PropertyValueField/PropertyValueField.d.ts +23 -23
  99. package/src/lib/Property/UpsertProperty/PropertyValueField/StringValueField.d.ts +14 -13
  100. package/src/lib/Property/UpsertProperty/PropertyValueField/TimeValueField.d.ts +9 -8
  101. package/src/lib/Property/UpsertProperty/PropertyValueField/index.d.ts +1 -1
  102. package/src/lib/Property/UpsertProperty/index.d.ts +4 -4
  103. package/src/lib/Property/UpsertProperty/useCustomFields.d.ts +6 -6
  104. package/src/lib/Property/ViewPropertiesList/ViewPropertiesList.d.ts +8 -7
  105. package/src/lib/Property/ViewPropertiesList/index.d.ts +1 -1
  106. package/src/lib/Property/ViewProperty/EntityPropertiesShortView.d.ts +7 -6
  107. package/src/lib/Property/ViewProperty/EntityPropertiesView.d.ts +8 -8
  108. package/src/lib/Property/ViewProperty/PropertyDataTable.d.ts +7 -6
  109. package/src/lib/Property/ViewProperty/PropertyItem.d.ts +9 -8
  110. package/src/lib/Property/ViewProperty/ViewProperty.d.ts +9 -8
  111. package/src/lib/Property/ViewProperty/index.d.ts +1 -1
  112. package/src/lib/Property/index.d.ts +4 -4
  113. package/src/lib/Sidebar/Sidebar.d.ts +14 -14
  114. package/src/lib/Sidebar/Sidebar.styled.d.ts +118 -118
  115. package/src/lib/Sidebar/SidebarContext.d.ts +12 -12
  116. package/src/lib/Sidebar/SidebarDrawer.d.ts +13 -13
  117. package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +7 -6
  118. package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +8 -7
  119. package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +9 -8
  120. package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +11 -10
  121. package/src/lib/Sidebar/SidebarLink/SidebarRootItem.d.ts +11 -10
  122. package/src/lib/Sidebar/SidebarLink/index.d.ts +2 -2
  123. package/src/lib/Sidebar/index.d.ts +2 -2
  124. package/src/lib/Status/Status.d.ts +8 -7
  125. package/src/lib/Status/index.d.ts +1 -1
  126. package/src/lib/StepperView/StepperView.d.ts +11 -11
  127. package/src/lib/StepperView/index.d.ts +1 -1
  128. package/src/lib/Table/DataGrid/DataGrid.styled.d.ts +4 -4
  129. package/src/lib/Table/DataGrid/JsonTypeCell.d.ts +7 -6
  130. package/src/lib/Table/DataGrid/Table.d.ts +47 -47
  131. package/src/lib/Table/DataGrid/TableAction.d.ts +13 -13
  132. package/src/lib/Table/DataGrid/TableColumnMenu.d.ts +3 -2
  133. package/src/lib/Table/DataGrid/TablePagination.d.ts +3 -2
  134. package/src/lib/Table/DataGrid/index.d.ts +2 -2
  135. package/src/lib/Table/DataGrid/usePagination.d.ts +5 -5
  136. package/src/lib/Table/DataGrid/useTableQueryPagination.d.ts +11 -11
  137. package/src/lib/Table/DataGrid/useTableQuerySorting.d.ts +6 -6
  138. package/src/lib/Table/SimpleTable/SimpleTable.d.ts +19 -19
  139. package/src/lib/Table/SimpleTable/Table.styled.d.ts +30 -30
  140. package/src/lib/Table/SimpleTable/TableActionCell.d.ts +10 -10
  141. package/src/lib/Table/SimpleTable/index.d.ts +2 -2
  142. package/src/lib/Table/SimpleTable/useTablePagination.d.ts +7 -7
  143. package/src/lib/Table/SimpleTable/useTableSorting.d.ts +6 -6
  144. package/src/lib/Table/index.d.ts +2 -2
  145. package/src/lib/Tabs/RouteTabs.d.ts +11 -11
  146. package/src/lib/Tabs/TabPanel.d.ts +25 -25
  147. package/src/lib/Tabs/index.d.ts +2 -2
  148. package/src/lib/index.d.ts +17 -17
  149. package/src/theme/baseTheme.d.ts +2 -2
  150. package/src/theme/index.d.ts +1 -1
  151. package/src/theme/inputThemeOptions.d.ts +201 -200
  152. package/src/theme/stepperThemeOptions.d.ts +16 -16
  153. package/src/theme/tableThemeOptions.d.ts +159 -159
  154. package/src/theme/typographyThemeOptions.d.ts +29 -29
  155. package/src/utils/common.d.ts +7 -7
  156. package/src/utils/dem.d.ts +27 -27
  157. package/src/utils/hooks.d.ts +7 -7
  158. package/src/utils/index.d.ts +5 -5
  159. package/src/utils/test-mocks.d.ts +166 -166
  160. package/src/utils/ui-utils.d.ts +17 -17
  161. package/src/utils/validators.d.ts +6 -6
  162. package/index.cjs.d.ts +0 -1
  163. package/index.cjs.js +0 -1
  164. package/index.esm.js +0 -1
@@ -1,51 +1,51 @@
1
- import { CheckboxProps } from '@mui/material/Checkbox';
2
- import { ReactNode } from 'react';
3
- import { Control } from 'react-hook-form';
4
- import { ValidateFunc } from '../../interfaces';
5
- /**
6
- * This interface is referencing the [[ControlCheckbox]] component props.
7
- * @category Forms
8
- */
9
- export type ControlCheckboxProps = CheckboxProps & {
10
- /**
11
- * React Hook Form control `name` propery
12
- */
13
- name: string;
14
- /**
15
- * Label for MUI TextField component
16
- */
17
- label?: ReactNode;
18
- /**
19
- * React Hook Form `control`
20
- */
21
- control: Control<any>;
22
- /**
23
- * React Hook Form `defaultValue`
24
- */
25
- defaultValue?: boolean;
26
- /**
27
- * Is disabled input flag
28
- */
29
- disabled?: boolean;
30
- /**
31
- * React Hook Form validate function
32
- * ```typescript
33
- * type ValidateFunc = (value: string) => boolean | string;
34
- * ```
35
- */
36
- validate?: ValidateFunc | Record<string, ValidateFunc>;
37
- /**
38
- * Hide error message flag
39
- */
40
- hideErrorMessage?: boolean;
41
- /**
42
- * Custom onChange functionƒ
43
- */
44
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
45
- };
46
- /**
47
- * Material UI `Checkbox` controlled component. Used with react-hook-form
48
- * @category Forms
49
- */
50
- export declare const ControlCheckbox: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, ...checkboxProps }: ControlCheckboxProps) => import("react/jsx-runtime").JSX.Element;
51
- export default ControlCheckbox;
1
+ import { CheckboxProps } from '@mui/material/Checkbox';
2
+ import { ReactNode } from 'react';
3
+ import { Control } from 'react-hook-form';
4
+ import { ValidateFunc } from '../../interfaces';
5
+ /**
6
+ * This interface is referencing the [[ControlCheckbox]] component props.
7
+ * @category Forms
8
+ */
9
+ export type ControlCheckboxProps = CheckboxProps & {
10
+ /**
11
+ * React Hook Form control `name` propery
12
+ */
13
+ name: string;
14
+ /**
15
+ * Label for MUI TextField component
16
+ */
17
+ label?: ReactNode;
18
+ /**
19
+ * React Hook Form `control`
20
+ */
21
+ control: Control<any>;
22
+ /**
23
+ * React Hook Form `defaultValue`
24
+ */
25
+ defaultValue?: boolean;
26
+ /**
27
+ * Is disabled input flag
28
+ */
29
+ disabled?: boolean;
30
+ /**
31
+ * React Hook Form validate function
32
+ * ```typescript
33
+ * type ValidateFunc = (value: string) => boolean | string;
34
+ * ```
35
+ */
36
+ validate?: ValidateFunc | Record<string, ValidateFunc>;
37
+ /**
38
+ * Hide error message flag
39
+ */
40
+ hideErrorMessage?: boolean;
41
+ /**
42
+ * Custom onChange functionƒ
43
+ */
44
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
45
+ };
46
+ /**
47
+ * Material UI `Checkbox` controlled component. Used with react-hook-form
48
+ * @category Forms
49
+ */
50
+ export declare const ControlCheckbox: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, ...checkboxProps }: ControlCheckboxProps) => JSX.Element;
51
+ export default ControlCheckbox;
@@ -1,26 +1,26 @@
1
- import { ReactNode } from 'react';
2
- import { TextFieldProps } from '@mui/material/TextField';
3
- import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
4
- import { Control, Validate } from 'react-hook-form';
5
- type ControlDateProps = Partial<DatePickerProps<unknown, unknown>> & {
6
- /**
7
- * React Hook Form `control`
8
- */
9
- control: Control<any>;
10
- /**
11
- * Is input required flag
12
- */
13
- required?: boolean;
14
- name: string;
15
- label?: ReactNode;
16
- format?: string;
17
- placeholder?: string;
18
- hideErrorMessage?: boolean;
19
- textFieldProps?: TextFieldProps;
20
- requiredErrorText?: string;
21
- validate?: Validate<any, any>;
22
- validateErrorText?: string;
23
- defaultValue?: string;
24
- };
25
- export declare const ControlDate: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, validateErrorText, ...datePickerProps }: ControlDateProps) => import("react/jsx-runtime").JSX.Element;
26
- export default ControlDate;
1
+ import { ReactNode } from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
3
+ import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
4
+ import { Control, Validate } from 'react-hook-form';
5
+ type ControlDateProps = Partial<DatePickerProps<unknown, unknown>> & {
6
+ /**
7
+ * React Hook Form `control`
8
+ */
9
+ control: Control<any>;
10
+ /**
11
+ * Is input required flag
12
+ */
13
+ required?: boolean;
14
+ name: string;
15
+ label?: ReactNode;
16
+ format?: string;
17
+ placeholder?: string;
18
+ hideErrorMessage?: boolean;
19
+ textFieldProps?: TextFieldProps;
20
+ requiredErrorText?: string;
21
+ validate?: Validate<any, any>;
22
+ validateErrorText?: string;
23
+ defaultValue?: string;
24
+ };
25
+ export declare const ControlDate: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, validateErrorText, ...datePickerProps }: ControlDateProps) => JSX.Element;
26
+ export default ControlDate;
@@ -1,26 +1,26 @@
1
- import { ReactNode } from 'react';
2
- import { TextFieldProps } from '@mui/material/TextField';
3
- import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
4
- import { Control, Validate } from 'react-hook-form';
5
- type dateTimePickerProps = Partial<DateTimePickerProps<unknown, unknown>> & {
6
- /**
7
- * React Hook Form `control`
8
- */
9
- control: Control<any>;
10
- /**
11
- * Is input required flag
12
- */
13
- required?: boolean;
14
- name: string;
15
- label?: ReactNode;
16
- placeholder?: string;
17
- format?: string;
18
- hideErrorMessage?: boolean;
19
- textFieldProps?: TextFieldProps;
20
- requiredErrorText?: string;
21
- validate?: Validate<any, any>;
22
- validateErrorText?: string;
23
- defaultValue?: string;
24
- };
25
- export declare const ControlDateTime: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, validateErrorText, ...dateTimePickerProps }: dateTimePickerProps) => import("react/jsx-runtime").JSX.Element;
26
- export default ControlDateTime;
1
+ import { ReactNode } from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
3
+ import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
4
+ import { Control, Validate } from 'react-hook-form';
5
+ type dateTimePickerProps = Partial<DateTimePickerProps<unknown, unknown>> & {
6
+ /**
7
+ * React Hook Form `control`
8
+ */
9
+ control: Control<any>;
10
+ /**
11
+ * Is input required flag
12
+ */
13
+ required?: boolean;
14
+ name: string;
15
+ label?: ReactNode;
16
+ placeholder?: string;
17
+ format?: string;
18
+ hideErrorMessage?: boolean;
19
+ textFieldProps?: TextFieldProps;
20
+ requiredErrorText?: string;
21
+ validate?: Validate<any, any>;
22
+ validateErrorText?: string;
23
+ defaultValue?: string;
24
+ };
25
+ export declare const ControlDateTime: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, validateErrorText, ...dateTimePickerProps }: dateTimePickerProps) => JSX.Element;
26
+ export default ControlDateTime;
@@ -1,3 +1,4 @@
1
- import { ControlInputProps } from './ControlInput';
2
- export declare const ControlDebouncedInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ControlDebouncedInput;
1
+ /// <reference types="react" />
2
+ import { ControlInputProps } from './ControlInput';
3
+ export declare const ControlDebouncedInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => JSX.Element;
4
+ export default ControlDebouncedInput;
@@ -1,63 +1,63 @@
1
- import { ReactNode } from 'react';
2
- import { Control } from 'react-hook-form';
3
- import { TextFieldProps } from '@mui/material/TextField';
4
- import { ValidateFunc } from '../../interfaces';
5
- /**
6
- * This interface is referencing the [[ControlInput]] component props.
7
- * @category Forms
8
- */
9
- export type ControlInputProps = TextFieldProps & {
10
- /**
11
- * React Hook Form control `name` propery
12
- */
13
- name: string;
14
- /**
15
- * Label for MUI TextField component
16
- */
17
- label?: ReactNode;
18
- /**
19
- * React Hook Form `control`
20
- */
21
- control: Control<any>;
22
- /**
23
- * Is input required flag
24
- */
25
- required?: boolean;
26
- /**
27
- * React Hook Form `defaultValue`
28
- */
29
- defaultValue?: unknown;
30
- /**
31
- * Is disabled input flag
32
- */
33
- disabled?: boolean;
34
- /**
35
- * React Hook Form validate function
36
- * ```typescript
37
- * type ValidateFunc = (value: string) => boolean | string;
38
- * ```
39
- */
40
- validate?: ValidateFunc | Record<string, ValidateFunc>;
41
- /**
42
- * Is input textarea flag
43
- */
44
- textarea?: boolean;
45
- /**
46
- * Hide error message flag
47
- */
48
- hideErrorMessage?: boolean;
49
- /**
50
- * Custom onChange functionƒ
51
- */
52
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
53
- /**
54
- * Set required error text
55
- */
56
- requiredErrorText?: string;
57
- };
58
- /**
59
- * Material UI `TextField` controlled component. Used with react-hook-form
60
- * @category Forms
61
- */
62
- export declare const ControlInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => import("react/jsx-runtime").JSX.Element;
63
- export default ControlInput;
1
+ import { ReactNode } from 'react';
2
+ import { Control } from 'react-hook-form';
3
+ import { TextFieldProps } from '@mui/material/TextField';
4
+ import { ValidateFunc } from '../../interfaces';
5
+ /**
6
+ * This interface is referencing the [[ControlInput]] component props.
7
+ * @category Forms
8
+ */
9
+ export type ControlInputProps = TextFieldProps & {
10
+ /**
11
+ * React Hook Form control `name` propery
12
+ */
13
+ name: string;
14
+ /**
15
+ * Label for MUI TextField component
16
+ */
17
+ label?: ReactNode;
18
+ /**
19
+ * React Hook Form `control`
20
+ */
21
+ control: Control<any>;
22
+ /**
23
+ * Is input required flag
24
+ */
25
+ required?: boolean;
26
+ /**
27
+ * React Hook Form `defaultValue`
28
+ */
29
+ defaultValue?: unknown;
30
+ /**
31
+ * Is disabled input flag
32
+ */
33
+ disabled?: boolean;
34
+ /**
35
+ * React Hook Form validate function
36
+ * ```typescript
37
+ * type ValidateFunc = (value: string) => boolean | string;
38
+ * ```
39
+ */
40
+ validate?: ValidateFunc | Record<string, ValidateFunc>;
41
+ /**
42
+ * Is input textarea flag
43
+ */
44
+ textarea?: boolean;
45
+ /**
46
+ * Hide error message flag
47
+ */
48
+ hideErrorMessage?: boolean;
49
+ /**
50
+ * Custom onChange functionƒ
51
+ */
52
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
53
+ /**
54
+ * Set required error text
55
+ */
56
+ requiredErrorText?: string;
57
+ };
58
+ /**
59
+ * Material UI `TextField` controlled component. Used with react-hook-form
60
+ * @category Forms
61
+ */
62
+ export declare const ControlInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => JSX.Element;
63
+ export default ControlInput;
@@ -1,72 +1,72 @@
1
- import type { ReactNode } from 'react';
2
- import { TextFieldProps } from '@mui/material/TextField';
3
- import { Control } from 'react-hook-form';
4
- import { ValidateFunc } from '../../interfaces';
5
- export interface ErrorText {
6
- required: string;
7
- notValidNumber: string;
8
- notValidInteger: string;
9
- }
10
- export declare const DEFAULT_ERROR_TEXT: {
11
- required: string;
12
- notValidNumber: string;
13
- notValidInteger: string;
14
- };
15
- type Props = TextFieldProps & {
16
- /**
17
- * React Hook Form control `name` propery
18
- */
19
- name: string;
20
- /**
21
- * Label for MUI TextField component
22
- */
23
- label?: ReactNode;
24
- /**
25
- * React Hook Form `control`
26
- */
27
- control: Control<any>;
28
- /**
29
- * Is input required flag
30
- */
31
- required?: boolean;
32
- /**
33
- * React Hook Form `defaultValue`
34
- */
35
- defaultValue?: number;
36
- /**
37
- * Is disabled input flag
38
- */
39
- disabled?: boolean;
40
- /**
41
- * React Hook Form validate function
42
- * ```typescript
43
- * type ValidateFunc = (value: string) => boolean | string;
44
- * ```
45
- */
46
- validate?: ValidateFunc | Record<string, ValidateFunc>;
47
- /**
48
- * Hide error message flag
49
- */
50
- hideErrorMessage?: boolean;
51
- /**
52
- * Custom onChange function
53
- */
54
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
55
- /**
56
- * Is number decimal or integer flag
57
- */
58
- decimal?: boolean;
59
- /**
60
- * Set value as number
61
- */
62
- valueAsNumber?: boolean;
63
- /**
64
- */
65
- useFormattedInputValue?: boolean;
66
- /**
67
- * Set error text
68
- */
69
- errorText?: ErrorText;
70
- };
71
- export declare const ControlNumberInput: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, decimal, valueAsNumber, useFormattedInputValue, errorText, ...textFieldProps }: Props) => import("react/jsx-runtime").JSX.Element;
72
- export default ControlNumberInput;
1
+ import type { ReactNode } from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
3
+ import { Control } from 'react-hook-form';
4
+ import { ValidateFunc } from '../../interfaces';
5
+ export interface ErrorText {
6
+ required: string;
7
+ notValidNumber: string;
8
+ notValidInteger: string;
9
+ }
10
+ export declare const DEFAULT_ERROR_TEXT: {
11
+ required: string;
12
+ notValidNumber: string;
13
+ notValidInteger: string;
14
+ };
15
+ type Props = TextFieldProps & {
16
+ /**
17
+ * React Hook Form control `name` propery
18
+ */
19
+ name: string;
20
+ /**
21
+ * Label for MUI TextField component
22
+ */
23
+ label?: ReactNode;
24
+ /**
25
+ * React Hook Form `control`
26
+ */
27
+ control: Control<any>;
28
+ /**
29
+ * Is input required flag
30
+ */
31
+ required?: boolean;
32
+ /**
33
+ * React Hook Form `defaultValue`
34
+ */
35
+ defaultValue?: number;
36
+ /**
37
+ * Is disabled input flag
38
+ */
39
+ disabled?: boolean;
40
+ /**
41
+ * React Hook Form validate function
42
+ * ```typescript
43
+ * type ValidateFunc = (value: string) => boolean | string;
44
+ * ```
45
+ */
46
+ validate?: ValidateFunc | Record<string, ValidateFunc>;
47
+ /**
48
+ * Hide error message flag
49
+ */
50
+ hideErrorMessage?: boolean;
51
+ /**
52
+ * Custom onChange function
53
+ */
54
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
55
+ /**
56
+ * Is number decimal or integer flag
57
+ */
58
+ decimal?: boolean;
59
+ /**
60
+ * Set value as number
61
+ */
62
+ valueAsNumber?: boolean;
63
+ /**
64
+ */
65
+ useFormattedInputValue?: boolean;
66
+ /**
67
+ * Set error text
68
+ */
69
+ errorText?: ErrorText;
70
+ };
71
+ export declare const ControlNumberInput: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, decimal, valueAsNumber, useFormattedInputValue, errorText, ...textFieldProps }: Props) => JSX.Element;
72
+ export default ControlNumberInput;
@@ -1,11 +1,11 @@
1
- import { ReactNode } from 'react';
2
- import { Control } from 'react-hook-form';
3
- type Props = {
4
- name?: string;
5
- control: Control<any>;
6
- label?: ReactNode;
7
- required?: boolean;
8
- isSecondsVisible?: boolean;
9
- };
10
- export declare const ControlPeriodInput: ({ name, control, label, required, isSecondsVisible, }: Props) => import("react/jsx-runtime").JSX.Element;
11
- export {};
1
+ import { ReactNode } from 'react';
2
+ import { Control } from 'react-hook-form';
3
+ type Props = {
4
+ name?: string;
5
+ control: Control<any>;
6
+ label?: ReactNode;
7
+ required?: boolean;
8
+ isSecondsVisible?: boolean;
9
+ };
10
+ export declare const ControlPeriodInput: ({ name, control, label, required, isSecondsVisible, }: Props) => JSX.Element;
11
+ export {};
@@ -1,17 +1,17 @@
1
- import { ReactNode } from 'react';
2
- import { TextFieldProps } from '@mui/material/TextField';
3
- import { Control } from 'react-hook-form';
4
- import { Props as InputMaskProps } from 'react-input-mask';
5
- type Props = TextFieldProps & {
6
- control: Control<any>;
7
- name: string;
8
- required?: boolean;
9
- mask?: string;
10
- label?: ReactNode;
11
- requiredErrorText?: string;
12
- invalidErrorText?: string;
13
- disabled?: boolean;
14
- inputMaskProps?: InputMaskProps;
15
- };
16
- export declare const ControlPhoneInput: ({ control, name, label, required, mask, requiredErrorText, inputMaskProps, disabled, invalidErrorText, ...textFieldProps }: Props) => import("react/jsx-runtime").JSX.Element;
17
- export default ControlPhoneInput;
1
+ import { ReactNode } from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
3
+ import { Control } from 'react-hook-form';
4
+ import { Props as InputMaskProps } from 'react-input-mask';
5
+ type Props = TextFieldProps & {
6
+ control: Control<any>;
7
+ name: string;
8
+ required?: boolean;
9
+ mask?: string;
10
+ label?: ReactNode;
11
+ requiredErrorText?: string;
12
+ invalidErrorText?: string;
13
+ disabled?: boolean;
14
+ inputMaskProps?: InputMaskProps;
15
+ };
16
+ export declare const ControlPhoneInput: ({ control, name, label, required, mask, requiredErrorText, inputMaskProps, disabled, invalidErrorText, ...textFieldProps }: Props) => JSX.Element;
17
+ export default ControlPhoneInput;