dishui 0.0.50 → 0.0.55
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/Button/index.d.ts +2 -0
- package/dist/components/Button/index.js +16 -15
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/EmptyState/index.d.ts +17 -0
- package/dist/components/EmptyState/index.js +28 -0
- package/dist/components/EmptyState/index.js.map +1 -0
- package/dist/components/Modal/index.d.ts +27 -0
- package/dist/components/Modal/index.js +73 -0
- package/dist/components/Modal/index.js.map +1 -0
- package/dist/components/PageHeader/index.d.ts +20 -0
- package/dist/components/PageHeader/index.js +32 -0
- package/dist/components/PageHeader/index.js.map +1 -0
- package/dist/components/StatCard/index.d.ts +22 -0
- package/dist/components/StatCard/index.js +62 -0
- package/dist/components/StatCard/index.js.map +1 -0
- package/dist/components/Tabs/index.d.ts +21 -0
- package/dist/components/Tabs/index.js +25 -0
- package/dist/components/Tabs/index.js.map +1 -0
- package/dist/dishui.css +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +223 -213
- package/dist/utils/i18n.js +50 -0
- package/dist/utils/i18n.js.map +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,16 @@ export { default as Select } from './components/Select';
|
|
|
12
12
|
export type { SelectProps, Option } from './components/Select';
|
|
13
13
|
export { default as Card } from './components/Card';
|
|
14
14
|
export type { CardProps } from './components/Card';
|
|
15
|
+
export { default as PageHeader } from './components/PageHeader';
|
|
16
|
+
export type { PageHeaderProps } from './components/PageHeader';
|
|
17
|
+
export { default as StatCard } from './components/StatCard';
|
|
18
|
+
export type { StatCardProps } from './components/StatCard';
|
|
19
|
+
export { default as EmptyState } from './components/EmptyState';
|
|
20
|
+
export type { EmptyStateProps } from './components/EmptyState';
|
|
21
|
+
export { default as Modal } from './components/Modal';
|
|
22
|
+
export type { ModalProps } from './components/Modal';
|
|
23
|
+
export { default as Tabs } from './components/Tabs';
|
|
24
|
+
export type { TabItem, TabsProps } from './components/Tabs';
|
|
15
25
|
export { default as Layout, Container, Grid, GridItem, Flex, Group, Space } from './components/Layout';
|
|
16
26
|
export type { LayoutCompound, LayoutContainerProps, LayoutGridProps, LayoutGridItemProps, LayoutFlexProps, LayoutGroupProps, LayoutSpaceProps, LayoutGap, LayoutMaxWidth, LayoutAlign, LayoutJustify, GridColumns, GridPlacement, } from './components/Layout';
|
|
17
27
|
export { default as List } from './components/List';
|
package/dist/index.js
CHANGED
|
@@ -3,226 +3,236 @@ import t from "./components/Button/index.js";
|
|
|
3
3
|
import m from "./components/Badge/index.js";
|
|
4
4
|
import p from "./components/Input/index.js";
|
|
5
5
|
import l from "./components/Label/index.js";
|
|
6
|
-
import
|
|
6
|
+
import n from "./components/Checkbox/index.js";
|
|
7
7
|
import u from "./components/Select/index.js";
|
|
8
8
|
import T from "./components/Card/index.js";
|
|
9
|
-
import S
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import K from "./
|
|
19
|
-
import
|
|
20
|
-
import Y from "./layouts/headbar/
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import {
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import Ko from "./
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import Dr from "./components/pro/CodeEditor/
|
|
49
|
-
import
|
|
50
|
-
import hr from "./components/pro/CodeEditor/
|
|
51
|
-
import Ir from "./
|
|
52
|
-
import _r from "./
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import lt from "./components/pro/
|
|
68
|
-
import
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import St from "./components/pro/RichTextEditor/
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import {
|
|
80
|
-
import $t from "./components/pro/Flow/
|
|
81
|
-
import zt from "./components/pro/Flow/
|
|
82
|
-
import Zt from "./components/pro/Flow/panels/
|
|
83
|
-
import
|
|
84
|
-
import te from "./components/pro/Flow/
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import {
|
|
9
|
+
import S from "./components/PageHeader/index.js";
|
|
10
|
+
import b from "./components/StatCard/index.js";
|
|
11
|
+
import P from "./components/EmptyState/index.js";
|
|
12
|
+
import D from "./components/Modal/index.js";
|
|
13
|
+
import F from "./components/Tabs/index.js";
|
|
14
|
+
import h, { Container as A, Flex as I, Grid as x, GridItem as _, Group as L, Space as y } from "./components/Layout/index.js";
|
|
15
|
+
import N from "./components/List/index.js";
|
|
16
|
+
import v from "./components/Table/index.js";
|
|
17
|
+
import { generateSidebarActiveStyles as G, generateTreeActiveStyles as H, themeActiveStyles as U } from "./styles/themeStyles.js";
|
|
18
|
+
import K from "./components/Tree/Tree.js";
|
|
19
|
+
import W from "./layouts/Sidebar.js";
|
|
20
|
+
import Y from "./layouts/headbar/Headbar.js";
|
|
21
|
+
import $ from "./layouts/headbar/HeadbarTitle.js";
|
|
22
|
+
import z from "./layouts/headbar/HeadbarSearch.js";
|
|
23
|
+
import Z from "./layouts/headbar/HeadbarLangSwitcher.js";
|
|
24
|
+
import { getThemes as oo } from "./utils/themes.js";
|
|
25
|
+
import to from "./layouts/headbar/HeadbarThemeSwitcher.js";
|
|
26
|
+
import { DesktopSidebarToggleButton as mo, MobileSidebarToggleButton as io, SidebarToggleButtons as po } from "./components/SidebarToggleButton/index.js";
|
|
27
|
+
import { AppLayoutWrapper as lo, AppProvider as fo, AppShell as no, useAppContext as so, useAuth as uo } from "./contexts/AppContext.js";
|
|
28
|
+
import co from "./hooks/useTableColumns.js";
|
|
29
|
+
import Eo from "./hooks/useTableData.js";
|
|
30
|
+
import { defineExtension as Co } from "./components/pro/DataTable/extension.js";
|
|
31
|
+
import { computePivot as wo } from "./components/pro/DataTable/pivotEngine.js";
|
|
32
|
+
import { PivotView as go } from "./components/pro/DataTable/PivotView.js";
|
|
33
|
+
import { PivotPanel as Oo } from "./components/pro/DataTable/PivotPanel.js";
|
|
34
|
+
import { usePivotExtension as Ao } from "./components/pro/DataTable/pivotExtension.js";
|
|
35
|
+
import { useRowDetailExtension as xo } from "./components/pro/DataTable/rowDetailExtension.js";
|
|
36
|
+
import Lo, { createActionColumn as yo, createColumn as Mo, createComputedColumn as No, createSelectOptions as Ro, createSelectionColumn as vo, dateSort as Bo, defaultFilterFunctions as Go, extractUniqueOptions as Ho, numericSort as Uo, stringSort as ko, treeSort as Ko } from "./data-table.js";
|
|
37
|
+
import Wo from "./components/Chart/Chart.js";
|
|
38
|
+
import Yo from "./components/Demo/index.js";
|
|
39
|
+
import $o from "./components/pro/ArticleControl/ArticleControl2.js";
|
|
40
|
+
import zo from "./components/pro/ArticleContextMenu/index.js";
|
|
41
|
+
import Zo from "./components/Markdown/Markdown.js";
|
|
42
|
+
import { getDefaultSnippets as or, javascriptSnippets as rr, pythonSnippets as tr } from "./components/pro/CodeEditor/langs/snippets.js";
|
|
43
|
+
import { jsJumpableKeywords as mr, jsKeywords as ir } from "./components/pro/CodeEditor/langs/javascript.js";
|
|
44
|
+
import { pyJumpableKeywords as ar, pyKeywords as lr } from "./components/pro/CodeEditor/langs/python.js";
|
|
45
|
+
import { getJumpableKeywords as nr, getLanguageKeywords as sr } from "./components/pro/CodeEditor/langs/index.js";
|
|
46
|
+
import { bracketMatchingStyle as dr, jumpTargetHighlight as Tr, jumpToDefinition as cr, lineHighlightStyle as Sr, smartAutocompletion as Er } from "./components/pro/CodeEditor/extensions/index.js";
|
|
47
|
+
import { createThemeExtension as Cr } from "./components/pro/CodeEditor/themes.js";
|
|
48
|
+
import { collectVariables as wr, generateOutline as Dr } from "./components/pro/CodeEditor/utils.js";
|
|
49
|
+
import { defaultContextMenu as Fr } from "./components/pro/CodeEditor/extensions/contextMenu.js";
|
|
50
|
+
import hr from "./components/pro/CodeEditor/editors/CodeEditor.js";
|
|
51
|
+
import Ir from "./components/pro/CodeEditor/panels/TableOfContentsPanel.js";
|
|
52
|
+
import _r from "./components/pro/CodeEditor/panels/FootnotePanel.js";
|
|
53
|
+
import yr from "./components/pro/CodeEditor/editors/MarkdownEditor.js";
|
|
54
|
+
import Nr from "./components/pro/CodeEditor/panels/OutlinePanel.js";
|
|
55
|
+
import vr from "./components/pro/CodeEditor/panels/VariablePanel.js";
|
|
56
|
+
import Gr from "./layouts/MainLayout.js";
|
|
57
|
+
import Ur from "./layouts/Navbar.js";
|
|
58
|
+
import { ProtectedRoute as Kr } from "./components/ProtectedRoute/index.js";
|
|
59
|
+
import { buildRouter as Wr, createRouterFromConfig as jr } from "./utils/routerBuilder.js";
|
|
60
|
+
import { DropZone as Jr, formatFileSize as $r } from "./components/FileUploader/DropZone.js";
|
|
61
|
+
import { FileItem as zr } from "./components/FileUploader/FileItem.js";
|
|
62
|
+
import { UploadQueue as Zr } from "./components/FileUploader/UploadQueue.js";
|
|
63
|
+
import { FileUploader as ot } from "./components/FileUploader/FileUploader.js";
|
|
64
|
+
import { FileIcon as tt } from "./components/pro/FileExplorer/FileIcon.js";
|
|
65
|
+
import { Breadcrumb as mt } from "./components/pro/FileExplorer/Breadcrumb.js";
|
|
66
|
+
import { Toolbar as pt } from "./components/pro/FileExplorer/Toolbar.js";
|
|
67
|
+
import { ListView as lt } from "./components/pro/FileExplorer/ListView.js";
|
|
68
|
+
import { GridView as nt } from "./components/pro/FileExplorer/GridView.js";
|
|
69
|
+
import { CreateDialog as ut } from "./components/pro/FileExplorer/CreateDialog.js";
|
|
70
|
+
import { FileExplorer as Tt } from "./components/pro/FileExplorer/FileExplorer.js";
|
|
71
|
+
import { defaultLabels as St } from "./components/pro/RichTextEditor/types.js";
|
|
72
|
+
import bt from "./components/pro/RichTextEditor/Toolbar/Toolbar.js";
|
|
73
|
+
import Pt from "./components/pro/RichTextEditor/AIRewrite.js";
|
|
74
|
+
import { MarkdownBlockExtension as Dt } from "./components/pro/RichTextEditor/extensions/MarkdownBlock.js";
|
|
75
|
+
import { CodeBlockExtension as Ft } from "./components/pro/RichTextEditor/extensions/CodeBlockView.js";
|
|
76
|
+
import ht from "./components/pro/RichTextEditor/RichTextEditor.js";
|
|
77
|
+
import { BORDER_STYLE_OPTIONS as It, DASH_DENSITY_OPTIONS as xt, DEFAULT_EDGE_DATA as _t, DEFAULT_NODE_DATA as Lt, EDGE_LINE_STYLE_OPTIONS as yt, EDGE_MARKER_OPTIONS as Mt, EDGE_TYPE_OPTIONS as Nt, GRADIENT_DIRECTION_OPTIONS as Rt, PALETTE_ITEMS as vt, ROOT_CANVAS_ID as Bt, createEmptyDocument as Gt } from "./components/pro/Flow/constants.js";
|
|
78
|
+
import { FlowProvider as Ut, useFlowContext as kt } from "./components/pro/Flow/context/FlowContext.js";
|
|
79
|
+
import { FlowUIProvider as Vt, useFlowUI as Wt } from "./components/pro/Flow/context/FlowUIContext.js";
|
|
80
|
+
import { downloadDataURL as Yt, exportCanvasToPNG as Jt, useFlowImportExport as $t } from "./components/pro/Flow/hooks/useFlowImportExport.js";
|
|
81
|
+
import { useLayoutActions as zt } from "./components/pro/Flow/hooks/useLayoutActions.js";
|
|
82
|
+
import Zt from "./components/pro/Flow/panels/FlowToolbar.js";
|
|
83
|
+
import oe from "./components/pro/Flow/panels/ShapePalette.js";
|
|
84
|
+
import { FLOW_NODE_TYPES as te } from "./components/pro/Flow/types.js";
|
|
85
|
+
import me from "./components/pro/Flow/panels/InspectorPanel.js";
|
|
86
|
+
import pe from "./components/pro/Flow/panels/OutlinePanel.js";
|
|
87
|
+
import le from "./components/pro/Flow/panels/ContextMenu.js";
|
|
88
|
+
import { useClipboard as ne } from "./components/pro/Flow/hooks/useClipboard.js";
|
|
89
|
+
import ue from "./components/pro/Flow/Flow.js";
|
|
90
|
+
import { useNodeMutations as Te } from "./components/pro/Flow/hooks/useNodeMutations.js";
|
|
91
|
+
import { useEdgeMutations as Se } from "./components/pro/Flow/hooks/useEdgeMutations.js";
|
|
92
|
+
import { useLineMutations as be } from "./components/pro/Flow/hooks/useLineMutations.js";
|
|
93
|
+
import { useSelection as Pe } from "./components/pro/Flow/hooks/useSelection.js";
|
|
89
94
|
export {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
Pt as AIRewrite,
|
|
96
|
+
lo as AppLayoutWrapper,
|
|
97
|
+
fo as AppProvider,
|
|
98
|
+
no as AppShell,
|
|
99
|
+
zo as ArticleContextMenu,
|
|
100
|
+
$o as ArticleControl,
|
|
101
|
+
It as BORDER_STYLE_OPTIONS,
|
|
97
102
|
m as Badge,
|
|
98
|
-
|
|
103
|
+
mt as Breadcrumb,
|
|
99
104
|
t as Button,
|
|
100
105
|
T as Card,
|
|
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
|
-
|
|
106
|
+
Wo as Chart,
|
|
107
|
+
n as Checkbox,
|
|
108
|
+
Ft as CodeBlockExtension,
|
|
109
|
+
hr as CodeEditor,
|
|
110
|
+
A as Container,
|
|
111
|
+
ut as CreateDialog,
|
|
112
|
+
xt as DASH_DENSITY_OPTIONS,
|
|
113
|
+
_t as DEFAULT_EDGE_DATA,
|
|
114
|
+
Lt as DEFAULT_NODE_DATA,
|
|
115
|
+
Lo as DataTable,
|
|
116
|
+
Yo as Demo,
|
|
117
|
+
mo as DesktopSidebarToggleButton,
|
|
118
|
+
Jr as DropZone,
|
|
119
|
+
yt as EDGE_LINE_STYLE_OPTIONS,
|
|
120
|
+
Mt as EDGE_MARKER_OPTIONS,
|
|
121
|
+
Nt as EDGE_TYPE_OPTIONS,
|
|
122
|
+
P as EmptyState,
|
|
123
|
+
te as FLOW_NODE_TYPES,
|
|
124
|
+
Tt as FileExplorer,
|
|
125
|
+
pt as FileExplorerToolbar,
|
|
126
|
+
tt as FileIcon,
|
|
127
|
+
ot as FileUploader,
|
|
128
|
+
I as Flex,
|
|
129
|
+
ue as Flow,
|
|
130
|
+
le as FlowContextMenu,
|
|
131
|
+
me as FlowInspectorPanel,
|
|
132
|
+
pe as FlowOutlinePanel,
|
|
133
|
+
Ut as FlowProvider,
|
|
134
|
+
oe as FlowShapePalette,
|
|
135
|
+
Zt as FlowToolbar,
|
|
136
|
+
Vt as FlowUIProvider,
|
|
137
|
+
_r as FootnotePanel,
|
|
138
|
+
Rt as GRADIENT_DIRECTION_OPTIONS,
|
|
139
|
+
x as Grid,
|
|
140
|
+
_ as GridItem,
|
|
141
|
+
nt as GridView,
|
|
142
|
+
L as Group,
|
|
143
|
+
Y as Headbar,
|
|
144
|
+
Z as HeadbarLangSwitcher,
|
|
145
|
+
z as HeadbarSearch,
|
|
146
|
+
to as HeadbarThemeSwitcher,
|
|
147
|
+
$ as HeadbarTitle,
|
|
142
148
|
p as Input,
|
|
143
149
|
l as Label,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
150
|
+
h as Layout,
|
|
151
|
+
N as List,
|
|
152
|
+
lt as ListView,
|
|
153
|
+
Gr as MainLayout,
|
|
154
|
+
Zo as Markdown,
|
|
155
|
+
Dt as MarkdownBlockExtension,
|
|
156
|
+
yr as MarkdownEditor,
|
|
157
|
+
io as MobileSidebarToggleButton,
|
|
158
|
+
D as Modal,
|
|
159
|
+
Ur as Navbar,
|
|
160
|
+
Nr as OutlinePanel,
|
|
161
|
+
vt as PALETTE_ITEMS,
|
|
162
|
+
S as PageHeader,
|
|
163
|
+
Oo as PivotPanel,
|
|
164
|
+
go as PivotView,
|
|
165
|
+
Kr as ProtectedRoute,
|
|
166
|
+
Bt as ROOT_CANVAS_ID,
|
|
167
|
+
ht as RichTextEditor,
|
|
168
|
+
bt as RichTextToolbar,
|
|
161
169
|
u as Select,
|
|
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
|
-
mr as
|
|
202
|
-
ir as
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
170
|
+
W as Sidebar,
|
|
171
|
+
po as SidebarToggleButtons,
|
|
172
|
+
y as Space,
|
|
173
|
+
b as StatCard,
|
|
174
|
+
v as Table,
|
|
175
|
+
Ir as TableOfContentsPanel,
|
|
176
|
+
F as Tabs,
|
|
177
|
+
K as Tree,
|
|
178
|
+
zr as UploadFileItem,
|
|
179
|
+
Zr as UploadQueue,
|
|
180
|
+
vr as VariablePanel,
|
|
181
|
+
dr as bracketMatchingStyle,
|
|
182
|
+
Wr as buildRouter,
|
|
183
|
+
wr as collectVariables,
|
|
184
|
+
wo as computePivot,
|
|
185
|
+
yo as createActionColumn,
|
|
186
|
+
Mo as createColumn,
|
|
187
|
+
No as createComputedColumn,
|
|
188
|
+
Gt as createEmptyDocument,
|
|
189
|
+
jr as createRouterFromConfig,
|
|
190
|
+
Ro as createSelectOptions,
|
|
191
|
+
vo as createSelectionColumn,
|
|
192
|
+
Cr as createThemeExtension,
|
|
193
|
+
Bo as dateSort,
|
|
194
|
+
Fr as defaultContextMenu,
|
|
195
|
+
Go as defaultFilterFunctions,
|
|
196
|
+
Co as defineExtension,
|
|
197
|
+
Yt as downloadDataURL,
|
|
198
|
+
Jt as exportCanvasToPNG,
|
|
199
|
+
Ho as extractUniqueOptions,
|
|
200
|
+
$r as formatFileSize,
|
|
201
|
+
Dr as generateOutline,
|
|
202
|
+
G as generateSidebarActiveStyles,
|
|
203
|
+
H as generateTreeActiveStyles,
|
|
204
|
+
or as getDefaultSnippets,
|
|
205
|
+
nr as getJumpableKeywords,
|
|
206
|
+
sr as getLanguageKeywords,
|
|
207
|
+
oo as getThemes,
|
|
208
|
+
rr as javascriptSnippets,
|
|
209
|
+
mr as jsJumpableKeywords,
|
|
210
|
+
ir as jsKeywords,
|
|
211
|
+
Tr as jumpTargetHighlight,
|
|
212
|
+
cr as jumpToDefinition,
|
|
213
|
+
Sr as lineHighlightStyle,
|
|
214
|
+
Uo as numericSort,
|
|
215
|
+
ar as pyJumpableKeywords,
|
|
216
|
+
lr as pyKeywords,
|
|
217
|
+
tr as pythonSnippets,
|
|
218
|
+
St as richTextDefaultLabels,
|
|
219
|
+
Er as smartAutocompletion,
|
|
220
|
+
ko as stringSort,
|
|
221
|
+
U as themeActiveStyles,
|
|
222
|
+
Ko as treeSort,
|
|
223
|
+
so as useAppContext,
|
|
224
|
+
uo as useAuth,
|
|
225
|
+
Se as useEdgeMutations,
|
|
226
|
+
ne as useFlowClipboard,
|
|
227
|
+
kt as useFlowContext,
|
|
228
|
+
$t as useFlowImportExport,
|
|
229
|
+
Pe as useFlowSelection,
|
|
230
|
+
Wt as useFlowUI,
|
|
231
|
+
zt as useLayoutActions,
|
|
232
|
+
be as useLineMutations,
|
|
233
|
+
Te as useNodeMutations,
|
|
234
|
+
Ao as usePivotExtension,
|
|
235
|
+
xo as useRowDetailExtension,
|
|
236
|
+
co as useTableColumns,
|
|
237
|
+
Eo as useTableData
|
|
228
238
|
};
|
package/dist/utils/i18n.js
CHANGED
|
@@ -50,6 +50,31 @@ var e = {
|
|
|
50
50
|
label: "卡片 Card",
|
|
51
51
|
path: "/components/card"
|
|
52
52
|
},
|
|
53
|
+
pageheader: {
|
|
54
|
+
id: "pageheader",
|
|
55
|
+
label: "页面头部 PageHeader",
|
|
56
|
+
path: "/components/pageheader"
|
|
57
|
+
},
|
|
58
|
+
statcard: {
|
|
59
|
+
id: "statcard",
|
|
60
|
+
label: "统计卡片 StatCard",
|
|
61
|
+
path: "/components/statcard"
|
|
62
|
+
},
|
|
63
|
+
emptystate: {
|
|
64
|
+
id: "emptystate",
|
|
65
|
+
label: "空状态 EmptyState",
|
|
66
|
+
path: "/components/emptystate"
|
|
67
|
+
},
|
|
68
|
+
modal: {
|
|
69
|
+
id: "modal",
|
|
70
|
+
label: "模态框 Modal",
|
|
71
|
+
path: "/components/modal"
|
|
72
|
+
},
|
|
73
|
+
tabs: {
|
|
74
|
+
id: "tabs",
|
|
75
|
+
label: "标签页 Tabs",
|
|
76
|
+
path: "/components/tabs"
|
|
77
|
+
},
|
|
53
78
|
list: {
|
|
54
79
|
id: "list",
|
|
55
80
|
label: "列表 List",
|
|
@@ -314,6 +339,31 @@ var e = {
|
|
|
314
339
|
label: "Card",
|
|
315
340
|
path: "/components/card"
|
|
316
341
|
},
|
|
342
|
+
pageheader: {
|
|
343
|
+
id: "pageheader",
|
|
344
|
+
label: "PageHeader",
|
|
345
|
+
path: "/components/pageheader"
|
|
346
|
+
},
|
|
347
|
+
statcard: {
|
|
348
|
+
id: "statcard",
|
|
349
|
+
label: "StatCard",
|
|
350
|
+
path: "/components/statcard"
|
|
351
|
+
},
|
|
352
|
+
emptystate: {
|
|
353
|
+
id: "emptystate",
|
|
354
|
+
label: "EmptyState",
|
|
355
|
+
path: "/components/emptystate"
|
|
356
|
+
},
|
|
357
|
+
modal: {
|
|
358
|
+
id: "modal",
|
|
359
|
+
label: "Modal",
|
|
360
|
+
path: "/components/modal"
|
|
361
|
+
},
|
|
362
|
+
tabs: {
|
|
363
|
+
id: "tabs",
|
|
364
|
+
label: "Tabs",
|
|
365
|
+
path: "/components/tabs"
|
|
366
|
+
},
|
|
317
367
|
list: {
|
|
318
368
|
id: "list",
|
|
319
369
|
label: "List",
|