@oneflowui/ui 0.4.1 → 0.4.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/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/components/ContextMenu/index.vue.js +7 -0
- package/dist/components/ContextMenu/index.vue2.js +91 -0
- package/dist/components/Dashboard/charts/BarChart.vue.js +7 -0
- package/dist/components/Dashboard/charts/BarChart.vue2.js +43 -0
- package/dist/components/Dashboard/charts/DoughnutChart.vue.js +23 -0
- package/dist/components/Dashboard/charts/DoughnutChart.vue2.js +4 -0
- package/dist/components/Dashboard/charts/NumberCard.vue.js +7 -0
- package/dist/components/Dashboard/charts/NumberCard.vue2.js +41 -0
- package/dist/components/Dashboard/charts/PieChart.vue.js +7 -0
- package/dist/components/Dashboard/charts/PieChart.vue2.js +53 -0
- package/dist/components/Dashboard/charts/TableChart.vue.js +7 -0
- package/dist/components/Dashboard/charts/TableChart.vue2.js +50 -0
- package/dist/components/Dashboard/index.vue.js +7 -0
- package/dist/components/Dashboard/index.vue2.js +104 -0
- package/dist/components/ai/AiMessageBubble.vue.js +7 -0
- package/dist/components/ai/AiMessageBubble.vue2.js +47 -0
- package/dist/components/ai/AiMessageList.vue.js +7 -0
- package/dist/components/ai/AiMessageList.vue2.js +78 -0
- package/dist/components/ai/AiSender.vue.js +7 -0
- package/dist/components/ai/AiSender.vue2.js +86 -0
- package/dist/components/ai/AiStreamingCursor.vue.js +7 -0
- package/dist/components/ai/AiStreamingCursor.vue2.js +16 -0
- package/dist/components/ai/AiThinking.vue.js +7 -0
- package/dist/components/ai/AiThinking.vue2.js +19 -0
- package/dist/components/ai/UserMessageBubble.vue.js +7 -0
- package/dist/components/ai/UserMessageBubble.vue2.js +34 -0
- package/dist/components/auxiliary/ColorPanel.vue.js +7 -0
- package/dist/components/auxiliary/ColorPanel.vue2.js +65 -0
- package/dist/components/auxiliary/FileUpload.vue.js +7 -0
- package/dist/components/auxiliary/FileUpload.vue2.js +90 -0
- package/dist/components/auxiliary/PersonPanel.vue.js +7 -0
- package/dist/components/auxiliary/PersonPanel.vue2.js +66 -0
- package/dist/components/base/Accordion.vue.js +7 -0
- package/dist/components/base/Accordion.vue2.js +78 -0
- package/dist/components/base/AddViewBtn.vue.js +7 -0
- package/dist/components/base/AddViewBtn.vue2.js +25 -0
- package/dist/components/base/Avatar.vue.js +7 -0
- package/dist/components/base/Avatar.vue2.js +72 -0
- package/dist/components/base/Badge.vue.js +7 -0
- package/dist/components/base/Badge.vue2.js +70 -0
- package/dist/components/base/ButtonGroup.vue.js +7 -0
- package/dist/components/base/ButtonGroup.vue2.js +40 -0
- package/dist/components/base/ChainItem.vue.js +7 -0
- package/dist/components/base/ChainItem.vue2.js +68 -0
- package/dist/components/base/DescBlock.vue.js +7 -0
- package/dist/components/base/DescBlock.vue2.js +13 -0
- package/dist/components/base/DropdownMenu.vue.js +7 -0
- package/dist/components/base/DropdownMenu.vue2.js +92 -0
- package/dist/components/base/EmptyState.vue.js +7 -0
- package/dist/components/base/EmptyState.vue2.js +38 -0
- package/dist/components/base/InfoCard.vue.js +7 -0
- package/dist/components/base/InfoCard.vue2.js +167 -0
- package/dist/components/base/MonitorItem.vue.js +7 -0
- package/dist/components/base/MonitorItem.vue2.js +56 -0
- package/dist/components/base/PersonaCard.vue.js +7 -0
- package/dist/components/base/PersonaCard.vue2.js +173 -0
- package/dist/components/base/ProgressBar.vue.js +7 -0
- package/dist/components/base/ProgressBar.vue2.js +49 -0
- package/dist/components/base/RangeSlider.vue.js +7 -0
- package/dist/components/base/RangeSlider.vue2.js +35 -0
- package/dist/components/base/RefTag.vue.js +7 -0
- package/dist/components/base/RefTag.vue2.js +52 -0
- package/dist/components/base/SectionBlock.vue.js +7 -0
- package/dist/components/base/SectionBlock.vue2.js +115 -0
- package/dist/components/base/SelectBadge.vue.js +7 -0
- package/dist/components/base/SelectBadge.vue2.js +81 -0
- package/dist/components/base/StatisticCard.vue.js +7 -0
- package/dist/components/base/StatisticCard.vue2.js +57 -0
- package/dist/components/base/StatusIndicator.vue.js +7 -0
- package/dist/components/base/StatusIndicator.vue2.js +54 -0
- package/dist/components/base/StatusSummary.vue.js +7 -0
- package/dist/components/base/StatusSummary.vue2.js +64 -0
- package/dist/components/base/Stepper.vue.js +7 -0
- package/dist/components/base/Stepper.vue2.js +70 -0
- package/dist/components/base/Switch.vue.js +7 -0
- package/dist/components/base/Switch.vue2.js +43 -0
- package/dist/components/base/ToolbarBtn.vue.js +7 -0
- package/dist/components/base/ToolbarBtn.vue2.js +30 -0
- package/dist/components/base/ViewModeGroup.vue.js +7 -0
- package/dist/components/base/ViewModeGroup.vue2.js +32 -0
- package/dist/components/base/ViewSwitcher.vue.js +7 -0
- package/dist/components/base/ViewSwitcher.vue2.js +73 -0
- package/dist/components/base/ViewTab.vue.js +7 -0
- package/dist/components/base/ViewTab.vue2.js +42 -0
- package/dist/components/breadcrumb/Breadcrumb.vue.js +7 -0
- package/dist/components/breadcrumb/Breadcrumb.vue2.js +52 -0
- package/dist/components/breadcrumb/BreadcrumbItem.vue.js +7 -0
- package/dist/components/breadcrumb/BreadcrumbItem.vue2.js +35 -0
- package/dist/components/detail/CommentItem.vue.js +7 -0
- package/dist/components/detail/CommentItem.vue2.js +29 -0
- package/dist/components/detail/DetailLayout.vue.js +7 -0
- package/dist/components/detail/DetailLayout.vue2.js +118 -0
- package/dist/components/detail/PropPanel.vue.js +7 -0
- package/dist/components/detail/PropPanel.vue2.js +51 -0
- package/dist/components/detail/PropRow.vue.js +7 -0
- package/dist/components/detail/PropRow.vue2.js +51 -0
- package/dist/components/editor/BlockQuote.vue.js +7 -0
- package/dist/components/editor/BlockQuote.vue2.js +45 -0
- package/dist/components/editor/CodeBlock.vue.js +7 -0
- package/dist/components/editor/CodeBlock.vue2.js +48 -0
- package/dist/components/editor/ContentBlock.vue.js +7 -0
- package/dist/components/editor/ContentBlock.vue2.js +49 -0
- package/dist/components/editor/RefLink.vue.js +7 -0
- package/dist/components/editor/RefLink.vue2.js +37 -0
- package/dist/components/editor/RichTextEditor.vue.js +7 -0
- package/dist/components/editor/RichTextEditor.vue2.js +132 -0
- package/dist/components/field/FieldCheckbox.vue.js +7 -0
- package/dist/{FieldCheckbox-CV3QtQ4Y.js → components/field/FieldCheckbox.vue2.js} +8 -9
- package/dist/components/field/FieldDate.vue.js +7 -0
- package/dist/{FieldDate-Bljx4jb7.js → components/field/FieldDate.vue2.js} +9 -10
- package/dist/components/field/FieldDatetime.vue.js +7 -0
- package/dist/{FieldDatetime-B52GfWrK.js → components/field/FieldDatetime.vue2.js} +11 -12
- package/dist/components/field/FieldEmail.vue.js +7 -0
- package/dist/{FieldEmail-UREMoue-.js → components/field/FieldEmail.vue2.js} +12 -13
- package/dist/components/field/FieldMultiSelect.vue.js +7 -0
- package/dist/{FieldMultiSelect-Dlay1Fop.js → components/field/FieldMultiSelect.vue2.js} +32 -33
- package/dist/components/field/FieldNumber.vue.js +7 -0
- package/dist/{FieldNumber-BjhfFhs6.js → components/field/FieldNumber.vue2.js} +8 -9
- package/dist/components/field/FieldRating.vue.js +7 -0
- package/dist/components/field/FieldRating.vue2.js +31 -0
- package/dist/components/field/FieldSelect.vue.js +7 -0
- package/dist/{FieldSelect-B39Ad8VH.js → components/field/FieldSelect.vue2.js} +34 -35
- package/dist/components/field/FieldText.vue.js +7 -0
- package/dist/{FieldText-Ry7f72Ug.js → components/field/FieldText.vue2.js} +13 -14
- package/dist/components/field/FieldUrl.vue.js +7 -0
- package/dist/components/field/FieldUrl.vue2.js +33 -0
- package/dist/components/form/FormDesigner.vue.js +7 -0
- package/dist/components/form/FormDesigner.vue2.js +245 -0
- package/dist/components/gallery/GalleryCard.vue.js +7 -0
- package/dist/components/gallery/GalleryCard.vue2.js +87 -0
- package/dist/components/gallery/GalleryView.vue.js +7 -0
- package/dist/components/gallery/GalleryView.vue2.js +48 -0
- package/dist/components/kanban/KanbanBoard.vue.js +7 -0
- package/dist/components/kanban/KanbanBoard.vue2.js +86 -0
- package/dist/components/kanban/KanbanCard.vue.js +7 -0
- package/dist/components/kanban/KanbanCard.vue2.js +56 -0
- package/dist/components/kanban/KanbanColumn.vue.js +7 -0
- package/dist/components/kanban/KanbanColumn.vue2.js +103 -0
- package/dist/components/kanban/QuickAddRow.vue.js +7 -0
- package/dist/components/kanban/QuickAddRow.vue2.js +58 -0
- package/dist/components/layout/AppLayout.vue.js +7 -0
- package/dist/components/layout/AppLayout.vue2.js +98 -0
- package/dist/components/layout/Navbar.vue.js +7 -0
- package/dist/components/layout/Navbar.vue2.js +70 -0
- package/dist/components/layout/Sidebar.vue.js +7 -0
- package/dist/components/layout/Sidebar.vue2.js +88 -0
- package/dist/components/layout/StatusBar.vue.js +7 -0
- package/dist/components/layout/StatusBar.vue2.js +37 -0
- package/dist/components/mermaid/MermaidChart.vue.js +7 -0
- package/dist/components/mermaid/MermaidChart.vue2.js +75 -0
- package/dist/components/overlay/Dialog.vue.js +7 -0
- package/dist/components/overlay/Dialog.vue2.js +89 -0
- package/dist/components/overlay/Drawer.vue.js +7 -0
- package/dist/components/overlay/Drawer.vue2.js +112 -0
- package/dist/components/overlay/Modal.vue.js +7 -0
- package/dist/components/overlay/Modal.vue2.js +115 -0
- package/dist/components/overlay/SidePanel.vue.js +7 -0
- package/dist/components/overlay/SidePanel.vue2.js +137 -0
- package/dist/components/split/SplitPane.vue.js +8 -0
- package/dist/components/split/SplitPane.vue2.js +68 -0
- package/dist/components/table/DataTable.vue.js +7 -0
- package/dist/components/table/DataTable.vue2.js +234 -0
- package/dist/components/table/FieldCell.vue.js +7 -0
- package/dist/components/table/FieldCell.vue2.js +71 -0
- package/dist/components/table/NewRowBtn.vue.js +7 -0
- package/dist/components/table/NewRowBtn.vue2.js +22 -0
- package/dist/components/table/TableColumnManager.vue.js +7 -0
- package/dist/components/table/TableColumnManager.vue2.js +100 -0
- package/dist/components/table/TableDataRow.vue.js +7 -0
- package/dist/components/table/TableDataRow.vue2.js +115 -0
- package/dist/components/table/TableFilterPanel.vue.js +7 -0
- package/dist/components/table/TableFilterPanel.vue2.js +142 -0
- package/dist/components/table/TableGroupRow.vue.js +7 -0
- package/dist/components/table/TableGroupRow.vue2.js +48 -0
- package/dist/components/table/TableHeaderRow.vue.js +7 -0
- package/dist/components/table/TableHeaderRow.vue2.js +69 -0
- package/dist/components/tabs/TabPanel.vue.js +7 -0
- package/dist/components/tabs/TabPanel.vue2.js +26 -0
- package/dist/components/tabs/Tabs.vue.js +7 -0
- package/dist/components/tabs/Tabs.vue2.js +87 -0
- package/dist/components/timeline/ActivityTimeline.vue.js +7 -0
- package/dist/components/timeline/ActivityTimeline.vue2.js +104 -0
- package/dist/components/timeline/GanttRow.vue.js +7 -0
- package/dist/components/timeline/GanttRow.vue2.js +110 -0
- package/dist/components/timeline/GanttTimeline.vue.js +7 -0
- package/dist/components/timeline/GanttTimeline.vue2.js +185 -0
- package/dist/components/toast/ToastContainer.vue.js +34 -0
- package/dist/components/toast/ToastContainer.vue3.js +5 -0
- package/dist/components/toast/ToastItem.vue.js +7 -0
- package/dist/components/toast/ToastItem.vue2.js +78 -0
- package/dist/composables/useAiChat.js +103 -0
- package/dist/composables/useBadge.js +76 -0
- package/dist/composables/useBreakpoint.js +16 -0
- package/dist/composables/useInlineEdit.js +28 -0
- package/dist/composables/useMarkdown.js +69 -0
- package/dist/composables/useStream.js +80 -0
- package/dist/composables/useTable.js +115 -0
- package/dist/composables/useTableColumns.js +24 -0
- package/dist/composables/useTableData.js +16 -0
- package/dist/composables/useTableFilter.js +97 -0
- package/dist/composables/useTableGroup.js +46 -0
- package/dist/composables/useToast.js +38 -0
- package/dist/composables/useTypewriter.js +56 -0
- package/dist/composables/useVirtualList.js +117 -0
- package/dist/constants/table.js +11 -0
- package/dist/index.js +301 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +5 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/bash.js +377 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/css.js +923 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/go.js +151 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/java.js +240 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/javascript.js +658 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/json.js +38 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/markdown.js +216 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/plaintext.js +13 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/python.js +399 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/rust.js +305 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/sql.js +615 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/typescript.js +753 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/xml.js +219 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/yaml.js +183 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +1063 -0
- package/dist/style.css +1 -1
- package/dist/types/index.js +77 -0
- package/dist/utils/icon.js +15 -0
- package/package.json +13 -6
- package/dist/FieldRating-BKHUu-A1.js +0 -32
- package/dist/FieldUrl-bv0EB9sh.js +0 -34
- package/dist/index-DQph5iTq.js +0 -12936
- package/dist/oneflow-ui.js +0 -111
- package/dist/oneflow-ui.umd.cjs +0 -13
package/dist/index.js
ADDED
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
import a from "./components/ContextMenu/index.vue.js";
|
|
2
|
+
import { buildGalleryItems as Ba, buildKanbanColumns as Sa, dataRecordToTask as wa, isFormulaField as ga, isSelectField as Pa, taskToDataRecord as Aa } from "./types/index.js";
|
|
3
|
+
import { useStream as ha } from "./composables/useStream.js";
|
|
4
|
+
import { useTypewriter as Da } from "./composables/useTypewriter.js";
|
|
5
|
+
import { useAiChat as Ia } from "./composables/useAiChat.js";
|
|
6
|
+
import { useTableFilter as xa } from "./composables/useTableFilter.js";
|
|
7
|
+
import { useTable as Fa } from "./composables/useTable.js";
|
|
8
|
+
import { useMarkdown as Va } from "./composables/useMarkdown.js";
|
|
9
|
+
import { useToast as Ea } from "./composables/useToast.js";
|
|
10
|
+
import { useVirtualList as va } from "./composables/useVirtualList.js";
|
|
11
|
+
import { useInlineEdit as Na } from "./composables/useInlineEdit.js";
|
|
12
|
+
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
import t from "./components/base/ViewTab.vue.js";
|
|
15
|
+
import m from "./components/base/ToolbarBtn.vue.js";
|
|
16
|
+
import e from "./components/base/AddViewBtn.vue.js";
|
|
17
|
+
import i from "./components/base/Badge.vue.js";
|
|
18
|
+
import s from "./components/base/RangeSlider.vue.js";
|
|
19
|
+
import p from "./components/base/ProgressBar.vue.js";
|
|
20
|
+
import f from "./components/base/ButtonGroup.vue.js";
|
|
21
|
+
import n from "./components/base/EmptyState.vue.js";
|
|
22
|
+
import l from "./components/base/StatisticCard.vue.js";
|
|
23
|
+
import d from "./components/base/DropdownMenu.vue.js";
|
|
24
|
+
import u from "./components/base/StatusIndicator.vue.js";
|
|
25
|
+
import b from "./components/base/Switch.vue.js";
|
|
26
|
+
import T from "./components/base/Stepper.vue.js";
|
|
27
|
+
import c from "./components/base/Accordion.vue.js";
|
|
28
|
+
import C from "./components/base/Avatar.vue.js";
|
|
29
|
+
import B from "./components/layout/AppLayout.vue.js";
|
|
30
|
+
import S from "./components/layout/Navbar.vue.js";
|
|
31
|
+
import w from "./components/layout/Sidebar.vue.js";
|
|
32
|
+
import g from "./components/layout/StatusBar.vue.js";
|
|
33
|
+
import P from "./components/table/DataTable.vue.js";
|
|
34
|
+
import A from "./components/table/TableHeaderRow.vue.js";
|
|
35
|
+
import R from "./components/table/TableDataRow.vue.js";
|
|
36
|
+
import h from "./components/table/TableGroupRow.vue.js";
|
|
37
|
+
import M from "./components/table/NewRowBtn.vue.js";
|
|
38
|
+
import D from "./components/table/TableFilterPanel.vue.js";
|
|
39
|
+
import k from "./components/table/TableColumnManager.vue.js";
|
|
40
|
+
import I from "./components/table/FieldCell.vue.js";
|
|
41
|
+
import y from "./components/kanban/KanbanBoard.vue.js";
|
|
42
|
+
import x from "./components/kanban/KanbanColumn.vue.js";
|
|
43
|
+
import G from "./components/kanban/KanbanCard.vue.js";
|
|
44
|
+
import F from "./components/kanban/QuickAddRow.vue.js";
|
|
45
|
+
import L from "./components/gallery/GalleryView.vue.js";
|
|
46
|
+
import V from "./components/gallery/GalleryCard.vue.js";
|
|
47
|
+
import _ from "./components/timeline/ActivityTimeline.vue.js";
|
|
48
|
+
import E from "./components/timeline/GanttTimeline.vue.js";
|
|
49
|
+
import U from "./components/timeline/GanttRow.vue.js";
|
|
50
|
+
import v from "./components/editor/ContentBlock.vue.js";
|
|
51
|
+
import K from "./components/editor/BlockQuote.vue.js";
|
|
52
|
+
import N from "./components/editor/CodeBlock.vue.js";
|
|
53
|
+
import Q from "./components/editor/RefLink.vue.js";
|
|
54
|
+
import H from "./components/editor/RichTextEditor.vue.js";
|
|
55
|
+
import O from "./components/form/FormDesigner.vue.js";
|
|
56
|
+
import Y from "./components/auxiliary/ColorPanel.vue.js";
|
|
57
|
+
import $ from "./components/auxiliary/PersonPanel.vue.js";
|
|
58
|
+
import j from "./components/auxiliary/FileUpload.vue.js";
|
|
59
|
+
import q from "./components/detail/DetailLayout.vue.js";
|
|
60
|
+
import z from "./components/detail/PropPanel.vue.js";
|
|
61
|
+
import J from "./components/detail/PropRow.vue.js";
|
|
62
|
+
import W from "./components/detail/CommentItem.vue.js";
|
|
63
|
+
import X from "./components/Dashboard/index.vue.js";
|
|
64
|
+
import Z from "./components/Dashboard/charts/BarChart.vue.js";
|
|
65
|
+
import rr from "./components/Dashboard/charts/PieChart.vue.js";
|
|
66
|
+
import or from "./components/Dashboard/charts/DoughnutChart.vue.js";
|
|
67
|
+
import ar from "./components/Dashboard/charts/NumberCard.vue.js";
|
|
68
|
+
import tr from "./components/Dashboard/charts/TableChart.vue.js";
|
|
69
|
+
import mr from "./components/ai/AiThinking.vue.js";
|
|
70
|
+
import er from "./components/ai/AiStreamingCursor.vue.js";
|
|
71
|
+
import ir from "./components/ai/AiMessageBubble.vue.js";
|
|
72
|
+
import sr from "./components/ai/UserMessageBubble.vue.js";
|
|
73
|
+
import pr from "./components/ai/AiMessageList.vue.js";
|
|
74
|
+
import fr from "./components/ai/AiSender.vue.js";
|
|
75
|
+
import nr from "./components/overlay/Modal.vue.js";
|
|
76
|
+
import lr from "./components/overlay/Dialog.vue.js";
|
|
77
|
+
import dr from "./components/overlay/Drawer.vue.js";
|
|
78
|
+
import ur from "./components/overlay/SidePanel.vue.js";
|
|
79
|
+
import br from "./components/toast/ToastContainer.vue.js";
|
|
80
|
+
/* empty css */
|
|
81
|
+
import Tr from "./components/toast/ToastItem.vue.js";
|
|
82
|
+
import cr from "./components/tabs/Tabs.vue.js";
|
|
83
|
+
import Cr from "./components/tabs/TabPanel.vue.js";
|
|
84
|
+
import Br from "./components/breadcrumb/Breadcrumb.vue.js";
|
|
85
|
+
import Sr from "./components/breadcrumb/BreadcrumbItem.vue.js";
|
|
86
|
+
import wr from "./components/mermaid/MermaidChart.vue.js";
|
|
87
|
+
import gr from "./components/split/SplitPane.vue.js";
|
|
88
|
+
import Pr from "./components/base/RefTag.vue.js";
|
|
89
|
+
import Ar from "./components/base/DescBlock.vue.js";
|
|
90
|
+
import Rr from "./components/base/ViewModeGroup.vue.js";
|
|
91
|
+
import hr from "./components/base/ViewSwitcher.vue.js";
|
|
92
|
+
import Mr from "./components/base/SelectBadge.vue.js";
|
|
93
|
+
import Dr from "./components/base/ChainItem.vue.js";
|
|
94
|
+
import kr from "./components/base/SectionBlock.vue.js";
|
|
95
|
+
import Ir from "./components/base/MonitorItem.vue.js";
|
|
96
|
+
import yr from "./components/base/StatusSummary.vue.js";
|
|
97
|
+
import xr from "./components/base/InfoCard.vue.js";
|
|
98
|
+
import Gr from "./components/base/PersonaCard.vue.js";
|
|
99
|
+
import { DEFAULT_PRIORITY_MAP as Ha, DEFAULT_STATUS_MAP as Oa, mergeColorMap as Ya, resolveBadge as $a, useBadge as ja } from "./composables/useBadge.js";
|
|
100
|
+
const Fr = [
|
|
101
|
+
t,
|
|
102
|
+
m,
|
|
103
|
+
e,
|
|
104
|
+
i,
|
|
105
|
+
s,
|
|
106
|
+
p,
|
|
107
|
+
f,
|
|
108
|
+
n,
|
|
109
|
+
l,
|
|
110
|
+
d,
|
|
111
|
+
u,
|
|
112
|
+
b,
|
|
113
|
+
T,
|
|
114
|
+
c,
|
|
115
|
+
C,
|
|
116
|
+
B,
|
|
117
|
+
S,
|
|
118
|
+
w,
|
|
119
|
+
g,
|
|
120
|
+
P,
|
|
121
|
+
A,
|
|
122
|
+
R,
|
|
123
|
+
h,
|
|
124
|
+
M,
|
|
125
|
+
D,
|
|
126
|
+
k,
|
|
127
|
+
I,
|
|
128
|
+
y,
|
|
129
|
+
x,
|
|
130
|
+
G,
|
|
131
|
+
F,
|
|
132
|
+
L,
|
|
133
|
+
V,
|
|
134
|
+
_,
|
|
135
|
+
E,
|
|
136
|
+
U,
|
|
137
|
+
v,
|
|
138
|
+
K,
|
|
139
|
+
N,
|
|
140
|
+
Q,
|
|
141
|
+
H,
|
|
142
|
+
O,
|
|
143
|
+
Y,
|
|
144
|
+
$,
|
|
145
|
+
j,
|
|
146
|
+
q,
|
|
147
|
+
z,
|
|
148
|
+
J,
|
|
149
|
+
W,
|
|
150
|
+
X,
|
|
151
|
+
Z,
|
|
152
|
+
rr,
|
|
153
|
+
or,
|
|
154
|
+
ar,
|
|
155
|
+
tr,
|
|
156
|
+
mr,
|
|
157
|
+
er,
|
|
158
|
+
ir,
|
|
159
|
+
sr,
|
|
160
|
+
pr,
|
|
161
|
+
fr,
|
|
162
|
+
nr,
|
|
163
|
+
lr,
|
|
164
|
+
dr,
|
|
165
|
+
ur,
|
|
166
|
+
br,
|
|
167
|
+
Tr,
|
|
168
|
+
cr,
|
|
169
|
+
Cr,
|
|
170
|
+
Br,
|
|
171
|
+
Sr,
|
|
172
|
+
wr,
|
|
173
|
+
gr,
|
|
174
|
+
Pr,
|
|
175
|
+
Ar,
|
|
176
|
+
Rr,
|
|
177
|
+
hr,
|
|
178
|
+
a,
|
|
179
|
+
Mr,
|
|
180
|
+
Dr,
|
|
181
|
+
kr,
|
|
182
|
+
Ir,
|
|
183
|
+
yr,
|
|
184
|
+
xr,
|
|
185
|
+
Gr
|
|
186
|
+
], Ta = {
|
|
187
|
+
install(o) {
|
|
188
|
+
Fr.forEach((r) => {
|
|
189
|
+
o.component(r.name || r.__name || "", r);
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
export {
|
|
194
|
+
c as Accordion,
|
|
195
|
+
_ as ActivityTimeline,
|
|
196
|
+
e as AddViewBtn,
|
|
197
|
+
ir as AiMessageBubble,
|
|
198
|
+
pr as AiMessageList,
|
|
199
|
+
fr as AiSender,
|
|
200
|
+
er as AiStreamingCursor,
|
|
201
|
+
mr as AiThinking,
|
|
202
|
+
B as AppLayout,
|
|
203
|
+
C as Avatar,
|
|
204
|
+
i as Badge,
|
|
205
|
+
Z as BarChart,
|
|
206
|
+
K as BlockQuote,
|
|
207
|
+
Br as Breadcrumb,
|
|
208
|
+
Sr as BreadcrumbItem,
|
|
209
|
+
f as ButtonGroup,
|
|
210
|
+
Dr as ChainItem,
|
|
211
|
+
N as CodeBlock,
|
|
212
|
+
Y as ColorPanel,
|
|
213
|
+
W as CommentItem,
|
|
214
|
+
v as ContentBlock,
|
|
215
|
+
a as ContextMenu,
|
|
216
|
+
Ha as DEFAULT_PRIORITY_MAP,
|
|
217
|
+
Oa as DEFAULT_STATUS_MAP,
|
|
218
|
+
X as Dashboard,
|
|
219
|
+
P as DataTable,
|
|
220
|
+
Ar as DescBlock,
|
|
221
|
+
q as DetailLayout,
|
|
222
|
+
lr as Dialog,
|
|
223
|
+
or as DoughnutChart,
|
|
224
|
+
dr as Drawer,
|
|
225
|
+
d as DropdownMenu,
|
|
226
|
+
n as EmptyState,
|
|
227
|
+
I as FieldCell,
|
|
228
|
+
j as FileUpload,
|
|
229
|
+
O as FormDesigner,
|
|
230
|
+
V as GalleryCard,
|
|
231
|
+
L as GalleryView,
|
|
232
|
+
U as GanttRow,
|
|
233
|
+
E as GanttTimeline,
|
|
234
|
+
xr as InfoCard,
|
|
235
|
+
y as KanbanBoard,
|
|
236
|
+
G as KanbanCard,
|
|
237
|
+
x as KanbanColumn,
|
|
238
|
+
wr as MermaidChart,
|
|
239
|
+
nr as Modal,
|
|
240
|
+
Ir as MonitorItem,
|
|
241
|
+
S as Navbar,
|
|
242
|
+
M as NewRowBtn,
|
|
243
|
+
ar as NumberCard,
|
|
244
|
+
Ta as OneflowUI,
|
|
245
|
+
$ as PersonPanel,
|
|
246
|
+
Gr as PersonaCard,
|
|
247
|
+
rr as PieChart,
|
|
248
|
+
p as ProgressBar,
|
|
249
|
+
z as PropPanel,
|
|
250
|
+
J as PropRow,
|
|
251
|
+
F as QuickAddRow,
|
|
252
|
+
s as RangeSlider,
|
|
253
|
+
Q as RefLink,
|
|
254
|
+
Pr as RefTag,
|
|
255
|
+
H as RichTextEditor,
|
|
256
|
+
kr as SectionBlock,
|
|
257
|
+
Mr as SelectBadge,
|
|
258
|
+
ur as SidePanel,
|
|
259
|
+
w as Sidebar,
|
|
260
|
+
gr as SplitPane,
|
|
261
|
+
l as StatisticCard,
|
|
262
|
+
g as StatusBar,
|
|
263
|
+
u as StatusIndicator,
|
|
264
|
+
yr as StatusSummary,
|
|
265
|
+
T as Stepper,
|
|
266
|
+
b as Switch,
|
|
267
|
+
Cr as TabPanel,
|
|
268
|
+
tr as TableChart,
|
|
269
|
+
k as TableColumnManager,
|
|
270
|
+
R as TableDataRow,
|
|
271
|
+
D as TableFilterPanel,
|
|
272
|
+
h as TableGroupRow,
|
|
273
|
+
A as TableHeaderRow,
|
|
274
|
+
cr as Tabs,
|
|
275
|
+
br as ToastContainer,
|
|
276
|
+
Tr as ToastItem,
|
|
277
|
+
m as ToolbarBtn,
|
|
278
|
+
sr as UserMessageBubble,
|
|
279
|
+
Rr as ViewModeGroup,
|
|
280
|
+
hr as ViewSwitcher,
|
|
281
|
+
t as ViewTab,
|
|
282
|
+
Ba as buildGalleryItems,
|
|
283
|
+
Sa as buildKanbanColumns,
|
|
284
|
+
wa as dataRecordToTask,
|
|
285
|
+
Ta as default,
|
|
286
|
+
ga as isFormulaField,
|
|
287
|
+
Pa as isSelectField,
|
|
288
|
+
Ya as mergeColorMap,
|
|
289
|
+
$a as resolveBadge,
|
|
290
|
+
Aa as taskToDataRecord,
|
|
291
|
+
Ia as useAiChat,
|
|
292
|
+
ja as useBadge,
|
|
293
|
+
Na as useInlineEdit,
|
|
294
|
+
Va as useMarkdown,
|
|
295
|
+
ha as useStream,
|
|
296
|
+
Fa as useTable,
|
|
297
|
+
xa as useTableFilter,
|
|
298
|
+
Ea as useToast,
|
|
299
|
+
Da as useTypewriter,
|
|
300
|
+
va as useVirtualList
|
|
301
|
+
};
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/bash.js
ADDED
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
function w(e) {
|
|
2
|
+
const a = e.regex, t = {}, c = {
|
|
3
|
+
begin: /\$\{/,
|
|
4
|
+
end: /\}/,
|
|
5
|
+
contains: [
|
|
6
|
+
"self",
|
|
7
|
+
{
|
|
8
|
+
begin: /:-/,
|
|
9
|
+
contains: [t]
|
|
10
|
+
}
|
|
11
|
+
// default values
|
|
12
|
+
]
|
|
13
|
+
};
|
|
14
|
+
Object.assign(t, {
|
|
15
|
+
className: "variable",
|
|
16
|
+
variants: [
|
|
17
|
+
{ begin: a.concat(
|
|
18
|
+
/\$[\w\d#@][\w\d_]*/,
|
|
19
|
+
// negative look-ahead tries to avoid matching patterns that are not
|
|
20
|
+
// Perl at all like $ident$, @ident@, etc.
|
|
21
|
+
"(?![\\w\\d])(?![$])"
|
|
22
|
+
) },
|
|
23
|
+
c
|
|
24
|
+
]
|
|
25
|
+
});
|
|
26
|
+
const s = {
|
|
27
|
+
className: "subst",
|
|
28
|
+
begin: /\$\(/,
|
|
29
|
+
end: /\)/,
|
|
30
|
+
contains: [e.BACKSLASH_ESCAPE]
|
|
31
|
+
}, o = e.inherit(
|
|
32
|
+
e.COMMENT(),
|
|
33
|
+
{
|
|
34
|
+
match: [
|
|
35
|
+
/(^|\s)/,
|
|
36
|
+
/#.*$/
|
|
37
|
+
],
|
|
38
|
+
scope: {
|
|
39
|
+
2: "comment"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
), i = {
|
|
43
|
+
begin: /<<-?\s*(?=\w+)/,
|
|
44
|
+
starts: { contains: [
|
|
45
|
+
e.END_SAME_AS_BEGIN({
|
|
46
|
+
begin: /(\w+)/,
|
|
47
|
+
end: /(\w+)/,
|
|
48
|
+
className: "string"
|
|
49
|
+
})
|
|
50
|
+
] }
|
|
51
|
+
}, n = {
|
|
52
|
+
className: "string",
|
|
53
|
+
begin: /"/,
|
|
54
|
+
end: /"/,
|
|
55
|
+
contains: [
|
|
56
|
+
e.BACKSLASH_ESCAPE,
|
|
57
|
+
t,
|
|
58
|
+
s
|
|
59
|
+
]
|
|
60
|
+
};
|
|
61
|
+
s.contains.push(n);
|
|
62
|
+
const r = {
|
|
63
|
+
match: /\\"/
|
|
64
|
+
}, m = {
|
|
65
|
+
className: "string",
|
|
66
|
+
begin: /'/,
|
|
67
|
+
end: /'/
|
|
68
|
+
}, p = {
|
|
69
|
+
match: /\\'/
|
|
70
|
+
}, d = {
|
|
71
|
+
begin: /\$?\(\(/,
|
|
72
|
+
end: /\)\)/,
|
|
73
|
+
contains: [
|
|
74
|
+
{
|
|
75
|
+
begin: /\d+#[0-9a-f]+/,
|
|
76
|
+
className: "number"
|
|
77
|
+
},
|
|
78
|
+
e.NUMBER_MODE,
|
|
79
|
+
t
|
|
80
|
+
]
|
|
81
|
+
}, l = [
|
|
82
|
+
"fish",
|
|
83
|
+
"bash",
|
|
84
|
+
"zsh",
|
|
85
|
+
"sh",
|
|
86
|
+
"csh",
|
|
87
|
+
"ksh",
|
|
88
|
+
"tcsh",
|
|
89
|
+
"dash",
|
|
90
|
+
"scsh"
|
|
91
|
+
], u = e.SHEBANG({
|
|
92
|
+
binary: `(${l.join("|")})`,
|
|
93
|
+
relevance: 10
|
|
94
|
+
}), h = {
|
|
95
|
+
className: "function",
|
|
96
|
+
begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/,
|
|
97
|
+
returnBegin: !0,
|
|
98
|
+
contains: [e.inherit(e.TITLE_MODE, { begin: /\w[\w\d_]*/ })],
|
|
99
|
+
relevance: 0
|
|
100
|
+
}, b = [
|
|
101
|
+
"if",
|
|
102
|
+
"then",
|
|
103
|
+
"else",
|
|
104
|
+
"elif",
|
|
105
|
+
"fi",
|
|
106
|
+
"time",
|
|
107
|
+
"for",
|
|
108
|
+
"while",
|
|
109
|
+
"until",
|
|
110
|
+
"in",
|
|
111
|
+
"do",
|
|
112
|
+
"done",
|
|
113
|
+
"case",
|
|
114
|
+
"esac",
|
|
115
|
+
"coproc",
|
|
116
|
+
"function",
|
|
117
|
+
"select"
|
|
118
|
+
], g = [
|
|
119
|
+
"true",
|
|
120
|
+
"false"
|
|
121
|
+
], f = { match: /(\/[a-z._-]+)+/ }, E = [
|
|
122
|
+
"break",
|
|
123
|
+
"cd",
|
|
124
|
+
"continue",
|
|
125
|
+
"eval",
|
|
126
|
+
"exec",
|
|
127
|
+
"exit",
|
|
128
|
+
"export",
|
|
129
|
+
"getopts",
|
|
130
|
+
"hash",
|
|
131
|
+
"pwd",
|
|
132
|
+
"readonly",
|
|
133
|
+
"return",
|
|
134
|
+
"shift",
|
|
135
|
+
"test",
|
|
136
|
+
"times",
|
|
137
|
+
"trap",
|
|
138
|
+
"umask",
|
|
139
|
+
"unset"
|
|
140
|
+
], S = [
|
|
141
|
+
"alias",
|
|
142
|
+
"bind",
|
|
143
|
+
"builtin",
|
|
144
|
+
"caller",
|
|
145
|
+
"command",
|
|
146
|
+
"declare",
|
|
147
|
+
"echo",
|
|
148
|
+
"enable",
|
|
149
|
+
"help",
|
|
150
|
+
"let",
|
|
151
|
+
"local",
|
|
152
|
+
"logout",
|
|
153
|
+
"mapfile",
|
|
154
|
+
"printf",
|
|
155
|
+
"read",
|
|
156
|
+
"readarray",
|
|
157
|
+
"source",
|
|
158
|
+
"sudo",
|
|
159
|
+
"type",
|
|
160
|
+
"typeset",
|
|
161
|
+
"ulimit",
|
|
162
|
+
"unalias"
|
|
163
|
+
], _ = [
|
|
164
|
+
"autoload",
|
|
165
|
+
"bg",
|
|
166
|
+
"bindkey",
|
|
167
|
+
"bye",
|
|
168
|
+
"cap",
|
|
169
|
+
"chdir",
|
|
170
|
+
"clone",
|
|
171
|
+
"comparguments",
|
|
172
|
+
"compcall",
|
|
173
|
+
"compctl",
|
|
174
|
+
"compdescribe",
|
|
175
|
+
"compfiles",
|
|
176
|
+
"compgroups",
|
|
177
|
+
"compquote",
|
|
178
|
+
"comptags",
|
|
179
|
+
"comptry",
|
|
180
|
+
"compvalues",
|
|
181
|
+
"dirs",
|
|
182
|
+
"disable",
|
|
183
|
+
"disown",
|
|
184
|
+
"echotc",
|
|
185
|
+
"echoti",
|
|
186
|
+
"emulate",
|
|
187
|
+
"fc",
|
|
188
|
+
"fg",
|
|
189
|
+
"float",
|
|
190
|
+
"functions",
|
|
191
|
+
"getcap",
|
|
192
|
+
"getln",
|
|
193
|
+
"history",
|
|
194
|
+
"integer",
|
|
195
|
+
"jobs",
|
|
196
|
+
"kill",
|
|
197
|
+
"limit",
|
|
198
|
+
"log",
|
|
199
|
+
"noglob",
|
|
200
|
+
"popd",
|
|
201
|
+
"print",
|
|
202
|
+
"pushd",
|
|
203
|
+
"pushln",
|
|
204
|
+
"rehash",
|
|
205
|
+
"sched",
|
|
206
|
+
"setcap",
|
|
207
|
+
"setopt",
|
|
208
|
+
"stat",
|
|
209
|
+
"suspend",
|
|
210
|
+
"ttyctl",
|
|
211
|
+
"unfunction",
|
|
212
|
+
"unhash",
|
|
213
|
+
"unlimit",
|
|
214
|
+
"unsetopt",
|
|
215
|
+
"vared",
|
|
216
|
+
"wait",
|
|
217
|
+
"whence",
|
|
218
|
+
"where",
|
|
219
|
+
"which",
|
|
220
|
+
"zcompile",
|
|
221
|
+
"zformat",
|
|
222
|
+
"zftp",
|
|
223
|
+
"zle",
|
|
224
|
+
"zmodload",
|
|
225
|
+
"zparseopts",
|
|
226
|
+
"zprof",
|
|
227
|
+
"zpty",
|
|
228
|
+
"zregexparse",
|
|
229
|
+
"zsocket",
|
|
230
|
+
"zstyle",
|
|
231
|
+
"ztcp"
|
|
232
|
+
], N = [
|
|
233
|
+
"chcon",
|
|
234
|
+
"chgrp",
|
|
235
|
+
"chown",
|
|
236
|
+
"chmod",
|
|
237
|
+
"cp",
|
|
238
|
+
"dd",
|
|
239
|
+
"df",
|
|
240
|
+
"dir",
|
|
241
|
+
"dircolors",
|
|
242
|
+
"ln",
|
|
243
|
+
"ls",
|
|
244
|
+
"mkdir",
|
|
245
|
+
"mkfifo",
|
|
246
|
+
"mknod",
|
|
247
|
+
"mktemp",
|
|
248
|
+
"mv",
|
|
249
|
+
"realpath",
|
|
250
|
+
"rm",
|
|
251
|
+
"rmdir",
|
|
252
|
+
"shred",
|
|
253
|
+
"sync",
|
|
254
|
+
"touch",
|
|
255
|
+
"truncate",
|
|
256
|
+
"vdir",
|
|
257
|
+
"b2sum",
|
|
258
|
+
"base32",
|
|
259
|
+
"base64",
|
|
260
|
+
"cat",
|
|
261
|
+
"cksum",
|
|
262
|
+
"comm",
|
|
263
|
+
"csplit",
|
|
264
|
+
"cut",
|
|
265
|
+
"expand",
|
|
266
|
+
"fmt",
|
|
267
|
+
"fold",
|
|
268
|
+
"head",
|
|
269
|
+
"join",
|
|
270
|
+
"md5sum",
|
|
271
|
+
"nl",
|
|
272
|
+
"numfmt",
|
|
273
|
+
"od",
|
|
274
|
+
"paste",
|
|
275
|
+
"ptx",
|
|
276
|
+
"pr",
|
|
277
|
+
"sha1sum",
|
|
278
|
+
"sha224sum",
|
|
279
|
+
"sha256sum",
|
|
280
|
+
"sha384sum",
|
|
281
|
+
"sha512sum",
|
|
282
|
+
"shuf",
|
|
283
|
+
"sort",
|
|
284
|
+
"split",
|
|
285
|
+
"sum",
|
|
286
|
+
"tac",
|
|
287
|
+
"tail",
|
|
288
|
+
"tr",
|
|
289
|
+
"tsort",
|
|
290
|
+
"unexpand",
|
|
291
|
+
"uniq",
|
|
292
|
+
"wc",
|
|
293
|
+
"arch",
|
|
294
|
+
"basename",
|
|
295
|
+
"chroot",
|
|
296
|
+
"date",
|
|
297
|
+
"dirname",
|
|
298
|
+
"du",
|
|
299
|
+
"echo",
|
|
300
|
+
"env",
|
|
301
|
+
"expr",
|
|
302
|
+
"factor",
|
|
303
|
+
// "false", // keyword literal already
|
|
304
|
+
"groups",
|
|
305
|
+
"hostid",
|
|
306
|
+
"id",
|
|
307
|
+
"link",
|
|
308
|
+
"logname",
|
|
309
|
+
"nice",
|
|
310
|
+
"nohup",
|
|
311
|
+
"nproc",
|
|
312
|
+
"pathchk",
|
|
313
|
+
"pinky",
|
|
314
|
+
"printenv",
|
|
315
|
+
"printf",
|
|
316
|
+
"pwd",
|
|
317
|
+
"readlink",
|
|
318
|
+
"runcon",
|
|
319
|
+
"seq",
|
|
320
|
+
"sleep",
|
|
321
|
+
"stat",
|
|
322
|
+
"stdbuf",
|
|
323
|
+
"stty",
|
|
324
|
+
"tee",
|
|
325
|
+
"test",
|
|
326
|
+
"timeout",
|
|
327
|
+
// "true", // keyword literal already
|
|
328
|
+
"tty",
|
|
329
|
+
"uname",
|
|
330
|
+
"unlink",
|
|
331
|
+
"uptime",
|
|
332
|
+
"users",
|
|
333
|
+
"who",
|
|
334
|
+
"whoami",
|
|
335
|
+
"yes"
|
|
336
|
+
];
|
|
337
|
+
return {
|
|
338
|
+
name: "Bash",
|
|
339
|
+
aliases: [
|
|
340
|
+
"sh",
|
|
341
|
+
"zsh"
|
|
342
|
+
],
|
|
343
|
+
keywords: {
|
|
344
|
+
$pattern: /\b[a-z][a-z0-9._-]+\b/,
|
|
345
|
+
keyword: b,
|
|
346
|
+
literal: g,
|
|
347
|
+
built_in: [
|
|
348
|
+
...E,
|
|
349
|
+
...S,
|
|
350
|
+
// Shell modifiers
|
|
351
|
+
"set",
|
|
352
|
+
"shopt",
|
|
353
|
+
..._,
|
|
354
|
+
...N
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
contains: [
|
|
358
|
+
u,
|
|
359
|
+
// to catch known shells and boost relevancy
|
|
360
|
+
e.SHEBANG(),
|
|
361
|
+
// to catch unknown shells but still highlight the shebang
|
|
362
|
+
h,
|
|
363
|
+
d,
|
|
364
|
+
o,
|
|
365
|
+
i,
|
|
366
|
+
f,
|
|
367
|
+
n,
|
|
368
|
+
r,
|
|
369
|
+
m,
|
|
370
|
+
p,
|
|
371
|
+
t
|
|
372
|
+
]
|
|
373
|
+
};
|
|
374
|
+
}
|
|
375
|
+
export {
|
|
376
|
+
w as default
|
|
377
|
+
};
|