@oneflowui/ui 0.5.1 → 0.5.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/components/Dashboard/charts/BarChart.vue.js +2 -2
- package/dist/components/Dashboard/charts/BarChart.vue2.js +11 -8
- package/dist/components/Dashboard/charts/PieChart.vue.js +2 -2
- package/dist/components/Dashboard/charts/PieChart.vue2.js +8 -5
- package/dist/components/Dashboard/index.vue.js +1 -1
- package/dist/components/Dashboard/index.vue2.js +20 -25
- package/dist/components/editor/RichTextEditor.vue2.js +1 -1
- package/dist/components/table/DataTable.vue.js +1 -1
- package/dist/components/table/DataTable.vue2.js +134 -135
- package/dist/components/table/FieldCell.vue.js +2 -2
- package/dist/components/table/FieldCell.vue2.js +16 -15
- package/dist/composables/useMarkdown.js +23 -23
- package/dist/index.d.ts +1 -5
- package/dist/index.js +250 -350
- package/dist/plugin.d.ts +5 -0
- package/dist/plugin.js +197 -0
- package/dist/style.css +1 -1
- package/dist/utils/echarts.d.ts +2 -0
- package/dist/utils/icon.d.ts +0 -5
- package/dist/utils/icon.js +72 -11
- package/package.json +2 -3
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +0 -5
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/bash.js +0 -377
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/css.js +0 -923
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/go.js +0 -151
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/java.js +0 -240
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/javascript.js +0 -658
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/json.js +0 -38
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/markdown.js +0 -216
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/plaintext.js +0 -13
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/python.js +0 -399
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/rust.js +0 -305
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/sql.js +0 -615
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/typescript.js +0 -753
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/xml.js +0 -219
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/yaml.js +0 -183
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +0 -1063
package/dist/plugin.js
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import m from "./components/field/FieldMarkdownPreview.vue.js";
|
|
2
|
+
import t from "./components/ContextMenu/index.vue.js";
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
import i from "./components/base/ViewTab.vue.js";
|
|
6
|
+
import p from "./components/base/ToolbarBtn.vue.js";
|
|
7
|
+
import e from "./components/base/AddViewBtn.vue.js";
|
|
8
|
+
import a from "./components/base/Badge.vue.js";
|
|
9
|
+
import f from "./components/base/RangeSlider.vue.js";
|
|
10
|
+
import n from "./components/base/ProgressBar.vue.js";
|
|
11
|
+
import l from "./components/base/ButtonGroup.vue.js";
|
|
12
|
+
import d from "./components/base/EmptyState.vue.js";
|
|
13
|
+
import s from "./components/base/StatisticCard.vue.js";
|
|
14
|
+
import b from "./components/base/DropdownMenu.vue.js";
|
|
15
|
+
import c from "./components/base/StatusIndicator.vue.js";
|
|
16
|
+
import u from "./components/base/Switch.vue.js";
|
|
17
|
+
import w from "./components/base/Stepper.vue.js";
|
|
18
|
+
import C from "./components/base/Accordion.vue.js";
|
|
19
|
+
import T from "./components/base/Avatar.vue.js";
|
|
20
|
+
import B from "./components/layout/AppLayout.vue.js";
|
|
21
|
+
import S from "./components/layout/Navbar.vue.js";
|
|
22
|
+
import g from "./components/layout/Sidebar.vue.js";
|
|
23
|
+
import P from "./components/layout/StatusBar.vue.js";
|
|
24
|
+
import h from "./components/table/DataTable.vue.js";
|
|
25
|
+
import M from "./components/table/TableHeaderRow.vue.js";
|
|
26
|
+
import A from "./components/table/TableDataRow.vue.js";
|
|
27
|
+
import R from "./components/table/TableGroupRow.vue.js";
|
|
28
|
+
import k from "./components/table/NewRowBtn.vue.js";
|
|
29
|
+
import D from "./components/table/TableFilterPanel.vue.js";
|
|
30
|
+
import y from "./components/table/TableColumnManager.vue.js";
|
|
31
|
+
import I from "./components/table/TableToolbar.vue.js";
|
|
32
|
+
import G from "./components/table/FieldCell.vue.js";
|
|
33
|
+
import F from "./components/table/FieldTypePicker.vue.js";
|
|
34
|
+
import V from "./components/table/ColumnHeaderMenu.vue.js";
|
|
35
|
+
import _ from "./components/kanban/KanbanBoard.vue.js";
|
|
36
|
+
import v from "./components/kanban/KanbanColumn.vue.js";
|
|
37
|
+
import L from "./components/kanban/KanbanCard.vue.js";
|
|
38
|
+
import x from "./components/kanban/QuickAddRow.vue.js";
|
|
39
|
+
import E from "./components/gallery/GalleryView.vue.js";
|
|
40
|
+
import H from "./components/gallery/GalleryCard.vue.js";
|
|
41
|
+
import K from "./components/timeline/ActivityTimeline.vue.js";
|
|
42
|
+
import N from "./components/timeline/GanttTimeline.vue.js";
|
|
43
|
+
import U from "./components/timeline/GanttRow.vue.js";
|
|
44
|
+
import Q from "./components/editor/ContentBlock.vue.js";
|
|
45
|
+
import O from "./components/editor/BlockQuote.vue.js";
|
|
46
|
+
import $ from "./components/editor/CodeBlock.vue.js";
|
|
47
|
+
import j from "./components/editor/RefLink.vue.js";
|
|
48
|
+
import q from "./components/editor/RichTextEditor.vue.js";
|
|
49
|
+
import z from "./components/form/FormDesigner.vue.js";
|
|
50
|
+
import J from "./components/database/DatabaseView.vue.js";
|
|
51
|
+
import W from "./components/auxiliary/ColorPanel.vue.js";
|
|
52
|
+
import X from "./components/auxiliary/PersonPanel.vue.js";
|
|
53
|
+
import Y from "./components/auxiliary/FileUpload.vue.js";
|
|
54
|
+
import Z from "./components/detail/DetailLayout.vue.js";
|
|
55
|
+
import rr from "./components/detail/PropPanel.vue.js";
|
|
56
|
+
import or from "./components/detail/PropRow.vue.js";
|
|
57
|
+
import mr from "./components/detail/CommentItem.vue.js";
|
|
58
|
+
import tr from "./components/Dashboard/index.vue.js";
|
|
59
|
+
import ir from "./components/Dashboard/charts/BarChart.vue.js";
|
|
60
|
+
import pr from "./components/Dashboard/charts/PieChart.vue.js";
|
|
61
|
+
import er from "./components/Dashboard/charts/DoughnutChart.vue.js";
|
|
62
|
+
import ar from "./components/Dashboard/charts/NumberCard.vue.js";
|
|
63
|
+
import fr from "./components/Dashboard/charts/TableChart.vue.js";
|
|
64
|
+
import nr from "./components/ai/AiThinking.vue.js";
|
|
65
|
+
import lr from "./components/ai/AiStreamingCursor.vue.js";
|
|
66
|
+
import dr from "./components/ai/AiMessageBubble.vue.js";
|
|
67
|
+
import sr from "./components/ai/UserMessageBubble.vue.js";
|
|
68
|
+
import br from "./components/ai/AiMessageList.vue.js";
|
|
69
|
+
import cr from "./components/ai/AiSender.vue.js";
|
|
70
|
+
import ur from "./components/overlay/Modal.vue.js";
|
|
71
|
+
import wr from "./components/overlay/Dialog.vue.js";
|
|
72
|
+
import Cr from "./components/overlay/Drawer.vue.js";
|
|
73
|
+
import Tr from "./components/overlay/SidePanel.vue.js";
|
|
74
|
+
import Br from "./components/toast/ToastContainer.vue.js";
|
|
75
|
+
/* empty css */
|
|
76
|
+
import Sr from "./components/toast/ToastItem.vue.js";
|
|
77
|
+
import gr from "./components/tabs/Tabs.vue.js";
|
|
78
|
+
import Pr from "./components/tabs/TabPanel.vue.js";
|
|
79
|
+
import hr from "./components/breadcrumb/Breadcrumb.vue.js";
|
|
80
|
+
import Mr from "./components/breadcrumb/BreadcrumbItem.vue.js";
|
|
81
|
+
import Ar from "./components/mermaid/MermaidChart.vue.js";
|
|
82
|
+
import Rr from "./components/split/SplitPane.vue.js";
|
|
83
|
+
import kr from "./components/base/RefTag.vue.js";
|
|
84
|
+
import Dr from "./components/base/DescBlock.vue.js";
|
|
85
|
+
import yr from "./components/base/ViewModeGroup.vue.js";
|
|
86
|
+
import Ir from "./components/base/ViewSwitcher.vue.js";
|
|
87
|
+
import Gr from "./components/base/SelectBadge.vue.js";
|
|
88
|
+
import Fr from "./components/base/ChainItem.vue.js";
|
|
89
|
+
import Vr from "./components/base/SectionBlock.vue.js";
|
|
90
|
+
import _r from "./components/base/MonitorItem.vue.js";
|
|
91
|
+
import vr from "./components/base/StatusSummary.vue.js";
|
|
92
|
+
import Lr from "./components/base/InfoCard.vue.js";
|
|
93
|
+
import xr from "./components/base/PersonaCard.vue.js";
|
|
94
|
+
import Er from "./components/base/SearchHighlight.vue.js";
|
|
95
|
+
const Hr = [
|
|
96
|
+
i,
|
|
97
|
+
p,
|
|
98
|
+
e,
|
|
99
|
+
a,
|
|
100
|
+
f,
|
|
101
|
+
n,
|
|
102
|
+
l,
|
|
103
|
+
d,
|
|
104
|
+
s,
|
|
105
|
+
b,
|
|
106
|
+
c,
|
|
107
|
+
u,
|
|
108
|
+
w,
|
|
109
|
+
C,
|
|
110
|
+
T,
|
|
111
|
+
B,
|
|
112
|
+
S,
|
|
113
|
+
g,
|
|
114
|
+
P,
|
|
115
|
+
h,
|
|
116
|
+
M,
|
|
117
|
+
A,
|
|
118
|
+
R,
|
|
119
|
+
k,
|
|
120
|
+
D,
|
|
121
|
+
y,
|
|
122
|
+
I,
|
|
123
|
+
G,
|
|
124
|
+
F,
|
|
125
|
+
V,
|
|
126
|
+
m,
|
|
127
|
+
_,
|
|
128
|
+
v,
|
|
129
|
+
L,
|
|
130
|
+
x,
|
|
131
|
+
E,
|
|
132
|
+
H,
|
|
133
|
+
K,
|
|
134
|
+
N,
|
|
135
|
+
U,
|
|
136
|
+
Q,
|
|
137
|
+
O,
|
|
138
|
+
$,
|
|
139
|
+
j,
|
|
140
|
+
q,
|
|
141
|
+
z,
|
|
142
|
+
J,
|
|
143
|
+
W,
|
|
144
|
+
X,
|
|
145
|
+
Y,
|
|
146
|
+
Z,
|
|
147
|
+
rr,
|
|
148
|
+
or,
|
|
149
|
+
mr,
|
|
150
|
+
tr,
|
|
151
|
+
ir,
|
|
152
|
+
pr,
|
|
153
|
+
er,
|
|
154
|
+
ar,
|
|
155
|
+
fr,
|
|
156
|
+
nr,
|
|
157
|
+
lr,
|
|
158
|
+
dr,
|
|
159
|
+
sr,
|
|
160
|
+
br,
|
|
161
|
+
cr,
|
|
162
|
+
ur,
|
|
163
|
+
wr,
|
|
164
|
+
Cr,
|
|
165
|
+
Tr,
|
|
166
|
+
Br,
|
|
167
|
+
Sr,
|
|
168
|
+
gr,
|
|
169
|
+
Pr,
|
|
170
|
+
hr,
|
|
171
|
+
Mr,
|
|
172
|
+
Ar,
|
|
173
|
+
Rr,
|
|
174
|
+
kr,
|
|
175
|
+
Dr,
|
|
176
|
+
yr,
|
|
177
|
+
Ir,
|
|
178
|
+
t,
|
|
179
|
+
Gr,
|
|
180
|
+
Fr,
|
|
181
|
+
Vr,
|
|
182
|
+
_r,
|
|
183
|
+
vr,
|
|
184
|
+
Lr,
|
|
185
|
+
xr,
|
|
186
|
+
Er
|
|
187
|
+
], km = {
|
|
188
|
+
install(o) {
|
|
189
|
+
Hr.forEach((r) => {
|
|
190
|
+
o.component(r.name || r.__name || "", r);
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
};
|
|
194
|
+
export {
|
|
195
|
+
km as OneflowUI,
|
|
196
|
+
km as default
|
|
197
|
+
};
|