react-restyle-components 0.2.86 → 0.2.87
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/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -2
- package/lib/src/core-components/index.d.ts +32 -32
- package/lib/src/core-components/index.d.ts.map +1 -1
- package/lib/src/core-components/index.js +32 -32
- package/lib/src/core-components/src/atoms/button/Button.types.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/button/button.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/button/button.component.js +2 -2
- package/lib/src/core-components/src/atoms/button/buttonGroup/buttonGroup.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/button/buttonGroup/buttonGroup.component.js +2 -2
- package/lib/src/core-components/src/atoms/check-box/checkBox.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/check-box/checkBox.component.js +3 -3
- package/lib/src/core-components/src/atoms/date-picker/date-picker.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/date-picker/date-picker.component.js +3 -3
- package/lib/src/core-components/src/atoms/form/form.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/form/form.component.js +2 -2
- package/lib/src/core-components/src/atoms/icons/icons.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/icons/icons.component.js +2 -2
- package/lib/src/core-components/src/atoms/input/input-otp.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/input/input-otp.component.js +2 -2
- package/lib/src/core-components/src/atoms/input/input-pin.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/input/input-pin.component.js +2 -2
- package/lib/src/core-components/src/atoms/input/input.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/input/input.component.js +2 -2
- package/lib/src/core-components/src/atoms/input-dropdown/input-dropdown.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/input-dropdown/input-dropdown.component.js +3 -3
- package/lib/src/core-components/src/atoms/loader/loader.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/loader/loader.component.js +2 -2
- package/lib/src/core-components/src/atoms/pdf/pdf-images.components.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/pdf/pdf-table.components.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/pdf/pdf-typography.components.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/pdf/pdf-wrapped-view.components.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/radio/radio.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/radio/radio.component.js +3 -3
- package/lib/src/core-components/src/atoms/stepper/stepper.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/stepper/stepper.component.js +2 -2
- package/lib/src/core-components/src/atoms/tabs/tabs.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/tabs/tabs.component.js +2 -2
- package/lib/src/core-components/src/atoms/timer/timer.component.d.ts.map +1 -0
- package/lib/src/core-components/{atoms → src/atoms}/timer/timer.component.js +3 -3
- package/lib/src/core-components/src/atoms/tooltip/Tooltip.types.d.ts.map +1 -0
- package/lib/src/core-components/src/atoms/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/src/core-components/src/helpers/constants.d.ts.map +1 -0
- package/lib/src/core-components/src/hooks/index.d.ts.map +1 -0
- package/lib/src/core-components/src/hooks/outside.hook.d.ts.map +1 -0
- package/lib/src/core-components/src/library/assets/svg/index.d.ts.map +1 -0
- package/lib/src/core-components/src/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 → src/molecules}/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.js +3 -2
- package/lib/src/core-components/src/molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/auto-complete-filter-single-select/auto-complete-filter-single-select.component.js +3 -3
- package/lib/src/core-components/src/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 → src/molecules}/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.js +3 -2
- package/lib/src/core-components/src/molecules/auto-complete-group-by/auto-complete-group-by.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/auto-complete-group-by/auto-complete-group-by.component.js +2 -2
- package/lib/src/core-components/src/molecules/autocomplete/autocomplete.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/autocomplete/autocomplete.js +2 -2
- package/lib/src/core-components/src/molecules/color-picker/color-picker.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/color-picker/color-picker.component.js +1 -1
- package/lib/src/core-components/{molecules → src/molecules}/color-picker-modal/color-picker-modal.component.d.ts +1 -1
- package/lib/src/core-components/src/molecules/color-picker-modal/color-picker-modal.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/color-picker-modal/color-picker-modal.component.js +4 -4
- package/lib/src/core-components/src/molecules/css-multiline-input/css-multiline-input.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/css-multiline-input/css-multiline-input.component.js +2 -2
- package/lib/src/core-components/{molecules → src/molecules}/css-multiline-input/css-properties.d.ts.map +1 -1
- package/lib/src/core-components/src/molecules/modal/modal.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/modal/modal.component.js +2 -2
- package/lib/src/core-components/src/molecules/modal-confirm/modal-confirm.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/modal-confirm/modal-confirm.component.js +2 -2
- package/lib/src/core-components/src/molecules/multi-select/multi-select.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/multi-select/multi-select.component.js +2 -2
- package/lib/src/core-components/src/molecules/multi-select-with-field/multi-select-with-field.component.d.ts.map +1 -0
- package/lib/src/core-components/{molecules → src/molecules}/multi-select-with-field/multi-select-with-field.component.js +2 -2
- package/lib/src/core-components/src/utils/index.d.ts +2 -0
- package/lib/src/core-components/src/utils/index.d.ts.map +1 -0
- package/lib/src/core-components/src/utils/index.js +1 -0
- package/lib/src/{core-utils → core-components/src/utils}/utility.util.d.ts +0 -1
- package/lib/src/core-components/src/utils/utility.util.d.ts.map +1 -0
- package/lib/src/{core-utils → core-components/src/utils}/utility.util.js +0 -4
- package/lib/src/core-hooks/index.d.ts +3 -3
- package/lib/src/core-hooks/index.d.ts.map +1 -1
- package/lib/src/core-hooks/index.js +3 -3
- package/lib/src/core-hooks/src/useClickOutside/useClickOutside.hook.d.ts.map +1 -0
- package/lib/src/core-hooks/src/useDebounce/useDebounce.hook.d.ts.map +1 -0
- package/lib/src/core-hooks/src/usePreventEKey/usePreventEKey.hook.d.ts.map +1 -0
- package/lib/src/core-utils/index.d.ts +7 -7
- package/lib/src/core-utils/index.d.ts.map +1 -1
- package/lib/src/core-utils/index.js +7 -7
- package/lib/src/core-utils/src/calculation/calculation.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/colors/color.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/convert/numberToWords/numToWords.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/convert/typography/camelCaseToTitleCase.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/form-helper/form-helper.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/utility.util.d.ts +2 -0
- package/lib/src/core-utils/src/utility.util.d.ts.map +1 -0
- package/lib/src/core-utils/src/utility.util.js +4 -0
- package/lib/src/core-utils/src/uuid/uuid.util.d.ts.map +1 -0
- package/package.json +3 -5
- package/lib/package.json +0 -153
- package/lib/src/App.css +0 -45
- 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.types.d.ts.map +0 -1
- package/lib/src/core-components/atoms/button/button.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/button/buttonGroup/buttonGroup.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/check-box/checkBox.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/date-picker/date-picker.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/form/form.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/icons/icons.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/input/input-otp.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/input/input-otp.styles.css +0 -35
- package/lib/src/core-components/atoms/input/input-pin.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/input/input.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/input/input.styles.css +0 -35
- package/lib/src/core-components/atoms/input-dropdown/input-dropdown.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/loader/loader.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/pdf/pdf-images.components.d.ts.map +0 -1
- package/lib/src/core-components/atoms/pdf/pdf-table.components.d.ts.map +0 -1
- package/lib/src/core-components/atoms/pdf/pdf-typography.components.d.ts.map +0 -1
- package/lib/src/core-components/atoms/pdf/pdf-wrapped-view.components.d.ts.map +0 -1
- package/lib/src/core-components/atoms/radio/radio.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/stepper/stepper.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/tabs/tabs.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/tabs/tabs.module.css +0 -238
- package/lib/src/core-components/atoms/timer/timer.component.d.ts.map +0 -1
- package/lib/src/core-components/atoms/tooltip/Tooltip.types.d.ts.map +0 -1
- package/lib/src/core-components/atoms/tooltip/tooltip.component.d.ts.map +0 -1
- 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 +0 -1
- package/lib/src/core-components/molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component.d.ts.map +0 -1
- 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 +0 -1
- package/lib/src/core-components/molecules/auto-complete-group-by/auto-complete-group-by.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/autocomplete/autocomplete.css +0 -37
- package/lib/src/core-components/molecules/autocomplete/autocomplete.d.ts.map +0 -1
- package/lib/src/core-components/molecules/color-picker/color-picker.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/color-picker/color-picker.css +0 -24
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/color-picker-modal/color-picker-modal.css +0 -45
- package/lib/src/core-components/molecules/css-multiline-input/css-multiline-input.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/modal/modal.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/modal-confirm/modal-confirm.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/multi-select/multi-select.component.d.ts.map +0 -1
- package/lib/src/core-components/molecules/multi-select-with-field/multi-select-with-field.component.d.ts.map +0 -1
- package/lib/src/core-hooks/useClickOutside/useClickOutside.hook.d.ts.map +0 -1
- package/lib/src/core-hooks/useDebounce/useDebounce.hook.d.ts.map +0 -1
- package/lib/src/core-hooks/usePreventEKey/usePreventEKey.hook.d.ts.map +0 -1
- package/lib/src/core-utils/calculation/calculation.util.d.ts.map +0 -1
- package/lib/src/core-utils/colors/color.util.d.ts.map +0 -1
- package/lib/src/core-utils/convert/numberToWords/numToWords.util.d.ts.map +0 -1
- package/lib/src/core-utils/convert/typography/camelCaseToTitleCase.util.d.ts.map +0 -1
- package/lib/src/core-utils/form-helper/form-helper.util.d.ts.map +0 -1
- package/lib/src/core-utils/utility.util.d.ts.map +0 -1
- package/lib/src/core-utils/uuid/uuid.util.d.ts.map +0 -1
- package/lib/src/helpers/constants.d.ts.map +0 -1
- package/lib/src/hooks/index.d.ts.map +0 -1
- package/lib/src/hooks/outside.hook.d.ts.map +0 -1
- package/lib/src/index.css +0 -118
- package/lib/src/library/assets/fonts/arima/arima-bold.ttf +0 -0
- package/lib/src/library/assets/fonts/arima/arima-regular.ttf +0 -0
- package/lib/src/library/assets/svg/CheckedBox.svg +0 -14
- package/lib/src/library/assets/svg/DownArrow.svg +0 -14
- package/lib/src/library/assets/svg/UnCheckbox.svg +0 -3
- package/lib/src/library/assets/svg/UpArrow.svg +0 -14
- package/lib/src/library/assets/svg/checkedRadio.svg +0 -13
- package/lib/src/library/assets/svg/datePicker.svg +0 -3
- package/lib/src/library/assets/svg/index.d.ts.map +0 -1
- package/lib/src/library/assets/svg/timer copy.svg +0 -3
- package/lib/src/library/assets/svg/timer.svg +0 -3
- package/lib/src/library/assets/svg/uncheckRadio.svg +0 -3
- package/lib/src/tc.module.css +0 -234
- /package/lib/src/core-components/{atoms → src/atoms}/button/Button.types.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/button/Button.types.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/button/button.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/button/buttonGroup/buttonGroup.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/check-box/checkBox.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/date-picker/date-picker.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/form/form.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/icons/icons.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/input/input-otp.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/input/input-pin.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/input/input.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/input-dropdown/input-dropdown.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/loader/loader.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-images.components.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-images.components.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-table.components.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-table.components.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-typography.components.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-typography.components.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-wrapped-view.components.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/pdf/pdf-wrapped-view.components.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/radio/radio.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/stepper/stepper.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/tabs/tabs.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/timer/timer.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/tooltip/Tooltip.types.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/tooltip/Tooltip.types.js +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/tooltip/tooltip.component.d.ts +0 -0
- /package/lib/src/core-components/{atoms → src/atoms}/tooltip/tooltip.component.js +0 -0
- /package/lib/src/{helpers → core-components/src/helpers}/constants.d.ts +0 -0
- /package/lib/src/{helpers → core-components/src/helpers}/constants.js +0 -0
- /package/lib/src/{hooks → core-components/src/hooks}/index.d.ts +0 -0
- /package/lib/src/{hooks → core-components/src/hooks}/index.js +0 -0
- /package/lib/src/{hooks → core-components/src/hooks}/outside.hook.d.ts +0 -0
- /package/lib/src/{hooks → core-components/src/hooks}/outside.hook.js +0 -0
- /package/lib/src/{library → core-components/src/library}/assets/svg/index.d.ts +0 -0
- /package/lib/src/{library → core-components/src/library}/assets/svg/index.js +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/auto-complete-filter-single-select/auto-complete-filter-single-select.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/auto-complete-group-by/auto-complete-group-by.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/autocomplete/autocomplete.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/color-picker/color-picker.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/css-multiline-input/css-multiline-input.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/css-multiline-input/css-properties.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/css-multiline-input/css-properties.js +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/modal/modal.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/modal-confirm/modal-confirm.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/multi-select/multi-select.component.d.ts +0 -0
- /package/lib/src/core-components/{molecules → src/molecules}/multi-select-with-field/multi-select-with-field.component.d.ts +0 -0
- /package/lib/src/core-hooks/{useClickOutside → src/useClickOutside}/useClickOutside.hook.d.ts +0 -0
- /package/lib/src/core-hooks/{useClickOutside → src/useClickOutside}/useClickOutside.hook.js +0 -0
- /package/lib/src/core-hooks/{useDebounce → src/useDebounce}/useDebounce.hook.d.ts +0 -0
- /package/lib/src/core-hooks/{useDebounce → src/useDebounce}/useDebounce.hook.js +0 -0
- /package/lib/src/core-hooks/{usePreventEKey → src/usePreventEKey}/usePreventEKey.hook.d.ts +0 -0
- /package/lib/src/core-hooks/{usePreventEKey → src/usePreventEKey}/usePreventEKey.hook.js +0 -0
- /package/lib/src/core-utils/{calculation → src/calculation}/calculation.util.d.ts +0 -0
- /package/lib/src/core-utils/{calculation → src/calculation}/calculation.util.js +0 -0
- /package/lib/src/core-utils/{colors → src/colors}/color.util.d.ts +0 -0
- /package/lib/src/core-utils/{colors → src/colors}/color.util.js +0 -0
- /package/lib/src/core-utils/{convert → src/convert}/numberToWords/numToWords.util.d.ts +0 -0
- /package/lib/src/core-utils/{convert → src/convert}/numberToWords/numToWords.util.js +0 -0
- /package/lib/src/core-utils/{convert → src/convert}/typography/camelCaseToTitleCase.util.d.ts +0 -0
- /package/lib/src/core-utils/{convert → src/convert}/typography/camelCaseToTitleCase.util.js +0 -0
- /package/lib/src/core-utils/{form-helper → src/form-helper}/form-helper.util.d.ts +0 -0
- /package/lib/src/core-utils/{form-helper → src/form-helper}/form-helper.util.js +0 -0
- /package/lib/src/core-utils/{uuid → src/uuid}/uuid.util.d.ts +0 -0
- /package/lib/src/core-utils/{uuid → src/uuid}/uuid.util.js +0 -0
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import * as Form from './atoms/form/form.component';
|
|
2
|
-
export * from './atoms/button/button.component';
|
|
3
|
-
export * from './atoms/button/buttonGroup/buttonGroup.component';
|
|
4
|
-
export * from './atoms/check-box/checkBox.component';
|
|
5
|
-
export * from './atoms/date-picker/date-picker.component';
|
|
6
|
-
export * from './atoms/input/input-otp.component';
|
|
7
|
-
export * from './atoms/input/input-pin.component';
|
|
8
|
-
export * from './atoms/input/input.component';
|
|
9
|
-
export * from './atoms/input-dropdown/input-dropdown.component';
|
|
10
|
-
export * from './atoms/loader/loader.component';
|
|
11
|
-
export * from './atoms/radio/radio.component';
|
|
12
|
-
export * from './atoms/stepper/stepper.component';
|
|
13
|
-
export * from './atoms/timer/timer.component';
|
|
14
|
-
export * from './atoms/tooltip/tooltip.component';
|
|
15
|
-
export * from './atoms/icons/icons.component';
|
|
16
|
-
export * from './atoms/tabs/tabs.component';
|
|
17
|
-
export * from './atoms/pdf/pdf-images.components';
|
|
18
|
-
export * from './atoms/pdf/pdf-table.components';
|
|
19
|
-
export * from './atoms/pdf/pdf-typography.components';
|
|
20
|
-
export * from './atoms/pdf/pdf-wrapped-view.components';
|
|
21
|
-
export * from './molecules/css-multiline-input/css-multiline-input.component';
|
|
22
|
-
export * from './molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component';
|
|
23
|
-
export * from './molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component';
|
|
24
|
-
export * from './molecules/multi-select/multi-select.component';
|
|
25
|
-
export * from './molecules/multi-select-with-field/multi-select-with-field.component';
|
|
26
|
-
export * from './molecules/modal/modal.component';
|
|
27
|
-
export * from './molecules/modal-confirm/modal-confirm.component';
|
|
28
|
-
export * from './molecules/autocomplete/autocomplete';
|
|
29
|
-
export * from './molecules/auto-complete-group-by/auto-complete-group-by.component';
|
|
30
|
-
export * from './molecules/color-picker/color-picker.component';
|
|
31
|
-
export * from './molecules/color-picker-modal/color-picker-modal.component';
|
|
32
|
-
export * from './molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component';
|
|
1
|
+
import * as Form from './src/atoms/form/form.component';
|
|
2
|
+
export * from './src/atoms/button/button.component';
|
|
3
|
+
export * from './src/atoms/button/buttonGroup/buttonGroup.component';
|
|
4
|
+
export * from './src/atoms/check-box/checkBox.component';
|
|
5
|
+
export * from './src/atoms/date-picker/date-picker.component';
|
|
6
|
+
export * from './src/atoms/input/input-otp.component';
|
|
7
|
+
export * from './src/atoms/input/input-pin.component';
|
|
8
|
+
export * from './src/atoms/input/input.component';
|
|
9
|
+
export * from './src/atoms/input-dropdown/input-dropdown.component';
|
|
10
|
+
export * from './src/atoms/loader/loader.component';
|
|
11
|
+
export * from './src/atoms/radio/radio.component';
|
|
12
|
+
export * from './src/atoms/stepper/stepper.component';
|
|
13
|
+
export * from './src/atoms/timer/timer.component';
|
|
14
|
+
export * from './src/atoms/tooltip/tooltip.component';
|
|
15
|
+
export * from './src/atoms/icons/icons.component';
|
|
16
|
+
export * from './src/atoms/tabs/tabs.component';
|
|
17
|
+
export * from './src/atoms/pdf/pdf-images.components';
|
|
18
|
+
export * from './src/atoms/pdf/pdf-table.components';
|
|
19
|
+
export * from './src/atoms/pdf/pdf-typography.components';
|
|
20
|
+
export * from './src/atoms/pdf/pdf-wrapped-view.components';
|
|
21
|
+
export * from './src/molecules/css-multiline-input/css-multiline-input.component';
|
|
22
|
+
export * from './src/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component';
|
|
23
|
+
export * from './src/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component';
|
|
24
|
+
export * from './src/molecules/multi-select/multi-select.component';
|
|
25
|
+
export * from './src/molecules/multi-select-with-field/multi-select-with-field.component';
|
|
26
|
+
export * from './src/molecules/modal/modal.component';
|
|
27
|
+
export * from './src/molecules/modal-confirm/modal-confirm.component';
|
|
28
|
+
export * from './src/molecules/autocomplete/autocomplete';
|
|
29
|
+
export * from './src/molecules/auto-complete-group-by/auto-complete-group-by.component';
|
|
30
|
+
export * from './src/molecules/color-picker/color-picker.component';
|
|
31
|
+
export * from './src/molecules/color-picker-modal/color-picker-modal.component';
|
|
32
|
+
export * from './src/molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component';
|
|
33
33
|
export { Form };
|
|
34
34
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,iCAAiC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qDAAqD,CAAC;AACpE,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAE5D,cAAc,mEAAmE,CAAC;AAClF,cAAc,qJAAqJ,CAAC;AACpK,cAAc,iJAAiJ,CAAC;AAChK,cAAc,qDAAqD,CAAC;AACpE,cAAc,2EAA2E,CAAC;AAC1F,cAAc,uCAAuC,CAAC;AACtD,cAAc,uDAAuD,CAAC;AACtE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yEAAyE,CAAC;AACxF,cAAc,qDAAqD,CAAC;AACpE,cAAc,iEAAiE,CAAC;AAChF,cAAc,iGAAiG,CAAC;AAEhH,OAAO,EAAC,IAAI,EAAC,CAAC"}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import * as Form from './atoms/form/form.component';
|
|
2
|
-
export * from './atoms/button/button.component';
|
|
3
|
-
export * from './atoms/button/buttonGroup/buttonGroup.component';
|
|
4
|
-
export * from './atoms/check-box/checkBox.component';
|
|
5
|
-
export * from './atoms/date-picker/date-picker.component';
|
|
6
|
-
export * from './atoms/input/input-otp.component';
|
|
7
|
-
export * from './atoms/input/input-pin.component';
|
|
8
|
-
export * from './atoms/input/input.component';
|
|
9
|
-
export * from './atoms/input-dropdown/input-dropdown.component';
|
|
10
|
-
export * from './atoms/loader/loader.component';
|
|
11
|
-
export * from './atoms/radio/radio.component';
|
|
12
|
-
export * from './atoms/stepper/stepper.component';
|
|
13
|
-
export * from './atoms/timer/timer.component';
|
|
14
|
-
export * from './atoms/tooltip/tooltip.component';
|
|
15
|
-
export * from './atoms/icons/icons.component';
|
|
16
|
-
export * from './atoms/tabs/tabs.component';
|
|
17
|
-
export * from './atoms/pdf/pdf-images.components';
|
|
18
|
-
export * from './atoms/pdf/pdf-table.components';
|
|
19
|
-
export * from './atoms/pdf/pdf-typography.components';
|
|
20
|
-
export * from './atoms/pdf/pdf-wrapped-view.components';
|
|
21
|
-
export * from './molecules/css-multiline-input/css-multiline-input.component';
|
|
22
|
-
export * from './molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component';
|
|
23
|
-
export * from './molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component';
|
|
24
|
-
export * from './molecules/multi-select/multi-select.component';
|
|
25
|
-
export * from './molecules/multi-select-with-field/multi-select-with-field.component';
|
|
26
|
-
export * from './molecules/modal/modal.component';
|
|
27
|
-
export * from './molecules/modal-confirm/modal-confirm.component';
|
|
28
|
-
export * from './molecules/autocomplete/autocomplete';
|
|
29
|
-
export * from './molecules/auto-complete-group-by/auto-complete-group-by.component';
|
|
30
|
-
export * from './molecules/color-picker/color-picker.component';
|
|
31
|
-
export * from './molecules/color-picker-modal/color-picker-modal.component';
|
|
32
|
-
export * from './molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component';
|
|
1
|
+
import * as Form from './src/atoms/form/form.component';
|
|
2
|
+
export * from './src/atoms/button/button.component';
|
|
3
|
+
export * from './src/atoms/button/buttonGroup/buttonGroup.component';
|
|
4
|
+
export * from './src/atoms/check-box/checkBox.component';
|
|
5
|
+
export * from './src/atoms/date-picker/date-picker.component';
|
|
6
|
+
export * from './src/atoms/input/input-otp.component';
|
|
7
|
+
export * from './src/atoms/input/input-pin.component';
|
|
8
|
+
export * from './src/atoms/input/input.component';
|
|
9
|
+
export * from './src/atoms/input-dropdown/input-dropdown.component';
|
|
10
|
+
export * from './src/atoms/loader/loader.component';
|
|
11
|
+
export * from './src/atoms/radio/radio.component';
|
|
12
|
+
export * from './src/atoms/stepper/stepper.component';
|
|
13
|
+
export * from './src/atoms/timer/timer.component';
|
|
14
|
+
export * from './src/atoms/tooltip/tooltip.component';
|
|
15
|
+
export * from './src/atoms/icons/icons.component';
|
|
16
|
+
export * from './src/atoms/tabs/tabs.component';
|
|
17
|
+
export * from './src/atoms/pdf/pdf-images.components';
|
|
18
|
+
export * from './src/atoms/pdf/pdf-table.components';
|
|
19
|
+
export * from './src/atoms/pdf/pdf-typography.components';
|
|
20
|
+
export * from './src/atoms/pdf/pdf-wrapped-view.components';
|
|
21
|
+
export * from './src/molecules/css-multiline-input/css-multiline-input.component';
|
|
22
|
+
export * from './src/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component';
|
|
23
|
+
export * from './src/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component';
|
|
24
|
+
export * from './src/molecules/multi-select/multi-select.component';
|
|
25
|
+
export * from './src/molecules/multi-select-with-field/multi-select-with-field.component';
|
|
26
|
+
export * from './src/molecules/modal/modal.component';
|
|
27
|
+
export * from './src/molecules/modal-confirm/modal-confirm.component';
|
|
28
|
+
export * from './src/molecules/autocomplete/autocomplete';
|
|
29
|
+
export * from './src/molecules/auto-complete-group-by/auto-complete-group-by.component';
|
|
30
|
+
export * from './src/molecules/color-picker/color-picker.component';
|
|
31
|
+
export * from './src/molecules/color-picker-modal/color-picker-modal.component';
|
|
32
|
+
export * from './src/molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component';
|
|
33
33
|
export { Form };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.types.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/button/Button.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,yBAAyB,EAAE,aAAa,EAAC,MAAM,OAAO,CAAC;AAC/D,OAAO,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IAC3D,6CAA6C;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,SAAS,EAAE,yBAAyB,CAClC,SAAS,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAC7C,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IAC7D,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gEAAgE;IAChE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yFAAyF;IACzF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAK3C,eAAO,MAAM,MAAM,uIA0DlB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { Tooltip } from '../tooltip/tooltip.component';
|
|
4
|
-
import s from '
|
|
5
|
-
import { cn } from '
|
|
4
|
+
import s from '../../tc.module.css';
|
|
5
|
+
import { cn } from '../../utils';
|
|
6
6
|
export const Button = forwardRef(({ variant = 'solid', tooltip, disabled = false, type = 'button', className, children, ...args }, ref) => {
|
|
7
7
|
const buttonColorClass = variant === 'solid'
|
|
8
8
|
? cn(s['text-white'], s['bg-[#007BFF]'], s['hover:bg-[#007BFF]'], s['hover:shadow-lg'], s['text-white'])
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buttonGroup.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/core-components/src/atoms/button/buttonGroup/buttonGroup.component.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAIhC,eAAO,MAAM,WAAW;cAKZ,SAAS;;;6CAepB,CAAC"}
|
package/lib/src/core-components/{atoms → src/atoms}/button/buttonGroup/buttonGroup.component.js
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import s from '
|
|
3
|
-
import { cn } from '
|
|
2
|
+
import s from '../../../tc.module.css';
|
|
3
|
+
import { cn } from '../../../utils';
|
|
4
4
|
export const ButtonGroup = ({ children, orientation = 'horizontal', className, }) => (_jsx("div", { className: cn(s.flex, orientation == 'horizontal' ? s['flex-row'] : s['flex-col'], s['w-fit'], s['gap-2'], className), children: children }));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkBox.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/check-box/checkBox.component.tsx"],"names":[],"mappings":"AAMA,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,QAAQ,0CAKlB,aAAa,4CAuCf,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import s from '
|
|
4
|
-
import { cn } from '
|
|
5
|
-
import { UnCheckbox, CheckedBox } from '
|
|
3
|
+
import s from '../../tc.module.css';
|
|
4
|
+
import { cn } from '../../utils';
|
|
5
|
+
import { UnCheckbox, CheckedBox } from '../../library/assets/svg';
|
|
6
6
|
import { InputWrapper } from '../form/form.component';
|
|
7
7
|
export const CheckBox = ({ title = 'Banks', data = [{ title: 'SBI Bank', checked: false }], className, onChange, }) => {
|
|
8
8
|
const [list, setList] = useState(data);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/date-picker/date-picker.component.tsx"],"names":[],"mappings":"AAEA,OAAO,4CAA4C,CAAC;AAOpD,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,cAAc,mEAOxB,eAAe,4CAkDjB,CAAC"}
|
|
@@ -2,11 +2,11 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState, forwardRef } from 'react';
|
|
3
3
|
import DatePicker from 'react-datepicker';
|
|
4
4
|
import 'react-datepicker/dist/react-datepicker.css';
|
|
5
|
-
import { DatePickerSvg } from '
|
|
5
|
+
import { DatePickerSvg } from '../../library/assets/svg';
|
|
6
6
|
import dayjs from 'dayjs';
|
|
7
7
|
import { InputWrapper } from '../form/form.component';
|
|
8
|
-
import s from '
|
|
9
|
-
import { cn } from '
|
|
8
|
+
import s from '../../tc.module.css';
|
|
9
|
+
import { cn } from '../../utils';
|
|
10
10
|
export const DatePickerComp = ({ title = 'Title', className, disable, value, showFormat = 'yyyy-MM-dd', placeholder = 'Select Date', }) => {
|
|
11
11
|
const [pickedDate, setPickedDate] = useState(value && dayjs(value).toDate());
|
|
12
12
|
const CustomInput = forwardRef((props, ref) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/form/form.component.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React, { useState, useEffect } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import s from '
|
|
5
|
-
import { cn } from '
|
|
4
|
+
import s from '../../tc.module.css';
|
|
5
|
+
import { cn } from '../../utils';
|
|
6
6
|
export const Label = (props) => (_jsx(_Fragment, { children: _jsx("label", { htmlFor: props.htmlFor, className: cn(s['block'], s['text-3xs'], s['font-medium'], s['mb-1'], {
|
|
7
7
|
[s['text-red-400']]: props.hasError,
|
|
8
8
|
[s['text-current']]: !props.hasError,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/icons/icons.component.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAI9C,UAAU,SAAS;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,IAAI,0DAMd,SAAS,KAAG,WA8Ed,CAAC"}
|
|
@@ -3,8 +3,8 @@ import { Suspense } from 'react';
|
|
|
3
3
|
import _ from 'lodash';
|
|
4
4
|
import { Tooltip } from '../tooltip/tooltip.component';
|
|
5
5
|
import loadable from '@loadable/component';
|
|
6
|
-
import s from '
|
|
7
|
-
import { cn } from '
|
|
6
|
+
import s from '../../tc.module.css';
|
|
7
|
+
import { cn } from '../../utils';
|
|
8
8
|
export const Icon = ({ nameIcon, propsIcon, tooltip = '', isDisable = false, onClick, }) => {
|
|
9
9
|
try {
|
|
10
10
|
const iconProps = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-otp.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/input/input-otp.component.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAI/C,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAE/B,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACrE;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkHhD,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
/* eslint-disable no-console */
|
|
3
3
|
import { useEffect, useRef } from 'react';
|
|
4
|
-
import s from '
|
|
5
|
-
import { cn } from '
|
|
4
|
+
import s from '../../tc.module.css';
|
|
5
|
+
import { cn } from '../../utils';
|
|
6
6
|
export const InputOtp = ({ className, pin, onPinChanged, }) => {
|
|
7
7
|
const pinLength = 6;
|
|
8
8
|
const Pin_Min_Value = 0;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-pin.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/input/input-pin.component.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAC9C,OAAO,oBAAoB,CAAC;AAI5B,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACtC,YAAY,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA0KhD,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
import { useRef, useState } from 'react';
|
|
4
4
|
import './input.styles.css';
|
|
5
|
-
import s from '
|
|
6
|
-
import { cn } from '
|
|
5
|
+
import s from '../../tc.module.css';
|
|
6
|
+
import { cn } from '../../utils';
|
|
7
7
|
export const InputPin = ({ title, className, defaultPin, errorMsg, defaultMsg, hasError, onPinChanged, }) => {
|
|
8
8
|
const pin = useRef([]);
|
|
9
9
|
const [reload, setReload] = useState(false);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/input/input.component.tsx"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAI5B,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,4CAyEZ,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
/* eslint-disable no-console */
|
|
3
3
|
import { useState } from 'react';
|
|
4
4
|
import './input.styles.css';
|
|
5
|
-
import s from '
|
|
6
|
-
import { cn } from '
|
|
5
|
+
import s from '../../tc.module.css';
|
|
6
|
+
import { cn } from '../../utils';
|
|
7
7
|
export const Input = ({ title, defaultValue, className, disable, hasError, errorMsg, defaultMsg, inputStyle, autoComplete, maxlength = 40, onChange, onBlur, }) => {
|
|
8
8
|
const [value, setValue] = useState(defaultValue);
|
|
9
9
|
const onKeyUpValue = (event) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/input-dropdown/input-dropdown.component.tsx"],"names":[],"mappings":"AAIA,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,4CAyIpB,CAAC"}
|
package/lib/src/core-components/{atoms → src/atoms}/input-dropdown/input-dropdown.component.js
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useEffect, useRef } from 'react';
|
|
3
|
-
import s from '
|
|
4
|
-
import { cn } from '
|
|
5
|
-
import { Icon } from '
|
|
3
|
+
import s from '../../tc.module.css';
|
|
4
|
+
import { cn } from '../../utils';
|
|
5
|
+
import { Icon } from '../icons/icons.component';
|
|
6
6
|
export const InputDropdown = ({ items, className, hasError, title, onChange, }) => {
|
|
7
7
|
const [isOpen, setIsOpen] = useState(false);
|
|
8
8
|
const [value, setValue] = useState('');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/loader/loader.component.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,kBAAkB,gCAG5B,uBAAuB,4CAwBzB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import s from '
|
|
3
|
-
import { cn } from '
|
|
2
|
+
import s from '../../tc.module.css';
|
|
3
|
+
import { cn } from '../../utils';
|
|
4
4
|
export const LoadingAnimateSpin = ({ classWarper = '', className = '', }) => {
|
|
5
5
|
return (_jsx("div", { className: cn(s.absolute, s['justify-center'], s['items-center'], classWarper), children: _jsx("div", { className: cn(s['w-10'], s['h-10'], s['border-t-2'], s['border-b-2'], s['border-blue-500'], s['rounded-full'], s['animate-spin'], className) }) }));
|
|
6
6
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-images.components.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-table.components.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-typography.components.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-wrapped-view.components.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/radio/radio.component.tsx"],"names":[],"mappings":"AAMA,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,4CAuCZ,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import { CheckedRadio, UncheckRadio } from '
|
|
3
|
+
import { CheckedRadio, UncheckRadio } from '../../library/assets/svg';
|
|
4
4
|
import { InputWrapper } from '../form/form.component';
|
|
5
|
-
import s from '
|
|
6
|
-
import { cn } from '
|
|
5
|
+
import s from '../../tc.module.css';
|
|
6
|
+
import { cn } from '../../utils';
|
|
7
7
|
export const Radio = ({ title = 'Source', data = [], className, onChange, }) => {
|
|
8
8
|
const [list, setList] = useState(data);
|
|
9
9
|
const width = 20;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/stepper/stepper.component.tsx"],"names":[],"mappings":"AAIA,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,4CA+Hd,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import s from '
|
|
3
|
-
import { cn } from '
|
|
2
|
+
import s from '../../tc.module.css';
|
|
3
|
+
import { cn } from '../../utils';
|
|
4
4
|
export const Stepper = ({ className = '', steps, currentStep = 1, onStepClick, }) => {
|
|
5
5
|
const finalClass = cn(className, s['w-full'], s['px-4'], s['sm:px-8']);
|
|
6
6
|
const progressClass = cn(s['absolute'], s['my-4'], s['top-1/2'], s['left-0'], s['h-0.5'], s['transform'], s['-translate-y-1/2'], s['bg-orange'], s['transition-width'], s['ease-in-out'], s['duration-500']);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/tabs/tabs.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAItC,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,GAAG,wBAAuB,QAAQ,4CAM9C,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,KAAK,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;QAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC,CAAC;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,IAAI,oCAAmC,SAAS,4CAqD5D,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import React, { useState } from 'react';
|
|
3
|
-
import s from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import s from '../../tc.module.css';
|
|
4
|
+
import { cn } from '../../utils';
|
|
5
5
|
export const Tab = ({ title, children }) => {
|
|
6
6
|
return (_jsx("div", { className: cn(s.flex), children: children }, title));
|
|
7
7
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timer.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/timer/timer.component.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAK3E,UAAU,UAAU;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAGD,eAAO,MAAM,KAAK,wEA8EjB,CAAC"}
|
|
@@ -2,9 +2,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
/* eslint-disable react/prop-types */
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
4
4
|
import React, { useEffect, useState, useImperativeHandle } from 'react';
|
|
5
|
-
import { TimerSVG } from '
|
|
6
|
-
import s from '
|
|
7
|
-
import { cn } from '
|
|
5
|
+
import { TimerSVG } from '../../library/assets/svg';
|
|
6
|
+
import s from '../../tc.module.css';
|
|
7
|
+
import { cn } from '../../utils';
|
|
8
8
|
// eslint-disable-next-line react/display-name
|
|
9
9
|
export const Timer = React.forwardRef(({ onClear }, ref) => {
|
|
10
10
|
const width = 15;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.types.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/tooltip/Tooltip.types.ts"],"names":[],"mappings":";AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,+FAA+F;IAC/F,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sEAAsE;IACtE,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,+CAA+C;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sJAAsJ;IACtJ,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/tooltip/tooltip.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,OAAO,8GAWjB,kBAAkB,YAAY,CAAC,4CA4BjC,CAAC;AACF,eAAO,MAAM,eAAe,iDAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/src/helpers/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,UAQ3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outside.hook.d.ts","sourceRoot":"","sources":["../../../../../src/core-components/src/hooks/outside.hook.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,kCA6B3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core-components/src/library/assets/svg/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,aAAa,MAAM,wBAAwB,CAAC;AACnD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAE9C,OAAO,EACL,UAAU,EACV,UAAU,EACV,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,SAAS,GACV,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-complete-filter-multiple-select-multiple-fields-display.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/auto-complete-filter-multiple-select-multiple-fields-display/auto-complete-filter-multiple-select-multiple-fields-display.component.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,0DAA0D;IACzE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,qDAAqD,mJAc/D,0DAA0D,4CAkM5D,CAAC"}
|
|
@@ -2,8 +2,9 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
import { useState, useEffect, useRef } from 'react';
|
|
4
4
|
import { Icon } from '../../atoms/icons/icons.component';
|
|
5
|
-
import s from '
|
|
6
|
-
import { cn
|
|
5
|
+
import s from '../../tc.module.css';
|
|
6
|
+
import { cn } from '../../utils';
|
|
7
|
+
import { debounce } from '@techabl/core-utils';
|
|
7
8
|
export const AutoCompleteFilterMultipleSelectMultipleFieldsDisplay = ({ uniqueField = '_id', isSelectedStringArray = false, loader = false, placeholder = 'Search...', data, hasError = false, disable = false, isUpperCase = false, name, onFilter, onUpdate, onSelect, onBlur, }) => {
|
|
8
9
|
const [value, setValue] = useState('');
|
|
9
10
|
const [options, setOptions] = useState();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-complete-filter-single-select.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/auto-complete-filter-single-select/auto-complete-filter-single-select.component.tsx"],"names":[],"mappings":"AAOA,UAAU,mCAAmC;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;CAC9B;AAED,eAAO,MAAM,8BAA8B,wFASxC,mCAAmC,4CAuIrC,CAAC"}
|
|
@@ -2,9 +2,9 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
import { useState, useEffect, useRef } from 'react';
|
|
4
4
|
import { Icon } from '../../atoms/icons/icons.component';
|
|
5
|
-
import { debounce } from '
|
|
6
|
-
import s from '
|
|
7
|
-
import { cn } from '
|
|
5
|
+
import { debounce } from '@techabl/core-utils';
|
|
6
|
+
import s from '../../tc.module.css';
|
|
7
|
+
import { cn } from '../../utils';
|
|
8
8
|
export const AutoCompleteFilterSingleSelect = ({ disable = false, loader = false, displayValue = '', placeholder = 'Search...', data, hasError = false, onFilter, onSelect, }) => {
|
|
9
9
|
const [value, setValue] = useState(displayValue);
|
|
10
10
|
const [options, setOptions] = useState();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-complete-filter-single-select-multiple-fields-display.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/auto-complete-filter-single-select-multiple-fields-display/auto-complete-filter-single-select-multiple-fields-display.component.tsx"],"names":[],"mappings":"AAIA,OAAO,wBAAwB,CAAC;AAKhC,UAAU,qDAAqD;IAC7D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC9B,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;CAC7B;AAED,eAAO,MAAM,gDAAgD,+HAa1D,qDAAqD,4CAiNvD,CAAC"}
|
|
@@ -3,8 +3,9 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
3
3
|
import { useState, useEffect, useRef } from 'react';
|
|
4
4
|
import { Icon } from '../../atoms/icons/icons.component';
|
|
5
5
|
import '../../../tc.module.css';
|
|
6
|
-
import s from '
|
|
7
|
-
import { cn
|
|
6
|
+
import s from '../../tc.module.css';
|
|
7
|
+
import { cn } from '../../utils';
|
|
8
|
+
import { debounce } from '@techabl/core-utils';
|
|
8
9
|
export const AutoCompleteFilterSingleSelectMultiFieldsDisplay = ({ disable = false, loader = false, displayValue = '', placeholder = 'Search...', data, hasError = false, className, posstion = 'absolute', keyboard = 'text', onFilter, onSelect, onBlur, }) => {
|
|
9
10
|
const [value, setValue] = useState(displayValue);
|
|
10
11
|
const [options, setOptions] = useState(data.list);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-complete-group-by.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/auto-complete-group-by/auto-complete-group-by.component.tsx"],"names":[],"mappings":"AAMA,UAAU,wBAAwB;IAChC,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,yDAM7B,wBAAwB,4CAiP1B,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
import { useState, useEffect, useRef } from 'react';
|
|
4
4
|
import { Icon } from '../../atoms/icons/icons.component';
|
|
5
|
-
import s from '
|
|
6
|
-
import { cn } from '
|
|
5
|
+
import s from '../../tc.module.css';
|
|
6
|
+
import { cn } from '../../utils';
|
|
7
7
|
export const AutocompleteGroupBy = ({ data = [], hasError = false, displayValue = '', onChange, onClose, }) => {
|
|
8
8
|
//const [userRouter, setUserRouter] = useState<any>()
|
|
9
9
|
const [value, setValue] = useState(displayValue);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autocomplete.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/autocomplete/autocomplete.tsx"],"names":[],"mappings":"AAMA,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,uCAItB,iBAAiB,4CAgNnB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
3
|
-
import s from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import s from '../../tc.module.css';
|
|
4
|
+
import { cn } from '../../utils';
|
|
5
5
|
const LI_ELEMENT_HEIGHT = 34;
|
|
6
6
|
export const Autocomplete = ({ value = '', onValueChange, options = [], }) => {
|
|
7
7
|
const [activeOption, setActiveOption] = useState(value === '' || options.indexOf(value) === -1 ? 0 : options.indexOf(value));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/molecules/color-picker/color-picker.component.tsx"],"names":[],"mappings":"AAGA,OAAO,oBAAoB,CAAC;AAE5B,eAAO,MAAM,WAAW;;;6CAqBvB,CAAC"}
|
package/lib/src/core-components/{molecules → src/molecules}/color-picker/color-picker.component.js
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useCallback, useRef, useState } from 'react';
|
|
3
3
|
import { HexColorPicker } from 'react-colorful';
|
|
4
|
-
import { useClickOutside } from '
|
|
4
|
+
import { useClickOutside } from '../../hooks';
|
|
5
5
|
import './color-picker.css';
|
|
6
6
|
export const ColorPicker = ({ color, onChange }) => {
|
|
7
7
|
const popover = useRef();
|