@bitrix24/b24ui-nuxt 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/.nuxt/b24ui/content/table-wrapper.ts +1 -1
  2. package/.nuxt/b24ui/prose/img.ts +5 -0
  3. package/.nuxt/b24ui/prose/table.ts +6 -0
  4. package/.nuxt/b24ui/prose/tbody.ts +5 -0
  5. package/.nuxt/b24ui/prose/td.ts +5 -0
  6. package/.nuxt/b24ui/prose/th.ts +5 -0
  7. package/.nuxt/b24ui/prose/thead.ts +5 -0
  8. package/.nuxt/b24ui/prose/tr.ts +5 -0
  9. package/dist/meta.cjs +480 -48
  10. package/dist/meta.d.cts +480 -48
  11. package/dist/meta.d.mts +480 -48
  12. package/dist/meta.d.ts +480 -48
  13. package/dist/meta.mjs +480 -48
  14. package/dist/module.cjs +2 -2
  15. package/dist/module.json +2 -2
  16. package/dist/module.mjs +2 -2
  17. package/dist/runtime/components/App.vue +6 -6
  18. package/dist/runtime/components/Button.vue +1 -0
  19. package/dist/runtime/components/Form.vue +1 -1
  20. package/dist/runtime/components/Input.vue +7 -3
  21. package/dist/runtime/components/LinkBase.vue +4 -2
  22. package/dist/runtime/components/Textarea.vue +7 -3
  23. package/dist/runtime/composables/defineLocale.d.ts +4 -4
  24. package/dist/runtime/composables/useLocale.d.ts +3 -3
  25. package/dist/runtime/composables/useLocale.js +3 -3
  26. package/dist/runtime/locale/ar.d.ts +2 -1
  27. package/dist/runtime/locale/br.d.ts +2 -1
  28. package/dist/runtime/locale/de.d.ts +2 -1
  29. package/dist/runtime/locale/en.d.ts +2 -1
  30. package/dist/runtime/locale/fr.d.ts +2 -1
  31. package/dist/runtime/locale/id.d.ts +2 -1
  32. package/dist/runtime/locale/index.d.ts +1 -1
  33. package/dist/runtime/locale/index.js +1 -1
  34. package/dist/runtime/locale/it.d.ts +2 -1
  35. package/dist/runtime/locale/ja.d.ts +2 -1
  36. package/dist/runtime/locale/kz.d.ts +2 -1
  37. package/dist/runtime/locale/la.d.ts +2 -1
  38. package/dist/runtime/locale/ms.d.ts +2 -1
  39. package/dist/runtime/locale/pl.d.ts +2 -1
  40. package/dist/runtime/locale/ru.d.ts +2 -1
  41. package/dist/runtime/locale/sc.d.ts +2 -1
  42. package/dist/runtime/locale/tc.d.ts +2 -1
  43. package/dist/runtime/locale/th.d.ts +2 -1
  44. package/dist/runtime/locale/tr.d.ts +2 -1
  45. package/dist/runtime/locale/ua.d.ts +2 -1
  46. package/dist/runtime/locale/vn.d.ts +2 -1
  47. package/dist/runtime/prose/A.vue +1 -1
  48. package/dist/runtime/prose/Code.vue +1 -1
  49. package/dist/runtime/prose/Img.vue +32 -0
  50. package/dist/runtime/prose/Table.vue +74 -0
  51. package/dist/runtime/prose/Tbody.vue +34 -0
  52. package/dist/runtime/prose/Td.vue +34 -0
  53. package/dist/runtime/prose/Th.vue +34 -0
  54. package/dist/runtime/prose/Thead.vue +34 -0
  55. package/dist/runtime/prose/Tr.vue +34 -0
  56. package/dist/runtime/types/index.d.ts +7 -0
  57. package/dist/runtime/types/index.js +7 -0
  58. package/dist/runtime/types/locale.d.ts +2 -2
  59. package/dist/runtime/utils/locale.d.ts +5 -5
  60. package/dist/runtime/utils/tv.d.ts +1 -1
  61. package/dist/runtime/vue/plugins/head.d.ts +1 -1
  62. package/dist/runtime/vue/plugins/head.js +4 -3
  63. package/dist/runtime/vue/stubs.d.ts +5 -1
  64. package/dist/runtime/vue/stubs.js +2 -1
  65. package/dist/shared/{b24ui-nuxt.BRwBcdAH.mjs → b24ui-nuxt.BiEJAB1L.mjs} +65 -1
  66. package/dist/shared/{b24ui-nuxt.C1tIhR9w.cjs → b24ui-nuxt.yyScbwpE.cjs} +65 -1
  67. package/dist/unplugin.cjs +1 -1
  68. package/dist/unplugin.mjs +1 -1
  69. package/dist/vite.cjs +1 -1
  70. package/dist/vite.mjs +1 -1
  71. package/package.json +20 -20
