@visactor/vchart-schema 1.12.0-alpha.6 → 1.12.0-alpha.7

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 +32 -151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.0-alpha.6",
3
+ "version": "1.12.0-alpha.7",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -8741,32 +8741,6 @@
8741
8741
  "Geolocation": {
8742
8742
  "type": "object"
8743
8743
  },
8744
- "GeometricMaskShape": {
8745
- "description": "text mask of wordcloud",
8746
- "properties": {
8747
- "backgroundColor": {
8748
- "type": "string"
8749
- },
8750
- "fill": {
8751
- "type": "string"
8752
- },
8753
- "hollow": {
8754
- "type": "boolean"
8755
- },
8756
- "shape": {
8757
- "type": "string"
8758
- },
8759
- "type": {
8760
- "const": "geometric",
8761
- "type": "string"
8762
- }
8763
- },
8764
- "required": [
8765
- "shape",
8766
- "type"
8767
- ],
8768
- "type": "object"
8769
- },
8770
8744
  "GradientPropValue<number>": {
8771
8745
  "anyOf": [
8772
8746
  {
@@ -79100,19 +79074,9 @@
79100
79074
  "description": "图例配置"
79101
79075
  },
79102
79076
  "maskShape": {
79103
- "anyOf": [
79104
- {
79105
- "$ref": "#/definitions/TextShapeMask"
79106
- },
79107
- {
79108
- "$ref": "#/definitions/GeometricMaskShape"
79109
- },
79110
- {
79111
- "type": "string"
79112
- }
79113
- ],
79114
79077
  "default": "'circle'",
79115
- "description": "词云形状"
79078
+ "description": "词云形状",
79079
+ "type": "string"
79116
79080
  },
79117
79081
  "media": {
79118
79082
  "description": "媒体查询配置",
@@ -79303,9 +79267,6 @@
79303
79267
  },
79304
79268
  "wordCloudShapeConfig": {
79305
79269
  "typeof": "function"
79306
- },
79307
- "wordMask": {
79308
- "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
79309
79270
  }
79310
79271
  },
79311
79272
  "required": [
@@ -79553,19 +79514,9 @@
79553
79514
  "type": "boolean"
79554
79515
  },
79555
79516
  "maskShape": {
79556
- "anyOf": [
79557
- {
79558
- "$ref": "#/definitions/TextShapeMask"
79559
- },
79560
- {
79561
- "$ref": "#/definitions/GeometricMaskShape"
79562
- },
79563
- {
79564
- "type": "string"
79565
- }
79566
- ],
79567
79517
  "default": "'circle'",
79568
- "description": "词云形状"
79518
+ "description": "词云形状",
79519
+ "type": "string"
79569
79520
  },
79570
79521
  "morph": {
79571
79522
  "$ref": "#/definitions/IMorphSeriesSpec",
@@ -79682,9 +79633,6 @@
79682
79633
  },
79683
79634
  "wordCloudShapeConfig": {
79684
79635
  "typeof": "function"
79685
- },
79686
- "wordMask": {
79687
- "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
79688
79636
  }
79689
79637
  },
79690
79638
  "required": [
@@ -80061,19 +80009,9 @@
80061
80009
  "description": "图例配置"
80062
80010
  },
80063
80011
  "maskShape": {
80064
- "anyOf": [
80065
- {
80066
- "$ref": "#/definitions/TextShapeMask"
80067
- },
80068
- {
80069
- "$ref": "#/definitions/GeometricMaskShape"
80070
- },
80071
- {
80072
- "type": "string"
80073
- }
80074
- ],
80075
80012
  "default": "'circle'",
80076
- "description": "词云形状"
80013
+ "description": "词云形状",
80014
+ "type": "string"
80077
80015
  },
80078
80016
  "media": {
80079
80017
  "description": "媒体查询配置",
@@ -80260,9 +80198,6 @@
80260
80198
  },
80261
80199
  "wordCloudShapeConfig": {
80262
80200
  "typeof": "function"
80263
- },
80264
- "wordMask": {
80265
- "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
80266
80201
  }
80267
80202
  },
80268
80203
  "required": [
@@ -80507,19 +80442,9 @@
80507
80442
  "type": "boolean"
80508
80443
  },
