@bitrix24/b24ui-nuxt 2.1.2 → 2.1.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.
Files changed (134) hide show
  1. package/cli/templates.mjs +2 -2
  2. package/dist/meta.d.mts +1301 -178
  3. package/dist/meta.mjs +1301 -178
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +1 -1
  6. package/dist/runtime/components/Accordion.vue +9 -4
  7. package/dist/runtime/components/Advice.vue +9 -5
  8. package/dist/runtime/components/Alert.vue +9 -7
  9. package/dist/runtime/components/Avatar.vue +4 -2
  10. package/dist/runtime/components/AvatarGroup.vue +3 -3
  11. package/dist/runtime/components/Badge.vue +6 -1
  12. package/dist/runtime/components/Banner.vue +9 -8
  13. package/dist/runtime/components/Breadcrumb.vue +9 -4
  14. package/dist/runtime/components/Button.vue +12 -9
  15. package/dist/runtime/components/Calendar.vue +11 -5
  16. package/dist/runtime/components/Card.vue +4 -4
  17. package/dist/runtime/components/ChatMessage.vue +7 -5
  18. package/dist/runtime/components/ChatMessages.vue +4 -2
  19. package/dist/runtime/components/ChatPalette.vue +3 -3
  20. package/dist/runtime/components/ChatPrompt.vue +4 -3
  21. package/dist/runtime/components/ChatPromptSubmit.vue +1 -0
  22. package/dist/runtime/components/Checkbox.vue +9 -7
  23. package/dist/runtime/components/CheckboxGroup.vue +4 -2
  24. package/dist/runtime/components/Chip.vue +3 -0
  25. package/dist/runtime/components/Collapsible.vue +2 -2
  26. package/dist/runtime/components/ColorPicker.vue +7 -3
  27. package/dist/runtime/components/CommandPalette.vue +60 -21
  28. package/dist/runtime/components/ContextMenu.vue +1 -0
  29. package/dist/runtime/components/ContextMenuContent.vue +19 -6
  30. package/dist/runtime/components/Countdown.vue +8 -1
  31. package/dist/runtime/components/DashboardSearch.vue +1 -0
  32. package/dist/runtime/components/DashboardSearchButton.vue +2 -1
  33. package/dist/runtime/components/DescriptionList.vue +12 -4
  34. package/dist/runtime/components/DropdownMenu.vue +2 -1
  35. package/dist/runtime/components/DropdownMenuContent.vue +21 -7
  36. package/dist/runtime/components/Empty.vue +9 -8
  37. package/dist/runtime/components/Error.vue +5 -5
  38. package/dist/runtime/components/FileUpload.vue +15 -8
  39. package/dist/runtime/components/FormField.vue +11 -11
  40. package/dist/runtime/components/Input.vue +8 -3
  41. package/dist/runtime/components/InputDate.vue +9 -2
  42. package/dist/runtime/components/InputMenu.vue +35 -19
  43. package/dist/runtime/components/InputNumber.vue +5 -2
  44. package/dist/runtime/components/InputTags.vue +12 -3
  45. package/dist/runtime/components/InputTime.vue +8 -2
  46. package/dist/runtime/components/Kbd.vue +1 -1
  47. package/dist/runtime/components/Modal.vue +11 -8
  48. package/dist/runtime/components/Navbar.vue +1 -1
  49. package/dist/runtime/components/NavbarDivider.vue +1 -1
  50. package/dist/runtime/components/NavbarSection.vue +2 -1
  51. package/dist/runtime/components/NavbarSpacer.vue +1 -1
  52. package/dist/runtime/components/NavigationMenu.vue +43 -12
  53. package/dist/runtime/components/PageCard.vue +10 -9
  54. package/dist/runtime/components/PageLinks.vue +9 -7
  55. package/dist/runtime/components/Pagination.vue +8 -8
  56. package/dist/runtime/components/PinInput.vue +2 -0
  57. package/dist/runtime/components/Popover.vue +2 -2
  58. package/dist/runtime/components/Progress.vue +6 -6
  59. package/dist/runtime/components/RadioGroup.d.vue.ts +2 -2
  60. package/dist/runtime/components/RadioGroup.vue +10 -4
  61. package/dist/runtime/components/RadioGroup.vue.d.ts +2 -2
  62. package/dist/runtime/components/Range.vue +5 -4
  63. package/dist/runtime/components/Select.vue +25 -11
  64. package/dist/runtime/components/SelectMenu.vue +33 -14
  65. package/dist/runtime/components/Separator.vue +7 -7
  66. package/dist/runtime/components/Sidebar.vue +1 -1
  67. package/dist/runtime/components/SidebarBody.vue +1 -1
  68. package/dist/runtime/components/SidebarFooter.vue +1 -1
  69. package/dist/runtime/components/SidebarHeader.vue +1 -1
  70. package/dist/runtime/components/SidebarHeading.vue +1 -1
  71. package/dist/runtime/components/SidebarLayout.vue +18 -13
  72. package/dist/runtime/components/SidebarSection.vue +2 -1
  73. package/dist/runtime/components/SidebarSpacer.vue +1 -1
  74. package/dist/runtime/components/Skeleton.vue +1 -0
  75. package/dist/runtime/components/Slideover.vue +10 -7
  76. package/dist/runtime/components/Stepper.vue +12 -9
  77. package/dist/runtime/components/Switch.vue +10 -6
  78. package/dist/runtime/components/Table.vue +18 -13
  79. package/dist/runtime/components/TableWrapper.vue +1 -0
  80. package/dist/runtime/components/Tabs.d.vue.ts +3 -3
  81. package/dist/runtime/components/Tabs.vue +24 -15
  82. package/dist/runtime/components/Tabs.vue.d.ts +3 -3
  83. package/dist/runtime/components/Textarea.vue +8 -3
  84. package/dist/runtime/components/Timeline.vue +9 -6
  85. package/dist/runtime/components/Toast.vue +10 -6
  86. package/dist/runtime/components/Toaster.vue +2 -0
  87. package/dist/runtime/components/Tooltip.vue +4 -4
  88. package/dist/runtime/components/User.vue +13 -6
  89. package/dist/runtime/components/content/ContentSearch.vue +59 -68
  90. package/dist/runtime/components/content/ContentSearchButton.vue +2 -1
  91. package/dist/runtime/components/content/ContentSurround.vue +6 -4
  92. package/dist/runtime/components/content/ContentToc.vue +13 -10
  93. package/dist/runtime/components/prose/A.vue +1 -1
  94. package/dist/runtime/components/prose/Blockquote.vue +1 -1
  95. package/dist/runtime/components/prose/Callout.vue +4 -1
  96. package/dist/runtime/components/prose/Card.vue +5 -3
  97. package/dist/runtime/components/prose/Code.vue +1 -0
  98. package/dist/runtime/components/prose/CodeCollapse.vue +3 -2
  99. package/dist/runtime/components/prose/CodeGroup.vue +6 -6
  100. package/dist/runtime/components/prose/CodePreview.vue +3 -3
  101. package/dist/runtime/components/prose/Collapsible.vue +3 -2
  102. package/dist/runtime/components/prose/Em.vue +1 -1
  103. package/dist/runtime/components/prose/Field.vue +7 -7
  104. package/dist/runtime/components/prose/H1.vue +1 -0
  105. package/dist/runtime/components/prose/H2.vue +4 -2
  106. package/dist/runtime/components/prose/H3.vue +4 -2
  107. package/dist/runtime/components/prose/H4.vue +4 -2
  108. package/dist/runtime/components/prose/H5.vue +1 -0
  109. package/dist/runtime/components/prose/H6.vue +1 -0
  110. package/dist/runtime/components/prose/Hr.vue +1 -1
  111. package/dist/runtime/components/prose/Img.vue +4 -0
  112. package/dist/runtime/components/prose/Li.vue +1 -1
  113. package/dist/runtime/components/prose/Ol.vue +1 -1
  114. package/dist/runtime/components/prose/P.vue +1 -1
  115. package/dist/runtime/components/prose/Pre.vue +6 -5
  116. package/dist/runtime/components/prose/Strong.vue +1 -1
  117. package/dist/runtime/components/prose/Table.d.vue.ts +0 -3
  118. package/dist/runtime/components/prose/Table.vue +2 -1
  119. package/dist/runtime/components/prose/Table.vue.d.ts +0 -3
  120. package/dist/runtime/components/prose/Tbody.vue +1 -1
  121. package/dist/runtime/components/prose/Td.vue +1 -1
  122. package/dist/runtime/components/prose/Th.vue +1 -1
  123. package/dist/runtime/components/prose/Thead.vue +1 -1
  124. package/dist/runtime/components/prose/Tr.vue +1 -1
  125. package/dist/runtime/components/prose/Ul.vue +1 -1
  126. package/dist/runtime/composables/useContentSearch.d.ts +5 -0
  127. package/dist/runtime/composables/useContentSearch.js +30 -1
  128. package/dist/runtime/inertia/stubs.js +1 -1
  129. package/dist/runtime/types/index.d.ts +3 -0
  130. package/dist/runtime/types/index.js +3 -0
  131. package/dist/shared/{b24ui-nuxt.B9uYyQGR.mjs → b24ui-nuxt.mq1NUekN.mjs} +3 -3
  132. package/dist/unplugin.mjs +1 -1
  133. package/dist/vite.mjs +1 -1
  134. package/package.json +11 -11
package/dist/meta.mjs CHANGED
@@ -75,7 +75,7 @@ const B24UIMeta = {
75
75
  ],
76
76
  "events": [],
77
77
  "exposed": [],
78
- "hash": "KMgEF4F0_7KBPDJGY-u0ktVttPL4lFhUmDyNGs7Ws1I"
78
+ "hash": "4XUHX5cvxUyCWDij0Tb39E8SIo0VSVnGm_6qBceYp8I"
79
79
  }
80
80
  },
81
81
  "ProseAccordion": {
@@ -361,7 +361,7 @@ const B24UIMeta = {
361
361
  ],
362
362
  "events": [],
363
363
  "exposed": [],
364
- "hash": "zz-neS1zTRVZzhp214B-f5drBna_8f5tRc1FK_m-KZE"
364
+ "hash": "iMd4Kl0THguu3gkUZH2LOMXl8C48xVAiDuSdiDUNdtc"
365
365
  }
366
366
  },
367
367
  "ProseCallout": {
@@ -699,7 +699,7 @@ const B24UIMeta = {
699
699
  ],
700
700
  "events": [],
701
701
  "exposed": [],
702
- "hash": "AduWQ3nb1hxoZJohRUybusVQLdPsmYxhyS91n-Mvro0"
702
+ "hash": "l9WiVYgu-nt08Tn-XVuDDwdjqnh9x3m3xHZhsdNdwak"
703
703
  }
704
704
  },
705
705
  "ProseCard": {
@@ -1058,7 +1058,7 @@ const B24UIMeta = {
1058
1058
  ],
1059
1059
  "events": [],
1060
1060
  "exposed": [],
1061
- "hash": "6Y6LSWWdofbPdGc4OLo7RB0a3vvt8ijpdn0d2sgPjuk"
1061
+ "hash": "6CYBxAkRk09VsXLlDhxAglVk5oxT7CzznY3AJiwg-qI"
1062
1062
  }
1063
1063
  },
1064
1064
  "ProseCardGroup": {
@@ -1162,7 +1162,7 @@ const B24UIMeta = {
1162
1162
  ],
1163
1163
  "events": [],
1164
1164
  "exposed": [],
1165
- "hash": "4Xl3IYOq9wlykny6sanCCN_GCGkXbIR9pxaDmDAO4Vw"
1165
+ "hash": "nfushHvYBOvI-GygmxrZTDYUvQw3u79itb4OyphDcCU"
1166
1166
  }
1167
1167
  },
1168
1168
  "ProseCodeCollapse": {
@@ -1309,9 +1309,17 @@ const B24UIMeta = {
1309
1309
  "description": ""
1310
1310
  }
1311
1311
  ],
1312
- "events": [],
1312
+ "events": [
1313
+ {
1314
+ "name": "update:open",
1315
+ "description": "",
1316
+ "tags": [],
1317
+ "type": "[value: boolean]",
1318
+ "signature": '(event: "update:open", value: boolean): void'
1319
+ }
1320
+ ],
1313
1321
  "exposed": [],
1314
- "hash": "a-0JaRgUMjbLBKmi1XvWQEY9QmCanhz83jq4n5U9g7g"
1322
+ "hash": "-QGI9N32-6IOclfxBKlKjvi0Oc7HIYDd6BGIVksQhrU"
1315
1323
  }
1316
1324
  },
1317
1325
  "ProseCodeGroup": {
@@ -1406,9 +1414,17 @@ const B24UIMeta = {
1406
1414
  "description": ""
1407
1415
  }
1408
1416
  ],
1409
- "events": [],
1417
+ "events": [
1418
+ {
1419
+ "name": "update:modelValue",
1420
+ "description": "",
1421
+ "tags": [],
1422
+ "type": "[value: string | undefined]",
1423
+ "signature": '(event: "update:modelValue", value: string | undefined): void'
1424
+ }
1425
+ ],
1410
1426
  "exposed": [],
1411
- "hash": "q22T7jpoCK-3uRUO4iYQ-z458zFGYfz83Y00Tsvw_KE"
1427
+ "hash": "hM2-KyeFLrV-ef0AkIfca1N8gomf4jhTENsF5fZlF8o"
1412
1428
  }
1413
1429
  },
1414
1430
  "ProseCodeIcon": {
@@ -1529,7 +1545,7 @@ const B24UIMeta = {
1529
1545
  ],
1530
1546
  "events": [],
1531
1547
  "exposed": [],
1532
- "hash": "6P4U51K9MgjOp3tbQU6OcoKz6unsJPvR1S7brm7tNmA"
1548
+ "hash": "cERN-QPK_FlOgrjb9o4cfA6uRJFhbOeGq8Poq3cUY20"
1533
1549
  }
1534
1550
  },
1535
1551
  "ProseCollapsible": {
@@ -1728,7 +1744,7 @@ const B24UIMeta = {
1728
1744
  ],
1729
1745
  "events": [],
1730
1746
  "exposed": [],
1731
- "hash": "-vBsyhttay0UTV7QxXpYjRYO25CL72VT4DKzG1tkjTI"
1747
+ "hash": "2NSQwxmsUgBZ3reiFPJBFF9LWsk0O0k_zKdH8_uG8GI"
1732
1748
  }
