@bitrix24/b24ui-nuxt 0.4.5 → 0.4.7

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 (67) hide show
  1. package/.nuxt/b24ui/content/table-wrapper.ts +1 -1
  2. package/.nuxt/b24ui/dropdown-menu.ts +1 -1
  3. package/.nuxt/b24ui/index.ts +1 -0
  4. package/.nuxt/b24ui/popover.ts +6 -0
  5. package/.nuxt/b24ui/prose/table.ts +6 -0
  6. package/.nuxt/b24ui/prose/tbody.ts +5 -0
  7. package/.nuxt/b24ui/prose/td.ts +5 -0
  8. package/.nuxt/b24ui/prose/th.ts +5 -0
  9. package/.nuxt/b24ui/prose/thead.ts +5 -0
  10. package/.nuxt/b24ui/prose/tr.ts +5 -0
  11. package/dist/meta.cjs +711 -36
  12. package/dist/meta.d.cts +711 -36
  13. package/dist/meta.d.mts +711 -36
  14. package/dist/meta.d.ts +711 -36
  15. package/dist/meta.mjs +711 -36
  16. package/dist/module.cjs +1 -1
  17. package/dist/module.json +1 -1
  18. package/dist/module.mjs +1 -1
  19. package/dist/runtime/components/App.vue +6 -6
  20. package/dist/runtime/components/Form.vue +5 -5
  21. package/dist/runtime/components/FormField.vue +1 -1
  22. package/dist/runtime/components/Popover.vue +105 -0
  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/it.d.ts +2 -1
  33. package/dist/runtime/locale/ja.d.ts +2 -1
  34. package/dist/runtime/locale/kz.d.ts +2 -1
  35. package/dist/runtime/locale/la.d.ts +2 -1
  36. package/dist/runtime/locale/ms.d.ts +2 -1
  37. package/dist/runtime/locale/pl.d.ts +2 -1
  38. package/dist/runtime/locale/ru.d.ts +2 -1
  39. package/dist/runtime/locale/sc.d.ts +2 -1
  40. package/dist/runtime/locale/tc.d.ts +2 -1
  41. package/dist/runtime/locale/th.d.ts +2 -1
  42. package/dist/runtime/locale/tr.d.ts +2 -1
  43. package/dist/runtime/locale/ua.d.ts +2 -1
  44. package/dist/runtime/locale/vn.d.ts +2 -1
  45. package/dist/runtime/plugins/colors.js +3 -1
  46. package/dist/runtime/prose/Code.vue +1 -1
  47. package/dist/runtime/prose/Img.vue +1 -1
  48. package/dist/runtime/prose/Table.vue +74 -0
  49. package/dist/runtime/prose/Tbody.vue +34 -0
  50. package/dist/runtime/prose/Td.vue +34 -0
  51. package/dist/runtime/prose/Th.vue +34 -0
  52. package/dist/runtime/prose/Thead.vue +34 -0
  53. package/dist/runtime/prose/Tr.vue +34 -0
  54. package/dist/runtime/types/form.d.ts +1 -1
  55. package/dist/runtime/types/index.d.ts +7 -0
  56. package/dist/runtime/types/index.js +7 -0
  57. package/dist/runtime/types/locale.d.ts +2 -2
  58. package/dist/runtime/utils/locale.d.ts +5 -5
  59. package/dist/runtime/vue/stubs.d.ts +3 -1
  60. package/dist/runtime/vue/stubs.js +3 -1
  61. package/dist/shared/{b24ui-nuxt.BH-d1ImO.mjs → b24ui-nuxt.CPOPpSQq.mjs} +69 -2
  62. package/dist/shared/{b24ui-nuxt.DxEKoBT7.cjs → b24ui-nuxt.lbv7ybxH.cjs} +69 -2
  63. package/dist/unplugin.cjs +1 -1
  64. package/dist/unplugin.mjs +1 -1
  65. package/dist/vite.cjs +1 -1
  66. package/dist/vite.mjs +1 -1
  67. package/package.json +8 -7
