@moontra/moonui-pro 2.20.1 → 2.20.3
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/index.d.ts +691 -261
- package/dist/index.mjs +7418 -4934
- package/package.json +11 -5
- package/plugin/index.d.ts +86 -0
- package/plugin/index.js +308 -0
- package/scripts/postbuild.js +27 -0
- package/scripts/postinstall.js +176 -23
- package/src/__tests__/use-intersection-observer.test.tsx +0 -216
- package/src/__tests__/use-local-storage.test.tsx +0 -174
- package/src/__tests__/use-pro-access.test.tsx +0 -183
- package/src/components/advanced-chart/advanced-chart.test.tsx +0 -281
- package/src/components/advanced-chart/index.tsx +0 -1242
- package/src/components/advanced-forms/index.tsx +0 -426
- package/src/components/animated-button/index.tsx +0 -385
- package/src/components/calendar/event-dialog.tsx +0 -372
- package/src/components/calendar/index.tsx +0 -1073
- package/src/components/calendar-pro/index.tsx +0 -1697
- package/src/components/color-picker/index.tsx +0 -432
- package/src/components/credit-card-input/index.tsx +0 -406
- package/src/components/dashboard/dashboard-grid.tsx +0 -462
- package/src/components/dashboard/demo.tsx +0 -425
- package/src/components/dashboard/index.tsx +0 -1046
- package/src/components/dashboard/time-range-picker.tsx +0 -336
- package/src/components/dashboard/types.ts +0 -222
- package/src/components/dashboard/widgets/activity-feed.tsx +0 -344
- package/src/components/dashboard/widgets/chart-widget.tsx +0 -418
- package/src/components/dashboard/widgets/metric-card.tsx +0 -343
- package/src/components/data-table/data-table-bulk-actions.tsx +0 -204
- package/src/components/data-table/data-table-column-toggle.tsx +0 -169
- package/src/components/data-table/data-table-export.ts +0 -156
- package/src/components/data-table/data-table-filter-drawer.tsx +0 -448
- package/src/components/data-table/data-table.test.tsx +0 -187
- package/src/components/data-table/index.tsx +0 -845
- package/src/components/draggable-list/index.tsx +0 -100
- package/src/components/enhanced/badge.tsx +0 -191
- package/src/components/enhanced/button.tsx +0 -362
- package/src/components/enhanced/card.tsx +0 -266
- package/src/components/enhanced/dialog.tsx +0 -246
- package/src/components/enhanced/index.ts +0 -4
- package/src/components/error-boundary/index.tsx +0 -109
- package/src/components/file-upload/file-upload.test.tsx +0 -243
- package/src/components/file-upload/index.tsx +0 -1660
- package/src/components/floating-action-button/index.tsx +0 -206
- package/src/components/form-wizard/form-wizard-context.tsx +0 -307
- package/src/components/form-wizard/form-wizard-navigation.tsx +0 -118
- package/src/components/form-wizard/form-wizard-progress.tsx +0 -298
- package/src/components/form-wizard/form-wizard-step.tsx +0 -111
- package/src/components/form-wizard/index.tsx +0 -102
- package/src/components/form-wizard/types.ts +0 -76
- package/src/components/gesture-drawer/index.tsx +0 -551
- package/src/components/github-stars/github-api.ts +0 -426
- package/src/components/github-stars/hooks.ts +0 -516
- package/src/components/github-stars/index.tsx +0 -375
- package/src/components/github-stars/types.ts +0 -148
- package/src/components/github-stars/variants.tsx +0 -513
- package/src/components/health-check/index.tsx +0 -439
- package/src/components/hover-card-3d/index.tsx +0 -530
- package/src/components/index.ts +0 -128
- package/src/components/internal/index.ts +0 -78
- package/src/components/kanban/add-card-modal.tsx +0 -502
- package/src/components/kanban/card-detail-modal.tsx +0 -761
- package/src/components/kanban/index.ts +0 -13
- package/src/components/kanban/kanban.tsx +0 -1684
- package/src/components/kanban/types.ts +0 -168
- package/src/components/lazy-component/index.tsx +0 -823
- package/src/components/license-error/index.tsx +0 -29
- package/src/components/magnetic-button/index.tsx +0 -167
- package/src/components/memory-efficient-data/index.tsx +0 -1016
- package/src/components/moonui-quiz-form/index.tsx +0 -817
- package/src/components/optimized-image/index.tsx +0 -425
- package/src/components/performance-debugger/index.tsx +0 -589
- package/src/components/performance-monitor/index.tsx +0 -794
- package/src/components/phone-number-input/index.tsx +0 -338
- package/src/components/pinch-zoom/index.tsx +0 -566
- package/src/components/quiz-form/index.tsx +0 -479
- package/src/components/rich-text-editor/index-old-backup.tsx +0 -437
- package/src/components/rich-text-editor/index.tsx +0 -2324
- package/src/components/rich-text-editor/slash-commands-extension.ts +0 -220
- package/src/components/rich-text-editor/slash-commands.css +0 -35
- package/src/components/rich-text-editor/table-styles.css +0 -65
- package/src/components/sidebar/index.tsx +0 -865
- package/src/components/spotlight-card/index.tsx +0 -191
- package/src/components/swipeable-card/index.tsx +0 -100
- package/src/components/timeline/index.tsx +0 -1148
- package/src/components/ui/accordion.tsx +0 -73
- package/src/components/ui/alert-dialog.tsx +0 -141
- package/src/components/ui/alert.tsx +0 -141
- package/src/components/ui/aspect-ratio.tsx +0 -245
- package/src/components/ui/avatar.tsx +0 -153
- package/src/components/ui/badge.tsx +0 -228
- package/src/components/ui/breadcrumb.tsx +0 -214
- package/src/components/ui/button.tsx +0 -222
- package/src/components/ui/calendar.tsx +0 -387
- package/src/components/ui/card.tsx +0 -214
- package/src/components/ui/checkbox.tsx +0 -259
- package/src/components/ui/collapsible.tsx +0 -135
- package/src/components/ui/color-picker.tsx +0 -97
- package/src/components/ui/command.tsx +0 -225
- package/src/components/ui/dialog.tsx +0 -334
- package/src/components/ui/dropdown-menu.tsx +0 -218
- package/src/components/ui/gesture-drawer.tsx +0 -11
- package/src/components/ui/hover-card.tsx +0 -29
- package/src/components/ui/index.ts +0 -190
- package/src/components/ui/input.tsx +0 -222
- package/src/components/ui/label.tsx +0 -29
- package/src/components/ui/lightbox.tsx +0 -606
- package/src/components/ui/magnetic-button.tsx +0 -129
- package/src/components/ui/media-gallery.tsx +0 -612
- package/src/components/ui/pagination.tsx +0 -123
- package/src/components/ui/popover.tsx +0 -185
- package/src/components/ui/progress.tsx +0 -30
- package/src/components/ui/radio-group.tsx +0 -257
- package/src/components/ui/scroll-area.tsx +0 -47
- package/src/components/ui/select.tsx +0 -374
- package/src/components/ui/separator.tsx +0 -145
- package/src/components/ui/sheet.tsx +0 -139
- package/src/components/ui/skeleton.tsx +0 -20
- package/src/components/ui/slider.tsx +0 -354
- package/src/components/ui/spotlight-card.tsx +0 -119
- package/src/components/ui/switch.tsx +0 -86
- package/src/components/ui/table.tsx +0 -329
- package/src/components/ui/tabs.tsx +0 -198
- package/src/components/ui/textarea.tsx +0 -28
- package/src/components/ui/toast.tsx +0 -317
- package/src/components/ui/toggle.tsx +0 -119
- package/src/components/ui/tooltip.tsx +0 -151
- package/src/components/virtual-list/index.tsx +0 -668
- package/src/hooks/use-chart.ts +0 -205
- package/src/hooks/use-data-table.ts +0 -182
- package/src/hooks/use-docs-pro-access.ts +0 -13
- package/src/hooks/use-license-check.ts +0 -65
- package/src/hooks/use-subscription.ts +0 -19
- package/src/hooks/use-toast.ts +0 -15
- package/src/index.ts +0 -14
- package/src/lib/ai-providers.ts +0 -377
- package/src/lib/component-metadata.ts +0 -18
- package/src/lib/micro-interactions.ts +0 -255
- package/src/lib/paddle.ts +0 -17
- package/src/lib/utils.ts +0 -6
- package/src/patterns/login-form/index.tsx +0 -276
- package/src/patterns/login-form/types.ts +0 -67
- package/src/setupTests.ts +0 -41
- package/src/styles/advanced-chart.css +0 -239
- package/src/styles/calendar.css +0 -35
- package/src/styles/design-system.css +0 -363
- package/src/styles/index.css +0 -85
- package/src/styles/tailwind.css +0 -7
- package/src/styles/tokens.css +0 -455
- package/src/types/moonui.d.ts +0 -22
- package/src/types/next-auth.d.ts +0 -21
- package/src/use-intersection-observer.tsx +0 -154
- package/src/use-local-storage.tsx +0 -71
- package/src/use-paddle.ts +0 -138
- package/src/use-performance-optimizer.ts +0 -389
- package/src/use-pro-access.ts +0 -141
- package/src/use-scroll-animation.ts +0 -219
- package/src/use-subscription.ts +0 -37
- package/src/use-toast.ts +0 -32
- package/src/utils/chart-helpers.ts +0 -357
- package/src/utils/cn.ts +0 -6
- package/src/utils/data-processing.ts +0 -151
- package/src/utils/license-validator.tsx +0 -183
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
export interface KanbanAssignee {
|
|
2
|
-
id: string
|
|
3
|
-
name: string
|
|
4
|
-
avatar?: string
|
|
5
|
-
email?: string
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export interface KanbanLabel {
|
|
9
|
-
id: string
|
|
10
|
-
name: string
|
|
11
|
-
color: string
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface KanbanChecklist {
|
|
15
|
-
id: string
|
|
16
|
-
title: string
|
|
17
|
-
items: {
|
|
18
|
-
id: string
|
|
19
|
-
text: string
|
|
20
|
-
completed: boolean
|
|
21
|
-
}[]
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface KanbanActivity {
|
|
25
|
-
id: string
|
|
26
|
-
user: KanbanAssignee
|
|
27
|
-
action: string
|
|
28
|
-
timestamp: Date
|
|
29
|
-
details?: string
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface KanbanCard {
|
|
33
|
-
id: string
|
|
34
|
-
title: string
|
|
35
|
-
description?: string
|
|
36
|
-
coverImage?: string
|
|
37
|
-
assignees?: KanbanAssignee[]
|
|
38
|
-
dueDate?: Date
|
|
39
|
-
startDate?: Date
|
|
40
|
-
priority?: 'low' | 'medium' | 'high' | 'urgent'
|
|
41
|
-
tags?: string[]
|
|
42
|
-
labels?: KanbanLabel[]
|
|
43
|
-
attachments?: {
|
|
44
|
-
id: string
|
|
45
|
-
name: string
|
|
46
|
-
type: string
|
|
47
|
-
url: string
|
|
48
|
-
size: number
|
|
49
|
-
}[]
|
|
50
|
-
comments?: number
|
|
51
|
-
completed?: boolean
|
|
52
|
-
progress?: number
|
|
53
|
-
checklist?: KanbanChecklist
|
|
54
|
-
activities?: KanbanActivity[]
|
|
55
|
-
customFields?: Record<string, any>
|
|
56
|
-
position: number
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export interface KanbanColumn {
|
|
60
|
-
id: string
|
|
61
|
-
title: string
|
|
62
|
-
color?: string
|
|
63
|
-
cards: KanbanCard[]
|
|
64
|
-
limit?: number
|
|
65
|
-
collapsed?: boolean
|
|
66
|
-
locked?: boolean
|
|
67
|
-
template?: 'todo' | 'inProgress' | 'done' | 'custom'
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export interface KanbanFilter {
|
|
71
|
-
id: string
|
|
72
|
-
name: string
|
|
73
|
-
query: string
|
|
74
|
-
assignees?: string[]
|
|
75
|
-
labels?: string[]
|
|
76
|
-
priority?: string[]
|
|
77
|
-
tags?: string[]
|
|
78
|
-
dueDate?: {
|
|
79
|
-
from?: Date
|
|
80
|
-
to?: Date
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export interface KanbanProps {
|
|
85
|
-
columns: KanbanColumn[]
|
|
86
|
-
onCardMove?: (cardId: string, fromColumn: string, toColumn: string, newPosition: number) => void
|
|
87
|
-
onCardClick?: (card: KanbanCard) => void
|
|
88
|
-
onCardEdit?: (card: KanbanCard) => void
|
|
89
|
-
onCardDelete?: (card: KanbanCard) => void
|
|
90
|
-
onCardUpdate?: (card: KanbanCard) => void
|
|
91
|
-
onAddCard?: (columnId: string, card?: Partial<KanbanCard>) => void
|
|
92
|
-
onAddColumn?: (column?: Partial<KanbanColumn>) => void
|
|
93
|
-
onColumnUpdate?: (column: KanbanColumn) => void
|
|
94
|
-
onColumnDelete?: (columnId: string) => void
|
|
95
|
-
onBulkAction?: (action: string, cardIds: string[]) => void
|
|
96
|
-
onExport?: (format: 'json' | 'csv') => void
|
|
97
|
-
className?: string
|
|
98
|
-
showAddColumn?: boolean
|
|
99
|
-
showCardDetails?: boolean
|
|
100
|
-
showFilters?: boolean
|
|
101
|
-
showSearch?: boolean
|
|
102
|
-
enableKeyboardShortcuts?: boolean
|
|
103
|
-
cardTemplates?: Partial<KanbanCard>[]
|
|
104
|
-
columnTemplates?: Partial<KanbanColumn>[]
|
|
105
|
-
filters?: KanbanFilter[]
|
|
106
|
-
defaultFilter?: string
|
|
107
|
-
loading?: boolean
|
|
108
|
-
disabled?: boolean
|
|
109
|
-
labels?: KanbanLabel[]
|
|
110
|
-
users?: KanbanAssignee[]
|
|
111
|
-
|
|
112
|
-
// Card Render Customization
|
|
113
|
-
renderCard?: (card: KanbanCard, column: KanbanColumn, provided: any) => React.ReactNode
|
|
114
|
-
renderCardPreview?: (card: KanbanCard) => React.ReactNode
|
|
115
|
-
renderCardBadge?: (card: KanbanCard) => React.ReactNode
|
|
116
|
-
renderCardActions?: (card: KanbanCard) => React.ReactNode
|
|
117
|
-
cardCompactMode?: boolean
|
|
118
|
-
cardShowCoverImage?: boolean
|
|
119
|
-
cardShowAssignees?: boolean
|
|
120
|
-
cardShowLabels?: boolean
|
|
121
|
-
cardShowProgress?: boolean
|
|
122
|
-
cardDateFormat?: string
|
|
123
|
-
cardMaxAssigneesToShow?: number
|
|
124
|
-
|
|
125
|
-
// Add Card Customization
|
|
126
|
-
renderAddCardButton?: (columnId: string) => React.ReactNode
|
|
127
|
-
renderAddCardForm?: (columnId: string, onAdd: (card: Partial<KanbanCard>) => void, onCancel: () => void) => React.ReactNode
|
|
128
|
-
addCardButtonText?: string | ((columnId: string) => string)
|
|
129
|
-
addCardPosition?: 'top' | 'bottom'
|
|
130
|
-
allowQuickAdd?: boolean
|
|
131
|
-
quickAddFields?: ('title' | 'description' | 'assignee' | 'priority')[]
|
|
132
|
-
validateCard?: (card: Partial<KanbanCard>) => { valid: boolean; errors?: string[] }
|
|
133
|
-
onBeforeCardAdd?: (card: Partial<KanbanCard>) => Partial<KanbanCard> | false
|
|
134
|
-
|
|
135
|
-
// Column Customization
|
|
136
|
-
renderColumnHeader?: (column: KanbanColumn) => React.ReactNode
|
|
137
|
-
renderColumnFooter?: (column: KanbanColumn) => React.ReactNode
|
|
138
|
-
renderEmptyColumn?: (column: KanbanColumn) => React.ReactNode
|
|
139
|
-
columnMenuActions?: Array<{
|
|
140
|
-
label: string
|
|
141
|
-
icon?: React.ReactNode
|
|
142
|
-
action: (column: KanbanColumn) => void
|
|
143
|
-
visible?: (column: KanbanColumn) => boolean
|
|
144
|
-
}>
|
|
145
|
-
allowColumnReorder?: boolean
|
|
146
|
-
columnColorOptions?: string[]
|
|
147
|
-
columnDefaultColor?: string
|
|
148
|
-
|
|
149
|
-
// Drag & Drop Enhancement
|
|
150
|
-
dragDisabled?: boolean | ((card: KanbanCard) => boolean)
|
|
151
|
-
dropDisabled?: boolean | ((column: KanbanColumn) => boolean)
|
|
152
|
-
dragPreview?: 'card' | 'compact' | 'custom'
|
|
153
|
-
renderDragPreview?: (card: KanbanCard) => React.ReactNode
|
|
154
|
-
canDrop?: (card: KanbanCard, targetColumn: KanbanColumn, position: number) => boolean
|
|
155
|
-
onDragStart?: (card: KanbanCard, column: KanbanColumn) => void
|
|
156
|
-
onDragEnd?: (card: KanbanCard, column: KanbanColumn) => void
|
|
157
|
-
|
|
158
|
-
// UI/UX Customization
|
|
159
|
-
theme?: 'default' | 'compact' | 'modern' | 'minimal'
|
|
160
|
-
cardVariant?: 'default' | 'bordered' | 'elevated' | 'flat'
|
|
161
|
-
enableAnimations?: boolean
|
|
162
|
-
animationDuration?: number
|
|
163
|
-
columnWidth?: number | 'auto'
|
|
164
|
-
columnGap?: number
|
|
165
|
-
cardGap?: number
|
|
166
|
-
showTooltips?: boolean
|
|
167
|
-
tooltipDelay?: number
|
|
168
|
-
}
|