@wavemaker/app-rn-runtime 11.7.0-patch.6 → 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 -0
- app-rn-runtime/actions/index.js.map +1 -0
- app-rn-runtime/actions/login-action.js.map +1 -0
- app-rn-runtime/actions/logout-action.js.map +1 -0
- app-rn-runtime/actions/navigation-action.js +44 -0
- app-rn-runtime/actions/navigation-action.js.map +1 -0
- app-rn-runtime/actions/notification-action.js +73 -0
- app-rn-runtime/actions/notification-action.js.map +1 -0
- app-rn-runtime/actions/timer-action.js +57 -0
- app-rn-runtime/actions/timer-action.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.component.js +330 -0
- app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.props.js +21 -0
- app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.styles.js +180 -0
- app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.component.js +39 -0
- app-rn-runtime/components/advanced/login/login.component.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.props.js +12 -0
- app-rn-runtime/components/advanced/login/login.props.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.styles.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +114 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.component.js +153 -0
- app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.props.js +16 -0
- app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.styles.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.component.js +99 -0
- app-rn-runtime/components/basic/anchor/anchor.component.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.props.js +32 -0
- app-rn-runtime/components/basic/anchor/anchor.props.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.styles.js +83 -0
- app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -0
- app-rn-runtime/components/basic/animatedview.component.js +222 -0
- app-rn-runtime/components/basic/animatedview.component.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.component.js +244 -0
- app-rn-runtime/components/basic/audio/audio.component.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.props.js +15 -0
- app-rn-runtime/components/basic/audio/audio.props.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.styles.js.map +1 -0
- app-rn-runtime/components/basic/button/button.component.js +113 -0
- app-rn-runtime/components/basic/button/button.component.js.map +1 -0
- app-rn-runtime/components/basic/button/button.props.js +27 -0
- app-rn-runtime/components/basic/button/button.props.js.map +1 -0
- app-rn-runtime/components/basic/button/button.styles.js +132 -0
- app-rn-runtime/components/basic/button/button.styles.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +14 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.component.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.props.js +16 -0
- app-rn-runtime/components/basic/custom/custom.props.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.styles.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.component.js +266 -0
- app-rn-runtime/components/basic/icon/icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.props.js +27 -0
- app-rn-runtime/components/basic/icon/icon.props.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.styles.js.map +1 -0
- app-rn-runtime/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/wavicon/wavicon.component.js.map +1 -0
- app-rn-runtime/components/basic/label/label.component.js +156 -0
- app-rn-runtime/components/basic/label/label.component.js.map +1 -0
- app-rn-runtime/components/basic/label/label.props.js +24 -0
- app-rn-runtime/components/basic/label/label.props.js.map +1 -0
- app-rn-runtime/components/basic/label/label.styles.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.component.js +136 -0
- app-rn-runtime/components/basic/lottie/lottie.component.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.props.js +14 -0
- app-rn-runtime/components/basic/lottie/lottie.props.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.styles.js +15 -0
- app-rn-runtime/components/basic/lottie/lottie.styles.js.map +1 -0
- app-rn-runtime/components/basic/message/message.component.js +78 -0
- app-rn-runtime/components/basic/message/message.component.js.map +1 -0
- app-rn-runtime/components/basic/message/message.props.js +21 -0
- app-rn-runtime/components/basic/message/message.props.js.map +1 -0
- app-rn-runtime/components/basic/message/message.styles.js +116 -0
- app-rn-runtime/components/basic/message/message.styles.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.component.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.props.js +12 -0
- app-rn-runtime/components/basic/modal/modal.props.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.styles.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.component.js +191 -0
- app-rn-runtime/components/basic/picture/picture.component.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.props.js +22 -0
- app-rn-runtime/components/basic/picture/picture.props.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.styles.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +59 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +16 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +77 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +19 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
- app-rn-runtime/components/basic/search/local-data-provider.js +113 -0
- app-rn-runtime/components/basic/search/local-data-provider.js.map +1 -0
- app-rn-runtime/components/basic/search/search.component.js +430 -0
- app-rn-runtime/components/basic/search/search.component.js.map +1 -0
- app-rn-runtime/components/basic/search/search.props.js +35 -0
- app-rn-runtime/components/basic/search/search.props.js.map +1 -0
- app-rn-runtime/components/basic/search/search.styles.js +179 -0
- app-rn-runtime/components/basic/search/search.styles.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.component.js +149 -0
- app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.props.js +11 -0
- app-rn-runtime/components/basic/skeleton/skeleton.props.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.component.js +90 -0
- app-rn-runtime/components/basic/spinner/spinner.component.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.props.js +17 -0
- app-rn-runtime/components/basic/spinner/spinner.props.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.styles.js +41 -0
- app-rn-runtime/components/basic/spinner/spinner.styles.js.map +1 -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.map +1 -0
- app-rn-runtime/components/basic/video/video.component.js +62 -0
- app-rn-runtime/components/basic/video/video.component.js.map +1 -0
- app-rn-runtime/components/basic/video/video.props.js +25 -0
- app-rn-runtime/components/basic/video/video.props.js.map +1 -0
- app-rn-runtime/components/basic/video/video.styles.js +14 -0
- app-rn-runtime/components/basic/video/video.styles.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.component.js +148 -0
- app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.props.js +12 -0
- app-rn-runtime/components/chart/area-chart/area-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js +13 -0
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +120 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +13 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js +13 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/basechart.component.js +693 -0
- app-rn-runtime/components/chart/basechart.component.js.map +1 -0
- app-rn-runtime/components/chart/basechart.props.js +61 -0
- app-rn-runtime/components/chart/basechart.props.js.map +1 -0
- app-rn-runtime/components/chart/basechart.styles.js +97 -0
- app-rn-runtime/components/chart/basechart.styles.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +104 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +11 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js +13 -0
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +11 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js +13 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/legend/legend.component.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.component.js +110 -0
- app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.props.js +14 -0
- app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js +13 -0
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +228 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +14 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js +13 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +348 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +17 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/staticdata.js.map +1 -0
- app-rn-runtime/components/chart/theme/chart.theme.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.component.js +183 -0
- app-rn-runtime/components/container/accordion/accordion.component.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.props.js +14 -0
- app-rn-runtime/components/container/accordion/accordion.props.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.styles.js +141 -0
- app-rn-runtime/components/container/accordion/accordion.styles.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +78 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -0
- app-rn-runtime/components/container/container.component.js +73 -0
- app-rn-runtime/components/container/container.component.js.map +1 -0
- app-rn-runtime/components/container/container.props.js +13 -0
- app-rn-runtime/components/container/container.props.js.map +1 -0
- app-rn-runtime/components/container/container.styles.js +52 -0
- app-rn-runtime/components/container/container.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +21 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +43 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +11 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js +34 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js +69 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js +15 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js +14 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/collapsible-pane.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +11 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +11 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.component.js +155 -0
- app-rn-runtime/components/container/panel/panel.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.props.js +24 -0
- app-rn-runtime/components/container/panel/panel.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.styles.js +108 -0
- app-rn-runtime/components/container/panel/panel.styles.js.map +1 -0
- app-rn-runtime/components/container/partial-host.component.js +42 -0
- app-rn-runtime/components/container/partial-host.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +198 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +13 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +74 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +15 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.styles.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.component.js +271 -0
- app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.props.js +13 -0
- app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.styles.js +61 -0
- app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.component.js +45 -0
- app-rn-runtime/components/container/tile/tile.component.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.props.js +13 -0
- app-rn-runtime/components/container/tile/tile.props.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.styles.js +38 -0
- app-rn-runtime/components/container/tile/tile.styles.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.component.js +335 -0
- app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.props.js +23 -0
- app-rn-runtime/components/container/wizard/wizard.props.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.styles.js +313 -0
- app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +80 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js +13 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.component.js +45 -0
- app-rn-runtime/components/data/card/card-content/card-content.component.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.props.js +12 -0
- app-rn-runtime/components/data/card/card-content/card-content.props.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.styles.js +17 -0
- app-rn-runtime/components/data/card/card-content/card-content.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js +11 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card.component.js +90 -0
- app-rn-runtime/components/data/card/card.component.js.map +1 -0
- app-rn-runtime/components/data/card/card.props.js +27 -0
- app-rn-runtime/components/data/card/card.props.js.map +1 -0
- app-rn-runtime/components/data/card/card.styles.js +51 -0
- app-rn-runtime/components/data/card/card.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.component.js +35 -0
- app-rn-runtime/components/data/form/form-action/form-action.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.props.js +18 -0
- app-rn-runtime/components/data/form/form-action/form-action.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.props.js +11 -0
- app-rn-runtime/components/data/form/form-body/form-body.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.component.js +245 -0
- app-rn-runtime/components/data/form/form-field/form-field.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.props.js +34 -0
- app-rn-runtime/components/data/form/form-field/form-field.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js +11 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form.component.js +425 -0
- app-rn-runtime/components/data/form/form.component.js.map +1 -0
- app-rn-runtime/components/data/form/form.props.js +31 -0
- app-rn-runtime/components/data/form/form.props.js.map +1 -0
- app-rn-runtime/components/data/form/form.styles.js +45 -0
- app-rn-runtime/components/data/form/form.styles.js.map +1 -0
- 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 +45 -0
- app-rn-runtime/components/data/list/list-template/list-template.component.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.props.js +12 -0
- app-rn-runtime/components/data/list/list-template/list-template.props.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.styles.js +35 -0
- app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +1 -0
- app-rn-runtime/components/data/list/list.component.js +475 -0
- app-rn-runtime/components/data/list/list.component.js.map +1 -0
- app-rn-runtime/components/data/list/list.props.js +48 -0
- app-rn-runtime/components/data/list/list.props.js.map +1 -0
- app-rn-runtime/components/data/list/list.styles.js +151 -0
- app-rn-runtime/components/data/list/list.styles.js.map +1 -0
- app-rn-runtime/components/data/liveform/liveform.component.js +98 -0
- app-rn-runtime/components/data/liveform/liveform.component.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +50 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +18 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.component.js +68 -0
- app-rn-runtime/components/device/camera/camera.component.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.props.js +23 -0
- app-rn-runtime/components/device/camera/camera.props.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +72 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +24 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.component.js +102 -0
- app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.props.js +25 -0
- app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +21 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +11 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +26 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.component.js +230 -0
- app-rn-runtime/components/input/basedataset/basedataset.component.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.props.js +31 -0
- app-rn-runtime/components/input/basedataset/basedataset.props.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.styles.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.component.js +157 -0
- app-rn-runtime/components/input/baseinput/baseinput.component.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.props.js +30 -0
- app-rn-runtime/components/input/baseinput/baseinput.props.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.styles.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.component.js +327 -0
- app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.props.js +27 -0
- app-rn-runtime/components/input/basenumber/basenumber.props.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.styles.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.component.js +139 -0
- app-rn-runtime/components/input/calendar/calendar.component.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.props.js +14 -0
- app-rn-runtime/components/input/calendar/calendar.props.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -0
- app-rn-runtime/components/input/calendar/views/month-view.js +191 -0
- app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -0
- app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.component.js +101 -0
- app-rn-runtime/components/input/checkbox/checkbox.component.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.props.js +18 -0
- app-rn-runtime/components/input/checkbox/checkbox.props.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js +144 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js +21 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +77 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.component.js +282 -0
- app-rn-runtime/components/input/chips/chips.component.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.props.js +19 -0
- app-rn-runtime/components/input/chips/chips.props.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.styles.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.component.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.props.js +12 -0
- app-rn-runtime/components/input/composite/composite.props.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.styles.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.component.js +103 -0
- app-rn-runtime/components/input/currency/currency.component.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.props.js +13 -0
- app-rn-runtime/components/input/currency/currency.props.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/base-datetime.component.js +452 -0
- app-rn-runtime/components/input/epoch/base-datetime.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/date-picker.component.js +136 -0
- app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js +29 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.props.js +15 -0
- app-rn-runtime/components/input/epoch/time/time.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.styles.js.map +1 -0
- 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.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.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 +60 -0
- app-rn-runtime/components/input/fileupload/fileupload.component.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.props.js +17 -0
- app-rn-runtime/components/input/fileupload/fileupload.props.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.styles.js.map +1 -0
- app-rn-runtime/components/input/number/number.component.js +69 -0
- app-rn-runtime/components/input/number/number.component.js.map +1 -0
- app-rn-runtime/components/input/number/number.props.js +13 -0
- app-rn-runtime/components/input/number/number.props.js.map +1 -0
- app-rn-runtime/components/input/number/number.styles.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.component.js +117 -0
- app-rn-runtime/components/input/radioset/radioset.component.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.props.js +19 -0
- app-rn-runtime/components/input/radioset/radioset.props.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.styles.js +83 -0
- app-rn-runtime/components/input/radioset/radioset.styles.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.component.js +144 -0
- app-rn-runtime/components/input/rating/rating.component.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.props.js +21 -0
- app-rn-runtime/components/input/rating/rating.props.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.styles.js.map +1 -0
- app-rn-runtime/components/input/select/select.component.js +207 -0
- app-rn-runtime/components/input/select/select.component.js.map +1 -0
- app-rn-runtime/components/input/select/select.props.js +12 -0
- app-rn-runtime/components/input/select/select.props.js.map +1 -0
- app-rn-runtime/components/input/select/select.styles.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.component.js +444 -0
- app-rn-runtime/components/input/slider/slider.component.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.props.js +20 -0
- app-rn-runtime/components/input/slider/slider.props.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.styles.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.component.js +84 -0
- app-rn-runtime/components/input/switch/switch.component.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.props.js +13 -0
- app-rn-runtime/components/input/switch/switch.props.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.styles.js +128 -0
- app-rn-runtime/components/input/switch/switch.styles.js.map +1 -0
- app-rn-runtime/components/input/text/text.component.js +82 -0
- app-rn-runtime/components/input/text/text.component.js.map +1 -0
- app-rn-runtime/components/input/text/text.props.js +14 -0
- app-rn-runtime/components/input/text/text.props.js.map +1 -0
- app-rn-runtime/components/input/text/text.styles.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.component.js +81 -0
- app-rn-runtime/components/input/textarea/textarea.component.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.props.js +14 -0
- app-rn-runtime/components/input/textarea/textarea.props.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.styles.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.component.js +144 -0
- app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.props.js +20 -0
- app-rn-runtime/components/input/toggle/toggle.props.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.styles.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +74 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +21 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.component.js +72 -0
- app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.props.js +18 -0
- app-rn-runtime/components/navigation/basenav/basenav.props.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.styles.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.component.js +63 -0
- app-rn-runtime/components/navigation/menu/menu.component.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.props.js +14 -0
- app-rn-runtime/components/navigation/menu/menu.props.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.component.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.props.js +16 -0
- app-rn-runtime/components/navigation/navbar/navbar.props.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.component.js +67 -0
- app-rn-runtime/components/navigation/navitem/navitem.component.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.props.js +19 -0
- app-rn-runtime/components/navigation/navitem/navitem.props.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.component.js +193 -0
- app-rn-runtime/components/navigation/popover/popover.component.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.props.js +31 -0
- app-rn-runtime/components/navigation/popover/popover.props.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.styles.js +86 -0
- app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -0
- app-rn-runtime/components/page/content/content.component.js +31 -0
- app-rn-runtime/components/page/content/content.component.js.map +1 -0
- app-rn-runtime/components/page/content/content.props.js.map +1 -0
- app-rn-runtime/components/page/content/content.styles.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.component.js +45 -0
- app-rn-runtime/components/page/left-panel/left-panel.component.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.props.js +12 -0
- app-rn-runtime/components/page/left-panel/left-panel.props.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.styles.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.component.js +62 -0
- app-rn-runtime/components/page/page-content/page-content.component.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.props.js +12 -0
- app-rn-runtime/components/page/page-content/page-content.props.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.styles.js +20 -0
- app-rn-runtime/components/page/page-content/page-content.styles.js.map +1 -0
- app-rn-runtime/components/page/page.component.js +26 -0
- app-rn-runtime/components/page/page.component.js.map +1 -0
- app-rn-runtime/components/page/page.props.js.map +1 -0
- app-rn-runtime/components/page/page.styles.js +24 -0
- app-rn-runtime/components/page/page.styles.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.component.js +37 -0
- app-rn-runtime/components/page/partial/partial.component.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.props.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.styles.js +18 -0
- app-rn-runtime/components/page/partial/partial.styles.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.component.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.props.js +12 -0
- app-rn-runtime/components/page/partial-container/partial-container.props.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.styles.js.map +1 -0
- app-rn-runtime/components/page/tabbar/curve.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.component.js +149 -0
- app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.props.js +28 -0
- app-rn-runtime/components/page/tabbar/tabbar.props.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.component.js +38 -0
- app-rn-runtime/components/prefab/prefab-container.component.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.props.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.styles.js +16 -0
- app-rn-runtime/components/prefab/prefab-container.styles.js.map +1 -0
- app-rn-runtime/core/AppConfig.js.map +1 -0
- app-rn-runtime/core/accessibility.js +155 -0
- app-rn-runtime/core/accessibility.js.map +1 -0
- app-rn-runtime/core/asset.provider.js.map +1 -0
- app-rn-runtime/core/base.component.js +459 -0
- app-rn-runtime/core/base.component.js.map +1 -0
- app-rn-runtime/core/components/floatinglabel.component.js.map +1 -0
- app-rn-runtime/core/components/textinput.component.js +195 -0
- app-rn-runtime/core/components/textinput.component.js.map +1 -0
- app-rn-runtime/core/constant.service.js +22 -0
- app-rn-runtime/core/constant.service.js.map +1 -0
- app-rn-runtime/core/constants/currency-constants.js.map +1 -0
- app-rn-runtime/core/currency-constants.js.map +1 -0
- app-rn-runtime/core/device/calendar-service.js.map +1 -0
- app-rn-runtime/core/device/camera-service.js.map +1 -0
- app-rn-runtime/core/device/contacts-service.js.map +1 -0
- app-rn-runtime/core/device/location-service.js.map +1 -0
- app-rn-runtime/core/device/scan-service.js.map +1 -0
- app-rn-runtime/core/display.manager.js.map +1 -0
- app-rn-runtime/core/event-notifier.js +68 -0
- app-rn-runtime/core/event-notifier.js.map +1 -0
- app-rn-runtime/core/file-extension-types.js.map +1 -0
- app-rn-runtime/core/fixed-view.component.js +67 -0
- app-rn-runtime/core/fixed-view.component.js.map +1 -0
- app-rn-runtime/core/formatters.js +68 -0
- app-rn-runtime/core/formatters.js.map +1 -0
- app-rn-runtime/core/i18n.service.js.map +1 -0
- app-rn-runtime/core/if.component.js +35 -0
- app-rn-runtime/core/if.component.js.map +1 -0
- app-rn-runtime/core/imageSizeEstimator.js +51 -0
- app-rn-runtime/core/imageSizeEstimator.js.map +1 -0
- app-rn-runtime/core/injector.js.map +1 -0
- app-rn-runtime/core/key.extractor.js +21 -0
- app-rn-runtime/core/key.extractor.js.map +1 -0
- app-rn-runtime/core/logger.js +123 -0
- app-rn-runtime/core/logger.js.map +1 -0
- app-rn-runtime/core/modal.service.js.map +1 -0
- app-rn-runtime/core/navigation.service.js.map +1 -0
- app-rn-runtime/core/network.service.js +327 -0
- app-rn-runtime/core/network.service.js.map +1 -0
- app-rn-runtime/core/partial.service.js.map +1 -0
- app-rn-runtime/core/props.provider.js +89 -0
- app-rn-runtime/core/props.provider.js.map +1 -0
- app-rn-runtime/core/scroll-view.component.js +52 -0
- app-rn-runtime/core/scroll-view.component.js.map +1 -0
- app-rn-runtime/core/security.service.js.map +1 -0
- app-rn-runtime/core/spinner.service.js.map +1 -0
- app-rn-runtime/core/storage.service.js +23 -0
- app-rn-runtime/core/storage.service.js.map +1 -0
- app-rn-runtime/core/tappable.component.js +145 -0
- app-rn-runtime/core/tappable.component.js.map +1 -0
- app-rn-runtime/core/testid.provider.js.map +1 -0
- app-rn-runtime/core/toast.service.js.map +1 -0
- 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 +529 -0
- app-rn-runtime/core/utils.js.map +1 -0
- app-rn-runtime/core/viewport.js +45 -0
- app-rn-runtime/core/viewport.js.map +1 -0
- app-rn-runtime/gestures/swipe.animation.js +217 -0
- app-rn-runtime/gestures/swipe.animation.js.map +1 -0
- app-rn-runtime/index.js.map +1 -0
- app-rn-runtime/package.json +270 -0
- app-rn-runtime/runtime/App.js +506 -0
- app-rn-runtime/runtime/App.js.map +1 -0
- app-rn-runtime/runtime/App.navigator.js +109 -0
- app-rn-runtime/runtime/App.navigator.js.map +1 -0
- app-rn-runtime/runtime/base-fragment.component.js +383 -0
- app-rn-runtime/runtime/base-fragment.component.js.map +1 -0
- app-rn-runtime/runtime/base-page.component.js +170 -0
- app-rn-runtime/runtime/base-page.component.js.map +1 -0
- app-rn-runtime/runtime/base-partial.component.js +60 -0
- app-rn-runtime/runtime/base-partial.component.js.map +1 -0
- app-rn-runtime/runtime/base-prefab.component.js +83 -0
- app-rn-runtime/runtime/base-prefab.component.js.map +1 -0
- app-rn-runtime/runtime/lib-patch.js +25 -0
- app-rn-runtime/runtime/lib-patch.js.map +1 -0
- app-rn-runtime/runtime/memo.component.js +35 -0
- app-rn-runtime/runtime/memo.component.js.map +1 -0
- app-rn-runtime/runtime/navigator/drawer.navigator.js +30 -0
- app-rn-runtime/runtime/navigator/drawer.navigator.js.map +1 -0
- app-rn-runtime/runtime/navigator/stack.navigator.js +77 -0
- app-rn-runtime/runtime/navigator/stack.navigator.js.map +1 -0
- app-rn-runtime/runtime/platform.api.js.map +1 -0
- app-rn-runtime/runtime/services/app-display-manager.service.js +50 -0
- app-rn-runtime/runtime/services/app-display-manager.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-i18n.service.js +81 -0
- app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-modal.service.js +71 -0
- app-rn-runtime/runtime/services/app-modal.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-security.service.js +240 -0
- app-rn-runtime/runtime/services/app-security.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-spinner.service.js +74 -0
- app-rn-runtime/runtime/services/app-spinner.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-toast.service.js +56 -0
- app-rn-runtime/runtime/services/app-toast.service.js.map +1 -0
- app-rn-runtime/runtime/services/device/calendar-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/camera-service.js +349 -0
- app-rn-runtime/runtime/services/device/camera-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/contacts-service.js +33 -0
- app-rn-runtime/runtime/services/device/contacts-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/location-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/permissions.js.map +1 -0
- app-rn-runtime/runtime/services/device/scan-service.js.map +1 -0
- app-rn-runtime/runtime/services/partial.service.js +15 -0
- app-rn-runtime/runtime/services/partial.service.js.map +1 -0
- app-rn-runtime/runtime/services/webprocess.service.js +107 -0
- app-rn-runtime/runtime/services/webprocess.service.js.map +1 -0
- app-rn-runtime/runtime/watcher.js +147 -0
- app-rn-runtime/runtime/watcher.js.map +1 -0
- app-rn-runtime/styles/MediaQueryList.js.map +1 -0
- app-rn-runtime/styles/background.component.js +311 -0
- app-rn-runtime/styles/background.component.js.map +1 -0
- app-rn-runtime/styles/style-prop.validator.js +467 -0
- app-rn-runtime/styles/style-prop.validator.js.map +1 -0
- app-rn-runtime/styles/style-props.js +93 -0
- app-rn-runtime/styles/style-props.js.map +1 -0
- app-rn-runtime/styles/theme.js +404 -0
- app-rn-runtime/styles/theme.js.map +1 -0
- app-rn-runtime/styles/theme.variables.js +437 -0
- app-rn-runtime/styles/theme.variables.js.map +1 -0
- app-rn-runtime/variables/base-variable.js +125 -0
- app-rn-runtime/variables/base-variable.js.map +1 -0
- app-rn-runtime/variables/device/calendar/create-event.operation.js.map +1 -0
- app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +1 -0
- app-rn-runtime/variables/device/calendar/get-events.operation.js.map +1 -0
- app-rn-runtime/variables/device/camera/capture-image.operation.js.map +1 -0
- app-rn-runtime/variables/device/camera/capture-video.operation.js.map +1 -0
- app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/app-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/device-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/network-info.operation.js +33 -0
- app-rn-runtime/variables/device/device/network-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/vibrate.operation.js.map +1 -0
- app-rn-runtime/variables/device/file/upload-file.operation.js.map +1 -0
- app-rn-runtime/variables/device/operation.provider.js.map +1 -0
- app-rn-runtime/variables/device/scan/scan.operation.js.map +1 -0
- app-rn-runtime/variables/device-variable.js.map +1 -0
- app-rn-runtime/variables/http.service.js +80 -0
- app-rn-runtime/variables/http.service.js.map +1 -0
- app-rn-runtime/variables/live-variable.js +116 -0
- app-rn-runtime/variables/live-variable.js.map +1 -0
- app-rn-runtime/variables/model-variable.js +47 -0
- app-rn-runtime/variables/model-variable.js.map +1 -0
- app-rn-runtime/variables/service-variable.js +143 -0
- app-rn-runtime/variables/service-variable.js.map +1 -0
- app-rn-runtime/variables/utils/dataset-util.js.map +1 -0
- app-rn-runtime/variables/utils/inflight-queue.js +114 -0
- app-rn-runtime/variables/utils/inflight-queue.js.map +1 -0
- app-rn-runtime/variables/utils/variable.constants.js.map +1 -0
- app-rn-runtime/variables/utils/variable.utils.js +189 -0
- app-rn-runtime/variables/utils/variable.utils.js.map +1 -0
- package/actions/base-action.js.map +0 -1
- package/actions/index.js.map +0 -1
- package/actions/login-action.js.map +0 -1
- package/actions/logout-action.js.map +0 -1
- package/actions/navigation-action.js +0 -44
- package/actions/navigation-action.js.map +0 -1
- package/actions/notification-action.js +0 -74
- package/actions/notification-action.js.map +0 -1
- package/actions/timer-action.js +0 -57
- package/actions/timer-action.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
- package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -1
- package/components/advanced/carousel/carousel.component.js +0 -295
- package/components/advanced/carousel/carousel.component.js.map +0 -1
- package/components/advanced/carousel/carousel.props.js +0 -20
- package/components/advanced/carousel/carousel.props.js.map +0 -1
- package/components/advanced/carousel/carousel.styles.js +0 -165
- package/components/advanced/carousel/carousel.styles.js.map +0 -1
- package/components/advanced/login/login.component.js +0 -39
- package/components/advanced/login/login.component.js.map +0 -1
- package/components/advanced/login/login.props.js +0 -12
- package/components/advanced/login/login.props.js.map +0 -1
- package/components/advanced/login/login.styles.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
- package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
- package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -1
- package/components/advanced/webview/webview.component.js +0 -149
- package/components/advanced/webview/webview.component.js.map +0 -1
- package/components/advanced/webview/webview.props.js +0 -16
- package/components/advanced/webview/webview.props.js.map +0 -1
- package/components/advanced/webview/webview.styles.js.map +0 -1
- package/components/basic/anchor/anchor.component.js +0 -87
- package/components/basic/anchor/anchor.component.js.map +0 -1
- package/components/basic/anchor/anchor.props.js +0 -31
- package/components/basic/anchor/anchor.props.js.map +0 -1
- package/components/basic/anchor/anchor.styles.js +0 -80
- package/components/basic/anchor/anchor.styles.js.map +0 -1
- package/components/basic/animatedview.component.js +0 -216
- package/components/basic/animatedview.component.js.map +0 -1
- package/components/basic/audio/audio.component.js +0 -245
- package/components/basic/audio/audio.component.js.map +0 -1
- package/components/basic/audio/audio.props.js +0 -15
- package/components/basic/audio/audio.props.js.map +0 -1
- package/components/basic/audio/audio.styles.js.map +0 -1
- package/components/basic/button/button.component.js +0 -89
- package/components/basic/button/button.component.js.map +0 -1
- package/components/basic/button/button.props.js +0 -26
- package/components/basic/button/button.props.js.map +0 -1
- package/components/basic/button/button.styles.js +0 -134
- package/components/basic/button/button.styles.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.component.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.props.js +0 -14
- package/components/basic/buttongroup/buttongroup.props.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
- package/components/basic/custom/custom.component.js.map +0 -1
- package/components/basic/custom/custom.props.js +0 -16
- package/components/basic/custom/custom.props.js.map +0 -1
- package/components/basic/custom/custom.styles.js.map +0 -1
- package/components/basic/icon/icon.component.js +0 -250
- package/components/basic/icon/icon.component.js.map +0 -1
- package/components/basic/icon/icon.props.js +0 -26
- package/components/basic/icon/icon.props.js.map +0 -1
- package/components/basic/icon/icon.styles.js.map +0 -1
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -1
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -1
- package/components/basic/icon/wavicon/wavicon.component.js.map +0 -1
- package/components/basic/label/label.component.js +0 -143
- package/components/basic/label/label.component.js.map +0 -1
- package/components/basic/label/label.props.js +0 -23
- package/components/basic/label/label.props.js.map +0 -1
- package/components/basic/label/label.styles.js.map +0 -1
- package/components/basic/lottie/lottie.component.js +0 -137
- package/components/basic/lottie/lottie.component.js.map +0 -1
- package/components/basic/lottie/lottie.props.js +0 -14
- package/components/basic/lottie/lottie.props.js.map +0 -1
- package/components/basic/lottie/lottie.styles.js +0 -11
- package/components/basic/lottie/lottie.styles.js.map +0 -1
- package/components/basic/message/message.component.js +0 -77
- package/components/basic/message/message.component.js.map +0 -1
- package/components/basic/message/message.props.js +0 -20
- package/components/basic/message/message.props.js.map +0 -1
- package/components/basic/message/message.styles.js +0 -117
- package/components/basic/message/message.styles.js.map +0 -1
- package/components/basic/modal/modal.component.js.map +0 -1
- package/components/basic/modal/modal.props.js +0 -12
- package/components/basic/modal/modal.props.js.map +0 -1
- package/components/basic/modal/modal.styles.js.map +0 -1
- package/components/basic/picture/picture.component.js +0 -191
- package/components/basic/picture/picture.component.js.map +0 -1
- package/components/basic/picture/picture.props.js +0 -21
- package/components/basic/picture/picture.props.js.map +0 -1
- package/components/basic/picture/picture.styles.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.component.js +0 -59
- package/components/basic/progress-bar/progress-bar.component.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.props.js +0 -16
- package/components/basic/progress-bar/progress-bar.props.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.component.js +0 -77
- package/components/basic/progress-circle/progress-circle.component.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.props.js +0 -19
- package/components/basic/progress-circle/progress-circle.props.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.styles.js.map +0 -1
- package/components/basic/search/local-data-provider.js +0 -113
- package/components/basic/search/local-data-provider.js.map +0 -1
- package/components/basic/search/search.component.js +0 -426
- package/components/basic/search/search.component.js.map +0 -1
- package/components/basic/search/search.props.js +0 -33
- package/components/basic/search/search.props.js.map +0 -1
- package/components/basic/search/search.styles.js +0 -173
- package/components/basic/search/search.styles.js.map +0 -1
- package/components/basic/skeleton/skeleton.component.js +0 -148
- package/components/basic/skeleton/skeleton.component.js.map +0 -1
- package/components/basic/skeleton/skeleton.props.js +0 -3
- package/components/basic/skeleton/skeleton.props.js.map +0 -1
- package/components/basic/skeleton/skeleton.styles.js.map +0 -1
- package/components/basic/spinner/spinner.component.js +0 -91
- package/components/basic/spinner/spinner.component.js.map +0 -1
- package/components/basic/spinner/spinner.props.js +0 -17
- package/components/basic/spinner/spinner.props.js.map +0 -1
- package/components/basic/spinner/spinner.styles.js +0 -40
- package/components/basic/spinner/spinner.styles.js.map +0 -1
- package/components/basic/tooltip/tooltip.component.js.map +0 -1
- package/components/basic/tooltip/tooltip.props.js +0 -18
- package/components/basic/tooltip/tooltip.props.js.map +0 -1
- package/components/basic/tooltip/tooltip.styles.js.map +0 -1
- package/components/basic/video/video.component.js +0 -59
- package/components/basic/video/video.component.js.map +0 -1
- package/components/basic/video/video.props.js +0 -25
- package/components/basic/video/video.props.js.map +0 -1
- package/components/basic/video/video.styles.js +0 -11
- package/components/basic/video/video.styles.js.map +0 -1
- package/components/chart/area-chart/area-chart.component.js +0 -137
- package/components/chart/area-chart/area-chart.component.js.map +0 -1
- package/components/chart/area-chart/area-chart.props.js +0 -12
- package/components/chart/area-chart/area-chart.props.js.map +0 -1
- package/components/chart/area-chart/area-chart.styles.js +0 -7
- package/components/chart/area-chart/area-chart.styles.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.component.js +0 -109
- package/components/chart/bar-chart/bar-chart.component.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.props.js +0 -13
- package/components/chart/bar-chart/bar-chart.props.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.styles.js +0 -7
- package/components/chart/bar-chart/bar-chart.styles.js.map +0 -1
- package/components/chart/basechart.component.js +0 -606
- package/components/chart/basechart.component.js.map +0 -1
- package/components/chart/basechart.props.js +0 -66
- package/components/chart/basechart.props.js.map +0 -1
- package/components/chart/basechart.styles.js +0 -76
- package/components/chart/basechart.styles.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.component.js +0 -84
- package/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.props.js +0 -11
- package/components/chart/bubble-chart/bubble-chart.props.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.styles.js +0 -7
- package/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -1
- package/components/chart/column-chart/column-chart.component.js.map +0 -1
- package/components/chart/column-chart/column-chart.props.js.map +0 -1
- package/components/chart/column-chart/column-chart.styles.js +0 -7
- package/components/chart/column-chart/column-chart.styles.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.component.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.props.js +0 -11
- package/components/chart/donut-chart/donut-chart.props.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.styles.js +0 -7
- package/components/chart/donut-chart/donut-chart.styles.js.map +0 -1
- package/components/chart/legend/legend.component.js.map +0 -1
- package/components/chart/line-chart/line-chart.component.js +0 -98
- package/components/chart/line-chart/line-chart.component.js.map +0 -1
- package/components/chart/line-chart/line-chart.props.js +0 -12
- package/components/chart/line-chart/line-chart.props.js.map +0 -1
- package/components/chart/line-chart/line-chart.styles.js +0 -7
- package/components/chart/line-chart/line-chart.styles.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.component.js +0 -216
- package/components/chart/pie-chart/pie-chart.component.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.props.js +0 -14
- package/components/chart/pie-chart/pie-chart.props.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.styles.js +0 -7
- package/components/chart/pie-chart/pie-chart.styles.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.component.js +0 -284
- package/components/chart/stack-chart/stack-chart.component.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.props.js +0 -17
- package/components/chart/stack-chart/stack-chart.props.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.styles.js.map +0 -1
- package/components/chart/staticdata.js.map +0 -1
- package/components/chart/theme/chart.theme.js.map +0 -1
- package/components/container/accordion/accordion.component.js +0 -145
- package/components/container/accordion/accordion.component.js.map +0 -1
- package/components/container/accordion/accordion.props.js +0 -14
- package/components/container/accordion/accordion.props.js.map +0 -1
- package/components/container/accordion/accordion.styles.js +0 -136
- package/components/container/accordion/accordion.styles.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.component.js +0 -75
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -1
- package/components/container/container.component.js +0 -38
- package/components/container/container.component.js.map +0 -1
- package/components/container/container.props.js +0 -12
- package/components/container/container.props.js.map +0 -1
- package/components/container/container.styles.js +0 -45
- package/components/container/container.styles.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.component.js +0 -17
- package/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -37
- package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.component.js +0 -17
- package/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.props.js +0 -11
- package/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.styles.js +0 -31
- package/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
- package/components/container/linearlayout/linearlayout.component.js +0 -43
- package/components/container/linearlayout/linearlayout.component.js.map +0 -1
- package/components/container/linearlayout/linearlayout.props.js +0 -15
- package/components/container/linearlayout/linearlayout.props.js.map +0 -1
- package/components/container/linearlayout/linearlayout.styles.js +0 -11
- package/components/container/linearlayout/linearlayout.styles.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -1
- package/components/container/panel/collapsible-pane.component.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.component.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.props.js +0 -11
- package/components/container/panel/panel-content/panel-content.props.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.styles.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.component.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.props.js +0 -11
- package/components/container/panel/panel-footer/panel-footer.props.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -1
- package/components/container/panel/panel.component.js +0 -113
- package/components/container/panel/panel.component.js.map +0 -1
- package/components/container/panel/panel.props.js +0 -24
- package/components/container/panel/panel.props.js.map +0 -1
- package/components/container/panel/panel.styles.js +0 -105
- package/components/container/panel/panel.styles.js.map +0 -1
- package/components/container/partial-host.component.js +0 -42
- package/components/container/partial-host.component.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.component.js +0 -200
- package/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.props.js +0 -13
- package/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.component.js +0 -71
- package/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.props.js +0 -15
- package/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.styles.js.map +0 -1
- package/components/container/tabs/tabs.component.js +0 -244
- package/components/container/tabs/tabs.component.js.map +0 -1
- package/components/container/tabs/tabs.props.js +0 -13
- package/components/container/tabs/tabs.props.js.map +0 -1
- package/components/container/tabs/tabs.styles.js +0 -58
- package/components/container/tabs/tabs.styles.js.map +0 -1
- package/components/container/tile/tile.component.js +0 -22
- package/components/container/tile/tile.component.js.map +0 -1
- package/components/container/tile/tile.props.js +0 -12
- package/components/container/tile/tile.props.js.map +0 -1
- package/components/container/tile/tile.styles.js +0 -33
- package/components/container/tile/tile.styles.js.map +0 -1
- package/components/container/wizard/wizard.component.js +0 -293
- package/components/container/wizard/wizard.component.js.map +0 -1
- package/components/container/wizard/wizard.props.js +0 -23
- package/components/container/wizard/wizard.props.js.map +0 -1
- package/components/container/wizard/wizard.styles.js +0 -311
- package/components/container/wizard/wizard.styles.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.component.js +0 -77
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.styles.js +0 -13
- package/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -1
- package/components/data/card/card-content/card-content.component.js +0 -41
- package/components/data/card/card-content/card-content.component.js.map +0 -1
- package/components/data/card/card-content/card-content.props.js +0 -12
- package/components/data/card/card-content/card-content.props.js.map +0 -1
- package/components/data/card/card-content/card-content.styles.js +0 -14
- package/components/data/card/card-content/card-content.styles.js.map +0 -1
- package/components/data/card/card-footer/card-footer.component.js.map +0 -1
- package/components/data/card/card-footer/card-footer.props.js +0 -11
- package/components/data/card/card-footer/card-footer.props.js.map +0 -1
- package/components/data/card/card-footer/card-footer.styles.js.map +0 -1
- package/components/data/card/card.component.js +0 -72
- package/components/data/card/card.component.js.map +0 -1
- package/components/data/card/card.props.js +0 -27
- package/components/data/card/card.props.js.map +0 -1
- package/components/data/card/card.styles.js +0 -48
- package/components/data/card/card.styles.js.map +0 -1
- package/components/data/form/form-action/form-action.component.js +0 -35
- package/components/data/form/form-action/form-action.component.js.map +0 -1
- package/components/data/form/form-action/form-action.props.js +0 -18
- package/components/data/form/form-action/form-action.props.js.map +0 -1
- package/components/data/form/form-action/form-action.styles.js.map +0 -1
- package/components/data/form/form-body/form-body.component.js.map +0 -1
- package/components/data/form/form-body/form-body.props.js +0 -11
- package/components/data/form/form-body/form-body.props.js.map +0 -1
- package/components/data/form/form-body/form-body.styles.js.map +0 -1
- package/components/data/form/form-field/form-field.component.js +0 -242
- package/components/data/form/form-field/form-field.component.js.map +0 -1
- package/components/data/form/form-field/form-field.props.js +0 -33
- package/components/data/form/form-field/form-field.props.js.map +0 -1
- package/components/data/form/form-field/form-field.styles.js.map +0 -1
- package/components/data/form/form-footer/form-footer.component.js.map +0 -1
- package/components/data/form/form-footer/form-footer.props.js +0 -11
- package/components/data/form/form-footer/form-footer.props.js.map +0 -1
- package/components/data/form/form-footer/form-footer.styles.js.map +0 -1
- package/components/data/form/form.component.js +0 -424
- package/components/data/form/form.component.js.map +0 -1
- package/components/data/form/form.props.js +0 -30
- package/components/data/form/form.props.js.map +0 -1
- package/components/data/form/form.styles.js +0 -45
- package/components/data/form/form.styles.js.map +0 -1
- package/components/data/list/list-template/list-template.component.js +0 -31
- package/components/data/list/list-template/list-template.component.js.map +0 -1
- package/components/data/list/list-template/list-template.props.js +0 -11
- package/components/data/list/list-template/list-template.props.js.map +0 -1
- package/components/data/list/list-template/list-template.styles.js +0 -26
- package/components/data/list/list-template/list-template.styles.js.map +0 -1
- package/components/data/list/list.component.js +0 -439
- package/components/data/list/list.component.js.map +0 -1
- package/components/data/list/list.props.js +0 -46
- package/components/data/list/list.props.js.map +0 -1
- package/components/data/list/list.styles.js +0 -142
- package/components/data/list/list.styles.js.map +0 -1
- package/components/data/liveform/liveform.component.js +0 -102
- package/components/data/liveform/liveform.component.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.component.js +0 -50
- package/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.props.js +0 -18
- package/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.styles.js.map +0 -1
- package/components/device/camera/camera.component.js +0 -68
- package/components/device/camera/camera.component.js.map +0 -1
- package/components/device/camera/camera.props.js +0 -23
- package/components/device/camera/camera.props.js.map +0 -1
- package/components/device/camera/camera.styles.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.component.js +0 -71
- package/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.props.js +0 -23
- package/components/dialogs/alertdialog/alertdialog.props.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.component.js +0 -77
- package/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.props.js +0 -23
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
- package/components/dialogs/dialog/dialog.component.js +0 -98
- package/components/dialogs/dialog/dialog.component.js.map +0 -1
- package/components/dialogs/dialog/dialog.props.js +0 -24
- package/components/dialogs/dialog/dialog.props.js.map +0 -1
- package/components/dialogs/dialog/dialog.styles.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.component.js +0 -21
- package/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.props.js +0 -11
- package/components/dialogs/dialogactions/dialogactions.props.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -1
- package/components/input/basedataset/basedataset.component.js +0 -235
- package/components/input/basedataset/basedataset.component.js.map +0 -1
- package/components/input/basedataset/basedataset.props.js +0 -31
- package/components/input/basedataset/basedataset.props.js.map +0 -1
- package/components/input/basedataset/basedataset.styles.js.map +0 -1
- package/components/input/baseinput/baseinput.component.js +0 -153
- package/components/input/baseinput/baseinput.component.js.map +0 -1
- package/components/input/baseinput/baseinput.props.js +0 -29
- package/components/input/baseinput/baseinput.props.js.map +0 -1
- package/components/input/baseinput/baseinput.styles.js.map +0 -1
- package/components/input/basenumber/basenumber.component.js +0 -317
- package/components/input/basenumber/basenumber.component.js.map +0 -1
- package/components/input/basenumber/basenumber.props.js +0 -25
- package/components/input/basenumber/basenumber.props.js.map +0 -1
- package/components/input/basenumber/basenumber.styles.js.map +0 -1
- package/components/input/calendar/calendar.component.js +0 -139
- package/components/input/calendar/calendar.component.js.map +0 -1
- package/components/input/calendar/calendar.props.js +0 -14
- package/components/input/calendar/calendar.props.js.map +0 -1
- package/components/input/calendar/calendar.styles.js.map +0 -1
- package/components/input/calendar/views/month-view.js +0 -195
- package/components/input/calendar/views/month-view.js.map +0 -1
- package/components/input/calendar/views/month-view.styles.js.map +0 -1
- package/components/input/checkbox/checkbox.component.js +0 -102
- package/components/input/checkbox/checkbox.component.js.map +0 -1
- package/components/input/checkbox/checkbox.props.js +0 -17
- package/components/input/checkbox/checkbox.props.js.map +0 -1
- package/components/input/checkbox/checkbox.styles.js.map +0 -1
- package/components/input/checkboxset/checkboxset.component.js +0 -123
- package/components/input/checkboxset/checkboxset.component.js.map +0 -1
- package/components/input/checkboxset/checkboxset.props.js +0 -20
- package/components/input/checkboxset/checkboxset.props.js.map +0 -1
- package/components/input/checkboxset/checkboxset.styles.js +0 -76
- package/components/input/checkboxset/checkboxset.styles.js.map +0 -1
- package/components/input/chips/chips.component.js +0 -281
- package/components/input/chips/chips.component.js.map +0 -1
- package/components/input/chips/chips.props.js +0 -19
- package/components/input/chips/chips.props.js.map +0 -1
- package/components/input/chips/chips.styles.js.map +0 -1
- package/components/input/composite/composite.component.js.map +0 -1
- package/components/input/composite/composite.props.js +0 -12
- package/components/input/composite/composite.props.js.map +0 -1
- package/components/input/composite/composite.styles.js.map +0 -1
- package/components/input/currency/currency.component.js +0 -88
- package/components/input/currency/currency.component.js.map +0 -1
- package/components/input/currency/currency.props.js +0 -13
- package/components/input/currency/currency.props.js.map +0 -1
- package/components/input/currency/currency.styles.js.map +0 -1
- package/components/input/epoch/base-datetime.component.js +0 -426
- package/components/input/epoch/base-datetime.component.js.map +0 -1
- package/components/input/epoch/date/date.component.js.map +0 -1
- package/components/input/epoch/date/date.props.js.map +0 -1
- package/components/input/epoch/date/date.styles.js.map +0 -1
- package/components/input/epoch/date-picker.component.js +0 -136
- package/components/input/epoch/date-picker.component.js.map +0 -1
- package/components/input/epoch/datetime/datetime.component.js.map +0 -1
- package/components/input/epoch/datetime/datetime.props.js +0 -29
- package/components/input/epoch/datetime/datetime.props.js.map +0 -1
- package/components/input/epoch/datetime/datetime.styles.js.map +0 -1
- package/components/input/epoch/time/time.component.js.map +0 -1
- package/components/input/epoch/time/time.props.js +0 -15
- package/components/input/epoch/time/time.props.js.map +0 -1
- package/components/input/epoch/time/time.styles.js.map +0 -1
- package/components/input/epoch/wheel-date-picker.component.js +0 -87
- package/components/input/epoch/wheel-date-picker.component.js.map +0 -1
- package/components/input/epoch/wheel-time-picker.component.js +0 -107
- package/components/input/epoch/wheel-time-picker.component.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -90
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -72
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -15
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -74
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -16
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -1
- package/components/input/fileupload/fileupload.component.js +0 -58
- package/components/input/fileupload/fileupload.component.js.map +0 -1
- package/components/input/fileupload/fileupload.props.js +0 -16
- package/components/input/fileupload/fileupload.props.js.map +0 -1
- package/components/input/fileupload/fileupload.styles.js.map +0 -1
- package/components/input/number/number.component.js +0 -66
- package/components/input/number/number.component.js.map +0 -1
- package/components/input/number/number.props.js +0 -13
- package/components/input/number/number.props.js.map +0 -1
- package/components/input/number/number.styles.js.map +0 -1
- package/components/input/radioset/radioset.component.js +0 -94
- package/components/input/radioset/radioset.component.js.map +0 -1
- package/components/input/radioset/radioset.props.js +0 -18
- package/components/input/radioset/radioset.props.js.map +0 -1
- package/components/input/radioset/radioset.styles.js +0 -82
- package/components/input/radioset/radioset.styles.js.map +0 -1
- package/components/input/rating/rating.component.js +0 -144
- package/components/input/rating/rating.component.js.map +0 -1
- package/components/input/rating/rating.props.js +0 -21
- package/components/input/rating/rating.props.js.map +0 -1
- package/components/input/rating/rating.styles.js.map +0 -1
- package/components/input/select/select.component.js +0 -189
- package/components/input/select/select.component.js.map +0 -1
- package/components/input/select/select.props.js +0 -12
- package/components/input/select/select.props.js.map +0 -1
- package/components/input/select/select.styles.js.map +0 -1
- package/components/input/slider/slider.component.js +0 -439
- package/components/input/slider/slider.component.js.map +0 -1
- package/components/input/slider/slider.component_backup.js +0 -398
- package/components/input/slider/slider.component_backup.js.map +0 -1
- package/components/input/slider/slider.props.js +0 -20
- package/components/input/slider/slider.props.js.map +0 -1
- package/components/input/slider/slider.styles.js.map +0 -1
- package/components/input/switch/switch.component.js +0 -81
- package/components/input/switch/switch.component.js.map +0 -1
- package/components/input/switch/switch.props.js +0 -13
- package/components/input/switch/switch.props.js.map +0 -1
- package/components/input/switch/switch.styles.js +0 -127
- package/components/input/switch/switch.styles.js.map +0 -1
- package/components/input/text/text.component.js +0 -61
- package/components/input/text/text.component.js.map +0 -1
- package/components/input/text/text.props.js +0 -12
- package/components/input/text/text.props.js.map +0 -1
- package/components/input/text/text.styles.js.map +0 -1
- package/components/input/textarea/textarea.component.js +0 -60
- package/components/input/textarea/textarea.component.js.map +0 -1
- package/components/input/textarea/textarea.props.js +0 -12
- package/components/input/textarea/textarea.props.js.map +0 -1
- package/components/input/textarea/textarea.styles.js.map +0 -1
- package/components/input/toggle/toggle.component.js +0 -139
- package/components/input/toggle/toggle.component.js.map +0 -1
- package/components/input/toggle/toggle.props.js +0 -20
- package/components/input/toggle/toggle.props.js.map +0 -1
- package/components/input/toggle/toggle.styles.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.component.js +0 -70
- package/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.props.js +0 -21
- package/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
- package/components/navigation/basenav/basenav.component.js +0 -76
- package/components/navigation/basenav/basenav.component.js.map +0 -1
- package/components/navigation/basenav/basenav.props.js +0 -18
- package/components/navigation/basenav/basenav.props.js.map +0 -1
- package/components/navigation/basenav/basenav.styles.js.map +0 -1
- package/components/navigation/menu/menu.component.js +0 -63
- package/components/navigation/menu/menu.component.js.map +0 -1
- package/components/navigation/menu/menu.props.js +0 -14
- package/components/navigation/menu/menu.props.js.map +0 -1
- package/components/navigation/menu/menu.styles.js.map +0 -1
- package/components/navigation/navbar/navbar.component.js.map +0 -1
- package/components/navigation/navbar/navbar.props.js +0 -16
- package/components/navigation/navbar/navbar.props.js.map +0 -1
- package/components/navigation/navbar/navbar.styles.js.map +0 -1
- package/components/navigation/navitem/navitem.component.js +0 -68
- package/components/navigation/navitem/navitem.component.js.map +0 -1
- package/components/navigation/navitem/navitem.props.js +0 -19
- package/components/navigation/navitem/navitem.props.js.map +0 -1
- package/components/navigation/navitem/navitem.styles.js.map +0 -1
- package/components/navigation/popover/popover.component.js +0 -140
- package/components/navigation/popover/popover.component.js.map +0 -1
- package/components/navigation/popover/popover.props.js +0 -30
- package/components/navigation/popover/popover.props.js.map +0 -1
- package/components/navigation/popover/popover.styles.js +0 -81
- package/components/navigation/popover/popover.styles.js.map +0 -1
- package/components/page/content/content.component.js +0 -16
- package/components/page/content/content.component.js.map +0 -1
- package/components/page/content/content.props.js.map +0 -1
- package/components/page/content/content.styles.js.map +0 -1
- package/components/page/left-panel/left-panel.component.js +0 -45
- package/components/page/left-panel/left-panel.component.js.map +0 -1
- package/components/page/left-panel/left-panel.props.js +0 -12
- package/components/page/left-panel/left-panel.props.js.map +0 -1
- package/components/page/left-panel/left-panel.styles.js.map +0 -1
- package/components/page/page-content/page-content.component.js +0 -36
- package/components/page/page-content/page-content.component.js.map +0 -1
- package/components/page/page-content/page-content.props.js +0 -12
- package/components/page/page-content/page-content.props.js.map +0 -1
- package/components/page/page-content/page-content.styles.js +0 -15
- package/components/page/page-content/page-content.styles.js.map +0 -1
- package/components/page/page.component.js +0 -16
- package/components/page/page.component.js.map +0 -1
- package/components/page/page.props.js.map +0 -1
- package/components/page/page.styles.js +0 -18
- package/components/page/page.styles.js.map +0 -1
- package/components/page/partial/partial.component.js +0 -16
- package/components/page/partial/partial.component.js.map +0 -1
- package/components/page/partial/partial.props.js.map +0 -1
- package/components/page/partial/partial.styles.js +0 -13
- package/components/page/partial/partial.styles.js.map +0 -1
- package/components/page/partial-container/partial-container.component.js.map +0 -1
- package/components/page/partial-container/partial-container.props.js +0 -12
- package/components/page/partial-container/partial-container.props.js.map +0 -1
- package/components/page/partial-container/partial-container.styles.js.map +0 -1
- package/components/page/tabbar/curve.js.map +0 -1
- package/components/page/tabbar/tabbar.component.js +0 -150
- package/components/page/tabbar/tabbar.component.js.map +0 -1
- package/components/page/tabbar/tabbar.props.js +0 -27
- package/components/page/tabbar/tabbar.props.js.map +0 -1
- package/components/page/tabbar/tabbar.styles.js.map +0 -1
- package/components/prefab/prefab-container.component.js +0 -16
- package/components/prefab/prefab-container.component.js.map +0 -1
- package/components/prefab/prefab-container.props.js.map +0 -1
- package/components/prefab/prefab-container.styles.js +0 -11
- package/components/prefab/prefab-container.styles.js.map +0 -1
- package/core/AppConfig.js.map +0 -1
- package/core/accessibility.js +0 -149
- package/core/accessibility.js.map +0 -1
- package/core/asset.provider.js.map +0 -1
- package/core/base.component.js +0 -458
- package/core/base.component.js.map +0 -1
- package/core/components/flatlist.component.js +0 -38
- package/core/components/flatlist.component.js.map +0 -1
- package/core/components/floatinglabel.component.js.map +0 -1
- package/core/components/textinput.component.js +0 -193
- package/core/components/textinput.component.js.map +0 -1
- package/core/constant.service.js +0 -22
- package/core/constant.service.js.map +0 -1
- package/core/constants/currency-constants.js.map +0 -1
- package/core/currency-constants.js.map +0 -1
- package/core/device/calendar-service.js.map +0 -1
- package/core/device/camera-service.js.map +0 -1
- package/core/device/contacts-service.js.map +0 -1
- package/core/device/location-service.js.map +0 -1
- package/core/device/scan-service.js.map +0 -1
- package/core/display.manager.js.map +0 -1
- package/core/event-notifier.js +0 -69
- package/core/event-notifier.js.map +0 -1
- package/core/file-extension-types.js.map +0 -1
- package/core/fixed-view.component.js +0 -67
- package/core/fixed-view.component.js.map +0 -1
- package/core/formatters.js +0 -74
- package/core/formatters.js.map +0 -1
- package/core/i18n.service.js.map +0 -1
- package/core/if.component.js +0 -36
- package/core/if.component.js.map +0 -1
- package/core/imageSizeEstimator.js +0 -51
- package/core/imageSizeEstimator.js.map +0 -1
- package/core/injector.js.map +0 -1
- package/core/key.extractor.js +0 -22
- package/core/key.extractor.js.map +0 -1
- package/core/keyboard.js +0 -8
- package/core/keyboard.js.map +0 -1
- package/core/logger.js +0 -123
- package/core/logger.js.map +0 -1
- package/core/modal.service.js.map +0 -1
- package/core/navigation.service.js.map +0 -1
- package/core/network.service.js +0 -331
- package/core/network.service.js.map +0 -1
- package/core/partial.service.js.map +0 -1
- package/core/props.provider.js +0 -86
- package/core/props.provider.js.map +0 -1
- package/core/scroll-view.component.js +0 -52
- package/core/scroll-view.component.js.map +0 -1
- package/core/security.service.js.map +0 -1
- package/core/spinner.service.js.map +0 -1
- package/core/storage.service.js +0 -23
- package/core/storage.service.js.map +0 -1
- package/core/tappable.component.js +0 -145
- package/core/tappable.component.js.map +0 -1
- package/core/testid.provider.js.map +0 -1
- package/core/toast.service.js.map +0 -1
- package/core/utils.js +0 -458
- package/core/utils.js.map +0 -1
- package/core/viewport.js +0 -45
- package/core/viewport.js.map +0 -1
- package/gestures/swipe.animation.js +0 -217
- package/gestures/swipe.animation.js.map +0 -1
- package/index.js.map +0 -1
- package/package.json +0 -247
- package/runtime/App.js +0 -511
- package/runtime/App.js.map +0 -1
- package/runtime/App.navigator.js +0 -109
- package/runtime/App.navigator.js.map +0 -1
- package/runtime/base-fragment.component.js +0 -355
- package/runtime/base-fragment.component.js.map +0 -1
- package/runtime/base-page.component.js +0 -175
- package/runtime/base-page.component.js.map +0 -1
- package/runtime/base-partial.component.js +0 -60
- package/runtime/base-partial.component.js.map +0 -1
- package/runtime/base-prefab.component.js +0 -83
- package/runtime/base-prefab.component.js.map +0 -1
- package/runtime/lib-patch.js +0 -25
- package/runtime/lib-patch.js.map +0 -1
- package/runtime/memo.component.js +0 -35
- package/runtime/memo.component.js.map +0 -1
- package/runtime/navigator/drawer.navigator.js +0 -29
- package/runtime/navigator/drawer.navigator.js.map +0 -1
- package/runtime/navigator/stack.navigator.js +0 -80
- package/runtime/navigator/stack.navigator.js.map +0 -1
- package/runtime/platform.api.js.map +0 -1
- package/runtime/services/app-display-manager.service.js +0 -47
- package/runtime/services/app-display-manager.service.js.map +0 -1
- package/runtime/services/app-i18n.service.js +0 -72
- package/runtime/services/app-i18n.service.js.map +0 -1
- package/runtime/services/app-modal.service.js +0 -68
- package/runtime/services/app-modal.service.js.map +0 -1
- package/runtime/services/app-security.service.js +0 -217
- package/runtime/services/app-security.service.js.map +0 -1
- package/runtime/services/app-spinner.service.js +0 -75
- package/runtime/services/app-spinner.service.js.map +0 -1
- package/runtime/services/app-toast.service.js +0 -56
- package/runtime/services/app-toast.service.js.map +0 -1
- package/runtime/services/device/calendar-service.js.map +0 -1
- package/runtime/services/device/camera-service.js +0 -349
- package/runtime/services/device/camera-service.js.map +0 -1
- package/runtime/services/device/contacts-service.js +0 -33
- package/runtime/services/device/contacts-service.js.map +0 -1
- package/runtime/services/device/location-service.js.map +0 -1
- package/runtime/services/device/permissions.js.map +0 -1
- package/runtime/services/device/scan-service.js.map +0 -1
- package/runtime/services/partial.service.js +0 -16
- package/runtime/services/partial.service.js.map +0 -1
- package/runtime/services/webprocess.service.js +0 -109
- package/runtime/services/webprocess.service.js.map +0 -1
- package/runtime/watcher.js +0 -147
- package/runtime/watcher.js.map +0 -1
- package/styles/MediaQueryList.js.map +0 -1
- package/styles/background.component.js +0 -309
- package/styles/background.component.js.map +0 -1
- package/styles/style-prop.validator.js +0 -470
- package/styles/style-prop.validator.js.map +0 -1
- package/styles/style-props.js +0 -93
- package/styles/style-props.js.map +0 -1
- package/styles/theme.js +0 -396
- package/styles/theme.js.map +0 -1
- package/styles/theme.variables.js +0 -437
- package/styles/theme.variables.js.map +0 -1
- package/variables/base-variable.js +0 -125
- package/variables/base-variable.js.map +0 -1
- package/variables/device/calendar/create-event.operation.js.map +0 -1
- package/variables/device/calendar/delete-event.operation.js.map +0 -1
- package/variables/device/calendar/get-events.operation.js.map +0 -1
- package/variables/device/camera/capture-image.operation.js.map +0 -1
- package/variables/device/camera/capture-video.operation.js.map +0 -1
- package/variables/device/contacts/get-contacts.operation.js.map +0 -1
- package/variables/device/device/app-info.operation.js.map +0 -1
- package/variables/device/device/current-geo-position.operation.js.map +0 -1
- package/variables/device/device/device-info.operation.js.map +0 -1
- package/variables/device/device/network-info.operation.js +0 -33
- package/variables/device/device/network-info.operation.js.map +0 -1
- package/variables/device/device/vibrate.operation.js.map +0 -1
- package/variables/device/file/upload-file.operation.js.map +0 -1
- package/variables/device/operation.provider.js.map +0 -1
- package/variables/device/scan/scan.operation.js.map +0 -1
- package/variables/device-variable.js.map +0 -1
- package/variables/http.service.js +0 -76
- package/variables/http.service.js.map +0 -1
- package/variables/live-variable.js +0 -116
- package/variables/live-variable.js.map +0 -1
- package/variables/model-variable.js +0 -47
- package/variables/model-variable.js.map +0 -1
- package/variables/service-variable.js +0 -141
- package/variables/service-variable.js.map +0 -1
- package/variables/utils/dataset-util.js.map +0 -1
- package/variables/utils/inflight-queue.js +0 -114
- package/variables/utils/inflight-queue.js.map +0 -1
- package/variables/utils/variable.constants.js.map +0 -1
- package/variables/utils/variable.utils.js +0 -190
- package/variables/utils/variable.utils.js.map +0 -1
- {package → app-rn-runtime}/actions/base-action.js +0 -0
- {package → app-rn-runtime}/actions/index.js +0 -0
- {package → app-rn-runtime}/actions/login-action.js +0 -0
- {package → app-rn-runtime}/actions/logout-action.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/login/login.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/webview/webview.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/audio/audio.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.component.js +0 -0
- {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/custom/custom.component.js +0 -0
- {package → app-rn-runtime}/components/basic/custom/custom.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/icon.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/label/label.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/modal/modal.component.js +0 -0
- {package → app-rn-runtime}/components/basic/modal/modal.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/picture/picture.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/progress-bar/progress-bar.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/progress-circle/progress-circle.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/skeleton/skeleton.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/tooltip/tooltip.component.js +0 -0
- {package → app-rn-runtime}/components/basic/tooltip/tooltip.styles.js +0 -0
- {package → app-rn-runtime}/components/chart/column-chart/column-chart.component.js +0 -0
- {package → app-rn-runtime}/components/chart/column-chart/column-chart.props.js +0 -0
- {package → app-rn-runtime}/components/chart/donut-chart/donut-chart.component.js +0 -0
- {package → app-rn-runtime}/components/chart/legend/legend.component.js +0 -0
- {package → app-rn-runtime}/components/chart/stack-chart/stack-chart.styles.js +0 -0
- {package → app-rn-runtime}/components/chart/staticdata.js +0 -0
- {package → app-rn-runtime}/components/chart/theme/chart.theme.js +0 -0
- {package → app-rn-runtime}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
- {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
- {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
- {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
- {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
- {package → app-rn-runtime}/components/container/panel/collapsible-pane.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.styles.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
- {package → app-rn-runtime}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
- {package → app-rn-runtime}/components/data/card/card-footer/card-footer.component.js +0 -0
- {package → app-rn-runtime}/components/data/card/card-footer/card-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-action/form-action.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-body/form-body.component.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-body/form-body.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-field/form-field.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-footer/form-footer.component.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-footer/form-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
- {package → app-rn-runtime}/components/device/camera/camera.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialog/dialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
- {package → app-rn-runtime}/components/input/basedataset/basedataset.styles.js +0 -0
- {package → app-rn-runtime}/components/input/baseinput/baseinput.styles.js +0 -0
- {package → app-rn-runtime}/components/input/basenumber/basenumber.styles.js +0 -0
- {package → app-rn-runtime}/components/input/calendar/calendar.styles.js +0 -0
- {package → app-rn-runtime}/components/input/calendar/views/month-view.styles.js +0 -0
- {package → app-rn-runtime}/components/input/checkbox/checkbox.styles.js +0 -0
- {package → app-rn-runtime}/components/input/chips/chips.styles.js +0 -0
- {package → app-rn-runtime}/components/input/composite/composite.component.js +0 -0
- {package → app-rn-runtime}/components/input/composite/composite.styles.js +0 -0
- {package → app-rn-runtime}/components/input/currency/currency.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.props.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/datetime/datetime.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/datetime/datetime.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/time/time.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/time/time.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
- {package → app-rn-runtime}/components/input/fileupload/fileupload.styles.js +0 -0
- {package → app-rn-runtime}/components/input/number/number.styles.js +0 -0
- {package → app-rn-runtime}/components/input/rating/rating.styles.js +0 -0
- {package → app-rn-runtime}/components/input/select/select.styles.js +0 -0
- {package → app-rn-runtime}/components/input/slider/slider.styles.js +0 -0
- {package → app-rn-runtime}/components/input/text/text.styles.js +0 -0
- {package → app-rn-runtime}/components/input/textarea/textarea.styles.js +0 -0
- {package → app-rn-runtime}/components/input/toggle/toggle.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/basenav/basenav.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/menu/menu.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/navbar/navbar.component.js +0 -0
- {package → app-rn-runtime}/components/navigation/navbar/navbar.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/navitem/navitem.styles.js +0 -0
- {package → app-rn-runtime}/components/page/content/content.props.js +0 -0
- {package → app-rn-runtime}/components/page/content/content.styles.js +0 -0
- {package → app-rn-runtime}/components/page/left-panel/left-panel.styles.js +0 -0
- {package → app-rn-runtime}/components/page/page.props.js +0 -0
- {package → app-rn-runtime}/components/page/partial/partial.props.js +0 -0
- {package → app-rn-runtime}/components/page/partial-container/partial-container.component.js +0 -0
- {package → app-rn-runtime}/components/page/partial-container/partial-container.styles.js +0 -0
- {package → app-rn-runtime}/components/page/tabbar/curve.js +0 -0
- {package → app-rn-runtime}/components/page/tabbar/tabbar.styles.js +0 -0
- {package → app-rn-runtime}/components/prefab/prefab-container.props.js +0 -0
- {package → app-rn-runtime}/core/AppConfig.js +0 -0
- {package → app-rn-runtime}/core/asset.provider.js +0 -0
- {package → app-rn-runtime}/core/components/floatinglabel.component.js +0 -0
- {package → app-rn-runtime}/core/constants/currency-constants.js +0 -0
- {package → app-rn-runtime}/core/currency-constants.js +0 -0
- {package → app-rn-runtime}/core/device/calendar-service.js +0 -0
- {package → app-rn-runtime}/core/device/camera-service.js +0 -0
- {package → app-rn-runtime}/core/device/contacts-service.js +0 -0
- {package → app-rn-runtime}/core/device/location-service.js +0 -0
- {package → app-rn-runtime}/core/device/scan-service.js +0 -0
- {package → app-rn-runtime}/core/display.manager.js +0 -0
- {package → app-rn-runtime}/core/file-extension-types.js +0 -0
- {package → app-rn-runtime}/core/i18n.service.js +0 -0
- {package → app-rn-runtime}/core/injector.js +0 -0
- {package → app-rn-runtime}/core/modal.service.js +0 -0
- {package → app-rn-runtime}/core/navigation.service.js +0 -0
- {package → app-rn-runtime}/core/partial.service.js +0 -0
- {package → app-rn-runtime}/core/security.service.js +0 -0
- {package → app-rn-runtime}/core/spinner.service.js +0 -0
- {package → app-rn-runtime}/core/testid.provider.js +0 -0
- {package → app-rn-runtime}/core/toast.service.js +0 -0
- {package → app-rn-runtime}/index.js +0 -0
- {package → app-rn-runtime}/runtime/platform.api.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/calendar-service.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/location-service.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/permissions.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/scan-service.js +0 -0
- {package → app-rn-runtime}/styles/MediaQueryList.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/create-event.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/delete-event.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/get-events.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/camera/capture-image.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/camera/capture-video.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/contacts/get-contacts.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/app-info.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/current-geo-position.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/device-info.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/vibrate.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/file/upload-file.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/operation.provider.js +0 -0
- {package → app-rn-runtime}/variables/device/scan/scan.operation.js +0 -0
- {package → app-rn-runtime}/variables/device-variable.js +0 -0
- {package → app-rn-runtime}/variables/utils/dataset-util.js +0 -0
- {package → app-rn-runtime}/variables/utils/variable.constants.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","btn","height","width","borderRadius","borderColor","transparent","borderWidth","justifyContent","defaultStyles","root","position","rippleColor","text","slide","overflow","paddingHorizontal","transform","scale","firstSlide","lastSlide","activeSlide","btnPanel","top","marginTop","flexDirection","alignItems","prevBtn","marginLeft","backgroundColor","carouselPrevBgColor","fontSize","icon","color","carouselPrevBtnColor","nextBtn","marginRight","carouselNextBtnColor","dotsWrapperStyle","opacity","carouselDotWrapperBgColor","paddingTop","paddingBottom","activeDotStyle","carouselActiveDotColor","padding","dotStyle","carouselDotColor","rotateY","defaultColorF","right","alignSelf","primaryColor"],"sources":["carousel.styles.ts"],"sourcesContent":["import { ViewStyle } from 'react-native';\nimport BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\nexport type WmCarouselStyles = BaseStyles & {\n btnPanel: AllStyle,\n prevBtn: WmIconStyles,\n slide: AllStyle,\n firstSlide: AllStyle,\n lastSlide: AllStyle,\n activeSlide: AllStyle,\n nextBtn: WmIconStyles,\n dotsWrapperStyle: AllStyle,\n dotStyle: AllStyle,\n activeDotStyle: AllStyle\n};\nexport const DEFAULT_CLASS = 'app-carousel';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const btn: ViewStyle = {\n height: 48,\n width: 48,\n borderRadius: 48,\n borderColor: themeVariables.transparent,\n borderWidth: 1,\n justifyContent: 'center'\n };\n const defaultStyles: WmCarouselStyles = defineStyles({\n root: {\n position: 'relative',\n rippleColor: themeVariables.transparent\n },\n text: {},\n slide: {\n width: '100%',\n overflow: 'hidden',\n paddingHorizontal: 16,\n transform: [\n {\n scale: 0.8\n }\n ]\n },\n firstSlide: {},\n lastSlide: {},\n activeSlide: {},\n btnPanel: {\n position: 'absolute',\n top: '50%',\n marginTop: -64,\n height: 64,\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n width: '100%'\n },\n prevBtn : {\n root: {\n marginLeft: 12,\n ...btn,\n backgroundColor: themeVariables.carouselPrevBgColor,\n rippleColor: themeVariables.transparent\n },\n text: {\n fontSize: 32\n },\n icon : {\n color: themeVariables.carouselPrevBtnColor\n }\n } as WmIconStyles,\n nextBtn : {\n root: {\n marginRight: 12,\n ...btn,\n backgroundColor: themeVariables.carouselPrevBgColor,\n rippleColor: themeVariables.transparent\n },\n text: {\n fontSize: 32\n },\n icon : {\n color: themeVariables.carouselNextBtnColor\n }\n } as WmIconStyles,\n dotsWrapperStyle:{\n opacity: 1,\n backgroundColor: themeVariables.carouselDotWrapperBgColor,\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n paddingTop: 4,\n paddingBottom: 4\n },\n activeDotStyle: {\n position: 'absolute',\n backgroundColor: themeVariables.carouselActiveDotColor,\n opacity: 1,\n padding: 4\n },\n dotStyle: {\n width: 8,\n height: 8,\n borderRadius: 10,\n opacity: 0.2,\n marginLeft: 2,\n marginRight: 2,\n backgroundColor: themeVariables.carouselDotColor\n }\n } as WmCarouselStyles);\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', {\n prevBtn : {\n root:{\n transform: [{rotateY: '180deg'}]\n }\n },\n nextBtn : {\n root:{\n transform: [{rotateY: '180deg'}]\n }\n }\n });\n\n addStyle('app-carousel-1', '', {\n btnPanel: {\n top: '100%'\n },\n prevBtn: {\n root: {\n borderRadius: 6\n }\n },\n nextBtn: {\n root: {\n borderRadius: 6\n }\n }\n } as any as WmCarouselStyles);\n\n addStyle('app-carousel-2', '', {\n btnPanel: {\n backgroundColor: themeVariables.defaultColorF,\n width: '100%',\n top: '100%',\n right: 0,\n padding: 8,\n justifyContent: 'flex-end'\n },\n dotsWrapperStyle:{\n alignSelf: 'flex-start',\n justifyContent: 'flex-start'\n },\n activeDotStyle: {\n backgroundColor: themeVariables.primaryColor,\n },\n dotStyle: {\n backgroundColor: themeVariables.primaryColor,\n },\n prevBtn: {\n root: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n borderColor: themeVariables.primaryColor,\n },\n icon : {\n color: themeVariables.primaryColor\n }\n },\n nextBtn: {\n root: {\n marginLeft: 8,\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n borderColor: themeVariables.primaryColor,\n },\n icon : {\n color: themeVariables.primaryColor\n }\n }\n } as any as WmCarouselStyles);\n});"],"mappings":"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"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
4
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { Text, View } from 'react-native';
|
|
7
|
-
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
8
|
-
import WmLoginProps from './login.props';
|
|
9
|
-
import { DEFAULT_CLASS } from './login.styles';
|
|
10
|
-
export class WmLoginState extends BaseComponentState {
|
|
11
|
-
constructor() {
|
|
12
|
-
super(...arguments);
|
|
13
|
-
_defineProperty(this, "errorMsg", '');
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export default class WmLogin extends BaseComponent {
|
|
17
|
-
constructor(props) {
|
|
18
|
-
super(props, DEFAULT_CLASS, new WmLoginProps());
|
|
19
|
-
}
|
|
20
|
-
onLoginSuccess(response) {}
|
|
21
|
-
onLoginError(error) {
|
|
22
|
-
this.updateState({
|
|
23
|
-
errorMsg: error === null || error === void 0 ? void 0 : error.message
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
doLogin(formData) {
|
|
27
|
-
this.props.onLogin(formData, this.onLoginSuccess.bind(this), this.onLoginError.bind(this));
|
|
28
|
-
}
|
|
29
|
-
renderWidget(props) {
|
|
30
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
31
|
-
style: this.styles.root
|
|
32
|
-
}, this._background, this.state.errorMsg && /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('error'), {
|
|
33
|
-
style: this.styles.errorMsgStyles
|
|
34
|
-
}), this.state.errorMsg), /*#__PURE__*/React.createElement(View, {
|
|
35
|
-
style: this.styles.formStyles
|
|
36
|
-
}, props.children));
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=login.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","View","BaseComponent","BaseComponentState","WmLoginProps","DEFAULT_CLASS","WmLoginState","constructor","arguments","_defineProperty","WmLogin","props","onLoginSuccess","response","onLoginError","error","updateState","errorMsg","message","doLogin","formData","onLogin","bind","renderWidget","createElement","style","styles","root","_background","state","_extends","getTestPropsForLabel","errorMsgStyles","formStyles","children"],"sources":["login.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLoginProps from './login.props';\nimport { DEFAULT_CLASS, WmLoginStyles } from './login.styles';\nimport { AxiosError, AxiosResponse } from 'axios';\n\nexport class WmLoginState extends BaseComponentState<WmLoginProps> {\n errorMsg = '';\n}\n\nexport default class WmLogin extends BaseComponent<WmLoginProps, WmLoginState, WmLoginStyles> {\n constructor(props: WmLoginProps) {\n super(props, DEFAULT_CLASS, new WmLoginProps());\n }\n\n onLoginSuccess(response: AxiosResponse) {\n }\n\n onLoginError(error: AxiosError) {\n this.updateState({errorMsg: error?.message} as WmLoginState);\n }\n\n doLogin(formData: any) {\n this.props.onLogin(formData, this.onLoginSuccess.bind(this), this.onLoginError.bind(this));\n }\n\n renderWidget(props: WmLoginProps) {\n return (<View style={this.styles.root}>\n {this._background}\n {this.state.errorMsg && <Text {...this.getTestPropsForLabel('error')} style={this.styles.errorMsgStyles}>{this.state.errorMsg}</Text>}\n <View style={this.styles.formStyles}>{props.children}</View>\n </View>); \n }\n}\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,YAAY,MAAM,eAAe;AACxC,SAASC,aAAa,QAAuB,gBAAgB;AAG7D,OAAO,MAAMC,YAAY,SAASH,kBAAkB,CAAe;EAAAI,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBACtD,EAAE;EAAA;AACf;AAEA,eAAe,MAAMC,OAAO,SAASR,aAAa,CAA4C;EAC5FK,WAAWA,CAACI,KAAmB,EAAE;IAC/B,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,YAAY,CAAC,CAAC,CAAC;EACjD;EAEAQ,cAAcA,CAACC,QAAuB,EAAE,CACxC;EAEAC,YAAYA,CAACC,KAAiB,EAAE;IAC9B,IAAI,CAACC,WAAW,CAAC;MAACC,QAAQ,EAAEF,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEG;IAAO,CAAiB,CAAC;EAC9D;EAEAC,OAAOA,CAACC,QAAa,EAAE;IACrB,IAAI,CAACT,KAAK,CAACU,OAAO,CAACD,QAAQ,EAAE,IAAI,CAACR,cAAc,CAACU,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAACR,YAAY,CAACQ,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5F;EAEAC,YAAYA,CAACZ,KAAmB,EAAE;IAChC,oBAAQZ,KAAA,CAAAyB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GACnC,IAAI,CAACC,WAAW,EAChB,IAAI,CAACC,KAAK,CAACZ,QAAQ,iBAAIlB,KAAA,CAAAyB,aAAA,CAACxB,IAAI,EAAA8B,QAAA,KAAK,IAAI,CAACC,oBAAoB,CAAC,OAAO,CAAC;MAAEN,KAAK,EAAE,IAAI,CAACC,MAAM,CAACM;IAAe,IAAE,IAAI,CAACH,KAAK,CAACZ,QAAe,CAAC,eACrIlB,KAAA,CAAAyB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACO;IAAW,GAAEtB,KAAK,CAACuB,QAAe,CACvD,CAAC;EACT;AACF"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
5
|
-
export default class WmLoginProps extends BaseProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "onLogin", () => {});
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=login.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmLoginProps","constructor","arguments","_defineProperty"],"sources":["login.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLoginProps extends BaseProps {\n children: any;\n onLogin: Function = () => {};\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA,kBAE5B,MAAM,CAAC,CAAC;EAAA;AAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","errorMsgStyles","color","loginErrorMsgColor","fontSize","backgroundColor","loginErrorMsgBgColor","borderColor","loginErrorMsgBorderColor","padding","fontFamily","baseFont","formStyles","paddingStyle"],"sources":["login.styles.ts"],"sourcesContent":["import BASE_THEME, {AllStyle} from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ThemeVariables from \"@wavemaker/app-rn-runtime/styles/theme.variables\";\n\nexport type WmLoginStyles = BaseStyles & {\n errorMsgStyles: AllStyle,\n formStyles: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-login';\n\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLoginStyles = defineStyles({\n root: {},\n text: {},\n errorMsgStyles: { \n color: themeVariables.loginErrorMsgColor, \n fontSize: 14, \n backgroundColor: themeVariables.loginErrorMsgBgColor , \n borderColor: themeVariables.loginErrorMsgBorderColor, \n padding: 12,\n fontFamily: themeVariables.baseFont\n },\n formStyles: {\n padding: 35\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n const paddingStyle = {\n padding: 5\n };\n addStyle('app-login-username', DEFAULT_CLASS, {\n root: paddingStyle\n });\n\n addStyle('app-login-password', DEFAULT_CLASS, {\n root: paddingStyle\n });\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAkB,wCAAwC;AAC3E,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,WAAW;AAExCF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA4B,GAAGL,YAAY,CAAC;IAC9CM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,cAAc,EAAE;MACZC,KAAK,EAAEN,cAAc,CAACO,kBAAkB;MACxCC,QAAQ,EAAE,EAAE;MACZC,eAAe,EAAET,cAAc,CAACU,oBAAoB;MACpDC,WAAW,EAAEX,cAAc,CAACY,wBAAwB;MACpDC,OAAO,EAAE,EAAE;MACXC,UAAU,EAAEd,cAAc,CAACe;IAC/B,CAAC;IACDC,UAAU,EAAE;MACRH,OAAO,EAAE;IACb;EACJ,CAAC,CAAC;EAEFZ,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAE1C,MAAMe,YAAY,GAAG;IACjBJ,OAAO,EAAE;EACb,CAAC;EACDZ,QAAQ,CAAC,oBAAoB,EAAEH,aAAa,EAAE;IAC1CK,IAAI,EAAEc;EACV,CAAC,CAAC;EAEFhB,QAAQ,CAAC,oBAAoB,EAAEH,aAAa,EAAE;IAC1CK,IAAI,EAAEc;EACV,CAAC,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
4
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { Text, TouchableOpacity, View } from 'react-native';
|
|
7
|
-
import NetworkService from '@wavemaker/app-rn-runtime/core/network.service';
|
|
8
|
-
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
9
|
-
import { ToastConsumer } from '@wavemaker/app-rn-runtime/core/toast.service';
|
|
10
|
-
import WmNetworkInfoToasterProps from './network-info-toaster.props';
|
|
11
|
-
import { DEFAULT_CLASS } from './network-info-toaster.styles';
|
|
12
|
-
import { isEqual } from 'lodash-es';
|
|
13
|
-
export class WmNetworkInfoToasterState extends BaseComponentState {
|
|
14
|
-
constructor() {
|
|
15
|
-
super(...arguments);
|
|
16
|
-
_defineProperty(this, "newtworkState", {});
|
|
17
|
-
_defineProperty(this, "showToast", false);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
export default class WmNetworkInfoToaster extends BaseComponent {
|
|
21
|
-
constructor(props) {
|
|
22
|
-
super(props, DEFAULT_CLASS, new WmNetworkInfoToasterProps(), new WmNetworkInfoToasterState());
|
|
23
|
-
_defineProperty(this, "options", {});
|
|
24
|
-
_defineProperty(this, "_close", null);
|
|
25
|
-
this.updateState({
|
|
26
|
-
newtworkState: NetworkService.getState(),
|
|
27
|
-
showToast: !NetworkService.isConnected()
|
|
28
|
-
});
|
|
29
|
-
this.cleanup.push(NetworkService.notifier.subscribe('onNetworkStateChange', networkState => {
|
|
30
|
-
if (!isEqual(networkState, this.state.newtworkState)) {
|
|
31
|
-
this.updateState({
|
|
32
|
-
newtworkState: networkState,
|
|
33
|
-
showToast: true
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
}));
|
|
37
|
-
}
|
|
38
|
-
getToastContent() {
|
|
39
|
-
if (this.state.newtworkState.isConnected) {
|
|
40
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
41
|
-
style: this.styles.root
|
|
42
|
-
}, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
|
|
43
|
-
style: this.styles.text
|
|
44
|
-
}), this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTED), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
|
|
45
|
-
style: this.styles.action,
|
|
46
|
-
onPress: () => this._close()
|
|
47
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
48
|
-
style: this.styles.actionText
|
|
49
|
-
}, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
|
|
50
|
-
}
|
|
51
|
-
if (this.state.newtworkState.isConnecting) {
|
|
52
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
53
|
-
style: this.styles.root
|
|
54
|
-
}, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
|
|
55
|
-
style: this.styles.text
|
|
56
|
-
}), this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTING));
|
|
57
|
-
}
|
|
58
|
-
if (this.state.newtworkState.isServiceAvailable) {
|
|
59
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
60
|
-
style: this.styles.root
|
|
61
|
-
}, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
|
|
62
|
-
style: this.styles.text
|
|
63
|
-
}), this.props.appLocale.messages.MESSAGE_SERVICE_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
|
|
64
|
-
style: this.styles.action,
|
|
65
|
-
onPress: () => this._close()
|
|
66
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
67
|
-
style: this.styles.actionText
|
|
68
|
-
}, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)), /*#__PURE__*/React.createElement(Text, {
|
|
69
|
-
style: this.styles.actionSeparator
|
|
70
|
-
}, "|"), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('connect'), {
|
|
71
|
-
style: this.styles.action
|
|
72
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
73
|
-
style: this.styles.actionText
|
|
74
|
-
}, this.props.appLocale.messages.LABEL_CONNECT_TO_SERVICE)));
|
|
75
|
-
}
|
|
76
|
-
if (!this.state.newtworkState.isNetworkAvailable) {
|
|
77
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
78
|
-
style: this.styles.root
|
|
79
|
-
}, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
|
|
80
|
-
style: this.styles.text
|
|
81
|
-
}), this.props.appLocale.messages.MESSAGE_NETWORK_NOT_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
|
|
82
|
-
style: this.styles.action,
|
|
83
|
-
onPress: () => this._close()
|
|
84
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
85
|
-
style: this.styles.actionText
|
|
86
|
-
}, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
|
|
87
|
-
}
|
|
88
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
89
|
-
style: this.styles.root
|
|
90
|
-
}, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
|
|
91
|
-
style: this.styles.text
|
|
92
|
-
}), this.props.appLocale.messages.MESSAGE_SERVICE_NOT_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
|
|
93
|
-
style: this.styles.action,
|
|
94
|
-
onPress: () => this._close()
|
|
95
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
96
|
-
style: this.styles.actionText
|
|
97
|
-
}, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
|
|
98
|
-
}
|
|
99
|
-
renderWidget(props) {
|
|
100
|
-
this.options.content = this.getToastContent();
|
|
101
|
-
this.options.onClose = () => {
|
|
102
|
-
this._close = null;
|
|
103
|
-
this.updateState({
|
|
104
|
-
showToast: false
|
|
105
|
-
});
|
|
106
|
-
};
|
|
107
|
-
return this.options.content && this.state.showToast ? /*#__PURE__*/React.createElement(ToastConsumer, null, toastService => {
|
|
108
|
-
this._close = () => toastService.hideToast(this.options);
|
|
109
|
-
toastService.showToast(this.options);
|
|
110
|
-
return null;
|
|
111
|
-
}) : null;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
//# sourceMappingURL=network-info-toaster.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","TouchableOpacity","View","NetworkService","BaseComponent","BaseComponentState","ToastConsumer","WmNetworkInfoToasterProps","DEFAULT_CLASS","isEqual","WmNetworkInfoToasterState","constructor","arguments","_defineProperty","WmNetworkInfoToaster","props","updateState","newtworkState","getState","showToast","isConnected","cleanup","push","notifier","subscribe","networkState","state","getToastContent","createElement","style","styles","root","_background","_extends","getTestPropsForLabel","text","appLocale","messages","MESSAGE_SERVICE_CONNECTED","getTestPropsForAction","action","onPress","_close","actionText","LABEL_HIDE_NETWORK_INFO","isConnecting","MESSAGE_SERVICE_CONNECTING","isServiceAvailable","MESSAGE_SERVICE_AVAILABLE","actionSeparator","LABEL_CONNECT_TO_SERVICE","isNetworkAvailable","MESSAGE_NETWORK_NOT_AVAILABLE","MESSAGE_SERVICE_NOT_AVAILABLE","renderWidget","options","content","onClose","toastService","hideToast"],"sources":["network-info-toaster.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, TouchableOpacity, View } from 'react-native';\nimport NetworkService, { NetworkState } from '@wavemaker/app-rn-runtime/core/network.service';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { ToastConsumer, ToastOptions, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\n\nimport WmNetworkInfoToasterProps from './network-info-toaster.props';\nimport { DEFAULT_CLASS, WmNetworkInfoToasterStyles } from './network-info-toaster.styles';\nimport { isEqual } from 'lodash-es';\n\nexport class WmNetworkInfoToasterState extends BaseComponentState<WmNetworkInfoToasterProps> {\n newtworkState = {} as NetworkState;\n showToast = false;\n}\n\nexport default class WmNetworkInfoToaster extends BaseComponent<WmNetworkInfoToasterProps, WmNetworkInfoToasterState, WmNetworkInfoToasterStyles> {\n options = {} as ToastOptions;\n private _close: Function = null as any;\n\n constructor(props: WmNetworkInfoToasterProps) {\n super(props, DEFAULT_CLASS, new WmNetworkInfoToasterProps(), new WmNetworkInfoToasterState());\n this.updateState({\n newtworkState: NetworkService.getState(),\n showToast: !NetworkService.isConnected()\n } as WmNetworkInfoToasterState);\n this.cleanup.push(\n NetworkService.notifier.subscribe('onNetworkStateChange', (networkState: NetworkState) => {\n if (!isEqual(networkState, this.state.newtworkState)) {\n this.updateState({\n newtworkState: networkState,\n showToast: true\n } as WmNetworkInfoToasterState);\n }\n }\n ));\n }\n\n getToastContent() {\n if (this.state.newtworkState.isConnected) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTED}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n if (this.state.newtworkState.isConnecting) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTING}</Text>\n </View>);\n }\n if (this.state.newtworkState.isServiceAvailable) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n <Text style={this.styles.actionSeparator}>|</Text>\n <TouchableOpacity {...this.getTestPropsForAction('connect')} style={this.styles.action}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_CONNECT_TO_SERVICE}</Text>\n </TouchableOpacity>\n </View>);\n }\n if (!this.state.newtworkState.isNetworkAvailable) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_NETWORK_NOT_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_NOT_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n\n renderWidget(props: WmNetworkInfoToasterProps) {\n this.options.content = this.getToastContent();\n this.options.onClose = () => {\n this._close = null as any;\n this.updateState({\n showToast : false\n } as WmNetworkInfoToasterState);\n };\n return this.options.content && this.state.showToast ? (\n <ToastConsumer>\n {(toastService: ToastService) => {\n this._close = () => toastService.hideToast(this.options);\n toastService.showToast(this.options)\n return null;\n }}\n </ToastConsumer>\n ) : null; \n }\n}\n"],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
5
|
-
export default class WmNetworkInfoToasterProps extends BaseProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "appLocale", {});
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=network-info-toaster.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmNetworkInfoToasterProps","constructor","arguments","_defineProperty"],"sources":["network-info-toaster.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmNetworkInfoToasterProps extends BaseProps {\n appLocale = {} as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,yBAAyB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,oBACjD,CAAC,CAAC;EAAA;AAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","width","paddingVertical","paddingHorizontal","backgroundColor","networkToastBgColor","flexDirection","alignItems","text","color","networkToastTextColor","fontSize","flex","action","padding","actionSeparator","networkToastActionSeparatorColor","marginHorizontal","actionText","networkToastActionTextColor"],"sources":["network-info-toaster.styles.ts"],"sourcesContent":["import { TextStyle, ViewStyle } from 'react-native';\nimport BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport type WmNetworkInfoToasterStyles = BaseStyles & {\n action: ViewStyle,\n actionSeparator: TextStyle\n actionText: TextStyle\n};\n\nexport const DEFAULT_CLASS = 'app-network-info-toaster';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles = defineStyles<WmNetworkInfoToasterStyles>({\n root: {\n width: '100%',\n paddingVertical: 16,\n paddingHorizontal: 16,\n backgroundColor: themeVariables.networkToastBgColor,\n flexDirection: 'row',\n alignItems: 'center'\n },\n text: {\n color: themeVariables.networkToastTextColor,\n fontSize: 16,\n flex: 1\n },\n action: {\n padding: 4\n },\n actionSeparator : {\n color: themeVariables.networkToastActionSeparatorColor,\n fontSize: 16,\n marginHorizontal: 2\n },\n actionText: {\n color: themeVariables.networkToastActionTextColor\n }\n });\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AACA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,0BAA0B;AACvDF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAa,GAAGL,YAAY,CAA6B;IAC3DM,IAAI,EAAE;MACFC,KAAK,EAAE,MAAM;MACbC,eAAe,EAAE,EAAE;MACnBC,iBAAiB,EAAE,EAAE;MACrBC,eAAe,EAAEP,cAAc,CAACQ,mBAAmB;MACnDC,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE;IAChB,CAAC;IACDC,IAAI,EAAE;MACFC,KAAK,EAAEZ,cAAc,CAACa,qBAAqB;MAC3CC,QAAQ,EAAE,EAAE;MACZC,IAAI,EAAE;IACV,CAAC;IACDC,MAAM,EAAE;MACJC,OAAO,EAAE;IACb,CAAC;IACDC,eAAe,EAAG;MACdN,KAAK,EAAEZ,cAAc,CAACmB,gCAAgC;MACtDL,QAAQ,EAAE,EAAE;MACZM,gBAAgB,EAAE;IACtB,CAAC;IACDC,UAAU,EAAE;MACRT,KAAK,EAAEZ,cAAc,CAACsB;IAC1B;EACJ,CAAC,CAAC;EACFrB,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC9C,CAAC,CAAC"}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
4
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { BackHandler, Platform, View } from 'react-native';
|
|
7
|
-
import { WebView } from 'react-native-webview';
|
|
8
|
-
import { HideMode } from '@wavemaker/app-rn-runtime/core/if.component';
|
|
9
|
-
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
10
|
-
import WmWebviewProps from './webview.props';
|
|
11
|
-
import { DEFAULT_CLASS } from './webview.styles';
|
|
12
|
-
import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
|
|
13
|
-
class WmWebViewState extends BaseComponentState {
|
|
14
|
-
constructor() {
|
|
15
|
-
super(...arguments);
|
|
16
|
-
_defineProperty(this, "currentTarget", {
|
|
17
|
-
title: '',
|
|
18
|
-
src: ''
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export default class WmWebview extends BaseComponent {
|
|
23
|
-
constructor(props) {
|
|
24
|
-
super(props, DEFAULT_CLASS, new WmWebviewProps());
|
|
25
|
-
_defineProperty(this, "webview", null);
|
|
26
|
-
_defineProperty(this, "webViewState", null);
|
|
27
|
-
_defineProperty(this, "invokeJSCallbacks", {});
|
|
28
|
-
_defineProperty(this, "handleBackButtonPress", () => {
|
|
29
|
-
if (this.webview && this.webViewState && this.webViewState.canGoBack) {
|
|
30
|
-
this.webview.goBack();
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
return false;
|
|
34
|
-
});
|
|
35
|
-
_defineProperty(this, "onMessage", event => {
|
|
36
|
-
var _event$nativeEvent;
|
|
37
|
-
const data = (_event$nativeEvent = event.nativeEvent) === null || _event$nativeEvent === void 0 ? void 0 : _event$nativeEvent.data;
|
|
38
|
-
if (data && data.startsWith('afterInjectJavaScript')) {
|
|
39
|
-
const id = data === null || data === void 0 ? void 0 : data.match(/\:([0-9]+)\:/);
|
|
40
|
-
const callback = id && this.invokeJSCallbacks[id[1]];
|
|
41
|
-
const result = data.substring(data.indexOf(':', data.indexOf(':') + 1) + 1);
|
|
42
|
-
callback && callback(this.parseResult(result));
|
|
43
|
-
} else {
|
|
44
|
-
this.invokeEventCallback('onMessage', [event, this]);
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
this.hideMode = HideMode.DONOT_ADD_TO_DOM;
|
|
48
|
-
BackHandler.addEventListener('hardwareBackPress', this.handleBackButtonPress);
|
|
49
|
-
}
|
|
50
|
-
componentWillUnmount() {
|
|
51
|
-
super.componentWillUnmount();
|
|
52
|
-
BackHandler.removeEventListener('hardwareBackPress', this.handleBackButtonPress);
|
|
53
|
-
}
|
|
54
|
-
get title() {
|
|
55
|
-
var _this$state$currentTa;
|
|
56
|
-
return (_this$state$currentTa = this.state.currentTarget) === null || _this$state$currentTa === void 0 ? void 0 : _this$state$currentTa.title;
|
|
57
|
-
}
|
|
58
|
-
get currentsrc() {
|
|
59
|
-
var _this$state$currentTa2;
|
|
60
|
-
return (_this$state$currentTa2 = this.state.currentTarget) === null || _this$state$currentTa2 === void 0 ? void 0 : _this$state$currentTa2.src;
|
|
61
|
-
}
|
|
62
|
-
executeScript(fn) {
|
|
63
|
-
return new Promise((resolve, reject) => {
|
|
64
|
-
if (this.webview) {
|
|
65
|
-
const id = '' + Date.now();
|
|
66
|
-
this.invokeJSCallbacks[id] = resolve;
|
|
67
|
-
fn = `
|
|
68
|
-
(function(){
|
|
69
|
-
try{
|
|
70
|
-
return (${fn});
|
|
71
|
-
} catch(e) {
|
|
72
|
-
return e.getMessage();
|
|
73
|
-
}
|
|
74
|
-
}())
|
|
75
|
-
`;
|
|
76
|
-
this.webview.injectJavaScript(`window.ReactNativeWebView.postMessage('afterInjectJavaScript:' + ${id} + ':' + JSON.stringify(${fn}))`);
|
|
77
|
-
} else {
|
|
78
|
-
reject();
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
insertCSS() {
|
|
83
|
-
let style = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
84
|
-
style = style.replace(/[\n\t\r]/g, '');
|
|
85
|
-
return this.executeScript(`
|
|
86
|
-
function() {
|
|
87
|
-
const style = document.createElement('style');
|
|
88
|
-
style.innerHTML = '${style}';
|
|
89
|
-
document.head.appendChild(style);
|
|
90
|
-
return 'SUCCESS';
|
|
91
|
-
}()
|
|
92
|
-
`);
|
|
93
|
-
}
|
|
94
|
-
parseResult(result) {
|
|
95
|
-
try {
|
|
96
|
-
return JSON.parse(result);
|
|
97
|
-
} catch (e) {
|
|
98
|
-
if (result === 'undefined' || result === 'null') {
|
|
99
|
-
return null;
|
|
100
|
-
}
|
|
101
|
-
return result;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
getTitle(iframe) {
|
|
105
|
-
try {
|
|
106
|
-
return iframe.currentTarget.contentWindow.document.title;
|
|
107
|
-
} catch (e) {
|
|
108
|
-
// browser blocks cross origin access to iframe content.
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
onLoad(e, title, src) {
|
|
112
|
-
this.updateState({
|
|
113
|
-
currentTarget: {
|
|
114
|
-
title: title,
|
|
115
|
-
src: src
|
|
116
|
-
}
|
|
117
|
-
}, () => {
|
|
118
|
-
this.invokeEventCallback('onLoad', [e, this]);
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
renderWidget(props) {
|
|
122
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
123
|
-
style: this.styles.root
|
|
124
|
-
}, this._background, Platform.OS === 'web' ? /*#__PURE__*/React.createElement("iframe", {
|
|
125
|
-
src: props.src,
|
|
126
|
-
width: '100%',
|
|
127
|
-
height: '100%',
|
|
128
|
-
onLoad: e => this.onLoad(e, this.getTitle(e.currentTarget), e.currentTarget.src)
|
|
129
|
-
}) : /*#__PURE__*/React.createElement(WebView, _extends({
|
|
130
|
-
ref: ref => this.webview = ref,
|
|
131
|
-
nestedScrollEnabled: true,
|
|
132
|
-
style: this.styles.webview,
|
|
133
|
-
source: {
|
|
134
|
-
uri: props.src
|
|
135
|
-
},
|
|
136
|
-
testID: this.getTestId('web_view')
|
|
137
|
-
}, getAccessibilityProps(AccessibilityWidgetType.WEBVIEW, props), {
|
|
138
|
-
incognito: props.incognito,
|
|
139
|
-
onMessage: this.onMessage,
|
|
140
|
-
sharedCookiesEnabled: true,
|
|
141
|
-
onNavigationStateChange: state => {
|
|
142
|
-
this.webViewState = state;
|
|
143
|
-
},
|
|
144
|
-
scrollEnabled: true,
|
|
145
|
-
onLoadEnd: e => this.onLoad(e, e.nativeEvent.title, e.nativeEvent.url)
|
|
146
|
-
})));
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
//# sourceMappingURL=webview.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","BackHandler","Platform","View","WebView","HideMode","BaseComponent","BaseComponentState","WmWebviewProps","DEFAULT_CLASS","AccessibilityWidgetType","getAccessibilityProps","WmWebViewState","constructor","arguments","_defineProperty","title","src","WmWebview","props","webview","webViewState","canGoBack","goBack","event","_event$nativeEvent","data","nativeEvent","startsWith","id","match","callback","invokeJSCallbacks","result","substring","indexOf","parseResult","invokeEventCallback","hideMode","DONOT_ADD_TO_DOM","addEventListener","handleBackButtonPress","componentWillUnmount","removeEventListener","_this$state$currentTa","state","currentTarget","currentsrc","_this$state$currentTa2","executeScript","fn","Promise","resolve","reject","Date","now","injectJavaScript","insertCSS","style","length","undefined","replace","JSON","parse","e","getTitle","iframe","contentWindow","document","onLoad","updateState","renderWidget","createElement","styles","root","_background","OS","width","height","_extends","ref","nestedScrollEnabled","source","uri","testID","getTestId","WEBVIEW","incognito","onMessage","sharedCookiesEnabled","onNavigationStateChange","scrollEnabled","onLoadEnd","url"],"sources":["webview.component.tsx"],"sourcesContent":["import React from 'react';\nimport { BackHandler, Platform, View } from 'react-native';\nimport { WebView, WebViewNavigation, WebViewMessageEvent } from 'react-native-webview';\nimport { HideMode } from '@wavemaker/app-rn-runtime/core/if.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWebviewProps from './webview.props';\nimport { DEFAULT_CLASS, WebviewStyles } from './webview.styles';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nclass WmWebViewState extends BaseComponentState<WmWebviewProps> {\n currentTarget = {\n title: '',\n src: ''\n };\n\n}\n\nexport default class WmWebview extends BaseComponent<WmWebviewProps, WmWebViewState, WebviewStyles> {\n\n private webview: WebView | null = null as any;\n private webViewState: WebViewNavigation = null as any;\n private invokeJSCallbacks = {} as any;\n\n constructor(props: WmWebviewProps) {\n super(props, DEFAULT_CLASS, new WmWebviewProps());\n this.hideMode = HideMode.DONOT_ADD_TO_DOM;\n BackHandler.addEventListener('hardwareBackPress', this.handleBackButtonPress);\n }\n\n componentWillUnmount() {\n super.componentWillUnmount();\n BackHandler.removeEventListener('hardwareBackPress', this.handleBackButtonPress);\n }\n\n handleBackButtonPress = (): boolean => {\n if (this.webview && this.webViewState && this.webViewState.canGoBack) {\n this.webview.goBack();\n return true;\n }\n return false;\n }\n\n get title() {\n return this.state.currentTarget?.title;\n }\n\n get currentsrc() {\n return this.state.currentTarget?.src;\n }\n\n executeScript(fn: string) {\n return new Promise((resolve, reject) => {\n if (this.webview) {\n const id = '' + Date.now();\n this.invokeJSCallbacks[id] = resolve;\n fn = `\n (function(){\n try{\n return (${fn});\n } catch(e) {\n return e.getMessage();\n }\n }())\n `;\n this.webview.injectJavaScript(\n `window.ReactNativeWebView.postMessage('afterInjectJavaScript:' + ${id} + ':' + JSON.stringify(${fn}))`\n );\n } else {\n reject();\n }\n });\n }\n\n insertCSS(style = '') {\n style = style.replace(/[\\n\\t\\r]/g, '');\n return this.executeScript(`\n function() {\n const style = document.createElement('style');\n style.innerHTML = '${style}';\n document.head.appendChild(style);\n return 'SUCCESS';\n }()\n `);\n }\n\n parseResult(result: string) {\n try {\n return JSON.parse(result);\n } catch(e) {\n if (result === 'undefined' || result === 'null') {\n return null;\n }\n return result;\n }\n }\n\n onMessage = (event: WebViewMessageEvent) => {\n const data: string = event.nativeEvent?.data;\n if (data && data.startsWith('afterInjectJavaScript')) {\n const id = data?.match(/\\:([0-9]+)\\:/);\n const callback = id && this.invokeJSCallbacks[id[1]];\n const result = data.substring(data.indexOf(':', data.indexOf(':') + 1) + 1);\n callback && callback(this.parseResult(result));\n } else {\n this.invokeEventCallback('onMessage', [event, this]);\n }\n }\n\n getTitle(iframe: any) {\n try {\n return iframe.currentTarget.contentWindow.document.title;\n } catch(e) {\n // browser blocks cross origin access to iframe content.\n }\n }\n\n public onLoad(e: any, title: string, src: string) {\n this.updateState({\n currentTarget: {\n title: title,\n src: src\n }\n } as WmWebViewState, () => {\n this.invokeEventCallback('onLoad', [e, this]);\n });\n }\n\n protected renderWidget(props: WmWebviewProps) {\n return (\n <View style={this.styles.root}>\n {this._background}\n {Platform.OS === 'web' ?\n (<iframe src={props.src} width={'100%'} height={'100%'}\n onLoad={(e) => this.onLoad(e, this.getTitle(e.currentTarget), (e.currentTarget as any).src)}></iframe>) :\n (<WebView\n ref={(ref) => this.webview = ref}\n nestedScrollEnabled={true}\n style={this.styles.webview}\n source={{\n uri: props.src\n }}\n testID={this.getTestId('web_view')}\n {...getAccessibilityProps(AccessibilityWidgetType.WEBVIEW, props)}\n incognito={props.incognito}\n onMessage={this.onMessage}\n sharedCookiesEnabled={true}\n onNavigationStateChange={(state) => {\n this.webViewState = state;\n }}\n scrollEnabled={true}\n onLoadEnd={(e) => this.onLoad(e, e.nativeEvent.title, e.nativeEvent.url)}>\n </WebView>)}\n </View>\n );\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
5
|
-
export default class WmWebviewProps extends BaseProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "src", null);
|
|
9
|
-
_defineProperty(this, "incognito", false);
|
|
10
|
-
_defineProperty(this, "onLoad", null);
|
|
11
|
-
_defineProperty(this, "accessibilitylabel", undefined);
|
|
12
|
-
_defineProperty(this, "hint", undefined);
|
|
13
|
-
_defineProperty(this, "accessibilityrole", "none");
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=webview.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmWebviewProps","constructor","arguments","_defineProperty","undefined"],"sources":["webview.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmWebview from './webview.component';\nimport { AccessibilityRole } from 'react-native';\n\nexport default class WmWebviewProps extends BaseProps {\n src: string = null as any;\n incognito? = false;\n onLoad?: ($event: any, $widget: WmWebview) => void = null as any;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = \"none\";\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAIzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,cACtC,IAAI;IAAAA,eAAA,oBACL,KAAK;IAAAA,eAAA,iBACmC,IAAI;IAAAA,eAAA,6BAC3BC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA,4BACe,MAAM;EAAA;AAChD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","container","flex","minHeight","webview"],"sources":["webview.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport type WebviewStyles = BaseStyles & {\n container: AllStyle;\n webview: AllStyle;\n}\n\nexport const DEFAULT_CLASS = 'app-webview';\n\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WebviewStyles = defineStyles({\n root: {},\n text: {},\n container : {\n flex: 1,\n minHeight: 100\n },\n webview: {\n flex: 1\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAoB,wCAAwC;AAC7E,SAAqBC,YAAY,QAAQ,+CAA+C;AAOxF,OAAO,MAAMC,aAAa,GAAG,aAAa;AAE1CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAA4B,GAAGL,YAAY,CAAC;IAC9CM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,SAAS,EAAG;MACVC,IAAI,EAAE,CAAC;MACPC,SAAS,EAAE;IACb,CAAC;IACDC,OAAO,EAAE;MACPF,IAAI,EAAE;IACR;EACJ,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC5C,CAAC,CAAC"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Text } from 'react-native';
|
|
4
|
-
import { Badge } from 'react-native-paper';
|
|
5
|
-
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
6
|
-
import { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';
|
|
7
|
-
import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
|
|
8
|
-
import { encodeUrl } from '@wavemaker/app-rn-runtime/core/utils';
|
|
9
|
-
import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
|
|
10
|
-
import { NavigationServiceConsumer } from '@wavemaker/app-rn-runtime/core/navigation.service';
|
|
11
|
-
import WmAnchorProps from './anchor.props';
|
|
12
|
-
import { DEFAULT_CLASS } from './anchor.styles';
|
|
13
|
-
import { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';
|
|
14
|
-
import { createSkeleton } from '../skeleton/skeleton.component';
|
|
15
|
-
export class WmAnchorState extends BaseComponentState {}
|
|
16
|
-
export default class WmAnchor extends BaseComponent {
|
|
17
|
-
constructor(props) {
|
|
18
|
-
super(props, DEFAULT_CLASS, new WmAnchorProps());
|
|
19
|
-
}
|
|
20
|
-
onTap(navigationService, e) {
|
|
21
|
-
const props = this.state.props;
|
|
22
|
-
if (props.hyperlink) {
|
|
23
|
-
const link = props.encodeurl ? encodeUrl(props.hyperlink) : props.hyperlink;
|
|
24
|
-
navigationService.openUrl(link, {
|
|
25
|
-
target: this.state.props.target
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
this.invokeEventCallback('onTap', [e, this.proxy]);
|
|
29
|
-
}
|
|
30
|
-
renderSkeleton(props) {
|
|
31
|
-
return createSkeleton(this.theme, this.styles.skeleton, {
|
|
32
|
-
...this.styles.root,
|
|
33
|
-
width: this.props.skeletonwidth || this.styles.root.width,
|
|
34
|
-
height: this.props.skeletonheight || this.styles.root.height
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
renderWidget(props) {
|
|
38
|
-
const {
|
|
39
|
-
iconclass,
|
|
40
|
-
iconurl,
|
|
41
|
-
name,
|
|
42
|
-
iconheight,
|
|
43
|
-
iconmargin,
|
|
44
|
-
iconwidth,
|
|
45
|
-
badgevalue
|
|
46
|
-
} = props;
|
|
47
|
-
if (this.styles.icon && this.styles.icon.text) {
|
|
48
|
-
this.styles.icon.text.color = this.styles.text.color;
|
|
49
|
-
}
|
|
50
|
-
const icon = (iconclass || iconurl) && /*#__PURE__*/React.createElement(WmIcon, {
|
|
51
|
-
id: this.getTestId('icon'),
|
|
52
|
-
styles: this.styles.icon,
|
|
53
|
-
name: name + '_icon',
|
|
54
|
-
iconclass: iconclass,
|
|
55
|
-
iconurl: iconurl,
|
|
56
|
-
iconheight: iconheight,
|
|
57
|
-
iconmargin: iconmargin,
|
|
58
|
-
iconwidth: iconwidth
|
|
59
|
-
});
|
|
60
|
-
//@ts-ignore
|
|
61
|
-
const badge = badgevalue != undefined ? /*#__PURE__*/React.createElement(Badge, {
|
|
62
|
-
style: this.styles.badge
|
|
63
|
-
}, badgevalue) : null;
|
|
64
|
-
return /*#__PURE__*/React.createElement(NavigationServiceConsumer, null, navigationService => /*#__PURE__*/React.createElement(Animatedview, {
|
|
65
|
-
entryanimation: props.animation,
|
|
66
|
-
style: {
|
|
67
|
-
width: this.styles.root.width,
|
|
68
|
-
height: this.styles.root.height,
|
|
69
|
-
justifyContent: 'center'
|
|
70
|
-
}
|
|
71
|
-
}, /*#__PURE__*/React.createElement(Tappable, _extends({}, this.getTestPropsForAction(), {
|
|
72
|
-
target: this,
|
|
73
|
-
styles: [this.styles.root, this.styles.root.width && this.styles.root.height ? {
|
|
74
|
-
width: '100%',
|
|
75
|
-
height: '100%'
|
|
76
|
-
} : null, {
|
|
77
|
-
flexDirection: props.iconposition === 'top' ? 'column' : 'row'
|
|
78
|
-
}],
|
|
79
|
-
onTap: props.hyperlink || props.onTap ? e => this.onTap(navigationService, e) : undefined
|
|
80
|
-
}), this._background, props.iconposition === 'top' && icon, props.iconposition === 'left' && icon, props.caption ? /*#__PURE__*/React.createElement(Text, _extends({
|
|
81
|
-
style: this.styles.text
|
|
82
|
-
}, this.getTestPropsForLabel('caption'), getAccessibilityProps(AccessibilityWidgetType.ANCHOR, props), {
|
|
83
|
-
numberOfLines: props.nooflines
|
|
84
|
-
}), props.caption) : null, props.iconposition === 'right' && icon, badge)));
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
//# sourceMappingURL=anchor.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","Badge","BaseComponent","BaseComponentState","Tappable","WmIcon","encodeUrl","AccessibilityWidgetType","getAccessibilityProps","NavigationServiceConsumer","WmAnchorProps","DEFAULT_CLASS","Animatedview","createSkeleton","WmAnchorState","WmAnchor","constructor","props","onTap","navigationService","e","state","hyperlink","link","encodeurl","openUrl","target","invokeEventCallback","proxy","renderSkeleton","theme","styles","skeleton","root","width","skeletonwidth","height","skeletonheight","renderWidget","iconclass","iconurl","name","iconheight","iconmargin","iconwidth","badgevalue","icon","text","color","createElement","id","getTestId","badge","undefined","style","entryanimation","animation","justifyContent","_extends","getTestPropsForAction","flexDirection","iconposition","_background","caption","getTestPropsForLabel","ANCHOR","numberOfLines","nooflines"],"sources":["anchor.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from 'react-native';\nimport { Badge } from 'react-native-paper';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { SyntheticEvent, Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { encodeUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\nimport NavigationService, { NavigationServiceConsumer } from '@wavemaker/app-rn-runtime/core/navigation.service';\n\nimport WmAnchorProps from './anchor.props';\nimport { DEFAULT_CLASS, WmAnchorStyles } from './anchor.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { createSkeleton } from '../skeleton/skeleton.component';\n\nexport class WmAnchorState extends BaseComponentState<WmAnchorProps> {\n\n}\n\nexport default class WmAnchor extends BaseComponent<WmAnchorProps, WmAnchorState, WmAnchorStyles> {\n\n constructor(props: WmAnchorProps) {\n super(props, DEFAULT_CLASS, new WmAnchorProps());\n }\n\n onTap(navigationService: NavigationService, e: SyntheticEvent) {\n const props = this.state.props;\n if (props.hyperlink) {\n const link = props.encodeurl ? encodeUrl(props.hyperlink) : props.hyperlink;\n navigationService.openUrl(link, {\n target: this.state.props.target\n });\n }\n this.invokeEventCallback('onTap', [e, this.proxy]);\n }\n\n public renderSkeleton(props: WmAnchorProps){\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n width: this.props.skeletonwidth || this.styles.root.width,\n height: this.props.skeletonheight || this.styles.root.height\n });\n }\n\n renderWidget(props: WmAnchorProps) {\n const {\n iconclass,\n iconurl,\n name,\n iconheight,\n iconmargin,\n iconwidth,\n badgevalue,\n } = props;\n \n if (this.styles.icon && this.styles.icon.text) {\n this.styles.icon.text.color = this.styles.text.color;\n }\n\n const icon = (iconclass || iconurl) && (\n <WmIcon\n id={this.getTestId('icon')}\n styles={this.styles.icon} \n name={name + '_icon'}\n iconclass={iconclass}\n iconurl={iconurl}\n iconheight={iconheight}\n iconmargin={iconmargin}\n iconwidth={iconwidth}\n />\n ); \n //@ts-ignore\n const badge = badgevalue != undefined ? (<Badge style={this.styles.badge}>{badgevalue}</Badge>): null;\n return (\n <NavigationServiceConsumer>\n {(navigationService: NavigationService) =>\n (<Animatedview entryanimation={props.animation} style={{width: this.styles.root.width, height: this.styles.root.height, justifyContent: 'center'}}>\n <Tappable {...this.getTestPropsForAction()} target={this} styles={[this.styles.root, this.styles.root.width && this.styles.root.height ? { width: '100%', height: '100%'} : null, {flexDirection: props.iconposition === 'top' ? 'column': 'row'}]}\n onTap={props.hyperlink || props.onTap ? (e: SyntheticEvent) => this.onTap(navigationService, e) : undefined}>\n {this._background}\n {props.iconposition === 'top' && icon}\n {props.iconposition === 'left' && icon}\n {props.caption ? (<Text style={this.styles.text}\n {...this.getTestPropsForLabel('caption')} \n {...getAccessibilityProps(AccessibilityWidgetType.ANCHOR, props)}\n numberOfLines={props.nooflines}>{props.caption}</Text>) : null}\n {props.iconposition === 'right' && icon}\n {badge}\n </Tappable>\n </Animatedview>)\n }\n </NavigationServiceConsumer>\n );\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,31 +0,0 @@
|
|
|
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
5
|
-
export default class WmAnchorProps extends BaseProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "animation", null);
|
|
9
|
-
_defineProperty(this, "caption", 'Link');
|
|
10
|
-
_defineProperty(this, "hyperlink", null);
|
|
11
|
-
_defineProperty(this, "encodeurl", false);
|
|
12
|
-
_defineProperty(this, "badgevalue", null);
|
|
13
|
-
_defineProperty(this, "width", null);
|
|
14
|
-
_defineProperty(this, "height", null);
|
|
15
|
-
_defineProperty(this, "iconclass", null);
|
|
16
|
-
_defineProperty(this, "iconposition", 'left');
|
|
17
|
-
_defineProperty(this, "target", '_blank');
|
|
18
|
-
_defineProperty(this, "onTap", void 0);
|
|
19
|
-
_defineProperty(this, "skeletonwidth", void 0);
|
|
20
|
-
_defineProperty(this, "skeletonheight", void 0);
|
|
21
|
-
_defineProperty(this, "iconurl", null);
|
|
22
|
-
_defineProperty(this, "iconheight", null);
|
|
23
|
-
_defineProperty(this, "iconwidth", null);
|
|
24
|
-
_defineProperty(this, "iconmargin", null);
|
|
25
|
-
_defineProperty(this, "accessibilitylabel", undefined);
|
|
26
|
-
_defineProperty(this, "hint", undefined);
|
|
27
|
-
_defineProperty(this, "accessibilityrole", 'link');
|
|
28
|
-
_defineProperty(this, "nooflines", undefined);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=anchor.props.js.map
|