@wavemaker/app-rn-runtime 11.7.0-rc.161 → 11.7.0-rc.162
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.
- app-rn-runtime/actions/base-action.js.map +1 -1
- app-rn-runtime/actions/index.js.map +1 -1
- app-rn-runtime/actions/login-action.js.map +1 -1
- app-rn-runtime/actions/logout-action.js.map +1 -1
- app-rn-runtime/actions/navigation-action.js +4 -4
- app-rn-runtime/actions/navigation-action.js.map +1 -1
- app-rn-runtime/actions/notification-action.js +3 -4
- app-rn-runtime/actions/notification-action.js.map +1 -1
- app-rn-runtime/actions/timer-action.js +2 -2
- app-rn-runtime/actions/timer-action.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +4 -4
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +4 -4
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel.component.js +62 -27
- app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel.props.js +5 -4
- app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -1
- app-rn-runtime/components/advanced/carousel/carousel.styles.js +15 -0
- app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -1
- app-rn-runtime/components/advanced/login/login.component.js +4 -4
- app-rn-runtime/components/advanced/login/login.component.js.map +1 -1
- app-rn-runtime/components/advanced/login/login.props.js +4 -4
- app-rn-runtime/components/advanced/login/login.props.js.map +1 -1
- app-rn-runtime/components/advanced/login/login.styles.js.map +1 -1
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +4 -4
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -1
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +4 -4
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -1
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -1
- app-rn-runtime/components/advanced/webview/webview.component.js +12 -8
- app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -1
- app-rn-runtime/components/advanced/webview/webview.props.js +5 -5
- app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -1
- app-rn-runtime/components/advanced/webview/webview.styles.js.map +1 -1
- app-rn-runtime/components/basic/anchor/anchor.component.js +17 -5
- app-rn-runtime/components/basic/anchor/anchor.component.js.map +1 -1
- app-rn-runtime/components/basic/anchor/anchor.props.js +5 -4
- app-rn-runtime/components/basic/anchor/anchor.props.js.map +1 -1
- app-rn-runtime/components/basic/anchor/anchor.styles.js +3 -0
- app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -1
- app-rn-runtime/components/basic/animatedview.component.js +10 -4
- app-rn-runtime/components/basic/animatedview.component.js.map +1 -1
- app-rn-runtime/components/basic/audio/audio.component.js +8 -9
- app-rn-runtime/components/basic/audio/audio.component.js.map +1 -1
- app-rn-runtime/components/basic/audio/audio.props.js +4 -4
- app-rn-runtime/components/basic/audio/audio.props.js.map +1 -1
- app-rn-runtime/components/basic/audio/audio.styles.js.map +1 -1
- app-rn-runtime/components/basic/button/button.component.js +48 -23
- app-rn-runtime/components/basic/button/button.component.js.map +1 -1
- app-rn-runtime/components/basic/button/button.props.js +5 -4
- app-rn-runtime/components/basic/button/button.props.js.map +1 -1
- app-rn-runtime/components/basic/button/button.styles.js +2 -4
- app-rn-runtime/components/basic/button/button.styles.js.map +1 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +1 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +4 -4
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +1 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -1
- app-rn-runtime/components/basic/custom/custom.component.js.map +1 -1
- app-rn-runtime/components/basic/custom/custom.props.js +4 -4
- app-rn-runtime/components/basic/custom/custom.props.js.map +1 -1
- app-rn-runtime/components/basic/custom/custom.styles.js.map +1 -1
- app-rn-runtime/components/basic/icon/icon.component.js +30 -14
- app-rn-runtime/components/basic/icon/icon.component.js.map +1 -1
- app-rn-runtime/components/basic/icon/icon.props.js +6 -5
- app-rn-runtime/components/basic/icon/icon.props.js.map +1 -1
- app-rn-runtime/components/basic/icon/icon.styles.js.map +1 -1
- app-rn-runtime/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -1
- app-rn-runtime/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -1
- app-rn-runtime/components/basic/icon/wavicon/wavicon.component.js.map +1 -1
- app-rn-runtime/components/basic/label/label.component.js +26 -13
- app-rn-runtime/components/basic/label/label.component.js.map +1 -1
- app-rn-runtime/components/basic/label/label.props.js +5 -4
- app-rn-runtime/components/basic/label/label.props.js.map +1 -1
- app-rn-runtime/components/basic/label/label.styles.js.map +1 -1
- app-rn-runtime/components/basic/lottie/lottie.component.js +9 -10
- app-rn-runtime/components/basic/lottie/lottie.component.js.map +1 -1
- app-rn-runtime/components/basic/lottie/lottie.props.js +4 -4
- app-rn-runtime/components/basic/lottie/lottie.props.js.map +1 -1
- app-rn-runtime/components/basic/lottie/lottie.styles.js +5 -1
- app-rn-runtime/components/basic/lottie/lottie.styles.js.map +1 -1
- app-rn-runtime/components/basic/message/message.component.js +3 -2
- app-rn-runtime/components/basic/message/message.component.js.map +1 -1
- app-rn-runtime/components/basic/message/message.props.js +5 -4
- app-rn-runtime/components/basic/message/message.props.js.map +1 -1
- app-rn-runtime/components/basic/message/message.styles.js +1 -2
- app-rn-runtime/components/basic/message/message.styles.js.map +1 -1
- app-rn-runtime/components/basic/modal/modal.component.js.map +1 -1
- app-rn-runtime/components/basic/modal/modal.props.js +4 -4
- app-rn-runtime/components/basic/modal/modal.props.js.map +1 -1
- app-rn-runtime/components/basic/modal/modal.styles.js.map +1 -1
- app-rn-runtime/components/basic/picture/picture.component.js +6 -6
- app-rn-runtime/components/basic/picture/picture.component.js.map +1 -1
- app-rn-runtime/components/basic/picture/picture.props.js +5 -4
- app-rn-runtime/components/basic/picture/picture.props.js.map +1 -1
- app-rn-runtime/components/basic/picture/picture.styles.js.map +1 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +25 -3
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +4 -4
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +1 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +1 -1
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +9 -9
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +1 -1
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +4 -4
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +1 -1
- app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +1 -1
- app-rn-runtime/components/basic/search/local-data-provider.js +2 -2
- app-rn-runtime/components/basic/search/local-data-provider.js.map +1 -1
- app-rn-runtime/components/basic/search/search.component.js +28 -22
- app-rn-runtime/components/basic/search/search.component.js.map +1 -1
- app-rn-runtime/components/basic/search/search.props.js +6 -4
- app-rn-runtime/components/basic/search/search.props.js.map +1 -1
- app-rn-runtime/components/basic/search/search.styles.js +6 -0
- app-rn-runtime/components/basic/search/search.styles.js.map +1 -1
- app-rn-runtime/components/basic/skeleton/skeleton.component.js +9 -8
- app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +1 -1
- app-rn-runtime/components/basic/skeleton/skeleton.props.js +9 -1
- app-rn-runtime/components/basic/skeleton/skeleton.props.js.map +1 -1
- app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +1 -1
- app-rn-runtime/components/basic/spinner/spinner.component.js +4 -5
- app-rn-runtime/components/basic/spinner/spinner.component.js.map +1 -1
- app-rn-runtime/components/basic/spinner/spinner.props.js +4 -4
- app-rn-runtime/components/basic/spinner/spinner.props.js.map +1 -1
- app-rn-runtime/components/basic/spinner/spinner.styles.js +3 -2
- app-rn-runtime/components/basic/spinner/spinner.styles.js.map +1 -1
- app-rn-runtime/components/basic/tooltip/tooltip.component.js +79 -0
- app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +1 -0
- app-rn-runtime/components/basic/tooltip/tooltip.props.js +18 -0
- app-rn-runtime/components/basic/tooltip/tooltip.props.js.map +1 -0
- app-rn-runtime/components/basic/tooltip/tooltip.styles.js +49 -0
- app-rn-runtime/components/basic/tooltip/tooltip.styles.js.map +1 -0
- app-rn-runtime/components/basic/video/video.component.js +11 -8
- app-rn-runtime/components/basic/video/video.component.js.map +1 -1
- app-rn-runtime/components/basic/video/video.props.js +5 -5
- app-rn-runtime/components/basic/video/video.props.js.map +1 -1
- app-rn-runtime/components/basic/video/video.styles.js +4 -1
- app-rn-runtime/components/basic/video/video.styles.js.map +1 -1
- app-rn-runtime/components/chart/area-chart/area-chart.component.js +21 -10
- app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/area-chart/area-chart.props.js +4 -4
- app-rn-runtime/components/chart/area-chart/area-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js +7 -1
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +21 -10
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +4 -4
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js +7 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/basechart.component.js +142 -55
- app-rn-runtime/components/chart/basechart.component.js.map +1 -1
- app-rn-runtime/components/chart/basechart.props.js +9 -14
- app-rn-runtime/components/chart/basechart.props.js.map +1 -1
- app-rn-runtime/components/chart/basechart.styles.js +31 -10
- app-rn-runtime/components/chart/basechart.styles.js.map +1 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +33 -13
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +4 -4
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js +7 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/column-chart/column-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js +7 -1
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +4 -4
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js +7 -1
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/legend/legend.component.js.map +1 -1
- app-rn-runtime/components/chart/line-chart/line-chart.component.js +16 -4
- app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/line-chart/line-chart.props.js +6 -4
- app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js +7 -1
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +25 -13
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +4 -4
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js +7 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +116 -52
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +5 -5
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js.map +1 -1
- app-rn-runtime/components/chart/stack-chart/stack-chart.styles.js.map +1 -1
- app-rn-runtime/components/chart/staticdata.js.map +1 -1
- app-rn-runtime/components/chart/theme/chart.theme.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordion.component.js +60 -22
- app-rn-runtime/components/container/accordion/accordion.component.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordion.props.js +4 -4
- app-rn-runtime/components/container/accordion/accordion.props.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordion.styles.js +5 -0
- app-rn-runtime/components/container/accordion/accordion.styles.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +8 -5
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +4 -4
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -1
- app-rn-runtime/components/container/container.component.js +41 -6
- app-rn-runtime/components/container/container.component.js.map +1 -1
- app-rn-runtime/components/container/container.props.js +5 -4
- app-rn-runtime/components/container/container.props.js.map +1 -1
- app-rn-runtime/components/container/container.styles.js +7 -0
- app-rn-runtime/components/container/container.styles.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +4 -4
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +5 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +4 -4
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js +6 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +28 -2
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +4 -4
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js +4 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js +31 -5
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js +4 -4
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js +4 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +4 -4
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -1
- app-rn-runtime/components/container/panel/collapsible-pane.component.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +4 -4
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-content/panel-content.styles.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +4 -4
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -1
- app-rn-runtime/components/container/panel/panel.component.js +54 -12
- app-rn-runtime/components/container/panel/panel.component.js.map +1 -1
- app-rn-runtime/components/container/panel/panel.props.js +4 -4
- app-rn-runtime/components/container/panel/panel.props.js.map +1 -1
- app-rn-runtime/components/container/panel/panel.styles.js +3 -0
- app-rn-runtime/components/container/panel/panel.styles.js.map +1 -1
- app-rn-runtime/components/container/partial-host.component.js +6 -6
- app-rn-runtime/components/container/partial-host.component.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +12 -10
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +4 -4
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +14 -8
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +4 -4
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabpane/tabpane.styles.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabs.component.js +51 -20
- app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabs.props.js +4 -4
- app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabs.styles.js +4 -1
- app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -1
- app-rn-runtime/components/container/tile/tile.component.js +24 -1
- app-rn-runtime/components/container/tile/tile.component.js.map +1 -1
- app-rn-runtime/components/container/tile/tile.props.js +5 -4
- app-rn-runtime/components/container/tile/tile.props.js.map +1 -1
- app-rn-runtime/components/container/tile/tile.styles.js +6 -1
- app-rn-runtime/components/container/tile/tile.styles.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizard.component.js +66 -24
- app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizard.props.js +5 -4
- app-rn-runtime/components/container/wizard/wizard.props.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizard.styles.js +6 -1
- app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +9 -6
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +4 -4
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -1
- app-rn-runtime/components/data/card/card-content/card-content.component.js +10 -6
- app-rn-runtime/components/data/card/card-content/card-content.component.js.map +1 -1
- app-rn-runtime/components/data/card/card-content/card-content.props.js +4 -4
- app-rn-runtime/components/data/card/card-content/card-content.props.js.map +1 -1
- app-rn-runtime/components/data/card/card-content/card-content.styles.js +4 -1
- app-rn-runtime/components/data/card/card-content/card-content.styles.js.map +1 -1
- app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +1 -1
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js +4 -4
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +1 -1
- app-rn-runtime/components/data/card/card-footer/card-footer.styles.js.map +1 -1
- app-rn-runtime/components/data/card/card.component.js +18 -0
- app-rn-runtime/components/data/card/card.component.js.map +1 -1
- app-rn-runtime/components/data/card/card.props.js +4 -4
- app-rn-runtime/components/data/card/card.props.js.map +1 -1
- app-rn-runtime/components/data/card/card.styles.js +3 -0
- app-rn-runtime/components/data/card/card.styles.js.map +1 -1
- app-rn-runtime/components/data/form/form-action/form-action.component.js +2 -2
- app-rn-runtime/components/data/form/form-action/form-action.component.js.map +1 -1
- app-rn-runtime/components/data/form/form-action/form-action.props.js +4 -4
- app-rn-runtime/components/data/form/form-action/form-action.props.js.map +1 -1
- app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +1 -1
- app-rn-runtime/components/data/form/form-body/form-body.component.js.map +1 -1
- app-rn-runtime/components/data/form/form-body/form-body.props.js +4 -4
- app-rn-runtime/components/data/form/form-body/form-body.props.js.map +1 -1
- app-rn-runtime/components/data/form/form-body/form-body.styles.js.map +1 -1
- app-rn-runtime/components/data/form/form-field/form-field.component.js +12 -9
- app-rn-runtime/components/data/form/form-field/form-field.component.js.map +1 -1
- app-rn-runtime/components/data/form/form-field/form-field.props.js +5 -4
- app-rn-runtime/components/data/form/form-field/form-field.props.js.map +1 -1
- app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +1 -1
- app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +1 -1
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js +4 -4
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +1 -1
- app-rn-runtime/components/data/form/form-footer/form-footer.styles.js.map +1 -1
- app-rn-runtime/components/data/form/form.component.js +15 -14
- app-rn-runtime/components/data/form/form.component.js.map +1 -1
- app-rn-runtime/components/data/form/form.props.js +6 -4
- app-rn-runtime/components/data/form/form.props.js.map +1 -1
- app-rn-runtime/components/data/form/form.styles.js +1 -1
- app-rn-runtime/components/data/form/form.styles.js.map +1 -1
- app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js +28 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js.map +1 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +12 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js.map +1 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js +36 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.component.js +15 -1
- app-rn-runtime/components/data/list/list-template/list-template.component.js.map +1 -1
- app-rn-runtime/components/data/list/list-template/list-template.props.js +5 -4
- app-rn-runtime/components/data/list/list-template/list-template.props.js.map +1 -1
- app-rn-runtime/components/data/list/list-template/list-template.styles.js +11 -2
- app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +1 -1
- app-rn-runtime/components/data/list/list.component.js +120 -72
- app-rn-runtime/components/data/list/list.component.js.map +1 -1
- app-rn-runtime/components/data/list/list.props.js +6 -4
- app-rn-runtime/components/data/list/list.props.js.map +1 -1
- app-rn-runtime/components/data/list/list.styles.js +11 -2
- app-rn-runtime/components/data/list/list.styles.js.map +1 -1
- app-rn-runtime/components/data/liveform/liveform.component.js +13 -17
- app-rn-runtime/components/data/liveform/liveform.component.js.map +1 -1
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +2 -2
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +4 -4
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
- app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +1 -1
- app-rn-runtime/components/device/camera/camera.component.js +2 -2
- app-rn-runtime/components/device/camera/camera.component.js.map +1 -1
- app-rn-runtime/components/device/camera/camera.props.js +4 -4
- app-rn-runtime/components/device/camera/camera.props.js.map +1 -1
- app-rn-runtime/components/device/camera/camera.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +3 -2
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +1 -1
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +5 -4
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +3 -2
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -1
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +5 -4
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/dialog/dialog.component.js +11 -7
- app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -1
- app-rn-runtime/components/dialogs/dialog/dialog.props.js +5 -4
- app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +1 -1
- app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +2 -2
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +4 -4
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +1 -1
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +4 -4
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -1
- app-rn-runtime/components/input/basedataset/basedataset.component.js +9 -14
- app-rn-runtime/components/input/basedataset/basedataset.component.js.map +1 -1
- app-rn-runtime/components/input/basedataset/basedataset.props.js +5 -5
- app-rn-runtime/components/input/basedataset/basedataset.props.js.map +1 -1
- app-rn-runtime/components/input/basedataset/basedataset.styles.js.map +1 -1
- app-rn-runtime/components/input/baseinput/baseinput.component.js +19 -13
- app-rn-runtime/components/input/baseinput/baseinput.component.js.map +1 -1
- app-rn-runtime/components/input/baseinput/baseinput.props.js +6 -5
- app-rn-runtime/components/input/baseinput/baseinput.props.js.map +1 -1
- app-rn-runtime/components/input/baseinput/baseinput.styles.js.map +1 -1
- app-rn-runtime/components/input/basenumber/basenumber.component.js +31 -21
- app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -1
- app-rn-runtime/components/input/basenumber/basenumber.props.js +7 -5
- app-rn-runtime/components/input/basenumber/basenumber.props.js.map +1 -1
- app-rn-runtime/components/input/basenumber/basenumber.styles.js.map +1 -1
- app-rn-runtime/components/input/calendar/calendar.component.js +5 -5
- app-rn-runtime/components/input/calendar/calendar.component.js.map +1 -1
- app-rn-runtime/components/input/calendar/calendar.props.js +4 -4
- app-rn-runtime/components/input/calendar/calendar.props.js.map +1 -1
- app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -1
- app-rn-runtime/components/input/calendar/views/month-view.js +6 -10
- app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -1
- app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +1 -1
- app-rn-runtime/components/input/checkbox/checkbox.component.js +10 -11
- app-rn-runtime/components/input/checkbox/checkbox.component.js.map +1 -1
- app-rn-runtime/components/input/checkbox/checkbox.props.js +5 -4
- app-rn-runtime/components/input/checkbox/checkbox.props.js.map +1 -1
- app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +1 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js +41 -11
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +1 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js +11 -4
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +1 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +2 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +1 -1
- app-rn-runtime/components/input/chips/chips.component.js +8 -7
- app-rn-runtime/components/input/chips/chips.component.js.map +1 -1
- app-rn-runtime/components/input/chips/chips.props.js +4 -4
- app-rn-runtime/components/input/chips/chips.props.js.map +1 -1
- app-rn-runtime/components/input/chips/chips.styles.js.map +1 -1
- app-rn-runtime/components/input/composite/composite.component.js.map +1 -1
- app-rn-runtime/components/input/composite/composite.props.js +4 -4
- app-rn-runtime/components/input/composite/composite.props.js.map +1 -1
- app-rn-runtime/components/input/composite/composite.styles.js.map +1 -1
- app-rn-runtime/components/input/currency/currency.component.js +20 -5
- app-rn-runtime/components/input/currency/currency.component.js.map +1 -1
- app-rn-runtime/components/input/currency/currency.props.js +4 -4
- app-rn-runtime/components/input/currency/currency.props.js.map +1 -1
- app-rn-runtime/components/input/currency/currency.styles.js.map +1 -1
- app-rn-runtime/components/input/epoch/base-datetime.component.js +117 -18
- app-rn-runtime/components/input/epoch/base-datetime.component.js.map +1 -1
- app-rn-runtime/components/input/epoch/date/date.component.js.map +1 -1
- app-rn-runtime/components/input/epoch/date/date.props.js.map +1 -1
- app-rn-runtime/components/input/epoch/date/date.styles.js.map +1 -1
- app-rn-runtime/components/input/epoch/date-picker.component.js +2 -2
- app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -1
- app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +1 -1
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js +7 -5
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +1 -1
- app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +1 -1
- app-rn-runtime/components/input/epoch/time/time.component.js.map +1 -1
- app-rn-runtime/components/input/epoch/time/time.props.js +2 -2
- app-rn-runtime/components/input/epoch/time/time.props.js.map +1 -1
- app-rn-runtime/components/input/epoch/time/time.styles.js.map +1 -1
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +198 -0
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +107 -0
- app-rn-runtime/components/input/epoch/wheel-time-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +91 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +76 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +17 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.component.js +10 -8
- app-rn-runtime/components/input/fileupload/fileupload.component.js.map +1 -1
- app-rn-runtime/components/input/fileupload/fileupload.props.js +5 -4
- app-rn-runtime/components/input/fileupload/fileupload.props.js.map +1 -1
- app-rn-runtime/components/input/fileupload/fileupload.styles.js.map +1 -1
- app-rn-runtime/components/input/number/number.component.js +10 -7
- app-rn-runtime/components/input/number/number.component.js.map +1 -1
- app-rn-runtime/components/input/number/number.props.js +4 -4
- app-rn-runtime/components/input/number/number.props.js.map +1 -1
- app-rn-runtime/components/input/number/number.styles.js.map +1 -1
- app-rn-runtime/components/input/radioset/radioset.component.js +36 -13
- app-rn-runtime/components/input/radioset/radioset.component.js.map +1 -1
- app-rn-runtime/components/input/radioset/radioset.props.js +5 -4
- app-rn-runtime/components/input/radioset/radioset.props.js.map +1 -1
- app-rn-runtime/components/input/radioset/radioset.styles.js +1 -0
- app-rn-runtime/components/input/radioset/radioset.styles.js.map +1 -1
- app-rn-runtime/components/input/rating/rating.component.js +4 -4
- app-rn-runtime/components/input/rating/rating.component.js.map +1 -1
- app-rn-runtime/components/input/rating/rating.props.js +4 -4
- app-rn-runtime/components/input/rating/rating.props.js.map +1 -1
- app-rn-runtime/components/input/rating/rating.styles.js.map +1 -1
- app-rn-runtime/components/input/select/select.component.js +37 -19
- app-rn-runtime/components/input/select/select.component.js.map +1 -1
- app-rn-runtime/components/input/select/select.props.js +4 -4
- app-rn-runtime/components/input/select/select.props.js.map +1 -1
- app-rn-runtime/components/input/select/select.styles.js.map +1 -1
- app-rn-runtime/components/input/slider/slider.component.js +359 -69
- app-rn-runtime/components/input/slider/slider.component.js.map +1 -1
- app-rn-runtime/components/input/slider/slider.props.js +13 -9
- app-rn-runtime/components/input/slider/slider.props.js.map +1 -1
- app-rn-runtime/components/input/slider/slider.styles.js +25 -2
- app-rn-runtime/components/input/slider/slider.styles.js.map +1 -1
- app-rn-runtime/components/input/switch/switch.component.js +9 -6
- app-rn-runtime/components/input/switch/switch.component.js.map +1 -1
- app-rn-runtime/components/input/switch/switch.props.js +4 -4
- app-rn-runtime/components/input/switch/switch.props.js.map +1 -1
- app-rn-runtime/components/input/switch/switch.styles.js +8 -2
- app-rn-runtime/components/input/switch/switch.styles.js.map +1 -1
- app-rn-runtime/components/input/text/text.component.js +21 -0
- app-rn-runtime/components/input/text/text.component.js.map +1 -1
- app-rn-runtime/components/input/text/text.props.js +6 -4
- app-rn-runtime/components/input/text/text.props.js.map +1 -1
- app-rn-runtime/components/input/text/text.styles.js.map +1 -1
- app-rn-runtime/components/input/textarea/textarea.component.js +21 -0
- app-rn-runtime/components/input/textarea/textarea.component.js.map +1 -1
- app-rn-runtime/components/input/textarea/textarea.props.js +6 -4
- app-rn-runtime/components/input/textarea/textarea.props.js.map +1 -1
- app-rn-runtime/components/input/textarea/textarea.styles.js.map +1 -1
- app-rn-runtime/components/input/toggle/toggle.component.js +15 -10
- app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -1
- app-rn-runtime/components/input/toggle/toggle.props.js +4 -4
- app-rn-runtime/components/input/toggle/toggle.props.js.map +1 -1
- app-rn-runtime/components/input/toggle/toggle.styles.js.map +1 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +11 -7
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +4 -4
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +1 -1
- app-rn-runtime/components/navigation/basenav/basenav.component.js +6 -10
- app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -1
- app-rn-runtime/components/navigation/basenav/basenav.props.js +4 -4
- app-rn-runtime/components/navigation/basenav/basenav.props.js.map +1 -1
- app-rn-runtime/components/navigation/basenav/basenav.styles.js.map +1 -1
- app-rn-runtime/components/navigation/menu/menu.component.js +2 -2
- app-rn-runtime/components/navigation/menu/menu.component.js.map +1 -1
- app-rn-runtime/components/navigation/menu/menu.props.js +4 -4
- app-rn-runtime/components/navigation/menu/menu.props.js.map +1 -1
- app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -1
- app-rn-runtime/components/navigation/navbar/navbar.component.js.map +1 -1
- app-rn-runtime/components/navigation/navbar/navbar.props.js +4 -4
- app-rn-runtime/components/navigation/navbar/navbar.props.js.map +1 -1
- app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +1 -1
- app-rn-runtime/components/navigation/navitem/navitem.component.js +6 -7
- app-rn-runtime/components/navigation/navitem/navitem.component.js.map +1 -1
- app-rn-runtime/components/navigation/navitem/navitem.props.js +4 -4
- app-rn-runtime/components/navigation/navitem/navitem.props.js.map +1 -1
- app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +1 -1
- app-rn-runtime/components/navigation/popover/popover.component.js +84 -31
- app-rn-runtime/components/navigation/popover/popover.component.js.map +1 -1
- app-rn-runtime/components/navigation/popover/popover.props.js +6 -5
- app-rn-runtime/components/navigation/popover/popover.props.js.map +1 -1
- app-rn-runtime/components/navigation/popover/popover.styles.js +6 -1
- app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -1
- app-rn-runtime/components/page/content/content.component.js +19 -4
- app-rn-runtime/components/page/content/content.component.js.map +1 -1
- app-rn-runtime/components/page/content/content.props.js.map +1 -1
- app-rn-runtime/components/page/content/content.styles.js.map +1 -1
- app-rn-runtime/components/page/left-panel/left-panel.component.js +5 -5
- app-rn-runtime/components/page/left-panel/left-panel.component.js.map +1 -1
- app-rn-runtime/components/page/left-panel/left-panel.props.js +4 -4
- app-rn-runtime/components/page/left-panel/left-panel.props.js.map +1 -1
- app-rn-runtime/components/page/left-panel/left-panel.styles.js.map +1 -1
- app-rn-runtime/components/page/page-content/page-content.component.js +29 -3
- app-rn-runtime/components/page/page-content/page-content.component.js.map +1 -1
- app-rn-runtime/components/page/page-content/page-content.props.js +6 -6
- app-rn-runtime/components/page/page-content/page-content.props.js.map +1 -1
- app-rn-runtime/components/page/page-content/page-content.styles.js +6 -1
- app-rn-runtime/components/page/page-content/page-content.styles.js.map +1 -1
- app-rn-runtime/components/page/page.component.js +13 -3
- app-rn-runtime/components/page/page.component.js.map +1 -1
- app-rn-runtime/components/page/page.props.js.map +1 -1
- app-rn-runtime/components/page/page.styles.js +7 -1
- app-rn-runtime/components/page/page.styles.js.map +1 -1
- app-rn-runtime/components/page/partial/partial.component.js +21 -0
- app-rn-runtime/components/page/partial/partial.component.js.map +1 -1
- app-rn-runtime/components/page/partial/partial.props.js.map +1 -1
- app-rn-runtime/components/page/partial/partial.styles.js +6 -1
- app-rn-runtime/components/page/partial/partial.styles.js.map +1 -1
- app-rn-runtime/components/page/partial-container/partial-container.component.js.map +1 -1
- app-rn-runtime/components/page/partial-container/partial-container.props.js +4 -4
- app-rn-runtime/components/page/partial-container/partial-container.props.js.map +1 -1
- app-rn-runtime/components/page/partial-container/partial-container.styles.js.map +1 -1
- app-rn-runtime/components/page/tabbar/curve.js.map +1 -1
- app-rn-runtime/components/page/tabbar/tabbar.component.js +26 -14
- app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -1
- app-rn-runtime/components/page/tabbar/tabbar.props.js +5 -4
- app-rn-runtime/components/page/tabbar/tabbar.props.js.map +1 -1
- app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +1 -1
- app-rn-runtime/components/prefab/prefab-container.component.js +22 -0
- app-rn-runtime/components/prefab/prefab-container.component.js.map +1 -1
- app-rn-runtime/components/prefab/prefab-container.props.js.map +1 -1
- app-rn-runtime/components/prefab/prefab-container.styles.js +6 -1
- app-rn-runtime/components/prefab/prefab-container.styles.js.map +1 -1
- app-rn-runtime/core/AppConfig.js.map +1 -1
- app-rn-runtime/core/accessibility.js +7 -1
- app-rn-runtime/core/accessibility.js.map +1 -1
- app-rn-runtime/core/asset.provider.js.map +1 -1
- app-rn-runtime/core/base.component.js +31 -24
- app-rn-runtime/core/base.component.js.map +1 -1
- app-rn-runtime/core/components/floatinglabel.component.js.map +1 -1
- app-rn-runtime/core/components/textinput.component.js +9 -7
- app-rn-runtime/core/components/textinput.component.js.map +1 -1
- app-rn-runtime/core/constant.service.js +2 -2
- app-rn-runtime/core/constant.service.js.map +1 -1
- app-rn-runtime/core/constants/currency-constants.js.map +1 -1
- app-rn-runtime/core/currency-constants.js.map +1 -1
- app-rn-runtime/core/device/calendar-service.js.map +1 -1
- app-rn-runtime/core/device/camera-service.js.map +1 -1
- app-rn-runtime/core/device/contacts-service.js.map +1 -1
- app-rn-runtime/core/device/location-service.js.map +1 -1
- app-rn-runtime/core/device/scan-service.js.map +1 -1
- app-rn-runtime/core/display.manager.js.map +1 -1
- app-rn-runtime/core/event-notifier.js +15 -7
- app-rn-runtime/core/event-notifier.js.map +1 -1
- app-rn-runtime/core/file-extension-types.js.map +1 -1
- app-rn-runtime/core/fixed-view.component.js +4 -4
- app-rn-runtime/core/fixed-view.component.js.map +1 -1
- app-rn-runtime/core/formatters.js +6 -12
- app-rn-runtime/core/formatters.js.map +1 -1
- app-rn-runtime/core/i18n.service.js.map +1 -1
- app-rn-runtime/core/if.component.js +6 -7
- app-rn-runtime/core/if.component.js.map +1 -1
- app-rn-runtime/core/imageSizeEstimator.js +3 -3
- app-rn-runtime/core/imageSizeEstimator.js.map +1 -1
- app-rn-runtime/core/injector.js.map +1 -1
- app-rn-runtime/core/key.extractor.js +3 -4
- app-rn-runtime/core/key.extractor.js.map +1 -1
- app-rn-runtime/core/logger.js +3 -3
- app-rn-runtime/core/logger.js.map +1 -1
- app-rn-runtime/core/modal.service.js.map +1 -1
- app-rn-runtime/core/navigation.service.js.map +1 -1
- app-rn-runtime/core/network.service.js +7 -11
- app-rn-runtime/core/network.service.js.map +1 -1
- app-rn-runtime/core/partial.service.js.map +1 -1
- app-rn-runtime/core/props.provider.js +8 -5
- app-rn-runtime/core/props.provider.js.map +1 -1
- app-rn-runtime/core/scroll-view.component.js +2 -2
- app-rn-runtime/core/scroll-view.component.js.map +1 -1
- app-rn-runtime/core/security.service.js.map +1 -1
- app-rn-runtime/core/spinner.service.js.map +1 -1
- app-rn-runtime/core/storage.service.js +2 -2
- app-rn-runtime/core/storage.service.js.map +1 -1
- app-rn-runtime/core/tappable.component.js +75 -39
- app-rn-runtime/core/tappable.component.js.map +1 -1
- app-rn-runtime/core/testid.provider.js.map +1 -1
- app-rn-runtime/core/toast.service.js.map +1 -1
- app-rn-runtime/core/ui-preferences.context.js +7 -0
- app-rn-runtime/core/ui-preferences.context.js.map +1 -0
- app-rn-runtime/core/utils.js +206 -20
- app-rn-runtime/core/utils.js.map +1 -1
- app-rn-runtime/core/viewport.js +2 -2
- app-rn-runtime/core/viewport.js.map +1 -1
- app-rn-runtime/gestures/swipe.animation.js +2 -2
- app-rn-runtime/gestures/swipe.animation.js.map +1 -1
- app-rn-runtime/index.js.map +1 -1
- app-rn-runtime/package.json +110 -87
- app-rn-runtime/runtime/App.js +58 -54
- app-rn-runtime/runtime/App.js.map +1 -1
- app-rn-runtime/runtime/App.navigator.js +1 -1
- app-rn-runtime/runtime/App.navigator.js.map +1 -1
- app-rn-runtime/runtime/base-fragment.component.js +49 -21
- app-rn-runtime/runtime/base-fragment.component.js.map +1 -1
- app-rn-runtime/runtime/base-page.component.js +29 -22
- app-rn-runtime/runtime/base-page.component.js.map +1 -1
- app-rn-runtime/runtime/base-partial.component.js +12 -7
- app-rn-runtime/runtime/base-partial.component.js.map +1 -1
- app-rn-runtime/runtime/base-prefab.component.js +6 -6
- app-rn-runtime/runtime/base-prefab.component.js.map +1 -1
- app-rn-runtime/runtime/lib-patch.js +1 -1
- app-rn-runtime/runtime/lib-patch.js.map +1 -1
- app-rn-runtime/runtime/memo.component.js +2 -2
- app-rn-runtime/runtime/memo.component.js.map +1 -1
- app-rn-runtime/runtime/navigator/drawer.navigator.js +1 -0
- app-rn-runtime/runtime/navigator/drawer.navigator.js.map +1 -1
- app-rn-runtime/runtime/navigator/stack.navigator.js +5 -8
- app-rn-runtime/runtime/navigator/stack.navigator.js.map +1 -1
- app-rn-runtime/runtime/platform.api.js.map +1 -1
- app-rn-runtime/runtime/services/app-display-manager.service.js +7 -4
- app-rn-runtime/runtime/services/app-display-manager.service.js.map +1 -1
- app-rn-runtime/runtime/services/app-i18n.service.js +13 -4
- app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -1
- app-rn-runtime/runtime/services/app-modal.service.js +7 -4
- app-rn-runtime/runtime/services/app-modal.service.js.map +1 -1
- app-rn-runtime/runtime/services/app-security.service.js +51 -12
- app-rn-runtime/runtime/services/app-security.service.js.map +1 -1
- app-rn-runtime/runtime/services/app-spinner.service.js +4 -5
- app-rn-runtime/runtime/services/app-spinner.service.js.map +1 -1
- app-rn-runtime/runtime/services/app-toast.service.js +2 -2
- app-rn-runtime/runtime/services/app-toast.service.js.map +1 -1
- app-rn-runtime/runtime/services/device/calendar-service.js.map +1 -1
- app-rn-runtime/runtime/services/device/camera-service.js +2 -2
- app-rn-runtime/runtime/services/device/camera-service.js.map +1 -1
- app-rn-runtime/runtime/services/device/contacts-service.js +1 -1
- app-rn-runtime/runtime/services/device/contacts-service.js.map +1 -1
- app-rn-runtime/runtime/services/device/location-service.js.map +1 -1
- app-rn-runtime/runtime/services/device/permissions.js.map +1 -1
- app-rn-runtime/runtime/services/device/scan-service.js.map +1 -1
- app-rn-runtime/runtime/services/partial.service.js +1 -2
- app-rn-runtime/runtime/services/partial.service.js.map +1 -1
- app-rn-runtime/runtime/services/webprocess.service.js +3 -5
- app-rn-runtime/runtime/services/webprocess.service.js.map +1 -1
- app-rn-runtime/runtime/watcher.js +5 -5
- app-rn-runtime/runtime/watcher.js.map +1 -1
- app-rn-runtime/styles/MediaQueryList.js.map +1 -1
- app-rn-runtime/styles/background.component.js +8 -6
- app-rn-runtime/styles/background.component.js.map +1 -1
- app-rn-runtime/styles/style-prop.validator.js +1 -4
- app-rn-runtime/styles/style-prop.validator.js.map +1 -1
- app-rn-runtime/styles/style-props.js +2 -2
- app-rn-runtime/styles/style-props.js.map +1 -1
- app-rn-runtime/styles/theme.js +25 -17
- app-rn-runtime/styles/theme.js.map +1 -1
- app-rn-runtime/styles/theme.variables.js +14 -7
- app-rn-runtime/styles/theme.variables.js.map +1 -1
- app-rn-runtime/variables/base-variable.js +2 -2
- app-rn-runtime/variables/base-variable.js.map +1 -1
- app-rn-runtime/variables/device/calendar/create-event.operation.js.map +1 -1
- app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +1 -1
- app-rn-runtime/variables/device/calendar/get-events.operation.js.map +1 -1
- app-rn-runtime/variables/device/camera/capture-image.operation.js.map +1 -1
- app-rn-runtime/variables/device/camera/capture-video.operation.js.map +1 -1
- app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +1 -1
- app-rn-runtime/variables/device/device/app-info.operation.js.map +1 -1
- app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +1 -1
- app-rn-runtime/variables/device/device/device-info.operation.js.map +1 -1
- app-rn-runtime/variables/device/device/network-info.operation.js +23 -3
- app-rn-runtime/variables/device/device/network-info.operation.js.map +1 -1
- app-rn-runtime/variables/device/device/vibrate.operation.js.map +1 -1
- app-rn-runtime/variables/device/file/upload-file.operation.js.map +1 -1
- app-rn-runtime/variables/device/operation.provider.js.map +1 -1
- app-rn-runtime/variables/device/scan/scan.operation.js.map +1 -1
- app-rn-runtime/variables/device-variable.js +1 -1
- app-rn-runtime/variables/device-variable.js.map +1 -1
- app-rn-runtime/variables/http.service.js +4 -0
- app-rn-runtime/variables/http.service.js.map +1 -1
- app-rn-runtime/variables/live-variable.js +3 -3
- app-rn-runtime/variables/live-variable.js.map +1 -1
- app-rn-runtime/variables/model-variable.js +2 -2
- app-rn-runtime/variables/model-variable.js.map +1 -1
- app-rn-runtime/variables/service-variable.js +4 -2
- app-rn-runtime/variables/service-variable.js.map +1 -1
- app-rn-runtime/variables/utils/dataset-util.js.map +1 -1
- app-rn-runtime/variables/utils/inflight-queue.js +2 -2
- app-rn-runtime/variables/utils/inflight-queue.js.map +1 -1
- app-rn-runtime/variables/utils/variable.constants.js.map +1 -1
- app-rn-runtime/variables/utils/variable.utils.js +0 -1
- app-rn-runtime/variables/utils/variable.utils.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["cloneDeep","isNil","forEach","flatten","isArray","isEmpty","isObject","isString","get","reverse","React","camelCase","deepCopy","isWebPreviewMode","EventNotifier","ViewPort","EVENTS","ViewPortEvents","MediaQueryList","ThemeVariables","getErrorMessage","getStyleReference","isValidStyleProp","DEFAULT_CLASS","window","matchMedia","query","DEVICE_BREAK_POINTS","ThemeEvent","Theme","constructor","parent","name","_defineProperty","traceEnabled","subscribe","event","fn","eventNotifer","notify","children","t","replaceVariables","val","match","s","variableName","substring","length","replace","INSTANCE","clearCache","cache","registerStyle","styleGenerators","push","addStyle","bind","checkStyleProperties","value","Object","keys","map","k","console","log","extend","style","styles","getStyle","addTrace","styleName","mergedChildstyle","childStyle","parentStyle","v","__trace","prefix","arguments","undefined","result","collect","mergeStyle","_len","Array","_key","flattenStyles","cs","filter","cleanseStyleProperties","i","indexOf","split","c","mediaQuery","clonedStyle","matches","BASE","$new","newTheme","reset","destroy","splice","getTextStyle","color","fontFamily","fontSize","fontStyle","fontWeight","includeFontPadding","fontVariant","letterSpacing","lineHeight","textAlign","textAlignVertical","textDecorationColor","textDecorationStyle","textShadowColor","textShadowOffset","textShadowRadius","textTransform","verticalAlign","writingDirection","userSelect","themeVariables","CHANGE","_class","SIZE_CHANGE","ThemeContext","createContext","ThemeProvider","Provider","ThemeConsumer","Consumer","addColStyles","device","minWidth","root","width","MIN_EXTRA_SMALL_DEVICE","MIN_SMALL_DEVICE","MIN_MEDIUM_DEVICE","MIN_LARGE_DEVICE","display","addDisplayStyles","maxWidth","MAX_LARGE_DEVICE","MAX_EXTRA_SMALL_DEVICE","MAX_SMALL_DEVICE","MAX_MEDIUM_DEVICE","addElevationClasses","shadowColor","shadowOffset","height","shadowOpacity","shadowRadius","elevation","zIndex","transform","scale","backgroundColor","dangerColor","infoColor","primaryColor","successColor","warningColor","borderColor","text"],"sources":["theme.tsx"],"sourcesContent":["import { cloneDeep, isNil, forEach, flatten, isArray, isEmpty, isObject, isString, isFunction, get, reverse } from 'lodash';\nimport React from 'react';\nimport { camelCase } from 'lodash-es';\nimport { TextStyle, ViewStyle, ImageStyle, ImageBackground } from 'react-native';\nimport { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport ViewPort, {EVENTS as ViewPortEvents} from '@wavemaker/app-rn-runtime/core/viewport';\nimport MediaQueryList from './MediaQueryList';\nimport ThemeVariables from './theme.variables';\nimport { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';\nexport const DEFAULT_CLASS = 'DEFAULT_CLASS';\n\ndeclare const matchMedia: any, window: any;\n\nif (typeof window !== \"undefined\") {\n // @ts-ignore: does not properly extend MediaQueryList\n window.matchMedia = (query: string) => new MediaQueryList(query);\n}\n\nexport const DEVICE_BREAK_POINTS = {\n 'MIN_EXTRA_SMALL_DEVICE' : '0px',\n 'MAX_EXTRA_SMALL_DEVICE' : '767px',\n 'MIN_SMALL_DEVICE' : '768px',\n 'MAX_SMALL_DEVICE' : '991px',\n 'MIN_MEDIUM_DEVICE' : '992px',\n 'MAX_MEDIUM_DEVICE' : '1199px',\n 'MIN_LARGE_DEVICE' : '1200px',\n 'MAX_LARGE_DEVICE' : '1000000px',\n};\n\nexport type styleGeneratorFn<T extends NamedStyles<any>> = (\n themeVariables: ThemeVariables,\n addStyle: (name: string, extend: string, style: T) => void) => void\n\nexport enum ThemeEvent {\n CHANGE ='change'\n};\n\nexport class Theme {\n public static BASE = new Theme(null as any, 'default');\n\n static {\n ViewPort.subscribe(ViewPortEvents.SIZE_CHANGE, () => {\n Theme.BASE.reset();\n });\n }\n\n\n private eventNotifer = new EventNotifier();\n\n private children: Theme[] = [];\n\n private styles: any = {};\n\n private cache: any = {};\n\n private traceEnabled = false;\n\n private styleGenerators: styleGeneratorFn<any>[] = [];\n\n private constructor(private parent:Theme, public readonly name: string) {\n if (parent) {\n this.traceEnabled = parent.traceEnabled;\n } else {\n this.traceEnabled = isWebPreviewMode();\n }\n }\n\n public subscribe(event: ThemeEvent, fn: Function) {\n return this.eventNotifer.subscribe(event, fn);\n }\n\n public notify(event: ThemeEvent): void {\n this.eventNotifer.notify(event, []);\n this.children.forEach(t => t.notify(event));\n }\n\n private replaceVariables(val: string) {\n if(isString(val)) { \n (val.match(/_*var\\([^\\)]*\\)/g) || []).forEach((s) => {\n const variableName = s.substring(4, s.length - 1);\n val = val.replace(s, (ThemeVariables.INSTANCE as any)[variableName]\n || (ThemeVariables.INSTANCE as any)[variableName.substring(2)]\n || (ThemeVariables.INSTANCE as any)[camelCase(variableName.substring(2))]);\n val = this.replaceVariables(val);\n });\n }\n return val; \n }\n\n clearCache() {\n this.cache = {};\n this.children.forEach((t) => t.clearCache());\n }\n\n registerStyle<T extends NamedStyles<any>>(fn: styleGeneratorFn<T>) {\n this.styleGenerators.push(fn);\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this));\n }\n\n checkStyleProperties(name: string, value : any) {\n if (isObject(value)) {\n Object.keys(value).map((k) => this.checkStyleProperties(k, (value as any)[k]));\n } else if(name && !isValidStyleProp(name, value)) {\n console.log(\n `%cInvalid Style property in ${this.name}: ${getErrorMessage(name, value)}`,\n 'background-color: #FF0000;font-weight: bold; color: #fff'\n );\n console.log(`Refer: ${getStyleReference(name)}`);\n }\n }\n\n private addStyle<T extends NamedStyles<any>>(name: string, extend: string, style: T) {\n this.styles[name] = deepCopy(this.getStyle(extend), this.styles[name], style);\n }\n\n private addTrace(styleName: string, mergedChildstyle: any, childStyle: any, parentStyle?: any) {\n if (!this.traceEnabled) {\n return;\n }\n let addTrace = !isEmpty(childStyle);\n forEach(mergedChildstyle, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n addTrace = false;\n this.addTrace(styleName + '.' + k, v, childStyle && childStyle[k], parentStyle && parentStyle[k])\n }\n });\n if (addTrace) {\n mergedChildstyle['__trace'] = [\n {\n name: styleName,\n value: childStyle\n },\n ...(parentStyle?.__trace|| [])\n ];\n } else {\n mergedChildstyle['__trace'] = [...(parentStyle?.__trace|| [])];\n }\n }\n\n private flatten(style: any, prefix = \"\", result = {} as any) {\n let collect = !isEmpty(style);\n forEach(style, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n collect = false;\n this.flatten(v, (prefix ? prefix + '.' : '') + k, result)\n }\n });\n if (collect) {\n result[prefix] = style;\n }\n return result;\n }\n\n mergeStyle(...styles: any) {\n const style = deepCopy(...styles);\n if (this.traceEnabled) {\n const flattenStyles = this.flatten(style);\n Object.keys(flattenStyles).forEach(k => {\n const s = flattenStyles[k];\n s['__trace'] = flatten(reverse(styles.map((v: any) => {\n const cs = get(v, k);\n if (cs && cs.__trace) {\n return [...cs.__trace];\n }\n return [];\n }).filter((t: any) => t.length > 0)));\n });\n }\n return style;\n }\n\n cleanseStyleProperties(style: any) {\n if (!(style && isObject(style)) || isString(style) || isArray(style)) {\n return;\n }\n style = style as any;\n if (isObject(style) && !isArray(style)) {\n Object.keys(style).forEach(k => {\n style[k] = this.replaceVariables(style[k]);\n });\n }\n if (!isNil(style['shadowRadius'])) {\n if (style['shadowRadius'] <= 0) {\n style['shadowColor'] = 'transparent';\n } else if (isNil(style['elevation'])) {\n style['elevation'] = 2;\n }\n }\n if (!isNil(style['margin'])) {\n style['marginLeft'] = style['marginLeft'] || style['margin'];\n style['marginRight'] = style['marginRight'] || style['margin'];\n style['marginTop'] = style['marginTop'] || style['margin'];\n style['marginBottom'] = style['marginBottom'] || style['margin'];\n delete style['margin'];\n }\n if (!isNil(style['padding'])) {\n style['paddingLeft'] = style['paddingLeft'] || style['padding'];\n style['paddingRight'] = style['paddingRight'] || style['padding'];\n style['paddingTop'] = style['paddingTop'] || style['padding'];\n style['paddingBottom'] = style['paddingBottom'] || style['padding'];\n delete style['padding'];\n }\n Object.keys(style).forEach((k, i) => this.cleanseStyleProperties(style[k]));\n }\n\n getStyle(name: string) {\n let style = this.cache[name];\n if (style) {\n return style;\n }\n if (!name) {\n return {};\n }\n if (name.indexOf(' ') > 0) {\n style = this.mergeStyle(...(name.split(' ').map(c => this.getStyle(c))));\n } else {\n const parentStyle = this.parent && this.parent.getStyle(name);\n const mediaQuery = (this.styles[name] || {})['@media'];\n let clonedStyle = {};\n if (!mediaQuery || matchMedia(mediaQuery).matches) {\n clonedStyle = cloneDeep(this.styles[name]);\n this.cleanseStyleProperties(clonedStyle);\n }\n if (this !== Theme.BASE && isWebPreviewMode()) {\n this.checkStyleProperties('', clonedStyle);\n }\n style = deepCopy(parentStyle, clonedStyle);\n this.addTrace(`@${this.name}:${name}`, style, clonedStyle, parentStyle);\n }\n this.cache[name] = style;\n return style;\n }\n\n $new(name = \"\", styles = {} as NamedStyles<any>) {\n const newTheme = new Theme(this, name);\n newTheme.reset(styles);\n this.children.push(newTheme);\n return newTheme;\n }\n\n destroy() {\n const i = this.parent.children.indexOf(this);\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n }\n \n getTextStyle(s: any) {\n if (!s) {\n return {};\n }\n return {\n color: s.color,\n fontFamily: s.fontFamily,\n fontSize: s.fontSize,\n fontStyle: s.fontStyle,\n fontWeight: s.fontWeight,\n includeFontPadding: s.includeFontPadding,\n fontVariant: s.fontVariant,\n letterSpacing: s.letterSpacing,\n lineHeight: s.lineHeight,\n textAlign: s.textAlign,\n textAlignVertical: s.textAlignVertical,\n textDecorationColor: s.textDecorationColor,\n textDecorationStyle: s.textDecorationStyle,\n textShadowColor: s.textShadowColor,\n textShadowOffset: s.textShadowOffset,\n textShadowRadius: s.textShadowRadius,\n textTransform: s.textTransform,\n verticalAlign: s.verticalAlign,\n writingDirection: s.writingDirection,\n userSelect: s.userSelect,\n } as TextStyle;\n }\n\n reset(styles?: NamedStyles<any>) {\n this.styles = {};\n this.clearCache();\n if (styles) {\n this.registerStyle((themeVariables, addStyle) => {\n Object.keys(styles).forEach(k => {\n addStyle(k, '', styles[k] as any);\n });\n });\n } else {\n this.styleGenerators.forEach(fn => \n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this)));\n }\n this.notify(ThemeEvent.CHANGE);\n }\n}\nexport default Theme.BASE;\nexport type NamedStyles<T> = { [P in keyof T]: AllStyle | NamedStyles<T>};\nexport type BackgroundImageStyle = {\n backgroundImage: string,\n backgroundPosition: string,\n backgroundRepeat: string,\n backgroundSize: string | number\n};\n\nexport type AllStyle = (ViewStyle & TextStyle & ImageStyle & {userSelect?: 'none'| 'text'} & {rippleColor?: string});\n\nconst ThemeContext = React.createContext<Theme>(null as any);\n\nexport const ThemeProvider = ThemeContext.Provider;\nexport const ThemeConsumer = ThemeContext.Consumer;\n/**\n * Common styles\n */\n Theme.BASE.registerStyle((themeVariables, addStyle) => {\n const addColStyles = (device: string, minWidth: string) => {\n for(let i = 1; i <= 12; i++) {\n addStyle(`col-${device}-${i}`, '', {\n \"@media\": `(min-width: ${minWidth})`,\n root: {\n width: (100 * i / 12) + '%'\n }\n } as any)\n }\n };\n addColStyles('xs', DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE);\n addColStyles('sm', DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE);\n addColStyles('md', DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE);\n addColStyles('lg', DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE);\n\n addStyle('d-none', '', {\n root: {\n display: 'none'\n }\n } as any);\n addStyle('d-flex', '', {\n root: {\n display: 'flex'\n }\n } as any);\n\n const addDisplayStyles = (device: string, minWidth: string, maxWidth: string) => {\n addStyle(`d-${device}-none`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'none'\n }\n } as any);\n addStyle(`d-${device}-flex`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'flex'\n }\n } as any);\n };\n addDisplayStyles('all', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n addDisplayStyles('xs', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_EXTRA_SMALL_DEVICE);\n addDisplayStyles('sm', \n DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_SMALL_DEVICE);\n addDisplayStyles('md', \n DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE,\n DEVICE_BREAK_POINTS.MAX_MEDIUM_DEVICE);\n addDisplayStyles('lg', \n DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n\n const addElevationClasses = () => {\n for(let i = 1; i <= 10; i++) {\n addStyle(`elevate${i}`, '', {\n root : {\n shadowColor: \"#000000\",\n shadowOffset: {\n width: i,\n height: i,\n },\n shadowOpacity: 0.27,\n shadowRadius: i,\n elevation: i,\n zIndex: 1\n }\n });\n }\n };\n addElevationClasses();\n addStyle('hidden', '', {\n root: {\n width: 0,\n height: 0,\n transform: [{ scale: 0 }]\n }\n });\n addStyle('bg-danger', '', { root: { backgroundColor: themeVariables.dangerColor }});\n addStyle('bg-info', '', { root: { backgroundColor: themeVariables.infoColor }});\n addStyle('bg-primary', '', { root: { backgroundColor: themeVariables.primaryColor }});\n addStyle('bg-success', '', { root: { backgroundColor: themeVariables.successColor }});\n addStyle('bg-warning', '', { root: { backgroundColor: themeVariables.warningColor }});\n\n addStyle('border-danger', '', { root: { borderColor: themeVariables.dangerColor }});\n addStyle('border-info', '', { root: { borderColor: themeVariables.infoColor }});\n addStyle('border-primary', '', { root: { borderColor: themeVariables.primaryColor }});\n addStyle('border-success', '', { root: { borderColor: themeVariables.successColor }});\n addStyle('border-warning', '', { root: { borderColor: themeVariables.warningColor }});\n\n addStyle('hide-context-menu', '', { text: { userSelect: 'none' }});\n});\n\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["cloneDeep","isNil","forEach","flatten","isArray","isEmpty","isObject","isString","get","reverse","React","camelCase","Dimensions","deepCopy","isWebPreviewMode","EventNotifier","ViewPort","EVENTS","ViewPortEvents","MediaQueryList","ThemeVariables","getErrorMessage","getStyleReference","isValidStyleProp","DEFAULT_CLASS","window","matchMedia","query","DEVICE_BREAK_POINTS","ThemeEvent","Theme","constructor","parent","name","_defineProperty","traceEnabled","subscribe","event","fn","eventNotifer","notify","children","t","replaceVariables","val","match","s","variableName","substring","length","replace","INSTANCE","clearCache","cache","registerStyle","styleGenerators","push","addStyle","bind","checkStyleProperties","value","Object","keys","map","k","console","log","extend","style","styles","getStyle","addTrace","styleName","mergedChildstyle","childStyle","parentStyle","v","__trace","prefix","result","collect","mergeStyle","flattenStyles","cs","filter","cleanseStyleProperties","screenWidth","width","screenHeight","height","i","stylePropertyValue","endsWith","Number","indexOf","split","c","mediaQuery","clonedStyle","matches","BASE","$new","newTheme","reset","destroy","splice","getTextStyle","color","fontFamily","fontSize","fontStyle","fontWeight","includeFontPadding","fontVariant","letterSpacing","lineHeight","textAlign","textAlignVertical","textDecorationColor","textDecorationStyle","textShadowColor","textShadowOffset","textShadowRadius","textTransform","verticalAlign","writingDirection","userSelect","themeVariables","CHANGE","_Theme","SIZE_CHANGE","ThemeContext","createContext","ThemeProvider","Provider","ThemeConsumer","Consumer","addColStyles","device","minWidth","root","MIN_EXTRA_SMALL_DEVICE","MIN_SMALL_DEVICE","MIN_MEDIUM_DEVICE","MIN_LARGE_DEVICE","display","addDisplayStyles","maxWidth","MAX_LARGE_DEVICE","MAX_EXTRA_SMALL_DEVICE","MAX_SMALL_DEVICE","MAX_MEDIUM_DEVICE","addElevationClasses","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","zIndex","transform","scale","backgroundColor","dangerColor","infoColor","primaryColor","successColor","warningColor","borderColor","text"],"sources":["theme.tsx"],"sourcesContent":["import { cloneDeep, isNil, forEach, flatten, isArray, isEmpty, isObject, isString, isFunction, get, reverse } from 'lodash';\nimport React from 'react';\nimport { camelCase } from 'lodash-es';\nimport { TextStyle, ViewStyle, ImageStyle, ImageBackground, Dimensions } from 'react-native';\nimport { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport ViewPort, {EVENTS as ViewPortEvents} from '@wavemaker/app-rn-runtime/core/viewport';\nimport MediaQueryList from './MediaQueryList';\nimport ThemeVariables from './theme.variables';\nimport { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';\nexport const DEFAULT_CLASS = 'DEFAULT_CLASS';\n\ndeclare const matchMedia: any, window: any;\n\nif (typeof window !== \"undefined\") {\n // @ts-ignore: does not properly extend MediaQueryList\n window.matchMedia = (query: string) => new MediaQueryList(query);\n}\n\nexport const DEVICE_BREAK_POINTS = {\n 'MIN_EXTRA_SMALL_DEVICE' : '0px',\n 'MAX_EXTRA_SMALL_DEVICE' : '767px',\n 'MIN_SMALL_DEVICE' : '768px',\n 'MAX_SMALL_DEVICE' : '991px',\n 'MIN_MEDIUM_DEVICE' : '992px',\n 'MAX_MEDIUM_DEVICE' : '1199px',\n 'MIN_LARGE_DEVICE' : '1200px',\n 'MAX_LARGE_DEVICE' : '1000000px',\n};\n\nexport type styleGeneratorFn<T extends NamedStyles<any>> = (\n themeVariables: ThemeVariables,\n addStyle: (name: string, extend: string, style: T) => void) => void\n\nexport enum ThemeEvent {\n CHANGE ='change'\n};\n\nexport class Theme {\n public static BASE = new Theme(null as any, 'default');\n\n static {\n ViewPort.subscribe(ViewPortEvents.SIZE_CHANGE, () => {\n Theme.BASE.reset();\n });\n }\n\n\n private eventNotifer = new EventNotifier();\n\n private children: Theme[] = [];\n\n private styles: any = {};\n\n private cache: any = {};\n\n private traceEnabled = false;\n\n private styleGenerators: styleGeneratorFn<any>[] = [];\n\n private constructor(private parent:Theme, public readonly name: string) {\n if (parent) {\n this.traceEnabled = parent.traceEnabled;\n } else {\n this.traceEnabled = isWebPreviewMode();\n }\n }\n\n public subscribe(event: ThemeEvent, fn: Function) {\n return this.eventNotifer.subscribe(event, fn);\n }\n\n public notify(event: ThemeEvent): void {\n this.eventNotifer.notify(event, []);\n this.children.forEach(t => t.notify(event));\n }\n\n private replaceVariables(val: string) {\n if(isString(val)) { \n (val.match(/_*var\\([^\\)]*\\)/g) || []).forEach((s) => {\n const variableName = s.substring(4, s.length - 1);\n val = val.replace(s, (ThemeVariables.INSTANCE as any)[variableName]\n || (ThemeVariables.INSTANCE as any)[variableName.substring(2)]\n || (ThemeVariables.INSTANCE as any)[camelCase(variableName.substring(2))]);\n val = this.replaceVariables(val);\n });\n }\n return val; \n }\n\n clearCache() {\n this.cache = {};\n this.children.forEach((t) => t.clearCache());\n }\n\n registerStyle<T extends NamedStyles<any>>(fn: styleGeneratorFn<T>) {\n this.styleGenerators.push(fn);\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this));\n }\n\n checkStyleProperties(name: string, value : any) {\n if (isObject(value)) {\n Object.keys(value).map((k) => this.checkStyleProperties(k, (value as any)[k]));\n } else if(name && !isValidStyleProp(name, value)) {\n console.log(\n `%cInvalid Style property in ${this.name}: ${getErrorMessage(name, value)}`,\n 'background-color: #FF0000;font-weight: bold; color: #fff'\n );\n console.log(`Refer: ${getStyleReference(name)}`);\n }\n }\n\n private addStyle<T extends NamedStyles<any>>(name: string, extend: string, style: T) {\n this.styles[name] = deepCopy(this.getStyle(extend), this.styles[name], style);\n }\n\n private addTrace(styleName: string, mergedChildstyle: any, childStyle: any, parentStyle?: any) {\n if (!this.traceEnabled) {\n return;\n }\n let addTrace = !isEmpty(childStyle);\n forEach(mergedChildstyle, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n addTrace = false;\n this.addTrace(styleName + '.' + k, v, childStyle && childStyle[k], parentStyle && parentStyle[k])\n }\n });\n if (addTrace) {\n mergedChildstyle['__trace'] = [\n {\n name: styleName,\n value: childStyle\n },\n ...(parentStyle?.__trace|| [])\n ];\n } else {\n mergedChildstyle['__trace'] = [...(parentStyle?.__trace|| [])];\n }\n }\n\n private flatten(style: any, prefix = \"\", result = {} as any) {\n let collect = !isEmpty(style);\n forEach(style, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n collect = false;\n this.flatten(v, (prefix ? prefix + '.' : '') + k, result)\n }\n });\n if (collect) {\n result[prefix] = style;\n }\n return result;\n }\n\n mergeStyle(...styles: any) {\n const style = deepCopy(...styles);\n if (this.traceEnabled) {\n const flattenStyles = this.flatten(style);\n Object.keys(flattenStyles).forEach(k => {\n const s = flattenStyles[k];\n s['__trace'] = flatten(reverse(styles.map((v: any) => {\n const cs = get(v, k);\n if (cs && cs.__trace) {\n return [...cs.__trace];\n }\n return [];\n }).filter((t: any) => t.length > 0)));\n });\n }\n return style;\n }\n\n cleanseStyleProperties(style: any) {\n if (!(style && isObject(style)) || isString(style) || isArray(style)) {\n return style;\n }\n style = style as any;\n if (isObject(style) && !isArray(style)) {\n Object.keys(style).forEach(k => {\n (style as any)[k] = this.replaceVariables((style as any)[k]);\n });\n }\n if (!isNil(style['shadowRadius'])) {\n if (style['shadowRadius'] <= 0) {\n style['shadowColor'] = 'transparent';\n } else if (isNil(style['elevation'])) {\n style['elevation'] = 2;\n }\n }\n if (!isNil(style['margin'])) {\n style['marginLeft'] = style['marginLeft'] || style['margin'];\n style['marginRight'] = style['marginRight'] || style['margin'];\n style['marginTop'] = style['marginTop'] || style['margin'];\n style['marginBottom'] = style['marginBottom'] || style['margin'];\n delete style['margin'];\n }\n if (!isNil(style['padding'])) {\n style['paddingLeft'] = style['paddingLeft'] || style['padding'];\n style['paddingRight'] = style['paddingRight'] || style['padding'];\n style['paddingTop'] = style['paddingTop'] || style['padding'];\n style['paddingBottom'] = style['paddingBottom'] || style['padding'];\n delete style['padding'];\n }\n let screenWidth = Dimensions.get('window').width;\n let screenHeight = Dimensions.get('window').height;\n Object.keys(style).forEach((k, i) => {\n let stylePropertyValue = style[k]\n if(typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vw')) {\n stylePropertyValue = stylePropertyValue.replace('vw','')\n style[k] = Number(stylePropertyValue)/100 * screenWidth\n }\n if((typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vh'))) {\n stylePropertyValue = stylePropertyValue.replace('vh','')\n style[k] = Number(stylePropertyValue)/100 * screenHeight\n }\n })\n Object.keys(style).forEach((k, i) => this.cleanseStyleProperties(style[k]));\n return style;\n }\n\n getStyle(name: string) {\n let style = this.cache[name];\n if (style) {\n return style;\n }\n if (!name) {\n return {};\n }\n if (name.indexOf(' ') > 0) {\n style = this.mergeStyle(...(name.split(' ').map(c => this.getStyle(c))));\n } else {\n const parentStyle = this.parent && this.parent.getStyle(name);\n const mediaQuery = (this.styles[name] || {})['@media'];\n let clonedStyle = {};\n if (!mediaQuery || matchMedia(mediaQuery).matches) {\n clonedStyle = cloneDeep(this.styles[name]);\n this.cleanseStyleProperties(clonedStyle);\n }\n if (this !== Theme.BASE && isWebPreviewMode()) {\n this.checkStyleProperties('', clonedStyle);\n }\n style = deepCopy(parentStyle, clonedStyle);\n this.addTrace(`@${this.name}:${name}`, style, clonedStyle, parentStyle);\n }\n this.cache[name] = style;\n return style;\n }\n\n $new(name = \"\", styles = {} as NamedStyles<any>) {\n const newTheme = new Theme(this, name);\n newTheme.reset(styles);\n this.children.push(newTheme);\n return newTheme;\n }\n\n destroy() {\n const i = this.parent.children.indexOf(this);\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n }\n \n getTextStyle(s: any) {\n if (!s) {\n return {};\n }\n return {\n color: s.color,\n fontFamily: s.fontFamily,\n fontSize: s.fontSize,\n fontStyle: s.fontStyle,\n fontWeight: s.fontWeight,\n includeFontPadding: s.includeFontPadding,\n fontVariant: s.fontVariant,\n letterSpacing: s.letterSpacing,\n lineHeight: s.lineHeight,\n textAlign: s.textAlign,\n textAlignVertical: s.textAlignVertical,\n textDecorationColor: s.textDecorationColor,\n textDecorationStyle: s.textDecorationStyle,\n textShadowColor: s.textShadowColor,\n textShadowOffset: s.textShadowOffset,\n textShadowRadius: s.textShadowRadius,\n textTransform: s.textTransform,\n verticalAlign: s.verticalAlign,\n writingDirection: s.writingDirection,\n userSelect: s.userSelect,\n } as TextStyle;\n }\n\n reset(styles?: NamedStyles<any>) {\n this.styles = {};\n this.clearCache();\n if (styles) {\n this.registerStyle((themeVariables, addStyle) => {\n Object.keys(styles).forEach(k => {\n addStyle(k, '', styles[k] as any);\n });\n });\n } else {\n this.styleGenerators.forEach(fn => \n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this)));\n }\n this.notify(ThemeEvent.CHANGE);\n }\n}\nexport default Theme.BASE;\nexport type NamedStyles<T> = { [P in keyof T]: AllStyle | NamedStyles<T>};\nexport type BackgroundImageStyle = {\n backgroundImage: string,\n backgroundPosition: string,\n backgroundRepeat: string,\n backgroundSize: string | number\n};\n\nexport type AllStyle = (ViewStyle & TextStyle & ImageStyle & {userSelect?: 'none'| 'text'} & {rippleColor?: string});\n\nconst ThemeContext = React.createContext<Theme>(null as any);\n\nexport const ThemeProvider = ThemeContext.Provider;\nexport const ThemeConsumer = ThemeContext.Consumer;\n/**\n * Common styles\n */\n Theme.BASE.registerStyle((themeVariables, addStyle) => {\n const addColStyles = (device: string, minWidth: string) => {\n for(let i = 1; i <= 12; i++) {\n addStyle(`col-${device}-${i}`, '', {\n \"@media\": `(min-width: ${minWidth})`,\n root: {\n width: (100 * i / 12) + '%'\n }\n } as any)\n }\n };\n addColStyles('xs', DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE);\n addColStyles('sm', DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE);\n addColStyles('md', DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE);\n addColStyles('lg', DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE);\n\n addStyle('d-none', '', {\n root: {\n display: 'none'\n }\n } as any);\n addStyle('d-flex', '', {\n root: {\n display: 'flex'\n }\n } as any);\n\n const addDisplayStyles = (device: string, minWidth: string, maxWidth: string) => {\n addStyle(`d-${device}-none`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'none'\n }\n } as any);\n addStyle(`d-${device}-flex`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'flex'\n }\n } as any);\n };\n addDisplayStyles('all', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n addDisplayStyles('xs', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_EXTRA_SMALL_DEVICE);\n addDisplayStyles('sm', \n DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_SMALL_DEVICE);\n addDisplayStyles('md', \n DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE,\n DEVICE_BREAK_POINTS.MAX_MEDIUM_DEVICE);\n addDisplayStyles('lg', \n DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n\n const addElevationClasses = () => {\n for(let i = 1; i <= 10; i++) {\n addStyle(`elevate${i}`, '', {\n root : {\n shadowColor: \"#000000\",\n shadowOffset: {\n width: i,\n height: i,\n },\n shadowOpacity: 0.27,\n shadowRadius: i,\n elevation: i,\n zIndex: 1\n }\n });\n }\n };\n addElevationClasses();\n addStyle('hidden', '', {\n root: {\n width: 0,\n height: 0,\n transform: [{ scale: 0 }]\n }\n });\n addStyle('bg-danger', '', { root: { backgroundColor: themeVariables.dangerColor }});\n addStyle('bg-info', '', { root: { backgroundColor: themeVariables.infoColor }});\n addStyle('bg-primary', '', { root: { backgroundColor: themeVariables.primaryColor }});\n addStyle('bg-success', '', { root: { backgroundColor: themeVariables.successColor }});\n addStyle('bg-warning', '', { root: { backgroundColor: themeVariables.warningColor }});\n\n addStyle('border-danger', '', { root: { borderColor: themeVariables.dangerColor }});\n addStyle('border-info', '', { root: { borderColor: themeVariables.infoColor }});\n addStyle('border-primary', '', { root: { borderColor: themeVariables.primaryColor }});\n addStyle('border-success', '', { root: { borderColor: themeVariables.successColor }});\n addStyle('border-warning', '', { root: { borderColor: themeVariables.warningColor }});\n\n addStyle('hide-context-menu', '', { text: { userSelect: 'none' }});\n});\n\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _ThemeVariables;
|
|
2
2
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
-
function _toPropertyKey(
|
|
4
|
-
function _toPrimitive(
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
4
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
5
5
|
import Color from "color";
|
|
6
6
|
import { Dimensions, StatusBar } from "react-native";
|
|
7
7
|
export default class ThemeVariables {
|
|
@@ -55,6 +55,7 @@ export default class ThemeVariables {
|
|
|
55
55
|
_defineProperty(this, "tabbarInactiveColor", '#d8d8d8');
|
|
56
56
|
_defineProperty(this, "maxModalHeight", Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0));
|
|
57
57
|
_defineProperty(this, "maxWidth", Dimensions.get("window").width);
|
|
58
|
+
_defineProperty(this, "skeletonBackgroundColor", "#F4F5F8");
|
|
58
59
|
//rippleColor
|
|
59
60
|
_defineProperty(this, "rippleColor", this.transparent);
|
|
60
61
|
// page
|
|
@@ -193,6 +194,9 @@ export default class ThemeVariables {
|
|
|
193
194
|
_defineProperty(this, "inputFocusBorderColor", this.primaryColor);
|
|
194
195
|
_defineProperty(this, "inputInvalidBorderColor", this.dangerColor);
|
|
195
196
|
_defineProperty(this, "inputPlaceholderColor", this.defaultColorB);
|
|
197
|
+
//wheel picker variables
|
|
198
|
+
_defineProperty(this, "wheelSelectedColor", '#1d1d1b');
|
|
199
|
+
_defineProperty(this, "wheelColor", '#737373');
|
|
196
200
|
//floating label
|
|
197
201
|
_defineProperty(this, "floatingLabelColor", 'var(--inputPlaceholderColor)');
|
|
198
202
|
_defineProperty(this, "activeFloatingLabelColor", 'var(--primaryColor)');
|
|
@@ -421,10 +425,13 @@ export default class ThemeVariables {
|
|
|
421
425
|
_defineProperty(this, "audioPlayerBgColor", this.defaultColorF);
|
|
422
426
|
_defineProperty(this, "audioPlayerFgColor", this.defaultColor3);
|
|
423
427
|
//Tool tip
|
|
424
|
-
_defineProperty(this, "tooltipBgColor",
|
|
425
|
-
|
|
428
|
+
_defineProperty(this, "tooltipBgColor", "#e7f9fd");
|
|
429
|
+
// Wheel Picker
|
|
430
|
+
_defineProperty(this, "wheelHighlightBorder", 'var(--primaryColor)');
|
|
431
|
+
_defineProperty(this, "wheelSelectedTextColor", 'var(--wheelSelectedColor)');
|
|
432
|
+
_defineProperty(this, "wheelTextColor", 'var(--wheelColor)');
|
|
426
433
|
}
|
|
427
434
|
}
|
|
428
|
-
|
|
429
|
-
_defineProperty(ThemeVariables, "INSTANCE", new
|
|
435
|
+
_ThemeVariables = ThemeVariables;
|
|
436
|
+
_defineProperty(ThemeVariables, "INSTANCE", new _ThemeVariables());
|
|
430
437
|
//# sourceMappingURL=theme.variables.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Color","Dimensions","StatusBar","ThemeVariables","constructor","_defineProperty","primaryColor","lighten","rgb","toString","defaultColorF","defaultColor","defaultColorA","get","height","currentHeight","width","transparent","defaultColorE","defaultColor3","primaryContrastColor","defaultColorC","fade","widgetBorderColor","navitemActiveTextColor","defaultTextColor","secondaryColor","successColor","infoColor","warningColor","dangerColor","lightColor","darkColor","widgetBgColor","widgetHeaderBgColor","widgetHeaderTextColor","primaryColor3","tabContentBgColor","defaultColor8","dangerContrastColor","infoContrastColor","successContrastColor","warningContrastColor","muteColor","defaultColor6","badgeColor","badgeContrastColor","defaultColorD","defaultColorB","defaultColor4","defaultColor1","popoverBackgroundColor","listTitleColor","listSubTitleColor","widgetActiveHeaderBgColor","widgetActiveHeaderTextColor","primaryColor1","primaryColor2","defaultColor9","defaultColor7","defaultColor5","networkToastTextColor","_class"],"sources":["theme.variables.ts"],"sourcesContent":["import Color, { rgb } from \"color\";\nimport { Dimensions, StatusBar } from \"react-native\";\n\nexport default class ThemeVariables {\n \n primaryColor = '#4263eb';\n primaryColor1 = Color(this.primaryColor).lighten(0.2).rgb().toString();\n primaryColor2 = Color(this.primaryColor).lighten(0.4).rgb().toString();\n primaryColor3 = Color(this.primaryColor).lighten(0.6).rgb().toString();\n primaryContrastColor = '#ffffff';\n secondaryColor = '#6c757d';\n secondaryContrastColor = '#ffffff';\n successColor = '#28a745';\n successContrastColor = '#ffffff';\n infoColor = '#17a2b8';\n infoContrastColor = '#ffffff';\n warningColor = '#ffc107';\n warningContrastColor = '#ffffff';\n dangerColor = '#dc3545';\n dangerContrastColor = '#ffffff';\n defaultColor = '#000000';\n defaultColor1 = '#111111';\n defaultColor2 = '#222222';\n defaultColor3 = '#333333';\n defaultColor4 = '#444444';\n defaultColor5 = '#555555';\n defaultColor6 = '#666666';\n defaultColor7 = '#777777';\n defaultColor8 = '#888888';\n defaultColor9 = '#999999';\n defaultColorA = '#aaaaaa';\n defaultColorB = '#bbbbbb';\n defaultColorC = '#cccccc';\n defaultColorD = '#dddddd';\n defaultColorE = '#eeeeee';\n defaultColorF = '#ffffff';\n defaultBgColor = this.defaultColorF;\n defaultTextColor = '#151420';\n lightColor = this.defaultColorF;\n darkColor = this.defaultColor;\n muteColor = this.defaultColorA;\n heading1FontSize = 36;\n heading2FontSize = 30;\n heading3FontSize = 24;\n heading4FontSize = 18;\n heading5FontSize = 14;\n heading6FontSize = 12;\n transparent = 'transparent';\n badgeColor = '#6c757d';\n badgeContrastColor = '#ffffff';\n baseFont = 'Roboto';\n tabbarInactiveColor = '#d8d8d8';\n maxModalHeight = Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0);\n maxWidth = Dimensions.get(\"window\").width; \n\n //rippleColor\n rippleColor = this.transparent\n\n // page\n pageContentBgColor = this.defaultColorE;\n\n // common widget color\n widgetHeaderBgColor = this.defaultColorF;\n widgetHeaderTextColor = this.defaultColor3;\n widgetActiveHeaderBgColor = this.primaryColor;\n widgetActiveHeaderTextColor = this.primaryContrastColor;\n widgetBorderColor = this.defaultColorC;\n widgetBgColor = this.defaultColorF;\n\n //App Navbar\n titleBadgeBackgroundColor = Color('#151420').fade(0.8).rgb().toString();\n titleBadgeTextColor = '#151420';\n\n // Navbar variables\n navbarBackgroundColor = this.defaultColorF;\n navbarBorderColor = this.widgetBorderColor;\n navbarTextColor = '#151420';\n navbarIconSize = 32;\n navbarFontSize = 24;\n navbarImageSize = 32;\n navbarCaretColor = this.primaryColor;\n navitemChildBackgroundColor = this.primaryContrastColor;\n navitemChildTextColor = this.primaryColor;\n navitemChildIconColor = this.primaryColor;\n navitemActiveBackgroundColor = this.primaryColor;\n navitemActiveTextColor = this.primaryContrastColor;\n navitemActiveIconColor = this.navitemActiveTextColor;\n\n //Anchor variables\n linkDefaultColor = this.defaultTextColor;\n linkPrimaryColor = this.primaryColor;\n linkSecondaryColor = this.secondaryColor;\n linkSuccessColor = this.successColor;\n linkInfoColor = this.infoColor;\n linkWarningColor = this.warningColor;\n linkDangerColor = this.dangerColor;\n linkLightColor = this.lightColor;\n linkDarkColor = this.darkColor;\n anchorTextPadding = 2;\n\n //Grid Layout variables\n layoutGridBgColor = this.widgetBgColor;\n layoutGridBorderColor = this.widgetBorderColor;\n layoutGridStripColor1 = Color(this.primaryColor).lighten(0.9).rgb().toString();\n layoutGridHeaderBgColor = this.widgetHeaderBgColor;\n layoutGridHeaderTextColor = this.widgetHeaderTextColor;\n layoutGridStripColor2 = this.transparent;\n gridColumnBorderColor = this.widgetBorderColor;\n\n //Spinner Variables\n spinnerIconColor = this.primaryColor;\n\n //tabbar variables\n tabbarBackgroundColor = this.primaryContrastColor;\n tabbarTextColor = 'var(--tabbarInactiveColor)';\n tabbarIconColor = 'var(--tabbarInactiveColor)';\n tabShadowColor = this.defaultColor;\n tabActiveBackgroundColor = this.primaryColor3;\n tabActiveIconColor = this.primaryColor;\n tabLabelTextColor = this.primaryColor;\n\n centerHubItemColor = 'var(--primaryColor)';\n centerHubIconColor = 'var(--defaultColorF)';\n centerHubLabelColor = 'var(--defaultColorF)';\n\n // tab variables\n tabHeaderBgColor = this.widgetBgColor;\n tabHeaderTextColor = this.defaultColorA;\n tabHeaderIconColor = this.defaultColorA;\n tabActiveHeaderBgColor = this.defaultColorF;\n tabActiveHeaderTextColor = this.primaryColor;\n tabActiveIndicatorBgColor = this.primaryColor;\n tabActiveHeaderIconColor = this.primaryColor;\n tabBorderColor = this.widgetBorderColor;\n tabContentBgColor = this.widgetBgColor;\n tabArrowIndicatorBgColor = this.tabContentBgColor;\n tabArrowIndicatorDotColor = this.primaryColor;\n\n //label Variables\n labelHeaderColor = '#151420';\n labelDefaultColor = this.defaultColor8;\n labelDefaultContrastColor = this.defaultColorF;\n labelDangerColor = this.dangerColor;\n labelDangerContrastColor = this.dangerContrastColor;\n labelInfoColor = this.infoColor;\n labelInfoContrastColor = this.infoContrastColor;\n labelPrimaryColor = this.primaryColor;\n labelPrimaryContrastColor = this.primaryContrastColor;\n labelSuccessColor = this.successColor;\n labelSuccessContrastColor = this.successContrastColor;\n labelWarningColor = this.warningColor;\n labelWarningContrastColor = this.warningContrastColor;\n labelTextSuccessColor = this.successColor;\n labelTextDangerColor = this.dangerColor;\n labelTextInfoColor = this.infoColor;\n labelTextMutedColor = this.muteColor;\n labelTextPrimaryColor = this.primaryColor;\n labelTextWarningColor = this.warningColor;\n labelAsteriskColor = this.dangerColor;\n\n //List\n listHeaderBgColor = this.widgetHeaderBgColor;\n listTitleColor = this.widgetHeaderTextColor;\n listSubTitleColor = this.defaultColor6;\n listDividerColor = this.widgetBorderColor;\n itemBgColor = this.defaultColorF;\n selectedItemBorderColor = this.primaryColor;\n\n //button Variables\n buttonBorderColor = this.widgetBorderColor;\n buttonBadgeBackgroundColor = this.badgeColor;\n buttonBadgeTextColor = this.badgeContrastColor;\n buttonTextPadding = 2;\n buttonSuccessColor = this.successColor;\n buttonDefaultColor = this.defaultColorF;\n buttonPrimaryColor = this.primaryColor;\n buttonSecondaryColor = this.defaultColorF;\n buttonDangerColor = this.dangerColor;\n buttonWarningColor = this.warningColor;\n buttonInfoColor = this.infoColor;\n buttonSuccessTextColor = this.successContrastColor;\n buttonDefaultTextColor = this.defaultTextColor;\n buttonPrimaryTextColor = this.primaryContrastColor;\n buttonSecondaryTextColor = this.primaryColor;\n buttonDangerTextColor = this.dangerContrastColor;\n buttonWarningTextColor = this.warningContrastColor;\n buttonInfoTextColor = this.infoContrastColor;\n buttonLinkColor = this.transparent;\n buttonLinkTextColor = this.primaryColor;\n buttonDarkColor = this.darkColor;\n buttonDarkTextColor = this.lightColor;\n buttonLightColor = this.lightColor;\n buttonLightTextColor = this.darkColor;\n buttonGrpBorderColor = this.widgetBorderColor;\n buttonGrpBgColor = this.defaultColorF;\n\n //picture variables\n pictureThumbBgColor = this.defaultColorF;\n pictureThumbBorderColor = this.defaultColorD;\n\n //input variables\n inputTextColor = this.defaultTextColor;\n inputBorderColor = this.defaultColorD;\n inputBackgroundColor = this.defaultColorF;\n inputDisabledBgColor = '#f6f6f6';\n inputFocusBorderColor = this.primaryColor;\n inputInvalidBorderColor = this.dangerColor;\n inputPlaceholderColor = this.defaultColorB;\n\n //floating label\n floatingLabelColor = 'var(--inputPlaceholderColor)';\n activeFloatingLabelColor = 'var(--primaryColor)';\n\n //slider variables\n minimumTrackTintColor = this.primaryColor;\n maximumTrackTintColor = this.widgetHeaderBgColor;\n thumbTintColor = this.primaryColor;\n\n //rating color\n ratingIconColor = this.defaultColorA;\n ratingSelectedIconColor = '#eb8600';\n\n //toggle variables\n toggleOnColor = Color(this.primaryColor).lighten(0.4).rgb().toString();\n toggleOffColor = this.defaultColorB;\n toggleHandleColor = this.primaryColor;\n toggleHandleDisableColor = this.defaultColorA;\n toggleOffBorderColor = this.defaultColorB;\n toggleUnselectedTrackbgColor = this.defaultColorC;\n\n // radioset, checkboxset variables\n groupHeadingBgColor = 'var(--transparent)';\n checkedColor = 'var(--primaryColor)';\n checkedDisabledColor = 'var(--defaultColorA)';\n checkedEnabledColor = 'var(--defaultColorF)';\n checkboxBorderColor = 'var(--defaultColor9)';\n checkedBgColor = 'var(--primaryColor)';\n uncheckedBgColor = 'var(--transparent)';\n checkedIconColor = 'var(--defaultColorF)';\n checkedBorderColor = 'var(--primaryColor)';\n uncheckedBorderColor = 'var(--defaultColor9)';\n \n //form\n formBorderColor = this.widgetBorderColor;\n formTitleColor = this.defaultTextColor;\n formSubTitleColor = this.defaultColor6;\n\n //dialog\n dialogBackgroundColor = this.widgetBgColor;\n dialogBorderColor = this.widgetBorderColor;\n dialogCloseIconColor = this.defaultColorA;\n dialogLabelColor = this.defaultColor3;\n dialogIconColor = this.defaultColor4;\n dialogSupportingTextColor = this.defaultColor1;\n\n //alert dialog\n alertMessageColor = this.defaultColor8;\n\n badgeTextColor = this.defaultColorF;\n\n //popover\n popoverBackgroundColor = this.defaultColorF;\n popoverTitleBackgroundColor = this.defaultColorD;\n popoverTitleColor = this.defaultColor1;\n\n //menu\n menuIconColor = this.defaultColor6;\n menuTextColor = this.defaultColor6;\n menuBackgroundColor = this.popoverBackgroundColor;\n menuItemBorderColor = this.widgetBorderColor;\n menuItemIconColor = this.defaultColor6;\n menuItemTextColor = this.defaultColor6;\n\n //tile Variables\n tileDangerColor = this.dangerColor;\n tileInfoColor = this.infoColor;\n tilePrimaryColor = this.primaryColor;\n tileSuccessColor = this.successColor;\n tileWarningColor = this.warningColor;\n tileWellbgColor = this.defaultColorF;\n tileWellBorderColor = this.defaultColorE;\n tilePrimaryTextColor = this.primaryContrastColor;\n\n //switch\n switchBgColor = this.widgetBgColor;\n switchTextColor = this.defaultTextColor;\n switchActiveBgColor = this.primaryColor;\n switchActiveTextColor = this.primaryContrastColor;\n switchBorderColor = this.widgetBorderColor;\n\n //message\n messageSuccessColor = this.successColor;\n messageErrorColor = this.dangerColor;\n messageWarningColor = this.warningColor;\n messageInfoColor = this.infoColor;\n messageLoadingColor = this.infoColor;\n\n //panel\n panelBgColor = this.widgetBgColor;\n panelHeaderBgColor = this.widgetHeaderBgColor;\n panelHeaderTextColor = this.widgetHeaderTextColor;\n panelFooterColor = this.defaultColorD;\n panelBorderColor = this.widgetBorderColor;\n panelDangerColor = this.dangerColor;\n panelDefaultColor = this.defaultColor;\n panelInfoColor = this.infoColor;\n panelPrimaryColor = this.primaryColor;\n panelSuccessColor = this.successColor;\n panelWarningColor = this.warningColor;\n panelTextColor = this.defaultColorF;\n\n //card\n cardHeaderBgColor = this.defaultColorD;\n cardBgColor = this.widgetBgColor;\n cardTitleColor = this.listTitleColor;\n cardShadowColor = this.defaultColor;\n cardSubTitleColor = this.listSubTitleColor;\n cardBorderColor = this.defaultColorD;\n cardContentBgColor = this.defaultColorF;\n cardFooterBgColor = this.defaultColorF;\n cardFooterBorderColor = this.defaultColorD;\n\n //progress bar\n progressBarDefaultColor = this.primaryColor;\n progressBarTrackColor = this.defaultColorD;\n progressBarSuccessColor = this.successColor;\n progressBarDangerColor = this.dangerColor;\n progressBarInfoColor = this.infoColor;\n progressBarWarningColor = this.warningColor;\n\n //progress circle\n progressCircleDefaultColor = this.primaryColor;\n progressCircleSuccessColor = this.successColor;\n progressCircleDangerColor = this.dangerColor;\n progressCircleInfoColor = this.infoColor;\n progressCircleWarningColor = this.warningColor;\n\n //container\n containerOutlineColor = this.defaultColorC;\n\n //accordion\n accordionBgColor = this.widgetBgColor;\n accordionTitleColor = this.widgetHeaderTextColor;\n accordionHeaderBgColor = this.defaultColorF;\n accordionIconColor= this.defaultColorB;\n accordionActiveIconColor= this.defaultColorF;\n accordionActiveHeaderBgColor = this.widgetActiveHeaderBgColor;\n accordionActiveHeaderTextColor = this.widgetActiveHeaderTextColor;\n accordionBorderColor = this.defaultColorE;\n accordionPaneBgColor = this.defaultColorF;\n\n //carousel\n carouselPrevBtnColor=this.defaultColorF;\n carouselPrevBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselNextBtnColor=this.defaultColorF;\n carouselNextBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselDotWrapperBgColor=this.transparent;\n carouselDotColor=this.defaultColorF;\n carouselActiveDotColor=this.defaultColorF;\n\n //calendar\n calendarBgColor = this.defaultColorF;\n calendarHeaderBgColor = this.defaultColorF;\n calendarHeaderTextColor = this.defaultTextColor;\n calendarWeekDayTextColor = this.defaultColorA;\n calendarDateColor = this.defaultColor;\n calendarNotCurrentMonthDateColor = this.defaultColor6;\n calendarHeaderColor = this.defaultColorF;\n calendarPrevYearIconColor = this.defaultColorA;\n calendarNextYearIconColor = this.defaultColorA;\n calendarPrevMonthIconColor = this.defaultColorA;\n calendarNextMonthIconColor = this.defaultColorA;\n calendarDayBgColor = this.defaultColor;\n calendarSelectedDayBgColor = this.primaryColor;\n calendarSelectedDayTextColor = this.defaultColorF;\n calendarTodayBgColor = this.defaultColorE;\n calendarEventDay1Color = this.primaryColor1;\n calendarEventDay2Color = this.primaryColor2;\n calendarEventDay3Color = this.primaryColor3;\n\n //date picker\n datepickerBgColor = this.defaultColorF;\n\n //wizard\n wizardBackgroundColor = this.widgetBgColor;\n wizardStepActiveColor = this.primaryColor;\n wizardStepDoneColor = this.successColor;\n wizardStepDoneTextColor = this.defaultColorF;\n wizardStepIconColor = this.defaultColor9;\n wizardStepColor = this.defaultColor9;\n wizardActiveStepColor = this.defaultColorF;\n wizardDoneStepColor = this.defaultColorF;\n wizardStepTitleColor = this.defaultColorA;\n wizardNextBtnColor= this.primaryColor;\n wizardDoneBtnColor = this.successColor;\n wizardStepConnectorColor = this.defaultColorE;\n wizardStepCounerColor = this.defaultColor9;\n wizardBorderColor = this.widgetBorderColor;\n\n //Search\n searchBorderColor = this.defaultColorD;\n searchButtonColor = this.primaryColor;\n searchButtonTextColor = this.primaryContrastColor;\n searchItemBorderColor = this.defaultColorD;\n searchItemTextColor = this.defaultColor6;\n searchDropdownBackgroundColor = this.defaultColorF;\n searchDataCompleteItemBgColor = this.defaultColorE;\n searchBgContainerColor = this.defaultColorD;\n //Select\n selectBorderColor = this.defaultColorD;\n selecttemBorderColor = this.defaultColorD;\n selectItemTextColor = this.defaultColor6;\n selectDropdownBackgroundColor = this.defaultColorF;\n\n //Chip\n chipActiveTextColor = this.defaultColorF;\n chipDefaultTextColor = this.defaultColorA;\n chipborderColor = this.defaultColorD;\n chipContainerColor = this.defaultColorF; \n chipIconColor = this.primaryColor;\n chipSelectedOutlineColor = this.defaultColor6;\n chipSelectedContainerColor = this.defaultColor7;\n //Login\n loginErrorMsgColor = this.dangerContrastColor;\n loginErrorMsgBgColor = this.dangerColor;\n loginErrorMsgBorderColor = this.dangerColor;\n\n //camera\n cameraBgColor = this.defaultColorF;\n cameraBorderColor = this.widgetBorderColor;\n cameraTextColor = this.defaultTextColor;\n\n //barcode-scanner\n barcodeScannerBgColor = this.defaultColorF;\n barcodeScannerBorderColor = this.widgetBorderColor;\n barcodeScannerTextColor = this.defaultTextColor;\n\n //fileupload\n fileuploadBgColor = this.defaultColorF;\n fileuploadBorderColor = this.widgetBorderColor;\n fileuploadTextColor = this.defaultTextColor;\n\n //charts\n chartLabelColor = this.defaultTextColor;\n chartGraphLinesColor = this.defaultColorC;\n chartLineColor = this.defaultColor8;\n chartLegendBorder = this.defaultColor7;\n chartAxisColor = this.defaultColor5;\n chartAxisPointColor = this.defaultColor9;\n chartTitleColor = this.widgetHeaderTextColor;\n chartSubTitleColor = this.defaultColor6;\n\n // Network Toast\n networkToastBgColor = this.defaultColor3;\n networkToastTextColor = this.defaultColorF;\n networkToastActionTextColor = this.primaryColor;\n networkToastActionSeparatorColor = this.networkToastTextColor;\n\n // Skeleton\n skeletonBgColor = this.defaultColorE;\n skeletonAnimatedBgColor = this.defaultColorE;\n skeletonGradientBgColor = this.defaultColorF;\n skeletonGradientShadowColor = this.defaultColorF;\n skeletonGradientForegroundColor = this.transparent;\n\n // Audio\n audioPlayerBgColor = this.defaultColorF;\n audioPlayerFgColor = this.defaultColor3;\n\n //Tool tip\n tooltipBgColor = Color(\"#fff\").fade(0.6).rgb().toString();\n tooltipBorderColor = '#404040';\n static INSTANCE = new ThemeVariables();\n}"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["Color","Dimensions","StatusBar","ThemeVariables","constructor","_defineProperty","primaryColor","lighten","rgb","toString","defaultColorF","defaultColor","defaultColorA","get","height","currentHeight","width","transparent","defaultColorE","defaultColor3","primaryContrastColor","defaultColorC","fade","widgetBorderColor","navitemActiveTextColor","defaultTextColor","secondaryColor","successColor","infoColor","warningColor","dangerColor","lightColor","darkColor","widgetBgColor","widgetHeaderBgColor","widgetHeaderTextColor","primaryColor3","tabContentBgColor","defaultColor8","dangerContrastColor","infoContrastColor","successContrastColor","warningContrastColor","muteColor","defaultColor6","badgeColor","badgeContrastColor","defaultColorD","defaultColorB","defaultColor4","defaultColor1","popoverBackgroundColor","listTitleColor","listSubTitleColor","widgetActiveHeaderBgColor","widgetActiveHeaderTextColor","primaryColor1","primaryColor2","defaultColor9","defaultColor7","defaultColor5","networkToastTextColor","_ThemeVariables"],"sources":["theme.variables.ts"],"sourcesContent":["import Color, { rgb } from \"color\";\nimport { Dimensions, StatusBar } from \"react-native\";\n\nexport default class ThemeVariables {\n \n primaryColor = '#4263eb';\n primaryColor1 = Color(this.primaryColor).lighten(0.2).rgb().toString();\n primaryColor2 = Color(this.primaryColor).lighten(0.4).rgb().toString();\n primaryColor3 = Color(this.primaryColor).lighten(0.6).rgb().toString();\n primaryContrastColor = '#ffffff';\n secondaryColor = '#6c757d';\n secondaryContrastColor = '#ffffff';\n successColor = '#28a745';\n successContrastColor = '#ffffff';\n infoColor = '#17a2b8';\n infoContrastColor = '#ffffff';\n warningColor = '#ffc107';\n warningContrastColor = '#ffffff';\n dangerColor = '#dc3545';\n dangerContrastColor = '#ffffff';\n defaultColor = '#000000';\n defaultColor1 = '#111111';\n defaultColor2 = '#222222';\n defaultColor3 = '#333333';\n defaultColor4 = '#444444';\n defaultColor5 = '#555555';\n defaultColor6 = '#666666';\n defaultColor7 = '#777777';\n defaultColor8 = '#888888';\n defaultColor9 = '#999999';\n defaultColorA = '#aaaaaa';\n defaultColorB = '#bbbbbb';\n defaultColorC = '#cccccc';\n defaultColorD = '#dddddd';\n defaultColorE = '#eeeeee';\n defaultColorF = '#ffffff';\n defaultBgColor = this.defaultColorF;\n defaultTextColor = '#151420';\n lightColor = this.defaultColorF;\n darkColor = this.defaultColor;\n muteColor = this.defaultColorA;\n heading1FontSize = 36;\n heading2FontSize = 30;\n heading3FontSize = 24;\n heading4FontSize = 18;\n heading5FontSize = 14;\n heading6FontSize = 12;\n transparent = 'transparent';\n badgeColor = '#6c757d';\n badgeContrastColor = '#ffffff';\n baseFont = 'Roboto';\n tabbarInactiveColor = '#d8d8d8';\n maxModalHeight = Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0);\n maxWidth = Dimensions.get(\"window\").width; \n skeletonBackgroundColor = \"#F4F5F8\";\n \n //rippleColor\n rippleColor = this.transparent\n\n // page\n pageContentBgColor = this.defaultColorE;\n\n // common widget color\n widgetHeaderBgColor = this.defaultColorF;\n widgetHeaderTextColor = this.defaultColor3;\n widgetActiveHeaderBgColor = this.primaryColor;\n widgetActiveHeaderTextColor = this.primaryContrastColor;\n widgetBorderColor = this.defaultColorC;\n widgetBgColor = this.defaultColorF;\n\n //App Navbar\n titleBadgeBackgroundColor = Color('#151420').fade(0.8).rgb().toString();\n titleBadgeTextColor = '#151420';\n\n // Navbar variables\n navbarBackgroundColor = this.defaultColorF;\n navbarBorderColor = this.widgetBorderColor;\n navbarTextColor = '#151420';\n navbarIconSize = 32;\n navbarFontSize = 24;\n navbarImageSize = 32;\n navbarCaretColor = this.primaryColor;\n navitemChildBackgroundColor = this.primaryContrastColor;\n navitemChildTextColor = this.primaryColor;\n navitemChildIconColor = this.primaryColor;\n navitemActiveBackgroundColor = this.primaryColor;\n navitemActiveTextColor = this.primaryContrastColor;\n navitemActiveIconColor = this.navitemActiveTextColor;\n\n //Anchor variables\n linkDefaultColor = this.defaultTextColor;\n linkPrimaryColor = this.primaryColor;\n linkSecondaryColor = this.secondaryColor;\n linkSuccessColor = this.successColor;\n linkInfoColor = this.infoColor;\n linkWarningColor = this.warningColor;\n linkDangerColor = this.dangerColor;\n linkLightColor = this.lightColor;\n linkDarkColor = this.darkColor;\n anchorTextPadding = 2;\n\n //Grid Layout variables\n layoutGridBgColor = this.widgetBgColor;\n layoutGridBorderColor = this.widgetBorderColor;\n layoutGridStripColor1 = Color(this.primaryColor).lighten(0.9).rgb().toString();\n layoutGridHeaderBgColor = this.widgetHeaderBgColor;\n layoutGridHeaderTextColor = this.widgetHeaderTextColor;\n layoutGridStripColor2 = this.transparent;\n gridColumnBorderColor = this.widgetBorderColor;\n\n //Spinner Variables\n spinnerIconColor = this.primaryColor;\n\n //tabbar variables\n tabbarBackgroundColor = this.primaryContrastColor;\n tabbarTextColor = 'var(--tabbarInactiveColor)';\n tabbarIconColor = 'var(--tabbarInactiveColor)';\n tabShadowColor = this.defaultColor;\n tabActiveBackgroundColor = this.primaryColor3;\n tabActiveIconColor = this.primaryColor;\n tabLabelTextColor = this.primaryColor;\n\n centerHubItemColor = 'var(--primaryColor)';\n centerHubIconColor = 'var(--defaultColorF)';\n centerHubLabelColor = 'var(--defaultColorF)';\n\n // tab variables\n tabHeaderBgColor = this.widgetBgColor;\n tabHeaderTextColor = this.defaultColorA;\n tabHeaderIconColor = this.defaultColorA;\n tabActiveHeaderBgColor = this.defaultColorF;\n tabActiveHeaderTextColor = this.primaryColor;\n tabActiveIndicatorBgColor = this.primaryColor;\n tabActiveHeaderIconColor = this.primaryColor;\n tabBorderColor = this.widgetBorderColor;\n tabContentBgColor = this.widgetBgColor;\n tabArrowIndicatorBgColor = this.tabContentBgColor;\n tabArrowIndicatorDotColor = this.primaryColor;\n\n //label Variables\n labelHeaderColor = '#151420';\n labelDefaultColor = this.defaultColor8;\n labelDefaultContrastColor = this.defaultColorF;\n labelDangerColor = this.dangerColor;\n labelDangerContrastColor = this.dangerContrastColor;\n labelInfoColor = this.infoColor;\n labelInfoContrastColor = this.infoContrastColor;\n labelPrimaryColor = this.primaryColor;\n labelPrimaryContrastColor = this.primaryContrastColor;\n labelSuccessColor = this.successColor;\n labelSuccessContrastColor = this.successContrastColor;\n labelWarningColor = this.warningColor;\n labelWarningContrastColor = this.warningContrastColor;\n labelTextSuccessColor = this.successColor;\n labelTextDangerColor = this.dangerColor;\n labelTextInfoColor = this.infoColor;\n labelTextMutedColor = this.muteColor;\n labelTextPrimaryColor = this.primaryColor;\n labelTextWarningColor = this.warningColor;\n labelAsteriskColor = this.dangerColor;\n\n //List\n listHeaderBgColor = this.widgetHeaderBgColor;\n listTitleColor = this.widgetHeaderTextColor;\n listSubTitleColor = this.defaultColor6;\n listDividerColor = this.widgetBorderColor;\n itemBgColor = this.defaultColorF;\n selectedItemBorderColor = this.primaryColor;\n\n //button Variables\n buttonBorderColor = this.widgetBorderColor;\n buttonBadgeBackgroundColor = this.badgeColor;\n buttonBadgeTextColor = this.badgeContrastColor;\n buttonTextPadding = 2;\n buttonSuccessColor = this.successColor;\n buttonDefaultColor = this.defaultColorF;\n buttonPrimaryColor = this.primaryColor;\n buttonSecondaryColor = this.defaultColorF;\n buttonDangerColor = this.dangerColor;\n buttonWarningColor = this.warningColor;\n buttonInfoColor = this.infoColor;\n buttonSuccessTextColor = this.successContrastColor;\n buttonDefaultTextColor = this.defaultTextColor;\n buttonPrimaryTextColor = this.primaryContrastColor;\n buttonSecondaryTextColor = this.primaryColor;\n buttonDangerTextColor = this.dangerContrastColor;\n buttonWarningTextColor = this.warningContrastColor;\n buttonInfoTextColor = this.infoContrastColor;\n buttonLinkColor = this.transparent;\n buttonLinkTextColor = this.primaryColor;\n buttonDarkColor = this.darkColor;\n buttonDarkTextColor = this.lightColor;\n buttonLightColor = this.lightColor;\n buttonLightTextColor = this.darkColor;\n buttonGrpBorderColor = this.widgetBorderColor;\n buttonGrpBgColor = this.defaultColorF;\n\n //picture variables\n pictureThumbBgColor = this.defaultColorF;\n pictureThumbBorderColor = this.defaultColorD;\n\n //input variables\n inputTextColor = this.defaultTextColor;\n inputBorderColor = this.defaultColorD;\n inputBackgroundColor = this.defaultColorF;\n inputDisabledBgColor = '#f6f6f6';\n inputFocusBorderColor = this.primaryColor;\n inputInvalidBorderColor = this.dangerColor;\n inputPlaceholderColor = this.defaultColorB;\n\n //wheel picker variables\n wheelSelectedColor = '#1d1d1b';\n wheelColor = '#737373';\n\n //floating label\n floatingLabelColor = 'var(--inputPlaceholderColor)';\n activeFloatingLabelColor = 'var(--primaryColor)';\n\n //slider variables\n minimumTrackTintColor = this.primaryColor;\n maximumTrackTintColor = this.widgetHeaderBgColor;\n thumbTintColor = this.primaryColor;\n\n //rating color\n ratingIconColor = this.defaultColorA;\n ratingSelectedIconColor = '#eb8600';\n\n //toggle variables\n toggleOnColor = Color(this.primaryColor).lighten(0.4).rgb().toString();\n toggleOffColor = this.defaultColorB;\n toggleHandleColor = this.primaryColor;\n toggleHandleDisableColor = this.defaultColorA;\n toggleOffBorderColor = this.defaultColorB;\n toggleUnselectedTrackbgColor = this.defaultColorC;\n\n // radioset, checkboxset variables\n groupHeadingBgColor = 'var(--transparent)';\n checkedColor = 'var(--primaryColor)';\n checkedDisabledColor = 'var(--defaultColorA)';\n checkedEnabledColor = 'var(--defaultColorF)';\n checkboxBorderColor = 'var(--defaultColor9)';\n checkedBgColor = 'var(--primaryColor)';\n uncheckedBgColor = 'var(--transparent)';\n checkedIconColor = 'var(--defaultColorF)';\n checkedBorderColor = 'var(--primaryColor)';\n uncheckedBorderColor = 'var(--defaultColor9)';\n \n //form\n formBorderColor = this.widgetBorderColor;\n formTitleColor = this.defaultTextColor;\n formSubTitleColor = this.defaultColor6;\n\n //dialog\n dialogBackgroundColor = this.widgetBgColor;\n dialogBorderColor = this.widgetBorderColor;\n dialogCloseIconColor = this.defaultColorA;\n dialogLabelColor = this.defaultColor3;\n dialogIconColor = this.defaultColor4;\n dialogSupportingTextColor = this.defaultColor1;\n\n //alert dialog\n alertMessageColor = this.defaultColor8;\n\n badgeTextColor = this.defaultColorF;\n\n //popover\n popoverBackgroundColor = this.defaultColorF;\n popoverTitleBackgroundColor = this.defaultColorD;\n popoverTitleColor = this.defaultColor1;\n\n //menu\n menuIconColor = this.defaultColor6;\n menuTextColor = this.defaultColor6;\n menuBackgroundColor = this.popoverBackgroundColor;\n menuItemBorderColor = this.widgetBorderColor;\n menuItemIconColor = this.defaultColor6;\n menuItemTextColor = this.defaultColor6;\n\n //tile Variables\n tileDangerColor = this.dangerColor;\n tileInfoColor = this.infoColor;\n tilePrimaryColor = this.primaryColor;\n tileSuccessColor = this.successColor;\n tileWarningColor = this.warningColor;\n tileWellbgColor = this.defaultColorF;\n tileWellBorderColor = this.defaultColorE;\n tilePrimaryTextColor = this.primaryContrastColor;\n\n //switch\n switchBgColor = this.widgetBgColor;\n switchTextColor = this.defaultTextColor;\n switchActiveBgColor = this.primaryColor;\n switchActiveTextColor = this.primaryContrastColor;\n switchBorderColor = this.widgetBorderColor;\n\n //message\n messageSuccessColor = this.successColor;\n messageErrorColor = this.dangerColor;\n messageWarningColor = this.warningColor;\n messageInfoColor = this.infoColor;\n messageLoadingColor = this.infoColor;\n\n //panel\n panelBgColor = this.widgetBgColor;\n panelHeaderBgColor = this.widgetHeaderBgColor;\n panelHeaderTextColor = this.widgetHeaderTextColor;\n panelFooterColor = this.defaultColorD;\n panelBorderColor = this.widgetBorderColor;\n panelDangerColor = this.dangerColor;\n panelDefaultColor = this.defaultColor;\n panelInfoColor = this.infoColor;\n panelPrimaryColor = this.primaryColor;\n panelSuccessColor = this.successColor;\n panelWarningColor = this.warningColor;\n panelTextColor = this.defaultColorF;\n\n //card\n cardHeaderBgColor = this.defaultColorD;\n cardBgColor = this.widgetBgColor;\n cardTitleColor = this.listTitleColor;\n cardShadowColor = this.defaultColor;\n cardSubTitleColor = this.listSubTitleColor;\n cardBorderColor = this.defaultColorD;\n cardContentBgColor = this.defaultColorF;\n cardFooterBgColor = this.defaultColorF;\n cardFooterBorderColor = this.defaultColorD;\n\n //progress bar\n progressBarDefaultColor = this.primaryColor;\n progressBarTrackColor = this.defaultColorD;\n progressBarSuccessColor = this.successColor;\n progressBarDangerColor = this.dangerColor;\n progressBarInfoColor = this.infoColor;\n progressBarWarningColor = this.warningColor;\n\n //progress circle\n progressCircleDefaultColor = this.primaryColor;\n progressCircleSuccessColor = this.successColor;\n progressCircleDangerColor = this.dangerColor;\n progressCircleInfoColor = this.infoColor;\n progressCircleWarningColor = this.warningColor;\n\n //container\n containerOutlineColor = this.defaultColorC;\n\n //accordion\n accordionBgColor = this.widgetBgColor;\n accordionTitleColor = this.widgetHeaderTextColor;\n accordionHeaderBgColor = this.defaultColorF;\n accordionIconColor= this.defaultColorB;\n accordionActiveIconColor= this.defaultColorF;\n accordionActiveHeaderBgColor = this.widgetActiveHeaderBgColor;\n accordionActiveHeaderTextColor = this.widgetActiveHeaderTextColor;\n accordionBorderColor = this.defaultColorE;\n accordionPaneBgColor = this.defaultColorF;\n\n //carousel\n carouselPrevBtnColor=this.defaultColorF;\n carouselPrevBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselNextBtnColor=this.defaultColorF;\n carouselNextBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselDotWrapperBgColor=this.transparent;\n carouselDotColor=this.defaultColorF;\n carouselActiveDotColor=this.defaultColorF;\n\n //calendar\n calendarBgColor = this.defaultColorF;\n calendarHeaderBgColor = this.defaultColorF;\n calendarHeaderTextColor = this.defaultTextColor;\n calendarWeekDayTextColor = this.defaultColorA;\n calendarDateColor = this.defaultColor;\n calendarNotCurrentMonthDateColor = this.defaultColor6;\n calendarHeaderColor = this.defaultColorF;\n calendarPrevYearIconColor = this.defaultColorA;\n calendarNextYearIconColor = this.defaultColorA;\n calendarPrevMonthIconColor = this.defaultColorA;\n calendarNextMonthIconColor = this.defaultColorA;\n calendarDayBgColor = this.defaultColor;\n calendarSelectedDayBgColor = this.primaryColor;\n calendarSelectedDayTextColor = this.defaultColorF;\n calendarTodayBgColor = this.defaultColorE;\n calendarEventDay1Color = this.primaryColor1;\n calendarEventDay2Color = this.primaryColor2;\n calendarEventDay3Color = this.primaryColor3;\n\n //date picker\n datepickerBgColor = this.defaultColorF;\n\n //wizard\n wizardBackgroundColor = this.widgetBgColor;\n wizardStepActiveColor = this.primaryColor;\n wizardStepDoneColor = this.successColor;\n wizardStepDoneTextColor = this.defaultColorF;\n wizardStepIconColor = this.defaultColor9;\n wizardStepColor = this.defaultColor9;\n wizardActiveStepColor = this.defaultColorF;\n wizardDoneStepColor = this.defaultColorF;\n wizardStepTitleColor = this.defaultColorA;\n wizardNextBtnColor= this.primaryColor;\n wizardDoneBtnColor = this.successColor;\n wizardStepConnectorColor = this.defaultColorE;\n wizardStepCounerColor = this.defaultColor9;\n wizardBorderColor = this.widgetBorderColor;\n\n //Search\n searchBorderColor = this.defaultColorD;\n searchButtonColor = this.primaryColor;\n searchButtonTextColor = this.primaryContrastColor;\n searchItemBorderColor = this.defaultColorD;\n searchItemTextColor = this.defaultColor6;\n searchDropdownBackgroundColor = this.defaultColorF;\n searchDataCompleteItemBgColor = this.defaultColorE;\n searchBgContainerColor = this.defaultColorD;\n //Select\n selectBorderColor = this.defaultColorD;\n selecttemBorderColor = this.defaultColorD;\n selectItemTextColor = this.defaultColor6;\n selectDropdownBackgroundColor = this.defaultColorF;\n\n //Chip\n chipActiveTextColor = this.defaultColorF;\n chipDefaultTextColor = this.defaultColorA;\n chipborderColor = this.defaultColorD;\n chipContainerColor = this.defaultColorF; \n chipIconColor = this.primaryColor;\n chipSelectedOutlineColor = this.defaultColor6;\n chipSelectedContainerColor = this.defaultColor7;\n //Login\n loginErrorMsgColor = this.dangerContrastColor;\n loginErrorMsgBgColor = this.dangerColor;\n loginErrorMsgBorderColor = this.dangerColor;\n\n //camera\n cameraBgColor = this.defaultColorF;\n cameraBorderColor = this.widgetBorderColor;\n cameraTextColor = this.defaultTextColor;\n\n //barcode-scanner\n barcodeScannerBgColor = this.defaultColorF;\n barcodeScannerBorderColor = this.widgetBorderColor;\n barcodeScannerTextColor = this.defaultTextColor;\n\n //fileupload\n fileuploadBgColor = this.defaultColorF;\n fileuploadBorderColor = this.widgetBorderColor;\n fileuploadTextColor = this.defaultTextColor;\n\n //charts\n chartLabelColor = this.defaultTextColor;\n chartGraphLinesColor = this.defaultColorC;\n chartLineColor = this.defaultColor8;\n chartLegendBorder = this.defaultColor7;\n chartAxisColor = this.defaultColor5;\n chartAxisPointColor = this.defaultColor9;\n chartTitleColor = this.widgetHeaderTextColor;\n chartSubTitleColor = this.defaultColor6;\n\n // Network Toast\n networkToastBgColor = this.defaultColor3;\n networkToastTextColor = this.defaultColorF;\n networkToastActionTextColor = this.primaryColor;\n networkToastActionSeparatorColor = this.networkToastTextColor;\n\n // Skeleton\n skeletonBgColor = this.defaultColorE;\n skeletonAnimatedBgColor = this.defaultColorE;\n skeletonGradientBgColor = this.defaultColorF;\n skeletonGradientShadowColor = this.defaultColorF;\n skeletonGradientForegroundColor = this.transparent;\n\n // Audio\n audioPlayerBgColor = this.defaultColorF;\n audioPlayerFgColor = this.defaultColor3;\n\n //Tool tip\n tooltipBgColor = \"#e7f9fd\";\n\n // Wheel Picker\n wheelHighlightBorder = 'var(--primaryColor)';\n wheelSelectedTextColor = 'var(--wheelSelectedColor)';\n wheelTextColor = 'var(--wheelColor)';\n\n static INSTANCE = new ThemeVariables();\n}"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
-
function _toPropertyKey(
|
|
3
|
-
function _toPrimitive(
|
|
2
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
3
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
4
4
|
import DatasetUtil from './utils/dataset-util';
|
|
5
5
|
import EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';
|
|
6
6
|
import { ROOT_LOGGER } from '@wavemaker/app-rn-runtime/core/logger';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["DatasetUtil","EventNotifier","ROOT_LOGGER","isNumber","isObject","isBoolean","get","isEqual","VariableEvents","VARIABLE_LOGGER","extend","BaseVariable","constructor","config","_defineProperty","name","isList","twoWayBinding","dataSet","subscribe","BEFORE_INVOKE","isExecuting","info","AFTER_INVOKE","invoke","params","onSuccess","onError","paramProvider","Promise","resolve","doNext","reject","invokeOnParamChange","last","latest","getData","setData","isValidDataset","getValue","key","index","setValue","value","getItem","setItem","options","getChildDetails","addItem","removeItem","exactMatch","parentIndex","path","clearData","getValidDataset","getCount","pause","resume","destroy"],"sources":["base-variable.ts"],"sourcesContent":["import DatasetUtil from './utils/dataset-util';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport { ROOT_LOGGER } from '@wavemaker/app-rn-runtime/core/logger';\nimport { isNumber, isObject, isBoolean, get, isEqual } from 'lodash';\nexport interface VariableConfig {\n name: string;\n paramProvider: Function;\n onBefore: Function;\n onComplete: Function;\n onSuccess: Function;\n onError: Function;\n isList: boolean;\n twoWayBinding: boolean;\n service: any;\n operation: string;\n operationId: string;\n operationType: string;\n serviceType: string;\n}\n\nexport enum VariableEvents {\n BEFORE_INVOKE = 'beforeInvoke',\n SUCCESS = 'success',\n ERROR = 'error',\n AFTER_INVOKE = 'afterInvoke'\n};\n\nexport const VARIABLE_LOGGER = ROOT_LOGGER.extend('variable');\n\nexport abstract class BaseVariable<T extends VariableConfig> extends EventNotifier {\n name: string = '';\n params: any = {};\n dataSet: any = {};\n isList: boolean;\n twoWayBinding: boolean;\n isExecuting = false;\n\n constructor(public config: T) {\n super();\n this.name = config.name;\n this.isList = config.isList;\n this.twoWayBinding = config.twoWayBinding;\n this.dataSet = this.isList ? []: this.dataSet;\n this.subscribe(VariableEvents.BEFORE_INVOKE, () => {\n this.isExecuting = true;\n VARIABLE_LOGGER.info(`Before Invoking variable ${this.name}`);\n });\n this.subscribe(VariableEvents.AFTER_INVOKE, () => {\n this.isExecuting = false;\n VARIABLE_LOGGER.info(`After Invoking variable ${this.name}`);\n });\n }\n\n public invoke(params?: {}, onSuccess?: Function, onError?: Function): Promise<BaseVariable<T>> {\n if (!params) {\n this.params = this.config.paramProvider();\n } else {\n this.params = params;\n }\n return Promise.resolve(this);\n }\n\n public doNext(): Promise<BaseVariable<T>> {\n return Promise.reject(this);\n }\n\n public invokeOnParamChange(): Promise<BaseVariable<T>> {\n const last = this.params;\n const latest = this.config.paramProvider();\n if (!isEqual(last, latest)) {\n return this.invoke(latest);\n }\n return Promise.resolve(this);\n }\n\n public getData() {\n return this.dataSet;\n }\n\n public setData(dataSet: any) {\n if (DatasetUtil.isValidDataset(dataSet, this.isList)) {\n this.dataSet = dataSet;\n }\n return this.dataSet;\n }\n\n getValue(key: string, index: number) {\n return DatasetUtil.getValue(this.dataSet, key, index, this.isList);\n }\n\n setValue(key: string, value: any) {\n return DatasetUtil.setValue(this.dataSet, key, value, this.isList);\n }\n\n getItem(index: number) {\n return DatasetUtil.getItem(this.dataSet, index, this.isList);\n }\n\n setItem(index: any, value: any, options?: any) {\n options = DatasetUtil.getChildDetails(this.dataSet, options, this.isList);\n return DatasetUtil.setItem(this.dataSet, index, value, options);\n }\n\n addItem(value: any, options?: any) {\n let index;\n if (isNumber(options)) {\n index = options;\n }\n if (isObject(options)) {\n // @ts-ignore\n index = options.index;\n }\n\n options = DatasetUtil.getChildDetails(this.dataSet, options, this.isList);\n return DatasetUtil.addItem(this.dataSet, value, index, options);\n }\n\n removeItem(index: any, options?: any) {\n let exactMatch, parentIndex;\n if (options) {\n if (isBoolean(options)) {\n exactMatch = options;\n }\n if (isObject(options)) {\n // @ts-ignore\n exactMatch = options.exactMatch;\n if (this.isList) {\n // @ts-ignore\n parentIndex = options.parentIndex || 0;\n }\n }\n }\n return DatasetUtil.removeItem(this.dataSet, index, { exactMatch, path: get(options, 'path'), parentIndex });\n }\n\n clearData() {\n this.dataSet = DatasetUtil.getValidDataset(this.isList);\n return this.dataSet;\n }\n\n getCount() {\n return DatasetUtil.getCount(this.dataSet, this.isList);\n }\n\n pause() {}\n\n resume() {}\n\n destroy() {}\n\n}\n"],"mappings":";;;AAAA,OAAOA,WAAW,MAAM,sBAAsB;AAC9C,OAAOC,aAAa,MAAM,+CAA+C;AACzE,SAASC,WAAW,QAAQ,uCAAuC;AACnE,SAASC,QAAQ,EAAEC,QAAQ,EAAEC,SAAS,EAAEC,GAAG,EAAEC,OAAO,QAAQ,QAAQ;AAiBpE,WAAYC,cAAc,0BAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA;AAKzB;AAED,OAAO,MAAMC,eAAe,GAAGP,WAAW,CAACQ,MAAM,CAAC,UAAU,CAAC;AAE7D,OAAO,MAAeC,YAAY,SAAmCV,aAAa,CAAC;EAQ/EW,WAAWA,CAAQC,MAAS,EAAE;IAC5B,KAAK,CAAC,CAAC;IAAC,KADSA,MAAS,GAATA,MAAS;IAAAC,eAAA,eAPb,EAAE;IAAAA,eAAA,iBACH,CAAC,CAAC;IAAAA,eAAA,kBACD,CAAC,CAAC;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,sBAGH,KAAK;IAIjB,IAAI,CAACC,IAAI,GAAGF,MAAM,CAACE,IAAI;IACvB,IAAI,CAACC,MAAM,GAAGH,MAAM,CAACG,MAAM;IAC3B,IAAI,CAACC,aAAa,GAAGJ,MAAM,CAACI,aAAa;IACzC,IAAI,CAACC,OAAO,GAAG,IAAI,CAACF,MAAM,GAAG,EAAE,GAAE,IAAI,CAACE,OAAO;IAC7C,IAAI,CAACC,SAAS,CAACX,cAAc,CAACY,aAAa,EAAE,MAAM;MACjD,IAAI,CAACC,WAAW,GAAG,IAAI;MACvBZ,eAAe,CAACa,IAAI,
|
|
1
|
+
{"version":3,"names":["DatasetUtil","EventNotifier","ROOT_LOGGER","isNumber","isObject","isBoolean","get","isEqual","VariableEvents","VARIABLE_LOGGER","extend","BaseVariable","constructor","config","_defineProperty","name","isList","twoWayBinding","dataSet","subscribe","BEFORE_INVOKE","isExecuting","info","AFTER_INVOKE","invoke","params","onSuccess","onError","paramProvider","Promise","resolve","doNext","reject","invokeOnParamChange","last","latest","getData","setData","isValidDataset","getValue","key","index","setValue","value","getItem","setItem","options","getChildDetails","addItem","removeItem","exactMatch","parentIndex","path","clearData","getValidDataset","getCount","pause","resume","destroy"],"sources":["base-variable.ts"],"sourcesContent":["import DatasetUtil from './utils/dataset-util';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport { ROOT_LOGGER } from '@wavemaker/app-rn-runtime/core/logger';\nimport { isNumber, isObject, isBoolean, get, isEqual } from 'lodash';\nexport interface VariableConfig {\n name: string;\n paramProvider: Function;\n onBefore: Function;\n onComplete: Function;\n onSuccess: Function;\n onError: Function;\n isList: boolean;\n twoWayBinding: boolean;\n service: any;\n operation: string;\n operationId: string;\n operationType: string;\n serviceType: string;\n}\n\nexport enum VariableEvents {\n BEFORE_INVOKE = 'beforeInvoke',\n SUCCESS = 'success',\n ERROR = 'error',\n AFTER_INVOKE = 'afterInvoke'\n};\n\nexport const VARIABLE_LOGGER = ROOT_LOGGER.extend('variable');\n\nexport abstract class BaseVariable<T extends VariableConfig> extends EventNotifier {\n name: string = '';\n params: any = {};\n dataSet: any = {};\n isList: boolean;\n twoWayBinding: boolean;\n isExecuting = false;\n\n constructor(public config: T) {\n super();\n this.name = config.name;\n this.isList = config.isList;\n this.twoWayBinding = config.twoWayBinding;\n this.dataSet = this.isList ? []: this.dataSet;\n this.subscribe(VariableEvents.BEFORE_INVOKE, () => {\n this.isExecuting = true;\n VARIABLE_LOGGER.info(`Before Invoking variable ${this.name}`);\n });\n this.subscribe(VariableEvents.AFTER_INVOKE, () => {\n this.isExecuting = false;\n VARIABLE_LOGGER.info(`After Invoking variable ${this.name}`);\n });\n }\n\n public invoke(params?: {}, onSuccess?: Function, onError?: Function): Promise<BaseVariable<T>> {\n if (!params) {\n this.params = this.config.paramProvider();\n } else {\n this.params = params;\n }\n return Promise.resolve(this);\n }\n\n public doNext(): Promise<BaseVariable<T>> {\n return Promise.reject(this);\n }\n\n public invokeOnParamChange(): Promise<BaseVariable<T>> {\n const last = this.params;\n const latest = this.config.paramProvider();\n if (!isEqual(last, latest)) {\n return this.invoke(latest);\n }\n return Promise.resolve(this);\n }\n\n public getData() {\n return this.dataSet;\n }\n\n public setData(dataSet: any) {\n if (DatasetUtil.isValidDataset(dataSet, this.isList)) {\n this.dataSet = dataSet;\n }\n return this.dataSet;\n }\n\n getValue(key: string, index: number) {\n return DatasetUtil.getValue(this.dataSet, key, index, this.isList);\n }\n\n setValue(key: string, value: any) {\n return DatasetUtil.setValue(this.dataSet, key, value, this.isList);\n }\n\n getItem(index: number) {\n return DatasetUtil.getItem(this.dataSet, index, this.isList);\n }\n\n setItem(index: any, value: any, options?: any) {\n options = DatasetUtil.getChildDetails(this.dataSet, options, this.isList);\n return DatasetUtil.setItem(this.dataSet, index, value, options);\n }\n\n addItem(value: any, options?: any) {\n let index;\n if (isNumber(options)) {\n index = options;\n }\n if (isObject(options)) {\n // @ts-ignore\n index = options.index;\n }\n\n options = DatasetUtil.getChildDetails(this.dataSet, options, this.isList);\n return DatasetUtil.addItem(this.dataSet, value, index, options);\n }\n\n removeItem(index: any, options?: any) {\n let exactMatch, parentIndex;\n if (options) {\n if (isBoolean(options)) {\n exactMatch = options;\n }\n if (isObject(options)) {\n // @ts-ignore\n exactMatch = options.exactMatch;\n if (this.isList) {\n // @ts-ignore\n parentIndex = options.parentIndex || 0;\n }\n }\n }\n return DatasetUtil.removeItem(this.dataSet, index, { exactMatch, path: get(options, 'path'), parentIndex });\n }\n\n clearData() {\n this.dataSet = DatasetUtil.getValidDataset(this.isList);\n return this.dataSet;\n }\n\n getCount() {\n return DatasetUtil.getCount(this.dataSet, this.isList);\n }\n\n pause() {}\n\n resume() {}\n\n destroy() {}\n\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["isDate","isString","moment","getDateObj","value","isNaN","parseInt","isValid","undefined","dateObj","Date","format","valueOf","getDay","CreateEventOperation","constructor","calendar","invoke","params","createEvent"],"sources":["create-event.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { isDate, isString } from 'lodash';\nimport moment from 'moment';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface CreateEventOutput extends Output {\n dataValue: string;\n}\n\n/**\n * method to get the date object from the input received\n */\nexport const getDateObj = (value: any): any => {\n\n /*if the value is a date object, no need to covert it*/\n if (isDate(value)) {\n return value;\n }\n\n /*if the value is a timestamp string, convert it to a number*/\n if (!isNaN(value)) {\n value = parseInt(value, 10);\n }\n\n if (!moment(value).isValid() || value === '' || value === null || value === undefined) {\n return undefined;\n }\n let dateObj = new Date(value);\n /**\n * if date value is string \"20-05-2019\" then new Date(value) return 20May2019 with current time in India,\n * whereas this will return 19May2019 with time lagging for few hours.\n * This is because it returns UTC time i.e. Coordinated Universal Time (UTC).\n * To create date in local time use moment\n */\n if (isString(value)) {\n /*\n * If selected locale is Arabic, moment(value).format() is giving date in Arabic language\n * (Ex: If date value is \"1990-11-23\" and moment(value).format() is \"١٩٩٠-١١-٢٣T٠٠:٠٠:٠٠+٠٥:٣٠\")\n * and new Date(moment(value).format()) is giving Invalid Date. So frst converting it to timestamp value.\n */\n dateObj = new Date(moment(moment(value).format()).valueOf());\n }\n\n if (isNaN(dateObj.getDay())) {\n return new Date();\n }\n return dateObj;\n};\n\nexport class CreateEventOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<CreateEventOutput> {\n return this.calendar.createEvent(params);\n }\n}\n"],"mappings":"AACA,SAASA,MAAM,EAAEC,QAAQ,QAAQ,QAAQ;AACzC,OAAOC,MAAM,MAAM,QAAQ;AAO3B;AACA;AACA;AACA,OAAO,MAAMC,UAAU,GAAIC,KAAU,IAAU;EAE7C;EACA,IAAIJ,MAAM,CAACI,KAAK,CAAC,EAAE;IACjB,OAAOA,KAAK;EACd;;EAEA;EACA,IAAI,CAACC,KAAK,CAACD,KAAK,CAAC,EAAE;IACjBA,KAAK,GAAGE,QAAQ,CAACF,KAAK,EAAE,EAAE,CAAC;EAC7B;EAEA,IAAI,CAACF,MAAM,CAACE,KAAK,CAAC,CAACG,OAAO,CAAC,CAAC,IAAIH,KAAK,KAAK,EAAE,IAAIA,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAKI,SAAS,EAAE;IACrF,OAAOA,SAAS;EAClB;EACA,IAAIC,OAAO,GAAG,IAAIC,IAAI,CAACN,KAAK,CAAC;EAC7B;AACF;AACA;AACA;AACA;AACA;EACE,IAAIH,QAAQ,CAACG,KAAK,CAAC,EAAE;IACnB;AACJ;AACA;AACA;AACA;IACIK,OAAO,GAAG,IAAIC,IAAI,CAACR,MAAM,CAACA,MAAM,CAACE,KAAK,CAAC,CAACO,MAAM,CAAC,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,CAAC;EAC9D;EAEA,IAAIP,KAAK,CAACI,OAAO,CAACI,MAAM,CAAC,CAAC,CAAC,EAAE;IAC3B,OAAO,IAAIH,IAAI,CAAC,CAAC;EACnB;EACA,OAAOD,OAAO;AAChB,CAAC;AAED,OAAO,MAAMK,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAA8B;IAC/D,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF"}
|
|
1
|
+
{"version":3,"names":["isDate","isString","moment","getDateObj","value","isNaN","parseInt","isValid","undefined","dateObj","Date","format","valueOf","getDay","CreateEventOperation","constructor","calendar","invoke","params","createEvent"],"sources":["create-event.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { isDate, isString } from 'lodash';\nimport moment from 'moment';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface CreateEventOutput extends Output {\n dataValue: string;\n}\n\n/**\n * method to get the date object from the input received\n */\nexport const getDateObj = (value: any): any => {\n\n /*if the value is a date object, no need to covert it*/\n if (isDate(value)) {\n return value;\n }\n\n /*if the value is a timestamp string, convert it to a number*/\n if (!isNaN(value)) {\n value = parseInt(value, 10);\n }\n\n if (!moment(value).isValid() || value === '' || value === null || value === undefined) {\n return undefined;\n }\n let dateObj = new Date(value);\n /**\n * if date value is string \"20-05-2019\" then new Date(value) return 20May2019 with current time in India,\n * whereas this will return 19May2019 with time lagging for few hours.\n * This is because it returns UTC time i.e. Coordinated Universal Time (UTC).\n * To create date in local time use moment\n */\n if (isString(value)) {\n /*\n * If selected locale is Arabic, moment(value).format() is giving date in Arabic language\n * (Ex: If date value is \"1990-11-23\" and moment(value).format() is \"١٩٩٠-١١-٢٣T٠٠:٠٠:٠٠+٠٥:٣٠\")\n * and new Date(moment(value).format()) is giving Invalid Date. So frst converting it to timestamp value.\n */\n dateObj = new Date(moment(moment(value).format()).valueOf());\n }\n\n if (isNaN(dateObj.getDay())) {\n return new Date();\n }\n return dateObj;\n};\n\nexport class CreateEventOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<CreateEventOutput> {\n return this.calendar.createEvent(params);\n }\n}\n"],"mappings":"AACA,SAASA,MAAM,EAAEC,QAAQ,QAAQ,QAAQ;AACzC,OAAOC,MAAM,MAAM,QAAQ;AAO3B;AACA;AACA;AACA,OAAO,MAAMC,UAAU,GAAIC,KAAU,IAAU;EAE7C;EACA,IAAIJ,MAAM,CAACI,KAAK,CAAC,EAAE;IACjB,OAAOA,KAAK;EACd;;EAEA;EACA,IAAI,CAACC,KAAK,CAACD,KAAK,CAAC,EAAE;IACjBA,KAAK,GAAGE,QAAQ,CAACF,KAAK,EAAE,EAAE,CAAC;EAC7B;EAEA,IAAI,CAACF,MAAM,CAACE,KAAK,CAAC,CAACG,OAAO,CAAC,CAAC,IAAIH,KAAK,KAAK,EAAE,IAAIA,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAKI,SAAS,EAAE;IACrF,OAAOA,SAAS;EAClB;EACA,IAAIC,OAAO,GAAG,IAAIC,IAAI,CAACN,KAAK,CAAC;EAC7B;AACF;AACA;AACA;AACA;AACA;EACE,IAAIH,QAAQ,CAACG,KAAK,CAAC,EAAE;IACnB;AACJ;AACA;AACA;AACA;IACIK,OAAO,GAAG,IAAIC,IAAI,CAACR,MAAM,CAACA,MAAM,CAACE,KAAK,CAAC,CAACO,MAAM,CAAC,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,CAAC;EAC9D;EAEA,IAAIP,KAAK,CAACI,OAAO,CAACI,MAAM,CAAC,CAAC,CAAC,EAAE;IAC3B,OAAO,IAAIH,IAAI,CAAC,CAAC;EACnB;EACA,OAAOD,OAAO;AAChB,CAAC;AAED,OAAO,MAAMK,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAA8B;IAC/D,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["DeleteEventOperation","constructor","calendar","invoke","params","deleteEvent"],"sources":["delete-event.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface DeleteEventOutput extends Output {\n dataValue: boolean;\n}\n\nexport class DeleteEventOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<DeleteEventOutput> {\n return this.calendar.deleteEvent(params);\n }\n}\n"],"mappings":"AAOA,OAAO,MAAMA,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAA8B;IAC/D,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF"}
|
|
1
|
+
{"version":3,"names":["DeleteEventOperation","constructor","calendar","invoke","params","deleteEvent"],"sources":["delete-event.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface DeleteEventOutput extends Output {\n dataValue: boolean;\n}\n\nexport class DeleteEventOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<DeleteEventOutput> {\n return this.calendar.deleteEvent(params);\n }\n}\n"],"mappings":"AAOA,OAAO,MAAMA,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAA8B;IAC/D,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["GetEventsOperation","constructor","calendar","invoke","params","getEvents"],"sources":["get-events.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface CalendarEvent extends Output {\n title: string;\n message: string;\n location: string;\n startDate: string | Date;\n endDate: string | Date;\n}\n\nexport class GetEventsOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<Array<CalendarEvent>> {\n return this.calendar.getEvents(params);\n }\n}\n\n"],"mappings":"AAWA,OAAO,MAAMA,kBAAkB,CAAsB;EACnDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAAiC;IAClE,OAAO,IAAI,CAACF,QAAQ,CAACG,SAAS,CAACD,MAAM,CAAC;EACxC;AACF"}
|
|
1
|
+
{"version":3,"names":["GetEventsOperation","constructor","calendar","invoke","params","getEvents"],"sources":["get-events.operation.tsx"],"sourcesContent":["import { Operation, Output } from '../operation.provider';\nimport { CalendarInput, CalendarService } from \"@wavemaker/app-rn-runtime/core/device/calendar-service\";\n\nexport interface CalendarEvent extends Output {\n title: string;\n message: string;\n location: string;\n startDate: string | Date;\n endDate: string | Date;\n}\n\nexport class GetEventsOperation implements Operation {\n constructor(private calendar: CalendarService) {}\n\n public invoke(params: CalendarInput): Promise<Array<CalendarEvent>> {\n return this.calendar.getEvents(params);\n }\n}\n\n"],"mappings":"AAWA,OAAO,MAAMA,kBAAkB,CAAsB;EACnDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAAiC;IAClE,OAAO,IAAI,CAACF,QAAQ,CAACG,SAAS,CAACD,MAAM,CAAC;EACxC;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CaptureImageOperation","constructor","camera","invoke","params","captureImage"],"sources":["capture-image.operation.tsx"],"sourcesContent":["import {CameraInput, CameraService} from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Operation, Output } from '../operation.provider';\n\nexport interface CaptureImageOutput extends Output {\n imagePath: string;\n content: string;\n}\n\nexport class CaptureImageOperation implements Operation {\n constructor(private camera: CameraService) {}\n\n public invoke(params: CameraInput): Promise<CaptureImageOutput> {\n return this.camera.captureImage(params);\n }\n}\n"],"mappings":"AAQA,OAAO,MAAMA,qBAAqB,CAAsB;EACtDC,WAAWA,CAASC,MAAqB,EAAE;IAAA,KAAvBA,MAAqB,GAArBA,MAAqB;EAAG;EAErCC,MAAMA,CAACC,MAAmB,EAA+B;IAC9D,OAAO,IAAI,CAACF,MAAM,CAACG,YAAY,CAACD,MAAM,CAAC;EACzC;AACF"}
|
|
1
|
+
{"version":3,"names":["CaptureImageOperation","constructor","camera","invoke","params","captureImage"],"sources":["capture-image.operation.tsx"],"sourcesContent":["import {CameraInput, CameraService} from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Operation, Output } from '../operation.provider';\n\nexport interface CaptureImageOutput extends Output {\n imagePath: string;\n content: string;\n}\n\nexport class CaptureImageOperation implements Operation {\n constructor(private camera: CameraService) {}\n\n public invoke(params: CameraInput): Promise<CaptureImageOutput> {\n return this.camera.captureImage(params);\n }\n}\n"],"mappings":"AAQA,OAAO,MAAMA,qBAAqB,CAAsB;EACtDC,WAAWA,CAASC,MAAqB,EAAE;IAAA,KAAvBA,MAAqB,GAArBA,MAAqB;EAAG;EAErCC,MAAMA,CAACC,MAAmB,EAA+B;IAC9D,OAAO,IAAI,CAACF,MAAM,CAACG,YAAY,CAACD,MAAM,CAAC;EACzC;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CaptureVideoOperation","constructor","camera","invoke","captureVideo"],"sources":["capture-video.operation.tsx"],"sourcesContent":["import { CameraService } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Operation, Output } from '../operation.provider';\n\nexport interface CaptureVideoOutput extends Output {\n videoPath: string;\n content: string;\n}\n\nexport class CaptureVideoOperation implements Operation {\n constructor(private camera: CameraService) {\n }\n\n public invoke(): Promise<CaptureVideoOutput> {\n return this.camera.captureVideo();\n }\n}\n"],"mappings":"AAQA,OAAO,MAAMA,qBAAqB,CAAsB;EACtDC,WAAWA,CAASC,MAAqB,EAAE;IAAA,KAAvBA,MAAqB,GAArBA,MAAqB;EACzC;EAEOC,MAAMA,CAAA,EAAgC;IAC3C,OAAO,IAAI,CAACD,MAAM,CAACE,YAAY,CAAC,CAAC;EACnC;AACF"}
|
|
1
|
+
{"version":3,"names":["CaptureVideoOperation","constructor","camera","invoke","captureVideo"],"sources":["capture-video.operation.tsx"],"sourcesContent":["import { CameraService } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Operation, Output } from '../operation.provider';\n\nexport interface CaptureVideoOutput extends Output {\n videoPath: string;\n content: string;\n}\n\nexport class CaptureVideoOperation implements Operation {\n constructor(private camera: CameraService) {\n }\n\n public invoke(): Promise<CaptureVideoOutput> {\n return this.camera.captureVideo();\n }\n}\n"],"mappings":"AAQA,OAAO,MAAMA,qBAAqB,CAAsB;EACtDC,WAAWA,CAASC,MAAqB,EAAE;IAAA,KAAvBA,MAAqB,GAArBA,MAAqB;EACzC;EAEOC,MAAMA,CAAA,EAAgC;IAC3C,OAAO,IAAI,CAACD,MAAM,CAACE,YAAY,CAAC,CAAC;EACnC;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["GetContactsOperation","constructor","contacts","invoke","params","getContacts"],"sources":["get-contacts.operation.ts"],"sourcesContent":["import { Output, Operation } from '../operation.provider';\nimport { ContactsInput, ContactsService } from \"@wavemaker/app-rn-runtime/core/device/contacts-service\";\n\nexport interface PhoneNumber {\n value: string;\n}\n\nexport interface ContactsOutput extends Output{\n id: number;\n displayName: string;\n phoneNumbers: Array<PhoneNumber>;\n}\n\nexport class GetContactsOperation implements Operation {\n constructor(private contacts: ContactsService) {}\n\n public invoke(params: ContactsInput): Promise<Array<ContactsOutput>> {\n return this.contacts.getContacts(params);\n }\n}\n"],"mappings":"AAaA,OAAO,MAAMA,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAAkC;IACnE,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF"}
|
|
1
|
+
{"version":3,"names":["GetContactsOperation","constructor","contacts","invoke","params","getContacts"],"sources":["get-contacts.operation.ts"],"sourcesContent":["import { Output, Operation } from '../operation.provider';\nimport { ContactsInput, ContactsService } from \"@wavemaker/app-rn-runtime/core/device/contacts-service\";\n\nexport interface PhoneNumber {\n value: string;\n}\n\nexport interface ContactsOutput extends Output{\n id: number;\n displayName: string;\n phoneNumbers: Array<PhoneNumber>;\n}\n\nexport class GetContactsOperation implements Operation {\n constructor(private contacts: ContactsService) {}\n\n public invoke(params: ContactsInput): Promise<Array<ContactsOutput>> {\n return this.contacts.getContacts(params);\n }\n}\n"],"mappings":"AAaA,OAAO,MAAMA,oBAAoB,CAAsB;EACrDC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAAG;EAEzCC,MAAMA,CAACC,MAAqB,EAAkC;IACnE,OAAO,IAAI,CAACF,QAAQ,CAACG,WAAW,CAACD,MAAM,CAAC;EAC1C;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","AppInfoOperation","constructor","data","invoke","Promise","resolve","appversion","appVersion","reactversion","version"],"sources":["app-info.operation.ts"],"sourcesContent":["import React from \"react\";\nimport { Operation } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\n\nexport interface AppInfoOutput {\n appversion: string;\n reactversion: string;\n}\n\nexport class AppInfoOperation implements Operation {\n constructor(private data: {appVersion: string}) {\n }\n\n public invoke(): Promise<AppInfoOutput> {\n return Promise.resolve({\n appversion: this.data.appVersion,\n reactversion: React.version\n });\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAQzB,OAAO,MAAMC,gBAAgB,CAAsB;EACjDC,WAAWA,CAASC,IAA0B,EAAE;IAAA,KAA5BA,IAA0B,GAA1BA,IAA0B;EAC9C;EAEOC,MAAMA,CAAA,EAA2B;IACtC,OAAOC,OAAO,CAACC,OAAO,CAAC;MACrBC,UAAU,EAAE,IAAI,CAACJ,IAAI,CAACK,UAAU;MAChCC,YAAY,EAAET,KAAK,CAACU;IACtB,CAAC,CAAC;EACJ;AACF"}
|
|
1
|
+
{"version":3,"names":["React","AppInfoOperation","constructor","data","invoke","Promise","resolve","appversion","appVersion","reactversion","version"],"sources":["app-info.operation.ts"],"sourcesContent":["import React from \"react\";\nimport { Operation } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\n\nexport interface AppInfoOutput {\n appversion: string;\n reactversion: string;\n}\n\nexport class AppInfoOperation implements Operation {\n constructor(private data: {appVersion: string}) {\n }\n\n public invoke(): Promise<AppInfoOutput> {\n return Promise.resolve({\n appversion: this.data.appVersion,\n reactversion: React.version\n });\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAQzB,OAAO,MAAMC,gBAAgB,CAAsB;EACjDC,WAAWA,CAASC,IAA0B,EAAE;IAAA,KAA5BA,IAA0B,GAA1BA,IAA0B;EAC9C;EAEOC,MAAMA,CAAA,EAA2B;IACtC,OAAOC,OAAO,CAACC,OAAO,CAAC;MACrBC,UAAU,EAAE,IAAI,CAACJ,IAAI,CAACK,UAAU;MAChCC,YAAY,EAAET,KAAK,CAACU;IACtB,CAAC,CAAC;EACJ;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CurrentGeoPositionOperation","constructor","location","invoke","params","getCurrentGeoPosition"],"sources":["current-geo-position.operation.ts"],"sourcesContent":["import { Input, Operation, Output } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\nimport { LocationService } from \"@wavemaker/app-rn-runtime/core/device/location-service\";\n\nexport interface coordsOutput {\n latitude: number | null;\n longitude: number | null;\n altitude: number | null;\n accuracy: number | null;\n altitudeAccuracy: number | null;\n heading: number | null;\n speed: number | null;\n}\n\nexport interface GeoPositionOutput extends Output {\n coords: coordsOutput;\n timestamp: number | null;\n}\n\nexport interface GeoPositionInput extends Input {\n maximumAge: number;\n timeout: number;\n enableHighAccuracy: boolean;\n}\n\nexport class CurrentGeoPositionOperation implements Operation {\n constructor(private location: LocationService) {\n }\n\n public invoke(params: GeoPositionInput): Promise<GeoPositionOutput> {\n return this.location.getCurrentGeoPosition(params);\n }\n}\n"],"mappings":"AAwBA,OAAO,MAAMA,2BAA2B,CAAsB;EAC5DC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAC7C;EAEOC,MAAMA,CAACC,MAAwB,EAA8B;IAClE,OAAO,IAAI,CAACF,QAAQ,CAACG,qBAAqB,CAACD,MAAM,CAAC;EACpD;AACF"}
|
|
1
|
+
{"version":3,"names":["CurrentGeoPositionOperation","constructor","location","invoke","params","getCurrentGeoPosition"],"sources":["current-geo-position.operation.ts"],"sourcesContent":["import { Input, Operation, Output } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\nimport { LocationService } from \"@wavemaker/app-rn-runtime/core/device/location-service\";\n\nexport interface coordsOutput {\n latitude: number | null;\n longitude: number | null;\n altitude: number | null;\n accuracy: number | null;\n altitudeAccuracy: number | null;\n heading: number | null;\n speed: number | null;\n}\n\nexport interface GeoPositionOutput extends Output {\n coords: coordsOutput;\n timestamp: number | null;\n}\n\nexport interface GeoPositionInput extends Input {\n maximumAge: number;\n timeout: number;\n enableHighAccuracy: boolean;\n}\n\nexport class CurrentGeoPositionOperation implements Operation {\n constructor(private location: LocationService) {\n }\n\n public invoke(params: GeoPositionInput): Promise<GeoPositionOutput> {\n return this.location.getCurrentGeoPosition(params);\n }\n}\n"],"mappings":"AAwBA,OAAO,MAAMA,2BAA2B,CAAsB;EAC5DC,WAAWA,CAASC,QAAyB,EAAE;IAAA,KAA3BA,QAAyB,GAAzBA,QAAyB;EAC7C;EAEOC,MAAMA,CAACC,MAAwB,EAA8B;IAClE,OAAO,IAAI,CAACF,QAAQ,CAACG,qBAAqB,CAACD,MAAM,CAAC;EACpD;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Device","DeviceInfoOperation","invoke","Promise","resolve","deviceModel","modelName","os","osName","osVersion","deviceUUID"],"sources":["device-info.operation.ts"],"sourcesContent":["import * as Device from 'expo-device';\nimport { Operation } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\n\nexport interface DeviceInfoOutput {\n deviceModel: string | null;\n os: string | null;\n osVersion: string | null;\n deviceUUID: string;\n}\n\nexport class DeviceInfoOperation implements Operation {\n public invoke(): Promise<DeviceInfoOutput> {\n return Promise.resolve({\n deviceModel: Device.modelName,\n os: Device.osName,\n osVersion: Device.osVersion,\n deviceUUID: ''\n });\n }\n}\n"],"mappings":"AAAA,OAAO,KAAKA,MAAM,MAAM,aAAa;AAUrC,OAAO,MAAMC,mBAAmB,CAAsB;EAC7CC,MAAMA,CAAA,EAA8B;IACzC,OAAOC,OAAO,CAACC,OAAO,CAAC;MACrBC,WAAW,EAAEL,MAAM,CAACM,SAAS;MAC7BC,EAAE,EAAEP,MAAM,CAACQ,MAAM;MACjBC,SAAS,EAAET,MAAM,CAACS,SAAS;MAC3BC,UAAU,EAAE;IACd,CAAC,CAAC;EACJ;AACF"}
|
|
1
|
+
{"version":3,"names":["Device","DeviceInfoOperation","invoke","Promise","resolve","deviceModel","modelName","os","osName","osVersion","deviceUUID"],"sources":["device-info.operation.ts"],"sourcesContent":["import * as Device from 'expo-device';\nimport { Operation } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\n\nexport interface DeviceInfoOutput {\n deviceModel: string | null;\n os: string | null;\n osVersion: string | null;\n deviceUUID: string;\n}\n\nexport class DeviceInfoOperation implements Operation {\n public invoke(): Promise<DeviceInfoOutput> {\n return Promise.resolve({\n deviceModel: Device.modelName,\n os: Device.osName,\n osVersion: Device.osVersion,\n deviceUUID: ''\n });\n }\n}\n"],"mappings":"AAAA,OAAO,KAAKA,MAAM,MAAM,aAAa;AAUrC,OAAO,MAAMC,mBAAmB,CAAsB;EAC7CC,MAAMA,CAAA,EAA8B;IACzC,OAAOC,OAAO,CAACC,OAAO,CAAC;MACrBC,WAAW,EAAEL,MAAM,CAACM,SAAS;MAC7BC,EAAE,EAAEP,MAAM,CAACQ,MAAM;MACjBC,SAAS,EAAET,MAAM,CAACS,SAAS;MAC3BC,UAAU,EAAE;IACd,CAAC,CAAC;EACJ;AACF","ignoreList":[]}
|
|
@@ -1,12 +1,32 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
3
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
1
4
|
import * as Network from 'expo-network';
|
|
2
5
|
export class NetworkInfoOperation {
|
|
3
|
-
|
|
6
|
+
constructor() {
|
|
7
|
+
_defineProperty(this, "isOnline", true);
|
|
8
|
+
}
|
|
9
|
+
invoke(params, onSuccess, onError, operation, variable) {
|
|
10
|
+
const networkState = params.networkStatus;
|
|
4
11
|
return Network.getNetworkStateAsync().then(response => {
|
|
5
12
|
return {
|
|
6
13
|
connectionType: Network.NetworkStateType[response.type],
|
|
7
|
-
|
|
8
|
-
|
|
14
|
+
isConnecting: networkState.isConnecting,
|
|
15
|
+
isNetworkAvailable: networkState.isNetworkAvailable,
|
|
16
|
+
isOnline: networkState.isConnected,
|
|
17
|
+
isOffline: !networkState.isConnected
|
|
9
18
|
};
|
|
19
|
+
}).then(dataset => {
|
|
20
|
+
try {
|
|
21
|
+
if (this.isOnline !== networkState.isConnected) {
|
|
22
|
+
this.isOnline = networkState.isConnected;
|
|
23
|
+
const callback = (variable === null || variable === void 0 ? void 0 : variable.config)[networkState.isConnected ? 'onOnline' : 'onOffline'];
|
|
24
|
+
callback === null || callback === void 0 || callback(variable, dataset);
|
|
25
|
+
}
|
|
26
|
+
} catch (e) {
|
|
27
|
+
console.error(e);
|
|
28
|
+
}
|
|
29
|
+
return dataset;
|
|
10
30
|
});
|
|
11
31
|
}
|
|
12
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Network","NetworkInfoOperation","invoke","getNetworkStateAsync","then","response","connectionType","NetworkStateType","type","
|
|
1
|
+
{"version":3,"names":["Network","NetworkInfoOperation","constructor","_defineProperty","invoke","params","onSuccess","onError","operation","variable","networkState","networkStatus","getNetworkStateAsync","then","response","connectionType","NetworkStateType","type","isConnecting","isNetworkAvailable","isOnline","isConnected","isOffline","dataset","callback","config","e","console","error"],"sources":["network-info.operation.ts"],"sourcesContent":["import * as Network from 'expo-network';\nimport { Operation } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';\nimport NetworkService from '@wavemaker/app-rn-runtime/core/network.service';\n\nimport { DeviceVariable } from '../../device-variable';\n\nexport interface NetworkInfoOutput {\n connectionType: string;\n isConnecting: boolean;\n isNetworkAvailable: boolean;\n isOnline: boolean;\n isOffline: boolean;\n}\n\nexport class NetworkInfoOperation implements Operation {\n isOnline = true;\n\n public invoke(params?: any, onSuccess?: Function, onError?: Function, operation?: string, variable?: DeviceVariable): Promise<NetworkInfoOutput> {\n const networkState = params.networkStatus;\n return Network.getNetworkStateAsync().then((response) => {\n return {\n connectionType: Network.NetworkStateType[response.type as Network.NetworkStateType], \n isConnecting: networkState.isConnecting,\n isNetworkAvailable: networkState.isNetworkAvailable,\n isOnline: networkState.isConnected,\n isOffline: !networkState.isConnected\n } as NetworkInfoOutput;\n }).then((dataset) => {\n try {\n if (this.isOnline !== networkState.isConnected) {\n this.isOnline = networkState.isConnected;\n const callback = (variable?.config as any)[networkState.isConnected ? 'onOnline' : 'onOffline'] as Function;\n callback?.(variable, dataset);\n }\n } catch(e) {\n console.error(e);\n }\n return dataset;\n });\n }\n}\n"],"mappings":";;;AAAA,OAAO,KAAKA,OAAO,MAAM,cAAc;AAcvC,OAAO,MAAMC,oBAAoB,CAAsB;EAAAC,YAAA;IAAAC,eAAA,mBAC1C,IAAI;EAAA;EAERC,MAAMA,CAACC,MAAY,EAAEC,SAAoB,EAAEC,OAAkB,EAAEC,SAAkB,EAAEC,QAAyB,EAA8B;IAC/I,MAAMC,YAAY,GAAGL,MAAM,CAACM,aAAa;IACzC,OAAOX,OAAO,CAACY,oBAAoB,CAAC,CAAC,CAACC,IAAI,CAAEC,QAAQ,IAAK;MACvD,OAAO;QACLC,cAAc,EAAEf,OAAO,CAACgB,gBAAgB,CAACF,QAAQ,CAACG,IAAI,CAA6B;QACnFC,YAAY,EAAER,YAAY,CAACQ,YAAY;QACvCC,kBAAkB,EAAET,YAAY,CAACS,kBAAkB;QACnDC,QAAQ,EAAEV,YAAY,CAACW,WAAW;QAClCC,SAAS,EAAE,CAACZ,YAAY,CAACW;MAC3B,CAAC;IACH,CAAC,CAAC,CAACR,IAAI,CAAEU,OAAO,IAAK;MACnB,IAAI;QACF,IAAI,IAAI,CAACH,QAAQ,KAAKV,YAAY,CAACW,WAAW,EAAE;UAC9C,IAAI,CAACD,QAAQ,GAAGV,YAAY,CAACW,WAAW;UACxC,MAAMG,QAAQ,GAAG,CAACf,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEgB,MAAM,EAASf,YAAY,CAACW,WAAW,GAAG,UAAU,GAAG,WAAW,CAAa;UAC3GG,QAAQ,aAARA,QAAQ,eAARA,QAAQ,CAAGf,QAAQ,EAAEc,OAAO,CAAC;QAC/B;MACF,CAAC,CAAC,OAAMG,CAAC,EAAE;QACTC,OAAO,CAACC,KAAK,CAACF,CAAC,CAAC;MAClB;MACA,OAAOH,OAAO;IAChB,CAAC,CAAC;EACJ;AACF","ignoreList":[]}
|