@admin-layout/gluestack-ui-mobile 12.0.16-alpha.74 → 12.0.16-alpha.76
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 +8 -0
- package/lib/components/ui/actionsheet/index.d.ts +5 -13
- package/lib/components/ui/actionsheet/index.web.d.ts +5 -5
- package/lib/components/ui/alert-dialog/index.d.ts +4 -10
- package/lib/components/ui/alert-dialog/index.web.d.ts +4 -10
- package/lib/components/ui/drawer/index.d.ts +3 -7
- package/lib/components/ui/menu/index.d.ts +2 -2
- package/lib/components/ui/modal/index.d.ts +3 -7
- package/lib/components/ui/popover/index.d.ts +4 -8
- package/lib/components/ui/popover/index.web.d.ts +4 -8
- package/lib/components/ui/select/index.d.ts +18 -36
- package/lib/components/ui/select/select-actionsheet.d.ts +9 -13
- package/lib/components/ui/tooltip/index.d.ts +3 -3
- package/lib/containers/layout/DrawerBottomNavigationConfig.d.ts +9 -3
- package/lib/containers/layout/DrawerConfig.d.ts +6 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [12.0.16-alpha.76](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.75...v12.0.16-alpha.76) (2025-10-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
9
|
+
|
|
10
|
+
## [12.0.16-alpha.75](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.74...v12.0.16-alpha.75) (2025-10-29)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
13
|
+
|
|
6
14
|
## [12.0.16-alpha.74](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.73...v12.0.16-alpha.74) (2025-10-27)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { View, PressableProps } from 'react-native';
|
|
3
3
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
4
|
-
export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types").IActionsheetComponentType<import("react-native").ViewProps, import("react-native").
|
|
5
|
-
ref?: React.Ref<View>;
|
|
6
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, PressableProps & React.RefAttributes<View>, import("react-native").TextProps, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").Animated.AnimatedProps<import("react-native").ViewProps & React.RefAttributes<View>> & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, unknown>, import("react-native").ScrollViewProps, import("react-native").VirtualizedListProps<unknown>, import("react-native").FlatListProps<unknown>, import("react-native").SectionListProps<unknown, unknown>, import("@expo/html-elements/build/primitives/Text").TextProps, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
|
|
4
|
+
export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types").IActionsheetComponentType<import("react-native").ViewProps, PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, PressableProps & React.RefAttributes<View>, import("react-native").TextProps, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").ScrollViewProps, import("react-native").VirtualizedListProps<unknown>, import("react-native").FlatListProps<unknown>, import("react-native").SectionListProps<unknown, unknown>, import("@expo/html-elements/build/primitives/Text").TextProps, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
|
|
7
5
|
fill?: import("react-native").ColorValue;
|
|
8
6
|
stroke?: import("react-native").ColorValue;
|
|
9
7
|
}) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
|
|
@@ -111,9 +109,9 @@ type IActionsheetIconProps = VariantProps<typeof actionsheetIconStyle> & React.C
|
|
|
111
109
|
width?: number;
|
|
112
110
|
};
|
|
113
111
|
declare const Actionsheet: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
114
|
-
declare const ActionsheetContent: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 web:pointer-events-auto web:select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 web:pointer-events-auto web:select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<
|
|
112
|
+
declare const ActionsheetContent: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 web:pointer-events-auto web:select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 web:pointer-events-auto web:select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>, "ref"> & {
|
|
115
113
|
className?: string;
|
|
116
|
-
} & React.RefAttributes<import("react-native").
|
|
114
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
117
115
|
declare const ActionsheetItem: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 web:data-[focus-visible=true]:outline-indicator-primary gap-2", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 web:data-[focus-visible=true]:outline-indicator-primary gap-2", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<PressableProps & React.RefAttributes<View> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetItemProps, "ref"> & React.RefAttributes<PressableProps & React.RefAttributes<View>>, "ref"> & React.RefAttributes<PressableProps & React.RefAttributes<View>>>;
|
|
118
116
|
declare const ActionsheetItemText: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
119
117
|
isTruncated: {
|
|
@@ -382,15 +380,9 @@ declare const ActionsheetItemText: React.ForwardRefExoticComponent<VariantProps<
|
|
|
382
380
|
}>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").TextProps> & import("react-native").TextProps, "ref"> & React.RefAttributes<import("react-native").TextProps>>;
|
|
383
381
|
declare const ActionsheetDragIndicator: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
384
382
|
declare const ActionsheetDragIndicatorWrapper: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
385
|
-
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").
|
|
386
|
-
ref?: React.Ref<View>;
|
|
387
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
388
|
-
ref?: React.Ref<View>;
|
|
389
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, "ref">, "ref"> & {
|
|
383
|
+
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref">, "ref"> & {
|
|
390
384
|
className?: string;
|
|
391
|
-
} & React.RefAttributes<import("
|
|
392
|
-
ref?: React.Ref<View>;
|
|
393
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
385
|
+
} & React.RefAttributes<PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
394
386
|
declare const ActionsheetScrollView: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").ScrollViewProps> & import("react-native").ScrollViewProps, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
395
387
|
declare const ActionsheetVirtualizedList: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").VirtualizedListProps<unknown>> & import("react-native").VirtualizedListProps<unknown>, "ref"> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>>>;
|
|
396
388
|
declare const ActionsheetFlatList: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<import("react-native").FlatListProps<unknown>> & import("react-native").FlatListProps<unknown>, "ref"> & React.RefAttributes<import("react-native").FlatListProps<unknown>>>;
|
|
@@ -4,7 +4,7 @@ export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types"
|
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
className?: string;
|
|
6
6
|
style?: React.CSSProperties;
|
|
7
|
-
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>,
|
|
7
|
+
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>, any, React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, {
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
className?: string;
|
|
10
10
|
style?: React.CSSProperties;
|
|
@@ -16,7 +16,7 @@ export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types"
|
|
|
16
16
|
children?: React.ReactNode;
|
|
17
17
|
className?: string;
|
|
18
18
|
style?: React.CSSProperties;
|
|
19
|
-
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>, import("react-native").
|
|
19
|
+
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>, {
|
|
20
20
|
children?: React.ReactNode;
|
|
21
21
|
className?: string;
|
|
22
22
|
style?: React.CSSProperties;
|
|
@@ -160,9 +160,9 @@ declare const Actionsheet: React.ForwardRefExoticComponent<VariantProps<import("
|
|
|
160
160
|
className?: string;
|
|
161
161
|
style?: React.CSSProperties;
|
|
162
162
|
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>>>;
|
|
163
|
-
declare const ActionsheetContent: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 pointer-events-auto select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 pointer-events-auto select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<
|
|
163
|
+
declare const ActionsheetContent: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 pointer-events-auto select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-5 pt-2 bg-background-0 pointer-events-auto select-none shadow-hard-5 border border-b-0 border-outline-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>>, "ref"> & {
|
|
164
164
|
className?: string;
|
|
165
|
-
} & React.RefAttributes<import("react-native").
|
|
165
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
166
166
|
declare const ActionsheetItem: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full flex-row items-center p-3 rounded-sm cursor-pointer data-[disabled=true]:opacity-40 data-[disabled=true]:pointer-events-auto data-[disabled=true]:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 data-[focus-visible=true]:bg-background-100 data-[focus-visible=true]:outline-indicator-primary gap-2", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full flex-row items-center p-3 rounded-sm cursor-pointer data-[disabled=true]:opacity-40 data-[disabled=true]:pointer-events-auto data-[disabled=true]:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 data-[focus-visible=true]:bg-background-100 data-[focus-visible=true]:outline-indicator-primary gap-2", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetItemProps, "ref"> & React.RefAttributes<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>, "ref"> & React.RefAttributes<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>>;
|
|
167
167
|
declare const ActionsheetItemText: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
168
168
|
isTruncated: {
|
|
@@ -467,7 +467,7 @@ declare const ActionsheetDragIndicatorWrapper: React.ForwardRefExoticComponent<V
|
|
|
467
467
|
className?: string;
|
|
468
468
|
style?: React.CSSProperties;
|
|
469
469
|
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>>>;
|
|
470
|
-
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<Omit<IActionsheetBackdropProps, "ref"> & React.RefAttributes<
|
|
470
|
+
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<Omit<IActionsheetBackdropProps, "ref"> & React.RefAttributes<any>>;
|
|
471
471
|
declare const ActionsheetScrollView: React.ForwardRefExoticComponent<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto overflow-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto overflow-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<React.RefAttributes<{
|
|
472
472
|
children?: React.ReactNode;
|
|
473
473
|
className?: string;
|
|
@@ -24,7 +24,7 @@ declare const AlertDialog: React.ForwardRefExoticComponent<Omit<React.RefAttribu
|
|
|
24
24
|
}), undefined, "group/modal w-full h-full justify-center items-center web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "group/modal w-full h-full justify-center items-center web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps & {
|
|
25
25
|
context?: any;
|
|
26
26
|
} & React.RefAttributes<typeof View>>>;
|
|
27
|
-
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").
|
|
27
|
+
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>> & import("@gluestack-ui/alert-dialog/lib/types").IAlertDialogContentProps & import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
xs: string;
|
|
30
30
|
sm: string;
|
|
@@ -42,18 +42,12 @@ declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.Ref
|
|
|
42
42
|
};
|
|
43
43
|
}), undefined, "bg-background-0 rounded-lg overflow-hidden border border-outline-100 p-6", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "bg-background-0 rounded-lg overflow-hidden border border-outline-100 p-6", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
44
44
|
className?: string;
|
|
45
|
-
} & React.RefAttributes<import("react-native").
|
|
45
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
46
46
|
declare const AlertDialogCloseButton: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View>> & Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "group/alert-dialog-close-button z-10 rounded-sm p-2 data-[focus-visible=true]:bg-background-100 web:cursor-pointer outline-0", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "group/alert-dialog-close-button z-10 rounded-sm p-2 data-[focus-visible=true]:bg-background-100 web:cursor-pointer outline-0", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View>>>;
|
|
47
47
|
declare const AlertDialogHeader: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "justify-between items-center flex-row", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "justify-between items-center flex-row", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
48
48
|
declare const AlertDialogFooter: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex-row justify-end items-center gap-3", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex-row justify-end items-center gap-3", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
49
49
|
declare const AlertDialogBody: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").ScrollViewProps> & import("react-native").ScrollViewProps, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
50
|
-
declare const AlertDialogBackdrop: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").
|
|
51
|
-
ref?: React.Ref<View>;
|
|
52
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
53
|
-
ref?: React.Ref<View>;
|
|
54
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
50
|
+
declare const AlertDialogBackdrop: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
55
51
|
className?: string;
|
|
56
|
-
} & React.RefAttributes<import("react-native").
|
|
57
|
-
ref?: React.Ref<View>;
|
|
58
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
52
|
+
} & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
59
53
|
export { AlertDialog, AlertDialogContent, AlertDialogCloseButton, AlertDialogHeader, AlertDialogFooter, AlertDialogBody, AlertDialogBackdrop, };
|
|
@@ -29,7 +29,7 @@ declare const AlertDialog: React.ForwardRefExoticComponent<Omit<React.RefAttribu
|
|
|
29
29
|
}), undefined, "group/modal w-full h-full justify-center items-center pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "group/modal w-full h-full justify-center items-center pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<Omit<BaseProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
30
30
|
context?: any;
|
|
31
31
|
} & React.RefAttributes<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>>>>;
|
|
32
|
-
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").
|
|
32
|
+
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>> & import("@gluestack-ui/alert-dialog/lib/types").IAlertDialogContentProps & import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
33
33
|
size: {
|
|
34
34
|
xs: string;
|
|
35
35
|
sm: string;
|
|
@@ -47,18 +47,12 @@ declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<React.Ref
|
|
|
47
47
|
};
|
|
48
48
|
}), undefined, "bg-background-0 rounded-lg overflow-hidden border border-outline-100 p-6", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "bg-background-0 rounded-lg overflow-hidden border border-outline-100 p-6", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
49
49
|
className?: string;
|
|
50
|
-
} & React.RefAttributes<import("react-native").
|
|
50
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
51
51
|
declare const AlertDialogCloseButton: React.ForwardRefExoticComponent<Omit<React.RefAttributes<ButtonProps & React.RefAttributes<HTMLButtonElement>> & Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "group/alert-dialog-close-button z-10 rounded-sm p-2 data-[focus-visible=true]:bg-background-100 cursor-pointer outline-0", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "group/alert-dialog-close-button z-10 rounded-sm p-2 data-[focus-visible=true]:bg-background-100 cursor-pointer outline-0", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
|
|
52
52
|
declare const AlertDialogHeader: React.ForwardRefExoticComponent<Omit<React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>> & Omit<BaseProps & React.RefAttributes<HTMLDivElement>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "justify-between items-center flex-row", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "justify-between items-center flex-row", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>>>;
|
|
53
53
|
declare const AlertDialogFooter: React.ForwardRefExoticComponent<Omit<React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>> & Omit<BaseProps & React.RefAttributes<HTMLDivElement>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex-row justify-end items-center gap-3", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex-row justify-end items-center gap-3", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>>>;
|
|
54
54
|
declare const AlertDialogBody: React.ForwardRefExoticComponent<Omit<React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>> & Omit<BaseProps & React.RefAttributes<HTMLDivElement>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement>>>;
|
|
55
|
-
declare const AlertDialogBackdrop: React.ForwardRefExoticComponent<Omit<React.RefAttributes<import("
|
|
56
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
57
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<BaseProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
58
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
59
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, unknown>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
55
|
+
declare const AlertDialogBackdrop: React.ForwardRefExoticComponent<Omit<React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, {}>> & Omit<BaseProps & React.RefAttributes<HTMLDivElement> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, {}>, "ref">, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark cursor-default", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
60
56
|
className?: string;
|
|
61
|
-
} & React.RefAttributes<import("
|
|
62
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
63
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, unknown>>>;
|
|
57
|
+
} & React.RefAttributes<BaseProps & React.RefAttributes<HTMLDivElement> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<BaseProps & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, {}>>>;
|
|
64
58
|
export { AlertDialog, AlertDialogContent, AlertDialogCloseButton, AlertDialogHeader, AlertDialogFooter, AlertDialogBody, AlertDialogBackdrop, };
|
|
@@ -3,9 +3,7 @@ import { View } from 'react-native';
|
|
|
3
3
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
4
4
|
declare const UIDrawer: import("@gluestack-ui/modal/lib/types").IModalComponentType<import("react-native").ViewProps & {
|
|
5
5
|
context?: any;
|
|
6
|
-
} & React.RefAttributes<typeof View>, import("react-native").
|
|
7
|
-
ref?: React.Ref<View>;
|
|
8
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>;
|
|
6
|
+
} & React.RefAttributes<typeof View>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").PressableProps & React.RefAttributes<View>, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").ScrollViewProps, import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>;
|
|
9
7
|
declare const drawerStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
10
8
|
size: {
|
|
11
9
|
sm: string;
|
|
@@ -196,10 +194,8 @@ type IDrawerCloseButtonProps = React.ComponentProps<typeof UIDrawer.CloseButton>
|
|
|
196
194
|
declare const CustomDrawer: React.ForwardRefExoticComponent<Omit<IDrawerProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & {
|
|
197
195
|
context?: any;
|
|
198
196
|
} & React.RefAttributes<typeof View>>>;
|
|
199
|
-
declare const DrawerBackdrop: React.ForwardRefExoticComponent<Omit<IDrawerBackdropProps, "ref"> & React.RefAttributes<import("react-native").
|
|
200
|
-
|
|
201
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
202
|
-
declare const DrawerContent: React.ForwardRefExoticComponent<Omit<IDrawerContentProps, "ref"> & React.RefAttributes<import("react-native").Animated.AnimatedProps<import("react-native").ViewProps & React.RefAttributes<View>> & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, unknown>>>;
|
|
197
|
+
declare const DrawerBackdrop: React.ForwardRefExoticComponent<Omit<IDrawerBackdropProps, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
198
|
+
declare const DrawerContent: React.ForwardRefExoticComponent<Omit<IDrawerContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
203
199
|
declare const DrawerHeader: React.ForwardRefExoticComponent<Omit<IDrawerHeaderProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
204
200
|
declare const DrawerBody: React.ForwardRefExoticComponent<Omit<IDrawerBodyProps, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
205
201
|
declare const DrawerFooter: React.ForwardRefExoticComponent<Omit<IDrawerFooterProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
@@ -354,7 +354,7 @@ declare const menuItemLabelStyle: import("@gluestack-ui/nativewind-utils/types")
|
|
|
354
354
|
true: string;
|
|
355
355
|
};
|
|
356
356
|
}>, unknown, unknown, undefined>>;
|
|
357
|
-
export declare const UIMenu: import("@gluestack-ui/menu/lib/types").IMenuComponentType<import("react-native").
|
|
357
|
+
export declare const UIMenu: import("@gluestack-ui/menu/lib/types").IMenuComponentType<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
358
358
|
className?: string;
|
|
359
359
|
} & Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>, import("react-native").TextProps, Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
360
360
|
type IMenuProps = React.ComponentProps<typeof UIMenu> & VariantProps<typeof menuStyle> & {
|
|
@@ -363,7 +363,7 @@ type IMenuProps = React.ComponentProps<typeof UIMenu> & VariantProps<typeof menu
|
|
|
363
363
|
type IMenuItemLabelProps = React.ComponentProps<typeof UIMenu.ItemLabel> & VariantProps<typeof menuItemLabelStyle> & {
|
|
364
364
|
className?: string;
|
|
365
365
|
};
|
|
366
|
-
declare const Menu: React.ForwardRefExoticComponent<Omit<IMenuProps, "ref"> & React.RefAttributes<import("react-native").
|
|
366
|
+
declare const Menu: React.ForwardRefExoticComponent<Omit<IMenuProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
367
367
|
declare const MenuItem: React.ForwardRefExoticComponent<React.RefAttributes<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
368
368
|
className?: string;
|
|
369
369
|
} & Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>> & Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "min-w-[200px] p-3 flex-row items-center rounded data-[hover=true]:bg-background-50 data-[active=true]:bg-background-100 data-[focus=true]:bg-background-50 data-[focus=true]:web:outline-none data-[focus=true]:web:outline-0 data-[disabled=true]:opacity-40 data-[disabled=true]:web:cursor-not-allowed data-[focus-visible=true]:web:outline-2 data-[focus-visible=true]:web:outline-primary-700 data-[focus-visible=true]:web:outline data-[focus-visible=true]:web:cursor-pointer data-[disabled=true]:data-[focus=true]:bg-transparent", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
@@ -3,9 +3,7 @@ import { View } from 'react-native';
|
|
|
3
3
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
4
4
|
declare const UIModal: import("@gluestack-ui/modal/lib/types").IModalComponentType<import("react-native").ViewProps & {
|
|
5
5
|
context?: any;
|
|
6
|
-
} & React.RefAttributes<typeof View>, import("react-native").
|
|
7
|
-
ref?: React.Ref<View>;
|
|
8
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>;
|
|
6
|
+
} & React.RefAttributes<typeof View>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").PressableProps & React.RefAttributes<View>, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").ScrollViewProps, import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>;
|
|
9
7
|
declare const modalStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
10
8
|
size: {
|
|
11
9
|
xs: string;
|
|
@@ -135,10 +133,8 @@ type IModalCloseButtonProps = React.ComponentProps<typeof UIModal.CloseButton> &
|
|
|
135
133
|
declare const Modal: React.ForwardRefExoticComponent<Omit<IModalProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & {
|
|
136
134
|
context?: any;
|
|
137
135
|
} & React.RefAttributes<typeof View>>>;
|
|
138
|
-
declare const ModalBackdrop: React.ForwardRefExoticComponent<Omit<IModalBackdropProps, "ref"> & React.RefAttributes<import("react-native").
|
|
139
|
-
|
|
140
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
141
|
-
declare const ModalContent: React.ForwardRefExoticComponent<Omit<IModalContentProps, "ref"> & React.RefAttributes<import("react-native").Animated.AnimatedProps<import("react-native").ViewProps & React.RefAttributes<View>> & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, unknown>>>;
|
|
136
|
+
declare const ModalBackdrop: React.ForwardRefExoticComponent<Omit<IModalBackdropProps, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
137
|
+
declare const ModalContent: React.ForwardRefExoticComponent<Omit<IModalContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
142
138
|
declare const ModalHeader: React.ForwardRefExoticComponent<Omit<IModalHeaderProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
143
139
|
declare const ModalBody: React.ForwardRefExoticComponent<Omit<IModalBodyProps, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
144
140
|
declare const ModalFooter: React.ForwardRefExoticComponent<Omit<IModalFooterProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
@@ -3,9 +3,7 @@ import { View } from 'react-native';
|
|
|
3
3
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
4
4
|
declare const UIPopover: import("@gluestack-ui/popover/lib/types").IPopoverComponentType<import("react-native").ViewProps & {
|
|
5
5
|
context?: any;
|
|
6
|
-
} & React.RefAttributes<typeof View>, import("react-native").
|
|
7
|
-
ref?: React.Ref<View>;
|
|
8
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, import("react-native").PressableProps & React.RefAttributes<View>>;
|
|
6
|
+
} & React.RefAttributes<typeof View>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").ScrollViewProps, import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, import("react-native").PressableProps & React.RefAttributes<View>>;
|
|
9
7
|
declare const popoverStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
10
8
|
size: {
|
|
11
9
|
xs: string;
|
|
@@ -298,11 +296,9 @@ type IPopoverCloseButtonProps = React.ComponentProps<typeof UIPopover.CloseButto
|
|
|
298
296
|
declare const Popover: React.ForwardRefExoticComponent<Omit<IPopoverProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & {
|
|
299
297
|
context?: any;
|
|
300
298
|
} & React.RefAttributes<typeof View>>>;
|
|
301
|
-
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<IPopoverContentProps, "ref"> & React.RefAttributes<import("react-native").
|
|
302
|
-
declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<IPopoverArrowProps, "ref"> & React.RefAttributes<import("react-native").
|
|
303
|
-
declare const PopoverBackdrop: React.ForwardRefExoticComponent<Omit<IPopoverBackdropProps, "ref"> & React.RefAttributes<import("react-native").
|
|
304
|
-
ref?: React.Ref<View>;
|
|
305
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
299
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<IPopoverContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
300
|
+
declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<IPopoverArrowProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
301
|
+
declare const PopoverBackdrop: React.ForwardRefExoticComponent<Omit<IPopoverBackdropProps, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
306
302
|
declare const PopoverBody: React.ForwardRefExoticComponent<Omit<IPopoverBodyProps, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
307
303
|
declare const PopoverCloseButton: React.ForwardRefExoticComponent<Omit<IPopoverCloseButtonProps, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View>>>;
|
|
308
304
|
declare const PopoverFooter: React.ForwardRefExoticComponent<Omit<IPopoverFooterProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
@@ -2,9 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
3
|
declare const UIPopover: import("@gluestack-ui/popover/lib/types").IPopoverComponentType<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4
4
|
context?: any;
|
|
5
|
-
} & React.RefAttributes<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>>, import("react-native").
|
|
6
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
7
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, unknown>, Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
} & React.RefAttributes<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, {}>, Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
8
6
|
declare const popoverStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
9
7
|
size: {
|
|
10
8
|
xs: string;
|
|
@@ -297,11 +295,9 @@ type IPopoverCloseButtonProps = React.ComponentProps<typeof UIPopover.CloseButto
|
|
|
297
295
|
declare const Popover: React.ForwardRefExoticComponent<Omit<IPopoverProps, "ref"> & React.RefAttributes<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
298
296
|
context?: any;
|
|
299
297
|
} & React.RefAttributes<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>>>>;
|
|
300
|
-
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<IPopoverContentProps, "ref"> & React.RefAttributes<import("react-native").
|
|
301
|
-
declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<IPopoverArrowProps, "ref"> & React.RefAttributes<import("react-native").
|
|
302
|
-
declare const PopoverBackdrop: React.ForwardRefExoticComponent<Omit<IPopoverBackdropProps, "ref"> & React.RefAttributes<import("
|
|
303
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
304
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, unknown>>>;
|
|
298
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<IPopoverContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
299
|
+
declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<IPopoverArrowProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
300
|
+
declare const PopoverBackdrop: React.ForwardRefExoticComponent<Omit<IPopoverBackdropProps, "ref"> & React.RefAttributes<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>, React.CSSProperties, unknown, unknown, {}>>>;
|
|
305
301
|
declare const PopoverBody: React.ForwardRefExoticComponent<Omit<IPopoverBodyProps, "ref"> & React.RefAttributes<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>>;
|
|
306
302
|
declare const PopoverCloseButton: React.ForwardRefExoticComponent<Omit<IPopoverCloseButtonProps, "ref"> & React.RefAttributes<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>>;
|
|
307
303
|
declare const PopoverFooter: React.ForwardRefExoticComponent<Omit<IPopoverFooterProps, "ref"> & React.RefAttributes<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>>;
|
|
@@ -160,25 +160,19 @@ declare const UISelect: import("@gluestack-ui/select/lib/types").ISelectComponen
|
|
|
160
160
|
stroke?: import("react-native").ColorValue;
|
|
161
161
|
}>), Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps & {
|
|
162
162
|
className?: string;
|
|
163
|
-
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").
|
|
164
|
-
ref?: React.Ref<View>;
|
|
165
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
166
|
-
ref?: React.Ref<View>;
|
|
167
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, "ref"> & {
|
|
163
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
|
|
168
164
|
className?: string;
|
|
169
|
-
}, "ref"> & React.RefAttributes<import("react-native").
|
|
170
|
-
ref?: React.Ref<View>;
|
|
171
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<import("react-native").Animated.AnimatedProps<import("react-native").ViewProps & React.RefAttributes<View>> & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, unknown>, "ref"> & {
|
|
165
|
+
}, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
172
166
|
context?: any;
|
|
173
|
-
} & React.RefAttributes<
|
|
167
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
174
168
|
context?: any;
|
|
175
|
-
} & React.RefAttributes<
|
|
169
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
|
|
176
170
|
className?: string;
|
|
177
171
|
} & {
|
|
178
172
|
className?: string;
|
|
179
|
-
}, "ref"> & React.RefAttributes<
|
|
173
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
180
174
|
context?: any;
|
|
181
|
-
} & React.RefAttributes<
|
|
175
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
|
|
182
176
|
className?: string;
|
|
183
177
|
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
|
|
184
178
|
className?: string;
|
|
@@ -883,44 +877,32 @@ declare const SelectPortal: React.ForwardRefExoticComponent<Omit<Omit<VariantPro
|
|
|
883
877
|
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps & {
|
|
884
878
|
className?: string;
|
|
885
879
|
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>>>;
|
|
886
|
-
declare const SelectBackdrop: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").
|
|
887
|
-
ref?: React.Ref<View>;
|
|
888
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
889
|
-
ref?: React.Ref<View>;
|
|
890
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, "ref"> & {
|
|
880
|
+
declare const SelectBackdrop: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
|
|
891
881
|
className?: string;
|
|
892
|
-
}, "ref"> & React.RefAttributes<import("react-native").
|
|
893
|
-
ref?: React.Ref<View>;
|
|
894
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").Animated.AnimatedProps<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
895
|
-
ref?: React.Ref<View>;
|
|
896
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>> & Omit<import("react-native").Animated.AnimatedProps<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
897
|
-
ref?: React.Ref<View>;
|
|
898
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, "ref"> & {
|
|
882
|
+
}, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
|
|
899
883
|
className?: string;
|
|
900
|
-
}, "ref"> & React.RefAttributes<import("react-native").
|
|
901
|
-
|
|
902
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>>;
|
|
903
|
-
declare const SelectContent: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<import("react-native").Animated.AnimatedProps<import("react-native").ViewProps & React.RefAttributes<View>> & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, unknown>, "ref"> & {
|
|
884
|
+
}, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>>;
|
|
885
|
+
declare const SelectContent: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
904
886
|
context?: any;
|
|
905
|
-
} & React.RefAttributes<
|
|
887
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
906
888
|
context?: any;
|
|
907
|
-
} & React.RefAttributes<
|
|
889
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
|
|
908
890
|
className?: string;
|
|
909
891
|
} & {
|
|
910
892
|
className?: string;
|
|
911
|
-
}, "ref"> & React.RefAttributes<
|
|
893
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
912
894
|
context?: any;
|
|
913
|
-
} & React.RefAttributes<
|
|
895
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
914
896
|
context?: any;
|
|
915
|
-
} & React.RefAttributes<
|
|
897
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
916
898
|
context?: any;
|
|
917
|
-
} & React.RefAttributes<
|
|
899
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
|
|
918
900
|
className?: string;
|
|
919
901
|
} & {
|
|
920
902
|
className?: string;
|
|
921
|
-
}, "ref"> & React.RefAttributes<
|
|
903
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
922
904
|
context?: any;
|
|
923
|
-
} & React.RefAttributes<
|
|
905
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>>>;
|
|
924
906
|
declare const SelectDragIndicator: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
|
|
925
907
|
className?: string;
|
|
926
908
|
}, "ref"> & React.RefAttributes<import("react-native").ViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { View } from 'react-native';
|
|
2
2
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types").IActionsheetComponentType<import("react-native").ViewProps, import("react-native").
|
|
5
|
-
ref?: React.Ref<View>;
|
|
6
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>, Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
4
|
+
export declare const UIActionsheet: import("@gluestack-ui/actionsheet/lib/types").IActionsheetComponentType<import("react-native").ViewProps, import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
7
5
|
context?: any;
|
|
8
|
-
} & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>, import("react-native").TextProps, import("react-native").ViewProps, import("react-native").ViewProps,
|
|
6
|
+
} & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>, import("react-native").TextProps, import("react-native").ViewProps, import("react-native").ViewProps, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
9
7
|
context?: any;
|
|
10
|
-
} & React.RefAttributes<
|
|
8
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>, import("react-native").ScrollViewProps, import("react-native").VirtualizedListProps<unknown>, import("react-native").FlatListProps<unknown>, import("react-native").SectionListProps<unknown, unknown>, import("@expo/html-elements/build/primitives/Text").TextProps, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
|
|
11
9
|
fill?: import("react-native").ColorValue;
|
|
12
10
|
stroke?: import("react-native").ColorValue;
|
|
13
11
|
}) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
|
|
@@ -652,26 +650,24 @@ type IActionsheetSectionHeaderTextProps = VariantProps<typeof actionsheetSection
|
|
|
652
650
|
className?: string;
|
|
653
651
|
};
|
|
654
652
|
declare const Actionsheet: React.ForwardRefExoticComponent<Omit<IActionsheetProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
655
|
-
declare const ActionsheetContent: React.ForwardRefExoticComponent<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<
|
|
653
|
+
declare const ActionsheetContent: React.ForwardRefExoticComponent<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
656
654
|
context?: any;
|
|
657
|
-
} & React.RefAttributes<
|
|
655
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
658
656
|
context?: any;
|
|
659
|
-
} & React.RefAttributes<
|
|
657
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
|
|
660
658
|
className?: string;
|
|
661
659
|
} & {
|
|
662
660
|
className?: string;
|
|
663
|
-
}, "ref"> & React.RefAttributes<
|
|
661
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
|
|
664
662
|
context?: any;
|
|
665
|
-
} & React.RefAttributes<
|
|
663
|
+
} & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>>;
|
|
666
664
|
declare const ActionsheetItem: React.ForwardRefExoticComponent<Omit<IActionsheetItemProps, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
667
665
|
context?: any;
|
|
668
666
|
} & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>>>;
|
|
669
667
|
declare const ActionsheetItemText: React.ForwardRefExoticComponent<Omit<IActionsheetItemTextProps, "ref"> & React.RefAttributes<import("react-native").TextProps>>;
|
|
670
668
|
declare const ActionsheetDragIndicator: React.ForwardRefExoticComponent<Omit<IActionsheetDragIndicatorProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
671
669
|
declare const ActionsheetDragIndicatorWrapper: React.ForwardRefExoticComponent<Omit<IActionsheetDragIndicatorWrapperProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
|
|
672
|
-
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<Omit<IActionsheetBackdropProps, "ref"> & React.RefAttributes<import("react-native").
|
|
673
|
-
ref?: React.Ref<View>;
|
|
674
|
-
}> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, unknown>>>;
|
|
670
|
+
declare const ActionsheetBackdrop: React.ForwardRefExoticComponent<Omit<IActionsheetBackdropProps, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>;
|
|
675
671
|
declare const ActionsheetScrollView: React.ForwardRefExoticComponent<Omit<IActionsheetScrollViewProps, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>;
|
|
676
672
|
declare const ActionsheetVirtualizedList: React.ForwardRefExoticComponent<Omit<IActionsheetVirtualizedListProps, "ref"> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>>>;
|
|
677
673
|
declare const ActionsheetFlatList: React.ForwardRefExoticComponent<Omit<IActionsheetFlatListProps, "ref"> & React.RefAttributes<import("react-native").FlatListProps<unknown>>>;
|
|
@@ -3,7 +3,7 @@ import { View } from 'react-native';
|
|
|
3
3
|
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
4
4
|
export declare const UITooltip: import("@gluestack-ui/tooltip/lib/types").IToolTipComponentType<import("react-native").ViewProps & {
|
|
5
5
|
context?: any;
|
|
6
|
-
} & React.RefAttributes<typeof View>, import("react-native").
|
|
6
|
+
} & React.RefAttributes<typeof View>, import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>, import("react-native").TextProps>;
|
|
7
7
|
declare const tooltipStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
|
|
8
8
|
type ITooltipProps = React.ComponentProps<typeof UITooltip> & VariantProps<typeof tooltipStyle> & {
|
|
9
9
|
className?: string;
|
|
@@ -11,11 +11,11 @@ type ITooltipProps = React.ComponentProps<typeof UITooltip> & VariantProps<typeo
|
|
|
11
11
|
declare const Tooltip: React.ForwardRefExoticComponent<Omit<ITooltipProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & {
|
|
12
12
|
context?: any;
|
|
13
13
|
} & React.RefAttributes<typeof View>>>;
|
|
14
|
-
declare const TooltipContent: React.ForwardRefExoticComponent<Omit<
|
|
14
|
+
declare const TooltipContent: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "py-1 px-3 rounded-sm bg-background-900 web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "py-1 px-3 rounded-sm bg-background-900 web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & {
|
|
15
15
|
className?: string;
|
|
16
16
|
} & {
|
|
17
17
|
className?: string;
|
|
18
|
-
}, "ref"> & React.RefAttributes<import("react-native").
|
|
18
|
+
}, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}>>>;
|
|
19
19
|
declare const TooltipText: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").TextProps> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
20
20
|
isTruncated: {
|
|
21
21
|
true: {
|
|
@@ -47,9 +47,10 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
47
47
|
source?: string;
|
|
48
48
|
target?: string;
|
|
49
49
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
50
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
50
51
|
} & {
|
|
51
52
|
id: string;
|
|
52
|
-
} & import("@react-navigation/routers").StackRouterOptions & import("@react-navigation/stack/lib/typescript/commonjs/src/types").StackNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
53
|
+
} & import("@react-navigation/routers").StackRouterOptions & import("@react-navigation/stack/lib/typescript/commonjs/src/types").StackNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router" | "UNSTABLE_routeNamesChangeBehavior"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
53
54
|
children: React.ReactNode;
|
|
54
55
|
layout?: (props: {
|
|
55
56
|
state: import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>;
|
|
@@ -93,6 +94,7 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
93
94
|
source?: string;
|
|
94
95
|
target?: string;
|
|
95
96
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
97
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
96
98
|
} & {
|
|
97
99
|
id: undefined;
|
|
98
100
|
}>;
|
|
@@ -156,13 +158,14 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
156
158
|
source?: string;
|
|
157
159
|
target?: string;
|
|
158
160
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
161
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
159
162
|
} & {
|
|
160
163
|
id: string;
|
|
161
164
|
} & import("@react-navigation/routers").DefaultRouterOptions & {
|
|
162
165
|
backBehavior?: import("@react-navigation/routers/lib/typescript/src/TabRouter").BackBehavior;
|
|
163
166
|
} & {
|
|
164
167
|
defaultStatus?: import("@react-navigation/routers").DrawerStatus;
|
|
165
|
-
} & import("@react-navigation/drawer/lib/typescript/commonjs/src/types").DrawerNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
168
|
+
} & import("@react-navigation/drawer/lib/typescript/commonjs/src/types").DrawerNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router" | "UNSTABLE_routeNamesChangeBehavior"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
166
169
|
children: React.ReactNode;
|
|
167
170
|
layout?: (props: {
|
|
168
171
|
state: import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>;
|
|
@@ -208,6 +211,7 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
208
211
|
source?: string;
|
|
209
212
|
target?: string;
|
|
210
213
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
214
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
211
215
|
} & {
|
|
212
216
|
id: undefined;
|
|
213
217
|
}>;
|
|
@@ -268,11 +272,12 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
268
272
|
source?: string;
|
|
269
273
|
target?: string;
|
|
270
274
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").TabNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").TabNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
275
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
271
276
|
} & {
|
|
272
277
|
id: string;
|
|
273
278
|
} & import("@react-navigation/routers").DefaultRouterOptions & {
|
|
274
279
|
backBehavior?: import("@react-navigation/routers/lib/typescript/src/TabRouter").BackBehavior;
|
|
275
|
-
} & import("@react-navigation/bottom-tabs/lib/typescript/commonjs/src/types").BottomTabNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
280
|
+
} & import("@react-navigation/bottom-tabs/lib/typescript/commonjs/src/types").BottomTabNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router" | "UNSTABLE_routeNamesChangeBehavior"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
276
281
|
children: React.ReactNode;
|
|
277
282
|
layout?: (props: {
|
|
278
283
|
state: import("@react-navigation/routers").TabNavigationState<import("@react-navigation/routers").ParamListBase>;
|
|
@@ -314,6 +319,7 @@ export declare const appDrawerBottomNavigationConfig: {
|
|
|
314
319
|
source?: string;
|
|
315
320
|
target?: string;
|
|
316
321
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").TabNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").TabNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
322
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
317
323
|
} & {
|
|
318
324
|
id: undefined;
|
|
319
325
|
}>;
|
|
@@ -47,9 +47,10 @@ export declare const appDrawerConfig: {
|
|
|
47
47
|
source?: string;
|
|
48
48
|
target?: string;
|
|
49
49
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
50
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
50
51
|
} & {
|
|
51
52
|
id: string;
|
|
52
|
-
} & import("@react-navigation/routers").StackRouterOptions & import("@react-navigation/stack/lib/typescript/commonjs/src/types").StackNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
53
|
+
} & import("@react-navigation/routers").StackRouterOptions & import("@react-navigation/stack/lib/typescript/commonjs/src/types").StackNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router" | "UNSTABLE_routeNamesChangeBehavior"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
53
54
|
children: React.ReactNode;
|
|
54
55
|
layout?: (props: {
|
|
55
56
|
state: import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>;
|
|
@@ -93,6 +94,7 @@ export declare const appDrawerConfig: {
|
|
|
93
94
|
source?: string;
|
|
94
95
|
target?: string;
|
|
95
96
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").StackNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
97
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
96
98
|
} & {
|
|
97
99
|
id: undefined;
|
|
98
100
|
}>;
|
|
@@ -156,13 +158,14 @@ export declare const appDrawerConfig: {
|
|
|
156
158
|
source?: string;
|
|
157
159
|
target?: string;
|
|
158
160
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
161
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
159
162
|
} & {
|
|
160
163
|
id: string;
|
|
161
164
|
} & import("@react-navigation/routers").DefaultRouterOptions & {
|
|
162
165
|
backBehavior?: import("@react-navigation/routers/lib/typescript/src/TabRouter").BackBehavior;
|
|
163
166
|
} & {
|
|
164
167
|
defaultStatus?: import("@react-navigation/routers").DrawerStatus;
|
|
165
|
-
} & import("@react-navigation/drawer/lib/typescript/commonjs/src/types").DrawerNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
168
|
+
} & import("@react-navigation/drawer/lib/typescript/commonjs/src/types").DrawerNavigationConfig, "layout" | "initialRouteName" | "children" | "id" | "screenListeners" | "screenOptions" | "screenLayout" | "UNSTABLE_router" | "UNSTABLE_routeNamesChangeBehavior"> & import("@react-navigation/routers").DefaultRouterOptions<string> & {
|
|
166
169
|
children: React.ReactNode;
|
|
167
170
|
layout?: (props: {
|
|
168
171
|
state: import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>;
|
|
@@ -208,6 +211,7 @@ export declare const appDrawerConfig: {
|
|
|
208
211
|
source?: string;
|
|
209
212
|
target?: string;
|
|
210
213
|
}>>(original: import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>) => Partial<import("@react-navigation/routers").Router<import("@react-navigation/routers").DrawerNavigationState<import("@react-navigation/routers").ParamListBase>, Action>>;
|
|
214
|
+
UNSTABLE_routeNamesChangeBehavior?: "firstMatch" | "lastUnhandled";
|
|
211
215
|
} & {
|
|
212
216
|
id: undefined;
|
|
213
217
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/gluestack-ui-mobile",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.76",
|
|
4
4
|
"description": "Glustack-ui for mobile component layout",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"watch": "npm run build:lib:watch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@admin-layout/client": "12.0.16-alpha.
|
|
27
|
+
"@admin-layout/client": "12.0.16-alpha.76",
|
|
28
28
|
"@expo/html-elements": "^0.11.2",
|
|
29
29
|
"@gluestack-ui/accordion": "^1.0.12",
|
|
30
30
|
"@gluestack-ui/actionsheet": "^0.2.50",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@types/react-window": "^1.8.8",
|
|
67
|
-
"common": "12.0.16-alpha.
|
|
67
|
+
"common": "12.0.16-alpha.76"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@common-stack/remix-router-redux": "^6.0.2-alpha.2",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"typescript": {
|
|
79
79
|
"definition": "lib/index.d.ts"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "7ed6853d62f0fc615d6738089b172e195d082dc8"
|
|
82
82
|
}
|