package/dist/meta.d.cts CHANGED
@@ -2048,15 +2048,15 @@ var B24UIMeta = {
2048
2048
  "description": "",
2049
2049
  "tags": [],
2050
2050
  "required": false,
2051
- "type": "Locale | undefined",
2051
+ "type": "Locale<Messages> | undefined",
2052
2052
  "schema": {
2053
2053
  "kind": "enum",
2054
- "type": "Locale | undefined",
2054
+ "type": "Locale<Messages> | undefined",
2055
2055
  "schema": {
2056
2056
  "0": "undefined",
2057
2057
  "1": {
2058
2058
  "kind": "object",
2059
- "type": "Locale",
2059
+ "type": "Locale<Messages>",
2060
2060
  "schema": {
2061
2061
  "name": {
2062
2062
  "name": "name",
@@ -5025,22 +5025,6 @@ var B24UIMeta = {
5025
5025
  }
5026
5026
  }
5027
5027
  },
5028
- {
5029
- "name": "name",
5030
- "global": false,
5031
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5032
- "tags": [],
5033
- "required": false,
5034
- "type": "string | undefined",
5035
- "schema": {
5036
- "kind": "enum",
5037
- "type": "string | undefined",
5038
- "schema": {
5039
- "0": "undefined",
5040
- "1": "string"
5041
- }
5042
- }
5043
- },
5044
5028
  {
5045
5029
  "name": "value",
5046
5030
  "global": false,
@@ -5065,6 +5049,22 @@ var B24UIMeta = {
5065
5049
  }
5066
5050
  }
5067
5051
  },
5052
+ {
5053
+ "name": "name",
5054
+ "global": false,
5055
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5056
+ "tags": [],
5057
+ "required": false,
5058
+ "type": "string | undefined",
5059
+ "schema": {
5060
+ "kind": "enum",
5061
+ "type": "string | undefined",
5062
+ "schema": {
5063
+ "0": "undefined",
5064
+ "1": "string"
5065
+ }
5066
+ }
5067
+ },
5068
5068
  {
5069
5069
  "name": "required",
5070
5070
  "global": false,
@@ -12843,9 +12843,9 @@ var B24UIMeta = {
12843
12843
  }
12844
12844
  },
12845
12845
  {
12846
- "name": "defaultOpen",
12846
+ "name": "modal",
12847
12847
  "global": false,
12848
- "description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
12848
+ "description": "The modality of the dropdown menu.\r\n\r\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
12849
12849
  "tags": [],
12850
12850
  "required": false,
12851
12851
  "type": "boolean | undefined",
@@ -12857,12 +12857,13 @@ var B24UIMeta = {
12857
12857
  "1": "false",
12858
12858
  "2": "true"
12859
12859
  }
12860
- }
12860
+ },
12861
+ "default": "true"
12861
12862
  },
12862
12863
  {
12863
- "name": "open",
12864
+ "name": "defaultOpen",
12864
12865
  "global": false,
12865
- "description": "The controlled open state of the menu. Can be used as `v-model:open`.",
12866
+ "description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
12866
12867
  "tags": [],
12867
12868
  "required": false,
12868
12869
  "type": "boolean | undefined",
@@ -12877,9 +12878,9 @@ var B24UIMeta = {
12877
12878
  }
12878
12879
  },
12879
12880
  {
12880
- "name": "modal",
12881
+ "name": "open",
12881
12882
  "global": false,
12882
- "description": "The modality of the dropdown menu.\r\n\r\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
12883
+ "description": "The controlled open state of the menu. Can be used as `v-model:open`.",
12883
12884
  "tags": [],
12884
12885
  "required": false,
12885
12886
  "type": "boolean | undefined",
@@ -12891,8 +12892,7 @@ var B24UIMeta = {
12891
12892
  "1": "false",
12892
12893
  "2": "true"
12893
12894
  }
12894
- },
12895
- "default": "true"
12895
+ }
12896
12896
  }
