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.
- package/charts/package.json +5 -0
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.interface.d.ts +23 -3
- package/dist/Atomic/FormElements/Input/Input.d.ts +1 -1
- package/dist/Atomic/FormElements/Input/types.d.ts +0 -5
- package/dist/Atomic/FormElements/InputMask3/InputMask3.interface.d.ts +0 -3
- package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.interface.d.ts +1 -1
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.interface.d.ts +4 -4
- package/dist/Atomic/UI/Alert/Alert.interface.d.ts +0 -2
- package/dist/Functions/sdk/runtime-sdk/transport.d.ts +2 -2
- package/dist/charts.cjs +927 -0
- package/dist/charts.cjs.map +7 -0
- package/dist/charts.d.ts +7 -0
- package/dist/charts.js +911 -0
- package/dist/charts.js.map +7 -0
- package/dist/form.cjs +1506 -1940
- package/dist/form.cjs.map +4 -4
- package/dist/form.js +1122 -1556
- package/dist/form.js.map +4 -4
- package/dist/hooks.cjs +8 -324
- package/dist/hooks.cjs.map +4 -4
- package/dist/hooks.js +8 -324
- package/dist/hooks.js.map +4 -4
- package/dist/index.cjs +2515 -9300
- package/dist/index.cjs.map +4 -4
- package/dist/index.js +2067 -8868
- package/dist/index.js.map +4 -4
- package/dist/layout.cjs +207 -6308
- package/dist/layout.cjs.map +4 -4
- package/dist/layout.js +202 -6303
- package/dist/layout.js.map +4 -4
- package/dist/presets.cjs +0 -643
- package/dist/presets.cjs.map +4 -4
- package/dist/presets.js +0 -633
- package/dist/presets.js.map +4 -4
- package/dist/ui.cjs +711 -7854
- package/dist/ui.cjs.map +4 -4
- package/dist/ui.d.ts +0 -5
- package/dist/ui.js +722 -7881
- package/dist/ui.js.map +4 -4
- package/dist/utils.cjs +4 -51
- package/dist/utils.cjs.map +3 -3
- package/dist/utils.js +4 -51
- package/dist/utils.js.map +3 -3
- package/package.json +16 -2
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.d.ts +0 -4
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.d.ts +0 -11
- package/dist/Atomic/FormElements/NumericInput/NumericInput.d.ts +0 -36
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.d.ts +0 -2
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.d.ts +0 -19
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.d.ts +0 -5
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.d.ts +0 -17
- package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.d.ts +0 -12
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.d.ts +0 -2
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.d.ts +0 -23
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.d.ts +0 -2
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.d.ts +0 -38
- package/dist/Atomic/UI/AccordionTable/AccordionTable.d.ts +0 -10
- package/dist/Atomic/UI/AccordionText/AccordionText.d.ts +0 -8
- package/dist/Atomic/UI/Chart/partial/Chart.constants.d.ts +0 -78
- package/dist/Atomic/UI/Chart/partial/datasetSetters.d.ts +0 -13
- package/dist/Atomic/UI/Chart/partial/optionsConstructor.d.ts +0 -145
- package/dist/Atomic/UI/Chart/partial/optionsSetters.d.ts +0 -4
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.d.ts +0 -14
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.d.ts +0 -4
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.interface.d.ts +0 -6
- package/dist/Atomic/UI/DynamicIcon/index.d.ts +0 -3
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.d.ts +0 -2
- package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.d.ts +0 -4
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion._test.d.ts +0 -1
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.d.ts +0 -12
- package/dist/Atomic/UI/PieChart/PieChart.d.ts +0 -8
- package/dist/Atomic/UI/Table/Partials/TdCell.d.ts +0 -13
- package/dist/Atomic/UI/Table/Partials/TdHeader.d.ts +0 -5
- package/dist/Atomic/UI/Table/Partials/TdRow.d.ts +0 -17
- package/dist/Atomic/UI/Table/Partials/TdTitle.d.ts +0 -5
- package/dist/Atomic/UI/Table/Table.d.ts +0 -9
- package/dist/Atomic/UI/Table/TdTypes/TdActions.d.ts +0 -6
- package/dist/Atomic/UI/Table/TdTypes/TdPriority.d.ts +0 -6
- package/dist/Atomic/UI/Table/TdTypes/TdRange.d.ts +0 -4
- package/dist/Atomic/UI/Table/TdTypes/TdWeight.d.ts +0 -7
- package/dist/Atomic/UI/WizardStepper/constructor.d.ts +0 -51
- package/dist/Classes/AbortableFetch.d.ts +0 -43
- package/dist/Classes/AnimatedHandler.d.ts +0 -4
- package/dist/Classes/RESTAPI/index.d.ts +0 -9
- package/dist/Classes/RESTAPI/partials/AbortableFetch.d.ts +0 -43
- package/dist/Classes/RESTAPI/partials/ApiBase.d.ts +0 -10
- package/dist/Classes/RESTAPI/partials/ApiRequestCreators.d.ts +0 -9
- package/dist/Classes/RESTAPI/partials/ApiUtils.d.ts +0 -12
- package/dist/Classes/RESTAPI/partials/CredentialsProcessing.d.ts +0 -24
- package/dist/Classes/RESTAPI/partials/Utils.d.ts +0 -4
- package/dist/Classes/RESTAPI/partials/_utils.d.ts +0 -9
- package/dist/Constants/index.constants.d.ts +0 -20
- package/dist/Functions/Portal.d.ts +0 -6
- package/dist/Functions/customEventListener.d.ts +0 -27
- package/dist/Functions/dateTime.d.ts +0 -95
- package/dist/Functions/fieldValueFormatters.d.ts +0 -19
- package/dist/Functions/hooks/useFormFieldsChangesManager.d.ts +0 -15
- package/dist/Functions/locale/createTranslator.d.ts +0 -3
- package/dist/Functions/operations.d.ts +0 -1
- package/dist/Functions/presets/inputMaskPresets.d.ts +0 -136
- package/dist/Functions/presets/inputPresets.d.ts +0 -16
- package/dist/Functions/presets/mobileKeyboardTypesPresets.d.ts +0 -17
- package/dist/Functions/schemas.d.ts +0 -3
- package/dist/Functions/useBodyScrollLock.d.ts +0 -2
- package/dist/Functions/useClickOutside.d.ts +0 -1
- package/dist/Functions/useDebounce.d.ts +0 -4
- package/dist/Functions/useFieldFocus.d.ts +0 -7
- package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.d.ts +0 -15
- package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.d.ts +0 -12
- package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.d.ts +0 -15
- package/dist/Functions/useFormTools/functions/General.d.ts +0 -15
- package/dist/Functions/useFormTools/functions/RenderFields.d.ts +0 -7
- package/dist/Functions/useFormTools/functions/usePrevious.d.ts +0 -2
- package/dist/Functions/useFormTools/index.d.ts +0 -86
- package/dist/Functions/useInputHighlightError.d.ts +0 -12
- package/dist/Functions/useLocalStorage.d.ts +0 -2
- package/dist/Functions/useLocationParams.d.ts +0 -1
- package/dist/Functions/useMediaQuery.d.ts +0 -2
- package/dist/Functions/useMetaInfo.d.ts +0 -8
- package/dist/Functions/useMouseUpOutside.d.ts +0 -1
- package/dist/Functions/useOnlineStatus.d.ts +0 -2
- package/dist/Functions/usePasswordChecker.d.ts +0 -7
- package/dist/Functions/usePrevious.d.ts +0 -2
- package/dist/Functions/useResize.d.ts +0 -3
- package/dist/Functions/useScrollTo.d.ts +0 -2
- package/dist/Functions/useToggle.d.ts +0 -7
- package/dist/Functions/utils.d.ts +0 -40
- package/dist/Langs.d.ts +0 -179
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.d.ts +0 -3
- package/dist/Molecular/FormWithDependOn/partials/_utils.d.ts +0 -8
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export default FormattedRawSSN;
|
|
2
|
-
declare function FormattedRawSSN({ value, postfix, onChange: onChangeProp, maskChar, testId, isHiddenDefault, maxLen, ...args }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
value?: string | undefined;
|
|
5
|
-
postfix?: string | undefined;
|
|
6
|
-
onChange?: (() => void) | undefined;
|
|
7
|
-
maskChar?: string | undefined;
|
|
8
|
-
testId?: string | undefined;
|
|
9
|
-
isHiddenDefault?: boolean | undefined;
|
|
10
|
-
maxLen?: number | undefined;
|
|
11
|
-
}): JSX.Element;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export default NumericInput;
|
|
2
|
-
declare function NumericInput({ disabled, withDelete, numStep, min, max, value, placeholder, className, testId, name, fieldKey, id, onChange, onBlur, onFocus, onKeyUp, onKeyDown, maskChar, formatChars, error, icon, isNotBlinkErrors, blinkTime, isPriceInput, isFocusDefault, isNotRenderButtons, isUseAutoSelect, isLoading, isAllowNullValue, onlyNumbers, attributesOfNativeInput, }: {
|
|
3
|
-
disabled: any;
|
|
4
|
-
withDelete: any;
|
|
5
|
-
numStep?: number | undefined;
|
|
6
|
-
min?: number | undefined;
|
|
7
|
-
max: any;
|
|
8
|
-
value: any;
|
|
9
|
-
placeholder: any;
|
|
10
|
-
className: any;
|
|
11
|
-
testId?: string | undefined;
|
|
12
|
-
name: any;
|
|
13
|
-
fieldKey: any;
|
|
14
|
-
id: any;
|
|
15
|
-
onChange?: (() => void) | undefined;
|
|
16
|
-
onBlur?: (() => void) | undefined;
|
|
17
|
-
onFocus?: (() => void) | undefined;
|
|
18
|
-
onKeyUp?: (() => void) | undefined;
|
|
19
|
-
onKeyDown?: (() => void) | undefined;
|
|
20
|
-
maskChar: any;
|
|
21
|
-
formatChars: any;
|
|
22
|
-
error: any;
|
|
23
|
-
icon: any;
|
|
24
|
-
isNotBlinkErrors: any;
|
|
25
|
-
blinkTime: any;
|
|
26
|
-
isPriceInput: any;
|
|
27
|
-
isFocusDefault?: boolean | undefined;
|
|
28
|
-
isNotRenderButtons?: boolean | undefined;
|
|
29
|
-
isUseAutoSelect?: boolean | undefined;
|
|
30
|
-
isLoading?: boolean | undefined;
|
|
31
|
-
isAllowNullValue?: boolean | undefined;
|
|
32
|
-
onlyNumbers?: {
|
|
33
|
-
type: string;
|
|
34
|
-
} | undefined;
|
|
35
|
-
attributesOfNativeInput?: {} | undefined;
|
|
36
|
-
}): JSX.Element;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default function RangeSlider({ required, noTrack, rangeSymbol, min, max, decimalPlaces, minRange, precision, testId, value, unit, label, isUseBitPoints, onChange, }: {
|
|
2
|
-
required: any;
|
|
3
|
-
noTrack: any;
|
|
4
|
-
rangeSymbol: any;
|
|
5
|
-
min?: number | undefined;
|
|
6
|
-
max?: number | undefined;
|
|
7
|
-
decimalPlaces?: number | undefined;
|
|
8
|
-
minRange?: number | undefined;
|
|
9
|
-
precision?: number | undefined;
|
|
10
|
-
testId?: string | undefined;
|
|
11
|
-
value?: {
|
|
12
|
-
from: any;
|
|
13
|
-
to: any;
|
|
14
|
-
} | undefined;
|
|
15
|
-
unit?: string | undefined;
|
|
16
|
-
label?: string | undefined;
|
|
17
|
-
isUseBitPoints?: boolean | undefined;
|
|
18
|
-
onChange?: (() => void) | undefined;
|
|
19
|
-
}): JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export default VariantsListRadio;
|
|
2
|
-
declare function VariantsListRadio({ items: outerItems, value: outerValue, onChange, isWithBorders, itemsContentRenderMode, isRadioPositionReverse, isUseAsOptionsList, disabled, isDisabled, id, className, testId, attributesOfNativeInput, isMixWithPersonalAttributes, }: {
|
|
3
|
-
items: any;
|
|
4
|
-
value: any;
|
|
5
|
-
onChange?: (() => void) | undefined;
|
|
6
|
-
isWithBorders: any;
|
|
7
|
-
itemsContentRenderMode: any;
|
|
8
|
-
isRadioPositionReverse: any;
|
|
9
|
-
isUseAsOptionsList: any;
|
|
10
|
-
disabled: any;
|
|
11
|
-
isDisabled: any;
|
|
12
|
-
id: any;
|
|
13
|
-
className: any;
|
|
14
|
-
testId?: string | undefined;
|
|
15
|
-
attributesOfNativeInput: any;
|
|
16
|
-
isMixWithPersonalAttributes: any;
|
|
17
|
-
}): JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default VariantsListRadioItem;
|
|
2
|
-
declare function VariantsListRadioItem({ RC, parentId, item, value: actualValue, onChange, attributesOfNativeInput, isMixWithPersonalAttributes, isUseAsOptionsList, testId, }: {
|
|
3
|
-
RC: any;
|
|
4
|
-
parentId: any;
|
|
5
|
-
item: any;
|
|
6
|
-
value: any;
|
|
7
|
-
onChange?: (() => void) | undefined;
|
|
8
|
-
attributesOfNativeInput?: {} | undefined;
|
|
9
|
-
isMixWithPersonalAttributes: any;
|
|
10
|
-
isUseAsOptionsList: any;
|
|
11
|
-
testId?: string | undefined;
|
|
12
|
-
}): JSX.Element | null;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export default constructor;
|
|
2
|
-
declare const constructor: ({
|
|
3
|
-
key: string;
|
|
4
|
-
type: string;
|
|
5
|
-
label: string;
|
|
6
|
-
cellClassName: string;
|
|
7
|
-
isRequired?: undefined;
|
|
8
|
-
theadCellClassName?: undefined;
|
|
9
|
-
columnClassName?: undefined;
|
|
10
|
-
onlyNumbers?: undefined;
|
|
11
|
-
} | {
|
|
12
|
-
key: string;
|
|
13
|
-
type: string;
|
|
14
|
-
label: string;
|
|
15
|
-
isRequired: boolean;
|
|
16
|
-
theadCellClassName: string;
|
|
17
|
-
cellClassName: string;
|
|
18
|
-
columnClassName: string;
|
|
19
|
-
onlyNumbers: {
|
|
20
|
-
type: string;
|
|
21
|
-
decimalPlaces: number;
|
|
22
|
-
};
|
|
23
|
-
})[];
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export default constructor;
|
|
2
|
-
declare const constructor: ({
|
|
3
|
-
label: string;
|
|
4
|
-
cellClassName: string;
|
|
5
|
-
key?: undefined;
|
|
6
|
-
isRequired?: undefined;
|
|
7
|
-
theadCellClassName?: undefined;
|
|
8
|
-
columnClassName?: undefined;
|
|
9
|
-
onlyNumbers?: undefined;
|
|
10
|
-
min?: undefined;
|
|
11
|
-
max?: undefined;
|
|
12
|
-
} | {
|
|
13
|
-
key: string;
|
|
14
|
-
label: string;
|
|
15
|
-
isRequired: boolean;
|
|
16
|
-
theadCellClassName: string;
|
|
17
|
-
cellClassName: string;
|
|
18
|
-
columnClassName: string;
|
|
19
|
-
onlyNumbers: {
|
|
20
|
-
type: string;
|
|
21
|
-
decimalPlaces: number;
|
|
22
|
-
};
|
|
23
|
-
min?: undefined;
|
|
24
|
-
max?: undefined;
|
|
25
|
-
} | {
|
|
26
|
-
key: string;
|
|
27
|
-
label: string;
|
|
28
|
-
isRequired: boolean;
|
|
29
|
-
theadCellClassName: string;
|
|
30
|
-
cellClassName: string;
|
|
31
|
-
columnClassName: string;
|
|
32
|
-
onlyNumbers: {
|
|
33
|
-
type: string;
|
|
34
|
-
decimalPlaces: number;
|
|
35
|
-
};
|
|
36
|
-
min: number;
|
|
37
|
-
max: number;
|
|
38
|
-
})[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export default AccordionTable;
|
|
2
|
-
declare function AccordionTable({ className, header, items, onChange, testId, onSort, sortParams, }: {
|
|
3
|
-
className: any;
|
|
4
|
-
header: any;
|
|
5
|
-
items: any;
|
|
6
|
-
onChange: any;
|
|
7
|
-
testId: any;
|
|
8
|
-
onSort?: (() => void) | undefined;
|
|
9
|
-
sortParams: any;
|
|
10
|
-
}): JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export default AccordionText;
|
|
2
|
-
declare function AccordionText({ isDefaultOpen, isOuterOpen, className, text, shortText }: {
|
|
3
|
-
isDefaultOpen?: boolean | undefined;
|
|
4
|
-
isOuterOpen?: boolean | undefined;
|
|
5
|
-
className: any;
|
|
6
|
-
text?: JSX.Element | undefined;
|
|
7
|
-
shortText?: null | undefined;
|
|
8
|
-
}): JSX.Element;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
export const CHART_TYPES: string[];
|
|
2
|
-
export const DEFAULT_CHART_MODEL: "emptyLayout";
|
|
3
|
-
export const FINTURF_ADD_GRADIENT_COLORS_POSITIVE: string[];
|
|
4
|
-
export const FINTURF_ADD_GRADIENT_COLORS_NEGATIVE: string[];
|
|
5
|
-
export namespace GRADIENTS_OBJECTS {
|
|
6
|
-
namespace finturf {
|
|
7
|
-
let bar: {
|
|
8
|
-
gradientTargetPropertyName: string;
|
|
9
|
-
colors: string[];
|
|
10
|
-
direction: string;
|
|
11
|
-
typeDistributionOfGradientPoints: string;
|
|
12
|
-
collorStopPoints: number[];
|
|
13
|
-
}[];
|
|
14
|
-
let line: ({
|
|
15
|
-
gradientTargetPropertyName: string;
|
|
16
|
-
colors: string[];
|
|
17
|
-
direction: string;
|
|
18
|
-
collorStopPoints?: undefined;
|
|
19
|
-
isAddFill?: undefined;
|
|
20
|
-
} | {
|
|
21
|
-
gradientTargetPropertyName: string;
|
|
22
|
-
colors: string[];
|
|
23
|
-
direction: string;
|
|
24
|
-
collorStopPoints: number[];
|
|
25
|
-
isAddFill: boolean;
|
|
26
|
-
})[];
|
|
27
|
-
let positiveLineIcon: {
|
|
28
|
-
gradientTargetPropertyName: string;
|
|
29
|
-
colors: string[];
|
|
30
|
-
direction: string;
|
|
31
|
-
}[];
|
|
32
|
-
let negativeLineIcon: {
|
|
33
|
-
gradientTargetPropertyName: string;
|
|
34
|
-
colors: string[];
|
|
35
|
-
direction: string;
|
|
36
|
-
}[];
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
export namespace FINTURF_TOOLTIP_OPTIONS {
|
|
40
|
-
let enabled: boolean;
|
|
41
|
-
let mode: string;
|
|
42
|
-
let intersect: boolean;
|
|
43
|
-
let padding: number;
|
|
44
|
-
let backgroundColor: string;
|
|
45
|
-
let titleColor: string;
|
|
46
|
-
let borderColor: string;
|
|
47
|
-
namespace titleFont {
|
|
48
|
-
let family: string;
|
|
49
|
-
let style: string;
|
|
50
|
-
let weight: number;
|
|
51
|
-
let size: number;
|
|
52
|
-
}
|
|
53
|
-
let titleAlign: string;
|
|
54
|
-
let bodyColor: string;
|
|
55
|
-
namespace bodyFont {
|
|
56
|
-
let family_1: string;
|
|
57
|
-
export { family_1 as family };
|
|
58
|
-
let style_1: string;
|
|
59
|
-
export { style_1 as style };
|
|
60
|
-
let weight_1: number;
|
|
61
|
-
export { weight_1 as weight };
|
|
62
|
-
let size_1: number;
|
|
63
|
-
export { size_1 as size };
|
|
64
|
-
}
|
|
65
|
-
let bodyAlign: string;
|
|
66
|
-
let caretSize: number;
|
|
67
|
-
let displayColors: boolean;
|
|
68
|
-
let borderWidth: number;
|
|
69
|
-
let borderRadius: number;
|
|
70
|
-
namespace callbacks {
|
|
71
|
-
function label(context: any): any;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export const ICON_MODELS: string[];
|
|
75
|
-
export namespace COMPONENT_OPTIONS {
|
|
76
|
-
let disableDescriptionsFor: string[];
|
|
77
|
-
let disableChartTypeSwitcherFor: string[];
|
|
78
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export function addDatasetsObjects(currentData: any, mutation: any): any;
|
|
2
|
-
export function createGradient({ ctx, area, colors, direction, correctionFactors, collorStopPoints, }: {
|
|
3
|
-
ctx: any;
|
|
4
|
-
area: any;
|
|
5
|
-
colors: any;
|
|
6
|
-
direction: any;
|
|
7
|
-
correctionFactors: any;
|
|
8
|
-
collorStopPoints: any;
|
|
9
|
-
}): any;
|
|
10
|
-
export function addGradientsObject(currentData: any, gradientSettingsObj: any, chartInstance: any): any;
|
|
11
|
-
export function addNotLibraryAnimation(currentData: any, animationObj: any, chartInstance: any): any;
|
|
12
|
-
export default changeData;
|
|
13
|
-
declare function changeData(currentData: any, iterationKey: any, settingsForChange: any, chartInstance: any): any;
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
export namespace reactChartJsOptionsLayouts {
|
|
2
|
-
namespace lineIconLayout {
|
|
3
|
-
namespace options {
|
|
4
|
-
let responsive: boolean;
|
|
5
|
-
let maintainAspectRatio: boolean;
|
|
6
|
-
namespace scales {
|
|
7
|
-
namespace x {
|
|
8
|
-
let display: boolean;
|
|
9
|
-
}
|
|
10
|
-
namespace y {
|
|
11
|
-
let display_1: boolean;
|
|
12
|
-
export { display_1 as display };
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
namespace elements {
|
|
16
|
-
namespace point {
|
|
17
|
-
let radius: number;
|
|
18
|
-
}
|
|
19
|
-
namespace line {
|
|
20
|
-
let tension: number;
|
|
21
|
-
let borderJoinStyle: string;
|
|
22
|
-
let borderWidth: number;
|
|
23
|
-
let capBezierPoints: boolean;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
let redraw: boolean;
|
|
28
|
-
namespace notLibraryOptions {
|
|
29
|
-
let chartTypeKey: string;
|
|
30
|
-
namespace setCanvasDimensions {
|
|
31
|
-
let width: string;
|
|
32
|
-
let height: string;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
namespace lineLayout {
|
|
37
|
-
export namespace options_1 {
|
|
38
|
-
let responsive_1: boolean;
|
|
39
|
-
export { responsive_1 as responsive };
|
|
40
|
-
export namespace elements_1 {
|
|
41
|
-
export namespace point_1 {
|
|
42
|
-
let radius_1: number;
|
|
43
|
-
export { radius_1 as radius };
|
|
44
|
-
export let pointStyle: string;
|
|
45
|
-
export let backgroundColor: string;
|
|
46
|
-
export let color: string;
|
|
47
|
-
}
|
|
48
|
-
export { point_1 as point };
|
|
49
|
-
export namespace line_1 {
|
|
50
|
-
let tension_1: number;
|
|
51
|
-
export { tension_1 as tension };
|
|
52
|
-
let borderJoinStyle_1: string;
|
|
53
|
-
export { borderJoinStyle_1 as borderJoinStyle };
|
|
54
|
-
let borderWidth_1: number;
|
|
55
|
-
export { borderWidth_1 as borderWidth };
|
|
56
|
-
let capBezierPoints_1: boolean;
|
|
57
|
-
export { capBezierPoints_1 as capBezierPoints };
|
|
58
|
-
}
|
|
59
|
-
export { line_1 as line };
|
|
60
|
-
}
|
|
61
|
-
export { elements_1 as elements };
|
|
62
|
-
}
|
|
63
|
-
export { options_1 as options };
|
|
64
|
-
let redraw_1: boolean;
|
|
65
|
-
export { redraw_1 as redraw };
|
|
66
|
-
export namespace notLibraryOptions_1 {
|
|
67
|
-
let chartTypeKey_1: string;
|
|
68
|
-
export { chartTypeKey_1 as chartTypeKey };
|
|
69
|
-
}
|
|
70
|
-
export { notLibraryOptions_1 as notLibraryOptions };
|
|
71
|
-
}
|
|
72
|
-
namespace barLayout {
|
|
73
|
-
export namespace options_2 {
|
|
74
|
-
let responsive_2: boolean;
|
|
75
|
-
export { responsive_2 as responsive };
|
|
76
|
-
export namespace elements_2 {
|
|
77
|
-
namespace bar {
|
|
78
|
-
let borderRadius: number;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export { elements_2 as elements };
|
|
82
|
-
}
|
|
83
|
-
export { options_2 as options };
|
|
84
|
-
let redraw_2: boolean;
|
|
85
|
-
export { redraw_2 as redraw };
|
|
86
|
-
export namespace notLibraryOptions_2 {
|
|
87
|
-
let chartTypeKey_2: string;
|
|
88
|
-
export { chartTypeKey_2 as chartTypeKey };
|
|
89
|
-
}
|
|
90
|
-
export { notLibraryOptions_2 as notLibraryOptions };
|
|
91
|
-
}
|
|
92
|
-
namespace emptyLayout {
|
|
93
|
-
export namespace options_3 {
|
|
94
|
-
let responsive_3: boolean;
|
|
95
|
-
export { responsive_3 as responsive };
|
|
96
|
-
let maintainAspectRatio_1: boolean;
|
|
97
|
-
export { maintainAspectRatio_1 as maintainAspectRatio };
|
|
98
|
-
export namespace scales_1 {
|
|
99
|
-
export namespace x_1 {
|
|
100
|
-
let display_2: boolean;
|
|
101
|
-
export { display_2 as display };
|
|
102
|
-
}
|
|
103
|
-
export { x_1 as x };
|
|
104
|
-
export namespace y_1 {
|
|
105
|
-
let display_3: boolean;
|
|
106
|
-
export { display_3 as display };
|
|
107
|
-
}
|
|
108
|
-
export { y_1 as y };
|
|
109
|
-
}
|
|
110
|
-
export { scales_1 as scales };
|
|
111
|
-
export namespace elements_3 {
|
|
112
|
-
export namespace point_2 {
|
|
113
|
-
let radius_2: number;
|
|
114
|
-
export { radius_2 as radius };
|
|
115
|
-
}
|
|
116
|
-
export { point_2 as point };
|
|
117
|
-
export namespace line_2 {
|
|
118
|
-
let borderWidth_2: number;
|
|
119
|
-
export { borderWidth_2 as borderWidth };
|
|
120
|
-
}
|
|
121
|
-
export { line_2 as line };
|
|
122
|
-
}
|
|
123
|
-
export { elements_3 as elements };
|
|
124
|
-
}
|
|
125
|
-
export { options_3 as options };
|
|
126
|
-
export namespace notLibraryOptions_3 {
|
|
127
|
-
let chartTypeKey_3: string;
|
|
128
|
-
export { chartTypeKey_3 as chartTypeKey };
|
|
129
|
-
}
|
|
130
|
-
export { notLibraryOptions_3 as notLibraryOptions };
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
export namespace finturfReactChartJsOptions {
|
|
134
|
-
let finturfChartBar: any;
|
|
135
|
-
let finturfLoadingModeBar: any;
|
|
136
|
-
let finturfChartLine: any;
|
|
137
|
-
let finturfLoadingModeLine: any;
|
|
138
|
-
let finturfPositiveLineIcon: any;
|
|
139
|
-
let finturfNegativeLineIcon: any;
|
|
140
|
-
}
|
|
141
|
-
declare namespace _default {
|
|
142
|
-
import emptyLayout_1 = reactChartJsOptionsLayouts.emptyLayout;
|
|
143
|
-
export { emptyLayout_1 as emptyLayout };
|
|
144
|
-
}
|
|
145
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export function addGradientsSettings(currentOptions: any, gradientsSettings: any): any;
|
|
2
|
-
export function addTooltipOptions(currentOptions: any, tooltipOptions: any): any;
|
|
3
|
-
export default addAdditionalOptions;
|
|
4
|
-
declare function addAdditionalOptions(currentOptions: any, optionsToAdd: any): any;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export default CircleProgressBar;
|
|
2
|
-
declare function CircleProgressBar({ amount, totalAmount, isReverseType, children, className, colors, isInnerLine, radius, strokeWidth, innerLineStrokeWidth, testId, }: {
|
|
3
|
-
amount: any;
|
|
4
|
-
totalAmount: any;
|
|
5
|
-
isReverseType: any;
|
|
6
|
-
children: any;
|
|
7
|
-
className: any;
|
|
8
|
-
colors: any;
|
|
9
|
-
isInnerLine: any;
|
|
10
|
-
radius?: number | undefined;
|
|
11
|
-
strokeWidth?: number | undefined;
|
|
12
|
-
innerLineStrokeWidth?: number | undefined;
|
|
13
|
-
testId?: string | undefined;
|
|
14
|
-
}): JSX.Element;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type React from 'react';
|
|
2
|
-
import type * as FeatherIcons from 'react-feather';
|
|
3
|
-
import type { IUniProps } from '../../../types/base.interface';
|
|
4
|
-
export interface IDynamicIconProps extends React.SVGProps<SVGSVGElement>, IUniProps {
|
|
5
|
-
iconKey: keyof typeof FeatherIcons | string;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export function getSafelyDateRange(dateRange: any): import("../../../FormElements/InputDateRange/InputDateRange.interface").IInputDateRange;
|
|
2
|
-
export function getLabels(range: any): never[];
|
|
3
|
-
export function getMockValue(): number;
|
|
4
|
-
export function getTab(tabId: any, range: any, callback: any): Promise<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default MonoAccordion;
|
|
2
|
-
declare function MonoAccordion({ titleJSX, icon, children, isOpen, onClick, className, disabled, testId, datasetProp, }: {
|
|
3
|
-
titleJSX: any;
|
|
4
|
-
icon: any;
|
|
5
|
-
children: any;
|
|
6
|
-
isOpen: any;
|
|
7
|
-
onClick: any;
|
|
8
|
-
className: any;
|
|
9
|
-
disabled: any;
|
|
10
|
-
testId?: string | undefined;
|
|
11
|
-
datasetProp?: {} | undefined;
|
|
12
|
-
}): JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export default PieChart;
|
|
2
|
-
declare function PieChart({ data, cutout, resultLabel, resultValue, withLegend, }: {
|
|
3
|
-
data: any;
|
|
4
|
-
cutout?: string | undefined;
|
|
5
|
-
resultLabel: any;
|
|
6
|
-
resultValue?: number | undefined;
|
|
7
|
-
withLegend?: boolean | undefined;
|
|
8
|
-
}): JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default TdCell;
|
|
2
|
-
declare function TdCell({ type, item, rowIndex, onChange, cardLength, changePriority, getAdviceWeight, onActionClick, rowItem, isDeleted, }: {
|
|
3
|
-
type: any;
|
|
4
|
-
item: any;
|
|
5
|
-
rowIndex: any;
|
|
6
|
-
onChange: any;
|
|
7
|
-
cardLength: any;
|
|
8
|
-
changePriority: any;
|
|
9
|
-
getAdviceWeight: any;
|
|
10
|
-
onActionClick: any;
|
|
11
|
-
rowItem: any;
|
|
12
|
-
isDeleted: any;
|
|
13
|
-
}): any;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export default TdRow;
|
|
2
|
-
declare function TdRow({ item, onChange, rowIndex, cardStatus, range, type, rowSpan, colSpan, cardLength, changePriority, getAdviceWeight, onActionClick, isDeleted, testId, }: {
|
|
3
|
-
item: any;
|
|
4
|
-
onChange: any;
|
|
5
|
-
rowIndex: any;
|
|
6
|
-
cardStatus: any;
|
|
7
|
-
range: any;
|
|
8
|
-
type: any;
|
|
9
|
-
rowSpan: any;
|
|
10
|
-
colSpan: any;
|
|
11
|
-
cardLength: any;
|
|
12
|
-
changePriority: any;
|
|
13
|
-
getAdviceWeight: any;
|
|
14
|
-
onActionClick: any;
|
|
15
|
-
isDeleted: any;
|
|
16
|
-
testId?: string | undefined;
|
|
17
|
-
}): JSX.Element;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
export const WIZARD_STEP_VARIANTS: Readonly<{
|
|
2
|
-
DEFAULT: "default";
|
|
3
|
-
DONE: "done";
|
|
4
|
-
ACTIVE: "active";
|
|
5
|
-
}>;
|
|
6
|
-
export const mockData: ({
|
|
7
|
-
key: string;
|
|
8
|
-
label: string;
|
|
9
|
-
description: string;
|
|
10
|
-
isFinished: boolean;
|
|
11
|
-
isOptional?: undefined;
|
|
12
|
-
isActive?: undefined;
|
|
13
|
-
titleSlot?: undefined;
|
|
14
|
-
contentSlot?: undefined;
|
|
15
|
-
} | {
|
|
16
|
-
key: string;
|
|
17
|
-
label: string;
|
|
18
|
-
description: string;
|
|
19
|
-
isFinished: boolean;
|
|
20
|
-
isOptional: boolean;
|
|
21
|
-
isActive?: undefined;
|
|
22
|
-
titleSlot?: undefined;
|
|
23
|
-
contentSlot?: undefined;
|
|
24
|
-
} | {
|
|
25
|
-
key: string;
|
|
26
|
-
label: string;
|
|
27
|
-
description: string;
|
|
28
|
-
isActive: boolean;
|
|
29
|
-
titleSlot: JSX.Element;
|
|
30
|
-
contentSlot: JSX.Element;
|
|
31
|
-
isFinished?: undefined;
|
|
32
|
-
isOptional?: undefined;
|
|
33
|
-
} | {
|
|
34
|
-
key: string;
|
|
35
|
-
label: string;
|
|
36
|
-
description: string;
|
|
37
|
-
titleSlot: JSX.Element;
|
|
38
|
-
isFinished?: undefined;
|
|
39
|
-
isOptional?: undefined;
|
|
40
|
-
isActive?: undefined;
|
|
41
|
-
contentSlot?: undefined;
|
|
42
|
-
} | {
|
|
43
|
-
key: string;
|
|
44
|
-
label: string;
|
|
45
|
-
description: string;
|
|
46
|
-
isFinished?: undefined;
|
|
47
|
-
isOptional?: undefined;
|
|
48
|
-
isActive?: undefined;
|
|
49
|
-
titleSlot?: undefined;
|
|
50
|
-
contentSlot?: undefined;
|
|
51
|
-
})[];
|