@bitrix24/b24ui-nuxt 0.6.6 → 0.6.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 (31) hide show
  1. package/.nuxt/b24ui/skeleton.ts +1 -1
  2. package/dist/meta.d.mts +2719 -297
  3. package/dist/meta.mjs +2719 -297
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +2 -2
  6. package/dist/runtime/components/DescriptionList.vue +12 -0
  7. package/dist/runtime/components/DescriptionList.vue.d.ts +10 -8
  8. package/dist/runtime/components/DropdownMenu.vue.d.ts +2 -0
  9. package/dist/runtime/components/DropdownMenuContent.vue +4 -0
  10. package/dist/runtime/components/InputMenu.vue +6 -2
  11. package/dist/runtime/components/InputMenu.vue.d.ts +2 -0
  12. package/dist/runtime/components/Modal.vue +11 -9
  13. package/dist/runtime/components/Modal.vue.d.ts +3 -0
  14. package/dist/runtime/components/NavigationMenu.vue +4 -0
  15. package/dist/runtime/components/NavigationMenu.vue.d.ts +2 -0
  16. package/dist/runtime/components/Popover.vue +9 -6
  17. package/dist/runtime/components/Popover.vue.d.ts +3 -0
  18. package/dist/runtime/components/Select.vue +5 -0
  19. package/dist/runtime/components/Select.vue.d.ts +2 -0
  20. package/dist/runtime/components/SelectMenu.vue +5 -1
  21. package/dist/runtime/components/SelectMenu.vue.d.ts +2 -0
  22. package/dist/runtime/components/SidebarLayout.vue +4 -0
  23. package/dist/runtime/components/SidebarLayout.vue.d.ts +5 -3
  24. package/dist/runtime/components/Slideover.vue +11 -9
  25. package/dist/runtime/components/Slideover.vue.d.ts +3 -0
  26. package/dist/runtime/components/StackedLayout.vue +4 -0
  27. package/dist/runtime/components/StackedLayout.vue.d.ts +5 -3
  28. package/dist/shared/{b24ui-nuxt.BL9IkPeR.mjs → b24ui-nuxt.jU270f-Q.mjs} +1 -1
  29. package/dist/unplugin.mjs +1 -1
  30. package/dist/vite.mjs +1 -1
  31. package/package.json +1 -1
package/dist/meta.d.mts CHANGED
@@ -14917,6 +14917,24 @@ var B24UIMeta = {
14917
14917
  }
14918
14918
  }
14919
14919
  },
14920
+ {
14921
+ "name": "defaultValue",
14922
+ "global": false,
14923
+ "description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
14924
+ "tags": [],
14925
+ "required": false,
14926
+ "type": 'boolean | "indeterminate" | undefined',
14927
+ "schema": {
14928
+ "kind": "enum",
14929
+ "type": 'boolean | "indeterminate" | undefined',
14930
+ "schema": {
14931
+ "0": "undefined",
14932
+ "1": "false",
14933
+ "2": "true",
14934
+ "3": '"indeterminate"'
14935
+ }
14936
+ }
14937
+ },
14920
14938
  {
14921
14939
  "name": "required",
14922
14940
  "global": false,
@@ -14990,24 +15008,6 @@ var B24UIMeta = {
14990
15008
  }
14991
15009
  }
14992
15010
  },
