@oneflowui/ui 0.5.3 → 0.5.5
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.en.md +3 -1
- package/README.md +3 -1
- package/dist/components/breadcrumb/Breadcrumb.vue.js +2 -2
- package/dist/components/breadcrumb/BreadcrumbItem.vue.js +2 -2
- package/dist/components/table/DataTable.vue.d.ts +12 -0
- package/dist/components/table/DataTable.vue.js +4 -4
- package/dist/components/table/DataTable.vue2.js +438 -416
- package/dist/components/table/TableDataRow.vue.js +1 -1
- package/dist/components/table/TableDataRow.vue2.js +45 -41
- package/dist/components/table/TableGroupRow.vue.js +2 -2
- package/dist/components/table/TableGroupRow.vue2.js +37 -31
- package/dist/components/table/TableHeaderRow.vue.js +1 -1
- package/dist/components/table/TableHeaderRow.vue2.js +31 -24
- package/dist/index.d.ts +0 -1
- package/dist/index.js +195 -198
- package/dist/style.css +1 -1
- package/package.json +5 -1
- package/dist/dev/App.vue.d.ts +0 -2
- package/dist/dev/main.d.ts +0 -0
- package/dist/tests/database-view.integration.spec.d.ts +0 -1
- package/dist/tests/drawer.integration.spec.d.ts +0 -1
- package/dist/tests/fielddef.integration.spec.d.ts +0 -1
- package/dist/tests/gantt.integration.spec.d.ts +0 -1
- package/dist/tests/shallowRef.integration.spec.d.ts +0 -1
- package/dist/tests/table-detail.integration.spec.d.ts +0 -1
- package/dist/tests/three-layer-model.integration.spec.d.ts +0 -1
- package/dist/tests/useStream.integration.spec.d.ts +0 -1
- package/dist/tests/useTypewriter.integration.spec.d.ts +0 -1
- package/dist/tests/useVirtualList.integration.spec.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as o } from "./components/field/FieldMarkdownPreview.vue.js";
|
|
2
2
|
import { default as f } from "./components/ContextMenu/index.vue.js";
|
|
3
3
|
import { buildGalleryItems as s, buildGanttItems as u, buildKanbanColumns as m, dataRecordToTask as d, isFormulaField as p, isSelectField as x, taskToDataRecord as i } from "./types/index.js";
|
|
4
|
-
import { dataRecordToRow as b, fieldsToRow as c, rowToDataRecord as T, rowsToDataRecords as
|
|
4
|
+
import { dataRecordToRow as b, fieldsToRow as c, rowToDataRecord as T, rowsToDataRecords as S, useSupabaseAdapter as w } from "./utils/supabaseAdapter.js";
|
|
5
5
|
import { fetchSchemaFromSupabase as g, humanizeColumnName as B, inferSchema as R } from "./utils/supabaseSchema.js";
|
|
6
6
|
import { useStream as P } from "./composables/useStream.js";
|
|
7
7
|
import { useTypewriter as A } from "./composables/useTypewriter.js";
|
|
@@ -9,11 +9,11 @@ import { useAiChat as M } from "./composables/useAiChat.js";
|
|
|
9
9
|
import { useTableFilter as I } from "./composables/useTableFilter.js";
|
|
10
10
|
import { useTable as G } from "./composables/useTable.js";
|
|
11
11
|
import { useMarkdown as L } from "./composables/useMarkdown.js";
|
|
12
|
-
import { useToast as
|
|
13
|
-
import { useVirtualList as
|
|
12
|
+
import { useToast as E } from "./composables/useToast.js";
|
|
13
|
+
import { useVirtualList as N } from "./composables/useVirtualList.js";
|
|
14
14
|
import { useInlineEdit as _ } from "./composables/useInlineEdit.js";
|
|
15
|
-
import { useColumnResize as
|
|
16
|
-
import { useFixedColumns as
|
|
15
|
+
import { useColumnResize as z } from "./composables/useColumnResize.js";
|
|
16
|
+
import { useFixedColumns as O } from "./composables/useFixedColumns.js";
|
|
17
17
|
import { useKeyboardNavigation as Y } from "./composables/useKeyboardNavigation.js";
|
|
18
18
|
import { useRowDrag as q } from "./composables/useRowDrag.js";
|
|
19
19
|
import { useDraftRows as X } from "./composables/useDraftRows.js";
|
|
@@ -23,193 +23,191 @@ import { useSupabaseProvider as oe } from "./composables/useSupabaseProvider.js"
|
|
|
23
23
|
import { createLocalStorageBackend as fe, createSupabaseBackend as le, useViewPersistence as se } from "./composables/useViewPersistence.js";
|
|
24
24
|
import { useDatabaseView as me } from "./composables/useDatabaseView.js";
|
|
25
25
|
import { useSearch as pe } from "./composables/useSearch.js";
|
|
26
|
-
import {
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as we } from "./components/toast/ToastContainer.vue.js";
|
|
26
|
+
import { default as ie } from "./components/Dashboard/charts/DoughnutChart.vue.js";
|
|
27
|
+
import { default as be } from "./components/toast/ToastContainer.vue.js";
|
|
29
28
|
/* empty css */
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { DEFAULT_PRIORITY_MAP as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
29
|
+
import { default as Te } from "./components/base/Accordion.vue.js";
|
|
30
|
+
import { default as we } from "./components/timeline/ActivityTimeline.vue.js";
|
|
31
|
+
import { default as ge } from "./components/base/AddViewBtn.vue.js";
|
|
32
|
+
import { default as Re } from "./components/ai/AiMessageBubble.vue.js";
|
|
33
|
+
import { default as Pe } from "./components/ai/AiMessageList.vue.js";
|
|
34
|
+
import { default as Ae } from "./components/ai/AiSender.vue.js";
|
|
35
|
+
import { default as Me } from "./components/ai/AiStreamingCursor.vue.js";
|
|
36
|
+
import { default as Ie } from "./components/ai/AiThinking.vue.js";
|
|
37
|
+
import { default as Ge } from "./components/layout/AppLayout.vue.js";
|
|
38
|
+
import { default as Le } from "./components/base/Avatar.vue.js";
|
|
39
|
+
import { default as Ee } from "./components/base/Badge.vue.js";
|
|
40
|
+
import { default as Ne } from "./components/Dashboard/charts/BarChart.vue.js";
|
|
41
|
+
import { default as _e } from "./components/editor/BlockQuote.vue.js";
|
|
42
|
+
import { default as ze } from "./components/breadcrumb/Breadcrumb.vue.js";
|
|
43
|
+
import { default as Oe } from "./components/breadcrumb/BreadcrumbItem.vue.js";
|
|
44
|
+
import { default as Ye } from "./components/base/ButtonGroup.vue.js";
|
|
45
|
+
import { default as qe } from "./components/base/ChainItem.vue.js";
|
|
46
|
+
import { default as Xe } from "./components/editor/CodeBlock.vue.js";
|
|
47
|
+
import { default as $e } from "./components/auxiliary/ColorPanel.vue.js";
|
|
48
|
+
import { default as aa } from "./components/table/ColumnHeaderMenu.vue.js";
|
|
49
|
+
import { default as oa } from "./components/detail/CommentItem.vue.js";
|
|
50
|
+
import { default as fa } from "./components/editor/ContentBlock.vue.js";
|
|
51
|
+
import { DEFAULT_PRIORITY_MAP as sa, DEFAULT_STATUS_MAP as ua, mergeColorMap as ma, resolveBadge as da, useBadge as pa } from "./composables/useBadge.js";
|
|
52
|
+
import { default as ia } from "./components/Dashboard/index.vue.js";
|
|
53
|
+
import { default as ba } from "./components/table/DataTable.vue.js";
|
|
54
|
+
import { default as Ta } from "./components/database/DatabaseView.vue.js";
|
|
55
|
+
import { default as wa } from "./components/base/DescBlock.vue.js";
|
|
56
|
+
import { default as ga } from "./components/detail/DetailLayout.vue.js";
|
|
57
|
+
import { default as Ra } from "./components/overlay/Dialog.vue.js";
|
|
58
|
+
import { default as Pa } from "./components/overlay/Drawer.vue.js";
|
|
59
|
+
import { default as Aa } from "./components/base/DropdownMenu.vue.js";
|
|
60
|
+
import { default as Ma } from "./components/base/EmptyState.vue.js";
|
|
61
|
+
import { default as Ia } from "./components/table/FieldCell.vue.js";
|
|
62
|
+
import { default as Ga } from "./components/table/FieldTypePicker.vue.js";
|
|
63
|
+
import { default as La } from "./components/auxiliary/FileUpload.vue.js";
|
|
64
|
+
import { default as Ea } from "./components/form/FormDesigner.vue.js";
|
|
65
|
+
import { default as Na } from "./components/gallery/GalleryCard.vue.js";
|
|
66
|
+
import { default as _a } from "./components/gallery/GalleryView.vue.js";
|
|
67
|
+
import { default as za } from "./components/timeline/GanttRow.vue.js";
|
|
68
|
+
import { default as Oa } from "./components/timeline/GanttTimeline.vue.js";
|
|
69
|
+
import { default as Ya } from "./components/base/InfoCard.vue.js";
|
|
70
|
+
import { default as qa } from "./components/kanban/KanbanBoard.vue.js";
|
|
71
|
+
import { default as Xa } from "./components/kanban/KanbanCard.vue.js";
|
|
72
|
+
import { default as $a } from "./components/kanban/KanbanColumn.vue.js";
|
|
73
|
+
import { default as ar } from "./components/mermaid/MermaidChart.vue.js";
|
|
74
|
+
import { default as or } from "./components/overlay/Modal.vue.js";
|
|
75
|
+
import { default as fr } from "./components/base/MonitorItem.vue.js";
|
|
76
|
+
import { default as sr } from "./components/layout/Navbar.vue.js";
|
|
77
|
+
import { default as mr } from "./components/table/NewRowBtn.vue.js";
|
|
78
|
+
import { default as pr } from "./components/Dashboard/charts/NumberCard.vue.js";
|
|
79
|
+
import { default as ir } from "./components/auxiliary/PersonPanel.vue.js";
|
|
80
|
+
import { default as br } from "./components/base/PersonaCard.vue.js";
|
|
81
|
+
import { default as Tr } from "./components/Dashboard/charts/PieChart.vue.js";
|
|
82
|
+
import { default as wr } from "./components/base/ProgressBar.vue.js";
|
|
83
|
+
import { default as gr } from "./components/detail/PropPanel.vue.js";
|
|
84
|
+
import { default as Rr } from "./components/detail/PropRow.vue.js";
|
|
85
|
+
import { default as Pr } from "./components/kanban/QuickAddRow.vue.js";
|
|
86
|
+
import { default as Ar } from "./components/base/RangeSlider.vue.js";
|
|
87
|
+
import { default as Mr } from "./components/editor/RefLink.vue.js";
|
|
88
|
+
import { default as Ir } from "./components/base/RefTag.vue.js";
|
|
89
|
+
import { default as Gr } from "./components/editor/RichTextEditor.vue.js";
|
|
90
|
+
import { default as Lr } from "./components/base/SearchHighlight.vue.js";
|
|
91
|
+
import { default as Er } from "./components/base/SectionBlock.vue.js";
|
|
92
|
+
import { default as Nr } from "./components/base/SelectBadge.vue.js";
|
|
93
|
+
import { default as _r } from "./components/overlay/SidePanel.vue.js";
|
|
94
|
+
import { default as zr } from "./components/layout/Sidebar.vue.js";
|
|
95
|
+
import { default as Or } from "./components/split/SplitPane.vue.js";
|
|
96
|
+
import { default as Yr } from "./components/base/StatisticCard.vue.js";
|
|
97
|
+
import { default as qr } from "./components/layout/StatusBar.vue.js";
|
|
98
|
+
import { default as Xr } from "./components/base/StatusIndicator.vue.js";
|
|
99
|
+
import { default as $r } from "./components/base/StatusSummary.vue.js";
|
|
100
|
+
import { default as ao } from "./components/base/Stepper.vue.js";
|
|
101
|
+
import { default as oo } from "./components/base/Switch.vue.js";
|
|
102
|
+
import { default as fo } from "./components/tabs/TabPanel.vue.js";
|
|
103
|
+
import { default as so } from "./components/Dashboard/charts/TableChart.vue.js";
|
|
104
|
+
import { default as mo } from "./components/table/TableColumnManager.vue.js";
|
|
105
|
+
import { default as xo } from "./components/table/TableDataRow.vue.js";
|
|
106
|
+
import { default as no } from "./components/table/TableFilterPanel.vue.js";
|
|
107
|
+
import { default as co } from "./components/table/TableGroupRow.vue.js";
|
|
108
|
+
import { default as So } from "./components/table/TableHeaderRow.vue.js";
|
|
109
|
+
import { default as Co } from "./components/table/TableToolbar.vue.js";
|
|
110
|
+
import { default as Bo } from "./components/tabs/Tabs.vue.js";
|
|
111
|
+
import { default as ho } from "./components/toast/ToastItem.vue.js";
|
|
112
|
+
import { default as Do } from "./components/base/ToolbarBtn.vue.js";
|
|
113
|
+
import { default as ko } from "./components/ai/UserMessageBubble.vue.js";
|
|
114
|
+
import { default as Fo } from "./components/base/ViewModeGroup.vue.js";
|
|
115
|
+
import { default as yo } from "./components/base/ViewSwitcher.vue.js";
|
|
116
|
+
import { default as Vo } from "./components/base/ViewTab.vue.js";
|
|
118
117
|
export {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
118
|
+
Te as Accordion,
|
|
119
|
+
we as ActivityTimeline,
|
|
120
|
+
ge as AddViewBtn,
|
|
121
|
+
Re as AiMessageBubble,
|
|
122
|
+
Pe as AiMessageList,
|
|
123
|
+
Ae as AiSender,
|
|
124
|
+
Me as AiStreamingCursor,
|
|
125
|
+
Ie as AiThinking,
|
|
126
|
+
Ge as AppLayout,
|
|
127
|
+
Le as Avatar,
|
|
128
|
+
Ee as Badge,
|
|
129
|
+
Ne as BarChart,
|
|
130
|
+
_e as BlockQuote,
|
|
131
|
+
ze as Breadcrumb,
|
|
132
|
+
Oe as BreadcrumbItem,
|
|
133
|
+
Ye as ButtonGroup,
|
|
134
|
+
qe as ChainItem,
|
|
135
|
+
Xe as CodeBlock,
|
|
136
|
+
$e as ColorPanel,
|
|
137
|
+
aa as ColumnHeaderMenu,
|
|
138
|
+
oa as CommentItem,
|
|
139
|
+
fa as ContentBlock,
|
|
141
140
|
f as ContextMenu,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
141
|
+
sa as DEFAULT_PRIORITY_MAP,
|
|
142
|
+
ua as DEFAULT_STATUS_MAP,
|
|
143
|
+
ia as Dashboard,
|
|
144
|
+
ba as DataTable,
|
|
145
|
+
Ta as DatabaseView,
|
|
146
|
+
wa as DescBlock,
|
|
147
|
+
ga as DetailLayout,
|
|
148
|
+
Ra as Dialog,
|
|
149
|
+
ie as DoughnutChart,
|
|
150
|
+
Pa as Drawer,
|
|
151
|
+
Aa as DropdownMenu,
|
|
152
|
+
Ma as EmptyState,
|
|
153
|
+
Ia as FieldCell,
|
|
155
154
|
o as FieldMarkdownPreview,
|
|
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
|
-
Er as
|
|
186
|
-
Nr as
|
|
187
|
-
|
|
188
|
-
zr as
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
So as
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
Uo as ViewTab,
|
|
155
|
+
Ga as FieldTypePicker,
|
|
156
|
+
La as FileUpload,
|
|
157
|
+
Ea as FormDesigner,
|
|
158
|
+
Na as GalleryCard,
|
|
159
|
+
_a as GalleryView,
|
|
160
|
+
za as GanttRow,
|
|
161
|
+
Oa as GanttTimeline,
|
|
162
|
+
Ya as InfoCard,
|
|
163
|
+
qa as KanbanBoard,
|
|
164
|
+
Xa as KanbanCard,
|
|
165
|
+
$a as KanbanColumn,
|
|
166
|
+
ar as MermaidChart,
|
|
167
|
+
or as Modal,
|
|
168
|
+
fr as MonitorItem,
|
|
169
|
+
sr as Navbar,
|
|
170
|
+
mr as NewRowBtn,
|
|
171
|
+
pr as NumberCard,
|
|
172
|
+
ir as PersonPanel,
|
|
173
|
+
br as PersonaCard,
|
|
174
|
+
Tr as PieChart,
|
|
175
|
+
wr as ProgressBar,
|
|
176
|
+
gr as PropPanel,
|
|
177
|
+
Rr as PropRow,
|
|
178
|
+
Pr as QuickAddRow,
|
|
179
|
+
Ar as RangeSlider,
|
|
180
|
+
Mr as RefLink,
|
|
181
|
+
Ir as RefTag,
|
|
182
|
+
Gr as RichTextEditor,
|
|
183
|
+
Lr as SearchHighlight,
|
|
184
|
+
Er as SectionBlock,
|
|
185
|
+
Nr as SelectBadge,
|
|
186
|
+
_r as SidePanel,
|
|
187
|
+
zr as Sidebar,
|
|
188
|
+
Or as SplitPane,
|
|
189
|
+
Yr as StatisticCard,
|
|
190
|
+
qr as StatusBar,
|
|
191
|
+
Xr as StatusIndicator,
|
|
192
|
+
$r as StatusSummary,
|
|
193
|
+
ao as Stepper,
|
|
194
|
+
oo as Switch,
|
|
195
|
+
fo as TabPanel,
|
|
196
|
+
so as TableChart,
|
|
197
|
+
mo as TableColumnManager,
|
|
198
|
+
xo as TableDataRow,
|
|
199
|
+
no as TableFilterPanel,
|
|
200
|
+
co as TableGroupRow,
|
|
201
|
+
So as TableHeaderRow,
|
|
202
|
+
Co as TableToolbar,
|
|
203
|
+
Bo as Tabs,
|
|
204
|
+
be as ToastContainer,
|
|
205
|
+
ho as ToastItem,
|
|
206
|
+
Do as ToolbarBtn,
|
|
207
|
+
ko as UserMessageBubble,
|
|
208
|
+
Fo as ViewModeGroup,
|
|
209
|
+
yo as ViewSwitcher,
|
|
210
|
+
Vo as ViewTab,
|
|
213
211
|
s as buildGalleryItems,
|
|
214
212
|
u as buildGanttItems,
|
|
215
213
|
m as buildKanbanColumns,
|
|
@@ -217,24 +215,23 @@ export {
|
|
|
217
215
|
le as createSupabaseBackend,
|
|
218
216
|
b as dataRecordToRow,
|
|
219
217
|
d as dataRecordToTask,
|
|
220
|
-
ne as default,
|
|
221
218
|
g as fetchSchemaFromSupabase,
|
|
222
219
|
c as fieldsToRow,
|
|
223
220
|
B as humanizeColumnName,
|
|
224
221
|
R as inferSchema,
|
|
225
222
|
p as isFormulaField,
|
|
226
223
|
x as isSelectField,
|
|
227
|
-
|
|
228
|
-
|
|
224
|
+
ma as mergeColorMap,
|
|
225
|
+
da as resolveBadge,
|
|
229
226
|
T as rowToDataRecord,
|
|
230
|
-
|
|
227
|
+
S as rowsToDataRecords,
|
|
231
228
|
i as taskToDataRecord,
|
|
232
229
|
M as useAiChat,
|
|
233
|
-
|
|
234
|
-
|
|
230
|
+
pa as useBadge,
|
|
231
|
+
z as useColumnResize,
|
|
235
232
|
me as useDatabaseView,
|
|
236
233
|
X as useDraftRows,
|
|
237
|
-
|
|
234
|
+
O as useFixedColumns,
|
|
238
235
|
_ as useInlineEdit,
|
|
239
236
|
Y as useKeyboardNavigation,
|
|
240
237
|
L as useMarkdown,
|
|
@@ -242,13 +239,13 @@ export {
|
|
|
242
239
|
ae as useSchemaEngine,
|
|
243
240
|
pe as useSearch,
|
|
244
241
|
P as useStream,
|
|
245
|
-
|
|
242
|
+
w as useSupabaseAdapter,
|
|
246
243
|
oe as useSupabaseProvider,
|
|
247
244
|
G as useTable,
|
|
248
245
|
I as useTableFilter,
|
|
249
|
-
|
|
246
|
+
E as useToast,
|
|
250
247
|
A as useTypewriter,
|
|
251
248
|
se as useViewPersistence,
|
|
252
|
-
|
|
249
|
+
N as useVirtualList,
|
|
253
250
|
$ as useWorkerSort
|
|
254
251
|
};
|