hrm_ui_lib 2.0.3 → 2.1.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/assets/styles/styles.css +525 -0
- package/assets/styles/styles.scss +3 -1
- package/components/Alert/Alert.js +1 -1
- package/components/Alert/index.js +1 -1
- package/components/Avatar/Avatar.js +1 -1
- package/components/Avatar/AvatarGroup.js +1 -1
- package/components/Avatar/index.js +1 -1
- package/components/Button/Button.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Checkbox/Checkbox.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Copy/Copy.js +1 -1
- package/components/Copy/index.js +1 -1
- package/components/Counter/Counter.js +1 -1
- package/components/Counter/index.js +1 -1
- package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +1 -1
- package/components/DatePicker/RangeDatePicker/index.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +1 -1
- package/components/DatePicker/SimpleDatePicker/index.js +1 -1
- package/components/DatePicker/TimePicker/MobileModalContent.js +1 -1
- package/components/DatePicker/TimePicker/TimePicker.js +1 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +1 -1
- package/components/DatePicker/TimePicker/TimePickerMobile.js +1 -1
- package/components/DatePicker/TimePicker/index.js +1 -1
- package/components/DatePicker/index.js +1 -1
- package/components/Empty/Empty.js +1 -1
- package/components/Empty/index.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/index.js +1 -1
- package/components/FileUpload/FileUpload.js +1 -1
- package/components/FileUpload/UploadItems.js +1 -1
- package/components/FileUpload/index.js +1 -1
- package/components/FormContainer/FormContainer.js +1 -1
- package/components/FormContainer/index.js +1 -1
- package/components/FormField/FormField.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Input/Input.js +1 -1
- package/components/Input/index.js +1 -1
- package/components/Menu/Menu.js +1 -1
- package/components/Menu/NestedMenu.js +1 -1
- package/components/Menu/index.js +1 -1
- package/components/Modal/Modal.js +1 -1
- package/components/Modal/ModalConfirmation.js +1 -1
- package/components/Modal/ModalContent.js +1 -1
- package/components/Modal/index.js +1 -1
- package/components/More/More.js +1 -1
- package/components/More/index.js +1 -1
- package/components/Popover/Popover.js +1 -1
- package/components/Popover/PopoverMobile.js +1 -1
- package/components/Popover/index.js +1 -1
- package/components/Radio/RadioGroup.js +1 -1
- package/components/Radio/index.js +1 -1
- package/components/SVGIcons/IconChevronDoubleLeft.d.ts +4 -0
- package/components/SVGIcons/IconChevronDoubleLeft.js +29 -0
- package/components/SVGIcons/IconChevronDoubleRight.d.ts +4 -0
- package/components/SVGIcons/IconChevronDoubleRight.js +29 -0
- package/components/SVGIcons/index.d.ts +2 -0
- package/components/SVGIcons/index.js +2 -0
- package/components/Select/ButtonSelect/ButtonSelect.js +1 -1
- package/components/Select/FilterSelect/FilterDropdown.js +1 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +1 -1
- package/components/Select/FilterSelect/FilterSelect.js +1 -1
- package/components/Select/MultiSelect/MobileWrapper.js +1 -1
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +1 -1
- package/components/Select/MultiSelect/MultiSelect.js +1 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +1 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +1 -1
- package/components/Select/MultiSelect/OptionsWrapper.js +1 -1
- package/components/Select/NestedSelect/NestedSelect.js +1 -1
- package/components/Select/Select/Select.js +1 -1
- package/components/Select/Select/SelectDesktop/index.js +1 -1
- package/components/Select/Select/SelectMobile/MobileTopContent.js +1 -1
- package/components/Select/Select/SelectMobile/index.js +1 -1
- package/components/Select/SharedComponents/Actions.js +1 -1
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +1 -1
- package/components/Select/SharedComponents/ContentTop.js +1 -1
- package/components/Select/SharedComponents/Footer.js +1 -1
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +1 -1
- package/components/Select/SharedComponents/index.js +1 -1
- package/components/Select/index.js +1 -1
- package/components/SideSheet/Footer/Footer.js +1 -1
- package/components/SideSheet/SideSheet.js +1 -1
- package/components/SideSheet/index.js +1 -1
- package/components/Snackbar/Snackbar.js +1 -1
- package/components/Snackbar/index.js +1 -1
- package/components/Switcher/Switcher.js +1 -1
- package/components/Switcher/index.js +1 -1
- package/components/Table/Header.js +1 -1
- package/components/Table/IndeterminateCheckbox.js +1 -1
- package/components/Table/Row.js +1 -1
- package/components/Table/Table.js +1 -1
- package/components/Table/index.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/TableV2/AdvancedPagination.d.ts +8 -0
- package/components/TableV2/AdvancedPagination.js +271 -0
- package/components/TableV2/ColumnHeader.d.ts +9 -0
- package/components/TableV2/ColumnHeader.js +64 -0
- package/components/TableV2/ColumnSettings.d.ts +9 -0
- package/components/TableV2/ColumnSettings.js +164 -0
- package/components/TableV2/IndeterminateCheckbox.d.ts +13 -0
- package/components/TableV2/IndeterminateCheckbox.js +87 -0
- package/components/TableV2/Table.d.ts +3 -0
- package/components/TableV2/Table.js +319 -0
- package/components/TableV2/constants/index.d.ts +6 -0
- package/components/TableV2/constants/index.js +23 -0
- package/components/TableV2/hooks/useTableColumnSettings.d.ts +2 -0
- package/components/TableV2/hooks/useTableColumnSettings.js +20 -0
- package/components/TableV2/hooks/useTableControl.d.ts +11 -0
- package/components/TableV2/hooks/useTableControl.js +303 -0
- package/components/TableV2/index.d.ts +3 -0
- package/components/TableV2/index.js +131 -0
- package/components/TableV2/loadTableSettings.d.ts +2 -0
- package/components/TableV2/loadTableSettings.js +18 -0
- package/components/TableV2/types.d.ts +70 -0
- package/components/TableV2/types.js +1 -0
- package/components/Textarea/Textarea.js +1 -1
- package/components/Textarea/index.js +1 -1
- package/helperComponents/GoToWebPage/GoToWebPage.js +1 -1
- package/helperComponents/OptionItem/OptionItem.js +1 -1
- package/helperComponents/OptionItem/index.js +1 -1
- package/helperComponents/index.js +1 -1
- package/helpers/check-authorization.js +1 -1
- package/helpers/index.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +16 -1
- package/package.json +5 -1
- /package/{Alert-V_kH4Snn.js → Alert-BslI0aA0.js} +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconChevronDoubleRight = function IconChevronDoubleRight(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M10.9904 5.04814C11.3503 4.70531 11.92 4.71915 12.2628 5.07906L18.2644 11.3796C18.5955 11.7272 18.5955 12.2735 18.2644 12.6211L12.2628 18.9217C11.92 19.2816 11.3503 19.2954 10.9904 18.9526C10.6305 18.6098 10.6166 18.0401 10.9595 17.6802L16.3698 12.0004L10.9595 6.32055C10.6166 5.96065 10.6305 5.39097 10.9904 5.04814ZM6.19039 5.04814C6.55029 4.70531 7.11997 4.71915 7.4628 5.07906L13.4644 11.3796C13.7955 11.7272 13.7955 12.2735 13.4644 12.6211L7.4628 18.9217C7.11997 19.2816 6.55029 19.2954 6.19039 18.9526C5.83048 18.6098 5.81664 18.0401 6.15947 17.6802L11.5698 12.0004L6.15947 6.32055C5.81664 5.96065 5.83048 5.39097 6.19039 5.04814Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconChevronDoubleRight, IconChevronDoubleRight as default };
|
|
@@ -298,6 +298,8 @@ export { IconWalletFilled } from './IconWalletFilled.js';
|
|
|
298
298
|
export { IconWarning } from './IconWarning.js';
|
|
299
299
|
export { IconWarningFilled } from './IconWarningFilled.js';
|
|
300
300
|
export { IconYoutube } from './IconYoutube.js';
|
|
301
|
+
export { IconChevronDoubleLeft } from './IconChevronDoubleLeft.js';
|
|
302
|
+
export { IconChevronDoubleRight } from './IconChevronDoubleRight.js';
|
|
301
303
|
import '@babel/runtime/helpers/defineProperty';
|
|
302
304
|
import 'react';
|
|
303
305
|
import 'classnames';
|
|
@@ -12,7 +12,7 @@ import 'react-hook-form';
|
|
|
12
12
|
import '@babel/runtime/helpers/extends';
|
|
13
13
|
import '@babel/runtime/helpers/defineProperty';
|
|
14
14
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
15
|
-
import '../../../Alert-
|
|
15
|
+
import '../../../Alert-BslI0aA0.js';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import 'framer-motion';
|
|
18
18
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -9,7 +9,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
9
9
|
import '../../FileUpload/FileUpload.js';
|
|
10
10
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
11
11
|
import '../../FileUpload/types.js';
|
|
12
|
-
import '../../../Alert-
|
|
12
|
+
import '../../../Alert-BslI0aA0.js';
|
|
13
13
|
import '../../Alert/consts.js';
|
|
14
14
|
import '../../Text/Text.js';
|
|
15
15
|
import '../../../utils/helpers.js';
|
|
@@ -10,7 +10,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
10
10
|
import '../../FileUpload/FileUpload.js';
|
|
11
11
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
12
12
|
import '../../FileUpload/types.js';
|
|
13
|
-
import '../../../Alert-
|
|
13
|
+
import '../../../Alert-BslI0aA0.js';
|
|
14
14
|
import '../../Alert/consts.js';
|
|
15
15
|
import '../../Text/Text.js';
|
|
16
16
|
import '../../../utils/helpers.js';
|
|
@@ -15,7 +15,7 @@ import { Footer } from '../SharedComponents/Footer.js';
|
|
|
15
15
|
import '@babel/runtime/helpers/defineProperty';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '../../../consts/index.js';
|
|
18
|
-
import '../../../Alert-
|
|
18
|
+
import '../../../Alert-BslI0aA0.js';
|
|
19
19
|
import 'react-syntax-highlighter';
|
|
20
20
|
import 'framer-motion';
|
|
21
21
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -9,7 +9,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
9
9
|
import 'react-syntax-highlighter';
|
|
10
10
|
import '@babel/runtime/helpers/defineProperty';
|
|
11
11
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
12
|
-
import '../../../../Alert-
|
|
12
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import '../../../../consts/index.js';
|
|
15
15
|
import '../../../../hooks/useScreenSize.js';
|
|
@@ -12,7 +12,7 @@ import '../../../consts/index.js';
|
|
|
12
12
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
13
13
|
import '../../../hooks/useScreenSize.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../../Alert-
|
|
15
|
+
import '../../../Alert-BslI0aA0.js';
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import 'framer-motion';
|
|
@@ -15,7 +15,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import '@babel/runtime/helpers/defineProperty';
|
|
17
17
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
18
|
-
import '../../../../Alert-
|
|
18
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import 'framer-motion';
|
|
21
21
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -15,7 +15,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import '@babel/runtime/helpers/defineProperty';
|
|
17
17
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
18
|
-
import '../../../../Alert-
|
|
18
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import 'framer-motion';
|
|
21
21
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -11,7 +11,7 @@ import '../../../consts/index.js';
|
|
|
11
11
|
import '../../../hooks/useScreenSize.js';
|
|
12
12
|
import { useGetHasBottomSpace, useGetHasTopSpace } from '../../../hooks/useGetHasBottomSpace.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../../Alert-
|
|
14
|
+
import '../../../Alert-BslI0aA0.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import 'framer-motion';
|
|
@@ -25,7 +25,7 @@ import '../../../utils/helpers.js';
|
|
|
25
25
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
26
26
|
import '../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
27
27
|
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
28
|
-
import '../../../Alert-
|
|
28
|
+
import '../../../Alert-BslI0aA0.js';
|
|
29
29
|
import '../../Alert/consts.js';
|
|
30
30
|
import '../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import 'react-dropzone';
|
|
@@ -13,7 +13,7 @@ import { SelectMobile } from './SelectMobile/index.js';
|
|
|
13
13
|
import { IconChevronUp } from '../../SVGIcons/IconChevronUp.js';
|
|
14
14
|
import { IconChevronDown } from '../../SVGIcons/IconChevronDown.js';
|
|
15
15
|
import { SELECT_TRANSLATIONS } from '../localization.js';
|
|
16
|
-
import { B as Button } from '../../../Alert-
|
|
16
|
+
import { B as Button } from '../../../Alert-BslI0aA0.js';
|
|
17
17
|
import '../../../consts/index.js';
|
|
18
18
|
import '../../../type/file-upload.js';
|
|
19
19
|
import 'react-window';
|
|
@@ -18,7 +18,7 @@ import { useChangePositionsOnScroll } from '../../../../hooks/useChangePositions
|
|
|
18
18
|
import { Empty } from '../../../Empty/Empty.js';
|
|
19
19
|
import '@babel/runtime/helpers/extends';
|
|
20
20
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
21
|
-
import '../../../../Alert-
|
|
21
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import 'framer-motion';
|
|
24
24
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -22,7 +22,7 @@ import '../../../../consts/index.js';
|
|
|
22
22
|
import '../../../../type/file-upload.js';
|
|
23
23
|
import '../../../../hooks/useScreenSize.js';
|
|
24
24
|
import 'react-hook-form';
|
|
25
|
-
import '../../../../Alert-
|
|
25
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
26
26
|
import '../../../Alert/consts.js';
|
|
27
27
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import 'react-dropzone';
|
|
@@ -6,7 +6,7 @@ import 'classnames';
|
|
|
6
6
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
7
7
|
import 'react-syntax-highlighter';
|
|
8
8
|
import { Empty } from '../../../Empty/Empty.js';
|
|
9
|
-
import { a as Modal } from '../../../../Alert-
|
|
9
|
+
import { a as Modal } from '../../../../Alert-BslI0aA0.js';
|
|
10
10
|
import '@babel/runtime/helpers/extends';
|
|
11
11
|
import 'framer-motion';
|
|
12
12
|
import '../../../../consts/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
2
|
import React, { useState } from 'react';
|
|
3
|
-
import { B as Button } from '../../../Alert-
|
|
3
|
+
import { B as Button } from '../../../Alert-BslI0aA0.js';
|
|
4
4
|
import { Menu } from '../../Menu/Menu.js';
|
|
5
5
|
import '@babel/runtime/helpers/defineProperty';
|
|
6
6
|
import 'react-dom';
|
|
@@ -18,7 +18,7 @@ import '../../../SVGIcons/IconChevronDown.js';
|
|
|
18
18
|
import '../../../../type/file-upload.js';
|
|
19
19
|
import '../../../../hooks/useGetElemPositions.js';
|
|
20
20
|
import '../../../../hooks/useGetElemSizes.js';
|
|
21
|
-
import '../../../../Alert-
|
|
21
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
22
22
|
import '@babel/runtime/helpers/extends';
|
|
23
23
|
import '../../../Alert/consts.js';
|
|
24
24
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -25,7 +25,7 @@ import '../../../consts/index.js';
|
|
|
25
25
|
import '../../../type/file-upload.js';
|
|
26
26
|
import '../../../hooks/useScreenSize.js';
|
|
27
27
|
import 'react-hook-form';
|
|
28
|
-
import '../../../Alert-
|
|
28
|
+
import '../../../Alert-BslI0aA0.js';
|
|
29
29
|
import '../../Alert/consts.js';
|
|
30
30
|
import '../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import 'react-dropzone';
|
|
@@ -2,7 +2,7 @@ import _extends from '@babel/runtime/helpers/extends';
|
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { C as Checkbox, B as Button } from '../../../Alert-
|
|
5
|
+
import { C as Checkbox, B as Button } from '../../../Alert-BslI0aA0.js';
|
|
6
6
|
import { SELECT_TRANSLATIONS } from '../localization.js';
|
|
7
7
|
import '../../Alert/consts.js';
|
|
8
8
|
import 'classnames';
|
|
@@ -25,7 +25,7 @@ import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
|
25
25
|
import '../../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
26
26
|
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
27
27
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
28
|
-
import '../../../../Alert-
|
|
28
|
+
import '../../../../Alert-BslI0aA0.js';
|
|
29
29
|
import '../../../Alert/consts.js';
|
|
30
30
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import 'react-dropzone';
|
|
@@ -8,7 +8,7 @@ import '@babel/runtime/helpers/extends';
|
|
|
8
8
|
import '@babel/runtime/helpers/defineProperty';
|
|
9
9
|
import '@babel/runtime/helpers/slicedToArray';
|
|
10
10
|
import 'react';
|
|
11
|
-
import '../../../Alert-
|
|
11
|
+
import '../../../Alert-BslI0aA0.js';
|
|
12
12
|
import '../../Alert/consts.js';
|
|
13
13
|
import 'classnames';
|
|
14
14
|
import '../../Text/Text.js';
|
|
@@ -22,7 +22,7 @@ import '../Avatar/Avatar.js';
|
|
|
22
22
|
import '../FileUpload/FileUpload.js';
|
|
23
23
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
24
24
|
import '../FileUpload/types.js';
|
|
25
|
-
import '../../Alert-
|
|
25
|
+
import '../../Alert-BslI0aA0.js';
|
|
26
26
|
import '../Alert/consts.js';
|
|
27
27
|
import '../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../hooks/useScreenSize.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from '@babel/runtime/helpers/extends';
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import React, { useCallback } from 'react';
|
|
4
|
-
import { C as Checkbox, B as Button } from '../../../Alert-
|
|
4
|
+
import { C as Checkbox, B as Button } from '../../../Alert-BslI0aA0.js';
|
|
5
5
|
import '../../Alert/consts.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../Text/Text.js';
|
|
@@ -11,7 +11,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
11
11
|
import { useHideBodyScroll } from '../../hooks/useHideBodyScroll.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import { AnimatePresenceWrapper } from '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
14
|
-
import { B as Button } from '../../Alert-
|
|
14
|
+
import { B as Button } from '../../Alert-BslI0aA0.js';
|
|
15
15
|
import { Text } from '../Text/Text.js';
|
|
16
16
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
17
17
|
import { Footer } from './Footer/Footer.js';
|
|
@@ -13,7 +13,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
13
13
|
import '../../hooks/useHideBodyScroll.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
15
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
16
|
-
import '../../Alert-
|
|
16
|
+
import '../../Alert-BslI0aA0.js';
|
|
17
17
|
import '../Alert/consts.js';
|
|
18
18
|
import '../Text/Text.js';
|
|
19
19
|
import '../../utils/helpers.js';
|
|
@@ -2,7 +2,7 @@ import _extends from '@babel/runtime/helpers/extends';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { toast, ToastContainer, Slide } from 'react-toastify';
|
|
4
4
|
import { Text } from '../Text/Text.js';
|
|
5
|
-
import { B as Button } from '../../Alert-
|
|
5
|
+
import { B as Button } from '../../Alert-BslI0aA0.js';
|
|
6
6
|
import { DEFAULT_DURATION, TYPE_MAPPING, ICONS_MAPPING } from './consts.js';
|
|
7
7
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
8
8
|
import 'dayjs';
|
|
@@ -6,7 +6,7 @@ import '../Text/Text.js';
|
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Alert-
|
|
9
|
+
import '../../Alert-BslI0aA0.js';
|
|
10
10
|
import '../Alert/consts.js';
|
|
11
11
|
import '@babel/runtime/helpers/defineProperty';
|
|
12
12
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -10,7 +10,7 @@ import '@babel/runtime/helpers/objectWithoutProperties';
|
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
|
-
import '../../Alert-
|
|
13
|
+
import '../../Alert-BslI0aA0.js';
|
|
14
14
|
import { IconCheckmark } from '../SVGIcons/IconCheckmark.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import '../Text/Text.js';
|
|
@@ -14,7 +14,7 @@ import '../../consts/index.js';
|
|
|
14
14
|
import '../../type/file-upload.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
|
-
import '../../Alert-
|
|
17
|
+
import '../../Alert-BslI0aA0.js';
|
|
18
18
|
import '../Alert/consts.js';
|
|
19
19
|
import '../../helperComponents/Loader/Loader.js';
|
|
20
20
|
import 'react-dropzone';
|
|
@@ -8,7 +8,7 @@ import { IconArrowDown } from '../SVGIcons/IconArrowDown.js';
|
|
|
8
8
|
import { IconArrowUp } from '../SVGIcons/IconArrowUp.js';
|
|
9
9
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
10
10
|
import './IndeterminateCheckbox.js';
|
|
11
|
-
import '../../Alert-
|
|
11
|
+
import '../../Alert-BslI0aA0.js';
|
|
12
12
|
import '../Alert/consts.js';
|
|
13
13
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
14
14
|
import 'dayjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, useRef, useEffect } from 'react';
|
|
2
|
-
import { C as Checkbox } from '../../Alert-
|
|
2
|
+
import { C as Checkbox } from '../../Alert-BslI0aA0.js';
|
|
3
3
|
import '@babel/runtime/helpers/extends';
|
|
4
4
|
import '../Alert/consts.js';
|
|
5
5
|
import 'classnames';
|
package/components/Table/Row.js
CHANGED
|
@@ -4,7 +4,7 @@ import classNames from 'classnames';
|
|
|
4
4
|
import { CHECKBOX_HEADER_ID, CHECKBOX_DEFAULT_WIDTH } from './utils.js';
|
|
5
5
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
6
6
|
import './IndeterminateCheckbox.js';
|
|
7
|
-
import '../../Alert-
|
|
7
|
+
import '../../Alert-BslI0aA0.js';
|
|
8
8
|
import '../Alert/consts.js';
|
|
9
9
|
import '../Text/Text.js';
|
|
10
10
|
import '../../utils/helpers.js';
|
|
@@ -9,7 +9,7 @@ import { Header } from './Header.js';
|
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
11
11
|
import './IndeterminateCheckbox.js';
|
|
12
|
-
import '../../Alert-
|
|
12
|
+
import '../../Alert-BslI0aA0.js';
|
|
13
13
|
import '../Alert/consts.js';
|
|
14
14
|
import '../Text/Text.js';
|
|
15
15
|
import '../../utils/helpers.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IndeterminateCheckbox } from './IndeterminateCheckbox.js';
|
|
4
|
-
import '../../Alert-
|
|
4
|
+
import '../../Alert-BslI0aA0.js';
|
|
5
5
|
import '@babel/runtime/helpers/extends';
|
|
6
6
|
import '../Alert/consts.js';
|
|
7
7
|
import 'classnames';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Table } from '@tanstack/react-table';
|
|
2
|
+
interface PaginationProps<T> {
|
|
3
|
+
table: Table<T>;
|
|
4
|
+
totalCount: number;
|
|
5
|
+
buttonText?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function AdvancedPagination<TData>({ table, totalCount, buttonText }: PaginationProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|