@orbe-agro/client-core 5.3.67 → 5.3.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@ecme/components/index.js +2 -2
- package/dist/@ecme/components/layouts/Layouts.js +1 -1
- package/dist/@ecme/components/layouts/Layouts.js.map +1 -1
- package/dist/@ecme/components/shared/Container.js.map +1 -1
- package/dist/@ecme/components/shared/DataTable.js +153 -127
- package/dist/@ecme/components/shared/DataTable.js.map +1 -1
- package/dist/@ecme/components/shared/NumberFormatInput.js +19 -0
- package/dist/@ecme/components/shared/NumberFormatInput.js.map +1 -0
- package/dist/@ecme/components/shared/NumberInput.js +21 -0
- package/dist/@ecme/components/shared/NumberInput.js.map +1 -0
- package/dist/@ecme/components/shared/PatternInput.js +11 -34
- package/dist/@ecme/components/shared/PatternInput.js.map +1 -1
- package/dist/@ecme/components/shared/index.js +10 -10
- package/dist/@ecme/components/ui/InputGroup/index.js +8 -6
- package/dist/@ecme/components/ui/InputGroup/index.js.map +1 -1
- package/dist/@ecme/components/view/CreditCardDialog/CreditCardDialog.js +1 -1
- package/dist/@ecme/index.js +19 -19
- package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserTable.js +1 -1
- package/dist/@ecme/views/concepts/customers/CustomerList/components/CustomerListTable.js +1 -1
- package/dist/@ecme/views/concepts/help-center/ManageArticle/components/ArticleListTable.js +1 -1
- package/dist/@ecme/views/concepts/orders/OrderForm/components/PaymentMethodSection.js +1 -1
- package/dist/@ecme/views/concepts/orders/OrderList/components/OrderListTable.js +1 -1
- package/dist/@ecme/views/concepts/products/ProductList/components/ProductListTable.js +1 -1
- package/dist/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Basic.js +1 -1
- package/dist/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Checkable.js +1 -1
- package/dist/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Query.js +1 -1
- package/dist/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/Basic.js +1 -1
- package/dist/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/WithForm.js +1 -1
- package/dist/@types/@ecme/components/layouts/Layouts.d.ts +5 -2
- package/dist/@types/@ecme/components/layouts/Layouts.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/Container.d.ts +5 -5
- package/dist/@types/@ecme/components/shared/Container.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/DataTable.d.ts +15 -5
- package/dist/@types/@ecme/components/shared/DataTable.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/NumberFormatInput.d.ts +6 -0
- package/dist/@types/@ecme/components/shared/NumberFormatInput.d.ts.map +1 -0
- package/dist/@types/@ecme/components/shared/NumberInput.d.ts +11 -0
- package/dist/@types/@ecme/components/shared/NumberInput.d.ts.map +1 -0
- package/dist/@types/@ecme/components/shared/PatternInput.d.ts +4 -12
- package/dist/@types/@ecme/components/shared/PatternInput.d.ts.map +1 -1
- package/dist/@types/@ecme/components/ui/InputGroup/index.d.ts +1 -1
- package/dist/@types/@ecme/components/ui/InputGroup/index.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/modules.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/modules.submenu/dadosunificados/dadosunificados.navigation.d.ts +3 -0
- package/dist/@types/base/configs/navigation.config/modules.submenu/dadosunificados/dadosunificados.navigation.d.ts.map +1 -0
- package/dist/base/configs/navigation.config/modules.navigation.js +20 -18
- package/dist/base/configs/navigation.config/modules.navigation.js.map +1 -1
- package/dist/base/configs/navigation.config/{modules/crm.navigation.js → modules.submenu/dadosunificados/dadosunificados.navigation.js} +5 -5
- package/dist/base/configs/navigation.config/modules.submenu/dadosunificados/dadosunificados.navigation.js.map +1 -0
- package/lib/@ecme/@types/auth.ts +56 -0
- package/lib/@ecme/@types/common.tsx +24 -0
- package/lib/@ecme/@types/docs.ts +12 -0
- package/lib/@ecme/@types/index.ts +7 -0
- package/lib/@ecme/@types/navigation.ts +34 -0
- package/lib/@ecme/@types/routes.tsx +27 -0
- package/lib/@ecme/@types/theme.ts +22 -0
- package/lib/@ecme/assets/index.ts +9 -0
- package/lib/@ecme/assets/markdown/index.ts +11 -0
- package/lib/@ecme/assets/markdown/shared/AbbreviateNumberDoc/Basic.md +18 -0
- package/lib/@ecme/assets/markdown/shared/ActionLinkDoc/Basic.md +11 -0
- package/lib/@ecme/assets/markdown/shared/ActionLinkDoc/Hyperlink.md +13 -0
- package/lib/@ecme/assets/markdown/shared/ActionLinkDoc/ThemeColor.md +13 -0
- package/lib/@ecme/assets/markdown/shared/AdaptiveCardDoc/Basic.md +9 -0
- package/lib/@ecme/assets/markdown/shared/AffixDoc/Basic.md +47 -0
- package/lib/@ecme/assets/markdown/shared/AffixDoc/Offset.md +66 -0
- package/lib/@ecme/assets/markdown/shared/AuthorityCheckDoc/Example.md +69 -0
- package/lib/@ecme/assets/markdown/shared/CalendarViewDoc/Example.md +84 -0
- package/lib/@ecme/assets/markdown/shared/ChartDoc/Area.md +42 -0
- package/lib/@ecme/assets/markdown/shared/ChartDoc/Bar.md +41 -0
- package/lib/@ecme/assets/markdown/shared/ChartDoc/Donut.md +24 -0
- package/lib/@ecme/assets/markdown/shared/ChartDoc/Line.md +41 -0
- package/lib/@ecme/assets/markdown/shared/ChartDoc/Radar.md +25 -0
- package/lib/@ecme/assets/markdown/shared/ConfirmDialogDoc/Example.md +97 -0
- package/lib/@ecme/assets/markdown/shared/ContainerDoc/Example.md +9 -0
- package/lib/@ecme/assets/markdown/shared/CustomFormatInputDoc/Simple.md +39 -0
- package/lib/@ecme/assets/markdown/shared/CustomFormatInputDoc/WithForm.md +72 -0
- package/lib/@ecme/assets/markdown/shared/DataTableDoc/Basic.md +112 -0
- package/lib/@ecme/assets/markdown/shared/DataTableDoc/Checkable.md +169 -0
- package/lib/@ecme/assets/markdown/shared/DataTableDoc/Query.md +147 -0
- package/lib/@ecme/assets/markdown/shared/DebounceInputDoc/Example.md +19 -0
- package/lib/@ecme/assets/markdown/shared/DoubleSidedImageDoc/Example.md +15 -0
- package/lib/@ecme/assets/markdown/shared/EllipsisButtonDoc/Example.md +24 -0
- package/lib/@ecme/assets/markdown/shared/GanttChartDoc/Example.md +179 -0
- package/lib/@ecme/assets/markdown/shared/GrowShrinkValueDoc/Basic.md +14 -0
- package/lib/@ecme/assets/markdown/shared/GrowShrinkValueDoc/CustomClass.md +14 -0
- package/lib/@ecme/assets/markdown/shared/GrowShrinkValueDoc/Icon.md +24 -0
- package/lib/@ecme/assets/markdown/shared/IconTextDoc/Example.md +17 -0
- package/lib/@ecme/assets/markdown/shared/ImageGalleryDoc/Example.md +44 -0
- package/lib/@ecme/assets/markdown/shared/LoadingDoc/Basic.md +26 -0
- package/lib/@ecme/assets/markdown/shared/LoadingDoc/Cover.md +29 -0
- package/lib/@ecme/assets/markdown/shared/LoadingDoc/Custom.md +37 -0
- package/lib/@ecme/assets/markdown/shared/MasonryDoc/Basic.md +34 -0
- package/lib/@ecme/assets/markdown/shared/MasonryDoc/Responsive.md +35 -0
- package/lib/@ecme/assets/markdown/shared/MediaSkeletonDoc/Simple.md +16 -0
- package/lib/@ecme/assets/markdown/shared/MediaSkeletonDoc/WithLoding.md +54 -0
- package/lib/@ecme/assets/markdown/shared/NavToggleDoc/Example.md +20 -0
- package/lib/@ecme/assets/markdown/shared/NumericInputDoc/Basic.md +28 -0
- package/lib/@ecme/assets/markdown/shared/NumericInputDoc/WithForm.md +48 -0
- package/lib/@ecme/assets/markdown/shared/OtpInputDoc/Basic.md +20 -0
- package/lib/@ecme/assets/markdown/shared/OtpInputDoc/Length.md +24 -0
- package/lib/@ecme/assets/markdown/shared/PasswordInputDoc/Example.md +15 -0
- package/lib/@ecme/assets/markdown/shared/PatternInputDoc/Basic.md +27 -0
- package/lib/@ecme/assets/markdown/shared/PatternInputDoc/WithForm.md +49 -0
- package/lib/@ecme/assets/markdown/shared/PresetSegmentItemOptionDoc/Example.md +66 -0
- package/lib/@ecme/assets/markdown/shared/RegionMapDoc/Example.md +82 -0
- package/lib/@ecme/assets/markdown/shared/RichTextEditorDoc/Basic.md +9 -0
- package/lib/@ecme/assets/markdown/shared/RichTextEditorDoc/CustomConfig.md +45 -0
- package/lib/@ecme/assets/markdown/shared/RichTextEditorDoc/CustomToolbar.md +31 -0
- package/lib/@ecme/assets/markdown/shared/RichTextEditorDoc/WithForm.md +49 -0
- package/lib/@ecme/assets/markdown/shared/StickyFooterDoc/Example.md +29 -0
- package/lib/@ecme/assets/markdown/shared/SyntaxHighlighterDoc/Example.md +18 -0
- package/lib/@ecme/assets/markdown/shared/UsersAvatarGroupDoc/Example.md +35 -0
- package/lib/@ecme/assets/markdown/shared/index.ts +39 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/Basic.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/Closable.md +20 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/CustomIcon.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/Icon.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/Title.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Alert/Type.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Color.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Group.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Shape.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Size.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Status.md +29 -0
- package/lib/@ecme/assets/markdown/ui-components/Avatar/Type.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Badge/Basic.md +20 -0
- package/lib/@ecme/assets/markdown/ui-components/Badge/Color.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Badge/CountOverflow.md +20 -0
- package/lib/@ecme/assets/markdown/ui-components/Badge/Dot.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Badge/Inline.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Block.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/ButtonWithIcon.md +41 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Color.md +26 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Disabled.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Icon.md +26 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Loading.md +29 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Shape.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Size.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Button/Variant.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/Basic.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/CustomRender.md +63 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/DisableOutOfPeriodDate.md +31 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/DisabledCertainDate.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/MultipleDateView.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/MultipleSelection.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Calendar/Range.md +20 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/Basic.md +19 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/BorderLess.md +19 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/Clickable.md +23 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/ExtraClass.md +48 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/HeaderFooter.md +57 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/HeaderFooterBorder.md +48 -0
- package/lib/@ecme/assets/markdown/ui-components/Cards/Media.md +56 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/BasicArea.md +82 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/BasicBar.md +47 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/BasicColumn.md +70 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/BasicLine.md +51 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/DashedLine.md +110 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/GroupedBar.md +52 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/SimpleDonut.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/SimplePie.md +33 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/SplineArea.md +53 -0
- package/lib/@ecme/assets/markdown/ui-components/Charts/StackedColumn.md +78 -0
- package/lib/@ecme/assets/markdown/ui-components/Checkbox/Color.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Checkbox/Default.md +20 -0
- package/lib/@ecme/assets/markdown/ui-components/Checkbox/Disabled.md +38 -0
- package/lib/@ecme/assets/markdown/ui-components/Checkbox/Group.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Checkbox/Vertical.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/Basic.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/ClearButton.md +28 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/Controlled.md +50 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/CustomRender.md +57 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/DateTimePicker.md +11 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/DateViewCount.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/DisableOutOfPeriodDate.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/DisabledCertainDate.md +28 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/DisabledInput.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/Format.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/InputAffix.md +27 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/InputSize.md +31 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/Inputtable.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/Localization.md +10 -0
- package/lib/@ecme/assets/markdown/ui-components/DatePicker/RangePicker.md +11 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/Basic.md +59 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/Closable.md +55 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/CloseWithEscBackdrop.md +61 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/CustomStyle.md +66 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/InternalScroll.md +99 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/Size.md +63 -0
- package/lib/@ecme/assets/markdown/ui-components/Dialog/StaticBackdrop.md +60 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/Basic.md +35 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/Closable.md +36 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/CustomStyle.md +59 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/Footer.md +47 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/Placement.md +62 -0
- package/lib/@ecme/assets/markdown/ui-components/Drawer/WidthHeight.md +56 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/CustomToggle.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/Default.md +39 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/DefaultActive.md +37 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/Disabled.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/DropdownItemVariant.md +43 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/Placement.md +81 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/Submenu.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/Trigger.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Dropdown/WithRouterLink.md +38 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/AsyncValidation.md +90 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/Basic.md +132 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/DependentValidation.md +111 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/DynamicForm.md +159 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/FieldValidation.md +100 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/LabelExtra.md +35 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/Layout.md +98 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/MixedFormControl.md +410 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/SchemaValidation.md +91 -0
- package/lib/@ecme/assets/markdown/ui-components/FormControl/Sizes.md +113 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/BreakpointsMediaQueries.md +39 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridAutoColumns.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridAutoRows.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridAutoflow.md +27 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridColumnStartEnd.md +47 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridColumnStartEndLine.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridRowStartEnd.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridRowStartEndLine.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridTemplateColumns.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/GridTemplateRows.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Grid/HoverFocus.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Affix.md +33 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Basic.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/ControlledInput.md +23 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Disabled.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Invalid.md +38 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/PasswordVisible.md +40 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Sizes.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Input/Textarea.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/InputGroup/Addons.md +33 -0
- package/lib/@ecme/assets/markdown/ui-components/InputGroup/OtherCombination.md +85 -0
- package/lib/@ecme/assets/markdown/ui-components/InputGroup/Sizes.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/InputGroup/WithButtons.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/BasicAnnotation.md +57 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/BasicMarker.md +72 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/BasicWorldMap.md +31 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/ChoroplethMap.md +62 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/ChoroplethQuantile.md +66 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/ChoroplethQuantize.md +65 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/CustomMarker.md +82 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/EuropeMapWithGraticule.md +39 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/Graticule.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/MapChartWithTexture.md +149 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/MapChartWithTooltip.md +75 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/UsaStatesMapWithLabels.md +92 -0
- package/lib/@ecme/assets/markdown/ui-components/Maps/ZoomingAndPannning.md +31 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/CollapsableMenuItem.md +47 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/DefaultActive.md +26 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/DefaultExpand.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/DisabledMenuItem.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/MenuGroup.md +41 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/MenuWithIcon.md +56 -0
- package/lib/@ecme/assets/markdown/ui-components/Menu/Simple.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Pagination/Basic.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Pagination/Controlled.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Pagination/More.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Pagination/PageSize.md +42 -0
- package/lib/@ecme/assets/markdown/ui-components/Pagination/Total.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/Circle.md +23 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/Colors.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/CustomInfo.md +43 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/Dynamic.md +42 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/ProgressBar.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Progress/Size.md +14 -0
- package/lib/@ecme/assets/markdown/ui-components/Radio/Color.md +28 -0
- package/lib/@ecme/assets/markdown/ui-components/Radio/Disabled.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/Radio/Group.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Radio/Simple.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Radio/Vertical.md +26 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/Basic.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/Controlled.md +57 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/Custom.md +71 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/Disabled.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/MultipleSelection.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Segment/Size.md +29 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/AsyncOnSearch.md +56 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Basic.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Creatable.md +49 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Custom.md +104 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Disabled.md +44 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/DisabledSearch.md +31 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Group.md +55 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/LoadOptionOnExpand.md +44 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/MultiSelection.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Select/Size.md +42 -0
- package/lib/@ecme/assets/markdown/ui-components/Skeleton/Animation.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/Skeleton/Size.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Skeleton/Variant.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Spinner/Basic.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Spinner/Color.md +14 -0
- package/lib/@ecme/assets/markdown/ui-components/Spinner/CustomIndicator.md +14 -0
- package/lib/@ecme/assets/markdown/ui-components/Spinner/Size.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Spinner/Static.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Basic.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Clickable.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Controlled.md +51 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/CustomIcon.md +30 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Description.md +24 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Error.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Title.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Steps/Vertical.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Basic.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Colors.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Content.md +27 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Controlled.md +21 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Disabled.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Switcher/Loading.md +29 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Compact.md +40 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/DragAndDrop.md +144 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Editable.md +163 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Expanding.md +153 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Filtering.md +189 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Group.md +102 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/PaginationTable.md +155 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Resizable.md +103 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/RowSelection.md +159 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Simple.md +40 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/Sorting.md +175 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/SubComponent.md +163 -0
- package/lib/@ecme/assets/markdown/ui-components/Table/VirtualizedRows.md +3 -0
- package/lib/@ecme/assets/markdown/ui-components/Tabs/ControlledTabs.md +48 -0
- package/lib/@ecme/assets/markdown/ui-components/Tabs/Default.md +45 -0
- package/lib/@ecme/assets/markdown/ui-components/Tabs/Disabled.md +32 -0
- package/lib/@ecme/assets/markdown/ui-components/Tabs/Icons.md +52 -0
- package/lib/@ecme/assets/markdown/ui-components/Tabs/Pill.md +45 -0
- package/lib/@ecme/assets/markdown/ui-components/Tag/Affix.md +40 -0
- package/lib/@ecme/assets/markdown/ui-components/Tag/Basic.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Tag/Custom.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Affix.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/AmPm.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Basic.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Controlled.md +28 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Disabled.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Invalid.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Seconds.md +9 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/Sizes.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/TimeInput/TimeRangeInput.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Timeline/Advance.md +105 -0
- package/lib/@ecme/assets/markdown/ui-components/Timeline/Basic.md +17 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/AlertToast.md +36 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/Closable.md +25 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/CustomClose.md +51 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/CustomIcon.md +46 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/Duration.md +36 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/Notification.md +27 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/NotificationType.md +51 -0
- package/lib/@ecme/assets/markdown/ui-components/Toast/Placement.md +64 -0
- package/lib/@ecme/assets/markdown/ui-components/Tooltip/Basic.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Tooltip/Customize.md +22 -0
- package/lib/@ecme/assets/markdown/ui-components/Tooltip/DefaultOpen.md +15 -0
- package/lib/@ecme/assets/markdown/ui-components/Tooltip/Placement.md +88 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/FontWeight.md +50 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/Heading.md +16 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/List.md +58 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/Prose.md +464 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/Text.md +48 -0
- package/lib/@ecme/assets/markdown/ui-components/Typography/TextOverflow.md +57 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/AvatarImage.md +47 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/Basic.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/BeforeUpload.md +46 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/Customize.md +40 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/Disabled.md +18 -0
- package/lib/@ecme/assets/markdown/ui-components/Upload/DragAndDrop.md +13 -0
- package/lib/@ecme/assets/markdown/ui-components/index.ts +43 -0
- package/lib/@ecme/assets/markdown/utils/WithHeaderItemDoc/Example.md +23 -0
- package/lib/@ecme/assets/markdown/utils/index.ts +8 -0
- package/lib/@ecme/assets/react.svg +1 -0
- package/lib/@ecme/assets/styles/app.css +6 -0
- package/lib/@ecme/assets/styles/components/_alert.css +3 -0
- package/lib/@ecme/assets/styles/components/_avatar.css +81 -0
- package/lib/@ecme/assets/styles/components/_badge.css +10 -0
- package/lib/@ecme/assets/styles/components/_button.css +7 -0
- package/lib/@ecme/assets/styles/components/_card.css +40 -0
- package/lib/@ecme/assets/styles/components/_checkbox.css +43 -0
- package/lib/@ecme/assets/styles/components/_close-button.css +6 -0
- package/lib/@ecme/assets/styles/components/_date-picker.css +157 -0
- package/lib/@ecme/assets/styles/components/_dialog.css +45 -0
- package/lib/@ecme/assets/styles/components/_drawer.css +42 -0
- package/lib/@ecme/assets/styles/components/_dropdown.css +63 -0
- package/lib/@ecme/assets/styles/components/_form.css +33 -0
- package/lib/@ecme/assets/styles/components/_input-group.css +75 -0
- package/lib/@ecme/assets/styles/components/_input.css +66 -0
- package/lib/@ecme/assets/styles/components/_menu-item.css +35 -0
- package/lib/@ecme/assets/styles/components/_menu.css +27 -0
- package/lib/@ecme/assets/styles/components/_notification.css +19 -0
- package/lib/@ecme/assets/styles/components/_pagination.css +27 -0
- package/lib/@ecme/assets/styles/components/_progress.css +45 -0
- package/lib/@ecme/assets/styles/components/_radio.css +51 -0
- package/lib/@ecme/assets/styles/components/_scrollbar.css +199 -0
- package/lib/@ecme/assets/styles/components/_segment.css +27 -0
- package/lib/@ecme/assets/styles/components/_select.css +61 -0
- package/lib/@ecme/assets/styles/components/_skeleton.css +11 -0
- package/lib/@ecme/assets/styles/components/_steps.css +67 -0
- package/lib/@ecme/assets/styles/components/_switcher.css +57 -0
- package/lib/@ecme/assets/styles/components/_tables.css +153 -0
- package/lib/@ecme/assets/styles/components/_tabs.css +27 -0
- package/lib/@ecme/assets/styles/components/_tag.css +15 -0
- package/lib/@ecme/assets/styles/components/_time-input.css +11 -0
- package/lib/@ecme/assets/styles/components/_timeline.css +39 -0
- package/lib/@ecme/assets/styles/components/_toast.css +3 -0
- package/lib/@ecme/assets/styles/components/_tooltip.css +3 -0
- package/lib/@ecme/assets/styles/components/_upload.css +49 -0
- package/lib/@ecme/assets/styles/components/index.css +34 -0
- package/lib/@ecme/assets/styles/components/index.ts +38 -0
- package/lib/@ecme/assets/styles/docs/_docs.css +6 -0
- package/lib/@ecme/assets/styles/docs/index.css +1 -0
- package/lib/@ecme/assets/styles/docs/index.ts +5 -0
- package/lib/@ecme/assets/styles/index.ts +21 -0
- package/lib/@ecme/assets/styles/tailwind/index.css +103 -0
- package/lib/@ecme/assets/styles/tailwind/index.ts +5 -0
- package/lib/@ecme/assets/styles/template/_header.css +23 -0
- package/lib/@ecme/assets/styles/template/_secondary-header.css +11 -0
- package/lib/@ecme/assets/styles/template/_side-nav.css +24 -0
- package/lib/@ecme/assets/styles/template/_stacked-side-nav.css +32 -0
- package/lib/@ecme/assets/styles/template/index.css +4 -0
- package/lib/@ecme/assets/styles/template/index.ts +8 -0
- package/lib/@ecme/assets/styles/vendors/_apex-chart.css +49 -0
- package/lib/@ecme/assets/styles/vendors/_full-calendar.css +183 -0
- package/lib/@ecme/assets/styles/vendors/_simple-bar.css +3 -0
- package/lib/@ecme/assets/styles/vendors/_task-gantt.css +247 -0
- package/lib/@ecme/assets/styles/vendors/index.css +4 -0
- package/lib/@ecme/assets/styles/vendors/index.ts +8 -0
- package/lib/@ecme/assets/svg/BlankSvg.tsx +38 -0
- package/lib/@ecme/assets/svg/CollapsibleSideSvg.tsx +108 -0
- package/lib/@ecme/assets/svg/ContentOverlaySvg.tsx +88 -0
- package/lib/@ecme/assets/svg/FileNotFound.tsx +98 -0
- package/lib/@ecme/assets/svg/FrameLessSideSvg.tsx +75 -0
- package/lib/@ecme/assets/svg/NoDataFound.tsx +125 -0
- package/lib/@ecme/assets/svg/NoMedia.tsx +31 -0
- package/lib/@ecme/assets/svg/NoProductFound.tsx +107 -0
- package/lib/@ecme/assets/svg/NoUserFound.tsx +160 -0
- package/lib/@ecme/assets/svg/SpaceSignBoard.tsx +85 -0
- package/lib/@ecme/assets/svg/StackedSideSvg.tsx +156 -0
- package/lib/@ecme/assets/svg/StartConverstation.tsx +148 -0
- package/lib/@ecme/assets/svg/TopBarClassicSvg.tsx +96 -0
- package/lib/@ecme/assets/svg/UploadMedia.tsx +193 -0
- package/lib/@ecme/assets/svg/files/FileDoc.tsx +33 -0
- package/lib/@ecme/assets/svg/files/FileFigma.tsx +58 -0
- package/lib/@ecme/assets/svg/files/FileImage.tsx +36 -0
- package/lib/@ecme/assets/svg/files/FilePdf.tsx +33 -0
- package/lib/@ecme/assets/svg/files/FilePpt.tsx +33 -0
- package/lib/@ecme/assets/svg/files/FileXls.tsx +36 -0
- package/lib/@ecme/assets/svg/files/Folder.tsx +27 -0
- package/lib/@ecme/assets/svg/files/index.ts +8 -0
- package/lib/@ecme/assets/svg/index.ts +21 -0
- package/lib/@ecme/assets/svg/patterns/GridSvg.tsx +40 -0
- package/lib/@ecme/assets/svg/patterns/Squares.svg +8 -0
- package/lib/@ecme/assets/svg/patterns/index.ts +2 -0
- package/lib/@ecme/auth/AuthContext.ts +55 -0
- package/lib/@ecme/auth/AuthProvider.tsx +177 -0
- package/lib/@ecme/auth/index.ts +2 -0
- package/lib/@ecme/auth/sessionUser.json +13580 -0
- package/lib/@ecme/auth/useAuth.ts +14 -0
- package/lib/@ecme/components/docs/DemoBoxContent.tsx +18 -0
- package/lib/@ecme/components/docs/DemoCard/CardFooter.tsx +105 -0
- package/lib/@ecme/components/docs/DemoCard/CodeBox.tsx +22 -0
- package/lib/@ecme/components/docs/DemoCard/DemoCard.tsx +63 -0
- package/lib/@ecme/components/docs/DemoCard/index.ts +3 -0
- package/lib/@ecme/components/docs/DemoComponentApi.tsx +75 -0
- package/lib/@ecme/components/docs/DemoLayout.tsx +115 -0
- package/lib/@ecme/components/docs/DemoTitleSection.tsx +20 -0
- package/lib/@ecme/components/docs/DocumentationNav.tsx +92 -0
- package/lib/@ecme/components/docs/index.ts +7 -0
- package/lib/@ecme/components/index.ts +20 -0
- package/lib/@ecme/components/layouts/AuthLayout/AuthLayout.tsx +28 -0
- package/lib/@ecme/components/layouts/AuthLayout/Side.tsx +31 -0
- package/lib/@ecme/components/layouts/AuthLayout/Simple.tsx +30 -0
- package/lib/@ecme/components/layouts/AuthLayout/Split.tsx +44 -0
- package/lib/@ecme/components/layouts/AuthLayout/index.ts +3 -0
- package/lib/@ecme/components/layouts/Layouts.tsx +50 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/PostLoginLayout.tsx +86 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/Blank.tsx +7 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/CollapsibleSide.tsx +69 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/ContentOverlay.tsx +136 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/FrameLessSide.tsx +123 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/StackedSide.tsx +60 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/components/TopBarClassic.tsx +61 -0
- package/lib/@ecme/components/layouts/PostLoginLayout/index.ts +3 -0
- package/lib/@ecme/components/layouts/PreLoginLayout.tsx +20 -0
- package/lib/@ecme/components/layouts/RouteNotFound.tsx +17 -0
- package/lib/@ecme/components/layouts/index.ts +3 -0
- package/lib/@ecme/components/route/AllRoutes.tsx +72 -0
- package/lib/@ecme/components/route/AppRoute.tsx +53 -0
- package/lib/@ecme/components/route/AuthorityGuard.tsx +22 -0
- package/lib/@ecme/components/route/ProtectedRoute.tsx +29 -0
- package/lib/@ecme/components/route/PublicRoute.tsx +17 -0
- package/lib/@ecme/components/route/index.ts +6 -0
- package/lib/@ecme/components/shared/AbbreviateNumber.tsx +19 -0
- package/lib/@ecme/components/shared/ActionLink.tsx +48 -0
- package/lib/@ecme/components/shared/AdaptiveCard.tsx +25 -0
- package/lib/@ecme/components/shared/Affix.tsx +80 -0
- package/lib/@ecme/components/shared/AuthorityCheck.tsx +17 -0
- package/lib/@ecme/components/shared/AutoComplete.tsx +189 -0
- package/lib/@ecme/components/shared/CalendarView.tsx +113 -0
- package/lib/@ecme/components/shared/Chart.tsx +131 -0
- package/lib/@ecme/components/shared/ConfirmDialog.tsx +135 -0
- package/lib/@ecme/components/shared/Container.tsx +34 -0
- package/lib/@ecme/components/shared/CustomFormatInput.tsx +102 -0
- package/lib/@ecme/components/shared/DataTable.tsx +478 -0
- package/lib/@ecme/components/shared/DebounceInput.tsx +27 -0
- package/lib/@ecme/components/shared/DoubleSidedImage.tsx +28 -0
- package/lib/@ecme/components/shared/EllipsisButton.tsx +26 -0
- package/lib/@ecme/components/shared/GanttChart/GanttChart.tsx +91 -0
- package/lib/@ecme/components/shared/GanttChart/TaskListHeader.tsx +69 -0
- package/lib/@ecme/components/shared/GanttChart/TaskListTable.tsx +90 -0
- package/lib/@ecme/components/shared/GanttChart/TooltipContent.tsx +58 -0
- package/lib/@ecme/components/shared/GanttChart/getStartEndDateForProject.ts +20 -0
- package/lib/@ecme/components/shared/GanttChart/index.tsx +8 -0
- package/lib/@ecme/components/shared/GanttChart/tasksPreProcess.ts +122 -0
- package/lib/@ecme/components/shared/GrowShrinkValue.tsx +68 -0
- package/lib/@ecme/components/shared/IconText.tsx +24 -0
- package/lib/@ecme/components/shared/ImageGallery.tsx +32 -0
- package/lib/@ecme/components/shared/Loading.tsx +108 -0
- package/lib/@ecme/components/shared/Masonry/Masonry.tsx +65 -0
- package/lib/@ecme/components/shared/Masonry/breakpoints.ts +47 -0
- package/lib/@ecme/components/shared/Masonry/context.ts +14 -0
- package/lib/@ecme/components/shared/Masonry/index.ts +7 -0
- package/lib/@ecme/components/shared/Masonry/types.ts +42 -0
- package/lib/@ecme/components/shared/Masonry/useCoulmnsCount.ts +26 -0
- package/lib/@ecme/components/shared/Masonry/useMasonry.ts +28 -0
- package/lib/@ecme/components/shared/Masonry/useWindowWidth.ts +25 -0
- package/lib/@ecme/components/shared/NavToggle.tsx +16 -0
- package/lib/@ecme/components/shared/NumberFormatInput.tsx +21 -0
- package/lib/@ecme/components/shared/NumberInput.tsx +29 -0
- package/lib/@ecme/components/shared/NumericInput.tsx +63 -0
- package/lib/@ecme/components/shared/OtpInput.tsx +135 -0
- package/lib/@ecme/components/shared/PasswordInput.tsx +45 -0
- package/lib/@ecme/components/shared/PatternInput.tsx +22 -0
- package/lib/@ecme/components/shared/PresetSegmentItemOption.tsx +62 -0
- package/lib/@ecme/components/shared/RegionMap.tsx +182 -0
- package/lib/@ecme/components/shared/RichTextEditor/RichTextEditor.tsx +169 -0
- package/lib/@ecme/components/shared/RichTextEditor/index.ts +5 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButton.tsx +27 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonBlockquote.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonBold.tsx +22 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonBulletList.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonCode.tsx +20 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonCodeBlock.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonHardBreak.tsx +18 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonHeading.tsx +78 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonHorizontalRule.tsx +18 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonItalic.tsx +20 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonOrderedList.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonParagraph.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonRedo.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonStrike.tsx +20 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/ToolButtonUndo.tsx +19 -0
- package/lib/@ecme/components/shared/RichTextEditor/toolButtons/types.ts +7 -0
- package/lib/@ecme/components/shared/StickyFooter.tsx +70 -0
- package/lib/@ecme/components/shared/StrictModeDroppable.tsx +23 -0
- package/lib/@ecme/components/shared/SyntaxHighlighter.tsx +17 -0
- package/lib/@ecme/components/shared/ToggleDrawer.tsx +59 -0
- package/lib/@ecme/components/shared/UsersAvatarGroup.tsx +78 -0
- package/lib/@ecme/components/shared/index.tsx +33 -0
- package/lib/@ecme/components/shared/loaders/GlobalLoading.tsx +30 -0
- package/lib/@ecme/components/shared/loaders/MediaSkeleton.tsx +29 -0
- package/lib/@ecme/components/shared/loaders/TableRowSkeleton.tsx +44 -0
- package/lib/@ecme/components/shared/loaders/TextBlockSkeleton.tsx +41 -0
- package/lib/@ecme/components/template/BottomStickyBar.tsx +23 -0
- package/lib/@ecme/components/template/Footer.tsx +61 -0
- package/lib/@ecme/components/template/FrameLessGap.tsx +12 -0
- package/lib/@ecme/components/template/Header.tsx +63 -0
- package/lib/@ecme/components/template/HeaderLogo.tsx +22 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/HorizontalMenuContent.tsx +90 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdown.tsx +257 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdownContent.tsx +441 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdownTrigger.tsx +69 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/HorizontalMenuNavLink.tsx +33 -0
- package/lib/@ecme/components/template/HorizontalMenuContent/index.ts +3 -0
- package/lib/@ecme/components/template/HorizontalNav.tsx +26 -0
- package/lib/@ecme/components/template/LanguageSelector.tsx +60 -0
- package/lib/@ecme/components/template/LayoutBase.tsx +25 -0
- package/lib/@ecme/components/template/Logo.tsx +31 -0
- package/lib/@ecme/components/template/MobileNav.tsx +85 -0
- package/lib/@ecme/components/template/Notification/Notification.tsx +229 -0
- package/lib/@ecme/components/template/Notification/NotificationAvatar.tsx +66 -0
- package/lib/@ecme/components/template/Notification/NotificationToggle.tsx +25 -0
- package/lib/@ecme/components/template/Notification/index.tsx +3 -0
- package/lib/@ecme/components/template/PageContainer.tsx +189 -0
- package/lib/@ecme/components/template/Search.tsx +310 -0
- package/lib/@ecme/components/template/SideNav.tsx +101 -0
- package/lib/@ecme/components/template/SideNavToggle.tsx +31 -0
- package/lib/@ecme/components/template/SidePanel/SidePanel.tsx +61 -0
- package/lib/@ecme/components/template/SidePanel/SidePanelContent.tsx +10 -0
- package/lib/@ecme/components/template/SidePanel/index.ts +3 -0
- package/lib/@ecme/components/template/StackedSideNav/StackedSideNav.tsx +128 -0
- package/lib/@ecme/components/template/StackedSideNav/StackedSideNavMini.tsx +170 -0
- package/lib/@ecme/components/template/StackedSideNav/StackedSideNavSecondary.tsx +65 -0
- package/lib/@ecme/components/template/StackedSideNav/index.ts +3 -0
- package/lib/@ecme/components/template/Theme.tsx +30 -0
- package/lib/@ecme/components/template/ThemeConfigurator/CopyButton.tsx +46 -0
- package/lib/@ecme/components/template/ThemeConfigurator/DirectionSwitcher.tsx +39 -0
- package/lib/@ecme/components/template/ThemeConfigurator/LayoutSwitcher.tsx +115 -0
- package/lib/@ecme/components/template/ThemeConfigurator/ModeSwitcher.tsx +25 -0
- package/lib/@ecme/components/template/ThemeConfigurator/ThemeConfigurator.tsx +56 -0
- package/lib/@ecme/components/template/ThemeConfigurator/ThemeSwitcher.tsx +34 -0
- package/lib/@ecme/components/template/ThemeConfigurator/index.ts +5 -0
- package/lib/@ecme/components/template/UserProfileDropdown.tsx +114 -0
- package/lib/@ecme/components/template/VerticalMenuContent/VerticalCollapsedMenuItem.tsx +106 -0
- package/lib/@ecme/components/template/VerticalMenuContent/VerticalMenuContent.tsx +164 -0
- package/lib/@ecme/components/template/VerticalMenuContent/VerticalMenuIcon.tsx +33 -0
- package/lib/@ecme/components/template/VerticalMenuContent/VerticalSingleMenuItem.tsx +179 -0
- package/lib/@ecme/components/template/VerticalMenuContent/index.ts +5 -0
- package/lib/@ecme/components/ui/@types/common.ts +26 -0
- package/lib/@ecme/components/ui/@types/date.ts +1 -0
- package/lib/@ecme/components/ui/@types/placement.ts +7 -0
- package/lib/@ecme/components/ui/Alert/Alert.tsx +198 -0
- package/lib/@ecme/components/ui/Alert/index.tsx +5 -0
- package/lib/@ecme/components/ui/Avatar/Avatar.tsx +128 -0
- package/lib/@ecme/components/ui/Avatar/AvatarGroup.tsx +102 -0
- package/lib/@ecme/components/ui/Avatar/index.tsx +20 -0
- package/lib/@ecme/components/ui/Badge/Badge.tsx +78 -0
- package/lib/@ecme/components/ui/Badge/index.tsx +6 -0
- package/lib/@ecme/components/ui/Button/Button.tsx +251 -0
- package/lib/@ecme/components/ui/Button/index.tsx +6 -0
- package/lib/@ecme/components/ui/Calendar/index.ts +5 -0
- package/lib/@ecme/components/ui/Card/Card.tsx +118 -0
- package/lib/@ecme/components/ui/Card/index.tsx +6 -0
- package/lib/@ecme/components/ui/Checkbox/Checkbox.tsx +161 -0
- package/lib/@ecme/components/ui/Checkbox/Group.tsx +87 -0
- package/lib/@ecme/components/ui/Checkbox/context.tsx +22 -0
- package/lib/@ecme/components/ui/Checkbox/index.tsx +21 -0
- package/lib/@ecme/components/ui/CloseButton/CloseButton.tsx +32 -0
- package/lib/@ecme/components/ui/CloseButton/index.tsx +4 -0
- package/lib/@ecme/components/ui/ConfigProvider/ConfigProvider.ts +37 -0
- package/lib/@ecme/components/ui/ConfigProvider/index.ts +18 -0
- package/lib/@ecme/components/ui/DatePicker/BasePicker.tsx +205 -0
- package/lib/@ecme/components/ui/DatePicker/Calendar.tsx +47 -0
- package/lib/@ecme/components/ui/DatePicker/CalendarBase.tsx +278 -0
- package/lib/@ecme/components/ui/DatePicker/DatePicker.tsx +317 -0
- package/lib/@ecme/components/ui/DatePicker/DatePickerRange.tsx +198 -0
- package/lib/@ecme/components/ui/DatePicker/DateTimepicker.tsx +313 -0
- package/lib/@ecme/components/ui/DatePicker/RangeCalendar.tsx +120 -0
- package/lib/@ecme/components/ui/DatePicker/index.tsx +24 -0
- package/lib/@ecme/components/ui/DatePicker/tables/DateTable.tsx +167 -0
- package/lib/@ecme/components/ui/DatePicker/tables/Header.tsx +101 -0
- package/lib/@ecme/components/ui/DatePicker/tables/MonthTable.tsx +92 -0
- package/lib/@ecme/components/ui/DatePicker/tables/YearTable.tsx +85 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/Day.tsx +124 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/Month.tsx +245 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/props/getDayProps.ts +71 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/props/getRangeProps.ts +25 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/props/isDisabled.ts +27 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/props/isOutside.ts +5 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/props/isWeekend.ts +3 -0
- package/lib/@ecme/components/ui/DatePicker/tables/components/types.ts +16 -0
- package/lib/@ecme/components/ui/DatePicker/utils/formatYear.tsx +5 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getCurrentWeekDays.ts +32 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getDecadeRange.ts +10 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getEndOfWeek.ts +18 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getMonthDays.ts +28 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getMonthsNames.ts +13 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getStartOfWeek.ts +18 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getWeekdaysNames.ts +19 -0
- package/lib/@ecme/components/ui/DatePicker/utils/getYearsRange.ts +14 -0
- package/lib/@ecme/components/ui/DatePicker/utils/index.ts +12 -0
- package/lib/@ecme/components/ui/DatePicker/utils/isMonthInRange.ts +26 -0
- package/lib/@ecme/components/ui/DatePicker/utils/isSameDate.ts +7 -0
- package/lib/@ecme/components/ui/DatePicker/utils/isSameMonth.ts +6 -0
- package/lib/@ecme/components/ui/Dialog/Dialog.tsx +111 -0
- package/lib/@ecme/components/ui/Dialog/index.tsx +6 -0
- package/lib/@ecme/components/ui/Drawer/Drawer.tsx +156 -0
- package/lib/@ecme/components/ui/Drawer/index.tsx +6 -0
- package/lib/@ecme/components/ui/Dropdown/Dropdown.tsx +34 -0
- package/lib/@ecme/components/ui/Dropdown/DropdownItem.tsx +141 -0
- package/lib/@ecme/components/ui/Dropdown/DropdownMenu.tsx +326 -0
- package/lib/@ecme/components/ui/Dropdown/DropdownSub.tsx +30 -0
- package/lib/@ecme/components/ui/Dropdown/DropdownSubItem.tsx +72 -0
- package/lib/@ecme/components/ui/Dropdown/DropdownToggle.tsx +114 -0
- package/lib/@ecme/components/ui/Dropdown/context/dropdownContext.ts +11 -0
- package/lib/@ecme/components/ui/Dropdown/context/menuContext.ts +23 -0
- package/lib/@ecme/components/ui/Dropdown/index.ts +25 -0
- package/lib/@ecme/components/ui/Form/Form.tsx +36 -0
- package/lib/@ecme/components/ui/Form/FormContainer.tsx +54 -0
- package/lib/@ecme/components/ui/Form/FormItem.tsx +136 -0
- package/lib/@ecme/components/ui/Form/context.ts +34 -0
- package/lib/@ecme/components/ui/Form/index.tsx +9 -0
- package/lib/@ecme/components/ui/Input/Input.tsx +217 -0
- package/lib/@ecme/components/ui/Input/index.tsx +6 -0
- package/lib/@ecme/components/ui/InputGroup/Addon.tsx +37 -0
- package/lib/@ecme/components/ui/InputGroup/InputGroup.tsx +41 -0
- package/lib/@ecme/components/ui/InputGroup/context.ts +16 -0
- package/lib/@ecme/components/ui/InputGroup/index.tsx +26 -0
- package/lib/@ecme/components/ui/Menu/Menu.tsx +52 -0
- package/lib/@ecme/components/ui/Menu/MenuCollapse.tsx +120 -0
- package/lib/@ecme/components/ui/Menu/MenuGroup.tsx +34 -0
- package/lib/@ecme/components/ui/Menu/MenuItem.tsx +39 -0
- package/lib/@ecme/components/ui/Menu/context/collapseContext.tsx +9 -0
- package/lib/@ecme/components/ui/Menu/context/groupContext.tsx +9 -0
- package/lib/@ecme/components/ui/Menu/context/menuContext.tsx +18 -0
- package/lib/@ecme/components/ui/Menu/index.tsx +28 -0
- package/lib/@ecme/components/ui/MenuItem/index.tsx +79 -0
- package/lib/@ecme/components/ui/Notification/Notification.tsx +113 -0
- package/lib/@ecme/components/ui/Notification/index.tsx +6 -0
- package/lib/@ecme/components/ui/Pagination/Next.tsx +48 -0
- package/lib/@ecme/components/ui/Pagination/Pagers.tsx +232 -0
- package/lib/@ecme/components/ui/Pagination/Pagination.tsx +136 -0
- package/lib/@ecme/components/ui/Pagination/Prev.tsx +46 -0
- package/lib/@ecme/components/ui/Pagination/Total.tsx +10 -0
- package/lib/@ecme/components/ui/Pagination/index.tsx +6 -0
- package/lib/@ecme/components/ui/Progress/Circle.tsx +110 -0
- package/lib/@ecme/components/ui/Progress/Line.tsx +38 -0
- package/lib/@ecme/components/ui/Progress/Progress.tsx +109 -0
- package/lib/@ecme/components/ui/Progress/index.tsx +6 -0
- package/lib/@ecme/components/ui/Radio/Group.tsx +75 -0
- package/lib/@ecme/components/ui/Radio/Radio.tsx +138 -0
- package/lib/@ecme/components/ui/Radio/context.tsx +18 -0
- package/lib/@ecme/components/ui/Radio/index.tsx +20 -0
- package/lib/@ecme/components/ui/RangeCalendar/index.ts +5 -0
- package/lib/@ecme/components/ui/ScrollBar/ScrollBar.tsx +26 -0
- package/lib/@ecme/components/ui/ScrollBar/index.tsx +6 -0
- package/lib/@ecme/components/ui/Segment/Segment.tsx +100 -0
- package/lib/@ecme/components/ui/Segment/SegmentItem.tsx +118 -0
- package/lib/@ecme/components/ui/Segment/context.ts +26 -0
- package/lib/@ecme/components/ui/Segment/index.tsx +20 -0
- package/lib/@ecme/components/ui/Select/Option.tsx +38 -0
- package/lib/@ecme/components/ui/Select/Select.tsx +215 -0
- package/lib/@ecme/components/ui/Select/index.tsx +7 -0
- package/lib/@ecme/components/ui/Skeleton/Skeleton.tsx +45 -0
- package/lib/@ecme/components/ui/Skeleton/index.tsx +6 -0
- package/lib/@ecme/components/ui/Spinner/Spinner.tsx +52 -0
- package/lib/@ecme/components/ui/Spinner/index.ts +7 -0
- package/lib/@ecme/components/ui/StatusIcon/StatusIcon.tsx +53 -0
- package/lib/@ecme/components/ui/StatusIcon/index.tsx +4 -0
- package/lib/@ecme/components/ui/Steps/StepItem.tsx +115 -0
- package/lib/@ecme/components/ui/Steps/Steps.tsx +85 -0
- package/lib/@ecme/components/ui/Steps/index.tsx +20 -0
- package/lib/@ecme/components/ui/Switcher/Switcher.tsx +133 -0
- package/lib/@ecme/components/ui/Switcher/index.tsx +6 -0
- package/lib/@ecme/components/ui/Table/Sorter.tsx +35 -0
- package/lib/@ecme/components/ui/Table/TBody.tsx +17 -0
- package/lib/@ecme/components/ui/Table/TFoot.tsx +17 -0
- package/lib/@ecme/components/ui/Table/THead.tsx +17 -0
- package/lib/@ecme/components/ui/Table/Table.tsx +42 -0
- package/lib/@ecme/components/ui/Table/Td.tsx +17 -0
- package/lib/@ecme/components/ui/Table/Th.tsx +17 -0
- package/lib/@ecme/components/ui/Table/Tr.tsx +17 -0
- package/lib/@ecme/components/ui/Table/index.tsx +46 -0
- package/lib/@ecme/components/ui/Tabs/TabContent.tsx +37 -0
- package/lib/@ecme/components/ui/Tabs/TabList.tsx +28 -0
- package/lib/@ecme/components/ui/Tabs/TabNav.tsx +72 -0
- package/lib/@ecme/components/ui/Tabs/Tabs.tsx +48 -0
- package/lib/@ecme/components/ui/Tabs/context.ts +23 -0
- package/lib/@ecme/components/ui/Tabs/index.tsx +28 -0
- package/lib/@ecme/components/ui/Tag/Tag.tsx +52 -0
- package/lib/@ecme/components/ui/Tag/index.tsx +6 -0
- package/lib/@ecme/components/ui/TimeInput/AmPmInput.tsx +91 -0
- package/lib/@ecme/components/ui/TimeInput/TimeInput.tsx +255 -0
- package/lib/@ecme/components/ui/TimeInput/TimeInputField.tsx +132 -0
- package/lib/@ecme/components/ui/TimeInput/TimeInputRange.tsx +155 -0
- package/lib/@ecme/components/ui/TimeInput/index.tsx +20 -0
- package/lib/@ecme/components/ui/TimeInput/utils/clamp.ts +3 -0
- package/lib/@ecme/components/ui/TimeInput/utils/createAmPmHandler.ts +33 -0
- package/lib/@ecme/components/ui/TimeInput/utils/createTimeHandler.ts +60 -0
- package/lib/@ecme/components/ui/TimeInput/utils/getDate.ts +33 -0
- package/lib/@ecme/components/ui/TimeInput/utils/getTimeValues.ts +29 -0
- package/lib/@ecme/components/ui/TimeInput/utils/index.ts +6 -0
- package/lib/@ecme/components/ui/TimeInput/utils/padTime.ts +4 -0
- package/lib/@ecme/components/ui/Timeline/TimeLineItem.tsx +45 -0
- package/lib/@ecme/components/ui/Timeline/Timeline.tsx +32 -0
- package/lib/@ecme/components/ui/Timeline/index.tsx +20 -0
- package/lib/@ecme/components/ui/Tooltip/Arrow.tsx +149 -0
- package/lib/@ecme/components/ui/Tooltip/Tooltip.tsx +135 -0
- package/lib/@ecme/components/ui/Tooltip/index.tsx +6 -0
- package/lib/@ecme/components/ui/Upload/FileItem.tsx +74 -0
- package/lib/@ecme/components/ui/Upload/Upload.tsx +239 -0
- package/lib/@ecme/components/ui/Upload/index.tsx +6 -0
- package/lib/@ecme/components/ui/hooks/index.ts +23 -0
- package/lib/@ecme/components/ui/hooks/useCallbackRef.ts +16 -0
- package/lib/@ecme/components/ui/hooks/useControllableState.ts +66 -0
- package/lib/@ecme/components/ui/hooks/useDidUpdate.ts +26 -0
- package/lib/@ecme/components/ui/hooks/useMergeRef.ts +18 -0
- package/lib/@ecme/components/ui/hooks/useRootClose.ts +110 -0
- package/lib/@ecme/components/ui/hooks/useTimeout.ts +41 -0
- package/lib/@ecme/components/ui/hooks/useUncertainRef.ts +12 -0
- package/lib/@ecme/components/ui/hooks/useUniqueId.ts +13 -0
- package/lib/@ecme/components/ui/hooks/useWindowSize.ts +24 -0
- package/lib/@ecme/components/ui/index.ts +111 -0
- package/lib/@ecme/components/ui/toast/ToastWrapper.tsx +208 -0
- package/lib/@ecme/components/ui/toast/index.ts +6 -0
- package/lib/@ecme/components/ui/toast/toast.tsx +82 -0
- package/lib/@ecme/components/ui/toast/transition.ts +200 -0
- package/lib/@ecme/components/ui/utils/arrayIndexOf.ts +7 -0
- package/lib/@ecme/components/ui/utils/capitalize.ts +5 -0
- package/lib/@ecme/components/ui/utils/chainedFunction.ts +21 -0
- package/lib/@ecme/components/ui/utils/classNames.ts +6 -0
- package/lib/@ecme/components/ui/utils/constants.ts +129 -0
- package/lib/@ecme/components/ui/utils/createUid.ts +14 -0
- package/lib/@ecme/components/ui/utils/mapCloneElement.ts +29 -0
- package/lib/@ecme/components/ui/utils/shallowEqual.ts +43 -0
- package/lib/@ecme/components/view/Activity/ActivityAvatar.tsx +75 -0
- package/lib/@ecme/components/view/Activity/ActivityEvent.tsx +345 -0
- package/lib/@ecme/components/view/Activity/constants.ts +15 -0
- package/lib/@ecme/components/view/Activity/index.ts +4 -0
- package/lib/@ecme/components/view/BaseView.tsx +63 -0
- package/lib/@ecme/components/view/ChatBox/ChatBox.tsx +70 -0
- package/lib/@ecme/components/view/ChatBox/components/Attachment.tsx +83 -0
- package/lib/@ecme/components/view/ChatBox/components/ChatContainer.tsx +27 -0
- package/lib/@ecme/components/view/ChatBox/components/ChatInput.tsx +93 -0
- package/lib/@ecme/components/view/ChatBox/components/Message.tsx +113 -0
- package/lib/@ecme/components/view/ChatBox/components/MessageList.tsx +93 -0
- package/lib/@ecme/components/view/ChatBox/index.ts +5 -0
- package/lib/@ecme/components/view/ChatBox/types.ts +2 -0
- package/lib/@ecme/components/view/CreditCardDialog/CreditCardDialog.tsx +201 -0
- package/lib/@ecme/components/view/CreditCardDialog/index.ts +3 -0
- package/lib/@ecme/components/view/FileIcon/FileIcon.tsx +34 -0
- package/lib/@ecme/components/view/FileIcon/index.ts +3 -0
- package/lib/@ecme/components/view/TaskItem/TaskItem.tsx +116 -0
- package/lib/@ecme/components/view/TaskItem/index.ts +3 -0
- package/lib/@ecme/components/view/index.ts +7 -0
- package/lib/@ecme/configs/AppConfigContext.tsx +31 -0
- package/lib/@ecme/configs/app.config.ts +27 -0
- package/lib/@ecme/configs/chart.config.ts +283 -0
- package/lib/@ecme/configs/firebase.config.ts +16 -0
- package/lib/@ecme/configs/index.ts +12 -0
- package/lib/@ecme/configs/navigation-icon.config.tsx +195 -0
- package/lib/@ecme/configs/navigation.config/auth.navigation.config.ts +235 -0
- package/lib/@ecme/configs/navigation.config/concepts.navigation.config.ts +652 -0
- package/lib/@ecme/configs/navigation.config/dashboards.navigation.config.ts +68 -0
- package/lib/@ecme/configs/navigation.config/guide.navigation.config.ts +87 -0
- package/lib/@ecme/configs/navigation.config/index.ts +6 -0
- package/lib/@ecme/configs/navigation.config/ui-components.navigation.config.ts +759 -0
- package/lib/@ecme/configs/preset-theme-schema.config.ts +103 -0
- package/lib/@ecme/configs/routes.config/authDemoRoute.ts +192 -0
- package/lib/@ecme/configs/routes.config/authRoute.ts +44 -0
- package/lib/@ecme/configs/routes.config/conceptsRoute.ts +356 -0
- package/lib/@ecme/configs/routes.config/dashboardsRoute.ts +46 -0
- package/lib/@ecme/configs/routes.config/guideRoute.ts +48 -0
- package/lib/@ecme/configs/routes.config/index.ts +1 -0
- package/lib/@ecme/configs/routes.config/othersRoute.ts +20 -0
- package/lib/@ecme/configs/routes.config/routes.config.ts +19 -0
- package/lib/@ecme/configs/routes.config/uiComponentsRoute.tsx +400 -0
- package/lib/@ecme/configs/theme.config.ts +32 -0
- package/lib/@ecme/constants/api.constant.ts +3 -0
- package/lib/@ecme/constants/app.constant.ts +2 -0
- package/lib/@ecme/constants/chart.constant.ts +23 -0
- package/lib/@ecme/constants/countries.constant.ts +1152 -0
- package/lib/@ecme/constants/index.ts +9 -0
- package/lib/@ecme/constants/navigation.constant.ts +3 -0
- package/lib/@ecme/constants/roles.constant.ts +2 -0
- package/lib/@ecme/constants/route.constant.ts +7 -0
- package/lib/@ecme/constants/theme.constant.ts +38 -0
- package/lib/@ecme/index.ts +33 -0
- package/lib/@ecme/locales/index.ts +4 -0
- package/lib/@ecme/locales/lang/en/common.ts +93 -0
- package/lib/@ecme/locales/lang/en/en.json +163 -0
- package/lib/@ecme/locales/lang/en/index.ts +9 -0
- package/lib/@ecme/locales/lang/en/nav.ts +17 -0
- package/lib/@ecme/locales/lang/en/pages.ts +18 -0
- package/lib/@ecme/locales/lang/ptBR/common.ts +94 -0
- package/lib/@ecme/locales/lang/ptBR/index.ts +9 -0
- package/lib/@ecme/locales/lang/ptBR/nav.ts +25 -0
- package/lib/@ecme/locales/lang/ptBR/pages.ts +23 -0
- package/lib/@ecme/locales/locales.ts +35 -0
- package/lib/@ecme/mock/MockAdapter.ts +4 -0
- package/lib/@ecme/mock/data/accountsData.ts +343 -0
- package/lib/@ecme/mock/data/aiData.ts +670 -0
- package/lib/@ecme/mock/data/authData.ts +19 -0
- package/lib/@ecme/mock/data/calendarData.ts +85 -0
- package/lib/@ecme/mock/data/chatData.ts +1090 -0
- package/lib/@ecme/mock/data/commonData.ts +982 -0
- package/lib/@ecme/mock/data/dashboardData.ts +1418 -0
- package/lib/@ecme/mock/data/filesData.ts +814 -0
- package/lib/@ecme/mock/data/helpCenterData.ts +1247 -0
- package/lib/@ecme/mock/data/logData.ts +316 -0
- package/lib/@ecme/mock/data/mailData.ts +538 -0
- package/lib/@ecme/mock/data/ordersData.ts +239 -0
- package/lib/@ecme/mock/data/productData.ts +353 -0
- package/lib/@ecme/mock/data/projectsData.ts +973 -0
- package/lib/@ecme/mock/data/usersData.ts +1257 -0
- package/lib/@ecme/mock/fakeApi/accountsFakeApi.ts +95 -0
- package/lib/@ecme/mock/fakeApi/aiFakeApi.ts +99 -0
- package/lib/@ecme/mock/fakeApi/authFakeApi.ts +80 -0
- package/lib/@ecme/mock/fakeApi/calendarFakeApi.ts +6 -0
- package/lib/@ecme/mock/fakeApi/chatFakeApi.ts +57 -0
- package/lib/@ecme/mock/fakeApi/commonFakeApi.ts +39 -0
- package/lib/@ecme/mock/fakeApi/customersFakeApi.ts +65 -0
- package/lib/@ecme/mock/fakeApi/dashboardFakeApi.ts +29 -0
- package/lib/@ecme/mock/fakeApi/fileFakeApi.ts +52 -0
- package/lib/@ecme/mock/fakeApi/helpCenterFakeApi.ts +96 -0
- package/lib/@ecme/mock/fakeApi/logFakeApi.ts +31 -0
- package/lib/@ecme/mock/fakeApi/mailFakeApi.ts +29 -0
- package/lib/@ecme/mock/fakeApi/ordersFakeApi.ts +61 -0
- package/lib/@ecme/mock/fakeApi/productsFakeApi.ts +59 -0
- package/lib/@ecme/mock/fakeApi/projectsFakeApi.ts +61 -0
- package/lib/@ecme/mock/index.ts +18 -0
- package/lib/@ecme/services/AccontsService.ts +54 -0
- package/lib/@ecme/services/AiService.ts +39 -0
- package/lib/@ecme/services/ApiService.ts +20 -0
- package/lib/@ecme/services/AuthService.ts +50 -0
- package/lib/@ecme/services/CalendarService.ts +8 -0
- package/lib/@ecme/services/ChatService.ts +29 -0
- package/lib/@ecme/services/CommonService.ts +38 -0
- package/lib/@ecme/services/CustomersService.ts +32 -0
- package/lib/@ecme/services/DashboardService.ts +29 -0
- package/lib/@ecme/services/FileService.ts +11 -0
- package/lib/@ecme/services/HelpCenterService.ts +36 -0
- package/lib/@ecme/services/LogService.ts +11 -0
- package/lib/@ecme/services/MailServices.ts +20 -0
- package/lib/@ecme/services/OAuthServices.ts +14 -0
- package/lib/@ecme/services/OrderService.ts +22 -0
- package/lib/@ecme/services/ProductService.ts +22 -0
- package/lib/@ecme/services/ProjectService.ts +61 -0
- package/lib/@ecme/services/axios/AxiosBase.ts +67 -0
- package/lib/@ecme/services/axios/AxiosRequestIntrceptorConfigCallback.ts +34 -0
- package/lib/@ecme/services/axios/AxiosResponseIntrceptorErrorCallback.ts +24 -0
- package/lib/@ecme/services/firebase/FirebaseApp.ts +17 -0
- package/lib/@ecme/services/firebase/FirebaseAuth.ts +15 -0
- package/lib/@ecme/services/firebase/FirebaseDB.ts +15 -0
- package/lib/@ecme/services/firebase/FirebaseGithubAuth.ts +13 -0
- package/lib/@ecme/services/firebase/FirebaseGoogleAuth.ts +13 -0
- package/lib/@ecme/services/index.ts +18 -0
- package/lib/@ecme/store/authStore.ts +83 -0
- package/lib/@ecme/store/hooks/createListStore.tsx +18 -0
- package/lib/@ecme/store/index.ts +5 -0
- package/lib/@ecme/store/localeStore.ts +38 -0
- package/lib/@ecme/store/routeKeyStore.ts +17 -0
- package/lib/@ecme/store/themeStore.ts +50 -0
- package/lib/@ecme/utils/acronym.ts +9 -0
- package/lib/@ecme/utils/classNames.ts +6 -0
- package/lib/@ecme/utils/cookiesStorage.ts +21 -0
- package/lib/@ecme/utils/fileSizeUnit.ts +25 -0
- package/lib/@ecme/utils/hoc/index.ts +2 -0
- package/lib/@ecme/utils/hoc/withHeaderItem.tsx +31 -0
- package/lib/@ecme/utils/hooks/index.ts +18 -0
- package/lib/@ecme/utils/hooks/useAuthority.ts +41 -0
- package/lib/@ecme/utils/hooks/useDarkMode.ts +34 -0
- package/lib/@ecme/utils/hooks/useDebounce.ts +13 -0
- package/lib/@ecme/utils/hooks/useDirection.ts +23 -0
- package/lib/@ecme/utils/hooks/useInfiniteScroll.ts +69 -0
- package/lib/@ecme/utils/hooks/useInterval .ts +30 -0
- package/lib/@ecme/utils/hooks/useLayout.ts +38 -0
- package/lib/@ecme/utils/hooks/useLayoutGap.ts +27 -0
- package/lib/@ecme/utils/hooks/useLocale.ts +25 -0
- package/lib/@ecme/utils/hooks/useMenuActive.ts +91 -0
- package/lib/@ecme/utils/hooks/useQuery.ts +7 -0
- package/lib/@ecme/utils/hooks/useRandomBgColor.ts +37 -0
- package/lib/@ecme/utils/hooks/useResponsive.ts +63 -0
- package/lib/@ecme/utils/hooks/useScrollTop.ts +23 -0
- package/lib/@ecme/utils/hooks/useThemeSchema.ts +53 -0
- package/lib/@ecme/utils/hooks/useTimeOutMessage.ts +21 -0
- package/lib/@ecme/utils/hooks/useTranslation.ts +25 -0
- package/lib/@ecme/utils/index.ts +12 -0
- package/lib/@ecme/utils/isLastChild.ts +3 -0
- package/lib/@ecme/utils/paginate.ts +6 -0
- package/lib/@ecme/utils/reoderArray.ts +8 -0
- package/lib/@ecme/utils/reorderDragable.ts +41 -0
- package/lib/@ecme/utils/sleep.ts +3 -0
- package/lib/@ecme/utils/sortBy.ts +28 -0
- package/lib/@ecme/utils/wildCardSearch.ts +23 -0
- package/lib/@ecme/views/Views.tsx +20 -0
- package/lib/@ecme/views/auth/FirstLogin/FirstLogin.tsx +7 -0
- package/lib/@ecme/views/auth/FirstLogin/index.ts +3 -0
- package/lib/@ecme/views/auth/ForgotPassword/ForgotPassword.tsx +88 -0
- package/lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx +99 -0
- package/lib/@ecme/views/auth/ForgotPassword/index.tsx +4 -0
- package/lib/@ecme/views/auth/OtpVerification/OtpVerification.tsx +67 -0
- package/lib/@ecme/views/auth/OtpVerification/components/OtpVerificationForm.tsx +92 -0
- package/lib/@ecme/views/auth/OtpVerification/index.tsx +4 -0
- package/lib/@ecme/views/auth/ResetPassword/ResetPassword.tsx +124 -0
- package/lib/@ecme/views/auth/ResetPassword/components/ResetPasswordForm.tsx +159 -0
- package/lib/@ecme/views/auth/ResetPassword/index.tsx +4 -0
- package/lib/@ecme/views/auth/SignIn/SignIn.tsx +64 -0
- package/lib/@ecme/views/auth/SignIn/components/OauthSignIn.tsx +84 -0
- package/lib/@ecme/views/auth/SignIn/components/SignInForm.tsx +127 -0
- package/lib/@ecme/views/auth/SignIn/index.ts +4 -0
- package/lib/@ecme/views/auth/SignUp/SignUp.tsx +63 -0
- package/lib/@ecme/views/auth/SignUp/components/SignUpForm.tsx +156 -0
- package/lib/@ecme/views/auth/SignUp/index.ts +4 -0
- package/lib/@ecme/views/auth/index.ts +3 -0
- package/lib/@ecme/views/auth/lang/en/index.ts +8 -0
- package/lib/@ecme/views/auth/lang/en/layout.ts +14 -0
- package/lib/@ecme/views/auth/lang/en/params.ts +4 -0
- package/lib/@ecme/views/auth/lang/index.ts +10 -0
- package/lib/@ecme/views/auth/lang/ptBR/index.ts +9 -0
- package/lib/@ecme/views/auth/lang/ptBR/layout.ts +3 -0
- package/lib/@ecme/views/auth/lang/ptBR/params.ts +3 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSide/ForgotPasswordDemoSide.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSide/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSimple/ForgotPasswordDemoSimple.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSimple/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSplit/ForgotPasswordDemoSplit.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ForgotPasswordDemoSplit/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSide/OtpVerificationDemoSide.tsx +12 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSide/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSimple/OtpVerificationDemoSimple.tsx +12 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSimple/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSplit/OtpVerificationDemoSplit.tsx +12 -0
- package/lib/@ecme/views/auth-demo/OtpVerificationDemoSplit/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSide/ResetPasswordDemoSide.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSide/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSimple/ResetPasswordDemoSimple.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSimple/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSplit/ResetPasswordDemoSplit.tsx +12 -0
- package/lib/@ecme/views/auth-demo/ResetPasswordDemoSplit/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSide/SignInDemoSide.tsx +16 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSide/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSimple/SignInDemoSimple.tsx +16 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSimple/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSplit/SignInDemoSplit.tsx +16 -0
- package/lib/@ecme/views/auth-demo/SignInDemoSplit/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSide/SignUpDemoSide.tsx +12 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSide/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSimple/SignUpDemoSimple.tsx +12 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSimple/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSplit/SignUpDemoSplit.tsx +12 -0
- package/lib/@ecme/views/auth-demo/SignUpDemoSplit/index.ts +3 -0
- package/lib/@ecme/views/auth-demo/index.ts +3 -0
- package/lib/@ecme/views/concepts/accounts/ActivityLog/ActivityLog.tsx +101 -0
- package/lib/@ecme/views/concepts/accounts/ActivityLog/components/Log.tsx +66 -0
- package/lib/@ecme/views/concepts/accounts/ActivityLog/components/LogAction.tsx +85 -0
- package/lib/@ecme/views/concepts/accounts/ActivityLog/index.ts +3 -0
- package/lib/@ecme/views/concepts/accounts/ActivityLog/types.ts +23 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/Pricing.tsx +23 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/components/Faq.tsx +53 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/components/PaymentCycleToggle.tsx +19 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/components/PaymentDialog.tsx +252 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/components/Plans.tsx +125 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/components/Question.tsx +53 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/constants.ts +162 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/index.ts +3 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/store/pricingStore.ts +27 -0
- package/lib/@ecme/views/concepts/accounts/Pricing/types.ts +28 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/RolesPermissions.tsx +63 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsAccessDialog.tsx +229 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsGroups.tsx +65 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsGroupsAction.tsx +24 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserAction.tsx +136 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserSelected.tsx +106 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserTable.tsx +223 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/constants.ts +97 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/hooks/useRolePermissonsRoles.ts +24 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/hooks/useRolePermissonsUsers.ts +36 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/index.ts +3 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/store/rolePermissionsStore.ts +78 -0
- package/lib/@ecme/views/concepts/accounts/RolesPermissions/types.ts +41 -0
- package/lib/@ecme/views/concepts/accounts/Settings/Settings.tsx +46 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/BillingHistory.tsx +148 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingIntegration.tsx +179 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingMobileMenu.tsx +24 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingsBilling.tsx +283 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingsMenu.tsx +65 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingsNotification.tsx +224 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingsProfile.tsx +433 -0
- package/lib/@ecme/views/concepts/accounts/Settings/components/SettingsSecurity.tsx +240 -0
- package/lib/@ecme/views/concepts/accounts/Settings/index.ts +3 -0
- package/lib/@ecme/views/concepts/accounts/Settings/store/settingsStore.ts +21 -0
- package/lib/@ecme/views/concepts/accounts/Settings/types.ts +71 -0
- package/lib/@ecme/views/concepts/ai/Chat/GenerativeChat.tsx +20 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatCustomAction.tsx +187 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatCustomContent.tsx +202 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatHistory.tsx +94 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatHistoryItem.tsx +114 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatHistoryRenameDialog.tsx +103 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatLandingView.tsx +83 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatMobileNav.tsx +27 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatSideNav.tsx +64 -0
- package/lib/@ecme/views/concepts/ai/Chat/components/ChatView.tsx +107 -0
- package/lib/@ecme/views/concepts/ai/Chat/hooks/useChatSend.ts +90 -0
- package/lib/@ecme/views/concepts/ai/Chat/index.ts +3 -0
- package/lib/@ecme/views/concepts/ai/Chat/store/generativeChatStore.ts +105 -0
- package/lib/@ecme/views/concepts/ai/Chat/types.ts +62 -0
- package/lib/@ecme/views/concepts/ai/Chat/utils.ts +26 -0
- package/lib/@ecme/views/concepts/ai/Image/ImageGenerator.tsx +17 -0
- package/lib/@ecme/views/concepts/ai/Image/components/ConfigDropdown.tsx +68 -0
- package/lib/@ecme/views/concepts/ai/Image/components/Gallery.tsx +151 -0
- package/lib/@ecme/views/concepts/ai/Image/components/GalleryImage.tsx +22 -0
- package/lib/@ecme/views/concepts/ai/Image/components/Generator.tsx +15 -0
- package/lib/@ecme/views/concepts/ai/Image/components/GeneratorHeader.tsx +16 -0
- package/lib/@ecme/views/concepts/ai/Image/components/GeneratorPrompt.tsx +178 -0
- package/lib/@ecme/views/concepts/ai/Image/components/ImageDialog.tsx +116 -0
- package/lib/@ecme/views/concepts/ai/Image/index.ts +3 -0
- package/lib/@ecme/views/concepts/ai/Image/store/imageGeneratorStore.ts +76 -0
- package/lib/@ecme/views/concepts/ai/Image/type.ts +26 -0
- package/lib/@ecme/views/concepts/ai/Image/utils.tsx +190 -0
- package/lib/@ecme/views/concepts/calendar/Calendar/Calendar.tsx +115 -0
- package/lib/@ecme/views/concepts/calendar/Calendar/components/EventDialog.tsx +279 -0
- package/lib/@ecme/views/concepts/calendar/Calendar/index.ts +3 -0
- package/lib/@ecme/views/concepts/calendar/Calendar/types.ts +24 -0
- package/lib/@ecme/views/concepts/chat/Chat/Chat.tsx +20 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ChatAction.tsx +81 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ChatBody.tsx +231 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ChatList.tsx +194 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ChatSegment.tsx +34 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ChatSidebar.tsx +20 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/ContactInfoDrawer.tsx +307 -0
- package/lib/@ecme/views/concepts/chat/Chat/components/NewChat.tsx +178 -0
- package/lib/@ecme/views/concepts/chat/Chat/hooks/useChat.ts +32 -0
- package/lib/@ecme/views/concepts/chat/Chat/index.ts +3 -0
- package/lib/@ecme/views/concepts/chat/Chat/store/chatStore.ts +129 -0
- package/lib/@ecme/views/concepts/chat/Chat/types.ts +112 -0
- package/lib/@ecme/views/concepts/customers/CustomerCreate/CustomerCreate.tsx +112 -0
- package/lib/@ecme/views/concepts/customers/CustomerCreate/index.ts +3 -0
- package/lib/@ecme/views/concepts/customers/CustomerDetails/ActivitySection.tsx +196 -0
- package/lib/@ecme/views/concepts/customers/CustomerDetails/BillingSection.tsx +304 -0
- package/lib/@ecme/views/concepts/customers/CustomerDetails/CustomerDetails.tsx +61 -0
- package/lib/@ecme/views/concepts/customers/CustomerDetails/ProfileSection.tsx +207 -0
- package/lib/@ecme/views/concepts/customers/CustomerDetails/index.ts +3 -0
- package/lib/@ecme/views/concepts/customers/CustomerEdit/CustomerEdit.tsx +158 -0
- package/lib/@ecme/views/concepts/customers/CustomerEdit/index.ts +3 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/AccountSection.tsx +62 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/AddressSection.tsx +146 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/CustomerForm.tsx +107 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/OverviewSection.tsx +186 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/ProfileImageSection.tsx +83 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/TagsSection.tsx +39 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/index.ts +5 -0
- package/lib/@ecme/views/concepts/customers/CustomerForm/types.ts +41 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/CustomerList.tsx +28 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomerListActionTools.tsx +37 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomerListSearch.tsx +23 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomerListSelected.tsx +177 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomerListTable.tsx +207 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomerListTableFilter.tsx +119 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/components/CustomersListTableTools.tsx +30 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/hooks/useCustomerList.ts +46 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/index.tsx +3 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/store/customerListStore.ts +70 -0
- package/lib/@ecme/views/concepts/customers/CustomerList/types.ts +67 -0
- package/lib/@ecme/views/concepts/files/FileManager/FileManager.tsx +168 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileDetails.tsx +133 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileItemDropdown.tsx +91 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileList.tsx +108 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileManagerDeleteDialog.tsx +34 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileManagerHeader.tsx +82 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileManagerInviteDialog.tsx +95 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileManagerRenameDialog.tsx +53 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileRow.tsx +44 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileSegment.tsx +45 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/FileType.tsx +26 -0
- package/lib/@ecme/views/concepts/files/FileManager/components/UploadFile.tsx +78 -0
- package/lib/@ecme/views/concepts/files/FileManager/index.ts +3 -0
- package/lib/@ecme/views/concepts/files/FileManager/store/useFileManagerStore.tsx +75 -0
- package/lib/@ecme/views/concepts/files/FileManager/types.ts +53 -0
- package/lib/@ecme/views/concepts/help-center/Article/Article.tsx +55 -0
- package/lib/@ecme/views/concepts/help-center/Article/components/ArticleAction.tsx +70 -0
- package/lib/@ecme/views/concepts/help-center/Article/components/ArticleBody.tsx +41 -0
- package/lib/@ecme/views/concepts/help-center/Article/components/ArticleTableOfContent.tsx +50 -0
- package/lib/@ecme/views/concepts/help-center/Article/index.ts +3 -0
- package/lib/@ecme/views/concepts/help-center/Article/types.ts +24 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/EditArticle.tsx +39 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/components/EditArticleBody.tsx +62 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/components/EditArticleFooter.tsx +78 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/components/EditArticleHeader.tsx +114 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/index.tsx +3 -0
- package/lib/@ecme/views/concepts/help-center/EditArticle/types.ts +30 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/ManageArticle.tsx +19 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/components/ArticleListSearch.tsx +32 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/components/ArticleListSelected.tsx +122 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/components/ArticleListTable.tsx +174 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/components/ArticleTableFilter.tsx +90 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/components/ManageArticleHeader.tsx +16 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/hooks/useManageArticle.ts +29 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/index.ts +3 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/store/manageArticleStore.ts +74 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/types.ts +35 -0
- package/lib/@ecme/views/concepts/help-center/ManageArticle/utils.tsx +75 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/SupportHub.tsx +13 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/components/Article.tsx +82 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/components/ArticleList.tsx +93 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/components/BodySection.tsx +25 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/components/Categories.tsx +91 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/components/TopSection.tsx +70 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/index.ts +3 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/store/helpCenterStore.ts +24 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/types.ts +52 -0
- package/lib/@ecme/views/concepts/help-center/SupportHub/utils.tsx +45 -0
- package/lib/@ecme/views/concepts/index.ts +3 -0
- package/lib/@ecme/views/concepts/mail/Mail/Mail.tsx +13 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/ActionButton.tsx +17 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailBody.tsx +50 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailBodyTop.tsx +112 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailDeleteConfimation.tsx +37 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailDetail.tsx +40 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailDetailAction.tsx +111 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailDetailContent.tsx +103 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailDetailTitle.tsx +29 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailEditor.tsx +157 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailList.tsx +428 -0
- package/lib/@ecme/views/concepts/mail/Mail/components/MailSidebar.tsx +147 -0
- package/lib/@ecme/views/concepts/mail/Mail/constants.tsx +37 -0
- package/lib/@ecme/views/concepts/mail/Mail/hooks/useMail.ts +63 -0
- package/lib/@ecme/views/concepts/mail/Mail/hooks/useMailAction.ts +88 -0
- package/lib/@ecme/views/concepts/mail/Mail/index.ts +3 -0
- package/lib/@ecme/views/concepts/mail/Mail/store/mailStore.ts +53 -0
- package/lib/@ecme/views/concepts/mail/Mail/types.ts +59 -0
- package/lib/@ecme/views/concepts/orders/OrderCreate/OrderCreate.tsx +95 -0
- package/lib/@ecme/views/concepts/orders/OrderCreate/index.ts +3 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/OrderDetails.tsx +52 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailCustomer.tsx +66 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailHeader.tsx +9 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailHeaderExtra.tsx +23 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailNote.tsx +18 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailPayment.tsx +114 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailProducts.tsx +55 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailsActivities.tsx +92 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/index.ts +3 -0
- package/lib/@ecme/views/concepts/orders/OrderDetails/types.ts +77 -0
- package/lib/@ecme/views/concepts/orders/OrderEdit/OrderEdit.tsx +204 -0
- package/lib/@ecme/views/concepts/orders/OrderEdit/index.ts +3 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/OrderForm.tsx +242 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/components/BillingAddressSection.tsx +149 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/components/CustomerDetailSection.tsx +189 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/components/Navigator.tsx +67 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/components/PaymentMethodSection.tsx +389 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/components/ProductSelectSection.tsx +291 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/index.ts +5 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/store/orderFormStore.ts +30 -0
- package/lib/@ecme/views/concepts/orders/OrderForm/types.ts +85 -0
- package/lib/@ecme/views/concepts/orders/OrderList/OrderList.tsx +24 -0
- package/lib/@ecme/views/concepts/orders/OrderList/components/OrderListActionTools.tsx +37 -0
- package/lib/@ecme/views/concepts/orders/OrderList/components/OrderListTable.tsx +254 -0
- package/lib/@ecme/views/concepts/orders/OrderList/components/OrderListTableFilter.tsx +187 -0
- package/lib/@ecme/views/concepts/orders/OrderList/components/OrderListTableTools.tsx +37 -0
- package/lib/@ecme/views/concepts/orders/OrderList/hooks/useOrderlist.ts +36 -0
- package/lib/@ecme/views/concepts/orders/OrderList/index.ts +3 -0
- package/lib/@ecme/views/concepts/orders/OrderList/store/orderListStore.ts +45 -0
- package/lib/@ecme/views/concepts/orders/OrderList/types.ts +22 -0
- package/lib/@ecme/views/concepts/products/ProductCreate/ProductCreate.tsx +112 -0
- package/lib/@ecme/views/concepts/products/ProductCreate/index.ts +3 -0
- package/lib/@ecme/views/concepts/products/ProductEdit/ProducEdit.tsx +169 -0
- package/lib/@ecme/views/concepts/products/ProductEdit/index.ts +3 -0
- package/lib/@ecme/views/concepts/products/ProductForm/ProductForm.tsx +106 -0
- package/lib/@ecme/views/concepts/products/ProductForm/components/AttributeSection.tsx +103 -0
- package/lib/@ecme/views/concepts/products/ProductForm/components/GeneralSection.tsx +75 -0
- package/lib/@ecme/views/concepts/products/ProductForm/components/ImageSection.tsx +273 -0
- package/lib/@ecme/views/concepts/products/ProductForm/components/PricingSection.tsx +109 -0
- package/lib/@ecme/views/concepts/products/ProductForm/index.ts +3 -0
- package/lib/@ecme/views/concepts/products/ProductForm/types.ts +64 -0
- package/lib/@ecme/views/concepts/products/ProductList/ProductList.tsx +28 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProducListTableTools.tsx +30 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProductListActionTools.tsx +30 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProductListSearch.tsx +32 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProductListSelected.tsx +107 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProductListTable.tsx +280 -0
- package/lib/@ecme/views/concepts/products/ProductList/components/ProductTableFilter.tsx +218 -0
- package/lib/@ecme/views/concepts/products/ProductList/hooks/useProductList.ts +48 -0
- package/lib/@ecme/views/concepts/products/ProductList/index.ts +3 -0
- package/lib/@ecme/views/concepts/products/ProductList/store/productListStore.ts +64 -0
- package/lib/@ecme/views/concepts/products/ProductList/types.ts +24 -0
- package/lib/@ecme/views/concepts/projects/Issue/Issue.tsx +74 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueActivity.tsx +32 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueBody.tsx +368 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueField.tsx +23 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueFieldDropdown.tsx +30 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueFooter.tsx +175 -0
- package/lib/@ecme/views/concepts/projects/Issue/components/IssueHeader.tsx +27 -0
- package/lib/@ecme/views/concepts/projects/Issue/index.ts +3 -0
- package/lib/@ecme/views/concepts/projects/Issue/store/issueStore.ts +31 -0
- package/lib/@ecme/views/concepts/projects/Issue/types.ts +73 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/ProjectDetails.tsx +148 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsActivity.tsx +95 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsAttachments.tsx +139 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsHeader.tsx +225 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsNavigation.tsx +55 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsOverview.tsx +140 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsSetting.tsx +180 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsTask.tsx +163 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/index.ts +3 -0
- package/lib/@ecme/views/concepts/projects/ProjectDetails/types.ts +91 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/ProjectList.tsx +13 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/components/NewProjectForm.tsx +204 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/components/NewTaskField.tsx +109 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/components/ProgressionBar.tsx +24 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/components/ProjectListContent.tsx +146 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/components/ProjectListHeader.tsx +53 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/hooks/useProjectList.ts +48 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/index.ts +3 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/store/projectListStore.ts +47 -0
- package/lib/@ecme/views/concepts/projects/ProjectList/types.ts +35 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/ScrumBoard.tsx +5 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/AddNewColumnContent.tsx +93 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/AddNewMemberContent.tsx +127 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/AddNewTicketContent.tsx +83 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/Board.tsx +305 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/BoardCard.tsx +77 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/BoardCardList.tsx +113 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/BoardColumn.tsx +57 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/BoardTitle.tsx +181 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/ScrumBoardHeader.tsx +86 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/components/TicketContent.tsx +502 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/index.ts +3 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/store/scrumBoardStore.ts +66 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/types.ts +45 -0
- package/lib/@ecme/views/concepts/projects/ScrumBoard/utils.ts +37 -0
- package/lib/@ecme/views/concepts/projects/Tasks/Tasks.tsx +58 -0
- package/lib/@ecme/views/concepts/projects/Tasks/components/AddTask.tsx +335 -0
- package/lib/@ecme/views/concepts/projects/Tasks/components/TaskList.tsx +240 -0
- package/lib/@ecme/views/concepts/projects/Tasks/components/TasksHeader.tsx +163 -0
- package/lib/@ecme/views/concepts/projects/Tasks/index.ts +3 -0
- package/lib/@ecme/views/concepts/projects/Tasks/store/tasksStore.ts +36 -0
- package/lib/@ecme/views/concepts/projects/Tasks/types.ts +34 -0
- package/lib/@ecme/views/concepts/projects/Tasks/utils.ts +8 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/AnalyticDashboard.tsx +74 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/AnalyticChart.tsx +113 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/AnalyticHeader.tsx +48 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/DeviceSession.tsx +79 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/Metrics.tsx +110 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/TopChannel.tsx +92 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/TopPerformingPages.tsx +98 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/components/Traffic.tsx +136 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/index.ts +3 -0
- package/lib/@ecme/views/dashboards/AnalyticDashboard/types.ts +80 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/EcommerceDashboard.tsx +52 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/CustomerDemographic.tsx +113 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/Overview.tsx +196 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/RecentOrder.tsx +174 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/RevenueByChannel.tsx +147 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/SalesTarget.tsx +73 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/components/TopProduct.tsx +70 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/constants.ts +7 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/index.ts +3 -0
- package/lib/@ecme/views/dashboards/EcommerceDashboard/types.ts +78 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/MarketingDashboard.tsx +39 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/components/AdsPerformance.tsx +176 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/components/CreateCampaign.tsx +315 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/components/KpiSummary.tsx +133 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/components/LeadPerformance.tsx +88 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/components/RecentCampaign.tsx +186 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/index.tsx +3 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/types.ts +39 -0
- package/lib/@ecme/views/dashboards/MarketingDashboard/utils.tsx +23 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/ProjectDashboard.tsx +53 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/CreateEventDialog.tsx +278 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/CurrentTasks.tsx +116 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/ProjectOverview.tsx +85 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/RecentActivity.tsx +44 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/Schedule.tsx +69 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/TaskOverview.tsx +103 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/components/UpcomingSchedule.tsx +143 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/index.ts +3 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/types.ts +61 -0
- package/lib/@ecme/views/dashboards/ProjectDashboard/utils.ts +151 -0
- package/lib/@ecme/views/dashboards/index.ts +3 -0
- package/lib/@ecme/views/guide/ChangeLog/ChangeLog.tsx +144 -0
- package/lib/@ecme/views/guide/ChangeLog/index.ts +3 -0
- package/lib/@ecme/views/guide/Documentations/DocumentationView.tsx +38 -0
- package/lib/@ecme/views/guide/Documentations/DocumentationWrapper.tsx +19 -0
- package/lib/@ecme/views/guide/Documentations/Documentations.tsx +18 -0
- package/lib/@ecme/views/guide/Documentations/components/ApiIntegration.tsx +198 -0
- package/lib/@ecme/views/guide/Documentations/components/Application.tsx +120 -0
- package/lib/@ecme/views/guide/Documentations/components/Authentication.tsx +239 -0
- package/lib/@ecme/views/guide/Documentations/components/BuildProduction.tsx +27 -0
- package/lib/@ecme/views/guide/Documentations/components/Credit.tsx +341 -0
- package/lib/@ecme/views/guide/Documentations/components/Css.tsx +58 -0
- package/lib/@ecme/views/guide/Documentations/components/DarkLightMode.tsx +50 -0
- package/lib/@ecme/views/guide/Documentations/components/DevelopmentServer.tsx +28 -0
- package/lib/@ecme/views/guide/Documentations/components/Direction.tsx +65 -0
- package/lib/@ecme/views/guide/Documentations/components/FirebaseIntegration.tsx +297 -0
- package/lib/@ecme/views/guide/Documentations/components/FolderStructure.tsx +97 -0
- package/lib/@ecme/views/guide/Documentations/components/Installation.tsx +85 -0
- package/lib/@ecme/views/guide/Documentations/components/Internationalization.tsx +172 -0
- package/lib/@ecme/views/guide/Documentations/components/Introduction.tsx +102 -0
- package/lib/@ecme/views/guide/Documentations/components/Layouts.tsx +158 -0
- package/lib/@ecme/views/guide/Documentations/components/MockApi.tsx +160 -0
- package/lib/@ecme/views/guide/Documentations/components/NavigationConfig.tsx +241 -0
- package/lib/@ecme/views/guide/Documentations/components/OverallThemeConfig.tsx +135 -0
- package/lib/@ecme/views/guide/Documentations/components/Routing.tsx +171 -0
- package/lib/@ecme/views/guide/Documentations/components/Starter.tsx +136 -0
- package/lib/@ecme/views/guide/Documentations/components/StateManagement.tsx +107 -0
- package/lib/@ecme/views/guide/Documentations/components/TailwindCss.tsx +63 -0
- package/lib/@ecme/views/guide/Documentations/components/ThemeColor.tsx +179 -0
- package/lib/@ecme/views/guide/Documentations/components/TypeScript.tsx +50 -0
- package/lib/@ecme/views/guide/Documentations/components/Updating.tsx +33 -0
- package/lib/@ecme/views/guide/Documentations/documentationRoutes.ts +163 -0
- package/lib/@ecme/views/guide/Documentations/index.ts +3 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/ShareComponentsDocView.tsx +35 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/SharedComponentsDoc.tsx +18 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AbbreviateNumberDoc/Basic.tsx +16 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AbbreviateNumberDoc/index.tsx +49 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ActionLinkDoc/Basic.tsx +9 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ActionLinkDoc/Hyperlink.tsx +11 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ActionLinkDoc/ThemeColor.tsx +11 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ActionLinkDoc/index.tsx +83 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AdaptiveCardDoc/Basic.tsx +7 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AdaptiveCardDoc/index.tsx +79 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AffixDoc/Basic.tsx +45 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AffixDoc/Offset.tsx +64 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AffixDoc/index.tsx +57 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AuthorityCheckDoc/Example.tsx +67 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/AuthorityCheckDoc/index.tsx +55 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/CalendarViewDoc/Example.tsx +82 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/CalendarViewDoc/index.tsx +82 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/Area.tsx +40 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/Bar.tsx +39 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/Donut.tsx +22 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/Line.tsx +39 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/Radar.tsx +23 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ChartDoc/index.tsx +117 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ConfirmDialogDoc/Example.tsx +95 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ConfirmDialogDoc/index.tsx +91 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ContainerDoc/Example.tsx +7 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ContainerDoc/index.tsx +49 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/CustomFormatInputDoc/Simple.tsx +37 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/CustomFormatInputDoc/WithForm.tsx +69 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/CustomFormatInputDoc/index.tsx +110 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Basic.tsx +113 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Checkable.tsx +170 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/Query.tsx +148 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DataTableDoc/index.tsx +131 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DebounceInputDoc/Example.tsx +17 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DebounceInputDoc/index.tsx +115 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DoubleSidedImageDoc/Example.tsx +13 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/DoubleSidedImageDoc/index.tsx +49 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/EllipsisButtonDoc/Example.tsx +22 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/EllipsisButtonDoc/index.tsx +61 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GanttChartDoc/Example.tsx +175 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GanttChartDoc/index.tsx +190 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GrowShrinkValueDoc/Basic.tsx +12 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GrowShrinkValueDoc/CustomClass.tsx +12 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GrowShrinkValueDoc/Icon.tsx +22 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/GrowShrinkValueDoc/index.tsx +107 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/IconTextDoc/Example.tsx +15 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/IconTextDoc/index.tsx +55 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ImageGalleryDoc/Example.tsx +42 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/ImageGalleryDoc/index.tsx +177 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/LoadingDoc/Basic.tsx +24 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/LoadingDoc/Cover.tsx +27 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/LoadingDoc/Custom.tsx +35 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/LoadingDoc/index.tsx +83 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MasonryDoc/Basic.tsx +32 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MasonryDoc/Responsive.tsx +33 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MasonryDoc/index.tsx +69 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MediaSkeletonDoc/Simple.tsx +14 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MediaSkeletonDoc/WithLoding.tsx +52 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/MediaSkeletonDoc/index.tsx +75 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/NavToggleDoc/Example.tsx +18 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/NavToggleDoc/index.tsx +49 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/NumericInputDoc/Basic.tsx +26 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/NumericInputDoc/WithForm.tsx +46 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/NumericInputDoc/index.tsx +146 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/OtpInputDoc/Basic.tsx +15 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/OtpInputDoc/Length.tsx +15 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/OtpInputDoc/index.tsx +99 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PasswordInputDoc/Example.tsx +13 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PasswordInputDoc/index.tsx +48 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/Basic.tsx +25 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/WithForm.tsx +47 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/index.tsx +110 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PresetSegmentItemOptionDoc/Example.tsx +64 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/PresetSegmentItemOptionDoc/index.tsx +79 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RegionMapDoc/Example.tsx +80 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RegionMapDoc/index.tsx +67 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/Basic.tsx +7 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/CustomConfig.tsx +43 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/CustomToolbar.tsx +29 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/WithForm.tsx +45 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/index.tsx +139 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/StickyFooterDoc/Example.tsx +27 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/StickyFooterDoc/index.tsx +55 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/SyntaxHighlighterDoc/Example.tsx +16 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/SyntaxHighlighterDoc/index.tsx +57 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/UsersAvatarGroupDoc/Example.tsx +33 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/components/UsersAvatarGroupDoc/index.tsx +79 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/index.ts +3 -0
- package/lib/@ecme/views/guide/SharedComponentsDoc/shareComponentsDocRoutes.ts +186 -0
- package/lib/@ecme/views/guide/UtilsDoc/UtilsDoc.tsx +18 -0
- package/lib/@ecme/views/guide/UtilsDoc/UtilsDocView.tsx +35 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/AcronymDoc/Example.tsx +14 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/AcronymDoc/index.tsx +74 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ClassNamesDoc/Example.tsx +24 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ClassNamesDoc/index.tsx +74 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/CookiesStorageDoc/Example.tsx +18 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/CookiesStorageDoc/index.tsx +63 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/FileSizeUnitDoc/Example.tsx +19 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/FileSizeUnitDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/IsLastChildDoc/Example.tsx +14 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/IsLastChildDoc/index.tsx +80 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/PaginateDoc/Example.tsx +16 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/PaginateDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ReoderArrayDoc/Example.tsx +14 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ReoderArrayDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ReorderDragableDoc/Example.tsx +28 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/ReorderDragableDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/SleepDoc/Example.tsx +17 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/SleepDoc/index.tsx +74 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/SortByDoc/Example.tsx +50 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/SortByDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseAuthDoc/Example.tsx +65 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseAuthDoc/index.tsx +97 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseAuthorityDoc/Example.tsx +23 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseAuthorityDoc/index.tsx +80 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDarkModeDoc/Example.tsx +20 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDarkModeDoc/index.tsx +64 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDebounceDoc/Example.tsx +40 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDebounceDoc/index.tsx +78 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDirectionDoc/Example.tsx +21 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseDirectionDoc/index.tsx +63 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseInfiniteScrollDoc/Example.tsx +36 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseInfiniteScrollDoc/index.tsx +91 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseIntervalDoc/Example.tsx +22 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseIntervalDoc/index.tsx +78 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseLayoutDoc/Example.tsx +32 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseLayoutDoc/index.tsx +70 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseMenuActiveDoc/Example.tsx +21 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseMenuActiveDoc/index.tsx +86 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseQueryDoc/Example.tsx +19 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseQueryDoc/index.tsx +58 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseRandomBgColorDoc/Example.tsx +22 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseRandomBgColorDoc/index.tsx +58 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseResponsiveDoc/Example.tsx +17 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseResponsiveDoc/index.tsx +70 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseScrollTopDoc/Example.tsx +22 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseScrollTopDoc/index.tsx +58 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseTimeOutMessageDoc/Example.tsx +17 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseTimeOutMessageDoc/index.tsx +80 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseTranslationDoc/Example.tsx +22 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/UseTranslationDoc/index.tsx +85 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/WildCardSearchDoc/Example.tsx +38 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/WildCardSearchDoc/index.tsx +80 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/WithHeaderItemDoc/Example.tsx +21 -0
- package/lib/@ecme/views/guide/UtilsDoc/components/WithHeaderItemDoc/index.tsx +49 -0
- package/lib/@ecme/views/guide/UtilsDoc/index.ts +3 -0
- package/lib/@ecme/views/guide/UtilsDoc/utilsDocRoutes.tsx +165 -0
- package/lib/@ecme/views/guide/index.ts +3 -0
- package/lib/@ecme/views/index.ts +23 -0
- package/lib/@ecme/views/index.tsx +3 -0
- package/lib/@ecme/views/others/AccessDenied/AccessDenied.tsx +20 -0
- package/lib/@ecme/views/others/AccessDenied/index.ts +3 -0
- package/lib/@ecme/views/others/index.ts +3 -0
- package/lib/@ecme/views/ui-components/common/Button/Block.tsx +16 -0
- package/lib/@ecme/views/ui-components/common/Button/ButtonWithIcon.tsx +39 -0
- package/lib/@ecme/views/ui-components/common/Button/Color.tsx +25 -0
- package/lib/@ecme/views/ui-components/common/Button/Disabled.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Button/Icon.tsx +24 -0
- package/lib/@ecme/views/ui-components/common/Button/Loading.tsx +27 -0
- package/lib/@ecme/views/ui-components/common/Button/Shape.tsx +13 -0
- package/lib/@ecme/views/ui-components/common/Button/Size.tsx +14 -0
- package/lib/@ecme/views/ui-components/common/Button/Variant.tsx +13 -0
- package/lib/@ecme/views/ui-components/common/Button/index.tsx +164 -0
- package/lib/@ecme/views/ui-components/common/Grid/BreakpointsMediaQueries.tsx +37 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridAutoColumns.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridAutoRows.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridAutoflow.tsx +25 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridColumnStartEnd.tsx +45 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridColumnStartEndLine.tsx +22 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridRowStartEnd.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridRowStartEndLine.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridTemplateColumns.tsx +15 -0
- package/lib/@ecme/views/ui-components/common/Grid/GridTemplateRows.tsx +15 -0
- package/lib/@ecme/views/ui-components/common/Grid/HoverFocus.tsx +19 -0
- package/lib/@ecme/views/ui-components/common/Grid/index.tsx +107 -0
- package/lib/@ecme/views/ui-components/common/Icons/AntDesignIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/BootstrapIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/BoxIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/CircumIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/CssGg.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/DeviIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/Feather.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/FlatColorIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/FontAwesome5.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/FontAwesome6.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/GameIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/GithubOcticonsIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/GrommetIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/HeroIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/HeroIcons2.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/IcoMoonFree.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/Icon8LineAwesome.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/IconWrapper.tsx +7 -0
- package/lib/@ecme/views/ui-components/common/Icons/Ionicons4.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/Ionicons5.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/LucideIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/MaterialDesignIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/PhosphorIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/RadixIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/RemixIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/SimpleIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/SimpleLineIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/TablerIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/ThemifyIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/Typicons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/VsCodeIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/WeatherIcons.tsx +38 -0
- package/lib/@ecme/views/ui-components/common/Icons/index.tsx +248 -0
- package/lib/@ecme/views/ui-components/common/Typography/FontWeight.tsx +48 -0
- package/lib/@ecme/views/ui-components/common/Typography/Heading.tsx +14 -0
- package/lib/@ecme/views/ui-components/common/Typography/List.tsx +57 -0
- package/lib/@ecme/views/ui-components/common/Typography/Prose.tsx +463 -0
- package/lib/@ecme/views/ui-components/common/Typography/Text.tsx +46 -0
- package/lib/@ecme/views/ui-components/common/Typography/TextOverflow.tsx +55 -0
- package/lib/@ecme/views/ui-components/common/Typography/index.tsx +67 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Color.tsx +15 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Group.tsx +22 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Shape.tsx +14 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Size.tsx +15 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Status.tsx +27 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/Type.tsx +14 -0
- package/lib/@ecme/views/ui-components/data-display/Avatar/index.tsx +158 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/Basic.tsx +18 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/Color.tsx +28 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/CountOverflow.tsx +18 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/Dot.tsx +15 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/Inline.tsx +14 -0
- package/lib/@ecme/views/ui-components/data-display/Badge/index.tsx +91 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/Basic.tsx +14 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/CustomRender.tsx +61 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/DisableOutOfPeriodDate.tsx +29 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/DisabledCertainDate.tsx +23 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/MultipleDateView.tsx +16 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/MultipleSelection.tsx +14 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/Range.tsx +18 -0
- package/lib/@ecme/views/ui-components/data-display/Calendar/index.tsx +442 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/Basic.tsx +17 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/BorderLess.tsx +17 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/Clickable.tsx +21 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/ExtraClass.tsx +46 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/HeaderFooter.tsx +55 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/HeaderFooterBorder.tsx +46 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/Media.tsx +54 -0
- package/lib/@ecme/views/ui-components/data-display/Cards/index.tsx +119 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Compact.tsx +38 -0
- package/lib/@ecme/views/ui-components/data-display/Table/DragAndDrop.tsx +141 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Editable.tsx +174 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Expanding.tsx +148 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Filtering.tsx +195 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Group.tsx +97 -0
- package/lib/@ecme/views/ui-components/data-display/Table/PaginationTable.tsx +153 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Resizable.tsx +98 -0
- package/lib/@ecme/views/ui-components/data-display/Table/RowSelection.tsx +150 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Simple.tsx +38 -0
- package/lib/@ecme/views/ui-components/data-display/Table/Sorting.tsx +173 -0
- package/lib/@ecme/views/ui-components/data-display/Table/SubComponent.tsx +164 -0
- package/lib/@ecme/views/ui-components/data-display/Table/data/index.ts +954 -0
- package/lib/@ecme/views/ui-components/data-display/Table/index.tsx +269 -0
- package/lib/@ecme/views/ui-components/data-display/Tag/Affix.tsx +38 -0
- package/lib/@ecme/views/ui-components/data-display/Tag/Basic.tsx +13 -0
- package/lib/@ecme/views/ui-components/data-display/Tag/Custom.tsx +23 -0
- package/lib/@ecme/views/ui-components/data-display/Tag/index.tsx +75 -0
- package/lib/@ecme/views/ui-components/data-display/Timeline/Advance.tsx +103 -0
- package/lib/@ecme/views/ui-components/data-display/Timeline/Basic.tsx +15 -0
- package/lib/@ecme/views/ui-components/data-display/Timeline/index.tsx +49 -0
- package/lib/@ecme/views/ui-components/data-display/Tooltip/Basic.tsx +13 -0
- package/lib/@ecme/views/ui-components/data-display/Tooltip/Customize.tsx +20 -0
- package/lib/@ecme/views/ui-components/data-display/Tooltip/DefaultOpen.tsx +13 -0
- package/lib/@ecme/views/ui-components/data-display/Tooltip/Placement.tsx +86 -0
- package/lib/@ecme/views/ui-components/data-display/Tooltip/index.tsx +81 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/Basic.tsx +13 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/Closable.tsx +18 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/CustomIcon.tsx +14 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/Icon.tsx +13 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/Title.tsx +13 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/Type.tsx +22 -0
- package/lib/@ecme/views/ui-components/feedback/Alert/index.tsx +135 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/Basic.tsx +57 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/Closable.tsx +53 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/CloseWithEscBackdrop.tsx +59 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/CustomStyle.tsx +64 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/InternalScroll.tsx +97 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/Size.tsx +61 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/StaticBackdrop.tsx +58 -0
- package/lib/@ecme/views/ui-components/feedback/Dialog/index.tsx +221 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/Basic.tsx +33 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/Closable.tsx +34 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/CustomStyle.tsx +57 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/Footer.tsx +45 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/Placement.tsx +61 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/WidthHeight.tsx +54 -0
- package/lib/@ecme/views/ui-components/feedback/Drawer/index.tsx +255 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/Circle.tsx +21 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/Colors.tsx +20 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/CustomInfo.tsx +41 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/Dynamic.tsx +40 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/ProgressBar.tsx +11 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/Size.tsx +12 -0
- package/lib/@ecme/views/ui-components/feedback/Progress/index.tsx +147 -0
- package/lib/@ecme/views/ui-components/feedback/Skeleton/Animation.tsx +7 -0
- package/lib/@ecme/views/ui-components/feedback/Skeleton/Size.tsx +20 -0
- package/lib/@ecme/views/ui-components/feedback/Skeleton/Variant.tsx +14 -0
- package/lib/@ecme/views/ui-components/feedback/Skeleton/index.tsx +81 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/Basic.tsx +11 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/Color.tsx +12 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/CustomIndicator.tsx +12 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/Size.tsx +13 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/Static.tsx +11 -0
- package/lib/@ecme/views/ui-components/feedback/Spinner/index.tsx +97 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/AlertToast.tsx +34 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/Closable.tsx +23 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/CustomClose.tsx +53 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/CustomIcon.tsx +44 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/Duration.tsx +34 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/Notification.tsx +25 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/NotificationType.tsx +49 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/Placement.tsx +62 -0
- package/lib/@ecme/views/ui-components/feedback/Toast/index.tsx +261 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/Color.tsx +28 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/Default.tsx +18 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/Disabled.tsx +36 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/Group.tsx +24 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/Vertical.tsx +22 -0
- package/lib/@ecme/views/ui-components/forms/Checkbox/index.tsx +150 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/Basic.tsx +7 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/ClearButton.tsx +26 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/Controlled.tsx +48 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/CustomRender.tsx +55 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/DateTimePicker.tsx +9 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/DateViewCount.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/DisableOutOfPeriodDate.tsx +23 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/DisabledCertainDate.tsx +26 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/DisabledInput.tsx +15 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/Format.tsx +28 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/InputAffix.tsx +25 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/InputSize.tsx +29 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/Inputtable.tsx +13 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/Localization.tsx +8 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/RangePicker.tsx +9 -0
- package/lib/@ecme/views/ui-components/forms/DatePicker/index.tsx +889 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/AsyncValidation.tsx +86 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/Basic.tsx +135 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/DependentValidation.tsx +104 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/DynamicForm.tsx +155 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/FieldValidation.tsx +103 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/LabelExtra.tsx +33 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/Layout.tsx +95 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/MixedFormControl.tsx +393 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/SchemaValidation.tsx +97 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/Sizes.tsx +107 -0
- package/lib/@ecme/views/ui-components/forms/FormControl/index.tsx +232 -0
- package/lib/@ecme/views/ui-components/forms/Input/Affix.tsx +31 -0
- package/lib/@ecme/views/ui-components/forms/Input/Basic.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/Input/ControlledInput.tsx +21 -0
- package/lib/@ecme/views/ui-components/forms/Input/Disabled.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/Input/Invalid.tsx +36 -0
- package/lib/@ecme/views/ui-components/forms/Input/PasswordVisible.tsx +38 -0
- package/lib/@ecme/views/ui-components/forms/Input/Sizes.tsx +19 -0
- package/lib/@ecme/views/ui-components/forms/Input/Textarea.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/Input/index.tsx +157 -0
- package/lib/@ecme/views/ui-components/forms/InputGroup/Addons.tsx +31 -0
- package/lib/@ecme/views/ui-components/forms/InputGroup/OtherCombination.tsx +83 -0
- package/lib/@ecme/views/ui-components/forms/InputGroup/Sizes.tsx +22 -0
- package/lib/@ecme/views/ui-components/forms/InputGroup/WithButtons.tsx +28 -0
- package/lib/@ecme/views/ui-components/forms/InputGroup/index.tsx +76 -0
- package/lib/@ecme/views/ui-components/forms/Radio/Color.tsx +26 -0
- package/lib/@ecme/views/ui-components/forms/Radio/Disabled.tsx +23 -0
- package/lib/@ecme/views/ui-components/forms/Radio/Group.tsx +22 -0
- package/lib/@ecme/views/ui-components/forms/Radio/Simple.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/Radio/Vertical.tsx +24 -0
- package/lib/@ecme/views/ui-components/forms/Radio/index.tsx +162 -0
- package/lib/@ecme/views/ui-components/forms/Segment/Basic.tsx +13 -0
- package/lib/@ecme/views/ui-components/forms/Segment/Controlled.tsx +55 -0
- package/lib/@ecme/views/ui-components/forms/Segment/Custom.tsx +69 -0
- package/lib/@ecme/views/ui-components/forms/Segment/Disabled.tsx +15 -0
- package/lib/@ecme/views/ui-components/forms/Segment/MultipleSelection.tsx +13 -0
- package/lib/@ecme/views/ui-components/forms/Segment/Size.tsx +27 -0
- package/lib/@ecme/views/ui-components/forms/Segment/index.tsx +134 -0
- package/lib/@ecme/views/ui-components/forms/Select/AsyncOnSearch.tsx +66 -0
- package/lib/@ecme/views/ui-components/forms/Select/Basic.tsx +20 -0
- package/lib/@ecme/views/ui-components/forms/Select/Creatable.tsx +59 -0
- package/lib/@ecme/views/ui-components/forms/Select/Custom.tsx +102 -0
- package/lib/@ecme/views/ui-components/forms/Select/Disabled.tsx +41 -0
- package/lib/@ecme/views/ui-components/forms/Select/DisabledSearch.tsx +28 -0
- package/lib/@ecme/views/ui-components/forms/Select/Group.tsx +62 -0
- package/lib/@ecme/views/ui-components/forms/Select/LoadOptionOnExpand.tsx +50 -0
- package/lib/@ecme/views/ui-components/forms/Select/MultiSelection.tsx +29 -0
- package/lib/@ecme/views/ui-components/forms/Select/Size.tsx +39 -0
- package/lib/@ecme/views/ui-components/forms/Select/index.tsx +159 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Basic.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Colors.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Content.tsx +25 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Controlled.tsx +19 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Disabled.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/Loading.tsx +27 -0
- package/lib/@ecme/views/ui-components/forms/Switcher/index.tsx +141 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Affix.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/AmPm.tsx +7 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Basic.tsx +7 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Controlled.tsx +25 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Disabled.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Invalid.tsx +7 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Seconds.tsx +7 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/Sizes.tsx +13 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/TimeRangeInput.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/TimeInput/index.tsx +314 -0
- package/lib/@ecme/views/ui-components/forms/Upload/AvatarImage.tsx +49 -0
- package/lib/@ecme/views/ui-components/forms/Upload/Basic.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/Upload/BeforeUpload.tsx +44 -0
- package/lib/@ecme/views/ui-components/forms/Upload/Customize.tsx +38 -0
- package/lib/@ecme/views/ui-components/forms/Upload/Disabled.tsx +16 -0
- package/lib/@ecme/views/ui-components/forms/Upload/DragAndDrop.tsx +11 -0
- package/lib/@ecme/views/ui-components/forms/Upload/index.tsx +147 -0
- package/lib/@ecme/views/ui-components/graph/Charts/BasicArea.tsx +80 -0
- package/lib/@ecme/views/ui-components/graph/Charts/BasicBar.tsx +45 -0
- package/lib/@ecme/views/ui-components/graph/Charts/BasicColumn.tsx +68 -0
- package/lib/@ecme/views/ui-components/graph/Charts/BasicLine.tsx +49 -0
- package/lib/@ecme/views/ui-components/graph/Charts/DashedLine.tsx +108 -0
- package/lib/@ecme/views/ui-components/graph/Charts/GroupedBar.tsx +50 -0
- package/lib/@ecme/views/ui-components/graph/Charts/SimpleDonut.tsx +30 -0
- package/lib/@ecme/views/ui-components/graph/Charts/SimplePie.tsx +31 -0
- package/lib/@ecme/views/ui-components/graph/Charts/SplineArea.tsx +51 -0
- package/lib/@ecme/views/ui-components/graph/Charts/StackedColumn.tsx +76 -0
- package/lib/@ecme/views/ui-components/graph/Charts/index.tsx +166 -0
- package/lib/@ecme/views/ui-components/graph/Maps/BasicAnnotation.tsx +55 -0
- package/lib/@ecme/views/ui-components/graph/Maps/BasicMarker.tsx +70 -0
- package/lib/@ecme/views/ui-components/graph/Maps/BasicWorldMap.tsx +29 -0
- package/lib/@ecme/views/ui-components/graph/Maps/ChoroplethQuantile.tsx +72 -0
- package/lib/@ecme/views/ui-components/graph/Maps/ChoroplethQuantize.tsx +69 -0
- package/lib/@ecme/views/ui-components/graph/Maps/CustomMarker.tsx +80 -0
- package/lib/@ecme/views/ui-components/graph/Maps/EuropeMapWithGraticule.tsx +37 -0
- package/lib/@ecme/views/ui-components/graph/Maps/Graticule.tsx +30 -0
- package/lib/@ecme/views/ui-components/graph/Maps/MapChartWithTooltip.tsx +73 -0
- package/lib/@ecme/views/ui-components/graph/Maps/UsaStatesMapWithLabels.tsx +107 -0
- package/lib/@ecme/views/ui-components/graph/Maps/ZoomingAndPannning.tsx +29 -0
- package/lib/@ecme/views/ui-components/graph/Maps/index.tsx +405 -0
- package/lib/@ecme/views/ui-components/index.ts +3 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/CustomToggle.tsx +19 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/Default.tsx +37 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/DefaultActive.tsx +35 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/Disabled.tsx +22 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/DropdownItemVariant.tsx +41 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/Placement.tsx +79 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/Submenu.tsx +30 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/Trigger.tsx +28 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/WithRouterLink.tsx +36 -0
- package/lib/@ecme/views/ui-components/navigation/Dropdown/index.tsx +265 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/CollapsableMenuItem.tsx +51 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/DefaultActive.tsx +24 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/DefaultExpand.tsx +28 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/DisabledMenuItem.tsx +20 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/MenuGroup.tsx +39 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/MenuWithIcon.tsx +57 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/Simple.tsx +23 -0
- package/lib/@ecme/views/ui-components/navigation/Menu/index.tsx +224 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/Basic.tsx +15 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/Controlled.tsx +22 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/More.tsx +16 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/PageSize.tsx +40 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/Total.tsx +11 -0
- package/lib/@ecme/views/ui-components/navigation/Pagination/index.tsx +97 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Basic.tsx +16 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Clickable.tsx +23 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Controlled.tsx +49 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/CustomIcon.tsx +28 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Description.tsx +22 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Error.tsx +16 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Title.tsx +16 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/Vertical.tsx +16 -0
- package/lib/@ecme/views/ui-components/navigation/Steps/index.tsx +138 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/ControlledTabs.tsx +46 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/Default.tsx +43 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/Disabled.tsx +30 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/Icons.tsx +50 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/Pill.tsx +43 -0
- package/lib/@ecme/views/ui-components/navigation/Tabs/index.tsx +129 -0
- package/lib/base/@types/api/request/originacao/TCreateAnaliseJuridicaRequest.ts +6 -0
- package/lib/base/@types/api/request/originacao/TCreateAssistenciaTecnicaSeloSocialRequest.ts +12 -0
- package/lib/base/@types/api/request/originacao/TCreateCessaoDireitoCreditoRequest.ts +3 -0
- package/lib/base/@types/api/request/originacao/TCreateContratoCompraGraosRequest.ts +32 -0
- package/lib/base/@types/api/request/originacao/TCreateCorretoraRequest.ts +3 -0
- package/lib/base/@types/api/request/originacao/TCreateDadosPenhoresRequest.ts +9 -0
- package/lib/base/@types/api/request/originacao/TCreateEmpresaRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/TCreateOpcaoRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/TCreatePreContratoRequest.ts +21 -0
- package/lib/base/@types/api/request/originacao/TCreatePrecoCommodityRequest.ts +7 -0
- package/lib/base/@types/api/request/originacao/TCreatePrecoDiaRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/TCreateProdutoCommodityRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/TCreateSeloSocialRequest.ts +13 -0
- package/lib/base/@types/api/request/originacao/TCreateTipoCategoriaFiscalRequest.ts +6 -0
- package/lib/base/@types/api/request/originacao/TDeleteOpcaoRequest.ts +3 -0
- package/lib/base/@types/api/request/originacao/TDeleteTipoCategoriaFiscalRequest.ts +3 -0
- package/lib/base/@types/api/request/originacao/TEditPrecoCommodityRequest.ts +8 -0
- package/lib/base/@types/api/request/originacao/TEditPrecoDiaRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/TLancarPenhoresRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/TLiquidarContratoRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/TPrecoSacaRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/TUpdateEnvioFiscalRequest.ts +9 -0
- package/lib/base/@types/api/request/originacao/TUpdateTipoCategoriaFiscalRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/adm/TCreateHorarioAprovacaoRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/adm/TCreateTaxaCessaoCreditoRequest.ts +5 -0
- package/lib/base/@types/api/request/originacao/adm/TCreateVolumeProducaoSeloSocialRequest.ts +4 -0
- package/lib/base/@types/api/request/originacao/adm/index.ts +3 -0
- package/lib/base/@types/api/response/dadosMestres/TDefaultBancoBusinessPartnerResponse.ts +6 -0
- package/lib/base/@types/api/response/dadosMestres/TDefaultBusinessPartnerResponse.ts +18 -0
- package/lib/base/@types/api/response/dadosMestres/TDefaultEnderecoBusinessPartnerResponse.ts +5 -0
- package/lib/base/@types/api/response/dadosMestres/TFindByIdCentroResponse.ts +5 -0
- package/lib/base/@types/api/response/dadosMestres/TFindByIdDepositoResponse.ts +7 -0
- package/lib/base/@types/api/response/dadosMestres/TFindByIdFuncaoParceiroFornecedorResponse.ts +9 -0
- package/lib/base/@types/api/response/dadosMestres/TFindByIdProdutoResponse.ts +6 -0
- package/lib/base/@types/api/response/dadosMestres/TFindByOrganizacaoCompraFornecedorResponse.ts +7 -0
- package/lib/base/@types/api/response/dadosMestres/TPageIncotermsResponse.ts +5 -0
- package/lib/base/@types/api/response/dadosMestres/TPageSafraResponse.ts +4 -0
- package/lib/base/@types/api/response/dadosMestres/TPageUserResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TAssistenciaTecnicaSeloSocial.ts +12 -0
- package/lib/base/@types/api/response/originacao/TCessaoDireitoCredito.ts +3 -0
- package/lib/base/@types/api/response/originacao/TCockpitComprasContratosLiquidadosResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TCockpitComprasContratosPendentesResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TCockpitComprasContratosTotaisResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TCockpitComprasPreContratosResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TCockpitFiscalBusinessPartnerResponse.ts +8 -0
- package/lib/base/@types/api/response/originacao/TCockpitFiscalContratoCompraGraosResponse.ts +12 -0
- package/lib/base/@types/api/response/originacao/TCockpitFiscalResponse.ts +9 -0
- package/lib/base/@types/api/response/originacao/TCreatePreContratoResponse.ts +29 -0
- package/lib/base/@types/api/response/originacao/TDefaultBusinessPartnerResponse.ts +15 -0
- package/lib/base/@types/api/response/originacao/TDefaultCancelamentoInfoResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TDefaultCentroResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TDefaultContratoCompraGraosResponse.ts +14 -0
- package/lib/base/@types/api/response/originacao/TDefaultCorretoraResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TDefaultDadosPessoaisResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TDefaultPreContratoResponse.ts +11 -0
- package/lib/base/@types/api/response/originacao/TDefaultPrecoCommodityResponse.ts +9 -0
- package/lib/base/@types/api/response/originacao/TDefaultPrecoSacaResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TDefaultProdutoResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TDefaultSaldoPreContratoResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TDefaultTaxaCambioResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TDefaultUserResponse.ts +8 -0
- package/lib/base/@types/api/response/originacao/TEntityHistoricoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TEnvioFiscalResponse.ts +14 -0
- package/lib/base/@types/api/response/originacao/TFindALlCertidaoAlienacaoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindAllAnalisePenhorAlienacaoResponse.ts +23 -0
- package/lib/base/@types/api/response/originacao/TFindAllCamposResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TFindAllCertidaoPenhorResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindAllCockpitComprasResponse.ts +12 -0
- package/lib/base/@types/api/response/originacao/TFindAllContratoCompraGraosResponse.ts +11 -0
- package/lib/base/@types/api/response/originacao/TFindAllDadosPenhoresResponse.ts +14 -0
- package/lib/base/@types/api/response/originacao/TFindAllDocketCidadesResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TFindAllDocketEstadosResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TFindAllOrdenacaoPenhoresResponse.ts +8 -0
- package/lib/base/@types/api/response/originacao/TFindAllPreContratoResponse.ts +19 -0
- package/lib/base/@types/api/response/originacao/TFindAllPrecoCommodityResponse.ts +9 -0
- package/lib/base/@types/api/response/originacao/TFindAllPrecoDiaResponse.ts +13 -0
- package/lib/base/@types/api/response/originacao/TFindByIdBancoBusinessPartnerResponse.ts +11 -0
- package/lib/base/@types/api/response/originacao/TFindByIdCampoHistoricoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindByIdCampoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindByIdContratoCompraGraosResponse.ts +55 -0
- package/lib/base/@types/api/response/originacao/TFindByIdContratoHistoricoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindByIdCorretoraResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TFindByIdDepositoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TFindByIdDocumentoJuridicoBloqueioCpfResponse.ts +19 -0
- package/lib/base/@types/api/response/originacao/TFindByIdEmpresaResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TFindByIdIncotermsResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TFindByIdOpcaoCampoResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TFindByIdOrganizacaoCompraResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TFindByIdPreContratoResponse.ts +39 -0
- package/lib/base/@types/api/response/originacao/TFindByIdPrecoCommodityResponse.ts +12 -0
- package/lib/base/@types/api/response/originacao/TFindByIdPrecoDiaResponse.ts +16 -0
- package/lib/base/@types/api/response/originacao/TFindByIdProdutoCommodityResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TFindByIdRetencaoFundeinfraResponse.ts +3 -0
- package/lib/base/@types/api/response/originacao/TFindByIdSafraResponse.ts +4 -0
- package/lib/base/@types/api/response/originacao/TFindByIdTipoContratoResponse.ts +6 -0
- package/lib/base/@types/api/response/originacao/TGetCampoResponse.ts +7 -0
- package/lib/base/@types/api/response/originacao/TGetContratoResponse.ts +122 -0
- package/lib/base/@types/api/response/originacao/TGetOpcaoCampoResponse.ts +5 -0
- package/lib/base/@types/api/response/originacao/TGroupByInscricaoEstadualResponse.ts +13 -0
- package/lib/base/@types/api/response/originacao/TProcessoFiscalResponse.ts +9 -0
- package/lib/base/@types/api/response/originacao/TSeloSocial.ts +12 -0
- package/lib/base/@types/api/response/originacao/TStatusFiscalResponse.ts +8 -0
- package/lib/base/@types/api/response/originacao/TTipoCategoriaFiscalResponse.ts +8 -0
- package/lib/base/@types/api/response/originacao/adm/THorarioAprovacao.ts +5 -0
- package/lib/base/@types/api/response/originacao/adm/TTaxaCessaoCredito.ts +5 -0
- package/lib/base/@types/api/response/originacao/adm/TVolumeProducaoSeloSocial.ts +5 -0
- package/lib/base/@types/api/response/originacao/adm/index.ts +3 -0
- package/lib/base/@types/api/response/transportadora/TContratoPorDocumentoResponse.ts +11 -0
- package/lib/base/@types/api.ts +95 -0
- package/lib/base/@types/enums/originacao/AnalisePenhoresStatus.ts +4 -0
- package/lib/base/@types/enums/originacao/ContratoStatus.ts +6 -0
- package/lib/base/@types/enums/originacao/DestinoPagamento.ts +4 -0
- package/lib/base/@types/enums/originacao/DocumentoJuridicoBloqueioCpfStatus.ts +5 -0
- package/lib/base/@types/enums/originacao/PreContratoStatus.ts +7 -0
- package/lib/base/@types/enums/originacao/PrecoDiaStatus.ts +5 -0
- package/lib/base/@types/enums/originacao/ResultadoLancamentoJuridico.ts +7 -0
- package/lib/base/@types/enums/originacao/StatusAprovacaoFiscal.ts +5 -0
- package/lib/base/@types/enums/originacao/StatusJuridico.ts +4 -0
- package/lib/base/@types/enums/originacao/StatusOrdenacao.ts +6 -0
- package/lib/base/@types/enums/originacao/TipoAssinatura.ts +4 -0
- package/lib/base/@types/enums/originacao/TipoDocumento.ts +5 -0
- package/lib/base/@types/enums/originacao/TipoImposto.ts +4 -0
- package/lib/base/@types/enums/originacao/TipoPagamento.ts +5 -0
- package/lib/base/@types/enums/originacao/TipoSolicitacao.ts +5 -0
- package/lib/base/@types/forms/commodities/contratoBiodiesel/index.ts +22 -0
- package/lib/base/@types/forms/commodities/index.ts +32 -0
- package/lib/base/@types/forms/commodities/pedidoVenda/index.ts +23 -0
- package/lib/base/@types/forms/index.ts +19 -0
- package/lib/base/@types/forms/racao/autorizacaoAtendimentoCliente/index.ts +10 -0
- package/lib/base/@types/forms/racao/gestaoComissaoRepresentante/index.ts +10 -0
- package/lib/base/@types/forms/racao/index.ts +19 -0
- package/lib/base/@types/forms/racao/pedidoVenda/index.ts +23 -0
- package/lib/base/@types/forms/racao/vinculoMaterialCentro/index.ts +24 -0
- package/lib/base/@types/index.ts +5 -0
- package/lib/base/@types/models/auth.ts +11 -0
- package/lib/base/@types/models/commodities/contratoBiodiesel.ts +55 -0
- package/lib/base/@types/models/commodities/pedidoVenda.ts +161 -0
- package/lib/base/@types/models/compras/Cotacao.ts +31 -0
- package/lib/base/@types/models/compras/LocalRecepcao.ts +4 -0
- package/lib/base/@types/models/compras/RequisicaoCompra.ts +71 -0
- package/lib/base/@types/models/dm/businessPartner.ts +21 -0
- package/lib/base/@types/models/dm/canalDistribuicao.ts +7 -0
- package/lib/base/@types/models/dm/centro.ts +7 -0
- package/lib/base/@types/models/dm/centroCusto.ts +5 -0
- package/lib/base/@types/models/dm/condicaoPagamento.ts +7 -0
- package/lib/base/@types/models/dm/contaContabil.ts +5 -0
- package/lib/base/@types/models/dm/deposito.ts +14 -0
- package/lib/base/@types/models/dm/equipeVenda.ts +7 -0
- package/lib/base/@types/models/dm/escritorioVenda.ts +7 -0
- package/lib/base/@types/models/dm/formaPagamento.ts +7 -0
- package/lib/base/@types/models/dm/grupoVenda.ts +7 -0
- package/lib/base/@types/models/dm/imobilizado.ts +7 -0
- package/lib/base/@types/models/dm/incoterms.ts +7 -0
- package/lib/base/@types/models/dm/produto.ts +67 -0
- package/lib/base/@types/models/dm/setorAtividade.ts +7 -0
- package/lib/base/@types/models/dm/tipoDocumentoVenda.ts +7 -0
- package/lib/base/@types/models/flux/baseDeConhecimento.ts +8 -0
- package/lib/base/@types/models/flux/categoria.ts +6 -0
- package/lib/base/@types/models/flux/formularioBase.ts +22 -0
- package/lib/base/@types/models/flux/grupoAtendimento.ts +6 -0
- package/lib/base/@types/models/flux/processo.ts +49 -0
- package/lib/base/@types/models/flux/subcategoria.ts +7 -0
- package/lib/base/@types/models/flux/tipoProcesso.ts +5 -0
- package/lib/base/@types/models/index.ts +3 -0
- package/lib/base/@types/models/orcamento/Area.ts +13 -0
- package/lib/base/@types/models/orcamento/CentroDeCusto.ts +19 -0
- package/lib/base/@types/models/orcamento/GrupoContaContabil.ts +18 -0
- package/lib/base/@types/models/orcamento/contaContabil.ts +26 -0
- package/lib/base/@types/models/qualidade/inspecaoVeiculo.ts +72 -0
- package/lib/base/@types/models/qualidade/laudo.ts +37 -0
- package/lib/base/@types/models/racao/autorizacaoAtendimentoCliente.ts +54 -0
- package/lib/base/@types/models/racao/gestaoComissaoRepresentante.ts +17 -0
- package/lib/base/@types/models/racao/listaTecnica.ts +37 -0
- package/lib/base/@types/models/racao/metaMensal.ts +16 -0
- package/lib/base/@types/models/racao/pedidoVenda.ts +174 -0
- package/lib/base/@types/models/racao/segmentoProduto.ts +14 -0
- package/lib/base/@types/models/racao/tabelaPreco.ts +33 -0
- package/lib/base/@types/models/racao/vinculoMaterialCentro.ts +37 -0
- package/lib/base/@types/models/template/example +37 -0
- package/lib/base/@types/models/template/exampleObject +16 -0
- package/lib/base/@types/models/transportadora/Constants.ts +101 -0
- package/lib/base/@types/models/transportadora/TipoDocumento.ts +10 -0
- package/lib/base/@types/models/transportadora/arquivoCertificadoTransportadora.ts +8 -0
- package/lib/base/@types/models/transportadora/arquivoCertificadoTransportadoraResponse.ts +5 -0
- package/lib/base/@types/models/transportadora/carga.ts +8 -0
- package/lib/base/@types/models/transportadora/cartaoPortadorFrete.ts +46 -0
- package/lib/base/@types/models/transportadora/cartaoPortadorFreteResponse.ts +18 -0
- package/lib/base/@types/models/transportadora/certificadoTransportadora.ts +17 -0
- package/lib/base/@types/models/transportadora/cest.ts +5 -0
- package/lib/base/@types/models/transportadora/codigoMensagemRetorno.ts +9 -0
- package/lib/base/@types/models/transportadora/consultarFavorecido.ts +51 -0
- package/lib/base/@types/models/transportadora/consultarRemetenteDestinatario.ts +13 -0
- package/lib/base/@types/models/transportadora/conta.ts +11 -0
- package/lib/base/@types/models/transportadora/contratoFrete.ts +53 -0
- package/lib/base/@types/models/transportadora/contratoFreteDocumentosComplementares.ts +4 -0
- package/lib/base/@types/models/transportadora/contratoFretePontos.ts +7 -0
- package/lib/base/@types/models/transportadora/contratoFreteViagemDocumento.ts +42 -0
- package/lib/base/@types/models/transportadora/contratoFreteViagemFavorecido.ts +21 -0
- package/lib/base/@types/models/transportadora/contratoFreteViagemFreteItem.ts +177 -0
- package/lib/base/@types/models/transportadora/contratoFreteViagemParcela.ts +27 -0
- package/lib/base/@types/models/transportadora/contratoPorDocumento.ts +16 -0
- package/lib/base/@types/models/transportadora/controleDescarga.ts +9 -0
- package/lib/base/@types/models/transportadora/controleEmbarque.ts +10 -0
- package/lib/base/@types/models/transportadora/favorecido.ts +43 -0
- package/lib/base/@types/models/transportadora/inss.ts +6 -0
- package/lib/base/@types/models/transportadora/irpf.ts +7 -0
- package/lib/base/@types/models/transportadora/iss.ts +4 -0
- package/lib/base/@types/models/transportadora/itinerario.ts +11 -0
- package/lib/base/@types/models/transportadora/itinerarioFindRotaAndMaterialRequest.ts +4 -0
- package/lib/base/@types/models/transportadora/itinerarioValorFreteRequest.ts +7 -0
- package/lib/base/@types/models/transportadora/material.ts +11 -0
- package/lib/base/@types/models/transportadora/motorista.ts +5 -0
- package/lib/base/@types/models/transportadora/municipio.ts +6 -0
- package/lib/base/@types/models/transportadora/naturezaCarga.ts +5 -0
- package/lib/base/@types/models/transportadora/notaFiscal.ts +22 -0
- package/lib/base/@types/models/transportadora/ordemCarregamento.ts +57 -0
- package/lib/base/@types/models/transportadora/remetenteDestinatario.ts +13 -0
- package/lib/base/@types/models/transportadora/rota.ts +25 -0
- package/lib/base/@types/models/transportadora/ticket.ts +5 -0
- package/lib/base/@types/models/transportadora/tipoCarga.ts +5 -0
- package/lib/base/@types/models/transportadora/tipoConta.ts +4 -0
- package/lib/base/@types/models/transportadora/valorBrutoContrato.ts +5 -0
- package/lib/base/@types/models/transportadora/veiculo.ts +17 -0
- package/lib/base/@types/models/user.ts +86 -0
- package/lib/base/@types/store/index.ts +15 -0
- package/lib/base/assets/styles/app.css +19 -0
- package/lib/base/assets/styles/init.css +2 -0
- package/lib/base/assets/styles/init.ts +3 -0
- package/lib/base/components/forms/ArraysForms/GenericArrayNumberFormSection.tsx +61 -0
- package/lib/base/components/forms/ArraysForms/GenericArrayStringFormSection.tsx +49 -0
- package/lib/base/components/forms/GenericFomrsSetValue/GenericNumberFormSectionPrice.tsx +53 -0
- package/lib/base/components/forms/GenericFomrsSetValue/GenericStringFormSection.tsx +46 -0
- package/lib/base/components/forms/GenericForms/GenericArrayFormSection.tsx +124 -0
- package/lib/base/components/forms/GenericForms/GenericNumberFormSection.tsx +51 -0
- package/lib/base/components/forms/GenericForms/GenericStringFormSection.tsx +43 -0
- package/lib/base/components/forms/GenericForms/GenericUploadFormSection.tsx +50 -0
- package/lib/base/components/forms/NumberFormVariant/GenericNumberFormSectionPercentage.tsx +58 -0
- package/lib/base/components/forms/NumberFormVariant/GenericNumberFormSectionPrice.tsx +54 -0
- package/lib/base/components/forms/NumberFormVariant/GenericNumberFormSectionWeight.tsx +54 -0
- package/lib/base/components/index.ts +12 -0
- package/lib/base/components/routes/CrossMfeLink.tsx +15 -0
- package/lib/base/components/routes/RoutesBase.tsx +70 -0
- package/lib/base/components/routes/index.ts +2 -0
- package/lib/base/components/shared/AceitarProcessoDialog.tsx +43 -0
- package/lib/base/components/shared/AdicionarHistoricoDialog.tsx +75 -0
- package/lib/base/components/shared/CancelarProcessoDialog.tsx +77 -0
- package/lib/base/components/shared/ConcluirProcessoDialog.tsx +76 -0
- package/lib/base/components/shared/ReabrirProcessoDialog.tsx +76 -0
- package/lib/base/components/shared/RetornarFluxAtendimentoDialog.tsx +77 -0
- package/lib/base/components/shared/TransferirParaAtendenteDialog.tsx +76 -0
- package/lib/base/components/shared/TransferirParaSolicitanteDialog.tsx +76 -0
- package/lib/base/components/shared/TransferirProcessoDialog.tsx +100 -0
- package/lib/base/components/table/ListColumn.tsx +22 -0
- package/lib/base/components/table/index.ts +2 -0
- package/lib/base/components/tools/NavFilter.tsx +238 -0
- package/lib/base/components/tools/index.ts +2 -0
- package/lib/base/components/views/ViewsBase.tsx +22 -0
- package/lib/base/components/views/index.ts +2 -0
- package/lib/base/configs/api.config.ts +52 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Cliente/cliente.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Fonecedores/fornecedor.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Localizacao/municipio.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Material/material.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/businessPartner.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/centro.endpoint.config.ts +8 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/deposito.endpoint.config.ts +8 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/incoterms.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/ordemVenda.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/organizacaoCompraFornecedor.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/produto.endpoint.config.ts +8 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Sap/safra.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Transporte/motorista.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Transporte/tipoVeiculo.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/DadosMestres/Transporte/veiculo.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/motivoCancelamento.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/operacao.endpoint.config.ts +12 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/rotaRomaneio.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/tabelaBiodiesel.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.ts +8 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/tag.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/vinculoProdutoOperacao.endpoint.config.ts +10 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/vinculoSafraOperacao.endpoint.config.ts +10 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/vinculoTransgeniaOperacao.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/Ticket/ticket.endpoint.config.ts +13 -0
- package/lib/base/configs/endpoints.config/adm/adm.ts +11 -0
- package/lib/base/configs/endpoints.config/adm/config/auth.ts +10 -0
- package/lib/base/configs/endpoints.config/adm/config/funcionalidades.ts +6 -0
- package/lib/base/configs/endpoints.config/adm/config/roles.ts +8 -0
- package/lib/base/configs/endpoints.config/adm/config/users.ts +11 -0
- package/lib/base/configs/endpoints.config/centralNfe/centralNfe.ts +15 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/cnpjLiberadoNota.ts +10 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/intervaloPrecoXml.ts +10 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/nfe.ts +12 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/notificacaoCentralNfe.ts +10 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/vinculoUnidadeMedida.ts +10 -0
- package/lib/base/configs/endpoints.config/commodities/commodities.ts +9 -0
- package/lib/base/configs/endpoints.config/commodities/config/contratoBiodiesel.ts +11 -0
- package/lib/base/configs/endpoints.config/commodities/config/pedidoVenda.ts +12 -0
- package/lib/base/configs/endpoints.config/compras/compras.ts +15 -0
- package/lib/base/configs/endpoints.config/compras/config/cotacao.ts +10 -0
- package/lib/base/configs/endpoints.config/compras/config/localRecepcao.ts +10 -0
- package/lib/base/configs/endpoints.config/compras/config/ordemCompra.ts +10 -0
- package/lib/base/configs/endpoints.config/compras/config/requisicaoAgrupada.ts +9 -0
- package/lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts +12 -0
- package/lib/base/configs/endpoints.config/dm/config/businessPartner.ts +11 -0
- package/lib/base/configs/endpoints.config/dm/config/canalDistribuicao.ts +8 -0
- package/lib/base/configs/endpoints.config/dm/config/centro.ts +9 -0
- package/lib/base/configs/endpoints.config/dm/config/centroCusto.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts +8 -0
- package/lib/base/configs/endpoints.config/dm/config/contaContabil.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/departamento.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/deposito.ts +10 -0
- package/lib/base/configs/endpoints.config/dm/config/equipeVenda.ts +8 -0
- package/lib/base/configs/endpoints.config/dm/config/escritorioVenda.ts +8 -0
- package/lib/base/configs/endpoints.config/dm/config/formaPagamento.ts +8 -0
- package/lib/base/configs/endpoints.config/dm/config/grupoVenda.ts +9 -0
- package/lib/base/configs/endpoints.config/dm/config/imobilizado.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/incoterms.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/produto.ts +11 -0
- package/lib/base/configs/endpoints.config/dm/config/setorAtividade.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/tipoDocumentoVenda.ts +9 -0
- package/lib/base/configs/endpoints.config/dm/config/user.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/dm.ts +41 -0
- package/lib/base/configs/endpoints.config/endpoints.navigation.ts +83 -0
- package/lib/base/configs/endpoints.config/flux/config/baseDeConhecimento.ts +5 -0
- package/lib/base/configs/endpoints.config/flux/config/categoria.ts +11 -0
- package/lib/base/configs/endpoints.config/flux/config/formularioBase.ts +9 -0
- package/lib/base/configs/endpoints.config/flux/config/grupoAtendimento.ts +9 -0
- package/lib/base/configs/endpoints.config/flux/config/processo.ts +17 -0
- package/lib/base/configs/endpoints.config/flux/config/subcategoria.ts +11 -0
- package/lib/base/configs/endpoints.config/flux/config/tipoProcesso.ts +9 -0
- package/lib/base/configs/endpoints.config/flux/flux.ts +19 -0
- package/lib/base/configs/endpoints.config/objectStorage/config/minio.ts +4 -0
- package/lib/base/configs/endpoints.config/objectStorage/objectStorage.ts +7 -0
- package/lib/base/configs/endpoints.config/orcamento/config/area.ts +11 -0
- package/lib/base/configs/endpoints.config/orcamento/config/centroDeCusto.ts +11 -0
- package/lib/base/configs/endpoints.config/orcamento/config/contaContabil.ts +13 -0
- package/lib/base/configs/endpoints.config/orcamento/config/grupoContaContabil.ts +13 -0
- package/lib/base/configs/endpoints.config/orcamento/orcamento.ts +13 -0
- package/lib/base/configs/endpoints.config/originacao/config/adm/horarioAprovacao.ts +11 -0
- package/lib/base/configs/endpoints.config/originacao/config/adm/taxaCessaoCredito.ts +11 -0
- package/lib/base/configs/endpoints.config/originacao/config/adm/volumeProducaoSeloSocial.ts +12 -0
- package/lib/base/configs/endpoints.config/originacao/config/analisePenhorAlienacao.ts +10 -0
- package/lib/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.ts +11 -0
- package/lib/base/configs/endpoints.config/originacao/config/businessPartnerOriginacao.ts +5 -0
- package/lib/base/configs/endpoints.config/originacao/config/campos.ts +10 -0
- package/lib/base/configs/endpoints.config/originacao/config/cessaoDireitoCredito.ts +11 -0
- package/lib/base/configs/endpoints.config/originacao/config/cockpitCompras.ts +6 -0
- package/lib/base/configs/endpoints.config/originacao/config/cockpitFiscal.ts +5 -0
- package/lib/base/configs/endpoints.config/originacao/config/contratos.ts +10 -0
- package/lib/base/configs/endpoints.config/originacao/config/corretora.ts +6 -0
- package/lib/base/configs/endpoints.config/originacao/config/docket.ts +6 -0
- package/lib/base/configs/endpoints.config/originacao/config/empresa.ts +7 -0
- package/lib/base/configs/endpoints.config/originacao/config/envioFiscal.ts +5 -0
- package/lib/base/configs/endpoints.config/originacao/config/formulario.ts +5 -0
- package/lib/base/configs/endpoints.config/originacao/config/lancamentoJuridicoBloqueioCpf.ts +12 -0
- package/lib/base/configs/endpoints.config/originacao/config/preContrato.ts +11 -0
- package/lib/base/configs/endpoints.config/originacao/config/precoCommodity.ts +5 -0
- package/lib/base/configs/endpoints.config/originacao/config/precoDia.ts +14 -0
- package/lib/base/configs/endpoints.config/originacao/config/processoFiscal.ts +6 -0
- package/lib/base/configs/endpoints.config/originacao/config/produtoCommodity.ts +6 -0
- package/lib/base/configs/endpoints.config/originacao/config/seloSocial.ts +13 -0
- package/lib/base/configs/endpoints.config/originacao/config/tipoCategoriaFiscal.ts +9 -0
- package/lib/base/configs/endpoints.config/originacao/originacao.ts +53 -0
- package/lib/base/configs/endpoints.config/qualidade/config/inspecaoVeiculo.ts +8 -0
- package/lib/base/configs/endpoints.config/qualidade/config/laudo.ts +8 -0
- package/lib/base/configs/endpoints.config/qualidade/qualidade.ts +9 -0
- package/lib/base/configs/endpoints.config/racao/config/autorizacaoAtendimentoCliente.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/config/gestaoComissaoRepresentante.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/config/listaTecnica.ts +12 -0
- package/lib/base/configs/endpoints.config/racao/config/metaMensal.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/config/pedidoVenda.ts +13 -0
- package/lib/base/configs/endpoints.config/racao/config/segmentoProduto.ts +12 -0
- package/lib/base/configs/endpoints.config/racao/config/tabelaPreco.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/config/vinculoMaterialCentro.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/racao.ts +21 -0
- package/lib/base/configs/endpoints.config/template/config/example.ts +11 -0
- package/lib/base/configs/endpoints.config/template/config/exampleObject.ts +11 -0
- package/lib/base/configs/endpoints.config/template/template.ts +9 -0
- package/lib/base/configs/endpoints.config/transportadora/cartaoPortadorFrete.ts +9 -0
- package/lib/base/configs/endpoints.config/transportadora/certificadoTransportadora.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/cest.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/conta.ts +8 -0
- package/lib/base/configs/endpoints.config/transportadora/contratoFrete.ts +14 -0
- package/lib/base/configs/endpoints.config/transportadora/controleDescarga.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/controleEmbarque.ts +7 -0
- package/lib/base/configs/endpoints.config/transportadora/favorecido.ts +9 -0
- package/lib/base/configs/endpoints.config/transportadora/inss.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/irpf.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/iss.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/itinerario.ts +12 -0
- package/lib/base/configs/endpoints.config/transportadora/material.ts +7 -0
- package/lib/base/configs/endpoints.config/transportadora/motorista.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/transportadora/naturezaCarga.ts +7 -0
- package/lib/base/configs/endpoints.config/transportadora/notaFIscal.ts +7 -0
- package/lib/base/configs/endpoints.config/transportadora/ordemCarregamento.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/remetenteDestinatario.ts +9 -0
- package/lib/base/configs/endpoints.config/transportadora/rota.ts +12 -0
- package/lib/base/configs/endpoints.config/transportadora/tipoCarga.ts +11 -0
- package/lib/base/configs/endpoints.config/transportadora/veiculo.ts +7 -0
- package/lib/base/configs/index.ts +4 -0
- package/lib/base/configs/navigation.config/index.ts +4 -0
- package/lib/base/configs/navigation.config/modules.navigation.ts +63 -0
- package/lib/base/configs/navigation.config/modules.submenu/DadosMestres/dadosMestres.navigation.ts +62 -0
- package/lib/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.ts +102 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/cadastroFavorecido.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/cadastroRemetenteDestinatario.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/cartaoPortadorFrete.subMenu.ts +11 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/certificados.subMenu.navigation.ts +27 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/cest.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultaFavorecido.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultaFrota.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultaRemetenteDestinatario.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultaRntrc.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultarCartaoPortadorFrete.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/consultas.subMenu.ts +11 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/conta.subMenu.ts +11 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/contaCadastro.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/contaConsulta.subMenu.navigation copy.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/contaConsulta.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/contratoFrete.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/favorecido.subMenu.ts +11 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/imposto.subMenu.ts +14 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/incluirCartaoPortadorFrete.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/inss.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/irpf.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/iss.subMenu.navigation.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/pamcard.subMenu.navigation.ts +83 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/relatorios.subMenu.navigation.ts +47 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/remetenteDestinatario.subMenu.ts +11 -0
- package/lib/base/configs/navigation.config/modules.submenu/Transportadora/transportadora.navigation.ts +94 -0
- package/lib/base/configs/navigation.config/modules.submenu/adm/submenu.adm.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/agendamento/submenu.agendamento.ts +19 -0
- package/lib/base/configs/navigation.config/modules.submenu/almoxarifado/submenu.almoxarifado.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts +68 -0
- package/lib/base/configs/navigation.config/modules.submenu/commodities/submenu.commodities.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/compras/submenu.compras.ts +68 -0
- package/lib/base/configs/navigation.config/modules.submenu/dadosunificados/dadosunificados.navigation.ts +37 -0
- package/lib/base/configs/navigation.config/modules.submenu/flux/cadastros/submenu.cadastro.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/flux/monitor/submenu.monitor.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/flux/submenu.flux.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/index.ts +10 -0
- package/lib/base/configs/navigation.config/modules.submenu/insumos/cadastros/submenu.cadastros.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/insumos/compras/submenu.compras.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/insumos/submenu.insumos.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/mock/submenu.mock.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/orcamento/cadastros/submenu.cadastro.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/PrecoDia/submenu.precoDia.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/adm/cadastros/cadastros.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/adm/parametros/parametros.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/adm/submenu.adm.ts +21 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/assistenciaTecnicaSeloSocial/submenu.assistenciaTecnicaSeloSocial.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/certidaoDePenhor/submenu.certidaoDePenhor.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/cessaoDireitoCredito/submenu.cessaoDireitoCredito.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/cockpitCompras/submenu.cockpitCompras.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/cockpitFiscal/submenu.cockpitFiscal.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/compraDeGraos/submenu.contratoCompraGraos.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/lancamentoJuridicoBloqueioCpf/submenu.lancamentoJuridicoBloqueioCpf.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/seloSocial/submenu.seloSocial.ts +16 -0
- package/lib/base/configs/navigation.config/modules.submenu/originacao/submenu.originacao.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/qualidade/submenu.qualidade.ts +40 -0
- package/lib/base/configs/navigation.config/modules.submenu/racao/cadastros/submenu.cadastro.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/racao/contratos/submenu.contratos.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/racao/submenu.racao.ts +18 -0
- package/lib/base/configs/navigation.config/modules.submenu/template/cadastros/submenu.example.ts +17 -0
- package/lib/base/configs/navigation.config/modules.submenu/template/submenu.template.ts +18 -0
- package/lib/base/configs/navigation.config/submenu/adm/adm.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/adm/config/roles.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/adm/config/users.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/agendamento-carga-descarga.submenu.ts +15 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/agendamento.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/config/contratos.submenu.ts +19 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/config/janela.submenu.ts +20 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/config/local.submenu.ts +19 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/config/restricoes.ts +19 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/config/status-cancelamento.ts +19 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/submenu.agendamento.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/submenu.vendas.ts +8 -0
- package/lib/base/configs/navigation.config/submenu/agendamento/venda.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/almoxarifado/almoxarifado.submenu.ts +8 -0
- package/lib/base/configs/navigation.config/submenu/almoxarifado/config/colaboradorTerceiro.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/commodities/commodities.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/commodities/config/contratoBiodiesel.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/commodities/config/pedidoVenda.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/example/cadastros.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/example/config/example.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/example/config/exampleObject.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/example/template.submenu.ts +8 -0
- package/lib/base/configs/navigation.config/submenu/flux/cadastros.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/baseDeConhecimento.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/categoria.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/formularioBase.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/grupoAtendimento.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/processo.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/subcategoria.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/config/tipoProcesso.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/flux/flux.submenu.ts +7 -0
- package/lib/base/configs/navigation.config/submenu/flux/monitor.submenu.ts +7 -0
- package/lib/base/configs/navigation.config/submenu/index.ts +11 -0
- package/lib/base/configs/navigation.config/submenu/insumos/cadastros.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/insumos/compras.submenu.ts +12 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/coberturaSeguroAgricola.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/compra.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/estoque.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/frete-material.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/liberacaoDeCompra.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/margemDeVenda.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/parametrosDeJuros.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/config/seguradoraAgricola.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/insumos/insumos.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/mock/config/dashboard.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/mock/config/reports.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/mock/mock.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.ts +15 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/orcamento.submenu.ts +6 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/premissas/area.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/premissas/centroDeCustos.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/orcamento/premissas/grupoContaContabil.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/cadastros.submenu.ts +14 -0
- package/lib/base/configs/navigation.config/submenu/originacao/compraDeGraos.submenu.ts +10 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/contrato.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/empresa.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/horarioAprovacao.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/preContrato.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/produtoCommodity.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/taxaCessaoCredito.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/tipoCancelamento.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/tipoCategoriaFiscal.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/tipoContrato.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/config/volumeProducaoSeloSocial.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/originacao/originacao.submenu.ts +26 -0
- package/lib/base/configs/navigation.config/submenu/originacao/parametros.submenu.ts +14 -0
- package/lib/base/configs/navigation.config/submenu/racao/cadastros.submenu.ts +18 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/autorizacaoAtendimentoCliente.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/gestaoComissaoRepresentante.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/metaMensal.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/pedidoVenda.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/segmentoProduto.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/tabelaPreco.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/config/vinculoMaterialCentro.submenu.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/racao/contratos.submenu.ts +8 -0
- package/lib/base/configs/navigation.config/submenu/racao/racao.submenu.ts +10 -0
- package/lib/base/hooks/dm/businessPartner/useBusinessPartnerClienteList.tsx +33 -0
- package/lib/base/hooks/dm/businessPartner/useBusinessPartnerFornecedorList.tsx +33 -0
- package/lib/base/hooks/dm/businessPartner/useBusinessPartnerList.tsx +35 -0
- package/lib/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoList.tsx +33 -0
- package/lib/base/hooks/dm/centro/useCentroByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/centro/useCentroList.tsx +33 -0
- package/lib/base/hooks/dm/condicaoPagamento/useCondicaoPagamentoList.tsx +33 -0
- package/lib/base/hooks/dm/deposito/useDepositoByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/deposito/useDepositoList.tsx +33 -0
- package/lib/base/hooks/dm/deposito/useDepositosByCodigoCentroList.tsx +34 -0
- package/lib/base/hooks/dm/equipeVenda/useEquipeVendaByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/equipeVenda/useEquipeVendaList.tsx +33 -0
- package/lib/base/hooks/dm/escritorioVenda/useEscritorioVendaByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/escritorioVenda/useEscritorioVendaList.tsx +33 -0
- package/lib/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/formaPagamento/useFormaPagamentoList.tsx +33 -0
- package/lib/base/hooks/dm/grupoVenda/useGrupoVendaByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/grupoVenda/useGrupoVendaList.tsx +33 -0
- package/lib/base/hooks/dm/incoterms/useIncotermsList.tsx +33 -0
- package/lib/base/hooks/dm/produto/useProdutoByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/produto/useProdutoByGrupoProdutoList.tsx +37 -0
- package/lib/base/hooks/dm/produto/useProdutoIsPrecificadoRacaoList.tsx +23 -0
- package/lib/base/hooks/dm/produto/useProdutoList.tsx +33 -0
- package/lib/base/hooks/dm/setorAtividade/useSetorAtividadeList.ts +33 -0
- package/lib/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaByCodigoList.tsx +31 -0
- package/lib/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaList.tsx +33 -0
- package/lib/base/hooks/flux/useAceitarProcesso.tsx +29 -0
- package/lib/base/hooks/flux/useAdicionarHistorico.tsx +29 -0
- package/lib/base/hooks/flux/useCancelarProcesso.tsx +29 -0
- package/lib/base/hooks/flux/useConcluirProcesso.tsx +29 -0
- package/lib/base/hooks/flux/useReabrirProcesso.tsx +29 -0
- package/lib/base/hooks/flux/useRetornarFluxoAtendimento.tsx +29 -0
- package/lib/base/hooks/flux/useTransferirParaAtendente.tsx +29 -0
- package/lib/base/hooks/flux/useTransferirParaSolicitante.tsx +29 -0
- package/lib/base/hooks/flux/useTransferirProcesso.tsx +29 -0
- package/lib/base/hooks/index.ts +29 -0
- package/lib/base/hooks/useList.tsx +45 -0
- package/lib/base/index.ts +24 -0
- package/lib/base/locales/index.ts +10 -0
- package/lib/base/locales/lang/en/index.ts +5 -0
- package/lib/base/locales/lang/en/layout.ts +55 -0
- package/lib/base/locales/lang/en/modules/modules.common.ts +6 -0
- package/lib/base/locales/lang/ptBR/index.ts +6 -0
- package/lib/base/locales/lang/ptBR/layout.ts +56 -0
- package/lib/base/locales/lang/ptBR/modules/DadosMestres/dadosMestres.nav.ts +10 -0
- package/lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts +13 -0
- package/lib/base/locales/lang/ptBR/modules/Transportadora/transportadora.nav.ts +30 -0
- package/lib/base/locales/lang/ptBR/modules/modules.common.ts +7 -0
- package/lib/base/services/index.ts +3 -0
- package/lib/base/services/modules/AdmService.ts +27 -0
- package/lib/base/services/modules/DadosMestres/Cliente/ClienteService.ts +12 -0
- package/lib/base/services/modules/DadosMestres/Fornecedor/fonecedorService.ts +12 -0
- package/lib/base/services/modules/DadosMestres/Localizacao/MunicipioService.ts +10 -0
- package/lib/base/services/modules/DadosMestres/Sap/BusinessPartnerService.ts +27 -0
- package/lib/base/services/modules/DadosMestres/Sap/CentroService.ts +19 -0
- package/lib/base/services/modules/DadosMestres/Sap/DepartamentoService.ts +13 -0
- package/lib/base/services/modules/DadosMestres/Sap/DepositoService.ts +19 -0
- package/lib/base/services/modules/DadosMestres/Sap/IncotermsService.ts +12 -0
- package/lib/base/services/modules/DadosMestres/Sap/OrdemVendaService.ts +24 -0
- package/lib/base/services/modules/DadosMestres/Sap/OrganizacaoCompraFornecedorService.ts +10 -0
- package/lib/base/services/modules/DadosMestres/Sap/ProdutoService.ts +20 -0
- package/lib/base/services/modules/DadosMestres/Sap/SafraService.ts +27 -0
- package/lib/base/services/modules/DadosMestres/Transporte/MotoristaService.ts +25 -0
- package/lib/base/services/modules/DadosMestres/Transporte/TipoVeiculoService.ts +25 -0
- package/lib/base/services/modules/DadosMestres/Transporte/VeiculoService.ts +25 -0
- package/lib/base/services/modules/DadosMestres/auth/authService.ts +80 -0
- package/lib/base/services/modules/ObjectStorageService.ts +11 -0
- package/lib/base/services/modules/Ticket/Cadastros/MotivoCancelamentoService.ts +25 -0
- package/lib/base/services/modules/Ticket/Cadastros/OperacaoService.ts +46 -0
- package/lib/base/services/modules/Ticket/Cadastros/RotaRomaneioService.ts +25 -0
- package/lib/base/services/modules/Ticket/Cadastros/TabelaBiodieselService.ts +26 -0
- package/lib/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.ts +17 -0
- package/lib/base/services/modules/Ticket/Cadastros/TagService.ts +10 -0
- package/lib/base/services/modules/Ticket/Cadastros/VinculoProdutoOperacaoService.ts +33 -0
- package/lib/base/services/modules/Ticket/Cadastros/VinculoSafraOperacaoService.ts +33 -0
- package/lib/base/services/modules/Ticket/Cadastros/VinculoTransgeniaOperacaoService.ts +25 -0
- package/lib/base/services/modules/Ticket/TicketService.ts +55 -0
- package/lib/base/services/modules/centralNfe/cnpjLiberadoNota/CnpjLiberadoNotaService.ts +35 -0
- package/lib/base/services/modules/centralNfe/index.ts +5 -0
- package/lib/base/services/modules/centralNfe/intervaloPrecoXml/IntervaloPrecoXmlService.ts +35 -0
- package/lib/base/services/modules/centralNfe/nfe/NfeService.ts +49 -0
- package/lib/base/services/modules/centralNfe/notificacaoCentralNfe/NotificacaoCentralNfeService.ts +35 -0
- package/lib/base/services/modules/centralNfe/vinculoUnidadeMedida/VinculoUnidadeMedidaService.ts +35 -0
- package/lib/base/services/modules/commodities/contratoBiodiesel/ContratoBiodieselService.ts +44 -0
- package/lib/base/services/modules/commodities/contratoBiodiesel/config/FilterParams.ts +8 -0
- package/lib/base/services/modules/commodities/index.ts +3 -0
- package/lib/base/services/modules/commodities/pedidoVenda/PedidoVendaService.ts +44 -0
- package/lib/base/services/modules/compras/cotacao/CotacaoService.ts +34 -0
- package/lib/base/services/modules/compras/index.ts +5 -0
- package/lib/base/services/modules/compras/localRecepcao/LocalRecepcaoService.ts +36 -0
- package/lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts +34 -0
- package/lib/base/services/modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.ts +29 -0
- package/lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts +51 -0
- package/lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts +52 -0
- package/lib/base/services/modules/dm/canalDistribuicao/CanalDistribuicaoService.ts +20 -0
- package/lib/base/services/modules/dm/centro/CentroService.ts +29 -0
- package/lib/base/services/modules/dm/centroCusto/CentroCustoService.ts +13 -0
- package/lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts +22 -0
- package/lib/base/services/modules/dm/contaContabil/ContaContabilService.ts +13 -0
- package/lib/base/services/modules/dm/deposito/DepositoService.ts +36 -0
- package/lib/base/services/modules/dm/equipeVenda/EquipeVendaService.ts +20 -0
- package/lib/base/services/modules/dm/escritorioVenda/EscritorioVendaService.ts +20 -0
- package/lib/base/services/modules/dm/formaPagamento/FormaPagamentoService.ts +20 -0
- package/lib/base/services/modules/dm/grupoVenda/GrupoVendaService.tsx +29 -0
- package/lib/base/services/modules/dm/imobilizado/ImobilizadoService.ts +13 -0
- package/lib/base/services/modules/dm/incoterms/IncotermsService.ts +17 -0
- package/lib/base/services/modules/dm/index.ts +18 -0
- package/lib/base/services/modules/dm/produto/ProdutoService.ts +58 -0
- package/lib/base/services/modules/dm/setorAtividade/SetorAtividadeService.ts +13 -0
- package/lib/base/services/modules/dm/tipoDocumentoVenda/TipoDocumentoVendaService.tsx +29 -0
- package/lib/base/services/modules/dm/user/UserService.tsx +13 -0
- package/lib/base/services/modules/flux/FluxService.ts +328 -0
- package/lib/base/services/modules/index.ts +9 -0
- package/lib/base/services/modules/modules.query.ts +20 -0
- package/lib/base/services/modules/originacao/adm/horarioAprovacao/HorarioAprovacaoService.ts +38 -0
- package/lib/base/services/modules/originacao/adm/taxaCessaoCredito/TaxaCessaoCreditoService.ts +44 -0
- package/lib/base/services/modules/originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.ts +44 -0
- package/lib/base/services/modules/originacao/analisePenhorAlienacao/analisePenhorAlienacaoService.ts +56 -0
- package/lib/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.ts +44 -0
- package/lib/base/services/modules/originacao/businessPartner/businessPartnerOriginacaoService.ts +13 -0
- package/lib/base/services/modules/originacao/campo/campoService.ts +57 -0
- package/lib/base/services/modules/originacao/cessaoDireitoCredito/CessaoDireitoCreditoService.ts +44 -0
- package/lib/base/services/modules/originacao/cockpitCompras/cockpitComprasService.ts +22 -0
- package/lib/base/services/modules/originacao/cockpitFiscal/cockpitFiscalService.ts +13 -0
- package/lib/base/services/modules/originacao/contratoCompraGraos/contratoCompraGraosService.ts +54 -0
- package/lib/base/services/modules/originacao/corretora/corretoraService.ts +22 -0
- package/lib/base/services/modules/originacao/docket/docketService.ts +20 -0
- package/lib/base/services/modules/originacao/empresa/empresaService.tsx +29 -0
- package/lib/base/services/modules/originacao/envioFiscal/envioFiscalService.ts +13 -0
- package/lib/base/services/modules/originacao/formulario/formularioService.ts +12 -0
- package/lib/base/services/modules/originacao/index.ts +17 -0
- package/lib/base/services/modules/originacao/lancamentoJuridicoBloqueioCpf/lancamentoJuridicoBloqueioCpfService.ts +69 -0
- package/lib/base/services/modules/originacao/preContrato/preContratoService.ts +63 -0
- package/lib/base/services/modules/originacao/precoCommodity/precoCommodityService.ts +13 -0
- package/lib/base/services/modules/originacao/precoDia/precoDiaService.ts +96 -0
- package/lib/base/services/modules/originacao/processoFiscal/processoFiscalService.ts +20 -0
- package/lib/base/services/modules/originacao/produtoCommodity/produtoCommodityService.ts +22 -0
- package/lib/base/services/modules/originacao/seloSocial/SeloSocialService.ts +58 -0
- package/lib/base/services/modules/originacao/tipoCategoriaFiscal/tipoCategoriaFiscalService.ts +47 -0
- package/lib/base/services/modules/qualidade/QualidadeService.ts +67 -0
- package/lib/base/services/modules/racao/autorizacaoAtendimentoCliente/AutorizacaoAtendimentoClienteService.ts +44 -0
- package/lib/base/services/modules/racao/gestaoComissaoRepresentante/GestaoComissaoRepresentanteService.ts +44 -0
- package/lib/base/services/modules/racao/index.ts +9 -0
- package/lib/base/services/modules/racao/listaTecnica/ListaTecnicaService.ts +52 -0
- package/lib/base/services/modules/racao/metaMensal/MetaMensalService.ts +44 -0
- package/lib/base/services/modules/racao/pedidoVenda/PedidoVendaService.ts +51 -0
- package/lib/base/services/modules/racao/segmentoProduto/SegmentoProdutoService.ts +52 -0
- package/lib/base/services/modules/racao/tabelaPreco/TabelaPrecoService.ts +44 -0
- package/lib/base/services/modules/racao/vinculoMaterialCentro/VinculoMaterialCentroService.ts +44 -0
- package/lib/base/services/modules/template/example/ExampleObjectService.ts +34 -0
- package/lib/base/services/modules/template/example/ExampleService.ts +27 -0
- package/lib/base/services/modules/template/index.ts +2 -0
- package/lib/base/services/modules/transportadora/CartaoPortadorFrete/CartaoPortadorFreteService.ts +32 -0
- package/lib/base/services/modules/transportadora/CertificadoTransportadora/CertificadoTransportadoraService.ts +45 -0
- package/lib/base/services/modules/transportadora/Cest/CestService.ts +37 -0
- package/lib/base/services/modules/transportadora/Conta/ContaService.ts +23 -0
- package/lib/base/services/modules/transportadora/ContratoFrete/ContratoFreteService.ts +73 -0
- package/lib/base/services/modules/transportadora/ControleDescarga/ControleDescargaService.ts +75 -0
- package/lib/base/services/modules/transportadora/ControleEmbarque/ControleEmbarqueService.ts +45 -0
- package/lib/base/services/modules/transportadora/Favorecido/FavorecidoService.ts +33 -0
- package/lib/base/services/modules/transportadora/Inss/InssService.ts +37 -0
- package/lib/base/services/modules/transportadora/Irpf/IrpfService.ts +37 -0
- package/lib/base/services/modules/transportadora/Iss/IssService.ts +37 -0
- package/lib/base/services/modules/transportadora/Itinerario/ItinerarioService.ts +55 -0
- package/lib/base/services/modules/transportadora/Material/MaterialService.ts +15 -0
- package/lib/base/services/modules/transportadora/Motorista/MotoristaService.ts +12 -0
- package/lib/base/services/modules/transportadora/NaturezaCarga/NaturezaCargaService.ts +16 -0
- package/lib/base/services/modules/transportadora/NotaFiscal/NotaFiscalService.ts +13 -0
- package/lib/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.ts +43 -0
- package/lib/base/services/modules/transportadora/RemetenteDestinatario/RemetenteDestinatarioService.ts +31 -0
- package/lib/base/services/modules/transportadora/Rota/RotaService.ts +52 -0
- package/lib/base/services/modules/transportadora/TiposCarga/TipoCargaService.ts +44 -0
- package/lib/base/services/modules/transportadora/Veiculo/VeiculoService.ts +14 -0
- package/lib/base/services/modules/transportadora/index.ts +21 -0
- package/lib/base/services/query.ts +64 -0
- package/lib/base/store/dm/businesPartner/businessPartnerListStore.ts +19 -0
- package/lib/base/store/dm/canalDistribuicao/canalDistribuicaoListStore.ts +19 -0
- package/lib/base/store/dm/centro/centroListStore.ts +19 -0
- package/lib/base/store/dm/condicaoPagamento/condicaoPagamentoListStore.ts +19 -0
- package/lib/base/store/dm/deposito/depositoListStore.ts +19 -0
- package/lib/base/store/dm/equipeVenda/equipeVendaListStore.ts +19 -0
- package/lib/base/store/dm/escritorioVenda/escritorioVendaListStore.ts +19 -0
- package/lib/base/store/dm/formaPagamento/formaPagamentoListStore.ts +19 -0
- package/lib/base/store/dm/grupoVenda/grupoVendaListStore.ts +19 -0
- package/lib/base/store/dm/incoterms/incotermsListStore.ts +19 -0
- package/lib/base/store/dm/produto/produtoListStore.ts +19 -0
- package/lib/base/store/dm/setorAtividade/setorAtividadeListStore.ts +19 -0
- package/lib/base/store/dm/tipoDocumentoVenda/tipoDocumentoVendaListStore.ts +19 -0
- package/lib/base/store/index.ts +2 -0
- package/lib/base/store/loadingConfigStore.ts +103 -0
- package/lib/base/utils/assets/alertIcon.png +0 -0
- package/lib/base/utils/assets/alertIcon2.png +0 -0
- package/lib/base/utils/assets/checkIcon.png +0 -0
- package/lib/base/utils/assets/grupo-cereal-logo.png +0 -0
- package/lib/base/utils/assets/index.ts +12 -0
- package/lib/base/utils/assets/warningIcon.png +0 -0
- package/lib/base/utils/colorClassName/badge.ts +44 -0
- package/lib/base/utils/components/idCell.tsx +13 -0
- package/lib/base/utils/components/notifications.tsx +20 -0
- package/lib/base/utils/components/statusCell.tsx +20 -0
- package/lib/base/utils/config.ts +7 -0
- package/lib/base/utils/constOptions/classificacoesContabeis.ts +14 -0
- package/lib/base/utils/constOptions/defaultOption.ts +1 -0
- package/lib/base/utils/constOptions/tiposFretes.ts +10 -0
- package/lib/base/utils/constOptions/tiposPagamentos.ts +46 -0
- package/lib/base/utils/constOptions/tiposRequisicoes.ts +18 -0
- package/lib/base/utils/form/masks.ts +29 -0
- package/lib/base/utils/functions/dateUtils.ts +16 -0
- package/lib/base/utils/functions/formUtils.ts +16 -0
- package/lib/base/utils/functions/handleInputChangeUtils.ts +20 -0
- package/lib/base/utils/functions/paginationUtils.ts +22 -0
- package/lib/base/utils/functions/stringUtils.ts +120 -0
- package/lib/base/utils/index.ts +4 -0
- package/lib/base/utils/logo.ts +7 -0
- package/lib/base/utils/validateEmail/validateEmail.ts +6 -0
- package/lib/index.ts +3 -0
- package/lib/mdDynamicImporter.ts +12 -0
- package/lib/vite-env.d.ts +1 -0
- package/package.json +11 -3
- package/tsconfig.app.json +33 -0
- package/tsconfig.build.json +12 -0
- package/tsconfig.dist.json +42 -0
- package/tsconfig.eslint.json +11 -0
- package/tsconfig.json +17 -0
- package/tsconfig.lib.json +28 -0
- package/tsconfig.node.json +9 -0
- package/README.md +0 -244
- package/dist/@types/base/configs/navigation.config/modules/crm.navigation.d.ts +0 -3
- package/dist/@types/base/configs/navigation.config/modules/crm.navigation.d.ts.map +0 -1
- package/dist/base/configs/navigation.config/modules/crm.navigation.js.map +0 -1
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import { useState, useEffect, useMemo } from 'react'
|
|
3
|
+
import Button from '@/components/ui/Button'
|
|
4
|
+
import DataTable from '@/components/shared/DataTable'
|
|
5
|
+
import { apiGetCustomersList } from '@/services/CustomersService'
|
|
6
|
+
import type {
|
|
7
|
+
ColumnDef,
|
|
8
|
+
OnSortParam,
|
|
9
|
+
CellContext,
|
|
10
|
+
Row,
|
|
11
|
+
} from '@/components/shared/DataTable'
|
|
12
|
+
|
|
13
|
+
type Customer = {
|
|
14
|
+
id: string
|
|
15
|
+
name: string
|
|
16
|
+
email: string
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const Checkable = () => {
|
|
20
|
+
const [data, setData] = useState<Customer[]>([])
|
|
21
|
+
const [loading, setLoading] = useState(false)
|
|
22
|
+
const [selectedRows, setSelectedRows] = useState<string[]>([])
|
|
23
|
+
const [tableData, setTableData] = useState<{
|
|
24
|
+
pageIndex: number
|
|
25
|
+
pageSize: number
|
|
26
|
+
sort: {
|
|
27
|
+
order: '' | 'asc' | 'desc'
|
|
28
|
+
key: string | number
|
|
29
|
+
}
|
|
30
|
+
query: string
|
|
31
|
+
total: number
|
|
32
|
+
}>({
|
|
33
|
+
total: 0,
|
|
34
|
+
pageIndex: 1,
|
|
35
|
+
pageSize: 10,
|
|
36
|
+
query: '',
|
|
37
|
+
sort: {
|
|
38
|
+
order: '',
|
|
39
|
+
key: '',
|
|
40
|
+
},
|
|
41
|
+
})
|
|
42
|
+
|
|
43
|
+
const handleAction = (cellProps: CellContext<Customer, unknown>) => {
|
|
44
|
+
console.log('Action clicked', cellProps)
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
const handleBatchAction = () => {
|
|
48
|
+
console.log('selectedRows', selectedRows)
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
const columns: ColumnDef<Customer>[] = useMemo(
|
|
52
|
+
() => [
|
|
53
|
+
{
|
|
54
|
+
header: 'Name',
|
|
55
|
+
accessorKey: 'name',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
header: 'Email',
|
|
59
|
+
accessorKey: 'email',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
header: '',
|
|
63
|
+
id: 'action',
|
|
64
|
+
cell: (props) => (
|
|
65
|
+
<Button size="xs" onClick={() => handleAction(props)}>
|
|
66
|
+
Action
|
|
67
|
+
</Button>
|
|
68
|
+
),
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
[]
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
const handlePaginationChange = (pageIndex: number) => {
|
|
75
|
+
setTableData((prevData) => ({ ...prevData, ...{ pageIndex } }))
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const handleSelectChange = (pageSize: number) => {
|
|
79
|
+
setTableData((prevData) => ({ ...prevData, ...{ pageSize } }))
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
const handleSort = ({ order, key }: OnSortParam) => {
|
|
83
|
+
setTableData((prevData) => ({
|
|
84
|
+
...prevData,
|
|
85
|
+
...{ sort: { order, key } },
|
|
86
|
+
}))
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
const handleRowSelect = (checked: boolean, row: Customer) => {
|
|
90
|
+
console.log('row', row)
|
|
91
|
+
if (checked) {
|
|
92
|
+
setSelectedRows((prevData) => {
|
|
93
|
+
if (!prevData.includes(row.name)) {
|
|
94
|
+
return [...prevData, ...[row.name]]
|
|
95
|
+
}
|
|
96
|
+
return prevData
|
|
97
|
+
})
|
|
98
|
+
} else {
|
|
99
|
+
setSelectedRows((prevData) => {
|
|
100
|
+
if (prevData.includes(row.name)) {
|
|
101
|
+
return prevData.filter((id) => id !== row.name)
|
|
102
|
+
}
|
|
103
|
+
return prevData
|
|
104
|
+
})
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
const handleAllRowSelect = (checked: boolean, rows: Row<Customer>[]) => {
|
|
109
|
+
console.log('rows', rows)
|
|
110
|
+
if (checked) {
|
|
111
|
+
const originalRows = rows.map((row) => row.original)
|
|
112
|
+
const selectedIds: string[] = []
|
|
113
|
+
originalRows.forEach((row) => {
|
|
114
|
+
selectedIds.push(row.name)
|
|
115
|
+
})
|
|
116
|
+
setSelectedRows(selectedIds)
|
|
117
|
+
} else {
|
|
118
|
+
setSelectedRows([])
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
useEffect(() => {
|
|
123
|
+
const fetchData = async () => {
|
|
124
|
+
setLoading(true)
|
|
125
|
+
const response = await apiGetCustomersList<{list: Customer[], total: number}, {}>(tableData)
|
|
126
|
+
if (response.list) {
|
|
127
|
+
setData(response.list)
|
|
128
|
+
setLoading(false)
|
|
129
|
+
setTableData((prevData) => ({
|
|
130
|
+
...prevData,
|
|
131
|
+
...{ total: response.total },
|
|
132
|
+
}))
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
fetchData()
|
|
136
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
137
|
+
}, [tableData.pageIndex, tableData.sort, tableData.pageSize])
|
|
138
|
+
|
|
139
|
+
return (
|
|
140
|
+
<>
|
|
141
|
+
{selectedRows.length > 0 && (
|
|
142
|
+
<div className="flex justify-end mb-4">
|
|
143
|
+
<Button
|
|
144
|
+
size="sm"
|
|
145
|
+
variant="solid"
|
|
146
|
+
onClick={handleBatchAction}
|
|
147
|
+
>
|
|
148
|
+
Batch Action
|
|
149
|
+
</Button>
|
|
150
|
+
</div>
|
|
151
|
+
)}
|
|
152
|
+
<DataTable<Customer>
|
|
153
|
+
selectable
|
|
154
|
+
columns={columns}
|
|
155
|
+
data={data}
|
|
156
|
+
loading={loading}
|
|
157
|
+
pagingData={tableData}
|
|
158
|
+
onPaginationChange={handlePaginationChange}
|
|
159
|
+
onSelectChange={handleSelectChange}
|
|
160
|
+
onSort={handleSort}
|
|
161
|
+
onCheckBoxChange={handleRowSelect}
|
|
162
|
+
onIndeterminateCheckBoxChange={handleAllRowSelect}
|
|
163
|
+
/>
|
|
164
|
+
</>
|
|
165
|
+
)
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export default Checkable
|
|
169
|
+
```
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import { useState, useEffect, useRef, ChangeEvent } from 'react'
|
|
3
|
+
import Button from '@/components/ui/Button'
|
|
4
|
+
import Input from '@/components/ui/Input'
|
|
5
|
+
import DataTable from '@/components/shared/DataTable'
|
|
6
|
+
import debounce from 'lodash/debounce'
|
|
7
|
+
import { apiGetCustomersList } from '@/services/CustomersService'
|
|
8
|
+
import type {
|
|
9
|
+
ColumnDef,
|
|
10
|
+
OnSortParam,
|
|
11
|
+
CellContext,
|
|
12
|
+
} from '@/components/shared/DataTable'
|
|
13
|
+
|
|
14
|
+
type Customer = {
|
|
15
|
+
id: string
|
|
16
|
+
name: string
|
|
17
|
+
email: string
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const Query = () => {
|
|
21
|
+
const [data, setData] = useState<Customer[]>([])
|
|
22
|
+
const [loading, setLoading] = useState(false)
|
|
23
|
+
const [tableData, setTableData] = useState<{
|
|
24
|
+
pageIndex: number
|
|
25
|
+
pageSize: number
|
|
26
|
+
sort: {
|
|
27
|
+
order: '' | 'asc' | 'desc'
|
|
28
|
+
key: string | number
|
|
29
|
+
}
|
|
30
|
+
query: string
|
|
31
|
+
total: number
|
|
32
|
+
}>({
|
|
33
|
+
total: 0,
|
|
34
|
+
pageIndex: 1,
|
|
35
|
+
pageSize: 10,
|
|
36
|
+
query: '',
|
|
37
|
+
sort: {
|
|
38
|
+
order: '',
|
|
39
|
+
key: '',
|
|
40
|
+
},
|
|
41
|
+
})
|
|
42
|
+
|
|
43
|
+
const inputRef = useRef(null)
|
|
44
|
+
|
|
45
|
+
const debounceFn = debounce(handleDebounceFn, 500)
|
|
46
|
+
|
|
47
|
+
function handleDebounceFn(val: string) {
|
|
48
|
+
if (typeof val === 'string' && (val.length > 1 || val.length === 0)) {
|
|
49
|
+
setTableData((prevData) => ({
|
|
50
|
+
...prevData,
|
|
51
|
+
...{ query: val, pageIndex: 1 },
|
|
52
|
+
}))
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const handleChange = (e: ChangeEvent<HTMLInputElement>) => {
|
|
57
|
+
debounceFn(e.target.value)
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const handleAction = (cellProps: CellContext<Customer, unknown>) => {
|
|
61
|
+
console.log('Action clicked', cellProps)
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const columns: ColumnDef<Customer>[] = [
|
|
65
|
+
{
|
|
66
|
+
header: 'Name',
|
|
67
|
+
accessorKey: 'name',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
header: 'Email',
|
|
71
|
+
accessorKey: 'email',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
header: '',
|
|
75
|
+
id: 'action',
|
|
76
|
+
cell: (props) => (
|
|
77
|
+
<Button size="xs" onClick={() => handleAction(props)}>
|
|
78
|
+
Action
|
|
79
|
+
</Button>
|
|
80
|
+
),
|
|
81
|
+
},
|
|
82
|
+
]
|
|
83
|
+
|
|
84
|
+
const handlePaginationChange = (pageIndex: number) => {
|
|
85
|
+
setTableData((prevData) => ({ ...prevData, ...{ pageIndex } }))
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
const handleSelectChange = (pageSize: number) => {
|
|
89
|
+
setTableData((prevData) => ({ ...prevData, ...{ pageSize } }))
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
const handleSort = ({ order, key }: OnSortParam) => {
|
|
93
|
+
console.log({ order, key })
|
|
94
|
+
setTableData((prevData) => ({
|
|
95
|
+
...prevData,
|
|
96
|
+
...{ sort: { order, key } },
|
|
97
|
+
}))
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
useEffect(() => {
|
|
101
|
+
const fetchData = async () => {
|
|
102
|
+
setLoading(true)
|
|
103
|
+
const response = await apiGetCustomersList<{list: Customer[], total: number}, {}>(tableData)
|
|
104
|
+
if (response) {
|
|
105
|
+
setData(response.list)
|
|
106
|
+
setLoading(false)
|
|
107
|
+
setTableData((prevData) => ({
|
|
108
|
+
...prevData,
|
|
109
|
+
...{ total: response.total },
|
|
110
|
+
}))
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
fetchData()
|
|
114
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
115
|
+
}, [
|
|
116
|
+
tableData.pageIndex,
|
|
117
|
+
tableData.sort,
|
|
118
|
+
tableData.pageSize,
|
|
119
|
+
tableData.query,
|
|
120
|
+
])
|
|
121
|
+
|
|
122
|
+
return (
|
|
123
|
+
<>
|
|
124
|
+
<div className="flex justify-end mb-4">
|
|
125
|
+
<Input
|
|
126
|
+
ref={inputRef}
|
|
127
|
+
placeholder="Search..."
|
|
128
|
+
size="sm"
|
|
129
|
+
className="lg:w-52"
|
|
130
|
+
onChange={handleChange}
|
|
131
|
+
/>
|
|
132
|
+
</div>
|
|
133
|
+
<DataTable
|
|
134
|
+
columns={columns}
|
|
135
|
+
data={data}
|
|
136
|
+
loading={loading}
|
|
137
|
+
pagingData={tableData}
|
|
138
|
+
onPaginationChange={handlePaginationChange}
|
|
139
|
+
onSelectChange={handleSelectChange}
|
|
140
|
+
onSort={handleSort}
|
|
141
|
+
/>
|
|
142
|
+
</>
|
|
143
|
+
)
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export default Query
|
|
147
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import DebounceInput from '@/components/shared/DebouceInput';
|
|
3
|
+
|
|
4
|
+
function Example() {
|
|
5
|
+
const handleSearch = (e: React.ChangeEvent<HTMLInputElement>) => {
|
|
6
|
+
window.alert(e.target.value);
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
return (
|
|
10
|
+
<DebounceInput
|
|
11
|
+
placeholder="Search..."
|
|
12
|
+
onChange={handleSearch}
|
|
13
|
+
wait={1000}
|
|
14
|
+
/>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Example
|
|
19
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import DoubleSidedImage from '@/components/shared/DoubleSidedImage'
|
|
3
|
+
|
|
4
|
+
const Example = () => {
|
|
5
|
+
return (
|
|
6
|
+
<DoubleSidedImage
|
|
7
|
+
src="/img/logo/logo-light-full.png"
|
|
8
|
+
darkModeSrc="/img/logo/logo-dark-full.png"
|
|
9
|
+
alt="elstar"
|
|
10
|
+
/>
|
|
11
|
+
)
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export default Example
|
|
15
|
+
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import Dropdown from '@/components/ui/Dropdown'
|
|
3
|
+
import EllipsisButton from '@/components/shared/EllipsisButton'
|
|
4
|
+
|
|
5
|
+
const dropdownList = [
|
|
6
|
+
{ label: 'Add Flag', value: 'addFlag' },
|
|
7
|
+
{ label: 'Move', value: 'move' },
|
|
8
|
+
{ label: 'Setting', value: 'projectSetting' },
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
const Example = () => {
|
|
12
|
+
return (
|
|
13
|
+
<Dropdown renderTitle={<EllipsisButton />}>
|
|
14
|
+
{dropdownList.map((item) => (
|
|
15
|
+
<Dropdown.Item eventKey={item.value} key={item.value}>
|
|
16
|
+
<span>{item.label}</span>
|
|
17
|
+
</Dropdown.Item>
|
|
18
|
+
))}
|
|
19
|
+
</Dropdown>
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export default Example
|
|
24
|
+
```
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import { useState } from 'react'
|
|
3
|
+
import GanttChart, {
|
|
4
|
+
ViewMode,
|
|
5
|
+
} from '@/components/shared/GanttChart'
|
|
6
|
+
import getStartEndDateForProject from '@/components/shared/GanttChart/getStartEndDateForProject'
|
|
7
|
+
import type { ExtendedTask } from '@/components/shared/GanttChart'
|
|
8
|
+
|
|
9
|
+
const colorsMap = {
|
|
10
|
+
color1: '#fbbf24',
|
|
11
|
+
color2: '#fdba74',
|
|
12
|
+
color3: '#6ee7b7',
|
|
13
|
+
color4: '#7dd3fc',
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
const currentDate = new Date()
|
|
17
|
+
|
|
18
|
+
const data: ExtendedTask[] = [
|
|
19
|
+
{
|
|
20
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 1),
|
|
21
|
+
end: new Date(currentDate.getFullYear(), currentDate.getMonth(), 15),
|
|
22
|
+
name: 'Some Project',
|
|
23
|
+
id: 'ProjectSample',
|
|
24
|
+
progress: 25,
|
|
25
|
+
type: 'project',
|
|
26
|
+
hideChildren: false,
|
|
27
|
+
displayOrder: 1,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 1),
|
|
31
|
+
end: new Date(
|
|
32
|
+
currentDate.getFullYear(),
|
|
33
|
+
currentDate.getMonth(),
|
|
34
|
+
2,
|
|
35
|
+
12,
|
|
36
|
+
28,
|
|
37
|
+
),
|
|
38
|
+
name: 'Idea',
|
|
39
|
+
id: 'Task 0',
|
|
40
|
+
progress: 45,
|
|
41
|
+
type: 'task',
|
|
42
|
+
project: 'ProjectSample',
|
|
43
|
+
displayOrder: 2,
|
|
44
|
+
barVariant: 'color2',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 2),
|
|
48
|
+
end: new Date(
|
|
49
|
+
currentDate.getFullYear(),
|
|
50
|
+
currentDate.getMonth(),
|
|
51
|
+
4,
|
|
52
|
+
0,
|
|
53
|
+
0,
|
|
54
|
+
),
|
|
55
|
+
name: 'Research',
|
|
56
|
+
id: 'Task 1',
|
|
57
|
+
progress: 25,
|
|
58
|
+
dependencies: ['Task 0'],
|
|
59
|
+
type: 'task',
|
|
60
|
+
project: 'ProjectSample',
|
|
61
|
+
displayOrder: 3,
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 4),
|
|
65
|
+
end: new Date(
|
|
66
|
+
currentDate.getFullYear(),
|
|
67
|
+
currentDate.getMonth(),
|
|
68
|
+
8,
|
|
69
|
+
0,
|
|
70
|
+
0,
|
|
71
|
+
),
|
|
72
|
+
name: 'Discussion with team',
|
|
73
|
+
id: 'Task 2',
|
|
74
|
+
progress: 10,
|
|
75
|
+
dependencies: ['Task 1'],
|
|
76
|
+
type: 'task',
|
|
77
|
+
project: 'ProjectSample',
|
|
78
|
+
displayOrder: 4,
|
|
79
|
+
barVariant: 'color2',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 8),
|
|
83
|
+
end: new Date(
|
|
84
|
+
currentDate.getFullYear(),
|
|
85
|
+
currentDate.getMonth(),
|
|
86
|
+
9,
|
|
87
|
+
0,
|
|
88
|
+
0,
|
|
89
|
+
),
|
|
90
|
+
name: 'Developing',
|
|
91
|
+
id: 'Task 3',
|
|
92
|
+
progress: 27,
|
|
93
|
+
dependencies: ['Task 2'],
|
|
94
|
+
type: 'task',
|
|
95
|
+
project: 'ProjectSample',
|
|
96
|
+
displayOrder: 5,
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 8),
|
|
100
|
+
end: new Date(currentDate.getFullYear(), currentDate.getMonth(), 10),
|
|
101
|
+
name: 'Review',
|
|
102
|
+
id: 'Task 4',
|
|
103
|
+
type: 'task',
|
|
104
|
+
progress: 70,
|
|
105
|
+
dependencies: ['Task 2'],
|
|
106
|
+
project: 'ProjectSample',
|
|
107
|
+
displayOrder: 6,
|
|
108
|
+
barVariant: 'color3',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 15),
|
|
112
|
+
end: new Date(currentDate.getFullYear(), currentDate.getMonth(), 15),
|
|
113
|
+
name: 'Release',
|
|
114
|
+
id: 'Task 6',
|
|
115
|
+
progress: currentDate.getMonth(),
|
|
116
|
+
type: 'milestone',
|
|
117
|
+
dependencies: ['Task 4'],
|
|
118
|
+
project: 'ProjectSample',
|
|
119
|
+
displayOrder: 7,
|
|
120
|
+
barVariant: 'color4',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
start: new Date(currentDate.getFullYear(), currentDate.getMonth(), 18),
|
|
124
|
+
end: new Date(currentDate.getFullYear(), currentDate.getMonth(), 19),
|
|
125
|
+
name: 'Party Time',
|
|
126
|
+
id: 'Task 9',
|
|
127
|
+
progress: 0,
|
|
128
|
+
isDisabled: true,
|
|
129
|
+
type: 'task',
|
|
130
|
+
},
|
|
131
|
+
]
|
|
132
|
+
|
|
133
|
+
const Example = () => {
|
|
134
|
+
const [tasks, setTasks] = useState<ExtendedTask[]>(data)
|
|
135
|
+
|
|
136
|
+
const handleTaskChange = (task: ExtendedTask) => {
|
|
137
|
+
let newTasks = tasks.map((t) => (t.id === task.id ? task : t))
|
|
138
|
+
if (task.project) {
|
|
139
|
+
const [start, end] = getStartEndDateForProject(
|
|
140
|
+
newTasks,
|
|
141
|
+
task.project,
|
|
142
|
+
)
|
|
143
|
+
const project =
|
|
144
|
+
newTasks[newTasks.findIndex((t) => t.id === task.project)]
|
|
145
|
+
if (
|
|
146
|
+
project.start.getTime() !== start.getTime() ||
|
|
147
|
+
project.end.getTime() !== end.getTime()
|
|
148
|
+
) {
|
|
149
|
+
const changedProject = { ...project, start, end }
|
|
150
|
+
newTasks = newTasks.map((t) =>
|
|
151
|
+
t.id === task.project ? changedProject : t,
|
|
152
|
+
)
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
setTasks(newTasks)
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
const handleProgressChange = async (task: ExtendedTask) => {
|
|
159
|
+
setTasks(tasks.map((t) => (t.id === task.id ? task : t)))
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
const handleExpanderClick = (task: ExtendedTask) => {
|
|
163
|
+
setTasks(tasks.map((t) => (t.id === task.id ? task : t)))
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
return (
|
|
167
|
+
<GanttChart
|
|
168
|
+
tasks={tasks}
|
|
169
|
+
viewMode={ViewMode.Day}
|
|
170
|
+
onDateChange={handleTaskChange}
|
|
171
|
+
onProgressChange={handleProgressChange}
|
|
172
|
+
onExpanderClick={handleExpanderClick}
|
|
173
|
+
colorsMap={colorsMap}
|
|
174
|
+
/>
|
|
175
|
+
)
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export default Example
|
|
179
|
+
```
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import GrowShrinkValue from '@/components/shared/GrowShrinkValue'
|
|
3
|
+
|
|
4
|
+
const Basic = () => {
|
|
5
|
+
return (
|
|
6
|
+
<div className="flex gap-4">
|
|
7
|
+
<GrowShrinkValue value={21.12} suffix="%" />
|
|
8
|
+
<GrowShrinkValue value={-0.48} prefix="$" />
|
|
9
|
+
</div>
|
|
10
|
+
)
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default Basic
|
|
14
|
+
```
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import GrowShrinkValue from '@/components/shared/GrowShrinkValue'
|
|
3
|
+
|
|
4
|
+
const CustomClass = () => {
|
|
5
|
+
return (
|
|
6
|
+
<div className="flex gap-4">
|
|
7
|
+
<GrowShrinkValue value={1.68} positiveClass="text-indigo-500" />
|
|
8
|
+
<GrowShrinkValue value={-1.68} negativeClass="text-sky-500" />
|
|
9
|
+
</div>
|
|
10
|
+
)
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default CustomClass
|
|
14
|
+
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import GrowShrinkValue from '@/components/shared/GrowShrinkValue'
|
|
3
|
+
|
|
4
|
+
const Icon = () => {
|
|
5
|
+
return (
|
|
6
|
+
<div className="flex gap-4">
|
|
7
|
+
<GrowShrinkValue
|
|
8
|
+
value={21.12}
|
|
9
|
+
suffix="%"
|
|
10
|
+
positiveIcon="+"
|
|
11
|
+
negativeIcon=""
|
|
12
|
+
/>
|
|
13
|
+
<GrowShrinkValue
|
|
14
|
+
value={-21.12}
|
|
15
|
+
suffix="%"
|
|
16
|
+
positiveIcon="+"
|
|
17
|
+
negativeIcon=""
|
|
18
|
+
/>
|
|
19
|
+
</div>
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export default Icon
|
|
24
|
+
```
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import IconText from '@/components/shared/IconText'
|
|
3
|
+
import { HiClock } from 'react-icons/hi'
|
|
4
|
+
|
|
5
|
+
const Example = () => {
|
|
6
|
+
return (
|
|
7
|
+
<IconText
|
|
8
|
+
className="text-emerald-500 text-sm font-semibold"
|
|
9
|
+
icon={<HiClock className="text-lg" />}
|
|
10
|
+
>
|
|
11
|
+
In Progress
|
|
12
|
+
</IconText>
|
|
13
|
+
)
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Example
|
|
17
|
+
```
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import ImageGallery from '@/components/shared/ImageGallery'
|
|
3
|
+
import { useState } from 'react'
|
|
4
|
+
|
|
5
|
+
const slides = [
|
|
6
|
+
{ src: '/img/others/gallery/img-25.webp', title: 'Image 1' },
|
|
7
|
+
{ src: '/img/others/gallery/img-26.webp', title: 'Image 2' },
|
|
8
|
+
{ src: '/img/others/gallery/img-27.webp', title: 'Image 3' },
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
const Example = () => {
|
|
12
|
+
const [currentIndex, setCurrentIndex] = useState(-1)
|
|
13
|
+
|
|
14
|
+
return (
|
|
15
|
+
<ImageGallery
|
|
16
|
+
index={currentIndex}
|
|
17
|
+
slides={
|
|
18
|
+
slides?.map((img) => {
|
|
19
|
+
return {
|
|
20
|
+
src: img.src,
|
|
21
|
+
}
|
|
22
|
+
}) || []
|
|
23
|
+
}
|
|
24
|
+
onClose={() => setCurrentIndex(-1)}
|
|
25
|
+
>
|
|
26
|
+
<div className="grid grid-cols-3 gap-2">
|
|
27
|
+
{slides?.map((img, index) => (
|
|
28
|
+
<div
|
|
29
|
+
key={img.title}
|
|
30
|
+
data-src={img.src}
|
|
31
|
+
className="cursor-pointer"
|
|
32
|
+
onClick={() => setCurrentIndex(index)}
|
|
33
|
+
role="button"
|
|
34
|
+
>
|
|
35
|
+
<img className="rounded-xl" src={img.src} />
|
|
36
|
+
</div>
|
|
37
|
+
))}
|
|
38
|
+
</div>
|
|
39
|
+
</ImageGallery>
|
|
40
|
+
)
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export default Example
|
|
44
|
+
```
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
```jsx
|
|
2
|
+
import { useState } from 'react'
|
|
3
|
+
import Switcher from '@/components/ui/Switcher'
|
|
4
|
+
import Loading from '@/components/shared/Loading'
|
|
5
|
+
|
|
6
|
+
const Basic = () => {
|
|
7
|
+
const [isLoading, setIsLoading] = useState(true)
|
|
8
|
+
|
|
9
|
+
return (
|
|
10
|
+
<>
|
|
11
|
+
<div className="flex items-center mb-4 gap-2">
|
|
12
|
+
<span>Loading State: </span>
|
|
13
|
+
<Switcher
|
|
14
|
+
checked={isLoading}
|
|
15
|
+
onChange={(checked) => setIsLoading(checked)}
|
|
16
|
+
/>
|
|
17
|
+
</div>
|
|
18
|
+
<Loading loading={isLoading}>
|
|
19
|
+
<div className="text-center">Finish loading</div>
|
|
20
|
+
</Loading>
|
|
21
|
+
</>
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export default Basic
|
|
26
|
+
```
|