@inceptionbg/iui 2.0.35 → 2.0.36
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/package.json +4 -1
- package/idea/GridTable/GridTable.tsx +0 -119
- package/idea/GridTable/gridTable.scss +0 -42
- package/idea/Menu/Menu.tsx +0 -121
- package/idea/Menu/MenuItem.tsx +0 -75
- package/idea/Menu/hooks/useMenuControl.ts +0 -13
- package/idea/Menu.tsx +0 -133
- package/idea/NoAccessInfo.tsx +0 -193
- package/idea/Table/Components/Edit/ItemActionsMenu.tsx +0 -85
- package/idea/Table/Components/Edit/ItemEditOptionsButtons.tsx +0 -31
- package/idea/Table/Components/Edit/TableEditRow.tsx +0 -57
- package/idea/Table/Components/FilterItem.tsx +0 -20
- package/idea/Table/Components/Header/TableHeader.tsx +0 -46
- package/idea/Table/Components/Header/TableHeaderRow.tsx +0 -37
- package/idea/Table/Components/Print/CustomTablePrint.tsx +0 -115
- package/idea/Table/Components/SetSortList.tsx +0 -30
- package/idea/Table/Components/SetTableFilter.tsx +0 -91
- package/idea/Table/Components/TableFooter.tsx +0 -137
- package/idea/Table/Components/TableOptions.tsx +0 -227
- package/idea/Table/Components/Templates/TemplateCreate.tsx +0 -80
- package/idea/Table/Components/Templates/TemplateCreateDefault.tsx +0 -45
- package/idea/Table/Components/Templates/TemplateList.tsx +0 -167
- package/idea/Table/Components/Templates/repo/TemplateRepo.ts +0 -53
- package/idea/Table/Table.tsx +0 -528
- package/idea/Table/hooks/useDefaultTemplate.ts +0 -20
- package/idea/Table/hooks/useTableKeyboard.ts +0 -137
- package/idea/Table/hooks/useTableSelect.ts +0 -11
- package/rollup.config.js +0 -52
- package/src/assets/icons/duotone/faBell.ts +0 -17
- package/src/assets/icons/duotone/faCircleUser.ts +0 -17
- package/src/assets/icons/regular/faArrowLeft.ts +0 -15
- package/src/assets/icons/regular/faArrowRightArrowLeft.ts +0 -15
- package/src/assets/icons/regular/faCircleCheck.ts +0 -15
- package/src/assets/icons/regular/faCircleExclamation.ts +0 -15
- package/src/assets/icons/regular/faCircleInfo.ts +0 -15
- package/src/assets/icons/regular/faFileArrowDown.ts +0 -15
- package/src/assets/icons/regular/faFilterCircleXmark.ts +0 -15
- package/src/assets/icons/regular/faTriangleExclamation.ts +0 -15
- package/src/assets/icons/solid/faAngleLeft.ts +0 -15
- package/src/assets/icons/solid/faAngleRight.ts +0 -15
- package/src/assets/icons/solid/faArrowDownWideShort.ts +0 -15
- package/src/assets/icons/solid/faCaretDown.ts +0 -15
- package/src/assets/icons/solid/faCheck.ts +0 -15
- package/src/assets/icons/solid/faEllipsisVertical.ts +0 -15
- package/src/assets/icons/solid/faEnvelopeDot.ts +0 -15
- package/src/assets/icons/solid/faFilter.ts +0 -15
- package/src/assets/icons/solid/faFloppyDisk.ts +0 -15
- package/src/assets/icons/solid/faGripDotsVertical.ts +0 -15
- package/src/assets/icons/solid/faListUl.ts +0 -15
- package/src/assets/icons/solid/faMinus.ts +0 -15
- package/src/assets/icons/solid/faPlus.ts +0 -15
- package/src/assets/icons/solid/faPrint.ts +0 -15
- package/src/assets/icons/solid/faRotateRight.ts +0 -15
- package/src/assets/icons/solid/faXmark.ts +0 -15
- package/src/assets/images/logo/inception.svg +0 -22
- package/src/assets/images/logo/mts.svg +0 -5703
- package/src/assets/images/logo/paperless.svg +0 -21
- package/src/assets/images/logo/pismonosa.png +0 -0
- package/src/assets/images/not-found.svg +0 -19
- package/src/components/Accordions/Accordions.tsx +0 -74
- package/src/components/Alert/Alert.tsx +0 -31
- package/src/components/Badge/DotBadge.tsx +0 -16
- package/src/components/Badge/NotificationBadge.tsx +0 -29
- package/src/components/Badge/PillBadge.tsx +0 -13
- package/src/components/Button/Button.tsx +0 -56
- package/src/components/Button/IconButton.tsx +0 -51
- package/src/components/Button/SplitButton.tsx +0 -91
- package/src/components/Dashboard/Dashboard.tsx +0 -9
- package/src/components/Dashboard/DashboardWidget.tsx +0 -44
- package/src/components/Dashboard/FastLinksWidget/FastLinksWidget.tsx +0 -36
- package/src/components/Dialog/Dialog.tsx +0 -178
- package/src/components/Dialog/components/DialogFooter.tsx +0 -100
- package/src/components/Header/Components/EnvBadge.tsx +0 -17
- package/src/components/Header/Components/ModuleSelect.tsx +0 -68
- package/src/components/Header/Components/Notifications.tsx +0 -204
- package/src/components/Header/Components/UserMenu.tsx +0 -52
- package/src/components/Header/Header.tsx +0 -45
- package/src/components/Helper/Collapse.tsx +0 -53
- package/src/components/Inputs/Checkbox.tsx +0 -53
- package/src/components/Inputs/CurrencyInput.tsx +0 -124
- package/src/components/Inputs/DateInput/DateInput.tsx +0 -184
- package/src/components/Inputs/DateInput/components/DatePartInput.tsx +0 -159
- package/src/components/Inputs/InputWrapper.tsx +0 -95
- package/src/components/Inputs/NumberInput.tsx +0 -86
- package/src/components/Inputs/PasswordInput.tsx +0 -39
- package/src/components/Inputs/PhoneInput/PhoneInput.tsx +0 -108
- package/src/components/Inputs/PhoneInput/utils/countryCode.ts +0 -20
- package/src/components/Inputs/Radio.tsx +0 -59
- package/src/components/Inputs/RadioGroup.tsx +0 -48
- package/src/components/Inputs/RadioLarge.tsx +0 -39
- package/src/components/Inputs/SearchInput.tsx +0 -46
- package/src/components/Inputs/Selects/Select.tsx +0 -17
- package/src/components/Inputs/Selects/components/CustomSelectComponents.tsx +0 -19
- package/src/components/Inputs/Selects/components/SelectWrapper.tsx +0 -118
- package/src/components/Inputs/Selects/utils/selectStyles.ts +0 -101
- package/src/components/Inputs/TextAreaInput.tsx +0 -68
- package/src/components/Inputs/TextInput.tsx +0 -100
- package/src/components/Inputs/TimeInput/TimeInput.tsx +0 -81
- package/src/components/List/List.tsx +0 -21
- package/src/components/List/ListItem.tsx +0 -70
- package/src/components/Loader/Loader.tsx +0 -66
- package/src/components/Loader/ProgressBar.tsx +0 -41
- package/src/components/Menu/Menu.tsx +0 -81
- package/src/components/Menu/MenuItem.tsx +0 -46
- package/src/components/Menu/NewMenu.tsx +0 -63
- package/src/components/Menu/hooks/useMenuPosition.tsx +0 -116
- package/src/components/PageComponents/ScrollableContent.tsx +0 -11
- package/src/components/Pullover/Pullover.tsx +0 -197
- package/src/components/Router/Router.tsx +0 -52
- package/src/components/Sidebar/AddButton.tsx +0 -22
- package/src/components/Sidebar/Sidebar.tsx +0 -85
- package/src/components/Sidebar/SidebarItem.tsx +0 -84
- package/src/components/Sidebar/types/ISidebar.ts +0 -28
- package/src/components/Table/Table.tsx +0 -258
- package/src/components/Table/components/columns/ColumnsList.tsx +0 -60
- package/src/components/Table/components/columns/TableColumnsEdit.tsx +0 -114
- package/src/components/Table/components/edit/TableEditRow.tsx +0 -78
- package/src/components/Table/components/filters/FilterItem.tsx +0 -15
- package/src/components/Table/components/filters/TableFilters.tsx +0 -126
- package/src/components/Table/components/footer/TableFooter.tsx +0 -126
- package/src/components/Table/components/header/TableHeader.tsx +0 -40
- package/src/components/Table/components/header/TableHeaderRow.tsx +0 -57
- package/src/components/Table/components/items/TableItemActions.tsx +0 -78
- package/src/components/Table/components/print/TablePrint.tsx +0 -200
- package/src/components/Table/components/select/TableSelect.tsx +0 -50
- package/src/components/Table/components/sort/TableSort.tsx +0 -75
- package/src/components/Table/components/templates/CreateTemplateDialog.tsx +0 -58
- package/src/components/Table/components/templates/TableTemplates.tsx +0 -65
- package/src/components/Table/components/templates/TemplatesPullover.tsx +0 -88
- package/src/components/Table/contexts/TableContext.tsx +0 -117
- package/src/components/Table/hooks/localHooks/useLocalTableColumns.tsx +0 -70
- package/src/components/Table/hooks/localHooks/useLocalTableData.tsx +0 -82
- package/src/components/Table/hooks/localHooks/useLocalTableKeyboard.ts +0 -175
- package/src/components/Table/hooks/localHooks/useLocalTablePagination.ts +0 -12
- package/src/components/Table/hooks/useTableColumns.ts +0 -34
- package/src/components/Table/hooks/useTableEdit.tsx +0 -140
- package/src/components/Table/hooks/useTableFilterFields.tsx +0 -150
- package/src/components/Table/hooks/useTablePagination.ts +0 -19
- package/src/components/Table/hooks/useTablePrint.ts +0 -83
- package/src/components/Table/hooks/useTableSearch.ts +0 -31
- package/src/components/Table/hooks/useTableSelect.ts +0 -19
- package/src/components/Table/hooks/useTableSort.ts +0 -8
- package/src/components/Tabs/Tabs.tsx +0 -68
- package/src/components/Tooltip/Tooltip.tsx +0 -191
- package/src/components/Tree/Tree.tsx +0 -22
- package/src/components/Tree/TreeItem.tsx +0 -57
- package/src/components/Wrappers/AppLayout.tsx +0 -17
- package/src/components/Wrappers/ConditionalWrapper.tsx +0 -10
- package/src/components/Wrappers/FormWrapper.tsx +0 -84
- package/src/components/Wrappers/PageLayout.tsx +0 -168
- package/src/hooks/useBackgroundClose.ts +0 -19
- package/src/hooks/useGetFocusableElements.ts +0 -43
- package/src/hooks/useIsMenuOpen.ts +0 -11
- package/src/hooks/useLocalPopoverControl.ts +0 -63
- package/src/hooks/useOnEsc.ts +0 -14
- package/src/hooks/usePopupControl.ts +0 -22
- package/src/hooks/useZendesk.ts +0 -22
- package/src/index.ts +0 -387
- package/src/pages/NoAccessPage.tsx +0 -27
- package/src/pages/NotFoundPage.tsx +0 -26
- package/src/styles/App.scss +0 -47
- package/src/styles/common/_animations.scss +0 -58
- package/src/styles/common/_typography.scss +0 -91
- package/src/styles/common/helpers/_base.scss +0 -55
- package/src/styles/common/helpers/_color.scss +0 -10
- package/src/styles/common/helpers/_display.scss +0 -85
- package/src/styles/common/helpers/_size.scss +0 -25
- package/src/styles/common/maps/_align.scss +0 -21
- package/src/styles/common/maps/_buttonMaps.scss +0 -42
- package/src/styles/common/maps/_info-types.scss +0 -1
- package/src/styles/common/maps/_spacing.scss +0 -78
- package/src/styles/common/maps/_text.scss +0 -14
- package/src/styles/components/_accordions.scss +0 -51
- package/src/styles/components/_alert.scss +0 -23
- package/src/styles/components/_badge.scss +0 -84
- package/src/styles/components/_button.scss +0 -99
- package/src/styles/components/_buttonSplit.scss +0 -74
- package/src/styles/components/_card.scss +0 -24
- package/src/styles/components/_dialog.scss +0 -119
- package/src/styles/components/_form.scss +0 -8
- package/src/styles/components/_header.scss +0 -157
- package/src/styles/components/_input.scss +0 -167
- package/src/styles/components/_inputCheckbox.scss +0 -48
- package/src/styles/components/_inputDateTime.scss +0 -161
- package/src/styles/components/_inputRadio.scss +0 -83
- package/src/styles/components/_inputSelect.scss +0 -8
- package/src/styles/components/_list.scss +0 -58
- package/src/styles/components/_loader.scss +0 -55
- package/src/styles/components/_menu-v2.scss +0 -67
- package/src/styles/components/_menu.scss +0 -62
- package/src/styles/components/_notifications.scss +0 -71
- package/src/styles/components/_page.scss +0 -84
- package/src/styles/components/_portal.scss +0 -8
- package/src/styles/components/_print.scss +0 -77
- package/src/styles/components/_progressBar.scss +0 -83
- package/src/styles/components/_pullover.scss +0 -95
- package/src/styles/components/_scrollbar.scss +0 -18
- package/src/styles/components/_sidebar.scss +0 -204
- package/src/styles/components/_smallComponents.scss +0 -23
- package/src/styles/components/_table.scss +0 -340
- package/src/styles/components/_tabs.scss +0 -33
- package/src/styles/components/_tooltip.scss +0 -48
- package/src/styles/components/_tree.scss +0 -21
- package/src/styles/components/_widget.scss +0 -90
- package/src/styles/pages/_fullScreenPage.scss +0 -64
- package/src/styles/variables/_bp.scss +0 -6
- package/src/styles/variables/_variables.scss +0 -142
- package/src/types/Base/custom.d.ts +0 -9
- package/src/types/IBasic.ts +0 -32
- package/src/types/ICountryCode.ts +0 -5
- package/src/types/IError.ts +0 -5
- package/src/types/IHeader.ts +0 -40
- package/src/types/IInfo.ts +0 -1
- package/src/types/IKeyboard.ts +0 -33
- package/src/types/IMenu.ts +0 -19
- package/src/types/INotifications.ts +0 -15
- package/src/types/IPopup.ts +0 -17
- package/src/types/IRouter.ts +0 -6
- package/src/types/ISelect.ts +0 -54
- package/src/types/ITab.ts +0 -10
- package/src/types/ITable.ts +0 -291
- package/src/types/ITree.ts +0 -6
- package/src/utils/InputPatternValidation.ts +0 -12
- package/src/utils/dateUtils.ts +0 -32
- package/src/utils/fileUtils.ts +0 -177
- package/src/utils/i18n/i18nIUICyrilic.ts +0 -119
- package/src/utils/i18n/i18nIUILatin.ts +0 -120
- package/src/utils/i18n/i18nIUIMe.ts +0 -118
- package/src/utils/icons.ts +0 -13
- package/src/utils/localStorageHelper.ts +0 -24
- package/src/utils/logoUtils.ts +0 -7
- package/src/utils/numberUtils.ts +0 -21
- package/src/utils/objectUtils.ts +0 -114
- package/src/utils/popupUtils.ts +0 -82
- package/src/utils/rootDir.ts +0 -1
- package/src/utils/stringUtils.ts +0 -18
- package/src/utils/tableUtils.ts +0 -130
- package/src/utils/toasts.ts +0 -6
- package/src/utils/urlUtils.ts +0 -4
- package/tsconfig.icons.json +0 -5
- package/tsconfig.json +0 -22
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
@use '../variables/bp';
|
|
2
|
-
|
|
3
|
-
$viewportWidth: (25, 50, 75, 100);
|
|
4
|
-
$fixedWidth: (500, 600);
|
|
5
|
-
|
|
6
|
-
.pullover {
|
|
7
|
-
position: fixed;
|
|
8
|
-
inset: 0;
|
|
9
|
-
z-index: 1000;
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: end;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
background: var(--neutral-t);
|
|
14
|
-
backdrop-filter: blur(4px);
|
|
15
|
-
animation: fade-in 0.2s forwards;
|
|
16
|
-
.container {
|
|
17
|
-
transition: width, 0.2s;
|
|
18
|
-
background: var(--background);
|
|
19
|
-
width: 0;
|
|
20
|
-
max-width: 100vw;
|
|
21
|
-
.content {
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: column;
|
|
24
|
-
height: 100dvh;
|
|
25
|
-
overscroll-behavior: none;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
&.open .container {
|
|
29
|
-
@media #{bp.$mobile} {
|
|
30
|
-
width: 100%;
|
|
31
|
-
}
|
|
32
|
-
@media #{bp.$not-mobile} {
|
|
33
|
-
@each $key in $viewportWidth {
|
|
34
|
-
&.vw#{$key} {
|
|
35
|
-
width: #{$key}vw;
|
|
36
|
-
.content {
|
|
37
|
-
min-width: #{$key}vw;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
@each $key in $fixedWidth {
|
|
42
|
-
&.w#{$key} {
|
|
43
|
-
width: #{$key}px;
|
|
44
|
-
.content {
|
|
45
|
-
min-width: #{$key}px;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
&.closing {
|
|
52
|
-
animation: fade-out 0.2s forwards;
|
|
53
|
-
.container {
|
|
54
|
-
width: 0px !important;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.pullover-form {
|
|
59
|
-
display: flex;
|
|
60
|
-
flex-direction: column;
|
|
61
|
-
flex: 1;
|
|
62
|
-
overflow: auto;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.pullover-header,
|
|
66
|
-
.pullover-footer {
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
justify-content: flex-end;
|
|
70
|
-
gap: 8px;
|
|
71
|
-
padding: 16px 24px;
|
|
72
|
-
box-shadow: var(--container-shadow);
|
|
73
|
-
z-index: 2;
|
|
74
|
-
}
|
|
75
|
-
.pullover-header {
|
|
76
|
-
padding-right: 16px;
|
|
77
|
-
justify-content: space-between;
|
|
78
|
-
.search-input {
|
|
79
|
-
width: min(250px, 50vw);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
.pullover-content {
|
|
83
|
-
flex: 1;
|
|
84
|
-
overflow: auto;
|
|
85
|
-
padding: 16px 24px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
@media #{bp.$mobile} {
|
|
89
|
-
.pullover-header,
|
|
90
|
-
.pullover-content,
|
|
91
|
-
.pullover-footer {
|
|
92
|
-
padding: 8px 16px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
div {
|
|
2
|
-
&::-webkit-scrollbar {
|
|
3
|
-
width: 13px;
|
|
4
|
-
height: 13px;
|
|
5
|
-
}
|
|
6
|
-
&::-webkit-scrollbar-track {
|
|
7
|
-
background-color: var(--primary-200);
|
|
8
|
-
border-radius: 100px;
|
|
9
|
-
}
|
|
10
|
-
&::-webkit-scrollbar-thumb {
|
|
11
|
-
background-color: var(--primary);
|
|
12
|
-
border-radius: 100px;
|
|
13
|
-
box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
|
|
14
|
-
&:hover {
|
|
15
|
-
background-color: var(--primary-600);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
@use '../variables/bp';
|
|
2
|
-
|
|
3
|
-
.iui-sidebar {
|
|
4
|
-
--animation: 0.2s cubic-bezier(0.7, 0.1, 0.5, 1);
|
|
5
|
-
|
|
6
|
-
position: relative;
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
box-shadow: var(--container-shadow);
|
|
10
|
-
height: calc(100dvh - var(--header-height));
|
|
11
|
-
width: var(--sidebar-width);
|
|
12
|
-
transition: width var(--animation);
|
|
13
|
-
hr {
|
|
14
|
-
margin-inline: 12px;
|
|
15
|
-
}
|
|
16
|
-
.iui-collapse-btn {
|
|
17
|
-
opacity: 0;
|
|
18
|
-
position: absolute;
|
|
19
|
-
box-sizing: border-box;
|
|
20
|
-
top: 40px;
|
|
21
|
-
right: -16px;
|
|
22
|
-
border-radius: 50%;
|
|
23
|
-
background-color: white;
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
transition: opacity 0.15s ease-in-out;
|
|
28
|
-
border: 1px solid var(--primary);
|
|
29
|
-
z-index: 11;
|
|
30
|
-
&:active {
|
|
31
|
-
transform: translateY(2px);
|
|
32
|
-
}
|
|
33
|
-
svg {
|
|
34
|
-
color: var(--primary);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
&:hover {
|
|
38
|
-
.iui-collapse-btn {
|
|
39
|
-
opacity: 1;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&.collapsed {
|
|
44
|
-
animation: temp-disable-pointer 0.2s forwards;
|
|
45
|
-
width: var(--sidebar-collapsed-width);
|
|
46
|
-
&:hover {
|
|
47
|
-
width: var(--sidebar-width);
|
|
48
|
-
}
|
|
49
|
-
&:not(:hover) {
|
|
50
|
-
.iui-sidebar-content {
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
}
|
|
53
|
-
.iui-sidebar-items .iui-collapse {
|
|
54
|
-
max-height: 0px !important;
|
|
55
|
-
}
|
|
56
|
-
.item-only {
|
|
57
|
-
padding-left: 15px;
|
|
58
|
-
.sidebar-item-label {
|
|
59
|
-
padding-left: 6px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
.sidebar-footer p {
|
|
63
|
-
font-size: 10px;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
///// ITEMS CONTENT /////
|
|
70
|
-
.iui-sidebar-content {
|
|
71
|
-
flex: 1;
|
|
72
|
-
overflow-y: auto;
|
|
73
|
-
overflow-x: hidden;
|
|
74
|
-
overscroll-behavior: none;
|
|
75
|
-
.iui-sidebar-items {
|
|
76
|
-
flex: 1;
|
|
77
|
-
padding: 8px 0;
|
|
78
|
-
|
|
79
|
-
// All items and sub-items
|
|
80
|
-
.iui-sidebar-item {
|
|
81
|
-
display: grid;
|
|
82
|
-
grid-auto-flow: column;
|
|
83
|
-
align-items: center;
|
|
84
|
-
width: var(--sidebar-width);
|
|
85
|
-
gap: 8px;
|
|
86
|
-
white-space: pre-line;
|
|
87
|
-
user-select: none;
|
|
88
|
-
// border-right: 3px solid #fff;
|
|
89
|
-
.sidebar-item-label {
|
|
90
|
-
overflow-x: hidden;
|
|
91
|
-
text-overflow: ellipsis;
|
|
92
|
-
line-height: unset;
|
|
93
|
-
}
|
|
94
|
-
// &.active {
|
|
95
|
-
// background-color: var(--primary-100);
|
|
96
|
-
// }
|
|
97
|
-
&.active,
|
|
98
|
-
&.clickable:hover/*:not(:disabled):not(.disabled)*/ {
|
|
99
|
-
// border-color: var(--primary);
|
|
100
|
-
.sidebar-item-label,
|
|
101
|
-
.sidebar-item-icon {
|
|
102
|
-
color: var(--primary);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
.sidebar-badge {
|
|
106
|
-
width: 28px;
|
|
107
|
-
height: 28px;
|
|
108
|
-
background-color: var(--primary-200);
|
|
109
|
-
border-radius: 50px;
|
|
110
|
-
color: var(--text);
|
|
111
|
-
display: flex;
|
|
112
|
-
align-items: center;
|
|
113
|
-
justify-content: center;
|
|
114
|
-
font-size: 12px;
|
|
115
|
-
font-weight: 500;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
// Items only
|
|
119
|
-
.item-only {
|
|
120
|
-
grid-auto-columns: auto 1fr auto auto;
|
|
121
|
-
padding: 12px 20px;
|
|
122
|
-
transition: padding var(--animation);
|
|
123
|
-
.sidebar-item-label {
|
|
124
|
-
transition: padding var(--animation);
|
|
125
|
-
font-weight: 500;
|
|
126
|
-
}
|
|
127
|
-
.sidebar-item-icon {
|
|
128
|
-
height: 24px;
|
|
129
|
-
width: 24px;
|
|
130
|
-
color: var(--text);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
// Sub-items only
|
|
134
|
-
.sub-item {
|
|
135
|
-
grid-auto-columns: 1fr auto auto;
|
|
136
|
-
gap: 4px;
|
|
137
|
-
padding: 8px 16px 8px 56px;
|
|
138
|
-
&.primary {
|
|
139
|
-
.sidebar-item-label {
|
|
140
|
-
font-weight: 500;
|
|
141
|
-
color: var(--primary-700);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
// Expand Icon
|
|
146
|
-
.sidebar-expand-icon {
|
|
147
|
-
height: 16px;
|
|
148
|
-
width: 16px;
|
|
149
|
-
color: var(--text);
|
|
150
|
-
transition: transform 0.2s;
|
|
151
|
-
&.rotate {
|
|
152
|
-
transform: rotate(180deg);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
&::-webkit-scrollbar {
|
|
157
|
-
width: 5px;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
///// FOOTER /////
|
|
162
|
-
.sidebar-footer {
|
|
163
|
-
display: flex;
|
|
164
|
-
flex-direction: column;
|
|
165
|
-
gap: 4px;
|
|
166
|
-
align-items: center;
|
|
167
|
-
padding: 16px 0;
|
|
168
|
-
.sidebar-logo {
|
|
169
|
-
width: 70%;
|
|
170
|
-
max-width: 160px;
|
|
171
|
-
max-height: 70px;
|
|
172
|
-
object-fit: contain;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
@media #{bp.$mobileTablet} {
|
|
177
|
-
.iui-collapse-btn {
|
|
178
|
-
display: none !important;
|
|
179
|
-
}
|
|
180
|
-
.iui-sidebar:not(:hover) {
|
|
181
|
-
width: var(--sidebar-collapsed-width);
|
|
182
|
-
.iui-sidebar-content {
|
|
183
|
-
overflow: hidden;
|
|
184
|
-
}
|
|
185
|
-
.iui-sidebar-items .iui-collapse {
|
|
186
|
-
max-height: 0px !important;
|
|
187
|
-
}
|
|
188
|
-
.item-only {
|
|
189
|
-
padding-left: 15px;
|
|
190
|
-
.sidebar-item-label {
|
|
191
|
-
padding-left: 8px;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
.sidebar-footer p {
|
|
195
|
-
font-size: 10px;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
@media #{bp.$desktop} {
|
|
201
|
-
.sidebar-footer:not(.collapsed) {
|
|
202
|
-
padding: 16px;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
hr {
|
|
2
|
-
margin: 8px 0;
|
|
3
|
-
border-width: 0px 0px thin;
|
|
4
|
-
border-color: var(--border-color);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.iui-collapse {
|
|
8
|
-
transition: max-height 200ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.form-disabled {
|
|
13
|
-
pointer-events: none;
|
|
14
|
-
opacity: 0.6;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.Toastify__toast {
|
|
18
|
-
border-radius: 15px !important;
|
|
19
|
-
opacity: 0.95;
|
|
20
|
-
hr {
|
|
21
|
-
border-color: var(--white);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
@use '../variables/bp';
|
|
2
|
-
|
|
3
|
-
// Scrollable table container
|
|
4
|
-
|
|
5
|
-
// .iui-table {
|
|
6
|
-
// display: flex;
|
|
7
|
-
// flex-direction: column;
|
|
8
|
-
// flex: 1;
|
|
9
|
-
// overflow: auto;
|
|
10
|
-
// thead {
|
|
11
|
-
// position: sticky;
|
|
12
|
-
// top: 0;
|
|
13
|
-
// }
|
|
14
|
-
// }
|
|
15
|
-
|
|
16
|
-
table {
|
|
17
|
-
border-spacing: 0px;
|
|
18
|
-
// border-collapse: collapse;
|
|
19
|
-
}
|
|
20
|
-
.iui-table {
|
|
21
|
-
//// Header ////
|
|
22
|
-
thead {
|
|
23
|
-
z-index: 2;
|
|
24
|
-
background-color: var(--neutral-100);
|
|
25
|
-
// background-color: var(--primary);
|
|
26
|
-
// color: var(--text-inverse);
|
|
27
|
-
tr:first-child th {
|
|
28
|
-
border-top: var(--borderlight);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
th {
|
|
32
|
-
padding: 4px 12px;
|
|
33
|
-
font-weight: bold;
|
|
34
|
-
height: 40px;
|
|
35
|
-
p {
|
|
36
|
-
font-size: 12px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
.table-container {
|
|
40
|
-
overflow: auto;
|
|
41
|
-
// scroll-snap-type: x proximity;
|
|
42
|
-
// scroll-snap-type: y proximity;
|
|
43
|
-
// box-shadow: var(--container-shadow);
|
|
44
|
-
&::-webkit-scrollbar {
|
|
45
|
-
width: 8px;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.sticky-header {
|
|
49
|
-
position: sticky;
|
|
50
|
-
top: 0;
|
|
51
|
-
z-index: 1;
|
|
52
|
-
}
|
|
53
|
-
//// Body ////
|
|
54
|
-
// Row
|
|
55
|
-
// tr,
|
|
56
|
-
// td {
|
|
57
|
-
// scroll-snap-align: start;
|
|
58
|
-
// }
|
|
59
|
-
tbody tr {
|
|
60
|
-
&.clickable:hover,
|
|
61
|
-
&.selected {
|
|
62
|
-
background-color: #f2f2f2;
|
|
63
|
-
.sticky-column {
|
|
64
|
-
background-color: #f2f2f2;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
&:has(.iui-icon-btn:hover),
|
|
68
|
-
&:has(a:hover) {
|
|
69
|
-
background-color: transparent !important;
|
|
70
|
-
.sticky-column {
|
|
71
|
-
background-color: var(--background) !important;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
&.focused {
|
|
75
|
-
background-color: var(--primary-100);
|
|
76
|
-
.sticky-column {
|
|
77
|
-
background-color: var(--primary-100);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
&.loading {
|
|
81
|
-
opacity: 0.5;
|
|
82
|
-
pointer-events: none;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
// Cell
|
|
86
|
-
th,
|
|
87
|
-
td {
|
|
88
|
-
border-bottom: var(--border-light);
|
|
89
|
-
// Cell colors
|
|
90
|
-
&.secondary {
|
|
91
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
td {
|
|
95
|
-
font-size: 14px;
|
|
96
|
-
height: 48px;
|
|
97
|
-
padding: 6px 12px;
|
|
98
|
-
// background-color: var(--background);
|
|
99
|
-
&.s {
|
|
100
|
-
height: 40px;
|
|
101
|
-
padding: 2px 12px;
|
|
102
|
-
}
|
|
103
|
-
&.xs {
|
|
104
|
-
height: 30px;
|
|
105
|
-
padding: 2px 12px;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
.clickable-cell:hover {
|
|
109
|
-
background-color: var(--primary-100) !important;
|
|
110
|
-
cursor: pointer;
|
|
111
|
-
}
|
|
112
|
-
// Item Actions
|
|
113
|
-
.table-item-actions {
|
|
114
|
-
display: flex;
|
|
115
|
-
align-items: center;
|
|
116
|
-
justify-content: center;
|
|
117
|
-
padding: 0 8px;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
//// Footer ////
|
|
121
|
-
.table-footer {
|
|
122
|
-
display: flex;
|
|
123
|
-
align-items: center;
|
|
124
|
-
width: 100%;
|
|
125
|
-
padding: 8px;
|
|
126
|
-
font-size: var(--fs-m);
|
|
127
|
-
.pagination {
|
|
128
|
-
display: flex;
|
|
129
|
-
align-items: center;
|
|
130
|
-
gap: 12px;
|
|
131
|
-
color: var(--text);
|
|
132
|
-
p,
|
|
133
|
-
.offset-input {
|
|
134
|
-
font-size: 12px !important;
|
|
135
|
-
}
|
|
136
|
-
p {
|
|
137
|
-
white-space: nowrap;
|
|
138
|
-
}
|
|
139
|
-
.offset-input {
|
|
140
|
-
.iui-input-wrapper-field {
|
|
141
|
-
width: 40px;
|
|
142
|
-
min-height: 24px;
|
|
143
|
-
height: 24px;
|
|
144
|
-
}
|
|
145
|
-
input {
|
|
146
|
-
font-size: 12px !important;
|
|
147
|
-
text-align: center;
|
|
148
|
-
padding: 0 5px;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
@media #{bp.$mobile} {
|
|
153
|
-
flex-direction: column;
|
|
154
|
-
align-items: end;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
//// Actions ////
|
|
160
|
-
.iui-table-header-actions {
|
|
161
|
-
display: flex;
|
|
162
|
-
gap: 8px;
|
|
163
|
-
&:has(> *) {
|
|
164
|
-
padding: 8px 10px;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
@media #{bp.$landscape} {
|
|
169
|
-
thead {
|
|
170
|
-
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
|
|
171
|
-
}
|
|
172
|
-
td,
|
|
173
|
-
th {
|
|
174
|
-
border-right: var(--border-light);
|
|
175
|
-
&:first-child:not(.not-first-cell) {
|
|
176
|
-
border-left: var(--border-light);
|
|
177
|
-
}
|
|
178
|
-
&.sticky-column {
|
|
179
|
-
position: sticky;
|
|
180
|
-
left: 0;
|
|
181
|
-
transition: background-color 250ms;
|
|
182
|
-
// box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.2);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
th.sticky-column {
|
|
186
|
-
top: 0;
|
|
187
|
-
background-color: var(--neutral-100);
|
|
188
|
-
}
|
|
189
|
-
td.sticky-column {
|
|
190
|
-
background-color: var(--background);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.select-col,
|
|
194
|
-
.actions-col {
|
|
195
|
-
padding: 0;
|
|
196
|
-
}
|
|
197
|
-
.select-col {
|
|
198
|
-
width: 50px;
|
|
199
|
-
}
|
|
200
|
-
.actions-col {
|
|
201
|
-
width: 70px;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
@media #{bp.$portrait} {
|
|
206
|
-
tbody,
|
|
207
|
-
tr {
|
|
208
|
-
display: block;
|
|
209
|
-
}
|
|
210
|
-
tr {
|
|
211
|
-
padding-bottom: 20px;
|
|
212
|
-
}
|
|
213
|
-
td {
|
|
214
|
-
display: flex;
|
|
215
|
-
align-items: center;
|
|
216
|
-
height: unset !important;
|
|
217
|
-
text-align: left;
|
|
218
|
-
width: unset !important;
|
|
219
|
-
}
|
|
220
|
-
thead {
|
|
221
|
-
display: none;
|
|
222
|
-
}
|
|
223
|
-
tbody tr td {
|
|
224
|
-
&:before {
|
|
225
|
-
content: attr(data-th);
|
|
226
|
-
font-weight: bold;
|
|
227
|
-
text-align: left;
|
|
228
|
-
padding-right: 10px;
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.iui-filters-list {
|
|
235
|
-
display: flex;
|
|
236
|
-
flex-direction: column;
|
|
237
|
-
gap: 16px;
|
|
238
|
-
.table-filter-item {
|
|
239
|
-
display: flex;
|
|
240
|
-
flex-direction: column;
|
|
241
|
-
width: 100%;
|
|
242
|
-
gap: 6px;
|
|
243
|
-
.filter-item-label {
|
|
244
|
-
font-weight: 500;
|
|
245
|
-
text-overflow: ellipsis;
|
|
246
|
-
overflow: hidden;
|
|
247
|
-
white-space: nowrap;
|
|
248
|
-
cursor: default;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.table-sort-item {
|
|
254
|
-
flex-direction: row-reverse;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.column-pullover {
|
|
258
|
-
.pullover-content {
|
|
259
|
-
overflow: hidden;
|
|
260
|
-
display: flex;
|
|
261
|
-
flex-direction: column;
|
|
262
|
-
}
|
|
263
|
-
.dual-list-container {
|
|
264
|
-
flex: 1;
|
|
265
|
-
display: flex;
|
|
266
|
-
flex-direction: column;
|
|
267
|
-
min-height: 0;
|
|
268
|
-
|
|
269
|
-
.dual-list-content {
|
|
270
|
-
display: grid;
|
|
271
|
-
grid-template-columns: 1fr auto 1fr;
|
|
272
|
-
grid-template-rows: auto auto 1fr;
|
|
273
|
-
gap: 16px 12px;
|
|
274
|
-
flex: 1;
|
|
275
|
-
min-height: 0;
|
|
276
|
-
}
|
|
277
|
-
.list-box {
|
|
278
|
-
border: var(--border-light);
|
|
279
|
-
border-radius: 8px;
|
|
280
|
-
padding: 8px;
|
|
281
|
-
user-select: none;
|
|
282
|
-
overflow-y: auto;
|
|
283
|
-
|
|
284
|
-
& > .item {
|
|
285
|
-
display: flex;
|
|
286
|
-
justify-content: space-between;
|
|
287
|
-
align-items: center;
|
|
288
|
-
padding: 8px;
|
|
289
|
-
font-size: 14px;
|
|
290
|
-
svg {
|
|
291
|
-
color: var(--text);
|
|
292
|
-
margin-left: 1rem;
|
|
293
|
-
}
|
|
294
|
-
&:hover {
|
|
295
|
-
background-color: var(--primary-o10);
|
|
296
|
-
}
|
|
297
|
-
&:active {
|
|
298
|
-
background-color: var(--primary-o25);
|
|
299
|
-
}
|
|
300
|
-
&.dragging {
|
|
301
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
302
|
-
background-color: #fff !important;
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
.exchange-icon {
|
|
307
|
-
display: flex;
|
|
308
|
-
align-items: center;
|
|
309
|
-
svg {
|
|
310
|
-
height: 20px;
|
|
311
|
-
width: 20px;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.edit-row {
|
|
318
|
-
background: var(--neutral-100);
|
|
319
|
-
td {
|
|
320
|
-
&.editable {
|
|
321
|
-
padding: 4px;
|
|
322
|
-
}
|
|
323
|
-
.iui-input-wrapper-field {
|
|
324
|
-
// border: none;
|
|
325
|
-
// border-radius: 0;
|
|
326
|
-
box-shadow: none !important;
|
|
327
|
-
}
|
|
328
|
-
.select-wrapper {
|
|
329
|
-
min-width: 120px;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.primary-row {
|
|
335
|
-
background-color: var(--primary-100);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
// .secondary-row {
|
|
339
|
-
// background-color: #f1f1f1;
|
|
340
|
-
// }
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.iui-tabs {
|
|
2
|
-
display: flex;
|
|
3
|
-
overflow: auto;
|
|
4
|
-
border-bottom: var(--border);
|
|
5
|
-
flex-shrink: 0;
|
|
6
|
-
&::-webkit-scrollbar {
|
|
7
|
-
height: 5px;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
.iui-tab {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
gap: 8px;
|
|
14
|
-
border-bottom: 2px solid white;
|
|
15
|
-
color: var(--neutral-400);
|
|
16
|
-
user-select: none;
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
font-weight: 500;
|
|
19
|
-
padding: 12px 12px 8px;
|
|
20
|
-
svg {
|
|
21
|
-
font-size: 15px;
|
|
22
|
-
}
|
|
23
|
-
&:hover:not(.disabled) {
|
|
24
|
-
color: var(--text);
|
|
25
|
-
}
|
|
26
|
-
&.selected:not(.disabled) {
|
|
27
|
-
border-color: var(--primary);
|
|
28
|
-
color: var(--primary);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
.iui-tab-content {
|
|
32
|
-
padding: 8px;
|
|
33
|
-
}
|