@varlet/ui 2.12.0 → 2.12.2-alpha.1688311405679

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/varlet.cjs.js CHANGED
@@ -1069,7 +1069,8 @@ var props$1a = {
1069
1069
  default: false
1070
1070
  },
1071
1071
  teleport: {
1072
- type: String
1072
+ type: String,
1073
+ default: "body"
1073
1074
  },
1074
1075
  onOpen: defineListenerProp(),
1075
1076
  onOpened: defineListenerProp(),
@@ -14682,6 +14683,7 @@ var __sfc__$G = vue.defineComponent({
14682
14683
  return {
14683
14684
  n: n$E,
14684
14685
  classes: classes$y,
14686
+ swipeRef,
14685
14687
  isPreventDefault,
14686
14688
  initialIndex,
14687
14689
  popupShow,
@@ -24794,7 +24796,7 @@ const TimePickerSfc = "";
24794
24796
  const TooltipSfc = "";
24795
24797
  const uploader = "";
24796
24798
  const UploaderSfc = "";
24797
- const version = "2.12.0";
24799
+ const version = "2.12.2-alpha.1688311405679";
24798
24800
  function install(app) {
24799
24801
  ActionSheet.install && app.use(ActionSheet);
24800
24802
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.12.0",
3
+ "version": "2.12.2-alpha.1688311405679",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -46,9 +46,9 @@
46
46
  "@popperjs/core": "^2.11.6",
47
47
  "dayjs": "^1.10.4",
48
48
  "decimal.js": "^10.2.1",
49
- "@varlet/icons": "2.12.0",
50
- "@varlet/shared": "2.12.0",
51
- "@varlet/use": "2.12.0"
49
+ "@varlet/icons": "2.12.2-alpha.1688311405679",
50
+ "@varlet/use": "2.12.2-alpha.1688311405679",
51
+ "@varlet/shared": "2.12.2-alpha.1688311405679"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@vue/runtime-core": "3.3.4",
@@ -63,8 +63,8 @@
63
63
  "typescript": "^5.1.5",
64
64
  "vue": "3.3.4",
65
65
  "vue-router": "4.2.0",
66
- "@varlet/touch-emulator": "2.12.0",
67
- "@varlet/cli": "2.12.0"
66
+ "@varlet/touch-emulator": "2.12.2-alpha.1688311405679",
67
+ "@varlet/cli": "2.12.2-alpha.1688311405679"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",