@ix_waterford/lib 1.0.9 → 1.0.11
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.js +3898 -307
- package/dist/index.js.map +1 -1
- package/dist/types/assets/svg/addIcon.d.ts +2 -0
- package/dist/types/assets/svg/addIcon.d.ts.map +1 -0
- package/dist/types/assets/svg/clearFilterIcon.d.ts +3 -0
- package/dist/types/assets/svg/clearFilterIcon.d.ts.map +1 -0
- package/dist/types/assets/svg/downloadIcon.d.ts +2 -0
- package/dist/types/assets/svg/downloadIcon.d.ts.map +1 -0
- package/dist/types/assets/svg/index.d.ts +6 -0
- package/dist/types/assets/svg/index.d.ts.map +1 -1
- package/dist/types/assets/svg/viewColumnIcon.d.ts +3 -0
- package/dist/types/assets/svg/viewColumnIcon.d.ts.map +1 -0
- package/dist/types/assets/svg/viewListIcon.d.ts +3 -0
- package/dist/types/assets/svg/viewListIcon.d.ts.map +1 -0
- package/dist/types/assets/svg/viewModuleIcon.d.ts +3 -0
- package/dist/types/assets/svg/viewModuleIcon.d.ts.map +1 -0
- package/dist/types/components/accordion/accordion.d.ts +2 -2
- package/dist/types/components/accordion/accordion.d.ts.map +1 -1
- package/dist/types/components/avatarStatusDot/avatar.d.ts +12 -0
- package/dist/types/components/avatarStatusDot/avatar.d.ts.map +1 -0
- package/dist/types/components/avatarStatusDot/index.d.ts +3 -0
- package/dist/types/components/avatarStatusDot/index.d.ts.map +1 -0
- package/dist/types/components/avatarStatusDot/style.d.ts +24 -0
- package/dist/types/components/avatarStatusDot/style.d.ts.map +1 -0
- package/dist/types/components/badge/badge.d.ts +7 -7
- package/dist/types/components/badge/badge.d.ts.map +1 -1
- package/dist/types/components/badge/index.d.ts +1 -1
- package/dist/types/components/badge/index.d.ts.map +1 -1
- package/dist/types/components/breadCrumb/breadCrumb.d.ts.map +1 -1
- package/dist/types/components/breadCrumb/index.d.ts +1 -1
- package/dist/types/components/breadCrumb/index.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/button/style.d.ts +1 -1
- package/dist/types/components/checkBox/checkBox.d.ts +2 -2
- package/dist/types/components/colorPicker/colorPicker.d.ts +4 -4
- package/dist/types/components/colorPicker/colorPicker.d.ts.map +1 -1
- package/dist/types/components/colorPicker/index.d.ts +1 -1
- package/dist/types/components/colorPicker/index.d.ts.map +1 -1
- package/dist/types/components/datePicker/datePicker.d.ts +6 -6
- package/dist/types/components/datePicker/datePicker.d.ts.map +1 -1
- package/dist/types/components/datePicker/index.d.ts +1 -0
- package/dist/types/components/datePicker/index.d.ts.map +1 -1
- package/dist/types/components/dateRangePicker/dateRangePicker.d.ts +1 -4
- package/dist/types/components/dateRangePicker/dateRangePicker.d.ts.map +1 -1
- package/dist/types/components/dateRangePicker/style.d.ts +2 -2
- package/dist/types/components/dateRangePicker/style.d.ts.map +1 -1
- package/dist/types/components/dialog/dialog.d.ts.map +1 -1
- package/dist/types/components/dialog/index.d.ts +1 -1
- package/dist/types/components/dialog/index.d.ts.map +1 -1
- package/dist/types/components/drawer/drawer.d.ts +7 -7
- package/dist/types/components/drawer/drawer.d.ts.map +1 -1
- package/dist/types/components/drawer/index.d.ts +1 -1
- package/dist/types/components/drawer/index.d.ts.map +1 -1
- package/dist/types/components/iconButton/iconButton.d.ts +5 -5
- package/dist/types/components/iconButton/iconButton.d.ts.map +1 -1
- package/dist/types/components/iconButton/index.d.ts +1 -1
- package/dist/types/components/iconButton/index.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +22 -2
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/link/index.d.ts +1 -1
- package/dist/types/components/link/index.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +4 -4
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/modal/index.d.ts +1 -1
- package/dist/types/components/modal/index.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +7 -7
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/popOver/index.d.ts +1 -1
- package/dist/types/components/popOver/index.d.ts.map +1 -1
- package/dist/types/components/popOver/popOver.d.ts +6 -6
- package/dist/types/components/popOver/popOver.d.ts.map +1 -1
- package/dist/types/components/radio/index.d.ts +1 -1
- package/dist/types/components/radio/index.d.ts.map +1 -1
- package/dist/types/components/radio/radio.d.ts +5 -5
- package/dist/types/components/radio/radio.d.ts.map +1 -1
- package/dist/types/components/searchBar/searchBar.d.ts +8 -5
- package/dist/types/components/searchBar/searchBar.d.ts.map +1 -1
- package/dist/types/components/snackBar/index.d.ts +1 -1
- package/dist/types/components/snackBar/index.d.ts.map +1 -1
- package/dist/types/components/snackBar/snackBar.d.ts +4 -4
- package/dist/types/components/snackBar/snackBar.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/timePicker/index.d.ts +1 -1
- package/dist/types/components/timePicker/index.d.ts.map +1 -1
- package/dist/types/components/timePicker/timePicker.d.ts +7 -7
- package/dist/types/components/timePicker/timePicker.d.ts.map +1 -1
- package/dist/types/components/toolTip/index.d.ts +1 -1
- package/dist/types/components/toolTip/index.d.ts.map +1 -1
- package/dist/types/components/toolTip/toolTip.d.ts +5 -5
- package/dist/types/components/toolTip/toolTip.d.ts.map +1 -1
- package/dist/types/components/typography/index.d.ts.map +1 -1
- package/dist/types/components/typography/typography.d.ts +1 -1
- package/dist/types/components/typography/typography.d.ts.map +1 -1
- package/dist/types/components/viewHeader/DefaultViewPopover.d.ts +12 -0
- package/dist/types/components/viewHeader/DefaultViewPopover.d.ts.map +1 -0
- package/dist/types/components/viewHeader/columnSettingsPopover.d.ts +18 -0
- package/dist/types/components/viewHeader/columnSettingsPopover.d.ts.map +1 -0
- package/dist/types/components/viewHeader/constants.d.ts +18 -0
- package/dist/types/components/viewHeader/constants.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/add.d.ts +8 -0
- package/dist/types/components/viewHeader/defaultActions/add.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/columnSettings.d.ts +14 -0
- package/dist/types/components/viewHeader/defaultActions/columnSettings.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/dateRangePicker.d.ts +9 -0
- package/dist/types/components/viewHeader/defaultActions/dateRangePicker.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/defaultView.d.ts +8 -0
- package/dist/types/components/viewHeader/defaultActions/defaultView.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/download.d.ts +7 -0
- package/dist/types/components/viewHeader/defaultActions/download.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/index.d.ts +11 -0
- package/dist/types/components/viewHeader/defaultActions/index.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/listSearch.d.ts +8 -0
- package/dist/types/components/viewHeader/defaultActions/listSearch.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/tileSearch.d.ts +9 -0
- package/dist/types/components/viewHeader/defaultActions/tileSearch.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/types.d.ts +4 -0
- package/dist/types/components/viewHeader/defaultActions/types.d.ts.map +1 -0
- package/dist/types/components/viewHeader/defaultActions/viewSwitch.d.ts +7 -0
- package/dist/types/components/viewHeader/defaultActions/viewSwitch.d.ts.map +1 -0
- package/dist/types/components/viewHeader/index.d.ts +2 -0
- package/dist/types/components/viewHeader/index.d.ts.map +1 -0
- package/dist/types/components/viewHeader/popoverStyle.d.ts +26 -0
- package/dist/types/components/viewHeader/popoverStyle.d.ts.map +1 -0
- package/dist/types/components/viewHeader/style.d.ts +76 -0
- package/dist/types/components/viewHeader/style.d.ts.map +1 -0
- package/dist/types/components/viewHeader/viewHeader.d.ts +34 -0
- package/dist/types/components/viewHeader/viewHeader.d.ts.map +1 -0
- package/dist/types/constants/viewHeaderConstants.d.ts +9 -0
- package/dist/types/constants/viewHeaderConstants.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popOver/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popOver/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { type PopoverProps } from '@mui/material';
|
|
3
|
-
export interface
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type PopoverProps as MuiPopoverProps } from '@mui/material';
|
|
3
|
+
export interface PopoverProps {
|
|
4
4
|
open: boolean;
|
|
5
5
|
anchorEl: HTMLElement | null;
|
|
6
6
|
onClose: () => void;
|
|
@@ -14,8 +14,8 @@ export interface PopoverSdkProps {
|
|
|
14
14
|
vertical: 'top' | 'bottom' | 'center';
|
|
15
15
|
horizontal: 'left' | 'center' | 'right';
|
|
16
16
|
};
|
|
17
|
-
slotProps?:
|
|
17
|
+
slotProps?: MuiPopoverProps['slotProps'];
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
20
|
-
export default
|
|
19
|
+
declare const Popover: React.FC<PopoverProps>;
|
|
20
|
+
export default Popover;
|
|
21
21
|
//# sourceMappingURL=popOver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popOver.d.ts","sourceRoot":"","sources":["../../../../src/components/popOver/popOver.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,
|
|
1
|
+
{"version":3,"file":"popOver.d.ts","sourceRoot":"","sources":["../../../../src/components/popOver/popOver.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAyB,KAAK,YAAY,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5F,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;QACtC,UAAU,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;KACzC,CAAC;IACF,eAAe,CAAC,EAAE;QAChB,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;QACtC,UAAU,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;KACzC,CAAC;IACF,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAC;CAC1C;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA6BnC,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
import { type RadioGroupProps, type RadioProps } from '@mui/material';
|
|
2
|
+
import { type RadioGroupProps, type RadioProps as MuiRadioProps } from '@mui/material';
|
|
3
3
|
export interface RadioOption {
|
|
4
4
|
value: string;
|
|
5
5
|
label: string;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export interface
|
|
8
|
+
export interface RadioProps extends Omit<RadioGroupProps, 'onChange'> {
|
|
9
9
|
options: RadioOption[];
|
|
10
10
|
onChange?: (event: React.ChangeEvent<HTMLInputElement>, value: string) => void;
|
|
11
|
-
radioProps?: Omit<
|
|
11
|
+
radioProps?: Omit<MuiRadioProps, 'checked' | 'value' | 'onChange'>;
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const Radio: React.FC<RadioProps>;
|
|
14
|
+
export default Radio;
|
|
15
15
|
//# sourceMappingURL=radio.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAEH,KAAK,eAAe,EAAE,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAEH,KAAK,eAAe,EAAE,KAAK,UAAU,IAAI,aAAa,EACzD,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC;IACjE,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/E,UAAU,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC,CAAC;CACtE;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAmC/B,CAAC;AAIF,eAAe,KAAK,CAAC"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from '../viewHeader/defaultActions/types';
|
|
1
3
|
export interface SearchBarProps {
|
|
4
|
+
search?: string;
|
|
5
|
+
handleClick?: HandleClick;
|
|
6
|
+
setSearch?: (search: string) => void;
|
|
7
|
+
actionType?: string;
|
|
2
8
|
placeholder?: string;
|
|
3
|
-
onChange: (value: string) => void;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
className?: string;
|
|
6
9
|
}
|
|
7
|
-
declare const
|
|
8
|
-
export default
|
|
10
|
+
declare const SearchBar: React.FC<SearchBarProps>;
|
|
11
|
+
export default SearchBar;
|
|
9
12
|
//# sourceMappingURL=searchBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchBar.d.ts","sourceRoot":"","sources":["../../../../src/components/searchBar/searchBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"searchBar.d.ts","sourceRoot":"","sources":["../../../../src/components/searchBar/searchBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAEtE,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAkDvC,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/snackBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/snackBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
import { Snackbar } from '@mui/material';
|
|
3
|
-
export interface
|
|
3
|
+
export interface SnackBarProps {
|
|
4
4
|
message?: string;
|
|
5
5
|
type?: 'success' | 'info' | 'warning' | 'error';
|
|
6
6
|
autoHideDuration?: number;
|
|
@@ -13,6 +13,6 @@ export interface SnackbarSdkProps {
|
|
|
13
13
|
slotProps?: React.ComponentProps<typeof Snackbar>['slotProps'];
|
|
14
14
|
snackbarKey?: string;
|
|
15
15
|
}
|
|
16
|
-
declare const
|
|
17
|
-
export default
|
|
16
|
+
declare const SnackBar: React.FC<SnackBarProps>;
|
|
17
|
+
export default SnackBar;
|
|
18
18
|
//# sourceMappingURL=snackBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snackBar.d.ts","sourceRoot":"","sources":["../../../../src/components/snackBar/snackBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,QAAQ,EAAgB,MAAM,eAAe,CAAC;AAEvD,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"snackBar.d.ts","sourceRoot":"","sources":["../../../../src/components/snackBar/snackBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,QAAQ,EAAgB,MAAM,eAAe,CAAC;AAEvD,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IAChD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAC;QAC3B,UAAU,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;KACzC,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC1C,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,CAAC,WAAW,CAAC,CAAC;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+BrC,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -2,7 +2,7 @@ import type React from 'react';
|
|
|
2
2
|
import { type TabsProps as MuiTabsProps } from '@mui/material';
|
|
3
3
|
export interface TabItem {
|
|
4
4
|
label: string;
|
|
5
|
-
content
|
|
5
|
+
content?: React.ReactNode;
|
|
6
6
|
value?: string | number;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
icon?: React.ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAgC,KAAK,SAAS,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AAI7F,MAAM,WAAW,OAAO;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAgC,KAAK,SAAS,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AAI7F,MAAM,WAAW,OAAO;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAC;CACrD;AAED,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,YAAY,EAAE,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;IACpF,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,eAAe,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAClF,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,OAAO,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,CAAC;IAClD,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC7B;;AAmDD,wBAA4C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/timePicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/timePicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
import type { PickerChangeHandlerContext, TimeValidationError } from '@mui/x-date-pickers';
|
|
3
3
|
import type { PickerValue } from '@mui/x-date-pickers/internals';
|
|
4
|
-
import type { TimePickerProps } from '@mui/x-date-pickers/TimePicker';
|
|
5
|
-
export interface
|
|
4
|
+
import type { TimePickerProps as MuiTimePickerProps } from '@mui/x-date-pickers/TimePicker';
|
|
5
|
+
export interface TimePickerProps {
|
|
6
6
|
value?: PickerValue | undefined;
|
|
7
7
|
onChange?: (value: PickerValue, context: PickerChangeHandlerContext<TimeValidationError>) => void;
|
|
8
8
|
className?: string;
|
|
9
9
|
disabled?: boolean;
|
|
10
|
-
slotProps?:
|
|
11
|
-
viewRenderers?:
|
|
10
|
+
slotProps?: MuiTimePickerProps['slotProps'];
|
|
11
|
+
viewRenderers?: MuiTimePickerProps['viewRenderers'];
|
|
12
12
|
onOpen?: () => void;
|
|
13
13
|
onClose?: () => void;
|
|
14
14
|
}
|
|
15
|
-
declare const
|
|
16
|
-
export default
|
|
15
|
+
declare const TimePicker: React.FC<TimePickerProps>;
|
|
16
|
+
export default TimePicker;
|
|
17
17
|
//# sourceMappingURL=timePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/timePicker/timePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG3F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"timePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/timePicker/timePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG3F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,KAAK,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAE5F,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,0BAA0B,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAClG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC5C,aAAa,CAAC,EAAE,kBAAkB,CAAC,eAAe,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0BzC,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/toolTip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/toolTip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { type TooltipProps } from '@mui/material';
|
|
3
|
-
export interface
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type TooltipProps as MuiTooltipProps } from '@mui/material';
|
|
3
|
+
export interface TooltipProps extends Omit<MuiTooltipProps, 'title'> {
|
|
4
4
|
title: React.ReactNode;
|
|
5
5
|
children: React.ReactElement;
|
|
6
6
|
arrow: boolean;
|
|
7
7
|
placement?: 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' | 'left-start' | 'left' | 'right-end' | 'right-start' | 'right' | 'top-end' | 'top-start' | 'top';
|
|
8
8
|
className?: string;
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
11
|
-
export default
|
|
10
|
+
declare const Tooltip: React.FC<TooltipProps>;
|
|
11
|
+
export default Tooltip;
|
|
12
12
|
//# sourceMappingURL=toolTip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolTip.d.ts","sourceRoot":"","sources":["../../../../src/components/toolTip/toolTip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAEL,KAAK,YAAY,
|
|
1
|
+
{"version":3,"file":"toolTip.d.ts","sourceRoot":"","sources":["../../../../src/components/toolTip/toolTip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAEL,KAAK,YAAY,IAAI,eAAe,EACrC,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC;IAClE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EACR,YAAY,GACZ,cAAc,GACd,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,MAAM,GACN,WAAW,GACX,aAAa,GACb,OAAO,GACP,SAAS,GACT,WAAW,GACX,KAAK,CAAC;IACR,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAmBnC,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
import type { TypographyProps as MuiTypographyProps } from '@mui/material';
|
|
3
3
|
export interface TypographyProps extends Omit<MuiTypographyProps, 'variant'> {
|
|
4
4
|
variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body1' | 'body2' | 'caption' | 'button';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAC3E,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,SAAS,CAAC;IACxE,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC7F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAezC,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface DefaultViewPopoverProps {
|
|
2
|
+
open: HTMLElement | null;
|
|
3
|
+
setOpen: (element: HTMLElement | null) => void;
|
|
4
|
+
viewType: string;
|
|
5
|
+
handleClick: (item: string, data?: {
|
|
6
|
+
[key: string]: unknown;
|
|
7
|
+
}) => void;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import("@emotion/styled").StyledComponent<DefaultViewPopoverProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=DefaultViewPopover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultViewPopover.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/DefaultViewPopover.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,uBAAuB;IACpC,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;;AAwDD,wBAAwD"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface ColumnHeader {
|
|
2
|
+
field: string;
|
|
3
|
+
label: string;
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface ColumnSettingsPopoverProps {
|
|
8
|
+
open: HTMLElement | null;
|
|
9
|
+
setOpen: (element: HTMLElement | null) => void;
|
|
10
|
+
handleClick: (item: string, data?: {
|
|
11
|
+
[key: string]: unknown;
|
|
12
|
+
}) => void;
|
|
13
|
+
headers: ColumnHeader[];
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const _default: import("@emotion/styled").StyledComponent<ColumnSettingsPopoverProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=columnSettingsPopover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnSettingsPopover.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/columnSettingsPopover.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACvC,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACvE,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;;AA2ED,wBAA2D"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const ACTION_TYPES: {
|
|
2
|
+
readonly ADD: "ADD";
|
|
3
|
+
readonly CLEAR_FILTERS: "CLEAR_FILTERS";
|
|
4
|
+
readonly COLUMN_SETTINGS: "COLUMN_SETTINGS";
|
|
5
|
+
readonly DATE_RANGE_PICKER: "DATE_RANGE_PICKER";
|
|
6
|
+
readonly DEFAULT_VIEW: "DEFAULT_VIEW";
|
|
7
|
+
readonly DOWNLOAD: "DOWNLOAD";
|
|
8
|
+
readonly LIST_SEARCH: "LIST_SEARCH";
|
|
9
|
+
readonly TILE_SEARCH: "TILE_SEARCH";
|
|
10
|
+
readonly VIEW_SWITCH: "VIEW_SWITCH";
|
|
11
|
+
};
|
|
12
|
+
export interface ViewOption {
|
|
13
|
+
value: string;
|
|
14
|
+
label: string;
|
|
15
|
+
checked: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare const getViewOptions: (viewType: string) => ViewOption[];
|
|
18
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AAEX,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,GAAI,UAAU,MAAM,KAAG,UAAU,EAgB3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/add.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAM3C,MAAM,WAAW,QAAQ;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAgBlC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from './types';
|
|
3
|
+
export interface ColumnHeader {
|
|
4
|
+
field: string;
|
|
5
|
+
label: string;
|
|
6
|
+
visible?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface ColumnSettingsProps {
|
|
10
|
+
headers?: ColumnHeader[];
|
|
11
|
+
handleClick?: HandleClick;
|
|
12
|
+
}
|
|
13
|
+
export declare const ColumnSettings: React.FC<ColumnSettingsProps>;
|
|
14
|
+
//# sourceMappingURL=columnSettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/columnSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,mBAAmB;IAChC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAyBxD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from './types';
|
|
3
|
+
import type { Dayjs } from 'dayjs';
|
|
4
|
+
export interface DateRangePickerActionProps {
|
|
5
|
+
handleClick?: HandleClick;
|
|
6
|
+
handleDateChange?: (dates: [Dayjs | null, Dayjs | null] | null) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const DateRangePickerAction: React.FC<DateRangePickerActionProps>;
|
|
9
|
+
//# sourceMappingURL=dateRangePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dateRangePicker.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/dateRangePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAK3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAEnC,MAAM,WAAW,0BAA0B;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,IAAI,EAAE,KAAK,GAAG,IAAI,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;CAC3E;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAYtE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from './types';
|
|
3
|
+
export interface DefaultViewProps {
|
|
4
|
+
viewType?: string;
|
|
5
|
+
handleClick?: HandleClick;
|
|
6
|
+
}
|
|
7
|
+
export declare const DefaultView: React.FC<DefaultViewProps>;
|
|
8
|
+
//# sourceMappingURL=defaultView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultView.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/defaultView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyBlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/download.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,aAAa;IAC1B,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAU5C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const defaultActions: {
|
|
2
|
+
LIST_SEARCH: import("react").FC<import("./listSearch").ListSearchProps>;
|
|
3
|
+
TILE_SEARCH: import("react").FC<import("./tileSearch").TileSearchProps>;
|
|
4
|
+
DOWNLOAD: import("react").FC<import("./download").DownloadProps>;
|
|
5
|
+
COLUMN_SETTINGS: import("react").FC<import("./columnSettings").ColumnSettingsProps>;
|
|
6
|
+
VIEW_SWITCH: ({ viewType, handleClick }: import("./viewSwitch").ViewSwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
DEFAULT_VIEW: import("react").FC<import("./defaultView").DefaultViewProps>;
|
|
8
|
+
ADD: import("react").FC<import("./add").AddProps>;
|
|
9
|
+
DATE_RANGE_PICKER: import("react").FC<import("./dateRangePicker").DateRangePickerActionProps>;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,cAAc;;;;;;;;;CAS1B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from './types';
|
|
3
|
+
export interface ListSearchProps {
|
|
4
|
+
hasSearchValue?: boolean;
|
|
5
|
+
handleClick?: HandleClick;
|
|
6
|
+
}
|
|
7
|
+
export declare const ListSearch: React.FC<ListSearchProps>;
|
|
8
|
+
//# sourceMappingURL=listSearch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listSearch.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/listSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,eAAe;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA2BhD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { HandleClick } from './types';
|
|
3
|
+
export interface TileSearchProps {
|
|
4
|
+
tileSearch?: string;
|
|
5
|
+
handleClick?: HandleClick;
|
|
6
|
+
setTileSearch?: (search: string) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const TileSearch: React.FC<TileSearchProps>;
|
|
9
|
+
//# sourceMappingURL=tileSearch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tileSearch.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/tileSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAK3C,MAAM,WAAW,eAAe;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAahD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,KAAK,IAAI,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { HandleClick } from './types';
|
|
2
|
+
export interface ViewSwitchProps {
|
|
3
|
+
viewType?: string;
|
|
4
|
+
handleClick?: HandleClick;
|
|
5
|
+
}
|
|
6
|
+
export declare const ViewSwitch: ({ viewType, handleClick }: ViewSwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=viewSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewSwitch.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewHeader/defaultActions/viewSwitch.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAM3C,MAAM,WAAW,eAAe;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,UAAU,GAAI,2BAAgD,eAAe,4CA2BzF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { Theme } from '@mui/material';
|
|
2
|
+
export declare const PopoverStyle: ({ theme }: {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}) => {
|
|
5
|
+
'& .column-settings-grid': {
|
|
6
|
+
width: string;
|
|
7
|
+
maxHeight: string;
|
|
8
|
+
padding: string;
|
|
9
|
+
};
|
|
10
|
+
'& .column-settings-title': {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
fontWeight: number;
|
|
13
|
+
paddingBottom: string;
|
|
14
|
+
};
|
|
15
|
+
'& .column-settings-label': {
|
|
16
|
+
marginRight: number;
|
|
17
|
+
};
|
|
18
|
+
'& .default-view-grid': {
|
|
19
|
+
width: string;
|
|
20
|
+
padding: string;
|
|
21
|
+
};
|
|
22
|
+
'& .default-view-label': {
|
|
23
|
+
marginRight: number;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=popoverStyle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popoverStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/popoverStyle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,YAAY,GAAI,WAAW;IAAE,KAAK,EAAE,KAAK,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;CAqBtD,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { Theme } from '@mui/material';
|
|
2
|
+
export declare const Style: ({ theme }: {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}) => {
|
|
5
|
+
paddingBottom: string;
|
|
6
|
+
justifyContent: string;
|
|
7
|
+
'& .roundIcon': {
|
|
8
|
+
border: string;
|
|
9
|
+
background: string;
|
|
10
|
+
width: string;
|
|
11
|
+
height: string;
|
|
12
|
+
'& svg': {
|
|
13
|
+
width: string;
|
|
14
|
+
height: string;
|
|
15
|
+
};
|
|
16
|
+
'&.columnSettings': {
|
|
17
|
+
'& svg': {
|
|
18
|
+
width: string;
|
|
19
|
+
height: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
'& .toggleBtns': {
|
|
24
|
+
height: string;
|
|
25
|
+
'& .MuiToggleButtonGroup-grouped': {
|
|
26
|
+
padding: string;
|
|
27
|
+
'& .fillPath': {
|
|
28
|
+
fill: string;
|
|
29
|
+
};
|
|
30
|
+
'&:first-of-type': {
|
|
31
|
+
borderTopLeftRadius: string;
|
|
32
|
+
borderBottomLeftRadius: string;
|
|
33
|
+
};
|
|
34
|
+
'&:last-child': {
|
|
35
|
+
borderTopRightRadius: string;
|
|
36
|
+
borderBottomRightRadius: string;
|
|
37
|
+
};
|
|
38
|
+
'&.Mui-selected': {
|
|
39
|
+
background: string;
|
|
40
|
+
'& .fillPath': {
|
|
41
|
+
fill: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
'& .addButton': {
|
|
47
|
+
paddingLeft: string;
|
|
48
|
+
paddingRight: string;
|
|
49
|
+
'& .MuiButton-startIcon': {
|
|
50
|
+
marginRight: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
'& .closeRoundIcon': {
|
|
54
|
+
border: string;
|
|
55
|
+
background: string;
|
|
56
|
+
width: string;
|
|
57
|
+
height: string;
|
|
58
|
+
marginRight: string;
|
|
59
|
+
'& .MuiSvgIcon-root': {
|
|
60
|
+
width: string;
|
|
61
|
+
height: string;
|
|
62
|
+
fill: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
'& .view-header-container': {
|
|
66
|
+
display: string;
|
|
67
|
+
justifyContent: string;
|
|
68
|
+
gap: string;
|
|
69
|
+
flexWrap: string;
|
|
70
|
+
paddingBottom: string;
|
|
71
|
+
};
|
|
72
|
+
'& .actionItem': {
|
|
73
|
+
display: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/components/viewHeader/style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,KAAK,GAAI,WAAW;IAAE,KAAK,EAAE,KAAK,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuE/C,CAAC"}
|