cnhis-design-vue 3.2.7-beta.21 → 3.2.7-beta.23
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/README.md +87 -87
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +14 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/form-config/index.d.ts +34 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +34 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +17 -0
- package/es/components/form-render/index.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/iho-chat/index.d.ts +1 -1
- package/es/components/iho-chat/src/Index.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/info-header/index.d.ts +33 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +33 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -0
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +14 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +14 -0
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,87 +1,87 @@
|
|
1
|
-
# 安装
|
2
|
-
|
3
|
-
```shell
|
4
|
-
npm i cnhis-design-vue@[版本号]
|
5
|
-
# or
|
6
|
-
yarn add cnhis-design-vue@[版本号] #推荐
|
7
|
-
```
|
8
|
-
|
9
|
-
## 1.全局引入
|
10
|
-
|
11
|
-
```typescript
|
12
|
-
// main.ts
|
13
|
-
import { createApp } from 'vue';
|
14
|
-
import App from './App.vue';
|
15
|
-
import 'cnhis-design-vue/es/packages/index.css';
|
16
|
-
import cui from 'cnhis-design-vue';
|
17
|
-
|
18
|
-
const app = createApp(App);
|
19
|
-
app.use(cui).mount('#app');
|
20
|
-
```
|
21
|
-
|
22
|
-
## 2. 按需引入
|
23
|
-
|
24
|
-
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
25
|
-
|
26
|
-
### 2.1 样式处理方式1 (按需引入样式)
|
27
|
-
|
28
|
-
```shell
|
29
|
-
# 安装自动导入样式的插件
|
30
|
-
npm i -d vite-plugin-style-import
|
31
|
-
```
|
32
|
-
|
33
|
-
```typescript
|
34
|
-
// vite.config.ts
|
35
|
-
import { defineConfig } from 'vite';
|
36
|
-
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
37
|
-
|
38
|
-
export default defineConfig({
|
39
|
-
plugins: [
|
40
|
-
// ...otherPlugins
|
41
|
-
createStyleImportPlugin({
|
42
|
-
libs: [
|
43
|
-
{
|
44
|
-
libraryName: 'cnhis-design-vue',
|
45
|
-
esModule: true,
|
46
|
-
ensureStyleFile: true,
|
47
|
-
resolveStyle: name => {
|
48
|
-
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
]
|
52
|
-
})
|
53
|
-
]
|
54
|
-
});
|
55
|
-
```
|
56
|
-
|
57
|
-
### 2.2 样式处理方式2 (全局引入样式)
|
58
|
-
|
59
|
-
```typescript
|
60
|
-
// main.ts
|
61
|
-
import 'cnhis-design-vue/es/components/index.css';
|
62
|
-
```
|
63
|
-
|
64
|
-
## 3.FAQ
|
65
|
-
|
66
|
-
### 3.1 项目打包后样式丢失
|
67
|
-
|
68
|
-
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
69
|
-
|
70
|
-
```typescript
|
71
|
-
// vite.config.ts
|
72
|
-
import { defineConfig } from 'vite';
|
73
|
-
|
74
|
-
export default defineConfig({
|
75
|
-
build: {
|
76
|
-
rollupOptions: {
|
77
|
-
// ..otherOptions
|
78
|
-
output: {
|
79
|
-
dir: './dist',
|
80
|
-
manualChunks: {
|
81
|
-
'cnhis-vendor': ['cnhis-design-vue']
|
82
|
-
}
|
83
|
-
}
|
84
|
-
}
|
85
|
-
}
|
86
|
-
});
|
87
|
-
```
|
1
|
+
# 安装
|
2
|
+
|
3
|
+
```shell
|
4
|
+
npm i cnhis-design-vue@[版本号]
|
5
|
+
# or
|
6
|
+
yarn add cnhis-design-vue@[版本号] #推荐
|
7
|
+
```
|
8
|
+
|
9
|
+
## 1.全局引入
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
// main.ts
|
13
|
+
import { createApp } from 'vue';
|
14
|
+
import App from './App.vue';
|
15
|
+
import 'cnhis-design-vue/es/packages/index.css';
|
16
|
+
import cui from 'cnhis-design-vue';
|
17
|
+
|
18
|
+
const app = createApp(App);
|
19
|
+
app.use(cui).mount('#app');
|
20
|
+
```
|
21
|
+
|
22
|
+
## 2. 按需引入
|
23
|
+
|
24
|
+
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
25
|
+
|
26
|
+
### 2.1 样式处理方式1 (按需引入样式)
|
27
|
+
|
28
|
+
```shell
|
29
|
+
# 安装自动导入样式的插件
|
30
|
+
npm i -d vite-plugin-style-import
|
31
|
+
```
|
32
|
+
|
33
|
+
```typescript
|
34
|
+
// vite.config.ts
|
35
|
+
import { defineConfig } from 'vite';
|
36
|
+
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
37
|
+
|
38
|
+
export default defineConfig({
|
39
|
+
plugins: [
|
40
|
+
// ...otherPlugins
|
41
|
+
createStyleImportPlugin({
|
42
|
+
libs: [
|
43
|
+
{
|
44
|
+
libraryName: 'cnhis-design-vue',
|
45
|
+
esModule: true,
|
46
|
+
ensureStyleFile: true,
|
47
|
+
resolveStyle: name => {
|
48
|
+
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
]
|
52
|
+
})
|
53
|
+
]
|
54
|
+
});
|
55
|
+
```
|
56
|
+
|
57
|
+
### 2.2 样式处理方式2 (全局引入样式)
|
58
|
+
|
59
|
+
```typescript
|
60
|
+
// main.ts
|
61
|
+
import 'cnhis-design-vue/es/components/index.css';
|
62
|
+
```
|
63
|
+
|
64
|
+
## 3.FAQ
|
65
|
+
|
66
|
+
### 3.1 项目打包后样式丢失
|
67
|
+
|
68
|
+
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
69
|
+
|
70
|
+
```typescript
|
71
|
+
// vite.config.ts
|
72
|
+
import { defineConfig } from 'vite';
|
73
|
+
|
74
|
+
export default defineConfig({
|
75
|
+
build: {
|
76
|
+
rollupOptions: {
|
77
|
+
// ..otherOptions
|
78
|
+
output: {
|
79
|
+
dir: './dist',
|
80
|
+
manualChunks: {
|
81
|
+
'cnhis-vendor': ['cnhis-design-vue']
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
});
|
87
|
+
```
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'bpmn-js/lib/Viewer';
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'bpmn-js/lib/features/modeling';
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'diagram-js/lib/navigation/movecanvas';
|
@@ -199,6 +199,10 @@ export declare const CallbackMaps: Map<string, {
|
|
199
199
|
type: BooleanConstructor;
|
200
200
|
default: boolean;
|
201
201
|
};
|
202
|
+
feedbackType: {
|
203
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
204
|
+
default: string;
|
205
|
+
};
|
202
206
|
}, {
|
203
207
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
204
208
|
fieldList: {
|
@@ -394,6 +398,10 @@ export declare const CallbackMaps: Map<string, {
|
|
394
398
|
type: BooleanConstructor;
|
395
399
|
default: boolean;
|
396
400
|
};
|
401
|
+
feedbackType: {
|
402
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
403
|
+
default: string;
|
404
|
+
};
|
397
405
|
}>> & {
|
398
406
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
399
407
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -566,6 +574,7 @@ export declare const CallbackMaps: Map<string, {
|
|
566
574
|
linebarDirection: "horizontal" | "vertical";
|
567
575
|
linebarTextDirection: "horizontal" | "vertical";
|
568
576
|
autoWidth: number | boolean;
|
577
|
+
feedbackType: "default" | "tooltip";
|
569
578
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
570
579
|
[key: symbol]: any;
|
571
580
|
[key: `x-${string}`]: any;
|
@@ -945,6 +954,10 @@ export declare const CallbackMaps: Map<string, {
|
|
945
954
|
type: BooleanConstructor;
|
946
955
|
default: boolean;
|
947
956
|
};
|
957
|
+
feedbackType: {
|
958
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
959
|
+
default: string;
|
960
|
+
};
|
948
961
|
}>> & {
|
949
962
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
950
963
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -975,6 +988,7 @@ export declare const CallbackMaps: Map<string, {
|
|
975
988
|
linebarDirection: "horizontal" | "vertical";
|
976
989
|
linebarTextDirection: "horizontal" | "vertical";
|
977
990
|
autoWidth: number | boolean;
|
991
|
+
feedbackType: "default" | "tooltip";
|
978
992
|
operationalFormInit: boolean;
|
979
993
|
incrementalRender: boolean;
|
980
994
|
}>;
|
@@ -121,6 +121,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
121
121
|
linebarDirection: "horizontal" | "vertical";
|
122
122
|
linebarTextDirection: "horizontal" | "vertical";
|
123
123
|
autoWidth: number | boolean;
|
124
|
+
feedbackType: "default" | "tooltip";
|
124
125
|
}>>>;
|
125
126
|
};
|
126
127
|
beforeMove: {
|
@@ -248,6 +249,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
248
249
|
linebarDirection: "horizontal" | "vertical";
|
249
250
|
linebarTextDirection: "horizontal" | "vertical";
|
250
251
|
autoWidth: number | boolean;
|
252
|
+
feedbackType: "default" | "tooltip";
|
251
253
|
}>>>;
|
252
254
|
};
|
253
255
|
beforeMove: {
|
@@ -602,6 +604,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
602
604
|
type: BooleanConstructor;
|
603
605
|
default: boolean;
|
604
606
|
};
|
607
|
+
feedbackType: {
|
608
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
609
|
+
default: string;
|
610
|
+
};
|
605
611
|
}, {
|
606
612
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
607
613
|
fieldList: {
|
@@ -797,6 +803,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
797
803
|
type: BooleanConstructor;
|
798
804
|
default: boolean;
|
799
805
|
};
|
806
|
+
feedbackType: {
|
807
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
808
|
+
default: string;
|
809
|
+
};
|
800
810
|
}>> & {
|
801
811
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
802
812
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -969,6 +979,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
969
979
|
linebarDirection: "horizontal" | "vertical";
|
970
980
|
linebarTextDirection: "horizontal" | "vertical";
|
971
981
|
autoWidth: number | boolean;
|
982
|
+
feedbackType: "default" | "tooltip";
|
972
983
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
973
984
|
[key: symbol]: any;
|
974
985
|
[key: `x-${string}`]: any;
|
@@ -1348,6 +1359,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1348
1359
|
type: BooleanConstructor;
|
1349
1360
|
default: boolean;
|
1350
1361
|
};
|
1362
|
+
feedbackType: {
|
1363
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
1364
|
+
default: string;
|
1365
|
+
};
|
1351
1366
|
}>> & {
|
1352
1367
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1353
1368
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1378,6 +1393,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1378
1393
|
linebarDirection: "horizontal" | "vertical";
|
1379
1394
|
linebarTextDirection: "horizontal" | "vertical";
|
1380
1395
|
autoWidth: number | boolean;
|
1396
|
+
feedbackType: "default" | "tooltip";
|
1381
1397
|
operationalFormInit: boolean;
|
1382
1398
|
incrementalRender: boolean;
|
1383
1399
|
}>;
|
@@ -1607,6 +1623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1607
1623
|
linebarDirection: "horizontal" | "vertical";
|
1608
1624
|
linebarTextDirection: "horizontal" | "vertical";
|
1609
1625
|
autoWidth: number | boolean;
|
1626
|
+
feedbackType: "default" | "tooltip";
|
1610
1627
|
}>>>;
|
1611
1628
|
};
|
1612
1629
|
}, {
|
@@ -1722,6 +1739,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1722
1739
|
linebarDirection: "horizontal" | "vertical";
|
1723
1740
|
linebarTextDirection: "horizontal" | "vertical";
|
1724
1741
|
autoWidth: number | boolean;
|
1742
|
+
feedbackType: "default" | "tooltip";
|
1725
1743
|
}>>>;
|
1726
1744
|
};
|
1727
1745
|
}>> & {}>>;
|
@@ -2620,6 +2638,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2620
2638
|
type: BooleanConstructor;
|
2621
2639
|
default: boolean;
|
2622
2640
|
};
|
2641
|
+
feedbackType: {
|
2642
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
2643
|
+
default: string;
|
2644
|
+
};
|
2623
2645
|
}, {
|
2624
2646
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2625
2647
|
fieldList: {
|
@@ -2815,6 +2837,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2815
2837
|
type: BooleanConstructor;
|
2816
2838
|
default: boolean;
|
2817
2839
|
};
|
2840
|
+
feedbackType: {
|
2841
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
2842
|
+
default: string;
|
2843
|
+
};
|
2818
2844
|
}>> & {
|
2819
2845
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
2820
2846
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -2987,6 +3013,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2987
3013
|
linebarDirection: "horizontal" | "vertical";
|
2988
3014
|
linebarTextDirection: "horizontal" | "vertical";
|
2989
3015
|
autoWidth: number | boolean;
|
3016
|
+
feedbackType: "default" | "tooltip";
|
2990
3017
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
2991
3018
|
[key: symbol]: any;
|
2992
3019
|
[key: `x-${string}`]: any;
|
@@ -3366,6 +3393,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3366
3393
|
type: BooleanConstructor;
|
3367
3394
|
default: boolean;
|
3368
3395
|
};
|
3396
|
+
feedbackType: {
|
3397
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
3398
|
+
default: string;
|
3399
|
+
};
|
3369
3400
|
}>> & {
|
3370
3401
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3371
3402
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3396,6 +3427,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3396
3427
|
linebarDirection: "horizontal" | "vertical";
|
3397
3428
|
linebarTextDirection: "horizontal" | "vertical";
|
3398
3429
|
autoWidth: number | boolean;
|
3430
|
+
feedbackType: "default" | "tooltip";
|
3399
3431
|
operationalFormInit: boolean;
|
3400
3432
|
incrementalRender: boolean;
|
3401
3433
|
}>;
|
@@ -3512,6 +3544,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3512
3544
|
linebarDirection: "horizontal" | "vertical";
|
3513
3545
|
linebarTextDirection: "horizontal" | "vertical";
|
3514
3546
|
autoWidth: number | boolean;
|
3547
|
+
feedbackType: "default" | "tooltip";
|
3515
3548
|
}>>>;
|
3516
3549
|
};
|
3517
3550
|
}>>, {}>;
|
@@ -3766,6 +3799,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3766
3799
|
linebarDirection: "horizontal" | "vertical";
|
3767
3800
|
linebarTextDirection: "horizontal" | "vertical";
|
3768
3801
|
autoWidth: number | boolean;
|
3802
|
+
feedbackType: "default" | "tooltip";
|
3769
3803
|
}>>>;
|
3770
3804
|
};
|
3771
3805
|
beforeMove: {
|
@@ -124,6 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
124
124
|
linebarDirection: "horizontal" | "vertical";
|
125
125
|
linebarTextDirection: "horizontal" | "vertical";
|
126
126
|
autoWidth: number | boolean;
|
127
|
+
feedbackType: "default" | "tooltip";
|
127
128
|
}>>>;
|
128
129
|
};
|
129
130
|
beforeMove: {
|
@@ -251,6 +252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
251
252
|
linebarDirection: "horizontal" | "vertical";
|
252
253
|
linebarTextDirection: "horizontal" | "vertical";
|
253
254
|
autoWidth: number | boolean;
|
255
|
+
feedbackType: "default" | "tooltip";
|
254
256
|
}>>>;
|
255
257
|
};
|
256
258
|
beforeMove: {
|
@@ -605,6 +607,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
605
607
|
type: BooleanConstructor;
|
606
608
|
default: boolean;
|
607
609
|
};
|
610
|
+
feedbackType: {
|
611
|
+
type: PropType<"default" | "tooltip">;
|
612
|
+
default: string;
|
613
|
+
};
|
608
614
|
}, {
|
609
615
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
610
616
|
fieldList: {
|
@@ -800,6 +806,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
800
806
|
type: BooleanConstructor;
|
801
807
|
default: boolean;
|
802
808
|
};
|
809
|
+
feedbackType: {
|
810
|
+
type: PropType<"default" | "tooltip">;
|
811
|
+
default: string;
|
812
|
+
};
|
803
813
|
}>> & {
|
804
814
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
805
815
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -972,6 +982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
972
982
|
linebarDirection: "horizontal" | "vertical";
|
973
983
|
linebarTextDirection: "horizontal" | "vertical";
|
974
984
|
autoWidth: number | boolean;
|
985
|
+
feedbackType: "default" | "tooltip";
|
975
986
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
976
987
|
[key: symbol]: any;
|
977
988
|
[key: `x-${string}`]: any;
|
@@ -1351,6 +1362,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1351
1362
|
type: BooleanConstructor;
|
1352
1363
|
default: boolean;
|
1353
1364
|
};
|
1365
|
+
feedbackType: {
|
1366
|
+
type: PropType<"default" | "tooltip">;
|
1367
|
+
default: string;
|
1368
|
+
};
|
1354
1369
|
}>> & {
|
1355
1370
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1356
1371
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1381,6 +1396,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1381
1396
|
linebarDirection: "horizontal" | "vertical";
|
1382
1397
|
linebarTextDirection: "horizontal" | "vertical";
|
1383
1398
|
autoWidth: number | boolean;
|
1399
|
+
feedbackType: "default" | "tooltip";
|
1384
1400
|
operationalFormInit: boolean;
|
1385
1401
|
incrementalRender: boolean;
|
1386
1402
|
}>;
|
@@ -1610,6 +1626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1610
1626
|
linebarDirection: "horizontal" | "vertical";
|
1611
1627
|
linebarTextDirection: "horizontal" | "vertical";
|
1612
1628
|
autoWidth: number | boolean;
|
1629
|
+
feedbackType: "default" | "tooltip";
|
1613
1630
|
}>>>;
|
1614
1631
|
};
|
1615
1632
|
}, {
|
@@ -1725,6 +1742,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1725
1742
|
linebarDirection: "horizontal" | "vertical";
|
1726
1743
|
linebarTextDirection: "horizontal" | "vertical";
|
1727
1744
|
autoWidth: number | boolean;
|
1745
|
+
feedbackType: "default" | "tooltip";
|
1728
1746
|
}>>>;
|
1729
1747
|
};
|
1730
1748
|
}>> & {}>>;
|
@@ -2623,6 +2641,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2623
2641
|
type: BooleanConstructor;
|
2624
2642
|
default: boolean;
|
2625
2643
|
};
|
2644
|
+
feedbackType: {
|
2645
|
+
type: PropType<"default" | "tooltip">;
|
2646
|
+
default: string;
|
2647
|
+
};
|
2626
2648
|
}, {
|
2627
2649
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2628
2650
|
fieldList: {
|
@@ -2818,6 +2840,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2818
2840
|
type: BooleanConstructor;
|
2819
2841
|
default: boolean;
|
2820
2842
|
};
|
2843
|
+
feedbackType: {
|
2844
|
+
type: PropType<"default" | "tooltip">;
|
2845
|
+
default: string;
|
2846
|
+
};
|
2821
2847
|
}>> & {
|
2822
2848
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
2823
2849
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -2990,6 +3016,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2990
3016
|
linebarDirection: "horizontal" | "vertical";
|
2991
3017
|
linebarTextDirection: "horizontal" | "vertical";
|
2992
3018
|
autoWidth: number | boolean;
|
3019
|
+
feedbackType: "default" | "tooltip";
|
2993
3020
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
2994
3021
|
[key: symbol]: any;
|
2995
3022
|
[key: `x-${string}`]: any;
|
@@ -3369,6 +3396,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3369
3396
|
type: BooleanConstructor;
|
3370
3397
|
default: boolean;
|
3371
3398
|
};
|
3399
|
+
feedbackType: {
|
3400
|
+
type: PropType<"default" | "tooltip">;
|
3401
|
+
default: string;
|
3402
|
+
};
|
3372
3403
|
}>> & {
|
3373
3404
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3374
3405
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3399,6 +3430,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3399
3430
|
linebarDirection: "horizontal" | "vertical";
|
3400
3431
|
linebarTextDirection: "horizontal" | "vertical";
|
3401
3432
|
autoWidth: number | boolean;
|
3433
|
+
feedbackType: "default" | "tooltip";
|
3402
3434
|
operationalFormInit: boolean;
|
3403
3435
|
incrementalRender: boolean;
|
3404
3436
|
}>;
|
@@ -3515,6 +3547,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3515
3547
|
linebarDirection: "horizontal" | "vertical";
|
3516
3548
|
linebarTextDirection: "horizontal" | "vertical";
|
3517
3549
|
autoWidth: number | boolean;
|
3550
|
+
feedbackType: "default" | "tooltip";
|
3518
3551
|
}>>>;
|
3519
3552
|
};
|
3520
3553
|
}>>, {}>;
|
@@ -3769,6 +3802,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3769
3802
|
linebarDirection: "horizontal" | "vertical";
|
3770
3803
|
linebarTextDirection: "horizontal" | "vertical";
|
3771
3804
|
autoWidth: number | boolean;
|
3805
|
+
feedbackType: "default" | "tooltip";
|
3772
3806
|
}>>>;
|
3773
3807
|
};
|
3774
3808
|
beforeMove: {
|
@@ -214,6 +214,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
214
214
|
type: BooleanConstructor;
|
215
215
|
default: boolean;
|
216
216
|
};
|
217
|
+
feedbackType: {
|
218
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
219
|
+
default: string;
|
220
|
+
};
|
217
221
|
}, {
|
218
222
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
219
223
|
fieldList: {
|
@@ -409,6 +413,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
409
413
|
type: BooleanConstructor;
|
410
414
|
default: boolean;
|
411
415
|
};
|
416
|
+
feedbackType: {
|
417
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
418
|
+
default: string;
|
419
|
+
};
|
412
420
|
}>> & {
|
413
421
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
414
422
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -581,6 +589,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
581
589
|
linebarDirection: "horizontal" | "vertical";
|
582
590
|
linebarTextDirection: "horizontal" | "vertical";
|
583
591
|
autoWidth: number | boolean;
|
592
|
+
feedbackType: "default" | "tooltip";
|
584
593
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
585
594
|
[key: symbol]: any;
|
586
595
|
[key: `x-${string}`]: any;
|
@@ -960,6 +969,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
960
969
|
type: BooleanConstructor;
|
961
970
|
default: boolean;
|
962
971
|
};
|
972
|
+
feedbackType: {
|
973
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
974
|
+
default: string;
|
975
|
+
};
|
963
976
|
}>> & {
|
964
977
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
965
978
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -990,6 +1003,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
990
1003
|
linebarDirection: "horizontal" | "vertical";
|
991
1004
|
linebarTextDirection: "horizontal" | "vertical";
|
992
1005
|
autoWidth: number | boolean;
|
1006
|
+
feedbackType: "default" | "tooltip";
|
993
1007
|
operationalFormInit: boolean;
|
994
1008
|
incrementalRender: boolean;
|
995
1009
|
}>;
|
@@ -113,6 +113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
113
113
|
linebarDirection: "horizontal" | "vertical";
|
114
114
|
linebarTextDirection: "horizontal" | "vertical";
|
115
115
|
autoWidth: number | boolean;
|
116
|
+
feedbackType: "default" | "tooltip";
|
116
117
|
}>>>;
|
117
118
|
};
|
118
119
|
}, {
|
@@ -228,6 +229,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
228
229
|
linebarDirection: "horizontal" | "vertical";
|
229
230
|
linebarTextDirection: "horizontal" | "vertical";
|
230
231
|
autoWidth: number | boolean;
|
232
|
+
feedbackType: "default" | "tooltip";
|
231
233
|
}>>>;
|
232
234
|
};
|
233
235
|
}>> & {}>>;
|
@@ -1126,6 +1128,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1126
1128
|
type: BooleanConstructor;
|
1127
1129
|
default: boolean;
|
1128
1130
|
};
|
1131
|
+
feedbackType: {
|
1132
|
+
type: PropType<"default" | "tooltip">;
|
1133
|
+
default: string;
|
1134
|
+
};
|
1129
1135
|
}, {
|
1130
1136
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1131
1137
|
fieldList: {
|
@@ -1321,6 +1327,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1321
1327
|
type: BooleanConstructor;
|
1322
1328
|
default: boolean;
|
1323
1329
|
};
|
1330
|
+
feedbackType: {
|
1331
|
+
type: PropType<"default" | "tooltip">;
|
1332
|
+
default: string;
|
1333
|
+
};
|
1324
1334
|
}>> & {
|
1325
1335
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1326
1336
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1493,6 +1503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1493
1503
|
linebarDirection: "horizontal" | "vertical";
|
1494
1504
|
linebarTextDirection: "horizontal" | "vertical";
|
1495
1505
|
autoWidth: number | boolean;
|
1506
|
+
feedbackType: "default" | "tooltip";
|
1496
1507
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1497
1508
|
[key: symbol]: any;
|
1498
1509
|
[key: `x-${string}`]: any;
|
@@ -1872,6 +1883,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1872
1883
|
type: BooleanConstructor;
|
1873
1884
|
default: boolean;
|
1874
1885
|
};
|
1886
|
+
feedbackType: {
|
1887
|
+
type: PropType<"default" | "tooltip">;
|
1888
|
+
default: string;
|
1889
|
+
};
|
1875
1890
|
}>> & {
|
1876
1891
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1877
1892
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1902,6 +1917,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1902
1917
|
linebarDirection: "horizontal" | "vertical";
|
1903
1918
|
linebarTextDirection: "horizontal" | "vertical";
|
1904
1919
|
autoWidth: number | boolean;
|
1920
|
+
feedbackType: "default" | "tooltip";
|
1905
1921
|
operationalFormInit: boolean;
|
1906
1922
|
incrementalRender: boolean;
|
1907
1923
|
}>;
|
@@ -2018,6 +2034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2018
2034
|
linebarDirection: "horizontal" | "vertical";
|
2019
2035
|
linebarTextDirection: "horizontal" | "vertical";
|
2020
2036
|
autoWidth: number | boolean;
|
2037
|
+
feedbackType: "default" | "tooltip";
|
2021
2038
|
}>>>;
|
2022
2039
|
};
|
2023
2040
|
}>>, {}>;
|