1733
1749
  },
1734
1750
  "ProseEm": {
@@ -1771,7 +1787,7 @@ const B24UIMeta = {
1771
1787
  ],
1772
1788
  "events": [],
1773
1789
  "exposed": [],
1774
- "hash": "qmSrvIS42fU9sCUzm3RzcPcqbhrxq7d__QOs23-u_GU"
1790
+ "hash": "VFI8gmxFPXn7xXS1oRlpaJacCnykUZr13i4jyjgEjWc"
1775
1791
  }
1776
1792
  },
1777
1793
  "ProseField": {
@@ -1893,7 +1909,7 @@ const B24UIMeta = {
1893
1909
  ],
1894
1910
  "events": [],
1895
1911
  "exposed": [],
1896
- "hash": "4Ps4LpCnrAbjA6yhysg-e073J4SsvBWDHKpl1705wfQ"
1912
+ "hash": "-Ti244Zram0CLOIulDbmpsp9HE7uqWlT-EJV5uWNU6E"
1897
1913
  }
1898
1914
  },
1899
1915
  "ProseFieldGroup": {
@@ -2019,7 +2035,7 @@ const B24UIMeta = {
2019
2035
  ],
2020
2036
  "events": [],
2021
2037
  "exposed": [],
2022
- "hash": "EwovLCIa61dnd9X1RoSQx_xHxEHARSU03qQ6uO0p6d0"
2038
+ "hash": "GgcrMVnWIni1G6WQGTzU3tHesLpfyGDcl_0ZgPCbBYA"
2023
2039
  }
2024
2040
  },
2025
2041
  "ProseH2": {
@@ -2104,7 +2120,7 @@ const B24UIMeta = {
2104
2120
  ],
2105
2121
  "events": [],
2106
2122
  "exposed": [],
2107
- "hash": "OJTmVXAt4-ZRG45ZFPJK5-dimR4VeXGIP1ztDjBz46Y"
2123
+ "hash": "qWLWM8BQHdYjby3n9uAELVeHP7j44sU7B7LYCVRQki4"
2108
2124
  }
2109
2125
  },
2110
2126
  "ProseH3": {
@@ -2189,7 +2205,7 @@ const B24UIMeta = {
2189
2205
  ],
2190
2206
  "events": [],
2191
2207
  "exposed": [],
2192
- "hash": "AWYTStZPbdOFPt_kgYnWzNVZvTN_UrN1AawErm6OLuc"
2208
+ "hash": "q3y99bSxkcQ8HljVOl_O_RbPkrD4Rm9C6qedqSutl24"
2193
2209
  }
2194
2210
  },
2195
2211
  "ProseH4": {
@@ -2274,7 +2290,7 @@ const B24UIMeta = {
2274
2290
  ],
2275
2291
  "events": [],
2276
2292
  "exposed": [],
2277
- "hash": "Khi_yQ8-1Lhm4sNh-122FG4UUnFd4F6GhJlQWv8hI90"
2293
+ "hash": "J8XcESVQGHaVcy3jhEcDO4xgEQ_5yvemY8T2jT_Oef0"
2278
2294
  }
2279
2295
  },
2280
2296
  "ProseH5": {
@@ -2359,7 +2375,7 @@ const B24UIMeta = {
2359
2375
  ],
2360
2376
  "events": [],
2361
2377
  "exposed": [],
2362
- "hash": "BDwfDNog14vmV219-ahI-vdsW6ZX4qHcp8u7slVMI7c"
2378
+ "hash": "0WBHkmwEObZR4cfGeLj4MymzNw69bldM8wE-C8Ijk08"
2363
2379
  }
2364
2380
  },
2365
2381
  "ProseH6": {
@@ -2444,7 +2460,7 @@ const B24UIMeta = {
2444
2460
  ],
2445
2461
  "events": [],
2446
2462
  "exposed": [],
2447
- "hash": "km9k3EYn17UGl4NUb_oQH_Ytx6tYH92-dN_O9v-BCJ4"
2463
+ "hash": "y2ar2aYl1yNyhPQGIGpqjy9yprWsTaPhmPjKeoC2yiM"
2448
2464
  }
2449
2465
  },
2450
2466
  "ProseHr": {
@@ -2481,7 +2497,7 @@ const B24UIMeta = {
2481
2497
  "slots": [],
2482
2498
  "events": [],
2483
2499
  "exposed": [],
2484
- "hash": "ogLKQZ3sQ_ppuNxkw_BcjQErY8eRk8PAuVakbxZVf_w"
2500
+ "hash": "pMb4HfcJk6qdw27bAMYOEMR_Lmuo6UsqvZUSNazqyac"
2485
2501
  }
2486
2502
  },
2487
2503
  "ProseImg": {
@@ -2593,7 +2609,7 @@ const B24UIMeta = {
2593
2609
  "slots": [],
2594
2610
  "events": [],
2595
2611
  "exposed": [],
2596
- "hash": "h0XjusQ5vZ5qMkDnZRTaGp2uBBaqWE9o-0FcEakTHaw"
2612
+ "hash": "6h7sObOsZsJQDjCZKVnIPGWHZfOc_5OHUSJTMBBIV_o"
2597
2613
  }
2598
2614
  },
2599
2615
  "ProseKbd": {
@@ -2666,7 +2682,7 @@ const B24UIMeta = {
2666
2682
  ],
2667
2683
  "events": [],
2668
2684
  "exposed": [],
2669
- "hash": "ABGSs02RK19_G040XgcmbrHZAOuH120jjTYTG80CZNg"
2685
+ "hash": "XKhdX4Si_FYk3vZDdcpBghBiw3iopMcNYLJX_85QbMw"
2670
2686
  }
2671
2687
  },
2672
2688
  "ProseOl": {
@@ -2709,7 +2725,7 @@ const B24UIMeta = {
2709
2725
  ],
2710
2726
  "events": [],
2711
2727
  "exposed": [],
2712
- "hash": "YRjMpv48iOlL4m_lERKZMkbuGrqIeXTNMammNUpSkLY"
2728
+ "hash": "eyuZrnwHpqZDjKw6WhtFOOLM0OULt1HOLSbEBe54xyA"
2713
2729
  }
2714
2730
  },
2715
2731
  "ProseP": {
@@ -2801,7 +2817,7 @@ const B24UIMeta = {
2801
2817
  ],
2802
2818
  "events": [],
2803
2819
  "exposed": [],
2804
- "hash": "wboYFbTwCXBEjmEogl9KeTaanWotrK2-iOZn8rsNDHI"
2820
+ "hash": "avisM86sPxmumsSK3t6fTUDdWnfCyZs2H5q5SO_FQxw"
2805
2821
  }
2806
2822
  },
2807
2823
  "ProsePre": {
@@ -2967,7 +2983,7 @@ const B24UIMeta = {
2967
2983
  ],
2968
2984
  "events": [],
2969
2985
  "exposed": [],
2970
- "hash": "qDY7JJpO8-rz9jJSZFC-QVWkcKfoCg23gltdIk7LzMs"
2986
+ "hash": "RqzFKJKbeO8uXKOBWOc_GXDU80qklCdkFk7cWV4Mt2M"
2971
2987
  }
2972
2988
  },
2973
2989
  "ProseScript": {
@@ -3090,7 +3106,7 @@ const B24UIMeta = {
3090
3106
  ],
3091
3107
  "events": [],
3092
3108
  "exposed": [],
3093
- "hash": "Y7gNE7nirliPRY3lRToj2dWpaOfkSxvhhU04GCkP_50"
3109
+ "hash": "wbS03zeb1JOLAU3oFoFsB4Oh7y5en4Q2m8MAGUTlOYg"
3094
3110
  }
3095
3111
  },
3096
3112
  "ProseTable": {
@@ -3240,7 +3256,7 @@ const B24UIMeta = {
3240
3256
  ],
3241
3257
  "events": [],
3242
3258
  "exposed": [],
3243
- "hash": "ALqgqP1WgLtj626FmifxyhbYmTm9sUAllsBM25L3Qxo"
3259
+ "hash": "f-DOggLidNTiOTv6cvxmuJAUVQMlRIE1tVap8YMPFA4"
3244
3260
  }
3245
3261
  },
3246
3262
  "ProseTabs": {
@@ -3473,7 +3489,15 @@ const B24UIMeta = {
3473
3489
  "description": ""
3474
3490
  }
3475
3491
  ],
3476
- "events": [],
3492
+ "events": [
3493
+ {
3494
+ "name": "update:modelValue",
3495
+ "description": "",
3496
+ "tags": [],
3497
+ "type": "[value: string | undefined]",
3498
+ "signature": '(event: "update:modelValue", value: string | undefined): void'
3499
+ }
3500
+ ],
3477
3501
  "exposed": [],
3478
3502
  "hash": "KgIgx6BTDa2jRW-FPN4_kAd4GwE4uHSfwrVdSWSC8Rs"
3479
3503
  }
@@ -3570,7 +3594,7 @@ const B24UIMeta = {
3570
3594
  ],
3571
3595
  "events": [],
3572
3596
  "exposed": [],
3573
- "hash": "bUxoRjIJeMl3JrXysvX6lhOG1abAVoWFaUz8ByO-jyo"
3597
+ "hash": "kN0AV9L7xyWa0z-wfkQnnWr2eFk_qDkKd5NpUIb6oZ8"
3574
3598
  }
3575
3599
  },
3576
3600
  "ProseTd": {
@@ -3613,7 +3637,7 @@ const B24UIMeta = {
3613
3637
  ],
3614
3638
  "events": [],
3615
3639
  "exposed": [],
3616
- "hash": "BpuJsA3eJyhnukRsotBDnFPSexcGvnRX-3siAey8cHs"
3640
+ "hash": "DB30RmvbMlBfbUWa9ScYYRzcb_VtfPknlwDVXQwo35U"
3617
3641
  }
3618
3642
  },
3619
3643
  "ProseTh": {
@@ -3656,7 +3680,7 @@ const B24UIMeta = {
3656
3680
  ],
3657
3681
  "events": [],
3658
3682
  "exposed": [],
3659
- "hash": "uDRhNZaJ6H4KpdOkAIht5FiWVj-HaYZpkjE4dddm5OQ"
3683
+ "hash": "7qe1oHRPf8vDvnpwnlcFuO98DlNN0BmaEFE0rpU5KyQ"
3660
3684
  }
3661
3685
  },
3662
3686
  "ProseThead": {
@@ -3699,7 +3723,7 @@ const B24UIMeta = {
3699
3723
  ],
3700
3724
  "events": [],
3701
3725
  "exposed": [],
3702
- "hash": "faChM4rvPs_pjHUqN_7fAvlWa2c1bbeN6KRcgac73rg"
3726
+ "hash": "cGl-U_HpoCXMUZZ5rMGsy4LtkOsMksJw8J24FHT5ciQ"
3703
3727
  }
3704
3728
  },
3705
3729
  "ProseTr": {
@@ -3742,7 +3766,7 @@ const B24UIMeta = {
3742
3766
  ],
3743
3767
  "events": [],
3744
3768
  "exposed": [],
3745
- "hash": "ug4Hn4Qsa9yQwu_u5GrRt2jh1r-xPZCmunAt_7wbZwk"
3769
+ "hash": "OV-qTuxhiwPrAXdViQUUivAwrq-GrH-CEDZG27N0VgY"
3746
3770
  }
3747
3771
  },
3748
3772
  "ProseUl": {
@@ -3785,7 +3809,7 @@ const B24UIMeta = {
3785
3809
  ],
3786
3810
  "events": [],
3787
3811
  "exposed": [],
3788
- "hash": "MZBtz_Ic0JMAFfssmSF2n41QztvO_QXI4QGyKg6ZSBs"
3812
+ "hash": "tsE2kqSTW8C1LBzAZwpWistaBr9Rpm3yTjfHDbbGRRA"
3789
3813
  }
3790
3814
  },
3791
3815
  "ProseCaution": {
@@ -5761,9 +5785,17 @@ const B24UIMeta = {
5761
5785
  "description": ""
5762
5786
  }
5763
5787
  ],
5764
- "events": [],
5788
+ "events": [
5789
+ {
5790
+ "name": "update:searchTerm",
5791
+ "description": "",
5792
+ "tags": [],
5793
+ "type": "[value: string]",
5794
+ "signature": '(evt: "update:searchTerm", value: string): void'
5795
+ }
5796
+ ],
5765
5797
  "exposed": [],
5766
- "hash": "R8Xr_qtnVLy6tESXBWbc25EjGMEzuK2qNRjezUkLJyw"
5798
+ "hash": "ze_Sb7IiPobWeAupuBZtQ0JZ7mgI93qPOR8iDnNqyo0"
5767
5799
  }
5768
5800
  },
5769
5801
  "B24ContentSearchButton": {
@@ -8827,7 +8859,7 @@ const B24UIMeta = {
8827
8859
  ],
8828
8860
  "events": [],
8829
8861
  "exposed": [],
8830
- "hash": "Gz_4Eh9xQUTZSxAd2fgMb3g9e2r8PufivFnyZP2MiRw"
8862
+ "hash": "hpAByieTWtO26zrwTpQODSr3eaPM6hpdeWp2JH_Olzs"
8831
8863
  }
8832
8864
  },
8833
8865
  "B24ContentSurround": {
@@ -9161,7 +9193,7 @@ const B24UIMeta = {
9161
9193
  ],
9162
9194
  "events": [],
9163
9195
  "exposed": [],
9164
- "hash": "8Qh1DFLDSCRk49rq1WJj2hikm4ULWm0r2aar7HAa_cY"
9196
+ "hash": "S_n_eBshbB2j-443yDes_Al208ZDtIqVF4PtEDGeNKs"
9165
9197
  }
9166
9198
  },
9167
9199
  "B24ContentToc": {
@@ -9471,9 +9503,24 @@ const B24UIMeta = {
9471
9503
  "description": ""
9472
9504
  }
9473
9505
  ],