14993
- {
14994
- "name": "defaultValue",
14995
- "global": false,
14996
- "description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
14997
- "tags": [],
14998
- "required": false,
14999
- "type": 'boolean | "indeterminate" | undefined',
15000
- "schema": {
15001
- "kind": "enum",
15002
- "type": 'boolean | "indeterminate" | undefined',
15003
- "schema": {
15004
- "0": "undefined",
15005
- "1": "false",
15006
- "2": "true",
15007
- "3": '"indeterminate"'
15008
- }
15009
- }
15010
- },
15011
15011
  {
15012
15012
  "name": "modelValue",
15013
15013
  "global": false,
@@ -17135,214 +17135,2398 @@ var B24UIMeta = {
17135
17135
  "required": false,
17136
17136
  "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
17137
17137
  "schema": {
17138
- "kind": "enum",
17139
- "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
17140
- "schema": {
17141
- "0": "undefined",
17142
- "1": "null",
17143
- "2": '"_blank"',
17144
- "3": '"_parent"',
17145
- "4": '"_self"',
17146
- "5": '"_top"',
17147
- "6": {
17148
- "kind": "object",
17149
- "type": "string & {}",
17150
- "schema": {}
17151
- }
17138
+ "kind": "enum",
17139
+ "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
17140
+ "schema": {
17141
+ "0": "undefined",
17142
+ "1": "null",
17143
+ "2": '"_blank"',
17144
+ "3": '"_parent"',
17145
+ "4": '"_self"',
17146
+ "5": '"_top"',
17147
+ "6": {
17148
+ "kind": "object",
17149
+ "type": "string & {}",
17150
+ "schema": {}
17151
+ }
17152
+ }
17153
+ }
17154
+ },
17155
+ "rel": {
17156
+ "name": "rel",
17157
+ "global": false,
17158
+ "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
17159
+ "tags": [],
17160
+ "required": false,
17161
+ "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
17162
+ "schema": {
17163
+ "kind": "enum",
17164
+ "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
17165
+ "schema": {
17166
+ "0": "undefined",
17167
+ "1": "null",
17168
+ "2": "string & {}",
17169
+ "3": '"noopener"',
17170
+ "4": '"noreferrer"',
17171
+ "5": '"nofollow"',
17172
+ "6": '"sponsored"',
17173
+ "7": '"ugc"'
17174
+ }
17175
+ }
17176
+ },
17177
+ "noRel": {
17178
+ "name": "noRel",
17179
+ "global": false,
17180
+ "description": "If set to true, no rel attribute will be added to the link",
17181
+ "tags": [],
17182
+ "required": false,
17183
+ "type": "boolean | undefined",
17184
+ "schema": "boolean | undefined"
17185
+ },
17186
+ "prefetchedClass": {
17187
+ "name": "prefetchedClass",
17188
+ "global": false,
17189
+ "description": "A class to apply to links that have been prefetched.",
17190
+ "tags": [],
17191
+ "required": false,
17192
+ "type": "string | undefined",
17193
+ "schema": "string | undefined"
17194
+ },
17195
+ "prefetch": {
17196
+ "name": "prefetch",
17197
+ "global": false,
17198
+ "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
17199
+ "tags": [],
17200
+ "required": false,
17201
+ "type": "boolean | undefined",
17202
+ "schema": "boolean | undefined"
17203
+ },
17204
+ "prefetchOn": {
17205
+ "name": "prefetchOn",
17206
+ "global": false,
17207
+ "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
17208
+ "tags": [],
17209
+ "required": false,
17210
+ "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
17211
+ "schema": {
17212
+ "kind": "enum",
17213
+ "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
17214
+ "schema": {
17215
+ "0": "undefined",
17216
+ "1": '"visibility"',
17217
+ "2": '"interaction"',
17218
+ "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
17219
+ }
17220
+ }
17221
+ },
17222
+ "noPrefetch": {
17223
+ "name": "noPrefetch",
17224
+ "global": false,
17225
+ "description": "Escape hatch to disable `prefetch` attribute.",
17226
+ "tags": [],
17227
+ "required": false,
17228
+ "type": "boolean | undefined",
17229
+ "schema": "boolean | undefined"
17230
+ }
17231
+ }
17232
+ }
17233
+ ]
17234
+ }
17235
+ }
17236
+ }
17237
+ },
17238
+ "class": {
17239
+ "name": "class",
17240
+ "global": false,
17241
+ "description": "",
17242
+ "tags": [],
17243
+ "required": false,
17244
+ "type": "any",
17245
+ "schema": "any"
17246
+ },
17247
+ "b24ui": {
17248
+ "name": "b24ui",
17249
+ "global": false,
17250
+ "description": "",
17251
+ "tags": [],
17252
+ "required": false,
17253
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17254
+ "schema": {
17255
+ "kind": "enum",
17256
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17257
+ "schema": {
17258
+ "0": "undefined",
17259
+ "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
17260
+ }
17261
+ }
17262
+ }
17263
+ }
17264
+ }
17265
+ ]
17266
+ }
17267
+ }
17268
+ }
17269
+ },
17270
+ {
17271
+ "name": "size",
17272
+ "global": false,
17273
+ "description": "",
17274
+ "tags": [
17275
+ {
17276
+ "name": "defaultValue",
17277
+ "text": "'md'"
17278
+ }
17279
+ ],
17280
+ "required": false,
17281
+ "type": '"md" | "sm" | undefined',
17282
+ "schema": {
17283
+ "kind": "enum",
17284
+ "type": '"md" | "sm" | undefined',
17285
+ "schema": {
17286
+ "0": "undefined",
17287
+ "1": '"md"',
17288
+ "2": '"sm"'
17289
+ }
17290
+ }
17291
+ },
17292
+ {
17293
+ "name": "b24ui",
17294
+ "global": false,
17295
+ "description": "",
17296
+ "tags": [],
17297
+ "required": false,
17298
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17299
+ "schema": {
17300
+ "kind": "enum",
17301
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17302
+ "schema": {
17303
+ "0": "undefined",
17304
+ "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
17305
+ }
17306
+ }
17307
+ }
17308
+ ],
17309
+ "slots": [
17310
+ {
17311
+ "name": "legend",
17312
+ "type": "{} | undefined",
17313
+ "description": "",
17314
+ "schema": {
17315
+ "kind": "enum",
17316
+ "type": "{} | undefined",
17317
+ "schema": {
17318
+ "0": "undefined",
17319
+ "1": {
17320
+ "kind": "object",
17321
+ "type": "{}",
17322
+ "schema": {}
17323
+ }
17324
+ }
17325
+ }
17326
+ },
17327
+ {
17328
+ "name": "text",
17329
+ "type": "{} | undefined",
17330
+ "description": "",
17331
+ "schema": {
17332
+ "kind": "enum",
17333
+ "type": "{} | undefined",
17334
+ "schema": {
17335
+ "0": "undefined",
17336
+ "1": {
17337
+ "kind": "object",
17338
+ "type": "{}",
17339
+ "schema": {}
17340
+ }
17341
+ }
17342
+ }
17343
+ },
17344
+ {
17345
+ "name": "leading",
17346
+ "type": "{ item: DescriptionListItem; index: number; }",
17347
+ "description": "",
17348
+ "schema": {
17349
+ "kind": "object",
17350
+ "type": "{ item: DescriptionListItem; index: number; }",
17351
+ "schema": {
17352
+ "item": {
17353
+ "name": "item",
17354
+ "global": false,
17355
+ "description": "",
17356
+ "tags": [],
17357
+ "required": true,
17358
+ "type": "DescriptionListItem",
17359
+ "schema": {
17360
+ "kind": "object",
17361
+ "type": "DescriptionListItem",
17362
+ "schema": {
17363
+ "label": {
17364
+ "name": "label",
17365
+ "global": false,
17366
+ "description": "",
17367
+ "tags": [],
17368
+ "required": false,
17369
+ "type": "string | undefined",
17370
+ "schema": {
17371
+ "kind": "enum",
17372
+ "type": "string | undefined",
17373
+ "schema": {
17374
+ "0": "undefined",
17375
+ "1": "string"
17376
+ }
17377
+ }
17378
+ },
17379
+ "icon": {
17380
+ "name": "icon",
17381
+ "global": false,
17382
+ "description": "Display an icon on the left side.",
17383
+ "tags": [
17384
+ {
17385
+ "name": "IconComponent"
17386
+ }
17387
+ ],
17388
+ "required": false,
17389
+ "type": "IconComponent | undefined",
17390
+ "schema": {
17391
+ "kind": "enum",
17392
+ "type": "IconComponent | undefined",
17393
+ "schema": {
17394
+ "0": "undefined",
17395
+ "1": {
17396
+ "kind": "event",
17397
+ "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
17398
+ "schema": []
17399
+ }
17400
+ }
17401
+ }
17402
+ },
17403
+ "avatar": {
17404
+ "name": "avatar",
17405
+ "global": false,
17406
+ "description": "",
17407
+ "tags": [],
17408
+ "required": false,
17409
+ "type": "AvatarProps | undefined",
17410
+ "schema": {
17411
+ "kind": "enum",
17412
+ "type": "AvatarProps | undefined",
17413
+ "schema": {
17414
+ "0": "undefined",
17415
+ "1": {
17416
+ "kind": "object",
17417
+ "type": "AvatarProps",
17418
+ "schema": {
17419
+ "as": {
17420
+ "name": "as",
17421
+ "global": false,
17422
+ "description": "The element or component this component should render as.",
17423
+ "tags": [
17424
+ {
17425
+ "name": "defaultValue",
17426
+ "text": "'span'"
17427
+ }
17428
+ ],
17429
+ "required": false,
17430
+ "type": "any",
17431
+ "schema": "any"
17432
+ },
17433
+ "src": {
17434
+ "name": "src",
17435
+ "global": false,
17436
+ "description": "",
17437
+ "tags": [],
17438
+ "required": false,
17439
+ "type": "string | undefined",
17440
+ "schema": "string | undefined"
17441
+ },
17442
+ "alt": {
17443
+ "name": "alt",
17444
+ "global": false,
17445
+ "description": "",
17446
+ "tags": [],
17447
+ "required": false,
17448
+ "type": "string | undefined",
17449
+ "schema": "string | undefined"
17450
+ },
17451
+ "icon": {
17452
+ "name": "icon",
17453
+ "global": false,
17454
+ "description": "Display an icon on the left side.",
17455
+ "tags": [
17456
+ {
17457
+ "name": "IconComponent"
17458
+ }
17459
+ ],
17460
+ "required": false,
17461
+ "type": "IconComponent | undefined",
17462
+ "schema": "IconComponent | undefined"
17463
+ },
17464
+ "text": {
17465
+ "name": "text",
17466
+ "global": false,
17467
+ "description": "",
17468
+ "tags": [],
17469
+ "required": false,
17470
+ "type": "string | undefined",
17471
+ "schema": "string | undefined"
17472
+ },
17473
+ "size": {
17474
+ "name": "size",
17475
+ "global": false,
17476
+ "description": "",
17477
+ "tags": [
17478
+ {
17479
+ "name": "defaultValue",
17480
+ "text": "'md'"
17481
+ }
17482
+ ],
17483
+ "required": false,
17484
+ "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
17485
+ "schema": {
17486
+ "kind": "enum",
17487
+ "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
17488
+ "schema": {
17489
+ "0": "undefined",
17490
+ "1": '"lg"',
17491
+ "2": '"md"',
17492
+ "3": '"3xs"',
17493
+ "4": '"2xs"',
17494
+ "5": '"xs"',
17495
+ "6": '"sm"',
17496
+ "7": '"xl"',
17497
+ "8": '"2xl"',
17498
+ "9": '"3xl"'
17499
+ }
17500
+ }
17501
+ },
17502
+ "class": {
17503
+ "name": "class",
17504
+ "global": false,
17505
+ "description": "",
17506
+ "tags": [],
17507
+ "required": false,
17508
+ "type": "any",
17509
+ "schema": "any"
17510
+ },
17511
+ "style": {
17512
+ "name": "style",
17513
+ "global": false,
17514
+ "description": "",
17515
+ "tags": [],
17516
+ "required": false,
17517
+ "type": "any",
17518
+ "schema": "any"
17519
+ },
17520
+ "b24ui": {
17521
+ "name": "b24ui",
17522
+ "global": false,
17523
+ "description": "",
17524
+ "tags": [],
17525
+ "required": false,
17526
+ "type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
17527
+ "schema": {
17528
+ "kind": "enum",
17529
+ "type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
17530
+ "schema": {
17531
+ "0": "undefined",
17532
+ "1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
17533
+ }
17534
+ }
17535
+ }
17536
+ }
17537
+ }
17538
+ }
17539
+ }
17540
+ },
17541
+ "slot": {
17542
+ "name": "slot",
17543
+ "global": false,
17544
+ "description": "",
17545
+ "tags": [],
17546
+ "required": false,
17547
+ "type": "string | undefined",
17548
+ "schema": "string | undefined"
17549
+ },
17550
+ "description": {
17551
+ "name": "description",
17552
+ "global": false,
17553
+ "description": "",
17554
+ "tags": [],
17555
+ "required": false,
17556
+ "type": "string | undefined",
17557
+ "schema": "string | undefined"
17558
+ },
17559
+ "orientation": {
17560
+ "name": "orientation",
17561
+ "global": false,
17562
+ "description": "The orientation between the content and the actions.",
17563
+ "tags": [
17564
+ {
17565
+ "name": "defaultValue",
17566
+ "text": "'vertical'"
17567
+ }
17568
+ ],
17569
+ "required": false,
17570
+ "type": '"vertical" | "horizontal" | undefined',
17571
+ "schema": {
17572
+ "kind": "enum",
17573
+ "type": '"vertical" | "horizontal" | undefined',
17574
+ "schema": {
17575
+ "0": "undefined",
17576
+ "1": '"vertical"',
17577
+ "2": '"horizontal"'
17578
+ }
17579
+ }
17580
+ },
17581
+ "actions": {
17582
+ "name": "actions",
17583
+ "global": false,
17584
+ "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
17585
+ "tags": [],
17586
+ "required": false,
17587
+ "type": "ButtonProps[] | undefined",
17588
+ "schema": {
17589
+ "kind": "enum",
17590
+ "type": "ButtonProps[] | undefined",
17591
+ "schema": {
17592
+ "0": "undefined",
17593
+ "1": {
17594
+ "kind": "array",
17595
+ "type": "ButtonProps[]",
17596
+ "schema": [
17597
+ {
17598
+ "kind": "object",
17599
+ "type": "ButtonProps",
17600
+ "schema": {
17601
+ "label": {
17602
+ "name": "label",
17603
+ "global": false,
17604
+ "description": "",
17605
+ "tags": [],
17606
+ "required": false,
17607
+ "type": "string | undefined",
17608
+ "schema": "string | undefined"
17609
+ },
17610
+ "color": {
17611
+ "name": "color",
17612
+ "global": false,
17613
+ "description": "",
17614
+ "tags": [
17615
+ {
17616
+ "name": "defaultValue",
17617
+ "text": "'default'"
17618
+ }
17619
+ ],
17620
+ "required": false,
17621
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
17622
+ "schema": {
17623
+ "kind": "enum",
17624
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
17625
+ "schema": {
17626
+ "0": "undefined",
17627
+ "1": '"default"',
17628
+ "2": '"danger"',
17629
+ "3": '"success"',
17630
+ "4": '"warning"',
17631
+ "5": '"primary"',
17632
+ "6": '"secondary"',
17633
+ "7": '"collab"',
17634
+ "8": '"ai"',
17635
+ "9": '"link"'
17636
+ }
17637
+ }
17638
+ },
17639
+ "activeColor": {
17640
+ "name": "activeColor",
17641
+ "global": false,
17642
+ "description": "",
17643
+ "tags": [],
17644
+ "required": false,
17645
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
17646
+ "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
17647
+ },
17648
+ "depth": {
17649
+ "name": "depth",
17650
+ "global": false,
17651
+ "description": "",
17652
+ "tags": [
17653
+ {
17654
+ "name": "defaultValue",
17655
+ "text": "'normal'"
17656
+ }
17657
+ ],
17658
+ "required": false,
17659
+ "type": '"light" | "dark" | "normal" | undefined',
17660
+ "schema": {
17661
+ "kind": "enum",
17662
+ "type": '"light" | "dark" | "normal" | undefined',
17663
+ "schema": {
17664
+ "0": "undefined",
17665
+ "1": '"light"',
17666
+ "2": '"dark"',
17667
+ "3": '"normal"'
17668
+ }
17669
+ }
17670
+ },
17671
+ "activeDepth": {
17672
+ "name": "activeDepth",
17673
+ "global": false,
17674
+ "description": "",
17675
+ "tags": [],
17676
+ "required": false,
17677
+ "type": '"light" | "dark" | "normal" | undefined',
17678
+ "schema": '"light" | "dark" | "normal" | undefined'
17679
+ },
17680
+ "size": {
17681
+ "name": "size",
17682
+ "global": false,
17683
+ "description": "",
17684
+ "tags": [
17685
+ {
17686
+ "name": "defaultValue",
17687
+ "text": "'md'"
17688
+ }
17689
+ ],
17690
+ "required": false,
17691
+ "type": '"lg" | "md" | "xs" | "sm" | undefined',
17692
+ "schema": {
17693
+ "kind": "enum",
17694
+ "type": '"lg" | "md" | "xs" | "sm" | undefined',
17695
+ "schema": {
17696
+ "0": "undefined",
17697
+ "1": '"lg"',
17698
+ "2": '"md"',
17699
+ "3": '"xs"',
17700
+ "4": '"sm"'
17701
+ }
17702
+ }
17703
+ },
17704
+ "rounded": {
17705
+ "name": "rounded",
17706
+ "global": false,
17707
+ "description": "Rounds the corners of the button",
17708
+ "tags": [
17709
+ {
17710
+ "name": "defaultValue",
17711
+ "text": "false"
17712
+ }
17713
+ ],
17714
+ "required": false,
17715
+ "type": "boolean | undefined",
17716
+ "schema": {
17717
+ "kind": "enum",
17718
+ "type": "boolean | undefined",
17719
+ "schema": {
17720
+ "0": "undefined",
17721
+ "1": "false",
17722
+ "2": "true"
17723
+ }
17724
+ }
17725
+ },
17726
+ "block": {
17727
+ "name": "block",
17728
+ "global": false,
17729
+ "description": "Render the button full width",
17730
+ "tags": [
17731
+ {
17732
+ "name": "defaultValue",
17733
+ "text": "false"
17734
+ }
17735
+ ],
17736
+ "required": false,
17737
+ "type": "boolean | undefined",
17738
+ "schema": "boolean | undefined"
17739
+ },
17740
+ "loadingAuto": {
17741
+ "name": "loadingAuto",
17742
+ "global": false,
17743
+ "description": "Set loading state automatically based on the `@click` promise state",
17744
+ "tags": [
17745
+ {
17746
+ "name": "defaultValue",
17747
+ "text": "false"
17748
+ }
17749
+ ],
17750
+ "required": false,
17751
+ "type": "boolean | undefined",
17752
+ "schema": "boolean | undefined"
17753
+ },
17754
+ "normalCase": {
17755
+ "name": "normalCase",
17756
+ "global": false,
17757
+ "description": "Disable uppercase label",
17758
+ "tags": [
17759
+ {
17760
+ "name": "defaultValue",
17761
+ "text": "false"
17762
+ }
17763
+ ],
17764
+ "required": false,
17765
+ "type": "boolean | undefined",
17766
+ "schema": "boolean | undefined"
17767
+ },
17768
+ "useWait": {
17769
+ "name": "useWait",
17770
+ "global": false,
17771
+ "description": "Shows LoaderWaitIcon in loading mode",
17772
+ "tags": [
17773
+ {
17774
+ "name": "defaultValue",
17775
+ "text": "false"
17776
+ }
17777
+ ],
17778
+ "required": false,
17779
+ "type": "boolean | undefined",
17780
+ "schema": "boolean | undefined"
17781
+ },
17782
+ "useClock": {
17783
+ "name": "useClock",
17784
+ "global": false,
17785
+ "description": "Shows LoaderClockIcon icon in loading mode",
17786
+ "tags": [
17787
+ {
17788
+ "name": "defaultValue",
17789
+ "text": "false"
17790
+ }
17791
+ ],
17792
+ "required": false,
17793
+ "type": "boolean | undefined",
17794
+ "schema": "boolean | undefined"
17795
+ },
17796
+ "useDropdown": {
17797
+ "name": "useDropdown",
17798
+ "global": false,
17799
+ "description": "Shows icons.chevronDown on the right side",
17800
+ "tags": [
17801
+ {
17802
+ "name": "defaultValue",
17803
+ "text": "false"
17804
+ }
17805
+ ],
17806
+ "required": false,
17807
+ "type": "boolean | undefined",
17808
+ "schema": "boolean | undefined"
17809
+ },
17810
+ "onClick": {
17811
+ "name": "onClick",
17812
+ "global": false,
17813
+ "description": "",
17814
+ "tags": [],
17815
+ "required": false,
17816
+ "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
17817
+ "schema": {
17818
+ "kind": "enum",
17819
+ "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
17820
+ "schema": {
17821
+ "0": "undefined",
17822
+ "1": {
17823
+ "kind": "event",
17824
+ "type": "(event: MouseEvent): void | Promise<void>",
17825
+ "schema": []
17826
+ },
17827
+ "2": {
17828
+ "kind": "array",
17829
+ "type": "((event: MouseEvent) => void | Promise<void>)[]",
17830
+ "schema": [
17831
+ {
17832
+ "kind": "event",
17833
+ "type": "(event: MouseEvent): void | Promise<void>",
17834
+ "schema": []
17835
+ }
17836
+ ]
17837
+ }
17838
+ }
17839
+ }
17840
+ },
17841
+ "class": {
17842
+ "name": "class",
17843
+ "global": false,
17844
+ "description": "",
17845
+ "tags": [],
17846
+ "required": false,
17847
+ "type": "any",
17848
+ "schema": "any"
17849
+ },
17850
+ "activeClass": {
17851
+ "name": "activeClass",
17852
+ "global": false,
17853
+ "description": "The class to apply when the link is active",
17854
+ "tags": [
17855
+ {
17856
+ "name": "defaultValue",
17857
+ "text": "''"
17858
+ }
17859
+ ],
17860
+ "required": false,
17861
+ "type": "string | undefined",
17862
+ "schema": "string | undefined"
17863
+ },
17864
+ "inactiveClass": {
17865
+ "name": "inactiveClass",
17866
+ "global": false,
17867
+ "description": "The class to apply when the link is inactive",
17868
+ "tags": [
17869
+ {
17870
+ "name": "defaultValue",
17871
+ "text": "''"
17872
+ }
17873
+ ],
17874
+ "required": false,
17875
+ "type": "string | undefined",
17876
+ "schema": "string | undefined"
17877
+ },
17878
+ "b24ui": {
17879
+ "name": "b24ui",
17880
+ "global": false,
17881
+ "description": "",
17882
+ "tags": [],
17883
+ "required": false,
17884
+ "type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
17885
+ "schema": {
17886
+ "kind": "enum",
17887
+ "type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
17888
+ "schema": {
17889
+ "0": "undefined",
17890
+ "1": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; }"
17891
+ }
17892
+ }
17893
+ },
17894
+ "loading": {
17895
+ "name": "loading",
17896
+ "global": false,
17897
+ "description": "When `true`, the loading icon will be displayed.",
17898
+ "tags": [],
17899
+ "required": false,
17900
+ "type": "boolean | undefined",
17901
+ "schema": "boolean | undefined"
17902
+ },
17903
+ "icon": {
17904
+ "name": "icon",
17905
+ "global": false,
17906
+ "description": "Display an icon on the left side.",
17907
+ "tags": [
17908
+ {
17909
+ "name": "defaultValue",
17910
+ "text": "icons.loading"
17911
+ },
17912
+ {
17913
+ "name": "IconComponent"
17914
+ }
17915
+ ],
17916
+ "required": false,
17917
+ "type": "IconComponent | undefined",
17918
+ "schema": "IconComponent | undefined"
17919
+ },
17920
+ "avatar": {
17921
+ "name": "avatar",
17922
+ "global": false,
17923
+ "description": "Display an avatar on the left side.",
17924
+ "tags": [],
17925
+ "required": false,
17926
+ "type": "AvatarProps | undefined",
17927
+ "schema": "AvatarProps | undefined"
17928
+ },
17929
+ "as": {
17930
+ "name": "as",
17931
+ "global": false,
17932
+ "description": "The element or component this component should render as when not a link.",
17933
+ "tags": [
17934
+ {
17935
+ "name": "defaultValue",
17936
+ "text": "'button'"
17937
+ }
17938
+ ],
17939
+ "required": false,
17940
+ "type": "any",
17941
+ "schema": "any"
17942
+ },
17943
+ "type": {
17944
+ "name": "type",
17945
+ "global": false,
17946
+ "description": "The type of the button when not a link.",
17947
+ "tags": [
17948
+ {
17949
+ "name": "defaultValue",
17950
+ "text": "'button'"
17951
+ }
17952
+ ],
17953
+ "required": false,
17954
+ "type": '"reset" | "submit" | "button" | undefined',
17955
+ "schema": {
17956
+ "kind": "enum",
17957
+ "type": '"reset" | "submit" | "button" | undefined',
17958
+ "schema": {
17959
+ "0": "undefined",
17960
+ "1": '"reset"',
17961
+ "2": '"submit"',
17962
+ "3": '"button"'
17963
+ }
17964
+ }
17965
+ },
17966
+ "to": {
17967
+ "name": "to",
17968
+ "global": false,
17969
+ "description": "Route Location the link should navigate to when clicked on.",
17970
+ "tags": [],
17971
+ "required": false,
17972
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
17973
+ "schema": {
17974
+ "kind": "enum",
17975
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
17976
+ "schema": {
17977
+ "0": "undefined",
17978
+ "1": "string",
17979
+ "2": {
17980
+ "kind": "object",
17981
+ "type": "RouteLocationAsRelativeGeneric",
17982
+ "schema": {
17983
+ "name": {
17984
+ "name": "name",
17985
+ "global": false,
17986
+ "description": "",
17987
+ "tags": [],
17988
+ "required": false,
17989
+ "type": "RouteRecordNameGeneric",
17990
+ "schema": {
17991
+ "kind": "enum",
17992
+ "type": "RouteRecordNameGeneric",
17993
+ "schema": {
17994
+ "0": "undefined",
17995
+ "1": "string",
17996
+ "2": "symbol"
17997
+ }
17998
+ }
17999
+ },
18000
+ "params": {
18001
+ "name": "params",
18002
+ "global": false,
18003
+ "description": "",
18004
+ "tags": [],
18005
+ "required": false,
18006
+ "type": "RouteParamsRawGeneric | undefined",
18007
+ "schema": {
18008
+ "kind": "enum",
18009
+ "type": "RouteParamsRawGeneric | undefined",
18010
+ "schema": {
18011
+ "0": "undefined",
18012
+ "1": "RouteParamsRawGeneric"
18013
+ }
18014
+ }
18015
+ },
18016
+ "path": {
18017
+ "name": "path",
18018
+ "global": false,
18019
+ "description": "A relative path to the current location. This property should be removed",
18020
+ "tags": [],
18021
+ "required": false,
18022
+ "type": "undefined",
18023
+ "schema": "undefined"
18024
+ },
18025
+ "query": {
18026
+ "name": "query",
18027
+ "global": false,
18028
+ "description": "",
18029
+ "tags": [],
18030
+ "required": false,
18031
+ "type": "LocationQueryRaw | undefined",
18032
+ "schema": {
18033
+ "kind": "enum",
18034
+ "type": "LocationQueryRaw | undefined",
18035
+ "schema": {
18036
+ "0": "undefined",
18037
+ "1": "LocationQueryRaw"
18038
+ }
18039
+ }
18040
+ },
18041
+ "hash": {
18042
+ "name": "hash",
18043
+ "global": false,
18044
+ "description": "",
18045
+ "tags": [],
18046
+ "required": false,
18047
+ "type": "string | undefined",
18048
+ "schema": "string | undefined"
18049
+ },
18050
+ "replace": {
18051
+ "name": "replace",
18052
+ "global": false,
18053
+ "description": "Replace the entry in the history instead of pushing a new entry",
18054
+ "tags": [],
18055
+ "required": false,
18056
+ "type": "boolean | undefined",
18057
+ "schema": "boolean | undefined"
18058
+ },
18059
+ "force": {
18060
+ "name": "force",
18061
+ "global": false,
18062
+ "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
18063
+ "tags": [],
18064
+ "required": false,
18065
+ "type": "boolean | undefined",
18066
+ "schema": "boolean | undefined"
18067
+ },
18068
+ "state": {
18069
+ "name": "state",
18070
+ "global": false,
18071
+ "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
18072
+ "tags": [],
18073
+ "required": false,
18074
+ "type": "HistoryState | undefined",
18075
+ "schema": {
18076
+ "kind": "enum",
18077
+ "type": "HistoryState | undefined",
18078
+ "schema": {
18079
+ "0": "undefined",
18080
+ "1": {
18081
+ "kind": "object",
18082
+ "type": "HistoryState",
18083
+ "schema": {}
18084
+ }
18085
+ }
18086
+ }
18087
+ }
18088
+ }
18089
+ },
18090
+ "3": {
18091
+ "kind": "object",
18092
+ "type": "RouteLocationAsPathGeneric",
18093
+ "schema": {
18094
+ "path": {
18095
+ "name": "path",
18096
+ "global": false,
18097
+ "description": "Percentage encoded pathname section of the URL.",
18098
+ "tags": [],
18099
+ "required": true,
18100
+ "type": "string",
18101
+ "schema": "string"
18102
+ },
18103
+ "query": {
18104
+ "name": "query",
18105
+ "global": false,
18106
+ "description": "",
18107
+ "tags": [],
18108
+ "required": false,
18109
+ "type": "LocationQueryRaw | undefined",
18110
+ "schema": "LocationQueryRaw | undefined"
18111
+ },
18112
+ "hash": {
18113
+ "name": "hash",
18114
+ "global": false,
18115
+ "description": "",
18116
+ "tags": [],
18117
+ "required": false,
18118
+ "type": "string | undefined",
18119
+ "schema": "string | undefined"
18120
+ },
18121
+ "replace": {
18122
+ "name": "replace",
18123
+ "global": false,
18124
+ "description": "Replace the entry in the history instead of pushing a new entry",
18125
+ "tags": [],
18126
+ "required": false,
18127
+ "type": "boolean | undefined",
18128
+ "schema": "boolean | undefined"
18129
+ },
18130
+ "force": {
18131
+ "name": "force",
18132
+ "global": false,
18133
+ "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
18134
+ "tags": [],
18135
+ "required": false,
18136
+ "type": "boolean | undefined",
18137
+ "schema": "boolean | undefined"
18138
+ },
18139
+ "state": {
18140
+ "name": "state",
18141
+ "global": false,
18142
+ "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
18143
+ "tags": [],
18144
+ "required": false,
18145
+ "type": "HistoryState | undefined",
18146
+ "schema": "HistoryState | undefined"
18147
+ }
18148
+ }
18149
+ }
18150
+ }
18151
+ }
18152
+ },
18153
+ "exactActiveClass": {
18154
+ "name": "exactActiveClass",
18155
+ "global": false,
18156
+ "description": "Class to apply when the link is exact active",
18157
+ "tags": [],
18158
+ "required": false,
18159
+ "type": "string | undefined",
18160
+ "schema": "string | undefined"
18161
+ },
18162
+ "ariaCurrentValue": {
18163
+ "name": "ariaCurrentValue",
18164
+ "global": false,
18165
+ "description": "Value passed to the attribute `aria-current` when the link is exact active.",
18166
+ "tags": [
18167
+ {
18168
+ "name": "defaultValue",
18169
+ "text": "`'page'`"
18170
+ }
18171
+ ],
18172
+ "required": false,
18173
+ "type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
18174
+ "schema": {
18175
+ "kind": "enum",
18176
+ "type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
18177
+ "schema": {
18178
+ "0": "undefined",
18179
+ "1": '"page"',
18180
+ "2": '"step"',
18181
+ "3": '"location"',
18182
+ "4": '"date"',
18183
+ "5": '"time"',
18184
+ "6": '"true"',
18185
+ "7": '"false"'
18186
+ }
18187
+ }
18188
+ },
18189
+ "viewTransition": {
18190
+ "name": "viewTransition",
18191
+ "global": false,
18192
+ "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
18193
+ "tags": [],
18194
+ "required": false,
18195
+ "type": "boolean | undefined",
18196
+ "schema": "boolean | undefined"
18197
+ },
18198
+ "replace": {
18199
+ "name": "replace",
18200
+ "global": false,
18201
+ "description": "Calls `router.replace` instead of `router.push`.",
18202
+ "tags": [],
18203
+ "required": false,
18204
+ "type": "boolean | undefined",
18205
+ "schema": "boolean | undefined"
18206
+ },
18207
+ "disabled": {
18208
+ "name": "disabled",
18209
+ "global": false,
18210
+ "description": "",
18211
+ "tags": [],
18212
+ "required": false,
18213
+ "type": "boolean | undefined",
18214
+ "schema": "boolean | undefined"
18215
+ },
18216
+ "active": {
18217
+ "name": "active",
18218
+ "global": false,
18219
+ "description": "Force the link to be active independent of the current route.",
18220
+ "tags": [],
18221
+ "required": false,
18222
+ "type": "boolean | undefined",
18223
+ "schema": "boolean | undefined"
18224
+ },
18225
+ "exact": {
18226
+ "name": "exact",
18227
+ "global": false,
18228
+ "description": "Will only be active if the current route is an exact match.",
18229
+ "tags": [],
18230
+ "required": false,
18231
+ "type": "boolean | undefined",
18232
+ "schema": "boolean | undefined"
18233
+ },
18234
+ "exactQuery": {
18235
+ "name": "exactQuery",
18236
+ "global": false,
18237
+ "description": "Allows controlling how the current route query sets the link as active.",
18238
+ "tags": [],
18239
+ "required": false,
18240
+ "type": 'boolean | "partial" | undefined',
18241
+ "schema": {
18242
+ "kind": "enum",
18243
+ "type": 'boolean | "partial" | undefined',
18244
+ "schema": {
18245
+ "0": "undefined",
18246
+ "1": "false",
18247
+ "2": "true",
18248
+ "3": '"partial"'
18249
+ }
18250
+ }
18251
+ },
18252
+ "exactHash": {
18253
+ "name": "exactHash",
18254
+ "global": false,
18255
+ "description": "Will only be active if the current route hash is an exact match.",
18256
+ "tags": [],
18257
+ "required": false,
18258
+ "type": "boolean | undefined",
18259
+ "schema": "boolean | undefined"
18260
+ },
18261
+ "isAction": {
18262
+ "name": "isAction",
18263
+ "global": false,
18264
+ "description": "When `true`, uses special underlined styling.",
18265
+ "tags": [],
18266
+ "required": false,
18267
+ "type": "boolean | undefined",
18268
+ "schema": "boolean | undefined"
18269
+ },
18270
+ "href": {
18271
+ "name": "href",
18272
+ "global": false,
18273
+ "description": "An alias for `to`. If used with `to`, `href` will be ignored",
18274
+ "tags": [],
18275
+ "required": false,
18276
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
18277
+ "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
18278
+ },
18279
+ "external": {
18280
+ "name": "external",
18281
+ "global": false,
18282
+ "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
18283
+ "tags": [],
18284
+ "required": false,
18285
+ "type": "boolean | undefined",
18286
+ "schema": "boolean | undefined"
18287
+ },
18288
+ "target": {
18289
+ "name": "target",
18290
+ "global": false,
18291
+ "description": "Where to display the linked URL as the name for a browsing context.",
18292
+ "tags": [],
18293
+ "required": false,
18294
+ "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
18295
+ "schema": {
18296
+ "kind": "enum",
18297
+ "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
18298
+ "schema": {
18299
+ "0": "undefined",
18300
+ "1": "null",
18301
+ "2": '"_blank"',
18302
+ "3": '"_parent"',
18303
+ "4": '"_self"',
18304
+ "5": '"_top"',
18305
+ "6": {
18306
+ "kind": "object",
18307
+ "type": "string & {}",
18308
+ "schema": {}
18309
+ }
18310
+ }
18311
+ }
18312
+ },
18313
+ "rel": {
18314
+ "name": "rel",
18315
+ "global": false,
18316
+ "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
18317
+ "tags": [],
18318
+ "required": false,
18319
+ "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
18320
+ "schema": {
18321
+ "kind": "enum",
18322
+ "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
18323
+ "schema": {
18324
+ "0": "undefined",
18325
+ "1": "null",
18326
+ "2": "string & {}",
18327
+ "3": '"noopener"',
18328
+ "4": '"noreferrer"',
18329
+ "5": '"nofollow"',
18330
+ "6": '"sponsored"',
18331
+ "7": '"ugc"'
18332
+ }
18333
+ }
18334
+ },
18335
+ "noRel": {
18336
+ "name": "noRel",
18337
+ "global": false,
18338
+ "description": "If set to true, no rel attribute will be added to the link",
18339
+ "tags": [],
18340
+ "required": false,
18341
+ "type": "boolean | undefined",
18342
+ "schema": "boolean | undefined"
18343
+ },
18344
+ "prefetchedClass": {
18345
+ "name": "prefetchedClass",
18346
+ "global": false,
18347
+ "description": "A class to apply to links that have been prefetched.",
18348
+ "tags": [],
18349
+ "required": false,
18350
+ "type": "string | undefined",
18351
+ "schema": "string | undefined"
18352
+ },
18353
+ "prefetch": {
18354
+ "name": "prefetch",
18355
+ "global": false,
18356
+ "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
18357
+ "tags": [],
18358
+ "required": false,
18359
+ "type": "boolean | undefined",
18360
+ "schema": "boolean | undefined"
18361
+ },
18362
+ "prefetchOn": {
18363
+ "name": "prefetchOn",
18364
+ "global": false,
18365
+ "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
18366
+ "tags": [],
18367
+ "required": false,
18368
+ "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
18369
+ "schema": {
18370
+ "kind": "enum",
18371
+ "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
18372
+ "schema": {
18373
+ "0": "undefined",
18374
+ "1": '"visibility"',
18375
+ "2": '"interaction"',
18376
+ "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
18377
+ }
18378
+ }
18379
+ },
18380
+ "noPrefetch": {
18381
+ "name": "noPrefetch",
18382
+ "global": false,
18383
+ "description": "Escape hatch to disable `prefetch` attribute.",
18384
+ "tags": [],
18385
+ "required": false,
18386
+ "type": "boolean | undefined",
18387
+ "schema": "boolean | undefined"
18388
+ }
18389
+ }
18390
+ }
18391
+ ]
18392
+ }
18393
+ }
18394
+ }
18395
+ },
18396
+ "class": {
18397
+ "name": "class",
18398
+ "global": false,
18399
+ "description": "",
18400
+ "tags": [],
18401
+ "required": false,
18402
+ "type": "any",
18403
+ "schema": "any"
18404
+ },
18405
+ "b24ui": {
18406
+ "name": "b24ui",
18407
+ "global": false,
18408
+ "description": "",
18409
+ "tags": [],
18410
+ "required": false,
18411
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
18412
+ "schema": {
18413
+ "kind": "enum",
18414
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
18415
+ "schema": {
18416
+ "0": "undefined",
18417
+ "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
18418
+ }
18419
+ }
18420
+ }
18421
+ }
18422
+ }
18423
+ },
18424
+ "index": {
18425
+ "name": "index",
18426
+ "global": false,
18427
+ "description": "",
18428
+ "tags": [],
18429
+ "required": true,
18430
+ "type": "number",
18431
+ "schema": "number"
18432
+ }
18433
+ }
18434
+ }
18435
+ },
18436
+ {
18437
+ "name": "label",
18438
+ "type": "{ item: DescriptionListItem; index: number; }",
18439
+ "description": "",
18440
+ "schema": {
18441
+ "kind": "object",
18442
+ "type": "{ item: DescriptionListItem; index: number; }",
18443
+ "schema": {
18444
+ "item": {
18445
+ "name": "item",
18446
+ "global": false,
18447
+ "description": "",
18448
+ "tags": [],
18449
+ "required": true,
18450
+ "type": "DescriptionListItem",
18451
+ "schema": {
18452
+ "kind": "object",
18453
+ "type": "DescriptionListItem",
18454
+ "schema": {
18455
+ "label": {
18456
+ "name": "label",
18457
+ "global": false,
18458
+ "description": "",
18459
+ "tags": [],
18460
+ "required": false,
18461
+ "type": "string | undefined",
18462
+ "schema": {
18463
+ "kind": "enum",
18464
+ "type": "string | undefined",
18465
+ "schema": {
18466
+ "0": "undefined",
18467
+ "1": "string"
18468
+ }
18469
+ }
18470
+ },
18471
+ "icon": {
18472
+ "name": "icon",
18473
+ "global": false,
18474
+ "description": "Display an icon on the left side.",
18475
+ "tags": [
18476
+ {
18477
+ "name": "IconComponent"
18478
+ }
18479
+ ],
18480
+ "required": false,
18481
+ "type": "IconComponent | undefined",
18482
+ "schema": {
18483
+ "kind": "enum",
18484
+ "type": "IconComponent | undefined",
18485
+ "schema": {
18486
+ "0": "undefined",
18487
+ "1": {
18488
+ "kind": "event",
18489
+ "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
18490
+ "schema": []
18491
+ }
18492
+ }
18493
+ }
18494
+ },
18495
+ "avatar": {
18496
+ "name": "avatar",
18497
+ "global": false,
18498
+ "description": "",
18499
+ "tags": [],
18500
+ "required": false,
18501
+ "type": "AvatarProps | undefined",
18502
+ "schema": {
18503
+ "kind": "enum",
18504
+ "type": "AvatarProps | undefined",
18505
+ "schema": {
18506
+ "0": "undefined",
18507
+ "1": {
18508
+ "kind": "object",
18509
+ "type": "AvatarProps",
18510
+ "schema": {
18511
+ "as": {
18512
+ "name": "as",
18513
+ "global": false,
18514
+ "description": "The element or component this component should render as.",
18515
+ "tags": [
18516
+ {
18517
+ "name": "defaultValue",
18518
+ "text": "'span'"
18519
+ }
18520
+ ],
18521
+ "required": false,
18522
+ "type": "any",
18523
+ "schema": "any"
18524
+ },
18525
+ "src": {
18526
+ "name": "src",
18527
+ "global": false,
18528
+ "description": "",
18529
+ "tags": [],
18530
+ "required": false,
18531
+ "type": "string | undefined",
18532
+ "schema": "string | undefined"
18533
+ },
18534
+ "alt": {
18535
+ "name": "alt",
18536
+ "global": false,
18537
+ "description": "",
18538
+ "tags": [],
18539
+ "required": false,
18540
+ "type": "string | undefined",
18541
+ "schema": "string | undefined"
18542
+ },
18543
+ "icon": {
18544
+ "name": "icon",
18545
+ "global": false,
18546
+ "description": "Display an icon on the left side.",
18547
+ "tags": [
18548
+ {
18549
+ "name": "IconComponent"
18550
+ }
18551
+ ],
18552
+ "required": false,
18553
+ "type": "IconComponent | undefined",
18554
+ "schema": "IconComponent | undefined"
18555
+ },
18556
+ "text": {
18557
+ "name": "text",
18558
+ "global": false,
18559
+ "description": "",
18560
+ "tags": [],
18561
+ "required": false,
18562
+ "type": "string | undefined",
18563
+ "schema": "string | undefined"
18564
+ },
18565
+ "size": {
18566
+ "name": "size",
18567
+ "global": false,
18568
+ "description": "",
18569
+ "tags": [
18570
+ {
18571
+ "name": "defaultValue",
18572
+ "text": "'md'"
18573
+ }
18574
+ ],
18575
+ "required": false,
18576
+ "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
18577
+ "schema": {
18578
+ "kind": "enum",
18579
+ "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
18580
+ "schema": {
18581
+ "0": "undefined",
18582
+ "1": '"lg"',
18583
+ "2": '"md"',
18584
+ "3": '"3xs"',
18585
+ "4": '"2xs"',
18586
+ "5": '"xs"',
18587
+ "6": '"sm"',
18588
+ "7": '"xl"',
18589
+ "8": '"2xl"',
18590
+ "9": '"3xl"'
18591
+ }
18592
+ }
18593
+ },
18594
+ "class": {
18595
+ "name": "class",
18596
+ "global": false,
18597
+ "description": "",
18598
+ "tags": [],
18599
+ "required": false,
18600
+ "type": "any",
18601
+ "schema": "any"
18602
+ },
18603
+ "style": {
18604
+ "name": "style",
18605
+ "global": false,
18606
+ "description": "",
18607
+ "tags": [],
18608
+ "required": false,
18609
+ "type": "any",
18610
+ "schema": "any"
18611
+ },
18612
+ "b24ui": {
18613
+ "name": "b24ui",
18614
+ "global": false,
18615
+ "description": "",
18616
+ "tags": [],
18617
+ "required": false,
18618
+ "type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
18619
+ "schema": {
18620
+ "kind": "enum",
18621
+ "type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
18622
+ "schema": {
18623
+ "0": "undefined",
18624
+ "1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
18625
+ }
18626
+ }
18627
+ }
18628
+ }
18629
+ }
18630
+ }
18631
+ }
18632
+ },
18633
+ "slot": {
18634
+ "name": "slot",
18635
+ "global": false,
18636
+ "description": "",
18637
+ "tags": [],
18638
+ "required": false,
18639
+ "type": "string | undefined",
18640
+ "schema": "string | undefined"
18641
+ },
18642
+ "description": {
18643
+ "name": "description",
18644
+ "global": false,
18645
+ "description": "",
18646
+ "tags": [],
18647
+ "required": false,
18648
+ "type": "string | undefined",
18649
+ "schema": "string | undefined"
18650
+ },
18651
+ "orientation": {
18652
+ "name": "orientation",
18653
+ "global": false,
18654
+ "description": "The orientation between the content and the actions.",
18655
+ "tags": [
18656
+ {
18657
+ "name": "defaultValue",
18658
+ "text": "'vertical'"
18659
+ }
18660
+ ],
18661
+ "required": false,
18662
+ "type": '"vertical" | "horizontal" | undefined',
18663
+ "schema": {
18664
+ "kind": "enum",
18665
+ "type": '"vertical" | "horizontal" | undefined',
18666
+ "schema": {
18667
+ "0": "undefined",
18668
+ "1": '"vertical"',
18669
+ "2": '"horizontal"'
18670
+ }
18671
+ }
18672
+ },
18673
+ "actions": {
18674
+ "name": "actions",
18675
+ "global": false,
18676
+ "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
18677
+ "tags": [],
18678
+ "required": false,
18679
+ "type": "ButtonProps[] | undefined",
18680
+ "schema": {
18681
+ "kind": "enum",
18682
+ "type": "ButtonProps[] | undefined",
18683
+ "schema": {
18684
+ "0": "undefined",
18685
+ "1": {
18686
+ "kind": "array",
18687
+ "type": "ButtonProps[]",
18688
+ "schema": [
18689
+ {
18690
+ "kind": "object",
18691
+ "type": "ButtonProps",
18692
+ "schema": {
18693
+ "label": {
18694
+ "name": "label",
18695
+ "global": false,
18696
+ "description": "",
18697
+ "tags": [],
18698
+ "required": false,
18699
+ "type": "string | undefined",
18700
+ "schema": "string | undefined"
18701
+ },
18702
+ "color": {
18703
+ "name": "color",
18704
+ "global": false,
18705
+ "description": "",
18706
+ "tags": [
18707
+ {
18708
+ "name": "defaultValue",
18709
+ "text": "'default'"
18710
+ }
18711
+ ],
18712
+ "required": false,
18713
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
18714
+ "schema": {
18715
+ "kind": "enum",
18716
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
18717
+ "schema": {
18718
+ "0": "undefined",
18719
+ "1": '"default"',
18720
+ "2": '"danger"',
18721
+ "3": '"success"',
18722
+ "4": '"warning"',
18723
+ "5": '"primary"',
18724
+ "6": '"secondary"',
18725
+ "7": '"collab"',
18726
+ "8": '"ai"',
18727
+ "9": '"link"'
18728
+ }
18729
+ }
18730
+ },
18731
+ "activeColor": {
18732
+ "name": "activeColor",
18733
+ "global": false,
18734
+ "description": "",
18735
+ "tags": [],
18736
+ "required": false,
18737
+ "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
18738
+ "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
18739
+ },
18740
+ "depth": {
18741
+ "name": "depth",
18742
+ "global": false,
18743
+ "description": "",
18744
+ "tags": [
18745
+ {
18746
+ "name": "defaultValue",
18747
+ "text": "'normal'"
18748
+ }
18749
+ ],
18750
+ "required": false,
18751
+ "type": '"light" | "dark" | "normal" | undefined',
18752
+ "schema": {
18753
+ "kind": "enum",
18754
+ "type": '"light" | "dark" | "normal" | undefined',
18755
+ "schema": {
18756
+ "0": "undefined",
18757
+ "1": '"light"',
18758
+ "2": '"dark"',
18759
+ "3": '"normal"'
18760
+ }
18761
+ }
18762
+ },
18763
+ "activeDepth": {
18764
+ "name": "activeDepth",
18765
+ "global": false,
18766
+ "description": "",
18767
+ "tags": [],
18768
+ "required": false,
18769
+ "type": '"light" | "dark" | "normal" | undefined',
18770
+ "schema": '"light" | "dark" | "normal" | undefined'
18771
+ },
18772
+ "size": {
18773
+ "name": "size",
18774
+ "global": false,
18775
+ "description": "",
18776
+ "tags": [
18777
+ {
18778
+ "name": "defaultValue",
18779
+ "text": "'md'"
18780
+ }
18781
+ ],
18782
+ "required": false,
18783
+ "type": '"lg" | "md" | "xs" | "sm" | undefined',
18784
+ "schema": {
18785
+ "kind": "enum",
18786
+ "type": '"lg" | "md" | "xs" | "sm" | undefined',
18787
+ "schema": {
18788
+ "0": "undefined",
18789
+ "1": '"lg"',
18790
+ "2": '"md"',
18791
+ "3": '"xs"',
18792
+ "4": '"sm"'
18793
+ }
18794
+ }
18795
+ },
18796
+ "rounded": {
18797
+ "name": "rounded",
18798
+ "global": false,
18799
+ "description": "Rounds the corners of the button",
18800
+ "tags": [
18801
+ {
18802
+ "name": "defaultValue",
18803
+ "text": "false"
18804
+ }
18805
+ ],
18806
+ "required": false,
18807
+ "type": "boolean | undefined",
18808
+ "schema": {
18809
+ "kind": "enum",
18810
+ "type": "boolean | undefined",
18811
+ "schema": {
18812
+ "0": "undefined",
18813
+ "1": "false",
18814
+ "2": "true"
18815
+ }
18816
+ }
18817
+ },
18818
+ "block": {
18819
+ "name": "block",
18820
+ "global": false,
18821
+ "description": "Render the button full width",
18822
+ "tags": [
18823
+ {
18824
+ "name": "defaultValue",
18825
+ "text": "false"
18826
+ }
18827
+ ],
18828
+ "required": false,
18829
+ "type": "boolean | undefined",
18830
+ "schema": "boolean | undefined"
18831
+ },
18832
+ "loadingAuto": {
18833
+ "name": "loadingAuto",
18834
+ "global": false,
18835
+ "description": "Set loading state automatically based on the `@click` promise state",
18836
+ "tags": [
18837
+ {
18838
+ "name": "defaultValue",
18839
+ "text": "false"
18840
+ }
18841
+ ],
18842
+ "required": false,
18843
+ "type": "boolean | undefined",
18844
+ "schema": "boolean | undefined"
18845
+ },
18846
+ "normalCase": {
18847
+ "name": "normalCase",
18848
+ "global": false,
18849
+ "description": "Disable uppercase label",
18850
+ "tags": [
18851
+ {
18852
+ "name": "defaultValue",
18853
+ "text": "false"
18854
+ }
18855
+ ],
18856
+ "required": false,
18857
+ "type": "boolean | undefined",
18858
+ "schema": "boolean | undefined"
18859
+ },
18860
+ "useWait": {
18861
+ "name": "useWait",
18862
+ "global": false,
18863
+ "description": "Shows LoaderWaitIcon in loading mode",
18864
+ "tags": [
18865
+ {
18866
+ "name": "defaultValue",
18867
+ "text": "false"
18868
+ }
18869
+ ],
18870
+ "required": false,
18871
+ "type": "boolean | undefined",
18872
+ "schema": "boolean | undefined"
18873
+ },
18874
+ "useClock": {
18875
+ "name": "useClock",
18876
+ "global": false,
18877
+ "description": "Shows LoaderClockIcon icon in loading mode",
18878
+ "tags": [
18879
+ {
18880
+ "name": "defaultValue",
18881
+ "text": "false"
18882
+ }
18883
+ ],
18884
+ "required": false,
18885
+ "type": "boolean | undefined",
18886
+ "schema": "boolean | undefined"
18887
+ },
18888
+ "useDropdown": {
18889
+ "name": "useDropdown",
18890
+ "global": false,
18891
+ "description": "Shows icons.chevronDown on the right side",
18892
+ "tags": [
18893
+ {
18894
+ "name": "defaultValue",
18895
+ "text": "false"
18896
+ }
18897
+ ],
18898
+ "required": false,
18899
+ "type": "boolean | undefined",
18900
+ "schema": "boolean | undefined"
18901
+ },
18902
+ "onClick": {
18903
+ "name": "onClick",
18904
+ "global": false,
18905
+ "description": "",
18906
+ "tags": [],
18907
+ "required": false,
18908
+ "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
18909
+ "schema": {
18910
+ "kind": "enum",
18911
+ "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
18912
+ "schema": {
18913
+ "0": "undefined",
18914
+ "1": {
18915
+ "kind": "event",
18916
+ "type": "(event: MouseEvent): void | Promise<void>",
18917
+ "schema": []
18918
+ },
18919
+ "2": {
18920
+ "kind": "array",
18921
+ "type": "((event: MouseEvent) => void | Promise<void>)[]",
18922
+ "schema": [
18923
+ {
18924
+ "kind": "event",
18925
+ "type": "(event: MouseEvent): void | Promise<void>",
18926
+ "schema": []
18927
+ }
18928
+ ]
18929
+ }
18930
+ }
18931
+ }
18932
+ },
18933
+ "class": {
18934
+ "name": "class",
18935
+ "global": false,
18936
+ "description": "",
18937
+ "tags": [],
18938
+ "required": false,
18939
+ "type": "any",
18940
+ "schema": "any"
18941
+ },
18942
+ "activeClass": {
18943
+ "name": "activeClass",
18944
+ "global": false,
18945
+ "description": "The class to apply when the link is active",
18946
+ "tags": [
18947
+ {
18948
+ "name": "defaultValue",
18949
+ "text": "''"
18950
+ }
18951
+ ],
18952
+ "required": false,
18953
+ "type": "string | undefined",
18954
+ "schema": "string | undefined"
18955
+ },
18956
+ "inactiveClass": {
18957
+ "name": "inactiveClass",
18958
+ "global": false,
18959
+ "description": "The class to apply when the link is inactive",
18960
+ "tags": [
18961
+ {
18962
+ "name": "defaultValue",
18963
+ "text": "''"
18964
+ }
18965
+ ],
18966
+ "required": false,
18967
+ "type": "string | undefined",
18968
+ "schema": "string | undefined"
18969
+ },
18970
+ "b24ui": {
18971
+ "name": "b24ui",
18972
+ "global": false,
18973
+ "description": "",
18974
+ "tags": [],
18975
+ "required": false,
18976
+ "type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
18977
+ "schema": {
18978
+ "kind": "enum",
18979
+ "type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
18980
+ "schema": {
18981
+ "0": "undefined",
18982
+ "1": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; }"
18983
+ }
18984
+ }
18985
+ },
18986
+ "loading": {
18987
+ "name": "loading",
18988
+ "global": false,
18989
+ "description": "When `true`, the loading icon will be displayed.",
18990
+ "tags": [],
18991
+ "required": false,
18992
+ "type": "boolean | undefined",
18993
+ "schema": "boolean | undefined"
18994
+ },
18995
+ "icon": {
18996
+ "name": "icon",
18997
+ "global": false,
18998
+ "description": "Display an icon on the left side.",
18999
+ "tags": [
19000
+ {
19001
+ "name": "defaultValue",
19002
+ "text": "icons.loading"
19003
+ },
19004
+ {
19005
+ "name": "IconComponent"
19006
+ }
19007
+ ],
19008
+ "required": false,
19009
+ "type": "IconComponent | undefined",
19010
+ "schema": "IconComponent | undefined"
19011
+ },
19012
+ "avatar": {
19013
+ "name": "avatar",
19014
+ "global": false,
19015
+ "description": "Display an avatar on the left side.",
19016
+ "tags": [],
19017
+ "required": false,
19018
+ "type": "AvatarProps | undefined",
19019
+ "schema": "AvatarProps | undefined"
19020
+ },
19021
+ "as": {
19022
+ "name": "as",
19023
+ "global": false,
19024
+ "description": "The element or component this component should render as when not a link.",
19025
+ "tags": [
19026
+ {
19027
+ "name": "defaultValue",
19028
+ "text": "'button'"
19029
+ }
19030
+ ],
19031
+ "required": false,
19032
+ "type": "any",
19033
+ "schema": "any"
19034
+ },
19035
+ "type": {
19036
+ "name": "type",
19037
+ "global": false,
19038
+ "description": "The type of the button when not a link.",
19039
+ "tags": [
19040
+ {
19041
+ "name": "defaultValue",
19042
+ "text": "'button'"
19043
+ }
19044
+ ],
19045
+ "required": false,
19046
+ "type": '"reset" | "submit" | "button" | undefined',
19047
+ "schema": {
19048
+ "kind": "enum",
19049
+ "type": '"reset" | "submit" | "button" | undefined',
19050
+ "schema": {
19051
+ "0": "undefined",
19052
+ "1": '"reset"',
19053
+ "2": '"submit"',
19054
+ "3": '"button"'
19055
+ }
19056
+ }
19057
+ },
19058
+ "to": {
19059
+ "name": "to",
19060
+ "global": false,
19061
+ "description": "Route Location the link should navigate to when clicked on.",
19062
+ "tags": [],
19063
+ "required": false,
19064
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
19065
+ "schema": {
19066
+ "kind": "enum",
19067
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
19068
+ "schema": {
19069
+ "0": "undefined",
19070
+ "1": "string",
19071
+ "2": {
19072
+ "kind": "object",
19073
+ "type": "RouteLocationAsRelativeGeneric",
19074
+ "schema": {
19075
+ "name": {
19076
+ "name": "name",
19077
+ "global": false,
19078
+ "description": "",
19079
+ "tags": [],
19080
+ "required": false,
19081
+ "type": "RouteRecordNameGeneric",
19082
+ "schema": {
19083
+ "kind": "enum",
19084
+ "type": "RouteRecordNameGeneric",
19085
+ "schema": {
19086
+ "0": "undefined",
19087
+ "1": "string",
19088
+ "2": "symbol"
19089
+ }
19090
+ }
19091
+ },
19092
+ "params": {
19093
+ "name": "params",
19094
+ "global": false,
19095
+ "description": "",
19096
+ "tags": [],
19097
+ "required": false,
19098
+ "type": "RouteParamsRawGeneric | undefined",
19099
+ "schema": {
19100
+ "kind": "enum",
19101
+ "type": "RouteParamsRawGeneric | undefined",
19102
+ "schema": {
19103
+ "0": "undefined",
19104
+ "1": "RouteParamsRawGeneric"
19105
+ }
19106
+ }
19107
+ },
19108
+ "path": {
19109
+ "name": "path",
19110
+ "global": false,
19111
+ "description": "A relative path to the current location. This property should be removed",
19112
+ "tags": [],
19113
+ "required": false,
19114
+ "type": "undefined",
19115
+ "schema": "undefined"
19116
+ },
19117
+ "query": {
19118
+ "name": "query",
19119
+ "global": false,
19120
+ "description": "",
19121
+ "tags": [],
19122
+ "required": false,
19123
+ "type": "LocationQueryRaw | undefined",
19124
+ "schema": {
19125
+ "kind": "enum",
19126
+ "type": "LocationQueryRaw | undefined",
19127
+ "schema": {
19128
+ "0": "undefined",
19129
+ "1": "LocationQueryRaw"
19130
+ }
19131
+ }
19132
+ },
19133
+ "hash": {
19134
+ "name": "hash",
19135
+ "global": false,
19136
+ "description": "",
19137
+ "tags": [],
19138
+ "required": false,
19139
+ "type": "string | undefined",
19140
+ "schema": "string | undefined"
19141
+ },
19142
+ "replace": {
19143
+ "name": "replace",
19144
+ "global": false,
19145
+ "description": "Replace the entry in the history instead of pushing a new entry",
19146
+ "tags": [],
19147
+ "required": false,
19148
+ "type": "boolean | undefined",
19149
+ "schema": "boolean | undefined"
19150
+ },
19151
+ "force": {
19152
+ "name": "force",
19153
+ "global": false,
19154
+ "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
19155
+ "tags": [],
19156
+ "required": false,
19157
+ "type": "boolean | undefined",
19158
+ "schema": "boolean | undefined"
19159
+ },
19160
+ "state": {
19161
+ "name": "state",
19162
+ "global": false,
19163
+ "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
19164
+ "tags": [],
19165
+ "required": false,
19166
+ "type": "HistoryState | undefined",
19167
+ "schema": {
19168
+ "kind": "enum",
19169
+ "type": "HistoryState | undefined",
19170
+ "schema": {
19171
+ "0": "undefined",
19172
+ "1": {
19173
+ "kind": "object",
19174
+ "type": "HistoryState",
19175
+ "schema": {}
19176
+ }
19177
+ }
19178
+ }
19179
+ }
19180
+ }
19181
+ },
19182
+ "3": {
19183
+ "kind": "object",
19184
+ "type": "RouteLocationAsPathGeneric",
19185
+ "schema": {
19186
+ "path": {
19187
+ "name": "path",
19188
+ "global": false,
19189
+ "description": "Percentage encoded pathname section of the URL.",
19190
+ "tags": [],
19191
+ "required": true,
19192
+ "type": "string",
19193
+ "schema": "string"
19194
+ },
19195
+ "query": {
19196
+ "name": "query",
19197
+ "global": false,
19198
+ "description": "",
19199
+ "tags": [],
19200
+ "required": false,
19201
+ "type": "LocationQueryRaw | undefined",
19202
+ "schema": "LocationQueryRaw | undefined"
19203
+ },
19204
+ "hash": {
19205
+ "name": "hash",
19206
+ "global": false,
19207
+ "description": "",
19208
+ "tags": [],
19209
+ "required": false,
19210
+ "type": "string | undefined",
19211
+ "schema": "string | undefined"
19212
+ },
19213
+ "replace": {
19214
+ "name": "replace",
19215
+ "global": false,
19216
+ "description": "Replace the entry in the history instead of pushing a new entry",
19217
+ "tags": [],
19218
+ "required": false,
19219
+ "type": "boolean | undefined",
19220
+ "schema": "boolean | undefined"
19221
+ },
19222
+ "force": {
19223
+ "name": "force",
19224
+ "global": false,
19225
+ "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
19226
+ "tags": [],
19227
+ "required": false,
19228
+ "type": "boolean | undefined",
19229
+ "schema": "boolean | undefined"
19230
+ },
19231
+ "state": {
19232
+ "name": "state",
19233
+ "global": false,
19234
+ "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
19235
+ "tags": [],
19236
+ "required": false,
19237
+ "type": "HistoryState | undefined",
19238
+ "schema": "HistoryState | undefined"
19239
+ }
19240
+ }
19241
+ }
19242
+ }
19243
+ }
19244
+ },
19245
+ "exactActiveClass": {
19246
+ "name": "exactActiveClass",
19247
+ "global": false,
19248
+ "description": "Class to apply when the link is exact active",
19249
+ "tags": [],
19250
+ "required": false,
19251
+ "type": "string | undefined",
19252
+ "schema": "string | undefined"
19253
+ },
19254
+ "ariaCurrentValue": {
19255
+ "name": "ariaCurrentValue",
19256
+ "global": false,
19257
+ "description": "Value passed to the attribute `aria-current` when the link is exact active.",
19258
+ "tags": [
19259
+ {
19260
+ "name": "defaultValue",
19261
+ "text": "`'page'`"
19262
+ }
19263
+ ],
19264
+ "required": false,
19265
+ "type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
19266
+ "schema": {
19267
+ "kind": "enum",
19268
+ "type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
19269
+ "schema": {
19270
+ "0": "undefined",
19271
+ "1": '"page"',
19272
+ "2": '"step"',
19273
+ "3": '"location"',
19274
+ "4": '"date"',
19275
+ "5": '"time"',
19276
+ "6": '"true"',
19277
+ "7": '"false"'
19278
+ }
19279
+ }
19280
+ },
19281
+ "viewTransition": {
19282
+ "name": "viewTransition",
19283
+ "global": false,
19284
+ "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
19285
+ "tags": [],
19286
+ "required": false,
19287
+ "type": "boolean | undefined",
19288
+ "schema": "boolean | undefined"
19289
+ },
19290
+ "replace": {
19291
+ "name": "replace",
19292
+ "global": false,
19293
+ "description": "Calls `router.replace` instead of `router.push`.",
19294
+ "tags": [],
19295
+ "required": false,
19296
+ "type": "boolean | undefined",
19297
+ "schema": "boolean | undefined"
19298
+ },
19299
+ "disabled": {
19300
+ "name": "disabled",
19301
+ "global": false,
19302
+ "description": "",
19303
+ "tags": [],
19304
+ "required": false,
19305
+ "type": "boolean | undefined",
19306
+ "schema": "boolean | undefined"
19307
+ },
19308
+ "active": {
19309
+ "name": "active",
19310
+ "global": false,
19311
+ "description": "Force the link to be active independent of the current route.",
19312
+ "tags": [],
19313
+ "required": false,
19314
+ "type": "boolean | undefined",
19315
+ "schema": "boolean | undefined"
19316
+ },
19317
+ "exact": {
19318
+ "name": "exact",
19319
+ "global": false,
19320
+ "description": "Will only be active if the current route is an exact match.",
19321
+ "tags": [],
19322
+ "required": false,
19323
+ "type": "boolean | undefined",
19324
+ "schema": "boolean | undefined"
19325
+ },
19326
+ "exactQuery": {
19327
+ "name": "exactQuery",
19328
+ "global": false,
19329
+ "description": "Allows controlling how the current route query sets the link as active.",
19330
+ "tags": [],
19331
+ "required": false,
19332
+ "type": 'boolean | "partial" | undefined',
19333
+ "schema": {
19334
+ "kind": "enum",
19335
+ "type": 'boolean | "partial" | undefined',
19336
+ "schema": {
19337
+ "0": "undefined",
19338
+ "1": "false",
19339
+ "2": "true",
19340
+ "3": '"partial"'
19341
+ }
19342
+ }
19343
+ },
19344
+ "exactHash": {
19345
+ "name": "exactHash",
19346
+ "global": false,
19347
+ "description": "Will only be active if the current route hash is an exact match.",
19348
+ "tags": [],
19349
+ "required": false,
19350
+ "type": "boolean | undefined",
19351
+ "schema": "boolean | undefined"
19352
+ },
19353
+ "isAction": {
19354
+ "name": "isAction",
19355
+ "global": false,
19356
+ "description": "When `true`, uses special underlined styling.",
19357
+ "tags": [],
19358
+ "required": false,
19359
+ "type": "boolean | undefined",
19360
+ "schema": "boolean | undefined"
19361
+ },
19362
+ "href": {
19363
+ "name": "href",
19364
+ "global": false,
19365
+ "description": "An alias for `to`. If used with `to`, `href` will be ignored",
19366
+ "tags": [],
19367
+ "required": false,
19368
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
19369
+ "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
19370
+ },
19371
+ "external": {
19372
+ "name": "external",
19373
+ "global": false,
19374
+ "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
19375
+ "tags": [],
19376
+ "required": false,
19377
+ "type": "boolean | undefined",
19378
+ "schema": "boolean | undefined"
19379
+ },
19380
+ "target": {
19381
+ "name": "target",
19382
+ "global": false,
19383
+ "description": "Where to display the linked URL as the name for a browsing context.",
19384
+ "tags": [],
19385
+ "required": false,
19386
+ "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
19387
+ "schema": {
19388
+ "kind": "enum",
19389
+ "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
19390
+ "schema": {
19391
+ "0": "undefined",
19392
+ "1": "null",
19393
+ "2": '"_blank"',
19394
+ "3": '"_parent"',
19395
+ "4": '"_self"',
19396
+ "5": '"_top"',
19397
+ "6": {
19398
+ "kind": "object",
19399
+ "type": "string & {}",
19400
+ "schema": {}
17152
19401
  }
17153
19402
  }
17154
- },
17155
- "rel": {
17156
- "name": "rel",
17157
- "global": false,
17158
- "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
17159
- "tags": [],
17160
- "required": false,
19403
+ }
19404
+ },
19405
+ "rel": {
19406
+ "name": "rel",
19407
+ "global": false,
19408
+ "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
19409
+ "tags": [],
19410
+ "required": false,
19411
+ "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
19412
+ "schema": {
19413
+ "kind": "enum",
17161
19414
  "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
17162
19415
  "schema": {
17163
- "kind": "enum",
17164
- "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
17165
- "schema": {
17166
- "0": "undefined",
17167
- "1": "null",
17168
- "2": "string & {}",
17169
- "3": '"noopener"',
17170
- "4": '"noreferrer"',
17171
- "5": '"nofollow"',
17172
- "6": '"sponsored"',
17173
- "7": '"ugc"'
17174
- }
19416
+ "0": "undefined",
19417
+ "1": "null",
19418
+ "2": "string & {}",
19419
+ "3": '"noopener"',
19420
+ "4": '"noreferrer"',
19421
+ "5": '"nofollow"',
19422
+ "6": '"sponsored"',
19423
+ "7": '"ugc"'
17175
19424
  }
17176
- },
17177
- "noRel": {
17178
- "name": "noRel",
17179
- "global": false,
17180
- "description": "If set to true, no rel attribute will be added to the link",
17181
- "tags": [],
17182
- "required": false,
17183
- "type": "boolean | undefined",
17184
- "schema": "boolean | undefined"
17185
- },
17186
- "prefetchedClass": {
17187
- "name": "prefetchedClass",
17188
- "global": false,
17189
- "description": "A class to apply to links that have been prefetched.",
17190
- "tags": [],
17191
- "required": false,
17192
- "type": "string | undefined",
17193
- "schema": "string | undefined"
17194
- },
17195
- "prefetch": {
17196
- "name": "prefetch",
17197
- "global": false,
17198
- "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
17199
- "tags": [],
17200
- "required": false,
17201
- "type": "boolean | undefined",
17202
- "schema": "boolean | undefined"
17203
- },
17204
- "prefetchOn": {
17205
- "name": "prefetchOn",
17206
- "global": false,
17207
- "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
17208
- "tags": [],
17209
- "required": false,
19425
+ }
19426
+ },
19427
+ "noRel": {
19428
+ "name": "noRel",
19429
+ "global": false,
19430
+ "description": "If set to true, no rel attribute will be added to the link",
19431
+ "tags": [],
19432
+ "required": false,
19433
+ "type": "boolean | undefined",
19434
+ "schema": "boolean | undefined"
19435
+ },
19436
+ "prefetchedClass": {
19437
+ "name": "prefetchedClass",
19438
+ "global": false,
19439
+ "description": "A class to apply to links that have been prefetched.",
19440
+ "tags": [],
19441
+ "required": false,
19442
+ "type": "string | undefined",
19443
+ "schema": "string | undefined"
19444
+ },
19445
+ "prefetch": {
19446
+ "name": "prefetch",
19447
+ "global": false,
19448
+ "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
19449
+ "tags": [],
19450
+ "required": false,
19451
+ "type": "boolean | undefined",
19452
+ "schema": "boolean | undefined"
19453
+ },
19454
+ "prefetchOn": {
19455
+ "name": "prefetchOn",
19456
+ "global": false,
19457
+ "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
19458
+ "tags": [],
19459
+ "required": false,
19460
+ "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
19461
+ "schema": {
19462
+ "kind": "enum",
17210
19463
  "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
17211
19464
  "schema": {
17212
- "kind": "enum",
17213
- "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
17214
- "schema": {
17215
- "0": "undefined",
17216
- "1": '"visibility"',
17217
- "2": '"interaction"',
17218
- "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
17219
- }
19465
+ "0": "undefined",
19466
+ "1": '"visibility"',
19467
+ "2": '"interaction"',
19468
+ "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
17220
19469
  }
17221
- },
17222
- "noPrefetch": {
17223
- "name": "noPrefetch",
17224
- "global": false,
17225
- "description": "Escape hatch to disable `prefetch` attribute.",
17226
- "tags": [],
17227
- "required": false,
17228
- "type": "boolean | undefined",
17229
- "schema": "boolean | undefined"
17230
19470
  }
19471
+ },
19472
+ "noPrefetch": {
19473
+ "name": "noPrefetch",
19474
+ "global": false,
19475
+ "description": "Escape hatch to disable `prefetch` attribute.",
19476
+ "tags": [],
19477
+ "required": false,
19478
+ "type": "boolean | undefined",
19479
+ "schema": "boolean | undefined"
17231
19480
  }
17232
19481
  }
17233
- ]
17234
- }
19482
+ }
19483
+ ]
17235
19484
  }
17236
19485
  }
17237
- },
17238
- "class": {
17239
- "name": "class",
17240
- "global": false,
17241
- "description": "",
17242
- "tags": [],
17243
- "required": false,
17244
- "type": "any",
17245
- "schema": "any"
17246
- },
17247
- "b24ui": {
17248
- "name": "b24ui",
17249
- "global": false,
17250
- "description": "",
17251
- "tags": [],
17252
- "required": false,
19486
+ }
19487
+ },
19488
+ "class": {
19489
+ "name": "class",
19490
+ "global": false,
19491
+ "description": "",
19492
+ "tags": [],
19493
+ "required": false,
19494
+ "type": "any",
19495
+ "schema": "any"
19496
+ },
19497
+ "b24ui": {
19498
+ "name": "b24ui",
19499
+ "global": false,
19500
+ "description": "",
19501
+ "tags": [],
19502
+ "required": false,
19503
+ "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
19504
+ "schema": {
19505
+ "kind": "enum",
17253
19506
  "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17254
19507
  "schema": {
17255
- "kind": "enum",
17256
- "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17257
- "schema": {
17258
- "0": "undefined",
17259
- "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
17260
- }
19508
+ "0": "undefined",
19509
+ "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
17261
19510
  }
17262
19511
  }
17263
19512
  }
17264
19513
  }
17265
- ]
17266
- }
17267
- }
17268
- }
17269
- },
17270
- {
17271
- "name": "size",
17272
- "global": false,
17273
- "description": "",
17274
- "tags": [
17275
- {
17276
- "name": "defaultValue",
17277
- "text": "'md'"
17278
- }
17279
- ],
17280
- "required": false,
17281
- "type": '"md" | "sm" | undefined',
17282
- "schema": {
17283
- "kind": "enum",
17284
- "type": '"md" | "sm" | undefined',
17285
- "schema": {
17286
- "0": "undefined",
17287
- "1": '"md"',
17288
- "2": '"sm"'
17289
- }
17290
- }
17291
- },
17292
- {
17293
- "name": "b24ui",
17294
- "global": false,
17295
- "description": "",
17296
- "tags": [],
17297
- "required": false,
17298
- "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17299
- "schema": {
17300
- "kind": "enum",
17301
- "type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
17302
- "schema": {
17303
- "0": "undefined",
17304
- "1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
17305
- }
17306
- }
17307
- }
17308
- ],
17309
- "slots": [
17310
- {
17311
- "name": "legend",
17312
- "type": "{} | undefined",
17313
- "description": "",
17314
- "schema": {
17315
- "kind": "enum",
17316
- "type": "{} | undefined",
17317
- "schema": {
17318
- "0": "undefined",
17319
- "1": {
17320
- "kind": "object",
17321
- "type": "{}",
17322
- "schema": {}
17323
- }
17324
- }
17325
- }
17326
- },
17327
- {
17328
- "name": "text",
17329
- "type": "{} | undefined",
17330
- "description": "",
17331
- "schema": {
17332
- "kind": "enum",
17333
- "type": "{} | undefined",
17334
- "schema": {
17335
- "0": "undefined",
17336
- "1": {
17337
- "kind": "object",
17338
- "type": "{}",
17339
- "schema": {}
19514
+ }
19515
+ },
19516
+ "index": {
19517
+ "name": "index",
19518
+ "global": false,
19519
+ "description": "",
19520
+ "tags": [],
19521
+ "required": true,
19522
+ "type": "number",
19523
+ "schema": "number"
17340
19524
  }
17341
19525
  }
17342
19526
  }
17343
19527
  },
