@webstudio-is/react-sdk 0.142.0 → 0.143.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +26 -502
- package/lib/types/components/component-meta.d.ts +80 -0
- package/lib/types/context.d.ts +5 -0
- package/lib/types/css/normalize.d.ts +392 -0
- package/lib/types/embed-template.d.ts +205 -1
- package/lib/types/index.d.ts +0 -4
- package/package.json +6 -9
- package/lib/types/expression.d.ts +0 -94
- package/lib/types/expression.test.d.ts +0 -1
- package/lib/types/generator.d.ts +0 -9
- package/lib/types/generator.test.d.ts +0 -1
- package/lib/types/page-meta-generator.d.ts +0 -52
- package/lib/types/page-meta-generator.test.d.ts +0 -1
- package/lib/types/resources-generator.d.ts +0 -49
- package/lib/types/resources-generator.test.d.ts +0 -1
|
@@ -142,6 +142,8 @@ export declare const div: ({
|
|
|
142
142
|
type: "invalid";
|
|
143
143
|
})[];
|
|
144
144
|
type: "layers";
|
|
145
|
+
} | {
|
|
146
|
+
type: "guaranteedInvalid";
|
|
145
147
|
} | {
|
|
146
148
|
value: "";
|
|
147
149
|
type: "unset";
|
|
@@ -247,6 +249,8 @@ export declare const div: ({
|
|
|
247
249
|
type: "invalid";
|
|
248
250
|
})[];
|
|
249
251
|
type: "layers";
|
|
252
|
+
} | {
|
|
253
|
+
type: "guaranteedInvalid";
|
|
250
254
|
})[];
|
|
251
255
|
};
|
|
252
256
|
} | {
|
|
@@ -331,6 +335,8 @@ export declare const div: ({
|
|
|
331
335
|
type: "invalid";
|
|
332
336
|
})[];
|
|
333
337
|
type: "layers";
|
|
338
|
+
} | {
|
|
339
|
+
type: "guaranteedInvalid";
|
|
334
340
|
} | {
|
|
335
341
|
value: "";
|
|
336
342
|
type: "unset";
|
|
@@ -436,6 +442,8 @@ export declare const div: ({
|
|
|
436
442
|
type: "invalid";
|
|
437
443
|
})[];
|
|
438
444
|
type: "layers";
|
|
445
|
+
} | {
|
|
446
|
+
type: "guaranteedInvalid";
|
|
439
447
|
})[];
|
|
440
448
|
};
|
|
441
449
|
state?: string | undefined;
|
|
@@ -573,6 +581,8 @@ export declare const address: ({
|
|
|
573
581
|
type: "invalid";
|
|
574
582
|
})[];
|
|
575
583
|
type: "layers";
|
|
584
|
+
} | {
|
|
585
|
+
type: "guaranteedInvalid";
|
|
576
586
|
} | {
|
|
577
587
|
value: "";
|
|
578
588
|
type: "unset";
|
|
@@ -678,6 +688,8 @@ export declare const address: ({
|
|
|
678
688
|
type: "invalid";
|
|
679
689
|
})[];
|
|
680
690
|
type: "layers";
|
|
691
|
+
} | {
|
|
692
|
+
type: "guaranteedInvalid";
|
|
681
693
|
})[];
|
|
682
694
|
};
|
|
683
695
|
} | {
|
|
@@ -762,6 +774,8 @@ export declare const address: ({
|
|
|
762
774
|
type: "invalid";
|
|
763
775
|
})[];
|
|
764
776
|
type: "layers";
|
|
777
|
+
} | {
|
|
778
|
+
type: "guaranteedInvalid";
|
|
765
779
|
} | {
|
|
766
780
|
value: "";
|
|
767
781
|
type: "unset";
|
|
@@ -867,6 +881,8 @@ export declare const address: ({
|
|
|
867
881
|
type: "invalid";
|
|
868
882
|
})[];
|
|
869
883
|
type: "layers";
|
|
884
|
+
} | {
|
|
885
|
+
type: "guaranteedInvalid";
|
|
870
886
|
})[];
|
|
871
887
|
};
|
|
872
888
|
state?: string | undefined;
|
|
@@ -1004,6 +1020,8 @@ export declare const article: ({
|
|
|
1004
1020
|
type: "invalid";
|
|
1005
1021
|
})[];
|
|
1006
1022
|
type: "layers";
|
|
1023
|
+
} | {
|
|
1024
|
+
type: "guaranteedInvalid";
|
|
1007
1025
|
} | {
|
|
1008
1026
|
value: "";
|
|
1009
1027
|
type: "unset";
|
|
@@ -1109,6 +1127,8 @@ export declare const article: ({
|
|
|
1109
1127
|
type: "invalid";
|
|
1110
1128
|
})[];
|
|
1111
1129
|
type: "layers";
|
|
1130
|
+
} | {
|
|
1131
|
+
type: "guaranteedInvalid";
|
|
1112
1132
|
})[];
|
|
1113
1133
|
};
|
|
1114
1134
|
} | {
|
|
@@ -1193,6 +1213,8 @@ export declare const article: ({
|
|
|
1193
1213
|
type: "invalid";
|
|
1194
1214
|
})[];
|
|
1195
1215
|
type: "layers";
|
|
1216
|
+
} | {
|
|
1217
|
+
type: "guaranteedInvalid";
|
|
1196
1218
|
} | {
|
|
1197
1219
|
value: "";
|
|
1198
1220
|
type: "unset";
|
|
@@ -1298,6 +1320,8 @@ export declare const article: ({
|
|
|
1298
1320
|
type: "invalid";
|
|
1299
1321
|
})[];
|
|
1300
1322
|
type: "layers";
|
|
1323
|
+
} | {
|
|
1324
|
+
type: "guaranteedInvalid";
|
|
1301
1325
|
})[];
|
|
1302
1326
|
};
|
|
1303
1327
|
state?: string | undefined;
|
|
@@ -1435,6 +1459,8 @@ export declare const aside: ({
|
|
|
1435
1459
|
type: "invalid";
|
|
1436
1460
|
})[];
|
|
1437
1461
|
type: "layers";
|
|
1462
|
+
} | {
|
|
1463
|
+
type: "guaranteedInvalid";
|
|
1438
1464
|
} | {
|
|
1439
1465
|
value: "";
|
|
1440
1466
|
type: "unset";
|
|
@@ -1540,6 +1566,8 @@ export declare const aside: ({
|
|
|
1540
1566
|
type: "invalid";
|
|
1541
1567
|
})[];
|
|
1542
1568
|
type: "layers";
|
|
1569
|
+
} | {
|
|
1570
|
+
type: "guaranteedInvalid";
|
|
1543
1571
|
})[];
|
|
1544
1572
|
};
|
|
1545
1573
|
} | {
|
|
@@ -1624,6 +1652,8 @@ export declare const aside: ({
|
|
|
1624
1652
|
type: "invalid";
|
|
1625
1653
|
})[];
|
|
1626
1654
|
type: "layers";
|
|
1655
|
+
} | {
|
|
1656
|
+
type: "guaranteedInvalid";
|
|
1627
1657
|
} | {
|
|
1628
1658
|
value: "";
|
|
1629
1659
|
type: "unset";
|
|
@@ -1729,6 +1759,8 @@ export declare const aside: ({
|
|
|
1729
1759
|
type: "invalid";
|
|
1730
1760
|
})[];
|
|
1731
1761
|
type: "layers";
|
|
1762
|
+
} | {
|
|
1763
|
+
type: "guaranteedInvalid";
|
|
1732
1764
|
})[];
|
|
1733
1765
|
};
|
|
1734
1766
|
state?: string | undefined;
|
|
@@ -1866,6 +1898,8 @@ export declare const figure: ({
|
|
|
1866
1898
|
type: "invalid";
|
|
1867
1899
|
})[];
|
|
1868
1900
|
type: "layers";
|
|
1901
|
+
} | {
|
|
1902
|
+
type: "guaranteedInvalid";
|
|
1869
1903
|
} | {
|
|
1870
1904
|
value: "";
|
|
1871
1905
|
type: "unset";
|
|
@@ -1971,6 +2005,8 @@ export declare const figure: ({
|
|
|
1971
2005
|
type: "invalid";
|
|
1972
2006
|
})[];
|
|
1973
2007
|
type: "layers";
|
|
2008
|
+
} | {
|
|
2009
|
+
type: "guaranteedInvalid";
|
|
1974
2010
|
})[];
|
|
1975
2011
|
};
|
|
1976
2012
|
} | {
|
|
@@ -2055,6 +2091,8 @@ export declare const figure: ({
|
|
|
2055
2091
|
type: "invalid";
|
|
2056
2092
|
})[];
|
|
2057
2093
|
type: "layers";
|
|
2094
|
+
} | {
|
|
2095
|
+
type: "guaranteedInvalid";
|
|
2058
2096
|
} | {
|
|
2059
2097
|
value: "";
|
|
2060
2098
|
type: "unset";
|
|
@@ -2160,6 +2198,8 @@ export declare const figure: ({
|
|
|
2160
2198
|
type: "invalid";
|
|
2161
2199
|
})[];
|
|
2162
2200
|
type: "layers";
|
|
2201
|
+
} | {
|
|
2202
|
+
type: "guaranteedInvalid";
|
|
2163
2203
|
})[];
|
|
2164
2204
|
};
|
|
2165
2205
|
state?: string | undefined;
|
|
@@ -2297,6 +2337,8 @@ export declare const footer: ({
|
|
|
2297
2337
|
type: "invalid";
|
|
2298
2338
|
})[];
|
|
2299
2339
|
type: "layers";
|
|
2340
|
+
} | {
|
|
2341
|
+
type: "guaranteedInvalid";
|
|
2300
2342
|
} | {
|
|
2301
2343
|
value: "";
|
|
2302
2344
|
type: "unset";
|
|
@@ -2402,6 +2444,8 @@ export declare const footer: ({
|
|
|
2402
2444
|
type: "invalid";
|
|
2403
2445
|
})[];
|
|
2404
2446
|
type: "layers";
|
|
2447
|
+
} | {
|
|
2448
|
+
type: "guaranteedInvalid";
|
|
2405
2449
|
})[];
|
|
2406
2450
|
};
|
|
2407
2451
|
} | {
|
|
@@ -2486,6 +2530,8 @@ export declare const footer: ({
|
|
|
2486
2530
|
type: "invalid";
|
|
2487
2531
|
})[];
|
|
2488
2532
|
type: "layers";
|
|
2533
|
+
} | {
|
|
2534
|
+
type: "guaranteedInvalid";
|
|
2489
2535
|
} | {
|
|
2490
2536
|
value: "";
|
|
2491
2537
|
type: "unset";
|
|
@@ -2591,6 +2637,8 @@ export declare const footer: ({
|
|
|
2591
2637
|
type: "invalid";
|
|
2592
2638
|
})[];
|
|
2593
2639
|
type: "layers";
|
|
2640
|
+
} | {
|
|
2641
|
+
type: "guaranteedInvalid";
|
|
2594
2642
|
})[];
|
|
2595
2643
|
};
|
|
2596
2644
|
state?: string | undefined;
|
|
@@ -2728,6 +2776,8 @@ export declare const header: ({
|
|
|
2728
2776
|
type: "invalid";
|
|
2729
2777
|
})[];
|
|
2730
2778
|
type: "layers";
|
|
2779
|
+
} | {
|
|
2780
|
+
type: "guaranteedInvalid";
|
|
2731
2781
|
} | {
|
|
2732
2782
|
value: "";
|
|
2733
2783
|
type: "unset";
|
|
@@ -2833,6 +2883,8 @@ export declare const header: ({
|
|
|
2833
2883
|
type: "invalid";
|
|
2834
2884
|
})[];
|
|
2835
2885
|
type: "layers";
|
|
2886
|
+
} | {
|
|
2887
|
+
type: "guaranteedInvalid";
|
|
2836
2888
|
})[];
|
|
2837
2889
|
};
|
|
2838
2890
|
} | {
|
|
@@ -2917,6 +2969,8 @@ export declare const header: ({
|
|
|
2917
2969
|
type: "invalid";
|
|
2918
2970
|
})[];
|
|
2919
2971
|
type: "layers";
|
|
2972
|
+
} | {
|
|
2973
|
+
type: "guaranteedInvalid";
|
|
2920
2974
|
} | {
|
|
2921
2975
|
value: "";
|
|
2922
2976
|
type: "unset";
|
|
@@ -3022,6 +3076,8 @@ export declare const header: ({
|
|
|
3022
3076
|
type: "invalid";
|
|
3023
3077
|
})[];
|
|
3024
3078
|
type: "layers";
|
|
3079
|
+
} | {
|
|
3080
|
+
type: "guaranteedInvalid";
|
|
3025
3081
|
})[];
|
|
3026
3082
|
};
|
|
3027
3083
|
state?: string | undefined;
|
|
@@ -3159,6 +3215,8 @@ export declare const main: ({
|
|
|
3159
3215
|
type: "invalid";
|
|
3160
3216
|
})[];
|
|
3161
3217
|
type: "layers";
|
|
3218
|
+
} | {
|
|
3219
|
+
type: "guaranteedInvalid";
|
|
3162
3220
|
} | {
|
|
3163
3221
|
value: "";
|
|
3164
3222
|
type: "unset";
|
|
@@ -3264,6 +3322,8 @@ export declare const main: ({
|
|
|
3264
3322
|
type: "invalid";
|
|
3265
3323
|
})[];
|
|
3266
3324
|
type: "layers";
|
|
3325
|
+
} | {
|
|
3326
|
+
type: "guaranteedInvalid";
|
|
3267
3327
|
})[];
|
|
3268
3328
|
};
|
|
3269
3329
|
} | {
|
|
@@ -3348,6 +3408,8 @@ export declare const main: ({
|
|
|
3348
3408
|
type: "invalid";
|
|
3349
3409
|
})[];
|
|
3350
3410
|
type: "layers";
|
|
3411
|
+
} | {
|
|
3412
|
+
type: "guaranteedInvalid";
|
|
3351
3413
|
} | {
|
|
3352
3414
|
value: "";
|
|
3353
3415
|
type: "unset";
|
|
@@ -3453,6 +3515,8 @@ export declare const main: ({
|
|
|
3453
3515
|
type: "invalid";
|
|
3454
3516
|
})[];
|
|
3455
3517
|
type: "layers";
|
|
3518
|
+
} | {
|
|
3519
|
+
type: "guaranteedInvalid";
|
|
3456
3520
|
})[];
|
|
3457
3521
|
};
|
|
3458
3522
|
state?: string | undefined;
|
|
@@ -3590,6 +3654,8 @@ export declare const nav: ({
|
|
|
3590
3654
|
type: "invalid";
|
|
3591
3655
|
})[];
|
|
3592
3656
|
type: "layers";
|
|
3657
|
+
} | {
|
|
3658
|
+
type: "guaranteedInvalid";
|
|
3593
3659
|
} | {
|
|
3594
3660
|
value: "";
|
|
3595
3661
|
type: "unset";
|
|
@@ -3695,6 +3761,8 @@ export declare const nav: ({
|
|
|
3695
3761
|
type: "invalid";
|
|
3696
3762
|
})[];
|
|
3697
3763
|
type: "layers";
|
|
3764
|
+
} | {
|
|
3765
|
+
type: "guaranteedInvalid";
|
|
3698
3766
|
})[];
|
|
3699
3767
|
};
|
|
3700
3768
|
} | {
|
|
@@ -3779,6 +3847,8 @@ export declare const nav: ({
|
|
|
3779
3847
|
type: "invalid";
|
|
3780
3848
|
})[];
|
|
3781
3849
|
type: "layers";
|
|
3850
|
+
} | {
|
|
3851
|
+
type: "guaranteedInvalid";
|
|
3782
3852
|
} | {
|
|
3783
3853
|
value: "";
|
|
3784
3854
|
type: "unset";
|
|
@@ -3884,6 +3954,8 @@ export declare const nav: ({
|
|
|
3884
3954
|
type: "invalid";
|
|
3885
3955
|
})[];
|
|
3886
3956
|
type: "layers";
|
|
3957
|
+
} | {
|
|
3958
|
+
type: "guaranteedInvalid";
|
|
3887
3959
|
})[];
|
|
3888
3960
|
};
|
|
3889
3961
|
state?: string | undefined;
|
|
@@ -4021,6 +4093,8 @@ export declare const section: ({
|
|
|
4021
4093
|
type: "invalid";
|
|
4022
4094
|
})[];
|
|
4023
4095
|
type: "layers";
|
|
4096
|
+
} | {
|
|
4097
|
+
type: "guaranteedInvalid";
|
|
4024
4098
|
} | {
|
|
4025
4099
|
value: "";
|
|
4026
4100
|
type: "unset";
|
|
@@ -4126,6 +4200,8 @@ export declare const section: ({
|
|
|
4126
4200
|
type: "invalid";
|
|
4127
4201
|
})[];
|
|
4128
4202
|
type: "layers";
|
|
4203
|
+
} | {
|
|
4204
|
+
type: "guaranteedInvalid";
|
|
4129
4205
|
})[];
|
|
4130
4206
|
};
|
|
4131
4207
|
} | {
|
|
@@ -4210,6 +4286,8 @@ export declare const section: ({
|
|
|
4210
4286
|
type: "invalid";
|
|
4211
4287
|
})[];
|
|
4212
4288
|
type: "layers";
|
|
4289
|
+
} | {
|
|
4290
|
+
type: "guaranteedInvalid";
|
|
4213
4291
|
} | {
|
|
4214
4292
|
value: "";
|
|
4215
4293
|
type: "unset";
|
|
@@ -4315,6 +4393,8 @@ export declare const section: ({
|
|
|
4315
4393
|
type: "invalid";
|
|
4316
4394
|
})[];
|
|
4317
4395
|
type: "layers";
|
|
4396
|
+
} | {
|
|
4397
|
+
type: "guaranteedInvalid";
|
|
4318
4398
|
})[];
|
|
4319
4399
|
};
|
|
4320
4400
|
state?: string | undefined;
|
|
@@ -4452,6 +4532,8 @@ export declare const form: ({
|
|
|
4452
4532
|
type: "invalid";
|
|
4453
4533
|
})[];
|
|
4454
4534
|
type: "layers";
|
|
4535
|
+
} | {
|
|
4536
|
+
type: "guaranteedInvalid";
|
|
4455
4537
|
} | {
|
|
4456
4538
|
value: "";
|
|
4457
4539
|
type: "unset";
|
|
@@ -4557,6 +4639,8 @@ export declare const form: ({
|
|
|
4557
4639
|
type: "invalid";
|
|
4558
4640
|
})[];
|
|
4559
4641
|
type: "layers";
|
|
4642
|
+
} | {
|
|
4643
|
+
type: "guaranteedInvalid";
|
|
4560
4644
|
})[];
|
|
4561
4645
|
};
|
|
4562
4646
|
} | {
|
|
@@ -4641,6 +4725,8 @@ export declare const form: ({
|
|
|
4641
4725
|
type: "invalid";
|
|
4642
4726
|
})[];
|
|
4643
4727
|
type: "layers";
|
|
4728
|
+
} | {
|
|
4729
|
+
type: "guaranteedInvalid";
|
|
4644
4730
|
} | {
|
|
4645
4731
|
value: "";
|
|
4646
4732
|
type: "unset";
|
|
@@ -4746,6 +4832,8 @@ export declare const form: ({
|
|
|
4746
4832
|
type: "invalid";
|
|
4747
4833
|
})[];
|
|
4748
4834
|
type: "layers";
|
|
4835
|
+
} | {
|
|
4836
|
+
type: "guaranteedInvalid";
|
|
4749
4837
|
})[];
|
|
4750
4838
|
};
|
|
4751
4839
|
state?: string | undefined;
|
|
@@ -4883,6 +4971,8 @@ export declare const label: ({
|
|
|
4883
4971
|
type: "invalid";
|
|
4884
4972
|
})[];
|
|
4885
4973
|
type: "layers";
|
|
4974
|
+
} | {
|
|
4975
|
+
type: "guaranteedInvalid";
|
|
4886
4976
|
} | {
|
|
4887
4977
|
value: "";
|
|
4888
4978
|
type: "unset";
|
|
@@ -4988,6 +5078,8 @@ export declare const label: ({
|
|
|
4988
5078
|
type: "invalid";
|
|
4989
5079
|
})[];
|
|
4990
5080
|
type: "layers";
|
|
5081
|
+
} | {
|
|
5082
|
+
type: "guaranteedInvalid";
|
|
4991
5083
|
})[];
|
|
4992
5084
|
};
|
|
4993
5085
|
} | {
|
|
@@ -5072,6 +5164,8 @@ export declare const label: ({
|
|
|
5072
5164
|
type: "invalid";
|
|
5073
5165
|
})[];
|
|
5074
5166
|
type: "layers";
|
|
5167
|
+
} | {
|
|
5168
|
+
type: "guaranteedInvalid";
|
|
5075
5169
|
} | {
|
|
5076
5170
|
value: "";
|
|
5077
5171
|
type: "unset";
|
|
@@ -5177,6 +5271,8 @@ export declare const label: ({
|
|
|
5177
5271
|
type: "invalid";
|
|
5178
5272
|
})[];
|
|
5179
5273
|
type: "layers";
|
|
5274
|
+
} | {
|
|
5275
|
+
type: "guaranteedInvalid";
|
|
5180
5276
|
})[];
|
|
5181
5277
|
};
|
|
5182
5278
|
state?: string | undefined;
|
|
@@ -5314,6 +5410,8 @@ export declare const h1: ({
|
|
|
5314
5410
|
type: "invalid";
|
|
5315
5411
|
})[];
|
|
5316
5412
|
type: "layers";
|
|
5413
|
+
} | {
|
|
5414
|
+
type: "guaranteedInvalid";
|
|
5317
5415
|
} | {
|
|
5318
5416
|
value: "";
|
|
5319
5417
|
type: "unset";
|
|
@@ -5419,6 +5517,8 @@ export declare const h1: ({
|
|
|
5419
5517
|
type: "invalid";
|
|
5420
5518
|
})[];
|
|
5421
5519
|
type: "layers";
|
|
5520
|
+
} | {
|
|
5521
|
+
type: "guaranteedInvalid";
|
|
5422
5522
|
})[];
|
|
5423
5523
|
};
|
|
5424
5524
|
} | {
|
|
@@ -5503,6 +5603,8 @@ export declare const h1: ({
|
|
|
5503
5603
|
type: "invalid";
|
|
5504
5604
|
})[];
|
|
5505
5605
|
type: "layers";
|
|
5606
|
+
} | {
|
|
5607
|
+
type: "guaranteedInvalid";
|
|
5506
5608
|
} | {
|
|
5507
5609
|
value: "";
|
|
5508
5610
|
type: "unset";
|
|
@@ -5608,6 +5710,8 @@ export declare const h1: ({
|
|
|
5608
5710
|
type: "invalid";
|
|
5609
5711
|
})[];
|
|
5610
5712
|
type: "layers";
|
|
5713
|
+
} | {
|
|
5714
|
+
type: "guaranteedInvalid";
|
|
5611
5715
|
})[];
|
|
5612
5716
|
};
|
|
5613
5717
|
state?: string | undefined;
|
|
@@ -5745,6 +5849,8 @@ export declare const h2: ({
|
|
|
5745
5849
|
type: "invalid";
|
|
5746
5850
|
})[];
|
|
5747
5851
|
type: "layers";
|
|
5852
|
+
} | {
|
|
5853
|
+
type: "guaranteedInvalid";
|
|
5748
5854
|
} | {
|
|
5749
5855
|
value: "";
|
|
5750
5856
|
type: "unset";
|
|
@@ -5850,6 +5956,8 @@ export declare const h2: ({
|
|
|
5850
5956
|
type: "invalid";
|
|
5851
5957
|
})[];
|
|
5852
5958
|
type: "layers";
|
|
5959
|
+
} | {
|
|
5960
|
+
type: "guaranteedInvalid";
|
|
5853
5961
|
})[];
|
|
5854
5962
|
};
|
|
5855
5963
|
} | {
|
|
@@ -5934,6 +6042,8 @@ export declare const h2: ({
|
|
|
5934
6042
|
type: "invalid";
|
|
5935
6043
|
})[];
|
|
5936
6044
|
type: "layers";
|
|
6045
|
+
} | {
|
|
6046
|
+
type: "guaranteedInvalid";
|
|
5937
6047
|
} | {
|
|
5938
6048
|
value: "";
|
|
5939
6049
|
type: "unset";
|
|
@@ -6039,6 +6149,8 @@ export declare const h2: ({
|
|
|
6039
6149
|
type: "invalid";
|
|
6040
6150
|
})[];
|
|
6041
6151
|
type: "layers";
|
|
6152
|
+
} | {
|
|
6153
|
+
type: "guaranteedInvalid";
|
|
6042
6154
|
})[];
|
|
6043
6155
|
};
|
|
6044
6156
|
state?: string | undefined;
|
|
@@ -6176,6 +6288,8 @@ export declare const h3: ({
|
|
|
6176
6288
|
type: "invalid";
|
|
6177
6289
|
})[];
|
|
6178
6290
|
type: "layers";
|
|
6291
|
+
} | {
|
|
6292
|
+
type: "guaranteedInvalid";
|
|
6179
6293
|
} | {
|
|
6180
6294
|
value: "";
|
|
6181
6295
|
type: "unset";
|
|
@@ -6281,6 +6395,8 @@ export declare const h3: ({
|
|
|
6281
6395
|
type: "invalid";
|
|
6282
6396
|
})[];
|
|
6283
6397
|
type: "layers";
|
|
6398
|
+
} | {
|
|
6399
|
+
type: "guaranteedInvalid";
|
|
6284
6400
|
})[];
|
|
6285
6401
|
};
|
|
6286
6402
|
} | {
|
|
@@ -6365,6 +6481,8 @@ export declare const h3: ({
|
|
|
6365
6481
|
type: "invalid";
|
|
6366
6482
|
})[];
|
|
6367
6483
|
type: "layers";
|
|
6484
|
+
} | {
|
|
6485
|
+
type: "guaranteedInvalid";
|
|
6368
6486
|
} | {
|
|
6369
6487
|
value: "";
|
|
6370
6488
|
type: "unset";
|
|
@@ -6470,6 +6588,8 @@ export declare const h3: ({
|
|
|
6470
6588
|
type: "invalid";
|
|
6471
6589
|
})[];
|
|
6472
6590
|
type: "layers";
|
|
6591
|
+
} | {
|
|
6592
|
+
type: "guaranteedInvalid";
|
|
6473
6593
|
})[];
|
|
6474
6594
|
};
|
|
6475
6595
|
state?: string | undefined;
|
|
@@ -6607,6 +6727,8 @@ export declare const h4: ({
|
|
|
6607
6727
|
type: "invalid";
|
|
6608
6728
|
})[];
|
|
6609
6729
|
type: "layers";
|
|
6730
|
+
} | {
|
|
6731
|
+
type: "guaranteedInvalid";
|
|
6610
6732
|
} | {
|
|
6611
6733
|
value: "";
|
|
6612
6734
|
type: "unset";
|
|
@@ -6712,6 +6834,8 @@ export declare const h4: ({
|
|
|
6712
6834
|
type: "invalid";
|
|
6713
6835
|
})[];
|
|
6714
6836
|
type: "layers";
|
|
6837
|
+
} | {
|
|
6838
|
+
type: "guaranteedInvalid";
|
|
6715
6839
|
})[];
|
|
6716
6840
|
};
|
|
6717
6841
|
} | {
|
|
@@ -6796,6 +6920,8 @@ export declare const h4: ({
|
|
|
6796
6920
|
type: "invalid";
|
|
6797
6921
|
})[];
|
|
6798
6922
|
type: "layers";
|
|
6923
|
+
} | {
|
|
6924
|
+
type: "guaranteedInvalid";
|
|
6799
6925
|
} | {
|
|
6800
6926
|
value: "";
|
|
6801
6927
|
type: "unset";
|
|
@@ -6901,6 +7027,8 @@ export declare const h4: ({
|
|
|
6901
7027
|
type: "invalid";
|
|
6902
7028
|
})[];
|
|
6903
7029
|
type: "layers";
|
|
7030
|
+
} | {
|
|
7031
|
+
type: "guaranteedInvalid";
|
|
6904
7032
|
})[];
|
|
6905
7033
|
};
|
|
6906
7034
|
state?: string | undefined;
|
|
@@ -7038,6 +7166,8 @@ export declare const h5: ({
|
|
|
7038
7166
|
type: "invalid";
|
|
7039
7167
|
})[];
|
|
7040
7168
|
type: "layers";
|
|
7169
|
+
} | {
|
|
7170
|
+
type: "guaranteedInvalid";
|
|
7041
7171
|
} | {
|
|
7042
7172
|
value: "";
|
|
7043
7173
|
type: "unset";
|
|
@@ -7143,6 +7273,8 @@ export declare const h5: ({
|
|
|
7143
7273
|
type: "invalid";
|
|
7144
7274
|
})[];
|
|
7145
7275
|
type: "layers";
|
|
7276
|
+
} | {
|
|
7277
|
+
type: "guaranteedInvalid";
|
|
7146
7278
|
})[];
|
|
7147
7279
|
};
|
|
7148
7280
|
} | {
|
|
@@ -7227,6 +7359,8 @@ export declare const h5: ({
|
|
|
7227
7359
|
type: "invalid";
|
|
7228
7360
|
})[];
|
|
7229
7361
|
type: "layers";
|
|
7362
|
+
} | {
|
|
7363
|
+
type: "guaranteedInvalid";
|
|
7230
7364
|
} | {
|
|
7231
7365
|
value: "";
|
|
7232
7366
|
type: "unset";
|
|
@@ -7332,6 +7466,8 @@ export declare const h5: ({
|
|
|
7332
7466
|
type: "invalid";
|
|
7333
7467
|
})[];
|
|
7334
7468
|
type: "layers";
|
|
7469
|
+
} | {
|
|
7470
|
+
type: "guaranteedInvalid";
|
|
7335
7471
|
})[];
|
|
7336
7472
|
};
|
|
7337
7473
|
state?: string | undefined;
|
|
@@ -7469,6 +7605,8 @@ export declare const h6: ({
|
|
|
7469
7605
|
type: "invalid";
|
|
7470
7606
|
})[];
|
|
7471
7607
|
type: "layers";
|
|
7608
|
+
} | {
|
|
7609
|
+
type: "guaranteedInvalid";
|
|
7472
7610
|
} | {
|
|
7473
7611
|
value: "";
|
|
7474
7612
|
type: "unset";
|
|
@@ -7574,6 +7712,8 @@ export declare const h6: ({
|
|
|
7574
7712
|
type: "invalid";
|
|
7575
7713
|
})[];
|
|
7576
7714
|
type: "layers";
|
|
7715
|
+
} | {
|
|
7716
|
+
type: "guaranteedInvalid";
|
|
7577
7717
|
})[];
|
|
7578
7718
|
};
|
|
7579
7719
|
} | {
|
|
@@ -7658,6 +7798,8 @@ export declare const h6: ({
|
|
|
7658
7798
|
type: "invalid";
|
|
7659
7799
|
})[];
|
|
7660
7800
|
type: "layers";
|
|
7801
|
+
} | {
|
|
7802
|
+
type: "guaranteedInvalid";
|
|
7661
7803
|
} | {
|
|
7662
7804
|
value: "";
|
|
7663
7805
|
type: "unset";
|
|
@@ -7763,6 +7905,8 @@ export declare const h6: ({
|
|
|
7763
7905
|
type: "invalid";
|
|
7764
7906
|
})[];
|
|
7765
7907
|
type: "layers";
|
|
7908
|
+
} | {
|
|
7909
|
+
type: "guaranteedInvalid";
|
|
7766
7910
|
})[];
|
|
7767
7911
|
};
|
|
7768
7912
|
state?: string | undefined;
|
|
@@ -7900,6 +8044,8 @@ export declare const i: ({
|
|
|
7900
8044
|
type: "invalid";
|
|
7901
8045
|
})[];
|
|
7902
8046
|
type: "layers";
|
|
8047
|
+
} | {
|
|
8048
|
+
type: "guaranteedInvalid";
|
|
7903
8049
|
} | {
|
|
7904
8050
|
value: "";
|
|
7905
8051
|
type: "unset";
|
|
@@ -8005,6 +8151,8 @@ export declare const i: ({
|
|
|
8005
8151
|
type: "invalid";
|
|
8006
8152
|
})[];
|
|
8007
8153
|
type: "layers";
|
|
8154
|
+
} | {
|
|
8155
|
+
type: "guaranteedInvalid";
|
|
8008
8156
|
})[];
|
|
8009
8157
|
};
|
|
8010
8158
|
} | {
|
|
@@ -8089,6 +8237,8 @@ export declare const i: ({
|
|
|
8089
8237
|
type: "invalid";
|
|
8090
8238
|
})[];
|
|
8091
8239
|
type: "layers";
|
|
8240
|
+
} | {
|
|
8241
|
+
type: "guaranteedInvalid";
|
|
8092
8242
|
} | {
|
|
8093
8243
|
value: "";
|
|
8094
8244
|
type: "unset";
|
|
@@ -8194,6 +8344,8 @@ export declare const i: ({
|
|
|
8194
8344
|
type: "invalid";
|
|
8195
8345
|
})[];
|
|
8196
8346
|
type: "layers";
|
|
8347
|
+
} | {
|
|
8348
|
+
type: "guaranteedInvalid";
|
|
8197
8349
|
})[];
|
|
8198
8350
|
};
|
|
8199
8351
|
state?: string | undefined;
|
|
@@ -8331,6 +8483,8 @@ export declare const img: ({
|
|
|
8331
8483
|
type: "invalid";
|
|
8332
8484
|
})[];
|
|
8333
8485
|
type: "layers";
|
|
8486
|
+
} | {
|
|
8487
|
+
type: "guaranteedInvalid";
|
|
8334
8488
|
} | {
|
|
8335
8489
|
value: "";
|
|
8336
8490
|
type: "unset";
|
|
@@ -8436,6 +8590,8 @@ export declare const img: ({
|
|
|
8436
8590
|
type: "invalid";
|
|
8437
8591
|
})[];
|
|
8438
8592
|
type: "layers";
|
|
8593
|
+
} | {
|
|
8594
|
+
type: "guaranteedInvalid";
|
|
8439
8595
|
})[];
|
|
8440
8596
|
};
|
|
8441
8597
|
} | {
|
|
@@ -8520,6 +8676,8 @@ export declare const img: ({
|
|
|
8520
8676
|
type: "invalid";
|
|
8521
8677
|
})[];
|
|
8522
8678
|
type: "layers";
|
|
8679
|
+
} | {
|
|
8680
|
+
type: "guaranteedInvalid";
|
|
8523
8681
|
} | {
|
|
8524
8682
|
value: "";
|
|
8525
8683
|
type: "unset";
|
|
@@ -8625,6 +8783,8 @@ export declare const img: ({
|
|
|
8625
8783
|
type: "invalid";
|
|
8626
8784
|
})[];
|
|
8627
8785
|
type: "layers";
|
|
8786
|
+
} | {
|
|
8787
|
+
type: "guaranteedInvalid";
|
|
8628
8788
|
})[];
|
|
8629
8789
|
};
|
|
8630
8790
|
state?: string | undefined;
|
|
@@ -8762,6 +8922,8 @@ export declare const a: ({
|
|
|
8762
8922
|
type: "invalid";
|
|
8763
8923
|
})[];
|
|
8764
8924
|
type: "layers";
|
|
8925
|
+
} | {
|
|
8926
|
+
type: "guaranteedInvalid";
|
|
8765
8927
|
} | {
|
|
8766
8928
|
value: "";
|
|
8767
8929
|
type: "unset";
|
|
@@ -8867,6 +9029,8 @@ export declare const a: ({
|
|
|
8867
9029
|
type: "invalid";
|
|
8868
9030
|
})[];
|
|
8869
9031
|
type: "layers";
|
|
9032
|
+
} | {
|
|
9033
|
+
type: "guaranteedInvalid";
|
|
8870
9034
|
})[];
|
|
8871
9035
|
};
|
|
8872
9036
|
} | {
|
|
@@ -8951,6 +9115,8 @@ export declare const a: ({
|
|
|
8951
9115
|
type: "invalid";
|
|
8952
9116
|
})[];
|
|
8953
9117
|
type: "layers";
|
|
9118
|
+
} | {
|
|
9119
|
+
type: "guaranteedInvalid";
|
|
8954
9120
|
} | {
|
|
8955
9121
|
value: "";
|
|
8956
9122
|
type: "unset";
|
|
@@ -9056,6 +9222,8 @@ export declare const a: ({
|
|
|
9056
9222
|
type: "invalid";
|
|
9057
9223
|
})[];
|
|
9058
9224
|
type: "layers";
|
|
9225
|
+
} | {
|
|
9226
|
+
type: "guaranteedInvalid";
|
|
9059
9227
|
})[];
|
|
9060
9228
|
};
|
|
9061
9229
|
state?: string | undefined;
|
|
@@ -9193,6 +9361,8 @@ export declare const li: ({
|
|
|
9193
9361
|
type: "invalid";
|
|
9194
9362
|
})[];
|
|
9195
9363
|
type: "layers";
|
|
9364
|
+
} | {
|
|
9365
|
+
type: "guaranteedInvalid";
|
|
9196
9366
|
} | {
|
|
9197
9367
|
value: "";
|
|
9198
9368
|
type: "unset";
|
|
@@ -9298,6 +9468,8 @@ export declare const li: ({
|
|
|
9298
9468
|
type: "invalid";
|
|
9299
9469
|
})[];
|
|
9300
9470
|
type: "layers";
|
|
9471
|
+
} | {
|
|
9472
|
+
type: "guaranteedInvalid";
|
|
9301
9473
|
})[];
|
|
9302
9474
|
};
|
|
9303
9475
|
} | {
|
|
@@ -9382,6 +9554,8 @@ export declare const li: ({
|
|
|
9382
9554
|
type: "invalid";
|
|
9383
9555
|
})[];
|
|
9384
9556
|
type: "layers";
|
|
9557
|
+
} | {
|
|
9558
|
+
type: "guaranteedInvalid";
|
|
9385
9559
|
} | {
|
|
9386
9560
|
value: "";
|
|
9387
9561
|
type: "unset";
|
|
@@ -9487,6 +9661,8 @@ export declare const li: ({
|
|
|
9487
9661
|
type: "invalid";
|
|
9488
9662
|
})[];
|
|
9489
9663
|
type: "layers";
|
|
9664
|
+
} | {
|
|
9665
|
+
type: "guaranteedInvalid";
|
|
9490
9666
|
})[];
|
|
9491
9667
|
};
|
|
9492
9668
|
state?: string | undefined;
|
|
@@ -9624,6 +9800,8 @@ export declare const ul: ({
|
|
|
9624
9800
|
type: "invalid";
|
|
9625
9801
|
})[];
|
|
9626
9802
|
type: "layers";
|
|
9803
|
+
} | {
|
|
9804
|
+
type: "guaranteedInvalid";
|
|
9627
9805
|
} | {
|
|
9628
9806
|
value: "";
|
|
9629
9807
|
type: "unset";
|
|
@@ -9729,6 +9907,8 @@ export declare const ul: ({
|
|
|
9729
9907
|
type: "invalid";
|
|
9730
9908
|
})[];
|
|
9731
9909
|
type: "layers";
|
|
9910
|
+
} | {
|
|
9911
|
+
type: "guaranteedInvalid";
|
|
9732
9912
|
})[];
|
|
9733
9913
|
};
|
|
9734
9914
|
} | {
|
|
@@ -9813,6 +9993,8 @@ export declare const ul: ({
|
|
|
9813
9993
|
type: "invalid";
|
|
9814
9994
|
})[];
|
|
9815
9995
|
type: "layers";
|
|
9996
|
+
} | {
|
|
9997
|
+
type: "guaranteedInvalid";
|
|
9816
9998
|
} | {
|
|
9817
9999
|
value: "";
|
|
9818
10000
|
type: "unset";
|
|
@@ -9918,6 +10100,8 @@ export declare const ul: ({
|
|
|
9918
10100
|
type: "invalid";
|
|
9919
10101
|
})[];
|
|
9920
10102
|
type: "layers";
|
|
10103
|
+
} | {
|
|
10104
|
+
type: "guaranteedInvalid";
|
|
9921
10105
|
})[];
|
|
9922
10106
|
};
|
|
9923
10107
|
state?: string | undefined;
|
|
@@ -10055,6 +10239,8 @@ export declare const ol: ({
|
|
|
10055
10239
|
type: "invalid";
|
|
10056
10240
|
})[];
|
|
10057
10241
|
type: "layers";
|
|
10242
|
+
} | {
|
|
10243
|
+
type: "guaranteedInvalid";
|
|
10058
10244
|
} | {
|
|
10059
10245
|
value: "";
|
|
10060
10246
|
type: "unset";
|
|
@@ -10160,6 +10346,8 @@ export declare const ol: ({
|
|
|
10160
10346
|
type: "invalid";
|
|
10161
10347
|
})[];
|
|
10162
10348
|
type: "layers";
|
|
10349
|
+
} | {
|
|
10350
|
+
type: "guaranteedInvalid";
|
|
10163
10351
|
})[];
|
|
10164
10352
|
};
|
|
10165
10353
|
} | {
|
|
@@ -10244,6 +10432,8 @@ export declare const ol: ({
|
|
|
10244
10432
|
type: "invalid";
|
|
10245
10433
|
})[];
|
|
10246
10434
|
type: "layers";
|
|
10435
|
+
} | {
|
|
10436
|
+
type: "guaranteedInvalid";
|
|
10247
10437
|
} | {
|
|
10248
10438
|
value: "";
|
|
10249
10439
|
type: "unset";
|
|
@@ -10349,6 +10539,8 @@ export declare const ol: ({
|
|
|
10349
10539
|
type: "invalid";
|
|
10350
10540
|
})[];
|
|
10351
10541
|
type: "layers";
|
|
10542
|
+
} | {
|
|
10543
|
+
type: "guaranteedInvalid";
|
|
10352
10544
|
})[];
|
|
10353
10545
|
};
|
|
10354
10546
|
state?: string | undefined;
|
|
@@ -10486,6 +10678,8 @@ export declare const p: ({
|
|
|
10486
10678
|
type: "invalid";
|
|
10487
10679
|
})[];
|
|
10488
10680
|
type: "layers";
|
|
10681
|
+
} | {
|
|
10682
|
+
type: "guaranteedInvalid";
|
|
10489
10683
|
} | {
|
|
10490
10684
|
value: "";
|
|
10491
10685
|
type: "unset";
|
|
@@ -10591,6 +10785,8 @@ export declare const p: ({
|
|
|
10591
10785
|
type: "invalid";
|
|
10592
10786
|
})[];
|
|
10593
10787
|
type: "layers";
|
|
10788
|
+
} | {
|
|
10789
|
+
type: "guaranteedInvalid";
|
|
10594
10790
|
})[];
|
|
10595
10791
|
};
|
|
10596
10792
|
} | {
|
|
@@ -10675,6 +10871,8 @@ export declare const p: ({
|
|
|
10675
10871
|
type: "invalid";
|
|
10676
10872
|
})[];
|
|
10677
10873
|
type: "layers";
|
|
10874
|
+
} | {
|
|
10875
|
+
type: "guaranteedInvalid";
|
|
10678
10876
|
} | {
|
|
10679
10877
|
value: "";
|
|
10680
10878
|
type: "unset";
|
|
@@ -10780,6 +10978,8 @@ export declare const p: ({
|
|
|
10780
10978
|
type: "invalid";
|
|
10781
10979
|
})[];
|
|
10782
10980
|
type: "layers";
|
|
10981
|
+
} | {
|
|
10982
|
+
type: "guaranteedInvalid";
|
|
10783
10983
|
})[];
|
|
10784
10984
|
};
|
|
10785
10985
|
state?: string | undefined;
|
|
@@ -10917,6 +11117,8 @@ export declare const span: ({
|
|
|
10917
11117
|
type: "invalid";
|
|
10918
11118
|
})[];
|
|
10919
11119
|
type: "layers";
|
|
11120
|
+
} | {
|
|
11121
|
+
type: "guaranteedInvalid";
|
|
10920
11122
|
} | {
|
|
10921
11123
|
value: "";
|
|
10922
11124
|
type: "unset";
|
|
@@ -11022,6 +11224,8 @@ export declare const span: ({
|
|
|
11022
11224
|
type: "invalid";
|
|
11023
11225
|
})[];
|
|
11024
11226
|
type: "layers";
|
|
11227
|
+
} | {
|
|
11228
|
+
type: "guaranteedInvalid";
|
|
11025
11229
|
})[];
|
|
11026
11230
|
};
|
|
11027
11231
|
} | {
|
|
@@ -11106,6 +11310,8 @@ export declare const span: ({
|
|
|
11106
11310
|
type: "invalid";
|
|
11107
11311
|
})[];
|
|
11108
11312
|
type: "layers";
|
|
11313
|
+
} | {
|
|
11314
|
+
type: "guaranteedInvalid";
|
|
11109
11315
|
} | {
|
|
11110
11316
|
value: "";
|
|
11111
11317
|
type: "unset";
|
|
@@ -11211,6 +11417,8 @@ export declare const span: ({
|
|
|
11211
11417
|
type: "invalid";
|
|
11212
11418
|
})[];
|
|
11213
11419
|
type: "layers";
|
|
11420
|
+
} | {
|
|
11421
|
+
type: "guaranteedInvalid";
|
|
11214
11422
|
})[];
|
|
11215
11423
|
};
|
|
11216
11424
|
state?: string | undefined;
|
|
@@ -11353,6 +11561,8 @@ export declare const html: ({
|
|
|
11353
11561
|
type: "invalid";
|
|
11354
11562
|
})[];
|
|
11355
11563
|
type: "layers";
|
|
11564
|
+
} | {
|
|
11565
|
+
type: "guaranteedInvalid";
|
|
11356
11566
|
} | {
|
|
11357
11567
|
value: "";
|
|
11358
11568
|
type: "unset";
|
|
@@ -11458,6 +11668,8 @@ export declare const html: ({
|
|
|
11458
11668
|
type: "invalid";
|
|
11459
11669
|
})[];
|
|
11460
11670
|
type: "layers";
|
|
11671
|
+
} | {
|
|
11672
|
+
type: "guaranteedInvalid";
|
|
11461
11673
|
})[];
|
|
11462
11674
|
};
|
|
11463
11675
|
} | {
|
|
@@ -11542,6 +11754,8 @@ export declare const html: ({
|
|
|
11542
11754
|
type: "invalid";
|
|
11543
11755
|
})[];
|
|
11544
11756
|
type: "layers";
|
|
11757
|
+
} | {
|
|
11758
|
+
type: "guaranteedInvalid";
|
|
11545
11759
|
} | {
|
|
11546
11760
|
value: "";
|
|
11547
11761
|
type: "unset";
|
|
@@ -11647,6 +11861,8 @@ export declare const html: ({
|
|
|
11647
11861
|
type: "invalid";
|
|
11648
11862
|
})[];
|
|
11649
11863
|
type: "layers";
|
|
11864
|
+
} | {
|
|
11865
|
+
type: "guaranteedInvalid";
|
|
11650
11866
|
})[];
|
|
11651
11867
|
};
|
|
11652
11868
|
state?: string | undefined;
|
|
@@ -11788,6 +12004,8 @@ export declare const body: ({
|
|
|
11788
12004
|
type: "invalid";
|
|
11789
12005
|
})[];
|
|
11790
12006
|
type: "layers";
|
|
12007
|
+
} | {
|
|
12008
|
+
type: "guaranteedInvalid";
|
|
11791
12009
|
} | {
|
|
11792
12010
|
value: "";
|
|
11793
12011
|
type: "unset";
|
|
@@ -11893,6 +12111,8 @@ export declare const body: ({
|
|
|
11893
12111
|
type: "invalid";
|
|
11894
12112
|
})[];
|
|
11895
12113
|
type: "layers";
|
|
12114
|
+
} | {
|
|
12115
|
+
type: "guaranteedInvalid";
|
|
11896
12116
|
})[];
|
|
11897
12117
|
};
|
|
11898
12118
|
} | {
|
|
@@ -11977,6 +12197,8 @@ export declare const body: ({
|
|
|
11977
12197
|
type: "invalid";
|
|
11978
12198
|
})[];
|
|
11979
12199
|
type: "layers";
|
|
12200
|
+
} | {
|
|
12201
|
+
type: "guaranteedInvalid";
|
|
11980
12202
|
} | {
|
|
11981
12203
|
value: "";
|
|
11982
12204
|
type: "unset";
|
|
@@ -12082,6 +12304,8 @@ export declare const body: ({
|
|
|
12082
12304
|
type: "invalid";
|
|
12083
12305
|
})[];
|
|
12084
12306
|
type: "layers";
|
|
12307
|
+
} | {
|
|
12308
|
+
type: "guaranteedInvalid";
|
|
12085
12309
|
})[];
|
|
12086
12310
|
};
|
|
12087
12311
|
state?: string | undefined;
|
|
@@ -12223,6 +12447,8 @@ export declare const hr: ({
|
|
|
12223
12447
|
type: "invalid";
|
|
12224
12448
|
})[];
|
|
12225
12449
|
type: "layers";
|
|
12450
|
+
} | {
|
|
12451
|
+
type: "guaranteedInvalid";
|
|
12226
12452
|
} | {
|
|
12227
12453
|
value: "";
|
|
12228
12454
|
type: "unset";
|
|
@@ -12328,6 +12554,8 @@ export declare const hr: ({
|
|
|
12328
12554
|
type: "invalid";
|
|
12329
12555
|
})[];
|
|
12330
12556
|
type: "layers";
|
|
12557
|
+
} | {
|
|
12558
|
+
type: "guaranteedInvalid";
|
|
12331
12559
|
})[];
|
|
12332
12560
|
};
|
|
12333
12561
|
} | {
|
|
@@ -12412,6 +12640,8 @@ export declare const hr: ({
|
|
|
12412
12640
|
type: "invalid";
|
|
12413
12641
|
})[];
|
|
12414
12642
|
type: "layers";
|
|
12643
|
+
} | {
|
|
12644
|
+
type: "guaranteedInvalid";
|
|
12415
12645
|
} | {
|
|
12416
12646
|
value: "";
|
|
12417
12647
|
type: "unset";
|
|
@@ -12517,6 +12747,8 @@ export declare const hr: ({
|
|
|
12517
12747
|
type: "invalid";
|
|
12518
12748
|
})[];
|
|
12519
12749
|
type: "layers";
|
|
12750
|
+
} | {
|
|
12751
|
+
type: "guaranteedInvalid";
|
|
12520
12752
|
})[];
|
|
12521
12753
|
};
|
|
12522
12754
|
state?: string | undefined;
|
|
@@ -12666,6 +12898,8 @@ export declare const b: ({
|
|
|
12666
12898
|
type: "invalid";
|
|
12667
12899
|
})[];
|
|
12668
12900
|
type: "layers";
|
|
12901
|
+
} | {
|
|
12902
|
+
type: "guaranteedInvalid";
|
|
12669
12903
|
} | {
|
|
12670
12904
|
value: "";
|
|
12671
12905
|
type: "unset";
|
|
@@ -12771,6 +13005,8 @@ export declare const b: ({
|
|
|
12771
13005
|
type: "invalid";
|
|
12772
13006
|
})[];
|
|
12773
13007
|
type: "layers";
|
|
13008
|
+
} | {
|
|
13009
|
+
type: "guaranteedInvalid";
|
|
12774
13010
|
})[];
|
|
12775
13011
|
};
|
|
12776
13012
|
} | {
|
|
@@ -12855,6 +13091,8 @@ export declare const b: ({
|
|
|
12855
13091
|
type: "invalid";
|
|
12856
13092
|
})[];
|
|
12857
13093
|
type: "layers";
|
|
13094
|
+
} | {
|
|
13095
|
+
type: "guaranteedInvalid";
|
|
12858
13096
|
} | {
|
|
12859
13097
|
value: "";
|
|
12860
13098
|
type: "unset";
|
|
@@ -12960,6 +13198,8 @@ export declare const b: ({
|
|
|
12960
13198
|
type: "invalid";
|
|
12961
13199
|
})[];
|
|
12962
13200
|
type: "layers";
|
|
13201
|
+
} | {
|
|
13202
|
+
type: "guaranteedInvalid";
|
|
12963
13203
|
})[];
|
|
12964
13204
|
};
|
|
12965
13205
|
state?: string | undefined;
|
|
@@ -13097,6 +13337,8 @@ export declare const strong: ({
|
|
|
13097
13337
|
type: "invalid";
|
|
13098
13338
|
})[];
|
|
13099
13339
|
type: "layers";
|
|
13340
|
+
} | {
|
|
13341
|
+
type: "guaranteedInvalid";
|
|
13100
13342
|
} | {
|
|
13101
13343
|
value: "";
|
|
13102
13344
|
type: "unset";
|
|
@@ -13202,6 +13444,8 @@ export declare const strong: ({
|
|
|
13202
13444
|
type: "invalid";
|
|
13203
13445
|
})[];
|
|
13204
13446
|
type: "layers";
|
|
13447
|
+
} | {
|
|
13448
|
+
type: "guaranteedInvalid";
|
|
13205
13449
|
})[];
|
|
13206
13450
|
};
|
|
13207
13451
|
} | {
|
|
@@ -13286,6 +13530,8 @@ export declare const strong: ({
|
|
|
13286
13530
|
type: "invalid";
|
|
13287
13531
|
})[];
|
|
13288
13532
|
type: "layers";
|
|
13533
|
+
} | {
|
|
13534
|
+
type: "guaranteedInvalid";
|
|
13289
13535
|
} | {
|
|
13290
13536
|
value: "";
|
|
13291
13537
|
type: "unset";
|
|
@@ -13391,6 +13637,8 @@ export declare const strong: ({
|
|
|
13391
13637
|
type: "invalid";
|
|
13392
13638
|
})[];
|
|
13393
13639
|
type: "layers";
|
|
13640
|
+
} | {
|
|
13641
|
+
type: "guaranteedInvalid";
|
|
13394
13642
|
})[];
|
|
13395
13643
|
};
|
|
13396
13644
|
state?: string | undefined;
|
|
@@ -13532,6 +13780,8 @@ export declare const code: ({
|
|
|
13532
13780
|
type: "invalid";
|
|
13533
13781
|
})[];
|
|
13534
13782
|
type: "layers";
|
|
13783
|
+
} | {
|
|
13784
|
+
type: "guaranteedInvalid";
|
|
13535
13785
|
} | {
|
|
13536
13786
|
value: "";
|
|
13537
13787
|
type: "unset";
|
|
@@ -13637,6 +13887,8 @@ export declare const code: ({
|
|
|
13637
13887
|
type: "invalid";
|
|
13638
13888
|
})[];
|
|
13639
13889
|
type: "layers";
|
|
13890
|
+
} | {
|
|
13891
|
+
type: "guaranteedInvalid";
|
|
13640
13892
|
})[];
|
|
13641
13893
|
};
|
|
13642
13894
|
} | {
|
|
@@ -13721,6 +13973,8 @@ export declare const code: ({
|
|
|
13721
13973
|
type: "invalid";
|
|
13722
13974
|
})[];
|
|
13723
13975
|
type: "layers";
|
|
13976
|
+
} | {
|
|
13977
|
+
type: "guaranteedInvalid";
|
|
13724
13978
|
} | {
|
|
13725
13979
|
value: "";
|
|
13726
13980
|
type: "unset";
|
|
@@ -13826,6 +14080,8 @@ export declare const code: ({
|
|
|
13826
14080
|
type: "invalid";
|
|
13827
14081
|
})[];
|
|
13828
14082
|
type: "layers";
|
|
14083
|
+
} | {
|
|
14084
|
+
type: "guaranteedInvalid";
|
|
13829
14085
|
})[];
|
|
13830
14086
|
};
|
|
13831
14087
|
state?: string | undefined;
|
|
@@ -13963,6 +14219,8 @@ export declare const kbd: ({
|
|
|
13963
14219
|
type: "invalid";
|
|
13964
14220
|
})[];
|
|
13965
14221
|
type: "layers";
|
|
14222
|
+
} | {
|
|
14223
|
+
type: "guaranteedInvalid";
|
|
13966
14224
|
} | {
|
|
13967
14225
|
value: "";
|
|
13968
14226
|
type: "unset";
|
|
@@ -14068,6 +14326,8 @@ export declare const kbd: ({
|
|
|
14068
14326
|
type: "invalid";
|
|
14069
14327
|
})[];
|
|
14070
14328
|
type: "layers";
|
|
14329
|
+
} | {
|
|
14330
|
+
type: "guaranteedInvalid";
|
|
14071
14331
|
})[];
|
|
14072
14332
|
};
|
|
14073
14333
|
} | {
|
|
@@ -14152,6 +14412,8 @@ export declare const kbd: ({
|
|
|
14152
14412
|
type: "invalid";
|
|
14153
14413
|
})[];
|
|
14154
14414
|
type: "layers";
|
|
14415
|
+
} | {
|
|
14416
|
+
type: "guaranteedInvalid";
|
|
14155
14417
|
} | {
|
|
14156
14418
|
value: "";
|
|
14157
14419
|
type: "unset";
|
|
@@ -14257,6 +14519,8 @@ export declare const kbd: ({
|
|
|
14257
14519
|
type: "invalid";
|
|
14258
14520
|
})[];
|
|
14259
14521
|
type: "layers";
|
|
14522
|
+
} | {
|
|
14523
|
+
type: "guaranteedInvalid";
|
|
14260
14524
|
})[];
|
|
14261
14525
|
};
|
|
14262
14526
|
state?: string | undefined;
|
|
@@ -14394,6 +14658,8 @@ export declare const samp: ({
|
|
|
14394
14658
|
type: "invalid";
|
|
14395
14659
|
})[];
|
|
14396
14660
|
type: "layers";
|
|
14661
|
+
} | {
|
|
14662
|
+
type: "guaranteedInvalid";
|
|
14397
14663
|
} | {
|
|
14398
14664
|
value: "";
|
|
14399
14665
|
type: "unset";
|
|
@@ -14499,6 +14765,8 @@ export declare const samp: ({
|
|
|
14499
14765
|
type: "invalid";
|
|
14500
14766
|
})[];
|
|
14501
14767
|
type: "layers";
|
|
14768
|
+
} | {
|
|
14769
|
+
type: "guaranteedInvalid";
|
|
14502
14770
|
})[];
|
|
14503
14771
|
};
|
|
14504
14772
|
} | {
|
|
@@ -14583,6 +14851,8 @@ export declare const samp: ({
|
|
|
14583
14851
|
type: "invalid";
|
|
14584
14852
|
})[];
|
|
14585
14853
|
type: "layers";
|
|
14854
|
+
} | {
|
|
14855
|
+
type: "guaranteedInvalid";
|
|
14586
14856
|
} | {
|
|
14587
14857
|
value: "";
|
|
14588
14858
|
type: "unset";
|
|
@@ -14688,6 +14958,8 @@ export declare const samp: ({
|
|
|
14688
14958
|
type: "invalid";
|
|
14689
14959
|
})[];
|
|
14690
14960
|
type: "layers";
|
|
14961
|
+
} | {
|
|
14962
|
+
type: "guaranteedInvalid";
|
|
14691
14963
|
})[];
|
|
14692
14964
|
};
|
|
14693
14965
|
state?: string | undefined;
|
|
@@ -14825,6 +15097,8 @@ export declare const pre: ({
|
|
|
14825
15097
|
type: "invalid";
|
|
14826
15098
|
})[];
|
|
14827
15099
|
type: "layers";
|
|
15100
|
+
} | {
|
|
15101
|
+
type: "guaranteedInvalid";
|
|
14828
15102
|
} | {
|
|
14829
15103
|
value: "";
|
|
14830
15104
|
type: "unset";
|
|
@@ -14930,6 +15204,8 @@ export declare const pre: ({
|
|
|
14930
15204
|
type: "invalid";
|
|
14931
15205
|
})[];
|
|
14932
15206
|
type: "layers";
|
|
15207
|
+
} | {
|
|
15208
|
+
type: "guaranteedInvalid";
|
|
14933
15209
|
})[];
|
|
14934
15210
|
};
|
|
14935
15211
|
} | {
|
|
@@ -15014,6 +15290,8 @@ export declare const pre: ({
|
|
|
15014
15290
|
type: "invalid";
|
|
15015
15291
|
})[];
|
|
15016
15292
|
type: "layers";
|
|
15293
|
+
} | {
|
|
15294
|
+
type: "guaranteedInvalid";
|
|
15017
15295
|
} | {
|
|
15018
15296
|
value: "";
|
|
15019
15297
|
type: "unset";
|
|
@@ -15119,6 +15397,8 @@ export declare const pre: ({
|
|
|
15119
15397
|
type: "invalid";
|
|
15120
15398
|
})[];
|
|
15121
15399
|
type: "layers";
|
|
15400
|
+
} | {
|
|
15401
|
+
type: "guaranteedInvalid";
|
|
15122
15402
|
})[];
|
|
15123
15403
|
};
|
|
15124
15404
|
state?: string | undefined;
|
|
@@ -15259,6 +15539,8 @@ export declare const small: ({
|
|
|
15259
15539
|
type: "invalid";
|
|
15260
15540
|
})[];
|
|
15261
15541
|
type: "layers";
|
|
15542
|
+
} | {
|
|
15543
|
+
type: "guaranteedInvalid";
|
|
15262
15544
|
} | {
|
|
15263
15545
|
value: "";
|
|
15264
15546
|
type: "unset";
|
|
@@ -15364,6 +15646,8 @@ export declare const small: ({
|
|
|
15364
15646
|
type: "invalid";
|
|
15365
15647
|
})[];
|
|
15366
15648
|
type: "layers";
|
|
15649
|
+
} | {
|
|
15650
|
+
type: "guaranteedInvalid";
|
|
15367
15651
|
})[];
|
|
15368
15652
|
};
|
|
15369
15653
|
} | {
|
|
@@ -15448,6 +15732,8 @@ export declare const small: ({
|
|
|
15448
15732
|
type: "invalid";
|
|
15449
15733
|
})[];
|
|
15450
15734
|
type: "layers";
|
|
15735
|
+
} | {
|
|
15736
|
+
type: "guaranteedInvalid";
|
|
15451
15737
|
} | {
|
|
15452
15738
|
value: "";
|
|
15453
15739
|
type: "unset";
|
|
@@ -15553,6 +15839,8 @@ export declare const small: ({
|
|
|
15553
15839
|
type: "invalid";
|
|
15554
15840
|
})[];
|
|
15555
15841
|
type: "layers";
|
|
15842
|
+
} | {
|
|
15843
|
+
type: "guaranteedInvalid";
|
|
15556
15844
|
})[];
|
|
15557
15845
|
};
|
|
15558
15846
|
state?: string | undefined;
|
|
@@ -15690,6 +15978,8 @@ export declare const sub: ({
|
|
|
15690
15978
|
type: "invalid";
|
|
15691
15979
|
})[];
|
|
15692
15980
|
type: "layers";
|
|
15981
|
+
} | {
|
|
15982
|
+
type: "guaranteedInvalid";
|
|
15693
15983
|
} | {
|
|
15694
15984
|
value: "";
|
|
15695
15985
|
type: "unset";
|
|
@@ -15795,6 +16085,8 @@ export declare const sub: ({
|
|
|
15795
16085
|
type: "invalid";
|
|
15796
16086
|
})[];
|
|
15797
16087
|
type: "layers";
|
|
16088
|
+
} | {
|
|
16089
|
+
type: "guaranteedInvalid";
|
|
15798
16090
|
})[];
|
|
15799
16091
|
};
|
|
15800
16092
|
} | {
|
|
@@ -15879,6 +16171,8 @@ export declare const sub: ({
|
|
|
15879
16171
|
type: "invalid";
|
|
15880
16172
|
})[];
|
|
15881
16173
|
type: "layers";
|
|
16174
|
+
} | {
|
|
16175
|
+
type: "guaranteedInvalid";
|
|
15882
16176
|
} | {
|
|
15883
16177
|
value: "";
|
|
15884
16178
|
type: "unset";
|
|
@@ -15984,6 +16278,8 @@ export declare const sub: ({
|
|
|
15984
16278
|
type: "invalid";
|
|
15985
16279
|
})[];
|
|
15986
16280
|
type: "layers";
|
|
16281
|
+
} | {
|
|
16282
|
+
type: "guaranteedInvalid";
|
|
15987
16283
|
})[];
|
|
15988
16284
|
};
|
|
15989
16285
|
state?: string | undefined;
|
|
@@ -16121,6 +16417,8 @@ export declare const sup: ({
|
|
|
16121
16417
|
type: "invalid";
|
|
16122
16418
|
})[];
|
|
16123
16419
|
type: "layers";
|
|
16420
|
+
} | {
|
|
16421
|
+
type: "guaranteedInvalid";
|
|
16124
16422
|
} | {
|
|
16125
16423
|
value: "";
|
|
16126
16424
|
type: "unset";
|
|
@@ -16226,6 +16524,8 @@ export declare const sup: ({
|
|
|
16226
16524
|
type: "invalid";
|
|
16227
16525
|
})[];
|
|
16228
16526
|
type: "layers";
|
|
16527
|
+
} | {
|
|
16528
|
+
type: "guaranteedInvalid";
|
|
16229
16529
|
})[];
|
|
16230
16530
|
};
|
|
16231
16531
|
} | {
|
|
@@ -16310,6 +16610,8 @@ export declare const sup: ({
|
|
|
16310
16610
|
type: "invalid";
|
|
16311
16611
|
})[];
|
|
16312
16612
|
type: "layers";
|
|
16613
|
+
} | {
|
|
16614
|
+
type: "guaranteedInvalid";
|
|
16313
16615
|
} | {
|
|
16314
16616
|
value: "";
|
|
16315
16617
|
type: "unset";
|
|
@@ -16415,6 +16717,8 @@ export declare const sup: ({
|
|
|
16415
16717
|
type: "invalid";
|
|
16416
16718
|
})[];
|
|
16417
16719
|
type: "layers";
|
|
16720
|
+
} | {
|
|
16721
|
+
type: "guaranteedInvalid";
|
|
16418
16722
|
})[];
|
|
16419
16723
|
};
|
|
16420
16724
|
state?: string | undefined;
|
|
@@ -16556,6 +16860,8 @@ export declare const table: ({
|
|
|
16556
16860
|
type: "invalid";
|
|
16557
16861
|
})[];
|
|
16558
16862
|
type: "layers";
|
|
16863
|
+
} | {
|
|
16864
|
+
type: "guaranteedInvalid";
|
|
16559
16865
|
} | {
|
|
16560
16866
|
value: "";
|
|
16561
16867
|
type: "unset";
|
|
@@ -16661,6 +16967,8 @@ export declare const table: ({
|
|
|
16661
16967
|
type: "invalid";
|
|
16662
16968
|
})[];
|
|
16663
16969
|
type: "layers";
|
|
16970
|
+
} | {
|
|
16971
|
+
type: "guaranteedInvalid";
|
|
16664
16972
|
})[];
|
|
16665
16973
|
};
|
|
16666
16974
|
} | {
|
|
@@ -16745,6 +17053,8 @@ export declare const table: ({
|
|
|
16745
17053
|
type: "invalid";
|
|
16746
17054
|
})[];
|
|
16747
17055
|
type: "layers";
|
|
17056
|
+
} | {
|
|
17057
|
+
type: "guaranteedInvalid";
|
|
16748
17058
|
} | {
|
|
16749
17059
|
value: "";
|
|
16750
17060
|
type: "unset";
|
|
@@ -16850,6 +17160,8 @@ export declare const table: ({
|
|
|
16850
17160
|
type: "invalid";
|
|
16851
17161
|
})[];
|
|
16852
17162
|
type: "layers";
|
|
17163
|
+
} | {
|
|
17164
|
+
type: "guaranteedInvalid";
|
|
16853
17165
|
})[];
|
|
16854
17166
|
};
|
|
16855
17167
|
state?: string | undefined;
|
|
@@ -16987,6 +17299,8 @@ export declare const input: ({
|
|
|
16987
17299
|
type: "invalid";
|
|
16988
17300
|
})[];
|
|
16989
17301
|
type: "layers";
|
|
17302
|
+
} | {
|
|
17303
|
+
type: "guaranteedInvalid";
|
|
16990
17304
|
} | {
|
|
16991
17305
|
value: "";
|
|
16992
17306
|
type: "unset";
|
|
@@ -17092,6 +17406,8 @@ export declare const input: ({
|
|
|
17092
17406
|
type: "invalid";
|
|
17093
17407
|
})[];
|
|
17094
17408
|
type: "layers";
|
|
17409
|
+
} | {
|
|
17410
|
+
type: "guaranteedInvalid";
|
|
17095
17411
|
})[];
|
|
17096
17412
|
};
|
|
17097
17413
|
} | {
|
|
@@ -17176,6 +17492,8 @@ export declare const input: ({
|
|
|
17176
17492
|
type: "invalid";
|
|
17177
17493
|
})[];
|
|
17178
17494
|
type: "layers";
|
|
17495
|
+
} | {
|
|
17496
|
+
type: "guaranteedInvalid";
|
|
17179
17497
|
} | {
|
|
17180
17498
|
value: "";
|
|
17181
17499
|
type: "unset";
|
|
@@ -17281,6 +17599,8 @@ export declare const input: ({
|
|
|
17281
17599
|
type: "invalid";
|
|
17282
17600
|
})[];
|
|
17283
17601
|
type: "layers";
|
|
17602
|
+
} | {
|
|
17603
|
+
type: "guaranteedInvalid";
|
|
17284
17604
|
})[];
|
|
17285
17605
|
};
|
|
17286
17606
|
state?: string | undefined;
|
|
@@ -17418,6 +17738,8 @@ export declare const textarea: ({
|
|
|
17418
17738
|
type: "invalid";
|
|
17419
17739
|
})[];
|
|
17420
17740
|
type: "layers";
|
|
17741
|
+
} | {
|
|
17742
|
+
type: "guaranteedInvalid";
|
|
17421
17743
|
} | {
|
|
17422
17744
|
value: "";
|
|
17423
17745
|
type: "unset";
|
|
@@ -17523,6 +17845,8 @@ export declare const textarea: ({
|
|
|
17523
17845
|
type: "invalid";
|
|
17524
17846
|
})[];
|
|
17525
17847
|
type: "layers";
|
|
17848
|
+
} | {
|
|
17849
|
+
type: "guaranteedInvalid";
|
|
17526
17850
|
})[];
|
|
17527
17851
|
};
|
|
17528
17852
|
} | {
|
|
@@ -17607,6 +17931,8 @@ export declare const textarea: ({
|
|
|
17607
17931
|
type: "invalid";
|
|
17608
17932
|
})[];
|
|
17609
17933
|
type: "layers";
|
|
17934
|
+
} | {
|
|
17935
|
+
type: "guaranteedInvalid";
|
|
17610
17936
|
} | {
|
|
17611
17937
|
value: "";
|
|
17612
17938
|
type: "unset";
|
|
@@ -17712,6 +18038,8 @@ export declare const textarea: ({
|
|
|
17712
18038
|
type: "invalid";
|
|
17713
18039
|
})[];
|
|
17714
18040
|
type: "layers";
|
|
18041
|
+
} | {
|
|
18042
|
+
type: "guaranteedInvalid";
|
|
17715
18043
|
})[];
|
|
17716
18044
|
};
|
|
17717
18045
|
state?: string | undefined;
|
|
@@ -17849,6 +18177,8 @@ export declare const optgroup: ({
|
|
|
17849
18177
|
type: "invalid";
|
|
17850
18178
|
})[];
|
|
17851
18179
|
type: "layers";
|
|
18180
|
+
} | {
|
|
18181
|
+
type: "guaranteedInvalid";
|
|
17852
18182
|
} | {
|
|
17853
18183
|
value: "";
|
|
17854
18184
|
type: "unset";
|
|
@@ -17954,6 +18284,8 @@ export declare const optgroup: ({
|
|
|
17954
18284
|
type: "invalid";
|
|
17955
18285
|
})[];
|
|
17956
18286
|
type: "layers";
|
|
18287
|
+
} | {
|
|
18288
|
+
type: "guaranteedInvalid";
|
|
17957
18289
|
})[];
|
|
17958
18290
|
};
|
|
17959
18291
|
} | {
|
|
@@ -18038,6 +18370,8 @@ export declare const optgroup: ({
|
|
|
18038
18370
|
type: "invalid";
|
|
18039
18371
|
})[];
|
|
18040
18372
|
type: "layers";
|
|
18373
|
+
} | {
|
|
18374
|
+
type: "guaranteedInvalid";
|
|
18041
18375
|
} | {
|
|
18042
18376
|
value: "";
|
|
18043
18377
|
type: "unset";
|
|
@@ -18143,6 +18477,8 @@ export declare const optgroup: ({
|
|
|
18143
18477
|
type: "invalid";
|
|
18144
18478
|
})[];
|
|
18145
18479
|
type: "layers";
|
|
18480
|
+
} | {
|
|
18481
|
+
type: "guaranteedInvalid";
|
|
18146
18482
|
})[];
|
|
18147
18483
|
};
|
|
18148
18484
|
state?: string | undefined;
|
|
@@ -18280,6 +18616,8 @@ export declare const radio: ({
|
|
|
18280
18616
|
type: "invalid";
|
|
18281
18617
|
})[];
|
|
18282
18618
|
type: "layers";
|
|
18619
|
+
} | {
|
|
18620
|
+
type: "guaranteedInvalid";
|
|
18283
18621
|
} | {
|
|
18284
18622
|
value: "";
|
|
18285
18623
|
type: "unset";
|
|
@@ -18385,6 +18723,8 @@ export declare const radio: ({
|
|
|
18385
18723
|
type: "invalid";
|
|
18386
18724
|
})[];
|
|
18387
18725
|
type: "layers";
|
|
18726
|
+
} | {
|
|
18727
|
+
type: "guaranteedInvalid";
|
|
18388
18728
|
})[];
|
|
18389
18729
|
};
|
|
18390
18730
|
} | {
|
|
@@ -18469,6 +18809,8 @@ export declare const radio: ({
|
|
|
18469
18809
|
type: "invalid";
|
|
18470
18810
|
})[];
|
|
18471
18811
|
type: "layers";
|
|
18812
|
+
} | {
|
|
18813
|
+
type: "guaranteedInvalid";
|
|
18472
18814
|
} | {
|
|
18473
18815
|
value: "";
|
|
18474
18816
|
type: "unset";
|
|
@@ -18574,6 +18916,8 @@ export declare const radio: ({
|
|
|
18574
18916
|
type: "invalid";
|
|
18575
18917
|
})[];
|
|
18576
18918
|
type: "layers";
|
|
18919
|
+
} | {
|
|
18920
|
+
type: "guaranteedInvalid";
|
|
18577
18921
|
})[];
|
|
18578
18922
|
};
|
|
18579
18923
|
state?: string | undefined;
|
|
@@ -18711,6 +19055,8 @@ export declare const checkbox: ({
|
|
|
18711
19055
|
type: "invalid";
|
|
18712
19056
|
})[];
|
|
18713
19057
|
type: "layers";
|
|
19058
|
+
} | {
|
|
19059
|
+
type: "guaranteedInvalid";
|
|
18714
19060
|
} | {
|
|
18715
19061
|
value: "";
|
|
18716
19062
|
type: "unset";
|
|
@@ -18816,6 +19162,8 @@ export declare const checkbox: ({
|
|
|
18816
19162
|
type: "invalid";
|
|
18817
19163
|
})[];
|
|
18818
19164
|
type: "layers";
|
|
19165
|
+
} | {
|
|
19166
|
+
type: "guaranteedInvalid";
|
|
18819
19167
|
})[];
|
|
18820
19168
|
};
|
|
18821
19169
|
} | {
|
|
@@ -18900,6 +19248,8 @@ export declare const checkbox: ({
|
|
|
18900
19248
|
type: "invalid";
|
|
18901
19249
|
})[];
|
|
18902
19250
|
type: "layers";
|
|
19251
|
+
} | {
|
|
19252
|
+
type: "guaranteedInvalid";
|
|
18903
19253
|
} | {
|
|
18904
19254
|
value: "";
|
|
18905
19255
|
type: "unset";
|
|
@@ -19005,6 +19355,8 @@ export declare const checkbox: ({
|
|
|
19005
19355
|
type: "invalid";
|
|
19006
19356
|
})[];
|
|
19007
19357
|
type: "layers";
|
|
19358
|
+
} | {
|
|
19359
|
+
type: "guaranteedInvalid";
|
|
19008
19360
|
})[];
|
|
19009
19361
|
};
|
|
19010
19362
|
state?: string | undefined;
|
|
@@ -19145,6 +19497,8 @@ export declare const button: ({
|
|
|
19145
19497
|
type: "invalid";
|
|
19146
19498
|
})[];
|
|
19147
19499
|
type: "layers";
|
|
19500
|
+
} | {
|
|
19501
|
+
type: "guaranteedInvalid";
|
|
19148
19502
|
} | {
|
|
19149
19503
|
value: "";
|
|
19150
19504
|
type: "unset";
|
|
@@ -19250,6 +19604,8 @@ export declare const button: ({
|
|
|
19250
19604
|
type: "invalid";
|
|
19251
19605
|
})[];
|
|
19252
19606
|
type: "layers";
|
|
19607
|
+
} | {
|
|
19608
|
+
type: "guaranteedInvalid";
|
|
19253
19609
|
})[];
|
|
19254
19610
|
};
|
|
19255
19611
|
} | {
|
|
@@ -19334,6 +19690,8 @@ export declare const button: ({
|
|
|
19334
19690
|
type: "invalid";
|
|
19335
19691
|
})[];
|
|
19336
19692
|
type: "layers";
|
|
19693
|
+
} | {
|
|
19694
|
+
type: "guaranteedInvalid";
|
|
19337
19695
|
} | {
|
|
19338
19696
|
value: "";
|
|
19339
19697
|
type: "unset";
|
|
@@ -19439,6 +19797,8 @@ export declare const button: ({
|
|
|
19439
19797
|
type: "invalid";
|
|
19440
19798
|
})[];
|
|
19441
19799
|
type: "layers";
|
|
19800
|
+
} | {
|
|
19801
|
+
type: "guaranteedInvalid";
|
|
19442
19802
|
})[];
|
|
19443
19803
|
};
|
|
19444
19804
|
state?: string | undefined;
|
|
@@ -19576,6 +19936,8 @@ export declare const select: ({
|
|
|
19576
19936
|
type: "invalid";
|
|
19577
19937
|
})[];
|
|
19578
19938
|
type: "layers";
|
|
19939
|
+
} | {
|
|
19940
|
+
type: "guaranteedInvalid";
|
|
19579
19941
|
} | {
|
|
19580
19942
|
value: "";
|
|
19581
19943
|
type: "unset";
|
|
@@ -19681,6 +20043,8 @@ export declare const select: ({
|
|
|
19681
20043
|
type: "invalid";
|
|
19682
20044
|
})[];
|
|
19683
20045
|
type: "layers";
|
|
20046
|
+
} | {
|
|
20047
|
+
type: "guaranteedInvalid";
|
|
19684
20048
|
})[];
|
|
19685
20049
|
};
|
|
19686
20050
|
} | {
|
|
@@ -19765,6 +20129,8 @@ export declare const select: ({
|
|
|
19765
20129
|
type: "invalid";
|
|
19766
20130
|
})[];
|
|
19767
20131
|
type: "layers";
|
|
20132
|
+
} | {
|
|
20133
|
+
type: "guaranteedInvalid";
|
|
19768
20134
|
} | {
|
|
19769
20135
|
value: "";
|
|
19770
20136
|
type: "unset";
|
|
@@ -19870,6 +20236,8 @@ export declare const select: ({
|
|
|
19870
20236
|
type: "invalid";
|
|
19871
20237
|
})[];
|
|
19872
20238
|
type: "layers";
|
|
20239
|
+
} | {
|
|
20240
|
+
type: "guaranteedInvalid";
|
|
19873
20241
|
})[];
|
|
19874
20242
|
};
|
|
19875
20243
|
state?: string | undefined;
|
|
@@ -20051,6 +20419,8 @@ export declare const legend: ({
|
|
|
20051
20419
|
type: "invalid";
|
|
20052
20420
|
})[];
|
|
20053
20421
|
type: "layers";
|
|
20422
|
+
} | {
|
|
20423
|
+
type: "guaranteedInvalid";
|
|
20054
20424
|
} | {
|
|
20055
20425
|
value: "";
|
|
20056
20426
|
type: "unset";
|
|
@@ -20156,6 +20526,8 @@ export declare const legend: ({
|
|
|
20156
20526
|
type: "invalid";
|
|
20157
20527
|
})[];
|
|
20158
20528
|
type: "layers";
|
|
20529
|
+
} | {
|
|
20530
|
+
type: "guaranteedInvalid";
|
|
20159
20531
|
})[];
|
|
20160
20532
|
};
|
|
20161
20533
|
} | {
|
|
@@ -20240,6 +20612,8 @@ export declare const legend: ({
|
|
|
20240
20612
|
type: "invalid";
|
|
20241
20613
|
})[];
|
|
20242
20614
|
type: "layers";
|
|
20615
|
+
} | {
|
|
20616
|
+
type: "guaranteedInvalid";
|
|
20243
20617
|
} | {
|
|
20244
20618
|
value: "";
|
|
20245
20619
|
type: "unset";
|
|
@@ -20345,6 +20719,8 @@ export declare const legend: ({
|
|
|
20345
20719
|
type: "invalid";
|
|
20346
20720
|
})[];
|
|
20347
20721
|
type: "layers";
|
|
20722
|
+
} | {
|
|
20723
|
+
type: "guaranteedInvalid";
|
|
20348
20724
|
})[];
|
|
20349
20725
|
};
|
|
20350
20726
|
state?: string | undefined;
|
|
@@ -20485,6 +20861,8 @@ export declare const progress: ({
|
|
|
20485
20861
|
type: "invalid";
|
|
20486
20862
|
})[];
|
|
20487
20863
|
type: "layers";
|
|
20864
|
+
} | {
|
|
20865
|
+
type: "guaranteedInvalid";
|
|
20488
20866
|
} | {
|
|
20489
20867
|
value: "";
|
|
20490
20868
|
type: "unset";
|
|
@@ -20590,6 +20968,8 @@ export declare const progress: ({
|
|
|
20590
20968
|
type: "invalid";
|
|
20591
20969
|
})[];
|
|
20592
20970
|
type: "layers";
|
|
20971
|
+
} | {
|
|
20972
|
+
type: "guaranteedInvalid";
|
|
20593
20973
|
})[];
|
|
20594
20974
|
};
|
|
20595
20975
|
} | {
|
|
@@ -20674,6 +21054,8 @@ export declare const progress: ({
|
|
|
20674
21054
|
type: "invalid";
|
|
20675
21055
|
})[];
|
|
20676
21056
|
type: "layers";
|
|
21057
|
+
} | {
|
|
21058
|
+
type: "guaranteedInvalid";
|
|
20677
21059
|
} | {
|
|
20678
21060
|
value: "";
|
|
20679
21061
|
type: "unset";
|
|
@@ -20779,6 +21161,8 @@ export declare const progress: ({
|
|
|
20779
21161
|
type: "invalid";
|
|
20780
21162
|
})[];
|
|
20781
21163
|
type: "layers";
|
|
21164
|
+
} | {
|
|
21165
|
+
type: "guaranteedInvalid";
|
|
20782
21166
|
})[];
|
|
20783
21167
|
};
|
|
20784
21168
|
state?: string | undefined;
|
|
@@ -20960,6 +21344,8 @@ export declare const summary: ({
|
|
|
20960
21344
|
type: "invalid";
|
|
20961
21345
|
})[];
|
|
20962
21346
|
type: "layers";
|
|
21347
|
+
} | {
|
|
21348
|
+
type: "guaranteedInvalid";
|
|
20963
21349
|
} | {
|
|
20964
21350
|
value: "";
|
|
20965
21351
|
type: "unset";
|
|
@@ -21065,6 +21451,8 @@ export declare const summary: ({
|
|
|
21065
21451
|
type: "invalid";
|
|
21066
21452
|
})[];
|
|
21067
21453
|
type: "layers";
|
|
21454
|
+
} | {
|
|
21455
|
+
type: "guaranteedInvalid";
|
|
21068
21456
|
})[];
|
|
21069
21457
|
};
|
|
21070
21458
|
} | {
|
|
@@ -21149,6 +21537,8 @@ export declare const summary: ({
|
|
|
21149
21537
|
type: "invalid";
|
|
21150
21538
|
})[];
|
|
21151
21539
|
type: "layers";
|
|
21540
|
+
} | {
|
|
21541
|
+
type: "guaranteedInvalid";
|
|
21152
21542
|
} | {
|
|
21153
21543
|
value: "";
|
|
21154
21544
|
type: "unset";
|
|
@@ -21254,6 +21644,8 @@ export declare const summary: ({
|
|
|
21254
21644
|
type: "invalid";
|
|
21255
21645
|
})[];
|
|
21256
21646
|
type: "layers";
|
|
21647
|
+
} | {
|
|
21648
|
+
type: "guaranteedInvalid";
|
|
21257
21649
|
})[];
|
|
21258
21650
|
};
|
|
21259
21651
|
state?: string | undefined;
|