@varlet/ui 3.8.7 → 3.8.8-alpha.1740223986421

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": "3.8.7",
4
+ "version": "3.8.8-alpha.1740223986421",
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": "3.8.7",
4
+ "version": "3.8.8-alpha.1740223986421",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
package/lib/varlet.cjs.js CHANGED
@@ -6214,7 +6214,6 @@ function detectOverflow(state, options) {
6214
6214
  var popperOffsets2 = computeOffsets({
6215
6215
  reference: referenceClientRect,
6216
6216
  element: popperRect,
6217
- strategy: "absolute",
6218
6217
  placement
6219
6218
  });
6220
6219
  var popperClientRect = rectToClientRect(Object.assign({}, popperRect, popperOffsets2));
@@ -6838,7 +6837,6 @@ function popperOffsets(_ref) {
6838
6837
  state.modifiersData[name2] = computeOffsets({
6839
6838
  reference: state.rects.reference,
6840
6839
  element: state.rects.popper,
6841
- strategy: "absolute",
6842
6840
  placement: state.placement
6843
6841
  });
6844
6842
  }
@@ -12132,7 +12130,7 @@ var EXP_LIMIT = 9e15, MAX_DIGITS = 1e9, NUMERALS = "0123456789abcdef", LN10 = "2
12132
12130
  // 0 to EXP_LIMIT
12133
12131
  // The minimum exponent value, beneath which underflow to zero occurs.
12134
12132
  // JavaScript numbers: -324 (5e-324)
12135
- minE: -EXP_LIMIT,
12133
+ minE: -9e15,
12136
12134
  // -1 to -EXP_LIMIT
12137
12135
  // The maximum exponent value, above which overflow to Infinity occurs.
12138
12136
  // JavaScript numbers: 308 (1.7976931348623157e+308)
@@ -13886,7 +13884,7 @@ function config(obj) {
13886
13884
  0,
13887
13885
  8,
13888
13886
  "toExpNeg",
13889
- -EXP_LIMIT,
13887
+ -9e15,
13890
13888
  0,
13891
13889
  "toExpPos",
13892
13890
  0,
@@ -13895,7 +13893,7 @@ function config(obj) {
13895
13893
  0,
13896
13894
  EXP_LIMIT,
13897
13895
  "minE",
13898
- -EXP_LIMIT,
13896
+ -9e15,
13899
13897
  0,
13900
13898
  "modulo",
13901
13899
  0,
@@ -22353,11 +22351,11 @@ const __sfc__$u = vue.defineComponent({
22353
22351
  const strokeOffset = `${(MAX - roundValue) / MAX * CIRCUMFERENCE}`;
22354
22352
  const strokeWidth = toPxNum(lineWidth) / toPxNum(size) * diameter;
22355
22353
  const beginPositionX = 0;
22356
- const beginPositionY = -RADIUS;
22354
+ const beginPositionY = -20;
22357
22355
  const endPositionX = 0;
22358
22356
  const endPositionY = -2 * RADIUS;
22359
22357
  const path = `M ${diameter / 2} ${diameter / 2} m ${beginPositionX} ${beginPositionY} a ${RADIUS} ${RADIUS}
22360
- 0 1 1 ${endPositionX} ${-endPositionY} a ${RADIUS} ${RADIUS} 0 1 1 ${-endPositionX} ${endPositionY}`;
22358
+ 0 1 1 ${endPositionX} ${40} a ${RADIUS} ${RADIUS} 0 1 1 ${-0} ${endPositionY}`;
22361
22359
  return {
22362
22360
  strokeWidth,
22363
22361
  viewBox,
@@ -31724,7 +31722,7 @@ withInstall(stdin_default$1);
31724
31722
  withPropsDefaultsSetter(stdin_default$1, props);
31725
31723
  const _WatermarkComponent = stdin_default$1;
31726
31724
  var stdin_default = stdin_default$1;
31727
- const version = "3.8.7";
31725
+ const version = "3.8.8-alpha.1740223986421";
31728
31726
  function install(app) {
31729
31727
  stdin_default$5X.install && app.use(stdin_default$5X);
31730
31728
  stdin_default$5V.install && app.use(stdin_default$5V);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.8.7",
3
+ "version": "3.8.8-alpha.1740223986421",
4
4
  "description": "A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.",
5
5
  "keywords": [
6
6
  "Vue3",
@@ -44,27 +44,27 @@
44
44
  "@popperjs/core": "^2.11.6",
45
45
  "dayjs": "^1.10.4",
46
46
  "decimal.js": "^10.2.1",
47
- "@varlet/icons": "3.8.7",
48
- "@varlet/shared": "3.8.7",
49
- "@varlet/use": "3.8.7"
47
+ "@varlet/icons": "3.8.8-alpha.1740223986421",
48
+ "@varlet/shared": "3.8.8-alpha.1740223986421",
49
+ "@varlet/use": "3.8.8-alpha.1740223986421"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^18.7.18",
53
- "@vitest/coverage-istanbul": "2.0.5",
54
- "@vue/runtime-core": "3.4.21",
55
- "@vue/test-utils": "2.4.1",
53
+ "@vitest/coverage-istanbul": "3.0.6",
54
+ "@vue/runtime-core": "3.5.13",
55
+ "@vue/test-utils": "2.4.6",
56
56
  "clipboard": "^2.0.6",
57
57
  "jsdom": "24.1.1",
58
58
  "live-server": "^1.2.1",
59
59
  "shiki": "^1.21.0",
60
60
  "typescript": "5.3.3",
61
- "vitest": "2.0.5",
62
- "vue": "3.4.21",
63
- "vue-router": "4.2.0",
61
+ "vitest": "3.0.6",
62
+ "vue": "3.5.13",
63
+ "vue-router": "4.5.0",
64
64
  "zod": "^3.23.8",
65
- "@varlet/ui": "3.8.7",
66
- "@varlet/touch-emulator": "3.8.7",
67
- "@varlet/cli": "3.8.7"
65
+ "@varlet/touch-emulator": "3.8.8-alpha.1740223986421",
66
+ "@varlet/ui": "3.8.8-alpha.1740223986421",
67
+ "@varlet/cli": "3.8.8-alpha.1740223986421"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "vue": "^3.2.0"