@vuetify/nightly 3.8.9-master.2025-06-12 → 3.8.9-master.2025-06-13
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/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +3537 -3537
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6485 -6485
- package/dist/vuetify-labs.cjs +43 -22
- package/dist/vuetify-labs.css +4940 -4940
- package/dist/vuetify-labs.d.ts +61 -61
- package/dist/vuetify-labs.esm.js +43 -22
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +43 -22
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -22
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3520 -3520
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +41 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VField/VField.js +10 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85908,39 +85908,43 @@ declare module 'vue' {
|
|
85908
85908
|
$children?: VNodeChild
|
85909
85909
|
}
|
85910
85910
|
export interface GlobalComponents {
|
85911
|
-
|
85911
|
+
VAppBar: VAppBar
|
85912
|
+
VAppBarNavIcon: VAppBarNavIcon
|
85913
|
+
VAppBarTitle: VAppBarTitle
|
85912
85914
|
VApp: VApp
|
85913
85915
|
VAlert: VAlert
|
85914
85916
|
VAlertTitle: VAlertTitle
|
85915
85917
|
VAvatar: VAvatar
|
85918
|
+
VAutocomplete: VAutocomplete
|
85919
|
+
VBreadcrumbs: VBreadcrumbs
|
85920
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
85921
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85916
85922
|
VBadge: VBadge
|
85917
85923
|
VBottomSheet: VBottomSheet
|
85918
|
-
VBanner: VBanner
|
85919
|
-
VBannerActions: VBannerActions
|
85920
|
-
VBannerText: VBannerText
|
85921
85924
|
VBottomNavigation: VBottomNavigation
|
85925
|
+
VBtnToggle: VBtnToggle
|
85922
85926
|
VBtn: VBtn
|
85923
|
-
VBtnGroup: VBtnGroup
|
85924
|
-
VAppBar: VAppBar
|
85925
|
-
VAppBarNavIcon: VAppBarNavIcon
|
85926
|
-
VAppBarTitle: VAppBarTitle
|
85927
85927
|
VCard: VCard
|
85928
85928
|
VCardActions: VCardActions
|
85929
85929
|
VCardItem: VCardItem
|
85930
85930
|
VCardSubtitle: VCardSubtitle
|
85931
85931
|
VCardText: VCardText
|
85932
85932
|
VCardTitle: VCardTitle
|
85933
|
-
|
85934
|
-
VChipGroup: VChipGroup
|
85935
|
-
VChip: VChip
|
85936
|
-
VCarousel: VCarousel
|
85937
|
-
VCarouselItem: VCarouselItem
|
85933
|
+
VBtnGroup: VBtnGroup
|
85938
85934
|
VCheckbox: VCheckbox
|
85939
85935
|
VCheckboxBtn: VCheckboxBtn
|
85940
|
-
|
85941
|
-
VColorPicker: VColorPicker
|
85936
|
+
VChip: VChip
|
85942
85937
|
VCombobox: VCombobox
|
85938
|
+
VChipGroup: VChipGroup
|
85943
85939
|
VCode: VCode
|
85940
|
+
VCarousel: VCarousel
|
85941
|
+
VCarouselItem: VCarouselItem
|
85942
|
+
VDatePicker: VDatePicker
|
85943
|
+
VDatePickerControls: VDatePickerControls
|
85944
|
+
VDatePickerHeader: VDatePickerHeader
|
85945
|
+
VDatePickerMonth: VDatePickerMonth
|
85946
|
+
VDatePickerMonths: VDatePickerMonths
|
85947
|
+
VDatePickerYears: VDatePickerYears
|
85944
85948
|
VDataTable: VDataTable
|
85945
85949
|
VDataTableHeaders: VDataTableHeaders
|
85946
85950
|
VDataTableFooter: VDataTableFooter
|
@@ -85948,38 +85952,30 @@ declare module 'vue' {
|
|
85948
85952
|
VDataTableRow: VDataTableRow
|
85949
85953
|
VDataTableVirtual: VDataTableVirtual
|
85950
85954
|
VDataTableServer: VDataTableServer
|
85951
|
-
|
85952
|
-
|
85953
|
-
VDatePickerHeader: VDatePickerHeader
|
85954
|
-
VDatePickerMonth: VDatePickerMonth
|
85955
|
-
VDatePickerMonths: VDatePickerMonths
|
85956
|
-
VDatePickerYears: VDatePickerYears
|
85957
|
-
VDivider: VDivider
|
85955
|
+
VColorPicker: VColorPicker
|
85956
|
+
VCounter: VCounter
|
85958
85957
|
VDialog: VDialog
|
85959
|
-
VField: VField
|
85960
|
-
VFieldLabel: VFieldLabel
|
85961
|
-
VEmptyState: VEmptyState
|
85962
|
-
VFileInput: VFileInput
|
85963
85958
|
VExpansionPanels: VExpansionPanels
|
85964
85959
|
VExpansionPanel: VExpansionPanel
|
85965
85960
|
VExpansionPanelText: VExpansionPanelText
|
85966
85961
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85967
|
-
VFooter: VFooter
|
85968
85962
|
VFab: VFab
|
85969
|
-
|
85963
|
+
VEmptyState: VEmptyState
|
85964
|
+
VField: VField
|
85965
|
+
VFieldLabel: VFieldLabel
|
85966
|
+
VFooter: VFooter
|
85970
85967
|
VInfiniteScroll: VInfiniteScroll
|
85968
|
+
VFileInput: VFileInput
|
85971
85969
|
VIcon: VIcon
|
85972
85970
|
VComponentIcon: VComponentIcon
|
85973
85971
|
VSvgIcon: VSvgIcon
|
85974
85972
|
VLigatureIcon: VLigatureIcon
|
85975
85973
|
VClassIcon: VClassIcon
|
85974
|
+
VImg: VImg
|
85976
85975
|
VKbd: VKbd
|
85977
85976
|
VItemGroup: VItemGroup
|
85978
85977
|
VItem: VItem
|
85979
85978
|
VInput: VInput
|
85980
|
-
VLabel: VLabel
|
85981
|
-
VMain: VMain
|
85982
|
-
VNavigationDrawer: VNavigationDrawer
|
85983
85979
|
VList: VList
|
85984
85980
|
VListGroup: VListGroup
|
85985
85981
|
VListImg: VListImg
|
@@ -85989,74 +85985,78 @@ declare module 'vue' {
|
|
85989
85985
|
VListItemSubtitle: VListItemSubtitle
|
85990
85986
|
VListItemTitle: VListItemTitle
|
85991
85987
|
VListSubheader: VListSubheader
|
85988
|
+
VLabel: VLabel
|
85992
85989
|
VMenu: VMenu
|
85993
85990
|
VMessages: VMessages
|
85994
|
-
|
85995
|
-
|
85991
|
+
VMain: VMain
|
85992
|
+
VNavigationDrawer: VNavigationDrawer
|
85996
85993
|
VOtpInput: VOtpInput
|
85997
|
-
|
85994
|
+
VDivider: VDivider
|
85995
|
+
VOverlay: VOverlay
|
85996
|
+
VNumberInput: VNumberInput
|
85998
85997
|
VPagination: VPagination
|
85999
|
-
VRadioGroup: VRadioGroup
|
86000
85998
|
VProgressCircular: VProgressCircular
|
85999
|
+
VRadioGroup: VRadioGroup
|
86000
|
+
VProgressLinear: VProgressLinear
|
86001
|
+
VSelect: VSelect
|
86001
86002
|
VRating: VRating
|
86002
86003
|
VSelectionControl: VSelectionControl
|
86003
86004
|
VSelectionControlGroup: VSelectionControlGroup
|
86004
86005
|
VSlideGroup: VSlideGroup
|
86005
86006
|
VSlideGroupItem: VSlideGroupItem
|
86006
|
-
|
86007
|
+
VSnackbar: VSnackbar
|
86007
86008
|
VSheet: VSheet
|
86008
|
-
|
86009
|
-
VSlider: VSlider
|
86009
|
+
VSkeletonLoader: VSkeletonLoader
|
86010
86010
|
VStepper: VStepper
|
86011
86011
|
VStepperActions: VStepperActions
|
86012
86012
|
VStepperHeader: VStepperHeader
|
86013
86013
|
VStepperItem: VStepperItem
|
86014
86014
|
VStepperWindow: VStepperWindow
|
86015
86015
|
VStepperWindowItem: VStepperWindowItem
|
86016
|
-
|
86016
|
+
VSlider: VSlider
|
86017
86017
|
VSwitch: VSwitch
|
86018
86018
|
VSystemBar: VSystemBar
|
86019
|
-
|
86020
|
-
VTimelineItem: VTimelineItem
|
86021
|
-
VTextarea: VTextarea
|
86019
|
+
VTable: VTable
|
86022
86020
|
VTab: VTab
|
86023
86021
|
VTabs: VTabs
|
86024
86022
|
VTabsWindow: VTabsWindow
|
86025
86023
|
VTabsWindowItem: VTabsWindowItem
|
86026
|
-
|
86024
|
+
VTextarea: VTextarea
|
86027
86025
|
VTextField: VTextField
|
86026
|
+
VTimeline: VTimeline
|
86027
|
+
VTimelineItem: VTimelineItem
|
86028
86028
|
VToolbar: VToolbar
|
86029
86029
|
VToolbarTitle: VToolbarTitle
|
86030
86030
|
VToolbarItems: VToolbarItems
|
86031
|
-
VTooltip: VTooltip
|
86032
86031
|
VWindow: VWindow
|
86033
86032
|
VWindowItem: VWindowItem
|
86034
|
-
|
86035
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
86036
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
86037
|
-
VConfirmEdit: VConfirmEdit
|
86033
|
+
VTooltip: VTooltip
|
86038
86034
|
VDataIterator: VDataIterator
|
86035
|
+
VConfirmEdit: VConfirmEdit
|
86039
86036
|
VDefaultsProvider: VDefaultsProvider
|
86037
|
+
VForm: VForm
|
86040
86038
|
VContainer: VContainer
|
86041
86039
|
VCol: VCol
|
86042
86040
|
VRow: VRow
|
86043
86041
|
VSpacer: VSpacer
|
86044
|
-
VForm: VForm
|
86045
86042
|
VHover: VHover
|
86046
|
-
VLocaleProvider: VLocaleProvider
|
86047
86043
|
VLayout: VLayout
|
86048
86044
|
VLayoutItem: VLayoutItem
|
86049
86045
|
VLazy: VLazy
|
86046
|
+
VLocaleProvider: VLocaleProvider
|
86050
86047
|
VNoSsr: VNoSsr
|
86051
86048
|
VParallax: VParallax
|
86052
86049
|
VRadio: VRadio
|
86053
|
-
|
86050
|
+
VResponsive: VResponsive
|
86054
86051
|
VSnackbarQueue: VSnackbarQueue
|
86055
86052
|
VSparkline: VSparkline
|
86056
86053
|
VSpeedDial: VSpeedDial
|
86054
|
+
VBanner: VBanner
|
86055
|
+
VBannerActions: VBannerActions
|
86056
|
+
VBannerText: VBannerText
|
86057
86057
|
VThemeProvider: VThemeProvider
|
86058
|
-
VVirtualScroll: VVirtualScroll
|
86059
86058
|
VValidation: VValidation
|
86059
|
+
VVirtualScroll: VVirtualScroll
|
86060
86060
|
VFabTransition: VFabTransition
|
86061
86061
|
VDialogBottomTransition: VDialogBottomTransition
|
86062
86062
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86073,7 +86073,7 @@ declare module 'vue' {
|
|
86073
86073
|
VExpandTransition: VExpandTransition
|
86074
86074
|
VExpandXTransition: VExpandXTransition
|
86075
86075
|
VDialogTransition: VDialogTransition
|
86076
|
-
|
86076
|
+
VRangeSlider: VRangeSlider
|
86077
86077
|
VCalendar: VCalendar
|
86078
86078
|
VCalendarDay: VCalendarDay
|
86079
86079
|
VCalendarHeader: VCalendarHeader
|
@@ -86081,21 +86081,21 @@ declare module 'vue' {
|
|
86081
86081
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86082
86082
|
VCalendarMonthDay: VCalendarMonthDay
|
86083
86083
|
VIconBtn: VIconBtn
|
86084
|
-
VColorInput: VColorInput
|
86085
|
-
VFileUpload: VFileUpload
|
86086
|
-
VFileUploadItem: VFileUploadItem
|
86087
|
-
VTreeview: VTreeview
|
86088
|
-
VTreeviewItem: VTreeviewItem
|
86089
|
-
VTreeviewGroup: VTreeviewGroup
|
86090
86084
|
VStepperVertical: VStepperVertical
|
86091
86085
|
VStepperVerticalItem: VStepperVerticalItem
|
86092
86086
|
VStepperVerticalActions: VStepperVerticalActions
|
86087
|
+
VPicker: VPicker
|
86088
|
+
VPickerTitle: VPickerTitle
|
86093
86089
|
VTimePicker: VTimePicker
|
86094
86090
|
VTimePickerClock: VTimePickerClock
|
86095
86091
|
VTimePickerControls: VTimePickerControls
|
86096
|
-
|
86097
|
-
|
86092
|
+
VFileUpload: VFileUpload
|
86093
|
+
VFileUploadItem: VFileUploadItem
|
86094
|
+
VTreeview: VTreeview
|
86095
|
+
VTreeviewItem: VTreeviewItem
|
86096
|
+
VTreeviewGroup: VTreeviewGroup
|
86098
86097
|
VDateInput: VDateInput
|
86099
86098
|
VPullToRefresh: VPullToRefresh
|
86099
|
+
VColorInput: VColorInput
|
86100
86100
|
}
|
86101
86101
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.9-master.2025-06-
|
2
|
+
* Vuetify v3.8.9-master.2025-06-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -532,6 +532,13 @@ function camelizeProps(props) {
|
|
532
532
|
}
|
533
533
|
return out;
|
534
534
|
}
|
535
|
+
function onlyDefinedProps(props) {
|
536
|
+
const booleanAttributes = ['checked', 'disabled'];
|
537
|
+
return Object.fromEntries(Object.entries(props).filter(_ref => {
|
538
|
+
let [key, v] = _ref;
|
539
|
+
return booleanAttributes.includes(key) ? !!v : v !== undefined;
|
540
|
+
}));
|
541
|
+
}
|
535
542
|
|
536
543
|
// Utilities
|
537
544
|
const block = ['top', 'bottom'];
|
@@ -3808,10 +3815,10 @@ const MaybeTransition = (props, _ref) => {
|
|
3808
3815
|
} = isObject(transition) ? transition : {};
|
3809
3816
|
let transitionProps;
|
3810
3817
|
if (isObject(transition)) {
|
3811
|
-
transitionProps = mergeProps(customProps,
|
3818
|
+
transitionProps = mergeProps(customProps, onlyDefinedProps({
|
3812
3819
|
disabled,
|
3813
3820
|
group
|
3814
|
-
})
|
3821
|
+
}), rest);
|
3815
3822
|
} else {
|
3816
3823
|
transitionProps = mergeProps({
|
3817
3824
|
name: disabled || !transition ? '' : transition
|
@@ -12223,7 +12230,11 @@ const VField = genericComponent()({
|
|
12223
12230
|
default: slots.loader
|
12224
12231
|
}), hasPrepend && createElementVNode("div", {
|
12225
12232
|
"key": "prepend",
|
12226
|
-
"class": "v-field__prepend-inner"
|
12233
|
+
"class": "v-field__prepend-inner",
|
12234
|
+
"onMousedown": e => {
|
12235
|
+
e.preventDefault();
|
12236
|
+
e.stopPropagation();
|
12237
|
+
}
|
12227
12238
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
12228
12239
|
"key": "prepend-icon",
|
12229
12240
|
"name": "prependInner",
|
@@ -12292,7 +12303,11 @@ const VField = genericComponent()({
|
|
12292
12303
|
})]), [[vShow, props.dirty]])]
|
12293
12304
|
}), hasAppend && createElementVNode("div", {
|
12294
12305
|
"key": "append",
|
12295
|
-
"class": "v-field__append-inner"
|
12306
|
+
"class": "v-field__append-inner",
|
12307
|
+
"onMousedown": e => {
|
12308
|
+
e.preventDefault();
|
12309
|
+
e.stopPropagation();
|
12310
|
+
}
|
12296
12311
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12297
12312
|
"key": "append-icon",
|
12298
12313
|
"name": "appendInner",
|
@@ -22751,9 +22766,7 @@ const VDatePickerYears = genericComponent()({
|
|
22751
22766
|
const yearRef = templateRef();
|
22752
22767
|
onMounted(async () => {
|
22753
22768
|
await nextTick();
|
22754
|
-
yearRef.el?.
|
22755
|
-
block: 'center'
|
22756
|
-
});
|
22769
|
+
yearRef.el?.focus();
|
22757
22770
|
});
|
22758
22771
|
function isYearAllowed(year) {
|
22759
22772
|
if (Array.isArray(props.allowedYears) && props.allowedYears.length) {
|
@@ -22889,8 +22902,16 @@ const VDatePicker = genericComponent()({
|
|
22889
22902
|
return value && adapter.isValid(value) ? value : today;
|
22890
22903
|
});
|
22891
22904
|
const headerColor = toRef(() => props.headerColor ?? props.color);
|
22892
|
-
const
|
22893
|
-
const
|
22905
|
+
const _month = useProxiedModel(props, 'month');
|
22906
|
+
const month = computed({
|
22907
|
+
get: () => Number(_month.value ?? adapter.getMonth(adapter.startOfMonth(internal.value))),
|
22908
|
+
set: v => _month.value = v
|
22909
|
+
});
|
22910
|
+
const _year = useProxiedModel(props, 'year');
|
22911
|
+
const year = computed({
|
22912
|
+
get: () => Number(_year.value ?? adapter.getYear(adapter.startOfYear(adapter.setMonth(internal.value, month.value)))),
|
22913
|
+
set: v => _year.value = v
|
22914
|
+
});
|
22894
22915
|
const isReversing = shallowRef(false);
|
22895
22916
|
const header = computed(() => {
|
22896
22917
|
if (props.multiple && model.value.length > 1) {
|
@@ -22974,9 +22995,9 @@ const VDatePicker = genericComponent()({
|
|
22974
22995
|
} else {
|
22975
22996
|
year.value++;
|
22976
22997
|
month.value = 0;
|
22977
|
-
onUpdateYear(
|
22998
|
+
onUpdateYear();
|
22978
22999
|
}
|
22979
|
-
onUpdateMonth(
|
23000
|
+
onUpdateMonth();
|
22980
23001
|
}
|
22981
23002
|
function onClickPrev() {
|
22982
23003
|
if (month.value > 0) {
|
@@ -22984,9 +23005,9 @@ const VDatePicker = genericComponent()({
|
|
22984
23005
|
} else {
|
22985
23006
|
year.value--;
|
22986
23007
|
month.value = 11;
|
22987
|
-
onUpdateYear(
|
23008
|
+
onUpdateYear();
|
22988
23009
|
}
|
22989
|
-
onUpdateMonth(
|
23010
|
+
onUpdateMonth();
|
22990
23011
|
}
|
22991
23012
|
function onClickDate() {
|
22992
23013
|
viewMode.value = 'month';
|
@@ -22997,13 +23018,11 @@ const VDatePicker = genericComponent()({
|
|
22997
23018
|
function onClickYear() {
|
22998
23019
|
viewMode.value = viewMode.value === 'year' ? 'month' : 'year';
|
22999
23020
|
}
|
23000
|
-
function onUpdateMonth(
|
23021
|
+
function onUpdateMonth() {
|
23001
23022
|
if (viewMode.value === 'months') onClickMonth();
|
23002
|
-
emit('update:month', value);
|
23003
23023
|
}
|
23004
|
-
function onUpdateYear(
|
23024
|
+
function onUpdateYear() {
|
23005
23025
|
if (viewMode.value === 'year') onClickYear();
|
23006
|
-
emit('update:year', value);
|
23007
23026
|
}
|
23008
23027
|
watch(model, (val, oldVal) => {
|
23009
23028
|
const arrBefore = wrapInArray(oldVal);
|
@@ -23015,11 +23034,11 @@ const VDatePicker = genericComponent()({
|
|
23015
23034
|
const newYear = adapter.getYear(after);
|
23016
23035
|
if (newMonth !== month.value) {
|
23017
23036
|
month.value = newMonth;
|
23018
|
-
onUpdateMonth(
|
23037
|
+
onUpdateMonth();
|
23019
23038
|
}
|
23020
23039
|
if (newYear !== year.value) {
|
23021
23040
|
year.value = newYear;
|
23022
|
-
onUpdateYear(
|
23041
|
+
onUpdateYear();
|
23023
23042
|
}
|
23024
23043
|
isReversing.value = adapter.isBefore(before, after);
|
23025
23044
|
});
|
@@ -29464,7 +29483,7 @@ function createVuetify$1() {
|
|
29464
29483
|
};
|
29465
29484
|
});
|
29466
29485
|
}
|
29467
|
-
const version$1 = "3.8.9-master.2025-06-
|
29486
|
+
const version$1 = "3.8.9-master.2025-06-13";
|
29468
29487
|
createVuetify$1.version = version$1;
|
29469
29488
|
|
29470
29489
|
// Vue's inject() can only be used in setup
|
@@ -29489,7 +29508,7 @@ const createVuetify = function () {
|
|
29489
29508
|
...options
|
29490
29509
|
});
|
29491
29510
|
};
|
29492
|
-
const version = "3.8.9-master.2025-06-
|
29511
|
+
const version = "3.8.9-master.2025-06-13";
|
29493
29512
|
createVuetify.version = version;
|
29494
29513
|
|
29495
29514
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|