17344
19528
  {
17345
- "name": "leading",
19529
+ "name": "description",
17346
19530
  "type": "{ item: DescriptionListItem; index: number; }",
17347
19531
  "description": "",
17348
19532
  "schema": {
@@ -18434,7 +20618,7 @@ var B24UIMeta = {
18434
20618
  }
18435
20619
  },
18436
20620
  {
18437
- "name": "label",
20621
+ "name": "actions",
18438
20622
  "type": "{ item: DescriptionListItem; index: number; }",
18439
20623
  "description": "",
18440
20624
  "schema": {
@@ -19526,7 +21710,7 @@ var B24UIMeta = {
19526
21710
  }
19527
21711
  },
19528
21712
  {
19529
- "name": "description",
21713
+ "name": "content-top",
19530
21714
  "type": "{ item: DescriptionListItem; index: number; }",
19531
21715
  "description": "",
19532
21716
  "schema": {
@@ -20618,7 +22802,7 @@ var B24UIMeta = {
20618
22802
  }
20619
22803
  },
20620
22804
  {
20621
- "name": "actions",
22805
+ "name": "content",
20622
22806
  "type": "{ item: DescriptionListItem; index: number; }",
20623
22807
  "description": "",
20624
22808
  "schema": {
@@ -21710,7 +23894,7 @@ var B24UIMeta = {
21710
23894
  }
21711
23895
  },
21712
23896
  {
21713
- "name": "content",
23897
+ "name": "content-bottom",
21714
23898
  "type": "{ item: DescriptionListItem; index: number; }",
21715
23899
  "description": "",
21716
23900
  "schema": {
@@ -30959,6 +33143,40 @@ var B24UIMeta = {
30959
33143
  }
30960
33144
  }
30961
33145
  }
33146
+ },
33147
+ {
33148
+ "name": "content-top",
33149
+ "type": "{} | undefined",
33150
+ "description": "",
33151
+ "schema": {
33152
+ "kind": "enum",
33153
+ "type": "{} | undefined",
33154
+ "schema": {
33155
+ "0": "undefined",
33156
+ "1": {
33157
+ "kind": "object",
33158
+ "type": "{}",
33159
+ "schema": {}
33160
+ }
33161
+ }
33162
+ }
33163
+ },
33164
+ {
33165
+ "name": "content-bottom",
33166
+ "type": "{} | undefined",
33167
+ "description": "",
33168
+ "schema": {
33169
+ "kind": "enum",
33170
+ "type": "{} | undefined",
33171
+ "schema": {
33172
+ "0": "undefined",
33173
+ "1": {
33174
+ "kind": "object",
33175
+ "type": "{}",
33176
+ "schema": {}
33177
+ }
33178
+ }
33179
+ }
30962
33180
  }
30963
33181
  ],
30964
33182
  "events": [],
@@ -33777,9 +35995,9 @@ var B24UIMeta = {
33777
35995
  },
33778
35996
  "10": '"search"',
33779
35997
  "11": '"text"',
33780
- "12": '"checkbox"',
33781
- "13": '"range"',
33782
- "14": '"month"',
35998
+ "12": '"range"',
35999
+ "13": '"month"',
36000
+ "14": '"checkbox"',
33783
36001
  "15": '"file"',
33784
36002
  "16": '"datetime-local"',
33785
36003
  "17": '"email"',
@@ -34533,9 +36751,9 @@ var B24UIMeta = {
34533
36751
  },
34534
36752
  "10": '"search"',
34535
36753
  "11": '"text"',
34536
- "12": '"checkbox"',
34537
- "13": '"range"',
34538
- "14": '"month"',
36754
+ "12": '"range"',
36755
+ "13": '"month"',
36756
+ "14": '"checkbox"',
34539
36757
  "15": '"file"',
34540
36758
  "16": '"datetime-local"',
34541
36759
  "17": '"email"',
@@ -39520,6 +41738,40 @@ var B24UIMeta = {
39520
41738
  }
39521
41739
  }
39522
41740
  },
