@cloudbase/weda-ui 3.8.2 → 3.9.0
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/configs/components/dataView.d.ts +14 -0
- package/dist/configs/components/dataView.js +104 -6
- package/dist/configs/components/listView.d.ts +29 -0
- package/dist/configs/components/listView.js +145 -24
- package/dist/configs/components/wd-markdown.d.ts +95 -0
- package/dist/configs/components/wd-markdown.js +142 -0
- package/dist/configs/components/wd-menu-layout.d.ts +13 -10
- package/dist/configs/components/wd-menu-layout.js +12 -1
- package/dist/configs/components/wd-menu-nav-tab-layou.d.ts +27 -0
- package/dist/configs/components/wd-menu-nav-tab-layou.js +31 -0
- package/dist/configs/components/wd-table.d.ts +1 -1
- package/dist/configs/components/wd-table.js +1 -0
- package/dist/configs/index.d.ts +324 -10
- package/dist/configs/index.js +4 -0
- package/dist/configs/utils/layout.d.ts +1 -1
- package/dist/configs/utils/layout.js +215 -6
- package/dist/style/index.scss +1 -1
- package/dist/web/components/dataView/index.js +5 -3
- package/dist/web/components/index.d.ts +2 -0
- package/dist/web/components/index.js +4 -0
- package/dist/web/components/listView/index.js +48 -13
- package/dist/web/components/listView/interface.d.ts +4 -0
- package/dist/web/components/listView/useQueryParams.d.ts +11 -0
- package/dist/web/components/listView/useQueryParams.js +23 -0
- package/dist/web/components/richTextView/index.js +4 -38
- package/dist/web/components/richTextView/useImgTransform.d.ts +1 -0
- package/dist/web/components/richTextView/useImgTransform.js +47 -0
- package/dist/web/components/wd-markdown/github-markdown-light.css +1139 -0
- package/dist/web/components/wd-markdown/index.d.ts +4 -0
- package/dist/web/components/wd-markdown/index.js +3 -0
- package/dist/web/components/wd-markdown/style.d.ts +3 -0
- package/dist/web/components/wd-markdown/style.js +3 -0
- package/dist/web/components/wd-markdown/wd-markdown.d.ts +7 -0
- package/dist/web/components/wd-markdown/wd-markdown.js +88 -0
- package/dist/web/components/wd-menu-layout/components/H5Menu.js +3 -1
- package/dist/web/components/wd-menu-layout/components/NavTabMenu.d.ts +3 -0
- package/dist/web/components/wd-menu-layout/components/NavTabMenu.js +7 -0
- package/dist/web/components/wd-menu-layout/wd-menu-layout.js +5 -2
- package/dist/web/components/wd-menu-nav-tab-layout/index.d.ts +6 -0
- package/dist/web/components/wd-menu-nav-tab-layout/index.js +5 -0
- package/dist/web/components/wd-table/components/FieldRender/index.js +5 -2
- package/dist/web/utils/getModelParams.d.ts +2 -0
- package/dist/web/utils/getModelParams.js +73 -4
- package/package.json +4 -1
package/dist/configs/index.d.ts
CHANGED
|
@@ -1,4 +1,91 @@
|
|
|
1
1
|
export declare const components: {
|
|
2
|
+
WdMarkdown: {
|
|
3
|
+
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
4
|
+
readonly data: import("@sinclair/typebox").TObject<{
|
|
5
|
+
value: import("@sinclair/typebox").TString;
|
|
6
|
+
options: import("@sinclair/typebox").TObject<{}>;
|
|
7
|
+
}>;
|
|
8
|
+
readonly properties: import("@sinclair/typebox").TObject<{
|
|
9
|
+
value: import("@sinclair/typebox").TString;
|
|
10
|
+
}>;
|
|
11
|
+
readonly classes: readonly [{
|
|
12
|
+
readonly name: "根元素";
|
|
13
|
+
readonly selector: ".wd-markdown";
|
|
14
|
+
readonly description: "链接组件根元素";
|
|
15
|
+
}, {
|
|
16
|
+
readonly name: "PC 端链接根元素";
|
|
17
|
+
readonly selector: ".wd-pc-markdown";
|
|
18
|
+
readonly description: "可以为 PC 端的链接编写样式";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "H5 端链接根元素";
|
|
21
|
+
readonly selector: ".wd-h5-markdown";
|
|
22
|
+
readonly description: "可以为 H5 端的链接编写样式";
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "小程序端链接根元素";
|
|
25
|
+
readonly selector: ".wd-mp-markdown";
|
|
26
|
+
readonly description: "可以为小程序端的链接编写样式";
|
|
27
|
+
}];
|
|
28
|
+
readonly methods: readonly [];
|
|
29
|
+
readonly events: readonly [];
|
|
30
|
+
readonly meta: {
|
|
31
|
+
readonly name: "WdMarkdown";
|
|
32
|
+
readonly componentName: "markdown";
|
|
33
|
+
readonly title: "markdown";
|
|
34
|
+
readonly description: "用于markdown展示";
|
|
35
|
+
readonly figureIcon: "../figureIcons/RichTextView.svg";
|
|
36
|
+
readonly icon: "../icons/RichTextView.svg";
|
|
37
|
+
readonly category: "展示";
|
|
38
|
+
readonly categoryOrder: 400;
|
|
39
|
+
readonly componentOrder: 250;
|
|
40
|
+
readonly visible: any;
|
|
41
|
+
readonly inlineStyleForm: {
|
|
42
|
+
readonly $text: {
|
|
43
|
+
readonly visible: false;
|
|
44
|
+
};
|
|
45
|
+
readonly fontSize: {
|
|
46
|
+
readonly visible: false;
|
|
47
|
+
};
|
|
48
|
+
readonly color: {
|
|
49
|
+
readonly visible: false;
|
|
50
|
+
};
|
|
51
|
+
readonly fontWeight: {
|
|
52
|
+
readonly visible: false;
|
|
53
|
+
};
|
|
54
|
+
readonly lineHeight: {
|
|
55
|
+
readonly visible: false;
|
|
56
|
+
};
|
|
57
|
+
readonly justifyContent: {
|
|
58
|
+
readonly visible: false;
|
|
59
|
+
};
|
|
60
|
+
readonly flexDirection: {
|
|
61
|
+
readonly visible: false;
|
|
62
|
+
};
|
|
63
|
+
readonly border: {
|
|
64
|
+
readonly visible: false;
|
|
65
|
+
};
|
|
66
|
+
readonly background: {
|
|
67
|
+
readonly visible: false;
|
|
68
|
+
};
|
|
69
|
+
readonly boxShadow: {
|
|
70
|
+
readonly visible: false;
|
|
71
|
+
};
|
|
72
|
+
readonly opacity: {
|
|
73
|
+
readonly visible: false;
|
|
74
|
+
};
|
|
75
|
+
readonly alignItems: {
|
|
76
|
+
readonly visible: false;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
readonly templates: readonly [{
|
|
80
|
+
readonly when: "$attached";
|
|
81
|
+
readonly body: "\n[attributes]\n\":options\" = \"{\n html: false, // 在源码中启用 HTML 标签\n xhtmlOut: false, // 使用 / 来闭合单标签 (比如 <br />)。\n // 这个选项只对完全的 CommonMark 模式兼容。\n breaks: false, // 转换段落里的 换行符 到 <br>。\n langPrefix: 'language-', // 给围栏代码块的 CSS 语言前缀。对于额外的高亮代码非常有用。\n linkify: false, // 将类似 URL 的文本自动转换为链接。\n\n // 启用一些语言中立的替换 + 引号美化\n typographer: false,\n\n // 双 + 单引号替换对,当 typographer 启用时。\n // 或者智能引号等,可以是 String 或 Array。\n //\n // 比方说,你可以支持 '«»„“' 给俄罗斯人使用, '„“‚‘' 给德国人使用。\n quotes: '“”‘’',\n\n}\n\"\n";
|
|
82
|
+
}];
|
|
83
|
+
readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/WdMarkdown";
|
|
84
|
+
readonly shortcut: {
|
|
85
|
+
readonly props: readonly ["value"];
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
2
89
|
WdCodeEditor: {
|
|
3
90
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
4
91
|
readonly data: import("@sinclair/typebox").TObject<{
|
|
@@ -6974,6 +7061,7 @@ export declare const components: {
|
|
|
6974
7061
|
'x-component': string;
|
|
6975
7062
|
'x-component-props': {
|
|
6976
7063
|
dataContainerType: string;
|
|
7064
|
+
methodName: string;
|
|
6977
7065
|
};
|
|
6978
7066
|
'x-props': {
|
|
6979
7067
|
'data-hidebind': boolean;
|
|
@@ -7026,6 +7114,18 @@ export declare const components: {
|
|
|
7026
7114
|
enum?: undefined;
|
|
7027
7115
|
};
|
|
7028
7116
|
state?: undefined;
|
|
7117
|
+
} | {
|
|
7118
|
+
type: string;
|
|
7119
|
+
target: string;
|
|
7120
|
+
schema: {
|
|
7121
|
+
'x-component-props': {
|
|
7122
|
+
dataSourceName: string;
|
|
7123
|
+
};
|
|
7124
|
+
enum?: undefined;
|
|
7125
|
+
'x-props'?: undefined;
|
|
7126
|
+
};
|
|
7127
|
+
condition?: undefined;
|
|
7128
|
+
state?: undefined;
|
|
7029
7129
|
})[];
|
|
7030
7130
|
description: string;
|
|
7031
7131
|
};
|
|
@@ -7193,6 +7293,8 @@ export declare const components: {
|
|
|
7193
7293
|
}[];
|
|
7194
7294
|
description: string;
|
|
7195
7295
|
};
|
|
7296
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
7297
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
7196
7298
|
pagination: {
|
|
7197
7299
|
'x-index': number;
|
|
7198
7300
|
title: string;
|
|
@@ -7232,6 +7334,18 @@ export declare const components: {
|
|
|
7232
7334
|
description: string;
|
|
7233
7335
|
display: boolean;
|
|
7234
7336
|
};
|
|
7337
|
+
pageIndex: {
|
|
7338
|
+
'x-index': number;
|
|
7339
|
+
title: string;
|
|
7340
|
+
type: string;
|
|
7341
|
+
default: number;
|
|
7342
|
+
'x-group': string;
|
|
7343
|
+
'x-props': {
|
|
7344
|
+
min: number;
|
|
7345
|
+
};
|
|
7346
|
+
description: string;
|
|
7347
|
+
display: boolean;
|
|
7348
|
+
};
|
|
7235
7349
|
enableTotal: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7236
7350
|
total: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
7237
7351
|
emptyText: {
|
|
@@ -7275,6 +7389,7 @@ export declare const components: {
|
|
|
7275
7389
|
description: string;
|
|
7276
7390
|
};
|
|
7277
7391
|
isSupportApis: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7392
|
+
supportManyRelated: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7278
7393
|
};
|
|
7279
7394
|
};
|
|
7280
7395
|
events: ({
|
|
@@ -7314,6 +7429,7 @@ export declare const components: {
|
|
|
7314
7429
|
message: import("@sinclair/typebox").TString;
|
|
7315
7430
|
code: import("@sinclair/typebox").TString;
|
|
7316
7431
|
}>;
|
|
7432
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
7317
7433
|
}>;
|
|
7318
7434
|
methods: ({
|
|
7319
7435
|
name: string;
|
|
@@ -7495,6 +7611,7 @@ export declare const components: {
|
|
|
7495
7611
|
'x-component': string;
|
|
7496
7612
|
'x-component-props': {
|
|
7497
7613
|
dataContainerType: string;
|
|
7614
|
+
methodName: string;
|
|
7498
7615
|
};
|
|
7499
7616
|
'x-props': {
|
|
7500
7617
|
'data-hidebind': boolean;
|
|
@@ -7513,6 +7630,15 @@ export declare const components: {
|
|
|
7513
7630
|
schema: {
|
|
7514
7631
|
'x-component-props': string;
|
|
7515
7632
|
};
|
|
7633
|
+
} | {
|
|
7634
|
+
type: string;
|
|
7635
|
+
target: string;
|
|
7636
|
+
schema: {
|
|
7637
|
+
'x-component-props': {
|
|
7638
|
+
dataSourceName: string;
|
|
7639
|
+
};
|
|
7640
|
+
};
|
|
7641
|
+
condition?: undefined;
|
|
7516
7642
|
})[];
|
|
7517
7643
|
description: string;
|
|
7518
7644
|
};
|
|
@@ -7593,6 +7719,9 @@ export declare const components: {
|
|
|
7593
7719
|
description: string;
|
|
7594
7720
|
};
|
|
7595
7721
|
isSupportApis: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7722
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
7723
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
7724
|
+
supportManyRelated: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7596
7725
|
};
|
|
7597
7726
|
};
|
|
7598
7727
|
events: ({
|
|
@@ -7614,6 +7743,7 @@ export declare const components: {
|
|
|
7614
7743
|
})[];
|
|
7615
7744
|
properties: import("@sinclair/typebox").TObject<{
|
|
7616
7745
|
record: import("@sinclair/typebox").TObject<{}>;
|
|
7746
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
7617
7747
|
}>;
|
|
7618
7748
|
methods: ({
|
|
7619
7749
|
name: string;
|
|
@@ -12710,6 +12840,7 @@ export declare const components: {
|
|
|
12710
12840
|
dataSourceData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>>;
|
|
12711
12841
|
total: import("@sinclair/typebox").TNumber;
|
|
12712
12842
|
records: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
12843
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
12713
12844
|
columnSets: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
12714
12845
|
key: import("@sinclair/typebox").TUnsafe<string>;
|
|
12715
12846
|
header: import("@sinclair/typebox").TString;
|
|
@@ -12750,7 +12881,6 @@ export declare const components: {
|
|
|
12750
12881
|
filterTypeOption: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
12751
12882
|
}>>;
|
|
12752
12883
|
selectedRecords: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
12753
|
-
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
12754
12884
|
}>;
|
|
12755
12885
|
readonly classes: readonly [{
|
|
12756
12886
|
readonly name: "根元素";
|
|
@@ -18664,7 +18794,7 @@ export declare const components: {
|
|
|
18664
18794
|
headRightSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
18665
18795
|
contentSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
18666
18796
|
footerSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
18667
|
-
template: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant">;
|
|
18797
|
+
template: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant" | "navTab">;
|
|
18668
18798
|
menu: import("@sinclair/typebox").TObject<{
|
|
18669
18799
|
isMultiTerminal: import("@sinclair/typebox").TBoolean;
|
|
18670
18800
|
menuData: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TRecursive<import("@sinclair/typebox").TObject<{
|
|
@@ -18698,8 +18828,9 @@ export declare const components: {
|
|
|
18698
18828
|
subPackageName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
18699
18829
|
}>>>;
|
|
18700
18830
|
}>;
|
|
18701
|
-
type: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant">;
|
|
18831
|
+
type: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant" | "navTab">;
|
|
18702
18832
|
defaultOpened: import("@sinclair/typebox").TBoolean;
|
|
18833
|
+
outerClickClosable: import("@sinclair/typebox").TBoolean;
|
|
18703
18834
|
}>;
|
|
18704
18835
|
readonly properties: import("@sinclair/typebox").TObject<{}>;
|
|
18705
18836
|
readonly classes: readonly [{
|
|
@@ -18830,7 +18961,7 @@ export declare const components: {
|
|
|
18830
18961
|
}, {
|
|
18831
18962
|
readonly when: "$attached";
|
|
18832
18963
|
readonly to: "headSlot";
|
|
18833
|
-
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
18964
|
+
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav') (helper_utils '===' $self.attributes.template 'navTab'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav') (helper_utils '!==' $self.attributes.template 'navTab'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
18834
18965
|
}, {
|
|
18835
18966
|
readonly when: "$attached";
|
|
18836
18967
|
readonly to: "headRightSlot";
|
|
@@ -18850,7 +18981,7 @@ export declare const components: {
|
|
|
18850
18981
|
}, {
|
|
18851
18982
|
readonly when: "template";
|
|
18852
18983
|
readonly to: "headSlot";
|
|
18853
|
-
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
18984
|
+
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav') (helper_utils '===' $self.attributes.template 'navTab'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav') (helper_utils '!==' $self.attributes.template 'navTab'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
18854
18985
|
}, {
|
|
18855
18986
|
readonly when: "template";
|
|
18856
18987
|
readonly to: "headRightSlot";
|
|
@@ -19031,6 +19162,32 @@ export declare const components: {
|
|
|
19031
19162
|
readonly configMeta: {};
|
|
19032
19163
|
readonly items: any;
|
|
19033
19164
|
};
|
|
19165
|
+
WdMenuNavTabLayout: {
|
|
19166
|
+
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
19167
|
+
readonly data: import("@sinclair/typebox").TObject<{}>;
|
|
19168
|
+
readonly events: readonly [];
|
|
19169
|
+
readonly isContainer: true;
|
|
19170
|
+
readonly meta: {
|
|
19171
|
+
readonly name: "WdMenuNavTabLayout";
|
|
19172
|
+
readonly componentName: "MenuNavTabLayout";
|
|
19173
|
+
readonly title: "工字导航布局";
|
|
19174
|
+
readonly category: "布局";
|
|
19175
|
+
readonly description: "工字导航布局适用于H5/小程序包含顶部导航与底部Tab切换不同页面或功能模块的场景";
|
|
19176
|
+
readonly previewImageUrl: "https://qcloudimg.tencent-cloud.cn/raw/2cf29361b2dc0245518601d0f3443124.png";
|
|
19177
|
+
readonly categoryOrder: 200;
|
|
19178
|
+
readonly componentOrder: 70;
|
|
19179
|
+
readonly figureIcon: "../figureIcons/WdMenuNavTabLayout.svg";
|
|
19180
|
+
readonly icon: "../icons/WdMenuNavTabLayout.svg";
|
|
19181
|
+
readonly componentType: "layout";
|
|
19182
|
+
readonly templates: readonly [{
|
|
19183
|
+
readonly when: "$attached";
|
|
19184
|
+
readonly to: "$children";
|
|
19185
|
+
readonly body: string;
|
|
19186
|
+
}];
|
|
19187
|
+
};
|
|
19188
|
+
readonly configMeta: {};
|
|
19189
|
+
readonly items: any;
|
|
19190
|
+
};
|
|
19034
19191
|
WdMenuList: {
|
|
19035
19192
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
19036
19193
|
readonly data: import("@sinclair/typebox").TObject<{
|
|
@@ -20099,6 +20256,93 @@ export declare const actions: {
|
|
|
20099
20256
|
};
|
|
20100
20257
|
declare const _default: {
|
|
20101
20258
|
components: {
|
|
20259
|
+
WdMarkdown: {
|
|
20260
|
+
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
20261
|
+
readonly data: import("@sinclair/typebox").TObject<{
|
|
20262
|
+
value: import("@sinclair/typebox").TString;
|
|
20263
|
+
options: import("@sinclair/typebox").TObject<{}>;
|
|
20264
|
+
}>;
|
|
20265
|
+
readonly properties: import("@sinclair/typebox").TObject<{
|
|
20266
|
+
value: import("@sinclair/typebox").TString;
|
|
20267
|
+
}>;
|
|
20268
|
+
readonly classes: readonly [{
|
|
20269
|
+
readonly name: "根元素";
|
|
20270
|
+
readonly selector: ".wd-markdown";
|
|
20271
|
+
readonly description: "链接组件根元素";
|
|
20272
|
+
}, {
|
|
20273
|
+
readonly name: "PC 端链接根元素";
|
|
20274
|
+
readonly selector: ".wd-pc-markdown";
|
|
20275
|
+
readonly description: "可以为 PC 端的链接编写样式";
|
|
20276
|
+
}, {
|
|
20277
|
+
readonly name: "H5 端链接根元素";
|
|
20278
|
+
readonly selector: ".wd-h5-markdown";
|
|
20279
|
+
readonly description: "可以为 H5 端的链接编写样式";
|
|
20280
|
+
}, {
|
|
20281
|
+
readonly name: "小程序端链接根元素";
|
|
20282
|
+
readonly selector: ".wd-mp-markdown";
|
|
20283
|
+
readonly description: "可以为小程序端的链接编写样式";
|
|
20284
|
+
}];
|
|
20285
|
+
readonly methods: readonly [];
|
|
20286
|
+
readonly events: readonly [];
|
|
20287
|
+
readonly meta: {
|
|
20288
|
+
readonly name: "WdMarkdown";
|
|
20289
|
+
readonly componentName: "markdown";
|
|
20290
|
+
readonly title: "markdown";
|
|
20291
|
+
readonly description: "用于markdown展示";
|
|
20292
|
+
readonly figureIcon: "../figureIcons/RichTextView.svg";
|
|
20293
|
+
readonly icon: "../icons/RichTextView.svg";
|
|
20294
|
+
readonly category: "展示";
|
|
20295
|
+
readonly categoryOrder: 400;
|
|
20296
|
+
readonly componentOrder: 250;
|
|
20297
|
+
readonly visible: any;
|
|
20298
|
+
readonly inlineStyleForm: {
|
|
20299
|
+
readonly $text: {
|
|
20300
|
+
readonly visible: false;
|
|
20301
|
+
};
|
|
20302
|
+
readonly fontSize: {
|
|
20303
|
+
readonly visible: false;
|
|
20304
|
+
};
|
|
20305
|
+
readonly color: {
|
|
20306
|
+
readonly visible: false;
|
|
20307
|
+
};
|
|
20308
|
+
readonly fontWeight: {
|
|
20309
|
+
readonly visible: false;
|
|
20310
|
+
};
|
|
20311
|
+
readonly lineHeight: {
|
|
20312
|
+
readonly visible: false;
|
|
20313
|
+
};
|
|
20314
|
+
readonly justifyContent: {
|
|
20315
|
+
readonly visible: false;
|
|
20316
|
+
};
|
|
20317
|
+
readonly flexDirection: {
|
|
20318
|
+
readonly visible: false;
|
|
20319
|
+
};
|
|
20320
|
+
readonly border: {
|
|
20321
|
+
readonly visible: false;
|
|
20322
|
+
};
|
|
20323
|
+
readonly background: {
|
|
20324
|
+
readonly visible: false;
|
|
20325
|
+
};
|
|
20326
|
+
readonly boxShadow: {
|
|
20327
|
+
readonly visible: false;
|
|
20328
|
+
};
|
|
20329
|
+
readonly opacity: {
|
|
20330
|
+
readonly visible: false;
|
|
20331
|
+
};
|
|
20332
|
+
readonly alignItems: {
|
|
20333
|
+
readonly visible: false;
|
|
20334
|
+
};
|
|
20335
|
+
};
|
|
20336
|
+
readonly templates: readonly [{
|
|
20337
|
+
readonly when: "$attached";
|
|
20338
|
+
readonly body: "\n[attributes]\n\":options\" = \"{\n html: false, // 在源码中启用 HTML 标签\n xhtmlOut: false, // 使用 / 来闭合单标签 (比如 <br />)。\n // 这个选项只对完全的 CommonMark 模式兼容。\n breaks: false, // 转换段落里的 换行符 到 <br>。\n langPrefix: 'language-', // 给围栏代码块的 CSS 语言前缀。对于额外的高亮代码非常有用。\n linkify: false, // 将类似 URL 的文本自动转换为链接。\n\n // 启用一些语言中立的替换 + 引号美化\n typographer: false,\n\n // 双 + 单引号替换对,当 typographer 启用时。\n // 或者智能引号等,可以是 String 或 Array。\n //\n // 比方说,你可以支持 '«»„“' 给俄罗斯人使用, '„“‚‘' 给德国人使用。\n quotes: '“”‘’',\n\n}\n\"\n";
|
|
20339
|
+
}];
|
|
20340
|
+
readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/WdMarkdown";
|
|
20341
|
+
readonly shortcut: {
|
|
20342
|
+
readonly props: readonly ["value"];
|
|
20343
|
+
};
|
|
20344
|
+
};
|
|
20345
|
+
};
|
|
20102
20346
|
WdCodeEditor: {
|
|
20103
20347
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
20104
20348
|
readonly data: import("@sinclair/typebox").TObject<{
|
|
@@ -27074,6 +27318,7 @@ declare const _default: {
|
|
|
27074
27318
|
'x-component': string;
|
|
27075
27319
|
'x-component-props': {
|
|
27076
27320
|
dataContainerType: string;
|
|
27321
|
+
methodName: string;
|
|
27077
27322
|
};
|
|
27078
27323
|
'x-props': {
|
|
27079
27324
|
'data-hidebind': boolean;
|
|
@@ -27126,6 +27371,18 @@ declare const _default: {
|
|
|
27126
27371
|
enum?: undefined;
|
|
27127
27372
|
};
|
|
27128
27373
|
state?: undefined;
|
|
27374
|
+
} | {
|
|
27375
|
+
type: string;
|
|
27376
|
+
target: string;
|
|
27377
|
+
schema: {
|
|
27378
|
+
'x-component-props': {
|
|
27379
|
+
dataSourceName: string;
|
|
27380
|
+
};
|
|
27381
|
+
enum?: undefined;
|
|
27382
|
+
'x-props'?: undefined;
|
|
27383
|
+
};
|
|
27384
|
+
condition?: undefined;
|
|
27385
|
+
state?: undefined;
|
|
27129
27386
|
})[];
|
|
27130
27387
|
description: string;
|
|
27131
27388
|
};
|
|
@@ -27293,6 +27550,8 @@ declare const _default: {
|
|
|
27293
27550
|
}[];
|
|
27294
27551
|
description: string;
|
|
27295
27552
|
};
|
|
27553
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
27554
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
27296
27555
|
pagination: {
|
|
27297
27556
|
'x-index': number;
|
|
27298
27557
|
title: string;
|
|
@@ -27332,6 +27591,18 @@ declare const _default: {
|
|
|
27332
27591
|
description: string;
|
|
27333
27592
|
display: boolean;
|
|
27334
27593
|
};
|
|
27594
|
+
pageIndex: {
|
|
27595
|
+
'x-index': number;
|
|
27596
|
+
title: string;
|
|
27597
|
+
type: string;
|
|
27598
|
+
default: number;
|
|
27599
|
+
'x-group': string;
|
|
27600
|
+
'x-props': {
|
|
27601
|
+
min: number;
|
|
27602
|
+
};
|
|
27603
|
+
description: string;
|
|
27604
|
+
display: boolean;
|
|
27605
|
+
};
|
|
27335
27606
|
enableTotal: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
27336
27607
|
total: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
27337
27608
|
emptyText: {
|
|
@@ -27375,6 +27646,7 @@ declare const _default: {
|
|
|
27375
27646
|
description: string;
|
|
27376
27647
|
};
|
|
27377
27648
|
isSupportApis: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
27649
|
+
supportManyRelated: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
27378
27650
|
};
|
|
27379
27651
|
};
|
|
27380
27652
|
events: ({
|
|
@@ -27414,6 +27686,7 @@ declare const _default: {
|
|
|
27414
27686
|
message: import("@sinclair/typebox").TString;
|
|
27415
27687
|
code: import("@sinclair/typebox").TString;
|
|
27416
27688
|
}>;
|
|
27689
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
27417
27690
|
}>;
|
|
27418
27691
|
methods: ({
|
|
27419
27692
|
name: string;
|
|
@@ -27595,6 +27868,7 @@ declare const _default: {
|
|
|
27595
27868
|
'x-component': string;
|
|
27596
27869
|
'x-component-props': {
|
|
27597
27870
|
dataContainerType: string;
|
|
27871
|
+
methodName: string;
|
|
27598
27872
|
};
|
|
27599
27873
|
'x-props': {
|
|
27600
27874
|
'data-hidebind': boolean;
|
|
@@ -27613,6 +27887,15 @@ declare const _default: {
|
|
|
27613
27887
|
schema: {
|
|
27614
27888
|
'x-component-props': string;
|
|
27615
27889
|
};
|
|
27890
|
+
} | {
|
|
27891
|
+
type: string;
|
|
27892
|
+
target: string;
|
|
27893
|
+
schema: {
|
|
27894
|
+
'x-component-props': {
|
|
27895
|
+
dataSourceName: string;
|
|
27896
|
+
};
|
|
27897
|
+
};
|
|
27898
|
+
condition?: undefined;
|
|
27616
27899
|
})[];
|
|
27617
27900
|
description: string;
|
|
27618
27901
|
};
|
|
@@ -27693,6 +27976,9 @@ declare const _default: {
|
|
|
27693
27976
|
description: string;
|
|
27694
27977
|
};
|
|
27695
27978
|
isSupportApis: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
27979
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
27980
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
27981
|
+
supportManyRelated: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
27696
27982
|
};
|
|
27697
27983
|
};
|
|
27698
27984
|
events: ({
|
|
@@ -27714,6 +28000,7 @@ declare const _default: {
|
|
|
27714
28000
|
})[];
|
|
27715
28001
|
properties: import("@sinclair/typebox").TObject<{
|
|
27716
28002
|
record: import("@sinclair/typebox").TObject<{}>;
|
|
28003
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
27717
28004
|
}>;
|
|
27718
28005
|
methods: ({
|
|
27719
28006
|
name: string;
|
|
@@ -32810,6 +33097,7 @@ declare const _default: {
|
|
|
32810
33097
|
dataSourceData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>>;
|
|
32811
33098
|
total: import("@sinclair/typebox").TNumber;
|
|
32812
33099
|
records: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
33100
|
+
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
32813
33101
|
columnSets: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
32814
33102
|
key: import("@sinclair/typebox").TUnsafe<string>;
|
|
32815
33103
|
header: import("@sinclair/typebox").TString;
|
|
@@ -32850,7 +33138,6 @@ declare const _default: {
|
|
|
32850
33138
|
filterTypeOption: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
32851
33139
|
}>>;
|
|
32852
33140
|
selectedRecords: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
32853
|
-
dataSourceVersion: import("@sinclair/typebox").TString;
|
|
32854
33141
|
}>;
|
|
32855
33142
|
readonly classes: readonly [{
|
|
32856
33143
|
readonly name: "根元素";
|
|
@@ -38764,7 +39051,7 @@ declare const _default: {
|
|
|
38764
39051
|
headRightSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
38765
39052
|
contentSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
38766
39053
|
footerSlot: import("@sinclair/typebox").TUnsafe<import("react").ReactNode>;
|
|
38767
|
-
template: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant">;
|
|
39054
|
+
template: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant" | "navTab">;
|
|
38768
39055
|
menu: import("@sinclair/typebox").TObject<{
|
|
38769
39056
|
isMultiTerminal: import("@sinclair/typebox").TBoolean;
|
|
38770
39057
|
menuData: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TRecursive<import("@sinclair/typebox").TObject<{
|
|
@@ -38798,8 +39085,9 @@ declare const _default: {
|
|
|
38798
39085
|
subPackageName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
38799
39086
|
}>>>;
|
|
38800
39087
|
}>;
|
|
38801
|
-
type: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant">;
|
|
39088
|
+
type: import("@sinclair/typebox").TUnsafe<"nav" | "tab" | "vertical" | "horizontal" | "plant" | "navTab">;
|
|
38802
39089
|
defaultOpened: import("@sinclair/typebox").TBoolean;
|
|
39090
|
+
outerClickClosable: import("@sinclair/typebox").TBoolean;
|
|
38803
39091
|
}>;
|
|
38804
39092
|
readonly properties: import("@sinclair/typebox").TObject<{}>;
|
|
38805
39093
|
readonly classes: readonly [{
|
|
@@ -38930,7 +39218,7 @@ declare const _default: {
|
|
|
38930
39218
|
}, {
|
|
38931
39219
|
readonly when: "$attached";
|
|
38932
39220
|
readonly to: "headSlot";
|
|
38933
|
-
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
39221
|
+
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav') (helper_utils '===' $self.attributes.template 'navTab'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav') (helper_utils '!==' $self.attributes.template 'navTab'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
38934
39222
|
}, {
|
|
38935
39223
|
readonly when: "$attached";
|
|
38936
39224
|
readonly to: "headRightSlot";
|
|
@@ -38950,7 +39238,7 @@ declare const _default: {
|
|
|
38950
39238
|
}, {
|
|
38951
39239
|
readonly when: "template";
|
|
38952
39240
|
readonly to: "headSlot";
|
|
38953
|
-
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
39241
|
+
readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '||' (helper_utils '===' $self.attributes.template 'tab') (helper_utils '===' $self.attributes.template 'nav') (helper_utils '===' $self.attributes.template 'navTab'))}}\n[[directives]]\n\":if\" = false\n{{else}}\n[[directives]]\n\":if\" = true\n{{/if}}\n\n{{#if (helper_utils '&&' (helper_utils '!==' $self.attributes.template 'tab') (helper_utils '!==' $self.attributes.template 'nav') (helper_utils '!==' $self.attributes.template 'navTab'))}}\n[[template]]\ncomponent = 'WdIcon'\n[template.attributes]\ntype = 'custom'\nsrc = 'https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/43d3b2b7-445c-4858-8eb0-50ac5d5cc08e.svg'\n[[template]]\ncomponent = 'WdText'\n[template.attributes]\ntext = '菜单标题'\nlevel = 'title-6'\n[template.extra.commonStyle.margin]\nleft = '8px'\n{{/if}}\n\n{{/with}}\n";
|
|
38954
39242
|
}, {
|
|
38955
39243
|
readonly when: "template";
|
|
38956
39244
|
readonly to: "headRightSlot";
|
|
@@ -39131,6 +39419,32 @@ declare const _default: {
|
|
|
39131
39419
|
readonly configMeta: {};
|
|
39132
39420
|
readonly items: any;
|
|
39133
39421
|
};
|
|
39422
|
+
WdMenuNavTabLayout: {
|
|
39423
|
+
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
39424
|
+
readonly data: import("@sinclair/typebox").TObject<{}>;
|
|
39425
|
+
readonly events: readonly [];
|
|
39426
|
+
readonly isContainer: true;
|
|
39427
|
+
readonly meta: {
|
|
39428
|
+
readonly name: "WdMenuNavTabLayout";
|
|
39429
|
+
readonly componentName: "MenuNavTabLayout";
|
|
39430
|
+
readonly title: "工字导航布局";
|
|
39431
|
+
readonly category: "布局";
|
|
39432
|
+
readonly description: "工字导航布局适用于H5/小程序包含顶部导航与底部Tab切换不同页面或功能模块的场景";
|
|
39433
|
+
readonly previewImageUrl: "https://qcloudimg.tencent-cloud.cn/raw/2cf29361b2dc0245518601d0f3443124.png";
|
|
39434
|
+
readonly categoryOrder: 200;
|
|
39435
|
+
readonly componentOrder: 70;
|
|
39436
|
+
readonly figureIcon: "../figureIcons/WdMenuNavTabLayout.svg";
|
|
39437
|
+
readonly icon: "../icons/WdMenuNavTabLayout.svg";
|
|
39438
|
+
readonly componentType: "layout";
|
|
39439
|
+
readonly templates: readonly [{
|
|
39440
|
+
readonly when: "$attached";
|
|
39441
|
+
readonly to: "$children";
|
|
39442
|
+
readonly body: string;
|
|
39443
|
+
}];
|
|
39444
|
+
};
|
|
39445
|
+
readonly configMeta: {};
|
|
39446
|
+
readonly items: any;
|
|
39447
|
+
};
|
|
39134
39448
|
WdMenuList: {
|
|
39135
39449
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
39136
39450
|
readonly data: import("@sinclair/typebox").TObject<{
|
package/dist/configs/index.js
CHANGED
|
@@ -89,6 +89,7 @@ import WdMenuBaseLayout from './components/wd-menu-base-layout';
|
|
|
89
89
|
import WdMenuList from './components/wd-menu-list';
|
|
90
90
|
import WdMenuTabLayout from './components/wd-menu-tab-layout';
|
|
91
91
|
import WdMenuNavLayout from './components/wd-menu-nav-layout';
|
|
92
|
+
import WdMenuNavTabLayout from './components/wd-menu-nav-tab-layou';
|
|
92
93
|
import WdTabBar from './components/wd-tabbar';
|
|
93
94
|
import WdCard from './components/wd-card';
|
|
94
95
|
import WdLayout from './components/wd-layout';
|
|
@@ -144,7 +145,9 @@ import WdRating from './components/wd-rating';
|
|
|
144
145
|
import WdProgress from './components/wd-progress';
|
|
145
146
|
import WdCascader from './components/wd-cascader';
|
|
146
147
|
import WdCodeEditor from './components/wd-code-editor';
|
|
148
|
+
import WdMarkdown from './components/wd-markdown';
|
|
147
149
|
export const components = {
|
|
150
|
+
WdMarkdown,
|
|
148
151
|
WdCodeEditor,
|
|
149
152
|
WdUnifiedLink,
|
|
150
153
|
WdRating,
|
|
@@ -284,6 +287,7 @@ export const components = {
|
|
|
284
287
|
WdMenuBaseLayout,
|
|
285
288
|
WdMenuTabLayout,
|
|
286
289
|
WdMenuNavLayout,
|
|
290
|
+
WdMenuNavTabLayout,
|
|
287
291
|
WdMenuList,
|
|
288
292
|
WdRichText,
|
|
289
293
|
WdCalendar,
|