@bitrix24/b24ui-nuxt 0.6.5 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/meta.d.mts +3187 -765
- package/dist/meta.mjs +3187 -765
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Advice.vue.d.ts +3 -26
- package/dist/runtime/components/Alert.vue.d.ts +7 -22
- package/dist/runtime/components/App.vue.d.ts +2 -2
- package/dist/runtime/components/Avatar.vue.d.ts +4 -25
- package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
- package/dist/runtime/components/Badge.vue.d.ts +3 -24
- package/dist/runtime/components/Button.vue.d.ts +3 -30
- package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
- package/dist/runtime/components/Calendar.vue.d.ts +6 -2
- package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
- package/dist/runtime/components/Chip.vue.d.ts +10 -24
- package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
- package/dist/runtime/components/Container.vue.d.ts +2 -11
- package/dist/runtime/components/Countdown.vue.d.ts +14 -30
- package/dist/runtime/components/DescriptionList.vue +12 -0
- package/dist/runtime/components/DescriptionList.vue.d.ts +12 -36
- package/dist/runtime/components/DropdownMenu.vue.d.ts +6 -24
- package/dist/runtime/components/DropdownMenuContent.vue +4 -0
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
- package/dist/runtime/components/Form.vue.d.ts +5 -2
- package/dist/runtime/components/FormField.vue.d.ts +2 -11
- package/dist/runtime/components/Input.vue.d.ts +16 -31
- package/dist/runtime/components/InputMenu.vue +6 -2
- package/dist/runtime/components/InputMenu.vue.d.ts +17 -3
- package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
- package/dist/runtime/components/Kbd.vue.d.ts +3 -24
- package/dist/runtime/components/Link.vue.d.ts +3 -36
- package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
- package/dist/runtime/components/Modal.vue +11 -9
- package/dist/runtime/components/Modal.vue.d.ts +12 -29
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
- package/dist/runtime/components/Navbar.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/NavigationMenu.vue +4 -0
- package/dist/runtime/components/NavigationMenu.vue.d.ts +6 -20
- package/dist/runtime/components/Popover.vue +9 -6
- package/dist/runtime/components/Popover.vue.d.ts +10 -26
- package/dist/runtime/components/Progress.vue.d.ts +9 -40
- package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
- package/dist/runtime/components/Range.vue.d.ts +12 -31
- package/dist/runtime/components/Select.vue +5 -0
- package/dist/runtime/components/Select.vue.d.ts +10 -2
- package/dist/runtime/components/SelectMenu.vue +5 -1
- package/dist/runtime/components/SelectMenu.vue.d.ts +17 -3
- package/dist/runtime/components/Separator.vue.d.ts +3 -24
- package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
- package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarLayout.vue +4 -0
- package/dist/runtime/components/SidebarLayout.vue.d.ts +8 -29
- package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/Skeleton.vue +8 -1
- package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
- package/dist/runtime/components/Slideover.vue +11 -9
- package/dist/runtime/components/Slideover.vue.d.ts +12 -30
- package/dist/runtime/components/StackedLayout.vue +4 -0
- package/dist/runtime/components/StackedLayout.vue.d.ts +8 -29
- package/dist/runtime/components/Switch.vue.d.ts +10 -13
- package/dist/runtime/components/Tabs.vue.d.ts +4 -20
- package/dist/runtime/components/Textarea.vue.d.ts +16 -33
- package/dist/runtime/components/Toast.vue.d.ts +86 -24
- package/dist/runtime/components/Toaster.vue.d.ts +3 -30
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
- package/dist/runtime/composables/usePortal.js +2 -9
- package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
- package/dist/runtime/prose/A.vue.d.ts +2 -11
- package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
- package/dist/runtime/prose/Code.vue.d.ts +2 -11
- package/dist/runtime/prose/Em.vue.d.ts +2 -11
- package/dist/runtime/prose/H1.vue.d.ts +2 -11
- package/dist/runtime/prose/H2.vue.d.ts +2 -11
- package/dist/runtime/prose/H3.vue.d.ts +2 -11
- package/dist/runtime/prose/H4.vue.d.ts +2 -11
- package/dist/runtime/prose/H5.vue.d.ts +2 -11
- package/dist/runtime/prose/H6.vue.d.ts +2 -11
- package/dist/runtime/prose/Hr.vue.d.ts +1 -10
- package/dist/runtime/prose/Img.vue.d.ts +1 -10
- package/dist/runtime/prose/Li.vue.d.ts +2 -11
- package/dist/runtime/prose/Ol.vue.d.ts +2 -11
- package/dist/runtime/prose/P.vue.d.ts +2 -11
- package/dist/runtime/prose/Pre.vue.d.ts +3 -24
- package/dist/runtime/prose/Strong.vue.d.ts +2 -11
- package/dist/runtime/prose/Table.vue.d.ts +3 -32
- package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
- package/dist/runtime/prose/Td.vue.d.ts +2 -11
- package/dist/runtime/prose/Th.vue.d.ts +2 -11
- package/dist/runtime/prose/Thead.vue.d.ts +2 -11
- package/dist/runtime/prose/Tr.vue.d.ts +2 -11
- package/dist/runtime/prose/Ul.vue.d.ts +2 -11
- package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
- package/package.json +10 -11
package/dist/meta.mjs
CHANGED
|
@@ -21709,6 +21709,1098 @@ const B24UIMeta = {
|
|
|
21709
21709
|
}
|
|
21710
21710
|
}
|
|
21711
21711
|
},
|
|
21712
|
+
{
|
|
21713
|
+
"name": "content-top",
|
|
21714
|
+
"type": "{ item: DescriptionListItem; index: number; }",
|
|
21715
|
+
"description": "",
|
|
21716
|
+
"schema": {
|
|
21717
|
+
"kind": "object",
|
|
21718
|
+
"type": "{ item: DescriptionListItem; index: number; }",
|
|
21719
|
+
"schema": {
|
|
21720
|
+
"item": {
|
|
21721
|
+
"name": "item",
|
|
21722
|
+
"global": false,
|
|
21723
|
+
"description": "",
|
|
21724
|
+
"tags": [],
|
|
21725
|
+
"required": true,
|
|
21726
|
+
"type": "DescriptionListItem",
|
|
21727
|
+
"schema": {
|
|
21728
|
+
"kind": "object",
|
|
21729
|
+
"type": "DescriptionListItem",
|
|
21730
|
+
"schema": {
|
|
21731
|
+
"label": {
|
|
21732
|
+
"name": "label",
|
|
21733
|
+
"global": false,
|
|
21734
|
+
"description": "",
|
|
21735
|
+
"tags": [],
|
|
21736
|
+
"required": false,
|
|
21737
|
+
"type": "string | undefined",
|
|
21738
|
+
"schema": {
|
|
21739
|
+
"kind": "enum",
|
|
21740
|
+
"type": "string | undefined",
|
|
21741
|
+
"schema": {
|
|
21742
|
+
"0": "undefined",
|
|
21743
|
+
"1": "string"
|
|
21744
|
+
}
|
|
21745
|
+
}
|
|
21746
|
+
},
|
|
21747
|
+
"icon": {
|
|
21748
|
+
"name": "icon",
|
|
21749
|
+
"global": false,
|
|
21750
|
+
"description": "Display an icon on the left side.",
|
|
21751
|
+
"tags": [
|
|
21752
|
+
{
|
|
21753
|
+
"name": "IconComponent"
|
|
21754
|
+
}
|
|
21755
|
+
],
|
|
21756
|
+
"required": false,
|
|
21757
|
+
"type": "IconComponent | undefined",
|
|
21758
|
+
"schema": {
|
|
21759
|
+
"kind": "enum",
|
|
21760
|
+
"type": "IconComponent | undefined",
|
|
21761
|
+
"schema": {
|
|
21762
|
+
"0": "undefined",
|
|
21763
|
+
"1": {
|
|
21764
|
+
"kind": "event",
|
|
21765
|
+
"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',
|
|
21766
|
+
"schema": []
|
|
21767
|
+
}
|
|
21768
|
+
}
|
|
21769
|
+
}
|
|
21770
|
+
},
|
|
21771
|
+
"avatar": {
|
|
21772
|
+
"name": "avatar",
|
|
21773
|
+
"global": false,
|
|
21774
|
+
"description": "",
|
|
21775
|
+
"tags": [],
|
|
21776
|
+
"required": false,
|
|
21777
|
+
"type": "AvatarProps | undefined",
|
|
21778
|
+
"schema": {
|
|
21779
|
+
"kind": "enum",
|
|
21780
|
+
"type": "AvatarProps | undefined",
|
|
21781
|
+
"schema": {
|
|
21782
|
+
"0": "undefined",
|
|
21783
|
+
"1": {
|
|
21784
|
+
"kind": "object",
|
|
21785
|
+
"type": "AvatarProps",
|
|
21786
|
+
"schema": {
|
|
21787
|
+
"as": {
|
|
21788
|
+
"name": "as",
|
|
21789
|
+
"global": false,
|
|
21790
|
+
"description": "The element or component this component should render as.",
|
|
21791
|
+
"tags": [
|
|
21792
|
+
{
|
|
21793
|
+
"name": "defaultValue",
|
|
21794
|
+
"text": "'span'"
|
|
21795
|
+
}
|
|
21796
|
+
],
|
|
21797
|
+
"required": false,
|
|
21798
|
+
"type": "any",
|
|
21799
|
+
"schema": "any"
|
|
21800
|
+
},
|
|
21801
|
+
"src": {
|
|
21802
|
+
"name": "src",
|
|
21803
|
+
"global": false,
|
|
21804
|
+
"description": "",
|
|
21805
|
+
"tags": [],
|
|
21806
|
+
"required": false,
|
|
21807
|
+
"type": "string | undefined",
|
|
21808
|
+
"schema": "string | undefined"
|
|
21809
|
+
},
|
|
21810
|
+
"alt": {
|
|
21811
|
+
"name": "alt",
|
|
21812
|
+
"global": false,
|
|
21813
|
+
"description": "",
|
|
21814
|
+
"tags": [],
|
|
21815
|
+
"required": false,
|
|
21816
|
+
"type": "string | undefined",
|
|
21817
|
+
"schema": "string | undefined"
|
|
21818
|
+
},
|
|
21819
|
+
"icon": {
|
|
21820
|
+
"name": "icon",
|
|
21821
|
+
"global": false,
|
|
21822
|
+
"description": "Display an icon on the left side.",
|
|
21823
|
+
"tags": [
|
|
21824
|
+
{
|
|
21825
|
+
"name": "IconComponent"
|
|
21826
|
+
}
|
|
21827
|
+
],
|
|
21828
|
+
"required": false,
|
|
21829
|
+
"type": "IconComponent | undefined",
|
|
21830
|
+
"schema": "IconComponent | undefined"
|
|
21831
|
+
},
|
|
21832
|
+
"text": {
|
|
21833
|
+
"name": "text",
|
|
21834
|
+
"global": false,
|
|
21835
|
+
"description": "",
|
|
21836
|
+
"tags": [],
|
|
21837
|
+
"required": false,
|
|
21838
|
+
"type": "string | undefined",
|
|
21839
|
+
"schema": "string | undefined"
|
|
21840
|
+
},
|
|
21841
|
+
"size": {
|
|
21842
|
+
"name": "size",
|
|
21843
|
+
"global": false,
|
|
21844
|
+
"description": "",
|
|
21845
|
+
"tags": [
|
|
21846
|
+
{
|
|
21847
|
+
"name": "defaultValue",
|
|
21848
|
+
"text": "'md'"
|
|
21849
|
+
}
|
|
21850
|
+
],
|
|
21851
|
+
"required": false,
|
|
21852
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
21853
|
+
"schema": {
|
|
21854
|
+
"kind": "enum",
|
|
21855
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
21856
|
+
"schema": {
|
|
21857
|
+
"0": "undefined",
|
|
21858
|
+
"1": '"lg"',
|
|
21859
|
+
"2": '"md"',
|
|
21860
|
+
"3": '"3xs"',
|
|
21861
|
+
"4": '"2xs"',
|
|
21862
|
+
"5": '"xs"',
|
|
21863
|
+
"6": '"sm"',
|
|
21864
|
+
"7": '"xl"',
|
|
21865
|
+
"8": '"2xl"',
|
|
21866
|
+
"9": '"3xl"'
|
|
21867
|
+
}
|
|
21868
|
+
}
|
|
21869
|
+
},
|
|
21870
|
+
"class": {
|
|
21871
|
+
"name": "class",
|
|
21872
|
+
"global": false,
|
|
21873
|
+
"description": "",
|
|
21874
|
+
"tags": [],
|
|
21875
|
+
"required": false,
|
|
21876
|
+
"type": "any",
|
|
21877
|
+
"schema": "any"
|
|
21878
|
+
},
|
|
21879
|
+
"style": {
|
|
21880
|
+
"name": "style",
|
|
21881
|
+
"global": false,
|
|
21882
|
+
"description": "",
|
|
21883
|
+
"tags": [],
|
|
21884
|
+
"required": false,
|
|
21885
|
+
"type": "any",
|
|
21886
|
+
"schema": "any"
|
|
21887
|
+
},
|
|
21888
|
+
"b24ui": {
|
|
21889
|
+
"name": "b24ui",
|
|
21890
|
+
"global": false,
|
|
21891
|
+
"description": "",
|
|
21892
|
+
"tags": [],
|
|
21893
|
+
"required": false,
|
|
21894
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
21895
|
+
"schema": {
|
|
21896
|
+
"kind": "enum",
|
|
21897
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
21898
|
+
"schema": {
|
|
21899
|
+
"0": "undefined",
|
|
21900
|
+
"1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
|
|
21901
|
+
}
|
|
21902
|
+
}
|
|
21903
|
+
}
|
|
21904
|
+
}
|
|
21905
|
+
}
|
|
21906
|
+
}
|
|
21907
|
+
}
|
|
21908
|
+
},
|
|
21909
|
+
"slot": {
|
|
21910
|
+
"name": "slot",
|
|
21911
|
+
"global": false,
|
|
21912
|
+
"description": "",
|
|
21913
|
+
"tags": [],
|
|
21914
|
+
"required": false,
|
|
21915
|
+
"type": "string | undefined",
|
|
21916
|
+
"schema": "string | undefined"
|
|
21917
|
+
},
|
|
21918
|
+
"description": {
|
|
21919
|
+
"name": "description",
|
|
21920
|
+
"global": false,
|
|
21921
|
+
"description": "",
|
|
21922
|
+
"tags": [],
|
|
21923
|
+
"required": false,
|
|
21924
|
+
"type": "string | undefined",
|
|
21925
|
+
"schema": "string | undefined"
|
|
21926
|
+
},
|
|
21927
|
+
"orientation": {
|
|
21928
|
+
"name": "orientation",
|
|
21929
|
+
"global": false,
|
|
21930
|
+
"description": "The orientation between the content and the actions.",
|
|
21931
|
+
"tags": [
|
|
21932
|
+
{
|
|
21933
|
+
"name": "defaultValue",
|
|
21934
|
+
"text": "'vertical'"
|
|
21935
|
+
}
|
|
21936
|
+
],
|
|
21937
|
+
"required": false,
|
|
21938
|
+
"type": '"vertical" | "horizontal" | undefined',
|
|
21939
|
+
"schema": {
|
|
21940
|
+
"kind": "enum",
|
|
21941
|
+
"type": '"vertical" | "horizontal" | undefined',
|
|
21942
|
+
"schema": {
|
|
21943
|
+
"0": "undefined",
|
|
21944
|
+
"1": '"vertical"',
|
|
21945
|
+
"2": '"horizontal"'
|
|
21946
|
+
}
|
|
21947
|
+
}
|
|
21948
|
+
},
|
|
21949
|
+
"actions": {
|
|
21950
|
+
"name": "actions",
|
|
21951
|
+
"global": false,
|
|
21952
|
+
"description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
|
|
21953
|
+
"tags": [],
|
|
21954
|
+
"required": false,
|
|
21955
|
+
"type": "ButtonProps[] | undefined",
|
|
21956
|
+
"schema": {
|
|
21957
|
+
"kind": "enum",
|
|
21958
|
+
"type": "ButtonProps[] | undefined",
|
|
21959
|
+
"schema": {
|
|
21960
|
+
"0": "undefined",
|
|
21961
|
+
"1": {
|
|
21962
|
+
"kind": "array",
|
|
21963
|
+
"type": "ButtonProps[]",
|
|
21964
|
+
"schema": [
|
|
21965
|
+
{
|
|
21966
|
+
"kind": "object",
|
|
21967
|
+
"type": "ButtonProps",
|
|
21968
|
+
"schema": {
|
|
21969
|
+
"label": {
|
|
21970
|
+
"name": "label",
|
|
21971
|
+
"global": false,
|
|
21972
|
+
"description": "",
|
|
21973
|
+
"tags": [],
|
|
21974
|
+
"required": false,
|
|
21975
|
+
"type": "string | undefined",
|
|
21976
|
+
"schema": "string | undefined"
|
|
21977
|
+
},
|
|
21978
|
+
"color": {
|
|
21979
|
+
"name": "color",
|
|
21980
|
+
"global": false,
|
|
21981
|
+
"description": "",
|
|
21982
|
+
"tags": [
|
|
21983
|
+
{
|
|
21984
|
+
"name": "defaultValue",
|
|
21985
|
+
"text": "'default'"
|
|
21986
|
+
}
|
|
21987
|
+
],
|
|
21988
|
+
"required": false,
|
|
21989
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
21990
|
+
"schema": {
|
|
21991
|
+
"kind": "enum",
|
|
21992
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
21993
|
+
"schema": {
|
|
21994
|
+
"0": "undefined",
|
|
21995
|
+
"1": '"default"',
|
|
21996
|
+
"2": '"danger"',
|
|
21997
|
+
"3": '"success"',
|
|
21998
|
+
"4": '"warning"',
|
|
21999
|
+
"5": '"primary"',
|
|
22000
|
+
"6": '"secondary"',
|
|
22001
|
+
"7": '"collab"',
|
|
22002
|
+
"8": '"ai"',
|
|
22003
|
+
"9": '"link"'
|
|
22004
|
+
}
|
|
22005
|
+
}
|
|
22006
|
+
},
|
|
22007
|
+
"activeColor": {
|
|
22008
|
+
"name": "activeColor",
|
|
22009
|
+
"global": false,
|
|
22010
|
+
"description": "",
|
|
22011
|
+
"tags": [],
|
|
22012
|
+
"required": false,
|
|
22013
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
22014
|
+
"schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
|
|
22015
|
+
},
|
|
22016
|
+
"depth": {
|
|
22017
|
+
"name": "depth",
|
|
22018
|
+
"global": false,
|
|
22019
|
+
"description": "",
|
|
22020
|
+
"tags": [
|
|
22021
|
+
{
|
|
22022
|
+
"name": "defaultValue",
|
|
22023
|
+
"text": "'normal'"
|
|
22024
|
+
}
|
|
22025
|
+
],
|
|
22026
|
+
"required": false,
|
|
22027
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
22028
|
+
"schema": {
|
|
22029
|
+
"kind": "enum",
|
|
22030
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
22031
|
+
"schema": {
|
|
22032
|
+
"0": "undefined",
|
|
22033
|
+
"1": '"light"',
|
|
22034
|
+
"2": '"dark"',
|
|
22035
|
+
"3": '"normal"'
|
|
22036
|
+
}
|
|
22037
|
+
}
|
|
22038
|
+
},
|
|
22039
|
+
"activeDepth": {
|
|
22040
|
+
"name": "activeDepth",
|
|
22041
|
+
"global": false,
|
|
22042
|
+
"description": "",
|
|
22043
|
+
"tags": [],
|
|
22044
|
+
"required": false,
|
|
22045
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
22046
|
+
"schema": '"light" | "dark" | "normal" | undefined'
|
|
22047
|
+
},
|
|
22048
|
+
"size": {
|
|
22049
|
+
"name": "size",
|
|
22050
|
+
"global": false,
|
|
22051
|
+
"description": "",
|
|
22052
|
+
"tags": [
|
|
22053
|
+
{
|
|
22054
|
+
"name": "defaultValue",
|
|
22055
|
+
"text": "'md'"
|
|
22056
|
+
}
|
|
22057
|
+
],
|
|
22058
|
+
"required": false,
|
|
22059
|
+
"type": '"lg" | "md" | "xs" | "sm" | undefined',
|
|
22060
|
+
"schema": {
|
|
22061
|
+
"kind": "enum",
|
|
22062
|
+
"type": '"lg" | "md" | "xs" | "sm" | undefined',
|
|
22063
|
+
"schema": {
|
|
22064
|
+
"0": "undefined",
|
|
22065
|
+
"1": '"lg"',
|
|
22066
|
+
"2": '"md"',
|
|
22067
|
+
"3": '"xs"',
|
|
22068
|
+
"4": '"sm"'
|
|
22069
|
+
}
|
|
22070
|
+
}
|
|
22071
|
+
},
|
|
22072
|
+
"rounded": {
|
|
22073
|
+
"name": "rounded",
|
|
22074
|
+
"global": false,
|
|
22075
|
+
"description": "Rounds the corners of the button",
|
|
22076
|
+
"tags": [
|
|
22077
|
+
{
|
|
22078
|
+
"name": "defaultValue",
|
|
22079
|
+
"text": "false"
|
|
22080
|
+
}
|
|
22081
|
+
],
|
|
22082
|
+
"required": false,
|
|
22083
|
+
"type": "boolean | undefined",
|
|
22084
|
+
"schema": {
|
|
22085
|
+
"kind": "enum",
|
|
22086
|
+
"type": "boolean | undefined",
|
|
22087
|
+
"schema": {
|
|
22088
|
+
"0": "undefined",
|
|
22089
|
+
"1": "false",
|
|
22090
|
+
"2": "true"
|
|
22091
|
+
}
|
|
22092
|
+
}
|
|
22093
|
+
},
|
|
22094
|
+
"block": {
|
|
22095
|
+
"name": "block",
|
|
22096
|
+
"global": false,
|
|
22097
|
+
"description": "Render the button full width",
|
|
22098
|
+
"tags": [
|
|
22099
|
+
{
|
|
22100
|
+
"name": "defaultValue",
|
|
22101
|
+
"text": "false"
|
|
22102
|
+
}
|
|
22103
|
+
],
|
|
22104
|
+
"required": false,
|
|
22105
|
+
"type": "boolean | undefined",
|
|
22106
|
+
"schema": "boolean | undefined"
|
|
22107
|
+
},
|
|
22108
|
+
"loadingAuto": {
|
|
22109
|
+
"name": "loadingAuto",
|
|
22110
|
+
"global": false,
|
|
22111
|
+
"description": "Set loading state automatically based on the `@click` promise state",
|
|
22112
|
+
"tags": [
|
|
22113
|
+
{
|
|
22114
|
+
"name": "defaultValue",
|
|
22115
|
+
"text": "false"
|
|
22116
|
+
}
|
|
22117
|
+
],
|
|
22118
|
+
"required": false,
|
|
22119
|
+
"type": "boolean | undefined",
|
|
22120
|
+
"schema": "boolean | undefined"
|
|
22121
|
+
},
|
|
22122
|
+
"normalCase": {
|
|
22123
|
+
"name": "normalCase",
|
|
22124
|
+
"global": false,
|
|
22125
|
+
"description": "Disable uppercase label",
|
|
22126
|
+
"tags": [
|
|
22127
|
+
{
|
|
22128
|
+
"name": "defaultValue",
|
|
22129
|
+
"text": "false"
|
|
22130
|
+
}
|
|
22131
|
+
],
|
|
22132
|
+
"required": false,
|
|
22133
|
+
"type": "boolean | undefined",
|
|
22134
|
+
"schema": "boolean | undefined"
|
|
22135
|
+
},
|
|
22136
|
+
"useWait": {
|
|
22137
|
+
"name": "useWait",
|
|
22138
|
+
"global": false,
|
|
22139
|
+
"description": "Shows LoaderWaitIcon in loading mode",
|
|
22140
|
+
"tags": [
|
|
22141
|
+
{
|
|
22142
|
+
"name": "defaultValue",
|
|
22143
|
+
"text": "false"
|
|
22144
|
+
}
|
|
22145
|
+
],
|
|
22146
|
+
"required": false,
|
|
22147
|
+
"type": "boolean | undefined",
|
|
22148
|
+
"schema": "boolean | undefined"
|
|
22149
|
+
},
|
|
22150
|
+
"useClock": {
|
|
22151
|
+
"name": "useClock",
|
|
22152
|
+
"global": false,
|
|
22153
|
+
"description": "Shows LoaderClockIcon icon in loading mode",
|
|
22154
|
+
"tags": [
|
|
22155
|
+
{
|
|
22156
|
+
"name": "defaultValue",
|
|
22157
|
+
"text": "false"
|
|
22158
|
+
}
|
|
22159
|
+
],
|
|
22160
|
+
"required": false,
|
|
22161
|
+
"type": "boolean | undefined",
|
|
22162
|
+
"schema": "boolean | undefined"
|
|
22163
|
+
},
|
|
22164
|
+
"useDropdown": {
|
|
22165
|
+
"name": "useDropdown",
|
|
22166
|
+
"global": false,
|
|
22167
|
+
"description": "Shows icons.chevronDown on the right side",
|
|
22168
|
+
"tags": [
|
|
22169
|
+
{
|
|
22170
|
+
"name": "defaultValue",
|
|
22171
|
+
"text": "false"
|
|
22172
|
+
}
|
|
22173
|
+
],
|
|
22174
|
+
"required": false,
|
|
22175
|
+
"type": "boolean | undefined",
|
|
22176
|
+
"schema": "boolean | undefined"
|
|
22177
|
+
},
|
|
22178
|
+
"onClick": {
|
|
22179
|
+
"name": "onClick",
|
|
22180
|
+
"global": false,
|
|
22181
|
+
"description": "",
|
|
22182
|
+
"tags": [],
|
|
22183
|
+
"required": false,
|
|
22184
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
22185
|
+
"schema": {
|
|
22186
|
+
"kind": "enum",
|
|
22187
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
22188
|
+
"schema": {
|
|
22189
|
+
"0": "undefined",
|
|
22190
|
+
"1": {
|
|
22191
|
+
"kind": "event",
|
|
22192
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
22193
|
+
"schema": []
|
|
22194
|
+
},
|
|
22195
|
+
"2": {
|
|
22196
|
+
"kind": "array",
|
|
22197
|
+
"type": "((event: MouseEvent) => void | Promise<void>)[]",
|
|
22198
|
+
"schema": [
|
|
22199
|
+
{
|
|
22200
|
+
"kind": "event",
|
|
22201
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
22202
|
+
"schema": []
|
|
22203
|
+
}
|
|
22204
|
+
]
|
|
22205
|
+
}
|
|
22206
|
+
}
|
|
22207
|
+
}
|
|
22208
|
+
},
|
|
22209
|
+
"class": {
|
|
22210
|
+
"name": "class",
|
|
22211
|
+
"global": false,
|
|
22212
|
+
"description": "",
|
|
22213
|
+
"tags": [],
|
|
22214
|
+
"required": false,
|
|
22215
|
+
"type": "any",
|
|
22216
|
+
"schema": "any"
|
|
22217
|
+
},
|
|
22218
|
+
"activeClass": {
|
|
22219
|
+
"name": "activeClass",
|
|
22220
|
+
"global": false,
|
|
22221
|
+
"description": "The class to apply when the link is active",
|
|
22222
|
+
"tags": [
|
|
22223
|
+
{
|
|
22224
|
+
"name": "defaultValue",
|
|
22225
|
+
"text": "''"
|
|
22226
|
+
}
|
|
22227
|
+
],
|
|
22228
|
+
"required": false,
|
|
22229
|
+
"type": "string | undefined",
|
|
22230
|
+
"schema": "string | undefined"
|
|
22231
|
+
},
|
|
22232
|
+
"inactiveClass": {
|
|
22233
|
+
"name": "inactiveClass",
|
|
22234
|
+
"global": false,
|
|
22235
|
+
"description": "The class to apply when the link is inactive",
|
|
22236
|
+
"tags": [
|
|
22237
|
+
{
|
|
22238
|
+
"name": "defaultValue",
|
|
22239
|
+
"text": "''"
|
|
22240
|
+
}
|
|
22241
|
+
],
|
|
22242
|
+
"required": false,
|
|
22243
|
+
"type": "string | undefined",
|
|
22244
|
+
"schema": "string | undefined"
|
|
22245
|
+
},
|
|
22246
|
+
"b24ui": {
|
|
22247
|
+
"name": "b24ui",
|
|
22248
|
+
"global": false,
|
|
22249
|
+
"description": "",
|
|
22250
|
+
"tags": [],
|
|
22251
|
+
"required": false,
|
|
22252
|
+
"type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
|
|
22253
|
+
"schema": {
|
|
22254
|
+
"kind": "enum",
|
|
22255
|
+
"type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
|
|
22256
|
+
"schema": {
|
|
22257
|
+
"0": "undefined",
|
|
22258
|
+
"1": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; }"
|
|
22259
|
+
}
|
|
22260
|
+
}
|
|
22261
|
+
},
|
|
22262
|
+
"loading": {
|
|
22263
|
+
"name": "loading",
|
|
22264
|
+
"global": false,
|
|
22265
|
+
"description": "When `true`, the loading icon will be displayed.",
|
|
22266
|
+
"tags": [],
|
|
22267
|
+
"required": false,
|
|
22268
|
+
"type": "boolean | undefined",
|
|
22269
|
+
"schema": "boolean | undefined"
|
|
22270
|
+
},
|
|
22271
|
+
"icon": {
|
|
22272
|
+
"name": "icon",
|
|
22273
|
+
"global": false,
|
|
22274
|
+
"description": "Display an icon on the left side.",
|
|
22275
|
+
"tags": [
|
|
22276
|
+
{
|
|
22277
|
+
"name": "defaultValue",
|
|
22278
|
+
"text": "icons.loading"
|
|
22279
|
+
},
|
|
22280
|
+
{
|
|
22281
|
+
"name": "IconComponent"
|
|
22282
|
+
}
|
|
22283
|
+
],
|
|
22284
|
+
"required": false,
|
|
22285
|
+
"type": "IconComponent | undefined",
|
|
22286
|
+
"schema": "IconComponent | undefined"
|
|
22287
|
+
},
|
|
22288
|
+
"avatar": {
|
|
22289
|
+
"name": "avatar",
|
|
22290
|
+
"global": false,
|
|
22291
|
+
"description": "Display an avatar on the left side.",
|
|
22292
|
+
"tags": [],
|
|
22293
|
+
"required": false,
|
|
22294
|
+
"type": "AvatarProps | undefined",
|
|
22295
|
+
"schema": "AvatarProps | undefined"
|
|
22296
|
+
},
|
|
22297
|
+
"as": {
|
|
22298
|
+
"name": "as",
|
|
22299
|
+
"global": false,
|
|
22300
|
+
"description": "The element or component this component should render as when not a link.",
|
|
22301
|
+
"tags": [
|
|
22302
|
+
{
|
|
22303
|
+
"name": "defaultValue",
|
|
22304
|
+
"text": "'button'"
|
|
22305
|
+
}
|
|
22306
|
+
],
|
|
22307
|
+
"required": false,
|
|
22308
|
+
"type": "any",
|
|
22309
|
+
"schema": "any"
|
|
22310
|
+
},
|
|
22311
|
+
"type": {
|
|
22312
|
+
"name": "type",
|
|
22313
|
+
"global": false,
|
|
22314
|
+
"description": "The type of the button when not a link.",
|
|
22315
|
+
"tags": [
|
|
22316
|
+
{
|
|
22317
|
+
"name": "defaultValue",
|
|
22318
|
+
"text": "'button'"
|
|
22319
|
+
}
|
|
22320
|
+
],
|
|
22321
|
+
"required": false,
|
|
22322
|
+
"type": '"reset" | "submit" | "button" | undefined',
|
|
22323
|
+
"schema": {
|
|
22324
|
+
"kind": "enum",
|
|
22325
|
+
"type": '"reset" | "submit" | "button" | undefined',
|
|
22326
|
+
"schema": {
|
|
22327
|
+
"0": "undefined",
|
|
22328
|
+
"1": '"reset"',
|
|
22329
|
+
"2": '"submit"',
|
|
22330
|
+
"3": '"button"'
|
|
22331
|
+
}
|
|
22332
|
+
}
|
|
22333
|
+
},
|
|
22334
|
+
"to": {
|
|
22335
|
+
"name": "to",
|
|
22336
|
+
"global": false,
|
|
22337
|
+
"description": "Route Location the link should navigate to when clicked on.",
|
|
22338
|
+
"tags": [],
|
|
22339
|
+
"required": false,
|
|
22340
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
22341
|
+
"schema": {
|
|
22342
|
+
"kind": "enum",
|
|
22343
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
22344
|
+
"schema": {
|
|
22345
|
+
"0": "undefined",
|
|
22346
|
+
"1": "string",
|
|
22347
|
+
"2": {
|
|
22348
|
+
"kind": "object",
|
|
22349
|
+
"type": "RouteLocationAsRelativeGeneric",
|
|
22350
|
+
"schema": {
|
|
22351
|
+
"name": {
|
|
22352
|
+
"name": "name",
|
|
22353
|
+
"global": false,
|
|
22354
|
+
"description": "",
|
|
22355
|
+
"tags": [],
|
|
22356
|
+
"required": false,
|
|
22357
|
+
"type": "RouteRecordNameGeneric",
|
|
22358
|
+
"schema": {
|
|
22359
|
+
"kind": "enum",
|
|
22360
|
+
"type": "RouteRecordNameGeneric",
|
|
22361
|
+
"schema": {
|
|
22362
|
+
"0": "undefined",
|
|
22363
|
+
"1": "string",
|
|
22364
|
+
"2": "symbol"
|
|
22365
|
+
}
|
|
22366
|
+
}
|
|
22367
|
+
},
|
|
22368
|
+
"params": {
|
|
22369
|
+
"name": "params",
|
|
22370
|
+
"global": false,
|
|
22371
|
+
"description": "",
|
|
22372
|
+
"tags": [],
|
|
22373
|
+
"required": false,
|
|
22374
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
22375
|
+
"schema": {
|
|
22376
|
+
"kind": "enum",
|
|
22377
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
22378
|
+
"schema": {
|
|
22379
|
+
"0": "undefined",
|
|
22380
|
+
"1": "RouteParamsRawGeneric"
|
|
22381
|
+
}
|
|
22382
|
+
}
|
|
22383
|
+
},
|
|
22384
|
+
"path": {
|
|
22385
|
+
"name": "path",
|
|
22386
|
+
"global": false,
|
|
22387
|
+
"description": "A relative path to the current location. This property should be removed",
|
|
22388
|
+
"tags": [],
|
|
22389
|
+
"required": false,
|
|
22390
|
+
"type": "undefined",
|
|
22391
|
+
"schema": "undefined"
|
|
22392
|
+
},
|
|
22393
|
+
"query": {
|
|
22394
|
+
"name": "query",
|
|
22395
|
+
"global": false,
|
|
22396
|
+
"description": "",
|
|
22397
|
+
"tags": [],
|
|
22398
|
+
"required": false,
|
|
22399
|
+
"type": "LocationQueryRaw | undefined",
|
|
22400
|
+
"schema": {
|
|
22401
|
+
"kind": "enum",
|
|
22402
|
+
"type": "LocationQueryRaw | undefined",
|
|
22403
|
+
"schema": {
|
|
22404
|
+
"0": "undefined",
|
|
22405
|
+
"1": "LocationQueryRaw"
|
|
22406
|
+
}
|
|
22407
|
+
}
|
|
22408
|
+
},
|
|
22409
|
+
"hash": {
|
|
22410
|
+
"name": "hash",
|
|
22411
|
+
"global": false,
|
|
22412
|
+
"description": "",
|
|
22413
|
+
"tags": [],
|
|
22414
|
+
"required": false,
|
|
22415
|
+
"type": "string | undefined",
|
|
22416
|
+
"schema": "string | undefined"
|
|
22417
|
+
},
|
|
22418
|
+
"replace": {
|
|
22419
|
+
"name": "replace",
|
|
22420
|
+
"global": false,
|
|
22421
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
22422
|
+
"tags": [],
|
|
22423
|
+
"required": false,
|
|
22424
|
+
"type": "boolean | undefined",
|
|
22425
|
+
"schema": "boolean | undefined"
|
|
22426
|
+
},
|
|
22427
|
+
"force": {
|
|
22428
|
+
"name": "force",
|
|
22429
|
+
"global": false,
|
|
22430
|
+
"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.",
|
|
22431
|
+
"tags": [],
|
|
22432
|
+
"required": false,
|
|
22433
|
+
"type": "boolean | undefined",
|
|
22434
|
+
"schema": "boolean | undefined"
|
|
22435
|
+
},
|
|
22436
|
+
"state": {
|
|
22437
|
+
"name": "state",
|
|
22438
|
+
"global": false,
|
|
22439
|
+
"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",
|
|
22440
|
+
"tags": [],
|
|
22441
|
+
"required": false,
|
|
22442
|
+
"type": "HistoryState | undefined",
|
|
22443
|
+
"schema": {
|
|
22444
|
+
"kind": "enum",
|
|
22445
|
+
"type": "HistoryState | undefined",
|
|
22446
|
+
"schema": {
|
|
22447
|
+
"0": "undefined",
|
|
22448
|
+
"1": {
|
|
22449
|
+
"kind": "object",
|
|
22450
|
+
"type": "HistoryState",
|
|
22451
|
+
"schema": {}
|
|
22452
|
+
}
|
|
22453
|
+
}
|
|
22454
|
+
}
|
|
22455
|
+
}
|
|
22456
|
+
}
|
|
22457
|
+
},
|
|
22458
|
+
"3": {
|
|
22459
|
+
"kind": "object",
|
|
22460
|
+
"type": "RouteLocationAsPathGeneric",
|
|
22461
|
+
"schema": {
|
|
22462
|
+
"path": {
|
|
22463
|
+
"name": "path",
|
|
22464
|
+
"global": false,
|
|
22465
|
+
"description": "Percentage encoded pathname section of the URL.",
|
|
22466
|
+
"tags": [],
|
|
22467
|
+
"required": true,
|
|
22468
|
+
"type": "string",
|
|
22469
|
+
"schema": "string"
|
|
22470
|
+
},
|
|
22471
|
+
"query": {
|
|
22472
|
+
"name": "query",
|
|
22473
|
+
"global": false,
|
|
22474
|
+
"description": "",
|
|
22475
|
+
"tags": [],
|
|
22476
|
+
"required": false,
|
|
22477
|
+
"type": "LocationQueryRaw | undefined",
|
|
22478
|
+
"schema": "LocationQueryRaw | undefined"
|
|
22479
|
+
},
|
|
22480
|
+
"hash": {
|
|
22481
|
+
"name": "hash",
|
|
22482
|
+
"global": false,
|
|
22483
|
+
"description": "",
|
|
22484
|
+
"tags": [],
|
|
22485
|
+
"required": false,
|
|
22486
|
+
"type": "string | undefined",
|
|
22487
|
+
"schema": "string | undefined"
|
|
22488
|
+
},
|
|
22489
|
+
"replace": {
|
|
22490
|
+
"name": "replace",
|
|
22491
|
+
"global": false,
|
|
22492
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
22493
|
+
"tags": [],
|
|
22494
|
+
"required": false,
|
|
22495
|
+
"type": "boolean | undefined",
|
|
22496
|
+
"schema": "boolean | undefined"
|
|
22497
|
+
},
|
|
22498
|
+
"force": {
|
|
22499
|
+
"name": "force",
|
|
22500
|
+
"global": false,
|
|
22501
|
+
"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.",
|
|
22502
|
+
"tags": [],
|
|
22503
|
+
"required": false,
|
|
22504
|
+
"type": "boolean | undefined",
|
|
22505
|
+
"schema": "boolean | undefined"
|
|
22506
|
+
},
|
|
22507
|
+
"state": {
|
|
22508
|
+
"name": "state",
|
|
22509
|
+
"global": false,
|
|
22510
|
+
"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",
|
|
22511
|
+
"tags": [],
|
|
22512
|
+
"required": false,
|
|
22513
|
+
"type": "HistoryState | undefined",
|
|
22514
|
+
"schema": "HistoryState | undefined"
|
|
22515
|
+
}
|
|
22516
|
+
}
|
|
22517
|
+
}
|
|
22518
|
+
}
|
|
22519
|
+
}
|
|
22520
|
+
},
|
|
22521
|
+
"exactActiveClass": {
|
|
22522
|
+
"name": "exactActiveClass",
|
|
22523
|
+
"global": false,
|
|
22524
|
+
"description": "Class to apply when the link is exact active",
|
|
22525
|
+
"tags": [],
|
|
22526
|
+
"required": false,
|
|
22527
|
+
"type": "string | undefined",
|
|
22528
|
+
"schema": "string | undefined"
|
|
22529
|
+
},
|
|
22530
|
+
"ariaCurrentValue": {
|
|
22531
|
+
"name": "ariaCurrentValue",
|
|
22532
|
+
"global": false,
|
|
22533
|
+
"description": "Value passed to the attribute `aria-current` when the link is exact active.",
|
|
22534
|
+
"tags": [
|
|
22535
|
+
{
|
|
22536
|
+
"name": "defaultValue",
|
|
22537
|
+
"text": "`'page'`"
|
|
22538
|
+
}
|
|
22539
|
+
],
|
|
22540
|
+
"required": false,
|
|
22541
|
+
"type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
|
|
22542
|
+
"schema": {
|
|
22543
|
+
"kind": "enum",
|
|
22544
|
+
"type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
|
|
22545
|
+
"schema": {
|
|
22546
|
+
"0": "undefined",
|
|
22547
|
+
"1": '"page"',
|
|
22548
|
+
"2": '"step"',
|
|
22549
|
+
"3": '"location"',
|
|
22550
|
+
"4": '"date"',
|
|
22551
|
+
"5": '"time"',
|
|
22552
|
+
"6": '"true"',
|
|
22553
|
+
"7": '"false"'
|
|
22554
|
+
}
|
|
22555
|
+
}
|
|
22556
|
+
},
|
|
22557
|
+
"viewTransition": {
|
|
22558
|
+
"name": "viewTransition",
|
|
22559
|
+
"global": false,
|
|
22560
|
+
"description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
|
|
22561
|
+
"tags": [],
|
|
22562
|
+
"required": false,
|
|
22563
|
+
"type": "boolean | undefined",
|
|
22564
|
+
"schema": "boolean | undefined"
|
|
22565
|
+
},
|
|
22566
|
+
"replace": {
|
|
22567
|
+
"name": "replace",
|
|
22568
|
+
"global": false,
|
|
22569
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
22570
|
+
"tags": [],
|
|
22571
|
+
"required": false,
|
|
22572
|
+
"type": "boolean | undefined",
|
|
22573
|
+
"schema": "boolean | undefined"
|
|
22574
|
+
},
|
|
22575
|
+
"disabled": {
|
|
22576
|
+
"name": "disabled",
|
|
22577
|
+
"global": false,
|
|
22578
|
+
"description": "",
|
|
22579
|
+
"tags": [],
|
|
22580
|
+
"required": false,
|
|
22581
|
+
"type": "boolean | undefined",
|
|
22582
|
+
"schema": "boolean | undefined"
|
|
22583
|
+
},
|
|
22584
|
+
"active": {
|
|
22585
|
+
"name": "active",
|
|
22586
|
+
"global": false,
|
|
22587
|
+
"description": "Force the link to be active independent of the current route.",
|
|
22588
|
+
"tags": [],
|
|
22589
|
+
"required": false,
|
|
22590
|
+
"type": "boolean | undefined",
|
|
22591
|
+
"schema": "boolean | undefined"
|
|
22592
|
+
},
|
|
22593
|
+
"exact": {
|
|
22594
|
+
"name": "exact",
|
|
22595
|
+
"global": false,
|
|
22596
|
+
"description": "Will only be active if the current route is an exact match.",
|
|
22597
|
+
"tags": [],
|
|
22598
|
+
"required": false,
|
|
22599
|
+
"type": "boolean | undefined",
|
|
22600
|
+
"schema": "boolean | undefined"
|
|
22601
|
+
},
|
|
22602
|
+
"exactQuery": {
|
|
22603
|
+
"name": "exactQuery",
|
|
22604
|
+
"global": false,
|
|
22605
|
+
"description": "Allows controlling how the current route query sets the link as active.",
|
|
22606
|
+
"tags": [],
|
|
22607
|
+
"required": false,
|
|
22608
|
+
"type": 'boolean | "partial" | undefined',
|
|
22609
|
+
"schema": {
|
|
22610
|
+
"kind": "enum",
|
|
22611
|
+
"type": 'boolean | "partial" | undefined',
|
|
22612
|
+
"schema": {
|
|
22613
|
+
"0": "undefined",
|
|
22614
|
+
"1": "false",
|
|
22615
|
+
"2": "true",
|
|
22616
|
+
"3": '"partial"'
|
|
22617
|
+
}
|
|
22618
|
+
}
|
|
22619
|
+
},
|
|
22620
|
+
"exactHash": {
|
|
22621
|
+
"name": "exactHash",
|
|
22622
|
+
"global": false,
|
|
22623
|
+
"description": "Will only be active if the current route hash is an exact match.",
|
|
22624
|
+
"tags": [],
|
|
22625
|
+
"required": false,
|
|
22626
|
+
"type": "boolean | undefined",
|
|
22627
|
+
"schema": "boolean | undefined"
|
|
22628
|
+
},
|
|
22629
|
+
"isAction": {
|
|
22630
|
+
"name": "isAction",
|
|
22631
|
+
"global": false,
|
|
22632
|
+
"description": "When `true`, uses special underlined styling.",
|
|
22633
|
+
"tags": [],
|
|
22634
|
+
"required": false,
|
|
22635
|
+
"type": "boolean | undefined",
|
|
22636
|
+
"schema": "boolean | undefined"
|
|
22637
|
+
},
|
|
22638
|
+
"href": {
|
|
22639
|
+
"name": "href",
|
|
22640
|
+
"global": false,
|
|
22641
|
+
"description": "An alias for `to`. If used with `to`, `href` will be ignored",
|
|
22642
|
+
"tags": [],
|
|
22643
|
+
"required": false,
|
|
22644
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
22645
|
+
"schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
|
|
22646
|
+
},
|
|
22647
|
+
"external": {
|
|
22648
|
+
"name": "external",
|
|
22649
|
+
"global": false,
|
|
22650
|
+
"description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
|
|
22651
|
+
"tags": [],
|
|
22652
|
+
"required": false,
|
|
22653
|
+
"type": "boolean | undefined",
|
|
22654
|
+
"schema": "boolean | undefined"
|
|
22655
|
+
},
|
|
22656
|
+
"target": {
|
|
22657
|
+
"name": "target",
|
|
22658
|
+
"global": false,
|
|
22659
|
+
"description": "Where to display the linked URL as the name for a browsing context.",
|
|
22660
|
+
"tags": [],
|
|
22661
|
+
"required": false,
|
|
22662
|
+
"type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
|
|
22663
|
+
"schema": {
|
|
22664
|
+
"kind": "enum",
|
|
22665
|
+
"type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
|
|
22666
|
+
"schema": {
|
|
22667
|
+
"0": "undefined",
|
|
22668
|
+
"1": "null",
|
|
22669
|
+
"2": '"_blank"',
|
|
22670
|
+
"3": '"_parent"',
|
|
22671
|
+
"4": '"_self"',
|
|
22672
|
+
"5": '"_top"',
|
|
22673
|
+
"6": {
|
|
22674
|
+
"kind": "object",
|
|
22675
|
+
"type": "string & {}",
|
|
22676
|
+
"schema": {}
|
|
22677
|
+
}
|
|
22678
|
+
}
|
|
22679
|
+
}
|
|
22680
|
+
},
|
|
22681
|
+
"rel": {
|
|
22682
|
+
"name": "rel",
|
|
22683
|
+
"global": false,
|
|
22684
|
+
"description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
|
|
22685
|
+
"tags": [],
|
|
22686
|
+
"required": false,
|
|
22687
|
+
"type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
|
|
22688
|
+
"schema": {
|
|
22689
|
+
"kind": "enum",
|
|
22690
|
+
"type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
|
|
22691
|
+
"schema": {
|
|
22692
|
+
"0": "undefined",
|
|
22693
|
+
"1": "null",
|
|
22694
|
+
"2": "string & {}",
|
|
22695
|
+
"3": '"noopener"',
|
|
22696
|
+
"4": '"noreferrer"',
|
|
22697
|
+
"5": '"nofollow"',
|
|
22698
|
+
"6": '"sponsored"',
|
|
22699
|
+
"7": '"ugc"'
|
|
22700
|
+
}
|
|
22701
|
+
}
|
|
22702
|
+
},
|
|
22703
|
+
"noRel": {
|
|
22704
|
+
"name": "noRel",
|
|
22705
|
+
"global": false,
|
|
22706
|
+
"description": "If set to true, no rel attribute will be added to the link",
|
|
22707
|
+
"tags": [],
|
|
22708
|
+
"required": false,
|
|
22709
|
+
"type": "boolean | undefined",
|
|
22710
|
+
"schema": "boolean | undefined"
|
|
22711
|
+
},
|
|
22712
|
+
"prefetchedClass": {
|
|
22713
|
+
"name": "prefetchedClass",
|
|
22714
|
+
"global": false,
|
|
22715
|
+
"description": "A class to apply to links that have been prefetched.",
|
|
22716
|
+
"tags": [],
|
|
22717
|
+
"required": false,
|
|
22718
|
+
"type": "string | undefined",
|
|
22719
|
+
"schema": "string | undefined"
|
|
22720
|
+
},
|
|
22721
|
+
"prefetch": {
|
|
22722
|
+
"name": "prefetch",
|
|
22723
|
+
"global": false,
|
|
22724
|
+
"description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
|
|
22725
|
+
"tags": [],
|
|
22726
|
+
"required": false,
|
|
22727
|
+
"type": "boolean | undefined",
|
|
22728
|
+
"schema": "boolean | undefined"
|
|
22729
|
+
},
|
|
22730
|
+
"prefetchOn": {
|
|
22731
|
+
"name": "prefetchOn",
|
|
22732
|
+
"global": false,
|
|
22733
|
+
"description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
|
|
22734
|
+
"tags": [],
|
|
22735
|
+
"required": false,
|
|
22736
|
+
"type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
|
|
22737
|
+
"schema": {
|
|
22738
|
+
"kind": "enum",
|
|
22739
|
+
"type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
|
|
22740
|
+
"schema": {
|
|
22741
|
+
"0": "undefined",
|
|
22742
|
+
"1": '"visibility"',
|
|
22743
|
+
"2": '"interaction"',
|
|
22744
|
+
"3": "Partial<{ visibility: boolean; interaction: boolean; }>"
|
|
22745
|
+
}
|
|
22746
|
+
}
|
|
22747
|
+
},
|
|
22748
|
+
"noPrefetch": {
|
|
22749
|
+
"name": "noPrefetch",
|
|
22750
|
+
"global": false,
|
|
22751
|
+
"description": "Escape hatch to disable `prefetch` attribute.",
|
|
22752
|
+
"tags": [],
|
|
22753
|
+
"required": false,
|
|
22754
|
+
"type": "boolean | undefined",
|
|
22755
|
+
"schema": "boolean | undefined"
|
|
22756
|
+
}
|
|
22757
|
+
}
|
|
22758
|
+
}
|
|
22759
|
+
]
|
|
22760
|
+
}
|
|
22761
|
+
}
|
|
22762
|
+
}
|
|
22763
|
+
},
|
|
22764
|
+
"class": {
|
|
22765
|
+
"name": "class",
|
|
22766
|
+
"global": false,
|
|
22767
|
+
"description": "",
|
|
22768
|
+
"tags": [],
|
|
22769
|
+
"required": false,
|
|
22770
|
+
"type": "any",
|
|
22771
|
+
"schema": "any"
|
|
22772
|
+
},
|
|
22773
|
+
"b24ui": {
|
|
22774
|
+
"name": "b24ui",
|
|
22775
|
+
"global": false,
|
|
22776
|
+
"description": "",
|
|
22777
|
+
"tags": [],
|
|
22778
|
+
"required": false,
|
|
22779
|
+
"type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
|
|
22780
|
+
"schema": {
|
|
22781
|
+
"kind": "enum",
|
|
22782
|
+
"type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
|
|
22783
|
+
"schema": {
|
|
22784
|
+
"0": "undefined",
|
|
22785
|
+
"1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
|
|
22786
|
+
}
|
|
22787
|
+
}
|
|
22788
|
+
}
|
|
22789
|
+
}
|
|
22790
|
+
}
|
|
22791
|
+
},
|
|
22792
|
+
"index": {
|
|
22793
|
+
"name": "index",
|
|
22794
|
+
"global": false,
|
|
22795
|
+
"description": "",
|
|
22796
|
+
"tags": [],
|
|
22797
|
+
"required": true,
|
|
22798
|
+
"type": "number",
|
|
22799
|
+
"schema": "number"
|
|
22800
|
+
}
|
|
22801
|
+
}
|
|
22802
|
+
}
|
|
22803
|
+
},
|
|
21712
22804
|
{
|
|
21713
22805
|
"name": "content",
|
|
21714
22806
|
"type": "{ item: DescriptionListItem; index: number; }",
|
|
@@ -22801,6 +23893,1098 @@ const B24UIMeta = {
|
|
|
22801
23893
|
}
|
|
22802
23894
|
}
|
|
22803
23895
|
},
|
|
23896
|
+
{
|
|
23897
|
+
"name": "content-bottom",
|
|
23898
|
+
"type": "{ item: DescriptionListItem; index: number; }",
|
|
23899
|
+
"description": "",
|
|
23900
|
+
"schema": {
|
|
23901
|
+
"kind": "object",
|
|
23902
|
+
"type": "{ item: DescriptionListItem; index: number; }",
|
|
23903
|
+
"schema": {
|
|
23904
|
+
"item": {
|
|
23905
|
+
"name": "item",
|
|
23906
|
+
"global": false,
|
|
23907
|
+
"description": "",
|
|
23908
|
+
"tags": [],
|
|
23909
|
+
"required": true,
|
|
23910
|
+
"type": "DescriptionListItem",
|
|
23911
|
+
"schema": {
|
|
23912
|
+
"kind": "object",
|
|
23913
|
+
"type": "DescriptionListItem",
|
|
23914
|
+
"schema": {
|
|
23915
|
+
"label": {
|
|
23916
|
+
"name": "label",
|
|
23917
|
+
"global": false,
|
|
23918
|
+
"description": "",
|
|
23919
|
+
"tags": [],
|
|
23920
|
+
"required": false,
|
|
23921
|
+
"type": "string | undefined",
|
|
23922
|
+
"schema": {
|
|
23923
|
+
"kind": "enum",
|
|
23924
|
+
"type": "string | undefined",
|
|
23925
|
+
"schema": {
|
|
23926
|
+
"0": "undefined",
|
|
23927
|
+
"1": "string"
|
|
23928
|
+
}
|
|
23929
|
+
}
|
|
23930
|
+
},
|
|
23931
|
+
"icon": {
|
|
23932
|
+
"name": "icon",
|
|
23933
|
+
"global": false,
|
|
23934
|
+
"description": "Display an icon on the left side.",
|
|
23935
|
+
"tags": [
|
|
23936
|
+
{
|
|
23937
|
+
"name": "IconComponent"
|
|
23938
|
+
}
|
|
23939
|
+
],
|
|
23940
|
+
"required": false,
|
|
23941
|
+
"type": "IconComponent | undefined",
|
|
23942
|
+
"schema": {
|
|
23943
|
+
"kind": "enum",
|
|
23944
|
+
"type": "IconComponent | undefined",
|
|
23945
|
+
"schema": {
|
|
23946
|
+
"0": "undefined",
|
|
23947
|
+
"1": {
|
|
23948
|
+
"kind": "event",
|
|
23949
|
+
"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',
|
|
23950
|
+
"schema": []
|
|
23951
|
+
}
|
|
23952
|
+
}
|
|
23953
|
+
}
|
|
23954
|
+
},
|
|
23955
|
+
"avatar": {
|
|
23956
|
+
"name": "avatar",
|
|
23957
|
+
"global": false,
|
|
23958
|
+
"description": "",
|
|
23959
|
+
"tags": [],
|
|
23960
|
+
"required": false,
|
|
23961
|
+
"type": "AvatarProps | undefined",
|
|
23962
|
+
"schema": {
|
|
23963
|
+
"kind": "enum",
|
|
23964
|
+
"type": "AvatarProps | undefined",
|
|
23965
|
+
"schema": {
|
|
23966
|
+
"0": "undefined",
|
|
23967
|
+
"1": {
|
|
23968
|
+
"kind": "object",
|
|
23969
|
+
"type": "AvatarProps",
|
|
23970
|
+
"schema": {
|
|
23971
|
+
"as": {
|
|
23972
|
+
"name": "as",
|
|
23973
|
+
"global": false,
|
|
23974
|
+
"description": "The element or component this component should render as.",
|
|
23975
|
+
"tags": [
|
|
23976
|
+
{
|
|
23977
|
+
"name": "defaultValue",
|
|
23978
|
+
"text": "'span'"
|
|
23979
|
+
}
|
|
23980
|
+
],
|
|
23981
|
+
"required": false,
|
|
23982
|
+
"type": "any",
|
|
23983
|
+
"schema": "any"
|
|
23984
|
+
},
|
|
23985
|
+
"src": {
|
|
23986
|
+
"name": "src",
|
|
23987
|
+
"global": false,
|
|
23988
|
+
"description": "",
|
|
23989
|
+
"tags": [],
|
|
23990
|
+
"required": false,
|
|
23991
|
+
"type": "string | undefined",
|
|
23992
|
+
"schema": "string | undefined"
|
|
23993
|
+
},
|
|
23994
|
+
"alt": {
|
|
23995
|
+
"name": "alt",
|
|
23996
|
+
"global": false,
|
|
23997
|
+
"description": "",
|
|
23998
|
+
"tags": [],
|
|
23999
|
+
"required": false,
|
|
24000
|
+
"type": "string | undefined",
|
|
24001
|
+
"schema": "string | undefined"
|
|
24002
|
+
},
|
|
24003
|
+
"icon": {
|
|
24004
|
+
"name": "icon",
|
|
24005
|
+
"global": false,
|
|
24006
|
+
"description": "Display an icon on the left side.",
|
|
24007
|
+
"tags": [
|
|
24008
|
+
{
|
|
24009
|
+
"name": "IconComponent"
|
|
24010
|
+
}
|
|
24011
|
+
],
|
|
24012
|
+
"required": false,
|
|
24013
|
+
"type": "IconComponent | undefined",
|
|
24014
|
+
"schema": "IconComponent | undefined"
|
|
24015
|
+
},
|
|
24016
|
+
"text": {
|
|
24017
|
+
"name": "text",
|
|
24018
|
+
"global": false,
|
|
24019
|
+
"description": "",
|
|
24020
|
+
"tags": [],
|
|
24021
|
+
"required": false,
|
|
24022
|
+
"type": "string | undefined",
|
|
24023
|
+
"schema": "string | undefined"
|
|
24024
|
+
},
|
|
24025
|
+
"size": {
|
|
24026
|
+
"name": "size",
|
|
24027
|
+
"global": false,
|
|
24028
|
+
"description": "",
|
|
24029
|
+
"tags": [
|
|
24030
|
+
{
|
|
24031
|
+
"name": "defaultValue",
|
|
24032
|
+
"text": "'md'"
|
|
24033
|
+
}
|
|
24034
|
+
],
|
|
24035
|
+
"required": false,
|
|
24036
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
24037
|
+
"schema": {
|
|
24038
|
+
"kind": "enum",
|
|
24039
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
24040
|
+
"schema": {
|
|
24041
|
+
"0": "undefined",
|
|
24042
|
+
"1": '"lg"',
|
|
24043
|
+
"2": '"md"',
|
|
24044
|
+
"3": '"3xs"',
|
|
24045
|
+
"4": '"2xs"',
|
|
24046
|
+
"5": '"xs"',
|
|
24047
|
+
"6": '"sm"',
|
|
24048
|
+
"7": '"xl"',
|
|
24049
|
+
"8": '"2xl"',
|
|
24050
|
+
"9": '"3xl"'
|
|
24051
|
+
}
|
|
24052
|
+
}
|
|
24053
|
+
},
|
|
24054
|
+
"class": {
|
|
24055
|
+
"name": "class",
|
|
24056
|
+
"global": false,
|
|
24057
|
+
"description": "",
|
|
24058
|
+
"tags": [],
|
|
24059
|
+
"required": false,
|
|
24060
|
+
"type": "any",
|
|
24061
|
+
"schema": "any"
|
|
24062
|
+
},
|
|
24063
|
+
"style": {
|
|
24064
|
+
"name": "style",
|
|
24065
|
+
"global": false,
|
|
24066
|
+
"description": "",
|
|
24067
|
+
"tags": [],
|
|
24068
|
+
"required": false,
|
|
24069
|
+
"type": "any",
|
|
24070
|
+
"schema": "any"
|
|
24071
|
+
},
|
|
24072
|
+
"b24ui": {
|
|
24073
|
+
"name": "b24ui",
|
|
24074
|
+
"global": false,
|
|
24075
|
+
"description": "",
|
|
24076
|
+
"tags": [],
|
|
24077
|
+
"required": false,
|
|
24078
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
24079
|
+
"schema": {
|
|
24080
|
+
"kind": "enum",
|
|
24081
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
24082
|
+
"schema": {
|
|
24083
|
+
"0": "undefined",
|
|
24084
|
+
"1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
|
|
24085
|
+
}
|
|
24086
|
+
}
|
|
24087
|
+
}
|
|
24088
|
+
}
|
|
24089
|
+
}
|
|
24090
|
+
}
|
|
24091
|
+
}
|
|
24092
|
+
},
|
|
24093
|
+
"slot": {
|
|
24094
|
+
"name": "slot",
|
|
24095
|
+
"global": false,
|
|
24096
|
+
"description": "",
|
|
24097
|
+
"tags": [],
|
|
24098
|
+
"required": false,
|
|
24099
|
+
"type": "string | undefined",
|
|
24100
|
+
"schema": "string | undefined"
|
|
24101
|
+
},
|
|
24102
|
+
"description": {
|
|
24103
|
+
"name": "description",
|
|
24104
|
+
"global": false,
|
|
24105
|
+
"description": "",
|
|
24106
|
+
"tags": [],
|
|
24107
|
+
"required": false,
|
|
24108
|
+
"type": "string | undefined",
|
|
24109
|
+
"schema": "string | undefined"
|
|
24110
|
+
},
|
|
24111
|
+
"orientation": {
|
|
24112
|
+
"name": "orientation",
|
|
24113
|
+
"global": false,
|
|
24114
|
+
"description": "The orientation between the content and the actions.",
|
|
24115
|
+
"tags": [
|
|
24116
|
+
{
|
|
24117
|
+
"name": "defaultValue",
|
|
24118
|
+
"text": "'vertical'"
|
|
24119
|
+
}
|
|
24120
|
+
],
|
|
24121
|
+
"required": false,
|
|
24122
|
+
"type": '"vertical" | "horizontal" | undefined',
|
|
24123
|
+
"schema": {
|
|
24124
|
+
"kind": "enum",
|
|
24125
|
+
"type": '"vertical" | "horizontal" | undefined',
|
|
24126
|
+
"schema": {
|
|
24127
|
+
"0": "undefined",
|
|
24128
|
+
"1": '"vertical"',
|
|
24129
|
+
"2": '"horizontal"'
|
|
24130
|
+
}
|
|
24131
|
+
}
|
|
24132
|
+
},
|
|
24133
|
+
"actions": {
|
|
24134
|
+
"name": "actions",
|
|
24135
|
+
"global": false,
|
|
24136
|
+
"description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
|
|
24137
|
+
"tags": [],
|
|
24138
|
+
"required": false,
|
|
24139
|
+
"type": "ButtonProps[] | undefined",
|
|
24140
|
+
"schema": {
|
|
24141
|
+
"kind": "enum",
|
|
24142
|
+
"type": "ButtonProps[] | undefined",
|
|
24143
|
+
"schema": {
|
|
24144
|
+
"0": "undefined",
|
|
24145
|
+
"1": {
|
|
24146
|
+
"kind": "array",
|
|
24147
|
+
"type": "ButtonProps[]",
|
|
24148
|
+
"schema": [
|
|
24149
|
+
{
|
|
24150
|
+
"kind": "object",
|
|
24151
|
+
"type": "ButtonProps",
|
|
24152
|
+
"schema": {
|
|
24153
|
+
"label": {
|
|
24154
|
+
"name": "label",
|
|
24155
|
+
"global": false,
|
|
24156
|
+
"description": "",
|
|
24157
|
+
"tags": [],
|
|
24158
|
+
"required": false,
|
|
24159
|
+
"type": "string | undefined",
|
|
24160
|
+
"schema": "string | undefined"
|
|
24161
|
+
},
|
|
24162
|
+
"color": {
|
|
24163
|
+
"name": "color",
|
|
24164
|
+
"global": false,
|
|
24165
|
+
"description": "",
|
|
24166
|
+
"tags": [
|
|
24167
|
+
{
|
|
24168
|
+
"name": "defaultValue",
|
|
24169
|
+
"text": "'default'"
|
|
24170
|
+
}
|
|
24171
|
+
],
|
|
24172
|
+
"required": false,
|
|
24173
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
24174
|
+
"schema": {
|
|
24175
|
+
"kind": "enum",
|
|
24176
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
24177
|
+
"schema": {
|
|
24178
|
+
"0": "undefined",
|
|
24179
|
+
"1": '"default"',
|
|
24180
|
+
"2": '"danger"',
|
|
24181
|
+
"3": '"success"',
|
|
24182
|
+
"4": '"warning"',
|
|
24183
|
+
"5": '"primary"',
|
|
24184
|
+
"6": '"secondary"',
|
|
24185
|
+
"7": '"collab"',
|
|
24186
|
+
"8": '"ai"',
|
|
24187
|
+
"9": '"link"'
|
|
24188
|
+
}
|
|
24189
|
+
}
|
|
24190
|
+
},
|
|
24191
|
+
"activeColor": {
|
|
24192
|
+
"name": "activeColor",
|
|
24193
|
+
"global": false,
|
|
24194
|
+
"description": "",
|
|
24195
|
+
"tags": [],
|
|
24196
|
+
"required": false,
|
|
24197
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
24198
|
+
"schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
|
|
24199
|
+
},
|
|
24200
|
+
"depth": {
|
|
24201
|
+
"name": "depth",
|
|
24202
|
+
"global": false,
|
|
24203
|
+
"description": "",
|
|
24204
|
+
"tags": [
|
|
24205
|
+
{
|
|
24206
|
+
"name": "defaultValue",
|
|
24207
|
+
"text": "'normal'"
|
|
24208
|
+
}
|
|
24209
|
+
],
|
|
24210
|
+
"required": false,
|
|
24211
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
24212
|
+
"schema": {
|
|
24213
|
+
"kind": "enum",
|
|
24214
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
24215
|
+
"schema": {
|
|
24216
|
+
"0": "undefined",
|
|
24217
|
+
"1": '"light"',
|
|
24218
|
+
"2": '"dark"',
|
|
24219
|
+
"3": '"normal"'
|
|
24220
|
+
}
|
|
24221
|
+
}
|
|
24222
|
+
},
|
|
24223
|
+
"activeDepth": {
|
|
24224
|
+
"name": "activeDepth",
|
|
24225
|
+
"global": false,
|
|
24226
|
+
"description": "",
|
|
24227
|
+
"tags": [],
|
|
24228
|
+
"required": false,
|
|
24229
|
+
"type": '"light" | "dark" | "normal" | undefined',
|
|
24230
|
+
"schema": '"light" | "dark" | "normal" | undefined'
|
|
24231
|
+
},
|
|
24232
|
+
"size": {
|
|
24233
|
+
"name": "size",
|
|
24234
|
+
"global": false,
|
|
24235
|
+
"description": "",
|
|
24236
|
+
"tags": [
|
|
24237
|
+
{
|
|
24238
|
+
"name": "defaultValue",
|
|
24239
|
+
"text": "'md'"
|
|
24240
|
+
}
|
|
24241
|
+
],
|
|
24242
|
+
"required": false,
|
|
24243
|
+
"type": '"lg" | "md" | "xs" | "sm" | undefined',
|
|
24244
|
+
"schema": {
|
|
24245
|
+
"kind": "enum",
|
|
24246
|
+
"type": '"lg" | "md" | "xs" | "sm" | undefined',
|
|
24247
|
+
"schema": {
|
|
24248
|
+
"0": "undefined",
|
|
24249
|
+
"1": '"lg"',
|
|
24250
|
+
"2": '"md"',
|
|
24251
|
+
"3": '"xs"',
|
|
24252
|
+
"4": '"sm"'
|
|
24253
|
+
}
|
|
24254
|
+
}
|
|
24255
|
+
},
|
|
24256
|
+
"rounded": {
|
|
24257
|
+
"name": "rounded",
|
|
24258
|
+
"global": false,
|
|
24259
|
+
"description": "Rounds the corners of the button",
|
|
24260
|
+
"tags": [
|
|
24261
|
+
{
|
|
24262
|
+
"name": "defaultValue",
|
|
24263
|
+
"text": "false"
|
|
24264
|
+
}
|
|
24265
|
+
],
|
|
24266
|
+
"required": false,
|
|
24267
|
+
"type": "boolean | undefined",
|
|
24268
|
+
"schema": {
|
|
24269
|
+
"kind": "enum",
|
|
24270
|
+
"type": "boolean | undefined",
|
|
24271
|
+
"schema": {
|
|
24272
|
+
"0": "undefined",
|
|
24273
|
+
"1": "false",
|
|
24274
|
+
"2": "true"
|
|
24275
|
+
}
|
|
24276
|
+
}
|
|
24277
|
+
},
|
|
24278
|
+
"block": {
|
|
24279
|
+
"name": "block",
|
|
24280
|
+
"global": false,
|
|
24281
|
+
"description": "Render the button full width",
|
|
24282
|
+
"tags": [
|
|
24283
|
+
{
|
|
24284
|
+
"name": "defaultValue",
|
|
24285
|
+
"text": "false"
|
|
24286
|
+
}
|
|
24287
|
+
],
|
|
24288
|
+
"required": false,
|
|
24289
|
+
"type": "boolean | undefined",
|
|
24290
|
+
"schema": "boolean | undefined"
|
|
24291
|
+
},
|
|
24292
|
+
"loadingAuto": {
|
|
24293
|
+
"name": "loadingAuto",
|
|
24294
|
+
"global": false,
|
|
24295
|
+
"description": "Set loading state automatically based on the `@click` promise state",
|
|
24296
|
+
"tags": [
|
|
24297
|
+
{
|
|
24298
|
+
"name": "defaultValue",
|
|
24299
|
+
"text": "false"
|
|
24300
|
+
}
|
|
24301
|
+
],
|
|
24302
|
+
"required": false,
|
|
24303
|
+
"type": "boolean | undefined",
|
|
24304
|
+
"schema": "boolean | undefined"
|
|
24305
|
+
},
|
|
24306
|
+
"normalCase": {
|
|
24307
|
+
"name": "normalCase",
|
|
24308
|
+
"global": false,
|
|
24309
|
+
"description": "Disable uppercase label",
|
|
24310
|
+
"tags": [
|
|
24311
|
+
{
|
|
24312
|
+
"name": "defaultValue",
|
|
24313
|
+
"text": "false"
|
|
24314
|
+
}
|
|
24315
|
+
],
|
|
24316
|
+
"required": false,
|
|
24317
|
+
"type": "boolean | undefined",
|
|
24318
|
+
"schema": "boolean | undefined"
|
|
24319
|
+
},
|
|
24320
|
+
"useWait": {
|
|
24321
|
+
"name": "useWait",
|
|
24322
|
+
"global": false,
|
|
24323
|
+
"description": "Shows LoaderWaitIcon in loading mode",
|
|
24324
|
+
"tags": [
|
|
24325
|
+
{
|
|
24326
|
+
"name": "defaultValue",
|
|
24327
|
+
"text": "false"
|
|
24328
|
+
}
|
|
24329
|
+
],
|
|
24330
|
+
"required": false,
|
|
24331
|
+
"type": "boolean | undefined",
|
|
24332
|
+
"schema": "boolean | undefined"
|
|
24333
|
+
},
|
|
24334
|
+
"useClock": {
|
|
24335
|
+
"name": "useClock",
|
|
24336
|
+
"global": false,
|
|
24337
|
+
"description": "Shows LoaderClockIcon icon in loading mode",
|
|
24338
|
+
"tags": [
|
|
24339
|
+
{
|
|
24340
|
+
"name": "defaultValue",
|
|
24341
|
+
"text": "false"
|
|
24342
|
+
}
|
|
24343
|
+
],
|
|
24344
|
+
"required": false,
|
|
24345
|
+
"type": "boolean | undefined",
|
|
24346
|
+
"schema": "boolean | undefined"
|
|
24347
|
+
},
|
|
24348
|
+
"useDropdown": {
|
|
24349
|
+
"name": "useDropdown",
|
|
24350
|
+
"global": false,
|
|
24351
|
+
"description": "Shows icons.chevronDown on the right side",
|
|
24352
|
+
"tags": [
|
|
24353
|
+
{
|
|
24354
|
+
"name": "defaultValue",
|
|
24355
|
+
"text": "false"
|
|
24356
|
+
}
|
|
24357
|
+
],
|
|
24358
|
+
"required": false,
|
|
24359
|
+
"type": "boolean | undefined",
|
|
24360
|
+
"schema": "boolean | undefined"
|
|
24361
|
+
},
|
|
24362
|
+
"onClick": {
|
|
24363
|
+
"name": "onClick",
|
|
24364
|
+
"global": false,
|
|
24365
|
+
"description": "",
|
|
24366
|
+
"tags": [],
|
|
24367
|
+
"required": false,
|
|
24368
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
24369
|
+
"schema": {
|
|
24370
|
+
"kind": "enum",
|
|
24371
|
+
"type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
|
|
24372
|
+
"schema": {
|
|
24373
|
+
"0": "undefined",
|
|
24374
|
+
"1": {
|
|
24375
|
+
"kind": "event",
|
|
24376
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
24377
|
+
"schema": []
|
|
24378
|
+
},
|
|
24379
|
+
"2": {
|
|
24380
|
+
"kind": "array",
|
|
24381
|
+
"type": "((event: MouseEvent) => void | Promise<void>)[]",
|
|
24382
|
+
"schema": [
|
|
24383
|
+
{
|
|
24384
|
+
"kind": "event",
|
|
24385
|
+
"type": "(event: MouseEvent): void | Promise<void>",
|
|
24386
|
+
"schema": []
|
|
24387
|
+
}
|
|
24388
|
+
]
|
|
24389
|
+
}
|
|
24390
|
+
}
|
|
24391
|
+
}
|
|
24392
|
+
},
|
|
24393
|
+
"class": {
|
|
24394
|
+
"name": "class",
|
|
24395
|
+
"global": false,
|
|
24396
|
+
"description": "",
|
|
24397
|
+
"tags": [],
|
|
24398
|
+
"required": false,
|
|
24399
|
+
"type": "any",
|
|
24400
|
+
"schema": "any"
|
|
24401
|
+
},
|
|
24402
|
+
"activeClass": {
|
|
24403
|
+
"name": "activeClass",
|
|
24404
|
+
"global": false,
|
|
24405
|
+
"description": "The class to apply when the link is active",
|
|
24406
|
+
"tags": [
|
|
24407
|
+
{
|
|
24408
|
+
"name": "defaultValue",
|
|
24409
|
+
"text": "''"
|
|
24410
|
+
}
|
|
24411
|
+
],
|
|
24412
|
+
"required": false,
|
|
24413
|
+
"type": "string | undefined",
|
|
24414
|
+
"schema": "string | undefined"
|
|
24415
|
+
},
|
|
24416
|
+
"inactiveClass": {
|
|
24417
|
+
"name": "inactiveClass",
|
|
24418
|
+
"global": false,
|
|
24419
|
+
"description": "The class to apply when the link is inactive",
|
|
24420
|
+
"tags": [
|
|
24421
|
+
{
|
|
24422
|
+
"name": "defaultValue",
|
|
24423
|
+
"text": "''"
|
|
24424
|
+
}
|
|
24425
|
+
],
|
|
24426
|
+
"required": false,
|
|
24427
|
+
"type": "string | undefined",
|
|
24428
|
+
"schema": "string | undefined"
|
|
24429
|
+
},
|
|
24430
|
+
"b24ui": {
|
|
24431
|
+
"name": "b24ui",
|
|
24432
|
+
"global": false,
|
|
24433
|
+
"description": "",
|
|
24434
|
+
"tags": [],
|
|
24435
|
+
"required": false,
|
|
24436
|
+
"type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
|
|
24437
|
+
"schema": {
|
|
24438
|
+
"kind": "enum",
|
|
24439
|
+
"type": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; } | undefined",
|
|
24440
|
+
"schema": {
|
|
24441
|
+
"0": "undefined",
|
|
24442
|
+
"1": "{ base?: ClassNameValue; baseLine?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; safeList?: ClassNameValue; }"
|
|
24443
|
+
}
|
|
24444
|
+
}
|
|
24445
|
+
},
|
|
24446
|
+
"loading": {
|
|
24447
|
+
"name": "loading",
|
|
24448
|
+
"global": false,
|
|
24449
|
+
"description": "When `true`, the loading icon will be displayed.",
|
|
24450
|
+
"tags": [],
|
|
24451
|
+
"required": false,
|
|
24452
|
+
"type": "boolean | undefined",
|
|
24453
|
+
"schema": "boolean | undefined"
|
|
24454
|
+
},
|
|
24455
|
+
"icon": {
|
|
24456
|
+
"name": "icon",
|
|
24457
|
+
"global": false,
|
|
24458
|
+
"description": "Display an icon on the left side.",
|
|
24459
|
+
"tags": [
|
|
24460
|
+
{
|
|
24461
|
+
"name": "defaultValue",
|
|
24462
|
+
"text": "icons.loading"
|
|
24463
|
+
},
|
|
24464
|
+
{
|
|
24465
|
+
"name": "IconComponent"
|
|
24466
|
+
}
|
|
24467
|
+
],
|
|
24468
|
+
"required": false,
|
|
24469
|
+
"type": "IconComponent | undefined",
|
|
24470
|
+
"schema": "IconComponent | undefined"
|
|
24471
|
+
},
|
|
24472
|
+
"avatar": {
|
|
24473
|
+
"name": "avatar",
|
|
24474
|
+
"global": false,
|
|
24475
|
+
"description": "Display an avatar on the left side.",
|
|
24476
|
+
"tags": [],
|
|
24477
|
+
"required": false,
|
|
24478
|
+
"type": "AvatarProps | undefined",
|
|
24479
|
+
"schema": "AvatarProps | undefined"
|
|
24480
|
+
},
|
|
24481
|
+
"as": {
|
|
24482
|
+
"name": "as",
|
|
24483
|
+
"global": false,
|
|
24484
|
+
"description": "The element or component this component should render as when not a link.",
|
|
24485
|
+
"tags": [
|
|
24486
|
+
{
|
|
24487
|
+
"name": "defaultValue",
|
|
24488
|
+
"text": "'button'"
|
|
24489
|
+
}
|
|
24490
|
+
],
|
|
24491
|
+
"required": false,
|
|
24492
|
+
"type": "any",
|
|
24493
|
+
"schema": "any"
|
|
24494
|
+
},
|
|
24495
|
+
"type": {
|
|
24496
|
+
"name": "type",
|
|
24497
|
+
"global": false,
|
|
24498
|
+
"description": "The type of the button when not a link.",
|
|
24499
|
+
"tags": [
|
|
24500
|
+
{
|
|
24501
|
+
"name": "defaultValue",
|
|
24502
|
+
"text": "'button'"
|
|
24503
|
+
}
|
|
24504
|
+
],
|
|
24505
|
+
"required": false,
|
|
24506
|
+
"type": '"reset" | "submit" | "button" | undefined',
|
|
24507
|
+
"schema": {
|
|
24508
|
+
"kind": "enum",
|
|
24509
|
+
"type": '"reset" | "submit" | "button" | undefined',
|
|
24510
|
+
"schema": {
|
|
24511
|
+
"0": "undefined",
|
|
24512
|
+
"1": '"reset"',
|
|
24513
|
+
"2": '"submit"',
|
|
24514
|
+
"3": '"button"'
|
|
24515
|
+
}
|
|
24516
|
+
}
|
|
24517
|
+
},
|
|
24518
|
+
"to": {
|
|
24519
|
+
"name": "to",
|
|
24520
|
+
"global": false,
|
|
24521
|
+
"description": "Route Location the link should navigate to when clicked on.",
|
|
24522
|
+
"tags": [],
|
|
24523
|
+
"required": false,
|
|
24524
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
24525
|
+
"schema": {
|
|
24526
|
+
"kind": "enum",
|
|
24527
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
24528
|
+
"schema": {
|
|
24529
|
+
"0": "undefined",
|
|
24530
|
+
"1": "string",
|
|
24531
|
+
"2": {
|
|
24532
|
+
"kind": "object",
|
|
24533
|
+
"type": "RouteLocationAsRelativeGeneric",
|
|
24534
|
+
"schema": {
|
|
24535
|
+
"name": {
|
|
24536
|
+
"name": "name",
|
|
24537
|
+
"global": false,
|
|
24538
|
+
"description": "",
|
|
24539
|
+
"tags": [],
|
|
24540
|
+
"required": false,
|
|
24541
|
+
"type": "RouteRecordNameGeneric",
|
|
24542
|
+
"schema": {
|
|
24543
|
+
"kind": "enum",
|
|
24544
|
+
"type": "RouteRecordNameGeneric",
|
|
24545
|
+
"schema": {
|
|
24546
|
+
"0": "undefined",
|
|
24547
|
+
"1": "string",
|
|
24548
|
+
"2": "symbol"
|
|
24549
|
+
}
|
|
24550
|
+
}
|
|
24551
|
+
},
|
|
24552
|
+
"params": {
|
|
24553
|
+
"name": "params",
|
|
24554
|
+
"global": false,
|
|
24555
|
+
"description": "",
|
|
24556
|
+
"tags": [],
|
|
24557
|
+
"required": false,
|
|
24558
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
24559
|
+
"schema": {
|
|
24560
|
+
"kind": "enum",
|
|
24561
|
+
"type": "RouteParamsRawGeneric | undefined",
|
|
24562
|
+
"schema": {
|
|
24563
|
+
"0": "undefined",
|
|
24564
|
+
"1": "RouteParamsRawGeneric"
|
|
24565
|
+
}
|
|
24566
|
+
}
|
|
24567
|
+
},
|
|
24568
|
+
"path": {
|
|
24569
|
+
"name": "path",
|
|
24570
|
+
"global": false,
|
|
24571
|
+
"description": "A relative path to the current location. This property should be removed",
|
|
24572
|
+
"tags": [],
|
|
24573
|
+
"required": false,
|
|
24574
|
+
"type": "undefined",
|
|
24575
|
+
"schema": "undefined"
|
|
24576
|
+
},
|
|
24577
|
+
"query": {
|
|
24578
|
+
"name": "query",
|
|
24579
|
+
"global": false,
|
|
24580
|
+
"description": "",
|
|
24581
|
+
"tags": [],
|
|
24582
|
+
"required": false,
|
|
24583
|
+
"type": "LocationQueryRaw | undefined",
|
|
24584
|
+
"schema": {
|
|
24585
|
+
"kind": "enum",
|
|
24586
|
+
"type": "LocationQueryRaw | undefined",
|
|
24587
|
+
"schema": {
|
|
24588
|
+
"0": "undefined",
|
|
24589
|
+
"1": "LocationQueryRaw"
|
|
24590
|
+
}
|
|
24591
|
+
}
|
|
24592
|
+
},
|
|
24593
|
+
"hash": {
|
|
24594
|
+
"name": "hash",
|
|
24595
|
+
"global": false,
|
|
24596
|
+
"description": "",
|
|
24597
|
+
"tags": [],
|
|
24598
|
+
"required": false,
|
|
24599
|
+
"type": "string | undefined",
|
|
24600
|
+
"schema": "string | undefined"
|
|
24601
|
+
},
|
|
24602
|
+
"replace": {
|
|
24603
|
+
"name": "replace",
|
|
24604
|
+
"global": false,
|
|
24605
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
24606
|
+
"tags": [],
|
|
24607
|
+
"required": false,
|
|
24608
|
+
"type": "boolean | undefined",
|
|
24609
|
+
"schema": "boolean | undefined"
|
|
24610
|
+
},
|
|
24611
|
+
"force": {
|
|
24612
|
+
"name": "force",
|
|
24613
|
+
"global": false,
|
|
24614
|
+
"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.",
|
|
24615
|
+
"tags": [],
|
|
24616
|
+
"required": false,
|
|
24617
|
+
"type": "boolean | undefined",
|
|
24618
|
+
"schema": "boolean | undefined"
|
|
24619
|
+
},
|
|
24620
|
+
"state": {
|
|
24621
|
+
"name": "state",
|
|
24622
|
+
"global": false,
|
|
24623
|
+
"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",
|
|
24624
|
+
"tags": [],
|
|
24625
|
+
"required": false,
|
|
24626
|
+
"type": "HistoryState | undefined",
|
|
24627
|
+
"schema": {
|
|
24628
|
+
"kind": "enum",
|
|
24629
|
+
"type": "HistoryState | undefined",
|
|
24630
|
+
"schema": {
|
|
24631
|
+
"0": "undefined",
|
|
24632
|
+
"1": {
|
|
24633
|
+
"kind": "object",
|
|
24634
|
+
"type": "HistoryState",
|
|
24635
|
+
"schema": {}
|
|
24636
|
+
}
|
|
24637
|
+
}
|
|
24638
|
+
}
|
|
24639
|
+
}
|
|
24640
|
+
}
|
|
24641
|
+
},
|
|
24642
|
+
"3": {
|
|
24643
|
+
"kind": "object",
|
|
24644
|
+
"type": "RouteLocationAsPathGeneric",
|
|
24645
|
+
"schema": {
|
|
24646
|
+
"path": {
|
|
24647
|
+
"name": "path",
|
|
24648
|
+
"global": false,
|
|
24649
|
+
"description": "Percentage encoded pathname section of the URL.",
|
|
24650
|
+
"tags": [],
|
|
24651
|
+
"required": true,
|
|
24652
|
+
"type": "string",
|
|
24653
|
+
"schema": "string"
|
|
24654
|
+
},
|
|
24655
|
+
"query": {
|
|
24656
|
+
"name": "query",
|
|
24657
|
+
"global": false,
|
|
24658
|
+
"description": "",
|
|
24659
|
+
"tags": [],
|
|
24660
|
+
"required": false,
|
|
24661
|
+
"type": "LocationQueryRaw | undefined",
|
|
24662
|
+
"schema": "LocationQueryRaw | undefined"
|
|
24663
|
+
},
|
|
24664
|
+
"hash": {
|
|
24665
|
+
"name": "hash",
|
|
24666
|
+
"global": false,
|
|
24667
|
+
"description": "",
|
|
24668
|
+
"tags": [],
|
|
24669
|
+
"required": false,
|
|
24670
|
+
"type": "string | undefined",
|
|
24671
|
+
"schema": "string | undefined"
|
|
24672
|
+
},
|
|
24673
|
+
"replace": {
|
|
24674
|
+
"name": "replace",
|
|
24675
|
+
"global": false,
|
|
24676
|
+
"description": "Replace the entry in the history instead of pushing a new entry",
|
|
24677
|
+
"tags": [],
|
|
24678
|
+
"required": false,
|
|
24679
|
+
"type": "boolean | undefined",
|
|
24680
|
+
"schema": "boolean | undefined"
|
|
24681
|
+
},
|
|
24682
|
+
"force": {
|
|
24683
|
+
"name": "force",
|
|
24684
|
+
"global": false,
|
|
24685
|
+
"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.",
|
|
24686
|
+
"tags": [],
|
|
24687
|
+
"required": false,
|
|
24688
|
+
"type": "boolean | undefined",
|
|
24689
|
+
"schema": "boolean | undefined"
|
|
24690
|
+
},
|
|
24691
|
+
"state": {
|
|
24692
|
+
"name": "state",
|
|
24693
|
+
"global": false,
|
|
24694
|
+
"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",
|
|
24695
|
+
"tags": [],
|
|
24696
|
+
"required": false,
|
|
24697
|
+
"type": "HistoryState | undefined",
|
|
24698
|
+
"schema": "HistoryState | undefined"
|
|
24699
|
+
}
|
|
24700
|
+
}
|
|
24701
|
+
}
|
|
24702
|
+
}
|
|
24703
|
+
}
|
|
24704
|
+
},
|
|
24705
|
+
"exactActiveClass": {
|
|
24706
|
+
"name": "exactActiveClass",
|
|
24707
|
+
"global": false,
|
|
24708
|
+
"description": "Class to apply when the link is exact active",
|
|
24709
|
+
"tags": [],
|
|
24710
|
+
"required": false,
|
|
24711
|
+
"type": "string | undefined",
|
|
24712
|
+
"schema": "string | undefined"
|
|
24713
|
+
},
|
|
24714
|
+
"ariaCurrentValue": {
|
|
24715
|
+
"name": "ariaCurrentValue",
|
|
24716
|
+
"global": false,
|
|
24717
|
+
"description": "Value passed to the attribute `aria-current` when the link is exact active.",
|
|
24718
|
+
"tags": [
|
|
24719
|
+
{
|
|
24720
|
+
"name": "defaultValue",
|
|
24721
|
+
"text": "`'page'`"
|
|
24722
|
+
}
|
|
24723
|
+
],
|
|
24724
|
+
"required": false,
|
|
24725
|
+
"type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
|
|
24726
|
+
"schema": {
|
|
24727
|
+
"kind": "enum",
|
|
24728
|
+
"type": '"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined',
|
|
24729
|
+
"schema": {
|
|
24730
|
+
"0": "undefined",
|
|
24731
|
+
"1": '"page"',
|
|
24732
|
+
"2": '"step"',
|
|
24733
|
+
"3": '"location"',
|
|
24734
|
+
"4": '"date"',
|
|
24735
|
+
"5": '"time"',
|
|
24736
|
+
"6": '"true"',
|
|
24737
|
+
"7": '"false"'
|
|
24738
|
+
}
|
|
24739
|
+
}
|
|
24740
|
+
},
|
|
24741
|
+
"viewTransition": {
|
|
24742
|
+
"name": "viewTransition",
|
|
24743
|
+
"global": false,
|
|
24744
|
+
"description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
|
|
24745
|
+
"tags": [],
|
|
24746
|
+
"required": false,
|
|
24747
|
+
"type": "boolean | undefined",
|
|
24748
|
+
"schema": "boolean | undefined"
|
|
24749
|
+
},
|
|
24750
|
+
"replace": {
|
|
24751
|
+
"name": "replace",
|
|
24752
|
+
"global": false,
|
|
24753
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
24754
|
+
"tags": [],
|
|
24755
|
+
"required": false,
|
|
24756
|
+
"type": "boolean | undefined",
|
|
24757
|
+
"schema": "boolean | undefined"
|
|
24758
|
+
},
|
|
24759
|
+
"disabled": {
|
|
24760
|
+
"name": "disabled",
|
|
24761
|
+
"global": false,
|
|
24762
|
+
"description": "",
|
|
24763
|
+
"tags": [],
|
|
24764
|
+
"required": false,
|
|
24765
|
+
"type": "boolean | undefined",
|
|
24766
|
+
"schema": "boolean | undefined"
|
|
24767
|
+
},
|
|
24768
|
+
"active": {
|
|
24769
|
+
"name": "active",
|
|
24770
|
+
"global": false,
|
|
24771
|
+
"description": "Force the link to be active independent of the current route.",
|
|
24772
|
+
"tags": [],
|
|
24773
|
+
"required": false,
|
|
24774
|
+
"type": "boolean | undefined",
|
|
24775
|
+
"schema": "boolean | undefined"
|
|
24776
|
+
},
|
|
24777
|
+
"exact": {
|
|
24778
|
+
"name": "exact",
|
|
24779
|
+
"global": false,
|
|
24780
|
+
"description": "Will only be active if the current route is an exact match.",
|
|
24781
|
+
"tags": [],
|
|
24782
|
+
"required": false,
|
|
24783
|
+
"type": "boolean | undefined",
|
|
24784
|
+
"schema": "boolean | undefined"
|
|
24785
|
+
},
|
|
24786
|
+
"exactQuery": {
|
|
24787
|
+
"name": "exactQuery",
|
|
24788
|
+
"global": false,
|
|
24789
|
+
"description": "Allows controlling how the current route query sets the link as active.",
|
|
24790
|
+
"tags": [],
|
|
24791
|
+
"required": false,
|
|
24792
|
+
"type": 'boolean | "partial" | undefined',
|
|
24793
|
+
"schema": {
|
|
24794
|
+
"kind": "enum",
|
|
24795
|
+
"type": 'boolean | "partial" | undefined',
|
|
24796
|
+
"schema": {
|
|
24797
|
+
"0": "undefined",
|
|
24798
|
+
"1": "false",
|
|
24799
|
+
"2": "true",
|
|
24800
|
+
"3": '"partial"'
|
|
24801
|
+
}
|
|
24802
|
+
}
|
|
24803
|
+
},
|
|
24804
|
+
"exactHash": {
|
|
24805
|
+
"name": "exactHash",
|
|
24806
|
+
"global": false,
|
|
24807
|
+
"description": "Will only be active if the current route hash is an exact match.",
|
|
24808
|
+
"tags": [],
|
|
24809
|
+
"required": false,
|
|
24810
|
+
"type": "boolean | undefined",
|
|
24811
|
+
"schema": "boolean | undefined"
|
|
24812
|
+
},
|
|
24813
|
+
"isAction": {
|
|
24814
|
+
"name": "isAction",
|
|
24815
|
+
"global": false,
|
|
24816
|
+
"description": "When `true`, uses special underlined styling.",
|
|
24817
|
+
"tags": [],
|
|
24818
|
+
"required": false,
|
|
24819
|
+
"type": "boolean | undefined",
|
|
24820
|
+
"schema": "boolean | undefined"
|
|
24821
|
+
},
|
|
24822
|
+
"href": {
|
|
24823
|
+
"name": "href",
|
|
24824
|
+
"global": false,
|
|
24825
|
+
"description": "An alias for `to`. If used with `to`, `href` will be ignored",
|
|
24826
|
+
"tags": [],
|
|
24827
|
+
"required": false,
|
|
24828
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
|
|
24829
|
+
"schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
|
|
24830
|
+
},
|
|
24831
|
+
"external": {
|
|
24832
|
+
"name": "external",
|
|
24833
|
+
"global": false,
|
|
24834
|
+
"description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
|
|
24835
|
+
"tags": [],
|
|
24836
|
+
"required": false,
|
|
24837
|
+
"type": "boolean | undefined",
|
|
24838
|
+
"schema": "boolean | undefined"
|
|
24839
|
+
},
|
|
24840
|
+
"target": {
|
|
24841
|
+
"name": "target",
|
|
24842
|
+
"global": false,
|
|
24843
|
+
"description": "Where to display the linked URL as the name for a browsing context.",
|
|
24844
|
+
"tags": [],
|
|
24845
|
+
"required": false,
|
|
24846
|
+
"type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
|
|
24847
|
+
"schema": {
|
|
24848
|
+
"kind": "enum",
|
|
24849
|
+
"type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
|
|
24850
|
+
"schema": {
|
|
24851
|
+
"0": "undefined",
|
|
24852
|
+
"1": "null",
|
|
24853
|
+
"2": '"_blank"',
|
|
24854
|
+
"3": '"_parent"',
|
|
24855
|
+
"4": '"_self"',
|
|
24856
|
+
"5": '"_top"',
|
|
24857
|
+
"6": {
|
|
24858
|
+
"kind": "object",
|
|
24859
|
+
"type": "string & {}",
|
|
24860
|
+
"schema": {}
|
|
24861
|
+
}
|
|
24862
|
+
}
|
|
24863
|
+
}
|
|
24864
|
+
},
|
|
24865
|
+
"rel": {
|
|
24866
|
+
"name": "rel",
|
|
24867
|
+
"global": false,
|
|
24868
|
+
"description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
|
|
24869
|
+
"tags": [],
|
|
24870
|
+
"required": false,
|
|
24871
|
+
"type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
|
|
24872
|
+
"schema": {
|
|
24873
|
+
"kind": "enum",
|
|
24874
|
+
"type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
|
|
24875
|
+
"schema": {
|
|
24876
|
+
"0": "undefined",
|
|
24877
|
+
"1": "null",
|
|
24878
|
+
"2": "string & {}",
|
|
24879
|
+
"3": '"noopener"',
|
|
24880
|
+
"4": '"noreferrer"',
|
|
24881
|
+
"5": '"nofollow"',
|
|
24882
|
+
"6": '"sponsored"',
|
|
24883
|
+
"7": '"ugc"'
|
|
24884
|
+
}
|
|
24885
|
+
}
|
|
24886
|
+
},
|
|
24887
|
+
"noRel": {
|
|
24888
|
+
"name": "noRel",
|
|
24889
|
+
"global": false,
|
|
24890
|
+
"description": "If set to true, no rel attribute will be added to the link",
|
|
24891
|
+
"tags": [],
|
|
24892
|
+
"required": false,
|
|
24893
|
+
"type": "boolean | undefined",
|
|
24894
|
+
"schema": "boolean | undefined"
|
|
24895
|
+
},
|
|
24896
|
+
"prefetchedClass": {
|
|
24897
|
+
"name": "prefetchedClass",
|
|
24898
|
+
"global": false,
|
|
24899
|
+
"description": "A class to apply to links that have been prefetched.",
|
|
24900
|
+
"tags": [],
|
|
24901
|
+
"required": false,
|
|
24902
|
+
"type": "string | undefined",
|
|
24903
|
+
"schema": "string | undefined"
|
|
24904
|
+
},
|
|
24905
|
+
"prefetch": {
|
|
24906
|
+
"name": "prefetch",
|
|
24907
|
+
"global": false,
|
|
24908
|
+
"description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
|
|
24909
|
+
"tags": [],
|
|
24910
|
+
"required": false,
|
|
24911
|
+
"type": "boolean | undefined",
|
|
24912
|
+
"schema": "boolean | undefined"
|
|
24913
|
+
},
|
|
24914
|
+
"prefetchOn": {
|
|
24915
|
+
"name": "prefetchOn",
|
|
24916
|
+
"global": false,
|
|
24917
|
+
"description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
|
|
24918
|
+
"tags": [],
|
|
24919
|
+
"required": false,
|
|
24920
|
+
"type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
|
|
24921
|
+
"schema": {
|
|
24922
|
+
"kind": "enum",
|
|
24923
|
+
"type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
|
|
24924
|
+
"schema": {
|
|
24925
|
+
"0": "undefined",
|
|
24926
|
+
"1": '"visibility"',
|
|
24927
|
+
"2": '"interaction"',
|
|
24928
|
+
"3": "Partial<{ visibility: boolean; interaction: boolean; }>"
|
|
24929
|
+
}
|
|
24930
|
+
}
|
|
24931
|
+
},
|
|
24932
|
+
"noPrefetch": {
|
|
24933
|
+
"name": "noPrefetch",
|
|
24934
|
+
"global": false,
|
|
24935
|
+
"description": "Escape hatch to disable `prefetch` attribute.",
|
|
24936
|
+
"tags": [],
|
|
24937
|
+
"required": false,
|
|
24938
|
+
"type": "boolean | undefined",
|
|
24939
|
+
"schema": "boolean | undefined"
|
|
24940
|
+
}
|
|
24941
|
+
}
|
|
24942
|
+
}
|
|
24943
|
+
]
|
|
24944
|
+
}
|
|
24945
|
+
}
|
|
24946
|
+
}
|
|
24947
|
+
},
|
|
24948
|
+
"class": {
|
|
24949
|
+
"name": "class",
|
|
24950
|
+
"global": false,
|
|
24951
|
+
"description": "",
|
|
24952
|
+
"tags": [],
|
|
24953
|
+
"required": false,
|
|
24954
|
+
"type": "any",
|
|
24955
|
+
"schema": "any"
|
|
24956
|
+
},
|
|
24957
|
+
"b24ui": {
|
|
24958
|
+
"name": "b24ui",
|
|
24959
|
+
"global": false,
|
|
24960
|
+
"description": "",
|
|
24961
|
+
"tags": [],
|
|
24962
|
+
"required": false,
|
|
24963
|
+
"type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
|
|
24964
|
+
"schema": {
|
|
24965
|
+
"kind": "enum",
|
|
24966
|
+
"type": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; } | undefined",
|
|
24967
|
+
"schema": {
|
|
24968
|
+
"0": "undefined",
|
|
24969
|
+
"1": "{ root?: ClassNameValue; legend?: ClassNameValue; text?: ClassNameValue; container?: ClassNameValue; labelWrapper?: ClassNameValue; ... 7 more ...; footer?: ClassNameValue; }"
|
|
24970
|
+
}
|
|
24971
|
+
}
|
|
24972
|
+
}
|
|
24973
|
+
}
|
|
24974
|
+
}
|
|
24975
|
+
},
|
|
24976
|
+
"index": {
|
|
24977
|
+
"name": "index",
|
|
24978
|
+
"global": false,
|
|
24979
|
+
"description": "",
|
|
24980
|
+
"tags": [],
|
|
24981
|
+
"required": true,
|
|
24982
|
+
"type": "number",
|
|
24983
|
+
"schema": "number"
|
|
24984
|
+
}
|
|
24985
|
+
}
|
|
24986
|
+
}
|
|
24987
|
+
},
|
|
22804
24988
|
{
|
|
22805
24989
|
"name": "footer",
|
|
22806
24990
|
"type": "{ b24ui: any; } | undefined",
|
|
@@ -30959,6 +33143,40 @@ const B24UIMeta = {
|
|
|
30959
33143
|
}
|
|
30960
33144
|
}
|
|
30961
33145
|
}
|
|
33146
|
+
},
|
|
33147
|
+
{
|
|
33148
|
+
"name": "content-top",
|
|
33149
|
+
"type": "{} | undefined",
|
|
33150
|
+
"description": "",
|
|
33151
|
+
"schema": {
|
|
33152
|
+
"kind": "enum",
|
|
33153
|
+
"type": "{} | undefined",
|
|
33154
|
+
"schema": {
|
|
33155
|
+
"0": "undefined",
|
|
33156
|
+
"1": {
|
|
33157
|
+
"kind": "object",
|
|
33158
|
+
"type": "{}",
|
|
33159
|
+
"schema": {}
|
|
33160
|
+
}
|
|
33161
|
+
}
|
|
33162
|
+
}
|
|
33163
|
+
},
|
|
33164
|
+
{
|
|
33165
|
+
"name": "content-bottom",
|
|
33166
|
+
"type": "{} | undefined",
|
|
33167
|
+
"description": "",
|
|
33168
|
+
"schema": {
|
|
33169
|
+
"kind": "enum",
|
|
33170
|
+
"type": "{} | undefined",
|
|
33171
|
+
"schema": {
|
|
33172
|
+
"0": "undefined",
|
|
33173
|
+
"1": {
|
|
33174
|
+
"kind": "object",
|
|
33175
|
+
"type": "{}",
|
|
33176
|
+
"schema": {}
|
|
33177
|
+
}
|
|
33178
|
+
}
|
|
33179
|
+
}
|
|
30962
33180
|
}
|
|
30963
33181
|
],
|
|
30964
33182
|
"events": [],
|
|
@@ -39520,6 +41738,40 @@ const B24UIMeta = {
|
|
|
39520
41738
|
}
|
|
39521
41739
|
}
|
|
39522
41740
|
},
|
|
41741
|
+
{
|
|
41742
|
+
"name": "content-top",
|
|
41743
|
+
"type": "{} | undefined",
|
|
41744
|
+
"description": "",
|
|
41745
|
+
"schema": {
|
|
41746
|
+
"kind": "enum",
|
|
41747
|
+
"type": "{} | undefined",
|
|
41748
|
+
"schema": {
|
|
41749
|
+
"0": "undefined",
|
|
41750
|
+
"1": {
|
|
41751
|
+
"kind": "object",
|
|
41752
|
+
"type": "{}",
|
|
41753
|
+
"schema": {}
|
|
41754
|
+
}
|
|
41755
|
+
}
|
|
41756
|
+
}
|
|
41757
|
+
},
|
|
41758
|
+
{
|
|
41759
|
+
"name": "content-bottom",
|
|
41760
|
+
"type": "{} | undefined",
|
|
41761
|
+
"description": "",
|
|
41762
|
+
"schema": {
|
|
41763
|
+
"kind": "enum",
|
|
41764
|
+
"type": "{} | undefined",
|
|
41765
|
+
"schema": {
|
|
41766
|
+
"0": "undefined",
|
|
41767
|
+
"1": {
|
|
41768
|
+
"kind": "object",
|
|
41769
|
+
"type": "{}",
|
|
41770
|
+
"schema": {}
|
|
41771
|
+
}
|
|
41772
|
+
}
|
|
41773
|
+
}
|
|
41774
|
+
},
|
|
39523
41775
|
{
|
|
39524
41776
|
"name": "create-item-label",
|
|
39525
41777
|
"type": "{ item: string; }",
|
|
@@ -51539,6 +53791,40 @@ const B24UIMeta = {
|
|
|
51539
53791
|
}
|
|
51540
53792
|
}
|
|
51541
53793
|
}
|
|
53794
|
+
},
|
|
53795
|
+
{
|
|
53796
|
+
"name": "list-leading",
|
|
53797
|
+
"type": "{} | undefined",
|
|
53798
|
+
"description": "",
|
|
53799
|
+
"schema": {
|
|
53800
|
+
"kind": "enum",
|
|
53801
|
+
"type": "{} | undefined",
|
|
53802
|
+
"schema": {
|
|
53803
|
+
"0": "undefined",
|
|
53804
|
+
"1": {
|
|
53805
|
+
"kind": "object",
|
|
53806
|
+
"type": "{}",
|
|
53807
|
+
"schema": {}
|
|
53808
|
+
}
|
|
53809
|
+
}
|
|
53810
|
+
}
|
|
53811
|
+
},
|
|
53812
|
+
{
|
|
53813
|
+
"name": "list-trailing",
|
|
53814
|
+
"type": "{} | undefined",
|
|
53815
|
+
"description": "",
|
|
53816
|
+
"schema": {
|
|
53817
|
+
"kind": "enum",
|
|
53818
|
+
"type": "{} | undefined",
|
|
53819
|
+
"schema": {
|
|
53820
|
+
"0": "undefined",
|
|
53821
|
+
"1": {
|
|
53822
|
+
"kind": "object",
|
|
53823
|
+
"type": "{}",
|
|
53824
|
+
"schema": {}
|
|
53825
|
+
}
|
|
53826
|
+
}
|
|
53827
|
+
}
|
|
51542
53828
|
}
|
|
51543
53829
|
],
|
|
51544
53830
|
"events": [],
|
|
@@ -56021,7 +58307,494 @@ const B24UIMeta = {
|
|
|
56021
58307
|
}
|
|
56022
58308
|
},
|
|
56023
58309
|
{
|
|
56024
|
-
"name": "item-leading",
|
|
58310
|
+
"name": "item-leading",
|
|
58311
|
+
"type": "{ item: SelectItem; index: number; }",
|
|
58312
|
+
"description": "",
|
|
58313
|
+
"schema": {
|
|
58314
|
+
"kind": "object",
|
|
58315
|
+
"type": "{ item: SelectItem; index: number; }",
|
|
58316
|
+
"schema": {
|
|
58317
|
+
"item": {
|
|
58318
|
+
"name": "item",
|
|
58319
|
+
"global": false,
|
|
58320
|
+
"description": "",
|
|
58321
|
+
"tags": [],
|
|
58322
|
+
"required": true,
|
|
58323
|
+
"type": "SelectItem",
|
|
58324
|
+
"schema": {
|
|
58325
|
+
"kind": "enum",
|
|
58326
|
+
"type": "SelectItem",
|
|
58327
|
+
"schema": {
|
|
58328
|
+
"0": "null",
|
|
58329
|
+
"1": "string",
|
|
58330
|
+
"2": "number",
|
|
58331
|
+
"3": "false",
|
|
58332
|
+
"4": "true",
|
|
58333
|
+
"5": {
|
|
58334
|
+
"kind": "object",
|
|
58335
|
+
"type": "SelectItemBase",
|
|
58336
|
+
"schema": {
|
|
58337
|
+
"label": {
|
|
58338
|
+
"name": "label",
|
|
58339
|
+
"global": false,
|
|
58340
|
+
"description": "",
|
|
58341
|
+
"tags": [],
|
|
58342
|
+
"required": false,
|
|
58343
|
+
"type": "string | undefined",
|
|
58344
|
+
"schema": {
|
|
58345
|
+
"kind": "enum",
|
|
58346
|
+
"type": "string | undefined",
|
|
58347
|
+
"schema": {
|
|
58348
|
+
"0": "undefined",
|
|
58349
|
+
"1": "string"
|
|
58350
|
+
}
|
|
58351
|
+
}
|
|
58352
|
+
},
|
|
58353
|
+
"icon": {
|
|
58354
|
+
"name": "icon",
|
|
58355
|
+
"global": false,
|
|
58356
|
+
"description": "Display an icon on the left side.",
|
|
58357
|
+
"tags": [
|
|
58358
|
+
{
|
|
58359
|
+
"name": "IconComponent"
|
|
58360
|
+
}
|
|
58361
|
+
],
|
|
58362
|
+
"required": false,
|
|
58363
|
+
"type": "IconComponent | undefined",
|
|
58364
|
+
"schema": {
|
|
58365
|
+
"kind": "enum",
|
|
58366
|
+
"type": "IconComponent | undefined",
|
|
58367
|
+
"schema": {
|
|
58368
|
+
"0": "undefined",
|
|
58369
|
+
"1": {
|
|
58370
|
+
"kind": "event",
|
|
58371
|
+
"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',
|
|
58372
|
+
"schema": []
|
|
58373
|
+
}
|
|
58374
|
+
}
|
|
58375
|
+
}
|
|
58376
|
+
},
|
|
58377
|
+
"avatar": {
|
|
58378
|
+
"name": "avatar",
|
|
58379
|
+
"global": false,
|
|
58380
|
+
"description": "",
|
|
58381
|
+
"tags": [],
|
|
58382
|
+
"required": false,
|
|
58383
|
+
"type": "AvatarProps | undefined",
|
|
58384
|
+
"schema": {
|
|
58385
|
+
"kind": "enum",
|
|
58386
|
+
"type": "AvatarProps | undefined",
|
|
58387
|
+
"schema": {
|
|
58388
|
+
"0": "undefined",
|
|
58389
|
+
"1": {
|
|
58390
|
+
"kind": "object",
|
|
58391
|
+
"type": "AvatarProps",
|
|
58392
|
+
"schema": {
|
|
58393
|
+
"as": {
|
|
58394
|
+
"name": "as",
|
|
58395
|
+
"global": false,
|
|
58396
|
+
"description": "The element or component this component should render as.",
|
|
58397
|
+
"tags": [
|
|
58398
|
+
{
|
|
58399
|
+
"name": "defaultValue",
|
|
58400
|
+
"text": "'span'"
|
|
58401
|
+
}
|
|
58402
|
+
],
|
|
58403
|
+
"required": false,
|
|
58404
|
+
"type": "any",
|
|
58405
|
+
"schema": "any"
|
|
58406
|
+
},
|
|
58407
|
+
"src": {
|
|
58408
|
+
"name": "src",
|
|
58409
|
+
"global": false,
|
|
58410
|
+
"description": "",
|
|
58411
|
+
"tags": [],
|
|
58412
|
+
"required": false,
|
|
58413
|
+
"type": "string | undefined",
|
|
58414
|
+
"schema": "string | undefined"
|
|
58415
|
+
},
|
|
58416
|
+
"alt": {
|
|
58417
|
+
"name": "alt",
|
|
58418
|
+
"global": false,
|
|
58419
|
+
"description": "",
|
|
58420
|
+
"tags": [],
|
|
58421
|
+
"required": false,
|
|
58422
|
+
"type": "string | undefined",
|
|
58423
|
+
"schema": "string | undefined"
|
|
58424
|
+
},
|
|
58425
|
+
"icon": {
|
|
58426
|
+
"name": "icon",
|
|
58427
|
+
"global": false,
|
|
58428
|
+
"description": "Display an icon on the left side.",
|
|
58429
|
+
"tags": [
|
|
58430
|
+
{
|
|
58431
|
+
"name": "IconComponent"
|
|
58432
|
+
}
|
|
58433
|
+
],
|
|
58434
|
+
"required": false,
|
|
58435
|
+
"type": "IconComponent | undefined",
|
|
58436
|
+
"schema": "IconComponent | undefined"
|
|
58437
|
+
},
|
|
58438
|
+
"text": {
|
|
58439
|
+
"name": "text",
|
|
58440
|
+
"global": false,
|
|
58441
|
+
"description": "",
|
|
58442
|
+
"tags": [],
|
|
58443
|
+
"required": false,
|
|
58444
|
+
"type": "string | undefined",
|
|
58445
|
+
"schema": "string | undefined"
|
|
58446
|
+
},
|
|
58447
|
+
"size": {
|
|
58448
|
+
"name": "size",
|
|
58449
|
+
"global": false,
|
|
58450
|
+
"description": "",
|
|
58451
|
+
"tags": [
|
|
58452
|
+
{
|
|
58453
|
+
"name": "defaultValue",
|
|
58454
|
+
"text": "'md'"
|
|
58455
|
+
}
|
|
58456
|
+
],
|
|
58457
|
+
"required": false,
|
|
58458
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
58459
|
+
"schema": {
|
|
58460
|
+
"kind": "enum",
|
|
58461
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
58462
|
+
"schema": {
|
|
58463
|
+
"0": "undefined",
|
|
58464
|
+
"1": '"lg"',
|
|
58465
|
+
"2": '"md"',
|
|
58466
|
+
"3": '"3xs"',
|
|
58467
|
+
"4": '"2xs"',
|
|
58468
|
+
"5": '"xs"',
|
|
58469
|
+
"6": '"sm"',
|
|
58470
|
+
"7": '"xl"',
|
|
58471
|
+
"8": '"2xl"',
|
|
58472
|
+
"9": '"3xl"'
|
|
58473
|
+
}
|
|
58474
|
+
}
|
|
58475
|
+
},
|
|
58476
|
+
"class": {
|
|
58477
|
+
"name": "class",
|
|
58478
|
+
"global": false,
|
|
58479
|
+
"description": "",
|
|
58480
|
+
"tags": [],
|
|
58481
|
+
"required": false,
|
|
58482
|
+
"type": "any",
|
|
58483
|
+
"schema": "any"
|
|
58484
|
+
},
|
|
58485
|
+
"style": {
|
|
58486
|
+
"name": "style",
|
|
58487
|
+
"global": false,
|
|
58488
|
+
"description": "",
|
|
58489
|
+
"tags": [],
|
|
58490
|
+
"required": false,
|
|
58491
|
+
"type": "any",
|
|
58492
|
+
"schema": "any"
|
|
58493
|
+
},
|
|
58494
|
+
"b24ui": {
|
|
58495
|
+
"name": "b24ui",
|
|
58496
|
+
"global": false,
|
|
58497
|
+
"description": "",
|
|
58498
|
+
"tags": [],
|
|
58499
|
+
"required": false,
|
|
58500
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
58501
|
+
"schema": {
|
|
58502
|
+
"kind": "enum",
|
|
58503
|
+
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
58504
|
+
"schema": {
|
|
58505
|
+
"0": "undefined",
|
|
58506
|
+
"1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
|
|
58507
|
+
}
|
|
58508
|
+
}
|
|
58509
|
+
}
|
|
58510
|
+
}
|
|
58511
|
+
}
|
|
58512
|
+
}
|
|
58513
|
+
}
|
|
58514
|
+
},
|
|
58515
|
+
"color": {
|
|
58516
|
+
"name": "color",
|
|
58517
|
+
"global": false,
|
|
58518
|
+
"description": "",
|
|
58519
|
+
"tags": [],
|
|
58520
|
+
"required": false,
|
|
58521
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
|
|
58522
|
+
"schema": {
|
|
58523
|
+
"kind": "enum",
|
|
58524
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
|
|
58525
|
+
"schema": {
|
|
58526
|
+
"0": "undefined",
|
|
58527
|
+
"1": '"default"',
|
|
58528
|
+
"2": '"danger"',
|
|
58529
|
+
"3": '"success"',
|
|
58530
|
+
"4": '"warning"',
|
|
58531
|
+
"5": '"primary"',
|
|
58532
|
+
"6": '"secondary"',
|
|
58533
|
+
"7": '"collab"',
|
|
58534
|
+
"8": '"ai"'
|
|
58535
|
+
}
|
|
58536
|
+
}
|
|
58537
|
+
},
|
|
58538
|
+
"chip": {
|
|
58539
|
+
"name": "chip",
|
|
58540
|
+
"global": false,
|
|
58541
|
+
"description": "",
|
|
58542
|
+
"tags": [],
|
|
58543
|
+
"required": false,
|
|
58544
|
+
"type": "ChipProps | undefined",
|
|
58545
|
+
"schema": {
|
|
58546
|
+
"kind": "enum",
|
|
58547
|
+
"type": "ChipProps | undefined",
|
|
58548
|
+
"schema": {
|
|
58549
|
+
"0": "undefined",
|
|
58550
|
+
"1": {
|
|
58551
|
+
"kind": "object",
|
|
58552
|
+
"type": "ChipProps",
|
|
58553
|
+
"schema": {
|
|
58554
|
+
"as": {
|
|
58555
|
+
"name": "as",
|
|
58556
|
+
"global": false,
|
|
58557
|
+
"description": "The element or component this component should render as.",
|
|
58558
|
+
"tags": [
|
|
58559
|
+
{
|
|
58560
|
+
"name": "defaultValue",
|
|
58561
|
+
"text": "'div'"
|
|
58562
|
+
}
|
|
58563
|
+
],
|
|
58564
|
+
"required": false,
|
|
58565
|
+
"type": "any",
|
|
58566
|
+
"schema": "any"
|
|
58567
|
+
},
|
|
58568
|
+
"text": {
|
|
58569
|
+
"name": "text",
|
|
58570
|
+
"global": false,
|
|
58571
|
+
"description": "Display some text inside the chip.",
|
|
58572
|
+
"tags": [],
|
|
58573
|
+
"required": false,
|
|
58574
|
+
"type": "string | number | undefined",
|
|
58575
|
+
"schema": {
|
|
58576
|
+
"kind": "enum",
|
|
58577
|
+
"type": "string | number | undefined",
|
|
58578
|
+
"schema": {
|
|
58579
|
+
"0": "undefined",
|
|
58580
|
+
"1": "string",
|
|
58581
|
+
"2": "number"
|
|
58582
|
+
}
|
|
58583
|
+
}
|
|
58584
|
+
},
|
|
58585
|
+
"color": {
|
|
58586
|
+
"name": "color",
|
|
58587
|
+
"global": false,
|
|
58588
|
+
"description": "",
|
|
58589
|
+
"tags": [
|
|
58590
|
+
{
|
|
58591
|
+
"name": "defaultValue",
|
|
58592
|
+
"text": "'danger'"
|
|
58593
|
+
}
|
|
58594
|
+
],
|
|
58595
|
+
"required": false,
|
|
58596
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
58597
|
+
"schema": {
|
|
58598
|
+
"kind": "enum",
|
|
58599
|
+
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
58600
|
+
"schema": {
|
|
58601
|
+
"0": "undefined",
|
|
58602
|
+
"1": '"default"',
|
|
58603
|
+
"2": '"danger"',
|
|
58604
|
+
"3": '"success"',
|
|
58605
|
+
"4": '"warning"',
|
|
58606
|
+
"5": '"primary"',
|
|
58607
|
+
"6": '"secondary"',
|
|
58608
|
+
"7": '"collab"',
|
|
58609
|
+
"8": '"ai"',
|
|
58610
|
+
"9": '"link"'
|
|
58611
|
+
}
|
|
58612
|
+
}
|
|
58613
|
+
},
|
|
58614
|
+
"size": {
|
|
58615
|
+
"name": "size",
|
|
58616
|
+
"global": false,
|
|
58617
|
+
"description": "",
|
|
58618
|
+
"tags": [
|
|
58619
|
+
{
|
|
58620
|
+
"name": "defaultValue",
|
|
58621
|
+
"text": "'sm'"
|
|
58622
|
+
}
|
|
58623
|
+
],
|
|
58624
|
+
"required": false,
|
|
58625
|
+
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
58626
|
+
"schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
|
|
58627
|
+
},
|
|
58628
|
+
"position": {
|
|
58629
|
+
"name": "position",
|
|
58630
|
+
"global": false,
|
|
58631
|
+
"description": "The position of the chip.",
|
|
58632
|
+
"tags": [
|
|
58633
|
+
{
|
|
58634
|
+
"name": "defaultValue",
|
|
58635
|
+
"text": "'top-right'"
|
|
58636
|
+
}
|
|
58637
|
+
],
|
|
58638
|
+
"required": false,
|
|
58639
|
+
"type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
|
|
58640
|
+
"schema": {
|
|
58641
|
+
"kind": "enum",
|
|
58642
|
+
"type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
|
|
58643
|
+
"schema": {
|
|
58644
|
+
"0": "undefined",
|
|
58645
|
+
"1": '"top-left"',
|
|
58646
|
+
"2": '"top-right"',
|
|
58647
|
+
"3": '"bottom-left"',
|
|
58648
|
+
"4": '"bottom-right"'
|
|
58649
|
+
}
|
|
58650
|
+
}
|
|
58651
|
+
},
|
|
58652
|
+
"inset": {
|
|
58653
|
+
"name": "inset",
|
|
58654
|
+
"global": false,
|
|
58655
|
+
"description": "When `true`, keep the chip inside the component for rounded elements",
|
|
58656
|
+
"tags": [
|
|
58657
|
+
{
|
|
58658
|
+
"name": "defaultValue",
|
|
58659
|
+
"text": "false"
|
|
58660
|
+
}
|
|
58661
|
+
],
|
|
58662
|
+
"required": false,
|
|
58663
|
+
"type": "boolean | undefined",
|
|
58664
|
+
"schema": {
|
|
58665
|
+
"kind": "enum",
|
|
58666
|
+
"type": "boolean | undefined",
|
|
58667
|
+
"schema": {
|
|
58668
|
+
"0": "undefined",
|
|
58669
|
+
"1": "false",
|
|
58670
|
+
"2": "true"
|
|
58671
|
+
}
|
|
58672
|
+
}
|
|
58673
|
+
},
|
|
58674
|
+
"standalone": {
|
|
58675
|
+
"name": "standalone",
|
|
58676
|
+
"global": false,
|
|
58677
|
+
"description": "When `true`, render the chip relatively to the parent.",
|
|
58678
|
+
"tags": [
|
|
58679
|
+
{
|
|
58680
|
+
"name": "defaultValue",
|
|
58681
|
+
"text": "false"
|
|
58682
|
+
}
|
|
58683
|
+
],
|
|
58684
|
+
"required": false,
|
|
58685
|
+
"type": "boolean | undefined",
|
|
58686
|
+
"schema": "boolean | undefined"
|
|
58687
|
+
},
|
|
58688
|
+
"class": {
|
|
58689
|
+
"name": "class",
|
|
58690
|
+
"global": false,
|
|
58691
|
+
"description": "",
|
|
58692
|
+
"tags": [],
|
|
58693
|
+
"required": false,
|
|
58694
|
+
"type": "any",
|
|
58695
|
+
"schema": "any"
|
|
58696
|
+
},
|
|
58697
|
+
"b24ui": {
|
|
58698
|
+
"name": "b24ui",
|
|
58699
|
+
"global": false,
|
|
58700
|
+
"description": "",
|
|
58701
|
+
"tags": [],
|
|
58702
|
+
"required": false,
|
|
58703
|
+
"type": "{ root?: ClassNameValue; base?: ClassNameValue; } | undefined",
|
|
58704
|
+
"schema": {
|
|
58705
|
+
"kind": "enum",
|
|
58706
|
+
"type": "{ root?: ClassNameValue; base?: ClassNameValue; } | undefined",
|
|
58707
|
+
"schema": {
|
|
58708
|
+
"0": "undefined",
|
|
58709
|
+
"1": "{ root?: ClassNameValue; base?: ClassNameValue; }"
|
|
58710
|
+
}
|
|
58711
|
+
}
|
|
58712
|
+
}
|
|
58713
|
+
}
|
|
58714
|
+
}
|
|
58715
|
+
}
|
|
58716
|
+
}
|
|
58717
|
+
},
|
|
58718
|
+
"type": {
|
|
58719
|
+
"name": "type",
|
|
58720
|
+
"global": false,
|
|
58721
|
+
"description": "The item type.",
|
|
58722
|
+
"tags": [
|
|
58723
|
+
{
|
|
58724
|
+
"name": "defaultValue",
|
|
58725
|
+
"text": "'item'"
|
|
58726
|
+
}
|
|
58727
|
+
],
|
|
58728
|
+
"required": false,
|
|
58729
|
+
"type": '"label" | "separator" | "item" | undefined',
|
|
58730
|
+
"schema": {
|
|
58731
|
+
"kind": "enum",
|
|
58732
|
+
"type": '"label" | "separator" | "item" | undefined',
|
|
58733
|
+
"schema": {
|
|
58734
|
+
"0": "undefined",
|
|
58735
|
+
"1": '"label"',
|
|
58736
|
+
"2": '"separator"',
|
|
58737
|
+
"3": '"item"'
|
|
58738
|
+
}
|
|
58739
|
+
}
|
|
58740
|
+
},
|
|
58741
|
+
"value": {
|
|
58742
|
+
"name": "value",
|
|
58743
|
+
"global": false,
|
|
58744
|
+
"description": "",
|
|
58745
|
+
"tags": [],
|
|
58746
|
+
"required": false,
|
|
58747
|
+
"type": "string | number | undefined",
|
|
58748
|
+
"schema": "string | number | undefined"
|
|
58749
|
+
},
|
|
58750
|
+
"disabled": {
|
|
58751
|
+
"name": "disabled",
|
|
58752
|
+
"global": false,
|
|
58753
|
+
"description": "",
|
|
58754
|
+
"tags": [],
|
|
58755
|
+
"required": false,
|
|
58756
|
+
"type": "boolean | undefined",
|
|
58757
|
+
"schema": "boolean | undefined"
|
|
58758
|
+
},
|
|
58759
|
+
"onSelect": {
|
|
58760
|
+
"name": "onSelect",
|
|
58761
|
+
"global": false,
|
|
58762
|
+
"description": "",
|
|
58763
|
+
"tags": [],
|
|
58764
|
+
"required": false,
|
|
58765
|
+
"type": "((e?: Event | undefined) => void) | undefined",
|
|
58766
|
+
"schema": {
|
|
58767
|
+
"kind": "enum",
|
|
58768
|
+
"type": "((e?: Event | undefined) => void) | undefined",
|
|
58769
|
+
"schema": {
|
|
58770
|
+
"0": "undefined",
|
|
58771
|
+
"1": {
|
|
58772
|
+
"kind": "event",
|
|
58773
|
+
"type": "(e?: Event | undefined): void",
|
|
58774
|
+
"schema": []
|
|
58775
|
+
}
|
|
58776
|
+
}
|
|
58777
|
+
}
|
|
58778
|
+
}
|
|
58779
|
+
}
|
|
58780
|
+
}
|
|
58781
|
+
}
|
|
58782
|
+
}
|
|
58783
|
+
},
|
|
58784
|
+
"index": {
|
|
58785
|
+
"name": "index",
|
|
58786
|
+
"global": false,
|
|
58787
|
+
"description": "",
|
|
58788
|
+
"tags": [],
|
|
58789
|
+
"required": true,
|
|
58790
|
+
"type": "number",
|
|
58791
|
+
"schema": "number"
|
|
58792
|
+
}
|
|
58793
|
+
}
|
|
58794
|
+
}
|
|
58795
|
+
},
|
|
58796
|
+
{
|
|
58797
|
+
"name": "item-label",
|
|
56025
58798
|
"type": "{ item: SelectItem; index: number; }",
|
|
56026
58799
|
"description": "",
|
|
56027
58800
|
"schema": {
|
|
@@ -56508,7 +59281,7 @@ const B24UIMeta = {
|
|
|
56508
59281
|
}
|
|
56509
59282
|
},
|
|
56510
59283
|
{
|
|
56511
|
-
"name": "item-
|
|
59284
|
+
"name": "item-trailing",
|
|
56512
59285
|
"type": "{ item: SelectItem; index: number; }",
|
|
56513
59286
|
"description": "",
|
|
56514
59287
|
"schema": {
|
|
@@ -56995,488 +59768,35 @@ const B24UIMeta = {
|
|
|
56995
59768
|
}
|
|
56996
59769
|
},
|
|
56997
59770
|
{
|
|
56998
|
-
"name": "
|
|
56999
|
-
"type": "{
|
|
59771
|
+
"name": "content-top",
|
|
59772
|
+
"type": "{} | undefined",
|
|
57000
59773
|
"description": "",
|
|
57001
59774
|
"schema": {
|
|
57002
|
-
"kind": "
|
|
57003
|
-
"type": "{
|
|
59775
|
+
"kind": "enum",
|
|
59776
|
+
"type": "{} | undefined",
|
|
57004
59777
|
"schema": {
|
|
57005
|
-
"
|
|
57006
|
-
|
|
57007
|
-
"
|
|
57008
|
-
"
|
|
57009
|
-
"
|
|
57010
|
-
|
|
57011
|
-
|
|
57012
|
-
|
|
57013
|
-
|
|
57014
|
-
|
|
57015
|
-
|
|
57016
|
-
|
|
57017
|
-
|
|
57018
|
-
|
|
57019
|
-
|
|
57020
|
-
|
|
57021
|
-
|
|
57022
|
-
|
|
57023
|
-
|
|
57024
|
-
|
|
57025
|
-
|
|
57026
|
-
|
|
57027
|
-
"global": false,
|
|
57028
|
-
"description": "",
|
|
57029
|
-
"tags": [],
|
|
57030
|
-
"required": false,
|
|
57031
|
-
"type": "string | undefined",
|
|
57032
|
-
"schema": {
|
|
57033
|
-
"kind": "enum",
|
|
57034
|
-
"type": "string | undefined",
|
|
57035
|
-
"schema": {
|
|
57036
|
-
"0": "undefined",
|
|
57037
|
-
"1": "string"
|
|
57038
|
-
}
|
|
57039
|
-
}
|
|
57040
|
-
},
|
|
57041
|
-
"icon": {
|
|
57042
|
-
"name": "icon",
|
|
57043
|
-
"global": false,
|
|
57044
|
-
"description": "Display an icon on the left side.",
|
|
57045
|
-
"tags": [
|
|
57046
|
-
{
|
|
57047
|
-
"name": "IconComponent"
|
|
57048
|
-
}
|
|
57049
|
-
],
|
|
57050
|
-
"required": false,
|
|
57051
|
-
"type": "IconComponent | undefined",
|
|
57052
|
-
"schema": {
|
|
57053
|
-
"kind": "enum",
|
|
57054
|
-
"type": "IconComponent | undefined",
|
|
57055
|
-
"schema": {
|
|
57056
|
-
"0": "undefined",
|
|
57057
|
-
"1": {
|
|
57058
|
-
"kind": "event",
|
|
57059
|
-
"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',
|
|
57060
|
-
"schema": []
|
|
57061
|
-
}
|
|
57062
|
-
}
|
|
57063
|
-
}
|
|
57064
|
-
},
|
|
57065
|
-
"avatar": {
|
|
57066
|
-
"name": "avatar",
|
|
57067
|
-
"global": false,
|
|
57068
|
-
"description": "",
|
|
57069
|
-
"tags": [],
|
|
57070
|
-
"required": false,
|
|
57071
|
-
"type": "AvatarProps | undefined",
|
|
57072
|
-
"schema": {
|
|
57073
|
-
"kind": "enum",
|
|
57074
|
-
"type": "AvatarProps | undefined",
|
|
57075
|
-
"schema": {
|
|
57076
|
-
"0": "undefined",
|
|
57077
|
-
"1": {
|
|
57078
|
-
"kind": "object",
|
|
57079
|
-
"type": "AvatarProps",
|
|
57080
|
-
"schema": {
|
|
57081
|
-
"as": {
|
|
57082
|
-
"name": "as",
|
|
57083
|
-
"global": false,
|
|
57084
|
-
"description": "The element or component this component should render as.",
|
|
57085
|
-
"tags": [
|
|
57086
|
-
{
|
|
57087
|
-
"name": "defaultValue",
|
|
57088
|
-
"text": "'span'"
|
|
57089
|
-
}
|
|
57090
|
-
],
|
|
57091
|
-
"required": false,
|
|
57092
|
-
"type": "any",
|
|
57093
|
-
"schema": "any"
|
|
57094
|
-
},
|
|
57095
|
-
"src": {
|
|
57096
|
-
"name": "src",
|
|
57097
|
-
"global": false,
|
|
57098
|
-
"description": "",
|
|
57099
|
-
"tags": [],
|
|
57100
|
-
"required": false,
|
|
57101
|
-
"type": "string | undefined",
|
|
57102
|
-
"schema": "string | undefined"
|
|
57103
|
-
},
|
|
57104
|
-
"alt": {
|
|
57105
|
-
"name": "alt",
|
|
57106
|
-
"global": false,
|
|
57107
|
-
"description": "",
|
|
57108
|
-
"tags": [],
|
|
57109
|
-
"required": false,
|
|
57110
|
-
"type": "string | undefined",
|
|
57111
|
-
"schema": "string | undefined"
|
|
57112
|
-
},
|
|
57113
|
-
"icon": {
|
|
57114
|
-
"name": "icon",
|
|
57115
|
-
"global": false,
|
|
57116
|
-
"description": "Display an icon on the left side.",
|
|
57117
|
-
"tags": [
|
|
57118
|
-
{
|
|
57119
|
-
"name": "IconComponent"
|
|
57120
|
-
}
|
|
57121
|
-
],
|
|
57122
|
-
"required": false,
|
|
57123
|
-
"type": "IconComponent | undefined",
|
|
57124
|
-
"schema": "IconComponent | undefined"
|
|
57125
|
-
},
|
|
57126
|
-
"text": {
|
|
57127
|
-
"name": "text",
|
|
57128
|
-
"global": false,
|
|
57129
|
-
"description": "",
|
|
57130
|
-
"tags": [],
|
|
57131
|
-
"required": false,
|
|
57132
|
-
"type": "string | undefined",
|
|
57133
|
-
"schema": "string | undefined"
|
|
57134
|
-
},
|
|
57135
|
-
"size": {
|
|
57136
|
-
"name": "size",
|
|
57137
|
-
"global": false,
|
|
57138
|
-
"description": "",
|
|
57139
|
-
"tags": [
|
|
57140
|
-
{
|
|
57141
|
-
"name": "defaultValue",
|
|
57142
|
-
"text": "'md'"
|
|
57143
|
-
}
|
|
57144
|
-
],
|
|
57145
|
-
"required": false,
|
|
57146
|
-
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
57147
|
-
"schema": {
|
|
57148
|
-
"kind": "enum",
|
|
57149
|
-
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
57150
|
-
"schema": {
|
|
57151
|
-
"0": "undefined",
|
|
57152
|
-
"1": '"lg"',
|
|
57153
|
-
"2": '"md"',
|
|
57154
|
-
"3": '"3xs"',
|
|
57155
|
-
"4": '"2xs"',
|
|
57156
|
-
"5": '"xs"',
|
|
57157
|
-
"6": '"sm"',
|
|
57158
|
-
"7": '"xl"',
|
|
57159
|
-
"8": '"2xl"',
|
|
57160
|
-
"9": '"3xl"'
|
|
57161
|
-
}
|
|
57162
|
-
}
|
|
57163
|
-
},
|
|
57164
|
-
"class": {
|
|
57165
|
-
"name": "class",
|
|
57166
|
-
"global": false,
|
|
57167
|
-
"description": "",
|
|
57168
|
-
"tags": [],
|
|
57169
|
-
"required": false,
|
|
57170
|
-
"type": "any",
|
|
57171
|
-
"schema": "any"
|
|
57172
|
-
},
|
|
57173
|
-
"style": {
|
|
57174
|
-
"name": "style",
|
|
57175
|
-
"global": false,
|
|
57176
|
-
"description": "",
|
|
57177
|
-
"tags": [],
|
|
57178
|
-
"required": false,
|
|
57179
|
-
"type": "any",
|
|
57180
|
-
"schema": "any"
|
|
57181
|
-
},
|
|
57182
|
-
"b24ui": {
|
|
57183
|
-
"name": "b24ui",
|
|
57184
|
-
"global": false,
|
|
57185
|
-
"description": "",
|
|
57186
|
-
"tags": [],
|
|
57187
|
-
"required": false,
|
|
57188
|
-
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
57189
|
-
"schema": {
|
|
57190
|
-
"kind": "enum",
|
|
57191
|
-
"type": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; } | undefined",
|
|
57192
|
-
"schema": {
|
|
57193
|
-
"0": "undefined",
|
|
57194
|
-
"1": "{ root?: ClassNameValue; image?: ClassNameValue; fallback?: ClassNameValue; icon?: ClassNameValue; }"
|
|
57195
|
-
}
|
|
57196
|
-
}
|
|
57197
|
-
}
|
|
57198
|
-
}
|
|
57199
|
-
}
|
|
57200
|
-
}
|
|
57201
|
-
}
|
|
57202
|
-
},
|
|
57203
|
-
"color": {
|
|
57204
|
-
"name": "color",
|
|
57205
|
-
"global": false,
|
|
57206
|
-
"description": "",
|
|
57207
|
-
"tags": [],
|
|
57208
|
-
"required": false,
|
|
57209
|
-
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
|
|
57210
|
-
"schema": {
|
|
57211
|
-
"kind": "enum",
|
|
57212
|
-
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
|
|
57213
|
-
"schema": {
|
|
57214
|
-
"0": "undefined",
|
|
57215
|
-
"1": '"default"',
|
|
57216
|
-
"2": '"danger"',
|
|
57217
|
-
"3": '"success"',
|
|
57218
|
-
"4": '"warning"',
|
|
57219
|
-
"5": '"primary"',
|
|
57220
|
-
"6": '"secondary"',
|
|
57221
|
-
"7": '"collab"',
|
|
57222
|
-
"8": '"ai"'
|
|
57223
|
-
}
|
|
57224
|
-
}
|
|
57225
|
-
},
|
|
57226
|
-
"chip": {
|
|
57227
|
-
"name": "chip",
|
|
57228
|
-
"global": false,
|
|
57229
|
-
"description": "",
|
|
57230
|
-
"tags": [],
|
|
57231
|
-
"required": false,
|
|
57232
|
-
"type": "ChipProps | undefined",
|
|
57233
|
-
"schema": {
|
|
57234
|
-
"kind": "enum",
|
|
57235
|
-
"type": "ChipProps | undefined",
|
|
57236
|
-
"schema": {
|
|
57237
|
-
"0": "undefined",
|
|
57238
|
-
"1": {
|
|
57239
|
-
"kind": "object",
|
|
57240
|
-
"type": "ChipProps",
|
|
57241
|
-
"schema": {
|
|
57242
|
-
"as": {
|
|
57243
|
-
"name": "as",
|
|
57244
|
-
"global": false,
|
|
57245
|
-
"description": "The element or component this component should render as.",
|
|
57246
|
-
"tags": [
|
|
57247
|
-
{
|
|
57248
|
-
"name": "defaultValue",
|
|
57249
|
-
"text": "'div'"
|
|
57250
|
-
}
|
|
57251
|
-
],
|
|
57252
|
-
"required": false,
|
|
57253
|
-
"type": "any",
|
|
57254
|
-
"schema": "any"
|
|
57255
|
-
},
|
|
57256
|
-
"text": {
|
|
57257
|
-
"name": "text",
|
|
57258
|
-
"global": false,
|
|
57259
|
-
"description": "Display some text inside the chip.",
|
|
57260
|
-
"tags": [],
|
|
57261
|
-
"required": false,
|
|
57262
|
-
"type": "string | number | undefined",
|
|
57263
|
-
"schema": {
|
|
57264
|
-
"kind": "enum",
|
|
57265
|
-
"type": "string | number | undefined",
|
|
57266
|
-
"schema": {
|
|
57267
|
-
"0": "undefined",
|
|
57268
|
-
"1": "string",
|
|
57269
|
-
"2": "number"
|
|
57270
|
-
}
|
|
57271
|
-
}
|
|
57272
|
-
},
|
|
57273
|
-
"color": {
|
|
57274
|
-
"name": "color",
|
|
57275
|
-
"global": false,
|
|
57276
|
-
"description": "",
|
|
57277
|
-
"tags": [
|
|
57278
|
-
{
|
|
57279
|
-
"name": "defaultValue",
|
|
57280
|
-
"text": "'danger'"
|
|
57281
|
-
}
|
|
57282
|
-
],
|
|
57283
|
-
"required": false,
|
|
57284
|
-
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
57285
|
-
"schema": {
|
|
57286
|
-
"kind": "enum",
|
|
57287
|
-
"type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
|
|
57288
|
-
"schema": {
|
|
57289
|
-
"0": "undefined",
|
|
57290
|
-
"1": '"default"',
|
|
57291
|
-
"2": '"danger"',
|
|
57292
|
-
"3": '"success"',
|
|
57293
|
-
"4": '"warning"',
|
|
57294
|
-
"5": '"primary"',
|
|
57295
|
-
"6": '"secondary"',
|
|
57296
|
-
"7": '"collab"',
|
|
57297
|
-
"8": '"ai"',
|
|
57298
|
-
"9": '"link"'
|
|
57299
|
-
}
|
|
57300
|
-
}
|
|
57301
|
-
},
|
|
57302
|
-
"size": {
|
|
57303
|
-
"name": "size",
|
|
57304
|
-
"global": false,
|
|
57305
|
-
"description": "",
|
|
57306
|
-
"tags": [
|
|
57307
|
-
{
|
|
57308
|
-
"name": "defaultValue",
|
|
57309
|
-
"text": "'sm'"
|
|
57310
|
-
}
|
|
57311
|
-
],
|
|
57312
|
-
"required": false,
|
|
57313
|
-
"type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
|
|
57314
|
-
"schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
|
|
57315
|
-
},
|
|
57316
|
-
"position": {
|
|
57317
|
-
"name": "position",
|
|
57318
|
-
"global": false,
|
|
57319
|
-
"description": "The position of the chip.",
|
|
57320
|
-
"tags": [
|
|
57321
|
-
{
|
|
57322
|
-
"name": "defaultValue",
|
|
57323
|
-
"text": "'top-right'"
|
|
57324
|
-
}
|
|
57325
|
-
],
|
|
57326
|
-
"required": false,
|
|
57327
|
-
"type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
|
|
57328
|
-
"schema": {
|
|
57329
|
-
"kind": "enum",
|
|
57330
|
-
"type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
|
|
57331
|
-
"schema": {
|
|
57332
|
-
"0": "undefined",
|
|
57333
|
-
"1": '"top-left"',
|
|
57334
|
-
"2": '"top-right"',
|
|
57335
|
-
"3": '"bottom-left"',
|
|
57336
|
-
"4": '"bottom-right"'
|
|
57337
|
-
}
|
|
57338
|
-
}
|
|
57339
|
-
},
|
|
57340
|
-
"inset": {
|
|
57341
|
-
"name": "inset",
|
|
57342
|
-
"global": false,
|
|
57343
|
-
"description": "When `true`, keep the chip inside the component for rounded elements",
|
|
57344
|
-
"tags": [
|
|
57345
|
-
{
|
|
57346
|
-
"name": "defaultValue",
|
|
57347
|
-
"text": "false"
|
|
57348
|
-
}
|
|
57349
|
-
],
|
|
57350
|
-
"required": false,
|
|
57351
|
-
"type": "boolean | undefined",
|
|
57352
|
-
"schema": {
|
|
57353
|
-
"kind": "enum",
|
|
57354
|
-
"type": "boolean | undefined",
|
|
57355
|
-
"schema": {
|
|
57356
|
-
"0": "undefined",
|
|
57357
|
-
"1": "false",
|
|
57358
|
-
"2": "true"
|
|
57359
|
-
}
|
|
57360
|
-
}
|
|
57361
|
-
},
|
|
57362
|
-
"standalone": {
|
|
57363
|
-
"name": "standalone",
|
|
57364
|
-
"global": false,
|
|
57365
|
-
"description": "When `true`, render the chip relatively to the parent.",
|
|
57366
|
-
"tags": [
|
|
57367
|
-
{
|
|
57368
|
-
"name": "defaultValue",
|
|
57369
|
-
"text": "false"
|
|
57370
|
-
}
|
|
57371
|
-
],
|
|
57372
|
-
"required": false,
|
|
57373
|
-
"type": "boolean | undefined",
|
|
57374
|
-
"schema": "boolean | undefined"
|
|
57375
|
-
},
|
|
57376
|
-
"class": {
|
|
57377
|
-
"name": "class",
|
|
57378
|
-
"global": false,
|
|
57379
|
-
"description": "",
|
|
57380
|
-
"tags": [],
|
|
57381
|
-
"required": false,
|
|
57382
|
-
"type": "any",
|
|
57383
|
-
"schema": "any"
|
|
57384
|
-
},
|
|
57385
|
-
"b24ui": {
|
|
57386
|
-
"name": "b24ui",
|
|
57387
|
-
"global": false,
|
|
57388
|
-
"description": "",
|
|
57389
|
-
"tags": [],
|
|
57390
|
-
"required": false,
|
|
57391
|
-
"type": "{ root?: ClassNameValue; base?: ClassNameValue; } | undefined",
|
|
57392
|
-
"schema": {
|
|
57393
|
-
"kind": "enum",
|
|
57394
|
-
"type": "{ root?: ClassNameValue; base?: ClassNameValue; } | undefined",
|
|
57395
|
-
"schema": {
|
|
57396
|
-
"0": "undefined",
|
|
57397
|
-
"1": "{ root?: ClassNameValue; base?: ClassNameValue; }"
|
|
57398
|
-
}
|
|
57399
|
-
}
|
|
57400
|
-
}
|
|
57401
|
-
}
|
|
57402
|
-
}
|
|
57403
|
-
}
|
|
57404
|
-
}
|
|
57405
|
-
},
|
|
57406
|
-
"type": {
|
|
57407
|
-
"name": "type",
|
|
57408
|
-
"global": false,
|
|
57409
|
-
"description": "The item type.",
|
|
57410
|
-
"tags": [
|
|
57411
|
-
{
|
|
57412
|
-
"name": "defaultValue",
|
|
57413
|
-
"text": "'item'"
|
|
57414
|
-
}
|
|
57415
|
-
],
|
|
57416
|
-
"required": false,
|
|
57417
|
-
"type": '"label" | "separator" | "item" | undefined',
|
|
57418
|
-
"schema": {
|
|
57419
|
-
"kind": "enum",
|
|
57420
|
-
"type": '"label" | "separator" | "item" | undefined',
|
|
57421
|
-
"schema": {
|
|
57422
|
-
"0": "undefined",
|
|
57423
|
-
"1": '"label"',
|
|
57424
|
-
"2": '"separator"',
|
|
57425
|
-
"3": '"item"'
|
|
57426
|
-
}
|
|
57427
|
-
}
|
|
57428
|
-
},
|
|
57429
|
-
"value": {
|
|
57430
|
-
"name": "value",
|
|
57431
|
-
"global": false,
|
|
57432
|
-
"description": "",
|
|
57433
|
-
"tags": [],
|
|
57434
|
-
"required": false,
|
|
57435
|
-
"type": "string | number | undefined",
|
|
57436
|
-
"schema": "string | number | undefined"
|
|
57437
|
-
},
|
|
57438
|
-
"disabled": {
|
|
57439
|
-
"name": "disabled",
|
|
57440
|
-
"global": false,
|
|
57441
|
-
"description": "",
|
|
57442
|
-
"tags": [],
|
|
57443
|
-
"required": false,
|
|
57444
|
-
"type": "boolean | undefined",
|
|
57445
|
-
"schema": "boolean | undefined"
|
|
57446
|
-
},
|
|
57447
|
-
"onSelect": {
|
|
57448
|
-
"name": "onSelect",
|
|
57449
|
-
"global": false,
|
|
57450
|
-
"description": "",
|
|
57451
|
-
"tags": [],
|
|
57452
|
-
"required": false,
|
|
57453
|
-
"type": "((e?: Event | undefined) => void) | undefined",
|
|
57454
|
-
"schema": {
|
|
57455
|
-
"kind": "enum",
|
|
57456
|
-
"type": "((e?: Event | undefined) => void) | undefined",
|
|
57457
|
-
"schema": {
|
|
57458
|
-
"0": "undefined",
|
|
57459
|
-
"1": {
|
|
57460
|
-
"kind": "event",
|
|
57461
|
-
"type": "(e?: Event | undefined): void",
|
|
57462
|
-
"schema": []
|
|
57463
|
-
}
|
|
57464
|
-
}
|
|
57465
|
-
}
|
|
57466
|
-
}
|
|
57467
|
-
}
|
|
57468
|
-
}
|
|
57469
|
-
}
|
|
57470
|
-
}
|
|
57471
|
-
},
|
|
57472
|
-
"index": {
|
|
57473
|
-
"name": "index",
|
|
57474
|
-
"global": false,
|
|
57475
|
-
"description": "",
|
|
57476
|
-
"tags": [],
|
|
57477
|
-
"required": true,
|
|
57478
|
-
"type": "number",
|
|
57479
|
-
"schema": "number"
|
|
59778
|
+
"0": "undefined",
|
|
59779
|
+
"1": {
|
|
59780
|
+
"kind": "object",
|
|
59781
|
+
"type": "{}",
|
|
59782
|
+
"schema": {}
|
|
59783
|
+
}
|
|
59784
|
+
}
|
|
59785
|
+
}
|
|
59786
|
+
},
|
|
59787
|
+
{
|
|
59788
|
+
"name": "content-bottom",
|
|
59789
|
+
"type": "{} | undefined",
|
|
59790
|
+
"description": "",
|
|
59791
|
+
"schema": {
|
|
59792
|
+
"kind": "enum",
|
|
59793
|
+
"type": "{} | undefined",
|
|
59794
|
+
"schema": {
|
|
59795
|
+
"0": "undefined",
|
|
59796
|
+
"1": {
|
|
59797
|
+
"kind": "object",
|
|
59798
|
+
"type": "{}",
|
|
59799
|
+
"schema": {}
|
|
57480
59800
|
}
|
|
57481
59801
|
}
|
|
57482
59802
|
}
|
|
@@ -62069,6 +64389,40 @@ const B24UIMeta = {
|
|
|
62069
64389
|
}
|
|
62070
64390
|
}
|
|
62071
64391
|
},
|
|
64392
|
+
{
|
|
64393
|
+
"name": "content-top",
|
|
64394
|
+
"type": "{} | undefined",
|
|
64395
|
+
"description": "",
|
|
64396
|
+
"schema": {
|
|
64397
|
+
"kind": "enum",
|
|
64398
|
+
"type": "{} | undefined",
|
|
64399
|
+
"schema": {
|
|
64400
|
+
"0": "undefined",
|
|
64401
|
+
"1": {
|
|
64402
|
+
"kind": "object",
|
|
64403
|
+
"type": "{}",
|
|
64404
|
+
"schema": {}
|
|
64405
|
+
}
|
|
64406
|
+
}
|
|
64407
|
+
}
|
|
64408
|
+
},
|
|
64409
|
+
{
|
|
64410
|
+
"name": "content-bottom",
|
|
64411
|
+
"type": "{} | undefined",
|
|
64412
|
+
"description": "",
|
|
64413
|
+
"schema": {
|
|
64414
|
+
"kind": "enum",
|
|
64415
|
+
"type": "{} | undefined",
|
|
64416
|
+
"schema": {
|
|
64417
|
+
"0": "undefined",
|
|
64418
|
+
"1": {
|
|
64419
|
+
"kind": "object",
|
|
64420
|
+
"type": "{}",
|
|
64421
|
+
"schema": {}
|
|
64422
|
+
}
|
|
64423
|
+
}
|
|
64424
|
+
}
|
|
64425
|
+
},
|
|
62072
64426
|
{
|
|
62073
64427
|
"name": "create-item-label",
|
|
62074
64428
|
"type": "{ item: string; }",
|
|
@@ -62567,15 +64921,301 @@ const B24UIMeta = {
|
|
|
62567
64921
|
"default": '"div"'
|
|
62568
64922
|
},
|
|
62569
64923
|
{
|
|
62570
|
-
"name": "scrollbarThin",
|
|
64924
|
+
"name": "scrollbarThin",
|
|
64925
|
+
"global": false,
|
|
64926
|
+
"description": "",
|
|
64927
|
+
"tags": [
|
|
64928
|
+
{
|
|
64929
|
+
"name": "defaultValue",
|
|
64930
|
+
"text": "true"
|
|
64931
|
+
}
|
|
64932
|
+
],
|
|
64933
|
+
"required": false,
|
|
64934
|
+
"type": "boolean | undefined",
|
|
64935
|
+
"schema": {
|
|
64936
|
+
"kind": "enum",
|
|
64937
|
+
"type": "boolean | undefined",
|
|
64938
|
+
"schema": {
|
|
64939
|
+
"0": "undefined",
|
|
64940
|
+
"1": "false",
|
|
64941
|
+
"2": "true"
|
|
64942
|
+
}
|
|
64943
|
+
},
|
|
64944
|
+
"default": "true"
|
|
64945
|
+
},
|
|
64946
|
+
{
|
|
64947
|
+
"name": "b24ui",
|
|
64948
|
+
"global": false,
|
|
64949
|
+
"description": "",
|
|
64950
|
+
"tags": [],
|
|
64951
|
+
"required": false,
|
|
64952
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
64953
|
+
"schema": {
|
|
64954
|
+
"kind": "enum",
|
|
64955
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
64956
|
+
"schema": {
|
|
64957
|
+
"0": "undefined",
|
|
64958
|
+
"1": "{ root?: ClassNameValue; }"
|
|
64959
|
+
}
|
|
64960
|
+
}
|
|
64961
|
+
}
|
|
64962
|
+
],
|
|
64963
|
+
"slots": [
|
|
64964
|
+
{
|
|
64965
|
+
"name": "default",
|
|
64966
|
+
"type": "{} | undefined",
|
|
64967
|
+
"description": "",
|
|
64968
|
+
"schema": {
|
|
64969
|
+
"kind": "enum",
|
|
64970
|
+
"type": "{} | undefined",
|
|
64971
|
+
"schema": {
|
|
64972
|
+
"0": "undefined",
|
|
64973
|
+
"1": {
|
|
64974
|
+
"kind": "object",
|
|
64975
|
+
"type": "{}",
|
|
64976
|
+
"schema": {}
|
|
64977
|
+
}
|
|
64978
|
+
}
|
|
64979
|
+
}
|
|
64980
|
+
}
|
|
64981
|
+
],
|
|
64982
|
+
"events": [],
|
|
64983
|
+
"exposed": []
|
|
64984
|
+
}
|
|
64985
|
+
},
|
|
64986
|
+
"B24SidebarFooter": {
|
|
64987
|
+
"mode": "all",
|
|
64988
|
+
"prefetch": false,
|
|
64989
|
+
"preload": false,
|
|
64990
|
+
"pascalName": "B24SidebarFooter",
|
|
64991
|
+
"kebabName": "b24-sidebar-footer",
|
|
64992
|
+
"chunkName": "components/b24-sidebar-footer",
|
|
64993
|
+
"priority": 0,
|
|
64994
|
+
"_scanned": true,
|
|
64995
|
+
"meta": {
|
|
64996
|
+
"type": 0,
|
|
64997
|
+
"props": [
|
|
64998
|
+
{
|
|
64999
|
+
"name": "as",
|
|
65000
|
+
"global": false,
|
|
65001
|
+
"description": "The element or component this component should render as.",
|
|
65002
|
+
"tags": [
|
|
65003
|
+
{
|
|
65004
|
+
"name": "defaultValue",
|
|
65005
|
+
"text": "'div'"
|
|
65006
|
+
}
|
|
65007
|
+
],
|
|
65008
|
+
"required": false,
|
|
65009
|
+
"type": "any",
|
|
65010
|
+
"schema": "any",
|
|
65011
|
+
"default": '"div"'
|
|
65012
|
+
},
|
|
65013
|
+
{
|
|
65014
|
+
"name": "b24ui",
|
|
65015
|
+
"global": false,
|
|
65016
|
+
"description": "",
|
|
65017
|
+
"tags": [],
|
|
65018
|
+
"required": false,
|
|
65019
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65020
|
+
"schema": {
|
|
65021
|
+
"kind": "enum",
|
|
65022
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65023
|
+
"schema": {
|
|
65024
|
+
"0": "undefined",
|
|
65025
|
+
"1": "{ root?: ClassNameValue; }"
|
|
65026
|
+
}
|
|
65027
|
+
}
|
|
65028
|
+
}
|
|
65029
|
+
],
|
|
65030
|
+
"slots": [
|
|
65031
|
+
{
|
|
65032
|
+
"name": "default",
|
|
65033
|
+
"type": "{} | undefined",
|
|
65034
|
+
"description": "",
|
|
65035
|
+
"schema": {
|
|
65036
|
+
"kind": "enum",
|
|
65037
|
+
"type": "{} | undefined",
|
|
65038
|
+
"schema": {
|
|
65039
|
+
"0": "undefined",
|
|
65040
|
+
"1": {
|
|
65041
|
+
"kind": "object",
|
|
65042
|
+
"type": "{}",
|
|
65043
|
+
"schema": {}
|
|
65044
|
+
}
|
|
65045
|
+
}
|
|
65046
|
+
}
|
|
65047
|
+
}
|
|
65048
|
+
],
|
|
65049
|
+
"events": [],
|
|
65050
|
+
"exposed": []
|
|
65051
|
+
}
|
|
65052
|
+
},
|
|
65053
|
+
"B24SidebarHeader": {
|
|
65054
|
+
"mode": "all",
|
|
65055
|
+
"prefetch": false,
|
|
65056
|
+
"preload": false,
|
|
65057
|
+
"pascalName": "B24SidebarHeader",
|
|
65058
|
+
"kebabName": "b24-sidebar-header",
|
|
65059
|
+
"chunkName": "components/b24-sidebar-header",
|
|
65060
|
+
"priority": 0,
|
|
65061
|
+
"_scanned": true,
|
|
65062
|
+
"meta": {
|
|
65063
|
+
"type": 0,
|
|
65064
|
+
"props": [
|
|
65065
|
+
{
|
|
65066
|
+
"name": "as",
|
|
65067
|
+
"global": false,
|
|
65068
|
+
"description": "The element or component this component should render as.",
|
|
65069
|
+
"tags": [
|
|
65070
|
+
{
|
|
65071
|
+
"name": "defaultValue",
|
|
65072
|
+
"text": "'div'"
|
|
65073
|
+
}
|
|
65074
|
+
],
|
|
65075
|
+
"required": false,
|
|
65076
|
+
"type": "any",
|
|
65077
|
+
"schema": "any",
|
|
65078
|
+
"default": '"div"'
|
|
65079
|
+
},
|
|
65080
|
+
{
|
|
65081
|
+
"name": "b24ui",
|
|
65082
|
+
"global": false,
|
|
65083
|
+
"description": "",
|
|
65084
|
+
"tags": [],
|
|
65085
|
+
"required": false,
|
|
65086
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65087
|
+
"schema": {
|
|
65088
|
+
"kind": "enum",
|
|
65089
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65090
|
+
"schema": {
|
|
65091
|
+
"0": "undefined",
|
|
65092
|
+
"1": "{ root?: ClassNameValue; }"
|
|
65093
|
+
}
|
|
65094
|
+
}
|
|
65095
|
+
}
|
|
65096
|
+
],
|
|
65097
|
+
"slots": [
|
|
65098
|
+
{
|
|
65099
|
+
"name": "default",
|
|
65100
|
+
"type": "{} | undefined",
|
|
65101
|
+
"description": "",
|
|
65102
|
+
"schema": {
|
|
65103
|
+
"kind": "enum",
|
|
65104
|
+
"type": "{} | undefined",
|
|
65105
|
+
"schema": {
|
|
65106
|
+
"0": "undefined",
|
|
65107
|
+
"1": {
|
|
65108
|
+
"kind": "object",
|
|
65109
|
+
"type": "{}",
|
|
65110
|
+
"schema": {}
|
|
65111
|
+
}
|
|
65112
|
+
}
|
|
65113
|
+
}
|
|
65114
|
+
}
|
|
65115
|
+
],
|
|
65116
|
+
"events": [],
|
|
65117
|
+
"exposed": []
|
|
65118
|
+
}
|
|
65119
|
+
},
|
|
65120
|
+
"B24SidebarHeading": {
|
|
65121
|
+
"mode": "all",
|
|
65122
|
+
"prefetch": false,
|
|
65123
|
+
"preload": false,
|
|
65124
|
+
"pascalName": "B24SidebarHeading",
|
|
65125
|
+
"kebabName": "b24-sidebar-heading",
|
|
65126
|
+
"chunkName": "components/b24-sidebar-heading",
|
|
65127
|
+
"priority": 0,
|
|
65128
|
+
"_scanned": true,
|
|
65129
|
+
"meta": {
|
|
65130
|
+
"type": 0,
|
|
65131
|
+
"props": [
|
|
65132
|
+
{
|
|
65133
|
+
"name": "as",
|
|
65134
|
+
"global": false,
|
|
65135
|
+
"description": "The element or component this component should render as.",
|
|
65136
|
+
"tags": [
|
|
65137
|
+
{
|
|
65138
|
+
"name": "defaultValue",
|
|
65139
|
+
"text": "'h6'"
|
|
65140
|
+
}
|
|
65141
|
+
],
|
|
65142
|
+
"required": false,
|
|
65143
|
+
"type": "any",
|
|
65144
|
+
"schema": "any",
|
|
65145
|
+
"default": '"h6"'
|
|
65146
|
+
},
|
|
65147
|
+
{
|
|
65148
|
+
"name": "b24ui",
|
|
65149
|
+
"global": false,
|
|
65150
|
+
"description": "",
|
|
65151
|
+
"tags": [],
|
|
65152
|
+
"required": false,
|
|
65153
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65154
|
+
"schema": {
|
|
65155
|
+
"kind": "enum",
|
|
65156
|
+
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65157
|
+
"schema": {
|
|
65158
|
+
"0": "undefined",
|
|
65159
|
+
"1": "{ root?: ClassNameValue; }"
|
|
65160
|
+
}
|
|
65161
|
+
}
|
|
65162
|
+
}
|
|
65163
|
+
],
|
|
65164
|
+
"slots": [
|
|
65165
|
+
{
|
|
65166
|
+
"name": "default",
|
|
65167
|
+
"type": "{} | undefined",
|
|
65168
|
+
"description": "",
|
|
65169
|
+
"schema": {
|
|
65170
|
+
"kind": "enum",
|
|
65171
|
+
"type": "{} | undefined",
|
|
65172
|
+
"schema": {
|
|
65173
|
+
"0": "undefined",
|
|
65174
|
+
"1": {
|
|
65175
|
+
"kind": "object",
|
|
65176
|
+
"type": "{}",
|
|
65177
|
+
"schema": {}
|
|
65178
|
+
}
|
|
65179
|
+
}
|
|
65180
|
+
}
|
|
65181
|
+
}
|
|
65182
|
+
],
|
|
65183
|
+
"events": [],
|
|
65184
|
+
"exposed": []
|
|
65185
|
+
}
|
|
65186
|
+
},
|
|
65187
|
+
"B24SidebarLayout": {
|
|
65188
|
+
"mode": "all",
|
|
65189
|
+
"prefetch": false,
|
|
65190
|
+
"preload": false,
|
|
65191
|
+
"pascalName": "B24SidebarLayout",
|
|
65192
|
+
"kebabName": "b24-sidebar-layout",
|
|
65193
|
+
"chunkName": "components/b24-sidebar-layout",
|
|
65194
|
+
"priority": 0,
|
|
65195
|
+
"_scanned": true,
|
|
65196
|
+
"meta": {
|
|
65197
|
+
"type": 0,
|
|
65198
|
+
"props": [
|
|
65199
|
+
{
|
|
65200
|
+
"name": "as",
|
|
65201
|
+
"global": false,
|
|
65202
|
+
"description": "The element or component this component should render as.",
|
|
65203
|
+
"tags": [
|
|
65204
|
+
{
|
|
65205
|
+
"name": "defaultValue",
|
|
65206
|
+
"text": "'div'"
|
|
65207
|
+
}
|
|
65208
|
+
],
|
|
65209
|
+
"required": false,
|
|
65210
|
+
"type": "any",
|
|
65211
|
+
"schema": "any",
|
|
65212
|
+
"default": '"div"'
|
|
65213
|
+
},
|
|
65214
|
+
{
|
|
65215
|
+
"name": "useLightContent",
|
|
62571
65216
|
"global": false,
|
|
62572
65217
|
"description": "",
|
|
62573
|
-
"tags": [
|
|
62574
|
-
{
|
|
62575
|
-
"name": "defaultValue",
|
|
62576
|
-
"text": "true"
|
|
62577
|
-
}
|
|
62578
|
-
],
|
|
65218
|
+
"tags": [],
|
|
62579
65219
|
"required": false,
|
|
62580
65220
|
"type": "boolean | undefined",
|
|
62581
65221
|
"schema": {
|
|
@@ -62595,89 +65235,45 @@ const B24UIMeta = {
|
|
|
62595
65235
|
"description": "",
|
|
62596
65236
|
"tags": [],
|
|
62597
65237
|
"required": false,
|
|
62598
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65238
|
+
"type": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; } | undefined",
|
|
62599
65239
|
"schema": {
|
|
62600
65240
|
"kind": "enum",
|
|
62601
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
65241
|
+
"type": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; } | undefined",
|
|
62602
65242
|
"schema": {
|
|
62603
65243
|
"0": "undefined",
|
|
62604
|
-
"1": "{ root?: ClassNameValue; }"
|
|
65244
|
+
"1": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; }"
|
|
62605
65245
|
}
|
|
62606
65246
|
}
|
|
62607
65247
|
}
|
|
62608
65248
|
],
|
|
62609
65249
|
"slots": [
|
|
62610
65250
|
{
|
|
62611
|
-
"name": "
|
|
62612
|
-
"type": "{
|
|
62613
|
-
"description": "",
|
|
65251
|
+
"name": "sidebar",
|
|
65252
|
+
"type": "{ handleClick: () => void; }",
|
|
65253
|
+
"description": "Menu for all screen sizes.",
|
|
62614
65254
|
"schema": {
|
|
62615
|
-
"kind": "
|
|
62616
|
-
"type": "{
|
|
65255
|
+
"kind": "object",
|
|
65256
|
+
"type": "{ handleClick: () => void; }",
|
|
62617
65257
|
"schema": {
|
|
62618
|
-
"
|
|
62619
|
-
|
|
62620
|
-
"
|
|
62621
|
-
"
|
|
62622
|
-
"
|
|
65258
|
+
"handleClick": {
|
|
65259
|
+
"name": "handleClick",
|
|
65260
|
+
"global": false,
|
|
65261
|
+
"description": "",
|
|
65262
|
+
"tags": [],
|
|
65263
|
+
"required": true,
|
|
65264
|
+
"type": "() => void",
|
|
65265
|
+
"schema": {
|
|
65266
|
+
"kind": "event",
|
|
65267
|
+
"type": "(): void"
|
|
65268
|
+
}
|
|
62623
65269
|
}
|
|
62624
65270
|
}
|
|
62625
65271
|
}
|
|
62626
|
-
}
|
|
62627
|
-
],
|
|
62628
|
-
"events": [],
|
|
62629
|
-
"exposed": []
|
|
62630
|
-
}
|
|
62631
|
-
},
|
|
62632
|
-
"B24SidebarFooter": {
|
|
62633
|
-
"mode": "all",
|
|
62634
|
-
"prefetch": false,
|
|
62635
|
-
"preload": false,
|
|
62636
|
-
"pascalName": "B24SidebarFooter",
|
|
62637
|
-
"kebabName": "b24-sidebar-footer",
|
|
62638
|
-
"chunkName": "components/b24-sidebar-footer",
|
|
62639
|
-
"priority": 0,
|
|
62640
|
-
"_scanned": true,
|
|
62641
|
-
"meta": {
|
|
62642
|
-
"type": 0,
|
|
62643
|
-
"props": [
|
|
62644
|
-
{
|
|
62645
|
-
"name": "as",
|
|
62646
|
-
"global": false,
|
|
62647
|
-
"description": "The element or component this component should render as.",
|
|
62648
|
-
"tags": [
|
|
62649
|
-
{
|
|
62650
|
-
"name": "defaultValue",
|
|
62651
|
-
"text": "'div'"
|
|
62652
|
-
}
|
|
62653
|
-
],
|
|
62654
|
-
"required": false,
|
|
62655
|
-
"type": "any",
|
|
62656
|
-
"schema": "any",
|
|
62657
|
-
"default": '"div"'
|
|
62658
65272
|
},
|
|
62659
65273
|
{
|
|
62660
|
-
"name": "
|
|
62661
|
-
"global": false,
|
|
62662
|
-
"description": "",
|
|
62663
|
-
"tags": [],
|
|
62664
|
-
"required": false,
|
|
62665
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62666
|
-
"schema": {
|
|
62667
|
-
"kind": "enum",
|
|
62668
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62669
|
-
"schema": {
|
|
62670
|
-
"0": "undefined",
|
|
62671
|
-
"1": "{ root?: ClassNameValue; }"
|
|
62672
|
-
}
|
|
62673
|
-
}
|
|
62674
|
-
}
|
|
62675
|
-
],
|
|
62676
|
-
"slots": [
|
|
62677
|
-
{
|
|
62678
|
-
"name": "default",
|
|
65274
|
+
"name": "navbar",
|
|
62679
65275
|
"type": "{} | undefined",
|
|
62680
|
-
"description": "",
|
|
65276
|
+
"description": "Menu for mobile screen sizes.",
|
|
62681
65277
|
"schema": {
|
|
62682
65278
|
"kind": "enum",
|
|
62683
65279
|
"type": "{} | undefined",
|
|
@@ -62690,61 +65286,11 @@ const B24UIMeta = {
|
|
|
62690
65286
|
}
|
|
62691
65287
|
}
|
|
62692
65288
|
}
|
|
62693
|
-
}
|
|
62694
|
-
],
|
|
62695
|
-
"events": [],
|
|
62696
|
-
"exposed": []
|
|
62697
|
-
}
|
|
62698
|
-
},
|
|
62699
|
-
"B24SidebarHeader": {
|
|
62700
|
-
"mode": "all",
|
|
62701
|
-
"prefetch": false,
|
|
62702
|
-
"preload": false,
|
|
62703
|
-
"pascalName": "B24SidebarHeader",
|
|
62704
|
-
"kebabName": "b24-sidebar-header",
|
|
62705
|
-
"chunkName": "components/b24-sidebar-header",
|
|
62706
|
-
"priority": 0,
|
|
62707
|
-
"_scanned": true,
|
|
62708
|
-
"meta": {
|
|
62709
|
-
"type": 0,
|
|
62710
|
-
"props": [
|
|
62711
|
-
{
|
|
62712
|
-
"name": "as",
|
|
62713
|
-
"global": false,
|
|
62714
|
-
"description": "The element or component this component should render as.",
|
|
62715
|
-
"tags": [
|
|
62716
|
-
{
|
|
62717
|
-
"name": "defaultValue",
|
|
62718
|
-
"text": "'div'"
|
|
62719
|
-
}
|
|
62720
|
-
],
|
|
62721
|
-
"required": false,
|
|
62722
|
-
"type": "any",
|
|
62723
|
-
"schema": "any",
|
|
62724
|
-
"default": '"div"'
|
|
62725
65289
|
},
|
|
62726
|
-
{
|
|
62727
|
-
"name": "b24ui",
|
|
62728
|
-
"global": false,
|
|
62729
|
-
"description": "",
|
|
62730
|
-
"tags": [],
|
|
62731
|
-
"required": false,
|
|
62732
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62733
|
-
"schema": {
|
|
62734
|
-
"kind": "enum",
|
|
62735
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62736
|
-
"schema": {
|
|
62737
|
-
"0": "undefined",
|
|
62738
|
-
"1": "{ root?: ClassNameValue; }"
|
|
62739
|
-
}
|
|
62740
|
-
}
|
|
62741
|
-
}
|
|
62742
|
-
],
|
|
62743
|
-
"slots": [
|
|
62744
65290
|
{
|
|
62745
65291
|
"name": "default",
|
|
62746
65292
|
"type": "{} | undefined",
|
|
62747
|
-
"description": "",
|
|
65293
|
+
"description": "The page content.",
|
|
62748
65294
|
"schema": {
|
|
62749
65295
|
"kind": "enum",
|
|
62750
65296
|
"type": "{} | undefined",
|
|
@@ -62757,59 +65303,9 @@ const B24UIMeta = {
|
|
|
62757
65303
|
}
|
|
62758
65304
|
}
|
|
62759
65305
|
}
|
|
62760
|
-
}
|
|
62761
|
-
],
|
|
62762
|
-
"events": [],
|
|
62763
|
-
"exposed": []
|
|
62764
|
-
}
|
|
62765
|
-
},
|
|
62766
|
-
"B24SidebarHeading": {
|
|
62767
|
-
"mode": "all",
|
|
62768
|
-
"prefetch": false,
|
|
62769
|
-
"preload": false,
|
|
62770
|
-
"pascalName": "B24SidebarHeading",
|
|
62771
|
-
"kebabName": "b24-sidebar-heading",
|
|
62772
|
-
"chunkName": "components/b24-sidebar-heading",
|
|
62773
|
-
"priority": 0,
|
|
62774
|
-
"_scanned": true,
|
|
62775
|
-
"meta": {
|
|
62776
|
-
"type": 0,
|
|
62777
|
-
"props": [
|
|
62778
|
-
{
|
|
62779
|
-
"name": "as",
|
|
62780
|
-
"global": false,
|
|
62781
|
-
"description": "The element or component this component should render as.",
|
|
62782
|
-
"tags": [
|
|
62783
|
-
{
|
|
62784
|
-
"name": "defaultValue",
|
|
62785
|
-
"text": "'h6'"
|
|
62786
|
-
}
|
|
62787
|
-
],
|
|
62788
|
-
"required": false,
|
|
62789
|
-
"type": "any",
|
|
62790
|
-
"schema": "any",
|
|
62791
|
-
"default": '"h6"'
|
|
62792
65306
|
},
|
|
62793
65307
|
{
|
|
62794
|
-
"name": "
|
|
62795
|
-
"global": false,
|
|
62796
|
-
"description": "",
|
|
62797
|
-
"tags": [],
|
|
62798
|
-
"required": false,
|
|
62799
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62800
|
-
"schema": {
|
|
62801
|
-
"kind": "enum",
|
|
62802
|
-
"type": "{ root?: ClassNameValue; } | undefined",
|
|
62803
|
-
"schema": {
|
|
62804
|
-
"0": "undefined",
|
|
62805
|
-
"1": "{ root?: ClassNameValue; }"
|
|
62806
|
-
}
|
|
62807
|
-
}
|
|
62808
|
-
}
|
|
62809
|
-
],
|
|
62810
|
-
"slots": [
|
|
62811
|
-
{
|
|
62812
|
-
"name": "default",
|
|
65308
|
+
"name": "content-top",
|
|
62813
65309
|
"type": "{} | undefined",
|
|
62814
65310
|
"description": "",
|
|
62815
65311
|
"schema": {
|
|
@@ -62824,119 +65320,11 @@ const B24UIMeta = {
|
|
|
62824
65320
|
}
|
|
62825
65321
|
}
|
|
62826
65322
|
}
|
|
62827
|
-
}
|
|
62828
|
-
],
|
|
62829
|
-
"events": [],
|
|
62830
|
-
"exposed": []
|
|
62831
|
-
}
|
|
62832
|
-
},
|
|
62833
|
-
"B24SidebarLayout": {
|
|
62834
|
-
"mode": "all",
|
|
62835
|
-
"prefetch": false,
|
|
62836
|
-
"preload": false,
|
|
62837
|
-
"pascalName": "B24SidebarLayout",
|
|
62838
|
-
"kebabName": "b24-sidebar-layout",
|
|
62839
|
-
"chunkName": "components/b24-sidebar-layout",
|
|
62840
|
-
"priority": 0,
|
|
62841
|
-
"_scanned": true,
|
|
62842
|
-
"meta": {
|
|
62843
|
-
"type": 0,
|
|
62844
|
-
"props": [
|
|
62845
|
-
{
|
|
62846
|
-
"name": "as",
|
|
62847
|
-
"global": false,
|
|
62848
|
-
"description": "The element or component this component should render as.",
|
|
62849
|
-
"tags": [
|
|
62850
|
-
{
|
|
62851
|
-
"name": "defaultValue",
|
|
62852
|
-
"text": "'div'"
|
|
62853
|
-
}
|
|
62854
|
-
],
|
|
62855
|
-
"required": false,
|
|
62856
|
-
"type": "any",
|
|
62857
|
-
"schema": "any",
|
|
62858
|
-
"default": '"div"'
|
|
62859
|
-
},
|
|
62860
|
-
{
|
|
62861
|
-
"name": "useLightContent",
|
|
62862
|
-
"global": false,
|
|
62863
|
-
"description": "",
|
|
62864
|
-
"tags": [],
|
|
62865
|
-
"required": false,
|
|
62866
|
-
"type": "boolean | undefined",
|
|
62867
|
-
"schema": {
|
|
62868
|
-
"kind": "enum",
|
|
62869
|
-
"type": "boolean | undefined",
|
|
62870
|
-
"schema": {
|
|
62871
|
-
"0": "undefined",
|
|
62872
|
-
"1": "false",
|
|
62873
|
-
"2": "true"
|
|
62874
|
-
}
|
|
62875
|
-
},
|
|
62876
|
-
"default": "true"
|
|
62877
|
-
},
|
|
62878
|
-
{
|
|
62879
|
-
"name": "b24ui",
|
|
62880
|
-
"global": false,
|
|
62881
|
-
"description": "",
|
|
62882
|
-
"tags": [],
|
|
62883
|
-
"required": false,
|
|
62884
|
-
"type": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; } | undefined",
|
|
62885
|
-
"schema": {
|
|
62886
|
-
"kind": "enum",
|
|
62887
|
-
"type": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; } | undefined",
|
|
62888
|
-
"schema": {
|
|
62889
|
-
"0": "undefined",
|
|
62890
|
-
"1": "{ root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; }"
|
|
62891
|
-
}
|
|
62892
|
-
}
|
|
62893
|
-
}
|
|
62894
|
-
],
|
|
62895
|
-
"slots": [
|
|
62896
|
-
{
|
|
62897
|
-
"name": "sidebar",
|
|
62898
|
-
"type": "{ handleClick: () => void; }",
|
|
62899
|
-
"description": "Menu for all screen sizes.",
|
|
62900
|
-
"schema": {
|
|
62901
|
-
"kind": "object",
|
|
62902
|
-
"type": "{ handleClick: () => void; }",
|
|
62903
|
-
"schema": {
|
|
62904
|
-
"handleClick": {
|
|
62905
|
-
"name": "handleClick",
|
|
62906
|
-
"global": false,
|
|
62907
|
-
"description": "",
|
|
62908
|
-
"tags": [],
|
|
62909
|
-
"required": true,
|
|
62910
|
-
"type": "() => void",
|
|
62911
|
-
"schema": {
|
|
62912
|
-
"kind": "event",
|
|
62913
|
-
"type": "(): void"
|
|
62914
|
-
}
|
|
62915
|
-
}
|
|
62916
|
-
}
|
|
62917
|
-
}
|
|
62918
|
-
},
|
|
62919
|
-
{
|
|
62920
|
-
"name": "navbar",
|
|
62921
|
-
"type": "{} | undefined",
|
|
62922
|
-
"description": "Menu for mobile screen sizes.",
|
|
62923
|
-
"schema": {
|
|
62924
|
-
"kind": "enum",
|
|
62925
|
-
"type": "{} | undefined",
|
|
62926
|
-
"schema": {
|
|
62927
|
-
"0": "undefined",
|
|
62928
|
-
"1": {
|
|
62929
|
-
"kind": "object",
|
|
62930
|
-
"type": "{}",
|
|
62931
|
-
"schema": {}
|
|
62932
|
-
}
|
|
62933
|
-
}
|
|
62934
|
-
}
|
|
62935
65323
|
},
|
|
62936
65324
|
{
|
|
62937
|
-
"name": "
|
|
65325
|
+
"name": "content-bottom",
|
|
62938
65326
|
"type": "{} | undefined",
|
|
62939
|
-
"description": "
|
|
65327
|
+
"description": "",
|
|
62940
65328
|
"schema": {
|
|
62941
65329
|
"kind": "enum",
|
|
62942
65330
|
"type": "{} | undefined",
|
|
@@ -63940,6 +66328,40 @@ const B24UIMeta = {
|
|
|
63940
66328
|
}
|
|
63941
66329
|
}
|
|
63942
66330
|
}
|
|
66331
|
+
},
|
|
66332
|
+
{
|
|
66333
|
+
"name": "content-top",
|
|
66334
|
+
"type": "{} | undefined",
|
|
66335
|
+
"description": "",
|
|
66336
|
+
"schema": {
|
|
66337
|
+
"kind": "enum",
|
|
66338
|
+
"type": "{} | undefined",
|
|
66339
|
+
"schema": {
|
|
66340
|
+
"0": "undefined",
|
|
66341
|
+
"1": {
|
|
66342
|
+
"kind": "object",
|
|
66343
|
+
"type": "{}",
|
|
66344
|
+
"schema": {}
|
|
66345
|
+
}
|
|
66346
|
+
}
|
|
66347
|
+
}
|
|
66348
|
+
},
|
|
66349
|
+
{
|
|
66350
|
+
"name": "content-bottom",
|
|
66351
|
+
"type": "{} | undefined",
|
|
66352
|
+
"description": "",
|
|
66353
|
+
"schema": {
|
|
66354
|
+
"kind": "enum",
|
|
66355
|
+
"type": "{} | undefined",
|
|
66356
|
+
"schema": {
|
|
66357
|
+
"0": "undefined",
|
|
66358
|
+
"1": {
|
|
66359
|
+
"kind": "object",
|
|
66360
|
+
"type": "{}",
|
|
66361
|
+
"schema": {}
|
|
66362
|
+
}
|
|
66363
|
+
}
|
|
66364
|
+
}
|
|
63943
66365
|
}
|
|
63944
66366
|
],
|
|
63945
66367
|
"events": [],
|