41741
+ {
41742
+ "name": "content-top",
41743
+ "type": "{} | undefined",
41744
+ "description": "",
41745
+ "schema": {
41746
+ "kind": "enum",
41747
+ "type": "{} | undefined",
41748
+ "schema": {
41749
+ "0": "undefined",
41750
+ "1": {
41751
+ "kind": "object",
41752
+ "type": "{}",
41753
+ "schema": {}
41754
+ }
41755
+ }
41756
+ }
41757
+ },
41758
+ {
41759
+ "name": "content-bottom",
41760
+ "type": "{} | undefined",
41761
+ "description": "",
41762
+ "schema": {
41763
+ "kind": "enum",
41764
+ "type": "{} | undefined",
41765
+ "schema": {
41766
+ "0": "undefined",
41767
+ "1": {
41768
+ "kind": "object",
41769
+ "type": "{}",
41770
+ "schema": {}
41771
+ }
41772
+ }
41773
+ }
41774
+ },
39523
41775
  {
39524
41776
  "name": "create-item-label",
39525
41777
  "type": "{ item: string; }",
@@ -41926,84 +44178,84 @@ var B24UIMeta = {
41926
44178
  }
41927
44179
  },
41928
44180
  {
41929
- "name": "required",
44181
+ "name": "modelValue",
41930
44182
  "global": false,
41931
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
44183
+ "description": "",
41932
44184
  "tags": [],
41933
44185
  "required": false,
41934
- "type": "boolean | undefined",
44186
+ "type": "number | null | undefined",
41935
44187
  "schema": {
41936
44188
  "kind": "enum",
41937
- "type": "boolean | undefined",
44189
+ "type": "number | null | undefined",
41938
44190
  "schema": {
41939
44191
  "0": "undefined",
41940
- "1": "false",
41941
- "2": "true"
44192
+ "1": "null",
44193
+ "2": "number"
41942
44194
  }
41943
44195
  }
41944
44196
  },
