@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.mjs
CHANGED
|
@@ -235,6 +235,15 @@ const B24UIMeta = {
|
|
|
235
235
|
"type": "any",
|
|
236
236
|
"schema": "any"
|
|
237
237
|
},
|
|
238
|
+
"style": {
|
|
239
|
+
"name": "style",
|
|
240
|
+
"global": false,
|
|
241
|
+
"description": "",
|
|
242
|
+
"tags": [],
|
|
243
|
+
"required": false,
|
|
244
|
+
"type": "any",
|
|
245
|
+
"schema": "any"
|
|
246
|
+
},
|
|
238
247
|
"b24ui": {
|
|
239
248
|
"name": "b24ui",
|
|
240
249
|
"global": false,
|
|
@@ -505,6 +514,15 @@ const B24UIMeta = {
|
|
|
505
514
|
"type": "any",
|
|
506
515
|
"schema": "any"
|
|
507
516
|
},
|
|
517
|
+
"style": {
|
|
518
|
+
"name": "style",
|
|
519
|
+
"global": false,
|
|
520
|
+
"description": "",
|
|
521
|
+
"tags": [],
|
|
522
|
+
"required": false,
|
|
523
|
+
"type": "any",
|
|
524
|
+
"schema": "any"
|
|
525
|
+
},
|
|
508
526
|
"b24ui": {
|
|
509
527
|
"name": "b24ui",
|
|
510
528
|
"global": false,
|
|
@@ -1064,6 +1082,15 @@ const B24UIMeta = {
|
|
|
1064
1082
|
"type": "any",
|
|
1065
1083
|
"schema": "any"
|
|
1066
1084
|
},
|
|
1085
|
+
"style": {
|
|
1086
|
+
"name": "style",
|
|
1087
|
+
"global": false,
|
|
1088
|
+
"description": "",
|
|
1089
|
+
"tags": [],
|
|
1090
|
+
"required": false,
|
|
1091
|
+
"type": "any",
|
|
1092
|
+
"schema": "any"
|
|
1093
|
+
},
|
|
1067
1094
|
"b24ui": {
|
|
1068
1095
|
"name": "b24ui",
|
|
1069
1096
|
"global": false,
|
|
@@ -3184,6 +3211,15 @@ const B24UIMeta = {
|
|
|
3184
3211
|
"type": "any",
|
|
3185
3212
|
"schema": "any"
|
|
3186
3213
|
},
|
|
3214
|
+
"style": {
|
|
3215
|
+
"name": "style",
|
|
3216
|
+
"global": false,
|
|
3217
|
+
"description": "",
|
|
3218
|
+
"tags": [],
|
|
3219
|
+
"required": false,
|
|
3220
|
+
"type": "any",
|
|
3221
|
+
"schema": "any"
|
|
3222
|
+
},
|
|
3187
3223
|
"b24ui": {
|
|
3188
3224
|
"name": "b24ui",
|
|
3189
3225
|
"global": false,
|
|
@@ -3794,6 +3830,15 @@ const B24UIMeta = {
|
|
|
3794
3830
|
"type": "any",
|
|
3795
3831
|
"schema": "any"
|
|
3796
3832
|
},
|
|
3833
|
+
"style": {
|
|
3834
|
+
"name": "style",
|
|
3835
|
+
"global": false,
|
|
3836
|
+
"description": "",
|
|
3837
|
+
"tags": [],
|
|
3838
|
+
"required": false,
|
|
3839
|
+
"type": "any",
|
|
3840
|
+
"schema": "any"
|
|
3841
|
+
},
|
|
3797
3842
|
"b24ui": {
|
|
3798
3843
|
"name": "b24ui",
|
|
3799
3844
|
"global": false,
|
|
@@ -5761,6 +5806,15 @@ const B24UIMeta = {
|
|
|
5761
5806
|
"type": "any",
|
|
5762
5807
|
"schema": "any"
|
|
5763
5808
|
},
|
|
5809
|
+
"style": {
|
|
5810
|
+
"name": "style",
|
|
5811
|
+
"global": false,
|
|
5812
|
+
"description": "",
|
|
5813
|
+
"tags": [],
|
|
5814
|
+
"required": false,
|
|
5815
|
+
"type": "any",
|
|
5816
|
+
"schema": "any"
|
|
5817
|
+
},
|
|
5764
5818
|
"b24ui": {
|
|
5765
5819
|
"name": "b24ui",
|
|
5766
5820
|
"global": false,
|
|
@@ -6172,6 +6226,15 @@ const B24UIMeta = {
|
|
|
6172
6226
|
"type": "any",
|
|
6173
6227
|
"schema": "any"
|
|
6174
6228
|
},
|
|
6229
|
+
"style": {
|
|
6230
|
+
"name": "style",
|
|
6231
|
+
"global": false,
|
|
6232
|
+
"description": "",
|
|
6233
|
+
"tags": [],
|
|
6234
|
+
"required": false,
|
|
6235
|
+
"type": "any",
|
|
6236
|
+
"schema": "any"
|
|
6237
|
+
},
|
|
6175
6238
|
"b24ui": {
|
|
6176
6239
|
"name": "b24ui",
|
|
6177
6240
|
"global": false,
|
|
@@ -7321,6 +7384,15 @@ const B24UIMeta = {
|
|
|
7321
7384
|
"type": "any",
|
|
7322
7385
|
"schema": "any"
|
|
7323
7386
|
},
|
|
7387
|
+
"style": {
|
|
7388
|
+
"name": "style",
|
|
7389
|
+
"global": false,
|
|
7390
|
+
"description": "",
|
|
7391
|
+
"tags": [],
|
|
7392
|
+
"required": false,
|
|
7393
|
+
"type": "any",
|
|
7394
|
+
"schema": "any"
|
|
7395
|
+
},
|
|
7324
7396
|
"b24ui": {
|
|
7325
7397
|
"name": "b24ui",
|
|
7326
7398
|
"global": false,
|
|
@@ -8404,6 +8476,15 @@ const B24UIMeta = {
|
|
|
8404
8476
|
"type": "any",
|
|
8405
8477
|
"schema": "any"
|
|
8406
8478
|
},
|
|
8479
|
+
"style": {
|
|
8480
|
+
"name": "style",
|
|
8481
|
+
"global": false,
|
|
8482
|
+
"description": "",
|
|
8483
|
+
"tags": [],
|
|
8484
|
+
"required": false,
|
|
8485
|
+
"type": "any",
|
|
8486
|
+
"schema": "any"
|
|
8487
|
+
},
|
|
8407
8488
|
"b24ui": {
|
|
8408
8489
|
"name": "b24ui",
|
|
8409
8490
|
"global": false,
|
|
@@ -9487,6 +9568,15 @@ const B24UIMeta = {
|
|
|
9487
9568
|
"type": "any",
|
|
9488
9569
|
"schema": "any"
|
|
9489
9570
|
},
|
|
9571
|
+
"style": {
|
|
9572
|
+
"name": "style",
|
|
9573
|
+
"global": false,
|
|
9574
|
+
"description": "",
|
|
9575
|
+
"tags": [],
|
|
9576
|
+
"required": false,
|
|
9577
|
+
"type": "any",
|
|
9578
|
+
"schema": "any"
|
|
9579
|
+
},
|
|
9490
9580
|
"b24ui": {
|
|
9491
9581
|
"name": "b24ui",
|
|
9492
9582
|
"global": false,
|
|
@@ -10570,6 +10660,15 @@ const B24UIMeta = {
|
|
|
10570
10660
|
"type": "any",
|
|
10571
10661
|
"schema": "any"
|
|
10572
10662
|
},
|
|
10663
|
+
"style": {
|
|
10664
|
+
"name": "style",
|
|
10665
|
+
"global": false,
|
|
10666
|
+
"description": "",
|
|
10667
|
+
"tags": [],
|
|
10668
|
+
"required": false,
|
|
10669
|
+
"type": "any",
|
|
10670
|
+
"schema": "any"
|
|
10671
|
+
},
|
|
10573
10672
|
"b24ui": {
|
|
10574
10673
|
"name": "b24ui",
|
|
10575
10674
|
"global": false,
|
|
@@ -11745,6 +11844,15 @@ const B24UIMeta = {
|
|
|
11745
11844
|
"type": "any",
|
|
11746
11845
|
"schema": "any"
|
|
11747
11846
|
},
|
|
11847
|
+
"style": {
|
|
11848
|
+
"name": "style",
|
|
11849
|
+
"global": false,
|
|
11850
|
+
"description": "",
|
|
11851
|
+
"tags": [],
|
|
11852
|
+
"required": false,
|
|
11853
|
+
"type": "any",
|
|
11854
|
+
"schema": "any"
|
|
11855
|
+
},
|
|
11748
11856
|
"b24ui": {
|
|
11749
11857
|
"name": "b24ui",
|
|
11750
11858
|
"global": false,
|
|
@@ -12955,6 +13063,15 @@ const B24UIMeta = {
|
|
|
12955
13063
|
"type": "any",
|
|
12956
13064
|
"schema": "any"
|
|
12957
13065
|
},
|
|
13066
|
+
"style": {
|
|
13067
|
+
"name": "style",
|
|
13068
|
+
"global": false,
|
|
13069
|
+
"description": "",
|
|
13070
|
+
"tags": [],
|
|
13071
|
+
"required": false,
|
|
13072
|
+
"type": "any",
|
|
13073
|
+
"schema": "any"
|
|
13074
|
+
},
|
|
12958
13075
|
"b24ui": {
|
|
12959
13076
|
"name": "b24ui",
|
|
12960
13077
|
"global": false,
|
|
@@ -13928,6 +14045,15 @@ const B24UIMeta = {
|
|
|
13928
14045
|
"type": "any",
|
|
13929
14046
|
"schema": "any"
|
|
13930
14047
|
},
|
|
14048
|
+
"style": {
|
|
14049
|
+
"name": "style",
|
|
14050
|
+
"global": false,
|
|
14051
|
+
"description": "",
|
|
14052
|
+
"tags": [],
|
|
14053
|
+
"required": false,
|
|
14054
|
+
"type": "any",
|
|
14055
|
+
"schema": "any"
|
|
14056
|
+
},
|
|
13931
14057
|
"b24ui": {
|
|
13932
14058
|
"name": "b24ui",
|
|
13933
14059
|
"global": false,
|
|
@@ -14901,6 +15027,15 @@ const B24UIMeta = {
|
|
|
14901
15027
|
"type": "any",
|
|
14902
15028
|
"schema": "any"
|
|
14903
15029
|
},
|
|
15030
|
+
"style": {
|
|
15031
|
+
"name": "style",
|
|
15032
|
+
"global": false,
|
|
15033
|
+
"description": "",
|
|
15034
|
+
"tags": [],
|
|
15035
|
+
"required": false,
|
|
15036
|
+
"type": "any",
|
|
15037
|
+
"schema": "any"
|
|
15038
|
+
},
|
|
14904
15039
|
"b24ui": {
|
|
14905
15040
|
"name": "b24ui",
|
|
14906
15041
|
"global": false,
|
|
@@ -15874,6 +16009,15 @@ const B24UIMeta = {
|
|
|
15874
16009
|
"type": "any",
|
|
15875
16010
|
"schema": "any"
|
|
15876
16011
|
},
|
|
16012
|
+
"style": {
|
|
16013
|
+
"name": "style",
|
|
16014
|
+
"global": false,
|
|
16015
|
+
"description": "",
|
|
16016
|
+
"tags": [],
|
|
16017
|
+
"required": false,
|
|
16018
|
+
"type": "any",
|
|
16019
|
+
"schema": "any"
|
|
16020
|
+
},
|
|
15877
16021
|
"b24ui": {
|
|
15878
16022
|
"name": "b24ui",
|
|
15879
16023
|
"global": false,
|
|
@@ -17027,6 +17171,15 @@ const B24UIMeta = {
|
|
|
17027
17171
|
"type": "any",
|
|
17028
17172
|
"schema": "any"
|
|
17029
17173
|
},
|
|
17174
|
+
"style": {
|
|
17175
|
+
"name": "style",
|
|
17176
|
+
"global": false,
|
|
17177
|
+
"description": "",
|
|
17178
|
+
"tags": [],
|
|
17179
|
+
"required": false,
|
|
17180
|
+
"type": "any",
|
|
17181
|
+
"schema": "any"
|
|
17182
|
+
},
|
|
17030
17183
|
"b24ui": {
|
|
17031
17184
|
"name": "b24ui",
|
|
17032
17185
|
"global": false,
|
|
@@ -19558,6 +19711,15 @@ const B24UIMeta = {
|
|
|
19558
19711
|
"type": "any",
|
|
19559
19712
|
"schema": "any"
|
|
19560
19713
|
},
|
|
19714
|
+
"style": {
|
|
19715
|
+
"name": "style",
|
|
19716
|
+
"global": false,
|
|
19717
|
+
"description": "",
|
|
19718
|
+
"tags": [],
|
|
19719
|
+
"required": false,
|
|
19720
|
+
"type": "any",
|
|
19721
|
+
"schema": "any"
|
|
19722
|
+
},
|
|
19561
19723
|
"b24ui": {
|
|
19562
19724
|
"name": "b24ui",
|
|
19563
19725
|
"global": false,
|
|
@@ -20395,6 +20557,15 @@ const B24UIMeta = {
|
|
|
20395
20557
|
"type": "any",
|
|
20396
20558
|
"schema": "any"
|
|
20397
20559
|
},
|
|
20560
|
+
"style": {
|
|
20561
|
+
"name": "style",
|
|
20562
|
+
"global": false,
|
|
20563
|
+
"description": "",
|
|
20564
|
+
"tags": [],
|
|
20565
|
+
"required": false,
|
|
20566
|
+
"type": "any",
|
|
20567
|
+
"schema": "any"
|
|
20568
|
+
},
|
|
20398
20569
|
"b24ui": {
|
|
20399
20570
|
"name": "b24ui",
|
|
20400
20571
|
"global": false,
|
|
@@ -21181,6 +21352,15 @@ const B24UIMeta = {
|
|
|
21181
21352
|
"type": "any",
|
|
21182
21353
|
"schema": "any"
|
|
21183
21354
|
},
|
|
21355
|
+
"style": {
|
|
21356
|
+
"name": "style",
|
|
21357
|
+
"global": false,
|
|
21358
|
+
"description": "",
|
|
21359
|
+
"tags": [],
|
|
21360
|
+
"required": false,
|
|
21361
|
+
"type": "any",
|
|
21362
|
+
"schema": "any"
|
|
21363
|
+
},
|
|
21184
21364
|
"b24ui": {
|
|
21185
21365
|
"name": "b24ui",
|
|
21186
21366
|
"global": false,
|
|
@@ -21416,6 +21596,15 @@ const B24UIMeta = {
|
|
|
21416
21596
|
"type": "any",
|
|
21417
21597
|
"schema": "any"
|
|
21418
21598
|
},
|
|
21599
|
+
"style": {
|
|
21600
|
+
"name": "style",
|
|
21601
|
+
"global": false,
|
|
21602
|
+
"description": "",
|
|
21603
|
+
"tags": [],
|
|
21604
|
+
"required": false,
|
|
21605
|
+
"type": "any",
|
|
21606
|
+
"schema": "any"
|
|
21607
|
+
},
|
|
21419
21608
|
"b24ui": {
|
|
21420
21609
|
"name": "b24ui",
|
|
21421
21610
|
"global": false,
|
|
@@ -21922,6 +22111,15 @@ const B24UIMeta = {
|
|
|
21922
22111
|
"type": "any",
|
|
21923
22112
|
"schema": "any"
|
|
21924
22113
|
},
|
|
22114
|
+
"style": {
|
|
22115
|
+
"name": "style",
|
|
22116
|
+
"global": false,
|
|
22117
|
+
"description": "",
|
|
22118
|
+
"tags": [],
|
|
22119
|
+
"required": false,
|
|
22120
|
+
"type": "any",
|
|
22121
|
+
"schema": "any"
|
|
22122
|
+
},
|
|
21925
22123
|
"b24ui": {
|
|
21926
22124
|
"name": "b24ui",
|
|
21927
22125
|
"global": false,
|
|
@@ -22454,6 +22652,15 @@ const B24UIMeta = {
|
|
|
22454
22652
|
"type": "any",
|
|
22455
22653
|
"schema": "any"
|
|
22456
22654
|
},
|
|
22655
|
+
"style": {
|
|
22656
|
+
"name": "style",
|
|
22657
|
+
"global": false,
|
|
22658
|
+
"description": "",
|
|
22659
|
+
"tags": [],
|
|
22660
|
+
"required": false,
|
|
22661
|
+
"type": "any",
|
|
22662
|
+
"schema": "any"
|
|
22663
|
+
},
|
|
22457
22664
|
"b24ui": {
|
|
22458
22665
|
"name": "b24ui",
|
|
22459
22666
|
"global": false,
|
|
@@ -22924,6 +23131,15 @@ const B24UIMeta = {
|
|
|
22924
23131
|
"type": "any",
|
|
22925
23132
|
"schema": "any"
|
|
22926
23133
|
},
|
|
23134
|
+
"style": {
|
|
23135
|
+
"name": "style",
|
|
23136
|
+
"global": false,
|
|
23137
|
+
"description": "",
|
|
23138
|
+
"tags": [],
|
|
23139
|
+
"required": false,
|
|
23140
|
+
"type": "any",
|
|
23141
|
+
"schema": "any"
|
|
23142
|
+
},
|
|
22927
23143
|
"b24ui": {
|
|
22928
23144
|
"name": "b24ui",
|
|
22929
23145
|
"global": false,
|
|
@@ -23394,6 +23610,15 @@ const B24UIMeta = {
|
|
|
23394
23610
|
"type": "any",
|
|
23395
23611
|
"schema": "any"
|
|
23396
23612
|
},
|
|
23613
|
+
"style": {
|
|
23614
|
+
"name": "style",
|
|
23615
|
+
"global": false,
|
|
23616
|
+
"description": "",
|
|
23617
|
+
"tags": [],
|
|
23618
|
+
"required": false,
|
|
23619
|
+
"type": "any",
|
|
23620
|
+
"schema": "any"
|
|
23621
|
+
},
|
|
23397
23622
|
"b24ui": {
|
|
23398
23623
|
"name": "b24ui",
|
|
23399
23624
|
"global": false,
|
|
@@ -23864,6 +24089,15 @@ const B24UIMeta = {
|
|
|
23864
24089
|
"type": "any",
|
|
23865
24090
|
"schema": "any"
|
|
23866
24091
|
},
|
|
24092
|
+
"style": {
|
|
24093
|
+
"name": "style",
|
|
24094
|
+
"global": false,
|
|
24095
|
+
"description": "",
|
|
24096
|
+
"tags": [],
|
|
24097
|
+
"required": false,
|
|
24098
|
+
"type": "any",
|
|
24099
|
+
"schema": "any"
|
|
24100
|
+
},
|
|
23867
24101
|
"b24ui": {
|
|
23868
24102
|
"name": "b24ui",
|
|
23869
24103
|
"global": false,
|
|
@@ -24334,6 +24568,15 @@ const B24UIMeta = {
|
|
|
24334
24568
|
"type": "any",
|
|
24335
24569
|
"schema": "any"
|
|
24336
24570
|
},
|
|
24571
|
+
"style": {
|
|
24572
|
+
"name": "style",
|
|
24573
|
+
"global": false,
|
|
24574
|
+
"description": "",
|
|
24575
|
+
"tags": [],
|
|
24576
|
+
"required": false,
|
|
24577
|
+
"type": "any",
|
|
24578
|
+
"schema": "any"
|
|
24579
|
+
},
|
|
24337
24580
|
"b24ui": {
|
|
24338
24581
|
"name": "b24ui",
|
|
24339
24582
|
"global": false,
|
|
@@ -24804,6 +25047,15 @@ const B24UIMeta = {
|
|
|
24804
25047
|
"type": "any",
|
|
24805
25048
|
"schema": "any"
|
|
24806
25049
|
},
|
|
25050
|
+
"style": {
|
|
25051
|
+
"name": "style",
|
|
25052
|
+
"global": false,
|
|
25053
|
+
"description": "",
|
|
25054
|
+
"tags": [],
|
|
25055
|
+
"required": false,
|
|
25056
|
+
"type": "any",
|
|
25057
|
+
"schema": "any"
|
|
25058
|
+
},
|
|
24807
25059
|
"b24ui": {
|
|
24808
25060
|
"name": "b24ui",
|
|
24809
25061
|
"global": false,
|
|
@@ -25861,6 +26113,15 @@ const B24UIMeta = {
|
|
|
25861
26113
|
"type": "any",
|
|
25862
26114
|
"schema": "any"
|
|
25863
26115
|
},
|
|
26116
|
+
"style": {
|
|
26117
|
+
"name": "style",
|
|
26118
|
+
"global": false,
|
|
26119
|
+
"description": "",
|
|
26120
|
+
"tags": [],
|
|
26121
|
+
"required": false,
|
|
26122
|
+
"type": "any",
|
|
26123
|
+
"schema": "any"
|
|
26124
|
+
},
|
|
25864
26125
|
"b24ui": {
|
|
25865
26126
|
"name": "b24ui",
|
|
25866
26127
|
"global": false,
|
|
@@ -26841,6 +27102,15 @@ const B24UIMeta = {
|
|
|
26841
27102
|
"type": "any",
|
|
26842
27103
|
"schema": "any"
|
|
26843
27104
|
},
|
|
27105
|
+
"style": {
|
|
27106
|
+
"name": "style",
|
|
27107
|
+
"global": false,
|
|
27108
|
+
"description": "",
|
|
27109
|
+
"tags": [],
|
|
27110
|
+
"required": false,
|
|
27111
|
+
"type": "any",
|
|
27112
|
+
"schema": "any"
|
|
27113
|
+
},
|
|
26844
27114
|
"b24ui": {
|
|
26845
27115
|
"name": "b24ui",
|
|
26846
27116
|
"global": false,
|
|
@@ -31117,6 +31387,15 @@ const B24UIMeta = {
|
|
|
31117
31387
|
"type": "any",
|
|
31118
31388
|
"schema": "any"
|
|
31119
31389
|
},
|
|
31390
|
+
"style": {
|
|
31391
|
+
"name": "style",
|
|
31392
|
+
"global": false,
|
|
31393
|
+
"description": "",
|
|
31394
|
+
"tags": [],
|
|
31395
|
+
"required": false,
|
|
31396
|
+
"type": "any",
|
|
31397
|
+
"schema": "any"
|
|
31398
|
+
},
|
|
31120
31399
|
"b24ui": {
|
|
31121
31400
|
"name": "b24ui",
|
|
31122
31401
|
"global": false,
|
|
@@ -31730,6 +32009,15 @@ const B24UIMeta = {
|
|
|
31730
32009
|
"type": "any",
|
|
31731
32010
|
"schema": "any"
|
|
31732
32011
|
},
|
|
32012
|
+
"style": {
|
|
32013
|
+
"name": "style",
|
|
32014
|
+
"global": false,
|
|
32015
|
+
"description": "",
|
|
32016
|
+
"tags": [],
|
|
32017
|
+
"required": false,
|
|
32018
|
+
"type": "any",
|
|
32019
|
+
"schema": "any"
|
|
32020
|
+
},
|
|
31733
32021
|
"b24ui": {
|
|
31734
32022
|
"name": "b24ui",
|
|
31735
32023
|
"global": false,
|
|
@@ -32168,6 +32456,15 @@ const B24UIMeta = {
|
|
|
32168
32456
|
"type": "any",
|
|
32169
32457
|
"schema": "any"
|
|
32170
32458
|
},
|
|
32459
|
+
"style": {
|
|
32460
|
+
"name": "style",
|
|
32461
|
+
"global": false,
|
|
32462
|
+
"description": "",
|
|
32463
|
+
"tags": [],
|
|
32464
|
+
"required": false,
|
|
32465
|
+
"type": "any",
|
|
32466
|
+
"schema": "any"
|
|
32467
|
+
},
|
|
32171
32468
|
"b24ui": {
|
|
32172
32469
|
"name": "b24ui",
|
|
32173
32470
|
"global": false,
|
|
@@ -32627,6 +32924,15 @@ const B24UIMeta = {
|
|
|
32627
32924
|
"type": "any",
|
|
32628
32925
|
"schema": "any"
|
|
32629
32926
|
},
|
|
32927
|
+
"style": {
|
|
32928
|
+
"name": "style",
|
|
32929
|
+
"global": false,
|
|
32930
|
+
"description": "",
|
|
32931
|
+
"tags": [],
|
|
32932
|
+
"required": false,
|
|
32933
|
+
"type": "any",
|
|
32934
|
+
"schema": "any"
|
|
32935
|
+
},
|
|
32630
32936
|
"b24ui": {
|
|
32631
32937
|
"name": "b24ui",
|
|
32632
32938
|
"global": false,
|
|
@@ -33086,6 +33392,15 @@ const B24UIMeta = {
|
|
|
33086
33392
|
"type": "any",
|
|
33087
33393
|
"schema": "any"
|
|
33088
33394
|
},
|
|
33395
|
+
"style": {
|
|
33396
|
+
"name": "style",
|
|
33397
|
+
"global": false,
|
|
33398
|
+
"description": "",
|
|
33399
|
+
"tags": [],
|
|
33400
|
+
"required": false,
|
|
33401
|
+
"type": "any",
|
|
33402
|
+
"schema": "any"
|
|
33403
|
+
},
|
|
33089
33404
|
"b24ui": {
|
|
33090
33405
|
"name": "b24ui",
|
|
33091
33406
|
"global": false,
|
|
@@ -33545,6 +33860,15 @@ const B24UIMeta = {
|
|
|
33545
33860
|
"type": "any",
|
|
33546
33861
|
"schema": "any"
|
|
33547
33862
|
},
|
|
33863
|
+
"style": {
|
|
33864
|
+
"name": "style",
|
|
33865
|
+
"global": false,
|
|
33866
|
+
"description": "",
|
|
33867
|
+
"tags": [],
|
|
33868
|
+
"required": false,
|
|
33869
|
+
"type": "any",
|
|
33870
|
+
"schema": "any"
|
|
33871
|
+
},
|
|
33548
33872
|
"b24ui": {
|
|
33549
33873
|
"name": "b24ui",
|
|
33550
33874
|
"global": false,
|
|
@@ -34401,6 +34725,15 @@ const B24UIMeta = {
|
|
|
34401
34725
|
"type": "any",
|
|
34402
34726
|
"schema": "any"
|
|
34403
34727
|
},
|
|
34728
|
+
"style": {
|
|
34729
|
+
"name": "style",
|
|
34730
|
+
"global": false,
|
|
34731
|
+
"description": "",
|
|
34732
|
+
"tags": [],
|
|
34733
|
+
"required": false,
|
|
34734
|
+
"type": "any",
|
|
34735
|
+
"schema": "any"
|
|
34736
|
+
},
|
|
34404
34737
|
"b24ui": {
|
|
34405
34738
|
"name": "b24ui",
|
|
34406
34739
|
"global": false,
|
|
@@ -35009,6 +35342,15 @@ const B24UIMeta = {
|
|
|
35009
35342
|
"type": "any",
|
|
35010
35343
|
"schema": "any"
|
|
35011
35344
|
},
|
|
35345
|
+
"style": {
|
|
35346
|
+
"name": "style",
|
|
35347
|
+
"global": false,
|
|
35348
|
+
"description": "",
|
|
35349
|
+
"tags": [],
|
|
35350
|
+
"required": false,
|
|
35351
|
+
"type": "any",
|
|
35352
|
+
"schema": "any"
|
|
35353
|
+
},
|
|
35012
35354
|
"b24ui": {
|
|
35013
35355
|
"name": "b24ui",
|
|
35014
35356
|
"global": false,
|
|
@@ -35752,6 +36094,15 @@ const B24UIMeta = {
|
|
|
35752
36094
|
"type": "any",
|
|
35753
36095
|
"schema": "any"
|
|
35754
36096
|
},
|
|
36097
|
+
"style": {
|
|
36098
|
+
"name": "style",
|
|
36099
|
+
"global": false,
|
|
36100
|
+
"description": "",
|
|
36101
|
+
"tags": [],
|
|
36102
|
+
"required": false,
|
|
36103
|
+
"type": "any",
|
|
36104
|
+
"schema": "any"
|
|
36105
|
+
},
|
|
35755
36106
|
"b24ui": {
|
|
35756
36107
|
"name": "b24ui",
|
|
35757
36108
|
"global": false,
|
|
@@ -35987,6 +36338,15 @@ const B24UIMeta = {
|
|
|
35987
36338
|
"type": "any",
|
|
35988
36339
|
"schema": "any"
|
|
35989
36340
|
},
|
|
36341
|
+
"style": {
|
|
36342
|
+
"name": "style",
|
|
36343
|
+
"global": false,
|
|
36344
|
+
"description": "",
|
|
36345
|
+
"tags": [],
|
|
36346
|
+
"required": false,
|
|
36347
|
+
"type": "any",
|
|
36348
|
+
"schema": "any"
|
|
36349
|
+
},
|
|
35990
36350
|
"b24ui": {
|
|
35991
36351
|
"name": "b24ui",
|
|
35992
36352
|
"global": false,
|
|
@@ -36493,6 +36853,15 @@ const B24UIMeta = {
|
|
|
36493
36853
|
"type": "any",
|
|
36494
36854
|
"schema": "any"
|
|
36495
36855
|
},
|
|
36856
|
+
"style": {
|
|
36857
|
+
"name": "style",
|
|
36858
|
+
"global": false,
|
|
36859
|
+
"description": "",
|
|
36860
|
+
"tags": [],
|
|
36861
|
+
"required": false,
|
|
36862
|
+
"type": "any",
|
|
36863
|
+
"schema": "any"
|
|
36864
|
+
},
|
|
36496
36865
|
"b24ui": {
|
|
36497
36866
|
"name": "b24ui",
|
|
36498
36867
|
"global": false,
|
|
@@ -36990,6 +37359,15 @@ const B24UIMeta = {
|
|
|
36990
37359
|
"type": "any",
|
|
36991
37360
|
"schema": "any"
|
|
36992
37361
|
},
|
|
37362
|
+
"style": {
|
|
37363
|
+
"name": "style",
|
|
37364
|
+
"global": false,
|
|
37365
|
+
"description": "",
|
|
37366
|
+
"tags": [],
|
|
37367
|
+
"required": false,
|
|
37368
|
+
"type": "any",
|
|
37369
|
+
"schema": "any"
|
|
37370
|
+
},
|
|
36993
37371
|
"b24ui": {
|
|
36994
37372
|
"name": "b24ui",
|
|
36995
37373
|
"global": false,
|
|
@@ -37522,6 +37900,15 @@ const B24UIMeta = {
|
|
|
37522
37900
|
"type": "any",
|
|
37523
37901
|
"schema": "any"
|
|
37524
37902
|
},
|
|
37903
|
+
"style": {
|
|
37904
|
+
"name": "style",
|
|
37905
|
+
"global": false,
|
|
37906
|
+
"description": "",
|
|
37907
|
+
"tags": [],
|
|
37908
|
+
"required": false,
|
|
37909
|
+
"type": "any",
|
|
37910
|
+
"schema": "any"
|
|
37911
|
+
},
|
|
37525
37912
|
"b24ui": {
|
|
37526
37913
|
"name": "b24ui",
|
|
37527
37914
|
"global": false,
|
|
@@ -37992,6 +38379,15 @@ const B24UIMeta = {
|
|
|
37992
38379
|
"type": "any",
|
|
37993
38380
|
"schema": "any"
|
|
37994
38381
|
},
|
|
38382
|
+
"style": {
|
|
38383
|
+
"name": "style",
|
|
38384
|
+
"global": false,
|
|
38385
|
+
"description": "",
|
|
38386
|
+
"tags": [],
|
|
38387
|
+
"required": false,
|
|
38388
|
+
"type": "any",
|
|
38389
|
+
"schema": "any"
|
|
38390
|
+
},
|
|
37995
38391
|
"b24ui": {
|
|
37996
38392
|
"name": "b24ui",
|
|
37997
38393
|
"global": false,
|
|
@@ -38462,6 +38858,15 @@ const B24UIMeta = {
|
|
|
38462
38858
|
"type": "any",
|
|
38463
38859
|
"schema": "any"
|
|
38464
38860
|
},
|
|
38861
|
+
"style": {
|
|
38862
|
+
"name": "style",
|
|
38863
|
+
"global": false,
|
|
38864
|
+
"description": "",
|
|
38865
|
+
"tags": [],
|
|
38866
|
+
"required": false,
|
|
38867
|
+
"type": "any",
|
|
38868
|
+
"schema": "any"
|
|
38869
|
+
},
|
|
38465
38870
|
"b24ui": {
|
|
38466
38871
|
"name": "b24ui",
|
|
38467
38872
|
"global": false,
|
|
@@ -38932,6 +39337,15 @@ const B24UIMeta = {
|
|
|
38932
39337
|
"type": "any",
|
|
38933
39338
|
"schema": "any"
|
|
38934
39339
|
},
|
|
39340
|
+
"style": {
|
|
39341
|
+
"name": "style",
|
|
39342
|
+
"global": false,
|
|
39343
|
+
"description": "",
|
|
39344
|
+
"tags": [],
|
|
39345
|
+
"required": false,
|
|
39346
|
+
"type": "any",
|
|
39347
|
+
"schema": "any"
|
|
39348
|
+
},
|
|
38935
39349
|
"b24ui": {
|
|
38936
39350
|
"name": "b24ui",
|
|
38937
39351
|
"global": false,
|
|
@@ -39442,6 +39856,15 @@ const B24UIMeta = {
|
|
|
39442
39856
|
"type": "any",
|
|
39443
39857
|
"schema": "any"
|
|
39444
39858
|
},
|
|
39859
|
+
"style": {
|
|
39860
|
+
"name": "style",
|
|
39861
|
+
"global": false,
|
|
39862
|
+
"description": "",
|
|
39863
|
+
"tags": [],
|
|
39864
|
+
"required": false,
|
|
39865
|
+
"type": "any",
|
|
39866
|
+
"schema": "any"
|
|
39867
|
+
},
|
|
39445
39868
|
"b24ui": {
|
|
39446
39869
|
"name": "b24ui",
|
|
39447
39870
|
"global": false,
|
|
@@ -40757,6 +41180,15 @@ const B24UIMeta = {
|
|
|
40757
41180
|
"type": "any",
|
|
40758
41181
|
"schema": "any"
|
|
40759
41182
|
},
|
|
41183
|
+
"style": {
|
|
41184
|
+
"name": "style",
|
|
41185
|
+
"global": false,
|
|
41186
|
+
"description": "",
|
|
41187
|
+
"tags": [],
|
|
41188
|
+
"required": false,
|
|
41189
|
+
"type": "any",
|
|
41190
|
+
"schema": "any"
|
|
41191
|
+
},
|
|
40760
41192
|
"b24ui": {
|
|
40761
41193
|
"name": "b24ui",
|
|
40762
41194
|
"global": false,
|
|
@@ -41245,6 +41677,15 @@ const B24UIMeta = {
|
|
|
41245
41677
|
"type": "any",
|
|
41246
41678
|
"schema": "any"
|
|
41247
41679
|
},
|
|
41680
|
+
"style": {
|
|
41681
|
+
"name": "style",
|
|
41682
|
+
"global": false,
|
|
41683
|
+
"description": "",
|
|
41684
|
+
"tags": [],
|
|
41685
|
+
"required": false,
|
|
41686
|
+
"type": "any",
|
|
41687
|
+
"schema": "any"
|
|
41688
|
+
},
|
|
41248
41689
|
"b24ui": {
|
|
41249
41690
|
"name": "b24ui",
|
|
41250
41691
|
"global": false,
|
|
@@ -41500,6 +41941,15 @@ const B24UIMeta = {
|
|
|
41500
41941
|
"type": "any",
|
|
41501
41942
|
"schema": "any"
|
|
41502
41943
|
},
|
|
41944
|
+
"style": {
|
|
41945
|
+
"name": "style",
|
|
41946
|
+
"global": false,
|
|
41947
|
+
"description": "",
|
|
41948
|
+
"tags": [],
|
|
41949
|
+
"required": false,
|
|
41950
|
+
"type": "any",
|
|
41951
|
+
"schema": "any"
|
|
41952
|
+
},
|
|
41503
41953
|
"b24ui": {
|
|
41504
41954
|
"name": "b24ui",
|
|
41505
41955
|
"global": false,
|
|
@@ -41755,6 +42205,15 @@ const B24UIMeta = {
|
|
|
41755
42205
|
"type": "any",
|
|
41756
42206
|
"schema": "any"
|
|
41757
42207
|
},
|
|
42208
|
+
"style": {
|
|
42209
|
+
"name": "style",
|
|
42210
|
+
"global": false,
|
|
42211
|
+
"description": "",
|
|
42212
|
+
"tags": [],
|
|
42213
|
+
"required": false,
|
|
42214
|
+
"type": "any",
|
|
42215
|
+
"schema": "any"
|
|
42216
|
+
},
|
|
41758
42217
|
"b24ui": {
|
|
41759
42218
|
"name": "b24ui",
|
|
41760
42219
|
"global": false,
|
|
@@ -42010,6 +42469,15 @@ const B24UIMeta = {
|
|
|
42010
42469
|
"type": "any",
|
|
42011
42470
|
"schema": "any"
|
|
42012
42471
|
},
|
|
42472
|
+
"style": {
|
|
42473
|
+
"name": "style",
|
|
42474
|
+
"global": false,
|
|
42475
|
+
"description": "",
|
|
42476
|
+
"tags": [],
|
|
42477
|
+
"required": false,
|
|
42478
|
+
"type": "any",
|
|
42479
|
+
"schema": "any"
|
|
42480
|
+
},
|
|
42013
42481
|
"b24ui": {
|
|
42014
42482
|
"name": "b24ui",
|
|
42015
42483
|
"global": false,
|
|
@@ -42788,6 +43256,15 @@ const B24UIMeta = {
|
|
|
42788
43256
|
"type": "any",
|
|
42789
43257
|
"schema": "any"
|
|
42790
43258
|
},
|
|
43259
|
+
"style": {
|
|
43260
|
+
"name": "style",
|
|
43261
|
+
"global": false,
|
|
43262
|
+
"description": "",
|
|
43263
|
+
"tags": [],
|
|
43264
|
+
"required": false,
|
|
43265
|
+
"type": "any",
|
|
43266
|
+
"schema": "any"
|
|
43267
|
+
},
|
|
42791
43268
|
"b24ui": {
|
|
42792
43269
|
"name": "b24ui",
|
|
42793
43270
|
"global": false,
|
|
@@ -43325,6 +43802,15 @@ const B24UIMeta = {
|
|
|
43325
43802
|
"type": "any",
|
|
43326
43803
|
"schema": "any"
|
|
43327
43804
|
},
|
|
43805
|
+
"style": {
|
|
43806
|
+
"name": "style",
|
|
43807
|
+
"global": false,
|
|
43808
|
+
"description": "",
|
|
43809
|
+
"tags": [],
|
|
43810
|
+
"required": false,
|
|
43811
|
+
"type": "any",
|
|
43812
|
+
"schema": "any"
|
|
43813
|
+
},
|
|
43328
43814
|
"b24ui": {
|
|
43329
43815
|
"name": "b24ui",
|
|
43330
43816
|
"global": false,
|
|
@@ -44890,6 +45376,51 @@ const B24UIMeta = {
|
|
|
44890
45376
|
"exposed": []
|
|
44891
45377
|
}
|
|
44892
45378
|
},
|
|
45379
|
+
"ProseA": {
|
|
45380
|
+
"mode": "all",
|
|
45381
|
+
"prefetch": false,
|
|
45382
|
+
"preload": false,
|
|
45383
|
+
"pascalName": "ProseA",
|
|
45384
|
+
"kebabName": "prose-a",
|
|
45385
|
+
"chunkName": "components/prose-a",
|
|
45386
|
+
"priority": 0,
|
|
45387
|
+
"_scanned": true,
|
|
45388
|
+
"meta": {
|
|
45389
|
+
"type": 0,
|
|
45390
|
+
"props": [
|
|
45391
|
+
{
|
|
45392
|
+
"name": "b24ui",
|
|
45393
|
+
"global": false,
|
|
45394
|
+
"description": "",
|
|
45395
|
+
"tags": [],
|
|
45396
|
+
"required": false,
|
|
45397
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45398
|
+
"schema": {
|
|
45399
|
+
"kind": "enum",
|
|
45400
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45401
|
+
"schema": {
|
|
45402
|
+
"0": "undefined",
|
|
45403
|
+
"1": "Partial<{ base: string; }>"
|
|
45404
|
+
}
|
|
45405
|
+
}
|
|
45406
|
+
}
|
|
45407
|
+
],
|
|
45408
|
+
"slots": [
|
|
45409
|
+
{
|
|
45410
|
+
"name": "default",
|
|
45411
|
+
"type": "{}",
|
|
45412
|
+
"description": "",
|
|
45413
|
+
"schema": {
|
|
45414
|
+
"kind": "object",
|
|
45415
|
+
"type": "{}",
|
|
45416
|
+
"schema": {}
|
|
45417
|
+
}
|
|
45418
|
+
}
|
|
45419
|
+
],
|
|
45420
|
+
"events": [],
|
|
45421
|
+
"exposed": []
|
|
45422
|
+
}
|
|
45423
|
+
},
|
|
44893
45424
|
"ProseBlockquote": {
|
|
44894
45425
|
"mode": "all",
|
|
44895
45426
|
"prefetch": false,
|
|
@@ -44935,6 +45466,79 @@ const B24UIMeta = {
|
|
|
44935
45466
|
"exposed": []
|
|
44936
45467
|
}
|
|
44937
45468
|
},
|
|
45469
|
+
"ProseCode": {
|
|
45470
|
+
"mode": "all",
|
|
45471
|
+
"prefetch": false,
|
|
45472
|
+
"preload": false,
|
|
45473
|
+
"pascalName": "ProseCode",
|
|
45474
|
+
"kebabName": "prose-code",
|
|
45475
|
+
"chunkName": "components/prose-code",
|
|
45476
|
+
"priority": 0,
|
|
45477
|
+
"_scanned": true,
|
|
45478
|
+
"meta": {
|
|
45479
|
+
"type": 0,
|
|
45480
|
+
"props": [
|
|
45481
|
+
{
|
|
45482
|
+
"name": "color",
|
|
45483
|
+
"global": false,
|
|
45484
|
+
"description": "",
|
|
45485
|
+
"tags": [
|
|
45486
|
+
{
|
|
45487
|
+
"name": "defaultValue",
|
|
45488
|
+
"text": "'default'"
|
|
45489
|
+
}
|
|
45490
|
+
],
|
|
45491
|
+
"required": false,
|
|
45492
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
45493
|
+
"schema": {
|
|
45494
|
+
"kind": "enum",
|
|
45495
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
45496
|
+
"schema": {
|
|
45497
|
+
"0": "undefined",
|
|
45498
|
+
"1": "\"default\"",
|
|
45499
|
+
"2": "\"danger\"",
|
|
45500
|
+
"3": "\"success\"",
|
|
45501
|
+
"4": "\"warning\"",
|
|
45502
|
+
"5": "\"primary\"",
|
|
45503
|
+
"6": "\"secondary\"",
|
|
45504
|
+
"7": "\"collab\"",
|
|
45505
|
+
"8": "\"ai\""
|
|
45506
|
+
}
|
|
45507
|
+
}
|
|
45508
|
+
},
|
|
45509
|
+
{
|
|
45510
|
+
"name": "b24ui",
|
|
45511
|
+
"global": false,
|
|
45512
|
+
"description": "",
|
|
45513
|
+
"tags": [],
|
|
45514
|
+
"required": false,
|
|
45515
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45516
|
+
"schema": {
|
|
45517
|
+
"kind": "enum",
|
|
45518
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
45519
|
+
"schema": {
|
|
45520
|
+
"0": "undefined",
|
|
45521
|
+
"1": "Partial<{ base: string; }>"
|
|
45522
|
+
}
|
|
45523
|
+
}
|
|
45524
|
+
}
|
|
45525
|
+
],
|
|
45526
|
+
"slots": [
|
|
45527
|
+
{
|
|
45528
|
+
"name": "default",
|
|
45529
|
+
"type": "{}",
|
|
45530
|
+
"description": "",
|
|
45531
|
+
"schema": {
|
|
45532
|
+
"kind": "object",
|
|
45533
|
+
"type": "{}",
|
|
45534
|
+
"schema": {}
|
|
45535
|
+
}
|
|
45536
|
+
}
|
|
45537
|
+
],
|
|
45538
|
+
"events": [],
|
|
45539
|
+
"exposed": []
|
|
45540
|
+
}
|
|
45541
|
+
},
|
|
44938
45542
|
"ProseEm": {
|
|
44939
45543
|
"mode": "all",
|
|
44940
45544
|
"prefetch": false,
|
|
@@ -45419,6 +46023,66 @@ const B24UIMeta = {
|
|
|
45419
46023
|
"exposed": []
|
|
45420
46024
|
}
|
|
45421
46025
|
},
|
|
46026
|
+
"ProsePre": {
|
|
46027
|
+
"mode": "all",
|
|
46028
|
+
"prefetch": false,
|
|
46029
|
+
"preload": false,
|
|
46030
|
+
"pascalName": "ProsePre",
|
|
46031
|
+
"kebabName": "prose-pre",
|
|
46032
|
+
"chunkName": "components/prose-pre",
|
|
46033
|
+
"priority": 0,
|
|
46034
|
+
"_scanned": true,
|
|
46035
|
+
"meta": {
|
|
46036
|
+
"type": 0,
|
|
46037
|
+
"props": [
|
|
46038
|
+
{
|
|
46039
|
+
"name": "as",
|
|
46040
|
+
"global": false,
|
|
46041
|
+
"description": "The element or component this component should render as.",
|
|
46042
|
+
"tags": [
|
|
46043
|
+
{
|
|
46044
|
+
"name": "defaultValue",
|
|
46045
|
+
"text": "'div'"
|
|
46046
|
+
}
|
|
46047
|
+
],
|
|
46048
|
+
"required": false,
|
|
46049
|
+
"type": "any",
|
|
46050
|
+
"schema": "any",
|
|
46051
|
+
"default": "\"div\""
|
|
46052
|
+
},
|
|
46053
|
+
{
|
|
46054
|
+
"name": "b24ui",
|
|
46055
|
+
"global": false,
|
|
46056
|
+
"description": "",
|
|
46057
|
+
"tags": [],
|
|
46058
|
+
"required": false,
|
|
46059
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46060
|
+
"schema": {
|
|
46061
|
+
"kind": "enum",
|
|
46062
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46063
|
+
"schema": {
|
|
46064
|
+
"0": "undefined",
|
|
46065
|
+
"1": "Partial<{ root: string; base: string; }>"
|
|
46066
|
+
}
|
|
46067
|
+
}
|
|
46068
|
+
}
|
|
46069
|
+
],
|
|
46070
|
+
"slots": [
|
|
46071
|
+
{
|
|
46072
|
+
"name": "default",
|
|
46073
|
+
"type": "{}",
|
|
46074
|
+
"description": "",
|
|
46075
|
+
"schema": {
|
|
46076
|
+
"kind": "object",
|
|
46077
|
+
"type": "{}",
|
|
46078
|
+
"schema": {}
|
|
46079
|
+
}
|
|
46080
|
+
}
|
|
46081
|
+
],
|
|
46082
|
+
"events": [],
|
|
46083
|
+
"exposed": []
|
|
46084
|
+
}
|
|
46085
|
+
},
|
|
45422
46086
|
"ProseStrong": {
|
|
45423
46087
|
"mode": "all",
|
|
45424
46088
|
"prefetch": false,
|