package/dist/meta.cjs CHANGED
@@ -2050,15 +2050,15 @@ const B24UIMeta = {
2050
2050
  "description": "",
2051
2051
  "tags": [],
2052
2052
  "required": false,
2053
- "type": "Locale | undefined",
2053
+ "type": "Locale<Messages> | undefined",
2054
2054
  "schema": {
2055
2055
  "kind": "enum",
2056
- "type": "Locale | undefined",
2056
+ "type": "Locale<Messages> | undefined",
2057
2057
  "schema": {
2058
2058
  "0": "undefined",
2059
2059
  "1": {
2060
2060
  "kind": "object",
2061
- "type": "Locale",
2061
+ "type": "Locale<Messages>",
2062
2062
  "schema": {
2063
2063
  "name": {
2064
2064
  "name": "name",
@@ -5027,22 +5027,6 @@ const B24UIMeta = {
5027
5027
  }
5028
5028
  }
5029
5029
  },
5030
- {
5031
- "name": "name",
5032
- "global": false,
5033
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5034
- "tags": [],
5035
- "required": false,
5036
- "type": "string | undefined",
5037
- "schema": {
5038
- "kind": "enum",
5039
- "type": "string | undefined",
5040
- "schema": {
5041
- "0": "undefined",
5042
- "1": "string"
5043
- }
5044
- }
5045
- },
5046
5030
  {
5047
5031
  "name": "value",
5048
5032
  "global": false,
@@ -5067,6 +5051,22 @@ const B24UIMeta = {
5067
5051
  }
5068
5052
  }
5069
5053
  },
5054
+ {
5055
+ "name": "name",
5056
+ "global": false,
5057
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5058
+ "tags": [],
5059
+ "required": false,
5060
+ "type": "string | undefined",
5061
+ "schema": {
5062
+ "kind": "enum",
5063
+ "type": "string | undefined",
5064
+ "schema": {
5065
+ "0": "undefined",
5066
+ "1": "string"
5067
+ }
5068
+ }
5069
+ },
5070
5070
  {
5071
5071
  "name": "required",
5072
5072
  "global": false,
@@ -12845,9 +12845,9 @@ const B24UIMeta = {
12845
12845
  }
12846
12846
  },
12847
12847
  {
12848
- "name": "defaultOpen",
12848
+ "name": "modal",
12849
12849
  "global": false,
12850
- "description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
12850
+ "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.",
12851
12851
  "tags": [],
12852
12852
  "required": false,
12853
12853
  "type": "boolean | undefined",
@@ -12859,12 +12859,13 @@ const B24UIMeta = {
12859
12859
  "1": "false",
12860
12860
  "2": "true"
12861
12861
  }
12862
- }
12862
+ },
12863
+ "default": "true"
12863
12864
  },
12864
12865
  {
12865
- "name": "open",
12866
+ "name": "defaultOpen",
12866
12867
  "global": false,
12867
- "description": "The controlled open state of the menu. Can be used as `v-model:open`.",
12868
+ "description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
12868
12869
  "tags": [],
12869
12870
  "required": false,
12870
12871
  "type": "boolean | undefined",
@@ -12879,9 +12880,9 @@ const B24UIMeta = {
12879
12880
  }
12880
12881
  },
12881
12882
  {
12882
- "name": "modal",
12883
+ "name": "open",
12883
12884
  "global": false,
12884
- "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.",
12885
+ "description": "The controlled open state of the menu. Can be used as `v-model:open`.",
12885
12886
  "tags": [],
12886
12887
  "required": false,
12887
12888
  "type": "boolean | undefined",
@@ -12893,8 +12894,7 @@ const B24UIMeta = {
12893
12894
  "1": "false",
12894
12895
  "2": "true"
12895
12896
  }
12896
- },
12897
- "default": "true"
12897
+ }
12898
12898
  }