41945
44197
  {
41946
- "name": "name",
44198
+ "name": "defaultValue",
41947
44199
  "global": false,
41948
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
44200
+ "description": "",
41949
44201
  "tags": [],
41950
44202
  "required": false,
41951
- "type": "string | undefined",
44203
+ "type": "number | undefined",
41952
44204
  "schema": {
41953
44205
  "kind": "enum",
41954
- "type": "string | undefined",
44206
+ "type": "number | undefined",
41955
44207
  "schema": {
41956
44208
  "0": "undefined",
41957
- "1": "string"
44209
+ "1": "number"
41958
44210
  }
41959
44211
  }
41960
44212
  },
41961
44213
  {
41962
- "name": "id",
44214
+ "name": "required",
41963
44215
  "global": false,
41964
- "description": "Id of the element",
44216
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
41965
44217
  "tags": [],
41966
44218
  "required": false,
41967
- "type": "string | undefined",
44219
+ "type": "boolean | undefined",
41968
44220
  "schema": {
41969
44221
  "kind": "enum",
41970
- "type": "string | undefined",
44222
+ "type": "boolean | undefined",
41971
44223
  "schema": {
41972
44224
  "0": "undefined",
41973
- "1": "string"
44225
+ "1": "false",
44226
+ "2": "true"
41974
44227
  }
41975
44228
  }
41976
44229
  },