12897
12897
  ],
12898
12898
  "slots": [
@@ -19154,14 +19154,15 @@ var B24UIMeta = {
19154
19154
  "description": "",
19155
19155
  "tags": [],
19156
19156
  "required": false,
19157
- "type": "string | number | undefined",
19157
+ "type": "string | number | null | undefined",
19158
19158
  "schema": {
19159
19159
  "kind": "enum",
19160
- "type": "string | number | undefined",
19160
+ "type": "string | number | null | undefined",
19161
19161
  "schema": {
19162
19162
  "0": "undefined",
19163
- "1": "string",
19164
- "2": "number"
19163
+ "1": "null",
19164
+ "2": "string",
19165
+ "3": "number"
19165
19166
  }
19166
19167
  }
19167
19168
  },
@@ -29068,34 +29069,53 @@ var B24UIMeta = {
29068
29069
  }
29069
29070
  },
29070
29071
  {
29071
- "name": "rel",
29072
+ "name": "target",
29072
29073
  "global": false,
29073
29074
  "description": "",
29074
29075
  "tags": [],
29075
29076
  "required": false,
29076
- "type": "string | undefined",
29077
+ "type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
29077
29078
  "schema": {
29078
29079
  "kind": "enum",
29079
- "type": "string | undefined",
29080
+ "type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
29080
29081
  "schema": {
29081
29082
  "0": "undefined",
29082
- "1": "string"
29083
+ "1": "null",
29084
+ "2": "\"_blank\"",
29085
+ "3": "\"_parent\"",
29086
+ "4": "\"_self\"",
29087
+ "5": "\"_top\"",
29088
+ "6": {
29089
+ "kind": "object",
29090
+ "type": "string & {}",
29091
+ "schema": {}
29092
+ }
29083
29093
  }
29084
29094
  }
29085
29095
  },
29086
29096
  {
29087
- "name": "target",
29097
+ "name": "rel",
29088
29098
  "global": false,
29089
29099
  "description": "",
29090
29100
  "tags": [],
29091
29101
  "required": false,
29092
- "type": "string | undefined",
29102
+ "type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
29093
29103
  "schema": {
29094
29104
  "kind": "enum",
29095
- "type": "string | undefined",
29105
+ "type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
29096
29106
  "schema": {
29097
29107
  "0": "undefined",
29098
- "1": "string"
29108
+ "1": "null",
29109
+ "2": {
29110
+ "kind": "object",
29111
+ "type": "string & {}",
29112
+ "schema": {}
29113
+ },
29114
+ "3": "\"noopener\"",
29115
+ "4": "\"noreferrer\"",
29116
+ "5": "\"nofollow\"",
29117
+ "6": "\"sponsored\"",
29118
+ "7": "\"ugc\""
29099
29119
  }
29100
29120
  }
29101
29121
  },
@@ -40894,9 +40914,9 @@ var B24UIMeta = {
40894
40914
  }
40895
40915
  },
40896
40916
  {
40897
- "name": "name",
40917
+ "name": "value",
40898
40918
  "global": false,
40899
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
40919
+ "description": "The value given as data when submitted with a `name`.",
40900
40920
  "tags": [],
40901
40921
  "required": false,
40902
40922
  "type": "string | undefined",
@@ -40910,9 +40930,9 @@ var B24UIMeta = {
40910
40930
  }
40911
40931
  },
40912
40932
  {
40913
- "name": "value",
40933
+ "name": "name",
40914
40934
  "global": false,
40915
- "description": "The value given as data when submitted with a `name`.",
40935
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
40916
40936
  "tags": [],
40917
40937
  "required": false,
40918
40938
  "type": "string | undefined",
@@ -42639,14 +42659,15 @@ var B24UIMeta = {
42639
42659
  "description": "",
42640
42660
  "tags": [],
42641
42661
  "required": false,
42642
- "type": "string | number | undefined",
42662
+ "type": "string | number | null | undefined",
42643
42663
  "schema": {
42644
42664
  "kind": "enum",
42645
- "type": "string | number | undefined",
42665
+ "type": "string | number | null | undefined",
42646
42666
  "schema": {
42647
42667
  "0": "undefined",
42648
- "1": "string",
42649
- "2": "number"
42668
+ "1": "null",
42669
+ "2": "string",
42670
+ "3": "number"
42650
42671
  }
42651
42672
  }
42652
42673
  },
@@ -45938,6 +45959,40 @@ var B24UIMeta = {
45938
45959
  "exposed": []
45939
45960
  }
45940
45961
  },
