@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
package/core/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","moment","FileSystem","isFunction","includes","isUndefined","isNull","orderBy","groupBy","toLower","get","forEach","sortBy","cloneDeep","keys","values","isArray","isString","isNumber","ThemeVariables","GROUP_BY_OPTIONS","ALPHABET","WORD","OTHERS","TIME_ROLLUP_OPTIONS","HOUR","DAY","WEEK","MONTH","YEAR","_deepCopy","o1","_len","arguments","length","o2","Array","_key","o","Object","k","v","deepCopy","_len2","objects","_key2","toBoolean","val","undefined","toNumber","parseFloat","e","encodeUrl","url","splits","split","hash","params","map","p","encodeURIComponent","join","encodeURI","isWebPreviewMode","OS","isDevMode","__DEV__","widgetsWithUndefinedValue","isAndroid","test","window","navigator","userAgent","isIos","getGroupKey","fieldDef","groupby","widgetScope","innerItem","apply","proxy","getGroupedData","fieldDefs","match","orderby","dateFormat","groupKey","groupedLiData","concatStr","toString","trim","substr","replace","format","getSortedGroupedData","getOrderedDataset","dataSet","items","fields","directions","obj","item","push","_groupedData","groupkey","index","liData","key","data","_groupIndex","isDefined","unStringify","defaultVal","number","parseInt","isNaN","retryIfFails","fn","interval","maxRetries","onBeforeRetry","Promise","resolve","retryCount","tryFn","reject","errorFn","errArgs","setTimeout","then","retry","getAbortableDefer","_defer","promise","onAbort","isAborted","abort","validateField","props","value","requiredCheck","regexCheck","required","errorType","isValid","regexp","condition","RegExp","maxchars","mindate","Date","datavalue","startOf","toDate","maxdate","endOf","countDecimalDigits","numberString","decimalMatch","decimalDigits","formatCompactNumber","isNegative","formattedNumber","toFixed","toBase64","path","readAsStringAsync","encoding","DATASET_WIDGETS","Set","isDataSetWidget","widget","has","isFullPathUrl","startsWith","removeUndefinedKeys","getDaysInMonth","month","year","getDate","getDates","getFullYear","daysInMonth","dates","from","i","monthNames","getMonths","months","name","substring","getYearRange","startYear","endYear","years","getDateObject","date","getHours","hours","hour","paddedHour","String","padStart","get24Hours","getMinutes","minutes","minute","paddedMinute","getTimeIndicators","getDateTimeObject","getGradientStartEnd","angle","angleLowerCase","toLowerCase","start","x","y","end","parseLinearGradient","gradient","color1","color2","linearGradientRegex","hasLinearGradient","matches","INSTANCE","primaryColor"],"sources":["utils.ts"],"sourcesContent":["import { Platform } from 'react-native';\nimport moment from \"moment\";\nimport * as FileSystem from \"expo-file-system\";\nimport { isFunction, includes, isUndefined, isNull, orderBy, groupBy, toLower, get, forEach, sortBy, cloneDeep, keys, values, isArray, isString, isNumber} from 'lodash';\nimport ThemeVariables from '../styles/theme.variables';\n\ndeclare const window: any;\nconst GROUP_BY_OPTIONS = {\n ALPHABET: 'alphabet',\n WORD: 'word',\n OTHERS: 'Others'\n};\nconst TIME_ROLLUP_OPTIONS = {\n HOUR: 'hour',\n DAY: 'day',\n WEEK: 'week',\n MONTH: 'month',\n YEAR: 'year'\n};\n\nconst _deepCopy = (o1: any, ...o2: any) => {\n o2.forEach((o: any) => {\n if (o) {\n Object.keys(o).forEach(k => {\n const v = o[k];\n if (v && !isString(v) && !isArray(v) && typeof v === 'object') {\n o1[k] = _deepCopy(o1[k] || {}, o[k]);\n } else {\n o1[k] = _deepCopy(v);\n }\n });\n }\n });\n return o1;\n};\n\nexport const deepCopy = (...objects: any) => _deepCopy({}, ...objects);\n\nexport const toBoolean = (val: any) => {\n return val === true\n || val === 'true'\n || !(val === false\n || val === null\n || val === undefined\n || val === '');\n};\n\nexport const toNumber = (val: any) => {\n try {\n return parseFloat(val) || 0;\n } catch(e) {\n return 0;\n }\n};\n\n/**\n * this method encodes the url and returns the encoded string\n */\n export const encodeUrl = (url: string): string => {\n let splits = url.split('#');\n const hash = splits[1];\n splits = splits[0].split('?');\n let params = '';\n if (splits.length > 1) {\n params = splits[1].split('&')\n .map(p => p.split('='))\n .map(p => p[0] +'=' + encodeURIComponent(p[1]))\n .join('&');\n }\n return encodeURI(splits[0]) + (params ? '?' + params: '') + (hash ? '#'+ hash : '');\n};\n\nexport const isWebPreviewMode = () => Platform.OS === 'web';\n\nexport const isDevMode = () => isWebPreviewMode() || __DEV__;\n\nexport const widgetsWithUndefinedValue = ['checkbox', 'toggle'];\n\nexport const isAndroid = () => (Platform.OS === 'android' || (Platform.OS === 'web' && /android/i.test(window.navigator.userAgent)));\n\nexport const isIos = () => (Platform.OS === 'ios' || (Platform.OS === 'web' && /iPhone|iPad/i.test(window.navigator.userAgent)));\n\nconst getGroupKey = (fieldDef: any, groupby: string, widgetScope: any, innerItem?: any) => isFunction(groupby) ? groupby.apply(widgetScope.proxy, [innerItem ? fieldDef[innerItem] : fieldDef]) : get(innerItem ? fieldDef[innerItem] : fieldDef, groupby);\n\n/**\n * This method prepares the grouped data.\n *\n * @param fieldDefs array of objects i.e. dataset\n * @param groupby string groupby\n * @param match string match\n * @param orderby string orderby\n * @param dateFormat string date format\n */\nexport const getGroupedData = (fieldDefs: any, groupby: string, match: string, orderby: string, dateFormat: string, widgetScope: any, innerItem?: any) => {\n\n // handling case-in-sensitive scenario\n // ordering the data based on groupby field. If there is innerItem then apply orderby using the innerItem's containing the groupby field.\n fieldDefs = orderBy(fieldDefs, fieldDef => {\n const groupKey = getGroupKey(fieldDef, groupby, widgetScope, innerItem);\n if (groupKey) {\n return toLower(groupKey);\n }\n return '';\n });\n\n // extract the grouped data based on the field obtained from 'groupDataByField'.\n const groupedLiData = groupBy(fieldDefs, function (fieldDef) {\n let concatStr = getGroupKey(fieldDef, groupby, widgetScope, innerItem);\n // by default set the undefined groupKey as 'others'\n if (isUndefined(concatStr) || isNull(concatStr) || concatStr.toString().trim() === '') {\n return GROUP_BY_OPTIONS.OTHERS;\n }\n // if match prop is alphabetic ,get the starting alphabet of the word as key.\n if (match === GROUP_BY_OPTIONS.ALPHABET) {\n concatStr = concatStr.substr(0, 1);\n }\n\n // if match contains the time options then get the concatStr using 'getTimeRolledUpString'\n if (includes(values(TIME_ROLLUP_OPTIONS), match)) {\n dateFormat = dateFormat && dateFormat.replace(/d/g, 'D');\n dateFormat = dateFormat && dateFormat.replace(/y/g, 'Y');\n concatStr = moment(concatStr).format(dateFormat);\n }\n\n return concatStr;\n });\n\n return getSortedGroupedData(groupedLiData, groupby, orderby, innerItem);\n};\n\n/**\n * function to get the ordered dataset based on the given orderby\n */\nexport const getOrderedDataset = (dataSet: any, orderby: string, innerItem?: any) => {\n if (!orderBy) {\n return cloneDeep(dataSet);\n }\n\n // The order by only works when the dataset contains list of objects.\n const items = orderby && orderby.split(','),\n fields: any = [],\n directions: any = [];\n items && items.forEach( obj => {\n const item = obj.split(':');\n fields.push(innerItem ? innerItem + '.' + item[0] : item[0]);\n directions.push(item[1]);\n });\n return orderBy(dataSet, fields, directions);\n};\n\n\n/**\n * This method returns sorted data based to groupkey.\n * Returns a array of objects, each object containing key which is groupKey and data is the sorted data which is sorted by groupby field in the data.\n *\n * @param groupedLiData, grouped data object with key as the groupKey and its value as the array of objects grouped under the groupKey.\n * @param groupBy, string groupby property\n * @returns {any[]}\n */\nexport const getSortedGroupedData = (groupedLiData: any, groupBy: string, orderby: string, innerItem?: any) => {\n const _groupedData: any = [];\n forEach(keys(groupedLiData), (groupkey, index) => {\n const liData = getOrderedDataset(groupedLiData[groupkey], orderby, innerItem);\n _groupedData.push({\n key: groupkey,\n data: sortBy(liData, data => {\n data._groupIndex = index;\n return get(data, groupBy) || get(data[innerItem], groupBy);\n })\n });\n });\n return _groupedData;\n};\n\nexport const isDefined = (v: any) => typeof v !== 'undefined';\n\n// try to convert the chekedvalue and unchecked values to boolean/number\nexport const unStringify = (val: any, defaultVal?: boolean) => {\n if (val === null) {\n return defaultVal;\n }\n\n if (val === true || val === 'true') {\n return true;\n }\n\n if (val === false || val === 'false') {\n return false;\n }\n\n const number = parseInt(val, 10);\n if (!isNaN(number)) {\n return number;\n }\n return val;\n};\n\n/**\n * This function invokes the given the function (fn) until the function successfully executes or the maximum number\n * of retries is reached or onBeforeRetry returns false.\n *\n * @param fn - a function that is needs to be invoked. The function can also return a promise as well.\n * @param interval - minimum time gap between successive retries. This argument should be greater or equal to 0.\n * @param maxRetries - maximum number of retries. This argument should be greater than 0. For all other values,\n * maxRetries is infinity.\n * @param onBeforeRetry - a callback function that will be invoked before re-invoking again. This function can\n * return false or a promise that is resolved to false to stop further retry attempts.\n * @returns {*} a promise that is resolved when fn is success (or) maximum retry attempts reached\n * (or) onBeforeRetry returned false.\n */\nexport const retryIfFails = (fn: Function, interval: number, maxRetries: number, onBeforeRetry = () => Promise.resolve(false)) => {\n let retryCount = 0;\n const tryFn = () => {\n retryCount++;\n if (isFunction(fn)) {\n return fn();\n }\n };\n maxRetries = (isNumber(maxRetries) && maxRetries > 0 ? maxRetries : 0);\n interval = (isNumber(interval) && interval > 0 ? interval : 0);\n return new Promise((resolve, reject) => {\n const errorFn = function () {\n const errArgs = arguments;\n setTimeout(() => {\n Promise.resolve().then(() => onBeforeRetry()).then(function (retry) {\n if (retry !== false && (!maxRetries || retryCount <= maxRetries)) {\n Promise.resolve().then(() => tryFn()).then(resolve, errorFn);\n } else {\n reject(errArgs);\n }\n }, () => reject(errArgs));\n }, interval);\n };\n Promise.resolve().then(() => tryFn()).then(resolve, errorFn);\n });\n};\n\n/**\n * Promise of a defer created using this function, has abort function that will reject the defer when called.\n * @returns {*} angular defer object\n */\nexport const getAbortableDefer = () => {\n const _defer: any = {\n promise: null,\n reject: null,\n resolve: null,\n onAbort: () => { },\n isAborted: false\n };\n _defer.promise = new Promise((resolve, reject) => {\n _defer.resolve = resolve;\n _defer.reject = reject;\n });\n _defer.promise.abort = () => {\n _defer.onAbort && _defer.onAbort();\n _defer.reject('aborted');\n _defer.isAborted = true;\n };\n return _defer;\n};\n\nexport const validateField = (props: any, value: any) => {\n let requiredCheck = true, regexCheck = true;\n if (props.required) {\n if (isArray(value)) {\n requiredCheck = value.length === 0 ? false : true\n } else {\n requiredCheck = !value ? false : true\n }\n if (!requiredCheck) {\n return {\n errorType : 'required',\n isValid: false\n }\n }\n }\n if (value && props.regexp) {\n const condition = new RegExp(\"^\" + props.regexp + \"$\", 'g');\n regexCheck = condition.test(value);\n if (!regexCheck) {\n return {\n errorType : 'regexp',\n isValid: false\n }\n }\n }\n if (value && props.maxchars && value.length > props.maxchars) {\n return {\n errorType : 'maxchars',\n isValid: false\n }\n\n }\n if (value && props.mindate && new Date(props.datavalue) < moment(props.mindate).startOf('day').toDate()) {\n return {\n errorType : 'mindate',\n isValid: false\n }\n }\n if (value && props.maxdate && new Date(props.datavalue) > moment(props.maxdate).endOf('day').toDate()) {\n return {\n errorType : 'maxdate',\n isValid: false\n }\n }\n\n return {\n isValid: true\n }\n};\n\nexport const countDecimalDigits = (number: number | string) => {\n if (!number) return 0;\n\n // * convert the number to a string\n const numberString = number.toString();\n \n // * regular expression to match and count the decimal digits\n const decimalMatch = numberString.match(/\\.(\\d+)/);\n\n if (decimalMatch) {\n const decimalDigits = decimalMatch[1];\n return decimalDigits.length;\n } else {\n return 0; // * no decimal digits found\n }\n}\n\nexport const formatCompactNumber = (number: number) => {\n const isNegative = number < 0;\n number = isNegative ? number * -1 : number;\n let formattedNumber = number + '';\n if (number >= 1000 && number < 1_000_000) {\n formattedNumber = (number / 1000).toFixed(1).replace(/\\.0$/, \"\") + \"K\";\n } else if (number >= 1_000_000 && number < 1_000_000_000) {\n formattedNumber = (number / 1_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"M\";\n } else if (number >= 1_000_000_000 && number < 1_000_000_000_000) {\n formattedNumber = (number / 1_000_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"B\";\n } else if (number >= 1_000_000_000_000 && number < 1_000_000_000_000_000) {\n formattedNumber = (number / 1_000_000_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"T\";\n }\n return (isNegative ? '-' : '') + formattedNumber;\n}\n\nexport const toBase64 = function(path: string) {\n return FileSystem.readAsStringAsync(path, { encoding: 'base64' });\n};\n\nconst DATASET_WIDGETS = new Set([ 'select', 'checkboxset', 'radioset', 'switch', 'autocomplete', 'chips', 'typeahead', 'rating']);\nexport const isDataSetWidget = (widget: any) => {\n return DATASET_WIDGETS.has(widget);\n};\nexport const isFullPathUrl = (url: string) => {\n return isString(url) &&\n (url.startsWith('data:') \n || url.startsWith('http:') \n || url.startsWith('https:') \n || url.startsWith('file:'));\n};\n\nexport function removeUndefinedKeys(obj: any) {\n for (const key in obj) {\n if (obj[key] === undefined) {\n delete obj[key];\n } else if (typeof obj[key] === 'object') {\n // * if the value is an object, recursively call the function\n removeUndefinedKeys(obj[key]);\n }\n }\n\n return obj;\n}\n// * get total number of days in a month of a year\nfunction getDaysInMonth(month: number, year: number) {\n return new Date(year, month, 0).getDate();\n}\n\nexport const getDates = (\n month = 0, // zero-based\n year = new Date().getFullYear(),\n) => {\n const daysInMonth = getDaysInMonth(month, year);\n const dates = Array.from({length: daysInMonth}, (v, i) => i + 1);\n\n return dates;\n};\n\nexport const monthNames = [\n 'January',\n 'February',\n 'March',\n 'April',\n 'May',\n 'June',\n 'July',\n 'August',\n 'September',\n 'October',\n 'November',\n 'December',\n];\n\nexport const getMonths = () => {\n const months = monthNames.map(name => name.substring(0, 3));\n\n return months;\n};\n\nexport const getYearRange = (\n startYear: number = 1950,\n endYear: number = 2060,\n) => {\n const years = [];\n for (let year = startYear; year <= endYear; ++year) {\n years.push(year);\n }\n\n return years;\n};\n\nexport const getDateObject = (date: number, month: number, year: number) => {\n // * month is zero-based\n return new Date(year, month, date);\n};\n\nexport const getHours = () => {\n const hours = [];\n for (let hour = 1; hour <= 12; ++hour) {\n const paddedHour = String(hour).padStart(2, '0');\n hours.push(paddedHour);\n }\n\n return hours;\n}\n\nexport const get24Hours = () => {\n const hours = [];\n for (let hour = 0; hour <= 23; ++hour) {\n const paddedHour = String(hour).padStart(2, '0');\n hours.push(paddedHour);\n }\n\n return hours;\n}\n\nexport const getMinutes = () => {\n const minutes = [];\n for (let minute = 0; minute <= 59; ++minute) {\n const paddedMinute = String(minute).padStart(2, '0');\n minutes.push(paddedMinute);\n }\n\n return minutes;\n}\n\nexport const getTimeIndicators = () => {\n return ['AM', 'PM'];\n}\n\nexport const getDateTimeObject = (date: number, month: number, year: number, hour: number, minute: number) => {\n // * month is zero-based\n return new Date(year, month, date, hour, minute);\n};\n\nexport const getGradientStartEnd = (angle: string) => {\n const angleLowerCase = angle?.toLowerCase();\n let start = { x: 0, y: 1 };\n let end = { x: 1, y: 1 };\n\n if (angle === '0deg' || angleLowerCase === 'to top') {\n end.x = 0;\n end.y = 0;\n } else if (angle === '90deg' || angleLowerCase === 'to right') {\n start.x = 0;\n } else if (angle === '180deg' || angleLowerCase === 'to bottom') {\n start.y = 0;\n end.x = 0;\n end.y = 1;\n } else if (angle === '270deg' || angleLowerCase === 'to left') {\n start.x = 1;\n end.x = 0;\n } else {\n // other angle\n }\n\n return {start, end}\n}\n\nexport const parseLinearGradient = (gradient: string) => {\n let angle = '', color1 = '', color2 = '';\n const linearGradientRegex = /linear-gradient\\(([^,]+),\\s*([^,]+),\\s*([^)]+)\\)/;\n const hasLinearGradient = linearGradientRegex.test(gradient);\n\n const matches = gradient?.match(linearGradientRegex);\n angle = matches?.[1] || '90deg';\n const {start, end} = getGradientStartEnd(angle)\n color1 = matches?.[2] || ThemeVariables.INSTANCE.primaryColor;\n color2 = matches?.[3] || ThemeVariables.INSTANCE.primaryColor;\n\n return {hasLinearGradient, color1, color2, start, end};\n}\n"],"mappings":"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"}
|
package/core/viewport.js
DELETED
|
@@ -1,45 +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 { Dimensions } from "react-native";
|
|
5
|
-
import EventNotifier from "./event-notifier";
|
|
6
|
-
export const SCREEN_ORIENTATION = {
|
|
7
|
-
LANDSCAPE: 'LANDSCAPE',
|
|
8
|
-
PORTRAIT: 'PORTRAIT'
|
|
9
|
-
};
|
|
10
|
-
export const EVENTS = {
|
|
11
|
-
ORIENTATION_CHANGE: 'orientationChange',
|
|
12
|
-
SIZE_CHANGE: 'sizeChange'
|
|
13
|
-
};
|
|
14
|
-
export class ViewPort extends EventNotifier {
|
|
15
|
-
constructor() {
|
|
16
|
-
super();
|
|
17
|
-
_defineProperty(this, "width", void 0);
|
|
18
|
-
_defineProperty(this, "height", void 0);
|
|
19
|
-
_defineProperty(this, "orientation", void 0);
|
|
20
|
-
_defineProperty(this, "isMobileType", true);
|
|
21
|
-
const dim = Dimensions.get('window');
|
|
22
|
-
this.width = dim.width;
|
|
23
|
-
this.height = dim.height;
|
|
24
|
-
this.orientation = this.width > this.height ? SCREEN_ORIENTATION.LANDSCAPE : SCREEN_ORIENTATION.PORTRAIT;
|
|
25
|
-
Dimensions.addEventListener('change', () => {
|
|
26
|
-
const dim = Dimensions.get('window');
|
|
27
|
-
const orientation = dim.width > dim.height ? SCREEN_ORIENTATION.LANDSCAPE : SCREEN_ORIENTATION.PORTRAIT;
|
|
28
|
-
this.notify(EVENTS.SIZE_CHANGE, [{
|
|
29
|
-
width: dim.width,
|
|
30
|
-
height: dim.height
|
|
31
|
-
}, {
|
|
32
|
-
width: this.width,
|
|
33
|
-
height: this.height
|
|
34
|
-
}]);
|
|
35
|
-
this.width = dim.width;
|
|
36
|
-
this.height = dim.height;
|
|
37
|
-
if (this.orientation != orientation) {
|
|
38
|
-
this.notify(EVENTS.ORIENTATION_CHANGE, [orientation, this.orientation]);
|
|
39
|
-
this.orientation = orientation;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export default new ViewPort();
|
|
45
|
-
//# sourceMappingURL=viewport.js.map
|
package/core/viewport.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Dimensions","EventNotifier","SCREEN_ORIENTATION","LANDSCAPE","PORTRAIT","EVENTS","ORIENTATION_CHANGE","SIZE_CHANGE","ViewPort","constructor","_defineProperty","dim","get","width","height","orientation","addEventListener","notify"],"sources":["viewport.ts"],"sourcesContent":["import { Dimensions } from \"react-native\";\nimport EventNotifier from \"./event-notifier\";\n\n\nexport const SCREEN_ORIENTATION = {\n LANDSCAPE: 'LANDSCAPE',\n PORTRAIT: 'PORTRAIT'\n};\n\nexport const EVENTS = {\n ORIENTATION_CHANGE: 'orientationChange',\n SIZE_CHANGE: 'sizeChange'\n};\n\nexport class ViewPort extends EventNotifier {\n public width: number;\n public height: number;\n public orientation: string;\n public isMobileType = true;\n\n constructor() {\n super();\n const dim = Dimensions.get('window');\n this.width = dim.width;\n this.height = dim.height;\n this.orientation = this.width > this.height ? SCREEN_ORIENTATION.LANDSCAPE: SCREEN_ORIENTATION.PORTRAIT;\n Dimensions.addEventListener('change', () => {\n const dim = Dimensions.get('window');\n const orientation = dim.width > dim.height ? SCREEN_ORIENTATION.LANDSCAPE: SCREEN_ORIENTATION.PORTRAIT;\n this.notify(EVENTS.SIZE_CHANGE, [\n {width: dim.width, height: dim.height}, \n {width: this.width, height: this.height}\n ]);\n this.width = dim.width;\n this.height = dim.height;\n if (this.orientation != orientation) {\n this.notify(EVENTS.ORIENTATION_CHANGE, [orientation, this.orientation]);\n this.orientation = orientation;\n }\n });\n }\n}\n\nexport default new ViewPort();"],"mappings":";;;AAAA,SAASA,UAAU,QAAQ,cAAc;AACzC,OAAOC,aAAa,MAAM,kBAAkB;AAG5C,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,SAAS,EAAE,WAAW;EACtBC,QAAQ,EAAE;AACd,CAAC;AAED,OAAO,MAAMC,MAAM,GAAG;EAClBC,kBAAkB,EAAE,mBAAmB;EACvCC,WAAW,EAAE;AACjB,CAAC;AAED,OAAO,MAAMC,QAAQ,SAASP,aAAa,CAAC;EAMxCQ,WAAWA,CAAA,EAAG;IACV,KAAK,CAAC,CAAC;IAACC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,uBAHU,IAAI;IAItB,MAAMC,GAAG,GAAGX,UAAU,CAACY,GAAG,CAAC,QAAQ,CAAC;IACpC,IAAI,CAACC,KAAK,GAAGF,GAAG,CAACE,KAAK;IACtB,IAAI,CAACC,MAAM,GAAGH,GAAG,CAACG,MAAM;IACxB,IAAI,CAACC,WAAW,GAAG,IAAI,CAACF,KAAK,GAAG,IAAI,CAACC,MAAM,GAAGZ,kBAAkB,CAACC,SAAS,GAAED,kBAAkB,CAACE,QAAQ;IACvGJ,UAAU,CAACgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM;MACxC,MAAML,GAAG,GAAGX,UAAU,CAACY,GAAG,CAAC,QAAQ,CAAC;MACpC,MAAMG,WAAW,GAAGJ,GAAG,CAACE,KAAK,GAAGF,GAAG,CAACG,MAAM,GAAGZ,kBAAkB,CAACC,SAAS,GAAED,kBAAkB,CAACE,QAAQ;MACtG,IAAI,CAACa,MAAM,CAACZ,MAAM,CAACE,WAAW,EAAE,CAC5B;QAACM,KAAK,EAAEF,GAAG,CAACE,KAAK;QAAEC,MAAM,EAAEH,GAAG,CAACG;MAAM,CAAC,EACtC;QAACD,KAAK,EAAE,IAAI,CAACA,KAAK;QAAEC,MAAM,EAAE,IAAI,CAACA;MAAM,CAAC,CAC3C,CAAC;MACF,IAAI,CAACD,KAAK,GAAGF,GAAG,CAACE,KAAK;MACtB,IAAI,CAACC,MAAM,GAAGH,GAAG,CAACG,MAAM;MACxB,IAAI,IAAI,CAACC,WAAW,IAAIA,WAAW,EAAE;QACjC,IAAI,CAACE,MAAM,CAACZ,MAAM,CAACC,kBAAkB,EAAE,CAACS,WAAW,EAAE,IAAI,CAACA,WAAW,CAAC,CAAC;QACvE,IAAI,CAACA,WAAW,GAAGA,WAAW;MAClC;IACJ,CAAC,CAAC;EACN;AACJ;AAEA,eAAe,IAAIP,QAAQ,CAAC,CAAC"}
|
|
@@ -1,217 +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 { isNil } from 'lodash-es';
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { Animated, Easing, View as RNView } from 'react-native';
|
|
7
|
-
import { Gesture, GestureDetector } from 'react-native-gesture-handler';
|
|
8
|
-
import { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
|
|
9
|
-
import injector from '@wavemaker/app-rn-runtime/core/injector';
|
|
10
|
-
export class Handlers {
|
|
11
|
-
constructor() {
|
|
12
|
-
_defineProperty(this, "bounds", null);
|
|
13
|
-
_defineProperty(this, "onAnimation", () => {});
|
|
14
|
-
_defineProperty(this, "onLower", () => {});
|
|
15
|
-
_defineProperty(this, "onUpper", () => {});
|
|
16
|
-
_defineProperty(this, "computePhase", null);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export class Props {
|
|
20
|
-
constructor() {
|
|
21
|
-
_defineProperty(this, "threshold", 30);
|
|
22
|
-
_defineProperty(this, "direction", 'horizontal');
|
|
23
|
-
_defineProperty(this, "handlers", {});
|
|
24
|
-
_defineProperty(this, "style", {});
|
|
25
|
-
_defineProperty(this, "children", void 0);
|
|
26
|
-
_defineProperty(this, "enableGestures", void 0);
|
|
27
|
-
_defineProperty(this, "slideWidth", '100%');
|
|
28
|
-
_defineProperty(this, "slideMinWidth", undefined);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
export class State {
|
|
32
|
-
constructor() {
|
|
33
|
-
_defineProperty(this, "threshold", 30);
|
|
34
|
-
_defineProperty(this, "isHorizontal", false);
|
|
35
|
-
_defineProperty(this, "bounds", {});
|
|
36
|
-
_defineProperty(this, "maxPosition", Number.MAX_VALUE);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
export class View extends React.Component {
|
|
40
|
-
constructor(props) {
|
|
41
|
-
super(props);
|
|
42
|
-
_defineProperty(this, "gesture", Gesture.Pan());
|
|
43
|
-
_defineProperty(this, "position", new Animated.Value(0));
|
|
44
|
-
_defineProperty(this, "animationPhase", new Animated.Value(0));
|
|
45
|
-
_defineProperty(this, "i18nService", injector.I18nService.get());
|
|
46
|
-
_defineProperty(this, "childrenLayout", []);
|
|
47
|
-
_defineProperty(this, "viewLayout", null);
|
|
48
|
-
this.state = {
|
|
49
|
-
isHorizontal: props.direction === 'horizontal',
|
|
50
|
-
threshold: props.threshold || 30,
|
|
51
|
-
bounds: {}
|
|
52
|
-
};
|
|
53
|
-
var touchStart = {
|
|
54
|
-
x: 0,
|
|
55
|
-
y: 0,
|
|
56
|
-
active: false
|
|
57
|
-
};
|
|
58
|
-
this.gesture.maxPointers(1).minDistance(this.state.threshold).enabled(this.props.enableGestures && !isWebPreviewMode()).onTouchesDown((e, s) => {
|
|
59
|
-
touchStart = {
|
|
60
|
-
x: e.changedTouches[0].x,
|
|
61
|
-
y: e.changedTouches[0].y,
|
|
62
|
-
active: false
|
|
63
|
-
};
|
|
64
|
-
}).onTouchesMove((e, s) => {
|
|
65
|
-
if (touchStart.active) {
|
|
66
|
-
return;
|
|
67
|
-
}
|
|
68
|
-
const translationX = e.allTouches[0].x - touchStart.x;
|
|
69
|
-
const translationY = e.allTouches[0].y - touchStart.y;
|
|
70
|
-
const d = this.state.isHorizontal ? translationX : translationY;
|
|
71
|
-
const od = this.state.isHorizontal ? translationY : translationX;
|
|
72
|
-
if (Math.abs(d) >= this.state.threshold && Math.abs(od) < Math.tan(15 * Math.PI / 180) * this.state.threshold) {
|
|
73
|
-
touchStart.active = true;
|
|
74
|
-
}
|
|
75
|
-
}).onChange(e => {
|
|
76
|
-
var _this$props$handlers, _this$props$handlers2;
|
|
77
|
-
if (!touchStart.active) {
|
|
78
|
-
return;
|
|
79
|
-
}
|
|
80
|
-
const bounds = ((_this$props$handlers = this.props.handlers) === null || _this$props$handlers === void 0 ? void 0 : _this$props$handlers.bounds) && ((_this$props$handlers2 = this.props.handlers) === null || _this$props$handlers2 === void 0 ? void 0 : _this$props$handlers2.bounds(e)) || {};
|
|
81
|
-
const d = this.state.isHorizontal ? e.translationX : e.translationY;
|
|
82
|
-
let phase = this.computePhase((bounds === null || bounds === void 0 ? void 0 : bounds.center) || 0);
|
|
83
|
-
if (d && d < 0 && !isNil(bounds.center) && !isNil(bounds.lower) && bounds.center !== bounds.lower) {
|
|
84
|
-
phase += d / (bounds.center - bounds.lower) || 0;
|
|
85
|
-
} else if (d && d > 0 && !isNil(bounds.center) && !isNil(bounds.upper) && bounds.center !== bounds.upper) {
|
|
86
|
-
phase += d / (bounds.upper - bounds.center) || 0;
|
|
87
|
-
}
|
|
88
|
-
this.animationPhase.setValue(phase);
|
|
89
|
-
this.position.setValue((this.isRTL() ? -(bounds === null || bounds === void 0 ? void 0 : bounds.center) : (bounds === null || bounds === void 0 ? void 0 : bounds.center) || 0) + d);
|
|
90
|
-
}).onEnd(e => {
|
|
91
|
-
var _this$props$handlers3, _this$props$handlers4;
|
|
92
|
-
if (!touchStart.active) {
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
|
-
touchStart = {
|
|
96
|
-
x: 0,
|
|
97
|
-
y: 0,
|
|
98
|
-
active: false
|
|
99
|
-
};
|
|
100
|
-
((_this$props$handlers3 = this.props.handlers) === null || _this$props$handlers3 === void 0 ? void 0 : _this$props$handlers3.onAnimation) && ((_this$props$handlers4 = this.props.handlers) === null || _this$props$handlers4 === void 0 ? void 0 : _this$props$handlers4.onAnimation(e));
|
|
101
|
-
if (e.translationX < 0) {
|
|
102
|
-
this.isRTL() ? this.goToLower(e) : this.goToUpper(e);
|
|
103
|
-
} else if (e.translationX > 0) {
|
|
104
|
-
this.isRTL() ? this.goToUpper(e) : this.goToLower(e);
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
computeMaxScroll() {
|
|
109
|
-
var _this$viewLayout2;
|
|
110
|
-
let max = Number.MAX_VALUE;
|
|
111
|
-
const childrenWidth = this.childrenLayout.reduce((s, v) => s + v.width, 0);
|
|
112
|
-
const childrenHeight = this.childrenLayout.reduce((s, v) => s + v.height, 0);
|
|
113
|
-
if (this.props.direction === 'horizontal') {
|
|
114
|
-
var _this$viewLayout;
|
|
115
|
-
if (childrenWidth && (_this$viewLayout = this.viewLayout) !== null && _this$viewLayout !== void 0 && _this$viewLayout.width) {
|
|
116
|
-
max = childrenWidth - this.viewLayout.width;
|
|
117
|
-
}
|
|
118
|
-
} else if (childrenHeight && (_this$viewLayout2 = this.viewLayout) !== null && _this$viewLayout2 !== void 0 && _this$viewLayout2.height) {
|
|
119
|
-
max = childrenHeight - this.viewLayout.height;
|
|
120
|
-
}
|
|
121
|
-
this.setState({
|
|
122
|
-
maxPosition: -1 * max
|
|
123
|
-
});
|
|
124
|
-
}
|
|
125
|
-
setChildrenLayout(event, index) {
|
|
126
|
-
this.childrenLayout[index] = event.nativeEvent.layout;
|
|
127
|
-
this.computeMaxScroll();
|
|
128
|
-
}
|
|
129
|
-
setViewLayout(event) {
|
|
130
|
-
this.viewLayout = event.nativeEvent.layout;
|
|
131
|
-
this.computeMaxScroll();
|
|
132
|
-
}
|
|
133
|
-
computePhase(value) {
|
|
134
|
-
var _this$props$handlers5, _this$props$handlers6;
|
|
135
|
-
return ((_this$props$handlers5 = this.props.handlers) === null || _this$props$handlers5 === void 0 ? void 0 : _this$props$handlers5.computePhase) && ((_this$props$handlers6 = this.props.handlers) === null || _this$props$handlers6 === void 0 ? void 0 : _this$props$handlers6.computePhase(value)) || 0;
|
|
136
|
-
}
|
|
137
|
-
isRTL() {
|
|
138
|
-
return this.i18nService.isRTLLocale();
|
|
139
|
-
}
|
|
140
|
-
goToLower(e) {
|
|
141
|
-
var _this$props$handlers7, _this$props$handlers8;
|
|
142
|
-
const bounds = ((_this$props$handlers7 = this.props.handlers) === null || _this$props$handlers7 === void 0 ? void 0 : _this$props$handlers7.bounds) && ((_this$props$handlers8 = this.props.handlers) === null || _this$props$handlers8 === void 0 ? void 0 : _this$props$handlers8.bounds(e)) || {};
|
|
143
|
-
this.setPosition(bounds.lower).then(() => {
|
|
144
|
-
if (!isNil(bounds.lower) && bounds.center !== bounds.lower) {
|
|
145
|
-
var _this$props$handlers9, _this$props$handlers10;
|
|
146
|
-
((_this$props$handlers9 = this.props.handlers) === null || _this$props$handlers9 === void 0 ? void 0 : _this$props$handlers9.onLower) && ((_this$props$handlers10 = this.props.handlers) === null || _this$props$handlers10 === void 0 ? void 0 : _this$props$handlers10.onLower(e));
|
|
147
|
-
}
|
|
148
|
-
});
|
|
149
|
-
}
|
|
150
|
-
goToUpper(e) {
|
|
151
|
-
var _this$props$handlers11, _this$props$handlers12;
|
|
152
|
-
const bounds = ((_this$props$handlers11 = this.props.handlers) === null || _this$props$handlers11 === void 0 ? void 0 : _this$props$handlers11.bounds) && ((_this$props$handlers12 = this.props.handlers) === null || _this$props$handlers12 === void 0 ? void 0 : _this$props$handlers12.bounds(e)) || {};
|
|
153
|
-
this.setPosition(bounds.upper).then(() => {
|
|
154
|
-
if (!isNil(bounds.upper) && bounds.center !== bounds.upper) {
|
|
155
|
-
var _this$props$handlers13, _this$props$handlers14;
|
|
156
|
-
((_this$props$handlers13 = this.props.handlers) === null || _this$props$handlers13 === void 0 ? void 0 : _this$props$handlers13.onUpper) && ((_this$props$handlers14 = this.props.handlers) === null || _this$props$handlers14 === void 0 ? void 0 : _this$props$handlers14.onUpper(e));
|
|
157
|
-
}
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
setPosition(value) {
|
|
161
|
-
if (isNil(value)) {
|
|
162
|
-
return Promise.reject();
|
|
163
|
-
}
|
|
164
|
-
let position = isNaN(this.state.maxPosition) ? value : Math.max(this.state.maxPosition, value);
|
|
165
|
-
return new Promise(resolve => {
|
|
166
|
-
Animated.parallel([Animated.timing(this.animationPhase, {
|
|
167
|
-
useNativeDriver: true,
|
|
168
|
-
toValue: this.computePhase(value),
|
|
169
|
-
duration: 200,
|
|
170
|
-
easing: Easing.out(Easing.linear)
|
|
171
|
-
}), Animated.timing(this.position, {
|
|
172
|
-
useNativeDriver: true,
|
|
173
|
-
toValue: (this.isRTL() ? -1 : 1) * position,
|
|
174
|
-
duration: 200,
|
|
175
|
-
easing: Easing.out(Easing.linear)
|
|
176
|
-
})]).start(resolve);
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
render() {
|
|
180
|
-
const isHorizontal = this.props.direction === 'horizontal';
|
|
181
|
-
return (
|
|
182
|
-
/*#__PURE__*/
|
|
183
|
-
//@ts-ignore
|
|
184
|
-
React.createElement(GestureDetector, {
|
|
185
|
-
gesture: this.gesture
|
|
186
|
-
}, /*#__PURE__*/React.createElement(Animated.View, {
|
|
187
|
-
style: [isHorizontal ? {
|
|
188
|
-
flexDirection: 'row',
|
|
189
|
-
flexWrap: 'nowrap',
|
|
190
|
-
alignItems: 'center'
|
|
191
|
-
} : null, this.props.style, {
|
|
192
|
-
transform: this.state.isHorizontal ? [{
|
|
193
|
-
translateX: this.position
|
|
194
|
-
}] : [{
|
|
195
|
-
translateY: this.position
|
|
196
|
-
}]
|
|
197
|
-
}],
|
|
198
|
-
onLayout: this.setViewLayout.bind(this)
|
|
199
|
-
}, this.props.children.map((c, i) => {
|
|
200
|
-
var _this$props$style;
|
|
201
|
-
return /*#__PURE__*/React.createElement(RNView, {
|
|
202
|
-
onLayout: e => this.setChildrenLayout(e, i),
|
|
203
|
-
key: c.key,
|
|
204
|
-
style: [this.props.slideMinWidth ? {
|
|
205
|
-
minWidth: this.props.slideMinWidth
|
|
206
|
-
} : {
|
|
207
|
-
width: this.props.slideWidth
|
|
208
|
-
}, ((_this$props$style = this.props.style) === null || _this$props$style === void 0 ? void 0 : _this$props$style.height) === '100%' ? {
|
|
209
|
-
height: '100%'
|
|
210
|
-
} : null]
|
|
211
|
-
}, c);
|
|
212
|
-
})))
|
|
213
|
-
);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
_defineProperty(View, "defaultProps", new Props());
|
|
217
|
-
//# sourceMappingURL=swipe.animation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["isNil","React","Animated","Easing","View","RNView","Gesture","GestureDetector","isWebPreviewMode","injector","Handlers","constructor","_defineProperty","Props","undefined","State","Number","MAX_VALUE","Component","props","Pan","Value","I18nService","get","state","isHorizontal","direction","threshold","bounds","touchStart","x","y","active","gesture","maxPointers","minDistance","enabled","enableGestures","onTouchesDown","e","s","changedTouches","onTouchesMove","translationX","allTouches","translationY","d","od","Math","abs","tan","PI","onChange","_this$props$handlers","_this$props$handlers2","handlers","phase","computePhase","center","lower","upper","animationPhase","setValue","position","isRTL","onEnd","_this$props$handlers3","_this$props$handlers4","onAnimation","goToLower","goToUpper","computeMaxScroll","_this$viewLayout2","max","childrenWidth","childrenLayout","reduce","v","width","childrenHeight","height","_this$viewLayout","viewLayout","setState","maxPosition","setChildrenLayout","event","index","nativeEvent","layout","setViewLayout","value","_this$props$handlers5","_this$props$handlers6","i18nService","isRTLLocale","_this$props$handlers7","_this$props$handlers8","setPosition","then","_this$props$handlers9","_this$props$handlers10","onLower","_this$props$handlers11","_this$props$handlers12","_this$props$handlers13","_this$props$handlers14","onUpper","Promise","reject","isNaN","resolve","parallel","timing","useNativeDriver","toValue","duration","easing","out","linear","start","render","createElement","style","flexDirection","flexWrap","alignItems","transform","translateX","translateY","onLayout","bind","children","map","c","i","_this$props$style","key","slideMinWidth","minWidth","slideWidth"],"sources":["swipe.animation.tsx"],"sourcesContent":["import { isNil } from 'lodash-es';\nimport React from 'react';\nimport { Animated, Easing, View as RNView, ViewStyle, LayoutChangeEvent, LayoutRectangle, DimensionValue } from 'react-native';\nimport { Gesture, GestureDetector, GestureUpdateEvent } from 'react-native-gesture-handler';\nimport { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\n\nexport class Handlers {\n bounds?: (g: GestureUpdateEvent<any>) => Bounds = null as any;\n onAnimation?: (g: GestureUpdateEvent<any>) => any = () => {};\n onLower?: (g: GestureUpdateEvent<any>) => any = () => {};\n onUpper?: (g: GestureUpdateEvent<any>) => any = () => {};\n computePhase?: (value: number) => number = null as any;\n}\n\nexport interface Bounds {\n upper?: number;\n center?: number;\n lower?: number;\n}\n\nexport class Props {\n threshold?: number = 30;\n direction?: 'horizontal' | 'vertical' = 'horizontal';\n handlers?: Handlers = {} as any;\n style?: ViewStyle = {} as any;\n children: any;\n enableGestures: any;\n slideWidth?: DimensionValue = '100%'; \n slideMinWidth?: DimensionValue = undefined; \n}\n\nexport class State {\n threshold = 30;\n isHorizontal = false;\n bounds: Bounds = {} as any;\n maxPosition = Number.MAX_VALUE;\n}\n\nexport class View extends React.Component<Props, State> {\n\n static defaultProps = new Props();\n\n private gesture = Gesture.Pan();\n private position = new Animated.Value(0);\n public animationPhase = new Animated.Value(0);\n private i18nService = injector.I18nService.get();\n private childrenLayout: LayoutRectangle[] = [];\n private viewLayout: LayoutRectangle = null as any;\n\n constructor(props: Props) {\n super(props);\n this.state = {\n isHorizontal: props.direction === 'horizontal',\n threshold: props.threshold || 30,\n bounds: {} as any\n } as State;\n var touchStart = {\n x: 0,\n y: 0,\n active: false\n };\n this.gesture\n .maxPointers(1)\n .minDistance(this.state.threshold)\n .enabled(this.props.enableGestures && !isWebPreviewMode())\n .onTouchesDown((e, s) => {\n touchStart = {\n x: e.changedTouches[0].x,\n y: e.changedTouches[0].y,\n active: false\n };\n })\n .onTouchesMove((e, s) => {\n if (touchStart.active) {\n return;\n }\n const translationX = e.allTouches[0].x - touchStart.x;\n const translationY = e.allTouches[0].y - touchStart.y;\n const d = (this.state.isHorizontal ? translationX : translationY);\n const od = (this.state.isHorizontal ? translationY : translationX);\n if (Math.abs(d) >= this.state.threshold\n && Math.abs(od) < Math.tan((15 * Math.PI) / 180) * this.state.threshold) {\n touchStart.active = true;\n }\n })\n .onChange(e => {\n if (!touchStart.active) {\n return;\n }\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n const d = (this.state.isHorizontal ? e.translationX : e.translationY);\n let phase = this.computePhase(bounds?.center || 0);\n if (d && d < 0 && !isNil(bounds.center) && !isNil(bounds.lower)\n && bounds.center !== bounds.lower) {\n phase += (d / (bounds.center - bounds.lower)) || 0;\n } else if (d && d > 0 && !isNil(bounds.center) && !isNil(bounds.upper)\n && bounds.center !== bounds.upper) {\n phase += (d / (bounds.upper - bounds.center)) || 0;\n }\n this.animationPhase.setValue(phase);\n this.position.setValue(\n (this.isRTL()?-bounds?.center! :bounds?.center || 0) + d);\n })\n .onEnd(e => {\n if (!touchStart.active) {\n return;\n }\n touchStart = {\n x: 0,\n y: 0,\n active: false\n };\n this.props.handlers?.onAnimation && \n this.props.handlers?.onAnimation(e);\n if (e.translationX < 0) {\n this.isRTL()?this.goToLower(e):this.goToUpper(e);\n } else if (e.translationX > 0) {\n this.isRTL()?this.goToUpper(e):this.goToLower(e);\n }\n })\n\n }\n\n computeMaxScroll() {\n let max = Number.MAX_VALUE;\n const childrenWidth = this.childrenLayout.reduce((s, v) => s + v.width, 0);\n const childrenHeight = this.childrenLayout.reduce((s, v) => s + v.height, 0);\n if (this.props.direction === 'horizontal') {\n if (childrenWidth && this.viewLayout?.width) {\n max = childrenWidth - this.viewLayout.width;\n }\n } else if (childrenHeight && this.viewLayout?.height) {\n max = childrenHeight - this.viewLayout.height;\n }\n this.setState({maxPosition: -1 * max});\n }\n\n setChildrenLayout(event: LayoutChangeEvent, index: number) {\n this.childrenLayout[index] = event.nativeEvent.layout;\n this.computeMaxScroll();\n }\n\n setViewLayout(event: LayoutChangeEvent) {\n this.viewLayout = event.nativeEvent.layout;\n this.computeMaxScroll();\n }\n\n computePhase(value: number) {\n return (this.props.handlers?.computePhase && \n this.props.handlers?.computePhase(value)) || 0;\n }\n\n isRTL(){\n return this.i18nService.isRTLLocale();\n }\n\n goToLower(e?: any) {\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n this.setPosition(bounds.lower)\n .then(() => {\n if (!isNil(bounds.lower) && bounds.center !== bounds.lower) {\n this.props.handlers?.onLower && \n this.props.handlers?.onLower(e);\n }\n });\n }\n\n goToUpper(e?: any) {\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n this.setPosition(bounds.upper)\n .then(() => {\n if (!isNil(bounds.upper) && bounds.center !== bounds.upper) {\n this.props.handlers?.onUpper && \n this.props.handlers?.onUpper(e);\n }\n });\n }\n \n setPosition(value: number | undefined) {\n if (isNil(value)) {\n return Promise.reject();\n }\n let position = isNaN(this.state.maxPosition) ? value : Math.max(this.state.maxPosition, value);\n return new Promise((resolve) => {\n Animated.parallel([\n Animated.timing(this.animationPhase, {\n useNativeDriver: true,\n toValue: this.computePhase(value),\n duration: 200,\n easing: Easing.out(Easing.linear)\n }),\n Animated.timing(this.position, {\n useNativeDriver: true,\n toValue: (this.isRTL() ? -1: 1) * position,\n duration: 200,\n easing: Easing.out(Easing.linear)\n })\n ]).start(resolve);\n });\n }\n\n public render() {\n const isHorizontal = this.props.direction === 'horizontal';\n return (\n //@ts-ignore\n <GestureDetector gesture={this.gesture}>\n <Animated.View style={[\n isHorizontal ? {\n flexDirection: 'row',\n flexWrap: 'nowrap',\n alignItems: 'center',\n } : null,\n this.props.style, \n {\n transform: this.state.isHorizontal ? [{\n translateX: this.position\n }] : [{\n translateY: this.position\n }]\n }]} onLayout={this.setViewLayout.bind(this)}>\n {this.props.children.map((c: any, i: number) => {\n return (<RNView onLayout={(e) => this.setChildrenLayout(e, i)} key={c.key} \n style={[this.props.slideMinWidth ? {\n minWidth: this.props.slideMinWidth\n } : {\n width: this.props.slideWidth\n },\n this.props.style?.height === '100%' ? {\n height: '100%'\n } : null\n ]}>\n {c}\n </RNView>);\n })}\n </Animated.View>\n </GestureDetector>\n );\n }\n\n}"],"mappings":"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"}
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from '@wavemaker/app-rn-runtime/actions/index';"],"mappings":"AAAA,cAAc,yCAAyC"}
|