@bitrix24/b24ui-nuxt 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/b24ui/prose/a.ts +5 -0
- package/.nuxt/b24ui/prose/code.ts +31 -0
- package/.nuxt/b24ui/prose/pre.ts +6 -0
- package/dist/meta.cjs +664 -0
- package/dist/meta.d.cts +664 -0
- package/dist/meta.d.mts +664 -0
- package/dist/meta.d.ts +664 -0
- package/dist/meta.mjs +664 -0
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Avatar.vue +2 -1
- package/dist/runtime/components/RadioGroup.vue +3 -1
- package/dist/runtime/prose/A.vue +32 -0
- package/dist/runtime/prose/Blockquote.vue +0 -2
- package/dist/runtime/prose/Code.vue +42 -0
- package/dist/runtime/prose/Em.vue +8 -12
- package/dist/runtime/prose/H1.vue +0 -2
- package/dist/runtime/prose/H2.vue +0 -2
- package/dist/runtime/prose/H3.vue +0 -2
- package/dist/runtime/prose/H4.vue +0 -2
- package/dist/runtime/prose/H5.vue +0 -2
- package/dist/runtime/prose/H6.vue +0 -2
- package/dist/runtime/prose/Hr.vue +0 -2
- package/dist/runtime/prose/Li.vue +0 -2
- package/dist/runtime/prose/Ol.vue +0 -2
- package/dist/runtime/prose/P.vue +0 -2
- package/dist/runtime/prose/Pre.vue +44 -0
- package/dist/runtime/prose/Strong.vue +0 -2
- package/dist/runtime/prose/Ul.vue +0 -2
- package/dist/runtime/types/index.d.ts +3 -0
- package/dist/runtime/types/index.js +3 -0
- package/dist/shared/{b24ui-nuxt.Bx_-_mhu.mjs → b24ui-nuxt.BRwBcdAH.mjs} +91 -0
- package/dist/shared/{b24ui-nuxt.Bt28CeAD.cjs → b24ui-nuxt.C1tIhR9w.cjs} +91 -0
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +7 -7
package/dist/meta.cjs
CHANGED
|
@@ -237,6 +237,15 @@ const B24UIMeta = {
|
|
|
237
237
|
"type": "any",
|
|
238
238
|
"schema": "any"
|
|
239
239
|
},
|
|
240
|
+
"style": {
|
|
241
|
+
"name": "style",
|
|
242
|
+
"global": false,
|
|
243
|
+
"description": "",
|
|
244
|
+
"tags": [],
|
|
245
|
+
"required": false,
|
|
246
|
+
"type": "any",
|
|
247
|
+
"schema": "any"
|
|
248
|
+
},
|
|
240
249
|
"b24ui": {
|
|
241
250
|
"name": "b24ui",
|
|
242
251
|
"global": false,
|
|
@@ -507,6 +516,15 @@ const B24UIMeta = {
|
|
|
507
516
|
"type": "any",
|
|
508
517
|
"schema": "any"
|
|
509
518
|
},
|
|
519
|
+
"style": {
|
|
520
|
+
"name": "style",
|
|
521
|
+
"global": false,
|
|
522
|
+
"description": "",
|
|
523
|
+
"tags": [],
|
|
524
|
+
"required": false,
|
|
525
|
+
"type": "any",
|
|
526
|
+
"schema": "any"
|
|
527
|
+
},
|
|
510
528
|
"b24ui": {
|
|
511
529
|
"name": "b24ui",
|
|
512
530
|
"global": false,
|
|
@@ -1066,6 +1084,15 @@ const B24UIMeta = {
|
|
|
1066
1084
|
"type": "any",
|
|
1067
1085
|
"schema": "any"
|
|
1068
1086
|
},
|
|
1087
|
+
"style": {
|
|
1088
|
+
"name": "style",
|
|
1089
|
+
"global": false,
|
|
1090
|
+
"description": "",
|
|
1091
|
+
"tags": [],
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"type": "any",
|
|
1094
|
+
"schema": "any"
|
|
1095
|
+
},
|
|
1069
1096
|
"b24ui": {
|
|
1070
1097
|
"name": "b24ui",
|
|
1071
1098
|
"global": false,
|
|
@@ -3186,6 +3213,15 @@ const B24UIMeta = {
|
|
|
3186
3213
|
"type": "any",
|
|
3187
3214
|
"schema": "any"
|
|
3188
3215
|
},
|
|
3216
|
+
"style": {
|
|
3217
|
+
"name": "style",
|
|
3218
|
+
"global": false,
|
|
3219
|
+
"description": "",
|
|
3220
|
+
"tags": [],
|
|
3221
|
+
"required": false,
|
|
3222
|
+
"type": "any",
|
|
3223
|
+
"schema": "any"
|
|
3224
|
+
},
|
|
3189
3225
|
"b24ui": {
|
|
3190
3226
|
"name": "b24ui",
|
|
3191
3227
|
"global": false,
|
|
@@ -3796,6 +3832,15 @@ const B24UIMeta = {
|
|
|
3796
3832
|
"type": "any",
|
|
3797
3833
|
"schema": "any"
|
|
3798
3834
|
},
|
|
3835
|
+
"style": {
|
|
3836
|
+
"name": "style",
|
|
3837
|
+
"global": false,
|
|
3838
|
+
"description": "",
|
|
3839
|
+
"tags": [],
|
|
3840
|
+
"required": false,
|
|
3841
|
+
"type": "any",
|
|
3842
|
+
"schema": "any"
|
|
3843
|
+
},
|
|
3799
3844
|
"b24ui": {
|
|
3800
3845
|
"name": "b24ui",
|
|
3801
3846
|
"global": false,
|
|
@@ -5763,6 +5808,15 @@ const B24UIMeta = {
|
|
|
5763
5808
|
"type": "any",
|
|
5764
5809
|
"schema": "any"
|
|
5765
5810
|
},
|
|
5811
|
+
"style": {
|
|
5812
|
+
"name": "style",
|
|
5813
|
+
"global": false,
|
|
5814
|
+
"description": "",
|
|
5815
|
+
"tags": [],
|
|
5816
|
+
"required": false,
|
|
5817
|
+
"type": "any",
|
|
5818
|
+
"schema": "any"
|
|
5819
|
+
},
|
|
5766
5820
|
"b24ui": {
|
|
5767
5821
|
"name": "b24ui",
|
|
5768
5822
|
"global": false,
|
|
@@ -6174,6 +6228,15 @@ const B24UIMeta = {
|
|
|
6174
6228
|
"type": "any",
|
|
6175
6229
|
"schema": "any"
|
|
6176
6230
|
},
|
|
6231
|
+
"style": {
|
|
6232
|
+
"name": "style",
|
|
6233
|
+
"global": false,
|
|
6234
|
+
"description": "",
|
|
6235
|
+
"tags": [],
|
|
6236
|
+
"required": false,
|
|
6237
|
+
"type": "any",
|
|
6238
|
+
"schema": "any"
|
|
6239
|
+
},
|
|
6177
6240
|
"b24ui": {
|
|
6178
6241
|
"name": "b24ui",
|
|
6179
6242
|
"global": false,
|
|
@@ -7323,6 +7386,15 @@ const B24UIMeta = {
|
|
|
7323
7386
|
"type": "any",
|
|
7324
7387
|
"schema": "any"
|
|
7325
7388
|
},
|
|
7389
|
+
"style": {
|
|
7390
|
+
"name": "style",
|
|
7391
|
+
"global": false,
|
|
7392
|
+
"description": "",
|
|
7393
|
+
"tags": [],
|
|
7394
|
+
"required": false,
|
|
7395
|
+
"type": "any",
|
|
7396
|
+
"schema": "any"
|
|
7397
|
+
},
|
|
7326
7398
|
"b24ui": {
|
|
7327
7399
|
"name": "b24ui",
|
|
7328
7400
|
"global": false,
|
|
@@ -8406,6 +8478,15 @@ const B24UIMeta = {
|
|
|
8406
8478
|
"type": "any",
|
|
8407
8479
|
"schema": "any"
|
|
8408
8480
|
},
|
|
8481
|
+
"style": {
|
|
8482
|
+
"name": "style",
|
|
8483
|
+
"global": false,
|
|
8484
|
+
"description": "",
|
|
8485
|
+
"tags": [],
|
|
8486
|
+
"required": false,
|
|
8487
|
+
"type": "any",
|
|
8488
|
+
"schema": "any"
|
|
8489
|
+
},
|
|
8409
8490
|
"b24ui": {
|
|
8410
8491
|
"name": "b24ui",
|
|
8411
8492
|
"global": false,
|
|
@@ -9489,6 +9570,15 @@ const B24UIMeta = {
|
|
|
9489
9570
|
"type": "any",
|
|
9490
9571
|
"schema": "any"
|
|
9491
9572
|
},
|
|
9573
|
+
"style": {
|
|
9574
|
+
"name": "style",
|
|
9575
|
+
"global": false,
|
|
9576
|
+
"description": "",
|
|
9577
|
+
"tags": [],
|
|
9578
|
+
"required": false,
|
|
9579
|
+
"type": "any",
|
|
9580
|
+
"schema": "any"
|
|
9581
|
+
},
|
|
9492
9582
|
"b24ui": {
|
|
9493
9583
|
"name": "b24ui",
|
|
9494
9584
|
"global": false,
|
|
@@ -10572,6 +10662,15 @@ const B24UIMeta = {
|
|
|
10572
10662
|
"type": "any",
|
|
10573
10663
|
"schema": "any"
|
|
10574
10664
|
},
|
|
10665
|
+
"style": {
|
|
10666
|
+
"name": "style",
|
|
10667
|
+
"global": false,
|
|
10668
|
+
"description": "",
|
|
10669
|
+
"tags": [],
|
|
10670
|
+
"required": false,
|
|
10671
|
+
"type": "any",
|
|
10672
|
+
"schema": "any"
|
|
10673
|
+
},
|
|
10575
10674
|
"b24ui": {
|
|
10576
10675
|
"name": "b24ui",
|
|
10577
10676
|
"global": false,
|
|
@@ -11747,6 +11846,15 @@ const B24UIMeta = {
|
|
|
11747
11846
|
"type": "any",
|
|
11748
11847
|
"schema": "any"
|
|
11749
11848
|
},
|
|
11849
|
+
"style": {
|
|
11850
|
+
"name": "style",
|
|
11851
|
+
"global": false,
|
|
11852
|
+
"description": "",
|
|
11853
|
+
"tags": [],
|
|
11854
|
+
"required": false,
|
|
11855
|
+
"type": "any",
|
|
11856
|
+
"schema": "any"
|
|
11857
|
+
},
|
|
11750
11858
|
"b24ui": {
|
|
11751
11859
|
"name": "b24ui",
|
|
11752
11860
|
"global": false,
|
|
@@ -12957,6 +13065,15 @@ const B24UIMeta = {
|
|
|
12957
13065
|
"type": "any",
|
|
12958
13066
|
"schema": "any"
|
|
12959
13067
|
},
|
|
13068
|
+
"style": {
|
|
13069
|
+
"name": "style",
|
|
13070
|
+
"global": false,
|
|
13071
|
+
"description": "",
|
|
13072
|
+
"tags": [],
|
|
13073
|
+
"required": false,
|
|
13074
|
+
"type": "any",
|
|
13075
|
+
"schema": "any"
|
|
13076
|
+
},
|
|
12960
13077
|
"b24ui": {
|
|
12961
13078
|
"name": "b24ui",
|
|
12962
13079
|
"global": false,
|
|
@@ -13930,6 +14047,15 @@ const B24UIMeta = {
|
|
|
13930
14047
|
"type": "any",
|
|
13931
14048
|
"schema": "any"
|
|
13932
14049
|
},
|
|
14050
|
+
"style": {
|
|
14051
|
+
"name": "style",
|
|
14052
|
+
"global": false,
|
|
14053
|
+
"description": "",
|
|
14054
|
+
"tags": [],
|
|
14055
|
+
"required": false,
|
|
14056
|
+
"type": "any",
|
|
14057
|
+
"schema": "any"
|
|
14058
|
+
},
|
|
13933
14059
|
"b24ui": {
|
|
13934
14060
|
"name": "b24ui",
|
|
13935
14061
|
"global": false,
|
|
@@ -14903,6 +15029,15 @@ const B24UIMeta = {
|
|
|
14903
15029
|
"type": "any",
|
|
14904
15030
|
"schema": "any"
|
|
14905
15031
|
},
|
|
15032
|
+
"style": {
|
|
15033
|
+
"name": "style",
|
|
15034
|
+
"global": false,
|
|
15035
|
+
"description": "",
|
|
15036
|
+
"tags": [],
|
|
15037
|
+
"required": false,
|
|
15038
|
+
"type": "any",
|
|
15039
|
+
"schema": "any"
|
|
15040
|
+
},
|
|
14906
15041
|
"b24ui": {
|
|
14907
15042
|
"name": "b24ui",
|
|
14908
15043
|
"global": false,
|
|
@@ -15876,6 +16011,15 @@ const B24UIMeta = {
|
|
|
15876
16011
|
"type": "any",
|
|
15877
16012
|
"schema": "any"
|
|
15878
16013
|
},
|
|
16014
|
+
"style": {
|
|
16015
|
+
"name": "style",
|
|
16016
|
+
"global": false,
|
|
16017
|
+
"description": "",
|
|
16018
|
+
"tags": [],
|
|
16019
|
+
"required": false,
|
|
16020
|
+
"type": "any",
|
|
16021
|
+
"schema": "any"
|
|
16022
|
+
},
|
|
15879
16023
|
"b24ui": {
|
|
15880
16024
|
"name": "b24ui",
|
|
15881
16025
|
"global": false,
|
|
@@ -17029,6 +17173,15 @@ const B24UIMeta = {
|
|
|
17029
17173
|
"type": "any",
|
|
17030
17174
|
"schema": "any"
|
|
17031
17175
|
},
|
|
17176
|
+
"style": {
|
|
17177
|
+
"name": "style",
|
|
17178
|
+
"global": false,
|
|
17179
|
+
"description": "",
|
|
17180
|
+
"tags": [],
|
|
17181
|
+
"required": false,
|
|
17182
|
+
"type": "any",
|
|
17183
|
+
"schema": "any"
|
|
17184
|
+
},
|
|
17032
17185
|
"b24ui": {
|
|
17033
17186
|
"name": "b24ui",
|
|
17034
17187
|
"global": false,
|
|
@@ -19560,6 +19713,15 @@ const B24UIMeta = {
|
|
|
19560
19713
|
"type": "any",
|
|
19561
19714
|
"schema": "any"
|
|
19562
19715
|
},
|
|
19716
|
+
"style": {
|
|
19717
|
+
"name": "style",
|
|
19718
|
+
"global": false,
|
|
19719
|
+
"description": "",
|
|
19720
|
+
"tags": [],
|
|
19721
|
+
"required": false,
|
|
19722
|
+
"type": "any",
|
|
19723
|
+
"schema": "any"
|
|
19724
|
+
},
|
|
19563
19725
|
"b24ui": {
|
|
19564
19726
|
"name": "b24ui",
|
|
19565
19727
|
"global": false,
|
|
@@ -20397,6 +20559,15 @@ const B24UIMeta = {
|
|
|
20397
20559
|
"type": "any",
|
|
20398
20560
|
"schema": "any"
|
|
20399
20561
|
},
|
|
20562
|
+
"style": {
|
|
20563
|
+
"name": "style",
|
|
20564
|
+
"global": false,
|
|
20565
|
+
"description": "",
|
|
20566
|
+
"tags": [],
|
|
20567
|
+
"required": false,
|
|
20568
|
+
"type": "any",
|
|
20569
|
+
"schema": "any"
|
|
20570
|
+
},
|
|
20400
20571
|
"b24ui": {
|
|
20401
20572
|
"name": "b24ui",
|
|
20402
20573
|
"global": false,
|
|
@@ -21183,6 +21354,15 @@ const B24UIMeta = {
|
|
|
21183
21354
|
"type": "any",
|
|
21184
21355
|
"schema": "any"
|
|
21185
21356
|
},
|
|
21357
|
+
"style": {
|
|
21358
|
+
"name": "style",
|
|
21359
|
+
"global": false,
|
|
21360
|
+
"description": "",
|
|
21361
|
+
"tags": [],
|
|
21362
|
+
"required": false,
|
|
21363
|
+
"type": "any",
|
|
21364
|
+
"schema": "any"
|
|
21365
|
+
},
|
|
21186
21366
|
"b24ui": {
|
|
21187
21367
|
"name": "b24ui",
|
|
21188
21368
|
"global": false,
|
|
@@ -21418,6 +21598,15 @@ const B24UIMeta = {
|
|
|
21418
21598
|
"type": "any",
|
|
21419
21599
|
"schema": "any"
|
|
21420
21600
|
},
|
|
21601
|
+
"style": {
|
|
21602
|
+
"name": "style",
|
|
21603
|
+
"global": false,
|
|
21604
|
+
"description": "",
|
|
21605
|
+
"tags": [],
|
|
21606
|
+
"required": false,
|
|
21607
|
+
"type": "any",
|
|
21608
|
+
"schema": "any"
|
|
21609
|
+
},
|
|
21421
21610
|
"b24ui": {
|
|
21422
21611
|
"name": "b24ui",
|
|
21423
21612
|
"global": false,
|
|
@@ -21924,6 +22113,15 @@ const B24UIMeta = {
|
|
|
21924
22113
|
"type": "any",
|
|
21925
22114
|
"schema": "any"
|
|
21926
22115
|
},
|
|
22116
|
+
"style": {
|
|
22117
|
+
"name": "style",
|
|
22118
|
+
"global": false,
|
|
22119
|
+
"description": "",
|
|
22120
|
+
"tags": [],
|
|
22121
|
+
"required": false,
|
|
22122
|
+
"type": "any",
|
|
22123
|
+
"schema": "any"
|
|
22124
|
+
},
|
|
21927
22125
|
"b24ui": {
|
|
21928
22126
|
"name": "b24ui",
|
|
21929
22127
|
"global": false,
|
|
@@ -22456,6 +22654,15 @@ const B24UIMeta = {
|
|
|
22456
22654
|
"type": "any",
|
|
22457
22655
|
"schema": "any"
|
|
22458
22656
|
},
|
|
22657
|
+
"style": {
|
|
22658
|
+
"name": "style",
|
|
22659
|
+
"global": false,
|
|
22660
|
+
"description": "",
|
|
22661
|
+
"tags": [],
|
|
22662
|
+
"required": false,
|
|
22663
|
+
"type": "any",
|
|
22664
|
+
"schema": "any"
|
|
22665
|
+
},
|
|
22459
22666
|
"b24ui": {
|
|
22460
22667
|
"name": "b24ui",
|
|
22461
22668
|
"global": false,
|
|
@@ -22926,6 +23133,15 @@ const B24UIMeta = {
|
|
|
22926
23133
|
"type": "any",
|
|
22927
23134
|
"schema": "any"
|
|
22928
23135
|
},
|
|
23136
|
+
"style": {
|
|
23137
|
+
"name": "style",
|
|
23138
|
+
"global": false,
|
|
23139
|
+
"description": "",
|
|
23140
|
+
"tags": [],
|
|
23141
|
+
"required": false,
|
|
23142
|
+
"type": "any",
|
|
23143
|
+
"schema": "any"
|
|
23144
|
+
},
|
|
22929
23145
|
"b24ui": {
|
|
22930
23146
|
"name": "b24ui",
|
|
22931
23147
|
"global": false,
|
|
@@ -23396,6 +23612,15 @@ const B24UIMeta = {
|
|
|
23396
23612
|
"type": "any",
|
|
23397
23613
|
"schema": "any"
|
|
23398
23614
|
},
|
|
23615
|
+
"style": {
|
|
23616
|
+
"name": "style",
|
|
23617
|
+
"global": false,
|
|
23618
|
+
"description": "",
|
|
23619
|
+
"tags": [],
|
|
23620
|
+
"required": false,
|
|
23621
|
+
"type": "any",
|
|
23622
|
+
"schema": "any"
|
|
23623
|
+
},
|
|
23399
23624
|
"b24ui": {
|
|
23400
23625
|
"name": "b24ui",
|
|
23401
23626
|
"global": false,
|
|
@@ -23866,6 +24091,15 @@ const B24UIMeta = {
|
|
|
23866
24091
|
"type": "any",
|
|
23867
24092
|
"schema": "any"
|
|
23868
24093
|
},
|
|
24094
|
+
"style": {
|
|
24095
|
+
"name": "style",
|
|
24096
|
+
"global": false,
|
|
24097
|
+
"description": "",
|
|
24098
|
+
"tags": [],
|
|
24099
|
+
"required": false,
|
|
24100
|
+
"type": "any",
|
|
24101
|
+
"schema": "any"
|
|
24102
|
+
},
|
|
23869
24103
|
"b24ui": {
|
|
23870
24104
|
"name": "b24ui",
|
|
23871
24105
|
"global": false,
|
|
@@ -24336,6 +24570,15 @@ const B24UIMeta = {
|
|
|
24336
24570
|
"type": "any",
|
|
24337
24571
|
"schema": "any"
|
|
24338
24572
|
},
|
|
24573
|
+
"style": {
|
|
24574
|
+
"name": "style",
|
|
24575
|
+
"global": false,
|
|
24576
|
+
"description": "",
|
|
24577
|
+
"tags": [],
|
|
24578
|
+
"required": false,
|
|
24579
|
+
"type": "any",
|
|
24580
|
+
"schema": "any"
|
|
24581
|
+
},
|
|
24339
24582
|
"b24ui": {
|
|
24340
24583
|
"name": "b24ui",
|
|
24341
24584
|
"global": false,
|
|
@@ -24806,6 +25049,15 @@ const B24UIMeta = {
|
|
|
24806
25049
|
"type": "any",
|
|
24807
25050
|
"schema": "any"
|
|
24808
25051
|
},
|
|
25052
|
+
"style": {
|
|
25053
|
+
"name": "style",
|
|
25054
|
+
"global": false,
|
|
25055
|
+
"description": "",
|
|
25056
|
+
"tags": [],
|
|
25057
|
+
"required": false,
|
|
25058
|
+
"type": "any",
|
|
25059
|
+
"schema": "any"
|
|
25060
|
+
},
|
|
24809
25061
|
"b24ui": {
|
|
24810
25062
|
"name": "b24ui",
|
|
24811
25063
|
"global": false,
|
|
@@ -25863,6 +26115,15 @@ const B24UIMeta = {
|
|
|
25863
26115
|
"type": "any",
|
|
25864
26116
|
"schema": "any"
|
|
25865
26117
|
},
|
|
26118
|
+
"style": {
|
|
26119
|
+
"name": "style",
|
|
26120
|
+
"global": false,
|
|
26121
|
+
"description": "",
|
|
26122
|
+
"tags": [],
|
|
26123
|
+
"required": false,
|
|
26124
|
+
"type": "any",
|
|
26125
|
+
"schema": "any"
|
|
26126
|
+
},
|
|
25866
26127
|
"b24ui": {
|
|
25867
26128
|
"name": "b24ui",
|
|
25868
26129
|
"global": false,
|
|
@@ -26843,6 +27104,15 @@ const B24UIMeta = {
|
|
|
26843
27104
|
"type": "any",
|
|
26844
27105
|
"schema": "any"
|
|
26845
27106
|
},
|
|
27107
|
+
"style": {
|
|
27108
|
+
"name": "style",
|
|
27109
|
+
"global": false,
|
|
27110
|
+
"description": "",
|
|
27111
|
+
"tags": [],
|
|
27112
|
+
"required": false,
|
|
27113
|
+
"type": "any",
|
|
27114
|
+
"schema": "any"
|
|
27115
|
+
},
|
|
26846
27116
|
"b24ui": {
|
|
26847
27117
|
"name": "b24ui",
|
|
26848
27118
|
"global": false,
|
|
@@ -31119,6 +31389,15 @@ const B24UIMeta = {
|
|
|
31119
31389
|
"type": "any",
|
|
31120
31390
|
"schema": "any"
|
|
31121
31391
|
},
|
|
31392
|
+
"style": {
|
|
31393
|
+
"name": "style",
|
|
31394
|
+
"global": false,
|
|
31395
|
+
"description": "",
|
|
31396
|
+
"tags": [],
|
|
31397
|
+
"required": false,
|
|
31398
|
+
"type": "any",
|
|
31399
|
+
"schema": "any"
|
|
31400
|
+
},
|
|
31122
31401
|
"b24ui": {
|
|
31123
31402
|
"name": "b24ui",
|
|
31124
31403
|
"global": false,
|
|
@@ -31732,6 +32011,15 @@ const B24UIMeta = {
|
|
|
31732
32011
|
"type": "any",
|
|
31733
32012
|
"schema": "any"
|
|
31734
32013
|
},
|
|
32014
|
+
"style": {
|
|
32015
|
+
"name": "style",
|
|
32016
|
+
"global": false,
|
|
32017
|
+
"description": "",
|
|
32018
|
+
"tags": [],
|
|
32019
|
+
"required": false,
|
|
32020
|
+
"type": "any",
|
|
32021
|
+
"schema": "any"
|
|
32022
|
+
},
|
|
31735
32023
|
"b24ui": {
|
|
31736
32024
|
"name": "b24ui",
|
|
31737
32025
|
"global": false,
|
|
@@ -32170,6 +32458,15 @@ const B24UIMeta = {
|
|
|
32170
32458
|
"type": "any",
|
|
32171
32459
|
"schema": "any"
|
|
32172
32460
|
},
|
|
32461
|
+
"style": {
|
|
32462
|
+
"name": "style",
|
|
32463
|
+
"global": false,
|
|
32464
|
+
"description": "",
|
|
32465
|
+
"tags": [],
|
|
32466
|
+
"required": false,
|
|
32467
|
+
"type": "any",
|
|
32468
|
+
"schema": "any"
|
|
32469
|
+
},
|
|
32173
32470
|
"b24ui": {
|
|
32174
32471
|
"name": "b24ui",
|
|
32175
32472
|
"global": false,
|
|
@@ -32629,6 +32926,15 @@ const B24UIMeta = {
|
|
|
32629
32926
|
"type": "any",
|
|
32630
32927
|
"schema": "any"
|
|
32631
32928
|
},
|
|
32929
|
+
"style": {
|
|
32930
|
+
"name": "style",
|
|
32931
|
+
"global": false,
|
|
32932
|
+
"description": "",
|
|
32933
|
+
"tags": [],
|
|
32934
|
+
"required": false,
|
|
32935
|
+
"type": "any",
|
|
32936
|
+
"schema": "any"
|
|
32937
|
+
},
|
|
32632
32938
|
"b24ui": {
|
|
32633
32939
|
"name": "b24ui",
|
|
32634
32940
|
"global": false,
|
|
@@ -33088,6 +33394,15 @@ const B24UIMeta = {
|
|
|
33088
33394
|
"type": "any",
|
|
33089
33395
|
"schema": "any"
|
|
33090
33396
|
},
|
|
33397
|
+
"style": {
|
|
33398
|
+
"name": "style",
|
|
33399
|
+
"global": false,
|
|
33400
|
+
"description": "",
|
|
33401
|
+
"tags": [],
|
|
33402
|
+
"required": false,
|
|
33403
|
+
"type": "any",
|
|
33404
|
+
"schema": "any"
|
|
33405
|
+
},
|
|
33091
33406
|
"b24ui": {
|
|
33092
33407
|
"name": "b24ui",
|
|
33093
33408
|
"global": false,
|
|
@@ -33547,6 +33862,15 @@ const B24UIMeta = {
|
|
|
33547
33862
|
"type": "any",
|
|
33548
33863
|
"schema": "any"
|
|
33549
33864
|
},
|
|
33865
|
+
"style": {
|
|
33866
|
+
"name": "style",
|
|
33867
|
+
"global": false,
|
|
33868
|
+
"description": "",
|
|
33869
|
+
"tags": [],
|
|
33870
|
+
"required": false,
|
|
33871
|
+
"type": "any",
|
|
33872
|
+
"schema": "any"
|
|
33873
|
+
},
|
|
33550
33874
|
"b24ui": {
|
|
33551
33875
|
"name": "b24ui",
|
|
33552
33876
|
"global": false,
|
|
@@ -34403,6 +34727,15 @@ const B24UIMeta = {
|
|
|
34403
34727
|
"type": "any",
|
|
34404
34728
|
"schema": "any"
|
|
34405
34729
|
},
|
|
34730
|
+
"style": {
|
|
34731
|
+
"name": "style",
|
|
34732
|
+
"global": false,
|
|
34733
|
+
"description": "",
|
|
34734
|
+
"tags": [],
|
|
34735
|
+
"required": false,
|
|
34736
|
+
"type": "any",
|
|
34737
|
+
"schema": "any"
|
|
34738
|
+
},
|
|
34406
34739
|
"b24ui": {
|
|
34407
34740
|
"name": "b24ui",
|
|
34408
34741
|
"global": false,
|
|
@@ -35011,6 +35344,15 @@ const B24UIMeta = {
|
|
|
35011
35344
|
"type": "any",
|
|
35012
35345
|
"schema": "any"
|
|
35013
35346
|
},
|
|
35347
|
+
"style": {
|
|
35348
|
+
"name": "style",
|
|
35349
|
+
"global": false,
|
|
35350
|
+
"description": "",
|
|
35351
|
+
"tags": [],
|
|
35352
|
+
"required": false,
|
|
35353
|
+
"type": "any",
|
|
35354
|
+
"schema": "any"
|
|
35355
|
+
},
|
|
35014
35356
|
"b24ui": {
|
|
35015
35357
|
"name": "b24ui",
|
|
35016
35358
|
"global": false,
|
|
@@ -35754,6 +36096,15 @@ const B24UIMeta = {
|
|
|
35754
36096
|
"type": "any",
|
|
35755
36097
|
"schema": "any"
|
|
35756
36098
|
},
|
|
36099
|
+
"style": {
|
|
36100
|
+
"name": "style",
|
|
36101
|
+
"global": false,
|
|
36102
|
+
"description": "",
|
|
36103
|
+
"tags": [],
|
|
36104
|
+
"required": false,
|
|
36105
|
+
"type": "any",
|
|
36106
|
+
"schema": "any"
|
|
36107
|
+
},
|
|
35757
36108
|
"b24ui": {
|
|
35758
36109
|
"name": "b24ui",
|
|
35759
36110
|
"global": false,
|
|
@@ -35989,6 +36340,15 @@ const B24UIMeta = {
|
|
|
35989
36340
|
"type": "any",
|
|
35990
36341
|
"schema": "any"
|
|
35991
36342
|
},
|
|
36343
|
+
"style": {
|
|
36344
|
+
"name": "style",
|
|
36345
|
+
"global": false,
|
|
36346
|
+
"description": "",
|
|
36347
|
+
"tags": [],
|
|
36348
|
+
"required": false,
|
|
36349
|
+
"type": "any",
|
|
36350
|
+
"schema": "any"
|
|
36351
|
+
},
|
|
35992
36352
|
"b24ui": {
|
|
35993
36353
|
"name": "b24ui",
|
|
35994
36354
|
"global": false,
|
|
@@ -36495,6 +36855,15 @@ const B24UIMeta = {
|
|
|
36495
36855
|
"type": "any",
|
|
36496
36856
|
"schema": "any"
|
|
36497
36857
|
},
|
|
36858
|
+
"style": {
|
|
36859
|
+
"name": "style",
|
|
36860
|
+
"global": false,
|
|
36861
|
+
"description": "",
|
|
36862
|
+
"tags": [],
|
|
36863
|
+
"required": false,
|
|
36864
|
+
"type": "any",
|
|
36865
|
+
"schema": "any"
|
|
36866
|
+
},
|
|
36498
36867
|
"b24ui": {
|
|
36499
36868
|
"name": "b24ui",
|
|
36500
36869
|
"global": false,
|
|
@@ -36992,6 +37361,15 @@ const B24UIMeta = {
|
|
|
36992
37361
|
"type": "any",
|
|
36993
37362
|
"schema": "any"
|
|
36994
37363
|
},
|
|
37364
|
+
"style": {
|
|
37365
|
+
"name": "style",
|
|
37366
|
+
"global": false,
|
|
37367
|
+
"description": "",
|
|
37368
|
+
"tags": [],
|
|
37369
|
+
"required": false,
|
|
37370
|
+
"type": "any",
|
|
37371
|
+
"schema": "any"
|
|
37372
|
+
},
|
|
36995
37373
|
"b24ui": {
|
|
36996
37374
|
"name": "b24ui",
|
|
36997
37375
|
"global": false,
|
|
@@ -37524,6 +37902,15 @@ const B24UIMeta = {
|
|
|
37524
37902
|
"type": "any",
|
|
37525
37903
|
"schema": "any"
|
|
37526
37904
|
},
|
|
37905
|
+
"style": {
|
|
37906
|
+
"name": "style",
|
|
37907
|
+
"global": false,
|
|
37908
|
+
"description": "",
|
|
37909
|
+
"tags": [],
|
|
37910
|
+
"required": false,
|
|
37911
|
+
"type": "any",
|
|
37912
|
+
"schema": "any"
|
|
37913
|
+
},
|
|
37527
37914
|
"b24ui": {
|
|
37528
37915
|
"name": "b24ui",
|
|
37529
37916
|
"global": false,
|
|
@@ -37994,6 +38381,15 @@ const B24UIMeta = {
|
|
|
37994
38381
|
"type": "any",
|
|
37995
38382
|
"schema": "any"
|
|
37996
38383
|
},
|
|
38384
|
+
"style": {
|
|
38385
|
+
"name": "style",
|
|
38386
|
+
"global": false,
|
|
38387
|
+
"description": "",
|
|
38388
|
+
"tags": [],
|
|
38389
|
+
"required": false,
|
|
38390
|
+
"type": "any",
|
|
38391
|
+
"schema": "any"
|
|
38392
|
+
},
|
|
37997
38393
|
"b24ui": {
|
|
37998
38394
|
"name": "b24ui",
|
|
37999
38395
|
"global": false,
|
|
@@ -38464,6 +38860,15 @@ const B24UIMeta = {
|
|
|
38464
38860
|
"type": "any",
|
|
38465
38861
|
"schema": "any"
|
|
38466
38862
|
},
|
|
38863
|
+
"style": {
|
|
38864
|
+
"name": "style",
|
|
38865
|
+
"global": false,
|
|
38866
|
+
"description": "",
|
|
38867
|
+
"tags": [],
|
|
38868
|
+
"required": false,
|
|
38869
|
+
"type": "any",
|
|
38870
|
+
"schema": "any"
|
|
38871
|
+
},
|
|
38467
38872
|
"b24ui": {
|
|
38468
38873
|
"name": "b24ui",
|
|
38469
38874
|
"global": false,
|
|
@@ -38934,6 +39339,15 @@ const B24UIMeta = {
|
|
|
38934
39339
|
"type": "any",
|
|
38935
39340
|
"schema": "any"
|
|
38936
39341
|
},
|
|
39342
|
+
"style": {
|
|
39343
|
+
"name": "style",
|
|
39344
|
+
"global": false,
|
|
39345
|
+
"description": "",
|
|
39346
|
+
"tags": [],
|
|
39347
|
+
"required": false,
|
|
39348
|
+
"type": "any",
|
|
39349
|
+
"schema": "any"
|
|
39350
|
+
},
|
|
38937
39351
|
"b24ui": {
|
|
38938
39352
|
"name": "b24ui",
|
|
38939
39353
|
"global": false,
|
|
@@ -39444,6 +39858,15 @@ const B24UIMeta = {
|
|
|
39444
39858
|
"type": "any",
|
|
39445
39859
|
"schema": "any"
|
|
39446
39860
|
},
|
|
39861
|
+
"style": {
|
|
39862
|
+
"name": "style",
|
|
39863
|
+
"global": false,
|
|
39864
|
+
"description": "",
|
|
39865
|
+
"tags": [],
|
|
39866
|
+
"required": false,
|
|
39867
|
+
"type": "any",
|
|
39868
|
+
"schema": "any"
|
|
39869
|
+
},
|
|
39447
39870
|
"b24ui": {
|
|
39448
39871
|
"name": "b24ui",
|
|
39449
39872
|
"global": false,
|
|
@@ -40759,6 +41182,15 @@ const B24UIMeta = {
|
|
|
40759
41182
|
"type": "any",
|
|
40760
41183
|
"schema": "any"
|
|
40761
41184
|
},
|
|
41185
|
+
"style": {
|
|
41186
|
+
"name": "style",
|
|
41187
|
+
"global": false,
|
|
41188
|
+
"description": "",
|
|
41189
|
+
"tags": [],
|
|
41190
|
+
"required": false,
|
|
41191
|
+
"type": "any",
|
|
41192
|
+
"schema": "any"
|
|
41193
|
+
},
|
|
40762
41194
|
"b24ui": {
|
|
40763
41195
|
"name": "b24ui",
|
|
40764
41196
|
"global": false,
|
|
@@ -41247,6 +41679,15 @@ const B24UIMeta = {
|
|
|
41247
41679
|
"type": "any",
|
|
41248
41680
|
"schema": "any"
|
|
41249
41681
|
},
|
|
41682
|
+
"style": {
|
|
41683
|
+
"name": "style",
|
|
41684
|
+
"global": false,
|
|
41685
|
+
"description": "",
|
|
41686
|
+
"tags": [],
|
|
41687
|
+
"required": false,
|
|
41688
|
+
"type": "any",
|
|
41689
|
+
"schema": "any"
|
|
41690
|
+
},
|
|
41250
41691
|
"b24ui": {
|
|
41251
41692
|
"name": "b24ui",
|
|
41252
41693
|
"global": false,
|
|
@@ -41502,6 +41943,15 @@ const B24UIMeta = {
|
|
|
41502
41943
|
"type": "any",
|
|
41503
41944
|
"schema": "any"
|
|
41504
41945
|
},
|
|
41946
|
+
"style": {
|
|
41947
|
+
"name": "style",
|
|
41948
|
+
"global": false,
|
|
41949
|
+
"description": "",
|
|
41950
|
+
"tags": [],
|
|
41951
|
+
"required": false,
|
|
41952
|
+
"type": "any",
|
|
41953
|
+
"schema": "any"
|
|
41954
|
+
},
|
|
41505
41955
|
"b24ui": {
|
|
41506
41956
|
"name": "b24ui",
|
|
41507
41957
|
"global": false,
|
|
@@ -41757,6 +42207,15 @@ const B24UIMeta = {
|
|
|
41757
42207
|
"type": "any",
|
|
41758
42208
|
"schema": "any"
|
|
41759
42209
|
},
|
|
42210
|
+
"style": {
|
|
42211
|
+
"name": "style",
|
|
42212
|
+
"global": false,
|
|
42213
|
+
"description": "",
|
|
42214
|
+
"tags": [],
|
|
42215
|
+
"required": false,
|
|
42216
|
+
"type": "any",
|
|
42217
|
+
"schema": "any"
|
|
42218
|
+
},
|
|
41760
42219
|
"b24ui": {
|
|
41761
42220
|
"name": "b24ui",
|
|
41762
42221
|
"global": false,
|
|
@@ -42012,6 +42471,15 @@ const B24UIMeta = {
|
|
|
42012
42471
|
"type": "any",
|
|
42013
42472
|
"schema": "any"
|
|
42014
42473
|
},
|
|
42474
|
+
"style": {
|
|
42475
|
+
"name": "style",
|
|
42476
|
+
"global": false,
|
|
42477
|
+
"description": "",
|
|
42478
|
+
"tags": [],
|
|
42479
|
+
"required": false,
|
|
42480
|
+
"type": "any",
|
|
42481
|
+
"schema": "any"
|
|
42482
|
+
},
|
|
42015
42483
|
"b24ui": {
|
|
42016
42484
|
"name": "b24ui",
|
|
42017
42485
|
"global": false,
|
|
@@ -42790,6 +43258,15 @@ const B24UIMeta = {
|
|
|
42790
43258
|
"type": "any",
|
|
42791
43259
|
"schema": "any"
|
|
42792
43260
|
},
|
|
43261
|
+
"style": {
|
|
43262
|
+
"name": "style",
|
|
43263
|
+
"global": false,
|
|
43264
|
+
"description": "",
|
|
43265
|
+
"tags": [],
|
|
43266
|
+
"required": false,
|
|
43267
|
+
"type": "any",
|
|
43268
|
+
"schema": "any"
|
|
43269
|
+
},
|
|
42793
43270
|
"b24ui": {
|
|
42794
43271
|
"name": "b24ui",
|
|
42795
43272
|
"global": false,
|
|
@@ -43327,6 +43804,15 @@ const B24UIMeta = {
|
|
|
43327
43804
|
"type": "any",
|
|
43328
43805
|
"schema": "any"
|
|
43329
43806
|
},
|
|
43807
|
+
"style": {
|
|
43808
|
+
"name": "style",
|
|
43809
|
+
"global": false,
|
|
43810
|
+
"description": "",
|
|
43811
|
+
"tags": [],
|
|
43812
|
+
"required": false,
|
|
43813
|
+
"type": "any",
|
|
43814
|
+
"schema": "any"
|
|
43815
|
+
},
|
|
43330
43816
|
"b24ui": {
|
|
43331
43817
|
"name": "b24ui",
|
|
43332
43818
|
"global": false,
|
|
@@ -44892,6 +45378,51 @@ const B24UIMeta = {
|
|
|
44892
45378
|
"exposed": []
|
|
44893
45379
|
}
|
|
44894
45380
|
},
|
|
45381
|
+
"ProseA": {
|
|
45382
|
+
"mode": "all",
|
|
45383
|
+
"prefetch": false,
|
|
45384
|
+
"preload": false,
|
|
45385
|
+
"pascalName": "ProseA",
|
|
45386
|
+
"kebabName": "prose-a",
|
|
45387
|
+
"chunkName": "components/prose-a",
|
|
45388
|
+
"priority": 0,
|
|
45389
|
+
"_scanned": true,
|
|
45390
|
+
"meta": {
|
|
45391
|
+
"type": 0,
|
|
45392
|
+
"props": [
|
|
45393
|
+
{
|
|
45394
|
+
"name": "b24ui",
|
|
45395
|
+
"global": false,
|
|
45396
|
+
"description": "",
|
|
45397
|
+
"tags": [],
|
|
45398
|
+
"required": false,
|
|
45399
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45400
|
+
"schema": {
|
|
45401
|
+
"kind": "enum",
|
|
45402
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45403
|
+
"schema": {
|
|
45404
|
+
"0": "undefined",
|
|
45405
|
+
"1": "Partial<{ base: string; }>"
|
|
45406
|
+
}
|
|
45407
|
+
}
|
|
45408
|
+
}
|
|
45409
|
+
],
|
|
45410
|
+
"slots": [
|
|
45411
|
+
{
|
|
45412
|
+
"name": "default",
|
|
45413
|
+
"type": "{}",
|
|
45414
|
+
"description": "",
|
|
45415
|
+
"schema": {
|
|
45416
|
+
"kind": "object",
|
|
45417
|
+
"type": "{}",
|
|
45418
|
+
"schema": {}
|
|
45419
|
+
}
|
|
45420
|
+
}
|
|
45421
|
+
],
|
|
45422
|
+
"events": [],
|
|
45423
|
+
"exposed": []
|
|
45424
|
+
}
|
|
45425
|
+
},
|
|
44895
45426
|
"ProseBlockquote": {
|
|
44896
45427
|
"mode": "all",
|
|
44897
45428
|
"prefetch": false,
|
|
@@ -44937,6 +45468,79 @@ const B24UIMeta = {
|
|
|
44937
45468
|
"exposed": []
|
|
44938
45469
|
}
|
|
44939
45470
|
},
|
|
45471
|
+
"ProseCode": {
|
|
45472
|
+
"mode": "all",
|
|
45473
|
+
"prefetch": false,
|
|
45474
|
+
"preload": false,
|
|
45475
|
+
"pascalName": "ProseCode",
|
|
45476
|
+
"kebabName": "prose-code",
|
|
45477
|
+
"chunkName": "components/prose-code",
|
|
45478
|
+
"priority": 0,
|
|
45479
|
+
"_scanned": true,
|
|
45480
|
+
"meta": {
|
|
45481
|
+
"type": 0,
|
|
45482
|
+
"props": [
|
|
45483
|
+
{
|
|
45484
|
+
"name": "color",
|
|
45485
|
+
"global": false,
|
|
45486
|
+
"description": "",
|
|
45487
|
+
"tags": [
|
|
45488
|
+
{
|
|
45489
|
+
"name": "defaultValue",
|
|
45490
|
+
"text": "'default'"
|
|
45491
|
+
}
|
|
45492
|
+
],
|
|
45493
|
+
"required": false,
|
|
45494
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
45495
|
+
"schema": {
|
|
45496
|
+
"kind": "enum",
|
|
45497
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
45498
|
+
"schema": {
|
|
45499
|
+
"0": "undefined",
|
|
45500
|
+
"1": "\"default\"",
|
|
45501
|
+
"2": "\"danger\"",
|
|
45502
|
+
"3": "\"success\"",
|
|
45503
|
+
"4": "\"warning\"",
|
|
45504
|
+
"5": "\"primary\"",
|
|
45505
|
+
"6": "\"secondary\"",
|
|
45506
|
+
"7": "\"collab\"",
|
|
45507
|
+
"8": "\"ai\""
|
|
45508
|
+
}
|
|
45509
|
+
}
|
|
45510
|
+
},
|
|
45511
|
+
{
|
|
45512
|
+
"name": "b24ui",
|
|
45513
|
+
"global": false,
|
|
45514
|
+
"description": "",
|
|
45515
|
+
"tags": [],
|
|
45516
|
+
"required": false,
|
|
45517
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45518
|
+
"schema": {
|
|
45519
|
+
"kind": "enum",
|
|
45520
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45521
|
+
"schema": {
|
|
45522
|
+
"0": "undefined",
|
|
45523
|
+
"1": "Partial<{ base: string; }>"
|
|
45524
|
+
}
|
|
45525
|
+
}
|
|
45526
|
+
}
|
|
45527
|
+
],
|
|
45528
|
+
"slots": [
|
|
45529
|
+
{
|
|
45530
|
+
"name": "default",
|
|
45531
|
+
"type": "{}",
|
|
45532
|
+
"description": "",
|
|
45533
|
+
"schema": {
|
|
45534
|
+
"kind": "object",
|
|
45535
|
+
"type": "{}",
|
|
45536
|
+
"schema": {}
|
|
45537
|
+
}
|
|
45538
|
+
}
|
|
45539
|
+
],
|
|
45540
|
+
"events": [],
|
|
45541
|
+
"exposed": []
|
|
45542
|
+
}
|
|
45543
|
+
},
|
|
44940
45544
|
"ProseEm": {
|
|
44941
45545
|
"mode": "all",
|
|
44942
45546
|
"prefetch": false,
|
|
@@ -45421,6 +46025,66 @@ const B24UIMeta = {
|
|
|
45421
46025
|
"exposed": []
|
|
45422
46026
|
}
|
|
45423
46027
|
},
|
|
46028
|
+
"ProsePre": {
|
|
46029
|
+
"mode": "all",
|
|
46030
|
+
"prefetch": false,
|
|
46031
|
+
"preload": false,
|
|
46032
|
+
"pascalName": "ProsePre",
|
|
46033
|
+
"kebabName": "prose-pre",
|
|
46034
|
+
"chunkName": "components/prose-pre",
|
|
46035
|
+
"priority": 0,
|
|
46036
|
+
"_scanned": true,
|
|
46037
|
+
"meta": {
|
|
46038
|
+
"type": 0,
|
|
46039
|
+
"props": [
|
|
46040
|
+
{
|
|
46041
|
+
"name": "as",
|
|
46042
|
+
"global": false,
|
|
46043
|
+
"description": "The element or component this component should render as.",
|
|
46044
|
+
"tags": [
|
|
46045
|
+
{
|
|
46046
|
+
"name": "defaultValue",
|
|
46047
|
+
"text": "'div'"
|
|
46048
|
+
}
|
|
46049
|
+
],
|
|
46050
|
+
"required": false,
|
|
46051
|
+
"type": "any",
|
|
46052
|
+
"schema": "any",
|
|
46053
|
+
"default": "\"div\""
|
|
46054
|
+
},
|
|
46055
|
+
{
|
|
46056
|
+
"name": "b24ui",
|
|
46057
|
+
"global": false,
|
|
46058
|
+
"description": "",
|
|
46059
|
+
"tags": [],
|
|
46060
|
+
"required": false,
|
|
46061
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46062
|
+
"schema": {
|
|
46063
|
+
"kind": "enum",
|
|
46064
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46065
|
+
"schema": {
|
|
46066
|
+
"0": "undefined",
|
|
46067
|
+
"1": "Partial<{ root: string; base: string; }>"
|
|
46068
|
+
}
|
|
46069
|
+
}
|
|
46070
|
+
}
|
|
46071
|
+
],
|
|
46072
|
+
"slots": [
|
|
46073
|
+
{
|
|
46074
|
+
"name": "default",
|
|
46075
|
+
"type": "{}",
|
|
46076
|
+
"description": "",
|
|
46077
|
+
"schema": {
|
|
46078
|
+
"kind": "object",
|
|
46079
|
+
"type": "{}",
|
|
46080
|
+
"schema": {}
|
|
46081
|
+
}
|
|
46082
|
+
}
|
|
46083
|
+
],
|
|
46084
|
+
"events": [],
|
|
46085
|
+
"exposed": []
|
|
46086
|
+
}
|
|
46087
|
+
},
|
|
45424
46088
|
"ProseStrong": {
|
|
45425
46089
|
"mode": "all",
|
|
45426
46090
|
"prefetch": false,
|