@varlet/ui 2.12.1 → 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(),
@@ -24768,9 +24769,9 @@ const skeleton = "";
24768
24769
  const SkeletonSfc = "";
24769
24770
  const slider = "";
24770
24771
  const SliderSfc = "";
24772
+ const SnackbarSfc = "";
24771
24773
  const snackbar = "";
24772
24774
  const coreSfc = "";
24773
- const SnackbarSfc = "";
24774
24775
  const space = "";
24775
24776
  const step = "";
24776
24777
  const StepSfc = "";
@@ -24795,7 +24796,7 @@ const TimePickerSfc = "";
24795
24796
  const TooltipSfc = "";
24796
24797
  const uploader = "";
24797
24798
  const UploaderSfc = "";
24798
- const version = "2.12.1";
24799
+ const version = "2.12.2-alpha.1688311405679";
24799
24800
  function install(app) {
24800
24801
  ActionSheet.install && app.use(ActionSheet);
24801
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.1",
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.1",
50
- "@varlet/use": "2.12.1",
51
- "@varlet/shared": "2.12.1"
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.1",
67
- "@varlet/cli": "2.12.1"
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",