41977
44230
  {
41978
- "name": "defaultValue",
44231
+ "name": "name",
41979
44232
  "global": false,
41980
- "description": "",
44233
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
41981
44234
  "tags": [],
41982
44235
  "required": false,
41983
- "type": "number | undefined",
44236
+ "type": "string | undefined",
41984
44237
  "schema": {
41985
44238
  "kind": "enum",
41986
- "type": "number | undefined",
44239
+ "type": "string | undefined",
41987
44240
  "schema": {
41988
44241
  "0": "undefined",
41989
- "1": "number"
44242
+ "1": "string"
41990
44243
  }
41991
44244
  }
41992
44245
  },
41993
44246
  {
41994
- "name": "modelValue",
44247
+ "name": "id",
41995
44248
  "global": false,
41996
- "description": "",
44249
+ "description": "Id of the element",
41997
44250
  "tags": [],
41998
44251
  "required": false,
41999
- "type": "number | null | undefined",
44252
+ "type": "string | undefined",
42000
44253
  "schema": {
42001
44254
  "kind": "enum",
42002
- "type": "number | null | undefined",
44255
+ "type": "string | undefined",
42003
44256
  "schema": {
42004
44257
  "0": "undefined",
42005
- "1": "null",
42006
- "2": "number"
44258
+ "1": "string"
42007
44259
  }
42008
44260
  }
42009
44261
  },