9474
- "events": [],
9506
+ "events": [
9507
+ {
9508
+ "name": "update:open",
9509
+ "description": "",
9510
+ "tags": [],
9511
+ "type": "[value: boolean]",
9512
+ "signature": '(evt: "update:open", value: boolean): void'
9513
+ },
9514
+ {
9515
+ "name": "move",
9516
+ "description": "",
9517
+ "tags": [],
9518
+ "type": "[id: string]",
9519
+ "signature": '(evt: "move", id: string): void'
9520
+ }
9521
+ ],
9475
9522
  "exposed": [],
9476
- "hash": "ByCubZy-vQ4VED5a6WIAsQVKVn8Ejx0x8y78Bx1_21I"
9523
+ "hash": "MYqpxGnh2o03ZBwcgd38dA4_pSOYXTAVzLpAr-X7nlE"
9477
9524
  }
9478
9525
  },
9479
9526
  "B24ColorModeAvatar": {
@@ -15827,9 +15874,17 @@ const B24UIMeta = {
15827
15874
  "description": ""
15828
15875
  }
15829
15876
  ],
15830
- "events": [],
15877
+ "events": [
15878
+ {
15879
+ "name": "update:modelValue",
15880
+ "description": "",
15881
+ "tags": [],
15882
+ "type": "[value: string | string[] | undefined]",
15883
+ "signature": '(evt: "update:modelValue", value: string | string[] | undefined): void'
15884
+ }
15885
+ ],
15831
15886
  "exposed": [],
15832
- "hash": "ZP-VH5DcCJEEvlGZGqtu1xH3KeUbQHGMEn8jrBGwgak"
15887
+ "hash": "2N6eiDCIw5FGk9nF0mdSnP06dVb6JzU79umcffOxnyU"
15833
15888
  }
15834
15889
  },
15835
15890
  "B24Advice": {
@@ -16480,7 +16535,7 @@ const B24UIMeta = {
16480
16535
  ],
16481
16536
  "events": [],
16482
16537
  "exposed": [],
16483
- "hash": "UaC6uVq3WnnPyNs2AjQaxxMTEAFhwvFbe7WUPz0ASWU"
16538
+ "hash": "xj3hr_3S5mREYi3AElAO4ywysavzRWoqQIf_8Mj3PMk"
16484
16539
  }
16485
16540
  },
16486
16541
  "B24Alert": {
@@ -18782,9 +18837,17 @@ const B24UIMeta = {
18782
18837
  "description": ""
18783
18838
  }
18784
18839
  ],
18785
- "events": [],
18840
+ "events": [
18841
+ {
18842
+ "name": "update:open",
18843
+ "description": "",
18844
+ "tags": [],
18845
+ "type": "[value: boolean]",
18846
+ "signature": '(event: "update:open", value: boolean): void'
18847
+ }
18848
+ ],
18786
18849
  "exposed": [],
18787
- "hash": "Qi6lH-kHj2xZLDMngGNxDF2EjZFn6M6NfuvqANyna1k"
18850
+ "hash": "eU-NDdHfQqH1Ejy-AbO96D3Rm5hPrWUilF1NhRkpqS4"
18788
18851
  }
18789
18852
  },
18790
18853
  "B24App": {
@@ -21043,7 +21106,7 @@ const B24UIMeta = {
21043
21106
  ],
21044
21107
  "events": [],
21045
21108
  "exposed": [],
21046
- "hash": "b2x1CdsRWOWzFiZVuTuQjXKsoO-qoA3v8IVIYzZ4T2w"
21109
+ "hash": "u4UFdM6KfprD7bkwArxppUwvVSKu3rfDQ1eibsg7TVA"
21047
21110
  }
21048
21111
  },
21049
21112
  "B24AvatarGroup": {
@@ -21145,7 +21208,7 @@ const B24UIMeta = {
21145
21208
  ],
21146
21209
  "events": [],
21147
21210
  "exposed": [],
21148
- "hash": "HomNtDDkcqahCCeEdG6NhmQ2QIaFMmtE2SIGCTc-WM4"
21211
+ "hash": "CgBVicSyXN6PXAcMWiBEjOkpYyavNgx3rq-lHflweGQ"
21149
21212
  }
21150
21213
  },
21151
21214
  "B24Badge": {
@@ -22001,7 +22064,7 @@ const B24UIMeta = {
22001
22064
  ],
22002
22065
  "events": [],
22003
22066
  "exposed": [],
22004
- "hash": "18ti1xYYMJ5C7BNWUparokHcYC94zGuz425oYR1EQJU"
22067
+ "hash": "v2ObdHdHY5P2XUwz2xw1Dkrs875PFV8vMammhbi7zUQ"
22005
22068
  }
22006
22069
  },
22007
22070
  "B24Banner": {
@@ -23928,9 +23991,17 @@ const B24UIMeta = {
23928
23991
  "description": ""
23929
23992
  }
23930
23993
  ],
23931
- "events": [],
23994
+ "events": [
23995
+ {
23996
+ "name": "close",
23997
+ "description": "",
23998
+ "tags": [],
23999
+ "type": "[]",
24000
+ "signature": '(event: "close"): void'
24001
+ }
24002
+ ],
23932
24003
  "exposed": [],
23933
- "hash": "Nm4uuiJlrqO0B2uOnR5HR4p7Qeqc-eh-c6EDTnDqaBs"
24004
+ "hash": "5jxiNs5mco-gowH7kDBiSyhntFksC8KhmXxSh59alxE"
23934
24005
  }
23935
24006
  },
23936
24007
  "B24Breadcrumb": {
@@ -25289,7 +25360,7 @@ const B24UIMeta = {
25289
25360
  ],
25290
25361
  "events": [],
25291
25362
  "exposed": [],
25292
- "hash": "7IYinP2dEVgwSjd78WbqRnNTciZ6qyOFnYfYNMnXsKM"
25363
+ "hash": "FPocLfRG6AQ517-0q0ULw5IJXAkwXDGNZ3rCV6fc_UU"
25293
25364
  }
25294
25365
  },
25295
25366
  "B24Button": {
@@ -27312,7 +27383,7 @@ const B24UIMeta = {
27312
27383
  ],
27313
27384
  "events": [],
27314
27385
  "exposed": [],
27315
- "hash": "HU7VfTrTDrze6FPy9ETwqTv1LeSB51s_QCG2p_wQncw"
27386
+ "hash": "7C4N77t_YoNrJYDqn3Qd7rqiOqsuCbJDjcEhPqexIY8"
27316
27387
  }
27317
27388
  },
27318
27389
  "B24Calendar": {
@@ -39328,9 +39399,38 @@ const B24UIMeta = {
39328
39399
  "description": ""
39329
39400
  }
39330
39401
  ],
39331
- "events": [],
39402
+ "events": [
39403
+ {
39404
+ "name": "update:modelValue",
39405
+ "description": "",
39406
+ "tags": [],
39407
+ "type": "[date: DateValue | DateRange | DateValue[] | null | undefined]",
39408
+ "signature": '(evt: "update:modelValue", date: DateValue | DateRange | DateValue[] | null | undefined): void'
39409
+ },
39410
+ {
39411
+ "name": "update:placeholder",
39412
+ "description": "",
39413
+ "tags": [],
39414
+ "type": "[date: DateValue] & [date: DateValue]",
39415
+ "signature": '(evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]): void'
39416
+ },
39417
+ {
39418
+ "name": "update:validModelValue",
39419
+ "description": "",
39420
+ "tags": [],
39421
+ "type": "[date: DateRange]",
39422
+ "signature": '(evt: "update:validModelValue", date: DateRange): void'
39423
+ },
39424
+ {
39425
+ "name": "update:startValue",
39426
+ "description": "",
39427
+ "tags": [],
39428
+ "type": "[date: DateValue | undefined]",
39429
+ "signature": '(evt: "update:startValue", date: DateValue | undefined): void'
39430
+ }
39431
+ ],
39332
39432
  "exposed": [],
39333
- "hash": "3AXpCfw-MlhbPCltoq0RG4ZGD4k9Gg7tMDftvmdVrwI"
39433
+ "hash": "EkxOb2ejFnbVVTCaEC-Svms8XqDnWslmInxnFDdxK3E"
39334
39434
  }
39335
39435
  },
39336
39436
  "B24Card": {
@@ -39443,7 +39543,7 @@ const B24UIMeta = {
39443
39543
  ],
39444
39544
  "events": [],
39445
39545
  "exposed": [],
39446
- "hash": "45ajYLu2KSkH3GDp7MsG023M7tf00TkTRXwZ1Y7uNzM"
39546
+ "hash": "KEz3qLQ9rNvd_5ik0C_6tqjvyr6LnhfW4-cWVt5Wa_Y"
39447
39547
  }
39448
39548
  },
39449
39549
  "B24ChatMessage": {
@@ -42689,7 +42789,7 @@ const B24UIMeta = {
42689
42789
  ],
42690
42790
  "events": [],
42691
42791
  "exposed": [],
42692
- "hash": "l3SaXeaDPMJqwlH0XC_BbFDHhZYAojIMY5jMMpBujRQ"
42792
+ "hash": "QdqAv2TZL3D-SKhmx4apE3gy8ExEMu29DPNgcEYERqQ"
42693
42793
  }
42694
42794
  },
42695
42795
  "B24ChatMessages": {
@@ -42971,7 +43071,7 @@ const B24UIMeta = {
42971
43071
  ],
42972
43072
  "events": [],
42973
43073
  "exposed": [],
42974
- "hash": "xNydMbnaOdPuxXrSNdhdHJ748ZsNHCDZNF79kr48bso"
43074
+ "hash": "NaMrRtiW1rpm-yl25bQZzJxf83OJrQxjCz8RBfn8lQw"
42975
43075
  }
42976
43076
  },
42977
43077
  "B24ChatPalette": {
@@ -43032,7 +43132,7 @@ const B24UIMeta = {
43032
43132
  ],
43033
43133
  "events": [],
43034
43134
  "exposed": [],
43035
- "hash": "wXd3kU9_6VPZZW7p3-_hDlT9Diu7ue_leaoFqmNxlD0"
43135
+ "hash": "VWIASCmqE02mjmfgusMts463OkGbBypN6LGJ8iAYwlI"
43036
43136
  }
43037
43137
  },
43038
43138
  "B24ChatPrompt": {
@@ -44005,9 +44105,31 @@ const B24UIMeta = {
44005
44105
  "description": ""
44006
44106
  }
44007
44107
  ],
44008
- "events": [],
44108
+ "events": [
44109
+ {
44110
+ "name": "close",
44111
+ "description": "",
44112
+ "tags": [],
44113
+ "type": "[event: Event]",
44114
+ "signature": '(event: "close", event: Event): void'
44115
+ },
44116
+ {
44117
+ "name": "submit",
44118
+ "description": "",
44119
+ "tags": [],
44120
+ "type": "[event: Event]",
44121
+ "signature": '(event: "submit", event: Event): void'
44122
+ },
44123
+ {
44124
+ "name": "update:modelValue",
44125
+ "description": "",
44126
+ "tags": [],
44127
+ "type": "[value: string]",
44128
+ "signature": '(event: "update:modelValue", value: string): void'
44129
+ }
44130
+ ],
44009
44131
  "exposed": [],
44010
- "hash": "z83l5ROiPIXm2FO5c_Eg5xgVbRbdRM_y3RegixK70ao"
44132
+ "hash": "dkLhzxCDVrbMfbS_W2c7b5zeDS4hp77PuYrDqO-pmp0"
44011
44133
  }
44012
44134
  },
44013
44135
  "B24ChatPromptSubmit": {
@@ -46410,9 +46532,24 @@ const B24UIMeta = {
46410
46532
  "description": ""
46411
46533
  }
46412
46534
  ],
46413
- "events": [],
46535
+ "events": [
46536
+ {
46537
+ "name": "stop",
46538
+ "description": "",
46539
+ "tags": [],
46540
+ "type": "[]",
46541
+ "signature": '(event: "stop"): void'
46542
+ },
46543
+ {
46544
+ "name": "reload",
46545
+ "description": "",
46546
+ "tags": [],
46547
+ "type": "[]",
46548
+ "signature": '(event: "reload"): void'
46549
+ }
46550
+ ],
46414
46551
  "exposed": [],
46415
- "hash": "D9Mxgqls82CcFxHgCdKXvaTfUjPHECDWGcd48TmJD6g"
46552
+ "hash": "CgRgy-XrTJ4xGv7mQ1Hg-yaa1lrkUDcDZDbxEfPc7Nw"
46416
46553
  }
46417
46554
  },
46418
46555
  "B24Checkbox": {
@@ -46851,9 +46988,24 @@ const B24UIMeta = {
46851
46988
  "description": ""
46852
46989
  }
46853
46990
  ],
46854
- "events": [],
46991
+ "events": [
46992
+ {
46993
+ "name": "change",
46994
+ "description": "",
46995
+ "tags": [],
46996
+ "type": "[event: Event]",
46997
+ "signature": '(event: "change", event: Event): void'
46998
+ },
46999
+ {
47000
+ "name": "update:modelValue",
47001
+ "description": "",
47002
+ "tags": [],
47003
+ "type": '[value: boolean | "indeterminate"]',
47004
+ "signature": '(event: "update:modelValue", value: boolean | "indeterminate"): void'
47005
+ }
47006
+ ],
46855
47007
  "exposed": [],
46856
- "hash": "n7yEr-e-380e8o3PCwhBxPzsASQoguw9mZlytGpbEJY"
47008
+ "hash": "aqpdp2leBmz9tIosw8X5eN-jbCKXBQl512TvkH8UsLs"
46857
47009
  }
46858
47010
  },
46859
47011
  "B24CheckboxGroup": {
@@ -47577,9 +47729,24 @@ const B24UIMeta = {
47577
47729
  "description": ""
47578
47730
  }
47579
47731
  ],
47580
- "events": [],
47732
+ "events": [
47733
+ {
47734
+ "name": "update:modelValue",
47735
+ "description": "",
47736
+ "tags": [],
47737
+ "type": "[value: CheckboxGroupItem[]]",
47738
+ "signature": '(evt: "update:modelValue", value: CheckboxGroupItem[]): void'
47739
+ },
47740
+ {
47741
+ "name": "change",
47742
+ "description": "",
47743
+ "tags": [],
47744
+ "type": "[event: Event]",
47745
+ "signature": '(evt: "change", event: Event): void'
47746
+ }
47747
+ ],
47581
47748
  "exposed": [],
