@antv/s2-vue 2.0.0-next.3 → 2.0.0-next.5

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/style.css CHANGED
@@ -324,19 +324,19 @@
324
324
  white-space: nowrap;
325
325
  max-width: 64px;
326
326
  }
327
- .antv-s2-drill-down[data-v-1a60f775] {
327
+ .antv-s2-drill-down[data-v-8dd920ec] {
328
328
  width: 260px;
329
329
  min-height: 20px;
330
330
  position: relative;
331
331
  }
332
- .antv-s2-drill-down-header[data-v-1a60f775] {
332
+ .antv-s2-drill-down-header[data-v-8dd920ec] {
333
333
  display: flex;
334
334
  height: 32px;
335
335
  font-size: 14px;
336
336
  padding: 0 16px;
337
337
  margin-top: 16px;
338
338
  }
339
- .antv-s2-drill-down-header button[data-v-1a60f775] {
339
+ .antv-s2-drill-down-header button[data-v-8dd920ec] {
340
340
  position: absolute;
341
341
  right: 0;
342
342
  top: -4px;
@@ -345,7 +345,7 @@
345
345
  letter-spacing: -0.2px;
346
346
  line-height: 20px;
347
347
  }
348
- .antv-s2-drill-down-search[data-v-1a60f775] {
348
+ .antv-s2-drill-down-search[data-v-8dd920ec] {
349
349
  height: 24px;
350
350
  width: 228px !important;
351
351
  margin: 0 16px;
@@ -353,28 +353,28 @@
353
353
  border-radius: 2px;
354
354
  background-color: #fff;
355
355
  }
356
- .antv-s2-drill-down-search input[data-v-1a60f775],
357
- .antv-s2-drill-down-search span[data-v-1a60f775] {
356
+ .antv-s2-drill-down-search input[data-v-8dd920ec],
357
+ .antv-s2-drill-down-search span[data-v-8dd920ec] {
358
358
  font-size: 12px;
359
359
  }
360
- .antv-s2-drill-down-menu[data-v-1a60f775] {
360
+ .antv-s2-drill-down-menu[data-v-8dd920ec] {
361
361
  max-height: 314px;
362
362
  overflow-y: auto;
363
363
  overflow-x: hidden;
364
364
  }
365
- .antv-s2-drill-down-menu-item[data-v-1a60f775] {
365
+ .antv-s2-drill-down-menu-item[data-v-8dd920ec] {
366
366
  height: 32px !important;
367
367
  line-height: 32px !important;
368
368
  font-size: 12px;
369
369
  opacity: 0.65;
370
370
  }
371
- .antv-s2-drill-down-menu-item span[data-v-1a60f775]:last-child {
371
+ .antv-s2-drill-down-menu-item span[data-v-8dd920ec]:last-child {
372
372
  line-height: 32px;
373
373
  }
374
- .antv-s2-drill-down-menu-item svg[data-v-1a60f775] {
374
+ .antv-s2-drill-down-menu-item svg[data-v-8dd920ec] {
375
375
  margin-right: 8px;
376
376
  }
377
- .antv-s2-drill-down-empty[data-v-1a60f775] {
377
+ .antv-s2-drill-down-empty[data-v-8dd920ec] {
378
378
  padding: 18px 18px 0;
379
379
  font-size: 12px;
380
380
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@antv/s2-vue",
4
- "version": "2.0.0-next.3",
4
+ "version": "2.0.0-next.5",
5
5
  "main": "lib/index.js",
6
6
  "unpkg": "dist/index.min.js",
7
7
  "module": "esm/index.js",
@@ -49,12 +49,11 @@
49
49
  "dts:extract": "cross-env LIB=s2-vue node ../../scripts/dts.js",
50
50
  "bundle:size": "bundlesize",
51
51
  "test": "jest --passWithNoTests",
52
- "test:coverage": "yarn test --coverage",
53
- "test:ci": "yarn test --maxWorkers=3",
54
- "test:ci-coverage": "yarn test:coverage --maxWorkers=3",
55
- "test:watch": "yarn test --watch",
56
- "tsc": "vue-tsc --noEmit",
57
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
52
+ "test:coverage": "pnpm test -- --coverage",
53
+ "test:ci": "pnpm test -- --maxWorkers=3",
54
+ "test:ci-coverage": "pnpm test:coverage --maxWorkers=3",
55
+ "test:watch": "pnpm test -- --watch",
56
+ "tsc": "vue-tsc --noEmit"
58
57
  },
59
58
  "peerDependencies": {
60
59
  "@antv/s2": ">=1.0.0",
@@ -66,14 +65,15 @@
66
65
  "lodash": "^4.17.21"
67
66
  },
68
67
  "devDependencies": {
69
- "@antv/s2": "^2.0.0-next.1",
70
- "@antv/s2-shared": "*",
68
+ "@antv/s2": "workspace:*",
69
+ "@antv/s2-shared": "workspace:*",
71
70
  "@testing-library/vue": "^6.6.1",
71
+ "@vue/shared": "^3.2.45",
72
72
  "@vue/tsconfig": "^0.1.3",
73
73
  "ant-design-vue": "^3.2.15",
74
74
  "vite-svg-loader": "^3.6.0",
75
- "vue": "^3.2.44",
76
- "vue-tsc": "^1.0.9"
75
+ "vue": "^3.2.45",
76
+ "vue-tsc": "^1.0.13"
77
77
  },
78
78
  "bundlesize": [
79
79
  {