ezux 1.1.13 → 1.1.18
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/README.md +58 -15
- package/dist/DeleteConfirmationModal-CukNDgtX.cjs +1 -0
- package/dist/DeleteConfirmationModal-p8XGDGIw.js +38 -0
- package/dist/EzContextMenu-BCUoEQp5.cjs +1 -0
- package/dist/EzContextMenu-srLxujt8.js +287 -0
- package/dist/EzErrorBoundary-C7a6VisX.js +74 -0
- package/dist/EzErrorBoundary-d_2g-_EK.cjs +1 -0
- package/dist/EzEventModal-C079wLjP.js +725 -0
- package/dist/EzEventModal-CAA9cAM0.cjs +1 -0
- package/dist/EzFlow-C74NbZA9.js +2545 -0
- package/dist/EzFlow-CQFeY7DL.cjs +5 -0
- package/dist/EzGroupingPanel-BVaAJaVU.js +107 -0
- package/dist/EzGroupingPanel-BwWDWEuW.cjs +1 -0
- package/dist/EzKanban-BlJWybKe.js +1575 -0
- package/dist/EzKanban-DdKODRRv.cjs +2 -0
- package/dist/EzLayout-BGnqFtvO.cjs +1 -0
- package/dist/EzLayout-CiaPLniV.js +7005 -0
- package/dist/EzProvider-AlmsYIDk.js +982 -0
- package/dist/EzProvider-L2qQMq-v.cjs +1 -0
- package/dist/EzScheduler-C1Jtvvju.js +2700 -0
- package/dist/EzScheduler-CkqTngI6.cjs +1 -0
- package/dist/EzSchedulerQuickAdd-BIC8xbSn.js +124 -0
- package/dist/EzSchedulerQuickAdd-BeNfGdWs.cjs +1 -0
- package/dist/EzSchedulerToolbar-BJwTpgas.cjs +1 -0
- package/dist/EzSchedulerToolbar-Ba4gbvUg.js +305 -0
- package/dist/EzSignature-7UHO5lSP.js +386 -0
- package/dist/EzSignature-Df7UZ-IS.cjs +1 -0
- package/dist/EzTable-CEXvJR1t.cjs +3 -0
- package/dist/EzTable-D2p1IWHc.js +4290 -0
- package/dist/EzTableEditDialog-BXnnYSSy.cjs +1 -0
- package/dist/EzTableEditDialog-Ccd5XoHm.js +84 -0
- package/dist/EzTableFooter-CtexeDAC.cjs +1 -0
- package/dist/EzTableFooter-DrLoWelo.js +35 -0
- package/dist/EzTableToolbar-BH5z9fSJ.js +160 -0
- package/dist/EzTableToolbar-DwuumvWP.cjs +1 -0
- package/dist/EzTreeView-D1G0Aomc.js +818 -0
- package/dist/EzTreeView-KMGlU4ax.cjs +1 -0
- package/dist/HighlightText-BViuwe03.cjs +1 -0
- package/dist/HighlightText-DNA2R2uf.js +56 -0
- package/dist/KanbanBoard-B7_Z5sh1.js +1697 -0
- package/dist/KanbanBoard-CyitudI1.cjs +1 -0
- package/dist/Modal-BmX1C448.cjs +1 -0
- package/dist/Modal-CrzpKyjK.js +74 -0
- package/dist/NotificationPanel-BzpDc10Q.js +54 -0
- package/dist/NotificationPanel-CFME00wq.cjs +1 -0
- package/dist/TooltipWrapper-BSAmUx9H.js +44 -0
- package/dist/TooltipWrapper-DfbFAZ1U.cjs +1 -0
- package/dist/advanced.cjs +10 -0
- package/dist/advanced.d.ts +44 -0
- package/dist/advanced.es.js +400 -0
- package/dist/avatar-BSdRHETK.cjs +1 -0
- package/dist/avatar-BvCUJ-_r.js +27 -0
- package/dist/button-BBMwzUtG.cjs +1 -0
- package/dist/button-CYyNwV8S.js +44 -0
- package/dist/calendar-DEHX32Cp.cjs +1 -0
- package/dist/calendar-DOIPGsyI.js +112 -0
- package/dist/card-CPlRZxbq.cjs +1 -0
- package/dist/card-ZUNxcdIM.js +60 -0
- package/dist/checkbox-BrCh_Iid.cjs +1 -0
- package/dist/checkbox-DRkQuB4W.js +21 -0
- package/dist/components/EzFlow/EzConnectionLine.d.ts +5 -0
- package/dist/components/EzFlow/EzFlow.examples.d.ts +5 -0
- package/dist/components/EzFlow/EzFlow.types.d.ts +260 -0
- package/dist/components/EzFlow/EzFlowBackground.d.ts +5 -0
- package/dist/components/EzFlow/EzFlowCanvas.d.ts +3 -0
- package/dist/components/EzFlow/EzFlowControls.d.ts +5 -0
- package/dist/components/EzFlow/EzFlowEdge.d.ts +5 -0
- package/dist/components/EzFlow/EzFlowHeader.d.ts +6 -0
- package/dist/components/EzFlow/EzFlowToolbox.d.ts +6 -0
- package/dist/components/EzFlow/EzWorkflow.d.ts +5 -0
- package/dist/components/EzFlow/EzWorkflowPerformance.d.ts +3 -0
- package/dist/components/EzFlow/EzWorkflowServiceAdapters.d.ts +24 -0
- package/dist/components/EzFlow/EzWorkflowValidation.d.ts +95 -0
- package/dist/components/EzFlow/index.d.ts +13 -0
- package/dist/components/EzFlow/nodes/ActionNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/ApprovalNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/DecisionNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/DelayNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/EndNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/GroupNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/LoopNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/RequestNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/StartNode.d.ts +3 -0
- package/dist/components/EzFlow/nodes/index.d.ts +9 -0
- package/dist/components/EzKanban/EzKanban.types.d.ts +808 -0
- package/dist/components/EzKanban/components/CardEditorModal.d.ts +23 -0
- package/dist/components/EzKanban/components/EzKanbanErrorFallback.d.ts +1 -0
- package/dist/components/EzKanban/components/FilterPopover.d.ts +10 -0
- package/dist/components/EzKanban/components/KanbanBoard.d.ts +59 -0
- package/dist/components/EzKanban/components/KanbanCard.d.ts +46 -0
- package/dist/components/EzKanban/components/KanbanColumn.d.ts +55 -0
- package/dist/components/EzKanban/components/KanbanSwimlane.d.ts +45 -0
- package/dist/components/EzKanban/components/KanbanToolbar.d.ts +41 -0
- package/dist/components/EzKanban/exports.d.ts +4 -0
- package/dist/components/EzKanban/hooks/useKanbanCards.d.ts +36 -0
- package/dist/components/EzKanban/hooks/useKanbanColumns.d.ts +27 -0
- package/dist/components/EzKanban/hooks/useKanbanDragDrop.d.ts +31 -0
- package/dist/components/EzKanban/hooks/useKanbanFilters.d.ts +23 -0
- package/dist/components/EzKanban/hooks/useKanbanState.d.ts +79 -0
- package/dist/components/EzKanban/hooks/useKanbanSwimlanes.d.ts +27 -0
- package/dist/components/EzKanban/hooks/useKanbanVirtualization.d.ts +16 -0
- package/dist/components/EzKanban/index.d.ts +51 -0
- package/dist/components/EzKanban/services/KanbanService.d.ts +31 -0
- package/dist/components/EzKanban/state/kanban.store.d.ts +33 -0
- package/dist/components/EzKanban/useEzKanban.d.ts +87 -0
- package/dist/components/EzKanban/views/KanbanTimelineView.d.ts +15 -0
- package/dist/components/EzLayout/Authentication/AuthSlider.d.ts +13 -0
- package/dist/components/EzLayout/Authentication/InputPassword.d.ts +7 -0
- package/dist/components/EzLayout/Authentication/SignInForm.d.ts +21 -0
- package/dist/components/EzLayout/Authentication/SignUpForm.d.ts +20 -0
- package/dist/components/EzLayout/EzHeader.d.ts +48 -0
- package/dist/components/EzLayout/EzLanguageSwitcher.d.ts +4 -0
- package/dist/components/EzLayout/EzLayout.types.d.ts +261 -0
- package/dist/components/EzLayout/EzOrganizationSwitcher.d.ts +14 -0
- package/dist/components/EzLayout/EzSidebar.d.ts +24 -0
- package/dist/components/EzLayout/EzThemeColorChanger.d.ts +9 -0
- package/dist/components/EzLayout/EzThemeSwitcher.d.ts +8 -0
- package/dist/components/EzLayout/EzUserProfile.d.ts +27 -0
- package/dist/components/EzLayout/components/EzSidebarFooter.d.ts +8 -0
- package/dist/components/EzLayout/components/EzSidebarNav.d.ts +10 -0
- package/dist/components/EzLayout/components/EzSidebarNavItem.d.ts +11 -0
- package/dist/components/EzLayout/components/MainContent.d.ts +13 -0
- package/dist/components/EzLayout/hooks/useLayoutImperative.d.ts +17 -0
- package/dist/components/EzLayout/hooks/useLayoutState.d.ts +25 -0
- package/dist/components/EzLayout/index.d.ts +23 -0
- package/dist/components/EzLayout/useEzLayout.d.ts +34 -0
- package/dist/components/EzScheduler/EzScheduler.types.d.ts +1252 -0
- package/dist/components/EzScheduler/EzSchedulerToolbar.d.ts +117 -0
- package/dist/components/EzScheduler/components/EzEventModal.d.ts +23 -0
- package/dist/components/EzScheduler/components/EzOverlapAlert.d.ts +12 -0
- package/dist/components/EzScheduler/components/EzQuickInfoPopup.d.ts +22 -0
- package/dist/components/EzScheduler/components/EzResourceSidebar.d.ts +33 -0
- package/dist/components/EzScheduler/components/EzSchedulerContent.d.ts +111 -0
- package/dist/components/EzScheduler/components/EzSchedulerQuickAdd.d.ts +17 -0
- package/dist/components/EzScheduler/components/RecurrenceEditor.d.ts +7 -0
- package/dist/components/EzScheduler/components/SchedulerLoadingSpinner.d.ts +2 -0
- package/dist/components/EzScheduler/components/dnd/DraggableEvent.d.ts +24 -0
- package/dist/components/EzScheduler/components/dnd/DroppableSlot.d.ts +19 -0
- package/dist/components/EzScheduler/hooks/useRecurrence.d.ts +2 -0
- package/dist/components/EzScheduler/hooks/useSchedulerEventHandlers.d.ts +15 -0
- package/dist/components/EzScheduler/hooks/useSchedulerEvents.d.ts +27 -0
- package/dist/components/EzScheduler/hooks/useSchedulerImperative.d.ts +19 -0
- package/dist/components/EzScheduler/hooks/useSchedulerNavigation.d.ts +9 -0
- package/dist/components/EzScheduler/hooks/useSchedulerResources.d.ts +10 -0
- package/dist/components/EzScheduler/hooks/useSchedulerState.d.ts +14 -0
- package/dist/components/EzScheduler/hooks/useSchedulerVirtualization.d.ts +9 -0
- package/dist/components/EzScheduler/index.d.ts +43 -0
- package/dist/components/EzScheduler/models/EventSettings.d.ts +11 -0
- package/dist/components/EzScheduler/models/View.d.ts +49 -0
- package/dist/components/EzScheduler/models/index.d.ts +2 -0
- package/dist/components/EzScheduler/services/AttendeeService.d.ts +15 -0
- package/dist/components/EzScheduler/services/AuditService.d.ts +15 -0
- package/dist/components/EzScheduler/services/CollisionDetectionService.d.ts +19 -0
- package/dist/components/EzScheduler/services/DragAndDropService.d.ts +16 -0
- package/dist/components/EzScheduler/services/HistoryService.d.ts +31 -0
- package/dist/components/EzScheduler/services/ICalendarImportService.d.ts +16 -0
- package/dist/components/EzScheduler/services/PrintService.d.ts +7 -0
- package/dist/components/EzScheduler/services/RecurrenceEngine.d.ts +7 -0
- package/dist/components/EzScheduler/services/ReminderService.d.ts +17 -0
- package/dist/components/EzScheduler/services/SchedulerService.d.ts +71 -0
- package/dist/components/EzScheduler/services/SearchService.d.ts +11 -0
- package/dist/components/EzScheduler/services/SecurityService.d.ts +25 -0
- package/dist/components/EzScheduler/services/TimezoneService.d.ts +20 -0
- package/dist/components/EzScheduler/services/VirtualScrollingService.d.ts +34 -0
- package/dist/components/EzScheduler/state/scheduler.store.d.ts +27 -0
- package/dist/components/EzScheduler/templates/CellTemplate.d.ts +42 -0
- package/dist/components/EzScheduler/templates/EditorTemplate.d.ts +32 -0
- package/dist/components/EzScheduler/templates/HeaderTemplate.d.ts +36 -0
- package/dist/components/EzScheduler/useEzScheduler.d.ts +104 -0
- package/dist/components/EzScheduler/utils/createDragConstraint.d.ts +7 -0
- package/dist/components/EzScheduler/utils/getWeekNumber.d.ts +8 -0
- package/dist/components/EzScheduler/utils/sanitizeHtml.d.ts +18 -0
- package/dist/components/EzScheduler/views/AgendaView.d.ts +28 -0
- package/dist/components/EzScheduler/views/DayWeekView.d.ts +177 -0
- package/dist/components/EzScheduler/views/MonthView.d.ts +60 -0
- package/dist/components/EzScheduler/views/TimelineView.d.ts +116 -0
- package/dist/components/EzSignature/EzSignature.d.ts +42 -0
- package/dist/components/EzSignature/EzSignature.types.d.ts +132 -0
- package/dist/components/EzSignature/index.d.ts +2 -0
- package/dist/components/EzTable/EzColumnMenu.d.ts +7 -0
- package/dist/components/EzTable/EzDateFilterTree.d.ts +7 -0
- package/dist/components/EzTable/EzExcelFilter.d.ts +8 -0
- package/dist/components/EzTable/EzFilterBuilder.d.ts +12 -0
- package/dist/components/EzTable/EzGroupingPanel.d.ts +9 -0
- package/dist/components/EzTable/EzHeaderContextMenu.d.ts +8 -0
- package/dist/components/EzTable/EzPagination.d.ts +19 -0
- package/dist/components/EzTable/EzTable.types.d.ts +1 -0
- package/dist/components/EzTable/EzTableEditDialog.d.ts +15 -0
- package/dist/components/EzTable/EzTableFooter.d.ts +10 -0
- package/dist/components/EzTable/EzTableOverlays.d.ts +11 -0
- package/dist/components/EzTable/EzTableStatusBar.d.ts +10 -0
- package/dist/components/EzTable/EzTableToolbar.d.ts +60 -0
- package/dist/components/EzTable/SmartCell.d.ts +7 -0
- package/dist/components/EzTable/components/AdvancedColumnFilter.d.ts +16 -0
- package/dist/components/EzTable/components/BooleanFilterSection.d.ts +7 -0
- package/dist/components/EzTable/components/EzDraggableHeader.d.ts +10 -0
- package/dist/components/EzTable/components/EzHeaderDragPreview.d.ts +7 -0
- package/dist/components/EzTable/components/EzTableBodySection.d.ts +72 -0
- package/dist/components/EzTable/components/EzTableCell.d.ts +46 -0
- package/dist/components/EzTable/components/EzTableHeaderSection.d.ts +23 -0
- package/dist/components/EzTable/components/EzTablePaginationSection.d.ts +31 -0
- package/dist/components/EzTable/components/EzTableRow.d.ts +58 -0
- package/dist/components/EzTable/components/FilterActionButtons.d.ts +16 -0
- package/dist/components/EzTable/components/FilterRuleSelect.d.ts +26 -0
- package/dist/components/EzTable/components/SelectAllCheckbox.d.ts +21 -0
- package/dist/components/EzTable/components/SelectFilterSection.d.ts +18 -0
- package/dist/components/EzTable/components/VirtualizedFilterList.d.ts +21 -0
- package/dist/components/EzTable/constants/filterOptions.d.ts +47 -0
- package/dist/components/EzTable/context/EzTableContext.d.ts +10 -0
- package/dist/components/EzTable/context/TableConfigContext.d.ts +13 -0
- package/dist/components/EzTable/context/TableStore.d.ts +17 -0
- package/dist/components/EzTable/filterUtils.d.ts +5 -0
- package/dist/components/EzTable/hooks/useAutoFit.d.ts +4 -0
- package/dist/components/EzTable/hooks/useCellEventHandlers.d.ts +16 -0
- package/dist/components/EzTable/hooks/useColumnSizeVars.d.ts +6 -0
- package/dist/components/EzTable/hooks/useContainerResize.d.ts +11 -0
- package/dist/components/EzTable/hooks/useDialogStateInitialization.d.ts +8 -0
- package/dist/components/EzTable/hooks/useFilterSelection.d.ts +12 -0
- package/dist/components/EzTable/hooks/useTableFiltering.d.ts +23 -0
- package/dist/components/EzTable/hooks/useTableHistory.d.ts +87 -0
- package/dist/components/EzTable/hooks/useTableImperative.d.ts +42 -0
- package/dist/components/EzTable/hooks/useTableSelection.d.ts +32 -0
- package/dist/components/EzTable/hooks/useTableState.d.ts +33 -0
- package/dist/components/EzTable/hooks/useTableVirtualization.d.ts +35 -0
- package/dist/components/EzTable/index.d.ts +54 -0
- package/dist/components/EzTable/renderers/index.d.ts +6 -0
- package/dist/components/EzTable/services/TableService.d.ts +29 -0
- package/dist/components/EzTable/types/EzTableColumn.types.d.ts +146 -0
- package/dist/components/EzTable/types/EzTableEdit.types.d.ts +58 -0
- package/dist/components/EzTable/types/EzTableFilter.types.d.ts +50 -0
- package/dist/components/EzTable/types/EzTableProps.d.ts +750 -0
- package/dist/components/EzTable/types/index.d.ts +4 -0
- package/dist/components/EzTable/useEzTable.d.ts +17 -0
- package/dist/components/EzTable/utils/SizingUtils.d.ts +11 -0
- package/dist/components/EzTable/utils/TextMeasurer.d.ts +1 -0
- package/dist/components/EzTable/utils/TruncatedTooltip.d.ts +7 -0
- package/dist/components/EzTable/utils/columnTypeDetector.d.ts +5 -0
- package/dist/components/EzTable/utils/filterTypeGuards.d.ts +3 -0
- package/dist/components/EzTable/utils/index.d.ts +1 -0
- package/dist/components/EzTreeView/EzTreeView.types.d.ts +364 -0
- package/dist/components/EzTreeView/EzTreeViewItem.d.ts +89 -0
- package/dist/components/EzTreeView/EzVirtualTree.d.ts +84 -0
- package/dist/components/EzTreeView/components/EzTreeViewLoadingSpinner.d.ts +2 -0
- package/dist/components/EzTreeView/hooks/useTreeDragDrop.d.ts +31 -0
- package/dist/components/EzTreeView/hooks/useTreeExpansion.d.ts +21 -0
- package/dist/components/EzTreeView/hooks/useTreeImperative.d.ts +28 -0
- package/dist/components/EzTreeView/hooks/useTreeSelection.d.ts +31 -0
- package/dist/components/EzTreeView/hooks/useTreeState.d.ts +21 -0
- package/dist/components/EzTreeView/hooks/useTreeVirtualization.d.ts +18 -0
- package/dist/components/EzTreeView/index.d.ts +40 -0
- package/dist/components/EzTreeView/services/TreeService.d.ts +11 -0
- package/dist/components/EzTreeView/useEzTreeView.d.ts +50 -0
- package/dist/components/EzTreeView/utils/treeUtils.d.ts +17 -0
- package/dist/components/shared/components/EzErrorBoundary.d.ts +18 -0
- package/dist/components/shared/components/EzLayoutErrorFallback.d.ts +2 -0
- package/dist/components/shared/components/EzLoadingSpinner.d.ts +8 -0
- package/dist/components/shared/components/EzSchedulerErrorFallback.d.ts +2 -0
- package/dist/components/shared/components/EzSortableList.d.ts +12 -0
- package/dist/components/shared/components/EzTableErrorFallback.d.ts +2 -0
- package/dist/components/shared/components/EzTreeViewErrorFallback.d.ts +2 -0
- package/dist/components/ui/avatar.d.ts +10 -0
- package/dist/components/ui/badge.d.ts +9 -0
- package/dist/components/ui/breadcrumb.d.ts +19 -0
- package/dist/components/ui/button.d.ts +13 -0
- package/dist/components/ui/calendar.d.ts +15 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/checkbox.d.ts +7 -0
- package/dist/components/ui/combobox.d.ts +19 -0
- package/dist/components/ui/command.d.ts +78 -0
- package/dist/components/ui/context-menu.d.ts +27 -0
- package/dist/components/ui/date-time-picker.d.ts +14 -0
- package/dist/components/ui/dropdown-menu.d.ts +31 -0
- package/dist/components/ui/index.d.ts +27 -0
- package/dist/components/ui/input.d.ts +5 -0
- package/dist/components/ui/label.d.ts +9 -0
- package/dist/components/ui/modal.d.ts +9 -0
- package/dist/components/ui/password-input.d.ts +5 -0
- package/dist/components/ui/popover.d.ts +10 -0
- package/dist/components/ui/progress.d.ts +7 -0
- package/dist/components/ui/radio-group.d.ts +5 -0
- package/dist/components/ui/resizable.d.ts +8 -0
- package/dist/components/ui/scroll-area.d.ts +5 -0
- package/dist/components/ui/select.d.ts +26 -0
- package/dist/components/ui/skeleton.d.ts +2 -0
- package/dist/components/ui/switch.d.ts +6 -0
- package/dist/components/ui/table.d.ts +10 -0
- package/dist/components/ui/tabs.d.ts +22 -0
- package/dist/components/ui/textarea.d.ts +5 -0
- package/dist/components/ui/tooltip.d.ts +10 -0
- package/dist/date-time-picker-Bs-7XzHD.cjs +1 -0
- package/dist/date-time-picker-fUzf4TnU.js +127 -0
- package/dist/dropdown-menu-BRP0tyR_.cjs +1 -0
- package/dist/dropdown-menu-B_7_K13o.js +78 -0
- package/dist/ezux.css +2 -1
- package/dist/flow.cjs +1 -0
- package/dist/flow.d.ts +2 -0
- package/dist/flow.es.js +2 -0
- package/dist/index.cjs +3 -12
- package/dist/index.d.ts +66 -6404
- package/dist/index.es.js +229 -1041
- package/dist/input-CYlvlbF7.cjs +1 -0
- package/dist/input-Cj3sQK3M.js +14 -0
- package/dist/kanban.cjs +1 -1
- package/dist/kanban.d.ts +2 -1343
- package/dist/kanban.es.js +4 -17
- package/dist/label-BGgvoZWD.cjs +1 -0
- package/dist/label-DWEV--5W.js +16 -0
- package/dist/layout.cjs +1 -1
- package/dist/layout.d.ts +2 -690
- package/dist/layout.es.js +2 -20
- package/dist/lib/perfect-freehand.d.ts +221 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/mock-services.cjs +1 -0
- package/dist/mock-services.d.ts +8 -0
- package/dist/mock-services.es.js +161 -0
- package/dist/popover-D1akYj0W.js +17 -0
- package/dist/popover-wZKNvYM5.cjs +1 -0
- package/dist/scheduler.cjs +1 -1
- package/dist/scheduler.d.ts +2 -1430
- package/dist/scheduler.es.js +2 -11
- package/dist/scroll-area-BJs87d45.js +35 -0
- package/dist/scroll-area-DSkE2KB_.cjs +1 -0
- package/dist/select-D4tFaSai.js +43 -0
- package/dist/select-sVieKbLu.cjs +1 -0
- package/dist/shared/components/AnimatedText.d.ts +44 -0
- package/dist/shared/components/BaseCell.d.ts +14 -0
- package/dist/shared/components/BooleanRenderer.d.ts +34 -0
- package/dist/shared/components/ChartRenderer.d.ts +19 -0
- package/dist/shared/components/DeleteConfirmationModal.d.ts +11 -0
- package/dist/shared/components/EzContextMenu.d.ts +12 -0
- package/dist/shared/components/EzNotificationDropdown.d.ts +2 -0
- package/dist/shared/components/HighlightText.d.ts +4 -0
- package/dist/shared/components/Modal.d.ts +13 -0
- package/dist/shared/components/NotificationPanel.d.ts +2 -0
- package/dist/shared/components/PrimitiveRenderer.d.ts +39 -0
- package/dist/shared/components/SearchableSelect.d.ts +13 -0
- package/dist/shared/components/SelectRenderer.d.ts +33 -0
- package/dist/shared/components/StatusBadge.d.ts +21 -0
- package/dist/shared/components/TooltipWrapper.d.ts +12 -0
- package/dist/shared/components/index.d.ts +9 -0
- package/dist/shared/contexts/EzProvider.d.ts +56 -0
- package/dist/shared/hooks/index.d.ts +56 -0
- package/dist/shared/hooks/useBaseComponent.d.ts +59 -0
- package/dist/shared/hooks/useComponentImperativeAPI.d.ts +11 -0
- package/dist/shared/hooks/useComponentState.d.ts +39 -0
- package/dist/shared/hooks/useCurrentTime.d.ts +6 -0
- package/dist/shared/hooks/useDataChangeEvents.d.ts +53 -0
- package/dist/shared/hooks/useDebounce.d.ts +10 -0
- package/dist/shared/hooks/useDeleteConfirmation.d.ts +9 -0
- package/dist/shared/hooks/useDialogState.d.ts +21 -0
- package/dist/shared/hooks/useDndHandlers.d.ts +19 -0
- package/dist/shared/hooks/useEditing.d.ts +107 -0
- package/dist/shared/hooks/useEventHandlers.d.ts +61 -0
- package/dist/shared/hooks/useEzTheme.d.ts +22 -0
- package/dist/shared/hooks/useFieldValidation.d.ts +24 -0
- package/dist/shared/hooks/useHistory.d.ts +13 -0
- package/dist/shared/hooks/useI18n.d.ts +8 -0
- package/dist/shared/hooks/useImperativeAPI.d.ts +8 -0
- package/dist/shared/hooks/useInitCoreServices.d.ts +5 -0
- package/dist/shared/hooks/useKeyboardNavigation.d.ts +36 -0
- package/dist/shared/hooks/useKeyboardShortcuts.d.ts +14 -0
- package/dist/shared/hooks/useLifecycleEvents.d.ts +22 -0
- package/dist/shared/hooks/useLoadingState.d.ts +17 -0
- package/dist/shared/hooks/useMediaQuery.d.ts +6 -0
- package/dist/shared/hooks/useNotificationService.d.ts +8 -0
- package/dist/shared/hooks/usePerformanceMonitor.d.ts +22 -0
- package/dist/shared/hooks/useRowSelectionEvents.d.ts +44 -0
- package/dist/shared/hooks/useSelection.d.ts +73 -0
- package/dist/shared/hooks/useService.d.ts +12 -0
- package/dist/shared/hooks/useServiceState.d.ts +1 -0
- package/dist/shared/hooks/useStateChangeEvents.d.ts +61 -0
- package/dist/shared/hooks/useTheme.d.ts +13 -0
- package/dist/shared/hooks/useVirtualization.d.ts +85 -0
- package/dist/shared/services/BaseService.d.ts +57 -0
- package/dist/shared/services/ContextMenuService.d.ts +58 -0
- package/dist/shared/services/ExportService.d.ts +35 -0
- package/dist/shared/services/FocusManagerService.d.ts +33 -0
- package/dist/shared/services/HierarchyService.d.ts +43 -0
- package/dist/shared/services/I18nService.d.ts +84 -0
- package/dist/shared/services/LayoutService.d.ts +80 -0
- package/dist/shared/services/NotificationService.d.ts +44 -0
- package/dist/shared/services/PersistenceService.d.ts +69 -0
- package/dist/shared/services/ServiceRegistry.d.ts +52 -0
- package/dist/shared/services/ThemeService.d.ts +49 -0
- package/dist/shared/services/VirtualizationService.d.ts +51 -0
- package/dist/shared/state/store.d.ts +10 -0
- package/dist/shared/themes.d.ts +25 -0
- package/dist/shared/types/BaseProps.d.ts +17 -0
- package/dist/shared/types/common.d.ts +373 -0
- package/dist/shared/types/index.d.ts +2 -0
- package/dist/shared/utils/canvasUtils.d.ts +16 -0
- package/dist/shared/utils/commonUtils.d.ts +28 -0
- package/dist/shared/utils/csvUtils.d.ts +7 -0
- package/dist/shared/utils/dateUtils.d.ts +5 -0
- package/dist/shared/utils/dndUtils.d.ts +16 -0
- package/dist/shared/utils/formatUtils.d.ts +20 -0
- package/dist/shared/utils/imperativeApiUtils.d.ts +36 -0
- package/dist/shared/utils/index.d.ts +11 -0
- package/dist/shared/utils/renderUtils.d.ts +6 -0
- package/dist/shared/utils/serviceUtils.d.ts +10 -0
- package/dist/shared/utils/styleUtils.d.ts +121 -0
- package/dist/shared/utils/validationUtils.d.ts +16 -0
- package/dist/signature.cjs +1 -1
- package/dist/signature.d.ts +2 -410
- package/dist/signature.es.js +2 -4
- package/dist/table.cjs +1 -1
- package/dist/table.d.ts +2 -1059
- package/dist/table.es.js +2 -17
- package/dist/theme-vars.css +143 -135
- package/dist/tooltip-B1wC9m05.js +16 -0
- package/dist/tooltip-Qmzrg5u5.cjs +1 -0
- package/dist/treeview.cjs +1 -1
- package/dist/treeview.d.ts +2 -656
- package/dist/treeview.es.js +2 -954
- package/dist/useComponentState-DiSFLYju.js +57 -0
- package/dist/useComponentState-Wcz6pjd6.cjs +1 -0
- package/dist/useImperativeAPI-Dbx2hMTb.js +7 -0
- package/dist/useImperativeAPI-VrgLwXEO.cjs +1 -0
- package/dist/useInitCoreServices-CuBrviDM.js +40 -0
- package/dist/useInitCoreServices-DlALVDNx.cjs +1 -0
- package/dist/useService-CnCBGG3G.js +10 -0
- package/dist/useService-CyF782jv.cjs +1 -0
- package/dist/useServiceState-CkrJZm1D.js +21 -0
- package/dist/useServiceState-PyYQWxHi.cjs +1 -0
- package/package.json +76 -56
- package/dist/EzContextMenu-B6HBUjWv.cjs +0 -5
- package/dist/EzContextMenu-BSA_B6Pr.js +0 -3500
- package/dist/EzErrorBoundary-CEdz_hDo.cjs +0 -41
- package/dist/EzErrorBoundary-D4NBadES.js +0 -3727
- package/dist/EzEventModal-BUMp_BFi.js +0 -689
- package/dist/EzEventModal-xzHfzi0O.cjs +0 -1
- package/dist/EzGroupingPanel-BUsIYDRi.js +0 -143
- package/dist/EzGroupingPanel-D0HdSomF.cjs +0 -1
- package/dist/EzSchedulerQuickAdd-C653LTGh.js +0 -118
- package/dist/EzSchedulerQuickAdd-UnOWCpJd.cjs +0 -1
- package/dist/EzSchedulerToolbar-C-5OdRY6.cjs +0 -1
- package/dist/EzSchedulerToolbar-CO5jjDQg.js +0 -240
- package/dist/EzSignature-BaNesxwC.cjs +0 -1
- package/dist/EzSignature-D4EYwo9W.js +0 -419
- package/dist/EzTableEditDialog-Cd948V1C.js +0 -63
- package/dist/EzTableEditDialog-NiOubaMT.cjs +0 -1
- package/dist/EzTableFooter-CWjfGCjL.cjs +0 -1
- package/dist/EzTableFooter-DveD12RC.js +0 -54
- package/dist/EzTableToolbar-Bz8UWv6j.js +0 -246
- package/dist/EzTableToolbar-DHE7Bb1R.cjs +0 -1
- package/dist/HighlightText-8D6KEyBw.js +0 -68
- package/dist/HighlightText-LtZmzCle.cjs +0 -1
- package/dist/NotificationPanel-D2Y-_ahk.js +0 -68
- package/dist/NotificationPanel-zLxrtTGf.cjs +0 -1
- package/dist/TooltipWrapper-BrRTi5EJ.js +0 -2021
- package/dist/TooltipWrapper-DWts4bAI.cjs +0 -1
- package/dist/avatar-BeK0E4mn.js +0 -41
- package/dist/avatar-DZAaTK2f.cjs +0 -1
- package/dist/bell-DAz8P0BR.js +0 -14
- package/dist/bell-DOX2y38e.cjs +0 -1
- package/dist/calendar-BMZ8ddOf.cjs +0 -1
- package/dist/calendar-Dy3rVMW2.js +0 -90
- package/dist/checkbox-B0lGHUyy.cjs +0 -1
- package/dist/checkbox-boJRxICT.js +0 -46
- package/dist/chevron-down-C3s8jU6B.js +0 -5
- package/dist/chevron-down-DZVL7VHW.cjs +0 -1
- package/dist/chevron-left-BFr8XZyF.js +0 -5
- package/dist/chevron-left-HWhRo6IH.cjs +0 -1
- package/dist/circle-alert-77QqFR-z.cjs +0 -1
- package/dist/circle-alert-B2AMDd8N.js +0 -9
- package/dist/circle-x-Cv7bfIC_.js +0 -9
- package/dist/circle-x-DwVXxhXr.cjs +0 -1
- package/dist/date-time-picker-DTxHdPgQ.cjs +0 -1
- package/dist/date-time-picker-Dj2eftJI.js +0 -1636
- package/dist/download-0ZhO2XaW.cjs +0 -1
- package/dist/download-panVHmk6.js +0 -9
- package/dist/ellipsis-CuqNthAj.js +0 -9
- package/dist/ellipsis-CzlqJf-i.cjs +0 -1
- package/dist/grip-vertical-CSyDKBul.js +0 -12
- package/dist/grip-vertical-DZNBW1Dn.cjs +0 -1
- package/dist/index-B3ipEEhH.cjs +0 -2
- package/dist/index-BPPb7bcs.js +0 -3220
- package/dist/index-BQKw_Vho.js +0 -9604
- package/dist/index-C5STgBSy.js +0 -5203
- package/dist/index-C6NfgycP.js +0 -4644
- package/dist/index-D4f2ZdrG.cjs +0 -2
- package/dist/index-DUY1SqMo.cjs +0 -1
- package/dist/index-c1Zg--dt.cjs +0 -7
- package/dist/input-BgM_la4k.cjs +0 -1
- package/dist/input-jYQ5VKNR.js +0 -21
- package/dist/isBefore-C3Y_wbk3.js +0 -15
- package/dist/isBefore-Cp1ttk6q.cjs +0 -1
- package/dist/label-ClOW9UCt.js +0 -55
- package/dist/label-Dx6oDB-X.cjs +0 -1
- package/dist/layers-BA4i1fYX.js +0 -27
- package/dist/layers-xSPd-hz3.cjs +0 -1
- package/dist/popover-BJq1CKmi.cjs +0 -1
- package/dist/popover-Cmlb7w3R.js +0 -341
- package/dist/scroll-area-9fwpVNxT.js +0 -573
- package/dist/scroll-area-CwwZSSA4.cjs +0 -1
- package/dist/select-GxA46anr.cjs +0 -1
- package/dist/select-mDCun_IR.js +0 -35
- package/dist/settings-CvyjK75A.js +0 -31
- package/dist/settings-DKPknrt8.cjs +0 -1
- package/dist/sortable.esm-CsRPuXyD.cjs +0 -1
- package/dist/sortable.esm-CzMCDPet.js +0 -477
- package/dist/tooltip-B41iztKT.cjs +0 -1
- package/dist/tooltip-BCtrEe0z.js +0 -490
- package/dist/useComponentState-C87xXa5d.js +0 -64
- package/dist/useComponentState-DDgGbBXv.cjs +0 -1
- package/dist/useImperativeAPI-DXmCQvPL.js +0 -7
- package/dist/useImperativeAPI-DbZ3owSV.cjs +0 -1
- package/dist/useInitCoreServices-CwXv2p4S.cjs +0 -1
- package/dist/useInitCoreServices-D1WaWlaI.js +0 -3929
- package/dist/useService-8OoezWr8.cjs +0 -1
- package/dist/useService-BUi3uAqE.js +0 -10
- package/dist/useServiceState-BjpCjUn2.cjs +0 -1
- package/dist/useServiceState-VE-viK8b.js +0 -24
package/dist/index.es.js
CHANGED
|
@@ -1,1043 +1,231 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
async updateRow(e, t) {
|
|
221
|
-
await this.simulateLatency();
|
|
222
|
-
const a = S.get("default") || [], r = a.findIndex((n) => String(n.id) === String(e));
|
|
223
|
-
if (r !== -1)
|
|
224
|
-
return a[r] = { ...a[r], ...t }, S.set("default", a), a[r];
|
|
225
|
-
throw new Error(`Row with ID ${e} not found`);
|
|
226
|
-
}
|
|
227
|
-
async deleteRow(e) {
|
|
228
|
-
await this.simulateLatency();
|
|
229
|
-
const a = (S.get("default") || []).filter((r) => String(r.id) !== String(e));
|
|
230
|
-
S.set("default", a);
|
|
231
|
-
}
|
|
232
|
-
simulateLatency() {
|
|
233
|
-
return new Promise((e) => setTimeout(e, 300));
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
const y = /* @__PURE__ */ new Map(), _ = () => {
|
|
237
|
-
y.has("root") || (y.set("root", [
|
|
238
|
-
{ id: "1", label: "Documents", hasChildren: !0 },
|
|
239
|
-
{ id: "2", label: "Music", hasChildren: !0 },
|
|
240
|
-
{ id: "3", label: "Pictures", hasChildren: !0 },
|
|
241
|
-
{ id: "4", label: "Videos", hasChildren: !1 }
|
|
242
|
-
]), y.set("1", [
|
|
243
|
-
{ id: "1-1", label: "Work", hasChildren: !0 },
|
|
244
|
-
{ id: "1-2", label: "Personal", hasChildren: !1 }
|
|
245
|
-
]), y.set("1-1", [
|
|
246
|
-
{ id: "1-1-1", label: "Project A", hasChildren: !1 },
|
|
247
|
-
{ id: "1-1-2", label: "Project B", hasChildren: !1 }
|
|
248
|
-
]), y.set("2", [
|
|
249
|
-
{ id: "2-1", label: "Rock", hasChildren: !1 },
|
|
250
|
-
{ id: "2-2", label: "Pop", hasChildren: !1 }
|
|
251
|
-
]));
|
|
1
|
+
import { t as e } from "./EzLayout-CiaPLniV.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { _ as t, a as n, c as r, d as i, f as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, r as p, s as m, t as h, u as g } from "./EzProvider-AlmsYIDk.js";
|
|
4
|
+
import { o as _, t as v } from "./EzTable-D2p1IWHc.js";
|
|
5
|
+
import { a as y, n as b, r as x, t as S } from "./EzScheduler-C1Jtvvju.js";
|
|
6
|
+
import { t as C } from "./EzTreeView-D1G0Aomc.js";
|
|
7
|
+
import { i as w, r as T, t as E } from "./EzKanban-BlJWybKe.js";
|
|
8
|
+
import { c as D } from "./card-ZUNxcdIM.js";
|
|
9
|
+
import { t as O } from "./EzSignature-7UHO5lSP.js";
|
|
10
|
+
import { d as k, u as A } from "./EzFlow-C74NbZA9.js";
|
|
11
|
+
import { useEffect as j, useState as M } from "react";
|
|
12
|
+
//#region src/components/EzKanban/services/KanbanService.ts
|
|
13
|
+
var N = class {
|
|
14
|
+
name = "KanbanService";
|
|
15
|
+
boards = /* @__PURE__ */ new Map();
|
|
16
|
+
async init() {}
|
|
17
|
+
async cleanup() {}
|
|
18
|
+
initializeWithData(e) {
|
|
19
|
+
e.forEach((e) => {
|
|
20
|
+
this.boards.has(e.id) || this.boards.set(e.id, JSON.parse(JSON.stringify(e)));
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
async getBoard(e) {
|
|
24
|
+
await this.simulateLatency();
|
|
25
|
+
let t = this.boards.get(e);
|
|
26
|
+
if (!t) throw Error(`Board with ID ${e} not found`);
|
|
27
|
+
return JSON.parse(JSON.stringify(t));
|
|
28
|
+
}
|
|
29
|
+
async createBoard(e) {
|
|
30
|
+
await this.simulateLatency();
|
|
31
|
+
let t = {
|
|
32
|
+
id: e.id || `board-${Date.now()}`,
|
|
33
|
+
name: e.name || "Untitled Board",
|
|
34
|
+
description: e.description,
|
|
35
|
+
columns: e.columns || [],
|
|
36
|
+
cards: e.cards || [],
|
|
37
|
+
permissions: e.permissions,
|
|
38
|
+
settings: e.settings || {
|
|
39
|
+
allowDragAndDrop: !0,
|
|
40
|
+
allowMultiSelect: !0,
|
|
41
|
+
enableWipLimits: !1,
|
|
42
|
+
defaultView: "standard"
|
|
43
|
+
},
|
|
44
|
+
createdAt: /* @__PURE__ */ new Date(),
|
|
45
|
+
updatedAt: /* @__PURE__ */ new Date()
|
|
46
|
+
};
|
|
47
|
+
return this.boards.set(t.id, t), t;
|
|
48
|
+
}
|
|
49
|
+
async updateBoard(e, t) {
|
|
50
|
+
await this.simulateLatency();
|
|
51
|
+
let n = this.boards.get(e);
|
|
52
|
+
if (!n) throw Error(`Board with ID ${e} not found`);
|
|
53
|
+
let r = {
|
|
54
|
+
...n,
|
|
55
|
+
...t,
|
|
56
|
+
updatedAt: /* @__PURE__ */ new Date()
|
|
57
|
+
};
|
|
58
|
+
this.boards.set(e, r);
|
|
59
|
+
}
|
|
60
|
+
async deleteBoard(e) {
|
|
61
|
+
await this.simulateLatency(), this.boards.delete(e);
|
|
62
|
+
}
|
|
63
|
+
async createCard(e, t) {
|
|
64
|
+
await this.simulateLatency();
|
|
65
|
+
let n = this.boards.get(e);
|
|
66
|
+
if (!n) throw Error(`Board with ID ${e} not found`);
|
|
67
|
+
let r = {
|
|
68
|
+
id: t.id || `card-${Date.now()}`,
|
|
69
|
+
type: t.type || "standard",
|
|
70
|
+
title: t.title || "Untitled Card",
|
|
71
|
+
description: t.description,
|
|
72
|
+
columnId: t.columnId || n.columns[0]?.id || "",
|
|
73
|
+
position: t.position ?? n.cards.filter((e) => e.columnId === t.columnId).length,
|
|
74
|
+
assignees: t.assignees || [],
|
|
75
|
+
tags: t.tags || [],
|
|
76
|
+
priority: t.priority,
|
|
77
|
+
metadata: t.metadata || {},
|
|
78
|
+
createdBy: t.createdBy || "current-user",
|
|
79
|
+
createdAt: /* @__PURE__ */ new Date(),
|
|
80
|
+
updatedBy: t.updatedBy || "current-user",
|
|
81
|
+
updatedAt: /* @__PURE__ */ new Date(),
|
|
82
|
+
...t
|
|
83
|
+
};
|
|
84
|
+
return n.cards.push(r), this.boards.set(e, n), r;
|
|
85
|
+
}
|
|
86
|
+
async updateCard(e, t) {
|
|
87
|
+
await this.simulateLatency();
|
|
88
|
+
for (let [n, r] of this.boards.entries()) {
|
|
89
|
+
let i = r.cards.findIndex((t) => t.id === e);
|
|
90
|
+
if (i !== -1) {
|
|
91
|
+
r.cards[i] = {
|
|
92
|
+
...r.cards[i],
|
|
93
|
+
...t,
|
|
94
|
+
updatedAt: /* @__PURE__ */ new Date()
|
|
95
|
+
}, this.boards.set(n, r);
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
throw Error(`Card with ID ${e} not found`);
|
|
100
|
+
}
|
|
101
|
+
async deleteCard(e) {
|
|
102
|
+
await this.simulateLatency();
|
|
103
|
+
for (let [t, n] of this.boards.entries()) {
|
|
104
|
+
let r = n.cards.filter((t) => t.id !== e);
|
|
105
|
+
if (r.length !== n.cards.length) {
|
|
106
|
+
n.cards = r, this.boards.set(t, n);
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
throw Error(`Card with ID ${e} not found`);
|
|
111
|
+
}
|
|
112
|
+
async moveCard(e, t, n, r) {
|
|
113
|
+
await this.simulateLatency();
|
|
114
|
+
for (let [i, a] of this.boards.entries()) {
|
|
115
|
+
let o = a.cards.find((t) => t.id === e);
|
|
116
|
+
if (o) {
|
|
117
|
+
o.columnId = t, n !== void 0 && (o.swimlaneId = n), r !== void 0 && (o.position = r), o.updatedAt = /* @__PURE__ */ new Date(), this.boards.set(i, a);
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
throw Error(`Card with ID ${e} not found`);
|
|
122
|
+
}
|
|
123
|
+
async createColumn(e, t) {
|
|
124
|
+
await this.simulateLatency();
|
|
125
|
+
let n = this.boards.get(e);
|
|
126
|
+
if (!n) throw Error(`Board with ID ${e} not found`);
|
|
127
|
+
let r = {
|
|
128
|
+
id: t.id || `column-${Date.now()}`,
|
|
129
|
+
name: t.name || "Untitled Column",
|
|
130
|
+
color: t.color,
|
|
131
|
+
icon: t.icon,
|
|
132
|
+
wipLimit: t.wipLimit,
|
|
133
|
+
position: t.position ?? n.columns.length,
|
|
134
|
+
isCollapsed: t.isCollapsed || !1
|
|
135
|
+
};
|
|
136
|
+
return n.columns.push(r), this.boards.set(e, n), r;
|
|
137
|
+
}
|
|
138
|
+
async updateColumn(e, t) {
|
|
139
|
+
await this.simulateLatency();
|
|
140
|
+
for (let [n, r] of this.boards.entries()) {
|
|
141
|
+
let i = r.columns.findIndex((t) => t.id === e);
|
|
142
|
+
if (i !== -1) {
|
|
143
|
+
r.columns[i] = {
|
|
144
|
+
...r.columns[i],
|
|
145
|
+
...t
|
|
146
|
+
}, this.boards.set(n, r);
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
throw Error(`Column with ID ${e} not found`);
|
|
151
|
+
}
|
|
152
|
+
async deleteColumn(e) {
|
|
153
|
+
await this.simulateLatency();
|
|
154
|
+
for (let [t, n] of this.boards.entries()) {
|
|
155
|
+
let r = n.columns.filter((t) => t.id !== e);
|
|
156
|
+
if (r.length !== n.columns.length) {
|
|
157
|
+
let i = n.cards.filter((t) => t.columnId !== e);
|
|
158
|
+
n.columns = r, n.cards = i, this.boards.set(t, n);
|
|
159
|
+
return;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
throw Error(`Column with ID ${e} not found`);
|
|
163
|
+
}
|
|
164
|
+
async createSwimlane(e, t) {
|
|
165
|
+
await this.simulateLatency();
|
|
166
|
+
let n = this.boards.get(e);
|
|
167
|
+
if (!n) throw Error(`Board with ID ${e} not found`);
|
|
168
|
+
let r = {
|
|
169
|
+
id: t.id || `swimlane-${Date.now()}`,
|
|
170
|
+
name: t.name || "New Swimlane",
|
|
171
|
+
type: t.type || "custom",
|
|
172
|
+
color: t.color,
|
|
173
|
+
position: t.position ?? (n.swimlanes?.length || 0),
|
|
174
|
+
isCollapsed: !1,
|
|
175
|
+
...t
|
|
176
|
+
}, i = n.swimlanes || [];
|
|
177
|
+
return i.push(r), n.swimlanes = i, this.boards.set(e, n), r;
|
|
178
|
+
}
|
|
179
|
+
async updateSwimlane(e, t) {
|
|
180
|
+
await this.simulateLatency();
|
|
181
|
+
for (let [n, r] of this.boards.entries()) {
|
|
182
|
+
let i = r.swimlanes || [], a = i.findIndex((t) => t.id === e);
|
|
183
|
+
if (a !== -1) {
|
|
184
|
+
i[a] = {
|
|
185
|
+
...i[a],
|
|
186
|
+
...t
|
|
187
|
+
}, r.swimlanes = i, this.boards.set(n, r);
|
|
188
|
+
return;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
throw Error(`Swimlane with ID ${e} not found`);
|
|
192
|
+
}
|
|
193
|
+
async deleteSwimlane(e) {
|
|
194
|
+
await this.simulateLatency();
|
|
195
|
+
for (let [t, n] of this.boards.entries()) {
|
|
196
|
+
let r = n.swimlanes || [];
|
|
197
|
+
if (r.some((t) => t.id === e)) {
|
|
198
|
+
n.swimlanes = r.filter((t) => t.id !== e), n.cards = n.cards.map((t) => t.swimlaneId === e ? {
|
|
199
|
+
...t,
|
|
200
|
+
swimlaneId: void 0
|
|
201
|
+
} : t), this.boards.set(t, n);
|
|
202
|
+
return;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
throw Error(`Swimlane with ID ${e} not found`);
|
|
206
|
+
}
|
|
207
|
+
simulateLatency() {
|
|
208
|
+
return new Promise((e) => setTimeout(e, 300));
|
|
209
|
+
}
|
|
210
|
+
}, P = () => {
|
|
211
|
+
let e = n(), [t, r] = M(e.getState());
|
|
212
|
+
return j(() => e.subscribe(r), [e]), {
|
|
213
|
+
...t,
|
|
214
|
+
setMode: (t) => e.setMode(t),
|
|
215
|
+
toggleMode: () => e.toggleMode(),
|
|
216
|
+
setThemeColor: (t) => e.setThemeColor(t),
|
|
217
|
+
setRadius: (t) => e.setRadius(t)
|
|
218
|
+
};
|
|
252
219
|
};
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
await this.simulateLatency();
|
|
263
|
-
const t = e || "root";
|
|
264
|
-
return JSON.parse(JSON.stringify(y.get(t) || []));
|
|
265
|
-
}
|
|
266
|
-
async moveNode(e, t, a) {
|
|
267
|
-
await this.simulateLatency(), console.log(`Moving node ${e} to ${t} at index ${a}`);
|
|
268
|
-
}
|
|
269
|
-
async renameNode(e, t) {
|
|
270
|
-
await this.simulateLatency();
|
|
271
|
-
for (const [a, r] of y.entries()) {
|
|
272
|
-
const n = r.find((i) => i.id === e);
|
|
273
|
-
n && (n.label = t, y.set(a, [...r]));
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
async deleteNode(e) {
|
|
277
|
-
await this.simulateLatency();
|
|
278
|
-
for (const [t, a] of y.entries()) {
|
|
279
|
-
const r = a.findIndex((n) => n.id === e);
|
|
280
|
-
r !== -1 && (a.splice(r, 1), y.set(t, [...a]));
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
async addNode(e, t) {
|
|
284
|
-
await this.simulateLatency();
|
|
285
|
-
const a = y.get(e) || [], r = {
|
|
286
|
-
id: `new-${Date.now()}`,
|
|
287
|
-
label: "New Node",
|
|
288
|
-
hasChildren: !1,
|
|
289
|
-
...t
|
|
290
|
-
};
|
|
291
|
-
return y.set(e, [...a, r]), r;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
const c = /* @__PURE__ */ new Map();
|
|
295
|
-
class Ee {
|
|
296
|
-
name = "KanbanService";
|
|
297
|
-
async init() {
|
|
298
|
-
console.log("[KanbanService] Initialized");
|
|
299
|
-
}
|
|
300
|
-
async cleanup() {
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* Seeds the mock database with initial data.
|
|
304
|
-
* Useful for demos and tests.
|
|
305
|
-
*/
|
|
306
|
-
initializeWithData(e) {
|
|
307
|
-
e.forEach((t) => {
|
|
308
|
-
c.has(t.id) || c.set(t.id, JSON.parse(JSON.stringify(t)));
|
|
309
|
-
});
|
|
310
|
-
}
|
|
311
|
-
// ────────────────────────────────────────────────
|
|
312
|
-
// Board Operations
|
|
313
|
-
// ────────────────────────────────────────────────
|
|
314
|
-
async getBoard(e) {
|
|
315
|
-
await this.simulateLatency();
|
|
316
|
-
const t = c.get(e);
|
|
317
|
-
if (!t)
|
|
318
|
-
throw new Error(`Board with ID ${e} not found`);
|
|
319
|
-
return JSON.parse(JSON.stringify(t));
|
|
320
|
-
}
|
|
321
|
-
async createBoard(e) {
|
|
322
|
-
await this.simulateLatency();
|
|
323
|
-
const t = {
|
|
324
|
-
id: e.id || `board-${Date.now()}`,
|
|
325
|
-
name: e.name || "Untitled Board",
|
|
326
|
-
description: e.description,
|
|
327
|
-
columns: e.columns || [],
|
|
328
|
-
cards: e.cards || [],
|
|
329
|
-
permissions: e.permissions,
|
|
330
|
-
settings: e.settings || {
|
|
331
|
-
allowDragAndDrop: !0,
|
|
332
|
-
allowMultiSelect: !0,
|
|
333
|
-
enableWipLimits: !1,
|
|
334
|
-
defaultView: "standard"
|
|
335
|
-
},
|
|
336
|
-
createdAt: /* @__PURE__ */ new Date(),
|
|
337
|
-
updatedAt: /* @__PURE__ */ new Date()
|
|
338
|
-
};
|
|
339
|
-
return c.set(t.id, t), t;
|
|
340
|
-
}
|
|
341
|
-
async updateBoard(e, t) {
|
|
342
|
-
await this.simulateLatency();
|
|
343
|
-
const a = c.get(e);
|
|
344
|
-
if (!a) throw new Error(`Board with ID ${e} not found`);
|
|
345
|
-
const r = {
|
|
346
|
-
...a,
|
|
347
|
-
...t,
|
|
348
|
-
updatedAt: /* @__PURE__ */ new Date()
|
|
349
|
-
};
|
|
350
|
-
c.set(e, r);
|
|
351
|
-
}
|
|
352
|
-
async deleteBoard(e) {
|
|
353
|
-
await this.simulateLatency(), c.delete(e);
|
|
354
|
-
}
|
|
355
|
-
// ────────────────────────────────────────────────
|
|
356
|
-
// Card Operations
|
|
357
|
-
// ────────────────────────────────────────────────
|
|
358
|
-
async createCard(e, t) {
|
|
359
|
-
await this.simulateLatency();
|
|
360
|
-
const a = c.get(e);
|
|
361
|
-
if (!a) throw new Error(`Board with ID ${e} not found`);
|
|
362
|
-
const r = {
|
|
363
|
-
id: t.id || `card-${Date.now()}`,
|
|
364
|
-
type: t.type || "standard",
|
|
365
|
-
title: t.title || "Untitled Card",
|
|
366
|
-
description: t.description,
|
|
367
|
-
columnId: t.columnId || a.columns[0]?.id || "",
|
|
368
|
-
position: t.position ?? a.cards.filter((n) => n.columnId === t.columnId).length,
|
|
369
|
-
assignees: t.assignees || [],
|
|
370
|
-
tags: t.tags || [],
|
|
371
|
-
priority: t.priority,
|
|
372
|
-
metadata: t.metadata || {},
|
|
373
|
-
createdBy: t.createdBy || "current-user",
|
|
374
|
-
createdAt: /* @__PURE__ */ new Date(),
|
|
375
|
-
updatedBy: t.updatedBy || "current-user",
|
|
376
|
-
updatedAt: /* @__PURE__ */ new Date(),
|
|
377
|
-
...t
|
|
378
|
-
};
|
|
379
|
-
return a.cards.push(r), c.set(e, a), r;
|
|
380
|
-
}
|
|
381
|
-
async updateCard(e, t) {
|
|
382
|
-
await this.simulateLatency();
|
|
383
|
-
for (const [a, r] of c.entries()) {
|
|
384
|
-
const n = r.cards.findIndex((i) => i.id === e);
|
|
385
|
-
if (n !== -1) {
|
|
386
|
-
r.cards[n] = {
|
|
387
|
-
...r.cards[n],
|
|
388
|
-
...t,
|
|
389
|
-
updatedAt: /* @__PURE__ */ new Date()
|
|
390
|
-
}, c.set(a, r);
|
|
391
|
-
return;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
throw new Error(`Card with ID ${e} not found`);
|
|
395
|
-
}
|
|
396
|
-
async deleteCard(e) {
|
|
397
|
-
await this.simulateLatency();
|
|
398
|
-
for (const [t, a] of c.entries()) {
|
|
399
|
-
const r = a.cards.filter((n) => n.id !== e);
|
|
400
|
-
if (r.length !== a.cards.length) {
|
|
401
|
-
a.cards = r, c.set(t, a);
|
|
402
|
-
return;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
throw new Error(`Card with ID ${e} not found`);
|
|
406
|
-
}
|
|
407
|
-
async moveCard(e, t, a, r) {
|
|
408
|
-
await this.simulateLatency();
|
|
409
|
-
for (const [n, i] of c.entries()) {
|
|
410
|
-
const u = i.cards.find((g) => g.id === e);
|
|
411
|
-
if (u) {
|
|
412
|
-
u.columnId = t, a !== void 0 && (u.swimlaneId = a), r !== void 0 && (u.position = r), u.updatedAt = /* @__PURE__ */ new Date(), c.set(n, i);
|
|
413
|
-
return;
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
throw new Error(`Card with ID ${e} not found`);
|
|
417
|
-
}
|
|
418
|
-
// ────────────────────────────────────────────────
|
|
419
|
-
// Column Operations
|
|
420
|
-
// ────────────────────────────────────────────────
|
|
421
|
-
async createColumn(e, t) {
|
|
422
|
-
await this.simulateLatency();
|
|
423
|
-
const a = c.get(e);
|
|
424
|
-
if (!a) throw new Error(`Board with ID ${e} not found`);
|
|
425
|
-
const r = {
|
|
426
|
-
id: t.id || `column-${Date.now()}`,
|
|
427
|
-
name: t.name || "Untitled Column",
|
|
428
|
-
color: t.color,
|
|
429
|
-
icon: t.icon,
|
|
430
|
-
wipLimit: t.wipLimit,
|
|
431
|
-
position: t.position ?? a.columns.length,
|
|
432
|
-
isCollapsed: t.isCollapsed || !1
|
|
433
|
-
};
|
|
434
|
-
return a.columns.push(r), c.set(e, a), r;
|
|
435
|
-
}
|
|
436
|
-
async updateColumn(e, t) {
|
|
437
|
-
await this.simulateLatency();
|
|
438
|
-
for (const [a, r] of c.entries()) {
|
|
439
|
-
const n = r.columns.findIndex((i) => i.id === e);
|
|
440
|
-
if (n !== -1) {
|
|
441
|
-
r.columns[n] = {
|
|
442
|
-
...r.columns[n],
|
|
443
|
-
...t
|
|
444
|
-
}, c.set(a, r);
|
|
445
|
-
return;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
throw new Error(`Column with ID ${e} not found`);
|
|
449
|
-
}
|
|
450
|
-
async deleteColumn(e) {
|
|
451
|
-
await this.simulateLatency();
|
|
452
|
-
for (const [t, a] of c.entries()) {
|
|
453
|
-
const r = a.columns.filter((n) => n.id !== e);
|
|
454
|
-
if (r.length !== a.columns.length) {
|
|
455
|
-
const n = a.cards.filter((i) => i.columnId !== e);
|
|
456
|
-
a.columns = r, a.cards = n, c.set(t, a);
|
|
457
|
-
return;
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
throw new Error(`Column with ID ${e} not found`);
|
|
461
|
-
}
|
|
462
|
-
// ────────────────────────────────────────────────
|
|
463
|
-
// Swimlane Operations
|
|
464
|
-
// ────────────────────────────────────────────────
|
|
465
|
-
async createSwimlane(e, t) {
|
|
466
|
-
await this.simulateLatency();
|
|
467
|
-
const a = c.get(e);
|
|
468
|
-
if (!a) throw new Error(`Board with ID ${e} not found`);
|
|
469
|
-
const r = {
|
|
470
|
-
id: t.id || `swimlane-${Date.now()}`,
|
|
471
|
-
name: t.name || "New Swimlane",
|
|
472
|
-
type: t.type || "custom",
|
|
473
|
-
color: t.color,
|
|
474
|
-
position: t.position ?? (a.swimlanes?.length || 0),
|
|
475
|
-
isCollapsed: !1,
|
|
476
|
-
...t
|
|
477
|
-
}, n = a.swimlanes || [];
|
|
478
|
-
return n.push(r), a.swimlanes = n, c.set(e, a), r;
|
|
479
|
-
}
|
|
480
|
-
async updateSwimlane(e, t) {
|
|
481
|
-
await this.simulateLatency();
|
|
482
|
-
for (const [a, r] of c.entries()) {
|
|
483
|
-
const n = r.swimlanes || [], i = n.findIndex((u) => u.id === e);
|
|
484
|
-
if (i !== -1) {
|
|
485
|
-
n[i] = {
|
|
486
|
-
...n[i],
|
|
487
|
-
...t
|
|
488
|
-
}, r.swimlanes = n, c.set(a, r);
|
|
489
|
-
return;
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
throw new Error(`Swimlane with ID ${e} not found`);
|
|
493
|
-
}
|
|
494
|
-
async deleteSwimlane(e) {
|
|
495
|
-
await this.simulateLatency();
|
|
496
|
-
for (const [t, a] of c.entries()) {
|
|
497
|
-
const r = a.swimlanes || [];
|
|
498
|
-
if (r.some((n) => n.id === e)) {
|
|
499
|
-
a.swimlanes = r.filter((n) => n.id !== e), a.cards = a.cards.map(
|
|
500
|
-
(n) => n.swimlaneId === e ? { ...n, swimlaneId: void 0 } : n
|
|
501
|
-
), c.set(t, a);
|
|
502
|
-
return;
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
throw new Error(`Swimlane with ID ${e} not found`);
|
|
506
|
-
}
|
|
507
|
-
simulateLatency() {
|
|
508
|
-
return new Promise((e) => setTimeout(e, 300));
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
function ze(s, e) {
|
|
512
|
-
const t = e.map((r) => r.header).join(","), a = s.map((r) => e.map((n) => {
|
|
513
|
-
const i = r[n.id];
|
|
514
|
-
if (i == null) return "";
|
|
515
|
-
const u = String(i);
|
|
516
|
-
return u.includes(",") || u.includes(`
|
|
517
|
-
`) || u.includes('"') ? `"${u.replace(/"/g, '""')}"` : u;
|
|
518
|
-
}).join(","));
|
|
519
|
-
return [t, ...a].join(`
|
|
520
|
-
`);
|
|
220
|
+
//#endregion
|
|
221
|
+
//#region src/shared/utils/csvUtils.ts
|
|
222
|
+
function F(e, t) {
|
|
223
|
+
return [t.map((e) => e.header).join(","), ...e.map((e) => t.map((t) => {
|
|
224
|
+
let n = e[t.id];
|
|
225
|
+
if (n == null) return "";
|
|
226
|
+
let r = String(n);
|
|
227
|
+
return r.includes(",") || r.includes("\n") || r.includes("\"") ? `"${r.replace(/"/g, "\"\"")}"` : r;
|
|
228
|
+
}).join(","))].join("\n");
|
|
521
229
|
}
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
className: e = "",
|
|
525
|
-
defaultColor: t = "#2d2e33",
|
|
526
|
-
highlight: a,
|
|
527
|
-
delay: r,
|
|
528
|
-
textSize: n,
|
|
529
|
-
textDir: i,
|
|
530
|
-
highlightDir: u
|
|
531
|
-
}) => {
|
|
532
|
-
const g = s.split(""), f = `${n || "text-4xl md:text-5xl lg:text-6xl"} font-black tracking-tight ${e}`, d = a ? a.split("") : [], [h, b] = E(!1);
|
|
533
|
-
z(() => {
|
|
534
|
-
const x = () => {
|
|
535
|
-
const L = document.documentElement.classList.contains("dark") || window.matchMedia("(prefers-color-scheme: dark)").matches;
|
|
536
|
-
b(L);
|
|
537
|
-
};
|
|
538
|
-
x();
|
|
539
|
-
const C = new MutationObserver(() => {
|
|
540
|
-
x();
|
|
541
|
-
});
|
|
542
|
-
C.observe(document.documentElement, {
|
|
543
|
-
attributes: !0,
|
|
544
|
-
attributeFilter: ["class"]
|
|
545
|
-
});
|
|
546
|
-
const T = window.matchMedia("(prefers-color-scheme: dark)");
|
|
547
|
-
return T.addEventListener("change", x), () => {
|
|
548
|
-
C.disconnect(), T.removeEventListener("change", x);
|
|
549
|
-
};
|
|
550
|
-
}, []);
|
|
551
|
-
const v = h ? "#ffffff" : t;
|
|
552
|
-
return /* @__PURE__ */ w(
|
|
553
|
-
"span",
|
|
554
|
-
{
|
|
555
|
-
className: `flex flex-col justify-center items-center ${f}`,
|
|
556
|
-
style: { letterSpacing: "-0.05em" },
|
|
557
|
-
children: [
|
|
558
|
-
/* @__PURE__ */ o("style", { children: `
|
|
559
|
-
@keyframes wobble {
|
|
560
|
-
0% { transform: translateX(0); }
|
|
561
|
-
20% { transform: translateX(-4px); }
|
|
562
|
-
40% { transform: translateX(4px); }
|
|
563
|
-
60% { transform: translateX(-4px); }
|
|
564
|
-
80% { transform: translateX(4px); }
|
|
565
|
-
100% { transform: translateX(0); }
|
|
566
|
-
}
|
|
567
|
-
` }),
|
|
568
|
-
/* @__PURE__ */ o("span", { className: "flex flex-wrap justify-center text-center", dir: i, children: g.map((x, C) => /* @__PURE__ */ o(
|
|
569
|
-
M,
|
|
570
|
-
{
|
|
571
|
-
char: x,
|
|
572
|
-
defaultColor: v,
|
|
573
|
-
brandColor: N[C % N.length]
|
|
574
|
-
},
|
|
575
|
-
`main-${C}`
|
|
576
|
-
)) }),
|
|
577
|
-
a && /* @__PURE__ */ o("span", { className: "flex flex-wrap justify-center text-center mt-2", dir: u, children: d.map((x, C) => /* @__PURE__ */ o(
|
|
578
|
-
M,
|
|
579
|
-
{
|
|
580
|
-
char: x,
|
|
581
|
-
defaultColor: "oklch(var(--primary))",
|
|
582
|
-
brandColor: N[(g.length + C) % N.length]
|
|
583
|
-
},
|
|
584
|
-
`highlight-${C}`
|
|
585
|
-
)) })
|
|
586
|
-
]
|
|
587
|
-
}
|
|
588
|
-
);
|
|
589
|
-
}, M = ({
|
|
590
|
-
char: s,
|
|
591
|
-
defaultColor: e,
|
|
592
|
-
brandColor: t
|
|
593
|
-
}) => {
|
|
594
|
-
const [a, r] = E(!1);
|
|
595
|
-
return /* @__PURE__ */ o(
|
|
596
|
-
"span",
|
|
597
|
-
{
|
|
598
|
-
onMouseEnter: () => {
|
|
599
|
-
r(!0);
|
|
600
|
-
},
|
|
601
|
-
onAnimationEnd: () => {
|
|
602
|
-
r(!1);
|
|
603
|
-
},
|
|
604
|
-
style: {
|
|
605
|
-
display: "inline-block",
|
|
606
|
-
whiteSpace: "pre",
|
|
607
|
-
// Keeps word gaps tight
|
|
608
|
-
cursor: "default",
|
|
609
|
-
fontWeight: 900,
|
|
610
|
-
padding: "0 1px",
|
|
611
|
-
// Provides just enough room to wobble without overlapping
|
|
612
|
-
color: a ? t : e,
|
|
613
|
-
// Mimic the framer motion: x: [-4, 4, -4, 4, 0] with repeat: 2
|
|
614
|
-
// We defined wobble as one cycle of -4, 4, -4, 4, 0.
|
|
615
|
-
// So we run it twice to match repeat: 2.
|
|
616
|
-
// 0.8s duration per cycle.
|
|
617
|
-
animation: a ? "wobble 0.8s ease-in-out 2" : "none",
|
|
618
|
-
transition: "color 0.2s ease"
|
|
619
|
-
},
|
|
620
|
-
children: s
|
|
621
|
-
}
|
|
622
|
-
);
|
|
623
|
-
}, G = p.forwardRef(({ ...s }, e) => /* @__PURE__ */ o("nav", { ref: e, "aria-label": "breadcrumb", ...s }));
|
|
624
|
-
G.displayName = "Breadcrumb";
|
|
625
|
-
const X = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
626
|
-
"ol",
|
|
627
|
-
{
|
|
628
|
-
ref: t,
|
|
629
|
-
className: m(
|
|
630
|
-
"flex flex-wrap items-center gap-1.5 break-words text-sm text-zinc-500 sm:gap-2.5 dark:text-zinc-400",
|
|
631
|
-
s
|
|
632
|
-
),
|
|
633
|
-
...e
|
|
634
|
-
}
|
|
635
|
-
));
|
|
636
|
-
X.displayName = "BreadcrumbList";
|
|
637
|
-
const W = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
638
|
-
"li",
|
|
639
|
-
{
|
|
640
|
-
ref: t,
|
|
641
|
-
className: m("inline-flex items-center gap-1.5", s),
|
|
642
|
-
...e
|
|
643
|
-
}
|
|
644
|
-
));
|
|
645
|
-
W.displayName = "BreadcrumbItem";
|
|
646
|
-
const U = p.forwardRef(({ asChild: s, className: e, ...t }, a) => /* @__PURE__ */ o(
|
|
647
|
-
s ? O : "a",
|
|
648
|
-
{
|
|
649
|
-
ref: a,
|
|
650
|
-
className: m("transition-colors hover:text-zinc-950 dark:hover:text-zinc-50", e),
|
|
651
|
-
...t
|
|
652
|
-
}
|
|
653
|
-
));
|
|
654
|
-
U.displayName = "BreadcrumbLink";
|
|
655
|
-
const Q = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
656
|
-
"span",
|
|
657
|
-
{
|
|
658
|
-
ref: t,
|
|
659
|
-
role: "link",
|
|
660
|
-
"aria-disabled": "true",
|
|
661
|
-
"aria-current": "page",
|
|
662
|
-
className: m("font-normal text-zinc-950 dark:text-zinc-50", s),
|
|
663
|
-
...e
|
|
664
|
-
}
|
|
665
|
-
));
|
|
666
|
-
Q.displayName = "BreadcrumbPage";
|
|
667
|
-
const q = ({
|
|
668
|
-
children: s,
|
|
669
|
-
className: e,
|
|
670
|
-
...t
|
|
671
|
-
}) => /* @__PURE__ */ o(
|
|
672
|
-
"li",
|
|
673
|
-
{
|
|
674
|
-
role: "presentation",
|
|
675
|
-
"aria-hidden": "true",
|
|
676
|
-
className: m("[&>svg]:size-3.5", e),
|
|
677
|
-
...t,
|
|
678
|
-
children: s ?? /* @__PURE__ */ o(J, {})
|
|
679
|
-
}
|
|
680
|
-
);
|
|
681
|
-
q.displayName = "BreadcrumbSeparator";
|
|
682
|
-
const Y = ({
|
|
683
|
-
className: s,
|
|
684
|
-
...e
|
|
685
|
-
}) => /* @__PURE__ */ w(
|
|
686
|
-
"span",
|
|
687
|
-
{
|
|
688
|
-
role: "presentation",
|
|
689
|
-
"aria-hidden": "true",
|
|
690
|
-
className: m("flex h-9 w-9 items-center justify-center", s),
|
|
691
|
-
...e,
|
|
692
|
-
children: [
|
|
693
|
-
/* @__PURE__ */ o(H, { className: "h-4 w-4" }),
|
|
694
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "More" })
|
|
695
|
-
]
|
|
696
|
-
}
|
|
697
|
-
);
|
|
698
|
-
Y.displayName = "BreadcrumbElipsis";
|
|
699
|
-
const Z = p.forwardRef(
|
|
700
|
-
({ className: s, ...e }, t) => {
|
|
701
|
-
const [a, r] = p.useState(!1);
|
|
702
|
-
return /* @__PURE__ */ w("div", { className: "relative", children: [
|
|
703
|
-
/* @__PURE__ */ o(
|
|
704
|
-
k,
|
|
705
|
-
{
|
|
706
|
-
type: a ? "text" : "password",
|
|
707
|
-
className: m("pr-10", s),
|
|
708
|
-
ref: t,
|
|
709
|
-
...e
|
|
710
|
-
}
|
|
711
|
-
),
|
|
712
|
-
/* @__PURE__ */ w(
|
|
713
|
-
"button",
|
|
714
|
-
{
|
|
715
|
-
type: "button",
|
|
716
|
-
onClick: () => r((n) => !n),
|
|
717
|
-
className: "absolute right-3 top-1/2 -translate-y-1/2 text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-zinc-200 focus:outline-none",
|
|
718
|
-
tabIndex: -1,
|
|
719
|
-
children: [
|
|
720
|
-
a ? /* @__PURE__ */ o(I, { className: "h-4 w-4", "aria-hidden": "true" }) : /* @__PURE__ */ o(B, { className: "h-4 w-4", "aria-hidden": "true" }),
|
|
721
|
-
/* @__PURE__ */ w("span", { className: "sr-only", children: [
|
|
722
|
-
a ? "Hide" : "Show",
|
|
723
|
-
" password"
|
|
724
|
-
] })
|
|
725
|
-
]
|
|
726
|
-
}
|
|
727
|
-
)
|
|
728
|
-
] });
|
|
729
|
-
}
|
|
730
|
-
);
|
|
731
|
-
Z.displayName = "PasswordInput";
|
|
732
|
-
function De({
|
|
733
|
-
className: s,
|
|
734
|
-
...e
|
|
735
|
-
}) {
|
|
736
|
-
return /* @__PURE__ */ o(
|
|
737
|
-
"div",
|
|
738
|
-
{
|
|
739
|
-
className: m("animate-pulse rounded-md bg-zinc-100 dark:bg-zinc-800", s),
|
|
740
|
-
...e
|
|
741
|
-
}
|
|
742
|
-
);
|
|
743
|
-
}
|
|
744
|
-
const ee = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ o(
|
|
745
|
-
"table",
|
|
746
|
-
{
|
|
747
|
-
ref: t,
|
|
748
|
-
className: m("w-full caption-bottom text-sm", s),
|
|
749
|
-
...e
|
|
750
|
-
}
|
|
751
|
-
) }));
|
|
752
|
-
ee.displayName = "Table";
|
|
753
|
-
const te = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o("thead", { ref: t, className: m("[&_tr]:border-b", s), ...e }));
|
|
754
|
-
te.displayName = "TableHeader";
|
|
755
|
-
const ae = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
756
|
-
"tbody",
|
|
757
|
-
{
|
|
758
|
-
ref: t,
|
|
759
|
-
className: m("[&_tr:last-child]:border-0", s),
|
|
760
|
-
...e
|
|
761
|
-
}
|
|
762
|
-
));
|
|
763
|
-
ae.displayName = "TableBody";
|
|
764
|
-
const re = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
765
|
-
"tfoot",
|
|
766
|
-
{
|
|
767
|
-
ref: t,
|
|
768
|
-
className: m(
|
|
769
|
-
"border-t bg-zinc-100/50 font-medium [&>tr]:last:border-b-0 dark:bg-zinc-800/50",
|
|
770
|
-
s
|
|
771
|
-
),
|
|
772
|
-
...e
|
|
773
|
-
}
|
|
774
|
-
));
|
|
775
|
-
re.displayName = "TableFooter";
|
|
776
|
-
const se = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
777
|
-
"tr",
|
|
778
|
-
{
|
|
779
|
-
ref: t,
|
|
780
|
-
className: m(
|
|
781
|
-
"border-b transition-colors hover:bg-zinc-100/50 data-[state=selected]:bg-zinc-100 dark:hover:bg-zinc-800/50 dark:data-[state=selected]:bg-zinc-800",
|
|
782
|
-
s
|
|
783
|
-
),
|
|
784
|
-
...e
|
|
785
|
-
}
|
|
786
|
-
));
|
|
787
|
-
se.displayName = "TableRow";
|
|
788
|
-
const ne = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
789
|
-
"th",
|
|
790
|
-
{
|
|
791
|
-
ref: t,
|
|
792
|
-
className: m(
|
|
793
|
-
"h-12 px-4 text-left align-middle font-medium text-zinc-500 [&:has([role=checkbox])]:pr-0 dark:text-zinc-400",
|
|
794
|
-
s
|
|
795
|
-
),
|
|
796
|
-
...e
|
|
797
|
-
}
|
|
798
|
-
));
|
|
799
|
-
ne.displayName = "TableHead";
|
|
800
|
-
const oe = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
801
|
-
"td",
|
|
802
|
-
{
|
|
803
|
-
ref: t,
|
|
804
|
-
className: m("p-4 align-middle [&:has([role=checkbox])]:pr-0", s),
|
|
805
|
-
...e
|
|
806
|
-
}
|
|
807
|
-
));
|
|
808
|
-
oe.displayName = "TableCell";
|
|
809
|
-
const ie = p.forwardRef(({ className: s, ...e }, t) => /* @__PURE__ */ o(
|
|
810
|
-
"caption",
|
|
811
|
-
{
|
|
812
|
-
ref: t,
|
|
813
|
-
className: m("mt-4 text-sm text-zinc-500 dark:text-zinc-400", s),
|
|
814
|
-
...e
|
|
815
|
-
}
|
|
816
|
-
));
|
|
817
|
-
ie.displayName = "TableCaption";
|
|
818
|
-
const le = p.forwardRef(
|
|
819
|
-
({ className: s, value: e = 0, max: t = 100, ...a }, r) => {
|
|
820
|
-
const n = Math.min(Math.max(e / t * 100, 0), 100);
|
|
821
|
-
return /* @__PURE__ */ o(
|
|
822
|
-
"div",
|
|
823
|
-
{
|
|
824
|
-
ref: r,
|
|
825
|
-
className: m(
|
|
826
|
-
"relative h-4 w-full overflow-hidden rounded-full bg-secondary",
|
|
827
|
-
s
|
|
828
|
-
),
|
|
829
|
-
...a,
|
|
830
|
-
children: /* @__PURE__ */ o(
|
|
831
|
-
"div",
|
|
832
|
-
{
|
|
833
|
-
className: "h-full w-full flex-1 bg-primary transition-all duration-300 ease-in-out",
|
|
834
|
-
style: { transform: `translateX(-${100 - n}%)` }
|
|
835
|
-
}
|
|
836
|
-
)
|
|
837
|
-
}
|
|
838
|
-
);
|
|
839
|
-
}
|
|
840
|
-
);
|
|
841
|
-
le.displayName = "Progress";
|
|
842
|
-
const Me = ({
|
|
843
|
-
isOpen: s,
|
|
844
|
-
onClose: e,
|
|
845
|
-
title: t,
|
|
846
|
-
children: a,
|
|
847
|
-
className: r
|
|
848
|
-
}) => (p.useEffect(() => (s ? document.body.style.overflow = "hidden" : document.body.style.overflow = "", () => {
|
|
849
|
-
document.body.style.overflow = "";
|
|
850
|
-
}), [s]), s ? /* @__PURE__ */ w("div", { className: "fixed inset-0 z-[100] flex items-center justify-center p-4", children: [
|
|
851
|
-
/* @__PURE__ */ o(
|
|
852
|
-
"div",
|
|
853
|
-
{
|
|
854
|
-
className: "absolute inset-0 bg-black/60 backdrop-blur-sm transition-opacity",
|
|
855
|
-
onClick: e
|
|
856
|
-
}
|
|
857
|
-
),
|
|
858
|
-
/* @__PURE__ */ w("div", { className: m(
|
|
859
|
-
"relative bg-card text-card-foreground w-full max-w-lg rounded-2xl shadow-2xl border flex flex-col max-h-[90vh] overflow-hidden animate-in fade-in zoom-in-95 duration-200",
|
|
860
|
-
r
|
|
861
|
-
), children: [
|
|
862
|
-
/* @__PURE__ */ w("div", { className: "flex items-center justify-between p-4 border-b", children: [
|
|
863
|
-
t && /* @__PURE__ */ o("h2", { className: "text-lg font-bold truncate", children: t }),
|
|
864
|
-
/* @__PURE__ */ o(K, { variant: "ghost", size: "icon", onClick: e, className: "h-8 w-8 rounded-full ml-auto", children: /* @__PURE__ */ o(V, { className: "h-4 w-4" }) })
|
|
865
|
-
] }),
|
|
866
|
-
/* @__PURE__ */ o("div", { className: "flex-1 overflow-y-auto custom-scrollbar", children: a })
|
|
867
|
-
] })
|
|
868
|
-
] }) : null);
|
|
869
|
-
export {
|
|
870
|
-
Te as AnimatedText,
|
|
871
|
-
Ba as Avatar,
|
|
872
|
-
Ra as AvatarFallback,
|
|
873
|
-
Pa as AvatarImage,
|
|
874
|
-
_t as Badge,
|
|
875
|
-
_e as BaseCell,
|
|
876
|
-
Ge as BooleanCell,
|
|
877
|
-
Xe as BooleanEditor,
|
|
878
|
-
We as BooleanFilter,
|
|
879
|
-
G as Breadcrumb,
|
|
880
|
-
Y as BreadcrumbEllipsis,
|
|
881
|
-
W as BreadcrumbItem,
|
|
882
|
-
U as BreadcrumbLink,
|
|
883
|
-
X as BreadcrumbList,
|
|
884
|
-
Q as BreadcrumbPage,
|
|
885
|
-
q as BreadcrumbSeparator,
|
|
886
|
-
K as Button,
|
|
887
|
-
Ha as Calendar,
|
|
888
|
-
Gt as Card,
|
|
889
|
-
Xt as CardContent,
|
|
890
|
-
Wt as CardDescription,
|
|
891
|
-
Ut as CardFooter,
|
|
892
|
-
Qt as CardHeader,
|
|
893
|
-
qt as CardTitle,
|
|
894
|
-
$ as Checkbox,
|
|
895
|
-
Ue as Command,
|
|
896
|
-
Qe as CommandEmpty,
|
|
897
|
-
qe as CommandGroup,
|
|
898
|
-
Ye as CommandInput,
|
|
899
|
-
Ze as CommandItem,
|
|
900
|
-
et as CommandList,
|
|
901
|
-
tt as CommandSeparator,
|
|
902
|
-
at as CommandShortcut,
|
|
903
|
-
_a as ContextMenu,
|
|
904
|
-
Ga as ContextMenuCheckboxItem,
|
|
905
|
-
Xa as ContextMenuContent,
|
|
906
|
-
Wa as ContextMenuGroup,
|
|
907
|
-
Ua as ContextMenuItem,
|
|
908
|
-
Qa as ContextMenuLabel,
|
|
909
|
-
qa as ContextMenuPortal,
|
|
910
|
-
Ya as ContextMenuRadioGroup,
|
|
911
|
-
Za as ContextMenuRadioItem,
|
|
912
|
-
er as ContextMenuSeparator,
|
|
913
|
-
tr as ContextMenuShortcut,
|
|
914
|
-
ar as ContextMenuSub,
|
|
915
|
-
rr as ContextMenuSubContent,
|
|
916
|
-
sr as ContextMenuSubTrigger,
|
|
917
|
-
nr as ContextMenuTrigger,
|
|
918
|
-
ir as DateTimePicker,
|
|
919
|
-
dr as DropdownMenu,
|
|
920
|
-
cr as DropdownMenuCheckboxItem,
|
|
921
|
-
ur as DropdownMenuContent,
|
|
922
|
-
mr as DropdownMenuGroup,
|
|
923
|
-
fr as DropdownMenuItem,
|
|
924
|
-
pr as DropdownMenuLabel,
|
|
925
|
-
hr as DropdownMenuPortal,
|
|
926
|
-
wr as DropdownMenuRadioGroup,
|
|
927
|
-
br as DropdownMenuRadioItem,
|
|
928
|
-
gr as DropdownMenuSeparator,
|
|
929
|
-
yr as DropdownMenuShortcut,
|
|
930
|
-
xr as DropdownMenuSub,
|
|
931
|
-
Cr as DropdownMenuSubContent,
|
|
932
|
-
Sr as DropdownMenuSubTrigger,
|
|
933
|
-
vr as DropdownMenuTrigger,
|
|
934
|
-
Bt as EzEventModal,
|
|
935
|
-
Ie as EzHeader,
|
|
936
|
-
Yt as EzKanban,
|
|
937
|
-
Zt as EzKanbanBoard,
|
|
938
|
-
ea as EzKanbanCard,
|
|
939
|
-
ta as EzKanbanCardEditor,
|
|
940
|
-
aa as EzKanbanColumn,
|
|
941
|
-
Be as EzLanguageSwitcher,
|
|
942
|
-
Re as EzLayout,
|
|
943
|
-
kt as EzNotificationDropdown,
|
|
944
|
-
Pe as EzOrganizationSwitcher,
|
|
945
|
-
wa as EzProvider,
|
|
946
|
-
Se as EzResourceSidebar,
|
|
947
|
-
Et as EzScheduler,
|
|
948
|
-
Pt as EzSchedulerQuickAdd,
|
|
949
|
-
Lt as EzSchedulerToolbar,
|
|
950
|
-
ba as EzServiceRegistry,
|
|
951
|
-
$e as EzSidebarFooter,
|
|
952
|
-
Ae as EzSidebarNav,
|
|
953
|
-
je as EzSidebarNavItem,
|
|
954
|
-
pa as EzSignature,
|
|
955
|
-
rt as EzTable,
|
|
956
|
-
vt as EzTableFooter,
|
|
957
|
-
st as EzTablePrimitive,
|
|
958
|
-
Ct as EzTableToolbar,
|
|
959
|
-
Fe as EzThemeColorChanger,
|
|
960
|
-
Oe as EzThemeSwitcher,
|
|
961
|
-
Ht as EzTreeView,
|
|
962
|
-
Ke as EzUserProfile,
|
|
963
|
-
ga as I18nService,
|
|
964
|
-
k as Input,
|
|
965
|
-
Ee as KanbanService,
|
|
966
|
-
A as Label,
|
|
967
|
-
ya as LayoutService,
|
|
968
|
-
Me as Modal,
|
|
969
|
-
La as NotificationPanel,
|
|
970
|
-
xa as NotificationService,
|
|
971
|
-
Z as PasswordInput,
|
|
972
|
-
Nr as Popover,
|
|
973
|
-
Er as PopoverContent,
|
|
974
|
-
zr as PopoverTrigger,
|
|
975
|
-
nt as PrimitiveCell,
|
|
976
|
-
ot as PrimitiveEditor,
|
|
977
|
-
it as PrimitiveFilter,
|
|
978
|
-
le as Progress,
|
|
979
|
-
lt as ProgressCell,
|
|
980
|
-
dt as RadioGroup,
|
|
981
|
-
ct as RadioGroupItem,
|
|
982
|
-
zt as SchedulerService,
|
|
983
|
-
Dr as ScrollArea,
|
|
984
|
-
Mr as ScrollBar,
|
|
985
|
-
ut as SearchableSelect,
|
|
986
|
-
At as Select,
|
|
987
|
-
mt as SelectCell,
|
|
988
|
-
jt as SelectContent,
|
|
989
|
-
ft as SelectEditor,
|
|
990
|
-
pt as SelectFilter,
|
|
991
|
-
Ft as SelectItem,
|
|
992
|
-
Ot as SelectTrigger,
|
|
993
|
-
Kt as SelectValue,
|
|
994
|
-
Ve as SignInForm,
|
|
995
|
-
He as SignUpForm,
|
|
996
|
-
De as Skeleton,
|
|
997
|
-
ht as SparklineCell,
|
|
998
|
-
ra as StatusBadge,
|
|
999
|
-
wt as Switch,
|
|
1000
|
-
ee as Table,
|
|
1001
|
-
ae as TableBody,
|
|
1002
|
-
ie as TableCaption,
|
|
1003
|
-
oe as TableCell,
|
|
1004
|
-
re as TableFooter,
|
|
1005
|
-
ne as TableHead,
|
|
1006
|
-
te as TableHeader,
|
|
1007
|
-
se as TableRow,
|
|
1008
|
-
ve as TableService,
|
|
1009
|
-
sa as Tabs,
|
|
1010
|
-
na as TabsContent,
|
|
1011
|
-
oa as TabsList,
|
|
1012
|
-
ia as TabsTrigger,
|
|
1013
|
-
la as Textarea,
|
|
1014
|
-
Ca as ThemeService,
|
|
1015
|
-
Aa as Tooltip,
|
|
1016
|
-
ja as TooltipContent,
|
|
1017
|
-
Fa as TooltipProvider,
|
|
1018
|
-
Oa as TooltipTrigger,
|
|
1019
|
-
Ne as TreeService,
|
|
1020
|
-
da as badgeVariants,
|
|
1021
|
-
Ka as buttonVariants,
|
|
1022
|
-
bt as calculateColWidth,
|
|
1023
|
-
m as cn,
|
|
1024
|
-
ze as convertToCSV,
|
|
1025
|
-
Sa as formatCurrency,
|
|
1026
|
-
va as formatDate,
|
|
1027
|
-
Na as formatDateTime,
|
|
1028
|
-
Ea as formatNumber,
|
|
1029
|
-
za as formatPercent,
|
|
1030
|
-
ca as useDebounce,
|
|
1031
|
-
gt as useDialogState,
|
|
1032
|
-
ua as useEzKanban,
|
|
1033
|
-
Tt as useEzScheduler,
|
|
1034
|
-
Ta as useEzServiceRegistry,
|
|
1035
|
-
yt as useEzTable,
|
|
1036
|
-
xe as useEzTheme,
|
|
1037
|
-
ma as useI18n,
|
|
1038
|
-
Da as useI18nService,
|
|
1039
|
-
Dt as useMediaQuery,
|
|
1040
|
-
Ma as useNotificationService,
|
|
1041
|
-
Ce as useRowSelectionEvents,
|
|
1042
|
-
F as useThemeService
|
|
1043
|
-
};
|
|
230
|
+
//#endregion
|
|
231
|
+
export { A as EzFlow, E as EzKanban, e as EzLayout, h as EzProvider, S as EzScheduler, o as EzServiceRegistry, O as EzSignature, v as EzTable, C as EzTreeView, k as EzWorkflow, r as I18nService, N as KanbanService, d as LayoutService, m as NotificationService, x as SchedulerService, l as ThemeService, t as cn, F as convertToCSV, c as formatCurrency, g as formatDate, i as formatDateTime, a as formatNumber, f as formatPercent, T as useDebounce, w as useEzKanban, b as useEzScheduler, u as useEzServiceRegistry, _ as useEzTable, P as useEzTheme, D as useI18n, p as useI18nService, y as useMediaQuery, s as useNotificationService, n as useThemeService };
|