47582
- "hash": "5EgZY2DRjJU3ZlvaNdjUco6zeC4uSy9q45Q6LJEAeQE"
47749
+ "hash": "EiLM1nat3rqRer6w1Dj7Fk7MKWAaUB3Z5RxFLyM-7Wo"
47583
47750
  }
47584
47751
  },
47585
47752
  "B24Chip": {
@@ -47878,9 +48045,17 @@ const B24UIMeta = {
47878
48045
  "description": ""
47879
48046
  }
47880
48047
  ],
47881
- "events": [],
48048
+ "events": [
48049
+ {
48050
+ "name": "update:show",
48051
+ "description": "",
48052
+ "tags": [],
48053
+ "type": "[value: boolean]",
48054
+ "signature": '(event: "update:show", value: boolean): void'
48055
+ }
48056
+ ],
47882
48057
  "exposed": [],
47883
- "hash": "-cknQ3HEimpEif3r_VmO0iha4A6dY7X0PnLHcjkJUfU"
48058
+ "hash": "wLNpSyo7MnUnihWHt98cWcPqENGVZUOwsWmK4D9GwZU"
47884
48059
  }
47885
48060
  },
47886
48061
  "B24Collapsible": {
@@ -48008,9 +48183,17 @@ const B24UIMeta = {
48008
48183
  "description": ""
48009
48184
  }
48010
48185
  ],
48011
- "events": [],
48186
+ "events": [
48187
+ {
48188
+ "name": "update:open",
48189
+ "description": "",
48190
+ "tags": [],
48191
+ "type": "[value: boolean]",
48192
+ "signature": '(event: "update:open", value: boolean): void'
48193
+ }
48194
+ ],
48012
48195
  "exposed": [],
48013
- "hash": "qsAk2BqhVvmNTMmUDLTGBIHKLHT4cvgu9jwngr8WlLQ"
48196
+ "hash": "sxUk_tDsLwoeB4mLhrmHoKS4l_L6RHwNNFwNP_lu0pQ"
48014
48197
  }
48015
48198
  },
48016
48199
  "B24ColorPicker": {
@@ -48175,9 +48358,17 @@ const B24UIMeta = {
48175
48358
  }
48176
48359
  ],
48177
48360
  "slots": [],
48178
- "events": [],
48361
+ "events": [
48362
+ {
48363
+ "name": "update:modelValue",
48364
+ "description": "",
48365
+ "tags": [],
48366
+ "type": "[value: string | undefined]",
48367
+ "signature": '(event: "update:modelValue", value: string | undefined): void'
48368
+ }
48369
+ ],
48179
48370
  "exposed": [],
48180
- "hash": "nHiP-LNfPo6n33g6ORQXW6BqzYlzY9_YoEV5cGIk5EI"
48371
+ "hash": "BbyVH8HjaYEkrSi-6zOJOWze0rDJCuyUPCkt9eZJlUc"
48181
48372
  }
48182
48373
  },
48183
48374
  "B24CommandPalette": {
@@ -50355,9 +50546,52 @@ const B24UIMeta = {
50355
50546
  "description": ""
50356
50547
  }
50357
50548
  ],
50358
- "events": [],
50549
+ "events": [
50550
+ {
50551
+ "name": "update:modelValue",
50552
+ "description": "",
50553
+ "tags": [],
50554
+ "type": "[value: CommandPaletteItem]",
50555
+ "signature": '(evt: "update:modelValue", value: CommandPaletteItem): void'
50556
+ },
50557
+ {
50558
+ "name": "highlight",
50559
+ "description": "",
50560
+ "tags": [],
50561
+ "type": "[payload: { ref: HTMLElement; value: CommandPaletteItem; } | undefined]",
50562
+ "signature": '(evt: "highlight", payload: { ref: HTMLElement; value: CommandPaletteItem; } | undefined): void'
50563
+ },
50564
+ {
50565
+ "name": "entryFocus",
50566
+ "description": "",
50567
+ "tags": [],
50568
+ "type": "[event: CustomEvent<any>]",
50569
+ "signature": '(evt: "entryFocus", event: CustomEvent<any>): void'
50570
+ },
50571
+ {
50572
+ "name": "leave",
50573
+ "description": "",
50574
+ "tags": [],
50575
+ "type": "[event: Event]",
50576
+ "signature": '(evt: "leave", event: Event): void'
50577
+ },
50578
+ {
50579
+ "name": "update:open",
50580
+ "description": "",
50581
+ "tags": [],
50582
+ "type": "[value: boolean]",
50583
+ "signature": '(evt: "update:open", value: boolean): void'
50584
+ },
50585
+ {
50586
+ "name": "update:searchTerm",
50587
+ "description": "",
50588
+ "tags": [],
50589
+ "type": "[value: string]",
50590
+ "signature": '(evt: "update:searchTerm", value: string): void'
50591
+ }
50592
+ ],
50359
50593
  "exposed": [],
50360
- "hash": "5eOASa9At0ZFrh3d3ntjS-ZYc7W3rH8mFH0AdluXdLw"
50594
+ "hash": "fsAvorFvSxnI7-ZnaFRXOxDKgpb2gSM_VLWJNNRxU9E"
50361
50595
  }
50362
50596
  },
50363
50597
  "B24Container": {
@@ -53033,9 +53267,17 @@ const B24UIMeta = {
53033
53267
  "description": ""
53034
53268
  }
53035
53269
  ],
53036
- "events": [],
53270
+ "events": [
53271
+ {
53272
+ "name": "update:open",
53273
+ "description": "",
53274
+ "tags": [],
53275
+ "type": "[payload: boolean]",
53276
+ "signature": '(evt: "update:open", payload: boolean): void'
53277
+ }
53278
+ ],
53037
53279
  "exposed": [],
53038
- "hash": "60N5CfaPVqOy48lV_XSnJEbdjKn7LlLU23l2PQrgX0M"
53280
+ "hash": "D_Njh7Zwp50NZaKnlm7svGTylbLCU7Dcw8h4WfheDfY"
53039
53281
  }
53040
53282
  },
53041
53283
  "B24ContextMenuContent": {
@@ -55498,9 +55740,45 @@ const B24UIMeta = {
55498
55740
  "description": ""
55499
55741
  }
55500
55742
  ],
55501
- "events": [],
55743
+ "events": [
55744
+ {
55745
+ "name": "escapeKeyDown",
55746
+ "description": "",
55747
+ "tags": [],
55748
+ "type": "[event: KeyboardEvent]",
55749
+ "signature": '(evt: "escapeKeyDown", event: KeyboardEvent): void'
55750
+ },
55751
+ {
55752
+ "name": "pointerDownOutside",
55753
+ "description": "",
55754
+ "tags": [],
55755
+ "type": "[event: PointerDownOutsideEvent]",
55756
+ "signature": '(evt: "pointerDownOutside", event: PointerDownOutsideEvent): void'
55757
+ },
55758
+ {
55759
+ "name": "focusOutside",
55760
+ "description": "",
55761
+ "tags": [],
55762
+ "type": "[event: FocusOutsideEvent]",
55763
+ "signature": '(evt: "focusOutside", event: FocusOutsideEvent): void'
55764
+ },
55765
+ {
55766
+ "name": "interactOutside",
55767
+ "description": "",
55768
+ "tags": [],
55769
+ "type": "[event: PointerDownOutsideEvent | FocusOutsideEvent]",
55770
+ "signature": '(evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent): void'
55771
+ },
55772
+ {
55773
+ "name": "closeAutoFocus",
55774
+ "description": "",
55775
+ "tags": [],
55776
+ "type": "[event: Event]",
55777
+ "signature": '(evt: "closeAutoFocus", event: Event): void'
55778
+ }
55779
+ ],
55502
55780
  "exposed": [],
55503
- "hash": "aLWPGn7euPnJ_sSWdPY3ZfsFcHX9DQEqFpxGXA1yyqA"
55781
+ "hash": "gHmUnOTwF2pAdf5CBpb3_MzaJxeO6GhDBTtZ9f3Vn3w"
55504
55782
  }
55505
55783
  },
55506
55784
  "B24Countdown": {
@@ -56297,9 +56575,38 @@ const B24UIMeta = {
56297
56575
  "description": ""
56298
56576
  }
56299
56577
  ],
56300
- "events": [],
56578
+ "events": [
56579
+ {
56580
+ "name": "abort",
56581
+ "description": "",
56582
+ "tags": [],
56583
+ "type": "[]",
56584
+ "signature": '(event: "abort"): void'
56585
+ },
56586
+ {
56587
+ "name": "progress",
56588
+ "description": "",
56589
+ "tags": [],
56590
+ "type": "[value: CountdownData]",
56591
+ "signature": '(event: "progress", value: CountdownData): void'
56592
+ },
56593
+ {
56594
+ "name": "start",
56595
+ "description": "",
56596
+ "tags": [],
56597
+ "type": "[]",
56598
+ "signature": '(event: "start"): void'
56599
+ },
56600
+ {
56601
+ "name": "end",
56602
+ "description": "",
56603
+ "tags": [],
56604
+ "type": "[]",
56605
+ "signature": '(event: "end"): void'
56606
+ }
56607
+ ],
56301
56608
  "exposed": [],
56302
- "hash": "uYUy9mhEeQFB_ip-a3MgvnwJkXmKGOpn58ShBbzD85s"
56609
+ "hash": "ed60mYPAVJYW72x6FXrHjSVyl73f-fIJI-2BiSyUf9Y"
56303
56610
  }
56304
56611
  },
56305
56612
  "B24DashboardGroup": {
@@ -57383,9 +57690,24 @@ const B24UIMeta = {
57383
57690
  "description": ""
57384
57691
  }
57385
57692
  ],
57386
- "events": [],
57693
+ "events": [
57694
+ {
57695
+ "name": "update:open",
57696
+ "description": "",
57697
+ "tags": [],
57698
+ "type": "[value: boolean]",
57699
+ "signature": '(event: "update:open", value: boolean): void'
57700
+ },
57701
+ {
57702
+ "name": "update:searchTerm",
57703
+ "description": "",
57704
+ "tags": [],
57705
+ "type": "[value: string]",
57706
+ "signature": '(event: "update:searchTerm", value: string): void'
57707
+ }
57708
+ ],
57387
57709
  "exposed": [],
57388
- "hash": "1yQb5WJYrW1PrU_N2Y_u2V7SVdfQE9O8TPYFb-1vd3c"
57710
+ "hash": "OnKJiiqjqgqA5VRaDGIdAalDEgogGj3d2bGLLxiYKrY"
57389
57711
  }
57390
57712
  },
57391
57713
  "B24DashboardSearchButton": {
@@ -60449,7 +60771,7 @@ const B24UIMeta = {
60449
60771
  ],
60450
60772
  "events": [],
60451
60773
  "exposed": [],
60452
- "hash": "zv-X-cAN1FgQG_9sLSOrI5CZDGn0c_CZSIRhfquw1Gs"
60774
+ "hash": "tsyvEezGchnv5QZN-TYz2cSfwWhM1mXll7qBw6HHi4g"
60453
60775
  }
60454
60776
  },
60455
60777
  "B24DescriptionList": {
@@ -62241,7 +62563,7 @@ const B24UIMeta = {
62241
62563
  ],
62242
62564
  "events": [],
62243
62565
  "exposed": [],
62244
- "hash": "meaHJn-gwm3MFs_k72iILekFYAL992vrc4RRMmRBsuM"
62566
+ "hash": "eB5yAWqfcAFHDrfclRBiLq23MWRDJI0XGlgCegZ1NaI"
62245
62567
  }
62246
62568
  },
62247
62569
  "B24DropdownMenu": {
@@ -65097,9 +65419,17 @@ const B24UIMeta = {
65097
65419
  "description": ""
65098
65420
  }
65099
65421
  ],
65100
- "events": [],
65422
+ "events": [
65423
+ {
65424
+ "name": "update:open",
65425
+ "description": "",
65426
+ "tags": [],
65427
+ "type": "[payload: boolean]",
65428
+ "signature": '(evt: "update:open", payload: boolean): void'
65429
+ }
65430
+ ],
65101
65431
  "exposed": [],
65102
- "hash": "ct5RmFQNbHgLZHhhyQ5DrR0mjxNFs6thQa4vxzcxxmA"
65432
+ "hash": "hNNViXm0EwleUK51ogLou4dLgfWzaJeI_kyrr1-QDl8"
65103
65433
  }
65104
65434
  },
65105
65435
  "B24DropdownMenuContent": {
@@ -67777,9 +68107,45 @@ const B24UIMeta = {
67777
68107
  "description": ""
67778
68108
  }
67779
68109
  ],
67780
- "events": [],
68110
+ "events": [
68111
+ {
68112
+ "name": "escapeKeyDown",
68113
+ "description": "",
68114
+ "tags": [],
68115
+ "type": "[event: KeyboardEvent]",
68116
+ "signature": '(evt: "escapeKeyDown", event: KeyboardEvent): void'
68117
+ },
68118
+ {
68119
+ "name": "pointerDownOutside",
68120
+ "description": "",
68121
+ "tags": [],
68122
+ "type": "[event: PointerDownOutsideEvent]",
68123
+ "signature": '(evt: "pointerDownOutside", event: PointerDownOutsideEvent): void'
68124
+ },
68125
+ {
68126
+ "name": "focusOutside",
68127
+ "description": "",
68128
+ "tags": [],
68129
+ "type": "[event: FocusOutsideEvent]",
68130
+ "signature": '(evt: "focusOutside", event: FocusOutsideEvent): void'
68131
+ },
68132
+ {
68133
+ "name": "interactOutside",
68134
+ "description": "",
68135
+ "tags": [],
68136
+ "type": "[event: PointerDownOutsideEvent | FocusOutsideEvent]",
68137
+ "signature": '(evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent): void'
68138
+ },
68139
+ {
68140
+ "name": "closeAutoFocus",
68141
+ "description": "",
68142
+ "tags": [],
68143
+ "type": "[event: Event]",
68144
+ "signature": '(evt: "closeAutoFocus", event: Event): void'
68145
+ }
68146
+ ],
67781
68147
  "exposed": [],
