intelicoreact 2.0.6 → 2.0.8

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 (130) hide show
  1. package/charts/package.json +5 -0
  2. package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.interface.d.ts +23 -3
  3. package/dist/Atomic/FormElements/Input/Input.d.ts +1 -1
  4. package/dist/Atomic/FormElements/Input/types.d.ts +0 -5
  5. package/dist/Atomic/FormElements/InputMask3/InputMask3.interface.d.ts +0 -3
  6. package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.interface.d.ts +1 -1
  7. package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.interface.d.ts +4 -4
  8. package/dist/Atomic/UI/Alert/Alert.interface.d.ts +0 -2
  9. package/dist/Functions/sdk/runtime-sdk/transport.d.ts +2 -2
  10. package/dist/charts.cjs +927 -0
  11. package/dist/charts.cjs.map +7 -0
  12. package/dist/charts.d.ts +7 -0
  13. package/dist/charts.js +911 -0
  14. package/dist/charts.js.map +7 -0
  15. package/dist/form.cjs +1506 -1940
  16. package/dist/form.cjs.map +4 -4
  17. package/dist/form.js +1122 -1556
  18. package/dist/form.js.map +4 -4
  19. package/dist/hooks.cjs +8 -324
  20. package/dist/hooks.cjs.map +4 -4
  21. package/dist/hooks.js +8 -324
  22. package/dist/hooks.js.map +4 -4
  23. package/dist/index.cjs +2515 -9300
  24. package/dist/index.cjs.map +4 -4
  25. package/dist/index.js +2067 -8868
  26. package/dist/index.js.map +4 -4
  27. package/dist/layout.cjs +207 -6308
  28. package/dist/layout.cjs.map +4 -4
  29. package/dist/layout.js +202 -6303
  30. package/dist/layout.js.map +4 -4
  31. package/dist/presets.cjs +0 -643
  32. package/dist/presets.cjs.map +4 -4
  33. package/dist/presets.js +0 -633
  34. package/dist/presets.js.map +4 -4
  35. package/dist/ui.cjs +711 -7854
  36. package/dist/ui.cjs.map +4 -4
  37. package/dist/ui.d.ts +0 -5
  38. package/dist/ui.js +722 -7881
  39. package/dist/ui.js.map +4 -4
  40. package/dist/utils.cjs +4 -51
  41. package/dist/utils.cjs.map +3 -3
  42. package/dist/utils.js +4 -51
  43. package/dist/utils.js.map +3 -3
  44. package/package.json +16 -2
  45. package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.d.ts +0 -4
  46. package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.d.ts +0 -11
  47. package/dist/Atomic/FormElements/NumericInput/NumericInput.d.ts +0 -36
  48. package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.d.ts +0 -2
  49. package/dist/Atomic/FormElements/RangeSlider/RangeSlider.d.ts +0 -19
  50. package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.d.ts +0 -5
  51. package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.d.ts +0 -17
  52. package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.d.ts +0 -12
  53. package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.d.ts +0 -2
  54. package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.d.ts +0 -23
  55. package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.d.ts +0 -2
  56. package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.d.ts +0 -38
  57. package/dist/Atomic/UI/AccordionTable/AccordionTable.d.ts +0 -10
  58. package/dist/Atomic/UI/AccordionText/AccordionText.d.ts +0 -8
  59. package/dist/Atomic/UI/Chart/partial/Chart.constants.d.ts +0 -78
  60. package/dist/Atomic/UI/Chart/partial/datasetSetters.d.ts +0 -13
  61. package/dist/Atomic/UI/Chart/partial/optionsConstructor.d.ts +0 -145
  62. package/dist/Atomic/UI/Chart/partial/optionsSetters.d.ts +0 -4
  63. package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.d.ts +0 -14
  64. package/dist/Atomic/UI/DynamicIcon/DynamicIcon.d.ts +0 -4
  65. package/dist/Atomic/UI/DynamicIcon/DynamicIcon.interface.d.ts +0 -6
  66. package/dist/Atomic/UI/DynamicIcon/index.d.ts +0 -3
  67. package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.d.ts +0 -2
  68. package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.d.ts +0 -4
  69. package/dist/Atomic/UI/MonoAccordion/MonoAccordion._test.d.ts +0 -1
  70. package/dist/Atomic/UI/MonoAccordion/MonoAccordion.d.ts +0 -12
  71. package/dist/Atomic/UI/PieChart/PieChart.d.ts +0 -8
  72. package/dist/Atomic/UI/Table/Partials/TdCell.d.ts +0 -13
  73. package/dist/Atomic/UI/Table/Partials/TdHeader.d.ts +0 -5
  74. package/dist/Atomic/UI/Table/Partials/TdRow.d.ts +0 -17
  75. package/dist/Atomic/UI/Table/Partials/TdTitle.d.ts +0 -5
  76. package/dist/Atomic/UI/Table/Table.d.ts +0 -9
  77. package/dist/Atomic/UI/Table/TdTypes/TdActions.d.ts +0 -6
  78. package/dist/Atomic/UI/Table/TdTypes/TdPriority.d.ts +0 -6
  79. package/dist/Atomic/UI/Table/TdTypes/TdRange.d.ts +0 -4
  80. package/dist/Atomic/UI/Table/TdTypes/TdWeight.d.ts +0 -7
  81. package/dist/Atomic/UI/WizardStepper/constructor.d.ts +0 -51
  82. package/dist/Classes/AbortableFetch.d.ts +0 -43
  83. package/dist/Classes/AnimatedHandler.d.ts +0 -4
  84. package/dist/Classes/RESTAPI/index.d.ts +0 -9
  85. package/dist/Classes/RESTAPI/partials/AbortableFetch.d.ts +0 -43
  86. package/dist/Classes/RESTAPI/partials/ApiBase.d.ts +0 -10
  87. package/dist/Classes/RESTAPI/partials/ApiRequestCreators.d.ts +0 -9
  88. package/dist/Classes/RESTAPI/partials/ApiUtils.d.ts +0 -12
  89. package/dist/Classes/RESTAPI/partials/CredentialsProcessing.d.ts +0 -24
  90. package/dist/Classes/RESTAPI/partials/Utils.d.ts +0 -4
  91. package/dist/Classes/RESTAPI/partials/_utils.d.ts +0 -9
  92. package/dist/Constants/index.constants.d.ts +0 -20
  93. package/dist/Functions/Portal.d.ts +0 -6
  94. package/dist/Functions/customEventListener.d.ts +0 -27
  95. package/dist/Functions/dateTime.d.ts +0 -95
  96. package/dist/Functions/fieldValueFormatters.d.ts +0 -19
  97. package/dist/Functions/hooks/useFormFieldsChangesManager.d.ts +0 -15
  98. package/dist/Functions/locale/createTranslator.d.ts +0 -3
  99. package/dist/Functions/operations.d.ts +0 -1
  100. package/dist/Functions/presets/inputMaskPresets.d.ts +0 -136
  101. package/dist/Functions/presets/inputPresets.d.ts +0 -16
  102. package/dist/Functions/presets/mobileKeyboardTypesPresets.d.ts +0 -17
  103. package/dist/Functions/schemas.d.ts +0 -3
  104. package/dist/Functions/useBodyScrollLock.d.ts +0 -2
  105. package/dist/Functions/useClickOutside.d.ts +0 -1
  106. package/dist/Functions/useDebounce.d.ts +0 -4
  107. package/dist/Functions/useFieldFocus.d.ts +0 -7
  108. package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.d.ts +0 -15
  109. package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.d.ts +0 -12
  110. package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.d.ts +0 -15
  111. package/dist/Functions/useFormTools/functions/General.d.ts +0 -15
  112. package/dist/Functions/useFormTools/functions/RenderFields.d.ts +0 -7
  113. package/dist/Functions/useFormTools/functions/usePrevious.d.ts +0 -2
  114. package/dist/Functions/useFormTools/index.d.ts +0 -86
  115. package/dist/Functions/useInputHighlightError.d.ts +0 -12
  116. package/dist/Functions/useLocalStorage.d.ts +0 -2
  117. package/dist/Functions/useLocationParams.d.ts +0 -1
  118. package/dist/Functions/useMediaQuery.d.ts +0 -2
  119. package/dist/Functions/useMetaInfo.d.ts +0 -8
  120. package/dist/Functions/useMouseUpOutside.d.ts +0 -1
  121. package/dist/Functions/useOnlineStatus.d.ts +0 -2
  122. package/dist/Functions/usePasswordChecker.d.ts +0 -7
  123. package/dist/Functions/usePrevious.d.ts +0 -2
  124. package/dist/Functions/useResize.d.ts +0 -3
  125. package/dist/Functions/useScrollTo.d.ts +0 -2
  126. package/dist/Functions/useToggle.d.ts +0 -7
  127. package/dist/Functions/utils.d.ts +0 -40
  128. package/dist/Langs.d.ts +0 -179
  129. package/dist/Molecular/FormWithDependOn/FormWithDependOn.d.ts +0 -3
  130. package/dist/Molecular/FormWithDependOn/partials/_utils.d.ts +0 -8
