@varlet/ui 2.9.2 → 2.9.3-alpha.1679304010895

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.9.2",
4
+ "version": "2.9.3-alpha.1679304010895",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.9.2",
4
+ "version": "2.9.3-alpha.1679304010895",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
package/lib/varlet.cjs.js CHANGED
@@ -5890,7 +5890,7 @@ var __sfc__$V = vue.defineComponent({
5890
5890
  offsetHeight
5891
5891
  } = contentEl.value;
5892
5892
  contentEl.value.style.height = 0 + "px";
5893
- requestAnimationFrame(() => {
5893
+ nextTickFrame(() => {
5894
5894
  contentEl.value.style.height = offsetHeight + "px";
5895
5895
  if (!isInitToTrigger)
5896
5896
  return;
@@ -5911,7 +5911,7 @@ var __sfc__$V = vue.defineComponent({
5911
5911
  offsetHeight
5912
5912
  } = contentEl.value;
5913
5913
  contentEl.value.style.height = offsetHeight + "px";
5914
- requestAnimationFrame(() => {
5914
+ nextTickFrame(() => {
5915
5915
  contentEl.value.style.height = 0 + "px";
5916
5916
  });
5917
5917
  };
@@ -24901,7 +24901,7 @@ const TimePickerSfc = "";
24901
24901
  const TooltipSfc = "";
24902
24902
  const uploader = "";
24903
24903
  const UploaderSfc = "";
24904
- const version = "2.9.2";
24904
+ const version = "2.9.3-alpha.1679304010895";
24905
24905
  function install(app) {
24906
24906
  ActionSheet.install && app.use(ActionSheet);
24907
24907
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.9.2",
3
+ "version": "2.9.3-alpha.1679304010895",
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.9.2",
50
- "@varlet/shared": "2.9.2",
51
- "@varlet/use": "2.9.2"
49
+ "@varlet/icons": "2.9.3-alpha.1679304010895",
50
+ "@varlet/use": "2.9.3-alpha.1679304010895",
51
+ "@varlet/shared": "2.9.3-alpha.1679304010895"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/jest": "^26.0.15",
@@ -63,8 +63,8 @@
63
63
  "typescript": "^4.4.4",
64
64
  "vue": "3.2.25",
65
65
  "vue-router": "4.0.12",
66
- "@varlet/cli": "2.9.2",
67
- "@varlet/touch-emulator": "2.9.2"
66
+ "@varlet/cli": "2.9.3-alpha.1679304010895",
67
+ "@varlet/touch-emulator": "2.9.3-alpha.1679304010895"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",