@leapdevuk/component-toolbox 0.0.94 → 0.0.95
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/components/daterangepicker/index.d.ts +6 -0
- package/dist/components/index.d.ts +14 -34
- package/dist/components/{NumberDisplay → numberdisplay}/NumberDisplay.d.ts +2 -2
- package/dist/components/select/Select.d.ts +16 -0
- package/dist/components/typography/Typography.d.ts +3 -0
- package/dist/components/typography/index.d.ts +1 -0
- package/dist/index.cjs.js +38 -38
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7907 -8125
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/Accordion/LCTAccordion.d.ts +0 -3
- package/dist/components/Accordion/index.d.ts +0 -1
- package/dist/components/AccordionDetails/LCTAccordionDetails.d.ts +0 -3
- package/dist/components/AccordionDetails/index.d.ts +0 -1
- package/dist/components/AccordionSummary/LCTAccordionSummary.d.ts +0 -6
- package/dist/components/AccordionSummary/index.d.ts +0 -1
- package/dist/components/AccordionTable/LCTAccordionTable.d.ts +0 -14
- package/dist/components/AccordionTable/index.d.ts +0 -1
- package/dist/components/Alert/LCTAlert.d.ts +0 -3
- package/dist/components/Alert/index.d.ts +0 -1
- package/dist/components/Box/LCTBox.d.ts +0 -3
- package/dist/components/Box/index.d.ts +0 -1
- package/dist/components/Checkbox/LCTCheckbox.d.ts +0 -9
- package/dist/components/Checkbox/index.d.ts +0 -1
- package/dist/components/Chip/LCTChip.d.ts +0 -3
- package/dist/components/Chip/index.d.ts +0 -1
- package/dist/components/DateRangePicker/index.d.ts +0 -6
- package/dist/components/Drawer/LCTDrawer.d.ts +0 -10
- package/dist/components/Drawer/index.d.ts +0 -1
- package/dist/components/IconButton/LCTIconButton.d.ts +0 -3
- package/dist/components/IconButton/index.d.ts +0 -1
- package/dist/components/InputAdornment/LCTInputAdornment.d.ts +0 -3
- package/dist/components/InputAdornment/index.d.ts +0 -1
- package/dist/components/InputLabel/LCTInputLabel.d.ts +0 -3
- package/dist/components/InputLabel/index.d.ts +0 -1
- package/dist/components/Menu/Menu.d.ts +0 -3
- package/dist/components/Menu/index.d.ts +0 -1
- package/dist/components/MenuItem/MenuItem.d.ts +0 -3
- package/dist/components/MenuItem/index.d.ts +0 -1
- package/dist/components/Select/Select.d.ts +0 -3
- package/dist/components/Snackbar/LCTSnackbar.d.ts +0 -3
- package/dist/components/Snackbar/index.d.ts +0 -1
- package/dist/components/StaffAvatar/LCTStaffAvatar.d.ts +0 -7
- package/dist/components/StaffAvatar/index.d.ts +0 -1
- package/dist/components/SvgIcon/LCTSvgIcon.d.ts +0 -3
- package/dist/components/SvgIcon/index.d.ts +0 -1
- package/dist/components/TextareaAutosize/LCTTextareaAutosize.d.ts +0 -3
- package/dist/components/TextareaAutosize/index.d.ts +0 -1
- package/dist/components/Textfield/LCTTextfield.d.ts +0 -3
- package/dist/components/Textfield/index.d.ts +0 -1
- package/dist/components/Tooltip/LCTTooltip.d.ts +0 -3
- package/dist/components/Tooltip/index.d.ts +0 -1
- package/dist/components/Typography/LCTTypography.d.ts +0 -3
- package/dist/components/Typography/index.d.ts +0 -1
- package/dist/images/checkbox-checked-icon.d.ts +0 -6
- package/dist/images/checkbox-icon.d.ts +0 -2
- /package/dist/components/{AppBar → appbar}/AppBar.d.ts +0 -0
- /package/dist/components/{AppBar → appbar}/index.d.ts +0 -0
- /package/dist/components/{Button → button}/Button.d.ts +0 -0
- /package/dist/components/{Button → button}/index.d.ts +0 -0
- /package/dist/components/{CurrencyInput → currencyinput}/CurrencyInput.d.ts +0 -0
- /package/dist/components/{CurrencyInput → currencyinput}/index.d.ts +0 -0
- /package/dist/components/{DataGrid → datagrid}/DataGrid.d.ts +0 -0
- /package/dist/components/{DataGrid → datagrid}/header-row.d.ts +0 -0
- /package/dist/components/{DataGrid → datagrid}/index.d.ts +0 -0
- /package/dist/components/{DatePicker → datepicker}/DatePicker.d.ts +0 -0
- /package/dist/{images → components/datepicker}/calendar-icon.d.ts +0 -0
- /package/dist/components/{DatePicker → datepicker}/index.d.ts +0 -0
- /package/dist/components/{DatePicker → datepicker}/utils.d.ts +0 -0
- /package/dist/components/{DateRangePicker → daterangepicker}/DateRangePicker.d.ts +0 -0
- /package/dist/components/{DateRangePicker → daterangepicker}/date-action-pill.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/Dialog.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/images/info-icon.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/images/leap-icon.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/images/warning-icon.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/index.d.ts +0 -0
- /package/dist/components/{Footer → footer}/Footer.d.ts +0 -0
- /package/dist/components/{Footer → footer}/index.d.ts +0 -0
- /package/dist/components/{FormDialog → formdialog}/FormDialog.d.ts +0 -0
- /package/dist/components/{FormDialog → formdialog}/index.d.ts +0 -0
- /package/dist/components/{Loader → loader}/Loader.d.ts +0 -0
- /package/dist/components/{Loader → loader}/index.d.ts +0 -0
- /package/dist/components/{NumberDisplay → numberdisplay}/index.d.ts +0 -0
- /package/dist/components/{NumberInput → numberinput}/NumberInput.d.ts +0 -0
- /package/dist/components/{NumberInput → numberinput}/index.d.ts +0 -0
- /package/dist/components/{Select → select}/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordion } from './LCTAccordion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordionDetails } from './LCTAccordionDetails';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const LCTAccordionSummary: import('@emotion/styled').StyledComponent<import('@mui/material').AccordionSummaryOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "disabled" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon"> & {
|
|
4
|
-
component?: React.ElementType;
|
|
5
|
-
} & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default LCTAccordionSummary;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordionSummary } from './LCTAccordionSummary';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { GridRowParams } from '@mui/x-data-grid-pro';
|
|
2
|
-
import { GridInitialStatePro } from '@mui/x-data-grid-pro/models/gridStatePro';
|
|
3
|
-
interface IAccordionTableProps {
|
|
4
|
-
maxHeight: any;
|
|
5
|
-
rows: any[];
|
|
6
|
-
columns: any;
|
|
7
|
-
initialState?: GridInitialStatePro | undefined;
|
|
8
|
-
onRowDoubleClick?: (params: GridRowParams<any>) => void;
|
|
9
|
-
id: (row: any) => any;
|
|
10
|
-
rowHeight?: number;
|
|
11
|
-
headerHeight?: number;
|
|
12
|
-
}
|
|
13
|
-
declare const LCTAccordionTable: import('@emotion/styled').StyledComponent<IAccordionTableProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
14
|
-
export default LCTAccordionTable;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordionTable } from './LCTAccordionTable';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAlert } from './LCTAlert';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTBox } from './LCTBox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTCheckbox } from './LCTCheckbox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTChip } from './LCTChip';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as LCTDateRangePicker } from './DateRangePicker';
|
|
2
|
-
export { formatDate as lctFormatDate } from '../DatePicker/utils';
|
|
3
|
-
export { getLocalDisplayFormattedDate as lctGetLocalDisplayFormattedDate } from '../DatePicker/utils';
|
|
4
|
-
export { getLocalDisplayFormattedDateTime as lctGetLocalDisplayFormattedDateTime } from '../DatePicker/utils';
|
|
5
|
-
export { getLocale as lctGetLocale } from '../DatePicker/utils';
|
|
6
|
-
export { parseDate as lctParseDate } from '../DatePicker/utils';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DrawerProps } from '@mui/material';
|
|
2
|
-
interface IDrawerProps extends DrawerProps {
|
|
3
|
-
leftContent: React.ReactNode;
|
|
4
|
-
rightContent: React.ReactNode;
|
|
5
|
-
height: number | string;
|
|
6
|
-
defaultDrawerWidth: number;
|
|
7
|
-
minDrawerWidth?: number;
|
|
8
|
-
}
|
|
9
|
-
declare const LCTDrawer: (props: IDrawerProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export default LCTDrawer;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTDrawer } from './LCTDrawer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTIconButton } from './LCTIconButton';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTInputAdornment } from './LCTInputAdornment';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTInputLabel } from './LCTInputLabel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTMenu } from './Menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTMenuItem } from './MenuItem';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTSnackbar } from './LCTSnackbar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTStaffAvatar } from './LCTStaffAvatar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTSvgIcon } from './LCTSvgIcon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTextareaAutosize } from './LCTTextareaAutosize';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTextfield } from './LCTTextfield';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTooltip } from './LCTTooltip';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTypography } from './LCTTypography';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|