@gct-paas/design-mobile 0.1.5-test.0 → 0.1.5-test.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.
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
options: ArrayConstructor;
|
|
16
|
-
value: (
|
|
16
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
17
17
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
design: BooleanConstructor;
|
|
19
19
|
disabled: BooleanConstructor;
|
|
@@ -27,10 +27,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
options: ArrayConstructor;
|
|
30
|
-
value: (
|
|
30
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
|
+
design: boolean;
|
|
32
33
|
disabled: boolean;
|
|
33
34
|
readonly: boolean;
|
|
34
|
-
design: boolean;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
export default _default;
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
options: ArrayConstructor;
|
|
16
|
-
value: (BooleanConstructor |
|
|
16
|
+
value: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
17
17
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
design: BooleanConstructor;
|
|
19
19
|
disabled: BooleanConstructor;
|
|
@@ -27,10 +27,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
options: ArrayConstructor;
|
|
30
|
-
value: (BooleanConstructor |
|
|
30
|
+
value: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
|
+
design: boolean;
|
|
32
33
|
disabled: boolean;
|
|
33
34
|
readonly: boolean;
|
|
34
|
-
design: boolean;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
export default _default;
|
|
@@ -88,15 +88,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
default: number;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{}>, {
|
|
91
|
+
design: boolean;
|
|
91
92
|
disabled: boolean;
|
|
92
|
-
placeholder: string;
|
|
93
|
-
multiple: boolean;
|
|
94
|
-
maxTagTextLength: number;
|
|
95
93
|
readonly: boolean;
|
|
96
|
-
design: boolean;
|
|
97
94
|
showPop: boolean;
|
|
98
95
|
isLinkageMode: boolean;
|
|
96
|
+
multiple: boolean;
|
|
97
|
+
placeholder: string;
|
|
99
98
|
refModelType: string;
|
|
100
99
|
useSwitchComp: boolean;
|
|
100
|
+
maxTagTextLength: number;
|
|
101
101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
102
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/design-mobile",
|
|
3
|
-
"version": "0.1.5-test.
|
|
3
|
+
"version": "0.1.5-test.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台设计界面移动端底包",
|
|
6
6
|
"loader": "dist/loader.esm.min.js",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"vant": "4.9.22",
|
|
35
35
|
"vue": "^3.5.30",
|
|
36
|
-
"@gct-paas/core": "0.1.5-test.
|
|
37
|
-
"@gct-paas/
|
|
38
|
-
"@gct-paas/
|
|
39
|
-
"@gct-paas/
|
|
36
|
+
"@gct-paas/core": "0.1.5-test.1",
|
|
37
|
+
"@gct-paas/design": "0.1.5-test.1",
|
|
38
|
+
"@gct-paas/core-mobile": "0.1.5-test.1",
|
|
39
|
+
"@gct-paas/schema": "0.1.5-test.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"vue": ">=3",
|
|
43
|
-
"@gct-paas/core": "0.1.5-test.
|
|
44
|
-
"@gct-paas/
|
|
45
|
-
"@gct-paas/
|
|
43
|
+
"@gct-paas/core": "0.1.5-test.1",
|
|
44
|
+
"@gct-paas/core-mobile": "0.1.5-test.1",
|
|
45
|
+
"@gct-paas/design": "0.1.5-test.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"dev": "cross-env NODE_ENV=development vite build --watch --config vite.dev.config.ts",
|