@visactor/vchart-schema 2.0.14-alpha.1 → 2.0.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +39 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.14-alpha.1",
3
+ "version": "2.0.14",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -24094,6 +24094,9 @@
24094
24094
  "since": "1.10.0\n原因:\n1) 轴的zero、nice、min、max等配置可能导致轴范围与dataZoom范围不一致)\n2) 散点图按照散点中心定位, 如果严格按照中心范围更新,会出现散点超出画布的现象",
24095
24095
  "type": "number"
24096
24096
  },
24097
+ "beforeBrushChange": {
24098
+ "typeof": "function"
24099
+ },
24097
24100
  "brushLinkSeriesId": {
24098
24101
  "anyOf": [
24099
24102
  {
@@ -24147,6 +24150,11 @@
24147
24150
  "default": "'throttle'",
24148
24151
  "description": "事件触发延迟类型"
24149
24152
  },
24153
+ "disableDimensionHoverWhenBrushing": {
24154
+ "default": false,
24155
+ "description": "是否在框选时禁用维度 hover 事件",
24156
+ "type": "boolean"
24157
+ },
24150
24158
  "id": {
24151
24159
  "description": "组件 id",
24152
24160
  "type": "string"
@@ -66297,6 +66305,10 @@
66297
66305
  "$ref": "#/definitions/ILayoutNumber",
66298
66306
  "description": "模块的布局最小高度"
66299
66307
  },
66308
+ "minSliderSize": {
66309
+ "description": "滑块最小尺寸",
66310
+ "type": "number"
66311
+ },
66300
66312
  "minSpan": {
66301
66313
  "default": 0,
66302
66314
  "description": "用于限制窗口大小的最小值, [0, 1]",
@@ -66451,6 +66463,10 @@
66451
66463
  "description": "滑块是否圆角。",
66452
66464
  "type": "boolean"
66453
66465
  },
66466
+ "scrollStep": {
66467
+ "description": "鼠标滚轮滚动的像素距离",
66468
+ "type": "number"
66469
+ },
66454
66470
  "seriesId": {
66455
66471
  "anyOf": [
66456
66472
  {
@@ -79339,7 +79355,7 @@
79339
79355
  },
79340
79356
  "Map<Function,(...args:any[])=>void>": {
79341
79357
  "properties": {
79342
- "__@toStringTag@12572": {
79358
+ "__@toStringTag@12574": {
79343
79359
  "type": "string"
79344
79360
  },
79345
79361
  "size": {
@@ -79347,14 +79363,14 @@
79347
79363
  }
79348
79364
  },
79349
79365
  "required": [
79350
- "__@toStringTag@12572",
79366
+ "__@toStringTag@12574",
79351
79367
  "size"
79352
79368
  ],
79353
79369
  "type": "object"
79354
79370
  },
79355
79371
  "Map<number,IGraphicRender>": {
79356
79372
  "properties": {
79357
- "__@toStringTag@12572": {
79373
+ "__@toStringTag@12574": {
79358
79374
  "type": "string"
79359
79375
  },
79360
79376
  "size": {
@@ -79362,14 +79378,14 @@
79362
79378
  }
79363
79379
  },
79364
79380
  "required": [
79365
- "__@toStringTag@12572",
79381
+ "__@toStringTag@12574",
79366
79382
  "size"
79367
79383
  ],
79368
79384
  "type": "object"
79369
79385
  },
79370
79386
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
79371
79387
  "properties": {
79372
- "__@toStringTag@12572": {
79388
+ "__@toStringTag@12574": {
79373
79389
  "type": "string"
79374
79390
  },
79375
79391
  "size": {
@@ -79377,14 +79393,14 @@
79377
79393
  }
79378
79394
  },
79379
79395
  "required": [
79380
- "__@toStringTag@12572",
79396
+ "__@toStringTag@12574",
79381
79397
  "size"
79382
79398
  ],
79383
79399
  "type": "object"
79384
79400
  },
79385
79401
  "Map<string,Map<number,IGraphicRender>>": {
79386
79402
  "properties": {
79387
- "__@toStringTag@12572": {
79403
+ "__@toStringTag@12574": {
79388
79404
  "type": "string"
79389
79405
  },
79390
79406
  "size": {
@@ -79392,14 +79408,14 @@
79392
79408
  }
79393
79409
  },
79394
79410
  "required": [
79395
- "__@toStringTag@12572",
79411
+ "__@toStringTag@12574",
79396
79412
  "size"
79397
79413
  ],
79398
79414
  "type": "object"
79399
79415
  },
79400
79416
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
79401
79417
  "properties": {
79402
- "__@toStringTag@12572": {
79418
+ "__@toStringTag@12574": {
79403
79419
  "type": "string"
79404
79420
  },
79405
79421
  "size": {
@@ -79407,14 +79423,14 @@
79407
79423
  }
79408
79424
  },
79409
79425
  "required": [
79410
- "__@toStringTag@12572",
79426
+ "__@toStringTag@12574",
79411
79427
  "size"
79412
79428
  ],
79413
79429
  "type": "object"
79414
79430
  },
79415
79431
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
79416
79432
  "properties": {
79417
- "__@toStringTag@12572": {
79433
+ "__@toStringTag@12574": {
79418
79434
  "type": "string"
79419
79435
  },
79420
79436
  "size": {
@@ -79422,14 +79438,14 @@
79422
79438
  }
79423
79439
  },
79424
79440
  "required": [
79425
- "__@toStringTag@12572",
79441
+ "__@toStringTag@12574",
79426
79442
  "size"
79427
79443
  ],
79428
79444
  "type": "object"
79429
79445
  },
79430
79446
  "Map<string|number,IAnimate>": {
79431
79447
  "properties": {
79432
- "__@toStringTag@12572": {
79448
+ "__@toStringTag@12574": {
79433
79449
  "type": "string"
79434
79450
  },
79435
79451
  "size": {
@@ -79437,7 +79453,7 @@
79437
79453
  }
79438
79454
  },
79439
79455
  "required": [
79440
- "__@toStringTag@12572",
79456
+ "__@toStringTag@12574",
79441
79457
  "size"
79442
79458
  ],
79443
79459
  "type": "object"
@@ -84926,6 +84942,9 @@
84926
84942
  "lineWidth": {
84927
84943
  "type": "number"
84928
84944
  },
84945
+ "minSliderSize": {
84946
+ "type": "number"
84947
+ },
84929
84948
  "miterLimit": {
84930
84949
  "type": "number"
84931
84950
  },
@@ -100933,34 +100952,34 @@
100933
100952
  },
100934
100953
  "Promise<FontFaceSet>": {
100935
100954
  "properties": {
100936
- "__@toStringTag@12572": {
100955
+ "__@toStringTag@12574": {
100937
100956
  "type": "string"
100938
100957
  }
100939
100958
  },
100940
100959
  "required": [
100941
- "__@toStringTag@12572"
100960
+ "__@toStringTag@12574"
100942
100961
  ],
100943
100962
  "type": "object"
100944
100963
  },
100945
100964
  "Promise<ServiceWorkerRegistration>": {
100946
100965
  "properties": {
100947
- "__@toStringTag@12572": {
100966
+ "__@toStringTag@12574": {
100948
100967
  "type": "string"
100949
100968
  }
100950
100969
  },
100951
100970
  "required": [
100952
- "__@toStringTag@12572"
100971
+ "__@toStringTag@12574"
100953
100972
  ],
100954
100973
  "type": "object"
100955
100974
  },
100956
100975
  "Promise<any>": {
100957
100976
  "properties": {
100958
- "__@toStringTag@12572": {
100977
+ "__@toStringTag@12574": {
100959
100978
  "type": "string"
100960
100979
  }
100961
100980
  },
100962
100981
  "required": [
100963
- "__@toStringTag@12572"
100982
+ "__@toStringTag@12574"
100964
100983
  ],
100965
100984
  "type": "object"
100966
100985
  },