67782
- "hash": "3tkaikBxbLnWDNV571KEq0ba1oXpHYH4OvwSwit2Prw"
68148
+ "hash": "CgGlI4N9fUjtJwcZsmg6m_BcCgoUXX8oiO-m9PklP-s"
67783
68149
  }
67784
68150
  },
67785
68151
  "B24Empty": {
@@ -69484,7 +69850,7 @@ const B24UIMeta = {
69484
69850
  ],
69485
69851
  "events": [],
69486
69852
  "exposed": [],
69487
- "hash": "kkdskDuaAxfo-GYLnOceNkHEZ67jtdOp5gqYJyBBSP4"
69853
+ "hash": "sjZGgiangAKfF4C44cxtJsEAWIusUbNs-QdvvcR7_DY"
69488
69854
  }
69489
69855
  },
69490
69856
  "B24Error": {
@@ -69622,7 +69988,7 @@ const B24UIMeta = {
69622
69988
  ],
69623
69989
  "events": [],
69624
69990
  "exposed": [],
69625
- "hash": "gQ1tY7KS6rwjupgHerJN5NZZ8tZifYvOEmDNfXG1Y1Y"
69991
+ "hash": "06R8ZY58IJItv0RyAAg9OTkcUAltVCa_2VTXfU-cq_g"
69626
69992
  }
69627
69993
  },
69628
69994
  "B24FieldGroup": {
@@ -70468,9 +70834,24 @@ const B24UIMeta = {
70468
70834
  "description": ""
70469
70835
  }
70470
70836
  ],
70471
- "events": [],
70837
+ "events": [
70838
+ {
70839
+ "name": "change",
70840
+ "description": "",
70841
+ "tags": [],
70842
+ "type": "[event: Event]",
70843
+ "signature": '(evt: "change", event: Event): void'
70844
+ },
70845
+ {
70846
+ "name": "update:modelValue",
70847
+ "description": "",
70848
+ "tags": [],
70849
+ "type": "[value: File | File[] | null | undefined]",
70850
+ "signature": '(evt: "update:modelValue", value: File | File[] | null | undefined): void'
70851
+ }
70852
+ ],
70472
70853
  "exposed": [],
70473
- "hash": "xl1RZNbo4ABnsUi-OdSezkLwIo3ji56M_zOkyGVjJ5k"
70854
+ "hash": "DSy9-eiW6Nw2vtSzS-Qf9fNVK5Ar6GI9zh8TFOiCeOY"
70474
70855
  }
70475
70856
  },
70476
70857
  "B24Form": {
@@ -70851,7 +71232,22 @@ const B24UIMeta = {
70851
71232
  "description": ""
70852
71233
  }
70853
71234
  ],
70854
- "events": [],
71235
+ "events": [
71236
+ {
71237
+ "name": "submit",
71238
+ "description": "",
71239
+ "tags": [],
71240
+ "type": "[event: FormSubmitEvent<any>]",
71241
+ "signature": '(evt: "submit", event: FormSubmitEvent<any>): void'
71242
+ },
71243
+ {
71244
+ "name": "error",
71245
+ "description": "",
71246
+ "tags": [],
71247
+ "type": "[event: FormErrorEvent]",
71248
+ "signature": '(evt: "error", event: FormErrorEvent): void'
71249
+ }
71250
+ ],
70855
71251
  "exposed": [],
70856
71252
  "hash": "-grkPhZzD_d4SKVZ-6kC8UAHV0FC8Ra7TTiQyC3vd8g"
70857
71253
  }
@@ -71136,7 +71532,7 @@ const B24UIMeta = {
71136
71532
  ],
71137
71533
  "events": [],
71138
71534
  "exposed": [],
71139
- "hash": "QwZh8KWT3EGWlCneP40z2GOCeSjOMULv9Zv13UUvpr0"
71535
+ "hash": "R1V8jJWVoqADcrU17n_ltbNeWU96YKGEEsTR4npMAbU"
71140
71536
  }
71141
71537
  },
71142
71538
  "B24Input": {
@@ -72544,9 +72940,31 @@ const B24UIMeta = {
72544
72940
  "description": ""
72545
72941
  }
72546
72942
  ],
72547
- "events": [],
72943
+ "events": [
72944
+ {
72945
+ "name": "update:modelValue",
72946
+ "description": "",
72947
+ "tags": [],
72948
+ "type": "[value: AcceptableValue]",
72949
+ "signature": '(evt: "update:modelValue", value: AcceptableValue): void'
72950
+ },
72951
+ {
72952
+ "name": "blur",
72953
+ "description": "",
72954
+ "tags": [],
72955
+ "type": "[event: FocusEvent]",
72956
+ "signature": '(evt: "blur", event: FocusEvent): void'
72957
+ },
72958
+ {
72959
+ "name": "change",
72960
+ "description": "",
72961
+ "tags": [],
72962
+ "type": "[event: Event]",
72963
+ "signature": '(evt: "change", event: Event): void'
72964
+ }
72965
+ ],
72548
72966
  "exposed": [],
72549
- "hash": "SxAWdfcNy9p3OKlnt6oImpqYmkgiwrJOb0EJf3envwk"
72967
+ "hash": "1MEAHl5RFPIQBcR2ahuOQvmOjf54K6A8yyg6HGwQ8xU"
72550
72968
  }
72551
72969
  },
72552
72970
  "B24InputDate": {
@@ -79188,9 +79606,45 @@ const B24UIMeta = {
79188
79606
  "description": ""
79189
79607
  }
79190
79608
  ],
79191
- "events": [],
79609
+ "events": [
79610
+ {
79611
+ "name": "update:modelValue",
79612
+ "description": "",
79613
+ "tags": [],
79614
+ "type": "[date: InputDateModelValue<boolean>]",
79615
+ "signature": '(evt: "update:modelValue", date: InputDateModelValue<boolean>): void'
79616
+ },
79617
+ {
79618
+ "name": "update:placeholder",
79619
+ "description": "",
79620
+ "tags": [],
79621
+ "type": "[date: DateValue] & [date: DateValue]",
79622
+ "signature": '(evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]): void'
79623
+ },
79624
+ {
79625
+ "name": "change",
79626
+ "description": "",
79627
+ "tags": [],
79628
+ "type": "[event: Event]",
79629
+ "signature": '(evt: "change", event: Event): void'
79630
+ },
79631
+ {
79632
+ "name": "blur",
79633
+ "description": "",
79634
+ "tags": [],
79635
+ "type": "[event: FocusEvent]",
79636
+ "signature": '(evt: "blur", event: FocusEvent): void'
79637
+ },
79638
+ {
79639
+ "name": "focus",
79640
+ "description": "",
79641
+ "tags": [],
79642
+ "type": "[event: FocusEvent]",
79643
+ "signature": '(evt: "focus", event: FocusEvent): void'
79644
+ }
79645
+ ],
79192
79646
  "exposed": [],
79193
- "hash": "9COSq2Z8hrlcOOrGAxqLH-RnFiCYT4lifBRMptxDxfg"
79647
+ "hash": "yvgb3GoEyCHdz-ErT-zUg49s5I1myZEYQHi83DtNHdc"
79194
79648
  }
79195
79649
  },
79196
79650
  "B24InputMenu": {
@@ -82254,9 +82708,73 @@ const B24UIMeta = {
82254
82708
  "description": ""
82255
82709
  }
82256
82710
  ],
82257
- "events": [],
82711
+ "events": [
82712
+ {
82713
+ "name": "update:open",
82714
+ "description": "",
82715
+ "tags": [],
82716
+ "type": "[value: boolean]",
82717
+ "signature": '(evt: "update:open", value: boolean): void'
82718
+ },
82719
+ {
82720
+ "name": "change",
82721
+ "description": "",
82722
+ "tags": [],
82723
+ "type": "[event: Event]",
82724
+ "signature": '(evt: "change", event: Event): void'
82725
+ },
82726
+ {
82727
+ "name": "blur",
82728
+ "description": "",
82729
+ "tags": [],
82730
+ "type": "[event: FocusEvent]",
82731
+ "signature": '(evt: "blur", event: FocusEvent): void'
82732
+ },
82733
+ {
82734
+ "name": "focus",
82735
+ "description": "",
82736
+ "tags": [],
82737
+ "type": "[event: FocusEvent]",
82738
+ "signature": '(evt: "focus", event: FocusEvent): void'
82739
+ },
82740
+ {
82741
+ "name": "create",
82742
+ "description": "",
82743
+ "tags": [],
82744
+ "type": "[item: string]",
82745
+ "signature": '(evt: "create", item: string): void'
82746
+ },
82747
+ {
82748
+ "name": "highlight",
82749
+ "description": "",
82750
+ "tags": [],
82751
+ "type": "[payload: { ref: HTMLElement; value: any; } | undefined]",
82752
+ "signature": '(evt: "highlight", payload: { ref: HTMLElement; value: any; } | undefined): void'
82753
+ },
82754
+ {
82755
+ "name": "remove-tag",
82756
+ "description": "",
82757
+ "tags": [],
82758
+ "type": "[item: any]",
82759
+ "signature": '(evt: "remove-tag", item: any): void'
82760
+ },
82761
+ {
82762
+ "name": "update:modelValue",
82763
+ "description": "",
82764
+ "tags": [],
82765
+ "type": "[value: any]",
82766
+ "signature": '(evt: "update:modelValue", value: any): void'
82767
+ },
82768
+ {
82769
+ "name": "update:searchTerm",
82770
+ "description": "",
82771
+ "tags": [],
82772
+ "type": "[value: string]",
82773
+ "signature": '(evt: "update:searchTerm", value: string): void'
82774
+ }
82775
+ ],
82258
82776
  "exposed": [],
82259
- "hash": "-42845DIskkqIOo5fX3FICHW24grFnRPZUNDbeUZ-jM"
82777
+ "hash": "KMwA1ZzTZVC3HNDDnbT4-F0XHE5U_9wUb9r0-RcMEAw"
82260
82778
  }
82261
82779
  },
82262
82780
  "B24InputNumber": {
@@ -86052,9 +86570,31 @@ const B24UIMeta = {
86052
86570
  "description": ""
86053
86571
  }
86054
86572
  ],
86055
- "events": [],
86573
+ "events": [
86574
+ {
86575
+ "name": "update:modelValue",
86576
+ "description": "",
86577
+ "tags": [],
86578
+ "type": "[value: InputNumberValue]",
86579
+ "signature": '(evt: "update:modelValue", value: InputNumberValue): void'
86580
+ },
86581
+ {
86582
+ "name": "blur",
86583
+ "description": "",
86584
+ "tags": [],
86585
+ "type": "[event: FocusEvent]",
86586
+ "signature": '(evt: "blur", event: FocusEvent): void'
86587
+ },
86588
+ {
86589
+ "name": "change",
86590
+ "description": "",
86591
+ "tags": [],
86592
+ "type": "[event: Event]",
86593
+ "signature": '(evt: "change", event: Event): void'
86594
+ }
86595
+ ],
86056
86596
  "exposed": [],
86057
- "hash": "eKSCYEuWLPvZARdlStxaboV9aSonu9Y4Q-PqT90dS5k"
86597
+ "hash": "yn-qdRmRbL71ol98VesVh0atBGeRqq8CFpCkw4vk910"
86058
86598
  }
86059
86599
  },
86060
86600
  "B24InputTags": {
@@ -87474,9 +88014,59 @@ const B24UIMeta = {
87474
88014
  "description": ""
87475
88015
  }
87476
88016
  ],
87477
- "events": [],
88017
+ "events": [
88018
+ {
88019
+ "name": "change",
88020
+ "description": "",
88021
+ "tags": [],
88022
+ "type": "[event: Event]",
88023
+ "signature": '(evt: "change", event: Event): void'
88024
+ },
88025
+ {
88026
+ "name": "blur",
88027
+ "description": "",
88028
+ "tags": [],
88029
+ "type": "[event: FocusEvent]",
88030
+ "signature": '(evt: "blur", event: FocusEvent): void'
88031
+ },
88032
+ {
88033
+ "name": "focus",
88034
+ "description": "",
88035
+ "tags": [],
88036
+ "type": "[event: FocusEvent]",
88037
+ "signature": '(evt: "focus", event: FocusEvent): void'
88038
+ },
88039
+ {
88040
+ "name": "update:modelValue",
88041
+ "description": "",
88042
+ "tags": [],
88043
+ "type": "[payload: AcceptableInputValue[]]",
88044
+ "signature": '(evt: "update:modelValue", payload: AcceptableInputValue[]): void'
88045
+ },
88046
+ {
88047
+ "name": "invalid",
88048
+ "description": "",
88049
+ "tags": [],
88050
+ "type": "[payload: AcceptableInputValue]",
88051
+ "signature": '(evt: "invalid", payload: AcceptableInputValue): void'
88052
+ },
88053
+ {
88054
+ "name": "addTag",
88055
+ "description": "",
88056
+ "tags": [],
88057
+ "type": "[payload: AcceptableInputValue]",
88058
+ "signature": '(evt: "addTag", payload: AcceptableInputValue): void'
88059
+ },
88060
+ {
88061
+ "name": "removeTag",
88062
+ "description": "",
88063
+ "tags": [],
88064
+ "type": "[payload: AcceptableInputValue]",
88065
+ "signature": '(evt: "removeTag", payload: AcceptableInputValue): void'
88066
+ }
88067
+ ],
87478
88068
  "exposed": [],
87479
- "hash": "fz654CqXYnK25hRtsIAFRVRPMOPAmqNewwQ1t27vUUI"
88069
+ "hash": "EzLs2Rtv_jf8v2pwjv4lbP8srwU7GGG7BXYDoPVyRe4"
87480
88070
  }
87481
88071
  },
87482
88072
  "B24InputTime": {
@@ -93849,9 +94439,45 @@ const B24UIMeta = {
93849
94439
  "description": ""
93850
94440
  }
93851
94441
  ],
