@imj_media/ui 1.0.81 → 1.0.82
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/dist/index.css +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +35488 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/Accordion/components/index.d.ts +2 -0
- package/dist/modules/Accordion/components/index.d.ts.map +1 -0
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts +7 -0
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts.map +1 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts +12 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/Accordion.d.ts +3 -0
- package/dist/modules/Accordion/components/organisms/Accordion.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.d.ts +3 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/index.d.ts +2 -0
- package/dist/modules/Accordion/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Accordion/index.d.ts +2 -0
- package/dist/modules/Accordion/index.d.ts.map +1 -0
- package/dist/modules/Accordion/stories/Accordion.stories.d.ts +13 -0
- package/dist/modules/Accordion/stories/Accordion.stories.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/index.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/index.d.ts +2 -0
- package/dist/modules/Alert/hooks/index.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlert.d.ts +10 -0
- package/dist/modules/Alert/hooks/useAlert.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlertStyles.d.ts +10 -0
- package/dist/modules/Alert/hooks/useAlertStyles.d.ts.map +1 -0
- package/dist/modules/Alert/index.d.ts +3 -0
- package/dist/modules/Alert/index.d.ts.map +1 -0
- package/dist/modules/Alert/stories/alert.stories.d.ts +15 -0
- package/dist/modules/Alert/stories/alert.stories.d.ts.map +1 -0
- package/dist/modules/Alert/utils/alert.d.ts +10 -0
- package/dist/modules/Alert/utils/alert.d.ts.map +1 -0
- package/dist/modules/AlertDialog/components/AlertDialog.d.ts +3 -0
- package/dist/modules/AlertDialog/components/AlertDialog.d.ts.map +1 -0
- package/dist/modules/AlertDialog/components/index.d.ts +2 -0
- package/dist/modules/AlertDialog/components/index.d.ts.map +1 -0
- package/dist/modules/AlertDialog/index.d.ts +2 -0
- package/dist/modules/AlertDialog/index.d.ts.map +1 -0
- package/dist/modules/AlertDialog/stories/alertdialog.stories.d.ts +7 -0
- package/dist/modules/AlertDialog/stories/alertdialog.stories.d.ts.map +1 -0
- package/dist/modules/Avatar/components/IconAvatar.d.ts +19 -0
- package/dist/modules/Avatar/components/IconAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/LetterAvatar.d.ts +29 -0
- package/dist/modules/Avatar/components/LetterAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/PeopleAvatar.d.ts +25 -0
- package/dist/modules/Avatar/components/PeopleAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/index.d.ts +4 -0
- package/dist/modules/Avatar/components/index.d.ts.map +1 -0
- package/dist/modules/Avatar/constants/index.d.ts +120 -0
- package/dist/modules/Avatar/constants/index.d.ts.map +1 -0
- package/dist/modules/Avatar/index.d.ts +86 -0
- package/dist/modules/Avatar/index.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/avatar.stories.d.ts +19 -0
- package/dist/modules/Avatar/stories/avatar.stories.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people.story.d.ts.map +1 -0
- package/dist/modules/Avatar/types/index.d.ts +103 -0
- package/dist/modules/Avatar/types/index.d.ts.map +1 -0
- package/dist/modules/Avatar/utils/index.d.ts +117 -0
- package/dist/modules/Avatar/utils/index.d.ts.map +1 -0
- package/dist/modules/Badge/index.d.ts +3 -0
- package/dist/modules/Badge/index.d.ts.map +1 -0
- package/dist/modules/Badge/stories/badge.stories.d.ts +10 -0
- package/dist/modules/Badge/stories/badge.stories.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/atoms/Link.d.ts +11 -0
- package/dist/modules/Breadcrumbs/components/atoms/Link.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/components/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/organisms/Breadcrumbs.d.ts +11 -0
- package/dist/modules/Breadcrumbs/components/organisms/Breadcrumbs.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/organisms/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/stories/breadcrumbs.stories.d.ts +8 -0
- package/dist/modules/Breadcrumbs/stories/breadcrumbs.stories.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/utils/utils.d.ts +5 -0
- package/dist/modules/Breadcrumbs/utils/utils.d.ts.map +1 -0
- package/dist/modules/Button/components/organisms/Button.d.ts +3 -0
- package/dist/modules/Button/components/organisms/Button.d.ts.map +1 -0
- package/dist/modules/Button/components/organisms/index.d.ts +2 -0
- package/dist/modules/Button/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Button/index.d.ts +2 -0
- package/dist/modules/Button/index.d.ts.map +1 -0
- package/dist/modules/Button/stories/Button.stories.d.ts +10 -0
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/components/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/organisms/ButtonGroup.d.ts +3 -0
- package/dist/modules/ButtonGroup/components/organisms/ButtonGroup.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/organisms/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/stories/ButtonGroup.stories.d.ts +11 -0
- package/dist/modules/ButtonGroup/stories/ButtonGroup.stories.d.ts.map +1 -0
- package/dist/modules/Cards/components/index.d.ts +2 -0
- package/dist/modules/Cards/components/index.d.ts.map +1 -0
- package/dist/modules/Cards/components/organisms/Card.d.ts +24 -0
- package/dist/modules/Cards/components/organisms/Card.d.ts.map +1 -0
- package/dist/modules/Cards/components/organisms/index.d.ts +2 -0
- package/dist/modules/Cards/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Cards/index.d.ts +2 -0
- package/dist/modules/Cards/index.d.ts.map +1 -0
- package/dist/modules/Cards/stories/Card.stories.d.ts +9 -0
- package/dist/modules/Cards/stories/Card.stories.d.ts.map +1 -0
- package/dist/modules/DatePicker/DatePicker.d.ts +5 -0
- package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Day.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Day.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Month.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Month.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts +11 -0
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/WeekDay.d.ts +8 -0
- package/dist/modules/DatePicker/atoms/WeekDay.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Year.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Year.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/index.d.ts +6 -0
- package/dist/modules/DatePicker/atoms/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/index.d.ts +6 -0
- package/dist/modules/DatePicker/hooks/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useCalendar.d.ts +16 -0
- package/dist/modules/DatePicker/hooks/useCalendar.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDateInput.d.ts +13 -0
- package/dist/modules/DatePicker/hooks/useDateInput.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDatePicker.d.ts +28 -0
- package/dist/modules/DatePicker/hooks/useDatePicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDateRange.d.ts +21 -0
- package/dist/modules/DatePicker/hooks/useDateRange.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/usePortal.d.ts +9 -0
- package/dist/modules/DatePicker/hooks/usePortal.d.ts.map +1 -0
- package/dist/modules/DatePicker/index.d.ts +7 -0
- package/dist/modules/DatePicker/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarContent.d.ts +36 -0
- package/dist/modules/DatePicker/molecules/CalendarContent.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarGrid.d.ts +4 -0
- package/dist/modules/DatePicker/molecules/CalendarGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts +4 -0
- package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/DateInput.d.ts +5 -0
- package/dist/modules/DatePicker/molecules/DateInput.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/MonthGrid.d.ts +11 -0
- package/dist/modules/DatePicker/molecules/MonthGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts +20 -0
- package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/YearGrid.d.ts +11 -0
- package/dist/modules/DatePicker/molecules/YearGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/index.d.ts +8 -0
- package/dist/modules/DatePicker/molecules/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/Calendar.d.ts +4 -0
- package/dist/modules/DatePicker/organisms/Calendar.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts +40 -0
- package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts +60 -0
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/index.d.ts +3 -0
- package/dist/modules/DatePicker/organisms/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/stories/DatePicker.stories.d.ts +135 -0
- package/dist/modules/DatePicker/stories/DatePicker.stories.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/Calendar.types.d.ts +105 -0
- package/dist/modules/DatePicker/types/Calendar.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/DatePicker.types.d.ts +28 -0
- package/dist/modules/DatePicker/types/DatePicker.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/Input.types.d.ts +26 -0
- package/dist/modules/DatePicker/types/Input.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/index.d.ts +4 -0
- package/dist/modules/DatePicker/types/index.d.ts.map +1 -0
- package/dist/modules/Drawer/index.d.ts +4 -0
- package/dist/modules/Drawer/index.d.ts.map +1 -0
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts +72 -0
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/Dropdown.d.ts +3 -0
- package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/index.d.ts +2 -0
- package/dist/modules/Dropdown/components/index.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts +21 -0
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -0
- package/dist/modules/Dropdown/hooks/useDropdown.d.ts +47 -0
- package/dist/modules/Dropdown/hooks/useDropdown.d.ts.map +1 -0
- package/dist/modules/Dropdown/index.d.ts +2 -0
- package/dist/modules/Dropdown/index.d.ts.map +1 -0
- package/dist/modules/Dropdown/stories/Dropdown.stories.d.ts +19 -0
- package/dist/modules/Dropdown/stories/Dropdown.stories.d.ts.map +1 -0
- package/dist/modules/Dropdown/stories/MultipleSelection.stories.d.ts +11 -0
- package/dist/modules/Dropdown/stories/MultipleSelection.stories.d.ts.map +1 -0
- package/dist/modules/Emoji/contants/emojis.d.ts +264 -0
- package/dist/modules/Emoji/contants/emojis.d.ts.map +1 -0
- package/dist/modules/Emoji/index.d.ts +4 -0
- package/dist/modules/Emoji/index.d.ts.map +1 -0
- package/dist/modules/Emoji/stories/emoji.stories.d.ts +11 -0
- package/dist/modules/Emoji/stories/emoji.stories.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/components/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts +3 -0
- package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/organisms/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/categories.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/categories.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/emojiKeywords.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/emojiKeywords.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/index.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/stories/emojipicker.stories.d.ts +15 -0
- package/dist/modules/EmojiPicker/stories/emojipicker.stories.d.ts.map +1 -0
- package/dist/modules/Filters/components/index.d.ts +2 -0
- package/dist/modules/Filters/components/index.d.ts.map +1 -0
- package/dist/modules/Filters/components/organisms/Filters.d.ts +3 -0
- package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -0
- package/dist/modules/Filters/components/organisms/index.d.ts +2 -0
- package/dist/modules/Filters/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Filters/hooks/useFilters.d.ts +30 -0
- package/dist/modules/Filters/hooks/useFilters.d.ts.map +1 -0
- package/dist/modules/Filters/index.d.ts +2 -0
- package/dist/modules/Filters/index.d.ts.map +1 -0
- package/dist/modules/Header/components/index.d.ts +2 -0
- package/dist/modules/Header/components/index.d.ts.map +1 -0
- package/dist/modules/Header/components/organims/Header.d.ts +26 -0
- package/dist/modules/Header/components/organims/Header.d.ts.map +1 -0
- package/dist/modules/Header/components/organims/index.d.ts +2 -0
- package/dist/modules/Header/components/organims/index.d.ts.map +1 -0
- package/dist/modules/Header/index.d.ts +2 -0
- package/dist/modules/Header/index.d.ts.map +1 -0
- package/dist/modules/Header/stories/header.stories.d.ts +14 -0
- package/dist/modules/Header/stories/header.stories.d.ts.map +1 -0
- package/dist/modules/Icon/Icon.d.ts +3 -0
- package/dist/modules/Icon/Icon.d.ts.map +1 -0
- package/dist/modules/Icon/components/CustomIcon.d.ts +6 -0
- package/dist/modules/Icon/components/CustomIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/FontAwesomeIcon.d.ts +8 -0
- package/dist/modules/Icon/components/FontAwesomeIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/LegacyIcon.d.ts +6 -0
- package/dist/modules/Icon/components/LegacyIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/index.d.ts +4 -0
- package/dist/modules/Icon/components/index.d.ts.map +1 -0
- package/dist/modules/Icon/constants/fontawesome-config.d.ts +8 -0
- package/dist/modules/Icon/constants/fontawesome-config.d.ts.map +1 -0
- package/dist/modules/Icon/constants/size.d.ts +3 -0
- package/dist/modules/Icon/constants/size.d.ts.map +1 -0
- package/dist/modules/Icon/index.d.ts +2 -0
- package/dist/modules/Icon/index.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/custom-icons-mapping.d.ts +8 -0
- package/dist/modules/Icon/mappings/custom-icons-mapping.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/fontawesome-mapping.d.ts +14 -0
- package/dist/modules/Icon/mappings/fontawesome-mapping.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/index.d.ts +4 -0
- package/dist/modules/Icon/mappings/index.d.ts.map +1 -0
- package/dist/modules/Icon/stories/Icon.stories.d.ts +13 -0
- package/dist/modules/Icon/stories/Icon.stories.d.ts.map +1 -0
- package/dist/modules/Icon/stories/IconSearch.stories.d.ts +7 -0
- package/dist/modules/Icon/stories/IconSearch.stories.d.ts.map +1 -0
- package/dist/modules/Icon/stories/const.d.ts +7 -0
- package/dist/modules/Icon/stories/const.d.ts.map +1 -0
- package/dist/modules/Icon/types/icon-types.d.ts +38 -0
- package/dist/modules/Icon/types/icon-types.d.ts.map +1 -0
- package/dist/modules/Icon/utils/getAllIcons.d.ts +55 -0
- package/dist/modules/Icon/utils/getAllIcons.d.ts.map +1 -0
- package/dist/modules/InnerButton/index.d.ts +3 -0
- package/dist/modules/InnerButton/index.d.ts.map +1 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts +13 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/components/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts +3 -0
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts +6 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts +6 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts +15 -0
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts.map +1 -0
- package/dist/modules/Input/components/Input.d.ts +3 -0
- package/dist/modules/Input/components/Input.d.ts.map +1 -0
- package/dist/modules/Input/components/index.d.ts +2 -0
- package/dist/modules/Input/components/index.d.ts.map +1 -0
- package/dist/modules/Input/hooks/index.d.ts +4 -0
- package/dist/modules/Input/hooks/index.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputRef.d.ts +17 -0
- package/dist/modules/Input/hooks/useInputRef.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputSlots.d.ts +18 -0
- package/dist/modules/Input/hooks/useInputSlots.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputStyles.d.ts +23 -0
- package/dist/modules/Input/hooks/useInputStyles.d.ts.map +1 -0
- package/dist/modules/Input/index.d.ts +2 -0
- package/dist/modules/Input/index.d.ts.map +1 -0
- package/dist/modules/Input/stories/Input.stories.d.ts +17 -0
- package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/index.d.ts +2 -0
- package/dist/modules/Lightbox/components/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts +3 -0
- package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/organisms/index.d.ts +2 -0
- package/dist/modules/Lightbox/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/hooks/useLightbox.d.ts +17 -0
- package/dist/modules/Lightbox/hooks/useLightbox.d.ts.map +1 -0
- package/dist/modules/Lightbox/index.d.ts +4 -0
- package/dist/modules/Lightbox/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/stories/lightbox.stories.d.ts +13 -0
- package/dist/modules/Lightbox/stories/lightbox.stories.d.ts.map +1 -0
- package/dist/modules/Lightbox/types/lightbox.types.d.ts +20 -0
- package/dist/modules/Lightbox/types/lightbox.types.d.ts.map +1 -0
- package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts +11 -0
- package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts.map +1 -0
- package/dist/modules/Lists/components/atoms/index.d.ts +2 -0
- package/dist/modules/Lists/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/index.d.ts +15 -0
- package/dist/modules/Lists/components/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemCheckbox.d.ts +11 -0
- package/dist/modules/Lists/components/molecules/ListItemCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemDefault.d.ts +14 -0
- package/dist/modules/Lists/components/molecules/ListItemDefault.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts +11 -0
- package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts +20 -0
- package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemUser.d.ts +13 -0
- package/dist/modules/Lists/components/molecules/ListItemUser.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListSearchInput.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListSearchInput.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListSeparator.d.ts +6 -0
- package/dist/modules/Lists/components/molecules/ListSeparator.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/index.d.ts +10 -0
- package/dist/modules/Lists/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/List.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts +13 -0
- package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListBase.d.ts +137 -0
- package/dist/modules/Lists/components/organisms/ListBase.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListDefault.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListDefault.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListFilters.d.ts +14 -0
- package/dist/modules/Lists/components/organisms/ListFilters.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts +19 -0
- package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUserList.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/ListUserList.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts +27 -0
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithCheckbox.d.ts +15 -0
- package/dist/modules/Lists/components/organisms/ListWithCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithRadio.d.ts +15 -0
- package/dist/modules/Lists/components/organisms/ListWithRadio.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithSeparator.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListWithSeparator.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/index.d.ts +14 -0
- package/dist/modules/Lists/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Lists/index.d.ts +2 -0
- package/dist/modules/Lists/index.d.ts.map +1 -0
- package/dist/modules/Lists/stories/list.stories.d.ts +17 -0
- package/dist/modules/Lists/stories/list.stories.d.ts.map +1 -0
- package/dist/modules/Lists/stories/listBase.stories.d.ts +18 -0
- package/dist/modules/Lists/stories/listBase.stories.d.ts.map +1 -0
- package/dist/modules/Logo/constants/size.d.ts +3 -0
- package/dist/modules/Logo/constants/size.d.ts.map +1 -0
- package/dist/modules/Logo/index.d.ts +3 -0
- package/dist/modules/Logo/index.d.ts.map +1 -0
- package/dist/modules/Logo/stories/logo.stories.d.ts +10 -0
- package/dist/modules/Logo/stories/logo.stories.d.ts.map +1 -0
- package/dist/modules/Modal/Modal.d.ts +8 -0
- package/dist/modules/Modal/Modal.d.ts.map +1 -0
- package/dist/modules/Modal/components/index.d.ts +2 -0
- package/dist/modules/Modal/components/index.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalBody.d.ts +3 -0
- package/dist/modules/Modal/components/molecules/ModalBody.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalFooter.d.ts +3 -0
- package/dist/modules/Modal/components/molecules/ModalFooter.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalHeader.d.ts +6 -0
- package/dist/modules/Modal/components/molecules/ModalHeader.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/index.d.ts +4 -0
- package/dist/modules/Modal/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Modal/const/index.d.ts +2 -0
- package/dist/modules/Modal/const/index.d.ts.map +1 -0
- package/dist/modules/Modal/const/modal.d.ts +10 -0
- package/dist/modules/Modal/const/modal.d.ts.map +1 -0
- package/dist/modules/Modal/context/ModalContext.d.ts +6 -0
- package/dist/modules/Modal/context/ModalContext.d.ts.map +1 -0
- package/dist/modules/Modal/context/index.d.ts +3 -0
- package/dist/modules/Modal/context/index.d.ts.map +1 -0
- package/dist/modules/Modal/hooks/useModal.d.ts +16 -0
- package/dist/modules/Modal/hooks/useModal.d.ts.map +1 -0
- package/dist/modules/Modal/index.d.ts +3 -0
- package/dist/modules/Modal/index.d.ts.map +1 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts +25 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -0
- package/dist/modules/Modal/utils/utils.d.ts +10 -0
- package/dist/modules/Modal/utils/utils.d.ts.map +1 -0
- package/dist/modules/Pagination/components/index.d.ts +2 -0
- package/dist/modules/Pagination/components/index.d.ts.map +1 -0
- package/dist/modules/Pagination/components/organisms/Pagination.d.ts +3 -0
- package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -0
- package/dist/modules/Pagination/components/organisms/index.d.ts +2 -0
- package/dist/modules/Pagination/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Pagination/constants/options.d.ts +5 -0
- package/dist/modules/Pagination/constants/options.d.ts.map +1 -0
- package/dist/modules/Pagination/index.d.ts +2 -0
- package/dist/modules/Pagination/index.d.ts.map +1 -0
- package/dist/modules/Pagination/stories/pagination.stories.d.ts +10 -0
- package/dist/modules/Pagination/stories/pagination.stories.d.ts.map +1 -0
- package/dist/modules/Picture/components/index.d.ts +2 -0
- package/dist/modules/Picture/components/index.d.ts.map +1 -0
- package/dist/modules/Picture/components/organisms/Picture.d.ts +3 -0
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -0
- package/dist/modules/Picture/components/organisms/index.d.ts +2 -0
- package/dist/modules/Picture/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Picture/index.d.ts +2 -0
- package/dist/modules/Picture/index.d.ts.map +1 -0
- package/dist/modules/Picture/stories/picture.stories.d.ts +14 -0
- package/dist/modules/Picture/stories/picture.stories.d.ts.map +1 -0
- package/dist/modules/Popup/components/index.d.ts +2 -0
- package/dist/modules/Popup/components/index.d.ts.map +1 -0
- package/dist/modules/Popup/components/organims/Popup.d.ts +3 -0
- package/dist/modules/Popup/components/organims/Popup.d.ts.map +1 -0
- package/dist/modules/Popup/components/organims/index.d.ts +2 -0
- package/dist/modules/Popup/components/organims/index.d.ts.map +1 -0
- package/dist/modules/Popup/hooks/usePopup.d.ts +24 -0
- package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -0
- package/dist/modules/Popup/index.d.ts +2 -0
- package/dist/modules/Popup/index.d.ts.map +1 -0
- package/dist/modules/Popup/stories/popup.stories.d.ts +24 -0
- package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/index.d.ts +2 -0
- package/dist/modules/ProgressBar/components/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts +8 -0
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/index.d.ts +2 -0
- package/dist/modules/ProgressBar/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/index.d.ts +2 -0
- package/dist/modules/ProgressBar/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts +6 -0
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts +21 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts +15 -0
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/RadioButtonGroup.d.ts +24 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/index.d.ts +2 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup.d.ts +24 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/index.d.ts +2 -0
- package/dist/modules/RadioButton/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/index.d.ts +3 -0
- package/dist/modules/RadioButton/hooks/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/useRadioButton.d.ts +18 -0
- package/dist/modules/RadioButton/hooks/useRadioButton.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/useRadioButtonGroup.d.ts +16 -0
- package/dist/modules/RadioButton/hooks/useRadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/index.d.ts +4 -0
- package/dist/modules/RadioButton/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts +14 -0
- package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts.map +1 -0
- package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts +14 -0
- package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts.map +1 -0
- package/dist/modules/Rating/Rating.d.ts +11 -0
- package/dist/modules/Rating/Rating.d.ts.map +1 -0
- package/dist/modules/Rating/index.d.ts +2 -0
- package/dist/modules/Rating/index.d.ts.map +1 -0
- package/dist/modules/Separator/components/Separator.d.ts +3 -0
- package/dist/modules/Separator/components/Separator.d.ts.map +1 -0
- package/dist/modules/Separator/components/index.d.ts +2 -0
- package/dist/modules/Separator/components/index.d.ts.map +1 -0
- package/dist/modules/Separator/index.d.ts +2 -0
- package/dist/modules/Separator/index.d.ts.map +1 -0
- package/dist/modules/Skeleton/Skeleton.d.ts +9 -0
- package/dist/modules/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/modules/Skeleton/index.d.ts +2 -0
- package/dist/modules/Skeleton/index.d.ts.map +1 -0
- package/dist/modules/Spinner/assets/data.json.d.ts +1137 -0
- package/dist/modules/Spinner/components/index.d.ts +2 -0
- package/dist/modules/Spinner/components/index.d.ts.map +1 -0
- package/dist/modules/Spinner/components/organisms/Spinner.d.ts +4 -0
- package/dist/modules/Spinner/components/organisms/Spinner.d.ts.map +1 -0
- package/dist/modules/Spinner/components/organisms/index.d.ts +2 -0
- package/dist/modules/Spinner/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Spinner/index.d.ts +2 -0
- package/dist/modules/Spinner/index.d.ts.map +1 -0
- package/dist/modules/Spinner/stories/spinner.stories.d.ts +7 -0
- package/dist/modules/Spinner/stories/spinner.stories.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts +8 -0
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts +12 -0
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts +10 -0
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/index.d.ts +4 -0
- package/dist/modules/Stepper/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/index.d.ts +4 -0
- package/dist/modules/Stepper/components/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts +19 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts.map +1 -0
- package/dist/modules/Stepper/components/molecules/index.d.ts +2 -0
- package/dist/modules/Stepper/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts +3 -0
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts.map +1 -0
- package/dist/modules/Stepper/components/organisms/index.d.ts +2 -0
- package/dist/modules/Stepper/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Stepper/hooks/index.d.ts +2 -0
- package/dist/modules/Stepper/hooks/index.d.ts.map +1 -0
- package/dist/modules/Stepper/hooks/useStepper.d.ts +16 -0
- package/dist/modules/Stepper/hooks/useStepper.d.ts.map +1 -0
- package/dist/modules/Stepper/index.d.ts +3 -0
- package/dist/modules/Stepper/index.d.ts.map +1 -0
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts +13 -0
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts.map +1 -0
- package/dist/modules/StoryBox/index.d.ts +32 -0
- package/dist/modules/StoryBox/index.d.ts.map +1 -0
- package/dist/modules/StoryBox/stories/StoryBox.stories.d.ts +13 -0
- package/dist/modules/StoryBox/stories/StoryBox.stories.d.ts.map +1 -0
- package/dist/modules/Switch/components/index.d.ts +2 -0
- package/dist/modules/Switch/components/index.d.ts.map +1 -0
- package/dist/modules/Switch/components/organisms/Switch.d.ts +3 -0
- package/dist/modules/Switch/components/organisms/Switch.d.ts.map +1 -0
- package/dist/modules/Switch/components/organisms/index.d.ts +2 -0
- package/dist/modules/Switch/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Switch/index.d.ts +2 -0
- package/dist/modules/Switch/index.d.ts.map +1 -0
- package/dist/modules/Switch/stories/switch.stories.d.ts +8 -0
- package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -0
- package/dist/modules/Table/Table.d.ts +3 -0
- package/dist/modules/Table/Table.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/IconCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/LinkCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/StarsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/StarsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/StatusCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TableCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TagsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/index.d.ts +16 -0
- package/dist/modules/Table/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Table/components/index.d.ts +4 -0
- package/dist/modules/Table/components/index.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts +13 -0
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterCard.d.ts +11 -0
- package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterForm.d.ts +16 -0
- package/dist/modules/Table/components/molecules/FilterForm.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterList.d.ts +9 -0
- package/dist/modules/Table/components/molecules/FilterList.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts +3 -0
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/LogicOperatorSelector.d.ts +8 -0
- package/dist/modules/Table/components/molecules/LogicOperatorSelector.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/SelectionCheckbox.d.ts +10 -0
- package/dist/modules/Table/components/molecules/SelectionCheckbox.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/TableRow.d.ts +18 -0
- package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/index.d.ts +8 -0
- package/dist/modules/Table/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/EmptyTableState.d.ts +3 -0
- package/dist/modules/Table/components/organisms/EmptyTableState.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/FilterPopup.d.ts +16 -0
- package/dist/modules/Table/components/organisms/FilterPopup.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/SkeletonRow.d.ts +9 -0
- package/dist/modules/Table/components/organisms/SkeletonRow.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableBody.d.ts +29 -0
- package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableContent.d.ts +21 -0
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableHeader.d.ts +21 -0
- package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts +17 -0
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/index.d.ts +7 -0
- package/dist/modules/Table/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Table/hooks/index.d.ts +9 -0
- package/dist/modules/Table/hooks/index.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableColumns.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableColumns.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableData.d.ts +17 -0
- package/dist/modules/Table/hooks/useTableData.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableExpand.d.ts +14 -0
- package/dist/modules/Table/hooks/useTableExpand.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFilter.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableFilter.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFilters.d.ts +16 -0
- package/dist/modules/Table/hooks/useTableFilters.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFocus.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableFocus.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTablePagination.d.ts +16 -0
- package/dist/modules/Table/hooks/useTablePagination.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableSelection.d.ts +13 -0
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableSort.d.ts +8 -0
- package/dist/modules/Table/hooks/useTableSort.d.ts.map +1 -0
- package/dist/modules/Table/index.d.ts +5 -0
- package/dist/modules/Table/index.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.stories.d.ts +55 -0
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.test.d.ts +1 -0
- package/dist/modules/Table/stories/Table.test.d.ts.map +1 -0
- package/dist/modules/Table/types/filter.d.ts +55 -0
- package/dist/modules/Table/types/filter.d.ts.map +1 -0
- package/dist/modules/Table/types/index.d.ts +2 -0
- package/dist/modules/Table/types/index.d.ts.map +1 -0
- package/dist/modules/Table/utils/cellStyles.d.ts +31 -0
- package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -0
- package/dist/modules/Table/utils/columnManagement.d.ts +10 -0
- package/dist/modules/Table/utils/columnManagement.d.ts.map +1 -0
- package/dist/modules/Table/utils/filterUtils.d.ts +23 -0
- package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -0
- package/dist/modules/Table/utils/filtering.d.ts +4 -0
- package/dist/modules/Table/utils/filtering.d.ts.map +1 -0
- package/dist/modules/Table/utils/index.d.ts +5 -0
- package/dist/modules/Table/utils/index.d.ts.map +1 -0
- package/dist/modules/Table/utils/selection.d.ts +7 -0
- package/dist/modules/Table/utils/selection.d.ts.map +1 -0
- package/dist/modules/Table/utils/sorting.d.ts +4 -0
- package/dist/modules/Table/utils/sorting.d.ts.map +1 -0
- package/dist/modules/Tag/index.d.ts +3 -0
- package/dist/modules/Tag/index.d.ts.map +1 -0
- package/dist/modules/Tag/stories/Tag.stories.d.ts +15 -0
- package/dist/modules/Tag/stories/Tag.stories.d.ts.map +1 -0
- package/dist/modules/Textarea/components/index.d.ts +2 -0
- package/dist/modules/Textarea/components/index.d.ts.map +1 -0
- package/dist/modules/Textarea/components/organisms/Textarea.d.ts +3 -0
- package/dist/modules/Textarea/components/organisms/Textarea.d.ts.map +1 -0
- package/dist/modules/Textarea/components/organisms/index.d.ts +2 -0
- package/dist/modules/Textarea/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Textarea/hooks/useTextarea.d.ts +9 -0
- package/dist/modules/Textarea/hooks/useTextarea.d.ts.map +1 -0
- package/dist/modules/Textarea/index.d.ts +2 -0
- package/dist/modules/Textarea/index.d.ts.map +1 -0
- package/dist/modules/Textarea/stories/textarea.stories.d.ts +17 -0
- package/dist/modules/Textarea/stories/textarea.stories.d.ts.map +1 -0
- package/dist/modules/Title/components/index.d.ts +2 -0
- package/dist/modules/Title/components/index.d.ts.map +1 -0
- package/dist/modules/Title/components/organisms/Title.d.ts +3 -0
- package/dist/modules/Title/components/organisms/Title.d.ts.map +1 -0
- package/dist/modules/Title/components/organisms/index.d.ts +2 -0
- package/dist/modules/Title/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Title/index.d.ts +2 -0
- package/dist/modules/Title/index.d.ts.map +1 -0
- package/dist/modules/Toast/components/index.d.ts +2 -0
- package/dist/modules/Toast/components/index.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/ToastItem.d.ts +7 -0
- package/dist/modules/Toast/components/molecules/ToastItem.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/ToastPositions.d.ts +7 -0
- package/dist/modules/Toast/components/molecules/ToastPositions.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/index.d.ts +3 -0
- package/dist/modules/Toast/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Toast/config/index.d.ts +2 -0
- package/dist/modules/Toast/config/index.d.ts.map +1 -0
- package/dist/modules/Toast/config/toast.config.d.ts +5 -0
- package/dist/modules/Toast/config/toast.config.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/index.d.ts +4 -0
- package/dist/modules/Toast/hooks/index.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToast.d.ts +6 -0
- package/dist/modules/Toast/hooks/useToast.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToastService.d.ts +29 -0
- package/dist/modules/Toast/hooks/useToastService.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToastStyles.d.ts +5 -0
- package/dist/modules/Toast/hooks/useToastStyles.d.ts.map +1 -0
- package/dist/modules/Toast/index.d.ts +25 -0
- package/dist/modules/Toast/index.d.ts.map +1 -0
- package/dist/modules/Toast/stories/toast.stories.d.ts +17 -0
- package/dist/modules/Toast/stories/toast.stories.d.ts.map +1 -0
- package/dist/modules/Toggle/components/index.d.ts +2 -0
- package/dist/modules/Toggle/components/index.d.ts.map +1 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts +3 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts.map +1 -0
- package/dist/modules/Toggle/components/organisms/index.d.ts +2 -0
- package/dist/modules/Toggle/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Toggle/constants/index.d.ts +48 -0
- package/dist/modules/Toggle/constants/index.d.ts.map +1 -0
- package/dist/modules/Toggle/hooks/index.d.ts +2 -0
- package/dist/modules/Toggle/hooks/index.d.ts.map +1 -0
- package/dist/modules/Toggle/hooks/useToggle.d.ts +10 -0
- package/dist/modules/Toggle/hooks/useToggle.d.ts.map +1 -0
- package/dist/modules/Toggle/index.d.ts +4 -0
- package/dist/modules/Toggle/index.d.ts.map +1 -0
- package/dist/modules/Toggle/stories/toggle.stories.d.ts +16 -0
- package/dist/modules/Toggle/stories/toggle.stories.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts +3 -0
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/organisms/index.d.ts +2 -0
- package/dist/modules/Tooltip/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/index.d.ts +4 -0
- package/dist/modules/Tooltip/hooks/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltip.d.ts +17 -0
- package/dist/modules/Tooltip/hooks/useTooltip.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts +171 -0
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltipClasses.d.ts +2 -0
- package/dist/modules/Tooltip/hooks/useTooltipClasses.d.ts.map +1 -0
- package/dist/modules/Tooltip/index.d.ts +2 -0
- package/dist/modules/Tooltip/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts +22 -0
- package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts.map +1 -0
- package/dist/modules/Visual/Index.d.ts +3 -0
- package/dist/modules/Visual/Index.d.ts.map +1 -0
- package/dist/modules/Visual/stories/index.stories.d.ts +6 -0
- package/dist/modules/Visual/stories/index.stories.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/components/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/organisms/Wysiwyg.d.ts +3 -0
- package/dist/modules/Wysiwyg/components/organisms/Wysiwyg.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/organisms/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/hooks/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/hooks/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts +37 -0
- package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/index.d.ts +3 -0
- package/dist/modules/Wysiwyg/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/stories/wysiwyg.stories.d.ts +14 -0
- package/dist/modules/Wysiwyg/stories/wysiwyg.stories.d.ts.map +1 -0
- package/dist/modules/index.d.ts +43 -0
- package/dist/modules/index.d.ts.map +1 -0
- package/dist/shared/const/colors.d.ts +123 -0
- package/dist/shared/const/colors.d.ts.map +1 -0
- package/dist/shared/const/index.d.ts +4 -0
- package/dist/shared/const/index.d.ts.map +1 -0
- package/dist/shared/const/rounded.d.ts +10 -0
- package/dist/shared/const/rounded.d.ts.map +1 -0
- package/dist/shared/const/sizes.d.ts +9 -0
- package/dist/shared/const/sizes.d.ts.map +1 -0
- package/dist/shared/hooks/index.d.ts +10 -0
- package/dist/shared/hooks/index.d.ts.map +1 -0
- package/dist/shared/hooks/useAnimationState.d.ts +10 -0
- package/dist/shared/hooks/useAnimationState.d.ts.map +1 -0
- package/dist/shared/hooks/useBodyScrollLock.d.ts +2 -0
- package/dist/shared/hooks/useBodyScrollLock.d.ts.map +1 -0
- package/dist/shared/hooks/useClickOutside.d.ts +19 -0
- package/dist/shared/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/shared/hooks/useControlledState.d.ts +32 -0
- package/dist/shared/hooks/useControlledState.d.ts.map +1 -0
- package/dist/shared/hooks/useDragAndDrop.d.ts +29 -0
- package/dist/shared/hooks/useDragAndDrop.d.ts.map +1 -0
- package/dist/shared/hooks/useEscapeKey.d.ts +2 -0
- package/dist/shared/hooks/useEscapeKey.d.ts.map +1 -0
- package/dist/shared/hooks/useFocusTrap.d.ts +3 -0
- package/dist/shared/hooks/useFocusTrap.d.ts.map +1 -0
- package/dist/shared/hooks/useInitialFocus.d.ts +3 -0
- package/dist/shared/hooks/useInitialFocus.d.ts.map +1 -0
- package/dist/shared/hooks/useMutationObserver.d.ts +17 -0
- package/dist/shared/hooks/useMutationObserver.d.ts.map +1 -0
- package/dist/shared/hooks/usePortal.d.ts +2 -0
- package/dist/shared/hooks/usePortal.d.ts.map +1 -0
- package/dist/shared/hooks/useResizeAndScroll.d.ts +2 -0
- package/dist/shared/hooks/useResizeAndScroll.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillFacebookIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillFacebookIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillInstagramIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillInstagramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLinkedinIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLinkedinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLogoIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTelegramIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTelegramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTwitterIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTwitterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillWhatsappIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillWhatsappIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillYoutubeIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillYoutubeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/index.d.ts +9 -0
- package/dist/shared/modules/Icons/componentes/fill/index.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutilneObpByImjIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/outline/OutilneObpByImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAeropuertosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAeropuertosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAjsuteDeCostosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAjsuteDeCostosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignCenterIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignCenterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignJustifyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignJustifyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArchivarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArchivarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAreaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAreaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBanIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBanIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBannerIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBannerIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBarsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBarsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBellIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBellIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBill1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBill1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBillIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBillIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrainIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrainIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrushIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrushIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBuildingIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBuildingIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalculcatorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalculcatorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarclockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarclockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarioDeCampanasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarioDeCampanasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCampanasUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCampanasUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCatalogoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCatalogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCentrosComercialesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCentrosComercialesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheck2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheck2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheckIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheckIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDown1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDown1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeft1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeft1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRight1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRight1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUp1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUp1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleCheckIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleCheckIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCirclePlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCirclePlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCityIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCityIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineClockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineClockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCloneIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCloneIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineColorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineColorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCompassIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCompassIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCopyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCopyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoClienteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoClienteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoImjIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorCreativeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorCreativeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorVallasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorVallasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDashboardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDashboardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDiamanteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDiamanteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDisponibilidadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDisponibilidadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDocumentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDocumentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDownloadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDownloadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDummiesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDummiesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEasyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEasyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEditIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEditIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElevatorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElevatorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiSadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiSadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEspectacularIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEspectacularIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusCampanaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusCampanaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusProyectoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusProyectoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationTriangleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationTriangleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFaceSmileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFaceSmileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFemaleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFemaleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileKmlIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileKmlIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileOkIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileOkIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilePdfIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilePdfIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileXlsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileXlsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFlagIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFlagIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFocusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFocusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolder2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolder2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolderIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolderIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGanttIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGanttIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGaugeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGaugeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGearIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGearIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGestionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGestionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGlassIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGlassIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGridIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGridIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupFilesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupFilesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHandIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHandIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHistoryIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHistoryIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHomeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHomeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIconsboxIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIconsboxIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIdIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIdIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImagesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImagesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImjLogoIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImjLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImplementacionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImplementacionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIndoorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIndoorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInstallIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInstallIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInventarioIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInventarioIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineJoyasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineJoyasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKanbanIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKanbanIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKeyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKeyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLatitudeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLatitudeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLegalFileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLegalFileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIndifferentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIndifferentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLikeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLikeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLinkIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLinkIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLocationpinIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLocationpinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockOpenIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockOpenIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLogoutIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLogoutIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLongitudeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLongitudeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLuggageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLuggageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMailIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMailIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaintenanceIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaintenanceIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMallIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMallIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMapIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMapIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaximizeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaximizeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMediumIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMediumIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinimizeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinimizeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMoonIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMoonIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMupisIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMupisIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMuroIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMuroIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineNumberListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineNumberListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpByImjIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpByImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpLogoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOrientationIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOrientationIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOutdoorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOutdoorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaletteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaletteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePantallaDigitalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePantallaDigitalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaperclipIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaperclipIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineParkingIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineParkingIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePauseIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePauseIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaInteligenteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaInteligenteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaTradicionalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaTradicionalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePencilIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePencilIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePercentageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePercentageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePermisionarioIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePermisionarioIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlaningIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlaningIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlanningIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlanningIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlantillaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlantillaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlayIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlayIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlus1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlus1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePostventaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePostventaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePowerIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePowerIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePreferenciasDeUbicacionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePreferenciasDeUbicacionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePrintIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePrintIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePropuestaComercialIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePropuestaComercialIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedor1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedor1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProyectoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProyectoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuentePeatonalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuentePeatonalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuntoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuntoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuzzleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuzzleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineReceiveIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineReceiveIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefresh1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefresh1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefreshIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefreshIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRegresarVistaCardsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRegresarVistaCardsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSackDollarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSackDollarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSaveIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSaveIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScissorsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScissorsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScreenIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScreenIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchCompanyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchCompanyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSeguimientoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSeguimientoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShapesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShapesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShareIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShareIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSignoMoneyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSignoMoneyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSplitIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSplitIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareDashedIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareDashedIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareMoneyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareMoneyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareTextIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareTextIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStatusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStatusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStopIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStopIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSunIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSunIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTableIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTableIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTagIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTagIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTelegramIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTelegramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineThumbtackIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineThumbtackIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTimelineIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTimelineIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineToolsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineToolsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTraficoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTraficoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTreeDiagramIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTreeDiagramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUbicacionesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUbicacionesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUndoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUndoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUnlockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUnlockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUpdateIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUpdateIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUploadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUploadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserComercialIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserComercialIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserEditIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserEditIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUsersIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUsersIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVallasMovilesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVallasMovilesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaDerechaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaDerechaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIndefinidaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIndefinidaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIzquierdaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIzquierdaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaListaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaListaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineWorldIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineWorldIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineX2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineX2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/index.d.ts +299 -0
- package/dist/shared/modules/Icons/componentes/outline/index.d.ts.map +1 -0
- package/dist/shared/modules/Icons/index.d.ts +3 -0
- package/dist/shared/modules/Icons/index.d.ts.map +1 -0
- package/dist/shared/types/accordion.d.ts +11 -0
- package/dist/shared/types/accordion.d.ts.map +1 -0
- package/dist/shared/types/alert.d.ts +29 -0
- package/dist/shared/types/alert.d.ts.map +1 -0
- package/dist/shared/types/alertdialog.d.ts +17 -0
- package/dist/shared/types/alertdialog.d.ts.map +1 -0
- package/dist/shared/types/badge.d.ts +15 -0
- package/dist/shared/types/badge.d.ts.map +1 -0
- package/dist/shared/types/button.d.ts +53 -0
- package/dist/shared/types/button.d.ts.map +1 -0
- package/dist/shared/types/buttongroup.d.ts +9 -0
- package/dist/shared/types/buttongroup.d.ts.map +1 -0
- package/dist/shared/types/card.d.ts +14 -0
- package/dist/shared/types/card.d.ts.map +1 -0
- package/dist/shared/types/datepicker.d.ts +77 -0
- package/dist/shared/types/datepicker.d.ts.map +1 -0
- package/dist/shared/types/drawer.d.ts +26 -0
- package/dist/shared/types/drawer.d.ts.map +1 -0
- package/dist/shared/types/dropdown.d.ts +58 -0
- package/dist/shared/types/dropdown.d.ts.map +1 -0
- package/dist/shared/types/emoji.d.ts +7 -0
- package/dist/shared/types/emoji.d.ts.map +1 -0
- package/dist/shared/types/emojipicker.d.ts +52 -0
- package/dist/shared/types/emojipicker.d.ts.map +1 -0
- package/dist/shared/types/filters.d.ts +30 -0
- package/dist/shared/types/filters.d.ts.map +1 -0
- package/dist/shared/types/icon.d.ts +26 -0
- package/dist/shared/types/icon.d.ts.map +1 -0
- package/dist/shared/types/index.d.ts +38 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/types/input.d.ts +29 -0
- package/dist/shared/types/input.d.ts.map +1 -0
- package/dist/shared/types/list.d.ts +37 -0
- package/dist/shared/types/list.d.ts.map +1 -0
- package/dist/shared/types/logo.d.ts +5 -0
- package/dist/shared/types/logo.d.ts.map +1 -0
- package/dist/shared/types/modal.d.ts +51 -0
- package/dist/shared/types/modal.d.ts.map +1 -0
- package/dist/shared/types/pagination.d.ts +16 -0
- package/dist/shared/types/pagination.d.ts.map +1 -0
- package/dist/shared/types/picture.d.ts +12 -0
- package/dist/shared/types/picture.d.ts.map +1 -0
- package/dist/shared/types/popup.d.ts +29 -0
- package/dist/shared/types/popup.d.ts.map +1 -0
- package/dist/shared/types/progressbar.d.ts +19 -0
- package/dist/shared/types/progressbar.d.ts.map +1 -0
- package/dist/shared/types/radiobutton.d.ts +80 -0
- package/dist/shared/types/radiobutton.d.ts.map +1 -0
- package/dist/shared/types/separator.d.ts +6 -0
- package/dist/shared/types/separator.d.ts.map +1 -0
- package/dist/shared/types/spinner.d.ts +7 -0
- package/dist/shared/types/spinner.d.ts.map +1 -0
- package/dist/shared/types/stepper.d.ts +37 -0
- package/dist/shared/types/stepper.d.ts.map +1 -0
- package/dist/shared/types/switch.d.ts +16 -0
- package/dist/shared/types/switch.d.ts.map +1 -0
- package/dist/shared/types/table.d.ts +177 -0
- package/dist/shared/types/table.d.ts.map +1 -0
- package/dist/shared/types/tag.d.ts +20 -0
- package/dist/shared/types/tag.d.ts.map +1 -0
- package/dist/shared/types/textarea.d.ts +19 -0
- package/dist/shared/types/textarea.d.ts.map +1 -0
- package/dist/shared/types/title.d.ts +7 -0
- package/dist/shared/types/title.d.ts.map +1 -0
- package/dist/shared/types/toast.d.ts +23 -0
- package/dist/shared/types/toast.d.ts.map +1 -0
- package/dist/shared/types/toggle.d.ts +30 -0
- package/dist/shared/types/toggle.d.ts.map +1 -0
- package/dist/shared/types/tooltip.d.ts +21 -0
- package/dist/shared/types/tooltip.d.ts.map +1 -0
- package/dist/shared/types/types.d.ts +65 -0
- package/dist/shared/types/types.d.ts.map +1 -0
- package/dist/shared/types/visual.d.ts +18 -0
- package/dist/shared/types/visual.d.ts.map +1 -0
- package/dist/shared/types/wysiwyg.d.ts +41 -0
- package/dist/shared/types/wysiwyg.d.ts.map +1 -0
- package/dist/shared/utils/cn.d.ts +2 -0
- package/dist/shared/utils/cn.d.ts.map +1 -0
- package/dist/shared/utils/index.d.ts +4 -0
- package/dist/shared/utils/index.d.ts.map +1 -0
- package/dist/shared/utils/reorder.d.ts +25 -0
- package/dist/shared/utils/reorder.d.ts.map +1 -0
- package/dist/shared/utils/throttle.d.ts +13 -0
- package/dist/shared/utils/throttle.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterList.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,oBAAoB,CAAA;AAK3E,UAAU,eAAe;IACvB,OAAO,EAAE,oBAAoB,EAAE,CAAA;IAC/B,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,GAAI,wCAAwC,eAAe,4CAoEjF,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { HeaderCellProps } from '../../../../shared/types/table';
|
|
2
|
+
export declare const HeaderCell: ({ column, sortable, filterable, lockable, resizable, sortDirection, filterActive, locked, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, className, }: HeaderCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=HeaderCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/HeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAKtD,eAAO,MAAM,UAAU,GAAI,gLAgBxB,eAAe,4CAuQjB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LogicOperator } from '../../types/filter';
|
|
2
|
+
interface LogicOperatorSelectorProps {
|
|
3
|
+
value: LogicOperator;
|
|
4
|
+
onChange: (value: LogicOperator) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const LogicOperatorSelector: ({ value, onChange }: LogicOperatorSelectorProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=LogicOperatorSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogicOperatorSelector.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/LogicOperatorSelector.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,UAAU,0BAA0B;IAClC,KAAK,EAAE,aAAa,CAAA;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAA;CACzC;AAOD,eAAO,MAAM,qBAAqB,GAAI,qBAAqB,0BAA0B,4CAgBpF,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface SelectionCheckboxProps {
|
|
2
|
+
checked: boolean;
|
|
3
|
+
indeterminate?: boolean;
|
|
4
|
+
onChange: (checked: boolean) => void;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const SelectionCheckbox: ({ checked, indeterminate, onChange, disabled, className, }: SelectionCheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=SelectionCheckbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectionCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/SelectionCheckbox.tsx"],"names":[],"mappings":"AAEA,UAAU,sBAAsB;IAC9B,OAAO,EAAE,OAAO,CAAA;IAChB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,GAAI,4DAM/B,sBAAsB,4CAoBxB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { RowConfig, ColumnConfig } from '../../../../shared/types/table';
|
|
2
|
+
interface TableRowProps<T = any> {
|
|
3
|
+
row: RowConfig<T>;
|
|
4
|
+
columns: ColumnConfig<T>[];
|
|
5
|
+
selected?: boolean;
|
|
6
|
+
expandable?: boolean;
|
|
7
|
+
onSelect?: (row: RowConfig<T>) => void;
|
|
8
|
+
onExpand?: (row: RowConfig<T>) => void;
|
|
9
|
+
onClick?: (row: RowConfig<T>) => void;
|
|
10
|
+
showSelection?: boolean;
|
|
11
|
+
showExpand?: boolean;
|
|
12
|
+
onCellFocus?: (rowId: string | number, columnId: string) => void;
|
|
13
|
+
isCellFocused?: (rowId: string | number, columnId: string) => boolean;
|
|
14
|
+
onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const TableRow: <T>({ row, columns, selected, expandable, onSelect, onExpand, onClick, showSelection, showExpand, onCellFocus, isCellFocused, onCellChange, }: TableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=TableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAK9D,UAAU,aAAa,CAAC,CAAC,GAAG,GAAG;IAC7B,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACrC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,2IAa1B,aAAa,CAAC,CAAC,CAAC,4CA0GlB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { CellRenderer } from './CellRenderer';
|
|
2
|
+
export { HeaderCell } from './HeaderCell';
|
|
3
|
+
export { SelectionCheckbox } from './SelectionCheckbox';
|
|
4
|
+
export { TableRow } from './TableRow';
|
|
5
|
+
export { FilterForm } from './FilterForm';
|
|
6
|
+
export { FilterList } from './FilterList';
|
|
7
|
+
export { FilterCard } from './FilterCard';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyTableState.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/EmptyTableState.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,eAAO,MAAM,eAAe,GAAI,6CAM7B,UAAU,4CAwCZ,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdvancedFilterConfig } from '../../types/filter';
|
|
2
|
+
import { ColumnConfig } from '../../../../shared/types/table';
|
|
3
|
+
export interface FilterPopupRef {
|
|
4
|
+
open: () => void;
|
|
5
|
+
close: () => void;
|
|
6
|
+
}
|
|
7
|
+
interface FilterPopupProps {
|
|
8
|
+
columns: ColumnConfig[];
|
|
9
|
+
rows: any[];
|
|
10
|
+
filters: AdvancedFilterConfig[];
|
|
11
|
+
onFiltersApply: (filters: AdvancedFilterConfig[]) => void;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const FilterPopup: import('react').ForwardRefExoticComponent<FilterPopupProps & import('react').RefAttributes<FilterPopupRef>>;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=FilterPopup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterPopup.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/FilterPopup.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAuD,MAAM,oBAAoB,CAAA;AAC9G,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAInD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,IAAI,CAAA;IAChB,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB;AAED,UAAU,gBAAgB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,IAAI,EAAE,GAAG,EAAE,CAAA;IACX,OAAO,EAAE,oBAAoB,EAAE,CAAA;IAC/B,cAAc,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,KAAK,IAAI,CAAA;IACzD,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,WAAW,6GAoZvB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ColumnConfig } from '../../../../shared/types/table';
|
|
2
|
+
interface SkeletonRowProps {
|
|
3
|
+
columns: ColumnConfig[];
|
|
4
|
+
showSelection?: boolean;
|
|
5
|
+
showExpand?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const SkeletonRow: ({ columns, showSelection, showExpand, }: SkeletonRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=SkeletonRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonRow.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/SkeletonRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,UAAU,gBAAgB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,WAAW,GAAI,yCAIzB,gBAAgB,4CAgBlB,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { RowConfig, ColumnConfig } from '../../../../shared/types/table';
|
|
2
|
+
interface TableBodyProps<T = any> {
|
|
3
|
+
rows: RowConfig<T>[];
|
|
4
|
+
columns: ColumnConfig<T>[];
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
empty?: {
|
|
7
|
+
type?: 'empty' | 'no-results' | 'no-filters';
|
|
8
|
+
icon?: string;
|
|
9
|
+
title: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
action?: {
|
|
12
|
+
label: string;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
selectedIds?: (string | number)[];
|
|
17
|
+
expandable?: boolean;
|
|
18
|
+
showSelection?: boolean;
|
|
19
|
+
showExpand?: boolean;
|
|
20
|
+
onRowClick?: (row: RowConfig<T>) => void;
|
|
21
|
+
onRowExpand?: (row: RowConfig<T>) => void;
|
|
22
|
+
onRowSelect?: (row: RowConfig<T>) => void;
|
|
23
|
+
onCellFocus?: (rowId: string | number, columnId: string) => void;
|
|
24
|
+
isCellFocused?: (rowId: string | number, columnId: string) => boolean;
|
|
25
|
+
onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
|
|
26
|
+
}
|
|
27
|
+
export declare const TableBody: <T>({ rows, columns, loading, empty, selectedIds, expandable, showSelection, showExpand, onRowClick, onRowExpand, onRowSelect, onCellFocus, isCellFocused, onCellChange, }: TableBodyProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=TableBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/TableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAK9D,UAAU,cAAc,CAAC,CAAC,GAAG,GAAG;IAC9B,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,OAAO,GAAG,YAAY,GAAG,YAAY,CAAA;QAC5C,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,MAAM,CAAC,EAAE;YACP,KAAK,EAAE,MAAM,CAAA;YACb,OAAO,EAAE,MAAM,IAAI,CAAA;SACpB,CAAA;KACF,CAAA;IACD,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACxC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACzC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACzC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,SAAS,GAAI,CAAC,EAAG,wKAe3B,cAAc,CAAC,CAAC,CAAC,4CAqDnB,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TableProps } from '../../../../shared/types/table';
|
|
2
|
+
interface TableContentProps<T = any> extends Omit<TableProps<T>, 'toolbar' | 'pagination' | 'onSort' | 'onFilter'> {
|
|
3
|
+
selectedIds?: (string | number)[];
|
|
4
|
+
allSelected?: boolean;
|
|
5
|
+
someSelected?: boolean;
|
|
6
|
+
resizeHoverColumnId?: string | null;
|
|
7
|
+
onSelectAll?: (selected: boolean) => void;
|
|
8
|
+
onRowSelect?: (row: any) => void;
|
|
9
|
+
onSort?: (columnId: string) => void;
|
|
10
|
+
onFilter?: (columnId: string) => void;
|
|
11
|
+
onLock?: (columnId: string) => void;
|
|
12
|
+
onResize?: (columnId: string, width: number) => void;
|
|
13
|
+
onResizeDoubleClick?: (columnId: string) => void;
|
|
14
|
+
onResizeHover?: (columnId: string, isHovering: boolean) => void;
|
|
15
|
+
onCellFocus?: (rowId: string | number, columnId: string) => void;
|
|
16
|
+
isCellFocused?: (rowId: string | number, columnId: string) => boolean;
|
|
17
|
+
onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const TableContent: <T>({ columns, rows, loading, empty, selection, sort, filters, expandable, resizable, resizeHoverColumnId, striped, hoverable, dense, className, selectedIds, allSelected, someSelected, onSelectAll, onRowSelect, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, onRowClick, onRowExpand, onCellFocus, isCellFocused, onCellChange, }: TableContentProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=TableContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableContent.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/TableContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,UAAU,iBAAiB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC;IAChH,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAA;IACzC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;IAChC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACpD,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAA;IAC/D,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,EAAG,6VA+B9B,iBAAiB,CAAC,CAAC,CAAC,4CA4DtB,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ColumnConfig, SortConfig, FilterConfig } from '../../../../shared/types/table';
|
|
2
|
+
interface TableHeaderProps<T = any> {
|
|
3
|
+
columns: ColumnConfig<T>[];
|
|
4
|
+
sortConfig?: SortConfig;
|
|
5
|
+
filters?: FilterConfig[];
|
|
6
|
+
showSelection?: boolean;
|
|
7
|
+
showExpand?: boolean;
|
|
8
|
+
allSelected?: boolean;
|
|
9
|
+
someSelected?: boolean;
|
|
10
|
+
resizable?: boolean;
|
|
11
|
+
onSelectAll?: (selected: boolean) => void;
|
|
12
|
+
onSort?: (columnId: string) => void;
|
|
13
|
+
onFilter?: (columnId: string) => void;
|
|
14
|
+
onLock?: (columnId: string) => void;
|
|
15
|
+
onResize?: (columnId: string, width: number) => void;
|
|
16
|
+
onResizeDoubleClick?: (columnId: string) => void;
|
|
17
|
+
onResizeHover?: (columnId: string, isHovering: boolean) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const TableHeader: <T>({ columns, sortConfig, filters, showSelection, showExpand, allSelected, someSelected, resizable, onSelectAll, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, }: TableHeaderProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=TableHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAI7E,UAAU,gBAAgB,CAAC,CAAC,GAAG,GAAG;IAChC,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAA;IACzC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACpD,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAA;CAChE;AAED,eAAO,MAAM,WAAW,GAAI,CAAC,EAAG,yLAgB7B,gBAAgB,CAAC,CAAC,CAAC,4CA+CrB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TableToolbarConfig, ColumnConfig } from '../../../../shared/types/table';
|
|
2
|
+
import { AdvancedFilterConfig } from '../../types/filter';
|
|
3
|
+
interface TableToolbarProps extends TableToolbarConfig {
|
|
4
|
+
selectedCount?: number;
|
|
5
|
+
columns?: ColumnConfig[];
|
|
6
|
+
rows?: any[];
|
|
7
|
+
filters?: AdvancedFilterConfig[];
|
|
8
|
+
onColumnConfig?: () => void;
|
|
9
|
+
onAddToPlan?: () => void;
|
|
10
|
+
onColumnVisibilityChange?: (columnId: string, visible: boolean) => void;
|
|
11
|
+
onColumnReorder?: (reorderedColumns: ColumnConfig[]) => void;
|
|
12
|
+
onFiltersApply?: (filters: AdvancedFilterConfig[]) => void;
|
|
13
|
+
className?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const TableToolbar: ({ showSearch, searchPlaceholder, showExport, showColumnConfig, showAddToPlan, onSearch, onFilter, onExport, selectedCount, columns, rows, filters, onColumnConfig, onAddToPlan, onColumnVisibilityChange, onColumnReorder, onFiltersApply, className, }: TableToolbarProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=TableToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/TableToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAWvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAA;AAEzD,UAAU,iBAAkB,SAAQ,kBAAkB;IACpD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAA;IACZ,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAA;IAChC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;IACxB,wBAAwB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACvE,eAAe,CAAC,EAAE,CAAC,gBAAgB,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;IAC5D,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,KAAK,IAAI,CAAA;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAI,yPAmB1B,iBAAiB,4CA6OnB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { TableToolbar } from './TableToolbar';
|
|
2
|
+
export { TableHeader } from './TableHeader';
|
|
3
|
+
export { TableBody } from './TableBody';
|
|
4
|
+
export { TableContent } from './TableContent';
|
|
5
|
+
export { SkeletonRow } from './SkeletonRow';
|
|
6
|
+
export { EmptyTableState } from './EmptyTableState';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { useTableSort } from './useTableSort';
|
|
2
|
+
export { useTableFilter } from './useTableFilter';
|
|
3
|
+
export { useTableSelection } from './useTableSelection';
|
|
4
|
+
export { useTablePagination } from './useTablePagination';
|
|
5
|
+
export { useTableData } from './useTableData';
|
|
6
|
+
export { useTableColumns } from './useTableColumns';
|
|
7
|
+
export { useTableExpand } from './useTableExpand';
|
|
8
|
+
export { useTableFocus } from './useTableFocus';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ColumnConfig } from '../../../shared/types/table';
|
|
2
|
+
export declare const useTableColumns: <T>(initialColumns: ColumnConfig<T>[]) => {
|
|
3
|
+
columns: ColumnConfig<T>[];
|
|
4
|
+
handleToggleVisibility: (columnId: string) => void;
|
|
5
|
+
handleSetVisibility: (columnId: string, visible: boolean) => void;
|
|
6
|
+
handleToggleLock: (columnId: string) => void;
|
|
7
|
+
handleResize: (columnId: string, width: number) => void;
|
|
8
|
+
handleReorder: (fromIndex: number, toIndex: number) => void;
|
|
9
|
+
setColumnsOrder: (orderedColumnIds: string[]) => void;
|
|
10
|
+
resetColumns: () => void;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useTableColumns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableColumns.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableColumns.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AASnD,eAAO,MAAM,eAAe,GAAI,CAAC,EAAE,gBAAgB,YAAY,CAAC,CAAC,CAAC,EAAE;;uCAGZ,MAAM;oCAIT,MAAM,WAAW,OAAO;iCAI3B,MAAM;6BAIV,MAAM,SAAS,MAAM;+BAInB,MAAM,WAAW,MAAM;wCAId,MAAM,EAAE;;CAgChE,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RowConfig, ColumnConfig, SortConfig, FilterConfig } from '../../../shared/types/table';
|
|
2
|
+
interface UseTableDataProps<T> {
|
|
3
|
+
rows: RowConfig<T>[];
|
|
4
|
+
columns: ColumnConfig<T>[];
|
|
5
|
+
sortConfig?: SortConfig;
|
|
6
|
+
filters?: FilterConfig[];
|
|
7
|
+
searchQuery?: string;
|
|
8
|
+
currentPage?: number;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const useTableData: <T>({ rows, columns, sortConfig, filters, searchQuery, currentPage, pageSize, }: UseTableDataProps<T>) => {
|
|
12
|
+
processedRows: RowConfig<T>[];
|
|
13
|
+
paginatedRows: RowConfig<T>[];
|
|
14
|
+
totalRows: number;
|
|
15
|
+
};
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=useTableData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableData.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableData.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAIxF,UAAU,iBAAiB,CAAC,CAAC;IAC3B,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,EAAE,6EAQ7B,iBAAiB,CAAC,CAAC,CAAC;;;;CAiCtB,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RowConfig } from '../../../shared/types/table';
|
|
2
|
+
export declare const useTableExpand: <T>(initialExpandedIds?: (string | number)[]) => {
|
|
3
|
+
expandedIds: (string | number)[];
|
|
4
|
+
expandedCount: number;
|
|
5
|
+
handleRowExpand: (row: RowConfig<T>) => void;
|
|
6
|
+
expandRow: (rowId: string | number) => void;
|
|
7
|
+
collapseRow: (rowId: string | number) => void;
|
|
8
|
+
toggleRow: (rowId: string | number) => void;
|
|
9
|
+
expandAll: (rows: RowConfig<T>[]) => void;
|
|
10
|
+
collapseAll: () => void;
|
|
11
|
+
isExpanded: (rowId: string | number) => boolean;
|
|
12
|
+
applyExpandedState: (rows: RowConfig<T>[]) => RowConfig<T>[];
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=useTableExpand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableExpand.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableExpand.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAEhD,eAAO,MAAM,cAAc,GAAI,CAAC,EAAE,qBAAoB,CAAC,MAAM,GAAG,MAAM,CAAC,EAAO;;;2BAKlC,SAAS,CAAC,CAAC,CAAC;uBAYhB,MAAM,GAAG,MAAM;yBAIb,MAAM,GAAG,MAAM;uBAQjB,MAAM,GAAG,MAAM;sBAYhB,SAAS,CAAC,CAAC,CAAC,EAAE;;wBAUzC,MAAM,GAAG,MAAM;+BAOhB,SAAS,CAAC,CAAC,CAAC,EAAE,KAAG,SAAS,CAAC,CAAC,CAAC,EAAE;CAqBzC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FilterConfig } from '../../../shared/types/table';
|
|
2
|
+
export declare const useTableFilter: (initialFilters?: FilterConfig[]) => {
|
|
3
|
+
filters: FilterConfig[];
|
|
4
|
+
searchQuery: string;
|
|
5
|
+
setSearchQuery: import('react').Dispatch<import('react').SetStateAction<string>>;
|
|
6
|
+
addFilter: (filter: FilterConfig) => void;
|
|
7
|
+
removeFilter: (columnId: string) => void;
|
|
8
|
+
clearFilters: () => void;
|
|
9
|
+
updateFilter: (columnId: string, updates: Partial<FilterConfig>) => void;
|
|
10
|
+
hasActiveFilters: boolean;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useTableFilter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableFilter.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableFilter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD,eAAO,MAAM,cAAc,GAAI,iBAAgB,YAAY,EAAO;;;;wBAIzB,YAAY;6BAYP,MAAM;;6BASN,MAAM,WAAW,OAAO,CAAC,YAAY,CAAC;;CAkBnF,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdvancedFilterConfig } from '../types/filter';
|
|
2
|
+
import { FilterConfig } from '../../../shared/types/table';
|
|
3
|
+
interface UseTableFiltersProps {
|
|
4
|
+
initialFilters?: FilterConfig[];
|
|
5
|
+
onFiltersChange?: (filters: FilterConfig[]) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const useTableFilters: ({ initialFilters, onFiltersChange }?: UseTableFiltersProps) => {
|
|
8
|
+
filters: AdvancedFilterConfig[];
|
|
9
|
+
addFilter: (filter: Omit<AdvancedFilterConfig, "id">) => void;
|
|
10
|
+
updateFilter: (filterId: string, updates: Partial<AdvancedFilterConfig>) => void;
|
|
11
|
+
removeFilter: (filterId: string) => void;
|
|
12
|
+
clearFilters: () => void;
|
|
13
|
+
setAllFilters: (newFilters: AdvancedFilterConfig[]) => void;
|
|
14
|
+
};
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=useTableFilters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableFilters.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableFilters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAkB,MAAM,iBAAiB,CAAA;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD,UAAU,oBAAoB;IAC5B,cAAc,CAAC,EAAE,YAAY,EAAE,CAAA;IAC/B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;CACpD;AAYD,eAAO,MAAM,eAAe,GAAI,sCAA0C,oBAAyB;;wBAe1D,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC;6BAgB3B,MAAM,WAAW,OAAO,CAAC,oBAAoB,CAAC;6BAa9C,MAAM;;gCAmBH,oBAAoB,EAAE;CAatE,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface FocusedCell {
|
|
2
|
+
rowId: string | number;
|
|
3
|
+
columnId: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const useTableFocus: () => {
|
|
6
|
+
focusedCell: FocusedCell | null;
|
|
7
|
+
handleCellFocus: (rowId: string | number, columnId: string) => void;
|
|
8
|
+
handleCellBlur: () => void;
|
|
9
|
+
isCellFocused: (rowId: string | number, columnId: string) => boolean;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=useTableFocus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableFocus.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableFocus.ts"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,aAAa;;6BAGoB,MAAM,GAAG,MAAM,YAAY,MAAM;;2BASnE,MAAM,GAAG,MAAM,YAAY,MAAM;CAa5C,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const useTablePagination: (totalItems: number, initialPageSize?: number, initialPage?: number) => {
|
|
2
|
+
currentPage: number;
|
|
3
|
+
pageSize: number;
|
|
4
|
+
pageCount: number;
|
|
5
|
+
startIndex: number;
|
|
6
|
+
endIndex: number;
|
|
7
|
+
handlePageChange: (page: number) => void;
|
|
8
|
+
handlePageSizeChange: (newPageSize: number) => void;
|
|
9
|
+
nextPage: () => void;
|
|
10
|
+
previousPage: () => void;
|
|
11
|
+
firstPage: () => void;
|
|
12
|
+
lastPage: () => void;
|
|
13
|
+
hasNextPage: boolean;
|
|
14
|
+
hasPreviousPage: boolean;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=useTablePagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTablePagination.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTablePagination.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAC7B,YAAY,MAAM,EAClB,kBAAiB,MAAW,EAC5B,cAAa,MAAU;;;;;;6BAQd,MAAM;wCAQwC,MAAM;;;;;;;CAuC9D,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RowConfig } from '../../../shared/types/table';
|
|
2
|
+
export declare const useTableSelection: <T>(rows: RowConfig<T>[], multiple?: boolean) => {
|
|
3
|
+
selectedIds: (string | number)[];
|
|
4
|
+
selectedCount: number;
|
|
5
|
+
allSelected: boolean;
|
|
6
|
+
someSelected: boolean;
|
|
7
|
+
handleRowSelect: (row: RowConfig<T>) => void;
|
|
8
|
+
handleSelectAll: (checked: boolean) => void;
|
|
9
|
+
clearSelection: () => void;
|
|
10
|
+
selectRows: (ids: (string | number)[]) => void;
|
|
11
|
+
isSelected: (rowId: string | number) => boolean;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useTableSelection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableSelection.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableSelection.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAQhD,eAAO,MAAM,iBAAiB,GAAI,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,kBAAe;;;;;2BAWhE,SAAS,CAAC,CAAC,CAAC;+BAWR,OAAO;;sBAckB,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;wBAK9C,MAAM,GAAG,MAAM;CAe1B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SortConfig, SortDirection } from '../../../shared/types/table';
|
|
2
|
+
export declare const useTableSort: (initialSort?: SortConfig) => {
|
|
3
|
+
sortConfig: SortConfig | undefined;
|
|
4
|
+
handleSort: (columnId: string) => void;
|
|
5
|
+
clearSort: () => void;
|
|
6
|
+
setSort: (columnId: string, direction: SortDirection) => void;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=useTableSort.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableSort.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableSort.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAGhE,eAAO,MAAM,YAAY,GAAI,cAAc,UAAU;;2BAGT,MAAM;;wBAcT,MAAM,aAAa,aAAa;CAUxE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Table } from '../Table';
|
|
3
|
+
declare const meta: Meta<typeof Table>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Table>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithToolbar: Story;
|
|
8
|
+
export declare const WithPagination: Story;
|
|
9
|
+
export declare const WithSelection: Story;
|
|
10
|
+
export declare const Complete: Story;
|
|
11
|
+
export declare const Loading: Story;
|
|
12
|
+
export declare const Empty: Story;
|
|
13
|
+
export declare const EmptySearch: Story;
|
|
14
|
+
export declare const Striped: Story;
|
|
15
|
+
export declare const Bordered: Story;
|
|
16
|
+
export declare const Dense: Story;
|
|
17
|
+
export declare const ExpandableRows: Story;
|
|
18
|
+
export declare const ConCeldasEditables: Story;
|
|
19
|
+
export declare const EjemploCompleto: Story;
|
|
20
|
+
/**
|
|
21
|
+
* ## Acciones por Defecto
|
|
22
|
+
*
|
|
23
|
+
* Demuestra el uso de los 4 iconos de acciones por defecto (edit, delete, view, more).
|
|
24
|
+
* Solo se muestran las acciones que tienen un handler definido.
|
|
25
|
+
* También permite agregar acciones personalizadas adicionales.
|
|
26
|
+
*/
|
|
27
|
+
export declare const DefaultActions: StoryObj<typeof Table>;
|
|
28
|
+
/**
|
|
29
|
+
* ## Todas las Celdas
|
|
30
|
+
*
|
|
31
|
+
* Muestra todos los 15 tipos de celdas disponibles en la tabla,
|
|
32
|
+
* incluyendo los diferentes estados y funcionalidades interactivas.
|
|
33
|
+
*/
|
|
34
|
+
export declare const TodasLasCeldas: StoryObj<typeof Table>;
|
|
35
|
+
/**
|
|
36
|
+
* ## Columnas Redimensionables
|
|
37
|
+
*
|
|
38
|
+
* Demo de la funcionalidad de resize de columnas:
|
|
39
|
+
* - 📏 Arrastra el borde derecho de cualquier columna para cambiar su ancho
|
|
40
|
+
* - 🎯 Doble click en el borde para auto-ajustar al contenido
|
|
41
|
+
* - 💾 El ancho se mantiene durante la sesión
|
|
42
|
+
*/
|
|
43
|
+
export declare const ColumnasRedimensionables: StoryObj<typeof Table>;
|
|
44
|
+
/**
|
|
45
|
+
* ## Columnas Bloqueadas y Redimensionables
|
|
46
|
+
*
|
|
47
|
+
* Demuestra que las columnas bloqueadas (locked) NO pueden ser redimensionadas:
|
|
48
|
+
* - 🔒 Las columnas bloqueadas no muestran el handle de resize
|
|
49
|
+
* - 🔓 Las columnas desbloqueadas sí pueden ser redimensionadas
|
|
50
|
+
* - ⚠️ El bloqueo tiene prioridad sobre el resize
|
|
51
|
+
*/
|
|
52
|
+
export declare const ColumnasBloqueadasYRedimensionables: StoryObj<typeof Table>;
|
|
53
|
+
export declare const WithExternalControl: StoryObj<typeof Table>;
|
|
54
|
+
export declare const WithAdvancedFilters: StoryObj<typeof Table>;
|
|
55
|
+
//# sourceMappingURL=Table.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/stories/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAwKhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAoB5B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAA;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAezB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAY5B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAY3B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA0BtB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAenB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAezB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAOnB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAiB5B,CAAA;AA+HD,eAAO,MAAM,kBAAkB,EAAE,KAuPhC,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAsN7B,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,EAAE,QAAQ,CAAC,OAAO,KAAK,CAkJjD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,QAAQ,CAAC,OAAO,KAAK,CAoVjD,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB,EAAE,QAAQ,CAAC,OAAO,KAAK,CA6J3D,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,mCAAmC,EAAE,QAAQ,CAAC,OAAO,KAAK,CA0ItE,CAAA;AAsID,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAEtD,CAAA;AAgHD,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAEtD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Table.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.test.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/stories/Table.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { FilterConfig } from '../../../shared/types/table';
|
|
2
|
+
/**
|
|
3
|
+
* Tipos de operadores de filtro disponibles
|
|
4
|
+
*/
|
|
5
|
+
export type FilterOperator = FilterConfig['operator'];
|
|
6
|
+
/**
|
|
7
|
+
* Tipos de datos de columnas para determinar qué operadores mostrar
|
|
8
|
+
*/
|
|
9
|
+
export type ColumnDataType = 'text' | 'number' | 'date' | 'list';
|
|
10
|
+
/**
|
|
11
|
+
* Tipo de compuerta lógica entre filtros
|
|
12
|
+
*/
|
|
13
|
+
export type LogicOperator = 'and' | 'or';
|
|
14
|
+
/**
|
|
15
|
+
* Configuración extendida de filtro con metadata adicional
|
|
16
|
+
*/
|
|
17
|
+
export interface AdvancedFilterConfig {
|
|
18
|
+
id: string;
|
|
19
|
+
columnId: string;
|
|
20
|
+
columnLabel: string;
|
|
21
|
+
operator: FilterOperator;
|
|
22
|
+
value: any;
|
|
23
|
+
value2?: any;
|
|
24
|
+
dataType?: ColumnDataType;
|
|
25
|
+
label?: string;
|
|
26
|
+
logicOperator?: LogicOperator;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Opción de operador para el dropdown
|
|
30
|
+
*/
|
|
31
|
+
export interface FilterOperatorOption {
|
|
32
|
+
value: FilterOperator;
|
|
33
|
+
label: string;
|
|
34
|
+
requiresValue: boolean;
|
|
35
|
+
requiresSecondValue?: boolean;
|
|
36
|
+
requiresOptions?: boolean;
|
|
37
|
+
dataTypes: ColumnDataType[];
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Opciones de columna para el dropdown de selección
|
|
41
|
+
*/
|
|
42
|
+
export interface FilterColumnOption {
|
|
43
|
+
value: string;
|
|
44
|
+
label: string;
|
|
45
|
+
dataType: ColumnDataType;
|
|
46
|
+
options?: Array<{
|
|
47
|
+
value: any;
|
|
48
|
+
label: string;
|
|
49
|
+
}>;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Configuración de filtros disponibles por columna
|
|
53
|
+
*/
|
|
54
|
+
export declare const FILTER_OPERATORS: FilterOperatorOption[];
|
|
55
|
+
//# sourceMappingURL=filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/types/filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,UAAU,CAAC,CAAA;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;AAEhE;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,IAAI,CAAA;AAExC;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,cAAc,CAAA;IACxB,KAAK,EAAE,GAAG,CAAA;IACV,MAAM,CAAC,EAAE,GAAG,CAAA;IACZ,QAAQ,CAAC,EAAE,cAAc,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,aAAa,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,cAAc,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,OAAO,CAAA;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,SAAS,EAAE,cAAc,EAAE,CAAA;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,cAAc,CAAA;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAC/C;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,oBAAoB,EAyFlD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
|