@@ -45850,9 +48102,9 @@ var B24UIMeta = {
45850
48102
  }
45851
48103
  },
45852
48104
  {
45853
- "name": "defaultValue",
48105
+ "name": "modelValue",
45854
48106
  "global": false,
45855
- "description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
48107
+ "description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
45856
48108
  "tags": [],
45857
48109
  "required": false,
45858
48110
  "type": "string | undefined",
@@ -45866,9 +48118,9 @@ var B24UIMeta = {
45866
48118
  }
45867
48119
  },
45868
48120
  {
45869
- "name": "modelValue",
48121
+ "name": "defaultValue",
45870
48122
  "global": false,
45871
- "description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
48123
+ "description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
45872
48124
  "tags": [],
45873
48125
  "required": false,
45874
48126
  "type": "string | undefined",
@@ -51539,6 +53791,40 @@ var B24UIMeta = {
51539
53791
  }
51540
53792
  }
51541
53793
  }
53794
+ },
53795
+ {
53796
+ "name": "list-leading",
53797
+ "type": "{} | undefined",
53798
+ "description": "",
53799
+ "schema": {
53800
+ "kind": "enum",
53801
+ "type": "{} | undefined",
53802
+ "schema": {
53803
+ "0": "undefined",
53804
+ "1": {
53805
+ "kind": "object",
53806
+ "type": "{}",
53807
+ "schema": {}
53808
+ }
53809
+ }
53810
+ }
53811
+ },
53812
+ {
53813
+ "name": "list-trailing",
53814
+ "type": "{} | undefined",
53815
+ "description": "",
53816
+ "schema": {
53817
+ "kind": "enum",
53818
+ "type": "{} | undefined",
53819
+ "schema": {
53820
+ "0": "undefined",
53821
+ "1": {
53822
+ "kind": "object",
53823
+ "type": "{}",
53824
+ "schema": {}
53825
+ }
53826
+ }
53827
+ }
51542
53828
  }