93852
- "events": [],
94442
+ "events": [
94443
+ {
94444
+ "name": "blur",
94445
+ "description": "",
94446
+ "tags": [],
94447
+ "type": "[event: FocusEvent]",
94448
+ "signature": '(event: "blur", event: FocusEvent): void'
94449
+ },
94450
+ {
94451
+ "name": "change",
94452
+ "description": "",
94453
+ "tags": [],
94454
+ "type": "[event: Event]",
94455
+ "signature": '(event: "change", event: Event): void'
94456
+ },
94457
+ {
94458
+ "name": "focus",
94459
+ "description": "",
94460
+ "tags": [],
94461
+ "type": "[event: FocusEvent]",
94462
+ "signature": '(event: "focus", event: FocusEvent): void'
94463
+ },
94464
+ {
94465
+ "name": "update:modelValue",
94466
+ "description": "",
94467
+ "tags": [],
94468
+ "type": "[date: TimeValue | undefined]",
94469
+ "signature": '(event: "update:modelValue", date: TimeValue | undefined): void'
94470
+ },
94471
+ {
94472
+ "name": "update:placeholder",
94473
+ "description": "",
94474
+ "tags": [],
94475
+ "type": "[date: TimeValue]",
94476
+ "signature": '(event: "update:placeholder", date: TimeValue): void'
94477
+ }
94478
+ ],
93853
94479
  "exposed": [],
93854
- "hash": "1cQDz7jdn-qJ-P8qMnzzXJpByTlStjopmX3hwp8IQo8"
94480
+ "hash": "Vq8Q2EaepmbOx3E9gnHvLw9KCGwofaD3yh9OJ3k5RzM"
93855
94481
  }
93856
94482
  },
93857
94483
  "B24Kbd": {
@@ -93955,7 +94581,7 @@ const B24UIMeta = {
93955
94581
  ],
93956
94582
  "events": [],
93957
94583
  "exposed": [],
93958
- "hash": "SEBs2uZXnzOBCbN7-pi1Gkj2Upxd4NUpA2oNToqDolQ"
94584
+ "hash": "2ZrC1qA5sJJm1ozKsPLJu1ZHxsYxdgBs34hkOG_C7hU"
93959
94585
  }
93960
94586
  },
93961
94587
  "B24Link": {
@@ -95877,9 +96503,38 @@ const B24UIMeta = {
95877
96503
  "description": ""
95878
96504
  }
95879
96505
  ],
95880
- "events": [],
96506
+ "events": [
96507
+ {
96508
+ "name": "after:leave",
96509
+ "description": "",
96510
+ "tags": [],
96511
+ "type": "[]",
96512
+ "signature": '(event: "after:leave"): void'
96513
+ },
96514
+ {
96515
+ "name": "after:enter",
96516
+ "description": "",
96517
+ "tags": [],
96518
+ "type": "[]",
96519
+ "signature": '(event: "after:enter"): void'
96520
+ },
96521
+ {
96522
+ "name": "close:prevent",
96523
+ "description": "",
96524
+ "tags": [],
96525
+ "type": "[]",
96526
+ "signature": '(event: "close:prevent"): void'
96527
+ },
96528
+ {
96529
+ "name": "update:open",
96530
+ "description": "",
96531
+ "tags": [],
96532
+ "type": "[value: boolean]",
96533
+ "signature": '(event: "update:open", value: boolean): void'
96534
+ }
96535
+ ],
95881
96536
  "exposed": [],
95882
- "hash": "kTtY2tji3FOkuy1VP_hBDxjH5GxTxlU05syd9NAuyEE"
96537
+ "hash": "qjywvROzGR3HQp07E4Qo6rlaCsEUGX9jeiWnAq1Vsdc"
95883
96538
  }
95884
96539
  },
95885
96540
  "B24ModalDialogClose": {
@@ -95961,7 +96616,7 @@ const B24UIMeta = {
95961
96616
  ],
95962
96617
  "events": [],
95963
96618
  "exposed": [],
95964
- "hash": "vTHiqkOQt0pH3VZuXDbj3YixkClvDIW2OBml5q_H4Aw"
96619
+ "hash": "FncuEN--DWCaYzEFxa44-85siAdmVMRWWxcuPTGariI"
95965
96620
  }
95966
96621
  },
95967
96622
  "B24NavbarDivider": {
@@ -96018,7 +96673,7 @@ const B24UIMeta = {
96018
96673
  ],
96019
96674
  "events": [],
96020
96675
  "exposed": [],
96021
- "hash": "JDIdBSmmUS2l8lXqCvtt5eZbpBrkclLgcPrqS0WnVRw"
96676
+ "hash": "eDQO63CadEIixMzuKj-nMCKxJtUJ550__bq0HQr_BHQ"
96022
96677
  }
96023
96678
  },
96024
96679
  "B24NavbarSection": {
@@ -96075,7 +96730,7 @@ const B24UIMeta = {
96075
96730
  ],
96076
96731
  "events": [],
96077
96732
  "exposed": [],
96078
- "hash": "w86wata1GmTxnoYJo0bK1mYkWE_wo6ehA6bDdcPGtSI"
96733
+ "hash": "VUMORiHw_AkPDsNsqhMUL6yIu0vTdV1SP0KV7xxjDwU"
96079
96734
  }
96080
96735
  },
96081
96736
  "B24NavbarSpacer": {
@@ -96132,7 +96787,7 @@ const B24UIMeta = {
96132
96787
  ],
96133
96788
  "events": [],
96134
96789
  "exposed": [],
96135
- "hash": "TjYsmE_xaQt3YXTopnsQMEaRufv0OnPlbocUC-nMqZM"
96790
+ "hash": "i3w0qoLtJZ-x_BWBkEuKs77o64bTfeuWJ-5thLj-92o"
96136
96791
  }
96137
96792
  },
96138
96793
  "B24NavigationMenu": {
@@ -99813,9 +100468,17 @@ const B24UIMeta = {
99813
100468
  "description": ""
99814
100469
  }
99815
100470
  ],
99816
- "events": [],
100471
+ "events": [
100472
+ {
100473
+ "name": "update:modelValue",
100474
+ "description": "",
100475
+ "tags": [],
100476
+ "type": "[value: string]",
100477
+ "signature": '(evt: "update:modelValue", value: string): void'
100478
+ }
100479
+ ],
99817
100480
  "exposed": [],
99818
- "hash": "f4oykuwhcmXi0Pfk0q7PZBvvx1DQ4zuDNw9F1BdVX64"
100481
+ "hash": "zPI25xnP17VDZlHEhAoV8lw7DtTEooz_EVUrvHe17sc"
99819
100482
  }
99820
100483
  },
99821
100484
  "B24OverlayProvider": {
@@ -100357,7 +101020,7 @@ const B24UIMeta = {
100357
101020
  ],
100358
101021
  "events": [],
100359
101022
  "exposed": [],
100360
- "hash": "ezhCOOSF16yB3QJWQsrfG5cqrC_fnN4TSJ-xwx-QP8Q"
101023
+ "hash": "3sDZvAd1A9rdq9nMQQWip5cKJU2ABJ-wN3yf8HnA4eU"
100361
101024
  }
100362
101025
  },
100363
101026
  "B24PageColumns": {
@@ -101276,7 +101939,7 @@ const B24UIMeta = {
101276
101939
  ],
101277
101940
  "events": [],
101278
101941
  "exposed": [],
101279
- "hash": "WovDLt7JPglPe-nZKiPaECovgJjeVQbFxKQa7SbtfuA"
101942
+ "hash": "ySVi0FISDj05w2txh4Wg8a1iQy9qZByeJbGg9WU5Ha0"
101280
101943
  }
101281
101944
  },
101282
101945
  "B24PageList": {
@@ -101833,9 +102496,17 @@ const B24UIMeta = {
101833
102496
  "description": ""
101834
102497
  }
101835
102498
  ],
101836
- "events": [],
102499
+ "events": [
102500
+ {
102501
+ "name": "update:page",
102502
+ "description": "",
102503
+ "tags": [],
102504
+ "type": "[value: number]",
102505
+ "signature": '(event: "update:page", value: number): void'
102506
+ }
102507
+ ],
101837
102508
  "exposed": [],
101838
- "hash": "H2IBMSUuYgAxvJSSfo2vM9GmiFDgGuOdMvp-VaRPJ9w"
102509
+ "hash": "8du7ONpU39f2hNB46jtOIWosDAjpqqSXV6IkG4iPPSE"
101839
102510
  }
101840
102511
  },
101841
102512
  "B24PinInput": {
@@ -102267,9 +102938,38 @@ const B24UIMeta = {
102267
102938
  }
102268
102939
  ],
102269
102940
  "slots": [],
102270
- "events": [],
102941
+ "events": [
102942
+ {
102943
+ "name": "update:modelValue",
102944
+ "description": "",
102945
+ "tags": [],
102946
+ "type": "[value: string[]]",
102947
+ "signature": '(evt: "update:modelValue", value: string[]): void'
102948
+ },
102949
+ {
102950
+ "name": "complete",
102951
+ "description": "",
102952
+ "tags": [],
102953
+ "type": "[value: string[]]",
102954
+ "signature": '(evt: "complete", value: string[]): void'
102955
+ },
102956
+ {
102957
+ "name": "change",
102958
+ "description": "",
102959
+ "tags": [],
102960
+ "type": "[event: Event]",
102961
+ "signature": '(evt: "change", event: Event): void'
102962
+ },
102963
+ {
102964
+ "name": "blur",
102965
+ "description": "",
102966
+ "tags": [],
102967
+ "type": "[event: Event]",
102968
+ "signature": '(evt: "blur", event: Event): void'
102969
+ }
102970
+ ],
102271
102971
  "exposed": [],
102272
- "hash": "aW5qWEz4ojnUeIeqEl1jbRAYaVtOKuRrH7qYcdL_vW0"
102972
+ "hash": "IuMRUtKGlZAGLc2XdzQm9twzBEx5wSK0E9TU7rjXl9A"
102273
102973
  }
102274
102974
  },
102275
102975
  "B24Popover": {
@@ -103142,9 +103842,24 @@ const B24UIMeta = {
103142
103842
  "description": ""
103143
103843
  }
103144
103844
  ],
103145
- "events": [],
103845
+ "events": [
103846
+ {
103847
+ "name": "close:prevent",
103848
+ "description": "",
103849
+ "tags": [],
103850
+ "type": "[]",
103851
+ "signature": '(evt: "close:prevent"): void'
103852
+ },
103853
+ {
103854
+ "name": "update:open",
103855
+ "description": "",
103856
+ "tags": [],
103857
+ "type": "[value: boolean]",
103858
+ "signature": '(evt: "update:open", value: boolean): void'
103859
+ }
103860
+ ],
103146
103861
  "exposed": [],
103147
- "hash": "3X6nOHjSUubxo4DJUrClU6jcSR4mrWfFE8cv7FKkl6U"
103862
+ "hash": "UsqV-HdYBDpj6cW1yAdn2V3MOA7KpmQ3jAL6E2q0HNk"
103148
103863
  }
103149
103864
  },
103150
103865
  "B24Progress": {
@@ -103425,9 +104140,24 @@ const B24UIMeta = {
103425
104140
  "description": ""
103426
104141
  }
103427
104142
  ],
103428
- "events": [],
104143
+ "events": [
104144
+ {
104145
+ "name": "update:modelValue",
104146
+ "description": "",
104147
+ "tags": [],
104148
+ "type": "[value: string[] | undefined]",
104149
+ "signature": '(event: "update:modelValue", value: string[] | undefined): void'
104150
+ },
104151
+ {
104152
+ "name": "update:max",
104153
+ "description": "",
104154
+ "tags": [],
104155
+ "type": "[value: number]",
104156
+ "signature": '(event: "update:max", value: number): void'
104157
+ }
104158
+ ],
103429
104159
  "exposed": [],
103430
- "hash": "MDcENFH3pLE0NOJdzTG9_Db-txAwTk4OPJ4rJYuU1BI"
104160
+ "hash": "TtH8y960bPOo9zcVGkJ1bDHZ273vUzfY9sd5pLdQ9us"
103431
104161
  }
103432
104162
  },
103433
104163
  "B24RadioGroup": {
@@ -103914,9 +104644,24 @@ const B24UIMeta = {
103914
104644
  "description": ""
103915
104645
  }
103916
104646
  ],
103917
- "events": [],
104647
+ "events": [
104648
+ {
104649
+ "name": "update:modelValue",
104650
+ "description": "",
104651
+ "tags": [],
104652
+ "type": "[value: any]",
104653
+ "signature": '(evt: "update:modelValue", value: any): void'
104654
+ },
104655
+ {
104656
+ "name": "change",
104657
+ "description": "",
104658
+ "tags": [],
104659
+ "type": "[event: Event]",
104660
+ "signature": '(evt: "change", event: Event): void'
104661
+ }
104662
+ ],
103918
104663
  "exposed": [],
103919
- "hash": "zHYxWqbfVC029bDIOKg9IsJEExRpoanm_exX6j5SdbI"
104664
+ "hash": "wioKmy79omCm6xHk6cnHXka4ahgbs6h6-53_n1fBX6w"
103920
104665
  }
103921
104666
  },
103922
104667
  "B24Range": {
@@ -104947,9 +105692,24 @@ const B24UIMeta = {
104947
105692
  }
104948
105693
  ],
104949
105694
  "slots": [],
104950
- "events": [],
105695
+ "events": [
105696
+ {
105697
+ "name": "change",
105698
+ "description": "",
105699
+ "tags": [],
105700
+ "type": "[event: Event]",
105701
+ "signature": '(evt: "change", event: Event): void'
105702
+ },
105703
+ {
105704
+ "name": "update:modelValue",
105705
+ "description": "",
105706
+ "tags": [],
105707
+ "type": "[value: number | number[] | undefined]",
105708
+ "signature": '(evt: "update:modelValue", value: number | number[] | undefined): void'
105709
+ }
105710
+ ],
104951
105711
  "exposed": [],
104952
- "hash": "_uLkHzkTLWmGiCad9gjDITGbVTi1Z3s3wbsm1mlXhgU"
105712
+ "hash": "x2F_S3h2Qs2cserJk8d0LiSiSzHviXYgHx71E_NtiOM"
104953
105713
  }
104954
105714
  },
104955
105715
  "B24Select": {
@@ -107571,9 +108331,45 @@ const B24UIMeta = {
107571
108331
  "description": ""
107572
108332
  }
107573
108333
  ],
