@codezee/sixtify-brahma 1.1.8 → 1.2.0
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/cjs/index.js +75 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/types/Actions/AddAction.d.ts +4 -0
- package/dist/types/Actions/AddAction.d.ts.map +1 -0
- package/dist/types/Actions/CalendarAction.d.ts +4 -0
- package/dist/types/Actions/CalendarAction.d.ts.map +1 -0
- package/dist/types/Actions/ConfigureAction.d.ts +4 -0
- package/dist/types/Actions/ConfigureAction.d.ts.map +1 -0
- package/dist/types/Actions/DeleteAction.d.ts +4 -0
- package/dist/types/Actions/DeleteAction.d.ts.map +1 -0
- package/dist/types/Actions/DownloadAction.d.ts +4 -0
- package/dist/types/Actions/DownloadAction.d.ts.map +1 -0
- package/dist/types/Actions/EditAction.d.ts +4 -0
- package/dist/types/Actions/EditAction.d.ts.map +1 -0
- package/dist/types/Actions/ExportAction.d.ts +4 -0
- package/dist/types/Actions/ExportAction.d.ts.map +1 -0
- package/dist/types/Actions/FilterAction.d.ts +4 -0
- package/dist/types/Actions/FilterAction.d.ts.map +1 -0
- package/dist/types/Actions/HistoryAction.d.ts +4 -0
- package/dist/types/Actions/HistoryAction.d.ts.map +1 -0
- package/dist/types/Actions/ImportAction.d.ts +4 -0
- package/dist/types/Actions/ImportAction.d.ts.map +1 -0
- package/dist/types/Actions/ViewAction.d.ts +4 -0
- package/dist/types/Actions/ViewAction.d.ts.map +1 -0
- package/dist/types/Actions/index.d.ts +12 -0
- package/dist/types/Actions/index.d.ts.map +1 -0
- package/dist/types/AgGrid/ActionCell/ActionCell.d.ts +11 -0
- package/dist/types/AgGrid/ActionCell/ActionCell.d.ts.map +1 -0
- package/dist/types/AgGrid/ActionCell/Popover.d.ts +3 -0
- package/dist/types/AgGrid/ActionCell/Popover.d.ts.map +1 -0
- package/dist/types/AgGrid/AgGrid.d.ts +15 -0
- package/dist/types/AgGrid/AgGrid.d.ts.map +1 -0
- package/dist/types/AgGrid/LoadingCell.d.ts +2 -0
- package/dist/types/AgGrid/LoadingCell.d.ts.map +1 -0
- package/dist/types/AgGrid/index.d.ts +4 -0
- package/dist/types/AgGrid/index.d.ts.map +1 -0
- package/dist/types/AppBar/AppBar.d.ts +6 -0
- package/dist/types/AppBar/AppBar.d.ts.map +1 -0
- package/dist/types/AppBar/AppBar.styled.d.ts +8 -0
- package/dist/types/AppBar/AppBar.styled.d.ts.map +1 -0
- package/dist/types/AppBar/index.d.ts +2 -0
- package/dist/types/AppBar/index.d.ts.map +1 -0
- package/dist/types/Breadcrumbs/Breadcrumbs.d.ts +12 -0
- package/dist/types/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/types/Breadcrumbs/index.d.ts +2 -0
- package/dist/types/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/types/Button/ActionButton.d.ts +6 -0
- package/dist/types/Button/ActionButton.d.ts.map +1 -0
- package/dist/types/Button/Button.d.ts +6 -0
- package/dist/types/Button/Button.d.ts.map +1 -0
- package/dist/types/Button/ButtonGroup.d.ts +14 -0
- package/dist/types/Button/ButtonGroup.d.ts.map +1 -0
- package/dist/types/Button/index.d.ts +4 -0
- package/dist/types/Button/index.d.ts.map +1 -0
- package/dist/types/Card/AttendanceCard.d.ts +10 -0
- package/dist/types/Card/AttendanceCard.d.ts.map +1 -0
- package/dist/types/Card/Card.d.ts +8 -0
- package/dist/types/Card/Card.d.ts.map +1 -0
- package/dist/types/Card/CardItem/CardItem.d.ts +8 -0
- package/dist/types/Card/CardItem/CardItem.d.ts.map +1 -0
- package/dist/types/Card/CardItem/CardItemValue.d.ts +14 -0
- package/dist/types/Card/CardItem/CardItemValue.d.ts.map +1 -0
- package/dist/types/Card/CardItem/index.d.ts +3 -0
- package/dist/types/Card/CardItem/index.d.ts.map +1 -0
- package/dist/types/Card/ProfileCard/ProfileCard.d.ts +9 -0
- package/dist/types/Card/ProfileCard/ProfileCard.d.ts.map +1 -0
- package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardBody.d.ts +12 -0
- package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardBody.d.ts.map +1 -0
- package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardHeader.d.ts +15 -0
- package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardHeader.d.ts.map +1 -0
- package/dist/types/Card/index.d.ts +7 -0
- package/dist/types/Card/index.d.ts.map +1 -0
- package/dist/types/Charts/PieChart.d.ts +14 -0
- package/dist/types/Charts/PieChart.d.ts.map +1 -0
- package/dist/types/Charts/Skeleton.d.ts +5 -0
- package/dist/types/Charts/Skeleton.d.ts.map +1 -0
- package/dist/types/Charts/index.d.ts +2 -0
- package/dist/types/Charts/index.d.ts.map +1 -0
- package/dist/types/Chips/Chip.d.ts +7 -0
- package/dist/types/Chips/Chip.d.ts.map +1 -0
- package/dist/types/Chips/ChipWithBorder.d.ts +9 -0
- package/dist/types/Chips/ChipWithBorder.d.ts.map +1 -0
- package/dist/types/Chips/FilterPill.d.ts +11 -0
- package/dist/types/Chips/FilterPill.d.ts.map +1 -0
- package/dist/types/Chips/index.d.ts +4 -0
- package/dist/types/Chips/index.d.ts.map +1 -0
- package/dist/types/Dialog/BottomDialog.d.ts +8 -0
- package/dist/types/Dialog/BottomDialog.d.ts.map +1 -0
- package/dist/types/Dialog/BottomDialog.styled.d.ts +6 -0
- package/dist/types/Dialog/BottomDialog.styled.d.ts.map +1 -0
- package/dist/types/Dialog/DeleteDialog.d.ts +9 -0
- package/dist/types/Dialog/DeleteDialog.d.ts.map +1 -0
- package/dist/types/Dialog/Dialog.d.ts +10 -0
- package/dist/types/Dialog/Dialog.d.ts.map +1 -0
- package/dist/types/Dialog/index.d.ts +4 -0
- package/dist/types/Dialog/index.d.ts.map +1 -0
- package/dist/types/Drawer/Bullet.d.ts +2 -0
- package/dist/types/Drawer/Bullet.d.ts.map +1 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItem.d.ts +12 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItem.d.ts.map +1 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItemList.d.ts +8 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItemList.d.ts.map +1 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerSubMenuItemList.d.ts +12 -0
- package/dist/types/Drawer/CloseDrawer/CloseDrawerSubMenuItemList.d.ts.map +1 -0
- package/dist/types/Drawer/CloseDrawer/Popover.d.ts +8 -0
- package/dist/types/Drawer/CloseDrawer/Popover.d.ts.map +1 -0
- package/dist/types/Drawer/CloseDrawer/Popper.d.ts +8 -0
- package/dist/types/Drawer/CloseDrawer/Popper.d.ts.map +1 -0
- package/dist/types/Drawer/Drawer.d.ts +16 -0
- package/dist/types/Drawer/Drawer.d.ts.map +1 -0
- package/dist/types/Drawer/Drawer.styled.d.ts +9 -0
- package/dist/types/Drawer/Drawer.styled.d.ts.map +1 -0
- package/dist/types/Drawer/MenuItem.d.ts +11 -0
- package/dist/types/Drawer/MenuItem.d.ts.map +1 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerCollapse.d.ts +4 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerCollapse.d.ts.map +1 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItem.d.ts +14 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItem.d.ts.map +1 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItemList.d.ts +24 -0
- package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItemList.d.ts.map +1 -0
- package/dist/types/Drawer/index.d.ts +2 -0
- package/dist/types/Drawer/index.d.ts.map +1 -0
- package/dist/types/FilterList/DateRangePickerPopUp.d.ts +14 -0
- package/dist/types/FilterList/DateRangePickerPopUp.d.ts.map +1 -0
- package/dist/types/FilterList/FilterList.d.ts +6 -0
- package/dist/types/FilterList/FilterList.d.ts.map +1 -0
- package/dist/types/FilterList/FilterListV2.d.ts +14 -0
- package/dist/types/FilterList/FilterListV2.d.ts.map +1 -0
- package/dist/types/FilterList/FilterPopup.d.ts +17 -0
- package/dist/types/FilterList/FilterPopup.d.ts.map +1 -0
- package/dist/types/FilterList/FilterPopupWrapper.d.ts +31 -0
- package/dist/types/FilterList/FilterPopupWrapper.d.ts.map +1 -0
- package/dist/types/FilterList/FilterTypeWrapper.d.ts +26 -0
- package/dist/types/FilterList/FilterTypeWrapper.d.ts.map +1 -0
- package/dist/types/FilterList/GetFilterPopupComponent.d.ts +5 -0
- package/dist/types/FilterList/GetFilterPopupComponent.d.ts.map +1 -0
- package/dist/types/FilterList/getFormData.d.ts +3 -0
- package/dist/types/FilterList/getFormData.d.ts.map +1 -0
- package/dist/types/FilterList/index.d.ts +7 -0
- package/dist/types/FilterList/index.d.ts.map +1 -0
- package/dist/types/FormFields/Autocomplete/Autocomplete.d.ts +39 -0
- package/dist/types/FormFields/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/dist/types/FormFields/Autocomplete/Skeleton.d.ts +6 -0
- package/dist/types/FormFields/Autocomplete/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/Autocomplete/index.d.ts +2 -0
- package/dist/types/FormFields/Autocomplete/index.d.ts.map +1 -0
- package/dist/types/FormFields/CheckBox/CheckBox.d.ts +7 -0
- package/dist/types/FormFields/CheckBox/CheckBox.d.ts.map +1 -0
- package/dist/types/FormFields/CheckBox/CheckBox.styled.d.ts +12 -0
- package/dist/types/FormFields/CheckBox/CheckBox.styled.d.ts.map +1 -0
- package/dist/types/FormFields/CheckBox/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/CheckBox/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/CheckBox/index.d.ts +2 -0
- package/dist/types/FormFields/CheckBox/index.d.ts.map +1 -0
- package/dist/types/FormFields/DatePicker/DatePicker.d.ts +27 -0
- package/dist/types/FormFields/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/types/FormFields/DatePicker/Skeleton.d.ts +6 -0
- package/dist/types/FormFields/DatePicker/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/DatePicker/index.d.ts +2 -0
- package/dist/types/FormFields/DatePicker/index.d.ts.map +1 -0
- package/dist/types/FormFields/DateRangePicker/DateRangePicker.d.ts +13 -0
- package/dist/types/FormFields/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/dist/types/FormFields/DateRangePicker/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/DateRangePicker/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/DateRangePicker/index.d.ts +2 -0
- package/dist/types/FormFields/DateRangePicker/index.d.ts.map +1 -0
- package/dist/types/FormFields/DateTimePicker/DateTimePicker.d.ts +23 -0
- package/dist/types/FormFields/DateTimePicker/DateTimePicker.d.ts.map +1 -0
- package/dist/types/FormFields/DateTimePicker/Skeleton.d.ts +4 -0
- package/dist/types/FormFields/DateTimePicker/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/DateTimePicker/index.d.ts +2 -0
- package/dist/types/FormFields/DateTimePicker/index.d.ts.map +1 -0
- package/dist/types/FormFields/FileUpload/FileNames.d.ts +7 -0
- package/dist/types/FormFields/FileUpload/FileNames.d.ts.map +1 -0
- package/dist/types/FormFields/FileUpload/FileUpload.d.ts +21 -0
- package/dist/types/FormFields/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/types/FormFields/FileUpload/FileUpload.styled.d.ts +9 -0
- package/dist/types/FormFields/FileUpload/FileUpload.styled.d.ts.map +1 -0
- package/dist/types/FormFields/FileUpload/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/FileUpload/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/FileUpload/index.d.ts +3 -0
- package/dist/types/FormFields/FileUpload/index.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/ImageUpload.d.ts +13 -0
- package/dist/types/FormFields/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/ImageUpload.styled.d.ts +4 -0
- package/dist/types/FormFields/ImageUpload/ImageUpload.styled.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/ImageUploadView.d.ts +6 -0
- package/dist/types/FormFields/ImageUpload/ImageUploadView.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/PhotoCaptureDialog.d.ts +9 -0
- package/dist/types/FormFields/ImageUpload/PhotoCaptureDialog.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/ImageUpload/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/ImageUpload/index.d.ts +3 -0
- package/dist/types/FormFields/ImageUpload/index.d.ts.map +1 -0
- package/dist/types/FormFields/ListItemButton/ListItemButton.d.ts +9 -0
- package/dist/types/FormFields/ListItemButton/ListItemButton.d.ts.map +1 -0
- package/dist/types/FormFields/ListItemButton/ListItemButton.styled.d.ts +6 -0
- package/dist/types/FormFields/ListItemButton/ListItemButton.styled.d.ts.map +1 -0
- package/dist/types/FormFields/ListItemButton/index.d.ts +2 -0
- package/dist/types/FormFields/ListItemButton/index.d.ts.map +1 -0
- package/dist/types/FormFields/PasswordField/PasswordField.d.ts +6 -0
- package/dist/types/FormFields/PasswordField/PasswordField.d.ts.map +1 -0
- package/dist/types/FormFields/PasswordField/index.d.ts +2 -0
- package/dist/types/FormFields/PasswordField/index.d.ts.map +1 -0
- package/dist/types/FormFields/PhoneInputField/PhoneInputField.d.ts +12 -0
- package/dist/types/FormFields/PhoneInputField/PhoneInputField.d.ts.map +1 -0
- package/dist/types/FormFields/PhoneInputField/Skeleton.d.ts +7 -0
- package/dist/types/FormFields/PhoneInputField/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/PhoneInputField/index.d.ts +2 -0
- package/dist/types/FormFields/PhoneInputField/index.d.ts.map +1 -0
- package/dist/types/FormFields/RadioGroupField/RadioGroupField.d.ts +20 -0
- package/dist/types/FormFields/RadioGroupField/RadioGroupField.d.ts.map +1 -0
- package/dist/types/FormFields/RadioGroupField/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/RadioGroupField/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/RadioGroupField/index.d.ts +2 -0
- package/dist/types/FormFields/RadioGroupField/index.d.ts.map +1 -0
- package/dist/types/FormFields/SearchField/SearchField.d.ts +4 -0
- package/dist/types/FormFields/SearchField/SearchField.d.ts.map +1 -0
- package/dist/types/FormFields/SearchField/index.d.ts +2 -0
- package/dist/types/FormFields/SearchField/index.d.ts.map +1 -0
- package/dist/types/FormFields/Switch/Skeleton.d.ts +2 -0
- package/dist/types/FormFields/Switch/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/Switch/Switch.d.ts +7 -0
- package/dist/types/FormFields/Switch/Switch.d.ts.map +1 -0
- package/dist/types/FormFields/Switch/index.d.ts +2 -0
- package/dist/types/FormFields/Switch/index.d.ts.map +1 -0
- package/dist/types/FormFields/TextField/Skeleton.d.ts +7 -0
- package/dist/types/FormFields/TextField/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/TextField/TextField.d.ts +20 -0
- package/dist/types/FormFields/TextField/TextField.d.ts.map +1 -0
- package/dist/types/FormFields/TextField/index.d.ts +2 -0
- package/dist/types/FormFields/TextField/index.d.ts.map +1 -0
- package/dist/types/FormFields/TimeField/Skeleton.d.ts +4 -0
- package/dist/types/FormFields/TimeField/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/TimeField/TimeField.d.ts +16 -0
- package/dist/types/FormFields/TimeField/TimeField.d.ts.map +1 -0
- package/dist/types/FormFields/TimeField/index.d.ts +2 -0
- package/dist/types/FormFields/TimeField/index.d.ts.map +1 -0
- package/dist/types/FormFields/TimePicker/Skeleton.d.ts +4 -0
- package/dist/types/FormFields/TimePicker/Skeleton.d.ts.map +1 -0
- package/dist/types/FormFields/TimePicker/TimePicker.d.ts +20 -0
- package/dist/types/FormFields/TimePicker/TimePicker.d.ts.map +1 -0
- package/dist/types/FormFields/TimePicker/index.d.ts +2 -0
- package/dist/types/FormFields/TimePicker/index.d.ts.map +1 -0
- package/dist/types/FormFields/index.d.ts +17 -0
- package/dist/types/FormFields/index.d.ts.map +1 -0
- package/dist/types/Indicator/Indicator.d.ts +9 -0
- package/dist/types/Indicator/Indicator.d.ts.map +1 -0
- package/dist/types/Indicator/SeverityIndicator.d.ts +8 -0
- package/dist/types/Indicator/SeverityIndicator.d.ts.map +1 -0
- package/dist/types/Indicator/index.d.ts +3 -0
- package/dist/types/Indicator/index.d.ts.map +1 -0
- package/dist/types/Layouts/FormContainer.d.ts +3 -0
- package/dist/types/Layouts/FormContainer.d.ts.map +1 -0
- package/dist/types/Layouts/FormGridLayout.d.ts +8 -0
- package/dist/types/Layouts/FormGridLayout.d.ts.map +1 -0
- package/dist/types/Layouts/FormRow/FormRow.d.ts +6 -0
- package/dist/types/Layouts/FormRow/FormRow.d.ts.map +1 -0
- package/dist/types/Layouts/FormRow/FormRow.styled.d.ts +9 -0
- package/dist/types/Layouts/FormRow/FormRow.styled.d.ts.map +1 -0
- package/dist/types/Layouts/FormRow/index.d.ts +2 -0
- package/dist/types/Layouts/FormRow/index.d.ts.map +1 -0
- package/dist/types/Layouts/FormSection.d.ts +5 -0
- package/dist/types/Layouts/FormSection.d.ts.map +1 -0
- package/dist/types/Layouts/index.d.ts +5 -0
- package/dist/types/Layouts/index.d.ts.map +1 -0
- package/dist/types/Loader/FacebookCircularProgress.d.ts +3 -0
- package/dist/types/Loader/FacebookCircularProgress.d.ts.map +1 -0
- package/dist/types/Loader/index.d.ts +2 -0
- package/dist/types/Loader/index.d.ts.map +1 -0
- package/dist/types/PadBox/PadBox.d.ts +6 -0
- package/dist/types/PadBox/PadBox.d.ts.map +1 -0
- package/dist/types/PadBox/index.d.ts +2 -0
- package/dist/types/PadBox/index.d.ts.map +1 -0
- package/dist/types/Pagination/Pagination.d.ts +3 -0
- package/dist/types/Pagination/Pagination.d.ts.map +1 -0
- package/dist/types/Pagination/index.d.ts +2 -0
- package/dist/types/Pagination/index.d.ts.map +1 -0
- package/dist/types/Stepper/Stepper.d.ts +12 -0
- package/dist/types/Stepper/Stepper.d.ts.map +1 -0
- package/dist/types/Stepper/StepperV2.d.ts +9 -0
- package/dist/types/Stepper/StepperV2.d.ts.map +1 -0
- package/dist/types/Stepper/StepperV3.d.ts +12 -0
- package/dist/types/Stepper/StepperV3.d.ts.map +1 -0
- package/dist/types/Stepper/index.d.ts +4 -0
- package/dist/types/Stepper/index.d.ts.map +1 -0
- package/dist/types/Svgs/AppLogo/AppLogoMedium.d.ts +3 -0
- package/dist/types/Svgs/AppLogo/AppLogoMedium.d.ts.map +1 -0
- package/dist/types/Svgs/AppLogo/AppLogoSmall.d.ts +3 -0
- package/dist/types/Svgs/AppLogo/AppLogoSmall.d.ts.map +1 -0
- package/dist/types/Svgs/ArrowUp.d.ts +2 -0
- package/dist/types/Svgs/ArrowUp.d.ts.map +1 -0
- package/dist/types/Svgs/Company/CompanyBanner.d.ts +3 -0
- package/dist/types/Svgs/Company/CompanyBanner.d.ts.map +1 -0
- package/dist/types/Svgs/Company/index.d.ts +2 -0
- package/dist/types/Svgs/Company/index.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SettingIcon.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SettingIcon.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgBankConfig.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgBankConfig.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgConfiguration.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgConfiguration.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgPayroll.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgPayroll.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgsEmployees.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgsEmployees.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgsOrganization.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgsOrganization.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/SvgsTransaction.d.ts +3 -0
- package/dist/types/Svgs/Drawer/SvgsTransaction.d.ts.map +1 -0
- package/dist/types/Svgs/Drawer/index.d.ts +8 -0
- package/dist/types/Svgs/Drawer/index.d.ts.map +1 -0
- package/dist/types/Svgs/FormAction.d.ts +3 -0
- package/dist/types/Svgs/FormAction.d.ts.map +1 -0
- package/dist/types/Svgs/ImportExcelSuccessIcon.d.ts +3 -0
- package/dist/types/Svgs/ImportExcelSuccessIcon.d.ts.map +1 -0
- package/dist/types/Svgs/LogoIcon.d.ts +3 -0
- package/dist/types/Svgs/LogoIcon.d.ts.map +1 -0
- package/dist/types/Svgs/SvgAdd.d.ts +3 -0
- package/dist/types/Svgs/SvgAdd.d.ts.map +1 -0
- package/dist/types/Svgs/SvgCalendar.d.ts +3 -0
- package/dist/types/Svgs/SvgCalendar.d.ts.map +1 -0
- package/dist/types/Svgs/SvgConfigure.d.ts +3 -0
- package/dist/types/Svgs/SvgConfigure.d.ts.map +1 -0
- package/dist/types/Svgs/SvgDelete.d.ts +3 -0
- package/dist/types/Svgs/SvgDelete.d.ts.map +1 -0
- package/dist/types/Svgs/SvgDownload.d.ts +3 -0
- package/dist/types/Svgs/SvgDownload.d.ts.map +1 -0
- package/dist/types/Svgs/SvgEmail.d.ts +3 -0
- package/dist/types/Svgs/SvgEmail.d.ts.map +1 -0
- package/dist/types/Svgs/SvgExport.d.ts +3 -0
- package/dist/types/Svgs/SvgExport.d.ts.map +1 -0
- package/dist/types/Svgs/SvgFilterList.d.ts +3 -0
- package/dist/types/Svgs/SvgFilterList.d.ts.map +1 -0
- package/dist/types/Svgs/SvgImport.d.ts +3 -0
- package/dist/types/Svgs/SvgImport.d.ts.map +1 -0
- package/dist/types/Svgs/SvgNoLogo.d.ts +3 -0
- package/dist/types/Svgs/SvgNoLogo.d.ts.map +1 -0
- package/dist/types/Svgs/SvgNoSign.d.ts +3 -0
- package/dist/types/Svgs/SvgNoSign.d.ts.map +1 -0
- package/dist/types/Svgs/SvgPhone.d.ts +3 -0
- package/dist/types/Svgs/SvgPhone.d.ts.map +1 -0
- package/dist/types/Svgs/SvgProfile.d.ts +3 -0
- package/dist/types/Svgs/SvgProfile.d.ts.map +1 -0
- package/dist/types/Svgs/SvgView.d.ts +3 -0
- package/dist/types/Svgs/SvgView.d.ts.map +1 -0
- package/dist/types/Svgs/SvgsDrop.d.ts +3 -0
- package/dist/types/Svgs/SvgsDrop.d.ts.map +1 -0
- package/dist/types/Svgs/SvgsEdit.d.ts +3 -0
- package/dist/types/Svgs/SvgsEdit.d.ts.map +1 -0
- package/dist/types/Svgs/SvgsHistory.d.ts +3 -0
- package/dist/types/Svgs/SvgsHistory.d.ts.map +1 -0
- package/dist/types/Svgs/SvgsHome.d.ts +3 -0
- package/dist/types/Svgs/SvgsHome.d.ts.map +1 -0
- package/dist/types/Svgs/SvgsIndicator.d.ts +8 -0
- package/dist/types/Svgs/SvgsIndicator.d.ts.map +1 -0
- package/dist/types/Svgs/index.d.ts +19 -0
- package/dist/types/Svgs/index.d.ts.map +1 -0
- package/dist/types/Tab/Skeleton.d.ts +2 -0
- package/dist/types/Tab/Skeleton.d.ts.map +1 -0
- package/dist/types/Tab/Tabs.d.ts +18 -0
- package/dist/types/Tab/Tabs.d.ts.map +1 -0
- package/dist/types/Tab/index.d.ts +2 -0
- package/dist/types/Tab/index.d.ts.map +1 -0
- package/dist/types/Timeline/AttendanceStatus.d.ts +7 -0
- package/dist/types/Timeline/AttendanceStatus.d.ts.map +1 -0
- package/dist/types/Timeline/Timeline.d.ts +17 -0
- package/dist/types/Timeline/Timeline.d.ts.map +1 -0
- package/dist/types/Timeline/TimelineTrackSegments.d.ts +9 -0
- package/dist/types/Timeline/TimelineTrackSegments.d.ts.map +1 -0
- package/dist/types/Timeline/index.d.ts +3 -0
- package/dist/types/Timeline/index.d.ts.map +1 -0
- package/dist/types/Toast/Toast.d.ts +9 -0
- package/dist/types/Toast/Toast.d.ts.map +1 -0
- package/dist/types/Toast/ToastBody.d.ts +4 -0
- package/dist/types/Toast/ToastBody.d.ts.map +1 -0
- package/dist/types/Toast/ToastFooterLink.d.ts +4 -0
- package/dist/types/Toast/ToastFooterLink.d.ts.map +1 -0
- package/dist/types/Toast/Toaster.d.ts +2 -0
- package/dist/types/Toast/Toaster.d.ts.map +1 -0
- package/dist/types/Toast/Toaster.styled.d.ts +6 -0
- package/dist/types/Toast/Toaster.styled.d.ts.map +1 -0
- package/dist/types/Toast/index.d.ts +3 -0
- package/dist/types/Toast/index.d.ts.map +1 -0
- package/dist/types/Toast/toasts.d.ts +3 -0
- package/dist/types/Toast/toasts.d.ts.map +1 -0
- package/dist/types/Toast/types.d.ts +15 -0
- package/dist/types/Toast/types.d.ts.map +1 -0
- package/dist/types/Tooltip/Tooltip.d.ts +9 -0
- package/dist/types/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/types/Tooltip/index.d.ts +2 -0
- package/dist/types/Tooltip/index.d.ts.map +1 -0
- package/dist/types/UserProfileMenu/UserProfileMenu.d.ts +19 -0
- package/dist/types/UserProfileMenu/UserProfileMenu.d.ts.map +1 -0
- package/dist/types/UserProfileMenu/UserProfileMenu.styled.d.ts +5 -0
- package/dist/types/UserProfileMenu/UserProfileMenu.styled.d.ts.map +1 -0
- package/dist/types/UserProfileMenu/index.d.ts +2 -0
- package/dist/types/UserProfileMenu/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +26 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/utils/UIProvider.d.ts +8 -0
- package/dist/types/utils/UIProvider.d.ts.map +1 -0
- package/dist/types/utils/colorVariant.d.ts +6 -0
- package/dist/types/utils/colorVariant.d.ts.map +1 -0
- package/dist/types/utils/date.d.ts +4 -0
- package/dist/types/utils/date.d.ts.map +1 -0
- package/dist/types/utils/file.d.ts +3 -0
- package/dist/types/utils/file.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +8 -0
- package/dist/types/utils/index.d.ts.map +1 -0
- package/dist/types/utils/theme/colorPalette.d.ts +20 -0
- package/dist/types/utils/theme/colorPalette.d.ts.map +1 -0
- package/dist/types/utils/theme/colorPaletteUI.d.ts +2 -0
- package/dist/types/utils/theme/colorPaletteUI.d.ts.map +1 -0
- package/dist/types/utils/theme/paletteDark.d.ts +8 -0
- package/dist/types/utils/theme/paletteDark.d.ts.map +1 -0
- package/dist/types/utils/theme/paletteLight.d.ts +3 -0
- package/dist/types/utils/theme/paletteLight.d.ts.map +1 -0
- package/dist/types/utils/theme/theme.d.ts +37 -0
- package/dist/types/utils/theme/theme.d.ts.map +1 -0
- package/dist/types/utils/theme/types.d.ts +14 -0
- package/dist/types/utils/theme/types.d.ts.map +1 -0
- package/dist/types/utils/theme/typography.d.ts +12 -0
- package/dist/types/utils/theme/typography.d.ts.map +1 -0
- package/dist/types/utils/urlToNestedObject.d.ts +2 -0
- package/dist/types/utils/urlToNestedObject.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
type FormGridLayoutProps = {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
columns?: number;
|
|
5
|
+
};
|
|
6
|
+
export declare const FormGridLayout: ({ children, columns, }: FormGridLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=FormGridLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGridLayout.d.ts","sourceRoot":"","sources":["../../../src/Layouts/FormGridLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,wBAG5B,mBAAmB,4CAerB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
2
|
+
export declare const FormRow: ({ children, fullWidth, maxColumn, }: PropsWithChildren<{
|
|
3
|
+
fullWidth?: boolean;
|
|
4
|
+
maxColumn?: number;
|
|
5
|
+
}>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=FormRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormRow.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/FormRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,eAAO,MAAM,OAAO,GAAI,qCAIrB,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,4CAYhE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { StackProps } from "@mui/material";
|
|
2
|
+
import type { ComponentType } from "react";
|
|
3
|
+
type RowContainerStyledProps = StackProps & {
|
|
4
|
+
fullWidth: boolean;
|
|
5
|
+
maxColumn: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const RowContainerStyled: ComponentType<RowContainerStyledProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=FormRow.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormRow.styled.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/FormRow.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAmB3C,KAAK,uBAAuB,GAAG,UAAU,GAAG;IAC1C,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,uBAAuB,CAmBlE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormSection.d.ts","sourceRoot":"","sources":["../../../src/Layouts/FormSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,eAAO,MAAM,WAAW,GAAI,sBAGzB,iBAAiB,CAAC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,4CAcvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FacebookCircularProgress.d.ts","sourceRoot":"","sources":["../../../src/Loader/FacebookCircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,qBAAqB,EAC3B,MAAM,eAAe,CAAC;AAEvB,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,QAAQ,CAAC,qBAAqB,CAAC,2CAgCvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Loader/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type SxProps } from "@mui/material";
|
|
2
|
+
import type { PropsWithChildren } from "react";
|
|
3
|
+
export declare const PadBox: ({ children, padding, }: PropsWithChildren<{
|
|
4
|
+
padding: SxProps;
|
|
5
|
+
}>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=PadBox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PadBox.d.ts","sourceRoot":"","sources":["../../../src/PadBox/PadBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,OAAO,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,eAAO,MAAM,MAAM,GAAI,wBAGpB,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,4CAczC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PadBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type TablePaginationProps } from "@mui/material";
|
|
2
|
+
export declare const Pagination: ({ count, page, onPageChange, rowsPerPage, onRowsPerPageChange, ...rest }: TablePaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,UAAU,GAAI,0EAOxB,oBAAoB,4CA4BtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { StepperProps as MuiStepperProps, StepLabelProps } from "@mui/material";
|
|
2
|
+
type StepperProps = MuiStepperProps & {
|
|
3
|
+
steps: string[];
|
|
4
|
+
stepUrls?: string[];
|
|
5
|
+
errorSteps?: number[];
|
|
6
|
+
showActiveStepIcon?: boolean;
|
|
7
|
+
stepLabelProps?: StepLabelProps;
|
|
8
|
+
onStepClick?: (stepIndex: number) => void;
|
|
9
|
+
};
|
|
10
|
+
export declare const Stepper: ({ orientation, activeStep, stepLabelProps, steps, stepUrls, errorSteps, onStepClick, ...rest }: StepperProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,IAAI,eAAe,EAC/B,cAAc,EACf,MAAM,eAAe,CAAC;AAWvB,KAAK,YAAY,GAAG,eAAe,GAAG;IACpC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,WAAW,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,gGASrB,YAAY,4CAuDd,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { StepperProps } from "@mui/material/Stepper";
|
|
2
|
+
import type { StepLabelProps } from "@mui/material/StepLabel";
|
|
3
|
+
type StepperV2Props = StepperProps & {
|
|
4
|
+
steps: string[];
|
|
5
|
+
stepLabelProps?: StepLabelProps;
|
|
6
|
+
};
|
|
7
|
+
export declare const StepperV2: ({ steps, alternativeLabel, stepLabelProps, ...rest }: StepperV2Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=StepperV2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepperV2.d.ts","sourceRoot":"","sources":["../../../src/Stepper/StepperV2.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AA+E9D,KAAK,cAAc,GAAG,YAAY,GAAG;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,sDAKvB,cAAc,4CAmBhB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { StepperProps as MuiStepperProps, StepLabelProps } from "@mui/material";
|
|
2
|
+
type StepperProps = MuiStepperProps & {
|
|
3
|
+
steps: {
|
|
4
|
+
in_time?: string;
|
|
5
|
+
out_time?: string;
|
|
6
|
+
}[];
|
|
7
|
+
showActiveStepIcon?: boolean;
|
|
8
|
+
stepLabelProps?: StepLabelProps;
|
|
9
|
+
};
|
|
10
|
+
export declare const StepperV3: ({ orientation, activeStep, stepLabelProps, steps, ...rest }: StepperProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=StepperV3.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepperV3.d.ts","sourceRoot":"","sources":["../../../src/Stepper/StepperV3.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,IAAI,eAAe,EAC/B,cAAc,EACf,MAAM,eAAe,CAAC;AAWvB,KAAK,YAAY,GAAG,eAAe,GAAG;IACpC,KAAK,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,6DAMvB,YAAY,4CA6Cd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Stepper/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppLogoMedium.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/AppLogo/AppLogoMedium.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8D3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppLogoSmall.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/AppLogo/AppLogoSmall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8C1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../src/Svgs/ArrowUp.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAUnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanyBanner.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Company/CompanyBanner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA4d3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Company/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingIcon.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SettingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,WAAW,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA6BzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgBankConfig.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgBankConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiC3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgConfiguration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgPayroll.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgPayroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,UAAU,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA6BxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsEmployees.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsEmployees.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAsB3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsOrganization.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsOrganization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiC9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsTransaction.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsTransaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8E7D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./SettingIcon";
|
|
2
|
+
export * from "./SvgBankConfig";
|
|
3
|
+
export * from "./SvgConfiguration";
|
|
4
|
+
export * from "./SvgPayroll";
|
|
5
|
+
export * from "./SvgsEmployees";
|
|
6
|
+
export * from "./SvgsOrganization";
|
|
7
|
+
export * from "./SvgsTransaction";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormAction.d.ts","sourceRoot":"","sources":["../../../src/Svgs/FormAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,wBAAgB,UAAU,CAAC,KAAK,EAAE,YAAY,2CAmH7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportExcelSuccessIcon.d.ts","sourceRoot":"","sources":["../../../src/Svgs/ImportExcelSuccessIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,sBAAsB,GAAI,OAAO,YAAY,4CAmDzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogoIcon.d.ts","sourceRoot":"","sources":["../../../src/Svgs/LogoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAuE3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgAdd.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,MAAM,GAAI,OAAO,YAAY,4CAyBzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgCalendar.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAsF9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgConfigure.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgConfigure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,YAAY,GAAI,OAAO,YAAY,4CAgD/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgDelete.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgDelete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAoD5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgDownload.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgDownload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAiB9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgEmail.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgEmail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAwB3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgExport.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgExport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CA8B5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgFilterList.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgFilterList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,aAAa,GAAI,OAAO,YAAY,4CAmBhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgImport.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgImport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAwC5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgNoLogo.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgNoLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CA+D5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgNoSign.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgNoSign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAyB5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgPhone.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgPhone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAgB3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgProfile.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgProfile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,UAAU,GAAI,OAAO,YAAY,4CA8B7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgView.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAcrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsDrop.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsDrop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAwC3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsEdit.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAuC3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsHistory.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsHistory.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAqC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsHome.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgBtD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type WorkDayType } from "../utils/colorVariant";
|
|
2
|
+
type SvgsIndicatorIconProps = {
|
|
3
|
+
variant?: WorkDayType;
|
|
4
|
+
colourCode?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const SvgsIndicator: ({ variant, colourCode, }: SvgsIndicatorIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=SvgsIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgsIndicator.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE5E,KAAK,sBAAsB,GAAG;IAC5B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AACF,eAAO,MAAM,aAAa,GAAI,0BAG3B,sBAAsB,4CAcxB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./Company";
|
|
2
|
+
export * from "./Drawer";
|
|
3
|
+
export * from "./FormAction";
|
|
4
|
+
export * from "./ImportExcelSuccessIcon";
|
|
5
|
+
export * from "./LogoIcon";
|
|
6
|
+
export * from "./SvgAdd";
|
|
7
|
+
export * from "./SvgCalendar";
|
|
8
|
+
export * from "./SvgConfigure";
|
|
9
|
+
export * from "./SvgDelete";
|
|
10
|
+
export * from "./SvgDownload";
|
|
11
|
+
export * from "./SvgExport";
|
|
12
|
+
export * from "./SvgImport";
|
|
13
|
+
export * from "./SvgNoLogo";
|
|
14
|
+
export * from "./SvgNoSign";
|
|
15
|
+
export * from "./SvgProfile";
|
|
16
|
+
export * from "./SvgsDrop";
|
|
17
|
+
export * from "./SvgsHome";
|
|
18
|
+
export * from "./SvgView";
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/Tab/Skeleton.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,+CAYpB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { TabOwnProps } from "@mui/material/Tab";
|
|
2
|
+
import type { ReactElement } from "react";
|
|
3
|
+
export type TabsItems = {
|
|
4
|
+
value: string;
|
|
5
|
+
label: string;
|
|
6
|
+
icon?: ReactElement;
|
|
7
|
+
toolTipLabel?: string;
|
|
8
|
+
iconPosition?: TabOwnProps["iconPosition"];
|
|
9
|
+
onClick: () => void;
|
|
10
|
+
};
|
|
11
|
+
type TabsProps = {
|
|
12
|
+
tabs: TabsItems[];
|
|
13
|
+
value: string;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
};
|
|
16
|
+
export declare const Tabs: ({ tabs, value, loading }: TabsProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/Tab/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAK1C,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;IAC3C,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,0BAA0B,SAAS,4CAuCvD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Tab/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|