@harjs/react-ui 1.0.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/LICENSE +21 -0
- package/README.md +27 -0
- package/dist/assets/css/components/charts/gantt/styles.css +62 -0
- package/dist/assets/css/components/charts/pie/pie.css +90 -0
- package/dist/assets/css/components/data-display/calendar/styles.css +15 -0
- package/dist/assets/css/components/data-display/calendar/styles.week-view.css +144 -0
- package/dist/assets/css/components/data-display/card/statuses.css +377 -0
- package/dist/assets/css/components/data-display/card/styles.css +26 -0
- package/dist/assets/css/components/data-display/chip/chip.css +13 -0
- package/dist/assets/css/components/data-display/diagram/styles.css +125 -0
- package/dist/assets/css/components/data-display/divider/divider.css +8 -0
- package/dist/assets/css/components/data-display/dnd/animations.css +11 -0
- package/dist/assets/css/components/data-display/dnd/shadow.css +26 -0
- package/dist/assets/css/components/data-display/dnd/styles.css +72 -0
- package/dist/assets/css/components/data-display/grid-system/column/position.css +21 -0
- package/dist/assets/css/components/data-display/grid-system/column/styles.css +379 -0
- package/dist/assets/css/components/data-display/grid-system/row/styles.css +35 -0
- package/dist/assets/css/components/data-display/grid-system/styles.css +6 -0
- package/dist/assets/css/components/data-display/kanban-board/styles.css +371 -0
- package/dist/assets/css/components/data-display/paper/styles.css +49 -0
- package/dist/assets/css/components/data-display/syntax-highlighter/core/jsx.template.css +65 -0
- package/dist/assets/css/components/data-display/syntax-highlighter/syntax-highlighter.css +58 -0
- package/dist/assets/css/components/data-display/table/filter-popup.css +11 -0
- package/dist/assets/css/components/data-display/table/properties-popup.css +42 -0
- package/dist/assets/css/components/data-display/table/scroll.css +208 -0
- package/dist/assets/css/components/data-display/table/styles.css +867 -0
- package/dist/assets/css/components/data-display/tabs/tabs.css +245 -0
- package/dist/assets/css/components/data-display/typography/paragraph/align.css +13 -0
- package/dist/assets/css/components/data-display/typography/paragraph/color.css +51 -0
- package/dist/assets/css/components/data-display/typography/paragraph/core.css +6 -0
- package/dist/assets/css/components/data-display/typography/paragraph/size.css +13 -0
- package/dist/assets/css/components/data-display/typography/title/align.css +13 -0
- package/dist/assets/css/components/data-display/typography/title/color.css +0 -0
- package/dist/assets/css/components/data-display/typography/title/core.css +5 -0
- package/dist/assets/css/components/data-display/typography/title/size.css +41 -0
- package/dist/assets/css/components/data-display/typography/typography.css +11 -0
- package/dist/assets/css/components/feedback/alert/statuses.css +224 -0
- package/dist/assets/css/components/feedback/alert/styles.css +61 -0
- package/dist/assets/css/components/feedback/drawer/content.css +7 -0
- package/dist/assets/css/components/feedback/drawer/header.css +56 -0
- package/dist/assets/css/components/feedback/drawer/styles.css +85 -0
- package/dist/assets/css/components/feedback/loading/loading.css +54 -0
- package/dist/assets/css/components/feedback/modal/content.css +6 -0
- package/dist/assets/css/components/feedback/modal/footer.css +9 -0
- package/dist/assets/css/components/feedback/modal/header.css +56 -0
- package/dist/assets/css/components/feedback/modal/media-queries/medium.css +11 -0
- package/dist/assets/css/components/feedback/modal/media-queries/small.css +11 -0
- package/dist/assets/css/components/feedback/modal/media-queries/x-large.css +5 -0
- package/dist/assets/css/components/feedback/modal/styles.css +53 -0
- package/dist/assets/css/components/feedback/notification/notification.css +157 -0
- package/dist/assets/css/components/feedback/popover/styles.css +53 -0
- package/dist/assets/css/components/feedback/popup-confirm/styles.css +165 -0
- package/dist/assets/css/components/feedback/progress/animations.css +10 -0
- package/dist/assets/css/components/feedback/progress/progress.css +50 -0
- package/dist/assets/css/components/feedback/progress/statuses.css +188 -0
- package/dist/assets/css/components/feedback/tooltip/styles.css +60 -0
- package/dist/assets/css/components/form/button/core/icon.css +37 -0
- package/dist/assets/css/components/form/button/core/position.css +19 -0
- package/dist/assets/css/components/form/button/core/shape.css +13 -0
- package/dist/assets/css/components/form/button/core/size.css +14 -0
- package/dist/assets/css/components/form/button/styles.css +32 -0
- package/dist/assets/css/components/form/button-action/styles.css +24 -0
- package/dist/assets/css/components/form/button-group/styles.css +26 -0
- package/dist/assets/css/components/form/checkbox/checkbox.css +53 -0
- package/dist/assets/css/components/form/checkbox/core/border.css +252 -0
- package/dist/assets/css/components/form/date-picker/calendar/calendar.css +14 -0
- package/dist/assets/css/components/form/date-picker/calendar/content.css +62 -0
- package/dist/assets/css/components/form/date-picker/calendar/footer.css +10 -0
- package/dist/assets/css/components/form/date-picker/calendar/header.css +86 -0
- package/dist/assets/css/components/form/date-picker/clock/clock.css +14 -0
- package/dist/assets/css/components/form/date-picker/clock/content.css +48 -0
- package/dist/assets/css/components/form/date-picker/clock/footer.css +6 -0
- package/dist/assets/css/components/form/date-picker/clock/header.css +8 -0
- package/dist/assets/css/components/form/date-picker/date-picker.css +36 -0
- package/dist/assets/css/components/form/input/core/addon.css +11 -0
- package/dist/assets/css/components/form/input/core/border.css +114 -0
- package/dist/assets/css/components/form/input/core/button.css +34 -0
- package/dist/assets/css/components/form/input/core/icon.css +22 -0
- package/dist/assets/css/components/form/input/otp/styles.css +20 -0
- package/dist/assets/css/components/form/input/phone/styles.css +50 -0
- package/dist/assets/css/components/form/input/styles.css +120 -0
- package/dist/assets/css/components/form/radio/core/border.css +252 -0
- package/dist/assets/css/components/form/radio/radio.css +69 -0
- package/dist/assets/css/components/form/select/options.css +117 -0
- package/dist/assets/css/components/form/select/styles.css +184 -0
- package/dist/assets/css/components/form/switch/core/border.css +208 -0
- package/dist/assets/css/components/form/switch/styles.css +61 -0
- package/dist/assets/css/components/form/text-editor/styles.css +130 -0
- package/dist/assets/css/components/form/upload/dropzone.css +166 -0
- package/dist/assets/css/components/form/upload/list-and-gird.css +183 -0
- package/dist/assets/css/components/form/upload/styles.css +215 -0
- package/dist/assets/css/components/layout/layout.css +130 -0
- package/dist/assets/css/components/layout/media-queries/large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/medium.css +19 -0
- package/dist/assets/css/components/layout/media-queries/small.css +19 -0
- package/dist/assets/css/components/layout/media-queries/x-large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/x-small.css +3 -0
- package/dist/assets/css/components/layout/media-queries/xx-large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/xxx-large.css +20 -0
- package/dist/assets/css/components/navigation/breadcrumb/styles.css +0 -0
- package/dist/assets/css/components/navigation/menu/core/open-or-close.css +12 -0
- package/dist/assets/css/components/navigation/menu/styles.css +163 -0
- package/dist/assets/css/components/navigation/menu/variant/horizontal.css +3 -0
- package/dist/assets/css/components/navigation/menu/variant/vertical.css +3 -0
- package/dist/assets/css/components/navigation/pagination/styles.css +169 -0
- package/dist/assets/css/components/navigation/steps/animation.css +8 -0
- package/dist/assets/css/components/navigation/steps/styles.css +146 -0
- package/dist/assets/css/core/animation.css +164 -0
- package/dist/assets/css/core/ar-core.css +192 -0
- package/dist/assets/css/core/color-palette.css +111 -0
- package/dist/assets/css/core/utils.css +16 -0
- package/dist/assets/css/core/variants/animation.css +164 -0
- package/dist/assets/css/core/variants/border.css +18 -0
- package/dist/assets/css/core/variants/borderless.css +362 -0
- package/dist/assets/css/core/variants/dashed.css +362 -0
- package/dist/assets/css/core/variants/filled.css +428 -0
- package/dist/assets/css/core/variants/outlined.css +439 -0
- package/dist/assets/css/core/variants/surface.css +252 -0
- package/dist/assets/fonts/JetBrainsMono-Bold.ttf +0 -0
- package/dist/assets/fonts/JetBrainsMono-Regular.ttf +0 -0
- package/dist/components/charts/gantt/IProps.d.ts +24 -0
- package/dist/components/charts/gantt/IProps.js +1 -0
- package/dist/components/charts/gantt/index.d.ts +5 -0
- package/dist/components/charts/gantt/index.js +308 -0
- package/dist/components/charts/index.d.ts +2 -0
- package/dist/components/charts/index.js +2 -0
- package/dist/components/charts/pie/IProps.d.ts +7 -0
- package/dist/components/charts/pie/IProps.js +1 -0
- package/dist/components/charts/pie/index.d.ts +5 -0
- package/dist/components/charts/pie/index.js +56 -0
- package/dist/components/data-display/calendar/Body.d.ts +23 -0
- package/dist/components/data-display/calendar/Body.js +14 -0
- package/dist/components/data-display/calendar/Header.d.ts +20 -0
- package/dist/components/data-display/calendar/Header.js +26 -0
- package/dist/components/data-display/calendar/IProps.d.ts +14 -0
- package/dist/components/data-display/calendar/IProps.js +1 -0
- package/dist/components/data-display/calendar/index.d.ts +8 -0
- package/dist/components/data-display/calendar/index.js +27 -0
- package/dist/components/data-display/calendar/views/Day.d.ts +3 -0
- package/dist/components/data-display/calendar/views/Day.js +5 -0
- package/dist/components/data-display/calendar/views/Month.d.ts +3 -0
- package/dist/components/data-display/calendar/views/Month.js +5 -0
- package/dist/components/data-display/calendar/views/Week.d.ts +19 -0
- package/dist/components/data-display/calendar/views/Week.js +173 -0
- package/dist/components/data-display/card/IProps.d.ts +10 -0
- package/dist/components/data-display/card/IProps.js +1 -0
- package/dist/components/data-display/card/index.d.ts +5 -0
- package/dist/components/data-display/card/index.js +14 -0
- package/dist/components/data-display/chip/IProps.d.ts +6 -0
- package/dist/components/data-display/chip/IProps.js +1 -0
- package/dist/components/data-display/chip/index.d.ts +5 -0
- package/dist/components/data-display/chip/index.js +17 -0
- package/dist/components/data-display/diagram/IProps.d.ts +6 -0
- package/dist/components/data-display/diagram/IProps.js +1 -0
- package/dist/components/data-display/diagram/index.d.ts +5 -0
- package/dist/components/data-display/diagram/index.js +298 -0
- package/dist/components/data-display/divider/IProps.d.ts +6 -0
- package/dist/components/data-display/divider/IProps.js +1 -0
- package/dist/components/data-display/divider/index.d.ts +5 -0
- package/dist/components/data-display/divider/index.js +5 -0
- package/dist/components/data-display/dnd/IProps.d.ts +12 -0
- package/dist/components/data-display/dnd/IProps.js +1 -0
- package/dist/components/data-display/dnd/index.d.ts +5 -0
- package/dist/components/data-display/dnd/index.js +125 -0
- package/dist/components/data-display/grid-system/box/Box.d.ts +6 -0
- package/dist/components/data-display/grid-system/box/Box.js +13 -0
- package/dist/components/data-display/grid-system/column/Column.d.ts +4 -0
- package/dist/components/data-display/grid-system/column/Column.js +21 -0
- package/dist/components/data-display/grid-system/column/IProps.d.ts +13 -0
- package/dist/components/data-display/grid-system/column/IProps.js +1 -0
- package/dist/components/data-display/grid-system/index.d.ts +10 -0
- package/dist/components/data-display/grid-system/index.js +11 -0
- package/dist/components/data-display/grid-system/row/IProps.d.ts +4 -0
- package/dist/components/data-display/grid-system/row/IProps.js +1 -0
- package/dist/components/data-display/grid-system/row/Row.d.ts +4 -0
- package/dist/components/data-display/grid-system/row/Row.js +6 -0
- package/dist/components/data-display/kanban-board/IProps.d.ts +31 -0
- package/dist/components/data-display/kanban-board/IProps.js +1 -0
- package/dist/components/data-display/kanban-board/filter/DateFilters.d.ts +25 -0
- package/dist/components/data-display/kanban-board/filter/DateFilters.js +55 -0
- package/dist/components/data-display/kanban-board/filter/SelectFilters.d.ts +27 -0
- package/dist/components/data-display/kanban-board/filter/SelectFilters.js +43 -0
- package/dist/components/data-display/kanban-board/filter/index.d.ts +36 -0
- package/dist/components/data-display/kanban-board/filter/index.js +47 -0
- package/dist/components/data-display/kanban-board/index.d.ts +5 -0
- package/dist/components/data-display/kanban-board/index.js +309 -0
- package/dist/components/data-display/paper/IProps.d.ts +6 -0
- package/dist/components/data-display/paper/IProps.js +1 -0
- package/dist/components/data-display/paper/index.d.ts +5 -0
- package/dist/components/data-display/paper/index.js +12 -0
- package/dist/components/data-display/syntax-highlighter/Import.d.ts +4 -0
- package/dist/components/data-display/syntax-highlighter/Import.js +5 -0
- package/dist/components/data-display/syntax-highlighter/classes/Compiler.d.ts +7 -0
- package/dist/components/data-display/syntax-highlighter/classes/Compiler.js +92 -0
- package/dist/components/data-display/syntax-highlighter/classes/Parser.d.ts +9 -0
- package/dist/components/data-display/syntax-highlighter/classes/Parser.js +99 -0
- package/dist/components/data-display/syntax-highlighter/index.d.ts +11 -0
- package/dist/components/data-display/syntax-highlighter/index.js +41 -0
- package/dist/components/data-display/table/FilterPopup.d.ts +20 -0
- package/dist/components/data-display/table/FilterPopup.js +54 -0
- package/dist/components/data-display/table/Helpers.d.ts +2 -0
- package/dist/components/data-display/table/Helpers.js +10 -0
- package/dist/components/data-display/table/IProps.d.ts +99 -0
- package/dist/components/data-display/table/IProps.js +1 -0
- package/dist/components/data-display/table/PropertiesPopup.d.ts +31 -0
- package/dist/components/data-display/table/PropertiesPopup.js +90 -0
- package/dist/components/data-display/table/THeadCell.d.ts +34 -0
- package/dist/components/data-display/table/THeadCell.js +67 -0
- package/dist/components/data-display/table/body/Editable.d.ts +12 -0
- package/dist/components/data-display/table/body/Editable.js +59 -0
- package/dist/components/data-display/table/body/TBody.d.ts +36 -0
- package/dist/components/data-display/table/body/TBody.js +184 -0
- package/dist/components/data-display/table/header/ActionButtons.d.ts +14 -0
- package/dist/components/data-display/table/header/ActionButtons.js +65 -0
- package/dist/components/data-display/table/header/Header.d.ts +15 -0
- package/dist/components/data-display/table/header/Header.js +10 -0
- package/dist/components/data-display/table/index.d.ts +7 -0
- package/dist/components/data-display/table/index.js +639 -0
- package/dist/components/data-display/tabs/IProps.d.ts +9 -0
- package/dist/components/data-display/tabs/IProps.js +1 -0
- package/dist/components/data-display/tabs/index.d.ts +5 -0
- package/dist/components/data-display/tabs/index.js +110 -0
- package/dist/components/data-display/tabs/skeleton.d.ts +4 -0
- package/dist/components/data-display/tabs/skeleton.js +14 -0
- package/dist/components/data-display/typography/index.d.ts +6 -0
- package/dist/components/data-display/typography/index.js +9 -0
- package/dist/components/data-display/typography/paragraph/IProps.d.ts +7 -0
- package/dist/components/data-display/typography/paragraph/IProps.js +1 -0
- package/dist/components/data-display/typography/paragraph/Paragraph.d.ts +4 -0
- package/dist/components/data-display/typography/paragraph/Paragraph.js +14 -0
- package/dist/components/data-display/typography/title/IProps.d.ts +7 -0
- package/dist/components/data-display/typography/title/IProps.js +1 -0
- package/dist/components/data-display/typography/title/Title.d.ts +4 -0
- package/dist/components/data-display/typography/title/Title.js +13 -0
- package/dist/components/feedback/alert/IProps.d.ts +11 -0
- package/dist/components/feedback/alert/IProps.js +1 -0
- package/dist/components/feedback/alert/index.d.ts +5 -0
- package/dist/components/feedback/alert/index.js +50 -0
- package/dist/components/feedback/drawer/IProps.d.ts +18 -0
- package/dist/components/feedback/drawer/IProps.js +1 -0
- package/dist/components/feedback/drawer/index.d.ts +5 -0
- package/dist/components/feedback/drawer/index.js +94 -0
- package/dist/components/feedback/loading/index.d.ts +4 -0
- package/dist/components/feedback/loading/index.js +7 -0
- package/dist/components/feedback/modal/IProps.d.ts +14 -0
- package/dist/components/feedback/modal/IProps.js +1 -0
- package/dist/components/feedback/modal/index.d.ts +5 -0
- package/dist/components/feedback/modal/index.js +91 -0
- package/dist/components/feedback/notification/IProps.d.ts +9 -0
- package/dist/components/feedback/notification/IProps.js +1 -0
- package/dist/components/feedback/notification/index.d.ts +5 -0
- package/dist/components/feedback/notification/index.js +96 -0
- package/dist/components/feedback/popover/IProps.d.ts +16 -0
- package/dist/components/feedback/popover/IProps.js +1 -0
- package/dist/components/feedback/popover/index.d.ts +5 -0
- package/dist/components/feedback/popover/index.js +91 -0
- package/dist/components/feedback/popup-confirm/IProps.d.ts +10 -0
- package/dist/components/feedback/popup-confirm/IProps.js +1 -0
- package/dist/components/feedback/popup-confirm/index.d.ts +5 -0
- package/dist/components/feedback/popup-confirm/index.js +98 -0
- package/dist/components/feedback/progress/IProps.d.ts +6 -0
- package/dist/components/feedback/progress/IProps.js +1 -0
- package/dist/components/feedback/progress/index.d.ts +5 -0
- package/dist/components/feedback/progress/index.js +26 -0
- package/dist/components/feedback/tooltip/IProps.d.ts +6 -0
- package/dist/components/feedback/tooltip/IProps.js +1 -0
- package/dist/components/feedback/tooltip/index.d.ts +5 -0
- package/dist/components/feedback/tooltip/index.js +129 -0
- package/dist/components/form/button/IProps.d.ts +10 -0
- package/dist/components/form/button/IProps.js +1 -0
- package/dist/components/form/button/index.d.ts +5 -0
- package/dist/components/form/button/index.js +41 -0
- package/dist/components/form/button-action/IProps.d.ts +8 -0
- package/dist/components/form/button-action/IProps.js +1 -0
- package/dist/components/form/button-action/index.d.ts +5 -0
- package/dist/components/form/button-action/index.js +68 -0
- package/dist/components/form/button-group/index.d.ts +7 -0
- package/dist/components/form/button-group/index.js +31 -0
- package/dist/components/form/checkbox/IProps.d.ts +5 -0
- package/dist/components/form/checkbox/IProps.js +1 -0
- package/dist/components/form/checkbox/index.d.ts +5 -0
- package/dist/components/form/checkbox/index.js +24 -0
- package/dist/components/form/date-picker/DATE.d.ts +12 -0
- package/dist/components/form/date-picker/DATE.js +27 -0
- package/dist/components/form/date-picker/Props.d.ts +10 -0
- package/dist/components/form/date-picker/Props.js +1 -0
- package/dist/components/form/date-picker/index.d.ts +5 -0
- package/dist/components/form/date-picker/index.js +365 -0
- package/dist/components/form/input/IProps.d.ts +12 -0
- package/dist/components/form/input/IProps.js +1 -0
- package/dist/components/form/input/decimal/Decimal.d.ts +4 -0
- package/dist/components/form/input/decimal/Decimal.js +54 -0
- package/dist/components/form/input/decimal/IProps.d.ts +8 -0
- package/dist/components/form/input/decimal/IProps.js +1 -0
- package/dist/components/form/input/formatted-decimal/FormattedDecimal.d.ts +4 -0
- package/dist/components/form/input/formatted-decimal/FormattedDecimal.js +73 -0
- package/dist/components/form/input/formatted-decimal/IProps.d.ts +12 -0
- package/dist/components/form/input/formatted-decimal/IProps.js +1 -0
- package/dist/components/form/input/index.d.ts +15 -0
- package/dist/components/form/input/index.js +152 -0
- package/dist/components/form/input/otp/IProps.d.ts +6 -0
- package/dist/components/form/input/otp/IProps.js +1 -0
- package/dist/components/form/input/otp/Otp.d.ts +7 -0
- package/dist/components/form/input/otp/Otp.js +122 -0
- package/dist/components/form/input/phone/IProps.d.ts +11 -0
- package/dist/components/form/input/phone/IProps.js +1 -0
- package/dist/components/form/input/phone/Phone.d.ts +4 -0
- package/dist/components/form/input/phone/Phone.js +41 -0
- package/dist/components/form/radio/IProps.d.ts +12 -0
- package/dist/components/form/radio/IProps.js +1 -0
- package/dist/components/form/radio/index.d.ts +5 -0
- package/dist/components/form/radio/index.js +38 -0
- package/dist/components/form/select/Props.d.ts +35 -0
- package/dist/components/form/select/Props.js +1 -0
- package/dist/components/form/select/index.d.ts +5 -0
- package/dist/components/form/select/index.js +312 -0
- package/dist/components/form/switch/IProps.d.ts +5 -0
- package/dist/components/form/switch/IProps.js +1 -0
- package/dist/components/form/switch/index.d.ts +5 -0
- package/dist/components/form/switch/index.js +36 -0
- package/dist/components/form/text-editor/IProps.d.ts +18 -0
- package/dist/components/form/text-editor/IProps.js +1 -0
- package/dist/components/form/text-editor/index.d.ts +5 -0
- package/dist/components/form/text-editor/index.js +300 -0
- package/dist/components/form/upload/Buttons.d.ts +8 -0
- package/dist/components/form/upload/Buttons.js +27 -0
- package/dist/components/form/upload/Dropzone.d.ts +10 -0
- package/dist/components/form/upload/Dropzone.js +55 -0
- package/dist/components/form/upload/List.d.ts +12 -0
- package/dist/components/form/upload/List.js +21 -0
- package/dist/components/form/upload/Props.d.ts +16 -0
- package/dist/components/form/upload/Props.js +1 -0
- package/dist/components/form/upload/index.d.ts +9 -0
- package/dist/components/form/upload/index.js +184 -0
- package/dist/components/icons/Compiler.d.ts +9 -0
- package/dist/components/icons/Compiler.js +156 -0
- package/dist/components/icons/index.d.ts +10 -0
- package/dist/components/icons/index.js +6 -0
- package/dist/components/layout/Footer.d.ts +3 -0
- package/dist/components/layout/Footer.js +8 -0
- package/dist/components/layout/Header.d.ts +4 -0
- package/dist/components/layout/Header.js +8 -0
- package/dist/components/layout/IProps.d.ts +20 -0
- package/dist/components/layout/IProps.js +1 -0
- package/dist/components/layout/LSider.d.ts +4 -0
- package/dist/components/layout/LSider.js +53 -0
- package/dist/components/layout/Main.d.ts +4 -0
- package/dist/components/layout/Main.js +4 -0
- package/dist/components/layout/RSider.d.ts +3 -0
- package/dist/components/layout/RSider.js +13 -0
- package/dist/components/layout/Section.d.ts +4 -0
- package/dist/components/layout/Section.js +10 -0
- package/dist/components/layout/index.d.ts +12 -0
- package/dist/components/layout/index.js +32 -0
- package/dist/components/navigation/breadcrumb/IProps.d.ts +3 -0
- package/dist/components/navigation/breadcrumb/IProps.js +1 -0
- package/dist/components/navigation/breadcrumb/index.d.ts +5 -0
- package/dist/components/navigation/breadcrumb/index.js +8 -0
- package/dist/components/navigation/menu/IProps.d.ts +14 -0
- package/dist/components/navigation/menu/IProps.js +1 -0
- package/dist/components/navigation/menu/index.d.ts +5 -0
- package/dist/components/navigation/menu/index.js +89 -0
- package/dist/components/navigation/pagination/IProps.d.ts +8 -0
- package/dist/components/navigation/pagination/IProps.js +1 -0
- package/dist/components/navigation/pagination/index.d.ts +5 -0
- package/dist/components/navigation/pagination/index.js +74 -0
- package/dist/components/navigation/steps/IProps.d.ts +16 -0
- package/dist/components/navigation/steps/IProps.js +1 -0
- package/dist/components/navigation/steps/index.d.ts +5 -0
- package/dist/components/navigation/steps/index.js +102 -0
- package/dist/libs/core/application/contexts/Config.d.ts +26 -0
- package/dist/libs/core/application/contexts/Config.js +20 -0
- package/dist/libs/core/application/contexts/Language.d.ts +7 -0
- package/dist/libs/core/application/contexts/Language.js +7 -0
- package/dist/libs/core/application/contexts/Loading.d.ts +11 -0
- package/dist/libs/core/application/contexts/Loading.js +13 -0
- package/dist/libs/core/application/contexts/Notification.d.ts +25 -0
- package/dist/libs/core/application/contexts/Notification.js +29 -0
- package/dist/libs/core/application/contexts/index.d.ts +5 -0
- package/dist/libs/core/application/contexts/index.js +5 -0
- package/dist/libs/core/application/hooks/index.d.ts +41 -0
- package/dist/libs/core/application/hooks/index.js +17 -0
- package/dist/libs/core/application/hooks/useNotification.d.ts +16 -0
- package/dist/libs/core/application/hooks/useNotification.js +23 -0
- package/dist/libs/core/application/hooks/useTranslation.d.ts +9 -0
- package/dist/libs/core/application/hooks/useTranslation.js +25 -0
- package/dist/libs/core/application/hooks/useValidation.d.ts +7 -0
- package/dist/libs/core/application/hooks/useValidation.js +151 -0
- package/dist/libs/core/application/locales/index.d.ts +4 -0
- package/dist/libs/core/application/locales/index.js +3 -0
- package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.d.ts +5 -0
- package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.js +1 -0
- package/dist/libs/core/application/locales/kanban-board/en.d.ts +3 -0
- package/dist/libs/core/application/locales/kanban-board/en.js +5 -0
- package/dist/libs/core/application/locales/kanban-board/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/kanban-board/tr.js +5 -0
- package/dist/libs/core/application/locales/notification/INotificationLocale.d.ts +59 -0
- package/dist/libs/core/application/locales/notification/INotificationLocale.js +1 -0
- package/dist/libs/core/application/locales/notification/en.d.ts +3 -0
- package/dist/libs/core/application/locales/notification/en.js +85 -0
- package/dist/libs/core/application/locales/notification/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/notification/tr.js +85 -0
- package/dist/libs/core/application/locales/table/ITableLocale.d.ts +18 -0
- package/dist/libs/core/application/locales/table/ITableLocale.js +1 -0
- package/dist/libs/core/application/locales/table/en.d.ts +3 -0
- package/dist/libs/core/application/locales/table/en.js +22 -0
- package/dist/libs/core/application/locales/table/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/table/tr.js +22 -0
- package/dist/libs/infrastructure/shared/DATE.d.ts +74 -0
- package/dist/libs/infrastructure/shared/DATE.js +148 -0
- package/dist/libs/infrastructure/shared/Enums.d.ts +18 -0
- package/dist/libs/infrastructure/shared/Enums.js +21 -0
- package/dist/libs/infrastructure/shared/NUMBER.d.ts +8 -0
- package/dist/libs/infrastructure/shared/NUMBER.js +10 -0
- package/dist/libs/infrastructure/shared/PHONE.d.ts +8 -0
- package/dist/libs/infrastructure/shared/PHONE.js +126 -0
- package/dist/libs/infrastructure/shared/Utils.d.ts +20 -0
- package/dist/libs/infrastructure/shared/Utils.js +349 -0
- package/dist/libs/infrastructure/shared/_old_DATE.d.ts +28 -0
- package/dist/libs/infrastructure/shared/_old_DATE.js +68 -0
- package/dist/libs/infrastructure/types/IGlobalProps.d.ts +183 -0
- package/dist/libs/infrastructure/types/IGlobalProps.js +1 -0
- package/dist/libs/infrastructure/types/index.d.ts +155 -0
- package/dist/libs/infrastructure/types/index.js +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,867 @@
|
|
|
1
|
+
@import url("./scroll.css");
|
|
2
|
+
@import url("./filter-popup.css");
|
|
3
|
+
@import url("./properties-popup.css");
|
|
4
|
+
|
|
5
|
+
.ar-table {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
background-color: var(--white);
|
|
9
|
+
max-width: 100%;
|
|
10
|
+
min-width: 100%;
|
|
11
|
+
width: 1px;
|
|
12
|
+
border-radius: var(--border-radius-lg);
|
|
13
|
+
box-shadow: 0px 10px 15px -5px rgba(var(--black-rgb), 0.1);
|
|
14
|
+
font-family: var(--system);
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
|
|
17
|
+
&:not(:has(> .header)) {
|
|
18
|
+
> .content {
|
|
19
|
+
> table {
|
|
20
|
+
> thead {
|
|
21
|
+
border-top-color: transparent;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.header {
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: row;
|
|
30
|
+
flex-wrap: nowrap;
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
align-items: flex-start;
|
|
33
|
+
gap: 3.75rem;
|
|
34
|
+
padding: 1rem 1.5rem;
|
|
35
|
+
|
|
36
|
+
> .title {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
row-gap: 0.5rem;
|
|
40
|
+
|
|
41
|
+
> h4 {
|
|
42
|
+
color: var(--gray-700);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
> h5 {
|
|
46
|
+
color: var(--gray-400);
|
|
47
|
+
font-weight: normal !important;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
> .actions {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: row;
|
|
54
|
+
column-gap: 0.5rem;
|
|
55
|
+
margin-left: auto;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
> .footer {
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: row;
|
|
62
|
+
flex-wrap: wrap;
|
|
63
|
+
justify-content: space-between;
|
|
64
|
+
align-items: center;
|
|
65
|
+
padding: 1rem 1.5rem;
|
|
66
|
+
border-top: solid 1px var(--gray-200);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
> .content {
|
|
70
|
+
> table {
|
|
71
|
+
display: table;
|
|
72
|
+
border-collapse: collapse;
|
|
73
|
+
width: 100%;
|
|
74
|
+
|
|
75
|
+
> thead {
|
|
76
|
+
background-color: var(--gray-100);
|
|
77
|
+
border: solid 1px var(--gray-100);
|
|
78
|
+
border-top-color: var(--gray-200);
|
|
79
|
+
border-bottom-color: var(--gray-200);
|
|
80
|
+
|
|
81
|
+
> tr {
|
|
82
|
+
&:first-child {
|
|
83
|
+
border-bottom: solid 1px var(--gray-200);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&:last-child {
|
|
87
|
+
> th {
|
|
88
|
+
&::after {
|
|
89
|
+
display: none;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
> th {
|
|
95
|
+
position: relative;
|
|
96
|
+
height: 2.5rem;
|
|
97
|
+
padding: 0 1rem;
|
|
98
|
+
color: var(--gray-700);
|
|
99
|
+
text-align: left;
|
|
100
|
+
text-wrap: nowrap;
|
|
101
|
+
z-index: 2;
|
|
102
|
+
|
|
103
|
+
&:last-child {
|
|
104
|
+
&:after {
|
|
105
|
+
display: none;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&::after {
|
|
110
|
+
position: absolute;
|
|
111
|
+
top: 50%;
|
|
112
|
+
transform: translateY(-50%);
|
|
113
|
+
right: 0;
|
|
114
|
+
content: "";
|
|
115
|
+
background-color: var(--gray-200);
|
|
116
|
+
width: 1px;
|
|
117
|
+
height: 50%;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.min-w {
|
|
121
|
+
min-width: 150px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.selection-col {
|
|
125
|
+
width: 2rem;
|
|
126
|
+
z-index: 3;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&.subrow-col {
|
|
130
|
+
width: 2rem;
|
|
131
|
+
z-index: 3;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&.type-of-number {
|
|
135
|
+
text-align: right;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&.align-content-left {
|
|
139
|
+
text-align: left;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
&.align-content-center {
|
|
143
|
+
text-align: center;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.align-content-right {
|
|
147
|
+
text-align: right;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
> div {
|
|
151
|
+
display: flex;
|
|
152
|
+
justify-content: space-between;
|
|
153
|
+
align-items: center;
|
|
154
|
+
gap: 1rem;
|
|
155
|
+
width: 100%;
|
|
156
|
+
|
|
157
|
+
> span {
|
|
158
|
+
position: sticky;
|
|
159
|
+
left: 0.5rem;
|
|
160
|
+
display: flex;
|
|
161
|
+
align-items: center;
|
|
162
|
+
gap: 0.5rem;
|
|
163
|
+
|
|
164
|
+
> span {
|
|
165
|
+
position: relative;
|
|
166
|
+
top: 2.5px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
> .table-cell {
|
|
172
|
+
padding: 0 1rem;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
> .filter-field {
|
|
176
|
+
display: flex;
|
|
177
|
+
flex-direction: row;
|
|
178
|
+
justify-content: space-between;
|
|
179
|
+
align-items: center;
|
|
180
|
+
gap: 0.5rem;
|
|
181
|
+
min-width: 100%;
|
|
182
|
+
|
|
183
|
+
> .ar-date-picker {
|
|
184
|
+
width: 100%;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
> tbody {
|
|
192
|
+
> tr {
|
|
193
|
+
border-bottom: solid 1px var(--gray-200);
|
|
194
|
+
|
|
195
|
+
&:last-child {
|
|
196
|
+
border-bottom: none;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
&:not(:has(+ tr)),
|
|
200
|
+
&:last-child {
|
|
201
|
+
> td {
|
|
202
|
+
> .table-cell {
|
|
203
|
+
> .before {
|
|
204
|
+
height: 50%;
|
|
205
|
+
background: linear-gradient(0deg, var(--gray-600) 0%, var(--gray-200) 100%);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&.draggable {
|
|
212
|
+
> td {
|
|
213
|
+
&:first-child {
|
|
214
|
+
position: relative;
|
|
215
|
+
padding-left: 20px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&:first-child {
|
|
219
|
+
::before {
|
|
220
|
+
content: "⋮⋮";
|
|
221
|
+
position: absolute;
|
|
222
|
+
left: 8px;
|
|
223
|
+
top: 50%;
|
|
224
|
+
transform: translateY(-50%);
|
|
225
|
+
color: var(--gray-400);
|
|
226
|
+
cursor: move;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&.subrow-item {
|
|
233
|
+
&:not(:has(+ tr.subrow-item)),
|
|
234
|
+
&:last-child {
|
|
235
|
+
> td {
|
|
236
|
+
> .table-cell {
|
|
237
|
+
> .before {
|
|
238
|
+
height: 50%;
|
|
239
|
+
background: linear-gradient(0deg, var(--gray-600) 0%, var(--gray-200) 100%) !important;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
> .after {
|
|
243
|
+
position: absolute;
|
|
244
|
+
top: 50%;
|
|
245
|
+
transform: translateY(-50%);
|
|
246
|
+
content: "";
|
|
247
|
+
background-color: var(--gray-600);
|
|
248
|
+
width: 15px;
|
|
249
|
+
height: 2px;
|
|
250
|
+
margin-left: -17.5px;
|
|
251
|
+
|
|
252
|
+
> .circle {
|
|
253
|
+
position: absolute;
|
|
254
|
+
top: 50%;
|
|
255
|
+
transform: translateY(-50%);
|
|
256
|
+
right: 0;
|
|
257
|
+
content: "";
|
|
258
|
+
background-color: var(--gray-600);
|
|
259
|
+
width: 5px;
|
|
260
|
+
height: 5px;
|
|
261
|
+
border-radius: var(--border-radius-pill);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
> td {
|
|
269
|
+
> .table-cell {
|
|
270
|
+
> .before {
|
|
271
|
+
position: absolute;
|
|
272
|
+
top: 0px;
|
|
273
|
+
content: "";
|
|
274
|
+
background: linear-gradient(
|
|
275
|
+
0deg,
|
|
276
|
+
var(--gray-200) 0%,
|
|
277
|
+
var(--gray-600) 50%,
|
|
278
|
+
var(--gray-200) 100%
|
|
279
|
+
) !important;
|
|
280
|
+
width: 2px;
|
|
281
|
+
height: 100%;
|
|
282
|
+
margin-left: -17.5px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
> .last-before {
|
|
286
|
+
position: absolute;
|
|
287
|
+
top: 0px;
|
|
288
|
+
content: "";
|
|
289
|
+
background: linear-gradient(
|
|
290
|
+
0deg,
|
|
291
|
+
var(--gray-200) 0%,
|
|
292
|
+
var(--gray-600) 50%,
|
|
293
|
+
var(--gray-200) 100%
|
|
294
|
+
) !important;
|
|
295
|
+
width: 2px;
|
|
296
|
+
height: 100%;
|
|
297
|
+
|
|
298
|
+
:first-child {
|
|
299
|
+
background: linear-gradient(
|
|
300
|
+
0deg,
|
|
301
|
+
var(--gray-200) 0%,
|
|
302
|
+
var(--primary) 50%,
|
|
303
|
+
var(--gray-200) 100%
|
|
304
|
+
) !important;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
> td {
|
|
312
|
+
position: relative;
|
|
313
|
+
height: 2.5rem;
|
|
314
|
+
z-index: 1;
|
|
315
|
+
|
|
316
|
+
&.min-w {
|
|
317
|
+
min-width: 150px;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
&.type-of-number {
|
|
321
|
+
text-align: right;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
&.align-content-left {
|
|
325
|
+
text-align: left;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
&.align-content-center {
|
|
329
|
+
text-align: center;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
&.align-content-right {
|
|
333
|
+
display: flex;
|
|
334
|
+
flex-direction: row;
|
|
335
|
+
justify-content: flex-end;
|
|
336
|
+
align-items: center;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
&.text-wrap {
|
|
340
|
+
text-wrap: wrap;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
&.text-nowrap {
|
|
344
|
+
text-wrap: nowrap;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
> .table-cell {
|
|
348
|
+
display: flex;
|
|
349
|
+
align-items: center;
|
|
350
|
+
height: 100%;
|
|
351
|
+
padding: 0 1rem;
|
|
352
|
+
|
|
353
|
+
> .before {
|
|
354
|
+
position: absolute;
|
|
355
|
+
top: 0px;
|
|
356
|
+
content: "";
|
|
357
|
+
background: linear-gradient(0deg, var(--gray-200) 0%, var(--primary) 50%, var(--gray-200) 100%);
|
|
358
|
+
width: 2px;
|
|
359
|
+
height: 100%;
|
|
360
|
+
margin-left: -17.5px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
> .after {
|
|
364
|
+
position: absolute;
|
|
365
|
+
top: 50%;
|
|
366
|
+
transform: translateY(-50%);
|
|
367
|
+
content: "";
|
|
368
|
+
background-color: var(--primary);
|
|
369
|
+
width: 15px;
|
|
370
|
+
height: 2px;
|
|
371
|
+
margin-left: -17.5px;
|
|
372
|
+
|
|
373
|
+
> .circle {
|
|
374
|
+
position: absolute;
|
|
375
|
+
top: 50%;
|
|
376
|
+
transform: translateY(-50%);
|
|
377
|
+
right: 0;
|
|
378
|
+
content: "";
|
|
379
|
+
background-color: var(--primary);
|
|
380
|
+
width: 5px;
|
|
381
|
+
height: 5px;
|
|
382
|
+
border-radius: var(--border-radius-pill);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
> span {
|
|
387
|
+
/* position: sticky; */
|
|
388
|
+
left: 0.5rem;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
> .subitem-open-button-wrapper {
|
|
393
|
+
padding: 0 1rem;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
> .subitem-open-button-wrapper {
|
|
397
|
+
> span {
|
|
398
|
+
display: inline-block;
|
|
399
|
+
width: 0.75rem;
|
|
400
|
+
height: 0.75rem;
|
|
401
|
+
border: solid 2px transparent;
|
|
402
|
+
border-top-color: var(--primary);
|
|
403
|
+
border-right-color: var(--primary);
|
|
404
|
+
transform: rotate(45deg);
|
|
405
|
+
cursor: pointer;
|
|
406
|
+
transition: transform 100ms ease-in-out;
|
|
407
|
+
|
|
408
|
+
&.opened {
|
|
409
|
+
transform: rotate(135deg);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
&.passive {
|
|
413
|
+
border-top-color: var(--gray-300);
|
|
414
|
+
border-right-color: var(--gray-300);
|
|
415
|
+
cursor: no-drop;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
> .no-item {
|
|
421
|
+
position: relative;
|
|
422
|
+
display: flex;
|
|
423
|
+
flex-direction: column;
|
|
424
|
+
justify-content: center;
|
|
425
|
+
align-items: center;
|
|
426
|
+
height: 200px;
|
|
427
|
+
border-bottom: solid 1px var(--gray-200);
|
|
428
|
+
|
|
429
|
+
&::after {
|
|
430
|
+
position: absolute;
|
|
431
|
+
left: 50%;
|
|
432
|
+
transform: translateX(-50%);
|
|
433
|
+
bottom: 82px;
|
|
434
|
+
content: "";
|
|
435
|
+
background-color: var(--gray-100);
|
|
436
|
+
width: 70px;
|
|
437
|
+
height: 16px;
|
|
438
|
+
border-radius: 100%;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
> span {
|
|
442
|
+
color: var(--gray-500);
|
|
443
|
+
font-family: var(--system);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/* --- [KÜÇÜK MOBİL - IPHONE SE VB.] --- */
|
|
454
|
+
/* Çok dar ekranlar için özel düzeltmeler */
|
|
455
|
+
@media (max-width: 375px) {
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/* --- [MOBİL - STANDART] --- */
|
|
459
|
+
/* Ekran 576px ve altına düştüğünde çalışır */
|
|
460
|
+
@media (max-width: 576px) {
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* --- [TABLET DİKEY & BÜYÜK TELEFONLAR] --- */
|
|
464
|
+
/* Ekran 768px ve altına düştüğünde çalışır */
|
|
465
|
+
@media (max-width: 768px) {
|
|
466
|
+
.ar-table {
|
|
467
|
+
border-radius: 0;
|
|
468
|
+
box-shadow: none;
|
|
469
|
+
|
|
470
|
+
&:not(:has(> .header)) {
|
|
471
|
+
> .content {
|
|
472
|
+
> table {
|
|
473
|
+
> thead {
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.header {
|
|
480
|
+
flex-direction: column-reverse;
|
|
481
|
+
justify-content: flex-end;
|
|
482
|
+
gap: 0.5rem;
|
|
483
|
+
|
|
484
|
+
> .title {
|
|
485
|
+
> h4 {
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
> h5 {
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
> .actions {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
> div {
|
|
496
|
+
&:last-child {
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
> .footer {
|
|
502
|
+
display: flex;
|
|
503
|
+
flex-direction: row;
|
|
504
|
+
flex-wrap: wrap;
|
|
505
|
+
justify-content: space-between;
|
|
506
|
+
padding: 1rem 1.5rem;
|
|
507
|
+
border-top: solid 1px var(--gray-200);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
> .content {
|
|
511
|
+
> table {
|
|
512
|
+
display: table;
|
|
513
|
+
border-collapse: collapse;
|
|
514
|
+
width: 100%;
|
|
515
|
+
|
|
516
|
+
> thead {
|
|
517
|
+
background-color: var(--gray-100);
|
|
518
|
+
border: solid 1px var(--gray-100);
|
|
519
|
+
border-top-color: var(--gray-200);
|
|
520
|
+
border-bottom-color: var(--gray-200);
|
|
521
|
+
|
|
522
|
+
> tr {
|
|
523
|
+
&:first-child {
|
|
524
|
+
border-bottom: solid 1px var(--gray-200);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
&:last-child {
|
|
528
|
+
> th {
|
|
529
|
+
&::after {
|
|
530
|
+
display: none;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
> th {
|
|
536
|
+
position: relative;
|
|
537
|
+
height: 2.5rem;
|
|
538
|
+
color: var(--gray-700);
|
|
539
|
+
text-align: left;
|
|
540
|
+
text-wrap: nowrap;
|
|
541
|
+
z-index: 2;
|
|
542
|
+
|
|
543
|
+
&:last-child {
|
|
544
|
+
&:after {
|
|
545
|
+
display: none;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
&::after {
|
|
550
|
+
position: absolute;
|
|
551
|
+
top: 50%;
|
|
552
|
+
transform: translateY(-50%);
|
|
553
|
+
right: 0;
|
|
554
|
+
content: "";
|
|
555
|
+
background-color: var(--gray-200);
|
|
556
|
+
width: 1px;
|
|
557
|
+
height: 50%;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
&.min-w {
|
|
561
|
+
min-width: 150px;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&.selection-col {
|
|
565
|
+
width: 2rem;
|
|
566
|
+
z-index: 3;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
&.subrow-col {
|
|
570
|
+
width: 2rem;
|
|
571
|
+
z-index: 3;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
&.type-of-number {
|
|
575
|
+
text-align: right;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
&.align-content-left {
|
|
579
|
+
text-align: left;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
&.align-content-center {
|
|
583
|
+
text-align: center;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
&.align-content-right {
|
|
587
|
+
text-align: right;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
> .table-cell {
|
|
591
|
+
padding: 0 1rem;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
> .filter-field {
|
|
595
|
+
display: flex;
|
|
596
|
+
flex-direction: row;
|
|
597
|
+
justify-content: space-between;
|
|
598
|
+
align-items: center;
|
|
599
|
+
gap: 0.5rem;
|
|
600
|
+
min-width: 100%;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
> tbody {
|
|
607
|
+
> tr {
|
|
608
|
+
border-bottom: solid 1px var(--gray-200);
|
|
609
|
+
|
|
610
|
+
&:last-child {
|
|
611
|
+
border-bottom: none;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
&:not(:has(+ tr)),
|
|
615
|
+
&:last-child {
|
|
616
|
+
> td {
|
|
617
|
+
> .table-cell {
|
|
618
|
+
> .before {
|
|
619
|
+
height: 50%;
|
|
620
|
+
background: linear-gradient(0deg, var(--gray-600) 0%, var(--gray-200) 100%);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
&.draggable {
|
|
627
|
+
> td {
|
|
628
|
+
&:first-child {
|
|
629
|
+
position: relative;
|
|
630
|
+
padding-left: 20px;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
&:first-child {
|
|
634
|
+
::before {
|
|
635
|
+
content: "⋮⋮";
|
|
636
|
+
position: absolute;
|
|
637
|
+
left: 8px;
|
|
638
|
+
top: 50%;
|
|
639
|
+
transform: translateY(-50%);
|
|
640
|
+
color: var(--gray-400);
|
|
641
|
+
cursor: move;
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
&.subrow-item {
|
|
648
|
+
&:not(:has(+ tr.subrow-item)),
|
|
649
|
+
&:last-child {
|
|
650
|
+
> td {
|
|
651
|
+
> .table-cell {
|
|
652
|
+
> .before {
|
|
653
|
+
height: 50%;
|
|
654
|
+
background: linear-gradient(0deg, var(--gray-600) 0%, var(--gray-200) 100%) !important;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
> .after {
|
|
658
|
+
position: absolute;
|
|
659
|
+
top: 50%;
|
|
660
|
+
transform: translateY(-50%);
|
|
661
|
+
content: "";
|
|
662
|
+
background-color: var(--gray-600);
|
|
663
|
+
width: 15px;
|
|
664
|
+
height: 2px;
|
|
665
|
+
margin-left: -17.5px;
|
|
666
|
+
|
|
667
|
+
> .circle {
|
|
668
|
+
position: absolute;
|
|
669
|
+
top: 50%;
|
|
670
|
+
transform: translateY(-50%);
|
|
671
|
+
right: 0;
|
|
672
|
+
content: "";
|
|
673
|
+
background-color: var(--gray-600);
|
|
674
|
+
width: 5px;
|
|
675
|
+
height: 5px;
|
|
676
|
+
border-radius: var(--border-radius-pill);
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
> td {
|
|
684
|
+
> .table-cell {
|
|
685
|
+
> .before {
|
|
686
|
+
position: absolute;
|
|
687
|
+
top: 0px;
|
|
688
|
+
content: "";
|
|
689
|
+
background: linear-gradient(
|
|
690
|
+
0deg,
|
|
691
|
+
var(--gray-200) 0%,
|
|
692
|
+
var(--gray-600) 50%,
|
|
693
|
+
var(--gray-200) 100%
|
|
694
|
+
) !important;
|
|
695
|
+
width: 2px;
|
|
696
|
+
height: 100%;
|
|
697
|
+
margin-left: -17.5px;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
> .last-before {
|
|
701
|
+
position: absolute;
|
|
702
|
+
top: 0px;
|
|
703
|
+
content: "";
|
|
704
|
+
background: linear-gradient(
|
|
705
|
+
0deg,
|
|
706
|
+
var(--gray-200) 0%,
|
|
707
|
+
var(--gray-600) 50%,
|
|
708
|
+
var(--gray-200) 100%
|
|
709
|
+
) !important;
|
|
710
|
+
width: 2px;
|
|
711
|
+
height: 100%;
|
|
712
|
+
|
|
713
|
+
:first-child {
|
|
714
|
+
background: linear-gradient(
|
|
715
|
+
0deg,
|
|
716
|
+
var(--gray-200) 0%,
|
|
717
|
+
var(--primary) 50%,
|
|
718
|
+
var(--gray-200) 100%
|
|
719
|
+
) !important;
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
> td {
|
|
727
|
+
position: relative;
|
|
728
|
+
height: 2.5rem;
|
|
729
|
+
z-index: 1;
|
|
730
|
+
|
|
731
|
+
&.min-w {
|
|
732
|
+
min-width: 150px;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
&.type-of-number {
|
|
736
|
+
text-align: right;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
&.align-content-left {
|
|
740
|
+
text-align: left;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
&.align-content-center {
|
|
744
|
+
text-align: center;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
&.align-content-right {
|
|
748
|
+
display: flex;
|
|
749
|
+
flex-direction: row;
|
|
750
|
+
justify-content: flex-end;
|
|
751
|
+
align-items: center;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
&.text-wrap {
|
|
755
|
+
text-wrap: wrap;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
&.text-nowrap {
|
|
759
|
+
text-wrap: nowrap;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
> .table-cell {
|
|
763
|
+
display: flex;
|
|
764
|
+
align-items: center;
|
|
765
|
+
height: 100%;
|
|
766
|
+
padding: 0 1rem;
|
|
767
|
+
|
|
768
|
+
> .before {
|
|
769
|
+
position: absolute;
|
|
770
|
+
top: 0px;
|
|
771
|
+
content: "";
|
|
772
|
+
background: linear-gradient(0deg, var(--gray-200) 0%, var(--primary) 50%, var(--gray-200) 100%);
|
|
773
|
+
width: 2px;
|
|
774
|
+
height: 100%;
|
|
775
|
+
margin-left: -17.5px;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
> .after {
|
|
779
|
+
position: absolute;
|
|
780
|
+
top: 50%;
|
|
781
|
+
transform: translateY(-50%);
|
|
782
|
+
content: "";
|
|
783
|
+
background-color: var(--primary);
|
|
784
|
+
width: 15px;
|
|
785
|
+
height: 2px;
|
|
786
|
+
margin-left: -17.5px;
|
|
787
|
+
|
|
788
|
+
> .circle {
|
|
789
|
+
position: absolute;
|
|
790
|
+
top: 50%;
|
|
791
|
+
transform: translateY(-50%);
|
|
792
|
+
right: 0;
|
|
793
|
+
content: "";
|
|
794
|
+
background-color: var(--primary);
|
|
795
|
+
width: 5px;
|
|
796
|
+
height: 5px;
|
|
797
|
+
border-radius: var(--border-radius-pill);
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
> .subitem-open-button-wrapper {
|
|
803
|
+
padding: 0 1rem;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
> .subitem-open-button-wrapper {
|
|
807
|
+
> span {
|
|
808
|
+
display: inline-block;
|
|
809
|
+
width: 0.75rem;
|
|
810
|
+
height: 0.75rem;
|
|
811
|
+
border: solid 2px transparent;
|
|
812
|
+
border-top-color: var(--primary);
|
|
813
|
+
border-right-color: var(--primary);
|
|
814
|
+
transform: rotate(45deg);
|
|
815
|
+
cursor: pointer;
|
|
816
|
+
transition: transform 100ms ease-in-out;
|
|
817
|
+
|
|
818
|
+
&.opened {
|
|
819
|
+
transform: rotate(135deg);
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
&.passive {
|
|
823
|
+
border-top-color: var(--gray-300);
|
|
824
|
+
border-right-color: var(--gray-300);
|
|
825
|
+
cursor: no-drop;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
> .no-item {
|
|
831
|
+
position: relative;
|
|
832
|
+
display: flex;
|
|
833
|
+
flex-direction: column;
|
|
834
|
+
justify-content: center;
|
|
835
|
+
align-items: center;
|
|
836
|
+
height: 200px;
|
|
837
|
+
border-bottom: solid 1px var(--gray-200);
|
|
838
|
+
|
|
839
|
+
&::after {
|
|
840
|
+
position: absolute;
|
|
841
|
+
left: 50%;
|
|
842
|
+
transform: translateX(-50%);
|
|
843
|
+
bottom: 82px;
|
|
844
|
+
content: "";
|
|
845
|
+
background-color: var(--gray-100);
|
|
846
|
+
width: 70px;
|
|
847
|
+
height: 16px;
|
|
848
|
+
border-radius: 100%;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
> span {
|
|
852
|
+
color: var(--gray-500);
|
|
853
|
+
font-family: var(--system);
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
/* --- [TABLET & KÜÇÜK LAPTOP] --- */
|
|
865
|
+
/* Ekran 1024px ve altına düştüğünde çalışır */
|
|
866
|
+
@media (max-width: 1024px) {
|
|
867
|
+
}
|