@visactor/vchart-schema 1.2.1 → 1.2.3

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/vchart.json +206 -133
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Provide the VChart JSON schema
5
+ Provide the VChart JSON schema.
6
6
 
7
7
  ## Usage
8
8
 
9
9
  ```typescript
10
- // todo
10
+ import Schema from '@visactor/vchart-schema';
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -434,7 +434,7 @@
434
434
  "cssRules": {
435
435
  "additionalProperties": false,
436
436
  "patternProperties": {
437
- "^[0-9]+$": {
437
+ "^[a-zA-Z0-9]+$": {
438
438
  "$ref": "#/definitions/CSSRule"
439
439
  }
440
440
  },
@@ -449,7 +449,7 @@
449
449
  "media": {
450
450
  "additionalProperties": false,
451
451
  "patternProperties": {
452
- "^[0-9]+$": {
452
+ "^[a-zA-Z0-9]+$": {
453
453
  "type": "string"
454
454
  }
455
455
  },
@@ -474,7 +474,7 @@
474
474
  "rules": {
475
475
  "additionalProperties": false,
476
476
  "patternProperties": {
477
- "^[0-9]+$": {
477
+ "^[a-zA-Z0-9]+$": {
478
478
  "$ref": "#/definitions/CSSRule"
479
479
  }
480
480
  },
@@ -6236,7 +6236,7 @@
6236
6236
  "dataViewMap": {
6237
6237
  "additionalProperties": false,
6238
6238
  "patternProperties": {
6239
- "^[0-9]+$": {
6239
+ "^[a-zA-Z0-9]+$": {
6240
6240
  "$ref": "#/definitions/DataView"
6241
6241
  }
6242
6242
  },
@@ -6456,7 +6456,7 @@
6456
6456
  "all": {
6457
6457
  "additionalProperties": false,
6458
6458
  "patternProperties": {
6459
- "^[0-9]+$": {
6459
+ "^[a-zA-Z0-9]+$": {
6460
6460
  "$ref": "#/definitions/Element"
6461
6461
  }
6462
6462
  },
@@ -6471,7 +6471,7 @@
6471
6471
  "applets": {
6472
6472
  "additionalProperties": false,
6473
6473
  "patternProperties": {
6474
- "^[0-9]+$": {
6474
+ "^[a-zA-Z0-9]+$": {
6475
6475
  "$ref": "#/definitions/Element"
6476
6476
  }
6477
6477
  },
@@ -6504,7 +6504,7 @@
6504
6504
  "children": {
6505
6505
  "additionalProperties": false,
6506
6506
  "patternProperties": {
6507
- "^[0-9]+$": {
6507
+ "^[a-zA-Z0-9]+$": {
6508
6508
  "$ref": "#/definitions/Element"
6509
6509
  }
6510
6510
  },
@@ -6572,7 +6572,7 @@
6572
6572
  "items": {
6573
6573
  "additionalProperties": false,
6574
6574
  "patternProperties": {
6575
- "^[0-9]+$": {
6575
+ "^[a-zA-Z0-9]+$": {
6576
6576
  "$ref": "#/definitions/Element"
6577
6577
  }
6578
6578
  },
@@ -6998,7 +6998,7 @@
6998
6998
  "styleSheets": {
6999
6999
  "additionalProperties": false,
7000
7000
  "patternProperties": {
7001
- "^[0-9]+$": {
7001
+ "^[a-zA-Z0-9]+$": {
7002
7002
  "$ref": "#/definitions/CSSStyleSheet"
7003
7003
  }
7004
7004
  },
@@ -7607,7 +7607,7 @@
7607
7607
  "attributes": {
7608
7608
  "additionalProperties": false,
7609
7609
  "patternProperties": {
7610
- "^[0-9]+$": {
7610
+ "^[a-zA-Z0-9]+$": {
7611
7611
  "$ref": "#/definitions/Attr"
7612
7612
  }
7613
7613
  },
@@ -7628,7 +7628,7 @@
7628
7628
  "children": {
7629
7629
  "additionalProperties": false,
7630
7630
  "patternProperties": {
7631
- "^[0-9]+$": {
7631
+ "^[a-zA-Z0-9]+$": {
7632
7632
  "$ref": "#/definitions/Element"
7633
7633
  }
7634
7634
  },
@@ -7637,7 +7637,7 @@
7637
7637
  "classList": {
7638
7638
  "additionalProperties": false,
7639
7639
  "patternProperties": {
7640
- "^[0-9]+$": {
7640
+ "^[a-zA-Z0-9]+$": {
7641
7641
  "type": "string"
7642
7642
  }
7643
7643
  },
@@ -7721,7 +7721,7 @@
7721
7721
  "part": {
7722
7722
  "additionalProperties": false,
7723
7723
  "patternProperties": {
7724
- "^[0-9]+$": {
7724
+ "^[a-zA-Z0-9]+$": {
7725
7725
  "type": "string"
7726
7726
  }
7727
7727
  },
@@ -8251,7 +8251,7 @@
8251
8251
  "attributes": {
8252
8252
  "additionalProperties": false,
8253
8253
  "patternProperties": {
8254
- "^[0-9]+$": {
8254
+ "^[a-zA-Z0-9]+$": {
8255
8255
  "$ref": "#/definitions/Attr"
8256
8256
  }
8257
8257
  },
@@ -8281,7 +8281,7 @@
8281
8281
  "children": {
8282
8282
  "additionalProperties": false,
8283
8283
  "patternProperties": {
8284
- "^[0-9]+$": {
8284
+ "^[a-zA-Z0-9]+$": {
8285
8285
  "$ref": "#/definitions/Element"
8286
8286
  }
8287
8287
  },
@@ -8290,7 +8290,7 @@
8290
8290
  "classList": {
8291
8291
  "additionalProperties": false,
8292
8292
  "patternProperties": {
8293
- "^[0-9]+$": {
8293
+ "^[a-zA-Z0-9]+$": {
8294
8294
  "type": "string"
8295
8295
  }
8296
8296
  },
@@ -8737,7 +8737,7 @@
8737
8737
  "part": {
8738
8738
  "additionalProperties": false,
8739
8739
  "patternProperties": {
8740
- "^[0-9]+$": {
8740
+ "^[a-zA-Z0-9]+$": {
8741
8741
  "type": "string"
8742
8742
  }
8743
8743
  },
@@ -8776,7 +8776,7 @@
8776
8776
  "relList": {
8777
8777
  "additionalProperties": false,
8778
8778
  "patternProperties": {
8779
- "^[0-9]+$": {
8779
+ "^[a-zA-Z0-9]+$": {
8780
8780
  "type": "string"
8781
8781
  }
8782
8782
  },
@@ -8818,7 +8818,7 @@
8818
8818
  "style": {
8819
8819
  "additionalProperties": false,
8820
8820
  "patternProperties": {
8821
- "^[0-9]+$": {
8821
+ "^[a-zA-Z0-9]+$": {
8822
8822
  "type": "string"
8823
8823
  }
8824
8824
  },
@@ -9287,7 +9287,7 @@
9287
9287
  "attributes": {
9288
9288
  "additionalProperties": false,
9289
9289
  "patternProperties": {
9290
- "^[0-9]+$": {
9290
+ "^[a-zA-Z0-9]+$": {
9291
9291
  "$ref": "#/definitions/Attr"
9292
9292
  }
9293
9293
  },
@@ -9314,7 +9314,7 @@
9314
9314
  "children": {
9315
9315
  "additionalProperties": false,
9316
9316
  "patternProperties": {
9317
- "^[0-9]+$": {
9317
+ "^[a-zA-Z0-9]+$": {
9318
9318
  "$ref": "#/definitions/Element"
9319
9319
  }
9320
9320
  },
@@ -9323,7 +9323,7 @@
9323
9323
  "classList": {
9324
9324
  "additionalProperties": false,
9325
9325
  "patternProperties": {
9326
- "^[0-9]+$": {
9326
+ "^[a-zA-Z0-9]+$": {
9327
9327
  "type": "string"
9328
9328
  }
9329
9329
  },
@@ -9767,7 +9767,7 @@
9767
9767
  "part": {
9768
9768
  "additionalProperties": false,
9769
9769
  "patternProperties": {
9770
- "^[0-9]+$": {
9770
+ "^[a-zA-Z0-9]+$": {
9771
9771
  "type": "string"
9772
9772
  }
9773
9773
  },
@@ -9806,7 +9806,7 @@
9806
9806
  "relList": {
9807
9807
  "additionalProperties": false,
9808
9808
  "patternProperties": {
9809
- "^[0-9]+$": {
9809
+ "^[a-zA-Z0-9]+$": {
9810
9810
  "type": "string"
9811
9811
  }
9812
9812
  },
@@ -9845,7 +9845,7 @@
9845
9845
  "style": {
9846
9846
  "additionalProperties": false,
9847
9847
  "patternProperties": {
9848
- "^[0-9]+$": {
9848
+ "^[a-zA-Z0-9]+$": {
9849
9849
  "type": "string"
9850
9850
  }
9851
9851
  },
@@ -10301,7 +10301,7 @@
10301
10301
  "attributes": {
10302
10302
  "additionalProperties": false,
10303
10303
  "patternProperties": {
10304
- "^[0-9]+$": {
10304
+ "^[a-zA-Z0-9]+$": {
10305
10305
  "$ref": "#/definitions/Attr"
10306
10306
  }
10307
10307
  },
@@ -10328,7 +10328,7 @@
10328
10328
  "children": {
10329
10329
  "additionalProperties": false,
10330
10330
  "patternProperties": {
10331
- "^[0-9]+$": {
10331
+ "^[a-zA-Z0-9]+$": {
10332
10332
  "$ref": "#/definitions/Element"
10333
10333
  }
10334
10334
  },
@@ -10337,7 +10337,7 @@
10337
10337
  "classList": {
10338
10338
  "additionalProperties": false,
10339
10339
  "patternProperties": {
10340
- "^[0-9]+$": {
10340
+ "^[a-zA-Z0-9]+$": {
10341
10341
  "type": "string"
10342
10342
  }
10343
10343
  },
@@ -10760,7 +10760,7 @@
10760
10760
  "part": {
10761
10761
  "additionalProperties": false,
10762
10762
  "patternProperties": {
10763
- "^[0-9]+$": {
10763
+ "^[a-zA-Z0-9]+$": {
10764
10764
  "type": "string"
10765
10765
  }
10766
10766
  },
@@ -10802,7 +10802,7 @@
10802
10802
  "style": {
10803
10803
  "additionalProperties": false,
10804
10804
  "patternProperties": {
10805
- "^[0-9]+$": {
10805
+ "^[a-zA-Z0-9]+$": {
10806
10806
  "type": "string"
10807
10807
  }
10808
10808
  },
@@ -11236,7 +11236,7 @@
11236
11236
  "attributes": {
11237
11237
  "additionalProperties": false,
11238
11238
  "patternProperties": {
11239
- "^[0-9]+$": {
11239
+ "^[a-zA-Z0-9]+$": {
11240
11240
  "$ref": "#/definitions/Attr"
11241
11241
  }
11242
11242
  },
@@ -11263,7 +11263,7 @@
11263
11263
  "children": {
11264
11264
  "additionalProperties": false,
11265
11265
  "patternProperties": {
11266
- "^[0-9]+$": {
11266
+ "^[a-zA-Z0-9]+$": {
11267
11267
  "$ref": "#/definitions/Element"
11268
11268
  }
11269
11269
  },
@@ -11272,7 +11272,7 @@
11272
11272
  "classList": {
11273
11273
  "additionalProperties": false,
11274
11274
  "patternProperties": {
11275
- "^[0-9]+$": {
11275
+ "^[a-zA-Z0-9]+$": {
11276
11276
  "type": "string"
11277
11277
  }
11278
11278
  },
@@ -11692,7 +11692,7 @@
11692
11692
  "part": {
11693
11693
  "additionalProperties": false,
11694
11694
  "patternProperties": {
11695
- "^[0-9]+$": {
11695
+ "^[a-zA-Z0-9]+$": {
11696
11696
  "type": "string"
11697
11697
  }
11698
11698
  },
@@ -11734,7 +11734,7 @@
11734
11734
  "style": {
11735
11735
  "additionalProperties": false,
11736
11736
  "patternProperties": {
11737
- "^[0-9]+$": {
11737
+ "^[a-zA-Z0-9]+$": {
11738
11738
  "type": "string"
11739
11739
  }
11740
11740
  },
@@ -12166,7 +12166,7 @@
12166
12166
  "attributes": {
12167
12167
  "additionalProperties": false,
12168
12168
  "patternProperties": {
12169
- "^[0-9]+$": {
12169
+ "^[a-zA-Z0-9]+$": {
12170
12170
  "$ref": "#/definitions/Attr"
12171
12171
  }
12172
12172
  },
@@ -12193,7 +12193,7 @@
12193
12193
  "children": {
12194
12194
  "additionalProperties": false,
12195
12195
  "patternProperties": {
12196
- "^[0-9]+$": {
12196
+ "^[a-zA-Z0-9]+$": {
12197
12197
  "$ref": "#/definitions/Element"
12198
12198
  }
12199
12199
  },
@@ -12202,7 +12202,7 @@
12202
12202
  "classList": {
12203
12203
  "additionalProperties": false,
12204
12204
  "patternProperties": {
12205
- "^[0-9]+$": {
12205
+ "^[a-zA-Z0-9]+$": {
12206
12206
  "type": "string"
12207
12207
  }
12208
12208
  },
@@ -12628,7 +12628,7 @@
12628
12628
  "part": {
12629
12629
  "additionalProperties": false,
12630
12630
  "patternProperties": {
12631
- "^[0-9]+$": {
12631
+ "^[a-zA-Z0-9]+$": {
12632
12632
  "type": "string"
12633
12633
  }
12634
12634
  },
@@ -12673,7 +12673,7 @@
12673
12673
  "style": {
12674
12674
  "additionalProperties": false,
12675
12675
  "patternProperties": {
12676
- "^[0-9]+$": {
12676
+ "^[a-zA-Z0-9]+$": {
12677
12677
  "type": "string"
12678
12678
  }
12679
12679
  },
@@ -13114,7 +13114,7 @@
13114
13114
  "attributes": {
13115
13115
  "additionalProperties": false,
13116
13116
  "patternProperties": {
13117
- "^[0-9]+$": {
13117
+ "^[a-zA-Z0-9]+$": {
13118
13118
  "$ref": "#/definitions/Attr"
13119
13119
  }
13120
13120
  },
@@ -13141,7 +13141,7 @@
13141
13141
  "children": {
13142
13142
  "additionalProperties": false,
13143
13143
  "patternProperties": {
13144
- "^[0-9]+$": {
13144
+ "^[a-zA-Z0-9]+$": {
13145
13145
  "$ref": "#/definitions/Element"
13146
13146
  }
13147
13147
  },
@@ -13150,7 +13150,7 @@
13150
13150
  "classList": {
13151
13151
  "additionalProperties": false,
13152
13152
  "patternProperties": {
13153
- "^[0-9]+$": {
13153
+ "^[a-zA-Z0-9]+$": {
13154
13154
  "type": "string"
13155
13155
  }
13156
13156
  },
@@ -13570,7 +13570,7 @@
13570
13570
  "part": {
13571
13571
  "additionalProperties": false,
13572
13572
  "patternProperties": {
13573
- "^[0-9]+$": {
13573
+ "^[a-zA-Z0-9]+$": {
13574
13574
  "type": "string"
13575
13575
  }
13576
13576
  },
@@ -13612,7 +13612,7 @@
13612
13612
  "style": {
13613
13613
  "additionalProperties": false,
13614
13614
  "patternProperties": {
13615
- "^[0-9]+$": {
13615
+ "^[a-zA-Z0-9]+$": {
13616
13616
  "type": "string"
13617
13617
  }
13618
13618
  },
@@ -14047,7 +14047,7 @@
14047
14047
  "attributes": {
14048
14048
  "additionalProperties": false,
14049
14049
  "patternProperties": {
14050
- "^[0-9]+$": {
14050
+ "^[a-zA-Z0-9]+$": {
14051
14051
  "$ref": "#/definitions/Attr"
14052
14052
  }
14053
14053
  },
@@ -14077,7 +14077,7 @@
14077
14077
  "children": {
14078
14078
  "additionalProperties": false,
14079
14079
  "patternProperties": {
14080
- "^[0-9]+$": {
14080
+ "^[a-zA-Z0-9]+$": {
14081
14081
  "$ref": "#/definitions/Element"
14082
14082
  }
14083
14083
  },
@@ -14086,7 +14086,7 @@
14086
14086
  "classList": {
14087
14087
  "additionalProperties": false,
14088
14088
  "patternProperties": {
14089
- "^[0-9]+$": {
14089
+ "^[a-zA-Z0-9]+$": {
14090
14090
  "type": "string"
14091
14091
  }
14092
14092
  },
@@ -14554,7 +14554,7 @@
14554
14554
  "part": {
14555
14555
  "additionalProperties": false,
14556
14556
  "patternProperties": {
14557
- "^[0-9]+$": {
14557
+ "^[a-zA-Z0-9]+$": {
14558
14558
  "type": "string"
14559
14559
  }
14560
14560
  },
@@ -14608,7 +14608,7 @@
14608
14608
  "style": {
14609
14609
  "additionalProperties": false,
14610
14610
  "patternProperties": {
14611
- "^[0-9]+$": {
14611
+ "^[a-zA-Z0-9]+$": {
14612
14612
  "type": "string"
14613
14613
  }
14614
14614
  },
@@ -15090,7 +15090,7 @@
15090
15090
  "attributes": {
15091
15091
  "additionalProperties": false,
15092
15092
  "patternProperties": {
15093
- "^[0-9]+$": {
15093
+ "^[a-zA-Z0-9]+$": {
15094
15094
  "$ref": "#/definitions/Attr"
15095
15095
  }
15096
15096
  },
@@ -15120,7 +15120,7 @@
15120
15120
  "children": {
15121
15121
  "additionalProperties": false,
15122
15122
  "patternProperties": {
15123
- "^[0-9]+$": {
15123
+ "^[a-zA-Z0-9]+$": {
15124
15124
  "$ref": "#/definitions/Element"
15125
15125
  }
15126
15126
  },
@@ -15129,7 +15129,7 @@
15129
15129
  "classList": {
15130
15130
  "additionalProperties": false,
15131
15131
  "patternProperties": {
15132
- "^[0-9]+$": {
15132
+ "^[a-zA-Z0-9]+$": {
15133
15133
  "type": "string"
15134
15134
  }
15135
15135
  },
@@ -15567,7 +15567,7 @@
15567
15567
  "part": {
15568
15568
  "additionalProperties": false,
15569
15569
  "patternProperties": {
15570
- "^[0-9]+$": {
15570
+ "^[a-zA-Z0-9]+$": {
15571
15571
  "type": "string"
15572
15572
  }
15573
15573
  },
@@ -15615,7 +15615,7 @@
15615
15615
  "style": {
15616
15616
  "additionalProperties": false,
15617
15617
  "patternProperties": {
15618
- "^[0-9]+$": {
15618
+ "^[a-zA-Z0-9]+$": {
15619
15619
  "type": "string"
15620
15620
  }
15621
15621
  },
@@ -16062,7 +16062,7 @@
16062
16062
  "attributes": {
16063
16063
  "additionalProperties": false,
16064
16064
  "patternProperties": {
16065
- "^[0-9]+$": {
16065
+ "^[a-zA-Z0-9]+$": {
16066
16066
  "$ref": "#/definitions/Attr"
16067
16067
  }
16068
16068
  },
@@ -16089,7 +16089,7 @@
16089
16089
  "children": {
16090
16090
  "additionalProperties": false,
16091
16091
  "patternProperties": {
16092
- "^[0-9]+$": {
16092
+ "^[a-zA-Z0-9]+$": {
16093
16093
  "$ref": "#/definitions/Element"
16094
16094
  }
16095
16095
  },
@@ -16098,7 +16098,7 @@
16098
16098
  "classList": {
16099
16099
  "additionalProperties": false,
16100
16100
  "patternProperties": {
16101
- "^[0-9]+$": {
16101
+ "^[a-zA-Z0-9]+$": {
16102
16102
  "type": "string"
16103
16103
  }
16104
16104
  },
@@ -16521,7 +16521,7 @@
16521
16521
  "part": {
16522
16522
  "additionalProperties": false,
16523
16523
  "patternProperties": {
16524
- "^[0-9]+$": {
16524
+ "^[a-zA-Z0-9]+$": {
16525
16525
  "type": "string"
16526
16526
  }
16527
16527
  },
@@ -16563,7 +16563,7 @@
16563
16563
  "style": {
16564
16564
  "additionalProperties": false,
16565
16565
  "patternProperties": {
16566
- "^[0-9]+$": {
16566
+ "^[a-zA-Z0-9]+$": {
16567
16567
  "type": "string"
16568
16568
  }
16569
16569
  },
@@ -17507,7 +17507,7 @@
17507
17507
  "additionalProperties": false,
17508
17508
  "description": "标签文字样式",
17509
17509
  "patternProperties": {
17510
- "^[0-9]+$": {}
17510
+ "^[a-zA-Z0-9]+$": {}
17511
17511
  },
17512
17512
  "type": "object"
17513
17513
  },
@@ -17767,6 +17767,12 @@
17767
17767
  },
17768
17768
  "IAreaChartSpec": {
17769
17769
  "properties": {
17770
+ "activePoint": {
17771
+ "default": false,
17772
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
17773
+ "since": "1.3.0",
17774
+ "type": "boolean"
17775
+ },
17770
17776
  "animation": {
17771
17777
  "description": "是否开启系列动画",
17772
17778
  "type": "boolean"
@@ -18475,6 +18481,12 @@
18475
18481
  },
18476
18482
  "IAreaSeriesSpec": {
18477
18483
  "properties": {
18484
+ "activePoint": {
18485
+ "default": false,
18486
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
18487
+ "since": "1.3.0",
18488
+ "type": "boolean"
18489
+ },
18478
18490
  "animation": {
18479
18491
  "description": "是否开启系列动画",
18480
18492
  "type": "boolean"
@@ -18784,7 +18796,14 @@
18784
18796
  "$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
18785
18797
  },
18786
18798
  "point": {
18787
- "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
18799
+ "allOf": [
18800
+ {
18801
+ "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
18802
+ },
18803
+ {
18804
+ "typeof": "function"
18805
+ }
18806
+ ]
18788
18807
  }
18789
18808
  },
18790
18809
  "type": "object"
@@ -18827,7 +18846,7 @@
18827
18846
  "style": {
18828
18847
  "additionalProperties": false,
18829
18848
  "patternProperties": {
18830
- "^[0-9]+$": {}
18849
+ "^[a-zA-Z0-9]+$": {}
18831
18850
  },
18832
18851
  "type": "object"
18833
18852
  },
@@ -18842,7 +18861,7 @@
18842
18861
  "style": {
18843
18862
  "additionalProperties": false,
18844
18863
  "patternProperties": {
18845
- "^[0-9]+$": {}
18864
+ "^[a-zA-Z0-9]+$": {}
18846
18865
  },
18847
18866
  "type": "object"
18848
18867
  },
@@ -18868,7 +18887,7 @@
18868
18887
  "additionalProperties": false,
18869
18888
  "description": "style格式转换",
18870
18889
  "patternProperties": {
18871
- "^[0-9]+$": {}
18890
+ "^[a-zA-Z0-9]+$": {}
18872
18891
  },
18873
18892
  "type": "object"
18874
18893
  },
@@ -26751,7 +26770,7 @@
26751
26770
  "style": {
26752
26771
  "additionalProperties": false,
26753
26772
  "patternProperties": {
26754
- "^[0-9]+$": {}
26773
+ "^[a-zA-Z0-9]+$": {}
26755
26774
  },
26756
26775
  "type": "object"
26757
26776
  },
@@ -33685,7 +33704,7 @@
33685
33704
  "additionalProperties": false,
33686
33705
  "description": "文字样式",
33687
33706
  "patternProperties": {
33688
- "^[0-9]+$": {}
33707
+ "^[a-zA-Z0-9]+$": {}
33689
33708
  },
33690
33709
  "type": "object"
33691
33710
  },
@@ -33726,7 +33745,7 @@
33726
33745
  "additionalProperties": false,
33727
33746
  "description": "文字样式",
33728
33747
  "patternProperties": {
33729
- "^[0-9]+$": {}
33748
+ "^[a-zA-Z0-9]+$": {}
33730
33749
  },
33731
33750
  "type": "object"
33732
33751
  },
@@ -34975,6 +34994,12 @@
34975
34994
  },
34976
34995
  "ILineChartSpec": {
34977
34996
  "properties": {
34997
+ "activePoint": {
34998
+ "default": false,
34999
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
35000
+ "since": "1.3.0",
35001
+ "type": "boolean"
35002
+ },
34978
35003
  "animation": {
34979
35004
  "description": "是否开启系列动画",
34980
35005
  "type": "boolean"
@@ -35642,6 +35667,12 @@
35642
35667
  },
35643
35668
  "ILineSeriesSpec": {
35644
35669
  "properties": {
35670
+ "activePoint": {
35671
+ "default": false,
35672
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
35673
+ "since": "1.3.0",
35674
+ "type": "boolean"
35675
+ },
35645
35676
  "animation": {
35646
35677
  "description": "是否开启系列动画",
35647
35678
  "type": "boolean"
@@ -35953,7 +35984,14 @@
35953
35984
  "$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
35954
35985
  },
35955
35986
  "point": {
35956
- "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
35987
+ "allOf": [
35988
+ {
35989
+ "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
35990
+ },
35991
+ {
35992
+ "typeof": "function"
35993
+ }
35994
+ ]
35957
35995
  }
35958
35996
  },
35959
35997
  "type": "object"
@@ -38317,7 +38355,7 @@
38317
38355
  "style": {
38318
38356
  "additionalProperties": false,
38319
38357
  "patternProperties": {
38320
- "^[0-9]+$": {}
38358
+ "^[a-zA-Z0-9]+$": {}
38321
38359
  },
38322
38360
  "type": "object"
38323
38361
  },
@@ -41774,6 +41812,12 @@
41774
41812
  },
41775
41813
  "IRadarChartSpec": {
41776
41814
  "properties": {
41815
+ "activePoint": {
41816
+ "default": false,
41817
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
41818
+ "since": "1.3.0",
41819
+ "type": "boolean"
41820
+ },
41777
41821
  "angleField": {
41778
41822
  "anyOf": [
41779
41823
  {
@@ -42242,6 +42286,12 @@
42242
42286
  },
42243
42287
  "IRadarSeriesSpec": {
42244
42288
  "properties": {
42289
+ "activePoint": {
42290
+ "default": false,
42291
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
42292
+ "since": "1.3.0",
42293
+ "type": "boolean"
42294
+ },
42245
42295
  "angleField": {
42246
42296
  "anyOf": [
42247
42297
  {
@@ -42593,7 +42643,14 @@
42593
42643
  "type": "number"
42594
42644
  },
42595
42645
  "point": {
42596
- "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
42646
+ "allOf": [
42647
+ {
42648
+ "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
42649
+ },
42650
+ {
42651
+ "typeof": "function"
42652
+ }
42653
+ ]
42597
42654
  },
42598
42655
  "radius": {
42599
42656
  "type": "number"
@@ -42643,6 +42700,12 @@
42643
42700
  },
42644
42701
  "IRangeAreaChartSpec": {
42645
42702
  "properties": {
42703
+ "activePoint": {
42704
+ "default": false,
42705
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
42706
+ "since": "1.3.0",
42707
+ "type": "boolean"
42708
+ },
42646
42709
  "animation": {
42647
42710
  "description": "是否开启系列动画",
42648
42711
  "type": "boolean"
@@ -43098,6 +43161,12 @@
43098
43161
  },
43099
43162
  "IRangeAreaSeriesSpec": {
43100
43163
  "properties": {
43164
+ "activePoint": {
43165
+ "default": false,
43166
+ "description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
43167
+ "since": "1.3.0",
43168
+ "type": "boolean"
43169
+ },
43101
43170
  "animation": {
43102
43171
  "description": "是否开启系列动画",
43103
43172
  "type": "boolean"
@@ -48452,7 +48521,7 @@
48452
48521
  "additionalProperties": false,
48453
48522
  "description": "滚动条轨道样式。",
48454
48523
  "patternProperties": {
48455
- "^[0-9]+$": {}
48524
+ "^[a-zA-Z0-9]+$": {}
48456
48525
  },
48457
48526
  "type": "object"
48458
48527
  },
@@ -48527,7 +48596,7 @@
48527
48596
  "additionalProperties": false,
48528
48597
  "description": "滚动条滑块样式。",
48529
48598
  "patternProperties": {
48530
- "^[0-9]+$": {}
48599
+ "^[a-zA-Z0-9]+$": {}
48531
48600
  },
48532
48601
  "type": "object"
48533
48602
  },
@@ -48578,7 +48647,7 @@
48578
48647
  "additionalProperties": false,
48579
48648
  "description": "滚动条轨道样式。",
48580
48649
  "patternProperties": {
48581
- "^[0-9]+$": {}
48650
+ "^[a-zA-Z0-9]+$": {}
48582
48651
  },
48583
48652
  "type": "object"
48584
48653
  },
@@ -48586,7 +48655,7 @@
48586
48655
  "additionalProperties": false,
48587
48656
  "description": "滚动条滑块样式。",
48588
48657
  "patternProperties": {
48589
- "^[0-9]+$": {}
48658
+ "^[a-zA-Z0-9]+$": {}
48590
48659
  },
48591
48660
  "type": "object"
48592
48661
  }
@@ -48889,7 +48958,7 @@
48889
48958
  "style": {
48890
48959
  "additionalProperties": false,
48891
48960
  "patternProperties": {
48892
- "^[0-9]+$": {}
48961
+ "^[a-zA-Z0-9]+$": {}
48893
48962
  },
48894
48963
  "type": "object"
48895
48964
  },
@@ -48907,7 +48976,7 @@
48907
48976
  "style": {
48908
48977
  "additionalProperties": false,
48909
48978
  "patternProperties": {
48910
- "^[0-9]+$": {}
48979
+ "^[a-zA-Z0-9]+$": {}
48911
48980
  },
48912
48981
  "type": "object"
48913
48982
  },
@@ -50270,7 +50339,7 @@
50270
50339
  "style": {
50271
50340
  "additionalProperties": false,
50272
50341
  "patternProperties": {
50273
- "^[0-9]+$": {}
50342
+ "^[a-zA-Z0-9]+$": {}
50274
50343
  },
50275
50344
  "type": "object"
50276
50345
  },
@@ -51878,7 +51947,7 @@
51878
51947
  "style": {
51879
51948
  "additionalProperties": false,
51880
51949
  "patternProperties": {
51881
- "^[0-9]+$": {}
51950
+ "^[a-zA-Z0-9]+$": {}
51882
51951
  },
51883
51952
  "type": "object"
51884
51953
  },
@@ -52285,6 +52354,10 @@
52285
52354
  "position": {
52286
52355
  "$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
52287
52356
  },
52357
+ "seriesId": {
52358
+ "description": "该 pattern 属于哪个系列id(用户不需要设置)",
52359
+ "type": "number"
52360
+ },
52288
52361
  "shapeColor": {
52289
52362
  "$ref": "#/definitions/TooltipContentProperty<string>"
52290
52363
  },
@@ -55909,7 +55982,7 @@
55909
55982
  {
55910
55983
  "additionalProperties": false,
55911
55984
  "patternProperties": {
55912
- "^[0-9]+$": {
55985
+ "^[a-zA-Z0-9]+$": {
55913
55986
  "type": "string"
55914
55987
  }
55915
55988
  },
@@ -57627,7 +57700,7 @@
57627
57700
  "data": {
57628
57701
  "additionalProperties": false,
57629
57702
  "patternProperties": {
57630
- "^[0-9]+$": {
57703
+ "^[a-zA-Z0-9]+$": {
57631
57704
  "type": "number"
57632
57705
  }
57633
57706
  },
@@ -57701,7 +57774,7 @@
57701
57774
  "ancestorOrigins": {
57702
57775
  "additionalProperties": false,
57703
57776
  "patternProperties": {
57704
- "^[0-9]+$": {
57777
+ "^[a-zA-Z0-9]+$": {
57705
57778
  "type": "string"
57706
57779
  }
57707
57780
  },
@@ -57754,7 +57827,7 @@
57754
57827
  },
57755
57828
  "Map<Function,(...args:any[])=>void>": {
57756
57829
  "properties": {
57757
- "__@toStringTag@11030": {
57830
+ "__@toStringTag@11034": {
57758
57831
  "type": "string"
57759
57832
  },
57760
57833
  "size": {
@@ -57762,14 +57835,14 @@
57762
57835
  }
57763
57836
  },
57764
57837
  "required": [
57765
- "__@toStringTag@11030",
57838
+ "__@toStringTag@11034",
57766
57839
  "size"
57767
57840
  ],
57768
57841
  "type": "object"
57769
57842
  },
57770
57843
  "Map<number,IGraphicPicker>": {
57771
57844
  "properties": {
57772
- "__@toStringTag@11030": {
57845
+ "__@toStringTag@11034": {
57773
57846
  "type": "string"
57774
57847
  },
57775
57848
  "size": {
@@ -57777,14 +57850,14 @@
57777
57850
  }
57778
57851
  },
57779
57852
  "required": [
57780
- "__@toStringTag@11030",
57853
+ "__@toStringTag@11034",
57781
57854
  "size"
57782
57855
  ],
57783
57856
  "type": "object"
57784
57857
  },
57785
57858
  "Map<number,IGraphicRender>": {
57786
57859
  "properties": {
57787
- "__@toStringTag@11030": {
57860
+ "__@toStringTag@11034": {
57788
57861
  "type": "string"
57789
57862
  },
57790
57863
  "size": {
@@ -57792,14 +57865,14 @@
57792
57865
  }
57793
57866
  },
57794
57867
  "required": [
57795
- "__@toStringTag@11030",
57868
+ "__@toStringTag@11034",
57796
57869
  "size"
57797
57870
  ],
57798
57871
  "type": "object"
57799
57872
  },
57800
57873
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
57801
57874
  "properties": {
57802
- "__@toStringTag@11030": {
57875
+ "__@toStringTag@11034": {
57803
57876
  "type": "string"
57804
57877
  },
57805
57878
  "size": {
@@ -57807,14 +57880,14 @@
57807
57880
  }
57808
57881
  },
57809
57882
  "required": [
57810
- "__@toStringTag@11030",
57883
+ "__@toStringTag@11034",
57811
57884
  "size"
57812
57885
  ],
57813
57886
  "type": "object"
57814
57887
  },
57815
57888
  "Map<string,Map<number,IGraphicRender>>": {
57816
57889
  "properties": {
57817
- "__@toStringTag@11030": {
57890
+ "__@toStringTag@11034": {
57818
57891
  "type": "string"
57819
57892
  },
57820
57893
  "size": {
@@ -57822,14 +57895,14 @@
57822
57895
  }
57823
57896
  },
57824
57897
  "required": [
57825
- "__@toStringTag@11030",
57898
+ "__@toStringTag@11034",
57826
57899
  "size"
57827
57900
  ],
57828
57901
  "type": "object"
57829
57902
  },
57830
57903
  "Map<string,any>": {
57831
57904
  "properties": {
57832
- "__@toStringTag@11030": {
57905
+ "__@toStringTag@11034": {
57833
57906
  "type": "string"
57834
57907
  },
57835
57908
  "size": {
@@ -57837,14 +57910,14 @@
57837
57910
  }
57838
57911
  },
57839
57912
  "required": [
57840
- "__@toStringTag@11030",
57913
+ "__@toStringTag@11034",
57841
57914
  "size"
57842
57915
  ],
57843
57916
  "type": "object"
57844
57917
  },
57845
57918
  "Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
57846
57919
  "properties": {
57847
- "__@toStringTag@11030": {
57920
+ "__@toStringTag@11034": {
57848
57921
  "type": "string"
57849
57922
  },
57850
57923
  "size": {
@@ -57852,14 +57925,14 @@
57852
57925
  }
57853
57926
  },
57854
57927
  "required": [
57855
- "__@toStringTag@11030",
57928
+ "__@toStringTag@11034",
57856
57929
  "size"
57857
57930
  ],
57858
57931
  "type": "object"
57859
57932
  },
57860
57933
  "Map<string|number,IAnimate>": {
57861
57934
  "properties": {
57862
- "__@toStringTag@11030": {
57935
+ "__@toStringTag@11034": {
57863
57936
  "type": "string"
57864
57937
  },
57865
57938
  "size": {
@@ -57867,7 +57940,7 @@
57867
57940
  }
57868
57941
  },
57869
57942
  "required": [
57870
- "__@toStringTag@11030",
57943
+ "__@toStringTag@11034",
57871
57944
  "size"
57872
57945
  ],
57873
57946
  "type": "object"
@@ -58024,7 +58097,7 @@
58024
58097
  "enabledPlugin": {
58025
58098
  "additionalProperties": false,
58026
58099
  "patternProperties": {
58027
- "^[0-9]+$": {
58100
+ "^[a-zA-Z0-9]+$": {
58028
58101
  "$ref": "#/definitions/MimeType"
58029
58102
  }
58030
58103
  },
@@ -58101,7 +58174,7 @@
58101
58174
  "mimeTypes": {
58102
58175
  "additionalProperties": false,
58103
58176
  "patternProperties": {
58104
- "^[0-9]+$": {
58177
+ "^[a-zA-Z0-9]+$": {
58105
58178
  "$ref": "#/definitions/MimeType"
58106
58179
  }
58107
58180
  },
@@ -58122,10 +58195,10 @@
58122
58195
  "plugins": {
58123
58196
  "additionalProperties": false,
58124
58197
  "patternProperties": {
58125
- "^[0-9]+$": {
58198
+ "^[a-zA-Z0-9]+$": {
58126
58199
  "additionalProperties": false,
58127
58200
  "patternProperties": {
58128
- "^[0-9]+$": {
58201
+ "^[a-zA-Z0-9]+$": {
58129
58202
  "$ref": "#/definitions/MimeType"
58130
58203
  }
58131
58204
  },
@@ -61761,7 +61834,7 @@
61761
61834
  "children": {
61762
61835
  "additionalProperties": false,
61763
61836
  "patternProperties": {
61764
- "^[0-9]+$": {
61837
+ "^[a-zA-Z0-9]+$": {
61765
61838
  "$ref": "#/definitions/Element"
61766
61839
  }
61767
61840
  },
@@ -64974,7 +65047,7 @@
64974
65047
  "additionalProperties": false,
64975
65048
  "description": "默认样式设置",
64976
65049
  "patternProperties": {
64977
- "^[0-9]+$": {}
65050
+ "^[a-zA-Z0-9]+$": {}
64978
65051
  },
64979
65052
  "type": "object"
64980
65053
  },
@@ -69314,34 +69387,34 @@
69314
69387
  },
69315
69388
  "Promise<FontFaceSet>": {
69316
69389
  "properties": {
69317
- "__@toStringTag@11030": {
69390
+ "__@toStringTag@11034": {
69318
69391
  "type": "string"
69319
69392
  }
69320
69393
  },
69321
69394
  "required": [
69322
- "__@toStringTag@11030"
69395
+ "__@toStringTag@11034"
69323
69396
  ],
69324
69397
  "type": "object"
69325
69398
  },
69326
69399
  "Promise<ServiceWorkerRegistration>": {
69327
69400
  "properties": {
69328
- "__@toStringTag@11030": {
69401
+ "__@toStringTag@11034": {
69329
69402
  "type": "string"
69330
69403
  }
69331
69404
  },
69332
69405
  "required": [
69333
- "__@toStringTag@11030"
69406
+ "__@toStringTag@11034"
69334
69407
  ],
69335
69408
  "type": "object"
69336
69409
  },
69337
69410
  "Promise<any>": {
69338
69411
  "properties": {
69339
- "__@toStringTag@11030": {
69412
+ "__@toStringTag@11034": {
69340
69413
  "type": "string"
69341
69414
  }
69342
69415
  },
69343
69416
  "required": [
69344
- "__@toStringTag@11030"
69417
+ "__@toStringTag@11034"
69345
69418
  ],
69346
69419
  "type": "object"
69347
69420
  },
@@ -75114,7 +75187,7 @@
75114
75187
  "animVal": {
75115
75188
  "additionalProperties": false,
75116
75189
  "patternProperties": {
75117
- "^[0-9]+$": {
75190
+ "^[a-zA-Z0-9]+$": {
75118
75191
  "$ref": "#/definitions/SVGTransform"
75119
75192
  }
75120
75193
  },
@@ -75123,7 +75196,7 @@
75123
75196
  "baseVal": {
75124
75197
  "additionalProperties": false,
75125
75198
  "patternProperties": {
75126
- "^[0-9]+$": {
75199
+ "^[a-zA-Z0-9]+$": {
75127
75200
  "$ref": "#/definitions/SVGTransform"
75128
75201
  }
75129
75202
  },
@@ -75315,7 +75388,7 @@
75315
75388
  "attributes": {
75316
75389
  "additionalProperties": false,
75317
75390
  "patternProperties": {
75318
- "^[0-9]+$": {
75391
+ "^[a-zA-Z0-9]+$": {
75319
75392
  "$ref": "#/definitions/Attr"
75320
75393
  }
75321
75394
  },
@@ -75339,7 +75412,7 @@
75339
75412
  "children": {
75340
75413
  "additionalProperties": false,
75341
75414
  "patternProperties": {
75342
- "^[0-9]+$": {
75415
+ "^[a-zA-Z0-9]+$": {
75343
75416
  "$ref": "#/definitions/Element"
75344
75417
  }
75345
75418
  },
@@ -75348,7 +75421,7 @@
75348
75421
  "classList": {
75349
75422
  "additionalProperties": false,
75350
75423
  "patternProperties": {
75351
- "^[0-9]+$": {
75424
+ "^[a-zA-Z0-9]+$": {
75352
75425
  "type": "string"
75353
75426
  }
75354
75427
  },
@@ -75721,7 +75794,7 @@
75721
75794
  "part": {
75722
75795
  "additionalProperties": false,
75723
75796
  "patternProperties": {
75724
- "^[0-9]+$": {
75797
+ "^[a-zA-Z0-9]+$": {
75725
75798
  "type": "string"
75726
75799
  }
75727
75800
  },
@@ -75760,7 +75833,7 @@
75760
75833
  "style": {
75761
75834
  "additionalProperties": false,
75762
75835
  "patternProperties": {
75763
- "^[0-9]+$": {
75836
+ "^[a-zA-Z0-9]+$": {
75764
75837
  "type": "string"
75765
75838
  }
75766
75839
  },
@@ -76298,7 +76371,7 @@
76298
76371
  "attributes": {
76299
76372
  "additionalProperties": false,
76300
76373
  "patternProperties": {
76301
- "^[0-9]+$": {
76374
+ "^[a-zA-Z0-9]+$": {
76302
76375
  "$ref": "#/definitions/Attr"
76303
76376
  }
76304
76377
  },
@@ -76322,7 +76395,7 @@
76322
76395
  "children": {
76323
76396
  "additionalProperties": false,
76324
76397
  "patternProperties": {
76325
- "^[0-9]+$": {
76398
+ "^[a-zA-Z0-9]+$": {
76326
76399
  "$ref": "#/definitions/Element"
76327
76400
  }
76328
76401
  },
@@ -76331,7 +76404,7 @@
76331
76404
  "classList": {
76332
76405
  "additionalProperties": false,
76333
76406
  "patternProperties": {
76334
- "^[0-9]+$": {
76407
+ "^[a-zA-Z0-9]+$": {
76335
76408
  "type": "string"
76336
76409
  }
76337
76410
  },
@@ -76767,7 +76840,7 @@
76767
76840
  "part": {
76768
76841
  "additionalProperties": false,
76769
76842
  "patternProperties": {
76770
- "^[0-9]+$": {
76843
+ "^[a-zA-Z0-9]+$": {
76771
76844
  "type": "string"
76772
76845
  }
76773
76846
  },
@@ -76788,7 +76861,7 @@
76788
76861
  "requiredExtensions": {
76789
76862
  "additionalProperties": false,
76790
76863
  "patternProperties": {
76791
- "^[0-9]+$": {
76864
+ "^[a-zA-Z0-9]+$": {
76792
76865
  "type": "string"
76793
76866
  }
76794
76867
  },
@@ -76818,7 +76891,7 @@
76818
76891
  "style": {
76819
76892
  "additionalProperties": false,
76820
76893
  "patternProperties": {
76821
- "^[0-9]+$": {
76894
+ "^[a-zA-Z0-9]+$": {
76822
76895
  "type": "string"
76823
76896
  }
76824
76897
  },
@@ -76827,7 +76900,7 @@
76827
76900
  "systemLanguage": {
76828
76901
  "additionalProperties": false,
76829
76902
  "patternProperties": {
76830
- "^[0-9]+$": {
76903
+ "^[a-zA-Z0-9]+$": {
76831
76904
  "type": "string"
76832
76905
  }
76833
76906
  },
@@ -77271,7 +77344,7 @@
77271
77344
  "attributes": {
77272
77345
  "additionalProperties": false,
77273
77346
  "patternProperties": {
77274
- "^[0-9]+$": {
77347
+ "^[a-zA-Z0-9]+$": {
77275
77348
  "$ref": "#/definitions/Attr"
77276
77349
  }
77277
77350
  },
@@ -77295,7 +77368,7 @@
77295
77368
  "children": {
77296
77369
  "additionalProperties": false,
77297
77370
  "patternProperties": {
77298
- "^[0-9]+$": {
77371
+ "^[a-zA-Z0-9]+$": {
77299
77372
  "$ref": "#/definitions/Element"
77300
77373
  }
77301
77374
  },
@@ -77304,7 +77377,7 @@
77304
77377
  "classList": {
77305
77378
  "additionalProperties": false,
77306
77379
  "patternProperties": {
77307
- "^[0-9]+$": {
77380
+ "^[a-zA-Z0-9]+$": {
77308
77381
  "type": "string"
77309
77382
  }
77310
77383
  },
@@ -77680,7 +77753,7 @@
77680
77753
  "part": {
77681
77754
  "additionalProperties": false,
77682
77755
  "patternProperties": {
77683
- "^[0-9]+$": {
77756
+ "^[a-zA-Z0-9]+$": {
77684
77757
  "type": "string"
77685
77758
  }
77686
77759
  },
@@ -77719,7 +77792,7 @@
77719
77792
  "style": {
77720
77793
  "additionalProperties": false,
77721
77794
  "patternProperties": {
77722
- "^[0-9]+$": {
77795
+ "^[a-zA-Z0-9]+$": {
77723
77796
  "type": "string"
77724
77797
  }
77725
77798
  },
@@ -78204,7 +78277,7 @@
78204
78277
  "children": {
78205
78278
  "additionalProperties": false,
78206
78279
  "patternProperties": {
78207
- "^[0-9]+$": {
78280
+ "^[a-zA-Z0-9]+$": {
78208
78281
  "$ref": "#/definitions/Element"
78209
78282
  }
78210
78283
  },
@@ -78279,7 +78352,7 @@
78279
78352
  "styleSheets": {
78280
78353
  "additionalProperties": false,
78281
78354
  "patternProperties": {
78282
- "^[0-9]+$": {
78355
+ "^[a-zA-Z0-9]+$": {
78283
78356
  "$ref": "#/definitions/CSSStyleSheet"
78284
78357
  }
78285
78358
  },
@@ -79592,7 +79665,7 @@
79592
79665
  {
79593
79666
  "additionalProperties": false,
79594
79667
  "patternProperties": {
79595
- "^[0-9]+$": {
79668
+ "^[a-zA-Z0-9]+$": {
79596
79669
  "type": "number"
79597
79670
  }
79598
79671
  },
@@ -79670,7 +79743,7 @@
79670
79743
  {
79671
79744
  "additionalProperties": false,
79672
79745
  "patternProperties": {
79673
- "^[0-9]+$": {
79746
+ "^[a-zA-Z0-9]+$": {
79674
79747
  "type": "number"
79675
79748
  }
79676
79749
  },