@bitrix24/b24ui-nuxt 0.6.4 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/b24ui/skeleton.ts +1 -1
- package/dist/meta.d.mts +109 -109
- package/dist/meta.mjs +109 -109
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- 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.d.ts +2 -28
- package/dist/runtime/components/DropdownMenu.vue.d.ts +4 -24
- 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.d.ts +15 -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.d.ts +9 -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.d.ts +4 -20
- package/dist/runtime/components/Popover.vue.d.ts +7 -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.d.ts +8 -2
- package/dist/runtime/components/SelectMenu.vue.d.ts +15 -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.d.ts +3 -26
- 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.d.ts +9 -30
- package/dist/runtime/components/StackedLayout.vue.d.ts +3 -26
- 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 +3 -3
- 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/dist/shared/{b24ui-nuxt.jU270f-Q.mjs → b24ui-nuxt.BL9IkPeR.mjs} +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +11 -12
package/.nuxt/b24ui/skeleton.ts
CHANGED
|
@@ -5,7 +5,7 @@ const result = typeof template === 'function' ? (template as Function)({
|
|
|
5
5
|
}) : template
|
|
6
6
|
|
|
7
7
|
const theme = {
|
|
8
|
-
"base": "animate-pulse rounded-md bg-gray-200 dark:bg-gray-800"
|
|
8
|
+
"base": "animate-pulse rounded-md bg-gray-200 dark:bg-gray-800 aria-busy:cursor-progress"
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
export default result as typeof theme
|
package/dist/meta.d.mts
CHANGED
|
@@ -14917,24 +14917,6 @@ var B24UIMeta = {
|
|
|
14917
14917
|
}
|
|
14918
14918
|
}
|
|
14919
14919
|
},
|
|
14920
|
-
{
|
|
14921
|
-
"name": "defaultValue",
|
|
14922
|
-
"global": false,
|
|
14923
|
-
"description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
|
|
14924
|
-
"tags": [],
|
|
14925
|
-
"required": false,
|
|
14926
|
-
"type": 'boolean | "indeterminate" | undefined',
|
|
14927
|
-
"schema": {
|
|
14928
|
-
"kind": "enum",
|
|
14929
|
-
"type": 'boolean | "indeterminate" | undefined',
|
|
14930
|
-
"schema": {
|
|
14931
|
-
"0": "undefined",
|
|
14932
|
-
"1": "false",
|
|
14933
|
-
"2": "true",
|
|
14934
|
-
"3": '"indeterminate"'
|
|
14935
|
-
}
|
|
14936
|
-
}
|
|
14937
|
-
},
|
|
14938
14920
|
{
|
|
14939
14921
|
"name": "required",
|
|
14940
14922
|
"global": false,
|
|
@@ -15008,6 +14990,24 @@ var B24UIMeta = {
|
|
|
15008
14990
|
}
|
|
15009
14991
|
}
|
|
15010
14992
|
},
|
|
14993
|
+
{
|
|
14994
|
+
"name": "defaultValue",
|
|
14995
|
+
"global": false,
|
|
14996
|
+
"description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
|
|
14997
|
+
"tags": [],
|
|
14998
|
+
"required": false,
|
|
14999
|
+
"type": 'boolean | "indeterminate" | undefined',
|
|
15000
|
+
"schema": {
|
|
15001
|
+
"kind": "enum",
|
|
15002
|
+
"type": 'boolean | "indeterminate" | undefined',
|
|
15003
|
+
"schema": {
|
|
15004
|
+
"0": "undefined",
|
|
15005
|
+
"1": "false",
|
|
15006
|
+
"2": "true",
|
|
15007
|
+
"3": '"indeterminate"'
|
|
15008
|
+
}
|
|
15009
|
+
}
|
|
15010
|
+
},
|
|
15011
15011
|
{
|
|
15012
15012
|
"name": "modelValue",
|
|
15013
15013
|
"global": false,
|
|
@@ -33777,9 +33777,9 @@ var B24UIMeta = {
|
|
|
33777
33777
|
},
|
|
33778
33778
|
"10": '"search"',
|
|
33779
33779
|
"11": '"text"',
|
|
33780
|
-
"12": '"
|
|
33781
|
-
"13": '"
|
|
33782
|
-
"14": '"
|
|
33780
|
+
"12": '"checkbox"',
|
|
33781
|
+
"13": '"range"',
|
|
33782
|
+
"14": '"month"',
|
|
33783
33783
|
"15": '"file"',
|
|
33784
33784
|
"16": '"datetime-local"',
|
|
33785
33785
|
"17": '"email"',
|
|
@@ -34533,9 +34533,9 @@ var B24UIMeta = {
|
|
|
34533
34533
|
},
|
|
34534
34534
|
"10": '"search"',
|
|
34535
34535
|
"11": '"text"',
|
|
34536
|
-
"12": '"
|
|
34537
|
-
"13": '"
|
|
34538
|
-
"14": '"
|
|
34536
|
+
"12": '"checkbox"',
|
|
34537
|
+
"13": '"range"',
|
|
34538
|
+
"14": '"month"',
|
|
34539
34539
|
"15": '"file"',
|
|
34540
34540
|
"16": '"datetime-local"',
|
|
34541
34541
|
"17": '"email"',
|
|
@@ -41926,84 +41926,84 @@ var B24UIMeta = {
|
|
|
41926
41926
|
}
|
|
41927
41927
|
},
|
|
41928
41928
|
{
|
|
41929
|
-
"name": "
|
|
41929
|
+
"name": "required",
|
|
41930
41930
|
"global": false,
|
|
41931
|
-
"description": "",
|
|
41931
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
41932
41932
|
"tags": [],
|
|
41933
41933
|
"required": false,
|
|
41934
|
-
"type": "
|
|
41934
|
+
"type": "boolean | undefined",
|
|
41935
41935
|
"schema": {
|
|
41936
41936
|
"kind": "enum",
|
|
41937
|
-
"type": "
|
|
41937
|
+
"type": "boolean | undefined",
|
|
41938
41938
|
"schema": {
|
|
41939
41939
|
"0": "undefined",
|
|
41940
|
-
"1": "
|
|
41941
|
-
"2": "
|
|
41940
|
+
"1": "false",
|
|
41941
|
+
"2": "true"
|
|
41942
41942
|
}
|
|
41943
41943
|
}
|
|
41944
41944
|
},
|
|
41945
41945
|
{
|
|
41946
|
-
"name": "
|
|
41946
|
+
"name": "name",
|
|
41947
41947
|
"global": false,
|
|
41948
|
-
"description": "",
|
|
41948
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
41949
41949
|
"tags": [],
|
|
41950
41950
|
"required": false,
|
|
41951
|
-
"type": "
|
|
41951
|
+
"type": "string | undefined",
|
|
41952
41952
|
"schema": {
|
|
41953
41953
|
"kind": "enum",
|
|
41954
|
-
"type": "
|
|
41954
|
+
"type": "string | undefined",
|
|
41955
41955
|
"schema": {
|
|
41956
41956
|
"0": "undefined",
|
|
41957
|
-
"1": "
|
|
41957
|
+
"1": "string"
|
|
41958
41958
|
}
|
|
41959
41959
|
}
|
|
41960
41960
|
},
|
|
41961
41961
|
{
|
|
41962
|
-
"name": "
|
|
41962
|
+
"name": "id",
|
|
41963
41963
|
"global": false,
|
|
41964
|
-
"description": "
|
|
41964
|
+
"description": "Id of the element",
|
|
41965
41965
|
"tags": [],
|
|
41966
41966
|
"required": false,
|
|
41967
|
-
"type": "
|
|
41967
|
+
"type": "string | undefined",
|
|
41968
41968
|
"schema": {
|
|
41969
41969
|
"kind": "enum",
|
|
41970
|
-
"type": "
|
|
41970
|
+
"type": "string | undefined",
|
|
41971
41971
|
"schema": {
|
|
41972
41972
|
"0": "undefined",
|
|
41973
|
-
"1": "
|
|
41974
|
-
"2": "true"
|
|
41973
|
+
"1": "string"
|
|
41975
41974
|
}
|
|
41976
41975
|
}
|
|
41977
41976
|
},
|
|
41978
41977
|
{
|
|
41979
|
-
"name": "
|
|
41978
|
+
"name": "defaultValue",
|
|
41980
41979
|
"global": false,
|
|
41981
|
-
"description": "
|
|
41980
|
+
"description": "",
|
|
41982
41981
|
"tags": [],
|
|
41983
41982
|
"required": false,
|
|
41984
|
-
"type": "
|
|
41983
|
+
"type": "number | undefined",
|
|
41985
41984
|
"schema": {
|
|
41986
41985
|
"kind": "enum",
|
|
41987
|
-
"type": "
|
|
41986
|
+
"type": "number | undefined",
|
|
41988
41987
|
"schema": {
|
|
41989
41988
|
"0": "undefined",
|
|
41990
|
-
"1": "
|
|
41989
|
+
"1": "number"
|
|
41991
41990
|
}
|
|
41992
41991
|
}
|
|
41993
41992
|
},
|
|
41994
41993
|
{
|
|
41995
|
-
"name": "
|
|
41994
|
+
"name": "modelValue",
|
|
41996
41995
|
"global": false,
|
|
41997
|
-
"description": "
|
|
41996
|
+
"description": "",
|
|
41998
41997
|
"tags": [],
|
|
41999
41998
|
"required": false,
|
|
42000
|
-
"type": "
|
|
41999
|
+
"type": "number | null | undefined",
|
|
42001
42000
|
"schema": {
|
|
42002
42001
|
"kind": "enum",
|
|
42003
|
-
"type": "
|
|
42002
|
+
"type": "number | null | undefined",
|
|
42004
42003
|
"schema": {
|
|
42005
42004
|
"0": "undefined",
|
|
42006
|
-
"1": "
|
|
42005
|
+
"1": "null",
|
|
42006
|
+
"2": "number"
|
|
42007
42007
|
}
|
|
42008
42008
|
}
|
|
42009
42009
|
},
|
|
@@ -45850,9 +45850,9 @@ var B24UIMeta = {
|
|
|
45850
45850
|
}
|
|
45851
45851
|
},
|
|
45852
45852
|
{
|
|
45853
|
-
"name": "
|
|
45853
|
+
"name": "defaultValue",
|
|
45854
45854
|
"global": false,
|
|
45855
|
-
"description": "The
|
|
45855
|
+
"description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
|
|
45856
45856
|
"tags": [],
|
|
45857
45857
|
"required": false,
|
|
45858
45858
|
"type": "string | undefined",
|
|
@@ -45866,9 +45866,9 @@ var B24UIMeta = {
|
|
|
45866
45866
|
}
|
|
45867
45867
|
},
|
|
45868
45868
|
{
|
|
45869
|
-
"name": "
|
|
45869
|
+
"name": "modelValue",
|
|
45870
45870
|
"global": false,
|
|
45871
|
-
"description": "The value of the menu item
|
|
45871
|
+
"description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
|
|
45872
45872
|
"tags": [],
|
|
45873
45873
|
"required": false,
|
|
45874
45874
|
"type": "string | undefined",
|
|
@@ -52990,73 +52990,73 @@ var B24UIMeta = {
|
|
|
52990
52990
|
}
|
|
52991
52991
|
},
|
|
52992
52992
|
{
|
|
52993
|
-
"name": "
|
|
52993
|
+
"name": "required",
|
|
52994
52994
|
"global": false,
|
|
52995
|
-
"description": "
|
|
52995
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
52996
52996
|
"tags": [],
|
|
52997
52997
|
"required": false,
|
|
52998
|
-
"type": "
|
|
52998
|
+
"type": "boolean | undefined",
|
|
52999
52999
|
"schema": {
|
|
53000
53000
|
"kind": "enum",
|
|
53001
|
-
"type": "
|
|
53001
|
+
"type": "boolean | undefined",
|
|
53002
53002
|
"schema": {
|
|
53003
53003
|
"0": "undefined",
|
|
53004
|
-
"1": "
|
|
53005
|
-
"2": "
|
|
53006
|
-
"3": "number",
|
|
53007
|
-
"4": "Record<string, any>"
|
|
53004
|
+
"1": "false",
|
|
53005
|
+
"2": "true"
|
|
53008
53006
|
}
|
|
53009
53007
|
}
|
|
53010
53008
|
},
|
|
53011
53009
|
{
|
|
53012
|
-
"name": "
|
|
53010
|
+
"name": "name",
|
|
53013
53011
|
"global": false,
|
|
53014
|
-
"description": "The
|
|
53012
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
53015
53013
|
"tags": [],
|
|
53016
53014
|
"required": false,
|
|
53017
|
-
"type": "
|
|
53015
|
+
"type": "string | undefined",
|
|
53018
53016
|
"schema": {
|
|
53019
53017
|
"kind": "enum",
|
|
53020
|
-
"type": "
|
|
53018
|
+
"type": "string | undefined",
|
|
53021
53019
|
"schema": {
|
|
53022
53020
|
"0": "undefined",
|
|
53023
|
-
"1": "
|
|
53024
|
-
"2": "string",
|
|
53025
|
-
"3": "number",
|
|
53026
|
-
"4": "Record<string, any>"
|
|
53021
|
+
"1": "string"
|
|
53027
53022
|
}
|
|
53028
53023
|
}
|
|
53029
53024
|
},
|
|
53030
53025
|
{
|
|
53031
|
-
"name": "
|
|
53026
|
+
"name": "defaultValue",
|
|
53032
53027
|
"global": false,
|
|
53033
|
-
"description": "
|
|
53028
|
+
"description": "The value of the radio item that should be checked when initially rendered.\r\n\r\nUse when you do not need to control the state of the radio items.",
|
|
53034
53029
|
"tags": [],
|
|
53035
53030
|
"required": false,
|
|
53036
|
-
"type": "
|
|
53031
|
+
"type": "AcceptableValue | undefined",
|
|
53037
53032
|
"schema": {
|
|
53038
53033
|
"kind": "enum",
|
|
53039
|
-
"type": "
|
|
53034
|
+
"type": "AcceptableValue | undefined",
|
|
53040
53035
|
"schema": {
|
|
53041
53036
|
"0": "undefined",
|
|
53042
|
-
"1": "
|
|
53043
|
-
"2": "
|
|
53037
|
+
"1": "null",
|
|
53038
|
+
"2": "string",
|
|
53039
|
+
"3": "number",
|
|
53040
|
+
"4": "Record<string, any>"
|
|
53044
53041
|
}
|
|
53045
53042
|
}
|
|
53046
53043
|
},
|
|
53047
53044
|
{
|
|
53048
|
-
"name": "
|
|
53045
|
+
"name": "modelValue",
|
|
53049
53046
|
"global": false,
|
|
53050
|
-
"description": "The
|
|
53047
|
+
"description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
|
|
53051
53048
|
"tags": [],
|
|
53052
53049
|
"required": false,
|
|
53053
|
-
"type": "
|
|
53050
|
+
"type": "AcceptableValue | undefined",
|
|
53054
53051
|
"schema": {
|
|
53055
53052
|
"kind": "enum",
|
|
53056
|
-
"type": "
|
|
53053
|
+
"type": "AcceptableValue | undefined",
|
|
53057
53054
|
"schema": {
|
|
53058
53055
|
"0": "undefined",
|
|
53059
|
-
"1": "
|
|
53056
|
+
"1": "null",
|
|
53057
|
+
"2": "string",
|
|
53058
|
+
"3": "number",
|
|
53059
|
+
"4": "Record<string, any>"
|
|
53060
53060
|
}
|
|
53061
53061
|
}
|
|
53062
53062
|
},
|
|
@@ -57624,9 +57624,9 @@ var B24UIMeta = {
|
|
|
57624
57624
|
},
|
|
57625
57625
|
"10": '"search"',
|
|
57626
57626
|
"11": '"text"',
|
|
57627
|
-
"12": '"
|
|
57628
|
-
"13": '"
|
|
57629
|
-
"14": '"
|
|
57627
|
+
"12": '"checkbox"',
|
|
57628
|
+
"13": '"range"',
|
|
57629
|
+
"14": '"month"',
|
|
57630
57630
|
"15": '"file"',
|
|
57631
57631
|
"16": '"datetime-local"',
|
|
57632
57632
|
"17": '"email"',
|
|
@@ -64187,23 +64187,6 @@ var B24UIMeta = {
|
|
|
64187
64187
|
}
|
|
64188
64188
|
}
|
|
64189
64189
|
},
|
|
64190
|
-
{
|
|
64191
|
-
"name": "defaultValue",
|
|
64192
|
-
"global": false,
|
|
64193
|
-
"description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
|
|
64194
|
-
"tags": [],
|
|
64195
|
-
"required": false,
|
|
64196
|
-
"type": "boolean | undefined",
|
|
64197
|
-
"schema": {
|
|
64198
|
-
"kind": "enum",
|
|
64199
|
-
"type": "boolean | undefined",
|
|
64200
|
-
"schema": {
|
|
64201
|
-
"0": "undefined",
|
|
64202
|
-
"1": "false",
|
|
64203
|
-
"2": "true"
|
|
64204
|
-
}
|
|
64205
|
-
}
|
|
64206
|
-
},
|
|
64207
64190
|
{
|
|
64208
64191
|
"name": "required",
|
|
64209
64192
|
"global": false,
|
|
@@ -64269,6 +64252,23 @@ var B24UIMeta = {
|
|
|
64269
64252
|
}
|
|
64270
64253
|
}
|
|
64271
64254
|
},
|
|
64255
|
+
{
|
|
64256
|
+
"name": "defaultValue",
|
|
64257
|
+
"global": false,
|
|
64258
|
+
"description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
|
|
64259
|
+
"tags": [],
|
|
64260
|
+
"required": false,
|
|
64261
|
+
"type": "boolean | undefined",
|
|
64262
|
+
"schema": {
|
|
64263
|
+
"kind": "enum",
|
|
64264
|
+
"type": "boolean | undefined",
|
|
64265
|
+
"schema": {
|
|
64266
|
+
"0": "undefined",
|
|
64267
|
+
"1": "false",
|
|
64268
|
+
"2": "true"
|
|
64269
|
+
}
|
|
64270
|
+
}
|
|
64271
|
+
},
|
|
64272
64272
|
{
|
|
64273
64273
|
"name": "modelValue",
|
|
64274
64274
|
"global": false,
|
|
@@ -64791,9 +64791,9 @@ var B24UIMeta = {
|
|
|
64791
64791
|
}
|
|
64792
64792
|
},
|
|
64793
64793
|
{
|
|
64794
|
-
"name": "
|
|
64794
|
+
"name": "defaultValue",
|
|
64795
64795
|
"global": false,
|
|
64796
|
-
"description": "The
|
|
64796
|
+
"description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
|
|
64797
64797
|
"tags": [],
|
|
64798
64798
|
"required": false,
|
|
64799
64799
|
"type": "string | number | undefined",
|
|
@@ -64805,12 +64805,13 @@ var B24UIMeta = {
|
|
|
64805
64805
|
"1": "string",
|
|
64806
64806
|
"2": "number"
|
|
64807
64807
|
}
|
|
64808
|
-
}
|
|
64808
|
+
},
|
|
64809
|
+
"default": '"0"'
|
|
64809
64810
|
},
|
|
64810
64811
|
{
|
|
64811
|
-
"name": "
|
|
64812
|
+
"name": "modelValue",
|
|
64812
64813
|
"global": false,
|
|
64813
|
-
"description": "The value of the tab
|
|
64814
|
+
"description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
|
|
64814
64815
|
"tags": [],
|
|
64815
64816
|
"required": false,
|
|
64816
64817
|
"type": "string | number | undefined",
|
|
@@ -64822,8 +64823,7 @@ var B24UIMeta = {
|
|
|
64822
64823
|
"1": "string",
|
|
64823
64824
|
"2": "number"
|
|
64824
64825
|
}
|
|
64825
|
-
}
|
|
64826
|
-
"default": '"0"'
|
|
64826
|
+
}
|
|
64827
64827
|
},
|
|
64828
64828
|
{
|
|
64829
64829
|
"name": "unmountOnHide",
|