@visactor/vchart-schema 1.2.2 → 1.2.4-hotfix.0
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/README.md +2 -2
- package/package.json +1 -1
- package/vchart.json +130 -130
package/README.md
CHANGED
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"cssRules": {
|
|
435
435
|
"additionalProperties": false,
|
|
436
436
|
"patternProperties": {
|
|
437
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
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
|
-
"^[
|
|
17510
|
+
"^[a-zA-Z0-9]+$": {}
|
|
17511
17511
|
},
|
|
17512
17512
|
"type": "object"
|
|
17513
17513
|
},
|
|
@@ -18846,7 +18846,7 @@
|
|
|
18846
18846
|
"style": {
|
|
18847
18847
|
"additionalProperties": false,
|
|
18848
18848
|
"patternProperties": {
|
|
18849
|
-
"^[
|
|
18849
|
+
"^[a-zA-Z0-9]+$": {}
|
|
18850
18850
|
},
|
|
18851
18851
|
"type": "object"
|
|
18852
18852
|
},
|
|
@@ -18861,7 +18861,7 @@
|
|
|
18861
18861
|
"style": {
|
|
18862
18862
|
"additionalProperties": false,
|
|
18863
18863
|
"patternProperties": {
|
|
18864
|
-
"^[
|
|
18864
|
+
"^[a-zA-Z0-9]+$": {}
|
|
18865
18865
|
},
|
|
18866
18866
|
"type": "object"
|
|
18867
18867
|
},
|
|
@@ -18887,7 +18887,7 @@
|
|
|
18887
18887
|
"additionalProperties": false,
|
|
18888
18888
|
"description": "style格式转换",
|
|
18889
18889
|
"patternProperties": {
|
|
18890
|
-
"^[
|
|
18890
|
+
"^[a-zA-Z0-9]+$": {}
|
|
18891
18891
|
},
|
|
18892
18892
|
"type": "object"
|
|
18893
18893
|
},
|
|
@@ -26770,7 +26770,7 @@
|
|
|
26770
26770
|
"style": {
|
|
26771
26771
|
"additionalProperties": false,
|
|
26772
26772
|
"patternProperties": {
|
|
26773
|
-
"^[
|
|
26773
|
+
"^[a-zA-Z0-9]+$": {}
|
|
26774
26774
|
},
|
|
26775
26775
|
"type": "object"
|
|
26776
26776
|
},
|
|
@@ -33704,7 +33704,7 @@
|
|
|
33704
33704
|
"additionalProperties": false,
|
|
33705
33705
|
"description": "文字样式",
|
|
33706
33706
|
"patternProperties": {
|
|
33707
|
-
"^[
|
|
33707
|
+
"^[a-zA-Z0-9]+$": {}
|
|
33708
33708
|
},
|
|
33709
33709
|
"type": "object"
|
|
33710
33710
|
},
|
|
@@ -33745,7 +33745,7 @@
|
|
|
33745
33745
|
"additionalProperties": false,
|
|
33746
33746
|
"description": "文字样式",
|
|
33747
33747
|
"patternProperties": {
|
|
33748
|
-
"^[
|
|
33748
|
+
"^[a-zA-Z0-9]+$": {}
|
|
33749
33749
|
},
|
|
33750
33750
|
"type": "object"
|
|
33751
33751
|
},
|
|
@@ -38355,7 +38355,7 @@
|
|
|
38355
38355
|
"style": {
|
|
38356
38356
|
"additionalProperties": false,
|
|
38357
38357
|
"patternProperties": {
|
|
38358
|
-
"^[
|
|
38358
|
+
"^[a-zA-Z0-9]+$": {}
|
|
38359
38359
|
},
|
|
38360
38360
|
"type": "object"
|
|
38361
38361
|
},
|
|
@@ -48521,7 +48521,7 @@
|
|
|
48521
48521
|
"additionalProperties": false,
|
|
48522
48522
|
"description": "滚动条轨道样式。",
|
|
48523
48523
|
"patternProperties": {
|
|
48524
|
-
"^[
|
|
48524
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48525
48525
|
},
|
|
48526
48526
|
"type": "object"
|
|
48527
48527
|
},
|
|
@@ -48596,7 +48596,7 @@
|
|
|
48596
48596
|
"additionalProperties": false,
|
|
48597
48597
|
"description": "滚动条滑块样式。",
|
|
48598
48598
|
"patternProperties": {
|
|
48599
|
-
"^[
|
|
48599
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48600
48600
|
},
|
|
48601
48601
|
"type": "object"
|
|
48602
48602
|
},
|
|
@@ -48647,7 +48647,7 @@
|
|
|
48647
48647
|
"additionalProperties": false,
|
|
48648
48648
|
"description": "滚动条轨道样式。",
|
|
48649
48649
|
"patternProperties": {
|
|
48650
|
-
"^[
|
|
48650
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48651
48651
|
},
|
|
48652
48652
|
"type": "object"
|
|
48653
48653
|
},
|
|
@@ -48655,7 +48655,7 @@
|
|
|
48655
48655
|
"additionalProperties": false,
|
|
48656
48656
|
"description": "滚动条滑块样式。",
|
|
48657
48657
|
"patternProperties": {
|
|
48658
|
-
"^[
|
|
48658
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48659
48659
|
},
|
|
48660
48660
|
"type": "object"
|
|
48661
48661
|
}
|
|
@@ -48958,7 +48958,7 @@
|
|
|
48958
48958
|
"style": {
|
|
48959
48959
|
"additionalProperties": false,
|
|
48960
48960
|
"patternProperties": {
|
|
48961
|
-
"^[
|
|
48961
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48962
48962
|
},
|
|
48963
48963
|
"type": "object"
|
|
48964
48964
|
},
|
|
@@ -48976,7 +48976,7 @@
|
|
|
48976
48976
|
"style": {
|
|
48977
48977
|
"additionalProperties": false,
|
|
48978
48978
|
"patternProperties": {
|
|
48979
|
-
"^[
|
|
48979
|
+
"^[a-zA-Z0-9]+$": {}
|
|
48980
48980
|
},
|
|
48981
48981
|
"type": "object"
|
|
48982
48982
|
},
|
|
@@ -50339,7 +50339,7 @@
|
|
|
50339
50339
|
"style": {
|
|
50340
50340
|
"additionalProperties": false,
|
|
50341
50341
|
"patternProperties": {
|
|
50342
|
-
"^[
|
|
50342
|
+
"^[a-zA-Z0-9]+$": {}
|
|
50343
50343
|
},
|
|
50344
50344
|
"type": "object"
|
|
50345
50345
|
},
|
|
@@ -51947,7 +51947,7 @@
|
|
|
51947
51947
|
"style": {
|
|
51948
51948
|
"additionalProperties": false,
|
|
51949
51949
|
"patternProperties": {
|
|
51950
|
-
"^[
|
|
51950
|
+
"^[a-zA-Z0-9]+$": {}
|
|
51951
51951
|
},
|
|
51952
51952
|
"type": "object"
|
|
51953
51953
|
},
|
|
@@ -55982,7 +55982,7 @@
|
|
|
55982
55982
|
{
|
|
55983
55983
|
"additionalProperties": false,
|
|
55984
55984
|
"patternProperties": {
|
|
55985
|
-
"^[
|
|
55985
|
+
"^[a-zA-Z0-9]+$": {
|
|
55986
55986
|
"type": "string"
|
|
55987
55987
|
}
|
|
55988
55988
|
},
|
|
@@ -57700,7 +57700,7 @@
|
|
|
57700
57700
|
"data": {
|
|
57701
57701
|
"additionalProperties": false,
|
|
57702
57702
|
"patternProperties": {
|
|
57703
|
-
"^[
|
|
57703
|
+
"^[a-zA-Z0-9]+$": {
|
|
57704
57704
|
"type": "number"
|
|
57705
57705
|
}
|
|
57706
57706
|
},
|
|
@@ -57774,7 +57774,7 @@
|
|
|
57774
57774
|
"ancestorOrigins": {
|
|
57775
57775
|
"additionalProperties": false,
|
|
57776
57776
|
"patternProperties": {
|
|
57777
|
-
"^[
|
|
57777
|
+
"^[a-zA-Z0-9]+$": {
|
|
57778
57778
|
"type": "string"
|
|
57779
57779
|
}
|
|
57780
57780
|
},
|
|
@@ -57827,7 +57827,7 @@
|
|
|
57827
57827
|
},
|
|
57828
57828
|
"Map<Function,(...args:any[])=>void>": {
|
|
57829
57829
|
"properties": {
|
|
57830
|
-
"__@toStringTag@
|
|
57830
|
+
"__@toStringTag@11366": {
|
|
57831
57831
|
"type": "string"
|
|
57832
57832
|
},
|
|
57833
57833
|
"size": {
|
|
@@ -57835,14 +57835,14 @@
|
|
|
57835
57835
|
}
|
|
57836
57836
|
},
|
|
57837
57837
|
"required": [
|
|
57838
|
-
"__@toStringTag@
|
|
57838
|
+
"__@toStringTag@11366",
|
|
57839
57839
|
"size"
|
|
57840
57840
|
],
|
|
57841
57841
|
"type": "object"
|
|
57842
57842
|
},
|
|
57843
57843
|
"Map<number,IGraphicPicker>": {
|
|
57844
57844
|
"properties": {
|
|
57845
|
-
"__@toStringTag@
|
|
57845
|
+
"__@toStringTag@11366": {
|
|
57846
57846
|
"type": "string"
|
|
57847
57847
|
},
|
|
57848
57848
|
"size": {
|
|
@@ -57850,14 +57850,14 @@
|
|
|
57850
57850
|
}
|
|
57851
57851
|
},
|
|
57852
57852
|
"required": [
|
|
57853
|
-
"__@toStringTag@
|
|
57853
|
+
"__@toStringTag@11366",
|
|
57854
57854
|
"size"
|
|
57855
57855
|
],
|
|
57856
57856
|
"type": "object"
|
|
57857
57857
|
},
|
|
57858
57858
|
"Map<number,IGraphicRender>": {
|
|
57859
57859
|
"properties": {
|
|
57860
|
-
"__@toStringTag@
|
|
57860
|
+
"__@toStringTag@11366": {
|
|
57861
57861
|
"type": "string"
|
|
57862
57862
|
},
|
|
57863
57863
|
"size": {
|
|
@@ -57865,14 +57865,14 @@
|
|
|
57865
57865
|
}
|
|
57866
57866
|
},
|
|
57867
57867
|
"required": [
|
|
57868
|
-
"__@toStringTag@
|
|
57868
|
+
"__@toStringTag@11366",
|
|
57869
57869
|
"size"
|
|
57870
57870
|
],
|
|
57871
57871
|
"type": "object"
|
|
57872
57872
|
},
|
|
57873
57873
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
57874
57874
|
"properties": {
|
|
57875
|
-
"__@toStringTag@
|
|
57875
|
+
"__@toStringTag@11366": {
|
|
57876
57876
|
"type": "string"
|
|
57877
57877
|
},
|
|
57878
57878
|
"size": {
|
|
@@ -57880,14 +57880,14 @@
|
|
|
57880
57880
|
}
|
|
57881
57881
|
},
|
|
57882
57882
|
"required": [
|
|
57883
|
-
"__@toStringTag@
|
|
57883
|
+
"__@toStringTag@11366",
|
|
57884
57884
|
"size"
|
|
57885
57885
|
],
|
|
57886
57886
|
"type": "object"
|
|
57887
57887
|
},
|
|
57888
57888
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
57889
57889
|
"properties": {
|
|
57890
|
-
"__@toStringTag@
|
|
57890
|
+
"__@toStringTag@11366": {
|
|
57891
57891
|
"type": "string"
|
|
57892
57892
|
},
|
|
57893
57893
|
"size": {
|
|
@@ -57895,14 +57895,14 @@
|
|
|
57895
57895
|
}
|
|
57896
57896
|
},
|
|
57897
57897
|
"required": [
|
|
57898
|
-
"__@toStringTag@
|
|
57898
|
+
"__@toStringTag@11366",
|
|
57899
57899
|
"size"
|
|
57900
57900
|
],
|
|
57901
57901
|
"type": "object"
|
|
57902
57902
|
},
|
|
57903
57903
|
"Map<string,any>": {
|
|
57904
57904
|
"properties": {
|
|
57905
|
-
"__@toStringTag@
|
|
57905
|
+
"__@toStringTag@11366": {
|
|
57906
57906
|
"type": "string"
|
|
57907
57907
|
},
|
|
57908
57908
|
"size": {
|
|
@@ -57910,14 +57910,14 @@
|
|
|
57910
57910
|
}
|
|
57911
57911
|
},
|
|
57912
57912
|
"required": [
|
|
57913
|
-
"__@toStringTag@
|
|
57913
|
+
"__@toStringTag@11366",
|
|
57914
57914
|
"size"
|
|
57915
57915
|
],
|
|
57916
57916
|
"type": "object"
|
|
57917
57917
|
},
|
|
57918
57918
|
"Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
57919
57919
|
"properties": {
|
|
57920
|
-
"__@toStringTag@
|
|
57920
|
+
"__@toStringTag@11366": {
|
|
57921
57921
|
"type": "string"
|
|
57922
57922
|
},
|
|
57923
57923
|
"size": {
|
|
@@ -57925,14 +57925,14 @@
|
|
|
57925
57925
|
}
|
|
57926
57926
|
},
|
|
57927
57927
|
"required": [
|
|
57928
|
-
"__@toStringTag@
|
|
57928
|
+
"__@toStringTag@11366",
|
|
57929
57929
|
"size"
|
|
57930
57930
|
],
|
|
57931
57931
|
"type": "object"
|
|
57932
57932
|
},
|
|
57933
57933
|
"Map<string|number,IAnimate>": {
|
|
57934
57934
|
"properties": {
|
|
57935
|
-
"__@toStringTag@
|
|
57935
|
+
"__@toStringTag@11366": {
|
|
57936
57936
|
"type": "string"
|
|
57937
57937
|
},
|
|
57938
57938
|
"size": {
|
|
@@ -57940,7 +57940,7 @@
|
|
|
57940
57940
|
}
|
|
57941
57941
|
},
|
|
57942
57942
|
"required": [
|
|
57943
|
-
"__@toStringTag@
|
|
57943
|
+
"__@toStringTag@11366",
|
|
57944
57944
|
"size"
|
|
57945
57945
|
],
|
|
57946
57946
|
"type": "object"
|
|
@@ -58097,7 +58097,7 @@
|
|
|
58097
58097
|
"enabledPlugin": {
|
|
58098
58098
|
"additionalProperties": false,
|
|
58099
58099
|
"patternProperties": {
|
|
58100
|
-
"^[
|
|
58100
|
+
"^[a-zA-Z0-9]+$": {
|
|
58101
58101
|
"$ref": "#/definitions/MimeType"
|
|
58102
58102
|
}
|
|
58103
58103
|
},
|
|
@@ -58174,7 +58174,7 @@
|
|
|
58174
58174
|
"mimeTypes": {
|
|
58175
58175
|
"additionalProperties": false,
|
|
58176
58176
|
"patternProperties": {
|
|
58177
|
-
"^[
|
|
58177
|
+
"^[a-zA-Z0-9]+$": {
|
|
58178
58178
|
"$ref": "#/definitions/MimeType"
|
|
58179
58179
|
}
|
|
58180
58180
|
},
|
|
@@ -58195,10 +58195,10 @@
|
|
|
58195
58195
|
"plugins": {
|
|
58196
58196
|
"additionalProperties": false,
|
|
58197
58197
|
"patternProperties": {
|
|
58198
|
-
"^[
|
|
58198
|
+
"^[a-zA-Z0-9]+$": {
|
|
58199
58199
|
"additionalProperties": false,
|
|
58200
58200
|
"patternProperties": {
|
|
58201
|
-
"^[
|
|
58201
|
+
"^[a-zA-Z0-9]+$": {
|
|
58202
58202
|
"$ref": "#/definitions/MimeType"
|
|
58203
58203
|
}
|
|
58204
58204
|
},
|
|
@@ -61834,7 +61834,7 @@
|
|
|
61834
61834
|
"children": {
|
|
61835
61835
|
"additionalProperties": false,
|
|
61836
61836
|
"patternProperties": {
|
|
61837
|
-
"^[
|
|
61837
|
+
"^[a-zA-Z0-9]+$": {
|
|
61838
61838
|
"$ref": "#/definitions/Element"
|
|
61839
61839
|
}
|
|
61840
61840
|
},
|
|
@@ -65047,7 +65047,7 @@
|
|
|
65047
65047
|
"additionalProperties": false,
|
|
65048
65048
|
"description": "默认样式设置",
|
|
65049
65049
|
"patternProperties": {
|
|
65050
|
-
"^[
|
|
65050
|
+
"^[a-zA-Z0-9]+$": {}
|
|
65051
65051
|
},
|
|
65052
65052
|
"type": "object"
|
|
65053
65053
|
},
|
|
@@ -69387,34 +69387,34 @@
|
|
|
69387
69387
|
},
|
|
69388
69388
|
"Promise<FontFaceSet>": {
|
|
69389
69389
|
"properties": {
|
|
69390
|
-
"__@toStringTag@
|
|
69390
|
+
"__@toStringTag@11366": {
|
|
69391
69391
|
"type": "string"
|
|
69392
69392
|
}
|
|
69393
69393
|
},
|
|
69394
69394
|
"required": [
|
|
69395
|
-
"__@toStringTag@
|
|
69395
|
+
"__@toStringTag@11366"
|
|
69396
69396
|
],
|
|
69397
69397
|
"type": "object"
|
|
69398
69398
|
},
|
|
69399
69399
|
"Promise<ServiceWorkerRegistration>": {
|
|
69400
69400
|
"properties": {
|
|
69401
|
-
"__@toStringTag@
|
|
69401
|
+
"__@toStringTag@11366": {
|
|
69402
69402
|
"type": "string"
|
|
69403
69403
|
}
|
|
69404
69404
|
},
|
|
69405
69405
|
"required": [
|
|
69406
|
-
"__@toStringTag@
|
|
69406
|
+
"__@toStringTag@11366"
|
|
69407
69407
|
],
|
|
69408
69408
|
"type": "object"
|
|
69409
69409
|
},
|
|
69410
69410
|
"Promise<any>": {
|
|
69411
69411
|
"properties": {
|
|
69412
|
-
"__@toStringTag@
|
|
69412
|
+
"__@toStringTag@11366": {
|
|
69413
69413
|
"type": "string"
|
|
69414
69414
|
}
|
|
69415
69415
|
},
|
|
69416
69416
|
"required": [
|
|
69417
|
-
"__@toStringTag@
|
|
69417
|
+
"__@toStringTag@11366"
|
|
69418
69418
|
],
|
|
69419
69419
|
"type": "object"
|
|
69420
69420
|
},
|
|
@@ -75187,7 +75187,7 @@
|
|
|
75187
75187
|
"animVal": {
|
|
75188
75188
|
"additionalProperties": false,
|
|
75189
75189
|
"patternProperties": {
|
|
75190
|
-
"^[
|
|
75190
|
+
"^[a-zA-Z0-9]+$": {
|
|
75191
75191
|
"$ref": "#/definitions/SVGTransform"
|
|
75192
75192
|
}
|
|
75193
75193
|
},
|
|
@@ -75196,7 +75196,7 @@
|
|
|
75196
75196
|
"baseVal": {
|
|
75197
75197
|
"additionalProperties": false,
|
|
75198
75198
|
"patternProperties": {
|
|
75199
|
-
"^[
|
|
75199
|
+
"^[a-zA-Z0-9]+$": {
|
|
75200
75200
|
"$ref": "#/definitions/SVGTransform"
|
|
75201
75201
|
}
|
|
75202
75202
|
},
|
|
@@ -75388,7 +75388,7 @@
|
|
|
75388
75388
|
"attributes": {
|
|
75389
75389
|
"additionalProperties": false,
|
|
75390
75390
|
"patternProperties": {
|
|
75391
|
-
"^[
|
|
75391
|
+
"^[a-zA-Z0-9]+$": {
|
|
75392
75392
|
"$ref": "#/definitions/Attr"
|
|
75393
75393
|
}
|
|
75394
75394
|
},
|
|
@@ -75412,7 +75412,7 @@
|
|
|
75412
75412
|
"children": {
|
|
75413
75413
|
"additionalProperties": false,
|
|
75414
75414
|
"patternProperties": {
|
|
75415
|
-
"^[
|
|
75415
|
+
"^[a-zA-Z0-9]+$": {
|
|
75416
75416
|
"$ref": "#/definitions/Element"
|
|
75417
75417
|
}
|
|
75418
75418
|
},
|
|
@@ -75421,7 +75421,7 @@
|
|
|
75421
75421
|
"classList": {
|
|
75422
75422
|
"additionalProperties": false,
|
|
75423
75423
|
"patternProperties": {
|
|
75424
|
-
"^[
|
|
75424
|
+
"^[a-zA-Z0-9]+$": {
|
|
75425
75425
|
"type": "string"
|
|
75426
75426
|
}
|
|
75427
75427
|
},
|
|
@@ -75794,7 +75794,7 @@
|
|
|
75794
75794
|
"part": {
|
|
75795
75795
|
"additionalProperties": false,
|
|
75796
75796
|
"patternProperties": {
|
|
75797
|
-
"^[
|
|
75797
|
+
"^[a-zA-Z0-9]+$": {
|
|
75798
75798
|
"type": "string"
|
|
75799
75799
|
}
|
|
75800
75800
|
},
|
|
@@ -75833,7 +75833,7 @@
|
|
|
75833
75833
|
"style": {
|
|
75834
75834
|
"additionalProperties": false,
|
|
75835
75835
|
"patternProperties": {
|
|
75836
|
-
"^[
|
|
75836
|
+
"^[a-zA-Z0-9]+$": {
|
|
75837
75837
|
"type": "string"
|
|
75838
75838
|
}
|
|
75839
75839
|
},
|
|
@@ -76371,7 +76371,7 @@
|
|
|
76371
76371
|
"attributes": {
|
|
76372
76372
|
"additionalProperties": false,
|
|
76373
76373
|
"patternProperties": {
|
|
76374
|
-
"^[
|
|
76374
|
+
"^[a-zA-Z0-9]+$": {
|
|
76375
76375
|
"$ref": "#/definitions/Attr"
|
|
76376
76376
|
}
|
|
76377
76377
|
},
|
|
@@ -76395,7 +76395,7 @@
|
|
|
76395
76395
|
"children": {
|
|
76396
76396
|
"additionalProperties": false,
|
|
76397
76397
|
"patternProperties": {
|
|
76398
|
-
"^[
|
|
76398
|
+
"^[a-zA-Z0-9]+$": {
|
|
76399
76399
|
"$ref": "#/definitions/Element"
|
|
76400
76400
|
}
|
|
76401
76401
|
},
|
|
@@ -76404,7 +76404,7 @@
|
|
|
76404
76404
|
"classList": {
|
|
76405
76405
|
"additionalProperties": false,
|
|
76406
76406
|
"patternProperties": {
|
|
76407
|
-
"^[
|
|
76407
|
+
"^[a-zA-Z0-9]+$": {
|
|
76408
76408
|
"type": "string"
|
|
76409
76409
|
}
|
|
76410
76410
|
},
|
|
@@ -76840,7 +76840,7 @@
|
|
|
76840
76840
|
"part": {
|
|
76841
76841
|
"additionalProperties": false,
|
|
76842
76842
|
"patternProperties": {
|
|
76843
|
-
"^[
|
|
76843
|
+
"^[a-zA-Z0-9]+$": {
|
|
76844
76844
|
"type": "string"
|
|
76845
76845
|
}
|
|
76846
76846
|
},
|
|
@@ -76861,7 +76861,7 @@
|
|
|
76861
76861
|
"requiredExtensions": {
|
|
76862
76862
|
"additionalProperties": false,
|
|
76863
76863
|
"patternProperties": {
|
|
76864
|
-
"^[
|
|
76864
|
+
"^[a-zA-Z0-9]+$": {
|
|
76865
76865
|
"type": "string"
|
|
76866
76866
|
}
|
|
76867
76867
|
},
|
|
@@ -76891,7 +76891,7 @@
|
|
|
76891
76891
|
"style": {
|
|
76892
76892
|
"additionalProperties": false,
|
|
76893
76893
|
"patternProperties": {
|
|
76894
|
-
"^[
|
|
76894
|
+
"^[a-zA-Z0-9]+$": {
|
|
76895
76895
|
"type": "string"
|
|
76896
76896
|
}
|
|
76897
76897
|
},
|
|
@@ -76900,7 +76900,7 @@
|
|
|
76900
76900
|
"systemLanguage": {
|
|
76901
76901
|
"additionalProperties": false,
|
|
76902
76902
|
"patternProperties": {
|
|
76903
|
-
"^[
|
|
76903
|
+
"^[a-zA-Z0-9]+$": {
|
|
76904
76904
|
"type": "string"
|
|
76905
76905
|
}
|
|
76906
76906
|
},
|
|
@@ -77344,7 +77344,7 @@
|
|
|
77344
77344
|
"attributes": {
|
|
77345
77345
|
"additionalProperties": false,
|
|
77346
77346
|
"patternProperties": {
|
|
77347
|
-
"^[
|
|
77347
|
+
"^[a-zA-Z0-9]+$": {
|
|
77348
77348
|
"$ref": "#/definitions/Attr"
|
|
77349
77349
|
}
|
|
77350
77350
|
},
|
|
@@ -77368,7 +77368,7 @@
|
|
|
77368
77368
|
"children": {
|
|
77369
77369
|
"additionalProperties": false,
|
|
77370
77370
|
"patternProperties": {
|
|
77371
|
-
"^[
|
|
77371
|
+
"^[a-zA-Z0-9]+$": {
|
|
77372
77372
|
"$ref": "#/definitions/Element"
|
|
77373
77373
|
}
|
|
77374
77374
|
},
|
|
@@ -77377,7 +77377,7 @@
|
|
|
77377
77377
|
"classList": {
|
|
77378
77378
|
"additionalProperties": false,
|
|
77379
77379
|
"patternProperties": {
|
|
77380
|
-
"^[
|
|
77380
|
+
"^[a-zA-Z0-9]+$": {
|
|
77381
77381
|
"type": "string"
|
|
77382
77382
|
}
|
|
77383
77383
|
},
|
|
@@ -77753,7 +77753,7 @@
|
|
|
77753
77753
|
"part": {
|
|
77754
77754
|
"additionalProperties": false,
|
|
77755
77755
|
"patternProperties": {
|
|
77756
|
-
"^[
|
|
77756
|
+
"^[a-zA-Z0-9]+$": {
|
|
77757
77757
|
"type": "string"
|
|
77758
77758
|
}
|
|
77759
77759
|
},
|
|
@@ -77792,7 +77792,7 @@
|
|
|
77792
77792
|
"style": {
|
|
77793
77793
|
"additionalProperties": false,
|
|
77794
77794
|
"patternProperties": {
|
|
77795
|
-
"^[
|
|
77795
|
+
"^[a-zA-Z0-9]+$": {
|
|
77796
77796
|
"type": "string"
|
|
77797
77797
|
}
|
|
77798
77798
|
},
|
|
@@ -78277,7 +78277,7 @@
|
|
|
78277
78277
|
"children": {
|
|
78278
78278
|
"additionalProperties": false,
|
|
78279
78279
|
"patternProperties": {
|
|
78280
|
-
"^[
|
|
78280
|
+
"^[a-zA-Z0-9]+$": {
|
|
78281
78281
|
"$ref": "#/definitions/Element"
|
|
78282
78282
|
}
|
|
78283
78283
|
},
|
|
@@ -78352,7 +78352,7 @@
|
|
|
78352
78352
|
"styleSheets": {
|
|
78353
78353
|
"additionalProperties": false,
|
|
78354
78354
|
"patternProperties": {
|
|
78355
|
-
"^[
|
|
78355
|
+
"^[a-zA-Z0-9]+$": {
|
|
78356
78356
|
"$ref": "#/definitions/CSSStyleSheet"
|
|
78357
78357
|
}
|
|
78358
78358
|
},
|
|
@@ -79665,7 +79665,7 @@
|
|
|
79665
79665
|
{
|
|
79666
79666
|
"additionalProperties": false,
|
|
79667
79667
|
"patternProperties": {
|
|
79668
|
-
"^[
|
|
79668
|
+
"^[a-zA-Z0-9]+$": {
|
|
79669
79669
|
"type": "number"
|
|
79670
79670
|
}
|
|
79671
79671
|
},
|
|
@@ -79743,7 +79743,7 @@
|
|
|
79743
79743
|
{
|
|
79744
79744
|
"additionalProperties": false,
|
|
79745
79745
|
"patternProperties": {
|
|
79746
|
-
"^[
|
|
79746
|
+
"^[a-zA-Z0-9]+$": {
|
|
79747
79747
|
"type": "number"
|
|
79748
79748
|
}
|
|
79749
79749
|
},
|