cnhis-design-vue 3.1.5-beta.10 → 3.1.5-beta.11
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/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +2 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +8 -4
- package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -4
- package/es/packages/select-label/index.d.ts +6 -2
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +9 -9
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/package.json +128 -127
|
@@ -190,7 +190,7 @@ const ScaleViewComputed = (props, state, config) => {
|
|
|
190
190
|
"RUploadCom": uploadProps.value,
|
|
191
191
|
"RMapCom": mapProps.value,
|
|
192
192
|
"RVodChunkUploadCom": vodChunkUploadProps.value,
|
|
193
|
-
"
|
|
193
|
+
"CSelectLabelCom": selectLabelProps.value
|
|
194
194
|
};
|
|
195
195
|
const propsConfig = computed(() => (item, index) => {
|
|
196
196
|
var _a;
|
|
@@ -216,7 +216,7 @@ const ScaleViewComputed = (props, state, config) => {
|
|
|
216
216
|
locationProp: state.form[item.val_key]
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
if (propType === "
|
|
219
|
+
if (propType === "CSelectLabelCom") {
|
|
220
220
|
delete propsObj.form;
|
|
221
221
|
delete propsObj.index;
|
|
222
222
|
}
|
|
@@ -479,7 +479,7 @@ export declare const componentMap: {
|
|
|
479
479
|
ak: string;
|
|
480
480
|
locationProp: string;
|
|
481
481
|
}>>;
|
|
482
|
-
LABEL: import("vue").ShallowRef<import("vue").DefineComponent<{
|
|
482
|
+
LABEL: import("vue").ShallowRef<import("../../../../src/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
483
483
|
selectedList: {
|
|
484
484
|
type: ArrayConstructor;
|
|
485
485
|
required: false;
|
|
@@ -582,8 +582,10 @@ export declare const componentMap: {
|
|
|
582
582
|
};
|
|
583
583
|
}>> & {
|
|
584
584
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
585
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
586
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
585
587
|
}>>;
|
|
586
|
-
emit: (event: "change", ...args: any[]) => void;
|
|
588
|
+
emit: (event: "change" | "scaleChange" | "vodFileList", ...args: any[]) => void;
|
|
587
589
|
labelFormContentRef: import("vue").Ref<null>;
|
|
588
590
|
state: {
|
|
589
591
|
labelVisible: boolean;
|
|
@@ -7938,7 +7940,7 @@ export declare const componentMap: {
|
|
|
7938
7940
|
saveLabelItem: Function;
|
|
7939
7941
|
}>;
|
|
7940
7942
|
handleLabelColor: typeof import("../../../../src/utils/vexutils").handleLabelColor;
|
|
7941
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7943
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "scaleChange" | "vodFileList")[], "change" | "scaleChange" | "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7942
7944
|
selectedList: {
|
|
7943
7945
|
type: ArrayConstructor;
|
|
7944
7946
|
required: false;
|
|
@@ -7990,6 +7992,8 @@ export declare const componentMap: {
|
|
|
7990
7992
|
};
|
|
7991
7993
|
}>> & {
|
|
7992
7994
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7995
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
7996
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
7993
7997
|
}, {
|
|
7994
7998
|
isDetail: boolean;
|
|
7995
7999
|
selectedList: unknown[];
|
|
@@ -8000,7 +8004,7 @@ export declare const componentMap: {
|
|
|
8000
8004
|
explicit: boolean;
|
|
8001
8005
|
explicitHeiht: string;
|
|
8002
8006
|
queryCommonlabels: Function;
|
|
8003
|
-
}
|
|
8007
|
+
}>>>;
|
|
8004
8008
|
UPFILE: import("vue").ShallowRef<import("vue").DefineComponent<{
|
|
8005
8009
|
form: {
|
|
8006
8010
|
type: ObjectConstructor;
|
|
@@ -10,7 +10,7 @@ import RAddress from '../components/formitem/r-address2.mjs';
|
|
|
10
10
|
import RUpload from '../components/formitem/r-upload2.mjs';
|
|
11
11
|
import RMap from '../components/formitem/r-map2.mjs';
|
|
12
12
|
import RVodChunkUpload from 'cnhis-design-vue/es/packages/chunk-upload/src/vod-chunk-upload';
|
|
13
|
-
import
|
|
13
|
+
import CSelectLabel from 'cnhis-design-vue/es/packages/select-label';
|
|
14
14
|
|
|
15
15
|
let RInputCom = shallowRef(RInput);
|
|
16
16
|
let RRadioCom = shallowRef(scriptRadio);
|
|
@@ -23,7 +23,7 @@ let RAddressCom = shallowRef(RAddress);
|
|
|
23
23
|
let RUploadCom = shallowRef(RUpload);
|
|
24
24
|
let RMapCom = shallowRef(RMap);
|
|
25
25
|
let RVodChunkUploadCom = shallowRef(RVodChunkUpload);
|
|
26
|
-
let
|
|
26
|
+
let CSelectLabelCom = shallowRef(CSelectLabel);
|
|
27
27
|
const componentMap = {
|
|
28
28
|
"TITLE": RCollectionCom,
|
|
29
29
|
"LINEBAR": RCollectionCom,
|
|
@@ -38,7 +38,7 @@ const componentMap = {
|
|
|
38
38
|
"ID_CARD": RInputCom,
|
|
39
39
|
"ADDRESS": RAddressCom,
|
|
40
40
|
"LOCATION": RMapCom,
|
|
41
|
-
"LABEL":
|
|
41
|
+
"LABEL": CSelectLabelCom,
|
|
42
42
|
"UPFILE": RUploadCom,
|
|
43
43
|
"UPPICTURE": RUploadCom,
|
|
44
44
|
"VEDIO": RVodChunkUploadCom,
|
|
@@ -65,7 +65,7 @@ const componentMapStr = {
|
|
|
65
65
|
"ID_CARD": "RInputCom",
|
|
66
66
|
"ADDRESS": "RInputCom",
|
|
67
67
|
"LOCATION": "RMapCom",
|
|
68
|
-
"LABEL": "
|
|
68
|
+
"LABEL": "CSelectLabelCom",
|
|
69
69
|
"UPFILE": "RUploadCom",
|
|
70
70
|
"UPPICTURE": "RUploadCom",
|
|
71
71
|
"VEDIO": "RVodChunkUploadCom",
|
|
@@ -103,8 +103,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & {
|
|
105
105
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
106
108
|
}>>;
|
|
107
|
-
emit: (event: "change", ...args: any[]) => void;
|
|
109
|
+
emit: (event: "change" | "scaleChange" | "vodFileList", ...args: any[]) => void;
|
|
108
110
|
labelFormContentRef: import("vue").Ref<null>;
|
|
109
111
|
state: {
|
|
110
112
|
labelVisible: boolean;
|
|
@@ -7459,7 +7461,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7459
7461
|
saveLabelItem: Function;
|
|
7460
7462
|
}>;
|
|
7461
7463
|
handleLabelColor: typeof import("../../src/utils/vexutils").handleLabelColor;
|
|
7462
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7464
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "scaleChange" | "vodFileList")[], "change" | "scaleChange" | "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7463
7465
|
selectedList: {
|
|
7464
7466
|
type: ArrayConstructor;
|
|
7465
7467
|
required: false;
|
|
@@ -7511,6 +7513,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7511
7513
|
};
|
|
7512
7514
|
}>> & {
|
|
7513
7515
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7516
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
7517
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
7514
7518
|
}, {
|
|
7515
7519
|
isDetail: boolean;
|
|
7516
7520
|
selectedList: unknown[];
|
|
@@ -104,8 +104,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}>> & {
|
|
106
106
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
107
109
|
}>>;
|
|
108
|
-
emit: (event: "change", ...args: any[]) => void;
|
|
110
|
+
emit: (event: "change" | "scaleChange" | "vodFileList", ...args: any[]) => void;
|
|
109
111
|
labelFormContentRef: import("vue").Ref<null>;
|
|
110
112
|
state: {
|
|
111
113
|
labelVisible: boolean;
|
|
@@ -3701,11 +3703,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3701
3703
|
linkTextColorActive: string;
|
|
3702
3704
|
linkFontSize: string;
|
|
3703
3705
|
linkPadding: string;
|
|
3704
|
-
railWidth: string;
|
|
3705
|
-
* labelObj 展示的分类值
|
|
3706
|
-
* labelList 原始数据结构
|
|
3707
|
-
* selectList 已选的数据
|
|
3708
|
-
*/
|
|
3706
|
+
railWidth: string;
|
|
3709
3707
|
}, any>>>;
|
|
3710
3708
|
}, {
|
|
3711
3709
|
scrollTo(href: string): void;
|
|
@@ -4576,12 +4574,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4576
4574
|
borderRadius: string;
|
|
4577
4575
|
color: string;
|
|
4578
4576
|
dividerColor: string;
|
|
4579
|
-
textColor: string;
|
|
4577
|
+
textColor: string;
|
|
4578
|
+
boxShadow: string; /**
|
|
4580
4579
|
* labelObj 展示的分类值
|
|
4581
4580
|
* labelList 原始数据结构
|
|
4582
4581
|
* selectList 已选的数据
|
|
4583
4582
|
*/
|
|
4584
|
-
boxShadow: string;
|
|
4585
4583
|
space: string;
|
|
4586
4584
|
spaceArrow: string;
|
|
4587
4585
|
arrowOffset: string;
|
|
@@ -7468,7 +7466,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7468
7466
|
saveLabelItem: Function;
|
|
7469
7467
|
}>;
|
|
7470
7468
|
handleLabelColor: typeof handleLabelColor;
|
|
7471
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7469
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "scaleChange" | "vodFileList")[], "change" | "scaleChange" | "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7472
7470
|
selectedList: {
|
|
7473
7471
|
type: ArrayConstructor;
|
|
7474
7472
|
required: false;
|
|
@@ -7520,6 +7518,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7520
7518
|
};
|
|
7521
7519
|
}>> & {
|
|
7522
7520
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7521
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
7522
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
7523
7523
|
}, {
|
|
7524
7524
|
isDetail: boolean;
|
|
7525
7525
|
selectedList: unknown[];
|
package/package.json
CHANGED
|
@@ -1,129 +1,130 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
2
|
+
"name": "cnhis-design-vue",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "3.1.5-beta.11",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"module": "es/packages/index.mjs",
|
|
7
|
+
"main": "es/packages/index.mjs",
|
|
8
|
+
"types": "es/packages/index.d.ts",
|
|
9
|
+
"sideEffects": [
|
|
10
|
+
"es/packages/**/style/*",
|
|
11
|
+
"es/packages/*(.css,.less)"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js --host --port 3200",
|
|
15
|
+
"start": "gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts",
|
|
16
|
+
"build": "npm run start",
|
|
17
|
+
"build:doc": "cross-env CUI_DOCS=true vite build",
|
|
18
|
+
"build:doc-local": "vite build",
|
|
19
|
+
"test": "vitest spec",
|
|
20
|
+
"test:resnap": "vitest spec -u",
|
|
21
|
+
"test:coverage": "vitest run --coverage",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"release": "standard-version"
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"naive-ui": "^2.29.0",
|
|
27
|
+
"vue": ">=3.2.0"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@formily/core": "^2.1.9",
|
|
31
|
+
"@formily/vue": "^2.1.9",
|
|
32
|
+
"@highlightjs/vue-plugin": "^2.1.0",
|
|
33
|
+
"@vicons/ionicons5": "^0.12.0",
|
|
34
|
+
"@vueuse/core": "^8.6.0",
|
|
35
|
+
"@vueuse/shared": "^8.6.0",
|
|
36
|
+
"@wangeditor/editor": "^5.1.1",
|
|
37
|
+
"@wangeditor/editor-for-vue": "^5.1.11",
|
|
38
|
+
"axios": "^0.27.2",
|
|
39
|
+
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
40
|
+
"bpmn-js": "^9.2.2",
|
|
41
|
+
"crypto-js": "^4.1.1",
|
|
42
|
+
"highlight.js": "^11.5.1",
|
|
43
|
+
"lodash": "^4.17.21",
|
|
44
|
+
"lodash-es": "^4.17.21",
|
|
45
|
+
"lodash-unified": "^1.0.2",
|
|
46
|
+
"moment": "^2.29.1",
|
|
47
|
+
"naive-ui": "^2.29.0",
|
|
48
|
+
"rimraf": "^3.0.2",
|
|
49
|
+
"spark-md5": "^3.0.2",
|
|
50
|
+
"type-fest": "^2.13.0",
|
|
51
|
+
"v-viewer": "^3.0.10",
|
|
52
|
+
"video.js": "^7.19.2",
|
|
53
|
+
"videojs-contrib-hls": "^5.15.0",
|
|
54
|
+
"viewerjs": "^1.10.5",
|
|
55
|
+
"vue": "^3.2.36",
|
|
56
|
+
"vue-simple-uploader": "^1.0.0-beta.5",
|
|
57
|
+
"vuedraggable": "4.1.0",
|
|
58
|
+
"vxe-table": "4.2.1",
|
|
59
|
+
"xe-utils": "^3.5.4"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@babel/cli": "^7.17.10",
|
|
63
|
+
"@babel/core": "^7.18.2",
|
|
64
|
+
"@babel/preset-env": "^7.18.2",
|
|
65
|
+
"@babel/preset-typescript": "^7.17.12",
|
|
66
|
+
"@esbuild-kit/cjs-loader": "^2.0.0",
|
|
67
|
+
"@rollup/plugin-alias": "^3.1.9",
|
|
68
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
69
|
+
"@rollup/plugin-image": "^2.1.1",
|
|
70
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
71
|
+
"@types/babel__core": "^7.1.19",
|
|
72
|
+
"@types/fs-extra": "^9.0.13",
|
|
73
|
+
"@types/gulp": "^4.0.9",
|
|
74
|
+
"@types/gulp-less": "^0.0.32",
|
|
75
|
+
"@types/lodash-es": "^4.17.6",
|
|
76
|
+
"@types/markdown-it": "^12.2.3",
|
|
77
|
+
"@types/node": "^17.0.38",
|
|
78
|
+
"@types/replacestream": "^4.0.1",
|
|
79
|
+
"@types/vue-router": "^2.0.0",
|
|
80
|
+
"@vitejs/plugin-vue": "^2.3.3",
|
|
81
|
+
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
82
|
+
"@vue/babel-preset-jsx": "^1.2.4",
|
|
83
|
+
"@vue/compiler-sfc": "^3.2.33",
|
|
84
|
+
"@vue/shared": "^3.2.36",
|
|
85
|
+
"autoprefixer": "^10.4.7",
|
|
86
|
+
"axios": "^0.27.2",
|
|
87
|
+
"bpmn-js": "^9.2.2",
|
|
88
|
+
"chalk": "^5.0.1",
|
|
89
|
+
"consola": "^2.15.3",
|
|
90
|
+
"cross-env": "^7.0.3",
|
|
91
|
+
"cssnano": "^5.1.7",
|
|
92
|
+
"esbuild": "^0.14.42",
|
|
93
|
+
"eslint": "^8.10.0",
|
|
94
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
95
|
+
"eslint-plugin-vue": "^8.5.0",
|
|
96
|
+
"gulp": "^4.0.2",
|
|
97
|
+
"gulp-cssimport": "^7.0.0",
|
|
98
|
+
"gulp-less": "^5.0.0",
|
|
99
|
+
"gulp-rename": "^2.0.0",
|
|
100
|
+
"gulp-replace": "^1.1.3",
|
|
101
|
+
"gulp-util": "^3.0.8",
|
|
102
|
+
"heapdump": "^0.3.15",
|
|
103
|
+
"less": "^4.1.2",
|
|
104
|
+
"markdown-it": "^13.0.1",
|
|
105
|
+
"postcss": "^8.4.14",
|
|
106
|
+
"replacestream": "^4.0.3",
|
|
107
|
+
"rollup": "^2.75.5",
|
|
108
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
109
|
+
"rollup-plugin-esbuild": "^4.9.1",
|
|
110
|
+
"rollup-plugin-external-globals": "^0.6.1",
|
|
111
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
112
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
113
|
+
"rollup-plugin-typescript2": "^0.32.0",
|
|
114
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
115
|
+
"standard-version": "^9.3.2",
|
|
116
|
+
"ts-morph": "^15.1.0",
|
|
117
|
+
"typescript": "4.6.4",
|
|
118
|
+
"vite": "^2.9.9",
|
|
119
|
+
"vitest": "^0.16.0",
|
|
120
|
+
"vue-tsc": "^0.29.8"
|
|
121
|
+
},
|
|
122
|
+
"browserslist": [
|
|
123
|
+
"defaults",
|
|
124
|
+
"not ie < 8",
|
|
125
|
+
"last 2 versions",
|
|
126
|
+
"> 1%",
|
|
127
|
+
"iOS 7",
|
|
128
|
+
"last 3 iOS versions"
|
|
129
|
+
]
|
|
129
130
|
}
|