@admin-layout/gluestack-ui-mobile 11.0.1-alpha.0 → 11.0.3-alpha.0
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/Fallback.js +12 -12
- package/lib/components/Fallback.js.map +1 -1
- package/lib/components/Layout/components/BasicLayout.js +2 -2
- package/lib/components/Layout/components/BasicLayout.js.map +1 -1
- package/lib/components/Layout/components/BottomTabBar.js +6 -6
- package/lib/components/Layout/components/BottomTabBar.js.map +1 -1
- package/lib/components/Layout/components/Drawer.js +16 -17
- package/lib/components/Layout/components/Drawer.js.map +1 -1
- package/lib/components/Layout/components/Header.js +12 -15
- package/lib/components/Layout/components/Header.js.map +1 -1
- package/lib/components/Layout/components/Sample.js +1 -1
- package/lib/components/Layout/components/Sample.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js +9 -9
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js +37 -36
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js +13 -2
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js.map +1 -1
- package/lib/components/Layout/components/SideBar.js +7 -10
- package/lib/components/Layout/components/SideBar.js.map +1 -1
- package/lib/components/ToastAlert.d.ts +1 -1
- package/lib/components/ToastAlert.js +4 -4
- package/lib/components/ToastAlert.js.map +1 -1
- package/lib/components/UnAuthenticatedComponent.js +9 -9
- package/lib/components/UnAuthenticatedComponent.js.map +1 -1
- package/lib/components/WithConfiguration.js +1 -1
- package/lib/components/WithConfiguration.js.map +1 -1
- package/lib/components/WithPermission.d.ts +1 -1
- package/lib/components/WithPermission.js +1 -1
- package/lib/components/WithPermission.js.map +1 -1
- package/lib/components/WithPolicy.js +1 -1
- package/lib/components/WithPolicy.js.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/ui/IconSymbol.d.ts +19 -0
- package/lib/components/ui/IconSymbol.ios.d.ts +10 -0
- package/lib/components/ui/IconSymbol.ios.js +12 -0
- package/lib/components/ui/IconSymbol.ios.js.map +1 -0
- package/lib/components/ui/IconSymbol.js +21 -0
- package/lib/components/ui/IconSymbol.js.map +1 -0
- package/lib/components/ui/TabBarBackground.d.ts +2 -0
- package/lib/components/ui/TabBarBackground.ios.d.ts +3 -0
- package/lib/components/ui/TabBarBackground.ios.js +20 -0
- package/lib/components/ui/TabBarBackground.ios.js.map +1 -0
- package/lib/components/ui/TabBarBackground.js +6 -0
- package/lib/components/ui/TabBarBackground.js.map +1 -0
- package/lib/components/ui/accordion/index.d.ts +193 -0
- package/lib/components/ui/accordion/index.js +177 -0
- package/lib/components/ui/accordion/index.js.map +1 -0
- package/lib/components/ui/actionsheet/index.d.ts +735 -0
- package/lib/components/ui/actionsheet/index.js +274 -0
- package/lib/components/ui/actionsheet/index.js.map +1 -0
- package/lib/components/ui/alert/index.d.ts +479 -0
- package/lib/components/ui/alert/index.js +153 -0
- package/lib/components/ui/alert/index.js.map +1 -0
- package/lib/components/ui/alert-dialog/index.d.ts +59 -0
- package/lib/components/ui/alert-dialog/index.js +137 -0
- package/lib/components/ui/alert-dialog/index.js.map +1 -0
- package/lib/components/ui/avatar/index.d.ts +144 -0
- package/lib/components/ui/avatar/index.js +99 -0
- package/lib/components/ui/avatar/index.js.map +1 -0
- package/lib/components/ui/badge/index.d.ts +386 -0
- package/lib/components/ui/badge/index.js +139 -0
- package/lib/components/ui/badge/index.js.map +1 -0
- package/lib/components/ui/box/index.d.ts +7 -0
- package/lib/components/ui/box/index.js +9 -0
- package/lib/components/ui/box/index.js.map +1 -0
- package/lib/components/ui/box/index.web.d.ts +6 -0
- package/lib/components/ui/box/index.web.js +8 -0
- package/lib/components/ui/box/index.web.js.map +1 -0
- package/lib/components/ui/box/styles.d.ts +1 -0
- package/lib/components/ui/box/styles.js +9 -0
- package/lib/components/ui/box/styles.js.map +1 -0
- package/lib/components/ui/button/index.d.ts +529 -0
- package/lib/components/ui/button/index.js +280 -0
- package/lib/components/ui/button/index.js.map +1 -0
- package/lib/components/ui/card/index.d.ts +129 -0
- package/lib/components/ui/card/index.js +9 -0
- package/lib/components/ui/card/index.js.map +1 -0
- package/lib/components/ui/card/index.web.d.ts +126 -0
- package/lib/components/ui/card/index.web.js +8 -0
- package/lib/components/ui/card/index.web.js.map +1 -0
- package/lib/components/ui/card/styles.d.ts +123 -0
- package/lib/components/ui/card/styles.js +20 -0
- package/lib/components/ui/card/styles.js.map +1 -0
- package/lib/components/ui/center/index.d.ts +5 -0
- package/lib/components/ui/center/index.js +9 -0
- package/lib/components/ui/center/index.js.map +1 -0
- package/lib/components/ui/center/index.web.d.ts +4 -0
- package/lib/components/ui/center/index.web.js +8 -0
- package/lib/components/ui/center/index.web.js.map +1 -0
- package/lib/components/ui/center/styles.d.ts +1 -0
- package/lib/components/ui/center/styles.js +7 -0
- package/lib/components/ui/center/styles.js.map +1 -0
- package/lib/components/ui/checkbox/index.d.ts +115 -0
- package/lib/components/ui/checkbox/index.js +127 -0
- package/lib/components/ui/checkbox/index.js.map +1 -0
- package/lib/components/ui/divider/index.d.ts +54 -0
- package/lib/components/ui/divider/index.js +22 -0
- package/lib/components/ui/divider/index.js.map +1 -0
- package/lib/components/ui/drawer/index.d.ts +207 -0
- package/lib/components/ui/drawer/index.js +198 -0
- package/lib/components/ui/drawer/index.js.map +1 -0
- package/lib/components/ui/fab/index.d.ts +520 -0
- package/lib/components/ui/fab/index.js +142 -0
- package/lib/components/ui/fab/index.js.map +1 -0
- package/lib/components/ui/flat-list/index.d.ts +1 -0
- package/lib/components/ui/flat-list/index.js +3 -0
- package/lib/components/ui/flat-list/index.js.map +1 -0
- package/lib/components/ui/form-control/index.d.ts +2072 -0
- package/lib/components/ui/form-control/index.js +290 -0
- package/lib/components/ui/form-control/index.js.map +1 -0
- package/lib/components/ui/gluestack-ui-provider/config.d.ts +4 -0
- package/lib/components/ui/gluestack-ui-provider/config.js +287 -0
- package/lib/components/ui/gluestack-ui-provider/config.js.map +1 -0
- package/lib/components/ui/gluestack-ui-provider/index.d.ts +8 -0
- package/lib/components/ui/gluestack-ui-provider/index.js +22 -0
- package/lib/components/ui/gluestack-ui-provider/index.js.map +1 -0
- package/lib/components/ui/gluestack-ui-provider/index.web.d.ts +7 -0
- package/lib/components/ui/gluestack-ui-provider/index.web.js +69 -0
- package/lib/components/ui/gluestack-ui-provider/index.web.js.map +1 -0
- package/lib/components/ui/gluestack-ui-provider/script.d.ts +1 -0
- package/lib/components/ui/gluestack-ui-provider/script.js +17 -0
- package/lib/components/ui/gluestack-ui-provider/script.js.map +1 -0
- package/lib/components/ui/gluestack-ui-provider/types.d.ts +1 -0
- package/lib/components/ui/gluestack-ui-provider/types.js +2 -0
- package/lib/components/ui/gluestack-ui-provider/types.js.map +1 -0
- package/lib/components/ui/grid/index.d.ts +27 -0
- package/lib/components/ui/grid/index.js +175 -0
- package/lib/components/ui/grid/index.js.map +1 -0
- package/lib/components/ui/grid/index.web.d.ts +23 -0
- package/lib/components/ui/grid/index.web.js +20 -0
- package/lib/components/ui/grid/index.web.js.map +1 -0
- package/lib/components/ui/grid/styles.d.ts +2 -0
- package/lib/components/ui/grid/styles.js +11 -0
- package/lib/components/ui/grid/styles.js.map +1 -0
- package/lib/components/ui/heading/index.d.ts +335 -0
- package/lib/components/ui/heading/index.js +135 -0
- package/lib/components/ui/heading/index.js.map +1 -0
- package/lib/components/ui/heading/index.web.d.ts +335 -0
- package/lib/components/ui/heading/index.web.js +113 -0
- package/lib/components/ui/heading/index.web.js.map +1 -0
- package/lib/components/ui/heading/styles.d.ts +330 -0
- package/lib/components/ui/heading/styles.js +43 -0
- package/lib/components/ui/heading/styles.js.map +1 -0
- package/lib/components/ui/hstack/index.d.ts +150 -0
- package/lib/components/ui/hstack/index.js +9 -0
- package/lib/components/ui/hstack/index.js.map +1 -0
- package/lib/components/ui/hstack/index.web.d.ts +148 -0
- package/lib/components/ui/hstack/index.web.js +8 -0
- package/lib/components/ui/hstack/index.web.js.map +1 -0
- package/lib/components/ui/hstack/styles.d.ts +145 -0
- package/lib/components/ui/hstack/styles.js +24 -0
- package/lib/components/ui/hstack/styles.js.map +1 -0
- package/lib/components/ui/icon/index.d.ts +364 -0
- package/lib/components/ui/icon/index.js +565 -0
- package/lib/components/ui/icon/index.js.map +1 -0
- package/lib/components/ui/icon/index.web.d.ts +489 -0
- package/lib/components/ui/icon/index.web.js +555 -0
- package/lib/components/ui/icon/index.web.js.map +1 -0
- package/lib/components/ui/image/index.d.ts +132 -0
- package/lib/components/ui/image/index.js +33 -0
- package/lib/components/ui/image/index.js.map +1 -0
- package/lib/components/ui/image-background/index.d.ts +3 -0
- package/lib/components/ui/image-background/index.js +11 -0
- package/lib/components/ui/image-background/index.js.map +1 -0
- package/lib/components/ui/index.d.ts +54 -0
- package/lib/components/ui/index.js +55 -0
- package/lib/components/ui/index.js.map +1 -0
- package/lib/components/ui/input/index.d.ts +262 -0
- package/lib/components/ui/input/index.js +121 -0
- package/lib/components/ui/input/index.js.map +1 -0
- package/lib/components/ui/input-accessory-view/index.d.ts +1 -0
- package/lib/components/ui/input-accessory-view/index.js +3 -0
- package/lib/components/ui/input-accessory-view/index.js.map +1 -0
- package/lib/components/ui/keyboard-avoiding-view/index.d.ts +1 -0
- package/lib/components/ui/keyboard-avoiding-view/index.js +3 -0
- package/lib/components/ui/keyboard-avoiding-view/index.js.map +1 -0
- package/lib/components/ui/link/index.d.ts +369 -0
- package/lib/components/ui/link/index.js +69 -0
- package/lib/components/ui/link/index.js.map +1 -0
- package/lib/components/ui/menu/index.d.ts +376 -0
- package/lib/components/ui/menu/index.js +120 -0
- package/lib/components/ui/menu/index.js.map +1 -0
- package/lib/components/ui/modal/index.d.ts +146 -0
- package/lib/components/ui/modal/index.js +137 -0
- package/lib/components/ui/modal/index.js.map +1 -0
- package/lib/components/ui/popover/index.d.ts +310 -0
- package/lib/components/ui/popover/index.js +172 -0
- package/lib/components/ui/popover/index.js.map +1 -0
- package/lib/components/ui/portal/index.d.ts +2 -0
- package/lib/components/ui/portal/index.js +9 -0
- package/lib/components/ui/portal/index.js.map +1 -0
- package/lib/components/ui/pressable/index.d.ts +13 -0
- package/lib/components/ui/pressable/index.js +20 -0
- package/lib/components/ui/pressable/index.js.map +1 -0
- package/lib/components/ui/progress/index.d.ts +174 -0
- package/lib/components/ui/progress/index.js +127 -0
- package/lib/components/ui/progress/index.js.map +1 -0
- package/lib/components/ui/radio/index.d.ts +160 -0
- package/lib/components/ui/radio/index.js +122 -0
- package/lib/components/ui/radio/index.js.map +1 -0
- package/lib/components/ui/refresh-control/index.d.ts +1 -0
- package/lib/components/ui/refresh-control/index.js +3 -0
- package/lib/components/ui/refresh-control/index.js.map +1 -0
- package/lib/components/ui/safe-area-view/index.d.ts +6 -0
- package/lib/components/ui/safe-area-view/index.js +9 -0
- package/lib/components/ui/safe-area-view/index.js.map +1 -0
- package/lib/components/ui/safe-area-view/styles.d.ts +1 -0
- package/lib/components/ui/safe-area-view/styles.js +9 -0
- package/lib/components/ui/safe-area-view/styles.js.map +1 -0
- package/lib/components/ui/scroll-view/index.d.ts +1 -0
- package/lib/components/ui/scroll-view/index.js +3 -0
- package/lib/components/ui/scroll-view/index.js.map +1 -0
- package/lib/components/ui/section-list/index.d.ts +1 -0
- package/lib/components/ui/section-list/index.js +3 -0
- package/lib/components/ui/section-list/index.js.map +1 -0
- package/lib/components/ui/select/index.d.ts +1708 -0
- package/lib/components/ui/select/index.js +155 -0
- package/lib/components/ui/select/index.js.map +1 -0
- package/lib/components/ui/select/select-actionsheet.d.ts +900 -0
- package/lib/components/ui/select/select-actionsheet.js +275 -0
- package/lib/components/ui/select/select-actionsheet.js.map +1 -0
- package/lib/components/ui/skeleton/index.d.ts +268 -0
- package/lib/components/ui/skeleton/index.js +63 -0
- package/lib/components/ui/skeleton/index.js.map +1 -0
- package/lib/components/ui/skeleton/index.web.d.ts +267 -0
- package/lib/components/ui/skeleton/index.web.js +37 -0
- package/lib/components/ui/skeleton/index.web.js.map +1 -0
- package/lib/components/ui/skeleton/styles.d.ts +257 -0
- package/lib/components/ui/skeleton/styles.js +35 -0
- package/lib/components/ui/skeleton/styles.js.map +1 -0
- package/lib/components/ui/slider/index.d.ts +211 -0
- package/lib/components/ui/slider/index.js +180 -0
- package/lib/components/ui/slider/index.js.map +1 -0
- package/lib/components/ui/spinner/index.d.ts +4 -0
- package/lib/components/ui/spinner/index.js +15 -0
- package/lib/components/ui/spinner/index.js.map +1 -0
- package/lib/components/ui/status-bar/index.d.ts +1 -0
- package/lib/components/ui/status-bar/index.js +3 -0
- package/lib/components/ui/status-bar/index.js.map +1 -0
- package/lib/components/ui/switch/index.d.ts +72 -0
- package/lib/components/ui/switch/index.js +25 -0
- package/lib/components/ui/switch/index.js.map +1 -0
- package/lib/components/ui/table/index.d.ts +17 -0
- package/lib/components/ui/table/index.js +96 -0
- package/lib/components/ui/table/index.js.map +1 -0
- package/lib/components/ui/table/index.web.d.ts +10 -0
- package/lib/components/ui/table/index.web.js +60 -0
- package/lib/components/ui/table/index.web.js.map +1 -0
- package/lib/components/ui/table/styles.d.ts +75 -0
- package/lib/components/ui/table/styles.js +36 -0
- package/lib/components/ui/table/styles.js.map +1 -0
- package/lib/components/ui/text/index.d.ts +358 -0
- package/lib/components/ui/text/index.js +19 -0
- package/lib/components/ui/text/index.js.map +1 -0
- package/lib/components/ui/text/index.web.d.ts +6 -0
- package/lib/components/ui/text/index.web.js +18 -0
- package/lib/components/ui/text/index.web.js.map +1 -0
- package/lib/components/ui/text/styles.d.ts +352 -0
- package/lib/components/ui/text/styles.js +45 -0
- package/lib/components/ui/text/styles.js.map +1 -0
- package/lib/components/ui/textarea/index.d.ts +129 -0
- package/lib/components/ui/textarea/index.js +52 -0
- package/lib/components/ui/textarea/index.js.map +1 -0
- package/lib/components/ui/toast/index.d.ts +527 -0
- package/lib/components/ui/toast/index.js +165 -0
- package/lib/components/ui/toast/index.js.map +1 -0
- package/lib/components/ui/tooltip/index.d.ts +391 -0
- package/lib/components/ui/tooltip/index.js +75 -0
- package/lib/components/ui/tooltip/index.js.map +1 -0
- package/lib/components/ui/utils/use-break-point-value.d.ts +14 -0
- package/lib/components/ui/utils/use-break-point-value.js +54 -0
- package/lib/components/ui/utils/use-break-point-value.js.map +1 -0
- package/lib/components/ui/view/index.d.ts +1 -0
- package/lib/components/ui/view/index.js +3 -0
- package/lib/components/ui/view/index.js.map +1 -0
- package/lib/components/ui/virtualized-list/index.d.ts +1 -0
- package/lib/components/ui/virtualized-list/index.js +3 -0
- package/lib/components/ui/virtualized-list/index.js.map +1 -0
- package/lib/components/ui/vstack/index.d.ts +149 -0
- package/lib/components/ui/vstack/index.js +9 -0
- package/lib/components/ui/vstack/index.js.map +1 -0
- package/lib/components/ui/vstack/index.web.d.ts +6 -0
- package/lib/components/ui/vstack/index.web.js +8 -0
- package/lib/components/ui/vstack/index.web.js.map +1 -0
- package/lib/components/ui/vstack/styles.d.ts +145 -0
- package/lib/components/ui/vstack/styles.js +24 -0
- package/lib/components/ui/vstack/styles.js.map +1 -0
- package/lib/components/usePermissionAutoFetch.d.ts +19 -7
- package/lib/components/with-interactions-lifecycle-managed.js +13 -11
- package/lib/components/with-interactions-lifecycle-managed.js.map +1 -1
- package/lib/components/with-interactions-managed.js +3 -3
- package/lib/components/with-interactions-managed.js.map +1 -1
- package/lib/containers/layout/ProLayout.js +2 -2
- package/lib/containers/layout/ProLayout.js.map +1 -1
- package/lib/global.css +3 -0
- package/lib/gluestack-ui-base-config.d.ts +8 -0
- package/lib/gluestack-ui-base-config.js +12 -0
- package/lib/gluestack-ui-base-config.js.map +1 -0
- package/lib/gluestack-ui.config.json +10 -0
- package/lib/index.d.ts +0 -3
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/nativewind-env.d.ts +1 -0
- package/lib/tailwind-base-config.d.ts +194 -0
- package/lib/tailwind-base-config.js +197 -0
- package/lib/tailwind-base-config.js.map +1 -0
- package/lib/tailwind.config.d.ts +1 -0
- package/lib/tailwind.config.js +197 -0
- package/lib/tailwind.config.js.map +1 -0
- package/lib/utils/generateMobileNavigations.js +26 -2
- package/lib/utils/generateMobileNavigations.js.map +1 -1
- package/package.json +39 -8
- package/src/components/Fallback.tsx +54 -58
- package/src/components/Layout/components/BasicLayout.tsx +2 -2
- package/src/components/Layout/components/BottomTabBar.tsx +92 -101
- package/src/components/Layout/components/Drawer.tsx +31 -28
- package/src/components/Layout/components/Header.tsx +26 -27
- package/src/components/Layout/components/Sample.tsx +1 -1
- package/src/components/Layout/components/SettingDrawer/LayoutButton.tsx +15 -29
- package/src/components/Layout/components/SettingDrawer/SettingDrawer.tsx +49 -57
- package/src/components/Layout/components/SettingDrawer/ThemeColorButton.tsx +14 -5
- package/src/components/Layout/components/SideBar.tsx +12 -17
- package/src/components/ToastAlert.tsx +13 -13
- package/src/components/UnAuthenticatedComponent.tsx +19 -27
- package/src/components/WithConfiguration.tsx +1 -1
- package/src/components/WithPermission.tsx +1 -1
- package/src/components/WithPolicy.tsx +1 -1
- package/src/components/index.ts +1 -0
- package/src/components/ui/IconSymbol.ios.tsx +33 -0
- package/src/components/ui/IconSymbol.tsx +40 -0
- package/src/components/ui/TabBarBackground.ios.tsx +23 -0
- package/src/components/ui/TabBarBackground.tsx +6 -0
- package/src/components/ui/accordion/index.tsx +304 -0
- package/src/components/ui/actionsheet/index.tsx +499 -0
- package/src/components/ui/alert/index.tsx +205 -0
- package/src/components/ui/alert-dialog/index.tsx +260 -0
- package/src/components/ui/avatar/index.tsx +162 -0
- package/src/components/ui/badge/index.tsx +188 -0
- package/src/components/ui/box/index.tsx +14 -0
- package/src/components/ui/box/index.web.tsx +13 -0
- package/src/components/ui/box/styles.tsx +10 -0
- package/src/components/ui/button/index.tsx +353 -0
- package/src/components/ui/card/index.tsx +16 -0
- package/src/components/ui/card/index.web.tsx +15 -0
- package/src/components/ui/card/styles.tsx +20 -0
- package/src/components/ui/center/index.tsx +14 -0
- package/src/components/ui/center/index.web.tsx +14 -0
- package/src/components/ui/center/styles.tsx +8 -0
- package/src/components/ui/checkbox/index.tsx +192 -0
- package/src/components/ui/divider/index.tsx +38 -0
- package/src/components/ui/drawer/index.tsx +311 -0
- package/src/components/ui/fab/index.tsx +190 -0
- package/src/components/ui/flat-list/index.tsx +2 -0
- package/src/components/ui/form-control/index.tsx +432 -0
- package/src/components/ui/gluestack-ui-provider/config.ts +309 -0
- package/src/components/ui/gluestack-ui-provider/index.tsx +38 -0
- package/src/components/ui/gluestack-ui-provider/index.web.tsx +88 -0
- package/src/components/ui/gluestack-ui-provider/script.ts +17 -0
- package/src/components/ui/gluestack-ui-provider/types.ts +1 -0
- package/src/components/ui/grid/index.tsx +284 -0
- package/src/components/ui/grid/index.web.tsx +61 -0
- package/src/components/ui/grid/styles.tsx +13 -0
- package/src/components/ui/heading/index.tsx +193 -0
- package/src/components/ui/heading/index.web.tsx +177 -0
- package/src/components/ui/heading/styles.tsx +43 -0
- package/src/components/ui/hstack/index.tsx +17 -0
- package/src/components/ui/hstack/index.web.tsx +15 -0
- package/src/components/ui/hstack/styles.tsx +25 -0
- package/src/components/ui/icon/index.tsx +1202 -0
- package/src/components/ui/icon/index.web.tsx +1190 -0
- package/src/components/ui/image/index.tsx +48 -0
- package/src/components/ui/image-background/index.tsx +21 -0
- package/src/components/ui/index.ts +54 -0
- package/src/components/ui/input/index.tsx +191 -0
- package/src/components/ui/input-accessory-view/index.tsx +2 -0
- package/src/components/ui/keyboard-avoiding-view/index.tsx +2 -0
- package/src/components/ui/link/index.tsx +92 -0
- package/src/components/ui/menu/index.tsx +179 -0
- package/src/components/ui/modal/index.tsx +244 -0
- package/src/components/ui/popover/index.tsx +309 -0
- package/src/components/ui/portal/index.tsx +12 -0
- package/src/components/ui/pressable/index.tsx +34 -0
- package/src/components/ui/progress/index.tsx +160 -0
- package/src/components/ui/radio/index.tsx +178 -0
- package/src/components/ui/refresh-control/index.tsx +2 -0
- package/src/components/ui/safe-area-view/index.tsx +22 -0
- package/src/components/ui/safe-area-view/styles.tsx +10 -0
- package/src/components/ui/scroll-view/index.tsx +2 -0
- package/src/components/ui/section-list/index.tsx +2 -0
- package/src/components/ui/select/index.tsx +251 -0
- package/src/components/ui/select/select-actionsheet.tsx +503 -0
- package/src/components/ui/skeleton/index.tsx +113 -0
- package/src/components/ui/skeleton/index.web.tsx +92 -0
- package/src/components/ui/skeleton/styles.tsx +35 -0
- package/src/components/ui/slider/index.tsx +239 -0
- package/src/components/ui/spinner/index.tsx +31 -0
- package/src/components/ui/status-bar/index.tsx +2 -0
- package/src/components/ui/switch/index.tsx +33 -0
- package/src/components/ui/table/index.tsx +171 -0
- package/src/components/ui/table/index.web.tsx +95 -0
- package/src/components/ui/table/styles.tsx +44 -0
- package/src/components/ui/text/index.tsx +53 -0
- package/src/components/ui/text/index.web.tsx +45 -0
- package/src/components/ui/text/styles.tsx +47 -0
- package/src/components/ui/textarea/index.tsx +83 -0
- package/src/components/ui/toast/index.tsx +218 -0
- package/src/components/ui/tooltip/index.tsx +104 -0
- package/src/components/ui/utils/use-break-point-value.ts +79 -0
- package/src/components/ui/view/index.tsx +2 -0
- package/src/components/ui/virtualized-list/index.tsx +2 -0
- package/src/components/ui/vstack/index.tsx +17 -0
- package/src/components/ui/vstack/index.web.tsx +16 -0
- package/src/components/ui/vstack/styles.tsx +25 -0
- package/src/components/with-interactions-lifecycle-managed.tsx +13 -14
- package/src/components/with-interactions-managed.tsx +3 -7
- package/src/containers/layout/ProLayout.tsx +3 -3
- package/src/global.css +3 -0
- package/src/gluestack-ui-base-config.js +12 -0
- package/src/gluestack-ui.config.json +10 -0
- package/src/index.ts +6 -7
- package/src/nativewind-env.d.ts +1 -0
- package/src/tailwind-base-config.js +197 -0
- package/src/tailwind.config.js +198 -0
- package/src/utils/generateMobileNavigations.ts +29 -1
- package/tsconfig.json +3 -9
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
declare const VStack: React.ForwardRefExoticComponent<import("react-native").ViewProps & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
5
|
+
space: {
|
|
6
|
+
xs: string;
|
|
7
|
+
sm: string;
|
|
8
|
+
md: string;
|
|
9
|
+
lg: string;
|
|
10
|
+
xl: string;
|
|
11
|
+
'2xl': string;
|
|
12
|
+
'3xl': string;
|
|
13
|
+
'4xl': string;
|
|
14
|
+
};
|
|
15
|
+
reversed: {
|
|
16
|
+
true: string;
|
|
17
|
+
};
|
|
18
|
+
} | ({
|
|
19
|
+
space: {
|
|
20
|
+
xs: string;
|
|
21
|
+
sm: string;
|
|
22
|
+
md: string;
|
|
23
|
+
lg: string;
|
|
24
|
+
xl: string;
|
|
25
|
+
'2xl': string;
|
|
26
|
+
'3xl': string;
|
|
27
|
+
'4xl': string;
|
|
28
|
+
};
|
|
29
|
+
reversed: {
|
|
30
|
+
true: string;
|
|
31
|
+
};
|
|
32
|
+
} & {
|
|
33
|
+
space: {
|
|
34
|
+
xs: import("tailwind-merge").ClassNameValue | {
|
|
35
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
36
|
+
};
|
|
37
|
+
sm: import("tailwind-merge").ClassNameValue | {
|
|
38
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
39
|
+
};
|
|
40
|
+
md: import("tailwind-merge").ClassNameValue | {
|
|
41
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
42
|
+
};
|
|
43
|
+
lg: import("tailwind-merge").ClassNameValue | {
|
|
44
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
45
|
+
};
|
|
46
|
+
xl: import("tailwind-merge").ClassNameValue | {
|
|
47
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
+
};
|
|
49
|
+
'2xl': import("tailwind-merge").ClassNameValue | {
|
|
50
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
51
|
+
};
|
|
52
|
+
'3xl': import("tailwind-merge").ClassNameValue | {
|
|
53
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
54
|
+
};
|
|
55
|
+
'4xl': import("tailwind-merge").ClassNameValue | {
|
|
56
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
reversed: {
|
|
60
|
+
true: import("tailwind-merge").ClassNameValue | {
|
|
61
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
}), undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
65
|
+
space: {
|
|
66
|
+
xs: string;
|
|
67
|
+
sm: string;
|
|
68
|
+
md: string;
|
|
69
|
+
lg: string;
|
|
70
|
+
xl: string;
|
|
71
|
+
'2xl': string;
|
|
72
|
+
'3xl': string;
|
|
73
|
+
'4xl': string;
|
|
74
|
+
};
|
|
75
|
+
reversed: {
|
|
76
|
+
true: string;
|
|
77
|
+
};
|
|
78
|
+
}, {
|
|
79
|
+
space: {
|
|
80
|
+
xs: string;
|
|
81
|
+
sm: string;
|
|
82
|
+
md: string;
|
|
83
|
+
lg: string;
|
|
84
|
+
xl: string;
|
|
85
|
+
'2xl': string;
|
|
86
|
+
'3xl': string;
|
|
87
|
+
'4xl': string;
|
|
88
|
+
};
|
|
89
|
+
reversed: {
|
|
90
|
+
true: string;
|
|
91
|
+
};
|
|
92
|
+
}>, {
|
|
93
|
+
space: {
|
|
94
|
+
xs: string;
|
|
95
|
+
sm: string;
|
|
96
|
+
md: string;
|
|
97
|
+
lg: string;
|
|
98
|
+
xl: string;
|
|
99
|
+
'2xl': string;
|
|
100
|
+
'3xl': string;
|
|
101
|
+
'4xl': string;
|
|
102
|
+
};
|
|
103
|
+
reversed: {
|
|
104
|
+
true: string;
|
|
105
|
+
};
|
|
106
|
+
}, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
107
|
+
space: {
|
|
108
|
+
xs: string;
|
|
109
|
+
sm: string;
|
|
110
|
+
md: string;
|
|
111
|
+
lg: string;
|
|
112
|
+
xl: string;
|
|
113
|
+
'2xl': string;
|
|
114
|
+
'3xl': string;
|
|
115
|
+
'4xl': string;
|
|
116
|
+
};
|
|
117
|
+
reversed: {
|
|
118
|
+
true: string;
|
|
119
|
+
};
|
|
120
|
+
}, undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
121
|
+
space: {
|
|
122
|
+
xs: string;
|
|
123
|
+
sm: string;
|
|
124
|
+
md: string;
|
|
125
|
+
lg: string;
|
|
126
|
+
xl: string;
|
|
127
|
+
'2xl': string;
|
|
128
|
+
'3xl': string;
|
|
129
|
+
'4xl': string;
|
|
130
|
+
};
|
|
131
|
+
reversed: {
|
|
132
|
+
true: string;
|
|
133
|
+
};
|
|
134
|
+
}, {
|
|
135
|
+
space: {
|
|
136
|
+
xs: string;
|
|
137
|
+
sm: string;
|
|
138
|
+
md: string;
|
|
139
|
+
lg: string;
|
|
140
|
+
xl: string;
|
|
141
|
+
'2xl': string;
|
|
142
|
+
'3xl': string;
|
|
143
|
+
'4xl': string;
|
|
144
|
+
};
|
|
145
|
+
reversed: {
|
|
146
|
+
true: string;
|
|
147
|
+
};
|
|
148
|
+
}>, unknown, unknown, undefined>>> & React.RefAttributes<View>>;
|
|
149
|
+
export { VStack };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import { vstackStyle } from './styles';
|
|
4
|
+
const VStack = React.forwardRef(({ className, space, reversed, ...props }, ref) => {
|
|
5
|
+
return React.createElement(View, { className: vstackStyle({ space, reversed, class: className }), ...props, ref: ref });
|
|
6
|
+
});
|
|
7
|
+
VStack.displayName = 'VStack';
|
|
8
|
+
export { VStack };
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC3B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC9C,OAAO,oBAAC,IAAI,IAAC,SAAS,EAAE,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,KAAM,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC;AACxG,CAAC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
|
+
import { vstackStyle } from './styles';
|
|
4
|
+
type IVStackProps = React.ComponentProps<'div'> & VariantProps<typeof vstackStyle>;
|
|
5
|
+
declare const VStack: React.ForwardRefExoticComponent<Omit<IVStackProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export { VStack };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { vstackStyle } from './styles';
|
|
3
|
+
const VStack = React.forwardRef(({ className, space, reversed, ...props }, ref) => {
|
|
4
|
+
return React.createElement("div", { className: vstackStyle({ space, reversed, class: className }), ...props, ref: ref });
|
|
5
|
+
});
|
|
6
|
+
VStack.displayName = 'VStack';
|
|
7
|
+
export { VStack };
|
|
8
|
+
//# sourceMappingURL=index.web.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.web.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/index.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC3B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC9C,OAAO,6BAAK,SAAS,EAAE,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,KAAM,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC;AACvG,CAAC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
export declare const vstackStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
2
|
+
space: {
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
xl: string;
|
|
8
|
+
'2xl': string;
|
|
9
|
+
'3xl': string;
|
|
10
|
+
'4xl': string;
|
|
11
|
+
};
|
|
12
|
+
reversed: {
|
|
13
|
+
true: string;
|
|
14
|
+
};
|
|
15
|
+
} | ({
|
|
16
|
+
space: {
|
|
17
|
+
xs: string;
|
|
18
|
+
sm: string;
|
|
19
|
+
md: string;
|
|
20
|
+
lg: string;
|
|
21
|
+
xl: string;
|
|
22
|
+
'2xl': string;
|
|
23
|
+
'3xl': string;
|
|
24
|
+
'4xl': string;
|
|
25
|
+
};
|
|
26
|
+
reversed: {
|
|
27
|
+
true: string;
|
|
28
|
+
};
|
|
29
|
+
} & {
|
|
30
|
+
space: {
|
|
31
|
+
xs: import("tailwind-merge").ClassNameValue | {
|
|
32
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
33
|
+
};
|
|
34
|
+
sm: import("tailwind-merge").ClassNameValue | {
|
|
35
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
36
|
+
};
|
|
37
|
+
md: import("tailwind-merge").ClassNameValue | {
|
|
38
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
39
|
+
};
|
|
40
|
+
lg: import("tailwind-merge").ClassNameValue | {
|
|
41
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
42
|
+
};
|
|
43
|
+
xl: import("tailwind-merge").ClassNameValue | {
|
|
44
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
45
|
+
};
|
|
46
|
+
'2xl': import("tailwind-merge").ClassNameValue | {
|
|
47
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
+
};
|
|
49
|
+
'3xl': import("tailwind-merge").ClassNameValue | {
|
|
50
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
51
|
+
};
|
|
52
|
+
'4xl': import("tailwind-merge").ClassNameValue | {
|
|
53
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
reversed: {
|
|
57
|
+
true: import("tailwind-merge").ClassNameValue | {
|
|
58
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
}), undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
62
|
+
space: {
|
|
63
|
+
xs: string;
|
|
64
|
+
sm: string;
|
|
65
|
+
md: string;
|
|
66
|
+
lg: string;
|
|
67
|
+
xl: string;
|
|
68
|
+
'2xl': string;
|
|
69
|
+
'3xl': string;
|
|
70
|
+
'4xl': string;
|
|
71
|
+
};
|
|
72
|
+
reversed: {
|
|
73
|
+
true: string;
|
|
74
|
+
};
|
|
75
|
+
}, {
|
|
76
|
+
space: {
|
|
77
|
+
xs: string;
|
|
78
|
+
sm: string;
|
|
79
|
+
md: string;
|
|
80
|
+
lg: string;
|
|
81
|
+
xl: string;
|
|
82
|
+
'2xl': string;
|
|
83
|
+
'3xl': string;
|
|
84
|
+
'4xl': string;
|
|
85
|
+
};
|
|
86
|
+
reversed: {
|
|
87
|
+
true: string;
|
|
88
|
+
};
|
|
89
|
+
}>, {
|
|
90
|
+
space: {
|
|
91
|
+
xs: string;
|
|
92
|
+
sm: string;
|
|
93
|
+
md: string;
|
|
94
|
+
lg: string;
|
|
95
|
+
xl: string;
|
|
96
|
+
'2xl': string;
|
|
97
|
+
'3xl': string;
|
|
98
|
+
'4xl': string;
|
|
99
|
+
};
|
|
100
|
+
reversed: {
|
|
101
|
+
true: string;
|
|
102
|
+
};
|
|
103
|
+
}, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
104
|
+
space: {
|
|
105
|
+
xs: string;
|
|
106
|
+
sm: string;
|
|
107
|
+
md: string;
|
|
108
|
+
lg: string;
|
|
109
|
+
xl: string;
|
|
110
|
+
'2xl': string;
|
|
111
|
+
'3xl': string;
|
|
112
|
+
'4xl': string;
|
|
113
|
+
};
|
|
114
|
+
reversed: {
|
|
115
|
+
true: string;
|
|
116
|
+
};
|
|
117
|
+
}, undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
118
|
+
space: {
|
|
119
|
+
xs: string;
|
|
120
|
+
sm: string;
|
|
121
|
+
md: string;
|
|
122
|
+
lg: string;
|
|
123
|
+
xl: string;
|
|
124
|
+
'2xl': string;
|
|
125
|
+
'3xl': string;
|
|
126
|
+
'4xl': string;
|
|
127
|
+
};
|
|
128
|
+
reversed: {
|
|
129
|
+
true: string;
|
|
130
|
+
};
|
|
131
|
+
}, {
|
|
132
|
+
space: {
|
|
133
|
+
xs: string;
|
|
134
|
+
sm: string;
|
|
135
|
+
md: string;
|
|
136
|
+
lg: string;
|
|
137
|
+
xl: string;
|
|
138
|
+
'2xl': string;
|
|
139
|
+
'3xl': string;
|
|
140
|
+
'4xl': string;
|
|
141
|
+
};
|
|
142
|
+
reversed: {
|
|
143
|
+
true: string;
|
|
144
|
+
};
|
|
145
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { isWeb } from '@gluestack-ui/nativewind-utils/IsWeb';
|
|
2
|
+
import { tva } from '@gluestack-ui/nativewind-utils/tva';
|
|
3
|
+
const baseStyle = isWeb
|
|
4
|
+
? 'flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none'
|
|
5
|
+
: '';
|
|
6
|
+
export const vstackStyle = tva({
|
|
7
|
+
base: `flex-col ${baseStyle}`,
|
|
8
|
+
variants: {
|
|
9
|
+
space: {
|
|
10
|
+
xs: 'gap-1',
|
|
11
|
+
sm: 'gap-2',
|
|
12
|
+
md: 'gap-3',
|
|
13
|
+
lg: 'gap-4',
|
|
14
|
+
xl: 'gap-5',
|
|
15
|
+
'2xl': 'gap-6',
|
|
16
|
+
'3xl': 'gap-7',
|
|
17
|
+
'4xl': 'gap-8',
|
|
18
|
+
},
|
|
19
|
+
reversed: {
|
|
20
|
+
true: 'flex-col-reverse',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,OAAO,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAEzD,MAAM,SAAS,GAAG,KAAK;IACnB,CAAC,CAAC,oIAAoI;IACtI,CAAC,CAAC,EAAE,CAAC;AAET,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAC;IAC3B,IAAI,EAAE,YAAY,SAAS,EAAE;IAC7B,QAAQ,EAAE;QACN,KAAK,EAAE;YACH,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;SACjB;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,kBAAkB;SAC3B;KACJ;CACJ,CAAC,CAAC"}
|
|
@@ -24,16 +24,22 @@ export declare const usePermissionAutoFetch: (options?: userPermissionAutoFetchP
|
|
|
24
24
|
called: boolean;
|
|
25
25
|
startPolling: (pollInterval: number) => void;
|
|
26
26
|
stopPolling: () => void;
|
|
27
|
-
subscribeToMore: import("
|
|
27
|
+
subscribeToMore: <TSubscriptionData = import("common").IResolveConfigurationQuery, TSubscriptionVariables extends import("@apollo/client").OperationVariables = import("common").Exact<{
|
|
28
28
|
input: import("common").IPreferencesInputInput;
|
|
29
29
|
key?: import("common").InputMaybe<import("common").Scalars["String"]["input"]>;
|
|
30
30
|
overrides?: import("common").InputMaybe<import("common").IConfigurationOverridesInput>;
|
|
31
|
-
}
|
|
32
|
-
updateQuery:
|
|
31
|
+
}>>(options: import("@apollo/client").SubscribeToMoreOptions<import("common").IResolveConfigurationQuery, TSubscriptionVariables, TSubscriptionData>) => () => void;
|
|
32
|
+
updateQuery: <TVars extends import("@apollo/client").OperationVariables = import("common").Exact<{
|
|
33
33
|
input: import("common").IPreferencesInputInput;
|
|
34
34
|
key?: import("common").InputMaybe<import("common").Scalars["String"]["input"]>;
|
|
35
35
|
overrides?: import("common").InputMaybe<import("common").IConfigurationOverridesInput>;
|
|
36
|
-
}>>
|
|
36
|
+
}>>(mapFn: (previousQueryResult: {
|
|
37
|
+
__typename?: "Query";
|
|
38
|
+
resolveConfiguration?: any | null;
|
|
39
|
+
}, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, import("common").IResolveConfigurationQuery>, "variables">) => {
|
|
40
|
+
__typename?: "Query";
|
|
41
|
+
resolveConfiguration?: any | null;
|
|
42
|
+
}) => void;
|
|
37
43
|
refetch: (variables?: Partial<import("common").Exact<{
|
|
38
44
|
input: import("common").IPreferencesInputInput;
|
|
39
45
|
key?: import("common").InputMaybe<import("common").Scalars["String"]["input"]>;
|
|
@@ -54,10 +60,16 @@ export declare const usePermissionAutoFetch: (options?: userPermissionAutoFetchP
|
|
|
54
60
|
key?: import("common").InputMaybe<import("common").Scalars["String"]["input"]>;
|
|
55
61
|
overrides?: import("common").InputMaybe<import("common").IConfigurationOverridesInput>;
|
|
56
62
|
}>>(fetchMoreOptions: import("@apollo/client").FetchMoreQueryOptions<TFetchVars, TFetchData> & {
|
|
57
|
-
updateQuery?: (previousQueryResult:
|
|
63
|
+
updateQuery?: (previousQueryResult: {
|
|
64
|
+
__typename?: "Query";
|
|
65
|
+
resolveConfiguration?: any | null;
|
|
66
|
+
}, options: {
|
|
58
67
|
fetchMoreResult: import("@apollo/client").Unmasked<TFetchData>;
|
|
59
68
|
variables: TFetchVars;
|
|
60
|
-
}) =>
|
|
61
|
-
|
|
69
|
+
}) => {
|
|
70
|
+
__typename?: "Query";
|
|
71
|
+
resolveConfiguration?: any | null;
|
|
72
|
+
};
|
|
73
|
+
}) => Promise<import("@apollo/client").ApolloQueryResult<import("@apollo/client").MaybeMasked<TFetchData>>>;
|
|
62
74
|
};
|
|
63
75
|
export {};
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Lifecycle } from '../containers/layout/Lifecycle';
|
|
3
2
|
import Animated from 'react-native-reanimated';
|
|
4
3
|
import { useAfterInteractions } from '../hooks/use-after-interactions';
|
|
5
|
-
import { Spinner, Center } from '
|
|
4
|
+
import { Spinner, Center } from './ui';
|
|
6
5
|
import { Platform } from 'react-native';
|
|
7
|
-
|
|
8
|
-
const LoadingComponent = () => (React.createElement(Center, { flex: 1, justifyContent: 'center', alignItems: 'center' }, React.createElement(Spinner, { color: '$blue500' })));
|
|
6
|
+
const LoadingComponent = () => (React.createElement(Center, { className: "flex-1 justify-center items-center" }, React.createElement(Spinner, { className: "text-blue-500" })));
|
|
9
7
|
const LifecycleComponent = ({ children }) => {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
return React.createElement(React.Fragment, null, children);
|
|
9
|
+
// const { authenticated } = isUserAuthenticated();
|
|
10
|
+
// if (authenticated) {
|
|
11
|
+
// return (
|
|
12
|
+
// <Lifecycle renderWhenPhase={LifecyclePhase.Restored} loadingRenderer={LoadingComponent}>
|
|
13
|
+
// {children}
|
|
14
|
+
// </Lifecycle>
|
|
15
|
+
// );
|
|
16
|
+
// } else {
|
|
17
|
+
// return <>{children}</>;
|
|
18
|
+
// }
|
|
17
19
|
};
|
|
18
20
|
const IntractionComponent = ({ children, interationTime }) => {
|
|
19
21
|
const { interactionsComplete, opacity, setInteractionsTimeOut } = useAfterInteractions();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-interactions-lifecycle-managed.js","sourceRoot":"","sources":["../../src/components/with-interactions-lifecycle-managed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"with-interactions-lifecycle-managed.js","sourceRoot":"","sources":["../../src/components/with-interactions-lifecycle-managed.tsx"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { Lifecycle } from '../containers/layout/Lifecycle';
|
|
4
4
|
import Animated from 'react-native-reanimated';
|
|
5
5
|
import { useAfterInteractions } from '../hooks/use-after-interactions';
|
|
6
|
-
import { Spinner, Center } from '
|
|
6
|
+
import { Spinner, Center } from './ui';
|
|
7
7
|
import hoistNonReactStatics from 'hoist-non-react-statics';
|
|
8
8
|
export function withInteractionsManaged(Component, Placeholder = null, interationTime) {
|
|
9
9
|
const Wrapped = (props) => {
|
|
@@ -14,7 +14,7 @@ export function withInteractionsManaged(Component, Placeholder = null, interatio
|
|
|
14
14
|
}, [interationTime]);
|
|
15
15
|
const LoadingComponent = () => (
|
|
16
16
|
// <SafeAreaView flex={1}>
|
|
17
|
-
React.createElement(Center, {
|
|
17
|
+
React.createElement(Center, { className: "flex-1 justify-center items-center" }, React.createElement(Spinner, { className: "text-blue-500" }))
|
|
18
18
|
// </SafeAreaView>
|
|
19
19
|
);
|
|
20
20
|
console.log('interactionsComplete', interactionsComplete);
|
|
@@ -36,7 +36,7 @@ export function withLifeCycleInteractionsManaged(Component, Placeholder = null,
|
|
|
36
36
|
}, [interationTime]);
|
|
37
37
|
const LoadingComponent = () => (
|
|
38
38
|
// <SafeAreaView flex={1}>
|
|
39
|
-
React.createElement(Center, {
|
|
39
|
+
React.createElement(Center, { className: "flex-1 justify-center align-items-center" }, React.createElement(Spinner, { color: '$blue500' }))
|
|
40
40
|
// </SafeAreaView>
|
|
41
41
|
);
|
|
42
42
|
console.log('interactionsComplete', interactionsComplete);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-interactions-managed.js","sourceRoot":"","sources":["../../src/components/with-interactions-managed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAC7C,uEAAuE;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAE3D,OAAO,QAAwC,MAAM,yBAAyB,CAAC;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,
|
|
1
|
+
{"version":3,"file":"with-interactions-managed.js","sourceRoot":"","sources":["../../src/components/with-interactions-managed.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { Box, Spinner } from '
|
|
2
|
+
import { Box, Spinner } from '../../components/ui';
|
|
3
3
|
import { NavigationContainerComponent, ApplicationErrorHandler, ErrorBoundary } from '../../components';
|
|
4
4
|
import { PluginArea } from '@common-stack/client-react';
|
|
5
5
|
import routeConfigKeyReplace from '../../utils/routeConfigKeyReplace';
|
|
@@ -19,7 +19,7 @@ const ProLayout = (props) => {
|
|
|
19
19
|
}
|
|
20
20
|
}, [appLayout]);
|
|
21
21
|
//const appRoutes = AppFeatures ? AppFeatures?.getRoutes2('/', 'MainStack') || [] : null;
|
|
22
|
-
const loadingComponent = () => React.createElement(Box, {
|
|
22
|
+
const loadingComponent = () => React.createElement(Box, { className: "flex-1" }, React.createElement(Spinner, null));
|
|
23
23
|
let plugins = AppFeatures?.getComponentFillPlugins() ?? props.features;
|
|
24
24
|
let configuredRoutes = AppFeatures?.getConfiguredRoutes2('/') ?? props?.features?.getConfiguredRoutes2('/');
|
|
25
25
|
if (!appRoutes)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProLayout.js","sourceRoot":"","sources":["../../../src/containers/layout/ProLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProLayout.js","sourceRoot":"","sources":["../../../src/containers/layout/ProLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACxG,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,qBAAqB,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,IAAI,WAAgB,CAAC;AACrB,IAAI,SAAc,CAAC;AAEnB,MAAM,SAAS,GAAkB,CAAC,KAAK,EAAE,EAAE;IACvC,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAM,EAAE,CAAC,CAAC;IAC1D,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;IACvD,SAAS,GAAG,SAAS,CAAC;IACtB,MAAM,EAAE,WAAW,EAAE,GAAG,qBAAqB,CAAC,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC;IACnF,WAAW,GAAG,WAAW,CAAC;IAE1B,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACjB,IAAI,SAAS,EAAE,CAAC;YACZ,IAAI,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,WAAW,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;YAClF,YAAY,CAAC,MAAM,CAAC,CAAC;QACzB,CAAC;IACL,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAEhB,yFAAyF;IAEzF,MAAM,gBAAgB,GAAG,GAAG,EAAE,CAAC,oBAAC,GAAG,IAAC,SAAS,EAAC,QAAQ,IAAE,oBAAC,OAAO,OAAG,CAAO,CAAC;IAE3E,IAAI,OAAO,GAAG,WAAW,EAAE,uBAAuB,EAAE,IAAI,KAAK,CAAC,QAAQ,CAAC;IACvE,IAAI,gBAAgB,GAAG,WAAW,EAAE,oBAAoB,CAAC,GAAG,CAAC,IAAI,KAAK,EAAE,QAAQ,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;IAC5G,IAAI,CAAC,SAAS;QAAE,OAAO,gBAAgB,EAAE,CAAC;IAC1C,OAAO,CACH,oBAAC,aAAa;QACV,oBAAC,4BAA4B,IAAC,kBAAkB,EAAE,gBAAgB,EAAE,WAAW,EAAE,IAAI;YAChF,SAAS;YACV,oBAAC,UAAU,OAAG;YACd,oBAAC,uBAAuB,IAAC,OAAO,EAAE,OAAO,GAAI,CAClB,CACnB,CACnB,CAAC;AACN,CAAC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC"}
|
package/lib/global.css
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// gluestack-ui-base.config.js
|
|
2
|
+
module.exports = {
|
|
3
|
+
tailwind: {
|
|
4
|
+
config: 'tailwind-base-config.js',
|
|
5
|
+
css: './global.css',
|
|
6
|
+
},
|
|
7
|
+
app: {
|
|
8
|
+
entry: 'index.js',
|
|
9
|
+
components: './components/ui',
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=gluestack-ui-base-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gluestack-ui-base-config.js","sourceRoot":"","sources":["../src/gluestack-ui-base-config.js"],"names":[],"mappings":"AAAA,8BAA8B;AAE9B,MAAM,CAAC,OAAO,GAAG;IACb,QAAQ,EAAE;QACN,MAAM,EAAE,yBAAyB;QACjC,GAAG,EAAE,cAAc;KACtB;IACD,GAAG,EAAE;QACD,KAAK,EAAE,UAAU;QACjB,UAAU,EAAE,iBAAiB;KAChC;CACJ,CAAC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -10,9 +10,6 @@ import * as reactI18Next from 'react-i18next';
|
|
|
10
10
|
import layoutRouteConfig from './layout.json';
|
|
11
11
|
export * from './components';
|
|
12
12
|
export * from './containers/layout/Lifecycle';
|
|
13
|
-
export * from '@gluestack-ui/themed';
|
|
14
|
-
export * from '@gluestack-ui/config';
|
|
15
|
-
export * from '@gluestack-style/react';
|
|
16
13
|
export { useLayoutSetting, LayoutSettingProps, routeConfigKeyReplace, getReplacedRouteConfig, layoutRouteConfig, LayoutFeature, ProLayout, AppFeatures, AppLayout, useAfterInteractions, useIsReady, i18next, reactI18Next, };
|
|
17
14
|
declare const _default: Feature;
|
|
18
15
|
export default _default;
|
package/lib/index.js
CHANGED
|
@@ -13,11 +13,11 @@ import * as reactI18Next from 'react-i18next';
|
|
|
13
13
|
import layoutRouteConfig from './layout.json';
|
|
14
14
|
export * from './components';
|
|
15
15
|
export * from './containers/layout/Lifecycle';
|
|
16
|
-
//...........................glustack-ui library....///
|
|
17
|
-
export * from '@gluestack-ui/themed';
|
|
18
|
-
export * from '@gluestack-ui/config';
|
|
19
|
-
export * from '@gluestack-style/react';
|
|
20
|
-
//............................gluestack-ui....///
|
|
16
|
+
// //...........................glustack-ui library....///
|
|
17
|
+
// export * from '@gluestack-ui/themed';
|
|
18
|
+
// export * from '@gluestack-ui/config';
|
|
19
|
+
// export * from '@gluestack-style/react';
|
|
20
|
+
// //............................gluestack-ui....///
|
|
21
21
|
export { useLayoutSetting, routeConfigKeyReplace, getReplacedRouteConfig, layoutRouteConfig, LayoutFeature, ProLayout, AppFeatures, AppLayout, useAfterInteractions, useIsReady, i18next, reactI18Next, };
|
|
22
22
|
export default new Feature({
|
|
23
23
|
reducer: { settings: settingsReducer, applicationErrors },
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,+BAA+B,CAAC;AAClE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,aAAa,EAAE,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC9F,OAAO,EAAE,gBAAgB,EAAsB,MAAM,0BAA0B,CAAC;AAChF,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;AAC9C,OAAO,iBAAiB,MAAM,eAAe,CAAC;AAE9C,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAE9C,0DAA0D;AAC1D,wCAAwC;AACxC,wCAAwC;AACxC,0CAA0C;AAC1C,oDAAoD;AAEpD,OAAO,EACH,gBAAgB,EAEhB,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,aAAa,EACb,SAAS,EACT,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,UAAU,EACV,OAAO,EACP,YAAY,GACf,CAAC;AAEF,eAAe,IAAI,OAAO,CAAC;IACvB,OAAO,EAAE,EAAE,QAAQ,EAAE,eAAe,EAAE,iBAAiB,EAAE;IACzD,iBAAiB,EAAE;QACf,YAAY,EAAE,CAAC,cAAc,CAAC;KACjC;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/// <reference types="nativewind/types" />
|