@opentinyvue/vue-guide 3.26.0 → 3.28.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/lib/index.js +4 -0
- package/lib/pc.js +1 -1
- package/package.json +5 -5
- package/src/index.d.ts +9 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -244,7 +244,7 @@ var offset$1 = function offset$12(options) {
|
|
|
244
244
|
};
|
|
245
245
|
var offset = offset$1;
|
|
246
246
|
var _sfc_main = defineComponent({
|
|
247
|
-
props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "height"]),
|
|
247
|
+
props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "mask", "height"]),
|
|
248
248
|
setup: function setup$1(props2, context) {
|
|
249
249
|
return setup({
|
|
250
250
|
props: props2,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-guide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.28.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@floating-ui/dom": "^1.0.10",
|
|
12
|
-
"@opentinyvue/utils": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
12
|
+
"@opentinyvue/utils": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.28.0",
|
|
16
16
|
"shepherd.js": "11.1.1"
|
|
17
17
|
},
|
|
18
18
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -44,6 +44,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
44
44
|
type: StringConstructor;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
|
+
mask: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
47
51
|
tiny_mode: StringConstructor;
|
|
48
52
|
tiny_mode_root: BooleanConstructor;
|
|
49
53
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
@@ -99,6 +103,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
99
103
|
type: StringConstructor;
|
|
100
104
|
default: string;
|
|
101
105
|
};
|
|
106
|
+
mask: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
102
110
|
tiny_mode: StringConstructor;
|
|
103
111
|
tiny_mode_root: BooleanConstructor;
|
|
104
112
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
@@ -110,6 +118,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
110
118
|
width: string;
|
|
111
119
|
height: string;
|
|
112
120
|
arrow: boolean;
|
|
121
|
+
mask: boolean;
|
|
113
122
|
mainAxis: number;
|
|
114
123
|
crossAxis: number;
|
|
115
124
|
tiny_mode_root: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
2
2
|
width?: any;
|
|
3
3
|
height?: any;
|
|
4
4
|
arrow?: any;
|
|
5
|
+
mask?: any;
|
|
5
6
|
mainAxis?: any;
|
|
6
7
|
crossAxis?: any;
|
|
7
8
|
tiny_mode?: any;
|
|
@@ -32,6 +33,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
33
|
width?: any;
|
|
33
34
|
height?: any;
|
|
34
35
|
arrow?: any;
|
|
36
|
+
mask?: any;
|
|
35
37
|
mainAxis?: any;
|
|
36
38
|
crossAxis?: any;
|
|
37
39
|
tiny_mode?: any;
|
|
@@ -53,6 +55,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
53
55
|
readonly width?: any;
|
|
54
56
|
readonly height?: any;
|
|
55
57
|
readonly arrow?: any;
|
|
58
|
+
readonly mask?: any;
|
|
56
59
|
readonly mainAxis?: any;
|
|
57
60
|
readonly crossAxis?: any;
|
|
58
61
|
readonly tiny_mode?: any;
|