@mxmweb/xviewer 1.0.0 → 1.0.1
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/assets/style.css +1 -1
- package/index-CgFHm4CL-O5tUkbrp-DVVAm6ku-DGiFKv0h-B3lf_1ne.js +48009 -0
- package/index.js +173347 -43057
- package/lib_enter.d.ts +2 -12
- package/package.json +5 -2
- package/src/adopters/DatabaseIdView/EditConfig.d.ts +10 -0
- package/src/adopters/DatabaseIdView/UploadDrawer.d.ts +12 -0
- package/{adopters → src/adopters}/DatabaseIdView/index.d.ts +5 -0
- package/src/adopters/DatabaseIdView/server.d.ts +21 -0
- package/src/adopters/DatabaseTableView/EditRowDrawer.d.ts +8 -0
- package/src/adopters/DatabaseTableView/index.d.ts +15 -0
- package/src/adopters/DatabaseTableView/server.d.ts +19 -0
- package/src/adopters/DatabaseView/CreateModal.d.ts +11 -0
- package/{adopters → src/adopters}/DatabaseView/index.d.ts +2 -0
- package/src/adopters/DatabaseView/server.d.ts +15 -0
- package/src/adopters/EampleTable/AntTableExample.d.ts +1 -0
- package/src/adopters/EampleTable/index.d.ts +23 -0
- package/src/adopters/EampleTable/mockdata.d.ts +33 -0
- package/src/adopters/ExampleCards/index.d.ts +5 -0
- package/src/adopters/ExampleForm/index.d.ts +9 -0
- package/src/adopters/ExampleTreeMultiView/index.d.ts +3 -0
- package/src/adopters/KnowledgeBase/$axios.d.ts +6 -0
- package/src/adopters/KnowledgeBase/index.d.ts +8 -0
- package/src/adopters/KnowledgeBase/service.d.ts +4 -0
- package/{adopters → src/adopters}/SensitiveView/index.d.ts +1 -1
- package/src/adopters/SensitiveView/server.d.ts +11 -0
- package/src/core/DynamicAntTable.d.ts +59 -0
- package/{core → src/core}/DynamicCards.d.ts +7 -0
- package/src/core/DynamicDashDataCore.d.ts +11 -0
- package/{core → src/core}/DynamicForm.d.ts +6 -2
- package/{core → src/core}/DynamicTable.d.ts +24 -1
- package/src/core/components/DefaultComponents.d.ts +11 -0
- package/src/core/components/SharedPagination.d.ts +29 -0
- package/src/core/components/StyledComponents.d.ts +6 -0
- package/src/core/components/TreeComponent.d.ts +12 -0
- package/src/core/components/cardUI/DatabaseCard.d.ts +22 -0
- package/{core → src/core}/components/cardUI/common.d.ts +3 -1
- package/{core → src/core}/components/cardUI/index.d.ts +1 -1
- package/src/core/hooks/useAppFunctions.d.ts +2 -0
- package/src/core/hooks/useAppState.d.ts +14 -0
- package/{core → src/core}/hooks/useDynamicCards.d.ts +1 -1
- package/{core → src/core}/hooks/useDynamicForm.d.ts +43 -1
- package/{core → src/core}/hooks/useDynamicTable.d.ts +5 -0
- package/src/core/renderers/ContentRenderer.d.ts +29 -0
- package/src/core/renderers/TabsRenderer.d.ts +10 -0
- package/src/core/renderers/ToolbarRenderer.d.ts +11 -0
- package/src/core/shared/types.d.ts +1 -0
- package/src/core/types/index.d.ts +170 -0
- package/src/core/utils/dataUtils.d.ts +3 -0
- package/src/core/utils/viewUtils.d.ts +5 -0
- package/src/index.d.ts +5 -0
- package/src/lib_enter.d.ts +12 -0
- package/{theme_guideline.d.ts → src/theme_guideline.d.ts} +1 -1
- package/adopters/DatabaseIdView/server.d.ts +0 -1
- package/adopters/DatabaseTableView/index.d.ts +0 -8
- package/adopters/EampleTable/index.d.ts +0 -1
- package/adopters/ExampleCards/index.d.ts +0 -1
- package/adopters/ExampleForm/AdvancedFormAdopter.d.ts +0 -9
- package/adopters/ExampleForm/DynamicFormAdopter.d.ts +0 -9
- package/adopters/ExampleForm/DynamicFormExample.d.ts +0 -9
- package/adopters/ExampleForm/FormDemo.d.ts +0 -9
- package/adopters/ExampleForm/index.d.ts +0 -5
- package/adopters/SensitiveView/server.d.ts +0 -1
- package/core/DynamicDashDataCore.d.ts +0 -58
- package/core/eventsEnum.d.ts +0 -1
- package/core/layout.d.ts +0 -11
- package/index.d.ts +0 -2
- package/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/vs/base/common/worker/simpleWorker.nls.de.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.es.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.fr.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.it.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.ja.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.ko.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.ru.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.zh-cn.js +0 -8
- package/vs/base/common/worker/simpleWorker.nls.zh-tw.js +0 -8
- package/vs/base/worker/workerMain.js +0 -27
- package/vs/basic-languages/abap/abap.js +0 -10
- package/vs/basic-languages/apex/apex.js +0 -10
- package/vs/basic-languages/azcli/azcli.js +0 -10
- package/vs/basic-languages/bat/bat.js +0 -10
- package/vs/basic-languages/bicep/bicep.js +0 -11
- package/vs/basic-languages/cameligo/cameligo.js +0 -10
- package/vs/basic-languages/clojure/clojure.js +0 -10
- package/vs/basic-languages/coffee/coffee.js +0 -10
- package/vs/basic-languages/cpp/cpp.js +0 -10
- package/vs/basic-languages/csharp/csharp.js +0 -10
- package/vs/basic-languages/csp/csp.js +0 -10
- package/vs/basic-languages/css/css.js +0 -12
- package/vs/basic-languages/cypher/cypher.js +0 -10
- package/vs/basic-languages/dart/dart.js +0 -10
- package/vs/basic-languages/dockerfile/dockerfile.js +0 -10
- package/vs/basic-languages/ecl/ecl.js +0 -10
- package/vs/basic-languages/elixir/elixir.js +0 -10
- package/vs/basic-languages/flow9/flow9.js +0 -10
- package/vs/basic-languages/freemarker2/freemarker2.js +0 -12
- package/vs/basic-languages/fsharp/fsharp.js +0 -10
- package/vs/basic-languages/go/go.js +0 -10
- package/vs/basic-languages/graphql/graphql.js +0 -10
- package/vs/basic-languages/handlebars/handlebars.js +0 -10
- package/vs/basic-languages/hcl/hcl.js +0 -10
- package/vs/basic-languages/html/html.js +0 -10
- package/vs/basic-languages/ini/ini.js +0 -10
- package/vs/basic-languages/java/java.js +0 -10
- package/vs/basic-languages/javascript/javascript.js +0 -10
- package/vs/basic-languages/julia/julia.js +0 -10
- package/vs/basic-languages/kotlin/kotlin.js +0 -10
- package/vs/basic-languages/less/less.js +0 -11
- package/vs/basic-languages/lexon/lexon.js +0 -10
- package/vs/basic-languages/liquid/liquid.js +0 -10
- package/vs/basic-languages/lua/lua.js +0 -10
- package/vs/basic-languages/m3/m3.js +0 -10
- package/vs/basic-languages/markdown/markdown.js +0 -10
- package/vs/basic-languages/mdx/mdx.js +0 -10
- package/vs/basic-languages/mips/mips.js +0 -10
- package/vs/basic-languages/msdax/msdax.js +0 -10
- package/vs/basic-languages/mysql/mysql.js +0 -10
- package/vs/basic-languages/objective-c/objective-c.js +0 -10
- package/vs/basic-languages/pascal/pascal.js +0 -10
- package/vs/basic-languages/pascaligo/pascaligo.js +0 -10
- package/vs/basic-languages/perl/perl.js +0 -10
- package/vs/basic-languages/pgsql/pgsql.js +0 -10
- package/vs/basic-languages/php/php.js +0 -10
- package/vs/basic-languages/pla/pla.js +0 -10
- package/vs/basic-languages/postiats/postiats.js +0 -10
- package/vs/basic-languages/powerquery/powerquery.js +0 -10
- package/vs/basic-languages/powershell/powershell.js +0 -10
- package/vs/basic-languages/protobuf/protobuf.js +0 -11
- package/vs/basic-languages/pug/pug.js +0 -10
- package/vs/basic-languages/python/python.js +0 -10
- package/vs/basic-languages/qsharp/qsharp.js +0 -10
- package/vs/basic-languages/r/r.js +0 -10
- package/vs/basic-languages/razor/razor.js +0 -10
- package/vs/basic-languages/redis/redis.js +0 -10
- package/vs/basic-languages/redshift/redshift.js +0 -10
- package/vs/basic-languages/restructuredtext/restructuredtext.js +0 -10
- package/vs/basic-languages/ruby/ruby.js +0 -10
- package/vs/basic-languages/rust/rust.js +0 -10
- package/vs/basic-languages/sb/sb.js +0 -10
- package/vs/basic-languages/scala/scala.js +0 -10
- package/vs/basic-languages/scheme/scheme.js +0 -10
- package/vs/basic-languages/scss/scss.js +0 -12
- package/vs/basic-languages/shell/shell.js +0 -10
- package/vs/basic-languages/solidity/solidity.js +0 -10
- package/vs/basic-languages/sophia/sophia.js +0 -10
- package/vs/basic-languages/sparql/sparql.js +0 -10
- package/vs/basic-languages/sql/sql.js +0 -10
- package/vs/basic-languages/st/st.js +0 -10
- package/vs/basic-languages/swift/swift.js +0 -13
- package/vs/basic-languages/systemverilog/systemverilog.js +0 -10
- package/vs/basic-languages/tcl/tcl.js +0 -10
- package/vs/basic-languages/twig/twig.js +0 -10
- package/vs/basic-languages/typescript/typescript.js +0 -10
- package/vs/basic-languages/vb/vb.js +0 -10
- package/vs/basic-languages/wgsl/wgsl.js +0 -307
- package/vs/basic-languages/xml/xml.js +0 -10
- package/vs/basic-languages/yaml/yaml.js +0 -10
- package/vs/editor/editor.main.css +0 -6
- package/vs/editor/editor.main.js +0 -745
- package/vs/editor/editor.main.js.gz +0 -0
- package/vs/editor/editor.main.nls.de.js +0 -31
- package/vs/editor/editor.main.nls.es.js +0 -31
- package/vs/editor/editor.main.nls.fr.js +0 -29
- package/vs/editor/editor.main.nls.it.js +0 -29
- package/vs/editor/editor.main.nls.ja.js +0 -31
- package/vs/editor/editor.main.nls.js +0 -29
- package/vs/editor/editor.main.nls.ko.js +0 -29
- package/vs/editor/editor.main.nls.ru.js +0 -31
- package/vs/editor/editor.main.nls.zh-cn.js +0 -31
- package/vs/editor/editor.main.nls.zh-tw.js +0 -29
- package/vs/language/css/cssMode.js +0 -13
- package/vs/language/css/cssWorker.js +0 -81
- package/vs/language/css/cssWorker.js.gz +0 -0
- package/vs/language/html/htmlMode.js +0 -13
- package/vs/language/html/htmlWorker.js +0 -453
- package/vs/language/json/jsonMode.js +0 -15
- package/vs/language/json/jsonWorker.js +0 -36
- package/vs/language/typescript/tsMode.js +0 -20
- package/vs/language/typescript/tsWorker.js +0 -37016
- package/vs/language/typescript/tsWorker.js.gz +0 -0
- package/vs/loader.js +0 -11
- package/worker/pdf.worker.min.mjs +0 -21
- /package/{Preview.d.ts → src/Preview.d.ts} +0 -0
- /package/{PreviewId.d.ts → src/PreviewId.d.ts} +0 -0
- /package/{adopters → src/adopters}/ExampleTabsMultiVIew/$axios.d.ts +0 -0
- /package/{adopters → src/adopters}/ExampleTabsMultiVIew/businessService.d.ts +0 -0
- /package/{adopters → src/adopters}/ExampleTabsMultiVIew/index.d.ts +0 -0
- /package/{adopters → src/adopters}/ExampleTabsMultiVIew/useBusinessData.d.ts +0 -0
- /package/{adopters → src/adopters}/SensitiveView/size-test.d.ts +0 -0
- /package/{adopters → src/adopters}/shared/statusMap.d.ts +0 -0
- /package/{core → src/core}/components/Button.d.ts +0 -0
- /package/{core → src/core}/components/DropdownMenu.d.ts +0 -0
- /package/{core → src/core}/components/cardUI/DefaultCard.d.ts +0 -0
- /package/{core → src/core}/components/cardUI/DesignCard.d.ts +0 -0
- /package/{core/components/cardUI/DatabaseCard.d.ts → src/core/components/cardUI/KnowledgebaseCard.d.ts} +0 -0
- /package/{core → src/core}/components/cardUI/PrototypeCard.d.ts +0 -0
- /package/{core → src/core}/components/cardUI/RepositoryCard.d.ts +0 -0
- /package/{core → src/core}/components/dataDisplayer/DigitalClockDate.d.ts +0 -0
- /package/{core → src/core}/components/dataDisplayer/MobileLockDate.d.ts +0 -0
- /package/{core → src/core}/hooks/animes/useRowAnimation.d.ts +0 -0
- /package/{core → src/core}/hooks/animes/useStaggerAnimation.d.ts +0 -0
- /package/{core → src/core}/hooks/useCardStaggerAnimation.d.ts +0 -0
- /package/{core → src/core}/hooks/useFuzzySearch.d.ts +0 -0
- /package/{main.d.ts → src/main.d.ts} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* 动态表单配置接口
|
|
3
4
|
*
|
|
@@ -28,8 +29,9 @@
|
|
|
28
29
|
* ]
|
|
29
30
|
* }
|
|
30
31
|
*/
|
|
32
|
+
export type FormItemType = 'input' | 'select' | 'number' | 'slider' | 'switch' | 'date' | 'time' | 'datetime' | 'radio' | 'checkbox' | 'textarea' | 'divider' | 'password' | 'email' | 'col' | 'title' | 'uploader' | 'file' | 'color' | 'json' | 'markdown';
|
|
31
33
|
export interface FormItemProps {
|
|
32
|
-
type: 'input' | 'select' | 'number' | 'slider' | 'switch' | 'date' | 'radio' | 'textarea' | 'divider' | 'password' | 'col' | 'title';
|
|
34
|
+
type: 'input' | 'select' | 'number' | 'slider' | 'switch' | 'date' | 'time' | 'datetime' | 'radio' | 'checkbox' | 'textarea' | 'divider' | 'password' | 'email' | 'col' | 'title' | 'uploader' | 'file' | 'color' | 'json' | 'markdown';
|
|
33
35
|
label?: string;
|
|
34
36
|
description?: string;
|
|
35
37
|
control?: string[];
|
|
@@ -39,6 +41,7 @@ export interface FormItemProps {
|
|
|
39
41
|
options?: {
|
|
40
42
|
label: string;
|
|
41
43
|
value: string;
|
|
44
|
+
render?: () => React.ReactNode;
|
|
42
45
|
}[];
|
|
43
46
|
range?: {
|
|
44
47
|
min: number;
|
|
@@ -52,11 +55,50 @@ export interface FormItemProps {
|
|
|
52
55
|
required?: boolean;
|
|
53
56
|
error?: string;
|
|
54
57
|
level?: number;
|
|
58
|
+
validate?: (value: any) => string | undefined;
|
|
59
|
+
counter?: number;
|
|
55
60
|
children?: FormItemProps[];
|
|
56
61
|
direction?: 'row' | 'column';
|
|
57
62
|
gap?: number;
|
|
58
63
|
justify?: 'start' | 'center' | 'end' | 'space-between' | 'space-around';
|
|
59
64
|
align?: 'start' | 'center' | 'end' | 'stretch';
|
|
60
65
|
wrap?: boolean;
|
|
66
|
+
percentage?: number[];
|
|
67
|
+
uploaderConfig?: {
|
|
68
|
+
multiple?: boolean;
|
|
69
|
+
accept?: string;
|
|
70
|
+
maxSize?: number;
|
|
71
|
+
maxFiles?: number;
|
|
72
|
+
autoUpload?: boolean;
|
|
73
|
+
url?: string;
|
|
74
|
+
headers?: Record<string, string>;
|
|
75
|
+
queryParams?: Record<string, string>;
|
|
76
|
+
itemForm?: any[];
|
|
77
|
+
icons?: {
|
|
78
|
+
dragUpload?: React.ReactNode;
|
|
79
|
+
itemStatus?: {
|
|
80
|
+
pending?: React.ReactNode;
|
|
81
|
+
uploading?: React.ReactNode;
|
|
82
|
+
success?: React.ReactNode;
|
|
83
|
+
error?: React.ReactNode;
|
|
84
|
+
};
|
|
85
|
+
fileType?: {
|
|
86
|
+
default?: React.ReactNode;
|
|
87
|
+
image?: React.ReactNode;
|
|
88
|
+
document?: React.ReactNode;
|
|
89
|
+
spreadsheet?: React.ReactNode;
|
|
90
|
+
archive?: React.ReactNode;
|
|
91
|
+
video?: React.ReactNode;
|
|
92
|
+
audio?: React.ReactNode;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
buttons?: Array<{
|
|
97
|
+
label: string;
|
|
98
|
+
mode?: 'primary' | 'default' | 'error' | 'text';
|
|
99
|
+
icon?: React.ReactNode;
|
|
100
|
+
disabled?: boolean;
|
|
101
|
+
onClick: () => void;
|
|
102
|
+
}>;
|
|
61
103
|
}
|
|
62
104
|
export declare function useDynamicFormItems(config?: FormItemProps[], styles?: any, initialValues?: Record<string, any>, size?: 'sm' | 'md'): (import("react/jsx-runtime").JSX.Element | null)[];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
export interface TableColumnConfig {
|
|
2
3
|
id: string;
|
|
3
4
|
title: string;
|
|
@@ -25,6 +26,10 @@ export declare enum StatusType {
|
|
|
25
26
|
}
|
|
26
27
|
interface UseDynamicTableColumnsOptions {
|
|
27
28
|
eventsEmit?: (eventName: string, data: any) => void;
|
|
29
|
+
isPending?: (id: string) => boolean;
|
|
30
|
+
customizeComponents?: {
|
|
31
|
+
[key: string]: React.ComponentType<any>;
|
|
32
|
+
};
|
|
28
33
|
}
|
|
29
34
|
/**
|
|
30
35
|
* useDynamicTableColumns
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewType, CustomComponents } from '../types';
|
|
3
|
+
interface ContentRendererProps {
|
|
4
|
+
activeNode: ViewType | null;
|
|
5
|
+
innerData: any[];
|
|
6
|
+
fuzzyValue: string;
|
|
7
|
+
selectedIds: string[];
|
|
8
|
+
pendingIds: Set<string>;
|
|
9
|
+
addingIds: Set<string>;
|
|
10
|
+
onCardSelectChange: (id: string, checked: boolean) => void;
|
|
11
|
+
onCardAnimationComplete: (ids: string | string[]) => void;
|
|
12
|
+
onRemoveCard: (id: string) => void;
|
|
13
|
+
onRemoveCards: (ids: string[]) => void;
|
|
14
|
+
onCardAddAnimationComplete: (id: string) => void;
|
|
15
|
+
onTableRowAnimationComplete: (rowId: string) => void;
|
|
16
|
+
onTableRowAddAnimationComplete: (id: string) => void;
|
|
17
|
+
onEventsEmit: (name: string, data: any, appFn: any) => void;
|
|
18
|
+
styles: any;
|
|
19
|
+
CustomComponents?: CustomComponents;
|
|
20
|
+
subTablePendingIds?: any;
|
|
21
|
+
onSubTableRowAnimationComplete?: any;
|
|
22
|
+
subTableConfig?: any;
|
|
23
|
+
viewId?: string;
|
|
24
|
+
total?: number;
|
|
25
|
+
requestPagesize?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare const ContentRenderer: React.FC<ContentRendererProps>;
|
|
28
|
+
declare const _default: React.NamedExoticComponent<ContentRendererProps>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewType } from '../types';
|
|
3
|
+
interface TabsRendererProps {
|
|
4
|
+
views: ViewType[];
|
|
5
|
+
activeId: string;
|
|
6
|
+
onSelect: (node: ViewType) => void;
|
|
7
|
+
theme: any;
|
|
8
|
+
}
|
|
9
|
+
export declare const TabsRenderer: React.FC<TabsRendererProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewType } from '../types/index';
|
|
3
|
+
interface ToolbarRendererProps {
|
|
4
|
+
activeNode: ViewType | null;
|
|
5
|
+
fuzzyValue: string;
|
|
6
|
+
onFuzzyValueChange: (value: string) => void;
|
|
7
|
+
onToolbarAction: (action: string, data: any) => void;
|
|
8
|
+
styles: any;
|
|
9
|
+
}
|
|
10
|
+
export declare const ToolbarRenderer: React.FC<ToolbarRendererProps>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AppStatus = 'ready' | 'loading' | 'error' | 'processing' | 'uploading' | 'thinking' | 'analyzing';
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Styles } from '@mxmweb/zui';
|
|
3
|
+
export type AppStatus = 'ready' | 'loading' | 'error' | 'processing' | 'uploading' | 'thinking' | 'analyzing';
|
|
4
|
+
export type AppFn = {
|
|
5
|
+
addItem: (item: any, options?: {
|
|
6
|
+
animate?: boolean;
|
|
7
|
+
position?: 'start' | 'end' | number;
|
|
8
|
+
tableId?: string;
|
|
9
|
+
}) => void;
|
|
10
|
+
removeItem: (id?: string, tableId?: string) => void;
|
|
11
|
+
removeItems: (ids: string[], tableId?: string) => void;
|
|
12
|
+
updateItem: (patch: any, id?: string, tableId?: string) => void;
|
|
13
|
+
scrollToItem: (id?: string) => void;
|
|
14
|
+
addPending: (id: string) => void;
|
|
15
|
+
removePending: (id: string) => void;
|
|
16
|
+
isPending: (id: string) => boolean;
|
|
17
|
+
addAdding: (id: string) => void;
|
|
18
|
+
removeAdding: (id: string) => void;
|
|
19
|
+
isAdding: (id: string) => boolean;
|
|
20
|
+
syncSourceData: (data: any | any[], tableId?: string) => void;
|
|
21
|
+
tablePending: (tableId: string) => void;
|
|
22
|
+
removeTablePending: (tableId: string) => void;
|
|
23
|
+
addSubTable: (parentId: string) => void;
|
|
24
|
+
deleteSubTable: (parentId: string) => void;
|
|
25
|
+
removeSubTableRow: (id: string, tableId: string) => void;
|
|
26
|
+
};
|
|
27
|
+
export type EventsEmit = (name: string, data: any, appFn: AppFn) => void;
|
|
28
|
+
export interface AppStatusManager {
|
|
29
|
+
app: 'ready' | 'initializing' | 'error';
|
|
30
|
+
container: 'ready' | 'loading' | 'error' | 'processing' | 'uploading';
|
|
31
|
+
content?: 'ready' | 'loading' | 'error' | 'processing' | 'uploading';
|
|
32
|
+
}
|
|
33
|
+
export interface CustomComponents {
|
|
34
|
+
AppLoading?: React.ComponentType<any>;
|
|
35
|
+
AppError?: React.ComponentType<any>;
|
|
36
|
+
ContainerLoading?: React.ComponentType<any>;
|
|
37
|
+
ContainerError?: React.ComponentType<any>;
|
|
38
|
+
ContentLoading?: React.ComponentType<any>;
|
|
39
|
+
ContentError?: React.ComponentType<any>;
|
|
40
|
+
EmptyData?: React.ComponentType<any>;
|
|
41
|
+
}
|
|
42
|
+
export type ToolbarItem = {
|
|
43
|
+
type: 'button' | 'fuzzy_search' | 'customized';
|
|
44
|
+
label?: string;
|
|
45
|
+
key: string;
|
|
46
|
+
render?: () => React.ReactNode;
|
|
47
|
+
searchKeys?: (string | string[])[];
|
|
48
|
+
btnType?: 'primary' | 'default' | 'error' | 'text';
|
|
49
|
+
disabled?: boolean;
|
|
50
|
+
icon?: React.ReactNode;
|
|
51
|
+
};
|
|
52
|
+
export interface TableDataItem {
|
|
53
|
+
id: string;
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
}
|
|
56
|
+
export interface CardDataItem {
|
|
57
|
+
id: string;
|
|
58
|
+
title?: string;
|
|
59
|
+
name?: string;
|
|
60
|
+
description?: string;
|
|
61
|
+
actions?: Array<{
|
|
62
|
+
key: string;
|
|
63
|
+
label: string;
|
|
64
|
+
icon?: React.ReactNode;
|
|
65
|
+
disabled?: boolean;
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
}>;
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
}
|
|
70
|
+
export interface FormDataItem {
|
|
71
|
+
id: string;
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
}
|
|
74
|
+
export interface MarkdownDataItem {
|
|
75
|
+
id: string;
|
|
76
|
+
content: string;
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}
|
|
79
|
+
export interface ViewType {
|
|
80
|
+
label: string;
|
|
81
|
+
icon?: React.ReactNode;
|
|
82
|
+
id: string;
|
|
83
|
+
type?: 'table' | 'form' | 'card' | 'customized' | 'timeline' | 'column' | string;
|
|
84
|
+
columns?: Array<{
|
|
85
|
+
title: string;
|
|
86
|
+
id: string;
|
|
87
|
+
type: string;
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
}>;
|
|
90
|
+
children?: ViewType[] | {
|
|
91
|
+
[key: string]: ViewType;
|
|
92
|
+
};
|
|
93
|
+
cardType?: string;
|
|
94
|
+
viewBehavior?: 'pagination' | 'scroll';
|
|
95
|
+
rowHeight?: number;
|
|
96
|
+
formConfig?: any;
|
|
97
|
+
formWidth?: string;
|
|
98
|
+
toolbar?: ToolbarItem[];
|
|
99
|
+
allowMultiSelect?: boolean;
|
|
100
|
+
size?: 'sm' | 'md';
|
|
101
|
+
total?: number;
|
|
102
|
+
requestPagesize?: number;
|
|
103
|
+
viewPageSize?: number;
|
|
104
|
+
}
|
|
105
|
+
export declare enum TreeModelStyle {
|
|
106
|
+
FLAT = "files",
|
|
107
|
+
NAV = "nav"
|
|
108
|
+
}
|
|
109
|
+
export declare enum TabsModelStyle {
|
|
110
|
+
DEFAULT = "default",
|
|
111
|
+
TAG = "tag"
|
|
112
|
+
}
|
|
113
|
+
export type DataSource = TableDataItem[] | CardDataItem[] | FormDataItem[] | React.ReactElement | undefined;
|
|
114
|
+
export declare const validateDataSourceType: (data: any) => data is DataSource;
|
|
115
|
+
/**
|
|
116
|
+
* 数据源使用示例:
|
|
117
|
+
*
|
|
118
|
+
* // 1. 表格数据
|
|
119
|
+
* const tableDataSource: DataSource = [
|
|
120
|
+
* { id: '1', name: '张三', age: 25, email: 'zhangsan@example.com' },
|
|
121
|
+
* { id: '2', name: '李四', age: 30, email: 'lisi@example.com' }
|
|
122
|
+
* ];
|
|
123
|
+
*
|
|
124
|
+
* // 2. 卡片数据
|
|
125
|
+
* const cardDataSource: DataSource = [
|
|
126
|
+
* {
|
|
127
|
+
* id: '1',
|
|
128
|
+
* title: '项目A',
|
|
129
|
+
* description: '这是一个重要项目',
|
|
130
|
+
* actions: [
|
|
131
|
+
* { key: 'edit', label: '编辑', icon: <EditIcon /> },
|
|
132
|
+
* { key: 'delete', label: '删除', icon: <DeleteIcon /> }
|
|
133
|
+
* ]
|
|
134
|
+
* }
|
|
135
|
+
* ];
|
|
136
|
+
*
|
|
137
|
+
* // 3. React组件
|
|
138
|
+
* const componentDataSource: DataSource = <CustomDashboard />;
|
|
139
|
+
*
|
|
140
|
+
* // 4. 表单数据
|
|
141
|
+
* const formDataSource: DataSource = [
|
|
142
|
+
* { id: '1', field1: 'value1', field2: 'value2' }
|
|
143
|
+
* ];
|
|
144
|
+
*
|
|
145
|
+
* // 5. Markdown数据
|
|
146
|
+
* const markdownDataSource: DataSource = [
|
|
147
|
+
* { id: '1', content: '# 标题\n\n这是内容' }
|
|
148
|
+
* ];
|
|
149
|
+
*/
|
|
150
|
+
export declare const getDataSourceType: (data: DataSource) => string;
|
|
151
|
+
export declare const isTableData: (data: DataSource) => data is TableDataItem[];
|
|
152
|
+
export declare const isCardData: (data: DataSource) => data is CardDataItem[];
|
|
153
|
+
export declare const isFormData: (data: DataSource) => data is FormDataItem[];
|
|
154
|
+
export declare const isMarkdownData: (data: DataSource) => data is MarkdownDataItem[];
|
|
155
|
+
export declare const isReactComponent: (data: DataSource) => data is React.ReactElement;
|
|
156
|
+
export type DynamicDashView = {
|
|
157
|
+
label?: string;
|
|
158
|
+
key?: string;
|
|
159
|
+
ref?: React.RefObject<any>;
|
|
160
|
+
defaultActiveId: string;
|
|
161
|
+
model?: 'tree' | 'tabs' | 'hero' | null;
|
|
162
|
+
modelStyle?: TreeModelStyle | TabsModelStyle;
|
|
163
|
+
views: ViewType[];
|
|
164
|
+
dataSource?: DataSource;
|
|
165
|
+
eventsEmit?: (name: string, data?: any, appFn?: any) => any;
|
|
166
|
+
styles?: Styles;
|
|
167
|
+
status?: AppStatusManager;
|
|
168
|
+
CustomComponents?: CustomComponents;
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const validateDataSource: (dataSource: any, viewType?: string) => any[];
|
|
2
|
+
export declare const extractAddingIds: (data: any[]) => Set<string>;
|
|
3
|
+
export declare const createEnhancedAppFn: (baseAppFn: any, setInnerData: React.Dispatch<React.SetStateAction<any[]>>, addPending: (id: string) => void, addAdding: (id: string) => void, removePending: (id: string) => void, removeAdding: (id: string) => void) => any;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ViewType } from '../types';
|
|
2
|
+
export declare const findNodeById: (nodes: ViewType[], id: string) => ViewType | null;
|
|
3
|
+
export declare const getFirstLeafId: (nodes: ViewType[]) => string | undefined;
|
|
4
|
+
export declare const collectAllChildren: (node: ViewType) => ViewType[];
|
|
5
|
+
export declare const convertViewsToTreeData: (views: ViewType[]) => any[];
|
package/src/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as DatabaseIdView } from './adopters/DatabaseIdView';
|
|
2
|
+
import { default as DatabaseTableView } from './adopters/DatabaseTableView';
|
|
3
|
+
import { default as DatabaseView } from './adopters/DatabaseView';
|
|
4
|
+
import { default as SensitivityView } from './adopters/SensitiveView';
|
|
5
|
+
export { DatabaseIdView, DatabaseTableView, DatabaseView, SensitivityView };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as CoreXviwer } from './core/DynamicDashDataCore';
|
|
2
|
+
import { default as FormXviwer } from './core/DynamicForm';
|
|
3
|
+
import { default as TableXviwer } from './core/DynamicTable';
|
|
4
|
+
import { default as CardXviwer } from './core/DynamicCards';
|
|
5
|
+
import { useDynamicCards } from './core/hooks/useDynamicCards';
|
|
6
|
+
import { useDynamicFormItems as useDynamicForm, FormItemProps } from './core/hooks/useDynamicForm';
|
|
7
|
+
import { useDynamicTableColumns as useDynamicTable } from './core/hooks/useDynamicTable';
|
|
8
|
+
import { default as DatabaseIdView } from './adopters/DatabaseIdView';
|
|
9
|
+
import { default as DatabaseTableView } from './adopters/DatabaseTableView';
|
|
10
|
+
import { default as DatabaseView } from './adopters/DatabaseView';
|
|
11
|
+
export { CoreXviwer, FormXviwer, TableXviwer, CardXviwer, useDynamicCards, useDynamicForm, useDynamicTable, DatabaseIdView, DatabaseTableView, DatabaseView, };
|
|
12
|
+
export type { FormItemProps };
|
|
@@ -91,7 +91,7 @@ export declare function mapSpaceToCssValue(space: Record<string, string>): {
|
|
|
91
91
|
};
|
|
92
92
|
export declare const ThemeContext: React.Context<AppTheme>;
|
|
93
93
|
export declare const useTheme: () => AppTheme;
|
|
94
|
-
export declare const ThemeProvider: ({ theme, children }: {
|
|
94
|
+
export declare const ThemeProvider: ({ theme, children, }: {
|
|
95
95
|
theme: AppTheme;
|
|
96
96
|
children: React.ReactNode;
|
|
97
97
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface DatabaseTableViewProps {
|
|
2
|
-
url?: string;
|
|
3
|
-
token?: string;
|
|
4
|
-
id?: string;
|
|
5
|
-
eventsEmit?: (name: string, data: any) => void;
|
|
6
|
-
}
|
|
7
|
-
export default function DatabaseTableView({ url, token, id, eventsEmit }: DatabaseTableViewProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function ExampleTable(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function ExampleCards(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { default as DynamicFormAdopter } from './DynamicFormAdopter';
|
|
2
|
-
export { default as AdvancedFormAdopter } from './AdvancedFormAdopter';
|
|
3
|
-
export { default as FormDemo } from './FormDemo';
|
|
4
|
-
export type { DynamicDashView } from '../core/DynamicDashDataCore';
|
|
5
|
-
export type { FormItemProps } from '../core/hooks/useDynamicForm';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
export type AppStatus = 'ready' | 'loading' | 'error' | 'processing' | 'uploading' | 'thinking' | 'analyzing';
|
|
3
|
-
export interface AppStatusManager {
|
|
4
|
-
app: 'ready' | 'initializing' | 'error';
|
|
5
|
-
container: 'ready' | 'loading' | 'error' | 'processing' | 'uploading';
|
|
6
|
-
content?: 'ready' | 'loading' | 'error' | 'processing' | 'uploading';
|
|
7
|
-
}
|
|
8
|
-
export interface CustomComponents {
|
|
9
|
-
AppLoading?: React.ComponentType<any>;
|
|
10
|
-
AppError?: React.ComponentType<any>;
|
|
11
|
-
ContainerLoading?: React.ComponentType<any>;
|
|
12
|
-
ContainerError?: React.ComponentType<any>;
|
|
13
|
-
ContentLoading?: React.ComponentType<any>;
|
|
14
|
-
ContentError?: React.ComponentType<any>;
|
|
15
|
-
EmptyData?: React.ComponentType<any>;
|
|
16
|
-
}
|
|
17
|
-
export type ToolbarItem = {
|
|
18
|
-
type: 'button' | 'fuzzy_search' | 'customized';
|
|
19
|
-
label?: string;
|
|
20
|
-
key: string;
|
|
21
|
-
render?: () => React.ReactNode;
|
|
22
|
-
searchKeys?: string[];
|
|
23
|
-
btnType?: 'primary' | 'default' | 'error' | 'warning' | 'success';
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
icon?: React.ReactNode;
|
|
26
|
-
};
|
|
27
|
-
interface ViewType {
|
|
28
|
-
label: string;
|
|
29
|
-
id: string;
|
|
30
|
-
type?: 'table' | 'form' | 'markdown' | 'card' | 'customized' | 'timeline' | string;
|
|
31
|
-
columns?: Array<{
|
|
32
|
-
title: string;
|
|
33
|
-
id: string;
|
|
34
|
-
type: string;
|
|
35
|
-
[key: string]: any;
|
|
36
|
-
}>;
|
|
37
|
-
children?: ViewType[];
|
|
38
|
-
cardType?: string;
|
|
39
|
-
viewBehavior?: 'pagination' | 'scroll';
|
|
40
|
-
toolbar?: ToolbarItem[];
|
|
41
|
-
allowMultiSelect?: boolean;
|
|
42
|
-
size?: 'sm' | 'md';
|
|
43
|
-
}
|
|
44
|
-
export type DynamicDashView = {
|
|
45
|
-
label?: string;
|
|
46
|
-
key?: string;
|
|
47
|
-
defaultActiveId: string;
|
|
48
|
-
model?: 'files' | 'tabs' | 'hero' | null;
|
|
49
|
-
views: ViewType[];
|
|
50
|
-
dataSource?: any;
|
|
51
|
-
eventsEmit?: (name: string, data?: any, appFn?: any) => any;
|
|
52
|
-
styles?: any;
|
|
53
|
-
status?: AppStatusManager;
|
|
54
|
-
CustomComponents?: CustomComponents;
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
};
|
|
57
|
-
declare const DynamicDashDataCore: React.FC<DynamicDashView>;
|
|
58
|
-
export default DynamicDashDataCore;
|
package/core/eventsEnum.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/core/layout.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
interface ChatLayoutProps {
|
|
3
|
-
children?: React.ReactNode;
|
|
4
|
-
goBack?: () => void;
|
|
5
|
-
title?: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
styles?: any;
|
|
8
|
-
theme?: any;
|
|
9
|
-
}
|
|
10
|
-
declare const Layout: React.FC<ChatLayoutProps>;
|
|
11
|
-
export default Layout;
|
package/index.d.ts
DELETED
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.de",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["Array","Boolescher Wert","Klasse","Konstante","Konstruktor","Enumeration","Enumerationsmember","Ereignis","Feld","Datei","Funktion","Schnittstelle","Schl\xFCssel","Methode","Modul","Namespace","NULL","Zahl","Objekt","Operator","Paket","Eigenschaft","Zeichenfolge","Struktur","Typparameter","Variable","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.de.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.es",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["matriz","booleano","clase","constante","constructor","enumeraci\xF3n","miembro de la enumeraci\xF3n","evento","campo","archivo","funci\xF3n","interfaz","clave","m\xE9todo","m\xF3dulo","espacio de nombres","NULL","n\xFAmero","objeto","operador","paquete","propiedad","cadena","estructura","par\xE1metro de tipo","variable","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.es.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.fr",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["tableau","bool\xE9en","classe","constante","constructeur","\xE9num\xE9ration","membre d'\xE9num\xE9ration","\xE9v\xE9nement","champ","fichier","fonction","interface","cl\xE9","m\xE9thode","module","espace de noms","NULL","nombre","objet","op\xE9rateur","package","propri\xE9t\xE9","cha\xEEne","struct","param\xE8tre de type","variable","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.fr.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.it",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["matrice","valore booleano","classe","costante","costruttore","enumerazione","membro di enumerazione","evento","campo","file","funzione","interfaccia","chiave","metodo","modulo","spazio dei nomi","Null","numero","oggetto","operatore","pacchetto","propriet\xE0","stringa","struct","parametro di tipo","variabile","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.it.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.ja",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["\u914D\u5217","\u30D6\u30FC\u30EB\u5024","\u30AF\u30E9\u30B9","\u5B9A\u6570","\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u30FC","\u5217\u6319\u578B","\u5217\u6319\u578B\u30E1\u30F3\u30D0\u30FC","\u30A4\u30D9\u30F3\u30C8","\u30D5\u30A3\u30FC\u30EB\u30C9","\u30D5\u30A1\u30A4\u30EB","\u95A2\u6570","\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9","\u30AD\u30FC","\u30E1\u30BD\u30C3\u30C9","\u30E2\u30B8\u30E5\u30FC\u30EB","\u540D\u524D\u7A7A\u9593","NULL","\u6570\u5024","\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8","\u6F14\u7B97\u5B50","\u30D1\u30C3\u30B1\u30FC\u30B8","\u30D7\u30ED\u30D1\u30C6\u30A3","\u6587\u5B57\u5217","\u69CB\u9020\u4F53","\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC","\u5909\u6570","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.ja.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["array","boolean","class","constant","constructor","enumeration","enumeration member","event","field","file","function","interface","key","method","module","namespace","null","number","object","operator","package","property","string","struct","type parameter","variable","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.ko",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["\uBC30\uC5F4","\uBD80\uC6B8","\uD074\uB798\uC2A4","\uC0C1\uC218","\uC0DD\uC131\uC790","\uC5F4\uAC70\uD615","\uC5F4\uAC70\uD615 \uBA64\uBC84","\uC774\uBCA4\uD2B8","\uD544\uB4DC","\uD30C\uC77C","\uD568\uC218","\uC778\uD130\uD398\uC774\uC2A4","\uD0A4","\uBA54\uC11C\uB4DC","\uBAA8\uB4C8","\uB124\uC784\uC2A4\uD398\uC774\uC2A4","Null","\uC22B\uC790","\uAC1C\uCCB4","\uC5F0\uC0B0\uC790","\uD328\uD0A4\uC9C0","\uC18D\uC131","\uBB38\uC790\uC5F4","\uAD6C\uC870\uCCB4","\uD615\uC2DD \uB9E4\uAC1C \uBCC0\uC218","\uBCC0\uC218","{0}({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.ko.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.ru",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["\u043C\u0430\u0441\u0441\u0438\u0432","\u043B\u043E\u0433\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435","\u043A\u043B\u0430\u0441\u0441","\u043A\u043E\u043D\u0441\u0442\u0430\u043D\u0442\u0430","\u043A\u043E\u043D\u0441\u0442\u0440\u0443\u043A\u0442\u043E\u0440","\u043F\u0435\u0440\u0435\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435","\u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u043F\u0435\u0440\u0435\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u044F","\u0441\u043E\u0431\u044B\u0442\u0438\u0435","\u043F\u043E\u043B\u0435","\u0444\u0430\u0439\u043B","\u0444\u0443\u043D\u043A\u0446\u0438\u044F","\u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441","\u043A\u043B\u044E\u0447","\u043C\u0435\u0442\u043E\u0434","\u043C\u043E\u0434\u0443\u043B\u044C","\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E \u0438\u043C\u0435\u043D","NULL","\u0447\u0438\u0441\u043B\u043E","\u043E\u0431\u044A\u0435\u043A\u0442","\u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440","\u043F\u0430\u043A\u0435\u0442","\u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E","\u0441\u0442\u0440\u043E\u043A\u0430","\u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0430","\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0442\u0438\u043F\u0430","\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.ru.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.zh-cn",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["\u6570\u7EC4","\u5E03\u5C14\u503C","\u7C7B","\u5E38\u6570","\u6784\u9020\u51FD\u6570","\u679A\u4E3E","\u679A\u4E3E\u6210\u5458","\u4E8B\u4EF6","\u5B57\u6BB5","\u6587\u4EF6","\u51FD\u6570","\u63A5\u53E3","\u952E","\u65B9\u6CD5","\u6A21\u5757","\u547D\u540D\u7A7A\u95F4","Null","\u6570\u5B57","\u5BF9\u8C61","\u8FD0\u7B97\u7B26","\u5305","\u5C5E\u6027","\u5B57\u7B26\u4E32","\u7ED3\u6784","\u7C7B\u578B\u53C2\u6570","\u53D8\u91CF","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.zh-cn.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------*/define("vs/base/common/worker/simpleWorker.nls.zh-tw",{"vs/base/common/platform":["_"],"vs/editor/common/languages":["\u9663\u5217","\u5E03\u6797\u503C","\u985E\u5225","\u5E38\u6578","\u5EFA\u69CB\u51FD\u5F0F","\u5217\u8209","\u5217\u8209\u6210\u54E1","\u4E8B\u4EF6","\u6B04\u4F4D","\u6A94\u6848","\u51FD\u5F0F","\u4ECB\u9762","\u7D22\u5F15\u9375","\u65B9\u6CD5","\u6A21\u7D44","\u547D\u540D\u7A7A\u9593","null","\u6578\u5B57","\u7269\u4EF6","\u904B\u7B97\u5B50","\u5957\u4EF6","\u5C6C\u6027","\u5B57\u4E32","\u7D50\u69CB","\u578B\u5225\u53C3\u6578","\u8B8A\u6578","{0} ({1})"]});
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.zh-tw.js.map
|