12899
12899
  ],
12900
12900
  "slots": [
@@ -18706,17 +18706,33 @@ const B24UIMeta = {
18706
18706
  "slots": [
18707
18707
  {
18708
18708
  "name": "default",
18709
- "type": "{} | undefined",
18709
+ "type": "{ errors: FormError<string>[]; } | undefined",
18710
18710
  "description": "",
18711
18711
  "schema": {
18712
18712
  "kind": "enum",
18713
- "type": "{} | undefined",
18713
+ "type": "{ errors: FormError<string>[]; } | undefined",
18714
18714
  "schema": {
18715
18715
  "0": "undefined",
18716
18716
  "1": {
18717
18717
  "kind": "object",
18718
- "type": "{}",
18719
- "schema": {}
18718
+ "type": "{ errors: FormError<string>[]; }",
18719
+ "schema": {
18720
+ "errors": {
18721
+ "name": "errors",
18722
+ "global": false,
18723
+ "description": "",
18724
+ "tags": [],
18725
+ "required": true,
18726
+ "type": "FormError<string>[]",
18727
+ "schema": {
18728
+ "kind": "array",
18729
+ "type": "FormError<string>[]",
18730
+ "schema": {
18731
+ "0": "FormError<string>"
18732
+ }
18733
+ }
18734
+ }
18735
+ }
18720
18736
  }
18721
18737
  }
18722
18738
  }
@@ -29697,6 +29713,288 @@ const B24UIMeta = {
29697
29713
  "exposed": []
29698
29714
  }
29699
29715
  },
29716
+ "B24Popover": {
29717
+ "mode": "all",
29718
+ "prefetch": false,
29719
+ "preload": false,
29720
+ "pascalName": "B24Popover",
29721
+ "kebabName": "b24-popover",
29722
+ "chunkName": "components/b24-popover",
29723
+ "priority": 0,
29724
+ "_scanned": true,
29725
+ "meta": {
29726
+ "type": 0,
29727
+ "props": [
29728
+ {
29729
+ "name": "mode",
29730
+ "global": false,
29731
+ "description": "The display mode of the popover.",
29732
+ "tags": [
29733
+ {
29734
+ "name": "defaultValue",
29735
+ "text": "'click'"
29736
+ }
29737
+ ],
29738
+ "required": false,
29739
+ "type": "\"click\" | \"hover\" | undefined",
29740
+ "schema": {
29741
+ "kind": "enum",
29742
+ "type": "\"click\" | \"hover\" | undefined",
29743
+ "schema": {
29744
+ "0": "undefined",
29745
+ "1": "\"click\"",
29746
+ "2": "\"hover\""
29747
+ }
29748
+ },
29749
+ "default": "\"click\""
29750
+ },
29751
+ {
29752
+ "name": "content",
29753
+ "global": false,
29754
+ "description": "The content of the popover.",
29755
+ "tags": [
29756
+ {
29757
+ "name": "defaultValue",
29758
+ "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8 }"
29759
+ }
29760
+ ],
29761
+ "required": false,
29762
+ "type": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
29763
+ "schema": {
29764
+ "kind": "enum",
29765
+ "type": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
29766
+ "schema": {
29767
+ "0": "undefined",
29768
+ "1": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\">"
29769
+ }
29770
+ }
29771
+ },
29772
+ {
29773
+ "name": "arrow",
29774
+ "global": false,
29775
+ "description": "Display an arrow alongside the popover.",
29776
+ "tags": [
29777
+ {
29778
+ "name": "defaultValue",
29779
+ "text": "false"
29780
+ }
29781
+ ],
29782
+ "required": false,
29783
+ "type": "boolean | Omit<PopoverArrowProps, \"as\" | \"asChild\"> | undefined",
29784
+ "schema": {
29785
+ "kind": "enum",
29786
+ "type": "boolean | Omit<PopoverArrowProps, \"as\" | \"asChild\"> | undefined",
29787
+ "schema": {
29788
+ "0": "undefined",
29789
+ "1": "false",
29790
+ "2": "true",
29791
+ "3": "Omit<PopoverArrowProps, \"as\" | \"asChild\">"
29792
+ }
29793
+ }
29794
+ },
29795
+ {
29796
+ "name": "portal",
29797
+ "global": false,
29798
+ "description": "Render the popover in a portal.",
29799
+ "tags": [
29800
+ {
29801
+ "name": "defaultValue",
29802
+ "text": "true"
29803
+ }
29804
+ ],
29805
+ "required": false,
29806
+ "type": "boolean | undefined",
29807
+ "schema": {
29808
+ "kind": "enum",
29809
+ "type": "boolean | undefined",
29810
+ "schema": {
29811
+ "0": "undefined",
29812
+ "1": "false",
29813
+ "2": "true"
29814
+ }
29815
+ },
29816
+ "default": "true"
29817
+ },
29818
+ {
29819
+ "name": "dismissible",
29820
+ "global": false,
29821
+ "description": "When `false`, the popover will not close when clicking outside or pressing escape.",
29822
+ "tags": [
29823
+ {
29824
+ "name": "defaultValue",
29825
+ "text": "true"
29826
+ }
29827
+ ],
29828
+ "required": false,
29829
+ "type": "boolean | undefined",
29830
+ "schema": {
29831
+ "kind": "enum",
29832
+ "type": "boolean | undefined",
29833
+ "schema": {
29834
+ "0": "undefined",
29835
+ "1": "false",
29836
+ "2": "true"
29837
+ }
29838
+ },
29839
+ "default": "true"
29840
+ },
29841
+ {
29842
+ "name": "b24ui",
29843
+ "global": false,
29844
+ "description": "",
29845
+ "tags": [],
29846
+ "required": false,
29847
+ "type": "Partial<{ content: string; arrow: string; }> | undefined",
29848
+ "schema": {
29849
+ "kind": "enum",
29850
+ "type": "Partial<{ content: string; arrow: string; }> | undefined",
29851
+ "schema": {
29852
+ "0": "undefined",
29853
+ "1": "Partial<{ content: string; arrow: string; }>"
29854
+ }
29855
+ }
29856
+ },
29857
+ {
29858
+ "name": "defaultOpen",
29859
+ "global": false,
29860
+ "description": "The open state of the popover when it is initially rendered. Use when you do not need to control its open state.",
29861
+ "tags": [],
29862
+ "required": false,
29863
+ "type": "boolean | undefined",
29864
+ "schema": {
29865
+ "kind": "enum",
29866
+ "type": "boolean | undefined",
29867
+ "schema": {
29868
+ "0": "undefined",
29869
+ "1": "false",
29870
+ "2": "true"
29871
+ }
29872
+ }
29873
+ },
29874
+ {
29875
+ "name": "open",
29876
+ "global": false,
29877
+ "description": "The controlled open state of the popover.",
29878
+ "tags": [],
29879
+ "required": false,
29880
+ "type": "boolean | undefined",
29881
+ "schema": {
29882
+ "kind": "enum",
29883
+ "type": "boolean | undefined",
29884
+ "schema": {
29885
+ "0": "undefined",
29886
+ "1": "false",
29887
+ "2": "true"
29888
+ }
29889
+ }
29890
+ },
29891
+ {
29892
+ "name": "modal",
29893
+ "global": false,
29894
+ "description": "The modality of the popover. When set to true, interaction with outside elements will be disabled and only popover content will be visible to screen readers.",
29895
+ "tags": [
29896
+ {
29897
+ "name": "defaultValue",
29898
+ "text": "false"
29899
+ }
29900
+ ],
29901
+ "required": false,
29902
+ "type": "boolean | undefined",
29903
+ "schema": {
29904
+ "kind": "enum",
29905
+ "type": "boolean | undefined",
29906
+ "schema": {
29907
+ "0": "undefined",
29908
+ "1": "false",
29909
+ "2": "true"
29910
+ }
29911
+ }
29912
+ },
29913
+ {
29914
+ "name": "openDelay",
29915
+ "global": false,
29916
+ "description": "The duration from when the mouse enters the trigger until the hover card opens.",
29917
+ "tags": [],
29918
+ "required": false,
29919
+ "type": "number | undefined",
29920
+ "schema": {
29921
+ "kind": "enum",
29922
+ "type": "number | undefined",
29923
+ "schema": {
29924
+ "0": "undefined",
29925
+ "1": "number"
29926
+ }
29927
+ },
29928
+ "default": "0"
29929
+ },
29930
+ {
29931
+ "name": "closeDelay",
29932
+ "global": false,
29933
+ "description": "The duration from when the mouse leaves the trigger or content until the hover card closes.",
29934
+ "tags": [],
29935
+ "required": false,
29936
+ "type": "number | undefined",
29937
+ "schema": {
29938
+ "kind": "enum",
29939
+ "type": "number | undefined",
29940
+ "schema": {
29941
+ "0": "undefined",
29942
+ "1": "number"
29943
+ }
29944
+ },
29945
+ "default": "0"
29946
+ }
29947
+ ],
29948
+ "slots": [
29949
+ {
29950
+ "name": "default",
29951
+ "type": "{ open: boolean; }",
29952
+ "description": "",
29953
+ "schema": {
29954
+ "kind": "object",
29955
+ "type": "{ open: boolean; }",
29956
+ "schema": {
29957
+ "open": {
29958
+ "name": "open",
29959
+ "global": false,
29960
+ "description": "",
29961
+ "tags": [],
29962
+ "required": true,
29963
+ "type": "boolean",
29964
+ "schema": {
29965
+ "kind": "enum",
29966
+ "type": "boolean",
29967
+ "schema": {
29968
+ "0": "false",
29969
+ "1": "true"
29970
+ }
29971
+ }
29972
+ }
29973
+ }
29974
+ }
29975
+ },
29976
+ {
29977
+ "name": "content",
29978
+ "type": "{} | undefined",
29979
+ "description": "",
29980
+ "schema": {
29981
+ "kind": "enum",
29982
+ "type": "{} | undefined",
29983
+ "schema": {
29984
+ "0": "undefined",
29985
+ "1": {
29986
+ "kind": "object",
29987
+ "type": "{}",
29988
+ "schema": {}
29989
+ }
29990
+ }
29991
+ }
29992
+ }
29993
+ ],
29994
+ "events": [],
29995
+ "exposed": []
29996
+ }
29997
+ },
29700
29998
  "B24Progress": {
29701
29999
  "mode": "all",
29702
30000
  "prefetch": false,
@@ -40916,9 +41214,9 @@ const B24UIMeta = {
40916
41214
  }
40917
41215
  },
40918
41216
  {
40919
- "name": "name",
41217
+ "name": "value",
40920
41218
  "global": false,
40921
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
41219
+ "description": "The value given as data when submitted with a `name`.",
40922
41220
  "tags": [],
40923
41221
  "required": false,
40924
41222
  "type": "string | undefined",
@@ -40932,9 +41230,9 @@ const B24UIMeta = {
40932
41230
  }
40933
41231
  },
40934
41232
  {
40935
- "name": "value",
41233
+ "name": "name",
40936
41234
  "global": false,
40937
- "description": "The value given as data when submitted with a `name`.",
41235
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
40938
41236
  "tags": [],
40939
41237
  "required": false,
40940
41238
  "type": "string | undefined",
@@ -46235,6 +46533,383 @@ const B24UIMeta = {
46235
46533
  "exposed": []
46236
46534
  }
46237
46535
  },
46536
+ "ProseTable": {
46537
+ "mode": "all",
46538
+ "prefetch": false,
46539
+ "preload": false,
46540
+ "pascalName": "ProseTable",
46541
+ "kebabName": "prose-table",
46542
+ "chunkName": "components/prose-table",
46543
+ "priority": 0,
46544
+ "_scanned": true,
46545
+ "meta": {
46546
+ "type": 0,
46547
+ "props": [
46548
+ {
46549
+ "name": "as",
46550
+ "global": false,
46551
+ "description": "The element or component this component should render as.",
46552
+ "tags": [
46553
+ {
46554
+ "name": "defaultValue",
46555
+ "text": "'div'"
46556
+ }
46557
+ ],
46558
+ "required": false,
46559
+ "type": "any",
46560
+ "schema": "any",
46561
+ "default": "\"div\""
46562
+ },
46563
+ {
46564
+ "name": "rounded",
46565
+ "global": false,
46566
+ "description": "",
46567
+ "tags": [
46568
+ {
46569
+ "name": "defaultValue",
46570
+ "text": "true"
46571
+ }
46572
+ ],
46573
+ "required": false,
46574
+ "type": "boolean | undefined",
46575
+ "schema": {
46576
+ "kind": "enum",
46577
+ "type": "boolean | undefined",
46578
+ "schema": {
46579
+ "0": "undefined",
46580
+ "1": "false",
46581
+ "2": "true"
46582
+ }
46583
+ },
46584
+ "default": "true"
46585
+ },
46586
+ {
46587
+ "name": "zebra",
46588
+ "global": false,
46589
+ "description": "",
46590
+ "tags": [
46591
+ {
46592
+ "name": "defaultValue",
46593
+ "text": "true"
46594
+ }
46595
+ ],
46596
+ "required": false,
46597
+ "type": "boolean | undefined",
46598
+ "schema": {
46599
+ "kind": "enum",
46600
+ "type": "boolean | undefined",
46601
+ "schema": {
46602
+ "0": "undefined",
46603
+ "1": "false",
46604
+ "2": "true"
46605
+ }
46606
+ },
46607
+ "default": "true"
46608
+ },
46609
+ {
46610
+ "name": "rowHover",
46611
+ "global": false,
46612
+ "description": "",
46613
+ "tags": [
46614
+ {
46615
+ "name": "defaultValue",
46616
+ "text": "false"
46617
+ }
46618
+ ],
46619
+ "required": false,
46620
+ "type": "boolean | undefined",
46621
+ "schema": {
46622
+ "kind": "enum",
46623
+ "type": "boolean | undefined",
46624
+ "schema": {
46625
+ "0": "undefined",
46626
+ "1": "false",
46627
+ "2": "true"
46628
+ }
46629
+ },
46630
+ "default": "true"
46631
+ },
46632
+ {
46633
+ "name": "bordered",
46634
+ "global": false,
46635
+ "description": "",
46636
+ "tags": [
46637
+ {
46638
+ "name": "defaultValue",
46639
+ "text": "false"
46640
+ }
46641
+ ],
46642
+ "required": false,
46643
+ "type": "boolean | undefined",
46644
+ "schema": {
46645
+ "kind": "enum",
46646
+ "type": "boolean | undefined",
46647
+ "schema": {
46648
+ "0": "undefined",
46649
+ "1": "false",
46650
+ "2": "true"
46651
+ }
46652
+ },
46653
+ "default": "true"
46654
+ },
46655
+ {
46656
+ "name": "b24ui",
46657
+ "global": false,
46658
+ "description": "",
46659
+ "tags": [],
46660
+ "required": false,
46661
+ "type": "Partial<{ root: string; base: string; }> | undefined",
46662
+ "schema": {
46663
+ "kind": "enum",
46664
+ "type": "Partial<{ root: string; base: string; }> | undefined",
46665
+ "schema": {
46666
+ "0": "undefined",
46667
+ "1": "Partial<{ root: string; base: string; }>"
46668
+ }
46669
+ }
46670
+ }
46671
+ ],
46672
+ "slots": [
46673
+ {
46674
+ "name": "default",
46675
+ "type": "{}",
46676
+ "description": "",
46677
+ "schema": {
46678
+ "kind": "object",
46679
+ "type": "{}",
46680
+ "schema": {}
46681
+ }
46682
+ }
46683
+ ],
46684
+ "events": [],
46685
+ "exposed": []
46686
+ }
46687
+ },
46688
+ "ProseTbody": {
46689
+ "mode": "all",
46690
+ "prefetch": false,
46691
+ "preload": false,
46692
+ "pascalName": "ProseTbody",
46693
+ "kebabName": "prose-tbody",
46694
+ "chunkName": "components/prose-tbody",
46695
+ "priority": 0,
46696
+ "_scanned": true,
46697
+ "meta": {
46698
+ "type": 0,
46699
+ "props": [
46700
+ {
46701
+ "name": "b24ui",
46702
+ "global": false,
46703
+ "description": "",
46704
+ "tags": [],
46705
+ "required": false,
46706
+ "type": "Partial<{ base: string; }> | undefined",
46707
+ "schema": {
46708
+ "kind": "enum",
46709
+ "type": "Partial<{ base: string; }> | undefined",
46710
+ "schema": {
46711
+ "0": "undefined",
46712
+ "1": "Partial<{ base: string; }>"
46713
+ }
46714
+ }
46715
+ }
46716
+ ],
46717
+ "slots": [
46718
+ {
46719
+ "name": "default",
46720
+ "type": "{}",
46721
+ "description": "",
46722
+ "schema": {
46723
+ "kind": "object",
46724
+ "type": "{}",
46725
+ "schema": {}
46726
+ }
46727
+ }
46728
+ ],
46729
+ "events": [],
46730
+ "exposed": []
46731
+ }
46732
+ },
46733
+ "ProseTd": {
46734
+ "mode": "all",
46735
+ "prefetch": false,
46736
+ "preload": false,
46737
+ "pascalName": "ProseTd",
46738
+ "kebabName": "prose-td",
46739
+ "chunkName": "components/prose-td",
46740
+ "priority": 0,
46741
+ "_scanned": true,
46742
+ "meta": {
46743
+ "type": 0,
46744
+ "props": [
46745
+ {
46746
+ "name": "b24ui",
46747
+ "global": false,
46748
+ "description": "",
46749
+ "tags": [],
46750
+ "required": false,
46751
+ "type": "Partial<{ base: string; }> | undefined",
46752
+ "schema": {
46753
+ "kind": "enum",
46754
+ "type": "Partial<{ base: string; }> | undefined",
46755
+ "schema": {
46756
+ "0": "undefined",
46757
+ "1": "Partial<{ base: string; }>"
46758
+ }
46759
+ }
46760
+ }
46761
+ ],
46762
+ "slots": [
46763
+ {
46764
+ "name": "default",
46765
+ "type": "{}",
46766
+ "description": "",
46767
+ "schema": {
46768
+ "kind": "object",
46769
+ "type": "{}",
46770
+ "schema": {}
46771
+ }
46772
+ }
46773
+ ],
46774
+ "events": [],
46775
+ "exposed": []
46776
+ }
46777
+ },
46778
+ "ProseTh": {
46779
+ "mode": "all",
46780
+ "prefetch": false,
46781
+ "preload": false,
46782
+ "pascalName": "ProseTh",
46783
+ "kebabName": "prose-th",
46784
+ "chunkName": "components/prose-th",
46785
+ "priority": 0,
46786
+ "_scanned": true,
46787
+ "meta": {
46788
+ "type": 0,
46789
+ "props": [
46790
+ {
46791
+ "name": "b24ui",
46792
+ "global": false,
46793
+ "description": "",
46794
+ "tags": [],
46795
+ "required": false,
46796
+ "type": "Partial<{ base: string; }> | undefined",
46797
+ "schema": {
46798
+ "kind": "enum",
46799
+ "type": "Partial<{ base: string; }> | undefined",
46800
+ "schema": {
46801
+ "0": "undefined",
46802
+ "1": "Partial<{ base: string; }>"
46803
+ }
46804
+ }
46805
+ }
46806
+ ],
46807
+ "slots": [
46808
+ {
46809
+ "name": "default",
46810
+ "type": "{}",
46811
+ "description": "",
46812
+ "schema": {
46813
+ "kind": "object",
46814
+ "type": "{}",
46815
+ "schema": {}
46816
+ }
46817
+ }
46818
+ ],
46819
+ "events": [],
46820
+ "exposed": []
46821
+ }
46822
+ },
46823
+ "ProseThead": {
46824
+ "mode": "all",
46825
+ "prefetch": false,
46826
+ "preload": false,
46827
+ "pascalName": "ProseThead",
46828
+ "kebabName": "prose-thead",
46829
+ "chunkName": "components/prose-thead",
46830
+ "priority": 0,
46831
+ "_scanned": true,
46832
+ "meta": {
46833
+ "type": 0,
46834
+ "props": [
46835
+ {
46836
+ "name": "b24ui",
46837
+ "global": false,
46838
+ "description": "",
46839
+ "tags": [],
46840
+ "required": false,
46841
+ "type": "Partial<{ base: string; }> | undefined",
46842
+ "schema": {
46843
+ "kind": "enum",
46844
+ "type": "Partial<{ base: string; }> | undefined",
46845
+ "schema": {
46846
+ "0": "undefined",
46847
+ "1": "Partial<{ base: string; }>"
46848
+ }
46849
+ }
46850
+ }
46851
+ ],
46852
+ "slots": [
46853
+ {
46854
+ "name": "default",
46855
+ "type": "{}",
46856
+ "description": "",
46857
+ "schema": {
46858
+ "kind": "object",
46859
+ "type": "{}",
46860
+ "schema": {}
46861
+ }
46862
+ }
46863
+ ],
46864
+ "events": [],
46865
+ "exposed": []
46866
+ }
46867
+ },
46868
+ "ProseTr": {
46869
+ "mode": "all",
46870
+ "prefetch": false,
46871
+ "preload": false,
46872
+ "pascalName": "ProseTr",
46873
+ "kebabName": "prose-tr",
46874
+ "chunkName": "components/prose-tr",
46875
+ "priority": 0,
46876
+ "_scanned": true,
46877
+ "meta": {
46878
+ "type": 0,
46879
+ "props": [
46880
+ {
46881
+ "name": "b24ui",
46882
+ "global": false,
46883
+ "description": "",
46884
+ "tags": [],
46885
+ "required": false,
46886
+ "type": "Partial<{ base: string; }> | undefined",
46887
+ "schema": {
46888
+ "kind": "enum",
46889
+ "type": "Partial<{ base: string; }> | undefined",
46890
+ "schema": {
46891
+ "0": "undefined",
46892
+ "1": "Partial<{ base: string; }>"
46893
+ }
46894
+ }
46895
+ }
46896
+ ],
46897
+ "slots": [
46898
+ {
46899
+ "name": "default",
46900
+ "type": "{}",
46901
+ "description": "",
46902
+ "schema": {
46903
+ "kind": "object",
46904
+ "type": "{}",
46905
+ "schema": {}
46906
+ }
46907
+ }
46908
+ ],
46909
+ "events": [],
46910
+ "exposed": []
46911
+ }
46912
+ },
46238
46913
  "ProseUl": {
46239
46914
  "mode": "all",
46240
46915
  "prefetch": false,