@varlet/ui 2.8.4 → 2.8.5-alpha.1677518578668

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
@@ -24326,9 +24326,9 @@ const skeleton = "";
24326
24326
  const SkeletonSfc = "";
24327
24327
  const slider = "";
24328
24328
  const SliderSfc = "";
24329
- const SnackbarSfc = "";
24330
24329
  const snackbar = "";
24331
24330
  const coreSfc = "";
24331
+ const SnackbarSfc = "";
24332
24332
  const space = "";
24333
24333
  const step = "";
24334
24334
  const StepSfc = "";
@@ -24353,7 +24353,7 @@ const TimePickerSfc = "";
24353
24353
  const TooltipSfc = "";
24354
24354
  const uploader = "";
24355
24355
  const UploaderSfc = "";
24356
- const version = "2.8.4";
24356
+ const version = "2.8.5-alpha.1677518578668";
24357
24357
  function install(app) {
24358
24358
  ActionSheet.install && app.use(ActionSheet);
24359
24359
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.8.4",
3
+ "version": "2.8.5-alpha.1677518578668",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -46,8 +46,8 @@
46
46
  "@popperjs/core": "^2.11.6",
47
47
  "dayjs": "^1.10.4",
48
48
  "decimal.js": "^10.2.1",
49
- "@varlet/icons": "2.8.4",
50
- "@varlet/shared": "2.8.4"
49
+ "@varlet/icons": "2.8.5-alpha.1677518578668",
50
+ "@varlet/shared": "2.8.5-alpha.1677518578668"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/jest": "^26.0.15",
@@ -62,8 +62,8 @@
62
62
  "typescript": "^4.4.4",
63
63
  "vue": "3.2.25",
64
64
  "vue-router": "4.0.12",
65
- "@varlet/touch-emulator": "2.8.4",
66
- "@varlet/cli": "2.8.4"
65
+ "@varlet/cli": "2.8.5-alpha.1677518578668",
66
+ "@varlet/touch-emulator": "2.8.5-alpha.1677518578668"
67
67
  },
68
68
  "browserslist": [
69
69
  "Chrome >= 54",
package/types/appBar.d.ts CHANGED
@@ -23,6 +23,7 @@ export class AppBar extends VarComponent {
23
23
  default(): VNode[]
24
24
  left(): VNode[]
25
25
  right(): VNode[]
26
+ content(): VNode[]
26
27
  }
27
28
  }
28
29