@opentinyvue/vue-guide 2.27.0 → 2.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
@@ -240,7 +240,7 @@ var offset$1 = function offset$12(options) {
240
240
  };
241
241
  var offset = offset$1;
242
242
  var __vue2_script = defineComponent({
243
- props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "mask", "height"]),
243
+ props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "mask", "height", "showClose"]),
244
244
  setup: function setup$1(props2, context) {
245
245
  return setup({
246
246
  props: props2,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-guide",
3
3
  "type": "module",
4
- "version": "2.27.0",
4
+ "version": "2.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.27.0",
13
- "@opentinyvue/vue-common": "~2.27.0",
14
- "@opentinyvue/vue-renderless": "~3.27.0",
15
- "@opentinyvue/vue-theme": "~3.27.0",
12
+ "@opentinyvue/utils": "~3.29.0",
13
+ "@opentinyvue/vue-common": "~2.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"