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