107574
- "events": [],
108334
+ "events": [
108335
+ {
108336
+ "name": "update:modelValue",
108337
+ "description": "",
108338
+ "tags": [],
108339
+ "type": "[value: any]",
108340
+ "signature": '(evt: "update:modelValue", value: any): void'
108341
+ },
108342
+ {
108343
+ "name": "update:open",
108344
+ "description": "",
108345
+ "tags": [],
108346
+ "type": "[value: boolean]",
108347
+ "signature": '(evt: "update:open", value: boolean): void'
108348
+ },
108349
+ {
108350
+ "name": "change",
108351
+ "description": "",
108352
+ "tags": [],
108353
+ "type": "[event: Event]",
108354
+ "signature": '(evt: "change", event: Event): void'
108355
+ },
108356
+ {
108357
+ "name": "blur",
108358
+ "description": "",
108359
+ "tags": [],
108360
+ "type": "[event: FocusEvent]",
108361
+ "signature": '(evt: "blur", event: FocusEvent): void'
108362
+ },
108363
+ {
108364
+ "name": "focus",
108365
+ "description": "",
108366
+ "tags": [],
108367
+ "type": "[event: FocusEvent]",
108368
+ "signature": '(evt: "focus", event: FocusEvent): void'
108369
+ }
108370
+ ],
107575
108371
  "exposed": [],
107576
- "hash": "IIHQ1frB4bdz7bQBcospspY2QHjsWV1hmCQ2TpmuIdc"
108372
+ "hash": "CRXVDDiBQAwyv3zoqHJe8rBqRqNV-MnyDinFqoPj_Jc"
107577
108373
  }
107578
108374
  },
107579
108375
  "B24SelectMenu": {
@@ -110481,9 +111277,66 @@ const B24UIMeta = {
110481
111277
  "description": ""
110482
111278
  }
110483
111279
  ],
110484
- "events": [],
111280
+ "events": [
111281
+ {
111282
+ "name": "update:open",
111283
+ "description": "",
111284
+ "tags": [],
111285
+ "type": "[value: boolean]",
111286
+ "signature": '(evt: "update:open", value: boolean): void'
111287
+ },
111288
+ {
111289
+ "name": "change",
111290
+ "description": "",
111291
+ "tags": [],
111292
+ "type": "[event: Event]",
111293
+ "signature": '(evt: "change", event: Event): void'
111294
+ },
111295
+ {
111296
+ "name": "blur",
111297
+ "description": "",
111298
+ "tags": [],
111299
+ "type": "[event: FocusEvent]",
111300
+ "signature": '(evt: "blur", event: FocusEvent): void'
111301
+ },
111302
+ {
111303
+ "name": "focus",
111304
+ "description": "",
111305
+ "tags": [],
111306
+ "type": "[event: FocusEvent]",
111307
+ "signature": '(evt: "focus", event: FocusEvent): void'
111308
+ },
111309
+ {
111310
+ "name": "create",
111311
+ "description": "",
111312
+ "tags": [],
111313
+ "type": "[item: string]",
111314
+ "signature": '(evt: "create", item: string): void'
111315
+ },
111316
+ {
111317
+ "name": "highlight",
111318
+ "description": "",
111319
+ "tags": [],
111320
+ "type": "[payload: { ref: HTMLElement; value: any; } | undefined]",
111321
+ "signature": '(evt: "highlight", payload: { ref: HTMLElement; value: any; } | undefined): void'
111322
+ },
111323
+ {
111324
+ "name": "update:modelValue",
111325
+ "description": "",
111326
+ "tags": [],
111327
+ "type": "[value: any]",
111328
+ "signature": '(evt: "update:modelValue", value: any): void'
111329
+ },
111330
+ {
111331
+ "name": "update:searchTerm",
111332
+ "description": "",
111333
+ "tags": [],
111334
+ "type": "[value: string]",
111335
+ "signature": '(evt: "update:searchTerm", value: string): void'
111336
+ }
111337
+ ],
110485
111338
  "exposed": [],
110486
- "hash": "BPOgkva_KRCfos-UDQcRFsTcpeeD6_12KP4NSLVWz9s"
111339
+ "hash": "mZPIwMZGx-HfrtuznIa7rY7k3xTS-4-1FwLsi_fFvrQ"
110487
111340
  }
110488
111341
  },
110489
111342
  "B24Separator": {
@@ -111217,7 +112070,7 @@ const B24UIMeta = {
111217
112070
  ],
111218
112071
  "events": [],
111219
112072
  "exposed": [],
111220
- "hash": "8bzK__rXFztQbdEyvMe_Le22vEq1n3fz6jYfjo5CrOc"
112073
+ "hash": "RaY2GMvytez6bZGI-uV1n0s9ZKw2v-xJ_WoQzbaDdUs"
111221
112074
  }
111222
112075
  },
111223
112076
  "B24Sidebar": {
@@ -111274,7 +112127,7 @@ const B24UIMeta = {
111274
112127
  ],
111275
112128
  "events": [],
111276
112129
  "exposed": [],
111277
- "hash": "ZdZAb3_f5IboDN_2Uy-hF5H8RVqcKCLPwglWsVVGuQE"
112130
+ "hash": "momImAEXGZpSD_up33svyX2tum-tbhj0n3MYY2wC0Pw"
111278
112131
  }
111279
112132
  },
111280
112133
  "B24SidebarBody": {
@@ -111354,7 +112207,7 @@ const B24UIMeta = {
111354
112207
  ],
111355
112208
  "events": [],
111356
112209
  "exposed": [],
111357
- "hash": "_rp4bqgUlzykKBnb45E7MmcCYPF2U12Z9pi0afjLAj4"
112210
+ "hash": "QrTOOTbui_xxZ3pv47bNYMdTiQr06T4oxf8IKgEozoA"
111358
112211
  }
111359
112212
  },
111360
112213
  "B24SidebarFooter": {
@@ -111411,7 +112264,7 @@ const B24UIMeta = {
111411
112264
  ],
111412
112265
  "events": [],
111413
112266
  "exposed": [],
111414
- "hash": "B05AgjUv_AqTf8apspam77J3OujR-ODUvL24yJ7r2Ag"
112267
+ "hash": "RoTYDtpIGYXccqplsQ0iyU-wTJHIzP9as7gwTmc-LRg"
111415
112268
  }
111416
112269
  },
111417
112270
  "B24SidebarHeader": {
@@ -111468,7 +112321,7 @@ const B24UIMeta = {
111468
112321
  ],
111469
112322
  "events": [],
111470
112323
  "exposed": [],
111471
- "hash": "ItGJpIby5wK4ONosAsdUwTooZYGh7nFFzRoUxNuRA2Y"
112324
+ "hash": "DOOG12ASy97PnBPp-I1REWtNEsAt3BmKcQ2dkLuSEsE"
111472
112325
  }
111473
112326
  },
111474
112327
  "B24SidebarHeading": {
@@ -111525,7 +112378,7 @@ const B24UIMeta = {
111525
112378
  ],
111526
112379
  "events": [],
111527
112380
  "exposed": [],
111528
- "hash": "van5Hr8buaTZXeVhTlGDlCZuPVbfd4b68gm6rXiaC7Q"
112381
+ "hash": "gkRYto0f1L-RWDWllHJhXpm1Vbx0GvHTC7pqZqrk8O0"
111529
112382
  }
111530
112383
  },
111531
112384
  "B24SidebarLayout": {
@@ -111707,7 +112560,7 @@ const B24UIMeta = {
111707
112560
  ],
111708
112561
  "events": [],
111709
112562
  "exposed": [],
111710
- "hash": "1QDyHYjS1yR31MV90x8bewbRePeFGk_r9o7BSmMIyis"
112563
+ "hash": "Oq0MHUMMN9u5r5620E_NxOMES6pIoXLeyHsJF2K0m5w"
111711
112564
  }
111712
112565
  },
111713
112566
  "B24SidebarSection": {
@@ -111764,7 +112617,7 @@ const B24UIMeta = {
111764
112617
  ],
111765
112618
  "events": [],
111766
112619
  "exposed": [],
111767
- "hash": "KL07WPPx0Hg5SaDS7XvJB2w30OTD0N4hDTQjl6PKirc"
112620
+ "hash": "f1_aOoqdpD4VW2tP_ALrKqHtzhtHl2Tbq0LUG9qo2gQ"
111768
112621
  }
111769
112622
  },
111770
112623
  "B24SidebarSpacer": {
@@ -111821,7 +112674,7 @@ const B24UIMeta = {
111821
112674
  ],
111822
112675
  "events": [],
111823
112676
  "exposed": [],
111824
- "hash": "J-nooPP2Vf1-8bLtBYmZ93wz1XVkM4jgaMOj2r4C2dI"
112677
+ "hash": "P7mY4ALN0ougFVaqQeEaUDiv-P7LEhHnHd8JWnsaiBY"
111825
112678
  }
111826
112679
  },
111827
112680
  "B24Skeleton": {
@@ -111901,7 +112754,7 @@ const B24UIMeta = {
111901
112754
  ],
111902
112755
  "events": [],
111903
112756
  "exposed": [],
111904
- "hash": "ZTyVhOCmlXVCSgP6fpF-fbk1eccsqjvyxcAXYWAukgE"
112757
+ "hash": "D27ZZygQjnQ0k9oxowN4vBnLpDNDABfTtKfLVFcBKV4"
111905
112758
  }
111906
112759
  },
111907
112760
  "B24Slideover": {
@@ -112482,9 +113335,38 @@ const B24UIMeta = {
112482
113335
  "description": ""
112483
113336
  }
112484
113337
  ],
112485
- "events": [],
113338
+ "events": [
113339
+ {
113340
+ "name": "after:leave",
113341
+ "description": "",
113342
+ "tags": [],
113343
+ "type": "[]",
113344
+ "signature": '(event: "after:leave"): void'
113345
+ },
113346
+ {
113347
+ "name": "after:enter",
113348
+ "description": "",
113349
+ "tags": [],
113350
+ "type": "[]",
113351
+ "signature": '(event: "after:enter"): void'
113352
+ },
113353
+ {
113354
+ "name": "close:prevent",
113355
+ "description": "",
113356
+ "tags": [],
113357
+ "type": "[]",
113358
+ "signature": '(event: "close:prevent"): void'
113359
+ },
113360
+ {
113361
+ "name": "update:open",
113362
+ "description": "",
113363
+ "tags": [],
113364
+ "type": "[value: boolean]",
113365
+ "signature": '(event: "update:open", value: boolean): void'
113366
+ }
113367
+ ],
112486
113368
  "exposed": [],
112487
- "hash": "jk4pVGog7b7MhFpZmS3pVXR1r69NukE1D0FcLgunU0k"
113369
+ "hash": "GepBXYPVY02tSvCtALqGO1G_DXdtCDMPPe36TeWBtwQ"
112488
113370
  }
112489
113371
  },
112490
113372
  "B24Stepper": {
@@ -112841,9 +113723,31 @@ const B24UIMeta = {
112841
113723
  "description": ""
112842
113724
  }
112843
113725
  ],
112844
- "events": [],
113726
+ "events": [
113727
+ {
113728
+ "name": "next",
113729
+ "description": "",
113730
+ "tags": [],
113731
+ "type": "[value: StepperItem]",
113732
+ "signature": '(evt: "next", value: StepperItem): void'
113733
+ },
113734
+ {
113735
+ "name": "prev",
113736
+ "description": "",
113737
+ "tags": [],
113738
+ "type": "[value: StepperItem]",
113739
+ "signature": '(evt: "prev", value: StepperItem): void'
113740
+ },
113741
+ {
113742
+ "name": "update:modelValue",
113743
+ "description": "",
113744
+ "tags": [],
113745
+ "type": "[value: string | number | undefined]",
113746
+ "signature": '(evt: "update:modelValue", value: string | number | undefined): void'
113747
+ }
113748
+ ],
112845
113749
  "exposed": [],
112846
- "hash": "9RzkDNtqdbnU_lQ_VPMqOK8CwLMImmdAnYOLeyQ-Ylc"
113750
+ "hash": "VH7wbYKHxi75Sa52TEwVxE_5vZ4KeOi5MQepi7epwWg"
112847
113751
  }
112848
113752
  },
112849
113753
  "B24Switch": {
@@ -113324,9 +114228,24 @@ const B24UIMeta = {
113324
114228
  "description": ""
113325
114229
  }
113326
114230
  ],
113327
- "events": [],
114231
+ "events": [
114232
+ {
114233
+ "name": "update:modelValue",
114234
+ "description": "",
114235
+ "tags": [],
114236
+ "type": "[value: boolean]",
114237
+ "signature": '(event: "update:modelValue", value: boolean): void'
114238
+ },
114239
+ {
114240
+ "name": "change",
114241
+ "description": "",
114242
+ "tags": [],
114243
+ "type": "[event: Event]",
114244
+ "signature": '(event: "change", event: Event): void'
114245
+ }
114246
+ ],
113328
114247
  "exposed": [],
113329
- "hash": "qp9TW2l6VCtrP6gy_lJBiAHstXUoeMibrFLc_podbY0"
114248
+ "hash": "2Yvg_XuIu9PBIIssyQ-XmwUE-6XJhqL_TleT6XGyLME"
113330
114249
  }
113331
114250
  },
113332
114251
  "B24Table": {
@@ -122530,9 +123449,101 @@ const B24UIMeta = {
122530
123449
  "description": ""
122531
123450
  }
122532
123451
  ],
