@opentinyvue/vue-guide 3.28.0 → 3.29.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 CHANGED
@@ -66,6 +66,10 @@ var Guide = defineComponent({
66
66
  mask: {
67
67
  type: Boolean,
68
68
  default: false
69
+ },
70
+ showClose: {
71
+ type: Boolean,
72
+ default: true
69
73
  }
70
74
  }),
71
75
  setup: function setup(props, context) {
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", "mask", "height"]),
247
+ props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "mask", "height", "showClose"]),
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.28.0",
4
+ "version": "3.29.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.28.0",
13
- "@opentinyvue/vue-common": "~3.28.0",
14
- "@opentinyvue/vue-renderless": "~3.28.0",
15
- "@opentinyvue/vue-theme": "~3.28.0",
12
+ "@opentinyvue/utils": "~3.29.0",
13
+ "@opentinyvue/vue-common": "~3.29.0",
14
+ "@opentinyvue/vue-renderless": "~3.29.0",
15
+ "@opentinyvue/vue-theme": "~3.29.0",
16
16
  "shepherd.js": "11.1.1"
17
17
  },
18
18
  "types": "index.d.ts"
package/src/index.d.ts CHANGED
@@ -48,6 +48,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
48
48
  type: BooleanConstructor;
49
49
  default: boolean;
50
50
  };
51
+ showClose: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
51
55
  tiny_mode: StringConstructor;
52
56
  tiny_mode_root: BooleanConstructor;
53
57
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
@@ -107,6 +111,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
107
111
  type: BooleanConstructor;
108
112
  default: boolean;
109
113
  };
114
+ showClose: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
110
118
  tiny_mode: StringConstructor;
111
119
  tiny_mode_root: BooleanConstructor;
112
120
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
@@ -122,6 +130,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
122
130
  mainAxis: number;
123
131
  crossAxis: number;
124
132
  tiny_mode_root: boolean;
133
+ showClose: boolean;
125
134
  showStep: boolean;
126
135
  alignmentAxis: number;
127
136
  popPosition: string;
package/src/pc.vue.d.ts CHANGED
@@ -13,6 +13,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
13
13
  tiny_theme?: any;
14
14
  tiny_chart_theme?: any;
15
15
  tiny_mcp_config?: any;
16
+ showClose?: any;
16
17
  domData?: any;
17
18
  showStep?: any;
18
19
  alignmentAxis?: any;
@@ -44,6 +45,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
44
45
  tiny_theme?: any;
45
46
  tiny_chart_theme?: any;
46
47
  tiny_mcp_config?: any;
48
+ showClose?: any;
47
49
  domData?: any;
48
50
  showStep?: any;
49
51
  alignmentAxis?: any;
@@ -66,6 +68,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
66
68
  readonly tiny_theme?: any;
67
69
  readonly tiny_chart_theme?: any;
68
70
  readonly tiny_mcp_config?: any;
71
+ readonly showClose?: any;
69
72
  readonly domData?: any;
70
73
  readonly showStep?: any;
71
74
  readonly alignmentAxis?: any;