@@ -1,86 +0,0 @@
1
- export default function useFormTools({ form, setForm, FormType, FormFields, FormDataDriverName, FormDataDriver, FocusControllerProps, goToNextFieldOnEnterPressed, }?: {
2
- FormDataDriverName?: string | undefined;
3
- FormDataDriver?: null | undefined;
4
- FocusControllerProps?: {
5
- setAutoFocus: boolean;
6
- onlyEmptyFieldAutoFocus: boolean;
7
- } | undefined;
8
- goToNextFieldOnEnterPressed?: boolean | undefined;
9
- }): {
10
- FormDataDrivers: {
11
- ArrayWithObjects: {
12
- handlers: typeof ArrayWithObjects;
13
- default: boolean;
14
- };
15
- ObjectWithIterableObjects: {
16
- handlers: typeof ObjectWithIterableObjects;
17
- };
18
- ObjectWithNamedKeyObjects: {
19
- handlers: typeof ObjectWithNamedKeyObjects;
20
- };
21
- };
22
- addOnChangeObserver: (key: any, cb: any) => null;
23
- removeOnChangeObserver: (key: any, id: any) => void;
24
- onChangeObservers: {};
25
- onFieldChange: (key: any, value: any) => false | undefined;
26
- toggleFormSubmitBlock: (key: any, value: any) => void;
27
- clearFormSubmitBlockers: () => void;
28
- isFormSubmitBlocked: boolean;
29
- renderFormFields: never[];
30
- setRenderFormFields: (data: any) => void;
31
- addRenderFields: (fields: any) => void;
32
- removeRenderFields: (fields: any) => void;
33
- getFieldClassName: (key: any, type: any) => string;
34
- isInitFocused: boolean;
35
- setFirstFieldInitFocused: () => void;
36
- resetIsInitFocused: () => void;
37
- setFieldFocus: ({ key, cb, form: argForm, field }: {
38
- key: any;
39
- cb?: (() => void) | undefined;
40
- form: any;
41
- field: any;
42
- }) => false | null | undefined;
43
- setFieldBlur: ({ key, cb, form: argForm, field }: {
44
- key: any;
45
- cb?: (() => void) | undefined;
46
- form: any;
47
- field: any;
48
- }) => false | null | undefined;
49
- setFirstFieldFocus: () => false | undefined;
50
- autoFocusedField: null;
51
- addFocusFieldOnRender: (key: any, cb: any) => void;
52
- removeFocusFieldOnRender: (key: any) => void;
53
- addOnFieldRenderedObserver: (key: any, cb: any, isOnceCallable?: boolean) => null;
54
- removeOnFieldRenderedObserver: (key: any, id: any) => void;
55
- onFieldRenderedObservers: {};
56
- updateFormField: (fields: any, data: any, key: any) => any;
57
- addOnFormRenderObserver: (cb: any, { once }?: {
58
- once?: boolean | undefined;
59
- }) => void;
60
- submitIsFormRendered: () => void;
61
- resetIsFormRendered: () => void;
62
- renderFields: ({ form: argForm, fields: argFields, cols: argCols, RenderFieldComponent, }: {
63
- form?: any;
64
- fields?: never[] | undefined;
65
- cols?: number | undefined;
66
- RenderFieldComponent: any;
67
- }) => any;
68
- scrollToField: ({ key, field, form: argForm }: {
69
- key?: null | undefined;
70
- field?: null | undefined;
71
- form: any;
72
- }) => false | undefined;
73
- getFieldData: any;
74
- getFormField: any;
75
- setFormFields: any;
76
- setFormField: (data: any, key: any) => any;
77
- getFormFieldsAsArray: any;
78
- getFormFieldsKeys: any;
79
- removeAllFormFields: any;
80
- removeFormField: any;
81
- removeFormFields: any;
82
- addErrorsToForm: (errors: any, argForm?: any) => void;
83
- };
84
- import ArrayWithObjects from "./form-drivers/ArrayWithObjects";
85
- import ObjectWithIterableObjects from "./form-drivers/ObjectWithIterableObjects";
86
- import ObjectWithNamedKeyObjects from "./form-drivers/ObjectWithNamedKeyObjects";
@@ -1,12 +0,0 @@
1
- export function useInputHighlightError({ value, blinkTime, isUseErrorsBlink, }: {
2
- value: any;
3
- blinkTime: any;
4
- isUseErrorsBlink: any;
5
- }): {
6
- isToHighlightError: boolean;
7
- setPreviousValue: React.Dispatch<any>;
8
- setIsToHighlightError: React.Dispatch<React.SetStateAction<boolean>>;
9
- hasHighlightError: (e: any) => void;
10
- };
11
- export default useInputHighlightError;
12
- import React from "react";
@@ -1,2 +0,0 @@
1
- export default useLocalStorage;
2
- declare function useLocalStorage(key: any, initialValue: any): any[];
@@ -1 +0,0 @@
1
- export default function useLocationParams(): {};
@@ -1,2 +0,0 @@
1
- export default useMediaQuery;
2
- declare function useMediaQuery(query: any): boolean;
@@ -1,8 +0,0 @@
1
- export function useMetaInfo(): {
2
- browser: string;
3
- device: string;
4
- isiOS: boolean;
5
- chromeVersion: null;
6
- iOSVersion: null;
7
- };
8
- export default useMetaInfo;
@@ -1 +0,0 @@
1
- export default function useMouseUpOutside(ref: any, setOut: any, open: any): void;
@@ -1,2 +0,0 @@
1
- export default useOnlineStatus;
2
- declare function useOnlineStatus(): boolean;
@@ -1,7 +0,0 @@
1
- export default function usePasswordChecker({ label }?: {
2
- label?: string | undefined;
3
- }): {
4
- addCheckRule: (data: any) => void;
5
- testCheckRules: (value: any) => boolean;
6
- renderPasswordChecker: () => JSX.Element;
7
- };
@@ -1,2 +0,0 @@
1
- export default usePrevious;
2
- declare function usePrevious(value: any): undefined;
@@ -1,3 +0,0 @@
1
- export function useResize(element: any): {
2
- elemPosition: string;
3
- };
@@ -1,2 +0,0 @@
1
- export default useScrollTo;
2
- declare function useScrollTo(reference: any): (import("react").Dispatch<import("react").SetStateAction<boolean>> | import("react").MutableRefObject<any>)[];
@@ -1,7 +0,0 @@
1
- export default useToggle;
2
- declare function useToggle(initialState: any): {
3
- isToggled: boolean;
4
- toggle: () => void;
5
- toggleOn: () => void;
6
- toggleOff: () => void;
7
- };
@@ -1,40 +0,0 @@
1
- export function transformUTCTimeToLocal(date: any, format?: string): string | undefined;
2
- export function transformLocalTimeToUTC(date: any, format?: string): string | undefined;
3
- export function transformUTCHoursToLocal(time: any, format?: string): string | undefined;
4
- export function transformDateOrTimeOrTogetherToFormat(data: any, outputFormat: string | undefined, additional: any): string | moment.Moment;
5
- export function transformDateOrTimeOrTogetherToFormattedLocal(data: any, outputFormat: string | undefined, additional: any): any;
6
- export function downloadEmulation(data: any, filename: any, type?: string): void;
7
- export function uuid(): string;
8
- export function getIsOnlyAnObject(input: any): boolean;
9
- export function handleObjectChange(updateObject: any, updateFunction: any): (data: any, prop: string | undefined, isNumber: any) => void;
10
- export function useOutsideToggle(ref: any, setOut: any, open: any): void;
11
- export function clone(input: any): any;
12
- export function getResponseClone(res: any): Promise<any>;
13
- export function omitKeys(obj?: {}, keys?: any[]): any;
14
- export function logout(): void;
15
- export function getStyles(el: any, prop: any): string | CSSStyleDeclaration | null;
16
- export function getColorById(id: any, colors: any): any;
17
- export function debounce(fn: any, ms: any): (...args: any[]) => void;
18
- export function throttle(fn: any, ms: any): (...args: any[]) => void;
19
- export function addBitDepthPoints(value: any, step?: number): any;
20
- export function changeMeta(key: any, items?: any[]): void;
21
- export function firstLetterCapital(str: any): any;
22
- export function capitalized(str: any): any;
23
- export function checkedRef(ref: any): any;
24
- export function downloadFile({ url, name, type }: {
25
- url: any;
26
- name: any;
27
- type?: null | undefined;
28
- }): Promise<void>;
29
- export function compare(first: any, second: any, keys?: any[]): boolean;
30
- export function setCarretToEnd(input: any): void;
31
- export function compareAlphabetical(a: any, b: any, key?: string): 0 | 1 | -1;
32
- export function getBase64(file: any): Promise<any> | undefined;
33
- export function renderFileSize(bytes: any, decimals?: number): string;
34
- export function getUniqueFileExtensions(extListString: any): string;
35
- export function getOS(): string;
36
- export function getCorrectTestId({ testId, withTier }: {
37
- testId?: string | undefined;
38
- withTier?: boolean | undefined;
39
- }): string;
40
- import moment from "moment-timezone";
package/dist/Langs.d.ts DELETED
@@ -1,179 +0,0 @@
1
- export default Langs;
2
- declare namespace Langs {
3
- namespace en {
4
- let auth: {};
5
- let settings: {};
6
- namespace labels {
7
- let industries: string;
8
- let includedLenders: string;
9
- let admin: string;
10
- let user: string;
11
- let help: string;
12
- let description: string;
13
- let value: string;
14
- let paramName: string;
15
- let active: string;
16
- let pause: string;
17
- let error: string;
18
- let sold: string;
19
- let processing: string;
20
- let home: string;
21
- let goods: string;
22
- let improvement: string;
23
- let jewelry: string;
24
- let firstName: string;
25
- let lastName: string;
26
- let dateOfBirth: string;
27
- let militaryStatus: string;
28
- let ssn: string;
29
- let lengthAtAddress: string;
30
- let rentOrOwn: string;
31
- let zip: string;
32
- let city: string;
33
- let state: string;
34
- let address: string;
35
- let email: string;
36
- let homePhone: string;
37
- let cellPhone: string;
38
- let contactTime: string;
39
- let dlState: string;
40
- let dlNumber: string;
41
- let ownCar: string;
42
- let tcpaOptin: string;
43
- let incomeSource: string;
44
- let timeEmployed: string;
45
- let jobTitle: string;
46
- let currentEmployer: string;
47
- let employersPhone: string;
48
- let netMonthlyIncome: string;
49
- let howOftenIsPaid: string;
50
- let nextPayDate: string;
51
- let secondPayDate: string;
52
- let loanAmount: string;
53
- let ip: string;
54
- let storyName: string;
55
- let channelName: string;
56
- let employmentInfo: string;
57
- let personalDetails: string;
58
- let offer: string;
59
- let offers: string;
60
- let status: string;
61
- let name: string;
62
- let from: string;
63
- let to: string;
64
- let periodMonths: string;
65
- let loansSent: string;
66
- let approved: string;
67
- let rejected: string;
68
- let loanAmountApproved: string;
69
- let loanAmountRejected: string;
70
- let approveRate: string;
71
- let actions: string;
72
- let locations: string;
73
- let score: string;
74
- let priority: string;
75
- let lender: string;
76
- let weight: string;
77
- let selectLender: string;
78
- }
79
- let singulars: {};
80
- namespace titles {
81
- export let pingTree: string;
82
- export let edit: string;
83
- export let create: string;
84
- export let add: string;
85
- export let consumerInfo: string;
86
- let personalDetails_1: string;
87
- export { personalDetails_1 as personalDetails };
88
- let employmentInfo_1: string;
89
- export { employmentInfo_1 as employmentInfo };
90
- export let tools: string;
91
- export let lenders: string;
92
- let settings_1: string;
93
- export { settings_1 as settings };
94
- export let dashboard: string;
95
- export let consumers: string;
96
- export let ticketDesk: string;
97
- export let accounting: string;
98
- export let users: string;
99
- export let merchants: string;
100
- export let lenderPingTree: string;
101
- export let reports: string;
102
- export let leads: string;
103
- export let location: string;
104
- export let mainMenu: string;
105
- export let partners: string;
106
- export let other: string;
107
- export let homeGoodsAndInteriorDesign: string;
108
- }
109
- namespace placeholders {
110
- export let typeName: string;
111
- export let params: string;
112
- let value_1: string;
113
- export { value_1 as value };
114
- let description_1: string;
115
- export { description_1 as description };
116
- }
117
- namespace hints {
118
- let landerNotIncluded: string;
119
- let noMerchants: string;
120
- }
121
- namespace buttons {
122
- let create_1: string;
123
- export { create_1 as create };
124
- let edit_1: string;
125
- export { edit_1 as edit };
126
- let add_1: string;
127
- export { add_1 as add };
128
- export let close: string;
129
- export let apply: string;
130
- let pingTree_1: string;
131
- export { pingTree_1 as pingTree };
132
- export let addRow: string;
133
- let consumerInfo_1: string;
134
- export { consumerInfo_1 as consumerInfo };
135
- export let deletePingTree: string;
136
- export let cancel: string;
137
- }
138
- let radioButtons: {};
139
- namespace weekDays {
140
- let su: string;
141
- let mo: string;
142
- let tu: string;
143
- let we: string;
144
- let th: string;
145
- let fr: string;
146
- let sa: string;
147
- }
148
- namespace alerts {
149
- let lendersWillBeRemoved: string;
150
- }
151
- namespace checkboxes {
152
- export let homeGoods: string;
153
- export let travel: string;
154
- export let energyImprovement: string;
155
- export let jewelryIncluded: string;
156
- let jewelry_1: string;
157
- export { jewelry_1 as jewelry };
158
- export let autoRepair: string;
159
- export let cosmetics: string;
160
- export let health: string;
161
- }
162
- let errors: {};
163
- let texts: {};
164
- namespace tabs {
165
- export let general: string;
166
- export let payments: string;
167
- export let filters: string;
168
- let offers_1: string;
169
- export { offers_1 as offers };
170
- let merchants_1: string;
171
- export { merchants_1 as merchants };
172
- export let integration: string;
173
- export let customDetails: string;
174
- export let customerDetails: string;
175
- export let postsLog: string;
176
- }
177
- let toasts: {};
178
- }
179
- }
@@ -1,3 +0,0 @@
1
- export default FormWithDependOn;
2
- declare const FormWithDependOn: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
- import React from "react";
@@ -1,8 +0,0 @@
1
- export function getDependOnStarter(props: any): ({ newValue, fieldKey, propKey, field, form, additional }: {
2
- newValue: any;
3
- fieldKey: any;
4
- propKey: any;
5
- field: any;
6
- form: any;
7
- additional: any;
8
- }) => void;