51543
53829
  ],
51544
53830
  "events": [],
@@ -52990,73 +55276,73 @@ var B24UIMeta = {
52990
55276
  }
52991
55277
  },
52992
55278
  {
52993
- "name": "required",
55279
+ "name": "modelValue",
52994
55280
  "global": false,
52995
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
55281
+ "description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
52996
55282
  "tags": [],
52997
55283
  "required": false,
52998
- "type": "boolean | undefined",
55284
+ "type": "AcceptableValue | undefined",
52999
55285
  "schema": {
53000
55286
  "kind": "enum",
53001
- "type": "boolean | undefined",
55287
+ "type": "AcceptableValue | undefined",
53002
55288
  "schema": {
53003
55289
  "0": "undefined",
53004
- "1": "false",
53005
- "2": "true"
55290
+ "1": "null",
55291
+ "2": "string",
55292
+ "3": "number",
55293
+ "4": "Record<string, any>"
53006
55294
  }
53007
55295
  }
53008
55296
  },
53009
55297
  {
53010
- "name": "name",
55298
+ "name": "defaultValue",
53011
55299
  "global": false,
53012
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
55300
+ "description": "The value of the radio item that should be checked when initially rendered.\r\n\r\nUse when you do not need to control the state of the radio items.",
53013
55301
  "tags": [],
53014
55302
  "required": false,
53015
- "type": "string | undefined",
55303
+ "type": "AcceptableValue | undefined",
53016
55304
  "schema": {
53017
55305
  "kind": "enum",
53018
- "type": "string | undefined",
55306
+ "type": "AcceptableValue | undefined",
53019
55307
  "schema": {
53020
55308
  "0": "undefined",
53021
- "1": "string"
55309
+ "1": "null",
55310
+ "2": "string",
55311
+ "3": "number",
55312
+ "4": "Record<string, any>"
53022
55313
  }
53023
55314
  }
53024
55315
  },
53025
55316
  {
53026
- "name": "defaultValue",
55317
+ "name": "required",
53027
55318
  "global": false,
53028
- "description": "The value of the radio item that should be checked when initially rendered.\r\n\r\nUse when you do not need to control the state of the radio items.",
55319
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
53029
55320
  "tags": [],
53030
55321
  "required": false,
53031
- "type": "AcceptableValue | undefined",
55322
+ "type": "boolean | undefined",
53032
55323
  "schema": {
53033
55324
  "kind": "enum",
53034
- "type": "AcceptableValue | undefined",
55325
+ "type": "boolean | undefined",
53035
55326
  "schema": {
53036
55327
  "0": "undefined",
53037
- "1": "null",
53038
- "2": "string",
53039
- "3": "number",
53040
- "4": "Record<string, any>"
55328
+ "1": "false",
55329
+ "2": "true"
53041
55330
  }
53042
55331
  }
53043
55332
  },
53044
55333
  {
53045
- "name": "modelValue",
55334
+ "name": "name",
53046
55335
  "global": false,
53047
- "description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
55336
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
53048
55337
  "tags": [],
53049
55338
  "required": false,
53050
- "type": "AcceptableValue | undefined",
55339
+ "type": "string | undefined",
53051
55340
  "schema": {
53052
55341
  "kind": "enum",
53053
- "type": "AcceptableValue | undefined",
55342
+ "type": "string | undefined",
53054
55343
  "schema": {
53055
55344
  "0": "undefined",
53056
- "1": "null",
53057
- "2": "string",
53058
- "3": "number",
53059
- "4": "Record<string, any>"
55345
+ "1": "string"
53060
55346
  }
53061
55347
  }
53062
55348
  },
@@ -57480,6 +59766,40 @@ var B24UIMeta = {
57480
59766
  }
57481
59767
  }
57482
59768
  }
59769
+ },
59770
+ {
59771
+ "name": "content-top",
59772
+ "type": "{} | undefined",
59773
+ "description": "",
59774
+ "schema": {
59775
+ "kind": "enum",
59776
+ "type": "{} | undefined",
59777
+ "schema": {
59778
+ "0": "undefined",
59779
+ "1": {
59780
+ "kind": "object",
59781
+ "type": "{}",
59782
+ "schema": {}
59783
+ }
59784
+ }
59785
+ }
59786
+ },
59787
+ {
59788
+ "name": "content-bottom",
59789
+ "type": "{} | undefined",
59790
+ "description": "",
59791
+ "schema": {
59792
+ "kind": "enum",
59793
+ "type": "{} | undefined",
59794
+ "schema": {
59795
+ "0": "undefined",
59796
+ "1": {
59797
+ "kind": "object",
59798
+ "type": "{}",
59799
+ "schema": {}
59800
+ }
59801
+ }
59802
+ }
57483
59803
  }
57484
59804
  ],
57485
59805
  "events": [],
@@ -57624,9 +59944,9 @@ var B24UIMeta = {
57624
59944
  },
57625
59945
  "10": '"search"',
57626
59946
  "11": '"text"',
57627
- "12": '"checkbox"',
57628
- "13": '"range"',
57629
- "14": '"month"',
59947
+ "12": '"range"',
59948
+ "13": '"month"',
59949
+ "14": '"checkbox"',
57630
59950
  "15": '"file"',
57631
59951
  "16": '"datetime-local"',
57632
59952
  "17": '"email"',
@@ -62069,6 +64389,40 @@ var B24UIMeta = {
62069
64389
  }
62070
64390
  }
62071
64391
  },
64392
+ {
64393
+ "name": "content-top",
64394
+ "type": "{} | undefined",
64395
+ "description": "",
64396
+ "schema": {
64397
+ "kind": "enum",
64398
+ "type": "{} | undefined",
64399
+ "schema": {
64400
+ "0": "undefined",
64401
+ "1": {
64402
+ "kind": "object",
64403
+ "type": "{}",
64404
+ "schema": {}
64405
+ }
64406
+ }
64407
+ }
64408
+ },
64409
+ {
64410
+ "name": "content-bottom",
64411
+ "type": "{} | undefined",
64412
+ "description": "",
64413
+ "schema": {
64414
+ "kind": "enum",
64415
+ "type": "{} | undefined",
64416
+ "schema": {
64417
+ "0": "undefined",
64418
+ "1": {
64419
+ "kind": "object",
64420
+ "type": "{}",
64421
+ "schema": {}
64422
+ }
64423
+ }
64424
+ }
64425
+ },
62072
64426
  {
62073
64427
  "name": "create-item-label",
62074
64428
  "type": "{ item: string; }",
@@ -62949,6 +65303,40 @@ var B24UIMeta = {
62949
65303
  }
62950
65304
  }
62951
65305
  }
65306
+ },
65307
+ {
65308
+ "name": "content-top",
65309
+ "type": "{} | undefined",
65310
+ "description": "",
65311
+ "schema": {
65312
+ "kind": "enum",
65313
+ "type": "{} | undefined",
65314
+ "schema": {
65315
+ "0": "undefined",
65316
+ "1": {
65317
+ "kind": "object",
65318
+ "type": "{}",
65319
+ "schema": {}
65320
+ }
65321
+ }
65322
+ }
65323
+ },
65324
+ {
65325
+ "name": "content-bottom",
65326
+ "type": "{} | undefined",
65327
+ "description": "",
65328
+ "schema": {
65329
+ "kind": "enum",
65330
+ "type": "{} | undefined",
65331
+ "schema": {
65332
+ "0": "undefined",
65333
+ "1": {
65334
+ "kind": "object",
65335
+ "type": "{}",
65336
+ "schema": {}
65337
+ }
65338
+ }
65339
+ }
62952
65340
  }
62953
65341
  ],
62954
65342
  "events": [],
@@ -63940,6 +66328,40 @@ var B24UIMeta = {
63940
66328
  }
63941
66329
  }
63942
66330
  }
66331
+ },
66332
+ {
66333
+ "name": "content-top",
66334
+ "type": "{} | undefined",
66335
+ "description": "",
66336
+ "schema": {
66337
+ "kind": "enum",
66338
+ "type": "{} | undefined",
66339
+ "schema": {
66340
+ "0": "undefined",
66341
+ "1": {
66342
+ "kind": "object",
66343
+ "type": "{}",
66344
+ "schema": {}
66345
+ }
66346
+ }
66347
+ }
66348
+ },
66349
+ {
66350
+ "name": "content-bottom",
66351
+ "type": "{} | undefined",
66352
+ "description": "",
66353
+ "schema": {
66354
+ "kind": "enum",
66355
+ "type": "{} | undefined",
66356
+ "schema": {
66357
+ "0": "undefined",
66358
+ "1": {
66359
+ "kind": "object",
66360
+ "type": "{}",
66361
+ "schema": {}
66362
+ }
66363
+ }
66364
+ }
63943
66365
  }
63944
66366
  ],
63945
66367
  "events": [],
@@ -64188,9 +66610,9 @@ var B24UIMeta = {
64188
66610
  }
64189
66611
  },
64190
66612
  {
64191
- "name": "required",
66613
+ "name": "defaultValue",
64192
66614
  "global": false,
64193
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
66615
+ "description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
64194
66616
  "tags": [],
64195
66617
  "required": false,
64196
66618
  "type": "boolean | undefined",
@@ -64205,25 +66627,26 @@ var B24UIMeta = {
64205
66627
  }
64206
66628
  },
64207
66629
  {
64208
- "name": "name",
66630
+ "name": "required",
64209
66631
  "global": false,
64210
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
66632
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
64211
66633
  "tags": [],
64212
66634
  "required": false,
64213
- "type": "string | undefined",
66635
+ "type": "boolean | undefined",
64214
66636
  "schema": {
64215
66637
  "kind": "enum",
64216
- "type": "string | undefined",
66638
+ "type": "boolean | undefined",
64217
66639
  "schema": {
64218
66640
  "0": "undefined",
64219
- "1": "string"
66641
+ "1": "false",
66642
+ "2": "true"
64220
66643
  }
64221
66644
  }
64222
66645
  },
64223
66646
  {
64224
- "name": "value",
66647
+ "name": "name",
64225
66648
  "global": false,
64226
- "description": "The value given as data when submitted with a `name`.",
66649
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
64227
66650
  "tags": [],
64228
66651
  "required": false,
64229
66652
  "type": "string | undefined",
@@ -64237,9 +66660,9 @@ var B24UIMeta = {
64237
66660
  }
64238
66661
  },
64239
66662
  {
64240
- "name": "id",
66663
+ "name": "value",
64241
66664
  "global": false,
64242
- "description": "",
66665
+ "description": "The value given as data when submitted with a `name`.",
64243
66666
  "tags": [],
64244
66667
  "required": false,
64245
66668
  "type": "string | undefined",
@@ -64253,19 +66676,18 @@ var B24UIMeta = {
64253
66676
  }
64254
66677
  },
64255
66678
  {
64256
- "name": "defaultValue",
66679
+ "name": "id",
64257
66680
  "global": false,
64258
- "description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
66681
+ "description": "",
64259
66682
  "tags": [],
64260
66683
  "required": false,
64261
- "type": "boolean | undefined",
66684
+ "type": "string | undefined",
64262
66685
  "schema": {
64263
66686
  "kind": "enum",
64264
- "type": "boolean | undefined",
66687
+ "type": "string | undefined",
64265
66688
  "schema": {
64266
66689
  "0": "undefined",
64267
- "1": "false",
64268
- "2": "true"
66690
+ "1": "string"
64269
66691
  }
64270
66692
  }
64271
66693
  },
@@ -64791,9 +67213,9 @@ var B24UIMeta = {
64791
67213
  }
64792
67214
  },
64793
67215
  {
64794
- "name": "defaultValue",
67216
+ "name": "modelValue",
64795
67217
  "global": false,
64796
- "description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
67218
+ "description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
64797
67219
  "tags": [],
64798
67220
  "required": false,
64799
67221
  "type": "string | number | undefined",
@@ -64805,13 +67227,12 @@ var B24UIMeta = {
64805
67227
  "1": "string",
64806
67228
  "2": "number"
64807
67229
  }
64808
- },
64809
- "default": '"0"'
67230
+ }
64810
67231
  },
64811
67232
  {
64812
- "name": "modelValue",
67233
+ "name": "defaultValue",
64813
67234
  "global": false,
64814
- "description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
67235
+ "description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
64815
67236
  "tags": [],
64816
67237
  "required": false,
64817
67238
  "type": "string | number | undefined",
@@ -64823,7 +67244,8 @@ var B24UIMeta = {
64823
67244
  "1": "string",
64824
67245
  "2": "number"
64825
67246
  }
64826
- }
67247
+ },
67248
+ "default": '"0"'
64827
67249
  },
64828
67250
  {
64829
67251
  "name": "unmountOnHide",