80509
80444
  "maskShape": {
80510
- "anyOf": [
80511
- {
80512
- "$ref": "#/definitions/TextShapeMask"
80513
- },
80514
- {
80515
- "$ref": "#/definitions/GeometricMaskShape"
80516
- },
80517
- {
80518
- "type": "string"
80519
- }
80520
- ],
80521
80445
  "default": "'circle'",
80522
- "description": "词云形状"
80446
+ "description": "词云形状",
80447
+ "type": "string"
80523
80448
  },
80524
80449
  "morph": {
80525
80450
  "$ref": "#/definitions/IMorphSeriesSpec",
@@ -80632,9 +80557,6 @@
80632
80557
  },
80633
80558
  "wordCloudShapeConfig": {
80634
80559
  "typeof": "function"
80635
- },
80636
- "wordMask": {
80637
- "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
80638
80560
  }
80639
80561
  },
80640
80562
  "required": [
@@ -80830,7 +80752,7 @@
80830
80752
  },
80831
80753
  "Map<Function,(...args:any[])=>void>": {
80832
80754
  "properties": {
80833
- "__@toStringTag@13454": {
80755
+ "__@toStringTag@13447": {
80834
80756
  "type": "string"
80835
80757
  },
80836
80758
  "size": {
@@ -80838,14 +80760,14 @@
80838
80760
  }
80839
80761
  },
80840
80762
  "required": [
80841
- "__@toStringTag@13454",
80763
+ "__@toStringTag@13447",
80842
80764
  "size"
80843
80765
  ],
80844
80766
  "type": "object"
80845
80767
  },
80846
80768
  "Map<number,IGraphicPicker>": {
80847
80769
  "properties": {
80848
- "__@toStringTag@13454": {
80770
+ "__@toStringTag@13447": {
80849
80771
  "type": "string"
80850
80772
  },
80851
80773
  "size": {
@@ -80853,14 +80775,14 @@
80853
80775
  }
80854
80776
  },
80855
80777
  "required": [
80856
- "__@toStringTag@13454",
80778
+ "__@toStringTag@13447",
80857
80779
  "size"
80858
80780
  ],
80859
80781
  "type": "object"
80860
80782
  },
80861
80783
  "Map<number,IGraphicRender>": {
80862
80784
  "properties": {
80863
- "__@toStringTag@13454": {
80785
+ "__@toStringTag@13447": {
80864
80786
  "type": "string"
80865
80787
  },
80866
80788
  "size": {
@@ -80868,14 +80790,14 @@
80868
80790
  }
80869
80791
  },
80870
80792
  "required": [
80871
- "__@toStringTag@13454",
80793
+ "__@toStringTag@13447",
80872
80794
  "size"
80873
80795
  ],
80874
80796
  "type": "object"
80875
80797
  },
80876
80798
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80877
80799
  "properties": {
80878
- "__@toStringTag@13454": {
80800
+ "__@toStringTag@13447": {
80879
80801
  "type": "string"
80880
80802
  },
80881
80803
  "size": {
@@ -80883,14 +80805,14 @@
80883
80805
  }
80884
80806
  },
80885
80807
  "required": [
80886
- "__@toStringTag@13454",
80808
+ "__@toStringTag@13447",
80887
80809
  "size"
80888
80810
  ],
80889
80811
  "type": "object"
80890
80812
  },
80891
80813
  "Map<string,Map<number,IGraphicRender>>": {
80892
80814
  "properties": {
80893
- "__@toStringTag@13454": {
80815
+ "__@toStringTag@13447": {
80894
80816
  "type": "string"
80895
80817
  },
80896
80818
  "size": {
@@ -80898,14 +80820,14 @@
80898
80820
  }
80899
80821
  },
80900
80822
  "required": [
80901
- "__@toStringTag@13454",
80823
+ "__@toStringTag@13447",
80902
80824
  "size"
80903
80825
  ],
80904
80826
  "type": "object"
80905
80827
  },
80906
80828
  "Map<string,any>": {
80907
80829
  "properties": {
80908
- "__@toStringTag@13454": {
80830
+ "__@toStringTag@13447": {
80909
80831
  "type": "string"
80910
80832
  },
80911
80833
  "size": {
@@ -80913,14 +80835,14 @@
80913
80835
  }
80914
80836
  },
80915
80837
  "required": [
80916
- "__@toStringTag@13454",
80838
+ "__@toStringTag@13447",
80917
80839
  "size"
80918
80840
  ],
80919
80841
  "type": "object"
80920
80842
  },
80921
80843
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80922
80844
  "properties": {
80923
- "__@toStringTag@13454": {
80845
+ "__@toStringTag@13447": {
80924
80846
  "type": "string"
80925
80847
  },
80926
80848
  "size": {
@@ -80928,14 +80850,14 @@
80928
80850
  }
80929
80851
  },
80930
80852
  "required": [
80931
- "__@toStringTag@13454",
80853
+ "__@toStringTag@13447",
80932
80854
  "size"
80933
80855
  ],
80934
80856
  "type": "object"
80935
80857
  },
80936
80858
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80937
80859
  "properties": {
80938
- "__@toStringTag@13454": {
80860
+ "__@toStringTag@13447": {
80939
80861
  "type": "string"
80940
80862
  },
80941
80863
  "size": {
@@ -80943,14 +80865,14 @@
80943
80865
  }
80944
80866
  },
80945
80867
  "required": [
80946
- "__@toStringTag@13454",
80868
+ "__@toStringTag@13447",
80947
80869
  "size"
80948
80870
  ],
80949
80871
  "type": "object"
80950
80872
  },
80951
80873
  "Map<string|number,IAnimate>": {
80952
80874
  "properties": {
80953
- "__@toStringTag@13454": {
80875
+ "__@toStringTag@13447": {
80954
80876
  "type": "string"
80955
80877
  },
80956
80878
  "size": {
@@ -80958,7 +80880,7 @@
80958
80880
  }
80959
80881
  },
80960
80882
  "required": [
80961
- "__@toStringTag@13454",
80883
+ "__@toStringTag@13447",
80962
80884
  "size"
80963
80885
  ],
80964
80886
  "type": "object"
@@ -101557,34 +101479,34 @@
101557
101479
  },
101558
101480
  "Promise<FontFaceSet>": {
101559
101481
  "properties": {
101560
- "__@toStringTag@13454": {
101482
+ "__@toStringTag@13447": {
101561
101483
  "type": "string"
101562
101484
  }
101563
101485
  },
101564
101486
  "required": [
101565
- "__@toStringTag@13454"
101487
+ "__@toStringTag@13447"
101566
101488
  ],
101567
101489
  "type": "object"
101568
101490
  },
101569
101491
  "Promise<ServiceWorkerRegistration>": {
101570
101492
  "properties": {
101571
- "__@toStringTag@13454": {
101493
+ "__@toStringTag@13447": {
101572
101494
  "type": "string"
101573
101495
  }
101574
101496
  },
101575
101497
  "required": [
101576
- "__@toStringTag@13454"
101498
+ "__@toStringTag@13447"
101577
101499
  ],
101578
101500
  "type": "object"
101579
101501
  },
101580
101502
  "Promise<any>": {
101581
101503
  "properties": {
101582
- "__@toStringTag@13454": {
101504
+ "__@toStringTag@13447": {
101583
101505
  "type": "string"
101584
101506
  }
101585
101507
  },
101586
101508
  "required": [
101587
- "__@toStringTag@13454"
101509
+ "__@toStringTag@13447"
101588
101510
  ],
101589
101511
  "type": "object"
101590
101512
  },
@@ -114104,47 +114026,6 @@
114104
114026
  ],
114105
114027
  "type": "string"
114106
114028
  },
114107
- "TextShapeMask": {
114108
- "properties": {
114109
- "backgroundColor": {
114110
- "type": "string"
114111
- },
114112
- "fill": {
114113
- "type": "string"
114114
- },
114115
- "fontFamily": {
114116
- "type": "string"
114117
- },
114118
- "fontStyle": {
114119
- "type": "string"
114120
- },
114121
- "fontVariant": {
114122
- "type": "string"
114123
- },
114124
- "fontWeight": {
114125
- "type": [
114126
- "string",
114127
- "number"
114128
- ]
114129
- },
114130
- "hollow": {
114131
- "type": "boolean"
114132
- },
114133
- "text": {
114134
- "type": "string"
114135
- },
114136
- "type": {
114137
- "const": "text",
114138
- "type": "string"
114139
- }
114140
- },
114141
- "required": [
114142
- "fontVariant",
114143
- "text",
114144
- "type"
114145
- ],
114146
- "type": "object"
114147
- },
114148
114029
  "TokenMap": {
114149
114030
  "type": "object"
114150
114031
  },