45962
+ "ProseImg": {
45963
+ "mode": "all",
45964
+ "prefetch": false,
45965
+ "preload": false,
45966
+ "pascalName": "ProseImg",
45967
+ "kebabName": "prose-img",
45968
+ "chunkName": "components/prose-img",
45969
+ "priority": 0,
45970
+ "_scanned": true,
45971
+ "meta": {
45972
+ "type": 0,
45973
+ "props": [
45974
+ {
45975
+ "name": "b24ui",
45976
+ "global": false,
45977
+ "description": "",
45978
+ "tags": [],
45979
+ "required": false,
45980
+ "type": "Partial<{ base: string; }> | undefined",
45981
+ "schema": {
45982
+ "kind": "enum",
45983
+ "type": "Partial<{ base: string; }> | undefined",
45984
+ "schema": {
45985
+ "0": "undefined",
45986
+ "1": "Partial<{ base: string; }>"
45987
+ }
45988
+ }
45989
+ }
45990
+ ],
45991
+ "slots": [],
45992
+ "events": [],
45993
+ "exposed": []
45994
+ }
45995
+ },
45941
45996
  "ProseLi": {
45942
45997
  "mode": "all",
45943
45998
  "prefetch": false,
@@ -46178,6 +46233,383 @@ var B24UIMeta = {
46178
46233
  "exposed": []
46179
46234
  }
46180
46235
  },
