@bitrix24/b24ui-nuxt 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/b24ui/index.ts +1 -0
- package/.nuxt/b24ui/input-number.ts +417 -0
- package/README.md +1 -1
- package/dist/meta.cjs +2321 -14
- package/dist/meta.d.cts +2321 -14
- package/dist/meta.d.mts +2321 -14
- package/dist/meta.d.ts +2321 -14
- package/dist/meta.mjs +2321 -14
- package/dist/module.cjs +2 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -1
- package/dist/runtime/components/DropdownMenu.vue +3 -3
- package/dist/runtime/components/InputNumber.vue +218 -0
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/types/index.d.ts +1 -0
- package/dist/runtime/types/index.js +1 -0
- package/dist/shared/{b24ui-nuxt.Ce3hzs_q.cjs → b24ui-nuxt.DGjopCKm.cjs} +399 -0
- package/dist/shared/{b24ui-nuxt.DY8ePXC7.mjs → b24ui-nuxt.V9TzyCqH.mjs} +399 -0
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +1 -1
package/dist/meta.mjs
CHANGED
|
@@ -19343,6 +19343,2313 @@ const B24UIMeta = {
|
|
|
19343
19343
|
"exposed": []
|
|
19344
19344
|
}
|
|
19345
19345
|
},
|
|
19346
|
+
"B24InputNumber": {
|
|
19347
|
+
"mode": "all",
|
|
19348
|
+
"prefetch": false,
|
|
19349
|
+
"preload": false,
|
|
19350
|
+
"pascalName": "B24InputNumber",
|
|
19351
|
+
"kebabName": "b24-input-number",
|
|
19352
|
+
"chunkName": "components/b24-input-number",
|
|
19353
|
+
"priority": 0,
|
|
19354
|
+
"_scanned": true,
|
|
19355
|
+
"meta": {
|
|
19356
|
+
"type": 0,
|
|
19357
|
+
"props": [
|
|
19358
|
+
{
|
|
19359
|
+
"name": "as",
|
|
19360
|
+
"global": false,
|
|
19361
|
+
"description": "The element or component this component should render as.",
|
|
19362
|
+
"tags": [
|
|
19363
|
+
{
|
|
19364
|
+
"name": "defaultValue",
|
|
19365
|
+
"text": "'div'"
|
|
19366
|
+
}
|
|
19367
|
+
],
|
|
19368
|
+
"required": false,
|
|
19369
|
+
"type": "any",
|
|
19370
|
+
"schema": "any"
|
|
19371
|
+
},
|
|
19372
|
+
{
|
|
19373
|
+
"name": "placeholder",
|
|
19374
|
+
"global": false,
|
|
19375
|
+
"description": "The placeholder text when the input is empty.",
|
|
19376
|
+
"tags": [],
|
|
19377
|
+
"required": false,
|
|
19378
|
+
"type": "string | undefined",
|
|
19379
|
+
"schema": {
|
|
19380
|
+
"kind": "enum",
|
|
19381
|
+
"type": "string | undefined",
|
|
19382
|
+
"schema": {
|
|
19383
|
+
"0": "undefined",
|
|
19384
|
+
"1": "string"
|
|
19385
|
+
}
|
|
19386
|
+
}
|
|
19387
|
+
},
|
|
19388
|
+
{
|
|
19389
|
+
"name": "color",
|
|
19390
|
+
"global": false,
|
|
19391
|
+
"description": "",
|
|
19392
|
+
"tags": [],
|
|
19393
|
+
"required": false,
|
|
19394
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19395
|
+
"schema": {
|
|
19396
|
+
"kind": "enum",
|
|
19397
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19398
|
+
"schema": {
|
|
19399
|
+
"0": "undefined",
|
|
19400
|
+
"1": "\"default\"",
|
|
19401
|
+
"2": "\"danger\"",
|
|
19402
|
+
"3": "\"success\"",
|
|
19403
|
+
"4": "\"warning\"",
|
|
19404
|
+
"5": "\"primary\"",
|
|
19405
|
+
"6": "\"secondary\"",
|
|
19406
|
+
"7": "\"collab\"",
|
|
19407
|
+
"8": "\"ai\""
|
|
19408
|
+
}
|
|
19409
|
+
},
|
|
19410
|
+
"default": "\"primary\""
|
|
19411
|
+
},
|
|
19412
|
+
{
|
|
19413
|
+
"name": "size",
|
|
19414
|
+
"global": false,
|
|
19415
|
+
"description": "",
|
|
19416
|
+
"tags": [],
|
|
19417
|
+
"required": false,
|
|
19418
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
19419
|
+
"schema": {
|
|
19420
|
+
"kind": "enum",
|
|
19421
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
19422
|
+
"schema": {
|
|
19423
|
+
"0": "undefined",
|
|
19424
|
+
"1": "\"lg\"",
|
|
19425
|
+
"2": "\"md\"",
|
|
19426
|
+
"3": "\"xs\"",
|
|
19427
|
+
"4": "\"sm\""
|
|
19428
|
+
}
|
|
19429
|
+
},
|
|
19430
|
+
"default": "\"md\""
|
|
19431
|
+
},
|
|
19432
|
+
{
|
|
19433
|
+
"name": "noPadding",
|
|
19434
|
+
"global": false,
|
|
19435
|
+
"description": "Removes padding from input.",
|
|
19436
|
+
"tags": [],
|
|
19437
|
+
"required": false,
|
|
19438
|
+
"type": "boolean | undefined",
|
|
19439
|
+
"schema": {
|
|
19440
|
+
"kind": "enum",
|
|
19441
|
+
"type": "boolean | undefined",
|
|
19442
|
+
"schema": {
|
|
19443
|
+
"0": "undefined",
|
|
19444
|
+
"1": "false",
|
|
19445
|
+
"2": "true"
|
|
19446
|
+
}
|
|
19447
|
+
}
|
|
19448
|
+
},
|
|
19449
|
+
{
|
|
19450
|
+
"name": "noBorder",
|
|
19451
|
+
"global": false,
|
|
19452
|
+
"description": "removes all borders (rings).",
|
|
19453
|
+
"tags": [],
|
|
19454
|
+
"required": false,
|
|
19455
|
+
"type": "boolean | undefined",
|
|
19456
|
+
"schema": {
|
|
19457
|
+
"kind": "enum",
|
|
19458
|
+
"type": "boolean | undefined",
|
|
19459
|
+
"schema": {
|
|
19460
|
+
"0": "undefined",
|
|
19461
|
+
"1": "false",
|
|
19462
|
+
"2": "true"
|
|
19463
|
+
}
|
|
19464
|
+
}
|
|
19465
|
+
},
|
|
19466
|
+
{
|
|
19467
|
+
"name": "underline",
|
|
19468
|
+
"global": false,
|
|
19469
|
+
"description": "removes all borders (rings) except the bottom one.",
|
|
19470
|
+
"tags": [],
|
|
19471
|
+
"required": false,
|
|
19472
|
+
"type": "boolean | undefined",
|
|
19473
|
+
"schema": {
|
|
19474
|
+
"kind": "enum",
|
|
19475
|
+
"type": "boolean | undefined",
|
|
19476
|
+
"schema": {
|
|
19477
|
+
"0": "undefined",
|
|
19478
|
+
"1": "false",
|
|
19479
|
+
"2": "true"
|
|
19480
|
+
}
|
|
19481
|
+
}
|
|
19482
|
+
},
|
|
19483
|
+
{
|
|
19484
|
+
"name": "rounded",
|
|
19485
|
+
"global": false,
|
|
19486
|
+
"description": "Rounds the corners of the button.",
|
|
19487
|
+
"tags": [],
|
|
19488
|
+
"required": false,
|
|
19489
|
+
"type": "boolean | undefined",
|
|
19490
|
+
"schema": {
|
|
19491
|
+
"kind": "enum",
|
|
19492
|
+
"type": "boolean | undefined",
|
|
19493
|
+
"schema": {
|
|
19494
|
+
"0": "undefined",
|
|
19495
|
+
"1": "false",
|
|
19496
|
+
"2": "true"
|
|
19497
|
+
}
|
|
19498
|
+
}
|
|
19499
|
+
},
|
|
19500
|
+
{
|
|
19501
|
+
"name": "tag",
|
|
19502
|
+
"global": false,
|
|
19503
|
+
"description": "",
|
|
19504
|
+
"tags": [],
|
|
19505
|
+
"required": false,
|
|
19506
|
+
"type": "string | undefined",
|
|
19507
|
+
"schema": {
|
|
19508
|
+
"kind": "enum",
|
|
19509
|
+
"type": "string | undefined",
|
|
19510
|
+
"schema": {
|
|
19511
|
+
"0": "undefined",
|
|
19512
|
+
"1": "string"
|
|
19513
|
+
}
|
|
19514
|
+
}
|
|
19515
|
+
},
|
|
19516
|
+
{
|
|
19517
|
+
"name": "tagColor",
|
|
19518
|
+
"global": false,
|
|
19519
|
+
"description": "",
|
|
19520
|
+
"tags": [],
|
|
19521
|
+
"required": false,
|
|
19522
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19523
|
+
"schema": {
|
|
19524
|
+
"kind": "enum",
|
|
19525
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19526
|
+
"schema": {
|
|
19527
|
+
"0": "undefined",
|
|
19528
|
+
"1": "\"default\"",
|
|
19529
|
+
"2": "\"danger\"",
|
|
19530
|
+
"3": "\"success\"",
|
|
19531
|
+
"4": "\"warning\"",
|
|
19532
|
+
"5": "\"primary\"",
|
|
19533
|
+
"6": "\"secondary\"",
|
|
19534
|
+
"7": "\"collab\"",
|
|
19535
|
+
"8": "\"ai\""
|
|
19536
|
+
}
|
|
19537
|
+
}
|
|
19538
|
+
},
|
|
19539
|
+
{
|
|
19540
|
+
"name": "highlight",
|
|
19541
|
+
"global": false,
|
|
19542
|
+
"description": "Highlight the ring color like a focus state.",
|
|
19543
|
+
"tags": [],
|
|
19544
|
+
"required": false,
|
|
19545
|
+
"type": "boolean | undefined",
|
|
19546
|
+
"schema": {
|
|
19547
|
+
"kind": "enum",
|
|
19548
|
+
"type": "boolean | undefined",
|
|
19549
|
+
"schema": {
|
|
19550
|
+
"0": "undefined",
|
|
19551
|
+
"1": "false",
|
|
19552
|
+
"2": "true"
|
|
19553
|
+
}
|
|
19554
|
+
}
|
|
19555
|
+
},
|
|
19556
|
+
{
|
|
19557
|
+
"name": "b24ui",
|
|
19558
|
+
"global": false,
|
|
19559
|
+
"description": "",
|
|
19560
|
+
"tags": [],
|
|
19561
|
+
"required": false,
|
|
19562
|
+
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19563
|
+
"schema": {
|
|
19564
|
+
"kind": "enum",
|
|
19565
|
+
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19566
|
+
"schema": {
|
|
19567
|
+
"0": "undefined",
|
|
19568
|
+
"1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
|
|
19569
|
+
}
|
|
19570
|
+
}
|
|
19571
|
+
},
|
|
19572
|
+
{
|
|
19573
|
+
"name": "orientation",
|
|
19574
|
+
"global": false,
|
|
19575
|
+
"description": "The orientation of the input menu.",
|
|
19576
|
+
"tags": [
|
|
19577
|
+
{
|
|
19578
|
+
"name": "defaultValue",
|
|
19579
|
+
"text": "'horizontal'"
|
|
19580
|
+
}
|
|
19581
|
+
],
|
|
19582
|
+
"required": false,
|
|
19583
|
+
"type": "\"vertical\" | \"horizontal\" | undefined",
|
|
19584
|
+
"schema": {
|
|
19585
|
+
"kind": "enum",
|
|
19586
|
+
"type": "\"vertical\" | \"horizontal\" | undefined",
|
|
19587
|
+
"schema": {
|
|
19588
|
+
"0": "undefined",
|
|
19589
|
+
"1": "\"vertical\"",
|
|
19590
|
+
"2": "\"horizontal\""
|
|
19591
|
+
}
|
|
19592
|
+
},
|
|
19593
|
+
"default": "\"horizontal\""
|
|
19594
|
+
},
|
|
19595
|
+
{
|
|
19596
|
+
"name": "increment",
|
|
19597
|
+
"global": false,
|
|
19598
|
+
"description": "Configure the increment button. The `size` is inherited.",
|
|
19599
|
+
"tags": [
|
|
19600
|
+
{
|
|
19601
|
+
"name": "defaultValue",
|
|
19602
|
+
"text": "{ color: 'link', depth: 'light' }"
|
|
19603
|
+
}
|
|
19604
|
+
],
|
|
19605
|
+
"required": false,
|
|
19606
|
+
"type": "ButtonProps | undefined",
|
|
19607
|
+
"schema": {
|
|
19608
|
+
"kind": "enum",
|
|
19609
|
+
"type": "ButtonProps | undefined",
|
|
19610
|
+
"schema": {
|
|
19611
|
+
"0": "undefined",
|
|
19612
|
+
"1": {
|
|
19613
|
+
"kind": "object",
|
|
19614
|
+
"type": "ButtonProps",
|
|
19615
|
+
"schema": {
|
|
19616
|
+
"label": {
|
|
19617
|
+
"name": "label",
|
|
19618
|
+
"global": false,
|
|
19619
|
+
"description": "",
|
|
19620
|
+
"tags": [],
|
|
19621
|
+
"required": false,
|
|
19622
|
+
"type": "string | undefined",
|
|
19623
|
+
"schema": {
|
|
19624
|
+
"kind": "enum",
|
|
19625
|
+
"type": "string | undefined",
|
|
19626
|
+
"schema": {
|
|
19627
|
+
"0": "undefined",
|
|
19628
|
+
"1": "string"
|
|
19629
|
+
}
|
|
19630
|
+
}
|
|
19631
|
+
},
|
|
19632
|
+
"color": {
|
|
19633
|
+
"name": "color",
|
|
19634
|
+
"global": false,
|
|
19635
|
+
"description": "",
|
|
19636
|
+
"tags": [],
|
|
19637
|
+
"required": false,
|
|
19638
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | \"link\" | undefined",
|
|
19639
|
+
"schema": {
|
|
19640
|
+
"kind": "enum",
|
|
19641
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | \"link\" | undefined",
|
|
19642
|
+
"schema": {
|
|
19643
|
+
"0": "undefined",
|
|
19644
|
+
"1": "\"default\"",
|
|
19645
|
+
"2": "\"danger\"",
|
|
19646
|
+
"3": "\"success\"",
|
|
19647
|
+
"4": "\"warning\"",
|
|
19648
|
+
"5": "\"primary\"",
|
|
19649
|
+
"6": "\"secondary\"",
|
|
19650
|
+
"7": "\"collab\"",
|
|
19651
|
+
"8": "\"ai\"",
|
|
19652
|
+
"9": "\"link\""
|
|
19653
|
+
}
|
|
19654
|
+
}
|
|
19655
|
+
},
|
|
19656
|
+
"depth": {
|
|
19657
|
+
"name": "depth",
|
|
19658
|
+
"global": false,
|
|
19659
|
+
"description": "",
|
|
19660
|
+
"tags": [],
|
|
19661
|
+
"required": false,
|
|
19662
|
+
"type": "\"light\" | \"normal\" | \"dark\" | undefined",
|
|
19663
|
+
"schema": {
|
|
19664
|
+
"kind": "enum",
|
|
19665
|
+
"type": "\"light\" | \"normal\" | \"dark\" | undefined",
|
|
19666
|
+
"schema": {
|
|
19667
|
+
"0": "undefined",
|
|
19668
|
+
"1": "\"light\"",
|
|
19669
|
+
"2": "\"normal\"",
|
|
19670
|
+
"3": "\"dark\""
|
|
19671
|
+
}
|
|
19672
|
+
}
|
|
19673
|
+
},
|
|
19674
|
+
"size": {
|
|
19675
|
+
"name": "size",
|
|
19676
|
+
"global": false,
|
|
19677
|
+
"description": "",
|
|
19678
|
+
"tags": [],
|
|
19679
|
+
"required": false,
|
|
19680
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
19681
|
+
"schema": {
|
|
19682
|
+
"kind": "enum",
|
|
19683
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
19684
|
+
"schema": {
|
|
19685
|
+
"0": "undefined",
|
|
19686
|
+
"1": "\"lg\"",
|
|
19687
|
+
"2": "\"md\"",
|
|
19688
|
+
"3": "\"xs\"",
|
|
19689
|
+
"4": "\"sm\""
|
|
19690
|
+
}
|
|
19691
|
+
}
|
|
19692
|
+
},
|
|
19693
|
+
"rounded": {
|
|
19694
|
+
"name": "rounded",
|
|
19695
|
+
"global": false,
|
|
19696
|
+
"description": "Rounds the corners of the button.",
|
|
19697
|
+
"tags": [],
|
|
19698
|
+
"required": false,
|
|
19699
|
+
"type": "boolean | undefined",
|
|
19700
|
+
"schema": {
|
|
19701
|
+
"kind": "enum",
|
|
19702
|
+
"type": "boolean | undefined",
|
|
19703
|
+
"schema": {
|
|
19704
|
+
"0": "undefined",
|
|
19705
|
+
"1": "false",
|
|
19706
|
+
"2": "true"
|
|
19707
|
+
}
|
|
19708
|
+
}
|
|
19709
|
+
},
|
|
19710
|
+
"block": {
|
|
19711
|
+
"name": "block",
|
|
19712
|
+
"global": false,
|
|
19713
|
+
"description": "Render the button full width.",
|
|
19714
|
+
"tags": [],
|
|
19715
|
+
"required": false,
|
|
19716
|
+
"type": "boolean | undefined",
|
|
19717
|
+
"schema": "boolean | undefined"
|
|
19718
|
+
},
|
|
19719
|
+
"loadingAuto": {
|
|
19720
|
+
"name": "loadingAuto",
|
|
19721
|
+
"global": false,
|
|
19722
|
+
"description": "Set loading state automatically based on the `@click` promise state",
|
|
19723
|
+
"tags": [],
|
|
19724
|
+
"required": false,
|
|
19725
|
+
"type": "boolean | undefined",
|
|
19726
|
+
"schema": "boolean | undefined"
|
|
19727
|
+
},
|
|
19728
|
+
"normalCase": {
|
|
19729
|
+
"name": "normalCase",
|
|
19730
|
+
"global": false,
|
|
19731
|
+
"description": "Disable uppercase label",
|
|
19732
|
+
"tags": [],
|
|
19733
|
+
"required": false,
|
|
19734
|
+
"type": "boolean | undefined",
|
|
19735
|
+
"schema": "boolean | undefined"
|
|
19736
|
+
},
|
|
19737
|
+
"useWait": {
|
|
19738
|
+
"name": "useWait",
|
|
19739
|
+
"global": false,
|
|
19740
|
+
"description": "Shows `Wait` icon in loading mode",
|
|
19741
|
+
"tags": [],
|
|
19742
|
+
"required": false,
|
|
19743
|
+
"type": "boolean | undefined",
|
|
19744
|
+
"schema": "boolean | undefined"
|
|
19745
|
+
},
|
|
19746
|
+
"useClock": {
|
|
19747
|
+
"name": "useClock",
|
|
19748
|
+
"global": false,
|
|
19749
|
+
"description": "Shows `Clock` icon in loading mode",
|
|
19750
|
+
"tags": [],
|
|
19751
|
+
"required": false,
|
|
19752
|
+
"type": "boolean | undefined",
|
|
19753
|
+
"schema": "boolean | undefined"
|
|
19754
|
+
},
|
|
19755
|
+
"useDropdown": {
|
|
19756
|
+
"name": "useDropdown",
|
|
19757
|
+
"global": false,
|
|
19758
|
+
"description": "Shows `ChevronDownIcon` icon on the right side",
|
|
19759
|
+
"tags": [],
|
|
19760
|
+
"required": false,
|
|
19761
|
+
"type": "boolean | undefined",
|
|
19762
|
+
"schema": "boolean | undefined"
|
|
19763
|
+
},
|
|
19764
|
+
"onClick": {
|
|
19765
|
+
"name": "onClick",
|
|
19766
|
+
"global": false,
|
|
19767
|
+
"description": "",
|
|
19768
|
+
"tags": [],
|
|
19769
|
+
"required": false,
|
|
19770
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
19771
|
+
"schema": {
|
|
19772
|
+
"kind": "enum",
|
|
19773
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
19774
|
+
"schema": {
|
|
19775
|
+
"0": "undefined",
|
|
19776
|
+
"1": {
|
|
19777
|
+
"kind": "event",
|
|
19778
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
19779
|
+
"schema": []
|
|
19780
|
+
},
|
|
19781
|
+
"2": {
|
|
19782
|
+
"kind": "array",
|
|
19783
|
+
"type": "((event: MouseEvent) => void | Promise<void>)[]",
|
|
19784
|
+
"schema": [
|
|
19785
|
+
{
|
|
19786
|
+
"kind": "event",
|
|
19787
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
19788
|
+
"schema": []
|
|
19789
|
+
}
|
|
19790
|
+
]
|
|
19791
|
+
}
|
|
19792
|
+
}
|
|
19793
|
+
}
|
|
19794
|
+
},
|
|
19795
|
+
"class": {
|
|
19796
|
+
"name": "class",
|
|
19797
|
+
"global": false,
|
|
19798
|
+
"description": "",
|
|
19799
|
+
"tags": [],
|
|
19800
|
+
"required": false,
|
|
19801
|
+
"type": "any",
|
|
19802
|
+
"schema": "any"
|
|
19803
|
+
},
|
|
19804
|
+
"b24ui": {
|
|
19805
|
+
"name": "b24ui",
|
|
19806
|
+
"global": false,
|
|
19807
|
+
"description": "",
|
|
19808
|
+
"tags": [],
|
|
19809
|
+
"required": false,
|
|
19810
|
+
"type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
|
|
19811
|
+
"schema": {
|
|
19812
|
+
"kind": "enum",
|
|
19813
|
+
"type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
|
|
19814
|
+
"schema": {
|
|
19815
|
+
"0": "undefined",
|
|
19816
|
+
"1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
|
|
19817
|
+
}
|
|
19818
|
+
}
|
|
19819
|
+
},
|
|
19820
|
+
"loading": {
|
|
19821
|
+
"name": "loading",
|
|
19822
|
+
"global": false,
|
|
19823
|
+
"description": "When `true`, the loading icon will be displayed.",
|
|
19824
|
+
"tags": [],
|
|
19825
|
+
"required": false,
|
|
19826
|
+
"type": "boolean | undefined",
|
|
19827
|
+
"schema": "boolean | undefined"
|
|
19828
|
+
},
|
|
19829
|
+
"icon": {
|
|
19830
|
+
"name": "icon",
|
|
19831
|
+
"global": false,
|
|
19832
|
+
"description": "Display an icon on the left side.",
|
|
19833
|
+
"tags": [],
|
|
19834
|
+
"required": false,
|
|
19835
|
+
"type": "IconComponent | undefined",
|
|
19836
|
+
"schema": {
|
|
19837
|
+
"kind": "enum",
|
|
19838
|
+
"type": "IconComponent | undefined",
|
|
19839
|
+
"schema": {
|
|
19840
|
+
"0": "undefined",
|
|
19841
|
+
"1": {
|
|
19842
|
+
"kind": "event",
|
|
19843
|
+
"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",
|
|
19844
|
+
"schema": []
|
|
19845
|
+
}
|
|
19846
|
+
}
|
|
19847
|
+
}
|
|
19848
|
+
},
|
|
19849
|
+
"avatar": {
|
|
19850
|
+
"name": "avatar",
|
|
19851
|
+
"global": false,
|
|
19852
|
+
"description": "Display an avatar on the left side.",
|
|
19853
|
+
"tags": [],
|
|
19854
|
+
"required": false,
|
|
19855
|
+
"type": "AvatarProps | undefined",
|
|
19856
|
+
"schema": {
|
|
19857
|
+
"kind": "enum",
|
|
19858
|
+
"type": "AvatarProps | undefined",
|
|
19859
|
+
"schema": {
|
|
19860
|
+
"0": "undefined",
|
|
19861
|
+
"1": {
|
|
19862
|
+
"kind": "object",
|
|
19863
|
+
"type": "AvatarProps",
|
|
19864
|
+
"schema": {
|
|
19865
|
+
"as": {
|
|
19866
|
+
"name": "as",
|
|
19867
|
+
"global": false,
|
|
19868
|
+
"description": "The element or component this component should render as.",
|
|
19869
|
+
"tags": [
|
|
19870
|
+
{
|
|
19871
|
+
"name": "defaultValue",
|
|
19872
|
+
"text": "'span'"
|
|
19873
|
+
}
|
|
19874
|
+
],
|
|
19875
|
+
"required": false,
|
|
19876
|
+
"type": "any",
|
|
19877
|
+
"schema": "any"
|
|
19878
|
+
},
|
|
19879
|
+
"src": {
|
|
19880
|
+
"name": "src",
|
|
19881
|
+
"global": false,
|
|
19882
|
+
"description": "",
|
|
19883
|
+
"tags": [],
|
|
19884
|
+
"required": false,
|
|
19885
|
+
"type": "string | undefined",
|
|
19886
|
+
"schema": "string | undefined"
|
|
19887
|
+
},
|
|
19888
|
+
"alt": {
|
|
19889
|
+
"name": "alt",
|
|
19890
|
+
"global": false,
|
|
19891
|
+
"description": "",
|
|
19892
|
+
"tags": [],
|
|
19893
|
+
"required": false,
|
|
19894
|
+
"type": "string | undefined",
|
|
19895
|
+
"schema": "string | undefined"
|
|
19896
|
+
},
|
|
19897
|
+
"icon": {
|
|
19898
|
+
"name": "icon",
|
|
19899
|
+
"global": false,
|
|
19900
|
+
"description": "",
|
|
19901
|
+
"tags": [],
|
|
19902
|
+
"required": false,
|
|
19903
|
+
"type": "IconComponent | undefined",
|
|
19904
|
+
"schema": "IconComponent | undefined"
|
|
19905
|
+
},
|
|
19906
|
+
"text": {
|
|
19907
|
+
"name": "text",
|
|
19908
|
+
"global": false,
|
|
19909
|
+
"description": "",
|
|
19910
|
+
"tags": [],
|
|
19911
|
+
"required": false,
|
|
19912
|
+
"type": "string | undefined",
|
|
19913
|
+
"schema": "string | undefined"
|
|
19914
|
+
},
|
|
19915
|
+
"size": {
|
|
19916
|
+
"name": "size",
|
|
19917
|
+
"global": false,
|
|
19918
|
+
"description": "",
|
|
19919
|
+
"tags": [],
|
|
19920
|
+
"required": false,
|
|
19921
|
+
"type": "\"lg\" | \"md\" | \"3xs\" | \"2xs\" | \"xs\" | \"sm\" | \"xl\" | \"2xl\" | \"3xl\" | undefined",
|
|
19922
|
+
"schema": {
|
|
19923
|
+
"kind": "enum",
|
|
19924
|
+
"type": "\"lg\" | \"md\" | \"3xs\" | \"2xs\" | \"xs\" | \"sm\" | \"xl\" | \"2xl\" | \"3xl\" | undefined",
|
|
19925
|
+
"schema": {
|
|
19926
|
+
"0": "undefined",
|
|
19927
|
+
"1": "\"lg\"",
|
|
19928
|
+
"2": "\"md\"",
|
|
19929
|
+
"3": "\"3xs\"",
|
|
19930
|
+
"4": "\"2xs\"",
|
|
19931
|
+
"5": "\"xs\"",
|
|
19932
|
+
"6": "\"sm\"",
|
|
19933
|
+
"7": "\"xl\"",
|
|
19934
|
+
"8": "\"2xl\"",
|
|
19935
|
+
"9": "\"3xl\""
|
|
19936
|
+
}
|
|
19937
|
+
}
|
|
19938
|
+
},
|
|
19939
|
+
"class": {
|
|
19940
|
+
"name": "class",
|
|
19941
|
+
"global": false,
|
|
19942
|
+
"description": "",
|
|
19943
|
+
"tags": [],
|
|
19944
|
+
"required": false,
|
|
19945
|
+
"type": "any",
|
|
19946
|
+
"schema": "any"
|
|
19947
|
+
},
|
|
19948
|
+
"b24ui": {
|
|
19949
|
+
"name": "b24ui",
|
|
19950
|
+
"global": false,
|
|
19951
|
+
"description": "",
|
|
19952
|
+
"tags": [],
|
|
19953
|
+
"required": false,
|
|
19954
|
+
"type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
|
|
19955
|
+
"schema": {
|
|
19956
|
+
"kind": "enum",
|
|
19957
|
+
"type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
|
|
19958
|
+
"schema": {
|
|
19959
|
+
"0": "undefined",
|
|
19960
|
+
"1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
|
|
19961
|
+
}
|
|
19962
|
+
}
|
|
19963
|
+
},
|
|
19964
|
+
"delayMs": {
|
|
19965
|
+
"name": "delayMs",
|
|
19966
|
+
"global": false,
|
|
19967
|
+
"description": "Useful for delaying rendering so it only appears for those with slower connections.",
|
|
19968
|
+
"tags": [],
|
|
19969
|
+
"required": false,
|
|
19970
|
+
"type": "number | undefined",
|
|
19971
|
+
"schema": {
|
|
19972
|
+
"kind": "enum",
|
|
19973
|
+
"type": "number | undefined",
|
|
19974
|
+
"schema": {
|
|
19975
|
+
"0": "undefined",
|
|
19976
|
+
"1": "number"
|
|
19977
|
+
}
|
|
19978
|
+
}
|
|
19979
|
+
}
|
|
19980
|
+
}
|
|
19981
|
+
}
|
|
19982
|
+
}
|
|
19983
|
+
}
|
|
19984
|
+
},
|
|
19985
|
+
"as": {
|
|
19986
|
+
"name": "as",
|
|
19987
|
+
"global": false,
|
|
19988
|
+
"description": "The element or component this component should render as when not a link.",
|
|
19989
|
+
"tags": [
|
|
19990
|
+
{
|
|
19991
|
+
"name": "defaultValue",
|
|
19992
|
+
"text": "'button'"
|
|
19993
|
+
}
|
|
19994
|
+
],
|
|
19995
|
+
"required": false,
|
|
19996
|
+
"type": "any",
|
|
19997
|
+
"schema": "any"
|
|
19998
|
+
},
|
|
19999
|
+
"type": {
|
|
20000
|
+
"name": "type",
|
|
20001
|
+
"global": false,
|
|
20002
|
+
"description": "The type of the button when not a link.",
|
|
20003
|
+
"tags": [
|
|
20004
|
+
{
|
|
20005
|
+
"name": "defaultValue",
|
|
20006
|
+
"text": "'button'"
|
|
20007
|
+
}
|
|
20008
|
+
],
|
|
20009
|
+
"required": false,
|
|
20010
|
+
"type": "\"reset\" | \"submit\" | \"button\" | undefined",
|
|
20011
|
+
"schema": {
|
|
20012
|
+
"kind": "enum",
|
|
20013
|
+
"type": "\"reset\" | \"submit\" | \"button\" | undefined",
|
|
20014
|
+
"schema": {
|
|
20015
|
+
"0": "undefined",
|
|
20016
|
+
"1": "\"reset\"",
|
|
20017
|
+
"2": "\"submit\"",
|
|
20018
|
+
"3": "\"button\""
|
|
20019
|
+
}
|
|
20020
|
+
}
|
|
20021
|
+
},
|
|
20022
|
+
"to": {
|
|
20023
|
+
"name": "to",
|
|
20024
|
+
"global": false,
|
|
20025
|
+
"description": "Route Location the link should navigate to when clicked on.",
|
|
20026
|
+
"tags": [],
|
|
20027
|
+
"required": false,
|
|
20028
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
20029
|
+
"schema": {
|
|
20030
|
+
"kind": "enum",
|
|
20031
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
20032
|
+
"schema": {
|
|
20033
|
+
"0": "undefined",
|
|
20034
|
+
"1": "string",
|
|
20035
|
+
"2": {
|
|
20036
|
+
"kind": "object",
|
|
20037
|
+
"type": "RouteLocationAsRelativeGeneric",
|
|
20038
|
+
"schema": {
|
|
20039
|
+
"name": {
|
|
20040
|
+
"name": "name",
|
|
20041
|
+
"global": false,
|
|
20042
|
+
"description": "",
|
|
20043
|
+
"tags": [],
|
|
20044
|
+
"required": false,
|
|
20045
|
+
"type": "RouteRecordNameGeneric",
|
|
20046
|
+
"schema": {
|
|
20047
|
+
"kind": "enum",
|
|
20048
|
+
"type": "RouteRecordNameGeneric",
|
|
20049
|
+
"schema": {
|
|
20050
|
+
"0": "undefined",
|
|
20051
|
+
"1": "string",
|
|
20052
|
+
"2": "symbol"
|
|
20053
|
+
}
|
|
20054
|
+
}
|
|
20055
|
+
},
|
|
20056
|
+
"params": {
|
|
20057
|
+
"name": "params",
|
|
20058
|
+
"global": false,
|
|
20059
|
+
"description": "",
|
|
20060
|
+
"tags": [],
|
|
20061
|
+
"required": false,
|
|
20062
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
20063
|
+
"schema": {
|
|
20064
|
+
"kind": "enum",
|
|
20065
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
20066
|
+
"schema": {
|
|
20067
|
+
"0": "undefined",
|
|
20068
|
+
"1": "RouteParamsRawGeneric"
|
|
20069
|
+
}
|
|
20070
|
+
}
|
|
20071
|
+
},
|
|
20072
|
+
"path": {
|
|
20073
|
+
"name": "path",
|
|
20074
|
+
"global": false,
|
|
20075
|
+
"description": "A relative path to the current location. This property should be removed",
|
|
20076
|
+
"tags": [],
|
|
20077
|
+
"required": false,
|
|
20078
|
+
"type": "undefined",
|
|
20079
|
+
"schema": "undefined"
|
|
20080
|
+
},
|
|
20081
|
+
"query": {
|
|
20082
|
+
"name": "query",
|
|
20083
|
+
"global": false,
|
|
20084
|
+
"description": "",
|
|
20085
|
+
"tags": [],
|
|
20086
|
+
"required": false,
|
|
20087
|
+
"type": "LocationQueryRaw | undefined",
|
|
20088
|
+
"schema": {
|
|
20089
|
+
"kind": "enum",
|
|
20090
|
+
"type": "LocationQueryRaw | undefined",
|
|
20091
|
+
"schema": {
|
|
20092
|
+
"0": "undefined",
|
|
20093
|
+
"1": "LocationQueryRaw"
|
|
20094
|
+
}
|
|
20095
|
+
}
|
|
20096
|
+
},
|
|
20097
|
+
"hash": {
|
|
20098
|
+
"name": "hash",
|
|
20099
|
+
"global": false,
|
|
20100
|
+
"description": "",
|
|
20101
|
+
"tags": [],
|
|
20102
|
+
"required": false,
|
|
20103
|
+
"type": "string | undefined",
|
|
20104
|
+
"schema": "string | undefined"
|
|
20105
|
+
},
|
|
20106
|
+
"replace": {
|
|
20107
|
+
"name": "replace",
|
|
20108
|
+
"global": false,
|
|
20109
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
20110
|
+
"tags": [],
|
|
20111
|
+
"required": false,
|
|
20112
|
+
"type": "boolean | undefined",
|
|
20113
|
+
"schema": "boolean | undefined"
|
|
20114
|
+
},
|
|
20115
|
+
"force": {
|
|
20116
|
+
"name": "force",
|
|
20117
|
+
"global": false,
|
|
20118
|
+
"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.",
|
|
20119
|
+
"tags": [],
|
|
20120
|
+
"required": false,
|
|
20121
|
+
"type": "boolean | undefined",
|
|
20122
|
+
"schema": "boolean | undefined"
|
|
20123
|
+
},
|
|
20124
|
+
"state": {
|
|
20125
|
+
"name": "state",
|
|
20126
|
+
"global": false,
|
|
20127
|
+
"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",
|
|
20128
|
+
"tags": [],
|
|
20129
|
+
"required": false,
|
|
20130
|
+
"type": "HistoryState | undefined",
|
|
20131
|
+
"schema": {
|
|
20132
|
+
"kind": "enum",
|
|
20133
|
+
"type": "HistoryState | undefined",
|
|
20134
|
+
"schema": {
|
|
20135
|
+
"0": "undefined",
|
|
20136
|
+
"1": {
|
|
20137
|
+
"kind": "object",
|
|
20138
|
+
"type": "HistoryState",
|
|
20139
|
+
"schema": {}
|
|
20140
|
+
}
|
|
20141
|
+
}
|
|
20142
|
+
}
|
|
20143
|
+
}
|
|
20144
|
+
}
|
|
20145
|
+
},
|
|
20146
|
+
"3": {
|
|
20147
|
+
"kind": "object",
|
|
20148
|
+
"type": "RouteLocationAsPathGeneric",
|
|
20149
|
+
"schema": {
|
|
20150
|
+
"path": {
|
|
20151
|
+
"name": "path",
|
|
20152
|
+
"global": false,
|
|
20153
|
+
"description": "Percentage encoded pathname section of the URL.",
|
|
20154
|
+
"tags": [],
|
|
20155
|
+
"required": true,
|
|
20156
|
+
"type": "string",
|
|
20157
|
+
"schema": "string"
|
|
20158
|
+
},
|
|
20159
|
+
"query": {
|
|
20160
|
+
"name": "query",
|
|
20161
|
+
"global": false,
|
|
20162
|
+
"description": "",
|
|
20163
|
+
"tags": [],
|
|
20164
|
+
"required": false,
|
|
20165
|
+
"type": "LocationQueryRaw | undefined",
|
|
20166
|
+
"schema": "LocationQueryRaw | undefined"
|
|
20167
|
+
},
|
|
20168
|
+
"hash": {
|
|
20169
|
+
"name": "hash",
|
|
20170
|
+
"global": false,
|
|
20171
|
+
"description": "",
|
|
20172
|
+
"tags": [],
|
|
20173
|
+
"required": false,
|
|
20174
|
+
"type": "string | undefined",
|
|
20175
|
+
"schema": "string | undefined"
|
|
20176
|
+
},
|
|
20177
|
+
"replace": {
|
|
20178
|
+
"name": "replace",
|
|
20179
|
+
"global": false,
|
|
20180
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
20181
|
+
"tags": [],
|
|
20182
|
+
"required": false,
|
|
20183
|
+
"type": "boolean | undefined",
|
|
20184
|
+
"schema": "boolean | undefined"
|
|
20185
|
+
},
|
|
20186
|
+
"force": {
|
|
20187
|
+
"name": "force",
|
|
20188
|
+
"global": false,
|
|
20189
|
+
"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.",
|
|
20190
|
+
"tags": [],
|
|
20191
|
+
"required": false,
|
|
20192
|
+
"type": "boolean | undefined",
|
|
20193
|
+
"schema": "boolean | undefined"
|
|
20194
|
+
},
|
|
20195
|
+
"state": {
|
|
20196
|
+
"name": "state",
|
|
20197
|
+
"global": false,
|
|
20198
|
+
"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",
|
|
20199
|
+
"tags": [],
|
|
20200
|
+
"required": false,
|
|
20201
|
+
"type": "HistoryState | undefined",
|
|
20202
|
+
"schema": "HistoryState | undefined"
|
|
20203
|
+
}
|
|
20204
|
+
}
|
|
20205
|
+
}
|
|
20206
|
+
}
|
|
20207
|
+
}
|
|
20208
|
+
},
|
|
20209
|
+
"activeClass": {
|
|
20210
|
+
"name": "activeClass",
|
|
20211
|
+
"global": false,
|
|
20212
|
+
"description": "Class to apply when the link is active",
|
|
20213
|
+
"tags": [],
|
|
20214
|
+
"required": false,
|
|
20215
|
+
"type": "string | undefined",
|
|
20216
|
+
"schema": "string | undefined"
|
|
20217
|
+
},
|
|
20218
|
+
"exactActiveClass": {
|
|
20219
|
+
"name": "exactActiveClass",
|
|
20220
|
+
"global": false,
|
|
20221
|
+
"description": "Class to apply when the link is exact active",
|
|
20222
|
+
"tags": [],
|
|
20223
|
+
"required": false,
|
|
20224
|
+
"type": "string | undefined",
|
|
20225
|
+
"schema": "string | undefined"
|
|
20226
|
+
},
|
|
20227
|
+
"ariaCurrentValue": {
|
|
20228
|
+
"name": "ariaCurrentValue",
|
|
20229
|
+
"global": false,
|
|
20230
|
+
"description": "Value passed to the attribute `aria-current` when the link is exact active.",
|
|
20231
|
+
"tags": [
|
|
20232
|
+
{
|
|
20233
|
+
"name": "defaultValue",
|
|
20234
|
+
"text": "`'page'`"
|
|
20235
|
+
}
|
|
20236
|
+
],
|
|
20237
|
+
"required": false,
|
|
20238
|
+
"type": "\"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" | undefined",
|
|
20239
|
+
"schema": {
|
|
20240
|
+
"kind": "enum",
|
|
20241
|
+
"type": "\"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" | undefined",
|
|
20242
|
+
"schema": {
|
|
20243
|
+
"0": "undefined",
|
|
20244
|
+
"1": "\"true\"",
|
|
20245
|
+
"2": "\"false\"",
|
|
20246
|
+
"3": "\"page\"",
|
|
20247
|
+
"4": "\"step\"",
|
|
20248
|
+
"5": "\"location\"",
|
|
20249
|
+
"6": "\"date\"",
|
|
20250
|
+
"7": "\"time\""
|
|
20251
|
+
}
|
|
20252
|
+
}
|
|
20253
|
+
},
|
|
20254
|
+
"viewTransition": {
|
|
20255
|
+
"name": "viewTransition",
|
|
20256
|
+
"global": false,
|
|
20257
|
+
"description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
|
|
20258
|
+
"tags": [],
|
|
20259
|
+
"required": false,
|
|
20260
|
+
"type": "boolean | undefined",
|
|
20261
|
+
"schema": "boolean | undefined"
|
|
20262
|
+
},
|
|
20263
|
+
"replace": {
|
|
20264
|
+
"name": "replace",
|
|
20265
|
+
"global": false,
|
|
20266
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
20267
|
+
"tags": [],
|
|
20268
|
+
"required": false,
|
|
20269
|
+
"type": "boolean | undefined",
|
|
20270
|
+
"schema": "boolean | undefined"
|
|
20271
|
+
},
|
|
20272
|
+
"disabled": {
|
|
20273
|
+
"name": "disabled",
|
|
20274
|
+
"global": false,
|
|
20275
|
+
"description": "",
|
|
20276
|
+
"tags": [],
|
|
20277
|
+
"required": false,
|
|
20278
|
+
"type": "boolean | undefined",
|
|
20279
|
+
"schema": "boolean | undefined"
|
|
20280
|
+
},
|
|
20281
|
+
"active": {
|
|
20282
|
+
"name": "active",
|
|
20283
|
+
"global": false,
|
|
20284
|
+
"description": "Force the link to be active independent of the current route.",
|
|
20285
|
+
"tags": [],
|
|
20286
|
+
"required": false,
|
|
20287
|
+
"type": "boolean | undefined",
|
|
20288
|
+
"schema": "boolean | undefined"
|
|
20289
|
+
},
|
|
20290
|
+
"exact": {
|
|
20291
|
+
"name": "exact",
|
|
20292
|
+
"global": false,
|
|
20293
|
+
"description": "Will only be active if the current route is an exact match.",
|
|
20294
|
+
"tags": [],
|
|
20295
|
+
"required": false,
|
|
20296
|
+
"type": "boolean | undefined",
|
|
20297
|
+
"schema": "boolean | undefined"
|
|
20298
|
+
},
|
|
20299
|
+
"exactQuery": {
|
|
20300
|
+
"name": "exactQuery",
|
|
20301
|
+
"global": false,
|
|
20302
|
+
"description": "Allows controlling how the current route query sets the link as active.",
|
|
20303
|
+
"tags": [],
|
|
20304
|
+
"required": false,
|
|
20305
|
+
"type": "boolean | \"partial\" | undefined",
|
|
20306
|
+
"schema": {
|
|
20307
|
+
"kind": "enum",
|
|
20308
|
+
"type": "boolean | \"partial\" | undefined",
|
|
20309
|
+
"schema": {
|
|
20310
|
+
"0": "undefined",
|
|
20311
|
+
"1": "false",
|
|
20312
|
+
"2": "true",
|
|
20313
|
+
"3": "\"partial\""
|
|
20314
|
+
}
|
|
20315
|
+
}
|
|
20316
|
+
},
|
|
20317
|
+
"exactHash": {
|
|
20318
|
+
"name": "exactHash",
|
|
20319
|
+
"global": false,
|
|
20320
|
+
"description": "Will only be active if the current route hash is an exact match.",
|
|
20321
|
+
"tags": [],
|
|
20322
|
+
"required": false,
|
|
20323
|
+
"type": "boolean | undefined",
|
|
20324
|
+
"schema": "boolean | undefined"
|
|
20325
|
+
},
|
|
20326
|
+
"inactiveClass": {
|
|
20327
|
+
"name": "inactiveClass",
|
|
20328
|
+
"global": false,
|
|
20329
|
+
"description": "The class to apply when the link is inactive.",
|
|
20330
|
+
"tags": [],
|
|
20331
|
+
"required": false,
|
|
20332
|
+
"type": "string | undefined",
|
|
20333
|
+
"schema": "string | undefined"
|
|
20334
|
+
},
|
|
20335
|
+
"isAction": {
|
|
20336
|
+
"name": "isAction",
|
|
20337
|
+
"global": false,
|
|
20338
|
+
"description": "When `true`, uses special underlined styling.",
|
|
20339
|
+
"tags": [],
|
|
20340
|
+
"required": false,
|
|
20341
|
+
"type": "boolean | undefined",
|
|
20342
|
+
"schema": "boolean | undefined"
|
|
20343
|
+
},
|
|
20344
|
+
"href": {
|
|
20345
|
+
"name": "href",
|
|
20346
|
+
"global": false,
|
|
20347
|
+
"description": "An alias for `to`. If used with `to`, `href` will be ignored",
|
|
20348
|
+
"tags": [],
|
|
20349
|
+
"required": false,
|
|
20350
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
20351
|
+
"schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
|
|
20352
|
+
},
|
|
20353
|
+
"external": {
|
|
20354
|
+
"name": "external",
|
|
20355
|
+
"global": false,
|
|
20356
|
+
"description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
|
|
20357
|
+
"tags": [],
|
|
20358
|
+
"required": false,
|
|
20359
|
+
"type": "boolean | undefined",
|
|
20360
|
+
"schema": "boolean | undefined"
|
|
20361
|
+
},
|
|
20362
|
+
"target": {
|
|
20363
|
+
"name": "target",
|
|
20364
|
+
"global": false,
|
|
20365
|
+
"description": "Where to display the linked URL as the name for a browsing context.",
|
|
20366
|
+
"tags": [],
|
|
20367
|
+
"required": false,
|
|
20368
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
|
|
20369
|
+
"schema": {
|
|
20370
|
+
"kind": "enum",
|
|
20371
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
|
|
20372
|
+
"schema": {
|
|
20373
|
+
"0": "undefined",
|
|
20374
|
+
"1": "null",
|
|
20375
|
+
"2": "\"_blank\"",
|
|
20376
|
+
"3": "\"_parent\"",
|
|
20377
|
+
"4": "\"_self\"",
|
|
20378
|
+
"5": "\"_top\"",
|
|
20379
|
+
"6": {
|
|
20380
|
+
"kind": "object",
|
|
20381
|
+
"type": "string & {}",
|
|
20382
|
+
"schema": {}
|
|
20383
|
+
}
|
|
20384
|
+
}
|
|
20385
|
+
}
|
|
20386
|
+
},
|
|
20387
|
+
"rel": {
|
|
20388
|
+
"name": "rel",
|
|
20389
|
+
"global": false,
|
|
20390
|
+
"description": "A rel attribute value to apply on the link. Defaults to \"noopener noreferrer\" for external links.",
|
|
20391
|
+
"tags": [],
|
|
20392
|
+
"required": false,
|
|
20393
|
+
"type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
|
|
20394
|
+
"schema": {
|
|
20395
|
+
"kind": "enum",
|
|
20396
|
+
"type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
|
|
20397
|
+
"schema": {
|
|
20398
|
+
"0": "undefined",
|
|
20399
|
+
"1": "null",
|
|
20400
|
+
"2": "string & {}",
|
|
20401
|
+
"3": "\"noopener\"",
|
|
20402
|
+
"4": "\"noreferrer\"",
|
|
20403
|
+
"5": "\"nofollow\"",
|
|
20404
|
+
"6": "\"sponsored\"",
|
|
20405
|
+
"7": "\"ugc\""
|
|
20406
|
+
}
|
|
20407
|
+
}
|
|
20408
|
+
},
|
|
20409
|
+
"noRel": {
|
|
20410
|
+
"name": "noRel",
|
|
20411
|
+
"global": false,
|
|
20412
|
+
"description": "If set to true, no rel attribute will be added to the link",
|
|
20413
|
+
"tags": [],
|
|
20414
|
+
"required": false,
|
|
20415
|
+
"type": "boolean | undefined",
|
|
20416
|
+
"schema": "boolean | undefined"
|
|
20417
|
+
},
|
|
20418
|
+
"prefetchedClass": {
|
|
20419
|
+
"name": "prefetchedClass",
|
|
20420
|
+
"global": false,
|
|
20421
|
+
"description": "A class to apply to links that have been prefetched.",
|
|
20422
|
+
"tags": [],
|
|
20423
|
+
"required": false,
|
|
20424
|
+
"type": "string | undefined",
|
|
20425
|
+
"schema": "string | undefined"
|
|
20426
|
+
},
|
|
20427
|
+
"prefetch": {
|
|
20428
|
+
"name": "prefetch",
|
|
20429
|
+
"global": false,
|
|
20430
|
+
"description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
|
|
20431
|
+
"tags": [],
|
|
20432
|
+
"required": false,
|
|
20433
|
+
"type": "boolean | undefined",
|
|
20434
|
+
"schema": "boolean | undefined"
|
|
20435
|
+
},
|
|
20436
|
+
"prefetchOn": {
|
|
20437
|
+
"name": "prefetchOn",
|
|
20438
|
+
"global": false,
|
|
20439
|
+
"description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
|
|
20440
|
+
"tags": [],
|
|
20441
|
+
"required": false,
|
|
20442
|
+
"type": "\"visibility\" | \"interaction\" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined",
|
|
20443
|
+
"schema": {
|
|
20444
|
+
"kind": "enum",
|
|
20445
|
+
"type": "\"visibility\" | \"interaction\" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined",
|
|
20446
|
+
"schema": {
|
|
20447
|
+
"0": "undefined",
|
|
20448
|
+
"1": "\"visibility\"",
|
|
20449
|
+
"2": "\"interaction\"",
|
|
20450
|
+
"3": "Partial<{ visibility: boolean; interaction: boolean; }>"
|
|
20451
|
+
}
|
|
20452
|
+
}
|
|
20453
|
+
},
|
|
20454
|
+
"noPrefetch": {
|
|
20455
|
+
"name": "noPrefetch",
|
|
20456
|
+
"global": false,
|
|
20457
|
+
"description": "Escape hatch to disable `prefetch` attribute.",
|
|
20458
|
+
"tags": [],
|
|
20459
|
+
"required": false,
|
|
20460
|
+
"type": "boolean | undefined",
|
|
20461
|
+
"schema": "boolean | undefined"
|
|
20462
|
+
}
|
|
20463
|
+
}
|
|
20464
|
+
}
|
|
20465
|
+
}
|
|
20466
|
+
}
|
|
20467
|
+
},
|
|
20468
|
+
{
|
|
20469
|
+
"name": "incrementIcon",
|
|
20470
|
+
"global": false,
|
|
20471
|
+
"description": "The icon displayed to increment the value.",
|
|
20472
|
+
"tags": [
|
|
20473
|
+
{
|
|
20474
|
+
"name": "defaultValue",
|
|
20475
|
+
"text": "icons.plus = Plus30Icon"
|
|
20476
|
+
}
|
|
20477
|
+
],
|
|
20478
|
+
"required": false,
|
|
20479
|
+
"type": "IconComponent | undefined",
|
|
20480
|
+
"schema": {
|
|
20481
|
+
"kind": "enum",
|
|
20482
|
+
"type": "IconComponent | undefined",
|
|
20483
|
+
"schema": {
|
|
20484
|
+
"0": "undefined",
|
|
20485
|
+
"1": {
|
|
20486
|
+
"kind": "event",
|
|
20487
|
+
"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",
|
|
20488
|
+
"schema": []
|
|
20489
|
+
}
|
|
20490
|
+
}
|
|
20491
|
+
}
|
|
20492
|
+
},
|
|
20493
|
+
{
|
|
20494
|
+
"name": "decrement",
|
|
20495
|
+
"global": false,
|
|
20496
|
+
"description": "Configure the decrement button. The `size` is inherited.",
|
|
20497
|
+
"tags": [
|
|
20498
|
+
{
|
|
20499
|
+
"name": "defaultValue",
|
|
20500
|
+
"text": "{ color: 'link', depth: 'light' }"
|
|
20501
|
+
}
|
|
20502
|
+
],
|
|
20503
|
+
"required": false,
|
|
20504
|
+
"type": "ButtonProps | undefined",
|
|
20505
|
+
"schema": {
|
|
20506
|
+
"kind": "enum",
|
|
20507
|
+
"type": "ButtonProps | undefined",
|
|
20508
|
+
"schema": {
|
|
20509
|
+
"0": "undefined",
|
|
20510
|
+
"1": {
|
|
20511
|
+
"kind": "object",
|
|
20512
|
+
"type": "ButtonProps",
|
|
20513
|
+
"schema": {
|
|
20514
|
+
"label": {
|
|
20515
|
+
"name": "label",
|
|
20516
|
+
"global": false,
|
|
20517
|
+
"description": "",
|
|
20518
|
+
"tags": [],
|
|
20519
|
+
"required": false,
|
|
20520
|
+
"type": "string | undefined",
|
|
20521
|
+
"schema": {
|
|
20522
|
+
"kind": "enum",
|
|
20523
|
+
"type": "string | undefined",
|
|
20524
|
+
"schema": {
|
|
20525
|
+
"0": "undefined",
|
|
20526
|
+
"1": "string"
|
|
20527
|
+
}
|
|
20528
|
+
}
|
|
20529
|
+
},
|
|
20530
|
+
"color": {
|
|
20531
|
+
"name": "color",
|
|
20532
|
+
"global": false,
|
|
20533
|
+
"description": "",
|
|
20534
|
+
"tags": [],
|
|
20535
|
+
"required": false,
|
|
20536
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | \"link\" | undefined",
|
|
20537
|
+
"schema": {
|
|
20538
|
+
"kind": "enum",
|
|
20539
|
+
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | \"link\" | undefined",
|
|
20540
|
+
"schema": {
|
|
20541
|
+
"0": "undefined",
|
|
20542
|
+
"1": "\"default\"",
|
|
20543
|
+
"2": "\"danger\"",
|
|
20544
|
+
"3": "\"success\"",
|
|
20545
|
+
"4": "\"warning\"",
|
|
20546
|
+
"5": "\"primary\"",
|
|
20547
|
+
"6": "\"secondary\"",
|
|
20548
|
+
"7": "\"collab\"",
|
|
20549
|
+
"8": "\"ai\"",
|
|
20550
|
+
"9": "\"link\""
|
|
20551
|
+
}
|
|
20552
|
+
}
|
|
20553
|
+
},
|
|
20554
|
+
"depth": {
|
|
20555
|
+
"name": "depth",
|
|
20556
|
+
"global": false,
|
|
20557
|
+
"description": "",
|
|
20558
|
+
"tags": [],
|
|
20559
|
+
"required": false,
|
|
20560
|
+
"type": "\"light\" | \"normal\" | \"dark\" | undefined",
|
|
20561
|
+
"schema": {
|
|
20562
|
+
"kind": "enum",
|
|
20563
|
+
"type": "\"light\" | \"normal\" | \"dark\" | undefined",
|
|
20564
|
+
"schema": {
|
|
20565
|
+
"0": "undefined",
|
|
20566
|
+
"1": "\"light\"",
|
|
20567
|
+
"2": "\"normal\"",
|
|
20568
|
+
"3": "\"dark\""
|
|
20569
|
+
}
|
|
20570
|
+
}
|
|
20571
|
+
},
|
|
20572
|
+
"size": {
|
|
20573
|
+
"name": "size",
|
|
20574
|
+
"global": false,
|
|
20575
|
+
"description": "",
|
|
20576
|
+
"tags": [],
|
|
20577
|
+
"required": false,
|
|
20578
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
20579
|
+
"schema": {
|
|
20580
|
+
"kind": "enum",
|
|
20581
|
+
"type": "\"lg\" | \"md\" | \"xs\" | \"sm\" | undefined",
|
|
20582
|
+
"schema": {
|
|
20583
|
+
"0": "undefined",
|
|
20584
|
+
"1": "\"lg\"",
|
|
20585
|
+
"2": "\"md\"",
|
|
20586
|
+
"3": "\"xs\"",
|
|
20587
|
+
"4": "\"sm\""
|
|
20588
|
+
}
|
|
20589
|
+
}
|
|
20590
|
+
},
|
|
20591
|
+
"rounded": {
|
|
20592
|
+
"name": "rounded",
|
|
20593
|
+
"global": false,
|
|
20594
|
+
"description": "Rounds the corners of the button.",
|
|
20595
|
+
"tags": [],
|
|
20596
|
+
"required": false,
|
|
20597
|
+
"type": "boolean | undefined",
|
|
20598
|
+
"schema": {
|
|
20599
|
+
"kind": "enum",
|
|
20600
|
+
"type": "boolean | undefined",
|
|
20601
|
+
"schema": {
|
|
20602
|
+
"0": "undefined",
|
|
20603
|
+
"1": "false",
|
|
20604
|
+
"2": "true"
|
|
20605
|
+
}
|
|
20606
|
+
}
|
|
20607
|
+
},
|
|
20608
|
+
"block": {
|
|
20609
|
+
"name": "block",
|
|
20610
|
+
"global": false,
|
|
20611
|
+
"description": "Render the button full width.",
|
|
20612
|
+
"tags": [],
|
|
20613
|
+
"required": false,
|
|
20614
|
+
"type": "boolean | undefined",
|
|
20615
|
+
"schema": "boolean | undefined"
|
|
20616
|
+
},
|
|
20617
|
+
"loadingAuto": {
|
|
20618
|
+
"name": "loadingAuto",
|
|
20619
|
+
"global": false,
|
|
20620
|
+
"description": "Set loading state automatically based on the `@click` promise state",
|
|
20621
|
+
"tags": [],
|
|
20622
|
+
"required": false,
|
|
20623
|
+
"type": "boolean | undefined",
|
|
20624
|
+
"schema": "boolean | undefined"
|
|
20625
|
+
},
|
|
20626
|
+
"normalCase": {
|
|
20627
|
+
"name": "normalCase",
|
|
20628
|
+
"global": false,
|
|
20629
|
+
"description": "Disable uppercase label",
|
|
20630
|
+
"tags": [],
|
|
20631
|
+
"required": false,
|
|
20632
|
+
"type": "boolean | undefined",
|
|
20633
|
+
"schema": "boolean | undefined"
|
|
20634
|
+
},
|
|
20635
|
+
"useWait": {
|
|
20636
|
+
"name": "useWait",
|
|
20637
|
+
"global": false,
|
|
20638
|
+
"description": "Shows `Wait` icon in loading mode",
|
|
20639
|
+
"tags": [],
|
|
20640
|
+
"required": false,
|
|
20641
|
+
"type": "boolean | undefined",
|
|
20642
|
+
"schema": "boolean | undefined"
|
|
20643
|
+
},
|
|
20644
|
+
"useClock": {
|
|
20645
|
+
"name": "useClock",
|
|
20646
|
+
"global": false,
|
|
20647
|
+
"description": "Shows `Clock` icon in loading mode",
|
|
20648
|
+
"tags": [],
|
|
20649
|
+
"required": false,
|
|
20650
|
+
"type": "boolean | undefined",
|
|
20651
|
+
"schema": "boolean | undefined"
|
|
20652
|
+
},
|
|
20653
|
+
"useDropdown": {
|
|
20654
|
+
"name": "useDropdown",
|
|
20655
|
+
"global": false,
|
|
20656
|
+
"description": "Shows `ChevronDownIcon` icon on the right side",
|
|
20657
|
+
"tags": [],
|
|
20658
|
+
"required": false,
|
|
20659
|
+
"type": "boolean | undefined",
|
|
20660
|
+
"schema": "boolean | undefined"
|
|
20661
|
+
},
|
|
20662
|
+
"onClick": {
|
|
20663
|
+
"name": "onClick",
|
|
20664
|
+
"global": false,
|
|
20665
|
+
"description": "",
|
|
20666
|
+
"tags": [],
|
|
20667
|
+
"required": false,
|
|
20668
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
20669
|
+
"schema": {
|
|
20670
|
+
"kind": "enum",
|
|
20671
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
20672
|
+
"schema": {
|
|
20673
|
+
"0": "undefined",
|
|
20674
|
+
"1": {
|
|
20675
|
+
"kind": "event",
|
|
20676
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
20677
|
+
"schema": []
|
|
20678
|
+
},
|
|
20679
|
+
"2": {
|
|
20680
|
+
"kind": "array",
|
|
20681
|
+
"type": "((event: MouseEvent) => void | Promise<void>)[]",
|
|
20682
|
+
"schema": [
|
|
20683
|
+
{
|
|
20684
|
+
"kind": "event",
|
|
20685
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
20686
|
+
"schema": []
|
|
20687
|
+
}
|
|
20688
|
+
]
|
|
20689
|
+
}
|
|
20690
|
+
}
|
|
20691
|
+
}
|
|
20692
|
+
},
|
|
20693
|
+
"class": {
|
|
20694
|
+
"name": "class",
|
|
20695
|
+
"global": false,
|
|
20696
|
+
"description": "",
|
|
20697
|
+
"tags": [],
|
|
20698
|
+
"required": false,
|
|
20699
|
+
"type": "any",
|
|
20700
|
+
"schema": "any"
|
|
20701
|
+
},
|
|
20702
|
+
"b24ui": {
|
|
20703
|
+
"name": "b24ui",
|
|
20704
|
+
"global": false,
|
|
20705
|
+
"description": "",
|
|
20706
|
+
"tags": [],
|
|
20707
|
+
"required": false,
|
|
20708
|
+
"type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
|
|
20709
|
+
"schema": {
|
|
20710
|
+
"kind": "enum",
|
|
20711
|
+
"type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
|
|
20712
|
+
"schema": {
|
|
20713
|
+
"0": "undefined",
|
|
20714
|
+
"1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
|
|
20715
|
+
}
|
|
20716
|
+
}
|
|
20717
|
+
},
|
|
20718
|
+
"loading": {
|
|
20719
|
+
"name": "loading",
|
|
20720
|
+
"global": false,
|
|
20721
|
+
"description": "When `true`, the loading icon will be displayed.",
|
|
20722
|
+
"tags": [],
|
|
20723
|
+
"required": false,
|
|
20724
|
+
"type": "boolean | undefined",
|
|
20725
|
+
"schema": "boolean | undefined"
|
|
20726
|
+
},
|
|
20727
|
+
"icon": {
|
|
20728
|
+
"name": "icon",
|
|
20729
|
+
"global": false,
|
|
20730
|
+
"description": "Display an icon on the left side.",
|
|
20731
|
+
"tags": [],
|
|
20732
|
+
"required": false,
|
|
20733
|
+
"type": "IconComponent | undefined",
|
|
20734
|
+
"schema": {
|
|
20735
|
+
"kind": "enum",
|
|
20736
|
+
"type": "IconComponent | undefined",
|
|
20737
|
+
"schema": {
|
|
20738
|
+
"0": "undefined",
|
|
20739
|
+
"1": {
|
|
20740
|
+
"kind": "event",
|
|
20741
|
+
"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",
|
|
20742
|
+
"schema": []
|
|
20743
|
+
}
|
|
20744
|
+
}
|
|
20745
|
+
}
|
|
20746
|
+
},
|
|
20747
|
+
"avatar": {
|
|
20748
|
+
"name": "avatar",
|
|
20749
|
+
"global": false,
|
|
20750
|
+
"description": "Display an avatar on the left side.",
|
|
20751
|
+
"tags": [],
|
|
20752
|
+
"required": false,
|
|
20753
|
+
"type": "AvatarProps | undefined",
|
|
20754
|
+
"schema": {
|
|
20755
|
+
"kind": "enum",
|
|
20756
|
+
"type": "AvatarProps | undefined",
|
|
20757
|
+
"schema": {
|
|
20758
|
+
"0": "undefined",
|
|
20759
|
+
"1": {
|
|
20760
|
+
"kind": "object",
|
|
20761
|
+
"type": "AvatarProps",
|
|
20762
|
+
"schema": {
|
|
20763
|
+
"as": {
|
|
20764
|
+
"name": "as",
|
|
20765
|
+
"global": false,
|
|
20766
|
+
"description": "The element or component this component should render as.",
|
|
20767
|
+
"tags": [
|
|
20768
|
+
{
|
|
20769
|
+
"name": "defaultValue",
|
|
20770
|
+
"text": "'span'"
|
|
20771
|
+
}
|
|
20772
|
+
],
|
|
20773
|
+
"required": false,
|
|
20774
|
+
"type": "any",
|
|
20775
|
+
"schema": "any"
|
|
20776
|
+
},
|
|
20777
|
+
"src": {
|
|
20778
|
+
"name": "src",
|
|
20779
|
+
"global": false,
|
|
20780
|
+
"description": "",
|
|
20781
|
+
"tags": [],
|
|
20782
|
+
"required": false,
|
|
20783
|
+
"type": "string | undefined",
|
|
20784
|
+
"schema": "string | undefined"
|
|
20785
|
+
},
|
|
20786
|
+
"alt": {
|
|
20787
|
+
"name": "alt",
|
|
20788
|
+
"global": false,
|
|
20789
|
+
"description": "",
|
|
20790
|
+
"tags": [],
|
|
20791
|
+
"required": false,
|
|
20792
|
+
"type": "string | undefined",
|
|
20793
|
+
"schema": "string | undefined"
|
|
20794
|
+
},
|
|
20795
|
+
"icon": {
|
|
20796
|
+
"name": "icon",
|
|
20797
|
+
"global": false,
|
|
20798
|
+
"description": "",
|
|
20799
|
+
"tags": [],
|
|
20800
|
+
"required": false,
|
|
20801
|
+
"type": "IconComponent | undefined",
|
|
20802
|
+
"schema": "IconComponent | undefined"
|
|
20803
|
+
},
|
|
20804
|
+
"text": {
|
|
20805
|
+
"name": "text",
|
|
20806
|
+
"global": false,
|
|
20807
|
+
"description": "",
|
|
20808
|
+
"tags": [],
|
|
20809
|
+
"required": false,
|
|
20810
|
+
"type": "string | undefined",
|
|
20811
|
+
"schema": "string | undefined"
|
|
20812
|
+
},
|
|
20813
|
+
"size": {
|
|
20814
|
+
"name": "size",
|
|
20815
|
+
"global": false,
|
|
20816
|
+
"description": "",
|
|
20817
|
+
"tags": [],
|
|
20818
|
+
"required": false,
|
|
20819
|
+
"type": "\"lg\" | \"md\" | \"3xs\" | \"2xs\" | \"xs\" | \"sm\" | \"xl\" | \"2xl\" | \"3xl\" | undefined",
|
|
20820
|
+
"schema": {
|
|
20821
|
+
"kind": "enum",
|
|
20822
|
+
"type": "\"lg\" | \"md\" | \"3xs\" | \"2xs\" | \"xs\" | \"sm\" | \"xl\" | \"2xl\" | \"3xl\" | undefined",
|
|
20823
|
+
"schema": {
|
|
20824
|
+
"0": "undefined",
|
|
20825
|
+
"1": "\"lg\"",
|
|
20826
|
+
"2": "\"md\"",
|
|
20827
|
+
"3": "\"3xs\"",
|
|
20828
|
+
"4": "\"2xs\"",
|
|
20829
|
+
"5": "\"xs\"",
|
|
20830
|
+
"6": "\"sm\"",
|
|
20831
|
+
"7": "\"xl\"",
|
|
20832
|
+
"8": "\"2xl\"",
|
|
20833
|
+
"9": "\"3xl\""
|
|
20834
|
+
}
|
|
20835
|
+
}
|
|
20836
|
+
},
|
|
20837
|
+
"class": {
|
|
20838
|
+
"name": "class",
|
|
20839
|
+
"global": false,
|
|
20840
|
+
"description": "",
|
|
20841
|
+
"tags": [],
|
|
20842
|
+
"required": false,
|
|
20843
|
+
"type": "any",
|
|
20844
|
+
"schema": "any"
|
|
20845
|
+
},
|
|
20846
|
+
"b24ui": {
|
|
20847
|
+
"name": "b24ui",
|
|
20848
|
+
"global": false,
|
|
20849
|
+
"description": "",
|
|
20850
|
+
"tags": [],
|
|
20851
|
+
"required": false,
|
|
20852
|
+
"type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
|
|
20853
|
+
"schema": {
|
|
20854
|
+
"kind": "enum",
|
|
20855
|
+
"type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
|
|
20856
|
+
"schema": {
|
|
20857
|
+
"0": "undefined",
|
|
20858
|
+
"1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
|
|
20859
|
+
}
|
|
20860
|
+
}
|
|
20861
|
+
},
|
|
20862
|
+
"delayMs": {
|
|
20863
|
+
"name": "delayMs",
|
|
20864
|
+
"global": false,
|
|
20865
|
+
"description": "Useful for delaying rendering so it only appears for those with slower connections.",
|
|
20866
|
+
"tags": [],
|
|
20867
|
+
"required": false,
|
|
20868
|
+
"type": "number | undefined",
|
|
20869
|
+
"schema": {
|
|
20870
|
+
"kind": "enum",
|
|
20871
|
+
"type": "number | undefined",
|
|
20872
|
+
"schema": {
|
|
20873
|
+
"0": "undefined",
|
|
20874
|
+
"1": "number"
|
|
20875
|
+
}
|
|
20876
|
+
}
|
|
20877
|
+
}
|
|
20878
|
+
}
|
|
20879
|
+
}
|
|
20880
|
+
}
|
|
20881
|
+
}
|
|
20882
|
+
},
|
|
20883
|
+
"as": {
|
|
20884
|
+
"name": "as",
|
|
20885
|
+
"global": false,
|
|
20886
|
+
"description": "The element or component this component should render as when not a link.",
|
|
20887
|
+
"tags": [
|
|
20888
|
+
{
|
|
20889
|
+
"name": "defaultValue",
|
|
20890
|
+
"text": "'button'"
|
|
20891
|
+
}
|
|
20892
|
+
],
|
|
20893
|
+
"required": false,
|
|
20894
|
+
"type": "any",
|
|
20895
|
+
"schema": "any"
|
|
20896
|
+
},
|
|
20897
|
+
"type": {
|
|
20898
|
+
"name": "type",
|
|
20899
|
+
"global": false,
|
|
20900
|
+
"description": "The type of the button when not a link.",
|
|
20901
|
+
"tags": [
|
|
20902
|
+
{
|
|
20903
|
+
"name": "defaultValue",
|
|
20904
|
+
"text": "'button'"
|
|
20905
|
+
}
|
|
20906
|
+
],
|
|
20907
|
+
"required": false,
|
|
20908
|
+
"type": "\"reset\" | \"submit\" | \"button\" | undefined",
|
|
20909
|
+
"schema": {
|
|
20910
|
+
"kind": "enum",
|
|
20911
|
+
"type": "\"reset\" | \"submit\" | \"button\" | undefined",
|
|
20912
|
+
"schema": {
|
|
20913
|
+
"0": "undefined",
|
|
20914
|
+
"1": "\"reset\"",
|
|
20915
|
+
"2": "\"submit\"",
|
|
20916
|
+
"3": "\"button\""
|
|
20917
|
+
}
|
|
20918
|
+
}
|
|
20919
|
+
},
|
|
20920
|
+
"to": {
|
|
20921
|
+
"name": "to",
|
|
20922
|
+
"global": false,
|
|
20923
|
+
"description": "Route Location the link should navigate to when clicked on.",
|
|
20924
|
+
"tags": [],
|
|
20925
|
+
"required": false,
|
|
20926
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
20927
|
+
"schema": {
|
|
20928
|
+
"kind": "enum",
|
|
20929
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
20930
|
+
"schema": {
|
|
20931
|
+
"0": "undefined",
|
|
20932
|
+
"1": "string",
|
|
20933
|
+
"2": {
|
|
20934
|
+
"kind": "object",
|
|
20935
|
+
"type": "RouteLocationAsRelativeGeneric",
|
|
20936
|
+
"schema": {
|
|
20937
|
+
"name": {
|
|
20938
|
+
"name": "name",
|
|
20939
|
+
"global": false,
|
|
20940
|
+
"description": "",
|
|
20941
|
+
"tags": [],
|
|
20942
|
+
"required": false,
|
|
20943
|
+
"type": "RouteRecordNameGeneric",
|
|
20944
|
+
"schema": {
|
|
20945
|
+
"kind": "enum",
|
|
20946
|
+
"type": "RouteRecordNameGeneric",
|
|
20947
|
+
"schema": {
|
|
20948
|
+
"0": "undefined",
|
|
20949
|
+
"1": "string",
|
|
20950
|
+
"2": "symbol"
|
|
20951
|
+
}
|
|
20952
|
+
}
|
|
20953
|
+
},
|
|
20954
|
+
"params": {
|
|
20955
|
+
"name": "params",
|
|
20956
|
+
"global": false,
|
|
20957
|
+
"description": "",
|
|
20958
|
+
"tags": [],
|
|
20959
|
+
"required": false,
|
|
20960
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
20961
|
+
"schema": {
|
|
20962
|
+
"kind": "enum",
|
|
20963
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
20964
|
+
"schema": {
|
|
20965
|
+
"0": "undefined",
|
|
20966
|
+
"1": "RouteParamsRawGeneric"
|
|
20967
|
+
}
|
|
20968
|
+
}
|
|
20969
|
+
},
|
|
20970
|
+
"path": {
|
|
20971
|
+
"name": "path",
|
|
20972
|
+
"global": false,
|
|
20973
|
+
"description": "A relative path to the current location. This property should be removed",
|
|
20974
|
+
"tags": [],
|
|
20975
|
+
"required": false,
|
|
20976
|
+
"type": "undefined",
|
|
20977
|
+
"schema": "undefined"
|
|
20978
|
+
},
|
|
20979
|
+
"query": {
|
|
20980
|
+
"name": "query",
|
|
20981
|
+
"global": false,
|
|
20982
|
+
"description": "",
|
|
20983
|
+
"tags": [],
|
|
20984
|
+
"required": false,
|
|
20985
|
+
"type": "LocationQueryRaw | undefined",
|
|
20986
|
+
"schema": {
|
|
20987
|
+
"kind": "enum",
|
|
20988
|
+
"type": "LocationQueryRaw | undefined",
|
|
20989
|
+
"schema": {
|
|
20990
|
+
"0": "undefined",
|
|
20991
|
+
"1": "LocationQueryRaw"
|
|
20992
|
+
}
|
|
20993
|
+
}
|
|
20994
|
+
},
|
|
20995
|
+
"hash": {
|
|
20996
|
+
"name": "hash",
|
|
20997
|
+
"global": false,
|
|
20998
|
+
"description": "",
|
|
20999
|
+
"tags": [],
|
|
21000
|
+
"required": false,
|
|
21001
|
+
"type": "string | undefined",
|
|
21002
|
+
"schema": "string | undefined"
|
|
21003
|
+
},
|
|
21004
|
+
"replace": {
|
|
21005
|
+
"name": "replace",
|
|
21006
|
+
"global": false,
|
|
21007
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
21008
|
+
"tags": [],
|
|
21009
|
+
"required": false,
|
|
21010
|
+
"type": "boolean | undefined",
|
|
21011
|
+
"schema": "boolean | undefined"
|
|
21012
|
+
},
|
|
21013
|
+
"force": {
|
|
21014
|
+
"name": "force",
|
|
21015
|
+
"global": false,
|
|
21016
|
+
"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.",
|
|
21017
|
+
"tags": [],
|
|
21018
|
+
"required": false,
|
|
21019
|
+
"type": "boolean | undefined",
|
|
21020
|
+
"schema": "boolean | undefined"
|
|
21021
|
+
},
|
|
21022
|
+
"state": {
|
|
21023
|
+
"name": "state",
|
|
21024
|
+
"global": false,
|
|
21025
|
+
"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",
|
|
21026
|
+
"tags": [],
|
|
21027
|
+
"required": false,
|
|
21028
|
+
"type": "HistoryState | undefined",
|
|
21029
|
+
"schema": {
|
|
21030
|
+
"kind": "enum",
|
|
21031
|
+
"type": "HistoryState | undefined",
|
|
21032
|
+
"schema": {
|
|
21033
|
+
"0": "undefined",
|
|
21034
|
+
"1": {
|
|
21035
|
+
"kind": "object",
|
|
21036
|
+
"type": "HistoryState",
|
|
21037
|
+
"schema": {}
|
|
21038
|
+
}
|
|
21039
|
+
}
|
|
21040
|
+
}
|
|
21041
|
+
}
|
|
21042
|
+
}
|
|
21043
|
+
},
|
|
21044
|
+
"3": {
|
|
21045
|
+
"kind": "object",
|
|
21046
|
+
"type": "RouteLocationAsPathGeneric",
|
|
21047
|
+
"schema": {
|
|
21048
|
+
"path": {
|
|
21049
|
+
"name": "path",
|
|
21050
|
+
"global": false,
|
|
21051
|
+
"description": "Percentage encoded pathname section of the URL.",
|
|
21052
|
+
"tags": [],
|
|
21053
|
+
"required": true,
|
|
21054
|
+
"type": "string",
|
|
21055
|
+
"schema": "string"
|
|
21056
|
+
},
|
|
21057
|
+
"query": {
|
|
21058
|
+
"name": "query",
|
|
21059
|
+
"global": false,
|
|
21060
|
+
"description": "",
|
|
21061
|
+
"tags": [],
|
|
21062
|
+
"required": false,
|
|
21063
|
+
"type": "LocationQueryRaw | undefined",
|
|
21064
|
+
"schema": "LocationQueryRaw | undefined"
|
|
21065
|
+
},
|
|
21066
|
+
"hash": {
|
|
21067
|
+
"name": "hash",
|
|
21068
|
+
"global": false,
|
|
21069
|
+
"description": "",
|
|
21070
|
+
"tags": [],
|
|
21071
|
+
"required": false,
|
|
21072
|
+
"type": "string | undefined",
|
|
21073
|
+
"schema": "string | undefined"
|
|
21074
|
+
},
|
|
21075
|
+
"replace": {
|
|
21076
|
+
"name": "replace",
|
|
21077
|
+
"global": false,
|
|
21078
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
21079
|
+
"tags": [],
|
|
21080
|
+
"required": false,
|
|
21081
|
+
"type": "boolean | undefined",
|
|
21082
|
+
"schema": "boolean | undefined"
|
|
21083
|
+
},
|
|
21084
|
+
"force": {
|
|
21085
|
+
"name": "force",
|
|
21086
|
+
"global": false,
|
|
21087
|
+
"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.",
|
|
21088
|
+
"tags": [],
|
|
21089
|
+
"required": false,
|
|
21090
|
+
"type": "boolean | undefined",
|
|
21091
|
+
"schema": "boolean | undefined"
|
|
21092
|
+
},
|
|
21093
|
+
"state": {
|
|
21094
|
+
"name": "state",
|
|
21095
|
+
"global": false,
|
|
21096
|
+
"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",
|
|
21097
|
+
"tags": [],
|
|
21098
|
+
"required": false,
|
|
21099
|
+
"type": "HistoryState | undefined",
|
|
21100
|
+
"schema": "HistoryState | undefined"
|
|
21101
|
+
}
|
|
21102
|
+
}
|
|
21103
|
+
}
|
|
21104
|
+
}
|
|
21105
|
+
}
|
|
21106
|
+
},
|
|
21107
|
+
"activeClass": {
|
|
21108
|
+
"name": "activeClass",
|
|
21109
|
+
"global": false,
|
|
21110
|
+
"description": "Class to apply when the link is active",
|
|
21111
|
+
"tags": [],
|
|
21112
|
+
"required": false,
|
|
21113
|
+
"type": "string | undefined",
|
|
21114
|
+
"schema": "string | undefined"
|
|
21115
|
+
},
|
|
21116
|
+
"exactActiveClass": {
|
|
21117
|
+
"name": "exactActiveClass",
|
|
21118
|
+
"global": false,
|
|
21119
|
+
"description": "Class to apply when the link is exact active",
|
|
21120
|
+
"tags": [],
|
|
21121
|
+
"required": false,
|
|
21122
|
+
"type": "string | undefined",
|
|
21123
|
+
"schema": "string | undefined"
|
|
21124
|
+
},
|
|
21125
|
+
"ariaCurrentValue": {
|
|
21126
|
+
"name": "ariaCurrentValue",
|
|
21127
|
+
"global": false,
|
|
21128
|
+
"description": "Value passed to the attribute `aria-current` when the link is exact active.",
|
|
21129
|
+
"tags": [
|
|
21130
|
+
{
|
|
21131
|
+
"name": "defaultValue",
|
|
21132
|
+
"text": "`'page'`"
|
|
21133
|
+
}
|
|
21134
|
+
],
|
|
21135
|
+
"required": false,
|
|
21136
|
+
"type": "\"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" | undefined",
|
|
21137
|
+
"schema": {
|
|
21138
|
+
"kind": "enum",
|
|
21139
|
+
"type": "\"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" | undefined",
|
|
21140
|
+
"schema": {
|
|
21141
|
+
"0": "undefined",
|
|
21142
|
+
"1": "\"true\"",
|
|
21143
|
+
"2": "\"false\"",
|
|
21144
|
+
"3": "\"page\"",
|
|
21145
|
+
"4": "\"step\"",
|
|
21146
|
+
"5": "\"location\"",
|
|
21147
|
+
"6": "\"date\"",
|
|
21148
|
+
"7": "\"time\""
|
|
21149
|
+
}
|
|
21150
|
+
}
|
|
21151
|
+
},
|
|
21152
|
+
"viewTransition": {
|
|
21153
|
+
"name": "viewTransition",
|
|
21154
|
+
"global": false,
|
|
21155
|
+
"description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
|
|
21156
|
+
"tags": [],
|
|
21157
|
+
"required": false,
|
|
21158
|
+
"type": "boolean | undefined",
|
|
21159
|
+
"schema": "boolean | undefined"
|
|
21160
|
+
},
|
|
21161
|
+
"replace": {
|
|
21162
|
+
"name": "replace",
|
|
21163
|
+
"global": false,
|
|
21164
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
21165
|
+
"tags": [],
|
|
21166
|
+
"required": false,
|
|
21167
|
+
"type": "boolean | undefined",
|
|
21168
|
+
"schema": "boolean | undefined"
|
|
21169
|
+
},
|
|
21170
|
+
"disabled": {
|
|
21171
|
+
"name": "disabled",
|
|
21172
|
+
"global": false,
|
|
21173
|
+
"description": "",
|
|
21174
|
+
"tags": [],
|
|
21175
|
+
"required": false,
|
|
21176
|
+
"type": "boolean | undefined",
|
|
21177
|
+
"schema": "boolean | undefined"
|
|
21178
|
+
},
|
|
21179
|
+
"active": {
|
|
21180
|
+
"name": "active",
|
|
21181
|
+
"global": false,
|
|
21182
|
+
"description": "Force the link to be active independent of the current route.",
|
|
21183
|
+
"tags": [],
|
|
21184
|
+
"required": false,
|
|
21185
|
+
"type": "boolean | undefined",
|
|
21186
|
+
"schema": "boolean | undefined"
|
|
21187
|
+
},
|
|
21188
|
+
"exact": {
|
|
21189
|
+
"name": "exact",
|
|
21190
|
+
"global": false,
|
|
21191
|
+
"description": "Will only be active if the current route is an exact match.",
|
|
21192
|
+
"tags": [],
|
|
21193
|
+
"required": false,
|
|
21194
|
+
"type": "boolean | undefined",
|
|
21195
|
+
"schema": "boolean | undefined"
|
|
21196
|
+
},
|
|
21197
|
+
"exactQuery": {
|
|
21198
|
+
"name": "exactQuery",
|
|
21199
|
+
"global": false,
|
|
21200
|
+
"description": "Allows controlling how the current route query sets the link as active.",
|
|
21201
|
+
"tags": [],
|
|
21202
|
+
"required": false,
|
|
21203
|
+
"type": "boolean | \"partial\" | undefined",
|
|
21204
|
+
"schema": {
|
|
21205
|
+
"kind": "enum",
|
|
21206
|
+
"type": "boolean | \"partial\" | undefined",
|
|
21207
|
+
"schema": {
|
|
21208
|
+
"0": "undefined",
|
|
21209
|
+
"1": "false",
|
|
21210
|
+
"2": "true",
|
|
21211
|
+
"3": "\"partial\""
|
|
21212
|
+
}
|
|
21213
|
+
}
|
|
21214
|
+
},
|
|
21215
|
+
"exactHash": {
|
|
21216
|
+
"name": "exactHash",
|
|
21217
|
+
"global": false,
|
|
21218
|
+
"description": "Will only be active if the current route hash is an exact match.",
|
|
21219
|
+
"tags": [],
|
|
21220
|
+
"required": false,
|
|
21221
|
+
"type": "boolean | undefined",
|
|
21222
|
+
"schema": "boolean | undefined"
|
|
21223
|
+
},
|
|
21224
|
+
"inactiveClass": {
|
|
21225
|
+
"name": "inactiveClass",
|
|
21226
|
+
"global": false,
|
|
21227
|
+
"description": "The class to apply when the link is inactive.",
|
|
21228
|
+
"tags": [],
|
|
21229
|
+
"required": false,
|
|
21230
|
+
"type": "string | undefined",
|
|
21231
|
+
"schema": "string | undefined"
|
|
21232
|
+
},
|
|
21233
|
+
"isAction": {
|
|
21234
|
+
"name": "isAction",
|
|
21235
|
+
"global": false,
|
|
21236
|
+
"description": "When `true`, uses special underlined styling.",
|
|
21237
|
+
"tags": [],
|
|
21238
|
+
"required": false,
|
|
21239
|
+
"type": "boolean | undefined",
|
|
21240
|
+
"schema": "boolean | undefined"
|
|
21241
|
+
},
|
|
21242
|
+
"href": {
|
|
21243
|
+
"name": "href",
|
|
21244
|
+
"global": false,
|
|
21245
|
+
"description": "An alias for `to`. If used with `to`, `href` will be ignored",
|
|
21246
|
+
"tags": [],
|
|
21247
|
+
"required": false,
|
|
21248
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
21249
|
+
"schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
|
|
21250
|
+
},
|
|
21251
|
+
"external": {
|
|
21252
|
+
"name": "external",
|
|
21253
|
+
"global": false,
|
|
21254
|
+
"description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
|
|
21255
|
+
"tags": [],
|
|
21256
|
+
"required": false,
|
|
21257
|
+
"type": "boolean | undefined",
|
|
21258
|
+
"schema": "boolean | undefined"
|
|
21259
|
+
},
|
|
21260
|
+
"target": {
|
|
21261
|
+
"name": "target",
|
|
21262
|
+
"global": false,
|
|
21263
|
+
"description": "Where to display the linked URL as the name for a browsing context.",
|
|
21264
|
+
"tags": [],
|
|
21265
|
+
"required": false,
|
|
21266
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
|
|
21267
|
+
"schema": {
|
|
21268
|
+
"kind": "enum",
|
|
21269
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | (string & {}) | null | undefined",
|
|
21270
|
+
"schema": {
|
|
21271
|
+
"0": "undefined",
|
|
21272
|
+
"1": "null",
|
|
21273
|
+
"2": "\"_blank\"",
|
|
21274
|
+
"3": "\"_parent\"",
|
|
21275
|
+
"4": "\"_self\"",
|
|
21276
|
+
"5": "\"_top\"",
|
|
21277
|
+
"6": {
|
|
21278
|
+
"kind": "object",
|
|
21279
|
+
"type": "string & {}",
|
|
21280
|
+
"schema": {}
|
|
21281
|
+
}
|
|
21282
|
+
}
|
|
21283
|
+
}
|
|
21284
|
+
},
|
|
21285
|
+
"rel": {
|
|
21286
|
+
"name": "rel",
|
|
21287
|
+
"global": false,
|
|
21288
|
+
"description": "A rel attribute value to apply on the link. Defaults to \"noopener noreferrer\" for external links.",
|
|
21289
|
+
"tags": [],
|
|
21290
|
+
"required": false,
|
|
21291
|
+
"type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
|
|
21292
|
+
"schema": {
|
|
21293
|
+
"kind": "enum",
|
|
21294
|
+
"type": "(string & {}) | \"noopener\" | \"noreferrer\" | \"nofollow\" | \"sponsored\" | \"ugc\" | null | undefined",
|
|
21295
|
+
"schema": {
|
|
21296
|
+
"0": "undefined",
|
|
21297
|
+
"1": "null",
|
|
21298
|
+
"2": "string & {}",
|
|
21299
|
+
"3": "\"noopener\"",
|
|
21300
|
+
"4": "\"noreferrer\"",
|
|
21301
|
+
"5": "\"nofollow\"",
|
|
21302
|
+
"6": "\"sponsored\"",
|
|
21303
|
+
"7": "\"ugc\""
|
|
21304
|
+
}
|
|
21305
|
+
}
|
|
21306
|
+
},
|
|
21307
|
+
"noRel": {
|
|
21308
|
+
"name": "noRel",
|
|
21309
|
+
"global": false,
|
|
21310
|
+
"description": "If set to true, no rel attribute will be added to the link",
|
|
21311
|
+
"tags": [],
|
|
21312
|
+
"required": false,
|
|
21313
|
+
"type": "boolean | undefined",
|
|
21314
|
+
"schema": "boolean | undefined"
|
|
21315
|
+
},
|
|
21316
|
+
"prefetchedClass": {
|
|
21317
|
+
"name": "prefetchedClass",
|
|
21318
|
+
"global": false,
|
|
21319
|
+
"description": "A class to apply to links that have been prefetched.",
|
|
21320
|
+
"tags": [],
|
|
21321
|
+
"required": false,
|
|
21322
|
+
"type": "string | undefined",
|
|
21323
|
+
"schema": "string | undefined"
|
|
21324
|
+
},
|
|
21325
|
+
"prefetch": {
|
|
21326
|
+
"name": "prefetch",
|
|
21327
|
+
"global": false,
|
|
21328
|
+
"description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
|
|
21329
|
+
"tags": [],
|
|
21330
|
+
"required": false,
|
|
21331
|
+
"type": "boolean | undefined",
|
|
21332
|
+
"schema": "boolean | undefined"
|
|
21333
|
+
},
|
|
21334
|
+
"prefetchOn": {
|
|
21335
|
+
"name": "prefetchOn",
|
|
21336
|
+
"global": false,
|
|
21337
|
+
"description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
|
|
21338
|
+
"tags": [],
|
|
21339
|
+
"required": false,
|
|
21340
|
+
"type": "\"visibility\" | \"interaction\" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined",
|
|
21341
|
+
"schema": {
|
|
21342
|
+
"kind": "enum",
|
|
21343
|
+
"type": "\"visibility\" | \"interaction\" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined",
|
|
21344
|
+
"schema": {
|
|
21345
|
+
"0": "undefined",
|
|
21346
|
+
"1": "\"visibility\"",
|
|
21347
|
+
"2": "\"interaction\"",
|
|
21348
|
+
"3": "Partial<{ visibility: boolean; interaction: boolean; }>"
|
|
21349
|
+
}
|
|
21350
|
+
}
|
|
21351
|
+
},
|
|
21352
|
+
"noPrefetch": {
|
|
21353
|
+
"name": "noPrefetch",
|
|
21354
|
+
"global": false,
|
|
21355
|
+
"description": "Escape hatch to disable `prefetch` attribute.",
|
|
21356
|
+
"tags": [],
|
|
21357
|
+
"required": false,
|
|
21358
|
+
"type": "boolean | undefined",
|
|
21359
|
+
"schema": "boolean | undefined"
|
|
21360
|
+
}
|
|
21361
|
+
}
|
|
21362
|
+
}
|
|
21363
|
+
}
|
|
21364
|
+
}
|
|
21365
|
+
},
|
|
21366
|
+
{
|
|
21367
|
+
"name": "decrementIcon",
|
|
21368
|
+
"global": false,
|
|
21369
|
+
"description": "The icon displayed to decrement the value.",
|
|
21370
|
+
"tags": [
|
|
21371
|
+
{
|
|
21372
|
+
"name": "defaultValue",
|
|
21373
|
+
"text": "icons.minus = Minus30Icon"
|
|
21374
|
+
}
|
|
21375
|
+
],
|
|
21376
|
+
"required": false,
|
|
21377
|
+
"type": "IconComponent | undefined",
|
|
21378
|
+
"schema": {
|
|
21379
|
+
"kind": "enum",
|
|
21380
|
+
"type": "IconComponent | undefined",
|
|
21381
|
+
"schema": {
|
|
21382
|
+
"0": "undefined",
|
|
21383
|
+
"1": {
|
|
21384
|
+
"kind": "event",
|
|
21385
|
+
"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",
|
|
21386
|
+
"schema": []
|
|
21387
|
+
}
|
|
21388
|
+
}
|
|
21389
|
+
}
|
|
21390
|
+
},
|
|
21391
|
+
{
|
|
21392
|
+
"name": "autofocus",
|
|
21393
|
+
"global": false,
|
|
21394
|
+
"description": "",
|
|
21395
|
+
"tags": [],
|
|
21396
|
+
"required": false,
|
|
21397
|
+
"type": "boolean | undefined",
|
|
21398
|
+
"schema": {
|
|
21399
|
+
"kind": "enum",
|
|
21400
|
+
"type": "boolean | undefined",
|
|
21401
|
+
"schema": {
|
|
21402
|
+
"0": "undefined",
|
|
21403
|
+
"1": "false",
|
|
21404
|
+
"2": "true"
|
|
21405
|
+
}
|
|
21406
|
+
}
|
|
21407
|
+
},
|
|
21408
|
+
{
|
|
21409
|
+
"name": "autofocusDelay",
|
|
21410
|
+
"global": false,
|
|
21411
|
+
"description": "",
|
|
21412
|
+
"tags": [],
|
|
21413
|
+
"required": false,
|
|
21414
|
+
"type": "number | undefined",
|
|
21415
|
+
"schema": {
|
|
21416
|
+
"kind": "enum",
|
|
21417
|
+
"type": "number | undefined",
|
|
21418
|
+
"schema": {
|
|
21419
|
+
"0": "undefined",
|
|
21420
|
+
"1": "number"
|
|
21421
|
+
}
|
|
21422
|
+
}
|
|
21423
|
+
},
|
|
21424
|
+
{
|
|
21425
|
+
"name": "locale",
|
|
21426
|
+
"global": false,
|
|
21427
|
+
"description": "The locale to use for formatting and parsing numbers.",
|
|
21428
|
+
"tags": [
|
|
21429
|
+
{
|
|
21430
|
+
"name": "defaultValue",
|
|
21431
|
+
"text": "B24App.locale.code"
|
|
21432
|
+
}
|
|
21433
|
+
],
|
|
21434
|
+
"required": false,
|
|
21435
|
+
"type": "string | undefined",
|
|
21436
|
+
"schema": {
|
|
21437
|
+
"kind": "enum",
|
|
21438
|
+
"type": "string | undefined",
|
|
21439
|
+
"schema": {
|
|
21440
|
+
"0": "undefined",
|
|
21441
|
+
"1": "string"
|
|
21442
|
+
}
|
|
21443
|
+
}
|
|
21444
|
+
},
|
|
21445
|
+
{
|
|
21446
|
+
"name": "disabled",
|
|
21447
|
+
"global": false,
|
|
21448
|
+
"description": "When `true`, prevents the user from interacting with the Number Field.",
|
|
21449
|
+
"tags": [],
|
|
21450
|
+
"required": false,
|
|
21451
|
+
"type": "boolean | undefined",
|
|
21452
|
+
"schema": {
|
|
21453
|
+
"kind": "enum",
|
|
21454
|
+
"type": "boolean | undefined",
|
|
21455
|
+
"schema": {
|
|
21456
|
+
"0": "undefined",
|
|
21457
|
+
"1": "false",
|
|
21458
|
+
"2": "true"
|
|
21459
|
+
}
|
|
21460
|
+
}
|
|
21461
|
+
},
|
|
21462
|
+
{
|
|
21463
|
+
"name": "step",
|
|
21464
|
+
"global": false,
|
|
21465
|
+
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
21466
|
+
"tags": [],
|
|
21467
|
+
"required": false,
|
|
21468
|
+
"type": "number | undefined",
|
|
21469
|
+
"schema": {
|
|
21470
|
+
"kind": "enum",
|
|
21471
|
+
"type": "number | undefined",
|
|
21472
|
+
"schema": {
|
|
21473
|
+
"0": "undefined",
|
|
21474
|
+
"1": "number"
|
|
21475
|
+
}
|
|
21476
|
+
}
|
|
21477
|
+
},
|
|
21478
|
+
{
|
|
21479
|
+
"name": "name",
|
|
21480
|
+
"global": false,
|
|
21481
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
21482
|
+
"tags": [],
|
|
21483
|
+
"required": false,
|
|
21484
|
+
"type": "string | undefined",
|
|
21485
|
+
"schema": {
|
|
21486
|
+
"kind": "enum",
|
|
21487
|
+
"type": "string | undefined",
|
|
21488
|
+
"schema": {
|
|
21489
|
+
"0": "undefined",
|
|
21490
|
+
"1": "string"
|
|
21491
|
+
}
|
|
21492
|
+
}
|
|
21493
|
+
},
|
|
21494
|
+
{
|
|
21495
|
+
"name": "max",
|
|
21496
|
+
"global": false,
|
|
21497
|
+
"description": "The largest value allowed for the input.",
|
|
21498
|
+
"tags": [],
|
|
21499
|
+
"required": false,
|
|
21500
|
+
"type": "number | undefined",
|
|
21501
|
+
"schema": {
|
|
21502
|
+
"kind": "enum",
|
|
21503
|
+
"type": "number | undefined",
|
|
21504
|
+
"schema": {
|
|
21505
|
+
"0": "undefined",
|
|
21506
|
+
"1": "number"
|
|
21507
|
+
}
|
|
21508
|
+
}
|
|
21509
|
+
},
|
|
21510
|
+
{
|
|
21511
|
+
"name": "required",
|
|
21512
|
+
"global": false,
|
|
21513
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
21514
|
+
"tags": [],
|
|
21515
|
+
"required": false,
|
|
21516
|
+
"type": "boolean | undefined",
|
|
21517
|
+
"schema": {
|
|
21518
|
+
"kind": "enum",
|
|
21519
|
+
"type": "boolean | undefined",
|
|
21520
|
+
"schema": {
|
|
21521
|
+
"0": "undefined",
|
|
21522
|
+
"1": "false",
|
|
21523
|
+
"2": "true"
|
|
21524
|
+
}
|
|
21525
|
+
}
|
|
21526
|
+
},
|
|
21527
|
+
{
|
|
21528
|
+
"name": "id",
|
|
21529
|
+
"global": false,
|
|
21530
|
+
"description": "Id of the element",
|
|
21531
|
+
"tags": [],
|
|
21532
|
+
"required": false,
|
|
21533
|
+
"type": "string | undefined",
|
|
21534
|
+
"schema": {
|
|
21535
|
+
"kind": "enum",
|
|
21536
|
+
"type": "string | undefined",
|
|
21537
|
+
"schema": {
|
|
21538
|
+
"0": "undefined",
|
|
21539
|
+
"1": "string"
|
|
21540
|
+
}
|
|
21541
|
+
}
|
|
21542
|
+
},
|
|
21543
|
+
{
|
|
21544
|
+
"name": "defaultValue",
|
|
21545
|
+
"global": false,
|
|
21546
|
+
"description": "",
|
|
21547
|
+
"tags": [],
|
|
21548
|
+
"required": false,
|
|
21549
|
+
"type": "number | undefined",
|
|
21550
|
+
"schema": {
|
|
21551
|
+
"kind": "enum",
|
|
21552
|
+
"type": "number | undefined",
|
|
21553
|
+
"schema": {
|
|
21554
|
+
"0": "undefined",
|
|
21555
|
+
"1": "number"
|
|
21556
|
+
}
|
|
21557
|
+
}
|
|
21558
|
+
},
|
|
21559
|
+
{
|
|
21560
|
+
"name": "modelValue",
|
|
21561
|
+
"global": false,
|
|
21562
|
+
"description": "",
|
|
21563
|
+
"tags": [],
|
|
21564
|
+
"required": false,
|
|
21565
|
+
"type": "number | null | undefined",
|
|
21566
|
+
"schema": {
|
|
21567
|
+
"kind": "enum",
|
|
21568
|
+
"type": "number | null | undefined",
|
|
21569
|
+
"schema": {
|
|
21570
|
+
"0": "undefined",
|
|
21571
|
+
"1": "null",
|
|
21572
|
+
"2": "number"
|
|
21573
|
+
}
|
|
21574
|
+
}
|
|
21575
|
+
},
|
|
21576
|
+
{
|
|
21577
|
+
"name": "min",
|
|
21578
|
+
"global": false,
|
|
21579
|
+
"description": "The smallest value allowed for the input.",
|
|
21580
|
+
"tags": [],
|
|
21581
|
+
"required": false,
|
|
21582
|
+
"type": "number | undefined",
|
|
21583
|
+
"schema": {
|
|
21584
|
+
"kind": "enum",
|
|
21585
|
+
"type": "number | undefined",
|
|
21586
|
+
"schema": {
|
|
21587
|
+
"0": "undefined",
|
|
21588
|
+
"1": "number"
|
|
21589
|
+
}
|
|
21590
|
+
}
|
|
21591
|
+
},
|
|
21592
|
+
{
|
|
21593
|
+
"name": "formatOptions",
|
|
21594
|
+
"global": false,
|
|
21595
|
+
"description": "Formatting options for the value displayed in the number field. This also affects what characters are allowed to be typed by the user.",
|
|
21596
|
+
"tags": [],
|
|
21597
|
+
"required": false,
|
|
21598
|
+
"type": "NumberFormatOptions | undefined",
|
|
21599
|
+
"schema": {
|
|
21600
|
+
"kind": "enum",
|
|
21601
|
+
"type": "NumberFormatOptions | undefined",
|
|
21602
|
+
"schema": {
|
|
21603
|
+
"0": "undefined",
|
|
21604
|
+
"1": {
|
|
21605
|
+
"kind": "object",
|
|
21606
|
+
"type": "NumberFormatOptions",
|
|
21607
|
+
"schema": {}
|
|
21608
|
+
}
|
|
21609
|
+
}
|
|
21610
|
+
}
|
|
21611
|
+
}
|
|
21612
|
+
],
|
|
21613
|
+
"slots": [
|
|
21614
|
+
{
|
|
21615
|
+
"name": "increment",
|
|
21616
|
+
"type": "{} | undefined",
|
|
21617
|
+
"description": "",
|
|
21618
|
+
"schema": {
|
|
21619
|
+
"kind": "enum",
|
|
21620
|
+
"type": "{} | undefined",
|
|
21621
|
+
"schema": {
|
|
21622
|
+
"0": "undefined",
|
|
21623
|
+
"1": {
|
|
21624
|
+
"kind": "object",
|
|
21625
|
+
"type": "{}",
|
|
21626
|
+
"schema": {}
|
|
21627
|
+
}
|
|
21628
|
+
}
|
|
21629
|
+
}
|
|
21630
|
+
},
|
|
21631
|
+
{
|
|
21632
|
+
"name": "decrement",
|
|
21633
|
+
"type": "{} | undefined",
|
|
21634
|
+
"description": "",
|
|
21635
|
+
"schema": {
|
|
21636
|
+
"kind": "enum",
|
|
21637
|
+
"type": "{} | undefined",
|
|
21638
|
+
"schema": {
|
|
21639
|
+
"0": "undefined",
|
|
21640
|
+
"1": {
|
|
21641
|
+
"kind": "object",
|
|
21642
|
+
"type": "{}",
|
|
21643
|
+
"schema": {}
|
|
21644
|
+
}
|
|
21645
|
+
}
|
|
21646
|
+
}
|
|
21647
|
+
}
|
|
21648
|
+
],
|
|
21649
|
+
"events": [],
|
|
21650
|
+
"exposed": []
|
|
21651
|
+
}
|
|
21652
|
+
},
|
|
19346
21653
|
"B24Kbd": {
|
|
19347
21654
|
"mode": "all",
|
|
19348
21655
|
"prefetch": false,
|
|
@@ -22941,38 +25248,38 @@ const B24UIMeta = {
|
|
|
22941
25248
|
"default": "100"
|
|
22942
25249
|
},
|
|
22943
25250
|
{
|
|
22944
|
-
"name": "
|
|
25251
|
+
"name": "min",
|
|
22945
25252
|
"global": false,
|
|
22946
|
-
"description": "
|
|
25253
|
+
"description": "The minimum value for the range.",
|
|
22947
25254
|
"tags": [],
|
|
22948
25255
|
"required": false,
|
|
22949
|
-
"type": "
|
|
25256
|
+
"type": "number | undefined",
|
|
22950
25257
|
"schema": {
|
|
22951
25258
|
"kind": "enum",
|
|
22952
|
-
"type": "
|
|
25259
|
+
"type": "number | undefined",
|
|
22953
25260
|
"schema": {
|
|
22954
25261
|
"0": "undefined",
|
|
22955
|
-
"1": "
|
|
22956
|
-
"2": "true"
|
|
25262
|
+
"1": "number"
|
|
22957
25263
|
}
|
|
22958
|
-
}
|
|
25264
|
+
},
|
|
25265
|
+
"default": "0"
|
|
22959
25266
|
},
|
|
22960
25267
|
{
|
|
22961
|
-
"name": "
|
|
25268
|
+
"name": "inverted",
|
|
22962
25269
|
"global": false,
|
|
22963
|
-
"description": "
|
|
25270
|
+
"description": "Whether the slider is visually inverted.",
|
|
22964
25271
|
"tags": [],
|
|
22965
25272
|
"required": false,
|
|
22966
|
-
"type": "
|
|
25273
|
+
"type": "boolean | undefined",
|
|
22967
25274
|
"schema": {
|
|
22968
25275
|
"kind": "enum",
|
|
22969
|
-
"type": "
|
|
25276
|
+
"type": "boolean | undefined",
|
|
22970
25277
|
"schema": {
|
|
22971
25278
|
"0": "undefined",
|
|
22972
|
-
"1": "
|
|
25279
|
+
"1": "false",
|
|
25280
|
+
"2": "true"
|
|
22973
25281
|
}
|
|
22974
|
-
}
|
|
22975
|
-
"default": "0"
|
|
25282
|
+
}
|
|
22976
25283
|
},
|
|
22977
25284
|
{
|
|
22978
25285
|
"name": "minStepsBetweenThumbs",
|