react-restyle-components 0.2.40 → 0.2.42
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/README.md +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/package.json +14 -4
- package/lib/src/core-components/atoms/button/Button.types.d.ts +1 -0
- package/lib/src/core-components/atoms/button/Button.types.d.ts.map +1 -0
- package/lib/src/core-components/atoms/button/button.component.d.ts +1 -0
- package/lib/src/core-components/atoms/button/button.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/button/button.component.js +3 -3
- package/lib/src/core-components/atoms/button/buttonGroup/buttonGroup.component.d.ts +2 -2
- package/lib/src/core-components/atoms/button/buttonGroup/buttonGroup.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/button/buttonGroup/buttonGroup.component.js +2 -2
- package/lib/src/core-components/atoms/check-box/checkBox.component.d.ts +2 -2
- package/lib/src/core-components/atoms/check-box/checkBox.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/check-box/checkBox.component.js +14 -13
- package/lib/src/core-components/atoms/date-picker/date-picker.component.d.ts +2 -2
- package/lib/src/core-components/atoms/date-picker/date-picker.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/date-picker/date-picker.component.js +4 -7
- package/lib/src/core-components/atoms/form/form.component.d.ts +8 -7
- package/lib/src/core-components/atoms/form/form.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/form/form.component.js +21 -55
- package/lib/src/core-components/atoms/grid/grid.component.d.ts +1 -0
- package/lib/src/core-components/atoms/grid/grid.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/grid/grid.component.js +2 -2
- package/lib/src/core-components/atoms/icons/icons.component.d.ts +2 -0
- package/lib/src/core-components/atoms/icons/icons.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/icons/icons.component.js +5 -6
- package/lib/src/core-components/atoms/input/input-otp.component.d.ts +1 -0
- package/lib/src/core-components/atoms/input/input-otp.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/input/input-otp.component.js +15 -15
- package/lib/src/core-components/atoms/input/input-pin.component.d.ts +1 -0
- package/lib/src/core-components/atoms/input/input-pin.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/input/input-pin.component.js +15 -20
- package/lib/src/core-components/atoms/input/input.component.d.ts +2 -2
- package/lib/src/core-components/atoms/input/input.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/input/input.component.js +6 -9
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.component.d.ts +2 -2
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.component.js +8 -14
- package/lib/src/core-components/atoms/list/list.component.d.ts +1 -0
- package/lib/src/core-components/atoms/list/list.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/list/list.component.js +2 -2
- package/lib/src/core-components/atoms/loader/loader.component.d.ts +3 -3
- package/lib/src/core-components/atoms/loader/loader.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/loader/loader.component.js +4 -18
- package/lib/src/core-components/atoms/pdf/pdf-images.components.d.ts +2 -2
- package/lib/src/core-components/atoms/pdf/pdf-images.components.d.ts.map +1 -0
- package/lib/src/core-components/atoms/pdf/pdf-images.components.js +3 -4
- package/lib/src/core-components/atoms/pdf/pdf-table.components.d.ts +2 -2
- package/lib/src/core-components/atoms/pdf/pdf-table.components.d.ts.map +1 -0
- package/lib/src/core-components/atoms/pdf/pdf-table.components.js +15 -23
- package/lib/src/core-components/atoms/pdf/pdf-typography.components.d.ts +7 -6
- package/lib/src/core-components/atoms/pdf/pdf-typography.components.d.ts.map +1 -0
- package/lib/src/core-components/atoms/pdf/pdf-typography.components.js +12 -12
- package/lib/src/core-components/atoms/pdf/pdf-wrapped-view.components.d.ts +6 -5
- package/lib/src/core-components/atoms/pdf/pdf-wrapped-view.components.d.ts.map +1 -0
- package/lib/src/core-components/atoms/pdf/pdf-wrapped-view.components.js +13 -13
- package/lib/src/core-components/atoms/radio/radio.component.d.ts +2 -2
- package/lib/src/core-components/atoms/radio/radio.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/radio/radio.component.js +12 -15
- package/lib/src/core-components/atoms/stepper/stepper.component.d.ts +2 -2
- package/lib/src/core-components/atoms/stepper/stepper.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/stepper/stepper.component.js +9 -15
- package/lib/src/core-components/atoms/tabs/tabs.component.d.ts +3 -2
- package/lib/src/core-components/atoms/tabs/tabs.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/tabs/tabs.component.js +8 -10
- package/lib/src/core-components/atoms/timer/timer.component.d.ts +1 -0
- package/lib/src/core-components/atoms/timer/timer.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/timer/timer.component.js +2 -7
- package/lib/src/core-components/atoms/tooltip/Tooltip.types.d.ts +1 -0
- package/lib/src/core-components/atoms/tooltip/Tooltip.types.d.ts.map +1 -0
- package/lib/src/core-components/atoms/tooltip/tooltip.component.d.ts +2 -1
- package/lib/src/core-components/atoms/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/src/core-components/atoms/tooltip/tooltip.component.js +2 -6
- package/lib/src/core-components/index.d.ts +1 -0
- package/lib/src/core-components/index.d.ts.map +1 -0
- package/lib/src/core-components/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.d.ts +2 -2
- package/lib/src/core-components/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.js +19 -29
- package/lib/src/core-components/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.d.ts +2 -2
- package/lib/src/core-components/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.js +29 -36
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.d.ts +2 -2
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.js +43 -51
- package/lib/src/core-components/molecules/autocomplete/autocomplete.d.ts +2 -2
- package/lib/src/core-components/molecules/autocomplete/autocomplete.d.ts.map +1 -0
- package/lib/src/core-components/molecules/autocomplete/autocomplete.js +12 -19
- package/lib/src/core-components/molecules/color-picker/color-picker.component.d.ts +2 -2
- package/lib/src/core-components/molecules/color-picker/color-picker.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/color-picker/color-picker.component.js +3 -5
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.component.d.ts +2 -2
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.component.js +3 -10
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.component.d.ts +2 -2
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.component.js +29 -36
- package/lib/src/core-components/molecules/css-multiline-input/css-properties.d.ts +1 -0
- package/lib/src/core-components/molecules/css-multiline-input/css-properties.d.ts.map +1 -0
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.component.d.ts +2 -2
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.component.js +11 -25
- package/lib/src/core-components/molecules/multi-select/multi-select.component.d.ts +2 -2
- package/lib/src/core-components/molecules/multi-select/multi-select.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/multi-select/multi-select.component.js +22 -28
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.component.d.ts +2 -2
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.component.d.ts.map +1 -0
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.component.js +29 -34
- package/lib/src/core-utils/index.d.ts +1 -0
- package/lib/src/core-utils/index.d.ts.map +1 -0
- package/lib/src/core-utils/utility.util.d.ts +1 -0
- package/lib/src/core-utils/utility.util.d.ts.map +1 -0
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/index.d.ts.map +1 -0
- package/lib/src/hooks/outside.hook.d.ts +1 -0
- package/lib/src/hooks/outside.hook.d.ts.map +1 -0
- package/lib/src/library/assets/svg/index.d.ts +9 -8
- package/lib/src/library/assets/svg/index.d.ts.map +1 -0
- package/lib/src/library/assets/svg/index.js +8 -8
- package/lib/src/tc.module.css +754 -208
- package/package.json +14 -4
- package/lib/src/App.css +0 -45
- package/lib/src/App.d.ts +0 -4
- package/lib/src/App.js +0 -13
- package/lib/src/__mocks__/styleMock.d.ts +0 -1
- package/lib/src/__mocks__/styleMock.js +0 -1
- package/lib/src/assets/styles/colors.css +0 -217
- package/lib/src/assets/styles/decorations.css +0 -15
- package/lib/src/assets/styles/fontface.css +0 -17
- package/lib/src/assets/styles/scrollbars.css +0 -70
- package/lib/src/assets/styles/typography.css +0 -3
- package/lib/src/core-components/atoms/button/Button.stories.d.ts +0 -300
- package/lib/src/core-components/atoms/button/Button.stories.js +0 -24
- package/lib/src/core-components/atoms/button/Button.test.d.ts +0 -1
- package/lib/src/core-components/atoms/button/Button.test.js +0 -31
- package/lib/src/core-components/atoms/button/_button.component.d.ts +0 -7
- package/lib/src/core-components/atoms/button/_button.component.js +0 -20
- package/lib/src/core-components/atoms/button/buttonGroup/ButtonGroup.stories.d.ts +0 -28
- package/lib/src/core-components/atoms/button/buttonGroup/ButtonGroup.stories.js +0 -34
- package/lib/src/core-components/atoms/check-box/checkBox.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/check-box/checkBox.stories.js +0 -23
- package/lib/src/core-components/atoms/date-picker/date-picker.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/date-picker/date-picker.stories.js +0 -18
- package/lib/src/core-components/atoms/grid/grid.component.spec.d.ts +0 -1
- package/lib/src/core-components/atoms/grid/grid.component.spec.js +0 -9
- package/lib/src/core-components/atoms/grid/grid.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/grid/grid.stories.js +0 -20
- package/lib/src/core-components/atoms/icons/icons.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/icons/icons.stories.js +0 -19
- package/lib/src/core-components/atoms/input/input-otp.styles.css +0 -35
- package/lib/src/core-components/atoms/input/input-pin.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/input/input-pin.stories.js +0 -20
- package/lib/src/core-components/atoms/input/input.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/input/input.stories.js +0 -21
- package/lib/src/core-components/atoms/input/input.styles.css +0 -35
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.stories.js +0 -17
- package/lib/src/core-components/atoms/list/list.component.spec.d.ts +0 -1
- package/lib/src/core-components/atoms/list/list.component.spec.js +0 -9
- package/lib/src/core-components/atoms/list/list.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/list/list.stories.js +0 -20
- package/lib/src/core-components/atoms/loader/loader.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/loader/loader.stories.js +0 -13
- package/lib/src/core-components/atoms/radio/radio.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/radio/radio.stories.js +0 -22
- package/lib/src/core-components/atoms/stepper/stepper.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/stepper/stepper.stories.js +0 -18
- package/lib/src/core-components/atoms/tabs/_tabs.component.d.ts +0 -16
- package/lib/src/core-components/atoms/tabs/_tabs.component.js +0 -19
- package/lib/src/core-components/atoms/tabs/tabs.module.css +0 -238
- package/lib/src/core-components/atoms/tabs/tabs.stories.d.ts +0 -6
- package/lib/src/core-components/atoms/tabs/tabs.stories.js +0 -29
- package/lib/src/core-components/atoms/tooltip/Tooltip.stories.d.ts +0 -30
- package/lib/src/core-components/atoms/tooltip/Tooltip.stories.js +0 -83
- package/lib/src/core-components/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.stories.js +0 -45
- package/lib/src/core-components/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.stories.js +0 -25
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.test.d.ts +0 -1
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.test.js +0 -9
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.stories.js +0 -35
- package/lib/src/core-components/molecules/autocomplete/autocomplete.css +0 -37
- package/lib/src/core-components/molecules/autocomplete/autocomplete.spec.d.ts +0 -1
- package/lib/src/core-components/molecules/autocomplete/autocomplete.spec.js +0 -79
- package/lib/src/core-components/molecules/autocomplete/autocomplete.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/autocomplete/autocomplete.stories.js +0 -17
- package/lib/src/core-components/molecules/color-picker/color-picker.css +0 -24
- package/lib/src/core-components/molecules/color-picker/color-picker.spec.d.ts +0 -1
- package/lib/src/core-components/molecules/color-picker/color-picker.spec.js +0 -7
- package/lib/src/core-components/molecules/color-picker/color-picker.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/color-picker/color-picker.stories.js +0 -18
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.css +0 -24
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.spec.d.ts +0 -1
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.spec.js +0 -7
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.stories.js +0 -18
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.stories.js +0 -13
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.stories.js +0 -20
- package/lib/src/core-components/molecules/multi-select/multi-select.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/multi-select/multi-select.stories.js +0 -19
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.stories.d.ts +0 -6
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.stories.js +0 -20
- package/lib/src/index.css +0 -110
- package/lib/src/index.d.ts +0 -1
- package/lib/src/index.js +0 -12
- package/lib/src/reportWebVitals.d.ts +0 -3
- package/lib/src/reportWebVitals.js +0 -12
- package/lib/src/setupTests.d.ts +0 -1
- package/lib/src/setupTests.js +0 -5
- /package/lib/src/library/assets/svg/{checkedBox.svg → CheckedBox.svg} +0 -0
- /package/lib/src/library/assets/svg/{unCheckbox.svg → UnCheckbox.svg} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
2
|
/* eslint-disable */
|
|
2
|
-
import
|
|
3
|
+
import { useRef, useState } from 'react';
|
|
3
4
|
import './input.styles.css';
|
|
4
5
|
import '../../../tc.module.css';
|
|
5
6
|
export const InputPin = ({ title, className, defaultPin, errorMsg, defaultMsg, hasError, onPinChanged, }) => {
|
|
@@ -58,23 +59,17 @@ export const InputPin = ({ title, className, defaultPin, errorMsg, defaultMsg, h
|
|
|
58
59
|
onPinChanged(undefined, index);
|
|
59
60
|
}
|
|
60
61
|
};
|
|
61
|
-
return (
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
inputRefs.current[index] = el;
|
|
75
|
-
}
|
|
76
|
-
}, onChange: (event) => onChange(event, index), value: pin.current[index]?.toString() || '' }),
|
|
77
|
-
React.createElement("div", { className: "invisible" }, (index + 1) % 4 === 0 ? 'ss' : null))))),
|
|
78
|
-
hasError && hasError?.type !== 'required' && (React.createElement("span", { className: "text-sm text-red text-4xs font-arimaRegular", id: "error" }, `${errorMsg || ''}`)),
|
|
79
|
-
(!hasError || hasError?.type === 'required') && (React.createElement("span", { className: "text-sm text-4xs font-arimaRegular", id: "error" }, `${defaultMsg || ''}`))));
|
|
62
|
+
return (_jsxs("div", { className: `${className} relative`, children: [_jsx("label", { className: "duration-300 -z-1 origin-0 text-gray-dark-secondary font-arimaRegular text-md", children: title }), _jsx("div", { className: "flex space-x-1", children: Array.from({ length: pinLength }, (_, index) => (_jsxs("div", { className: "flex space-x-1 max-w-full items-stretch", children: [_jsx("input", { "data-testid": "inputElementPin", type: "tel", className: "pb-2 block w-4 px-0 mt-0 bg-transparent text-center border-0 border-b z-20 appearance-none rounded-none focus:outline-none focus:ring-0 focus:border-gray-secondary border-gray-secondary font-arimaRegular ", onKeyUp: (event) => onKeyDown(event, index), onMouseUp: () => {
|
|
63
|
+
if (pin.current.join('').length <= 0) {
|
|
64
|
+
changePinFocus(0);
|
|
65
|
+
}
|
|
66
|
+
}, onClick: () => {
|
|
67
|
+
if (pin.current.join('').length <= 0) {
|
|
68
|
+
onPinChanged(undefined, 0);
|
|
69
|
+
}
|
|
70
|
+
}, ref: (el) => {
|
|
71
|
+
if (el) {
|
|
72
|
+
inputRefs.current[index] = el;
|
|
73
|
+
}
|
|
74
|
+
}, onChange: (event) => onChange(event, index), value: pin.current[index]?.toString() || '' }, index), _jsx("div", { className: "invisible", children: (index + 1) % 4 === 0 ? 'ss' : null })] }, index))) }), hasError && hasError?.type !== 'required' && (_jsx("span", { className: "text-sm text-red text-4xs font-arimaRegular", id: "error", children: `${errorMsg || ''}` })), (!hasError || hasError?.type === 'required') && (_jsx("span", { className: "text-sm text-4xs font-arimaRegular", id: "error", children: `${defaultMsg || ''}` }))] }));
|
|
80
75
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './input.styles.css';
|
|
3
2
|
import '../../../tc.module.css';
|
|
4
3
|
interface InputProps {
|
|
@@ -15,5 +14,6 @@ interface InputProps {
|
|
|
15
14
|
onChange: (value: any) => void;
|
|
16
15
|
onBlur?: (value: any) => void;
|
|
17
16
|
}
|
|
18
|
-
export declare const Input: ({ title, defaultValue, className, disable, hasError, errorMsg, defaultMsg, inputStyle, autoComplete, maxlength, onChange, onBlur, }: InputProps) =>
|
|
17
|
+
export declare const Input: ({ title, defaultValue, className, disable, hasError, errorMsg, defaultMsg, inputStyle, autoComplete, maxlength, onChange, onBlur, }: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export {};
|
|
19
|
+
//# sourceMappingURL=input.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/input/input.component.tsx"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,wBAAwB,CAAC;AAChC,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAC/B;AAED,eAAO,MAAM,KAAK,wIAaf,UAAU,4CAyCZ,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
2
|
/* eslint-disable no-console */
|
|
2
|
-
import
|
|
3
|
+
import { useState } from 'react';
|
|
3
4
|
import './input.styles.css';
|
|
4
5
|
import '../../../tc.module.css';
|
|
5
6
|
export const Input = ({ title, defaultValue, className, disable, hasError, errorMsg, defaultMsg, inputStyle, autoComplete, maxlength = 40, onChange, onBlur, }) => {
|
|
@@ -7,12 +8,8 @@ export const Input = ({ title, defaultValue, className, disable, hasError, error
|
|
|
7
8
|
const onKeyUpValue = (event) => {
|
|
8
9
|
onChange(event.target.value);
|
|
9
10
|
};
|
|
10
|
-
return (
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}, onKeyUp: onKeyUpValue, onBlur: (e) => onBlur && onBlur(e.target.value), autoComplete: autoComplete, maxLength: maxlength }),
|
|
15
|
-
React.createElement("label", { className: "absolute duration-300 top-3 -z-1 origin-0 text-gray-dark-secondary font-arimaRegular text-md" }, title),
|
|
16
|
-
hasError && hasError?.type !== 'required' && (React.createElement("span", { className: "text-sm text-red text-4xs", id: "error" }, `${errorMsg || ''}`)),
|
|
17
|
-
(!hasError || hasError?.type === 'required') && (React.createElement("span", { className: "text-sm text-4xs", id: "error" }, `${defaultMsg || ''}`))));
|
|
11
|
+
return (_jsxs("div", { className: `${className} relative`, children: [_jsx("input", { "data-testid": "inputElement", type: "text", name: "name", value: value, placeholder: " ", disabled: disable, className: `pt-3 pb-2 bg-transparent block w-full px-0 mt-0 rounded-none border-0 border-b appearance-none focus:outline-none focus:ring-0 focus:border-gray-secondary border-gray-secondary font-arimaRegular ${inputStyle}`, onChange: (e) => {
|
|
12
|
+
setValue(e.target.value);
|
|
13
|
+
onChange && onChange(e.target.value);
|
|
14
|
+
}, onKeyUp: onKeyUpValue, onBlur: (e) => onBlur && onBlur(e.target.value), autoComplete: autoComplete, maxLength: maxlength }), _jsx("label", { className: "absolute duration-300 top-3 -z-1 origin-0 text-gray-dark-secondary font-arimaRegular text-md", children: title }), hasError && hasError?.type !== 'required' && (_jsx("span", { className: "text-sm text-red text-4xs", id: "error", children: `${errorMsg || ''}` })), (!hasError || hasError?.type === 'required') && (_jsx("span", { className: "text-sm text-4xs", id: "error", children: `${defaultMsg || ''}` }))] }));
|
|
18
15
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import '../../../tc.module.css';
|
|
3
2
|
interface InputDropdownProps {
|
|
4
3
|
title: string;
|
|
@@ -7,5 +6,6 @@ interface InputDropdownProps {
|
|
|
7
6
|
className?: string;
|
|
8
7
|
onChange?: (item: string) => void;
|
|
9
8
|
}
|
|
10
|
-
export declare const InputDropdown: ({ items, className, hasError, title, onChange, }: InputDropdownProps) =>
|
|
9
|
+
export declare const InputDropdown: ({ items, className, hasError, title, onChange, }: InputDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export {};
|
|
11
|
+
//# sourceMappingURL=input-dropdown.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/input-dropdown/input-dropdown.component.tsx"],"names":[],"mappings":"AAGA,OAAO,wBAAwB,CAAC;AAChC,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,aAAa,qDAMvB,kBAAkB,4CA0EpB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useEffect, useRef } from 'react';
|
|
2
3
|
import { UpArrow, DownArrow } from '../../../library/assets/svg';
|
|
3
4
|
import '../../../tc.module.css';
|
|
4
5
|
export const InputDropdown = ({ items, className, hasError, title, onChange, }) => {
|
|
@@ -21,17 +22,10 @@ export const InputDropdown = ({ items, className, hasError, title, onChange, })
|
|
|
21
22
|
};
|
|
22
23
|
const wrapperRef = useRef(null);
|
|
23
24
|
useOutsideAlerter(wrapperRef);
|
|
24
|
-
return (
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
isOpen && (React.createElement("img", { src: DownArrow, className: "absolute h-4 w-4 right-0" }))),
|
|
31
|
-
isOpen && (React.createElement("div", { className: "z-10 w-full absolute text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700", ref: wrapperRef },
|
|
32
|
-
React.createElement("ul", { className: "py-1" }, items.map((item, index) => (React.createElement("li", { key: index, className: "block py-2 px-4 text-md hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 font-arimaRegular", onClick: () => {
|
|
33
|
-
setValue(item);
|
|
34
|
-
setIsOpen(!isOpen);
|
|
35
|
-
} }, item)))))),
|
|
36
|
-
hasError && (React.createElement("span", { className: "text-primaryCharcoal text-4xs", id: "error" }, `${title} is required`))));
|
|
25
|
+
return (_jsxs("div", { className: `${className} relative`, children: [_jsxs("div", { className: "flex flex-row items-center ", children: [_jsx("input", { type: "text", name: "name", placeholder: title, value: value, className: " pt-3 pb-2 w-full px-0 mt-0 bg-transparent border-gray-secondary border-0 border-b appearance-none focus:outline-none focus:ring-0 font-arimaRegular text-md", onClick: () => {
|
|
26
|
+
setIsOpen(!isOpen);
|
|
27
|
+
}, onChange: (event) => onChange && onChange(event.target.value) }), !isOpen && (_jsx("img", { src: UpArrow, className: "absolute h-4 w-4 right-0" })), isOpen && (_jsx("img", { src: DownArrow, className: "absolute h-4 w-4 right-0" }))] }), isOpen && (_jsx("div", { className: "z-10 w-full absolute text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700", ref: wrapperRef, children: _jsx("ul", { className: "py-1", children: items.map((item, index) => (_jsx("li", { className: "block py-2 px-4 text-md hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 font-arimaRegular", onClick: () => {
|
|
28
|
+
setValue(item);
|
|
29
|
+
setIsOpen(!isOpen);
|
|
30
|
+
}, children: item }, index))) }) })), hasError && (_jsx("span", { className: "text-primaryCharcoal text-4xs", id: "error", children: `${title} is required` }))] }));
|
|
37
31
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/list/list.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,wBAAwB,CAAC;AAChC,UAAU,SAAS;IACjB,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC/C,OAAO,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;IACjD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAwBnD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import '../../../tc.module.css';
|
|
3
3
|
export const List = (props) => {
|
|
4
4
|
const spacingClass = props.space
|
|
@@ -11,5 +11,5 @@ export const List = (props) => {
|
|
|
11
11
|
? `items-${props.justify}`
|
|
12
12
|
: 'items-center';
|
|
13
13
|
const fillClass = props.fill ? 'flex-1' : '';
|
|
14
|
-
return (
|
|
14
|
+
return (_jsx("span", { className: `flex flex-${props.direction || 'row'} ${spacingClass} ${paddingClass} ${backgroundClass} ${alignClass} ${fillClass} ${justifyClass}`, children: props.children }));
|
|
15
15
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import '../../../tc.module.css';
|
|
3
|
-
export declare const Loader: () =>
|
|
4
|
-
export declare const ModalLoader: () =>
|
|
2
|
+
export declare const Loader: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ModalLoader: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=loader.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/loader/loader.component.tsx"],"names":[],"mappings":"AAGA,OAAO,wBAAwB,CAAC;AAEhC,eAAO,MAAM,MAAM,+CAMlB,CAAC;AAEF,eAAO,MAAM,WAAW,+CAkEvB,CAAC"}
|
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { Container, Row, Spinner } from 'reactstrap';
|
|
3
3
|
import '../../../tc.module.css';
|
|
4
|
-
export const Loader = () => (
|
|
5
|
-
React.createElement(Row, { className: "justify-content-center align-self-center w-100 text-center" },
|
|
6
|
-
React.createElement(Spinner, { color: "primary" }))));
|
|
4
|
+
export const Loader = () => (_jsx(Container, { fluid: true, className: "vh-50 d-flex", children: _jsx(Row, { className: "justify-content-center align-self-center w-100 text-center", children: _jsx(Spinner, { color: "primary" }) }) }));
|
|
7
5
|
export const ModalLoader = () => {
|
|
8
|
-
return (
|
|
9
|
-
React.createElement(React.Fragment, null,
|
|
10
|
-
React.createElement("div", { className: "justify-center items-center flex overflow-x-hidden overflow-y-auto fixed inset-0 z-50 outline-none focus:outline-none" },
|
|
11
|
-
React.createElement("div", { className: "relative mx-auto " },
|
|
12
|
-
React.createElement("div", { className: "border-0 rounded-lg shadow-lg relative flex flex-col w-full bg-white outline-none focus:outline-none" },
|
|
13
|
-
React.createElement("div", { className: "relative p-2 flex-auto flex flex-col items-center" },
|
|
14
|
-
React.createElement("style", null, `
|
|
6
|
+
return (_jsx(_Fragment, { children: _jsxs(_Fragment, { children: [_jsx("div", { className: "justify-center items-center flex overflow-x-hidden overflow-y-auto fixed inset-0 z-50 outline-none focus:outline-none", children: _jsx("div", { className: "relative mx-auto ", children: _jsx("div", { className: "border-0 rounded-lg shadow-lg relative flex flex-col w-full bg-white outline-none focus:outline-none", children: _jsxs("div", { className: "relative p-2 flex-auto flex flex-col items-center", children: [_jsx("style", { children: `
|
|
15
7
|
.spinner .background {
|
|
16
8
|
fill: #555;
|
|
17
9
|
}
|
|
@@ -43,11 +35,5 @@ export const ModalLoader = () => {
|
|
|
43
35
|
transform: rotate(360deg);
|
|
44
36
|
}
|
|
45
37
|
}
|
|
46
|
-
`),
|
|
47
|
-
React.createElement("svg", { className: "spinner", width: "100", height: "100", viewBox: "0 0 100 100" },
|
|
48
|
-
React.createElement("circle", { className: "background", cx: "0", cy: "0" }),
|
|
49
|
-
React.createElement("path", { className: "line", d: "M 37.5,50 C 37.5,43.096441 43.096441,37.5 50,37.5 C 56.903559,37.5 62.5,43.096441 62.5,50 C 62.5,56.903559 56.903559,62.5 50,62.5 C 43.096441,62.5 37.5,56.903559 37.5,50" })),
|
|
50
|
-
' ',
|
|
51
|
-
React.createElement("span", { style: { marginTop: -15 } }, "loading ..."))))),
|
|
52
|
-
React.createElement("div", { className: "opacity-25 fixed inset-0 z-40 bg-black" }))));
|
|
38
|
+
` }), _jsxs("svg", { className: "spinner", width: "100", height: "100", viewBox: "0 0 100 100", children: [_jsx("circle", { className: "background", cx: "0", cy: "0" }), _jsx("path", { className: "line", d: "M 37.5,50 C 37.5,43.096441 43.096441,37.5 50,37.5 C 56.903559,37.5 62.5,43.096441 62.5,50 C 62.5,56.903559 56.903559,62.5 50,62.5 C 43.096441,62.5 37.5,56.903559 37.5,50" })] }), ' ', _jsx("span", { style: { marginTop: -15 }, children: "loading ..." })] }) }) }) }), _jsx("div", { className: "opacity-25 fixed inset-0 z-40 bg-black" })] }) }));
|
|
53
39
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Style } from '@react-pdf/types';
|
|
3
2
|
interface PdfImageProps {
|
|
4
3
|
src?: string | any;
|
|
5
4
|
style?: Style | Style[];
|
|
6
5
|
fixed?: boolean;
|
|
7
6
|
}
|
|
8
|
-
export declare const PdfImage: ({ src, style, }: PdfImageProps) =>
|
|
7
|
+
export declare const PdfImage: ({ src, style, }: PdfImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export {};
|
|
9
|
+
//# sourceMappingURL=pdf-images.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-images.components.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/pdf/pdf-images.components.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAEvC,UAAU,aAAa;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,oBAGlB,aAAa,4CAWf,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { Image } from '@react-pdf/renderer';
|
|
3
3
|
export const PdfImage = ({ src = 'https://picsum.photos/200/300', style, }) => {
|
|
4
|
-
return (
|
|
5
|
-
React.createElement(Image, { style: {
|
|
4
|
+
return (_jsx(_Fragment, { children: _jsx(Image, { style: {
|
|
6
5
|
...style,
|
|
7
|
-
}, src: src })));
|
|
6
|
+
}, src: src }) }));
|
|
8
7
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Style } from '@react-pdf/types';
|
|
3
2
|
interface PdfTableProps {
|
|
4
3
|
style?: Style;
|
|
@@ -7,5 +6,6 @@ interface PdfTableProps {
|
|
|
7
6
|
fields: Array<any>;
|
|
8
7
|
data: Array<any>;
|
|
9
8
|
}
|
|
10
|
-
export declare const PdfTable: ({ headerFixed, fields, data, style, headerStyle, }: PdfTableProps) =>
|
|
9
|
+
export declare const PdfTable: ({ headerFixed, fields, data, style, headerStyle, }: PdfTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export {};
|
|
11
|
+
//# sourceMappingURL=pdf-table.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-table.components.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/pdf/pdf-table.components.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAqCvC,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACnB,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;CAClB;AAED,eAAO,MAAM,QAAQ,uDAMlB,aAAa,4CAiEf,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Text, View, StyleSheet } from '@react-pdf/renderer';
|
|
3
3
|
import { PdfSmall } from './pdf-typography.components';
|
|
4
4
|
import { PdfBorderView } from './pdf-wrapped-view.components';
|
|
@@ -32,25 +32,17 @@ const styles = StyleSheet.create({
|
|
|
32
32
|
textAlign: 'center',
|
|
33
33
|
},
|
|
34
34
|
});
|
|
35
|
-
export const PdfTable = ({ headerFixed = false, fields, data, style, headerStyle, }) => (
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
? `Test Method Name: ${_item[1]?.testMethodName} \n`
|
|
50
|
-
: ''),
|
|
51
|
-
React.createElement(PdfSmall, { style: { textAlign: 'center' } }, _item[1]?.analyteDesc
|
|
52
|
-
? `Analyte Description: ${_item[1]?.analyteDesc} \n`
|
|
53
|
-
: ''),
|
|
54
|
-
React.createElement(PdfSmall, { style: { textAlign: 'center' } }, _item[1]?.analyteMethodName
|
|
55
|
-
? `Analyte Method Name: ${_item[1]?.analyteMethodName}`
|
|
56
|
-
: ''))) : (React.createElement(PdfSmall, { style: { textAlign: 'center' } }, _item[1] || ''))))))))));
|
|
35
|
+
export const PdfTable = ({ headerFixed = false, fields, data, style, headerStyle, }) => (_jsxs(View, { style: [styles.table, { ...style }], children: [_jsx(View, { style: [styles.tableRow, styles.headerBg, { ...headerStyle }], fixed: headerFixed, children: fields.map((item, index) => (_jsx(View, { style: [{ width: item.width + '%' }], children: _jsx(Text, { style: [styles.tableCellHeader], children: item?.title }) }, index))) }), data?.map((item, index) => (_jsx(View, { style: styles.tableRow, children: Object.entries(item).map((_item, _idx) => (_jsx(PdfBorderView, { style: {
|
|
36
|
+
width: fields[_idx]?.width + '%',
|
|
37
|
+
borderStyle: 'solid',
|
|
38
|
+
}, mh: 0, mv: 0, p: 0, bw: 1, borderColor: "#000000", children: typeof _item[1] == 'object' ? (_jsxs(_Fragment, { children: [_jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1]?.panelDesc
|
|
39
|
+
? `Panel Description : ${_item[1]?.panelDesc} \n`
|
|
40
|
+
: '' }), _jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1]?.panelMethodName
|
|
41
|
+
? `Panel Method Name: ${_item[1]?.panelMethodName} \n`
|
|
42
|
+
: '' }), _jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1]?.testMethodName
|
|
43
|
+
? `Test Method Name: ${_item[1]?.testMethodName} \n`
|
|
44
|
+
: '' }), _jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1]?.analyteDesc
|
|
45
|
+
? `Analyte Description: ${_item[1]?.analyteDesc} \n`
|
|
46
|
+
: '' }), _jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1]?.analyteMethodName
|
|
47
|
+
? `Analyte Method Name: ${_item[1]?.analyteMethodName}`
|
|
48
|
+
: '' })] })) : (_jsx(PdfSmall, { style: { textAlign: 'center' }, children: _item[1] || '' })) }, _idx))) }, index)))] }));
|
|
@@ -11,10 +11,11 @@ interface PdfTextProps {
|
|
|
11
11
|
fixed?: boolean;
|
|
12
12
|
children?: React.ReactNode;
|
|
13
13
|
}
|
|
14
|
-
export declare const PdfHeading: ({ fontWeight, fontSize, fontFamily, style, children, }: PdfTextProps) =>
|
|
15
|
-
export declare const PdfSubHeading: ({ fontWeight, fontSize, fontFamily, style, children, }: PdfTextProps) =>
|
|
16
|
-
export declare const PdfMedium: ({ fontWeight, fontSize, textAlign, fontFamily, style, children, }: PdfTextProps) =>
|
|
17
|
-
export declare const PdfRegular: ({ fontWeight, fontSize, textAlign, fontFamily, style, children, }: PdfTextProps) =>
|
|
18
|
-
export declare const PdfSmall: ({ fontSize, fontFamily, fontWeight, textAlign, lineHeight, fixed, style, children, }: PdfTextProps) =>
|
|
19
|
-
export declare const PdfPageNumber: ({ style, bottom }: PdfTextProps) =>
|
|
14
|
+
export declare const PdfHeading: ({ fontWeight, fontSize, fontFamily, style, children, }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const PdfSubHeading: ({ fontWeight, fontSize, fontFamily, style, children, }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const PdfMedium: ({ fontWeight, fontSize, textAlign, fontFamily, style, children, }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const PdfRegular: ({ fontWeight, fontSize, textAlign, fontFamily, style, children, }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const PdfSmall: ({ fontSize, fontFamily, fontWeight, textAlign, lineHeight, fixed, style, children, }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const PdfPageNumber: ({ style, bottom }: PdfTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
export {};
|
|
21
|
+
//# sourceMappingURL=pdf-typography.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-typography.components.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/pdf/pdf-typography.components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAkBvC,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,cAAc,GAAG,WAAW,GAAG,MAAM,CAAC;IACnD,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,UAAU,2DAMpB,YAAY,4CAad,CAAC;AAEF,eAAO,MAAM,aAAa,2DAMvB,YAAY,4CAad,CAAC;AAEF,eAAO,MAAM,SAAS,sEAOnB,YAAY,4CAcd,CAAC;AAEF,eAAO,MAAM,UAAU,sEAOpB,YAAY,4CAcd,CAAC;AAEF,eAAO,MAAM,QAAQ,yFASlB,YAAY,4CAgBd,CAAC;AAEF,eAAO,MAAM,aAAa,sBAA0B,YAAY,4CAiB/D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Text, Font } from '@react-pdf/renderer';
|
|
3
3
|
Font.register({
|
|
4
4
|
family: 'ArimaBold',
|
|
@@ -15,51 +15,51 @@ Font.register({
|
|
|
15
15
|
src: '../../../library/assets/fonts/arima/arima-regular.ttf',
|
|
16
16
|
});
|
|
17
17
|
export const PdfHeading = ({ fontWeight = 'bold', fontSize = 22, fontFamily = 'ArimaRegular', style, children, }) => {
|
|
18
|
-
return (
|
|
18
|
+
return (_jsx(Text, { style: {
|
|
19
19
|
fontWeight: fontWeight,
|
|
20
20
|
fontSize: fontSize,
|
|
21
21
|
fontFamily: fontFamily,
|
|
22
22
|
...style,
|
|
23
|
-
}
|
|
23
|
+
}, children: children }));
|
|
24
24
|
};
|
|
25
25
|
export const PdfSubHeading = ({ fontWeight = 'bold', fontSize = 20, fontFamily = 'ArimaRegular', style, children, }) => {
|
|
26
|
-
return (
|
|
26
|
+
return (_jsx(Text, { style: {
|
|
27
27
|
fontWeight: fontWeight,
|
|
28
28
|
fontSize: fontSize,
|
|
29
29
|
fontFamily: fontFamily,
|
|
30
30
|
...style,
|
|
31
|
-
}
|
|
31
|
+
}, children: children }));
|
|
32
32
|
};
|
|
33
33
|
export const PdfMedium = ({ fontWeight = 'medium', fontSize = 16, textAlign = 'left', fontFamily = 'ArimaRegular', style, children, }) => {
|
|
34
|
-
return (
|
|
34
|
+
return (_jsx(Text, { style: {
|
|
35
35
|
fontWeight: fontWeight,
|
|
36
36
|
fontSize: fontSize,
|
|
37
37
|
fontFamily: fontFamily,
|
|
38
38
|
textAlign: textAlign,
|
|
39
39
|
...style,
|
|
40
|
-
}
|
|
40
|
+
}, children: children }));
|
|
41
41
|
};
|
|
42
42
|
export const PdfRegular = ({ fontWeight = 'normal', fontSize = 12, textAlign = 'left', fontFamily = 'ArimaRegular', style, children, }) => {
|
|
43
|
-
return (
|
|
43
|
+
return (_jsx(Text, { style: {
|
|
44
44
|
fontWeight: fontWeight,
|
|
45
45
|
fontSize: fontSize,
|
|
46
46
|
fontFamily: fontFamily,
|
|
47
47
|
textAlign: textAlign,
|
|
48
48
|
...style,
|
|
49
|
-
}
|
|
49
|
+
}, children: children }));
|
|
50
50
|
};
|
|
51
51
|
export const PdfSmall = ({ fontSize = 10, fontFamily = 'ArimaRegular', fontWeight = 'normal', textAlign = 'left', lineHeight = 0, fixed = false, style, children, }) => {
|
|
52
|
-
return (
|
|
52
|
+
return (_jsx(Text, { style: {
|
|
53
53
|
fontSize: fontSize,
|
|
54
54
|
fontFamily: fontFamily,
|
|
55
55
|
fontWeight: fontWeight,
|
|
56
56
|
lineHeight: lineHeight,
|
|
57
57
|
textAlign: textAlign,
|
|
58
58
|
...style,
|
|
59
|
-
}, fixed: fixed
|
|
59
|
+
}, fixed: fixed, children: children }));
|
|
60
60
|
};
|
|
61
61
|
export const PdfPageNumber = ({ style, bottom = 55 }) => {
|
|
62
|
-
return (
|
|
62
|
+
return (_jsx(Text, { style: {
|
|
63
63
|
position: 'absolute',
|
|
64
64
|
bottom: bottom,
|
|
65
65
|
right: 14,
|
|
@@ -17,8 +17,8 @@ interface PdfViewProps {
|
|
|
17
17
|
style?: Style | Style[] | any;
|
|
18
18
|
children?: React.ReactNode;
|
|
19
19
|
}
|
|
20
|
-
export declare const PdfView: ({ mh, p, flexDirection, style, fixed, isBreak, alignItems, mt, isWrap, children, }: PdfViewProps) =>
|
|
21
|
-
export declare const PdfBorderView: ({ mh, mv, p, borderColor, bw, style, flexDirection, fixed, isBreak, children, }: PdfViewProps) =>
|
|
20
|
+
export declare const PdfView: ({ mh, p, flexDirection, style, fixed, isBreak, alignItems, mt, isWrap, children, }: PdfViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const PdfBorderView: ({ mh, mv, p, borderColor, bw, style, flexDirection, fixed, isBreak, children, }: PdfViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
interface PdfHeaderProps {
|
|
23
23
|
bg?: string;
|
|
24
24
|
p?: number;
|
|
@@ -27,8 +27,8 @@ interface PdfHeaderProps {
|
|
|
27
27
|
style?: React.CSSProperties | any;
|
|
28
28
|
children?: React.ReactNode;
|
|
29
29
|
}
|
|
30
|
-
export declare const PdfHeader: ({ bg, p, alignItems, fixed, style, children, }: PdfHeaderProps) =>
|
|
31
|
-
export declare const PdfSubHeader: ({ bg, p, alignItems, fixed, style, children, }: PdfViewProps) =>
|
|
30
|
+
export declare const PdfHeader: ({ bg, p, alignItems, fixed, style, children, }: PdfHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare const PdfSubHeader: ({ bg, p, alignItems, fixed, style, children, }: PdfViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
32
|
interface PdfFooterViewProps {
|
|
33
33
|
bottom?: number;
|
|
34
34
|
left?: number;
|
|
@@ -41,7 +41,7 @@ interface PdfFooterViewProps {
|
|
|
41
41
|
style?: React.CSSProperties | any;
|
|
42
42
|
children: React.ReactNode;
|
|
43
43
|
}
|
|
44
|
-
export declare const PdfFooterView: ({ bottom, left, right, bg, p, alignItems, fixed, height, style, children, }: PdfFooterViewProps) =>
|
|
44
|
+
export declare const PdfFooterView: ({ bottom, left, right, bg, p, alignItems, fixed, height, style, children, }: PdfFooterViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
45
45
|
interface GridProps {
|
|
46
46
|
cols?: number;
|
|
47
47
|
bg?: 'transparent' | string;
|
|
@@ -50,3 +50,4 @@ interface GridProps {
|
|
|
50
50
|
}
|
|
51
51
|
export declare const PdfGrid: React.FunctionComponent<GridProps>;
|
|
52
52
|
export {};
|
|
53
|
+
//# sourceMappingURL=pdf-wrapped-view.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-wrapped-view.components.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/pdf/pdf-wrapped-view.components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAEvC,UAAU,YAAY;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,QAAQ,CAAC;IAClD,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,CAAC;IAC9B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,OAAO,uFAWjB,YAAY,4CAkBd,CAAC;AAEF,eAAO,MAAM,aAAa,oFAWvB,YAAY,4CAkBd,CAAC;AAEF,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,GAAG,GAAG,CAAC;IACrD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,GAAG,CAAC;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,SAAS,mDAOnB,cAAc,4CAchB,CAAC;AAEF,eAAO,MAAM,YAAY,mDAOtB,YAAY,4CAcd,CAAC;AAEF,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,GAAG,CAAC;IAClC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa,gFAWvB,kBAAkB,4CAYpB,CAAC;AAEF,UAAU,SAAS;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,aAAa,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAetD,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { View } from '@react-pdf/renderer';
|
|
3
3
|
export const PdfView = ({ mh = 20, p = 2, flexDirection = 'column', style, fixed = false, isBreak = false, alignItems, mt, isWrap = true, children, }) => {
|
|
4
|
-
return (
|
|
4
|
+
return (_jsx(View, { break: isBreak, style: {
|
|
5
5
|
marginHorizontal: mh,
|
|
6
6
|
marginTop: mt,
|
|
7
7
|
padding: p,
|
|
8
8
|
flexDirection: flexDirection,
|
|
9
9
|
alignItems: alignItems,
|
|
10
10
|
...style,
|
|
11
|
-
}, fixed: fixed, wrap: isWrap
|
|
11
|
+
}, fixed: fixed, wrap: isWrap, children: children }));
|
|
12
12
|
};
|
|
13
13
|
export const PdfBorderView = ({ mh = 20, mv = 50, p = 2, borderColor = 'gray', bw = 2, style, flexDirection = 'column', fixed = false, isBreak = false, children, }) => {
|
|
14
|
-
return (
|
|
14
|
+
return (_jsx(View, { break: isBreak, style: {
|
|
15
15
|
flexDirection: flexDirection,
|
|
16
16
|
marginHorizontal: mh,
|
|
17
17
|
marginVertical: mv,
|
|
@@ -19,32 +19,32 @@ export const PdfBorderView = ({ mh = 20, mv = 50, p = 2, borderColor = 'gray', b
|
|
|
19
19
|
borderColor: borderColor,
|
|
20
20
|
borderWidth: bw,
|
|
21
21
|
...style,
|
|
22
|
-
}, fixed: fixed
|
|
22
|
+
}, fixed: fixed, children: children }));
|
|
23
23
|
};
|
|
24
24
|
export const PdfHeader = ({ bg = 'orange', p = 10, alignItems = 'flex-start', fixed = false, style, children, }) => {
|
|
25
|
-
return (
|
|
25
|
+
return (_jsx(View, { style: {
|
|
26
26
|
backgroundColor: bg,
|
|
27
27
|
alignItems: alignItems,
|
|
28
28
|
padding: p,
|
|
29
29
|
...style,
|
|
30
|
-
}, fixed: fixed
|
|
30
|
+
}, fixed: fixed, children: children }));
|
|
31
31
|
};
|
|
32
32
|
export const PdfSubHeader = ({ bg = 'yellow', p = 4, alignItems = 'flex-end', fixed = false, style, children, }) => {
|
|
33
|
-
return (
|
|
33
|
+
return (_jsx(View, { style: {
|
|
34
34
|
backgroundColor: bg,
|
|
35
35
|
alignItems: alignItems,
|
|
36
36
|
padding: p,
|
|
37
37
|
...style,
|
|
38
|
-
}, fixed: fixed
|
|
38
|
+
}, fixed: fixed, children: children }));
|
|
39
39
|
};
|
|
40
40
|
export const PdfFooterView = ({ bottom = 0, left = 0, right = 0, bg = 'orange', p = 10, alignItems = 'center', fixed = false, height = '100%', style, children, }) => {
|
|
41
|
-
return (
|
|
41
|
+
return (_jsx(View, { style: [
|
|
42
42
|
{ position: 'absolute', bottom, left, right, height },
|
|
43
43
|
{ backgroundColor: bg, padding: p, alignItems: alignItems, ...style },
|
|
44
|
-
], fixed: fixed
|
|
44
|
+
], fixed: fixed, children: children }));
|
|
45
45
|
};
|
|
46
|
-
export const PdfGrid = ({ cols = 1, bg = 'white', style, children, }) => (
|
|
46
|
+
export const PdfGrid = ({ cols = 1, bg = 'white', style, children, }) => (_jsx(View, { style: {
|
|
47
47
|
width: `${100 / cols}%`,
|
|
48
48
|
backgroundColor: bg,
|
|
49
49
|
...style,
|
|
50
|
-
}
|
|
50
|
+
}, children: children }));
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import '../../../tc.module.css';
|
|
3
2
|
interface RadioProps {
|
|
4
3
|
title: string;
|
|
@@ -6,5 +5,6 @@ interface RadioProps {
|
|
|
6
5
|
className?: string;
|
|
7
6
|
onChange: (item: any) => void;
|
|
8
7
|
}
|
|
9
|
-
export declare const Radio: ({ title, data, className, onChange, }: RadioProps) =>
|
|
8
|
+
export declare const Radio: ({ title, data, className, onChange, }: RadioProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=radio.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/radio/radio.component.tsx"],"names":[],"mappings":"AAIA,OAAO,wBAAwB,CAAC;AAChC,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,KAAA,KAAK,IAAI,CAAC;CAC1B;AAED,eAAO,MAAM,KAAK,0CAKf,UAAU,4CAgCZ,CAAC"}
|
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from 'react';
|
|
2
3
|
import { CheckedRadio, UncheckRadio } from '../../../library/assets/svg';
|
|
3
4
|
import { InputWrapper } from '../form/form.component';
|
|
4
5
|
import '../../../tc.module.css';
|
|
5
6
|
export const Radio = ({ title = 'Source', data = [], className, onChange, }) => {
|
|
6
7
|
const [list, setList] = useState(data);
|
|
7
8
|
const width = 20;
|
|
8
|
-
return (
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}, key: index },
|
|
19
|
-
React.createElement("div", { className: "flex flex-row gap-1 items-center" },
|
|
20
|
-
item.checked ? (React.createElement(CheckedRadio, { width: width, height: width })) : (React.createElement(UncheckRadio, { width: width, height: width })),
|
|
21
|
-
React.createElement("span", { className: "text-4xs" }, item?.title))))))));
|
|
9
|
+
return (_jsx(_Fragment, { children: _jsx(InputWrapper, { label: title, children: list?.map((item, index) => (_jsx("div", { className: `${className} flex items-center mb-1`, onClick: () => {
|
|
10
|
+
const result = list?.map((e, i) => {
|
|
11
|
+
if (i == index)
|
|
12
|
+
return { ...e, checked: true };
|
|
13
|
+
else
|
|
14
|
+
return { ...e, checked: false };
|
|
15
|
+
});
|
|
16
|
+
setList(result);
|
|
17
|
+
onChange(result?.find((item) => item.checked));
|
|
18
|
+
}, children: _jsxs("div", { className: "flex flex-row gap-1 items-center", children: [item.checked ? (_jsx(CheckedRadio, { width: width, height: width })) : (_jsx(UncheckRadio, { width: width, height: width })), _jsx("span", { className: "text-4xs", children: item?.title })] }) }, index))) }) }));
|
|
22
19
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import '../../../tc.module.css';
|
|
3
2
|
interface StepperProps {
|
|
4
3
|
className?: string;
|
|
@@ -6,5 +5,6 @@ interface StepperProps {
|
|
|
6
5
|
currentStep: number;
|
|
7
6
|
onStepClick: (currentStep: any, index: any) => void;
|
|
8
7
|
}
|
|
9
|
-
export declare const Stepper: ({ className, steps, currentStep, onStepClick, }: StepperProps) =>
|
|
8
|
+
export declare const Stepper: ({ className, steps, currentStep, onStepClick, }: StepperProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=stepper.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.component.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/atoms/stepper/stepper.component.tsx"],"names":[],"mappings":"AAEA,OAAO,wBAAwB,CAAC;AAEhC,UAAU,YAAY;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,CAAC,WAAW,KAAA,EAAE,KAAK,KAAA,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,OAAO,oDAKjB,YAAY,4CAyDd,CAAC"}
|