46236
+ "ProseTable": {
46237
+ "mode": "all",
46238
+ "prefetch": false,
46239
+ "preload": false,
46240
+ "pascalName": "ProseTable",
46241
+ "kebabName": "prose-table",
46242
+ "chunkName": "components/prose-table",
46243
+ "priority": 0,
46244
+ "_scanned": true,
46245
+ "meta": {
46246
+ "type": 0,
46247
+ "props": [
46248
+ {
46249
+ "name": "as",
46250
+ "global": false,
46251
+ "description": "The element or component this component should render as.",
46252
+ "tags": [
46253
+ {
46254
+ "name": "defaultValue",
46255
+ "text": "'div'"
46256
+ }
46257
+ ],
46258
+ "required": false,
46259
+ "type": "any",
46260
+ "schema": "any",
46261
+ "default": "\"div\""
46262
+ },
46263
+ {
46264
+ "name": "rounded",
46265
+ "global": false,
46266
+ "description": "",
46267
+ "tags": [
46268
+ {
46269
+ "name": "defaultValue",
46270
+ "text": "true"
46271
+ }
46272
+ ],
46273
+ "required": false,
46274
+ "type": "boolean | undefined",
46275
+ "schema": {
46276
+ "kind": "enum",
46277
+ "type": "boolean | undefined",
46278
+ "schema": {
46279
+ "0": "undefined",
46280
+ "1": "false",
46281
+ "2": "true"
46282
+ }
46283
+ },
46284
+ "default": "true"
46285
+ },
46286
+ {
46287
+ "name": "zebra",
46288
+ "global": false,
46289
+ "description": "",
46290
+ "tags": [
46291
+ {
46292
+ "name": "defaultValue",
46293
+ "text": "true"
46294
+ }
46295
+ ],
46296
+ "required": false,
46297
+ "type": "boolean | undefined",
46298
+ "schema": {
46299
+ "kind": "enum",
46300
+ "type": "boolean | undefined",
46301
+ "schema": {
46302
+ "0": "undefined",
46303
+ "1": "false",
46304
+ "2": "true"
46305
+ }
46306
+ },
46307
+ "default": "true"
46308
+ },
46309
+ {
46310
+ "name": "rowHover",
46311
+ "global": false,
46312
+ "description": "",
46313
+ "tags": [
46314
+ {
46315
+ "name": "defaultValue",
46316
+ "text": "false"
46317
+ }
46318
+ ],
46319
+ "required": false,
46320
+ "type": "boolean | undefined",
46321
+ "schema": {
46322
+ "kind": "enum",
46323
+ "type": "boolean | undefined",
46324
+ "schema": {
46325
+ "0": "undefined",
46326
+ "1": "false",
46327
+ "2": "true"
46328
+ }
46329
+ },
46330
+ "default": "true"
46331
+ },
46332
+ {
46333
+ "name": "bordered",
46334
+ "global": false,
46335
+ "description": "",
46336
+ "tags": [
46337
+ {
46338
+ "name": "defaultValue",
46339
+ "text": "false"
46340
+ }
46341
+ ],
46342
+ "required": false,
46343
+ "type": "boolean | undefined",
46344
+ "schema": {
46345
+ "kind": "enum",
46346
+ "type": "boolean | undefined",
46347
+ "schema": {
46348
+ "0": "undefined",
46349
+ "1": "false",
46350
+ "2": "true"
46351
+ }
46352
+ },
46353
+ "default": "true"
46354
+ },
46355
+ {
46356
+ "name": "b24ui",
46357
+ "global": false,
46358
+ "description": "",
46359
+ "tags": [],
46360
+ "required": false,
46361
+ "type": "Partial<{ root: string; base: string; }> | undefined",
46362
+ "schema": {
46363
+ "kind": "enum",
46364
+ "type": "Partial<{ root: string; base: string; }> | undefined",
46365
+ "schema": {
46366
+ "0": "undefined",
46367
+ "1": "Partial<{ root: string; base: string; }>"
46368
+ }
46369
+ }
46370
+ }
46371
+ ],
46372
+ "slots": [
46373
+ {
46374
+ "name": "default",
46375
+ "type": "{}",
46376
+ "description": "",
46377
+ "schema": {
46378
+ "kind": "object",
46379
+ "type": "{}",
46380
+ "schema": {}
46381
+ }
46382
+ }
46383
+ ],
46384
+ "events": [],
46385
+ "exposed": []
46386
+ }
46387
+ },
46388
+ "ProseTbody": {
46389
+ "mode": "all",
46390
+ "prefetch": false,
46391
+ "preload": false,
46392
+ "pascalName": "ProseTbody",
46393
+ "kebabName": "prose-tbody",
46394
+ "chunkName": "components/prose-tbody",
46395
+ "priority": 0,
46396
+ "_scanned": true,
46397
+ "meta": {
46398
+ "type": 0,
46399
+ "props": [
46400
+ {
46401
+ "name": "b24ui",
46402
+ "global": false,
46403
+ "description": "",
46404
+ "tags": [],
46405
+ "required": false,
46406
+ "type": "Partial<{ base: string; }> | undefined",
46407
+ "schema": {
46408
+ "kind": "enum",
46409
+ "type": "Partial<{ base: string; }> | undefined",
46410
+ "schema": {
46411
+ "0": "undefined",
46412
+ "1": "Partial<{ base: string; }>"
46413
+ }
46414
+ }
46415
+ }
46416
+ ],
46417
+ "slots": [
46418
+ {
46419
+ "name": "default",
46420
+ "type": "{}",
46421
+ "description": "",
46422
+ "schema": {
46423
+ "kind": "object",
46424
+ "type": "{}",
46425
+ "schema": {}
46426
+ }
46427
+ }
46428
+ ],
46429
+ "events": [],
46430
+ "exposed": []
46431
+ }
46432
+ },
46433
+ "ProseTd": {
46434
+ "mode": "all",
46435
+ "prefetch": false,
46436
+ "preload": false,
46437
+ "pascalName": "ProseTd",
46438
+ "kebabName": "prose-td",
46439
+ "chunkName": "components/prose-td",
46440
+ "priority": 0,
46441
+ "_scanned": true,
46442
+ "meta": {
46443
+ "type": 0,
46444
+ "props": [
46445
+ {
46446
+ "name": "b24ui",
46447
+ "global": false,
46448
+ "description": "",
46449
+ "tags": [],
46450
+ "required": false,
46451
+ "type": "Partial<{ base: string; }> | undefined",
46452
+ "schema": {
46453
+ "kind": "enum",
46454
+ "type": "Partial<{ base: string; }> | undefined",
46455
+ "schema": {
46456
+ "0": "undefined",
46457
+ "1": "Partial<{ base: string; }>"
46458
+ }
46459
+ }
46460
+ }
46461
+ ],
46462
+ "slots": [
46463
+ {
46464
+ "name": "default",
46465
+ "type": "{}",
46466
+ "description": "",
46467
+ "schema": {
46468
+ "kind": "object",
46469
+ "type": "{}",
46470
+ "schema": {}
46471
+ }
46472
+ }
46473
+ ],
46474
+ "events": [],
46475
+ "exposed": []
46476
+ }
46477
+ },
46478
+ "ProseTh": {
46479
+ "mode": "all",
46480
+ "prefetch": false,
46481
+ "preload": false,
46482
+ "pascalName": "ProseTh",
46483
+ "kebabName": "prose-th",
46484
+ "chunkName": "components/prose-th",
46485
+ "priority": 0,
46486
+ "_scanned": true,
46487
+ "meta": {
46488
+ "type": 0,
46489
+ "props": [
46490
+ {
46491
+ "name": "b24ui",
46492
+ "global": false,
46493
+ "description": "",
46494
+ "tags": [],
46495
+ "required": false,
46496
+ "type": "Partial<{ base: string; }> | undefined",
46497
+ "schema": {
46498
+ "kind": "enum",
46499
+ "type": "Partial<{ base: string; }> | undefined",
46500
+ "schema": {
46501
+ "0": "undefined",
46502
+ "1": "Partial<{ base: string; }>"
46503
+ }
46504
+ }
46505
+ }
46506
+ ],
46507
+ "slots": [
46508
+ {
46509
+ "name": "default",
46510
+ "type": "{}",
46511
+ "description": "",
46512
+ "schema": {
46513
+ "kind": "object",
46514
+ "type": "{}",
46515
+ "schema": {}
46516
+ }
46517
+ }
46518
+ ],
46519
+ "events": [],
46520
+ "exposed": []
46521
+ }
46522
+ },
46523
+ "ProseThead": {
46524
+ "mode": "all",
46525
+ "prefetch": false,
46526
+ "preload": false,
46527
+ "pascalName": "ProseThead",
46528
+ "kebabName": "prose-thead",
46529
+ "chunkName": "components/prose-thead",
46530
+ "priority": 0,
46531
+ "_scanned": true,
46532
+ "meta": {
46533
+ "type": 0,
46534
+ "props": [
46535
+ {
46536
+ "name": "b24ui",
46537
+ "global": false,
46538
+ "description": "",
46539
+ "tags": [],
46540
+ "required": false,
46541
+ "type": "Partial<{ base: string; }> | undefined",
46542
+ "schema": {
46543
+ "kind": "enum",
46544
+ "type": "Partial<{ base: string; }> | undefined",
46545
+ "schema": {
46546
+ "0": "undefined",
46547
+ "1": "Partial<{ base: string; }>"
46548
+ }
46549
+ }
46550
+ }
46551
+ ],
46552
+ "slots": [
46553
+ {
46554
+ "name": "default",
46555
+ "type": "{}",
46556
+ "description": "",
46557
+ "schema": {
46558
+ "kind": "object",
46559
+ "type": "{}",
46560
+ "schema": {}
46561
+ }
46562
+ }
46563
+ ],
46564
+ "events": [],
46565
+ "exposed": []
46566
+ }
46567
+ },
46568
+ "ProseTr": {
46569
+ "mode": "all",
46570
+ "prefetch": false,
46571
+ "preload": false,
46572
+ "pascalName": "ProseTr",
46573
+ "kebabName": "prose-tr",
46574
+ "chunkName": "components/prose-tr",
46575
+ "priority": 0,
46576
+ "_scanned": true,
46577
+ "meta": {
46578
+ "type": 0,
46579
+ "props": [
46580
+ {
46581
+ "name": "b24ui",
46582
+ "global": false,
46583
+ "description": "",
46584
+ "tags": [],
46585
+ "required": false,
46586
+ "type": "Partial<{ base: string; }> | undefined",
46587
+ "schema": {
46588
+ "kind": "enum",
46589
+ "type": "Partial<{ base: string; }> | undefined",
46590
+ "schema": {
46591
+ "0": "undefined",
46592
+ "1": "Partial<{ base: string; }>"
46593
+ }
46594
+ }
46595
+ }
46596
+ ],
46597
+ "slots": [
46598
+ {
46599
+ "name": "default",
46600
+ "type": "{}",
46601
+ "description": "",
46602
+ "schema": {
46603
+ "kind": "object",
46604
+ "type": "{}",
46605
+ "schema": {}
46606
+ }
46607
+ }
46608
+ ],
46609
+ "events": [],
46610
+ "exposed": []
46611
+ }
46612
+ },
46181
46613
  "ProseUl": {
46182
46614
  "mode": "all",
46183
46615
  "prefetch": false,