@imj_media/ui 1.2.1 → 1.2.3
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 -1
- package/dist/index.esm.js +7071 -9520
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts +9 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
- package/dist/modules/Alert/hooks/useAlertStyles.d.ts.map +1 -1
- package/dist/modules/Alert/index.d.ts +10 -1
- package/dist/modules/Alert/index.d.ts.map +1 -1
- package/dist/modules/Alert/stories/alert.stories.d.ts +0 -1
- package/dist/modules/Alert/stories/alert.stories.d.ts.map +1 -1
- package/dist/modules/Alert/utils/alert.d.ts +14 -0
- package/dist/modules/Alert/utils/alert.d.ts.map +1 -1
- package/dist/modules/Avatar/constants/index.d.ts +1 -1
- package/dist/modules/Avatar/constants/index.d.ts.map +1 -1
- package/dist/modules/Avatar/utils/index.d.ts +1 -1
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
- package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts +0 -2
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts.map +1 -1
- package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts.map +1 -1
- package/dist/modules/DatePicker/molecules/DateInput.d.ts.map +1 -1
- package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts.map +1 -1
- package/dist/modules/DatePicker/types/Input.types.d.ts +2 -0
- package/dist/modules/DatePicker/types/Input.types.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts +2 -1
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
- package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts.map +1 -1
- package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -1
- package/dist/modules/Header/stories/header.stories.d.ts.map +1 -1
- package/dist/modules/Icon/Icon.d.ts +1 -1
- package/dist/modules/Icon/Icon.d.ts.map +1 -1
- package/dist/modules/Icon/components/FontAwesomeIcon.d.ts.map +1 -1
- package/dist/modules/Icon/components/LegacyIcon.d.ts.map +1 -1
- package/dist/modules/Icon/constants/size.d.ts +2 -0
- package/dist/modules/Icon/constants/size.d.ts.map +1 -1
- package/dist/modules/Icon/stories/Icon.stories.d.ts.map +1 -1
- package/dist/modules/IconFont/components/index.d.ts +2 -0
- package/dist/modules/IconFont/components/index.d.ts.map +1 -0
- package/dist/modules/IconFont/components/organims/IconFont.d.ts +8 -0
- package/dist/modules/IconFont/components/organims/IconFont.d.ts.map +1 -0
- package/dist/modules/IconFont/components/organims/index.d.ts +2 -0
- package/dist/modules/IconFont/components/organims/index.d.ts.map +1 -0
- package/dist/modules/IconFont/index.d.ts +2 -0
- package/dist/modules/IconFont/index.d.ts.map +1 -0
- package/dist/modules/InnerButton/index.d.ts.map +1 -1
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
- package/dist/modules/Input/components/Input.d.ts.map +1 -1
- package/dist/modules/Input/hooks/useInputSlots.d.ts +4 -4
- package/dist/modules/Input/hooks/useInputSlots.d.ts.map +1 -1
- package/dist/modules/Input/hooks/useInputStyles.d.ts +3 -2
- package/dist/modules/Input/hooks/useInputStyles.d.ts.map +1 -1
- package/dist/modules/Input/stories/Input.stories.d.ts +1 -0
- package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
- package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts.map +1 -1
- package/dist/modules/Lists/components/atoms/index.d.ts +0 -1
- package/dist/modules/Lists/components/atoms/index.d.ts.map +1 -1
- package/dist/modules/Lists/components/index.d.ts +1 -1
- package/dist/modules/Lists/components/index.d.ts.map +1 -1
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts +2 -1
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts.map +1 -1
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts +2 -1
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts.map +1 -1
- package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts.map +1 -1
- package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts.map +1 -1
- package/dist/modules/Lists/components/molecules/ListItemUser.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListBase.d.ts +2 -2
- package/dist/modules/Lists/components/organisms/ListBase.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListFilters.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts +2 -2
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts.map +1 -1
- package/dist/modules/Lists/components/organisms/index.d.ts +1 -1
- package/dist/modules/Lists/components/organisms/index.d.ts.map +1 -1
- package/dist/modules/Modal/components/molecules/ModalHeader.d.ts.map +1 -1
- package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -1
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
- package/dist/modules/ProgressBar/components/organisms/Container.d.ts +24 -0
- package/dist/modules/ProgressBar/components/organisms/Container.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts +17 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts +17 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts +17 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts +4 -0
- package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/index.d.ts +1 -1
- package/dist/modules/ProgressBar/components/organisms/index.d.ts.map +1 -1
- package/dist/modules/ProgressBar/index.d.ts +2 -1
- package/dist/modules/ProgressBar/index.d.ts.map +1 -1
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts +18 -3
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts.map +1 -1
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts +1 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts.map +1 -1
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts +26 -2
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts.map +1 -1
- package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts.map +1 -1
- package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts.map +1 -1
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts +4 -0
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts.map +1 -1
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts +4 -0
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts.map +1 -1
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts +4 -0
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts.map +1 -1
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts +3 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts.map +1 -1
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts +8 -0
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts.map +1 -1
- package/dist/modules/Stepper/hooks/useStepper.d.ts +4 -0
- package/dist/modules/Stepper/hooks/useStepper.d.ts.map +1 -1
- package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -1
- package/dist/modules/Table/Table.d.ts +1 -1
- package/dist/modules/Table/Table.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/DateCell.d.ts +34 -0
- package/dist/modules/Table/components/atoms/DateCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/FilterIcon.d.ts +5 -0
- package/dist/modules/Table/components/atoms/FilterIcon.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/IconCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/LinkCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts +5 -1
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/StarsCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/StarsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/StatusCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TagsCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/index.d.ts +1 -0
- package/dist/modules/Table/components/atoms/index.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts +5 -1
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts +1 -1
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableSelectionBar.d.ts +29 -0
- package/dist/modules/Table/components/organisms/TableSelectionBar.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts +1 -1
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/index.d.ts +1 -0
- package/dist/modules/Table/components/organisms/index.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableConfig.d.ts +54 -0
- package/dist/modules/Table/hooks/useTableConfig.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.stories.d.ts +19 -0
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
- package/dist/modules/Table/types/filter.d.ts.map +1 -1
- package/dist/modules/Table/utils/cellStyles.d.ts +7 -3
- package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -1
- package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -1
- package/dist/modules/Table/utils/filtering.d.ts.map +1 -1
- package/dist/modules/Tag/index.d.ts.map +1 -1
- package/dist/modules/Textarea/components/organisms/Textarea.d.ts.map +1 -1
- package/dist/modules/Toast/components/molecules/ToastItem.d.ts.map +1 -1
- package/dist/modules/Toast/hooks/useToast.d.ts.map +1 -1
- package/dist/modules/Toast/hooks/useToastService.d.ts +0 -2
- package/dist/modules/Toast/hooks/useToastService.d.ts.map +1 -1
- package/dist/modules/Toast/index.d.ts +0 -3
- package/dist/modules/Toast/index.d.ts.map +1 -1
- package/dist/modules/Toast/stories/toast.stories.d.ts +0 -1
- package/dist/modules/Toast/stories/toast.stories.d.ts.map +1 -1
- package/dist/modules/Toggle/constants/index.d.ts +2 -2
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts +1 -170
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts.map +1 -1
- package/dist/modules/Visual/Index.d.ts.map +1 -1
- package/dist/modules/index.d.ts +0 -1
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/shared/const/colors.d.ts +4 -2
- package/dist/shared/const/colors.d.ts.map +1 -1
- package/dist/shared/hooks/useDragAndDrop.d.ts.map +1 -1
- package/dist/shared/types/alert.d.ts +2 -4
- package/dist/shared/types/alert.d.ts.map +1 -1
- package/dist/shared/types/button.d.ts +3 -3
- package/dist/shared/types/button.d.ts.map +1 -1
- package/dist/shared/types/buttongroup.d.ts +2 -2
- package/dist/shared/types/buttongroup.d.ts.map +1 -1
- package/dist/shared/types/datepicker.d.ts +2 -0
- package/dist/shared/types/datepicker.d.ts.map +1 -1
- package/dist/shared/types/dropdown.d.ts +2 -1
- package/dist/shared/types/dropdown.d.ts.map +1 -1
- package/dist/shared/types/icon.d.ts +5 -4
- package/dist/shared/types/icon.d.ts.map +1 -1
- package/dist/shared/types/input.d.ts +3 -1
- package/dist/shared/types/input.d.ts.map +1 -1
- package/dist/shared/types/list.d.ts +2 -2
- package/dist/shared/types/list.d.ts.map +1 -1
- package/dist/shared/types/picture.d.ts +3 -2
- package/dist/shared/types/picture.d.ts.map +1 -1
- package/dist/shared/types/progressbar.d.ts +107 -6
- package/dist/shared/types/progressbar.d.ts.map +1 -1
- package/dist/shared/types/radiobutton.d.ts +1 -1
- package/dist/shared/types/radiobutton.d.ts.map +1 -1
- package/dist/shared/types/table.d.ts +93 -2
- package/dist/shared/types/table.d.ts.map +1 -1
- package/dist/shared/types/title.d.ts +2 -1
- package/dist/shared/types/title.d.ts.map +1 -1
- package/dist/shared/types/types.d.ts +8 -4
- package/dist/shared/types/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts +0 -60
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/components/index.d.ts +0 -2
- package/dist/modules/InnerProgressBar/components/index.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts +0 -3
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts +0 -6
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts +0 -6
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts +0 -2
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/index.d.ts +0 -2
- package/dist/modules/InnerProgressBar/index.d.ts.map +0 -1
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts +0 -15
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts.map +0 -1
- package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts +0 -11
- package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts.map +0 -1
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts +0 -8
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimaryCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/PrimaryCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAM9D,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"PrimaryCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/PrimaryCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAM9D,eAAO,MAAM,WAAW,yHASrB,uBAAuB,6CA+CxB,CAAA"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Celda de tabla con barra de progreso
|
|
4
|
+
* Reutiliza el componente BarProgress atómico
|
|
5
|
+
*/
|
|
6
|
+
export declare const ProgressBarCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
7
|
//# sourceMappingURL=ProgressBarCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBarCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ProgressBarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"ProgressBarCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ProgressBarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,6EAQ7B,uBAAuB,4CA6CzB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const SkeletonCell: ({ column, className, state, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const SkeletonCell: ({ column, className, state, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=SkeletonCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/SkeletonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,
|
|
1
|
+
{"version":3,"file":"SkeletonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/SkeletonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,sEAO1B,uBAAuB,4CAWzB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const StarsCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const StarsCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=StarsCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,GAAI,
|
|
1
|
+
{"version":3,"file":"StarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,GAAI,6EAQvB,uBAAuB,4CA4BzB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const StatusCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
2
|
+
export declare const StatusCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
//# sourceMappingURL=StatusCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StatusCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"StatusCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StatusCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAiB9D,eAAO,MAAM,UAAU,oHAQpB,uBAAuB,6CA8GxB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const TableCell: import('react').MemoExoticComponent<({ value, row, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
2
|
+
export declare const TableCell: import('react').MemoExoticComponent<({ value, row, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
//# sourceMappingURL=TableCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,mIAUnB,uBAAuB,6CAgCxB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const TagsCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
2
|
+
export declare const TagsCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
//# sourceMappingURL=TagsCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TagsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AA+B9D,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"TagsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TagsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AA+B9D,eAAO,MAAM,QAAQ,oHAQlB,uBAAuB,6CA0DxB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableCellComponentProps } from '../../../../shared/types/table';
|
|
2
|
-
export declare const TextFieldCell: ({ value, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const TextFieldCell: ({ value, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=TextFieldCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextFieldCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TextFieldCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,aAAa,GAAI,
|
|
1
|
+
{"version":3,"file":"TextFieldCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TextFieldCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,aAAa,GAAI,uFAS3B,uBAAuB,4CA6DzB,CAAA"}
|
|
@@ -13,4 +13,5 @@ export { TagsCell } from './TagsCell';
|
|
|
13
13
|
export { CheckboxCell } from './CheckboxCell';
|
|
14
14
|
export { IconCell } from './IconCell';
|
|
15
15
|
export { StarsCell } from './StarsCell';
|
|
16
|
+
export { DateCell, parseDate, formatDate, type DateFormat, type DateCellProps } from './DateCell';
|
|
16
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -7,7 +7,11 @@ interface CellRendererProps<T = any> {
|
|
|
7
7
|
onCellFocus?: (rowId: string | number, columnId: string) => void;
|
|
8
8
|
isCellFocused?: (rowId: string | number, columnId: string) => boolean;
|
|
9
9
|
onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
|
|
10
|
+
/** Posición left para columnas sticky (en píxeles) */
|
|
11
|
+
stickyLeft?: number;
|
|
12
|
+
/** Es la última columna bloqueada (para mostrar borde separador) */
|
|
13
|
+
isLastLocked?: boolean;
|
|
10
14
|
}
|
|
11
|
-
export declare const CellRenderer: <T>({ column, row, value, selected, onCellFocus, isCellFocused, onCellChange }: CellRendererProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const CellRenderer: <T>({ column, row, value, selected, onCellFocus, isCellFocused, onCellChange, stickyLeft, isLastLocked }: CellRendererProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
12
16
|
export {};
|
|
13
17
|
//# sourceMappingURL=CellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CellRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/CellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAa,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"CellRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/CellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAa,MAAM,sBAAsB,CAAA;AAoBzE,UAAU,iBAAiB,CAAC,CAAC,GAAG,GAAG;IACjC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,CAAA;IACvB,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,KAAK,EAAE,GAAG,CAAA;IACV,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,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;IAC7E,sDAAsD;IACtD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,oEAAoE;IACpE,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,EAAG,sGAU9B,iBAAiB,CAAC,CAAC,CAAC,4CAwFtB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"FilterCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AA4B/G,UAAU,eAAe;IACvB,MAAM,EAAE,oBAAoB,CAAA;IAC5B,UAAU,EAAE,kBAAkB,CAAA;IAC9B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAA;IAC5E,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,GAAI,uDAAuD,eAAe,4CAiQhG,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
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;
|
|
2
|
+
export declare const HeaderCell: ({ column, sortable, filterable, lockable, resizable, sortDirection, filterActive, locked, isLastLocked, stickyLeft, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, className, }: HeaderCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=HeaderCell.d.ts.map
|
|
@@ -1 +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;
|
|
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;AAMtD,eAAO,MAAM,UAAU,GAAI,0MAkBxB,eAAe,4CAgRjB,CAAA"}
|
|
@@ -3,6 +3,7 @@ interface TableRowProps<T = any> {
|
|
|
3
3
|
row: RowConfig<T>;
|
|
4
4
|
columns: ColumnConfig<T>[];
|
|
5
5
|
selected?: boolean;
|
|
6
|
+
selectedIds?: (string | number)[];
|
|
6
7
|
expandable?: boolean;
|
|
7
8
|
onSelect?: (row: RowConfig<T>) => void;
|
|
8
9
|
onExpand?: (row: RowConfig<T>) => void;
|
|
@@ -13,6 +14,6 @@ interface TableRowProps<T = any> {
|
|
|
13
14
|
isCellFocused?: (rowId: string | number, columnId: string) => boolean;
|
|
14
15
|
onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
|
|
15
16
|
}
|
|
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 declare const TableRow: <T>({ row, columns, selected, selectedIds, expandable, onSelect, onExpand, onClick, showSelection, showExpand, onCellFocus, isCellFocused, onCellChange, }: TableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
17
18
|
export {};
|
|
18
19
|
//# sourceMappingURL=TableRow.d.ts.map
|
|
@@ -1 +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;
|
|
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;AAM9D,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,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjC,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,wJAc1B,aAAa,CAAC,CAAC,CAAC,4CAuLlB,CAAA"}
|
|
@@ -1 +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,
|
|
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,4CAsDnB,CAAA"}
|
|
@@ -1 +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;
|
|
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;AAK7E,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,4CA2JrB,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SelectionAction } from '../../../../shared/types/table';
|
|
2
|
+
interface TableSelectionBarProps {
|
|
3
|
+
/** Número de elementos seleccionados */
|
|
4
|
+
selectedCount: number;
|
|
5
|
+
/** IDs de los elementos seleccionados */
|
|
6
|
+
selectedIds: (string | number)[];
|
|
7
|
+
/** Acciones disponibles para los elementos seleccionados */
|
|
8
|
+
actions?: SelectionAction[];
|
|
9
|
+
/** Handler para limpiar la selección */
|
|
10
|
+
onClearSelection?: () => void;
|
|
11
|
+
/** Texto personalizado para el contador (por defecto: "Seleccionados") */
|
|
12
|
+
selectionText?: string;
|
|
13
|
+
/** Clase CSS adicional */
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* TableSelectionBar - Barra de opciones para elementos seleccionados
|
|
18
|
+
*
|
|
19
|
+
* Según diseño de Figma:
|
|
20
|
+
* - Fondo: bg-fill-brand (azul)
|
|
21
|
+
* - Border radius: radius-surface-modal (16px)
|
|
22
|
+
* - Padding: 16px horizontal, 8px vertical
|
|
23
|
+
* - Gap: 16px entre elementos
|
|
24
|
+
* - Texto blanco para el contador
|
|
25
|
+
* - Divisor vertical entre contador y botones
|
|
26
|
+
*/
|
|
27
|
+
export declare const TableSelectionBar: ({ selectedCount, selectedIds, actions, onClearSelection, selectionText, className, }: TableSelectionBarProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=TableSelectionBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableSelectionBar.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/TableSelectionBar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,UAAU,sBAAsB;IAC9B,wCAAwC;IACxC,aAAa,EAAE,MAAM,CAAA;IACrB,yCAAyC;IACzC,WAAW,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IAChC,4DAA4D;IAC5D,OAAO,CAAC,EAAE,eAAe,EAAE,CAAA;IAC3B,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAA;IAC7B,0EAA0E;IAC1E,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,0BAA0B;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,GAAI,sFAO/B,sBAAsB,mDAwDxB,CAAA"}
|
|
@@ -11,6 +11,6 @@ interface TableToolbarProps extends TableToolbarConfig {
|
|
|
11
11
|
onFiltersApply?: (filters: AdvancedFilterConfig[]) => void;
|
|
12
12
|
className?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const TableToolbar: ({ showSearch, searchPlaceholder,
|
|
14
|
+
export declare const TableToolbar: ({ showSearch, searchPlaceholder, showColumnConfig, showCustomAction, customActionLabel, customActionIcon, showSecondCustomAction, secondCustomActionLabel, secondCustomActionIcon, showFilters, onSearch, onFilter, onCustomAction, onSecondCustomAction, selectedCount, columns, rows, filters, onColumnConfig, onColumnVisibilityChange, onColumnReorder, onFiltersApply, className, }: TableToolbarProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=TableToolbar.d.ts.map
|
|
@@ -1 +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;
|
|
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;AAIzD,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,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,0XAwB1B,iBAAiB,4CAwYnB,CAAA"}
|
|
@@ -4,4 +4,5 @@ export { TableBody } from './TableBody';
|
|
|
4
4
|
export { TableContent } from './TableContent';
|
|
5
5
|
export { SkeletonRow } from './SkeletonRow';
|
|
6
6
|
export { EmptyTableState } from './EmptyTableState';
|
|
7
|
+
export { TableSelectionBar } from './TableSelectionBar';
|
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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"}
|
|
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;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ColumnConfig, TableConfigState, SortConfig, FilterConfig } from '../../../shared/types/table';
|
|
2
|
+
interface UseTableConfigOptions {
|
|
3
|
+
/** Clave única para identificar esta tabla en localStorage */
|
|
4
|
+
configKey?: string;
|
|
5
|
+
/** Habilitar persistencia en localStorage */
|
|
6
|
+
persistConfig?: boolean;
|
|
7
|
+
/** Columnas iniciales de la tabla */
|
|
8
|
+
initialColumns: ColumnConfig[];
|
|
9
|
+
/** Ordenamiento inicial */
|
|
10
|
+
initialSort?: SortConfig;
|
|
11
|
+
/** Filtros iniciales */
|
|
12
|
+
initialFilters?: FilterConfig[];
|
|
13
|
+
/** Callback cuando cambia la configuración */
|
|
14
|
+
onConfigChange?: (config: TableConfigState, changeType: string) => void;
|
|
15
|
+
}
|
|
16
|
+
interface UseTableConfigReturn {
|
|
17
|
+
/** Columnas con la configuración aplicada */
|
|
18
|
+
columns: ColumnConfig[];
|
|
19
|
+
/** Ordenamiento actual */
|
|
20
|
+
sort?: SortConfig;
|
|
21
|
+
/** Filtros actuales */
|
|
22
|
+
filters: FilterConfig[];
|
|
23
|
+
/** Actualizar orden de columnas */
|
|
24
|
+
updateColumnOrder: (newColumns: ColumnConfig[]) => void;
|
|
25
|
+
/** Actualizar visibilidad de columna */
|
|
26
|
+
updateColumnVisibility: (columnId: string, visible: boolean) => void;
|
|
27
|
+
/** Actualizar bloqueo de columna */
|
|
28
|
+
updateColumnLock: (columnId: string, locked: boolean) => void;
|
|
29
|
+
/** Actualizar ancho de columna */
|
|
30
|
+
updateColumnWidth: (columnId: string, width: number | string) => void;
|
|
31
|
+
/** Actualizar ordenamiento */
|
|
32
|
+
updateSort: (newSort: SortConfig) => void;
|
|
33
|
+
/** Actualizar filtros */
|
|
34
|
+
updateFilters: (newFilters: FilterConfig[]) => void;
|
|
35
|
+
/** Resetear configuración a valores iniciales */
|
|
36
|
+
resetConfig: () => void;
|
|
37
|
+
/** Configuración actual completa */
|
|
38
|
+
currentConfig: TableConfigState;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Hook para manejar la persistencia de configuración de tabla en localStorage
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```tsx
|
|
45
|
+
* const { columns, updateColumnOrder, updateColumnLock } = useTableConfig({
|
|
46
|
+
* configKey: 'my-table',
|
|
47
|
+
* persistConfig: true,
|
|
48
|
+
* initialColumns: myColumns,
|
|
49
|
+
* })
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export declare const useTableConfig: ({ configKey, persistConfig, initialColumns, initialSort, initialFilters, onConfigChange, }: UseTableConfigOptions) => UseTableConfigReturn;
|
|
53
|
+
export {};
|
|
54
|
+
//# sourceMappingURL=useTableConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableConfig.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/hooks/useTableConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAoB,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKjH,UAAU,qBAAqB;IAC7B,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,6CAA6C;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,qCAAqC;IACrC,cAAc,EAAE,YAAY,EAAE,CAAA;IAC9B,2BAA2B;IAC3B,WAAW,CAAC,EAAE,UAAU,CAAA;IACxB,wBAAwB;IACxB,cAAc,CAAC,EAAE,YAAY,EAAE,CAAA;IAC/B,8CAA8C;IAC9C,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAA;CACxE;AAED,UAAU,oBAAoB;IAC5B,6CAA6C;IAC7C,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,uBAAuB;IACvB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,mCAAmC;IACnC,iBAAiB,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;IACvD,wCAAwC;IACxC,sBAAsB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACpE,oCAAoC;IACpC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7D,kCAAkC;IAClC,iBAAiB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAA;IACrE,8BAA8B;IAC9B,UAAU,EAAE,CAAC,OAAO,EAAE,UAAU,KAAK,IAAI,CAAA;IACzC,yBAAyB;IACzB,aAAa,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;IACnD,iDAAiD;IACjD,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,oCAAoC;IACpC,aAAa,EAAE,gBAAgB,CAAA;CAChC;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc,GAAI,4FAO5B,qBAAqB,KAAG,oBAkN1B,CAAA"}
|
|
@@ -67,4 +67,23 @@ export declare const RealData: StoryObj<typeof Table>;
|
|
|
67
67
|
* - `internalFilters`: Aplicar filtros internamente o solo emitir evento (por defecto: false)
|
|
68
68
|
*/
|
|
69
69
|
export declare const ControlDeFiltros: StoryObj<typeof Table>;
|
|
70
|
+
/**
|
|
71
|
+
* Historia para demostrar las diferentes formas de configurar StatusCell
|
|
72
|
+
*/
|
|
73
|
+
export declare const StatusCellExamples: StoryObj<typeof Table>;
|
|
74
|
+
/**
|
|
75
|
+
* Configuración completa de tabla - Screenshot/Showcase
|
|
76
|
+
* Muestra todas las configuraciones posibles de la tabla
|
|
77
|
+
*/
|
|
78
|
+
export declare const TableShowcase: StoryObj<typeof Table>;
|
|
79
|
+
/**
|
|
80
|
+
* Historia para demostrar la persistencia de configuración en localStorage
|
|
81
|
+
*/
|
|
82
|
+
export declare const PersistConfigExample: StoryObj<typeof Table>;
|
|
83
|
+
/**
|
|
84
|
+
* Historia para demostrar filas expandibles con checkboxes individuales
|
|
85
|
+
* Basado en el diseño de Figma: cada fila es un registro individual
|
|
86
|
+
* La selección es INTERNA - no requiere estado externo
|
|
87
|
+
*/
|
|
88
|
+
export declare const ExpandableWithSelection: StoryObj<typeof Table>;
|
|
70
89
|
//# sourceMappingURL=Table.stories.d.ts.map
|
|
@@ -1 +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;
|
|
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;AA6JhC,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,KAgBzB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAY5B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAmC3B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAkDtB,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;AAgHD,eAAO,MAAM,kBAAkB,EAAE,KAkIhC,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAyJ7B,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,CAsTjD,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAsJ3D,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,mCAAmC,EAAE,QAAQ,CAAC,OAAO,KAAK,CAkItE,CAAA;AAuID,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAEtD,CAAA;AAwID,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAEtD,CAAA;AAggBD;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,OAAO,KAAK,CAyL3C,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAoTnD,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAiJrD,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,QAAQ,CAAC,OAAO,KAAK,CAmiBhD,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,QAAQ,CAAC,OAAO,KAAK,CAyHvD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,OAAO,KAAK,CA+O1D,CAAA"}
|
|
@@ -1 +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,
|
|
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,EAiIlD,CAAA"}
|
|
@@ -5,21 +5,25 @@ import { CellState, ColumnConfig } from '../../../shared/types/table';
|
|
|
5
5
|
*
|
|
6
6
|
* @param state - Estado actual de la celda (default, hover, selected, disabled, focused)
|
|
7
7
|
* @param additionalClasses - Clases adicionales opcionales
|
|
8
|
+
* @param locked - Si la columna está bloqueada (sticky)
|
|
9
|
+
* @param isLastLocked - Si es la última columna bloqueada (para mostrar borde separador)
|
|
8
10
|
* @returns String con todas las clases CSS combinadas
|
|
9
11
|
*/
|
|
10
|
-
export declare const getTableCellClasses: (state?: CellState, additionalClasses?: string) => string;
|
|
12
|
+
export declare const getTableCellClasses: (state?: CellState, additionalClasses?: string, locked?: boolean, isLastLocked?: boolean) => string;
|
|
11
13
|
/**
|
|
12
14
|
* Genera las propiedades comunes para una celda (data-attributes y estilos)
|
|
13
15
|
* Mantiene consistencia en anchos y identificadores
|
|
14
16
|
*
|
|
15
17
|
* @param column - Configuración de la columna
|
|
18
|
+
* @param stickyLeftOffset - Offset izquierdo para columnas bloqueadas (default: 0)
|
|
16
19
|
* @returns Objeto con data-attributes y estilos para la celda
|
|
17
20
|
*/
|
|
18
|
-
export declare const getTableCellProps: (column: ColumnConfig) => {
|
|
21
|
+
export declare const getTableCellProps: (column: ColumnConfig, stickyLeft?: number) => {
|
|
19
22
|
'data-column-id': string;
|
|
20
23
|
style: {
|
|
24
|
+
left?: number | undefined;
|
|
21
25
|
width: string | number | undefined;
|
|
22
|
-
minWidth: number | undefined;
|
|
26
|
+
minWidth: string | number | undefined;
|
|
23
27
|
maxWidth: number | undefined;
|
|
24
28
|
};
|
|
25
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cellStyles.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/cellStyles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAE9D
|
|
1
|
+
{"version":3,"file":"cellStyles.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/cellStyles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAE9D;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAO,SAAqB,EAC5B,oBAAoB,MAAM,EAC1B,SAAS,OAAO,EAChB,eAAe,OAAO,KACrB,MA6BF,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,GAAI,QAAQ,YAAY,EAAE,aAAY,MAAU;;;;;;;;CAa7E,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,GAC1B,GAAG,KAAK,CAAC,UAAU,EACnB,cAAc,MAAM,IAAI,SAIzB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterUtils.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/filterUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"filterUtils.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/filterUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAmGhD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,OAAO,GAAG,EACV,UAAU,cAAc,EACxB,aAAa,GAAG,EAChB,eAAe,GAAG,KACjB,OAiJF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,CAAC,EAAE,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,MAAM,EAAE,SAAS,GAAG,EAAE,KAAG,GAcvF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,EAC5B,MAAM,SAAS,CAAC,CAAC,CAAC,EAAE,EACpB,SAAS,oBAAoB,EAAE,EAC/B,SAAS,GAAG,EAAE,KACb,SAAS,CAAC,CAAC,CAAC,EAoCd,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,SAAS,oBAAoB,EAAE,KAAG,OAElE,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,SAAS,oBAAoB,EAAE,KAAG,MAInE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/filtering.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../../../src/modules/Table/utils/filtering.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAmD5E,eAAO,MAAM,UAAU,GAAI,CAAC,EAC1B,MAAM,SAAS,CAAC,CAAC,CAAC,EAAE,EACpB,SAAS,YAAY,EAAE,EACvB,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,KACzB,SAAS,CAAC,CAAC,CAAC,EAiBd,CAAA;AAkHD,eAAO,MAAM,UAAU,GAAI,CAAC,EAC1B,MAAM,SAAS,CAAC,CAAC,CAAC,EAAE,EACpB,aAAa,MAAM,EACnB,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,KACzB,SAAS,CAAC,CAAC,CAAC,EAkBd,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAS9C,eAAO,MAAM,GAAG,GAAI,uGAYjB,SAAS,4CAkQX,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Textarea/components/organisms/Textarea.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;
|
|
1
|
+
{"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Textarea/components/organisms/Textarea.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAIvD,eAAO,MAAM,QAAQ,GAAI,gJActB,aAAa,4CA2Ff,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToastItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Toast/components/molecules/ToastItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,UAAU,cAAc;IACtB,SAAS,EAAE,UAAU,CAAA;CACtB;AAED,eAAO,MAAM,SAAS,GAAI,eAAe,cAAc,
|
|
1
|
+
{"version":3,"file":"ToastItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Toast/components/molecules/ToastItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,UAAU,cAAc;IACtB,SAAS,EAAE,UAAU,CAAA;CACtB;AAED,eAAO,MAAM,SAAS,GAAI,eAAe,cAAc,mDA4CtD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToast.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/hooks/useToast.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAInE,eAAO,MAAM,QAAQ;;;
|
|
1
|
+
{"version":3,"file":"useToast.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/hooks/useToast.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAInE,eAAO,MAAM,QAAQ;;;CAuEpB,CAAA"}
|
|
@@ -9,7 +9,6 @@ export declare const toastService: {
|
|
|
9
9
|
error(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
10
10
|
info(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
11
11
|
warning(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
12
|
-
dark(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
13
12
|
dismiss(id: number): void;
|
|
14
13
|
configure(options: Partial<ToastConfig>): void;
|
|
15
14
|
getListeners(): ToastListener[];
|
|
@@ -20,7 +19,6 @@ export declare const useToastService: () => {
|
|
|
20
19
|
error(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
21
20
|
info(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
22
21
|
warning(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
23
|
-
dark(messageOrOptions: ToastInput, options?: ToastOptions): number;
|
|
24
22
|
dismiss(id: number): void;
|
|
25
23
|
configure(options: Partial<ToastConfig>): void;
|
|
26
24
|
getListeners(): ToastListener[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToastService.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/hooks/useToastService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAE3F,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,KAAK,UAAU,GAAG,MAAM,GAAG,CAAC,YAAY,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAAA;AAQ/D,eAAO,MAAM,YAAY;2BACA,UAAU,UAAS,UAAU,
|
|
1
|
+
{"version":3,"file":"useToastService.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/hooks/useToastService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAE3F,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,KAAK,UAAU,GAAG,MAAM,GAAG,CAAC,YAAY,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAAA;AAQ/D,eAAO,MAAM,YAAY;2BACA,UAAU,UAAS,UAAU,YAAuB,YAAY;8BA0D7D,UAAU,YAAY,YAAY;4BAIpC,UAAU,YAAY,YAAY;2BAInC,UAAU,YAAY,YAAY;8BAI/B,UAAU,YAAY,YAAY;gBAIhD,MAAM;uBAeC,OAAO,CAAC,WAAW,CAAC;;CAOxC,CAAA;AAED,eAAO,MAAM,eAAe;2BAlGH,UAAU,UAAS,UAAU,YAAuB,YAAY;8BA0D7D,UAAU,YAAY,YAAY;4BAIpC,UAAU,YAAY,YAAY;2BAInC,UAAU,YAAY,YAAY;8BAI/B,UAAU,YAAY,YAAY;gBAIhD,MAAM;uBAeC,OAAO,CAAC,WAAW,CAAC;;CAWxC,CAAA"}
|
|
@@ -14,9 +14,6 @@ export declare const toast: {
|
|
|
14
14
|
warning(messageOrOptions: string | (import('../..').ToastOptions & {
|
|
15
15
|
message: string;
|
|
16
16
|
}), options?: import('../..').ToastOptions): number;
|
|
17
|
-
dark(messageOrOptions: string | (import('../..').ToastOptions & {
|
|
18
|
-
message: string;
|
|
19
|
-
}), options?: import('../..').ToastOptions): number;
|
|
20
17
|
dismiss(id: number): void;
|
|
21
18
|
configure(options: Partial<import('../..').ToastConfig>): void;
|
|
22
19
|
getListeners(): import('../..').ToastListener[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Toast/index.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/Toast/index.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;CAAe,CAAA;AAEjC,eAAO,MAAM,OAAO,mCAInB,CAAA"}
|
|
@@ -6,7 +6,6 @@ type Story = StoryObj<typeof meta>;
|
|
|
6
6
|
export declare const Uso: Story;
|
|
7
7
|
export declare const Configuración: Story;
|
|
8
8
|
export declare const Default: Story;
|
|
9
|
-
export declare const Variantes: Story;
|
|
10
9
|
export declare const Tamaños: Story;
|
|
11
10
|
export declare const ConTitulo: Story;
|
|
12
11
|
export declare const SinBotonCerrar: Story;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/stories/toast.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAEvC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAC3C,OAAO,EAAS,OAAO,EAAE,MAAM,IAAI,CAAA;AAInC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAa9B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAClC,eAAO,MAAM,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"toast.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Toast/stories/toast.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAEvC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAC3C,OAAO,EAAS,OAAO,EAAE,MAAM,IAAI,CAAA;AAInC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAa9B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAClC,eAAO,MAAM,GAAG,EAAE,KA0DjB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAoC3B,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAyErB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAoHrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAwGvB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KA0H5B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAmJxB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAmGrB,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,KAwKhC,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,KAoEnC,CAAA"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* - Inactivo: ui-bg-fill-brand-disabled → var(--ui-color-bg-fill-brand-disabled) = #b8c5ee
|
|
9
9
|
* - Disabled: ui-bg-fill-hover → var(--ui-color-bg-fill-hover) = #f0f1f2
|
|
10
10
|
* - Border: ui-border-DEFAULT → var(--ui-color-border-default) = #c6c8cc
|
|
11
|
-
* - Thumb: ui-bg-
|
|
11
|
+
* - Thumb: ui-bg-fill = #ffffff
|
|
12
12
|
* - Text: ui-text-primary → var(--ui-color-text-primary) = #313336
|
|
13
13
|
*
|
|
14
14
|
* DIMENSIONES (clases de Tailwind con Positive Space):
|
|
@@ -25,7 +25,7 @@ export declare const TOGGLE_DESIGN_TOKENS: {
|
|
|
25
25
|
readonly inactive: "ui-bg-fill-brand-disabled";
|
|
26
26
|
readonly disabled: "ui-bg-fill-hover";
|
|
27
27
|
readonly border: "ui-border-DEFAULT";
|
|
28
|
-
readonly thumb: "ui-bg-
|
|
28
|
+
readonly thumb: "ui-bg-fill";
|
|
29
29
|
readonly text: "ui-text-primary";
|
|
30
30
|
};
|
|
31
31
|
readonly size: {
|