122533
- "events": [],
123452
+ "events": [
123453
+ {
123454
+ "name": "update:globalFilter",
123455
+ "description": "",
123456
+ "tags": [],
123457
+ "type": "[value: string]",
123458
+ "signature": '(evt: "update:globalFilter", value: string): void'
123459
+ },
123460
+ {
123461
+ "name": "update:columnFilters",
123462
+ "description": "",
123463
+ "tags": [],
123464
+ "type": "[value: ColumnFiltersState]",
123465
+ "signature": '(evt: "update:columnFilters", value: ColumnFiltersState): void'
123466
+ },
123467
+ {
123468
+ "name": "update:columnOrder",
123469
+ "description": "",
123470
+ "tags": [],
123471
+ "type": "[value: ColumnOrderState]",
123472
+ "signature": '(evt: "update:columnOrder", value: ColumnOrderState): void'
123473
+ },
123474
+ {
123475
+ "name": "update:columnVisibility",
123476
+ "description": "",
123477
+ "tags": [],
123478
+ "type": "[value: VisibilityState]",
123479
+ "signature": '(evt: "update:columnVisibility", value: VisibilityState): void'
123480
+ },
123481
+ {
123482
+ "name": "update:columnPinning",
123483
+ "description": "",
123484
+ "tags": [],
123485
+ "type": "[value: ColumnPinningState]",
123486
+ "signature": '(evt: "update:columnPinning", value: ColumnPinningState): void'
123487
+ },
123488
+ {
123489
+ "name": "update:columnSizing",
123490
+ "description": "",
123491
+ "tags": [],
123492
+ "type": "[value: ColumnSizingState]",
123493
+ "signature": '(evt: "update:columnSizing", value: ColumnSizingState): void'
123494
+ },
123495
+ {
123496
+ "name": "update:columnSizingInfo",
123497
+ "description": "",
123498
+ "tags": [],
123499
+ "type": "[value: ColumnSizingInfoState]",
123500
+ "signature": '(evt: "update:columnSizingInfo", value: ColumnSizingInfoState): void'
123501
+ },
123502
+ {
123503
+ "name": "update:rowSelection",
123504
+ "description": "",
123505
+ "tags": [],
123506
+ "type": "[value: RowSelectionState]",
123507
+ "signature": '(evt: "update:rowSelection", value: RowSelectionState): void'
123508
+ },
123509
+ {
123510
+ "name": "update:rowPinning",
123511
+ "description": "",
123512
+ "tags": [],
123513
+ "type": "[value: RowPinningState]",
123514
+ "signature": '(evt: "update:rowPinning", value: RowPinningState): void'
123515
+ },
123516
+ {
123517
+ "name": "update:sorting",
123518
+ "description": "",
123519
+ "tags": [],
123520
+ "type": "[value: SortingState]",
123521
+ "signature": '(evt: "update:sorting", value: SortingState): void'
123522
+ },
123523
+ {
123524
+ "name": "update:grouping",
123525
+ "description": "",
123526
+ "tags": [],
123527
+ "type": "[value: GroupingState]",
123528
+ "signature": '(evt: "update:grouping", value: GroupingState): void'
123529
+ },
123530
+ {
123531
+ "name": "update:expanded",
123532
+ "description": "",
123533
+ "tags": [],
123534
+ "type": "[value: ExpandedState]",
123535
+ "signature": '(evt: "update:expanded", value: ExpandedState): void'
123536
+ },
123537
+ {
123538
+ "name": "update:pagination",
123539
+ "description": "",
123540
+ "tags": [],
123541
+ "type": "[value: PaginationState]",
123542
+ "signature": '(evt: "update:pagination", value: PaginationState): void'
123543
+ }
123544
+ ],
122534
123545
  "exposed": [],
122535
- "hash": "6caEbgEhusH_33f7kXqWXWPmdZVic_LeWSREt5z_NN8"
123546
+ "hash": "3WqAtDTzBMFPP6FlhE471iGPPP4q9uOFnnT2jKjsm7k"
122536
123547
  }
122537
123548
  },
122538
123549
  "B24TableWrapper": {
@@ -122768,7 +123779,7 @@ const B24UIMeta = {
122768
123779
  ],
122769
123780
  "events": [],
122770
123781
  "exposed": [],
122771
- "hash": "Z4rZ9QK0SENo1ls2ZeTYGykjtqB_0hAuQ4rrD8HOk_w"
123782
+ "hash": "EVFXVPskMBXr12m8XH26W0B5Adt2-AW9Ze5Jh1C15Qk"
122772
123783
  }
122773
123784
  },
122774
123785
  "B24Tabs": {
@@ -123369,7 +124380,7 @@ const B24UIMeta = {
123369
124380
  "badge": {
123370
124381
  "name": "badge",
123371
124382
  "global": false,
123372
- "description": "Display a badge on the item.\n`{ size: 'sm', color: 'air-primary' }`{lang=\"ts\"}",
124383
+ "description": "Display a badge on the item.\n`{ size: 'sm', color: 'air-primary' }`{lang=\"ts-type\"}",
123373
124384
  "tags": [],
123374
124385
  "required": false,
123375
124386
  "type": "string | number | BadgeProps | undefined",
@@ -123589,15 +124600,6 @@ const B24UIMeta = {
123589
124600
  "type": "boolean | undefined",
123590
124601
  "schema": "boolean | undefined"
123591
124602
  },
123592
- "avatar": {
123593
- "name": "avatar",
123594
- "global": false,
123595
- "description": "Display an avatar on the left side.",
123596
- "tags": [],
123597
- "required": false,
123598
- "type": "AvatarProps | undefined",
123599
- "schema": "AvatarProps | undefined"
123600
- },
123601
124603
  "icon": {
123602
124604
  "name": "icon",
123603
124605
  "global": false,
@@ -123611,6 +124613,15 @@ const B24UIMeta = {
123611
124613
  "type": "IconComponent | undefined",
123612
124614
  "schema": "IconComponent | undefined"
123613
124615
  },
124616
+ "avatar": {
124617
+ "name": "avatar",
124618
+ "global": false,
124619
+ "description": "Display an avatar on the left side.",
124620
+ "tags": [],
124621
+ "required": false,
124622
+ "type": "AvatarProps | undefined",
124623
+ "schema": "AvatarProps | undefined"
124624
+ },
123614
124625
  "trailingIcon": {
123615
124626
  "name": "trailingIcon",
123616
124627
  "global": false,
@@ -123801,13 +124812,14 @@ const B24UIMeta = {
123801
124812
  }
123802
124813
  ],
123803
124814
  "required": false,
123804
- "type": "string | undefined",
124815
+ "type": "GetItemKeys<TabsItem> | undefined",
123805
124816
  "schema": {
123806
124817
  "kind": "enum",
123807
- "type": "string | undefined",
124818
+ "type": "GetItemKeys<TabsItem> | undefined",
123808
124819
  "schema": {
123809
124820
  "0": "undefined",
123810
- "1": "string"
124821
+ "1": "string",
124822
+ "2": "number"
123811
124823
  }
123812
124824
  },
123813
124825
  "default": '"label"'
@@ -123941,9 +124953,17 @@ const B24UIMeta = {
123941
124953
  "description": ""
123942
124954
  }
123943
124955
  ],
123944
- "events": [],
124956
+ "events": [
124957
+ {
124958
+ "name": "update:modelValue",
124959
+ "description": "",
124960
+ "tags": [],
124961
+ "type": "[payload: string | number]",
124962
+ "signature": '(evt: "update:modelValue", payload: string | number): void'
124963
+ }
124964
+ ],
123945
124965
  "exposed": [],
123946
- "hash": "UKDqpRUkVsjgvCkoduL_hvYWpon30ARoAXwgFpN8Fxo"
124966
+ "hash": "VnFSOl5jGgk4CHtzg4qyL1PQtQCfevvunsatcMp-N6I"
123947
124967
  }
123948
124968
  },
123949
124969
  "B24Textarea": {
@@ -125183,9 +126203,31 @@ const B24UIMeta = {
125183
126203
  "description": ""
125184
126204
  }
125185
126205
  ],
125186
- "events": [],
126206
+ "events": [
126207
+ {
126208
+ "name": "update:modelValue",
126209
+ "description": "",
126210
+ "tags": [],
126211
+ "type": "[value: TextareaValue]",
126212
+ "signature": '(evt: "update:modelValue", value: TextareaValue): void'
126213
+ },
126214
+ {
126215
+ "name": "blur",
126216
+ "description": "",
126217
+ "tags": [],
126218
+ "type": "[event: FocusEvent]",
126219
+ "signature": '(evt: "blur", event: FocusEvent): void'
126220
+ },
126221
+ {
126222
+ "name": "change",
126223
+ "description": "",
126224
+ "tags": [],
126225
+ "type": "[event: Event]",
126226
+ "signature": '(evt: "change", event: Event): void'
126227
+ }
126228
+ ],
125187
126229
  "exposed": [],
125188
- "hash": "vaG6iIAO7FDzzdDOgAZU-261D6oeOgw9e4KlU_pNXVk"
126230
+ "hash": "bDu153Ojo6fu2dX0hrMs944rtuRh-ydtLurX4QW25yY"
125189
126231
  }
125190
126232
  },
125191
126233
  "B24Timeline": {
@@ -126006,9 +127048,17 @@ const B24UIMeta = {
126006
127048
  "description": ""
126007
127049
  }
126008
127050
  ],
126009
- "events": [],
127051
+ "events": [
127052
+ {
127053
+ "name": "update:modelValue",
127054
+ "description": "",
127055
+ "tags": [],
127056
+ "type": "[value: string | number | undefined]",
127057
+ "signature": '(evt: "update:modelValue", value: string | number | undefined): void'
127058
+ }
127059
+ ],
126010
127060
  "exposed": [],
126011
- "hash": "NGWfMMyBrmoXepQu5yVT6M6x1IGtPPrvzduSdA9MWjg"
127061
+ "hash": "OKhU2G-N9SfXR-zoGlkoK5rh86UbIBC7YmdJw2kEEqQ"
126012
127062
  }
126013
127063
  },
126014
127064
  "B24Toast": {
@@ -128358,9 +129408,66 @@ const B24UIMeta = {
128358
129408
  "description": ""
128359
129409
  }
128360
129410
  ],
128361
- "events": [],
129411
+ "events": [
129412
+ {
129413
+ "name": "pause",
129414
+ "description": "",
129415
+ "tags": [],
129416
+ "type": "[]",
129417
+ "signature": '(event: "pause"): void'
129418
+ },
129419
+ {
129420
+ "name": "escapeKeyDown",
129421
+ "description": "",
129422
+ "tags": [],
129423
+ "type": "[event: KeyboardEvent]",
129424
+ "signature": '(event: "escapeKeyDown", event: KeyboardEvent): void'
129425
+ },
129426
+ {
129427
+ "name": "resume",
129428
+ "description": "",
129429
+ "tags": [],
129430
+ "type": "[]",
129431
+ "signature": '(event: "resume"): void'
129432
+ },
129433
+ {
129434
+ "name": "swipeStart",
129435
+ "description": "",
129436
+ "tags": [],
129437
+ "type": "[event: SwipeEvent]",
129438
+ "signature": '(event: "swipeStart", event: SwipeEvent): void'
129439
+ },
129440
+ {
129441
+ "name": "swipeMove",
129442
+ "description": "",
129443
+ "tags": [],
129444
+ "type": "[event: SwipeEvent]",
129445
+ "signature": '(event: "swipeMove", event: SwipeEvent): void'
129446
+ },
129447
+ {
129448
+ "name": "swipeCancel",
129449
+ "description": "",
129450
+ "tags": [],
129451
+ "type": "[event: SwipeEvent]",
129452
+ "signature": '(event: "swipeCancel", event: SwipeEvent): void'
129453
+ },
129454
+ {
129455
+ "name": "swipeEnd",
129456
+ "description": "",
129457
+ "tags": [],
129458
+ "type": "[event: SwipeEvent]",
129459
+ "signature": '(event: "swipeEnd", event: SwipeEvent): void'
129460
+ },
129461
+ {
129462
+ "name": "update:open",
129463
+ "description": "",
129464
+ "tags": [],
129465
+ "type": "[value: boolean]",
129466
+ "signature": '(event: "update:open", value: boolean): void'
129467
+ }
129468
+ ],
128362
129469
  "exposed": [],
128363
- "hash": "UdAPNlxuAAcsR0L5jZUFRG2i1Xup1OwywzZQCkRzGiU"
129470
+ "hash": "YPjWUm0jg66daXwiUqcpfKgjioLyU7ta4e6AFAIzLvw"
128364
129471
  }
128365
129472
  },
128366
129473
  "B24Toaster": {
@@ -128612,7 +129719,7 @@ const B24UIMeta = {
128612
129719
  ],
128613
129720
  "events": [],
128614
129721
  "exposed": [],
128615
- "hash": "Z6Nam9ICdaiN3n0mBM_A9UfR_RHE3vcqZf9_M-aEpT8"
129722
+ "hash": "JAfXi5lsWjFoagdnRp_FulED0MTfSUVcb7tCQMtQ5cE"
128616
129723
  }
128617
129724
  },
128618
129725
  "B24Tooltip": {
@@ -129419,9 +130526,17 @@ const B24UIMeta = {
129419
130526
  "description": ""
129420
130527
  }
129421
130528
  ],
129422
- "events": [],
130529
+ "events": [
130530
+ {
130531
+ "name": "update:open",
130532
+ "description": "",
130533
+ "tags": [],
130534
+ "type": "[value: boolean]",
130535
+ "signature": '(event: "update:open", value: boolean): void'
130536
+ }
130537
+ ],
129423
130538
  "exposed": [],
129424
- "hash": "3bn3FA0rzcGjKn-oYiO3auqpkro_TS-0-sYrVHFBp7I"
130539
+ "hash": "H69gFVL9-63CcJm6puDmXqqMLkPAJyAnxrm4rXf3Z20"
129425
130540
  }
129426
130541
  },
129427
130542
  "B24User": {
@@ -130338,7 +131453,7 @@ const B24UIMeta = {
130338
131453
  ],
130339
131454
  "events": [],
130340
131455
  "exposed": [],
130341
- "hash": "jkAAsEq8yfC1rP76EJydgh8oFhhqFQkd9tGZk9fma44"
131456
+ "hash": "Xiyy_cO1gYz_8La9qprtrwBAPyudQT_xuxEB2aQkcFo"
130342
131457
  }
130343
131458
  },
130344
131459
  "B24LocaleSelect": {
@@ -132531,7 +133646,15 @@ const B24UIMeta = {
132531
133646
  }
132532
133647
  ],
132533
133648
  "slots": [],
132534
- "events": [],
133649
+ "events": [
133650
+ {
133651
+ "name": "update:modelValue",
133652
+ "description": "",
133653
+ "tags": [],
133654
+ "type": "[value: string]",
133655
+ "signature": '(event: "update:modelValue", value: string): void'
133656
+ }
133657
+ ],
132535
133658
  "exposed": [],
132536
133659
  "hash": "REvX25eDOBPlZA1Ln5t25IV92A1y3mnSFlq6hOplN5U"
132537
133660
  }