@wavemaker/app-rn-runtime 11.7.0-patch.6 → 11.7.0-rc.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app-rn-runtime/actions/base-action.js.map +1 -0
- app-rn-runtime/actions/index.js.map +1 -0
- app-rn-runtime/actions/login-action.js.map +1 -0
- app-rn-runtime/actions/logout-action.js.map +1 -0
- app-rn-runtime/actions/navigation-action.js +44 -0
- app-rn-runtime/actions/navigation-action.js.map +1 -0
- app-rn-runtime/actions/notification-action.js +73 -0
- app-rn-runtime/actions/notification-action.js.map +1 -0
- app-rn-runtime/actions/timer-action.js +57 -0
- app-rn-runtime/actions/timer-action.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.component.js +330 -0
- app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.props.js +21 -0
- app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -0
- app-rn-runtime/components/advanced/carousel/carousel.styles.js +180 -0
- app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.component.js +39 -0
- app-rn-runtime/components/advanced/login/login.component.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.props.js +12 -0
- app-rn-runtime/components/advanced/login/login.props.js.map +1 -0
- app-rn-runtime/components/advanced/login/login.styles.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +114 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.component.js +153 -0
- app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.props.js +16 -0
- app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -0
- app-rn-runtime/components/advanced/webview/webview.styles.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.component.js +99 -0
- app-rn-runtime/components/basic/anchor/anchor.component.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.props.js +32 -0
- app-rn-runtime/components/basic/anchor/anchor.props.js.map +1 -0
- app-rn-runtime/components/basic/anchor/anchor.styles.js +83 -0
- app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -0
- app-rn-runtime/components/basic/animatedview.component.js +222 -0
- app-rn-runtime/components/basic/animatedview.component.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.component.js +244 -0
- app-rn-runtime/components/basic/audio/audio.component.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.props.js +15 -0
- app-rn-runtime/components/basic/audio/audio.props.js.map +1 -0
- app-rn-runtime/components/basic/audio/audio.styles.js.map +1 -0
- app-rn-runtime/components/basic/button/button.component.js +113 -0
- app-rn-runtime/components/basic/button/button.component.js.map +1 -0
- app-rn-runtime/components/basic/button/button.props.js +27 -0
- app-rn-runtime/components/basic/button/button.props.js.map +1 -0
- app-rn-runtime/components/basic/button/button.styles.js +132 -0
- app-rn-runtime/components/basic/button/button.styles.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +14 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +1 -0
- app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.component.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.props.js +16 -0
- app-rn-runtime/components/basic/custom/custom.props.js.map +1 -0
- app-rn-runtime/components/basic/custom/custom.styles.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.component.js +266 -0
- app-rn-runtime/components/basic/icon/icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.props.js +27 -0
- app-rn-runtime/components/basic/icon/icon.props.js.map +1 -0
- app-rn-runtime/components/basic/icon/icon.styles.js.map +1 -0
- app-rn-runtime/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -0
- app-rn-runtime/components/basic/icon/wavicon/wavicon.component.js.map +1 -0
- app-rn-runtime/components/basic/label/label.component.js +156 -0
- app-rn-runtime/components/basic/label/label.component.js.map +1 -0
- app-rn-runtime/components/basic/label/label.props.js +24 -0
- app-rn-runtime/components/basic/label/label.props.js.map +1 -0
- app-rn-runtime/components/basic/label/label.styles.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.component.js +136 -0
- app-rn-runtime/components/basic/lottie/lottie.component.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.props.js +14 -0
- app-rn-runtime/components/basic/lottie/lottie.props.js.map +1 -0
- app-rn-runtime/components/basic/lottie/lottie.styles.js +15 -0
- app-rn-runtime/components/basic/lottie/lottie.styles.js.map +1 -0
- app-rn-runtime/components/basic/message/message.component.js +78 -0
- app-rn-runtime/components/basic/message/message.component.js.map +1 -0
- app-rn-runtime/components/basic/message/message.props.js +21 -0
- app-rn-runtime/components/basic/message/message.props.js.map +1 -0
- app-rn-runtime/components/basic/message/message.styles.js +116 -0
- app-rn-runtime/components/basic/message/message.styles.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.component.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.props.js +12 -0
- app-rn-runtime/components/basic/modal/modal.props.js.map +1 -0
- app-rn-runtime/components/basic/modal/modal.styles.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.component.js +191 -0
- app-rn-runtime/components/basic/picture/picture.component.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.props.js +22 -0
- app-rn-runtime/components/basic/picture/picture.props.js.map +1 -0
- app-rn-runtime/components/basic/picture/picture.styles.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +59 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +16 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +1 -0
- app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +77 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +19 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +1 -0
- app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
- app-rn-runtime/components/basic/search/local-data-provider.js +113 -0
- app-rn-runtime/components/basic/search/local-data-provider.js.map +1 -0
- app-rn-runtime/components/basic/search/search.component.js +430 -0
- app-rn-runtime/components/basic/search/search.component.js.map +1 -0
- app-rn-runtime/components/basic/search/search.props.js +35 -0
- app-rn-runtime/components/basic/search/search.props.js.map +1 -0
- app-rn-runtime/components/basic/search/search.styles.js +179 -0
- app-rn-runtime/components/basic/search/search.styles.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.component.js +149 -0
- app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.props.js +11 -0
- app-rn-runtime/components/basic/skeleton/skeleton.props.js.map +1 -0
- app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.component.js +90 -0
- app-rn-runtime/components/basic/spinner/spinner.component.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.props.js +17 -0
- app-rn-runtime/components/basic/spinner/spinner.props.js.map +1 -0
- app-rn-runtime/components/basic/spinner/spinner.styles.js +41 -0
- app-rn-runtime/components/basic/spinner/spinner.styles.js.map +1 -0
- app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +1 -0
- app-rn-runtime/components/basic/tooltip/tooltip.props.js +18 -0
- app-rn-runtime/components/basic/tooltip/tooltip.props.js.map +1 -0
- app-rn-runtime/components/basic/tooltip/tooltip.styles.js.map +1 -0
- app-rn-runtime/components/basic/video/video.component.js +62 -0
- app-rn-runtime/components/basic/video/video.component.js.map +1 -0
- app-rn-runtime/components/basic/video/video.props.js +25 -0
- app-rn-runtime/components/basic/video/video.props.js.map +1 -0
- app-rn-runtime/components/basic/video/video.styles.js +14 -0
- app-rn-runtime/components/basic/video/video.styles.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.component.js +148 -0
- app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.props.js +12 -0
- app-rn-runtime/components/chart/area-chart/area-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js +13 -0
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +120 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +13 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js +13 -0
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/basechart.component.js +693 -0
- app-rn-runtime/components/chart/basechart.component.js.map +1 -0
- app-rn-runtime/components/chart/basechart.props.js +61 -0
- app-rn-runtime/components/chart/basechart.props.js.map +1 -0
- app-rn-runtime/components/chart/basechart.styles.js +97 -0
- app-rn-runtime/components/chart/basechart.styles.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +104 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +11 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js +13 -0
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +11 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js +13 -0
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/legend/legend.component.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.component.js +110 -0
- app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.props.js +14 -0
- app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js +13 -0
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +228 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +14 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js +13 -0
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +348 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +17 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js.map +1 -0
- app-rn-runtime/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
- app-rn-runtime/components/chart/staticdata.js.map +1 -0
- app-rn-runtime/components/chart/theme/chart.theme.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.component.js +183 -0
- app-rn-runtime/components/container/accordion/accordion.component.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.props.js +14 -0
- app-rn-runtime/components/container/accordion/accordion.props.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordion.styles.js +141 -0
- app-rn-runtime/components/container/accordion/accordion.styles.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +78 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -0
- app-rn-runtime/components/container/container.component.js +73 -0
- app-rn-runtime/components/container/container.component.js.map +1 -0
- app-rn-runtime/components/container/container.props.js +13 -0
- app-rn-runtime/components/container/container.props.js.map +1 -0
- app-rn-runtime/components/container/container.styles.js +52 -0
- app-rn-runtime/components/container/container.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +21 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +43 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +11 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js +34 -0
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js +69 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js +15 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js +14 -0
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/collapsible-pane.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +11 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-content/panel-content.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +11 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.component.js +155 -0
- app-rn-runtime/components/container/panel/panel.component.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.props.js +24 -0
- app-rn-runtime/components/container/panel/panel.props.js.map +1 -0
- app-rn-runtime/components/container/panel/panel.styles.js +108 -0
- app-rn-runtime/components/container/panel/panel.styles.js.map +1 -0
- app-rn-runtime/components/container/partial-host.component.js +42 -0
- app-rn-runtime/components/container/partial-host.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +198 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +13 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +74 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +15 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabpane/tabpane.styles.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.component.js +271 -0
- app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.props.js +13 -0
- app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -0
- app-rn-runtime/components/container/tabs/tabs.styles.js +61 -0
- app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.component.js +45 -0
- app-rn-runtime/components/container/tile/tile.component.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.props.js +13 -0
- app-rn-runtime/components/container/tile/tile.props.js.map +1 -0
- app-rn-runtime/components/container/tile/tile.styles.js +38 -0
- app-rn-runtime/components/container/tile/tile.styles.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.component.js +335 -0
- app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.props.js +23 -0
- app-rn-runtime/components/container/wizard/wizard.props.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizard.styles.js +313 -0
- app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +80 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js +13 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.component.js +45 -0
- app-rn-runtime/components/data/card/card-content/card-content.component.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.props.js +12 -0
- app-rn-runtime/components/data/card/card-content/card-content.props.js.map +1 -0
- app-rn-runtime/components/data/card/card-content/card-content.styles.js +17 -0
- app-rn-runtime/components/data/card/card-content/card-content.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js +11 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +1 -0
- app-rn-runtime/components/data/card/card-footer/card-footer.styles.js.map +1 -0
- app-rn-runtime/components/data/card/card.component.js +90 -0
- app-rn-runtime/components/data/card/card.component.js.map +1 -0
- app-rn-runtime/components/data/card/card.props.js +27 -0
- app-rn-runtime/components/data/card/card.props.js.map +1 -0
- app-rn-runtime/components/data/card/card.styles.js +51 -0
- app-rn-runtime/components/data/card/card.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.component.js +35 -0
- app-rn-runtime/components/data/form/form-action/form-action.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.props.js +18 -0
- app-rn-runtime/components/data/form/form-action/form-action.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.props.js +11 -0
- app-rn-runtime/components/data/form/form-body/form-body.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-body/form-body.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.component.js +245 -0
- app-rn-runtime/components/data/form/form-field/form-field.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.props.js +34 -0
- app-rn-runtime/components/data/form/form-field/form-field.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js +11 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +1 -0
- app-rn-runtime/components/data/form/form-footer/form-footer.styles.js.map +1 -0
- app-rn-runtime/components/data/form/form.component.js +425 -0
- app-rn-runtime/components/data/form/form.component.js.map +1 -0
- app-rn-runtime/components/data/form/form.props.js +31 -0
- app-rn-runtime/components/data/form/form.props.js.map +1 -0
- app-rn-runtime/components/data/form/form.styles.js +45 -0
- app-rn-runtime/components/data/form/form.styles.js.map +1 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js +28 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js.map +1 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +12 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js.map +1 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js +36 -0
- app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.component.js +45 -0
- app-rn-runtime/components/data/list/list-template/list-template.component.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.props.js +12 -0
- app-rn-runtime/components/data/list/list-template/list-template.props.js.map +1 -0
- app-rn-runtime/components/data/list/list-template/list-template.styles.js +35 -0
- app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +1 -0
- app-rn-runtime/components/data/list/list.component.js +475 -0
- app-rn-runtime/components/data/list/list.component.js.map +1 -0
- app-rn-runtime/components/data/list/list.props.js +48 -0
- app-rn-runtime/components/data/list/list.props.js.map +1 -0
- app-rn-runtime/components/data/list/list.styles.js +151 -0
- app-rn-runtime/components/data/list/list.styles.js.map +1 -0
- app-rn-runtime/components/data/liveform/liveform.component.js +98 -0
- app-rn-runtime/components/data/liveform/liveform.component.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +50 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +18 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
- app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.component.js +68 -0
- app-rn-runtime/components/device/camera/camera.component.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.props.js +23 -0
- app-rn-runtime/components/device/camera/camera.props.js.map +1 -0
- app-rn-runtime/components/device/camera/camera.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +72 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +24 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.component.js +102 -0
- app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.props.js +25 -0
- app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +21 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +11 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +26 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.component.js +230 -0
- app-rn-runtime/components/input/basedataset/basedataset.component.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.props.js +31 -0
- app-rn-runtime/components/input/basedataset/basedataset.props.js.map +1 -0
- app-rn-runtime/components/input/basedataset/basedataset.styles.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.component.js +157 -0
- app-rn-runtime/components/input/baseinput/baseinput.component.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.props.js +30 -0
- app-rn-runtime/components/input/baseinput/baseinput.props.js.map +1 -0
- app-rn-runtime/components/input/baseinput/baseinput.styles.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.component.js +327 -0
- app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.props.js +27 -0
- app-rn-runtime/components/input/basenumber/basenumber.props.js.map +1 -0
- app-rn-runtime/components/input/basenumber/basenumber.styles.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.component.js +139 -0
- app-rn-runtime/components/input/calendar/calendar.component.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.props.js +14 -0
- app-rn-runtime/components/input/calendar/calendar.props.js.map +1 -0
- app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -0
- app-rn-runtime/components/input/calendar/views/month-view.js +191 -0
- app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -0
- app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.component.js +101 -0
- app-rn-runtime/components/input/checkbox/checkbox.component.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.props.js +18 -0
- app-rn-runtime/components/input/checkbox/checkbox.props.js.map +1 -0
- app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js +144 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js +21 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +1 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +77 -0
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.component.js +282 -0
- app-rn-runtime/components/input/chips/chips.component.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.props.js +19 -0
- app-rn-runtime/components/input/chips/chips.props.js.map +1 -0
- app-rn-runtime/components/input/chips/chips.styles.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.component.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.props.js +12 -0
- app-rn-runtime/components/input/composite/composite.props.js.map +1 -0
- app-rn-runtime/components/input/composite/composite.styles.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.component.js +103 -0
- app-rn-runtime/components/input/currency/currency.component.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.props.js +13 -0
- app-rn-runtime/components/input/currency/currency.props.js.map +1 -0
- app-rn-runtime/components/input/currency/currency.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/base-datetime.component.js +452 -0
- app-rn-runtime/components/input/epoch/base-datetime.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/date/date.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/date-picker.component.js +136 -0
- app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js +29 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.props.js +15 -0
- app-rn-runtime/components/input/epoch/time/time.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/time/time.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +198 -0
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +107 -0
- app-rn-runtime/components/input/epoch/wheel-time-picker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +91 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +76 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +17 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.component.js +60 -0
- app-rn-runtime/components/input/fileupload/fileupload.component.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.props.js +17 -0
- app-rn-runtime/components/input/fileupload/fileupload.props.js.map +1 -0
- app-rn-runtime/components/input/fileupload/fileupload.styles.js.map +1 -0
- app-rn-runtime/components/input/number/number.component.js +69 -0
- app-rn-runtime/components/input/number/number.component.js.map +1 -0
- app-rn-runtime/components/input/number/number.props.js +13 -0
- app-rn-runtime/components/input/number/number.props.js.map +1 -0
- app-rn-runtime/components/input/number/number.styles.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.component.js +117 -0
- app-rn-runtime/components/input/radioset/radioset.component.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.props.js +19 -0
- app-rn-runtime/components/input/radioset/radioset.props.js.map +1 -0
- app-rn-runtime/components/input/radioset/radioset.styles.js +83 -0
- app-rn-runtime/components/input/radioset/radioset.styles.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.component.js +144 -0
- app-rn-runtime/components/input/rating/rating.component.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.props.js +21 -0
- app-rn-runtime/components/input/rating/rating.props.js.map +1 -0
- app-rn-runtime/components/input/rating/rating.styles.js.map +1 -0
- app-rn-runtime/components/input/select/select.component.js +207 -0
- app-rn-runtime/components/input/select/select.component.js.map +1 -0
- app-rn-runtime/components/input/select/select.props.js +12 -0
- app-rn-runtime/components/input/select/select.props.js.map +1 -0
- app-rn-runtime/components/input/select/select.styles.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.component.js +444 -0
- app-rn-runtime/components/input/slider/slider.component.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.props.js +20 -0
- app-rn-runtime/components/input/slider/slider.props.js.map +1 -0
- app-rn-runtime/components/input/slider/slider.styles.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.component.js +84 -0
- app-rn-runtime/components/input/switch/switch.component.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.props.js +13 -0
- app-rn-runtime/components/input/switch/switch.props.js.map +1 -0
- app-rn-runtime/components/input/switch/switch.styles.js +128 -0
- app-rn-runtime/components/input/switch/switch.styles.js.map +1 -0
- app-rn-runtime/components/input/text/text.component.js +82 -0
- app-rn-runtime/components/input/text/text.component.js.map +1 -0
- app-rn-runtime/components/input/text/text.props.js +14 -0
- app-rn-runtime/components/input/text/text.props.js.map +1 -0
- app-rn-runtime/components/input/text/text.styles.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.component.js +81 -0
- app-rn-runtime/components/input/textarea/textarea.component.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.props.js +14 -0
- app-rn-runtime/components/input/textarea/textarea.props.js.map +1 -0
- app-rn-runtime/components/input/textarea/textarea.styles.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.component.js +144 -0
- app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.props.js +20 -0
- app-rn-runtime/components/input/toggle/toggle.props.js.map +1 -0
- app-rn-runtime/components/input/toggle/toggle.styles.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +74 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +21 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
- app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.component.js +72 -0
- app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.props.js +18 -0
- app-rn-runtime/components/navigation/basenav/basenav.props.js.map +1 -0
- app-rn-runtime/components/navigation/basenav/basenav.styles.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.component.js +63 -0
- app-rn-runtime/components/navigation/menu/menu.component.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.props.js +14 -0
- app-rn-runtime/components/navigation/menu/menu.props.js.map +1 -0
- app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.component.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.props.js +16 -0
- app-rn-runtime/components/navigation/navbar/navbar.props.js.map +1 -0
- app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.component.js +67 -0
- app-rn-runtime/components/navigation/navitem/navitem.component.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.props.js +19 -0
- app-rn-runtime/components/navigation/navitem/navitem.props.js.map +1 -0
- app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.component.js +193 -0
- app-rn-runtime/components/navigation/popover/popover.component.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.props.js +31 -0
- app-rn-runtime/components/navigation/popover/popover.props.js.map +1 -0
- app-rn-runtime/components/navigation/popover/popover.styles.js +86 -0
- app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -0
- app-rn-runtime/components/page/content/content.component.js +31 -0
- app-rn-runtime/components/page/content/content.component.js.map +1 -0
- app-rn-runtime/components/page/content/content.props.js.map +1 -0
- app-rn-runtime/components/page/content/content.styles.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.component.js +45 -0
- app-rn-runtime/components/page/left-panel/left-panel.component.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.props.js +12 -0
- app-rn-runtime/components/page/left-panel/left-panel.props.js.map +1 -0
- app-rn-runtime/components/page/left-panel/left-panel.styles.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.component.js +62 -0
- app-rn-runtime/components/page/page-content/page-content.component.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.props.js +12 -0
- app-rn-runtime/components/page/page-content/page-content.props.js.map +1 -0
- app-rn-runtime/components/page/page-content/page-content.styles.js +20 -0
- app-rn-runtime/components/page/page-content/page-content.styles.js.map +1 -0
- app-rn-runtime/components/page/page.component.js +26 -0
- app-rn-runtime/components/page/page.component.js.map +1 -0
- app-rn-runtime/components/page/page.props.js.map +1 -0
- app-rn-runtime/components/page/page.styles.js +24 -0
- app-rn-runtime/components/page/page.styles.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.component.js +37 -0
- app-rn-runtime/components/page/partial/partial.component.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.props.js.map +1 -0
- app-rn-runtime/components/page/partial/partial.styles.js +18 -0
- app-rn-runtime/components/page/partial/partial.styles.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.component.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.props.js +12 -0
- app-rn-runtime/components/page/partial-container/partial-container.props.js.map +1 -0
- app-rn-runtime/components/page/partial-container/partial-container.styles.js.map +1 -0
- app-rn-runtime/components/page/tabbar/curve.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.component.js +149 -0
- app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.props.js +28 -0
- app-rn-runtime/components/page/tabbar/tabbar.props.js.map +1 -0
- app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.component.js +38 -0
- app-rn-runtime/components/prefab/prefab-container.component.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.props.js.map +1 -0
- app-rn-runtime/components/prefab/prefab-container.styles.js +16 -0
- app-rn-runtime/components/prefab/prefab-container.styles.js.map +1 -0
- app-rn-runtime/core/AppConfig.js.map +1 -0
- app-rn-runtime/core/accessibility.js +155 -0
- app-rn-runtime/core/accessibility.js.map +1 -0
- app-rn-runtime/core/asset.provider.js.map +1 -0
- app-rn-runtime/core/base.component.js +459 -0
- app-rn-runtime/core/base.component.js.map +1 -0
- app-rn-runtime/core/components/floatinglabel.component.js.map +1 -0
- app-rn-runtime/core/components/textinput.component.js +195 -0
- app-rn-runtime/core/components/textinput.component.js.map +1 -0
- app-rn-runtime/core/constant.service.js +22 -0
- app-rn-runtime/core/constant.service.js.map +1 -0
- app-rn-runtime/core/constants/currency-constants.js.map +1 -0
- app-rn-runtime/core/currency-constants.js.map +1 -0
- app-rn-runtime/core/device/calendar-service.js.map +1 -0
- app-rn-runtime/core/device/camera-service.js.map +1 -0
- app-rn-runtime/core/device/contacts-service.js.map +1 -0
- app-rn-runtime/core/device/location-service.js.map +1 -0
- app-rn-runtime/core/device/scan-service.js.map +1 -0
- app-rn-runtime/core/display.manager.js.map +1 -0
- app-rn-runtime/core/event-notifier.js +68 -0
- app-rn-runtime/core/event-notifier.js.map +1 -0
- app-rn-runtime/core/file-extension-types.js.map +1 -0
- app-rn-runtime/core/fixed-view.component.js +67 -0
- app-rn-runtime/core/fixed-view.component.js.map +1 -0
- app-rn-runtime/core/formatters.js +68 -0
- app-rn-runtime/core/formatters.js.map +1 -0
- app-rn-runtime/core/i18n.service.js.map +1 -0
- app-rn-runtime/core/if.component.js +35 -0
- app-rn-runtime/core/if.component.js.map +1 -0
- app-rn-runtime/core/imageSizeEstimator.js +51 -0
- app-rn-runtime/core/imageSizeEstimator.js.map +1 -0
- app-rn-runtime/core/injector.js.map +1 -0
- app-rn-runtime/core/key.extractor.js +21 -0
- app-rn-runtime/core/key.extractor.js.map +1 -0
- app-rn-runtime/core/logger.js +123 -0
- app-rn-runtime/core/logger.js.map +1 -0
- app-rn-runtime/core/modal.service.js.map +1 -0
- app-rn-runtime/core/navigation.service.js.map +1 -0
- app-rn-runtime/core/network.service.js +327 -0
- app-rn-runtime/core/network.service.js.map +1 -0
- app-rn-runtime/core/partial.service.js.map +1 -0
- app-rn-runtime/core/props.provider.js +89 -0
- app-rn-runtime/core/props.provider.js.map +1 -0
- app-rn-runtime/core/scroll-view.component.js +52 -0
- app-rn-runtime/core/scroll-view.component.js.map +1 -0
- app-rn-runtime/core/security.service.js.map +1 -0
- app-rn-runtime/core/spinner.service.js.map +1 -0
- app-rn-runtime/core/storage.service.js +23 -0
- app-rn-runtime/core/storage.service.js.map +1 -0
- app-rn-runtime/core/tappable.component.js +145 -0
- app-rn-runtime/core/tappable.component.js.map +1 -0
- app-rn-runtime/core/testid.provider.js.map +1 -0
- app-rn-runtime/core/toast.service.js.map +1 -0
- app-rn-runtime/core/ui-preferences.context.js +7 -0
- app-rn-runtime/core/ui-preferences.context.js.map +1 -0
- app-rn-runtime/core/utils.js +529 -0
- app-rn-runtime/core/utils.js.map +1 -0
- app-rn-runtime/core/viewport.js +45 -0
- app-rn-runtime/core/viewport.js.map +1 -0
- app-rn-runtime/gestures/swipe.animation.js +217 -0
- app-rn-runtime/gestures/swipe.animation.js.map +1 -0
- app-rn-runtime/index.js.map +1 -0
- app-rn-runtime/package.json +270 -0
- app-rn-runtime/runtime/App.js +506 -0
- app-rn-runtime/runtime/App.js.map +1 -0
- app-rn-runtime/runtime/App.navigator.js +109 -0
- app-rn-runtime/runtime/App.navigator.js.map +1 -0
- app-rn-runtime/runtime/base-fragment.component.js +383 -0
- app-rn-runtime/runtime/base-fragment.component.js.map +1 -0
- app-rn-runtime/runtime/base-page.component.js +170 -0
- app-rn-runtime/runtime/base-page.component.js.map +1 -0
- app-rn-runtime/runtime/base-partial.component.js +60 -0
- app-rn-runtime/runtime/base-partial.component.js.map +1 -0
- app-rn-runtime/runtime/base-prefab.component.js +83 -0
- app-rn-runtime/runtime/base-prefab.component.js.map +1 -0
- app-rn-runtime/runtime/lib-patch.js +25 -0
- app-rn-runtime/runtime/lib-patch.js.map +1 -0
- app-rn-runtime/runtime/memo.component.js +35 -0
- app-rn-runtime/runtime/memo.component.js.map +1 -0
- app-rn-runtime/runtime/navigator/drawer.navigator.js +30 -0
- app-rn-runtime/runtime/navigator/drawer.navigator.js.map +1 -0
- app-rn-runtime/runtime/navigator/stack.navigator.js +77 -0
- app-rn-runtime/runtime/navigator/stack.navigator.js.map +1 -0
- app-rn-runtime/runtime/platform.api.js.map +1 -0
- app-rn-runtime/runtime/services/app-display-manager.service.js +50 -0
- app-rn-runtime/runtime/services/app-display-manager.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-i18n.service.js +81 -0
- app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-modal.service.js +71 -0
- app-rn-runtime/runtime/services/app-modal.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-security.service.js +240 -0
- app-rn-runtime/runtime/services/app-security.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-spinner.service.js +74 -0
- app-rn-runtime/runtime/services/app-spinner.service.js.map +1 -0
- app-rn-runtime/runtime/services/app-toast.service.js +56 -0
- app-rn-runtime/runtime/services/app-toast.service.js.map +1 -0
- app-rn-runtime/runtime/services/device/calendar-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/camera-service.js +349 -0
- app-rn-runtime/runtime/services/device/camera-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/contacts-service.js +33 -0
- app-rn-runtime/runtime/services/device/contacts-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/location-service.js.map +1 -0
- app-rn-runtime/runtime/services/device/permissions.js.map +1 -0
- app-rn-runtime/runtime/services/device/scan-service.js.map +1 -0
- app-rn-runtime/runtime/services/partial.service.js +15 -0
- app-rn-runtime/runtime/services/partial.service.js.map +1 -0
- app-rn-runtime/runtime/services/webprocess.service.js +107 -0
- app-rn-runtime/runtime/services/webprocess.service.js.map +1 -0
- app-rn-runtime/runtime/watcher.js +147 -0
- app-rn-runtime/runtime/watcher.js.map +1 -0
- app-rn-runtime/styles/MediaQueryList.js.map +1 -0
- app-rn-runtime/styles/background.component.js +311 -0
- app-rn-runtime/styles/background.component.js.map +1 -0
- app-rn-runtime/styles/style-prop.validator.js +467 -0
- app-rn-runtime/styles/style-prop.validator.js.map +1 -0
- app-rn-runtime/styles/style-props.js +93 -0
- app-rn-runtime/styles/style-props.js.map +1 -0
- app-rn-runtime/styles/theme.js +404 -0
- app-rn-runtime/styles/theme.js.map +1 -0
- app-rn-runtime/styles/theme.variables.js +437 -0
- app-rn-runtime/styles/theme.variables.js.map +1 -0
- app-rn-runtime/variables/base-variable.js +125 -0
- app-rn-runtime/variables/base-variable.js.map +1 -0
- app-rn-runtime/variables/device/calendar/create-event.operation.js.map +1 -0
- app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +1 -0
- app-rn-runtime/variables/device/calendar/get-events.operation.js.map +1 -0
- app-rn-runtime/variables/device/camera/capture-image.operation.js.map +1 -0
- app-rn-runtime/variables/device/camera/capture-video.operation.js.map +1 -0
- app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/app-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/device-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/network-info.operation.js +33 -0
- app-rn-runtime/variables/device/device/network-info.operation.js.map +1 -0
- app-rn-runtime/variables/device/device/vibrate.operation.js.map +1 -0
- app-rn-runtime/variables/device/file/upload-file.operation.js.map +1 -0
- app-rn-runtime/variables/device/operation.provider.js.map +1 -0
- app-rn-runtime/variables/device/scan/scan.operation.js.map +1 -0
- app-rn-runtime/variables/device-variable.js.map +1 -0
- app-rn-runtime/variables/http.service.js +80 -0
- app-rn-runtime/variables/http.service.js.map +1 -0
- app-rn-runtime/variables/live-variable.js +116 -0
- app-rn-runtime/variables/live-variable.js.map +1 -0
- app-rn-runtime/variables/model-variable.js +47 -0
- app-rn-runtime/variables/model-variable.js.map +1 -0
- app-rn-runtime/variables/service-variable.js +143 -0
- app-rn-runtime/variables/service-variable.js.map +1 -0
- app-rn-runtime/variables/utils/dataset-util.js.map +1 -0
- app-rn-runtime/variables/utils/inflight-queue.js +114 -0
- app-rn-runtime/variables/utils/inflight-queue.js.map +1 -0
- app-rn-runtime/variables/utils/variable.constants.js.map +1 -0
- app-rn-runtime/variables/utils/variable.utils.js +189 -0
- app-rn-runtime/variables/utils/variable.utils.js.map +1 -0
- package/actions/base-action.js.map +0 -1
- package/actions/index.js.map +0 -1
- package/actions/login-action.js.map +0 -1
- package/actions/logout-action.js.map +0 -1
- package/actions/navigation-action.js +0 -44
- package/actions/navigation-action.js.map +0 -1
- package/actions/notification-action.js +0 -74
- package/actions/notification-action.js.map +0 -1
- package/actions/timer-action.js +0 -57
- package/actions/timer-action.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
- package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -1
- package/components/advanced/carousel/carousel.component.js +0 -295
- package/components/advanced/carousel/carousel.component.js.map +0 -1
- package/components/advanced/carousel/carousel.props.js +0 -20
- package/components/advanced/carousel/carousel.props.js.map +0 -1
- package/components/advanced/carousel/carousel.styles.js +0 -165
- package/components/advanced/carousel/carousel.styles.js.map +0 -1
- package/components/advanced/login/login.component.js +0 -39
- package/components/advanced/login/login.component.js.map +0 -1
- package/components/advanced/login/login.props.js +0 -12
- package/components/advanced/login/login.props.js.map +0 -1
- package/components/advanced/login/login.styles.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
- package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
- package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -1
- package/components/advanced/webview/webview.component.js +0 -149
- package/components/advanced/webview/webview.component.js.map +0 -1
- package/components/advanced/webview/webview.props.js +0 -16
- package/components/advanced/webview/webview.props.js.map +0 -1
- package/components/advanced/webview/webview.styles.js.map +0 -1
- package/components/basic/anchor/anchor.component.js +0 -87
- package/components/basic/anchor/anchor.component.js.map +0 -1
- package/components/basic/anchor/anchor.props.js +0 -31
- package/components/basic/anchor/anchor.props.js.map +0 -1
- package/components/basic/anchor/anchor.styles.js +0 -80
- package/components/basic/anchor/anchor.styles.js.map +0 -1
- package/components/basic/animatedview.component.js +0 -216
- package/components/basic/animatedview.component.js.map +0 -1
- package/components/basic/audio/audio.component.js +0 -245
- package/components/basic/audio/audio.component.js.map +0 -1
- package/components/basic/audio/audio.props.js +0 -15
- package/components/basic/audio/audio.props.js.map +0 -1
- package/components/basic/audio/audio.styles.js.map +0 -1
- package/components/basic/button/button.component.js +0 -89
- package/components/basic/button/button.component.js.map +0 -1
- package/components/basic/button/button.props.js +0 -26
- package/components/basic/button/button.props.js.map +0 -1
- package/components/basic/button/button.styles.js +0 -134
- package/components/basic/button/button.styles.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.component.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.props.js +0 -14
- package/components/basic/buttongroup/buttongroup.props.js.map +0 -1
- package/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
- package/components/basic/custom/custom.component.js.map +0 -1
- package/components/basic/custom/custom.props.js +0 -16
- package/components/basic/custom/custom.props.js.map +0 -1
- package/components/basic/custom/custom.styles.js.map +0 -1
- package/components/basic/icon/icon.component.js +0 -250
- package/components/basic/icon/icon.component.js.map +0 -1
- package/components/basic/icon/icon.props.js +0 -26
- package/components/basic/icon/icon.props.js.map +0 -1
- package/components/basic/icon/icon.styles.js.map +0 -1
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -1
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -1
- package/components/basic/icon/wavicon/wavicon.component.js.map +0 -1
- package/components/basic/label/label.component.js +0 -143
- package/components/basic/label/label.component.js.map +0 -1
- package/components/basic/label/label.props.js +0 -23
- package/components/basic/label/label.props.js.map +0 -1
- package/components/basic/label/label.styles.js.map +0 -1
- package/components/basic/lottie/lottie.component.js +0 -137
- package/components/basic/lottie/lottie.component.js.map +0 -1
- package/components/basic/lottie/lottie.props.js +0 -14
- package/components/basic/lottie/lottie.props.js.map +0 -1
- package/components/basic/lottie/lottie.styles.js +0 -11
- package/components/basic/lottie/lottie.styles.js.map +0 -1
- package/components/basic/message/message.component.js +0 -77
- package/components/basic/message/message.component.js.map +0 -1
- package/components/basic/message/message.props.js +0 -20
- package/components/basic/message/message.props.js.map +0 -1
- package/components/basic/message/message.styles.js +0 -117
- package/components/basic/message/message.styles.js.map +0 -1
- package/components/basic/modal/modal.component.js.map +0 -1
- package/components/basic/modal/modal.props.js +0 -12
- package/components/basic/modal/modal.props.js.map +0 -1
- package/components/basic/modal/modal.styles.js.map +0 -1
- package/components/basic/picture/picture.component.js +0 -191
- package/components/basic/picture/picture.component.js.map +0 -1
- package/components/basic/picture/picture.props.js +0 -21
- package/components/basic/picture/picture.props.js.map +0 -1
- package/components/basic/picture/picture.styles.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.component.js +0 -59
- package/components/basic/progress-bar/progress-bar.component.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.props.js +0 -16
- package/components/basic/progress-bar/progress-bar.props.js.map +0 -1
- package/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.component.js +0 -77
- package/components/basic/progress-circle/progress-circle.component.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.props.js +0 -19
- package/components/basic/progress-circle/progress-circle.props.js.map +0 -1
- package/components/basic/progress-circle/progress-circle.styles.js.map +0 -1
- package/components/basic/search/local-data-provider.js +0 -113
- package/components/basic/search/local-data-provider.js.map +0 -1
- package/components/basic/search/search.component.js +0 -426
- package/components/basic/search/search.component.js.map +0 -1
- package/components/basic/search/search.props.js +0 -33
- package/components/basic/search/search.props.js.map +0 -1
- package/components/basic/search/search.styles.js +0 -173
- package/components/basic/search/search.styles.js.map +0 -1
- package/components/basic/skeleton/skeleton.component.js +0 -148
- package/components/basic/skeleton/skeleton.component.js.map +0 -1
- package/components/basic/skeleton/skeleton.props.js +0 -3
- package/components/basic/skeleton/skeleton.props.js.map +0 -1
- package/components/basic/skeleton/skeleton.styles.js.map +0 -1
- package/components/basic/spinner/spinner.component.js +0 -91
- package/components/basic/spinner/spinner.component.js.map +0 -1
- package/components/basic/spinner/spinner.props.js +0 -17
- package/components/basic/spinner/spinner.props.js.map +0 -1
- package/components/basic/spinner/spinner.styles.js +0 -40
- package/components/basic/spinner/spinner.styles.js.map +0 -1
- package/components/basic/tooltip/tooltip.component.js.map +0 -1
- package/components/basic/tooltip/tooltip.props.js +0 -18
- package/components/basic/tooltip/tooltip.props.js.map +0 -1
- package/components/basic/tooltip/tooltip.styles.js.map +0 -1
- package/components/basic/video/video.component.js +0 -59
- package/components/basic/video/video.component.js.map +0 -1
- package/components/basic/video/video.props.js +0 -25
- package/components/basic/video/video.props.js.map +0 -1
- package/components/basic/video/video.styles.js +0 -11
- package/components/basic/video/video.styles.js.map +0 -1
- package/components/chart/area-chart/area-chart.component.js +0 -137
- package/components/chart/area-chart/area-chart.component.js.map +0 -1
- package/components/chart/area-chart/area-chart.props.js +0 -12
- package/components/chart/area-chart/area-chart.props.js.map +0 -1
- package/components/chart/area-chart/area-chart.styles.js +0 -7
- package/components/chart/area-chart/area-chart.styles.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.component.js +0 -109
- package/components/chart/bar-chart/bar-chart.component.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.props.js +0 -13
- package/components/chart/bar-chart/bar-chart.props.js.map +0 -1
- package/components/chart/bar-chart/bar-chart.styles.js +0 -7
- package/components/chart/bar-chart/bar-chart.styles.js.map +0 -1
- package/components/chart/basechart.component.js +0 -606
- package/components/chart/basechart.component.js.map +0 -1
- package/components/chart/basechart.props.js +0 -66
- package/components/chart/basechart.props.js.map +0 -1
- package/components/chart/basechart.styles.js +0 -76
- package/components/chart/basechart.styles.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.component.js +0 -84
- package/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.props.js +0 -11
- package/components/chart/bubble-chart/bubble-chart.props.js.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.styles.js +0 -7
- package/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -1
- package/components/chart/column-chart/column-chart.component.js.map +0 -1
- package/components/chart/column-chart/column-chart.props.js.map +0 -1
- package/components/chart/column-chart/column-chart.styles.js +0 -7
- package/components/chart/column-chart/column-chart.styles.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.component.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.props.js +0 -11
- package/components/chart/donut-chart/donut-chart.props.js.map +0 -1
- package/components/chart/donut-chart/donut-chart.styles.js +0 -7
- package/components/chart/donut-chart/donut-chart.styles.js.map +0 -1
- package/components/chart/legend/legend.component.js.map +0 -1
- package/components/chart/line-chart/line-chart.component.js +0 -98
- package/components/chart/line-chart/line-chart.component.js.map +0 -1
- package/components/chart/line-chart/line-chart.props.js +0 -12
- package/components/chart/line-chart/line-chart.props.js.map +0 -1
- package/components/chart/line-chart/line-chart.styles.js +0 -7
- package/components/chart/line-chart/line-chart.styles.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.component.js +0 -216
- package/components/chart/pie-chart/pie-chart.component.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.props.js +0 -14
- package/components/chart/pie-chart/pie-chart.props.js.map +0 -1
- package/components/chart/pie-chart/pie-chart.styles.js +0 -7
- package/components/chart/pie-chart/pie-chart.styles.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.component.js +0 -284
- package/components/chart/stack-chart/stack-chart.component.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.props.js +0 -17
- package/components/chart/stack-chart/stack-chart.props.js.map +0 -1
- package/components/chart/stack-chart/stack-chart.styles.js.map +0 -1
- package/components/chart/staticdata.js.map +0 -1
- package/components/chart/theme/chart.theme.js.map +0 -1
- package/components/container/accordion/accordion.component.js +0 -145
- package/components/container/accordion/accordion.component.js.map +0 -1
- package/components/container/accordion/accordion.props.js +0 -14
- package/components/container/accordion/accordion.props.js.map +0 -1
- package/components/container/accordion/accordion.styles.js +0 -136
- package/components/container/accordion/accordion.styles.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.component.js +0 -75
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -1
- package/components/container/container.component.js +0 -38
- package/components/container/container.component.js.map +0 -1
- package/components/container/container.props.js +0 -12
- package/components/container/container.props.js.map +0 -1
- package/components/container/container.styles.js +0 -45
- package/components/container/container.styles.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.component.js +0 -17
- package/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -37
- package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.component.js +0 -17
- package/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.props.js +0 -11
- package/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
- package/components/container/layoutgrid/layoutgrid.styles.js +0 -31
- package/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
- package/components/container/linearlayout/linearlayout.component.js +0 -43
- package/components/container/linearlayout/linearlayout.component.js.map +0 -1
- package/components/container/linearlayout/linearlayout.props.js +0 -15
- package/components/container/linearlayout/linearlayout.props.js.map +0 -1
- package/components/container/linearlayout/linearlayout.styles.js +0 -11
- package/components/container/linearlayout/linearlayout.styles.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -1
- package/components/container/panel/collapsible-pane.component.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.component.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.props.js +0 -11
- package/components/container/panel/panel-content/panel-content.props.js.map +0 -1
- package/components/container/panel/panel-content/panel-content.styles.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.component.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.props.js +0 -11
- package/components/container/panel/panel-footer/panel-footer.props.js.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -1
- package/components/container/panel/panel.component.js +0 -113
- package/components/container/panel/panel.component.js.map +0 -1
- package/components/container/panel/panel.props.js +0 -24
- package/components/container/panel/panel.props.js.map +0 -1
- package/components/container/panel/panel.styles.js +0 -105
- package/components/container/panel/panel.styles.js.map +0 -1
- package/components/container/partial-host.component.js +0 -42
- package/components/container/partial-host.component.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.component.js +0 -200
- package/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.props.js +0 -13
- package/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
- package/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.component.js +0 -71
- package/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.props.js +0 -15
- package/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
- package/components/container/tabs/tabpane/tabpane.styles.js.map +0 -1
- package/components/container/tabs/tabs.component.js +0 -244
- package/components/container/tabs/tabs.component.js.map +0 -1
- package/components/container/tabs/tabs.props.js +0 -13
- package/components/container/tabs/tabs.props.js.map +0 -1
- package/components/container/tabs/tabs.styles.js +0 -58
- package/components/container/tabs/tabs.styles.js.map +0 -1
- package/components/container/tile/tile.component.js +0 -22
- package/components/container/tile/tile.component.js.map +0 -1
- package/components/container/tile/tile.props.js +0 -12
- package/components/container/tile/tile.props.js.map +0 -1
- package/components/container/tile/tile.styles.js +0 -33
- package/components/container/tile/tile.styles.js.map +0 -1
- package/components/container/wizard/wizard.component.js +0 -293
- package/components/container/wizard/wizard.component.js.map +0 -1
- package/components/container/wizard/wizard.props.js +0 -23
- package/components/container/wizard/wizard.props.js.map +0 -1
- package/components/container/wizard/wizard.styles.js +0 -311
- package/components/container/wizard/wizard.styles.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.component.js +0 -77
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.styles.js +0 -13
- package/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -1
- package/components/data/card/card-content/card-content.component.js +0 -41
- package/components/data/card/card-content/card-content.component.js.map +0 -1
- package/components/data/card/card-content/card-content.props.js +0 -12
- package/components/data/card/card-content/card-content.props.js.map +0 -1
- package/components/data/card/card-content/card-content.styles.js +0 -14
- package/components/data/card/card-content/card-content.styles.js.map +0 -1
- package/components/data/card/card-footer/card-footer.component.js.map +0 -1
- package/components/data/card/card-footer/card-footer.props.js +0 -11
- package/components/data/card/card-footer/card-footer.props.js.map +0 -1
- package/components/data/card/card-footer/card-footer.styles.js.map +0 -1
- package/components/data/card/card.component.js +0 -72
- package/components/data/card/card.component.js.map +0 -1
- package/components/data/card/card.props.js +0 -27
- package/components/data/card/card.props.js.map +0 -1
- package/components/data/card/card.styles.js +0 -48
- package/components/data/card/card.styles.js.map +0 -1
- package/components/data/form/form-action/form-action.component.js +0 -35
- package/components/data/form/form-action/form-action.component.js.map +0 -1
- package/components/data/form/form-action/form-action.props.js +0 -18
- package/components/data/form/form-action/form-action.props.js.map +0 -1
- package/components/data/form/form-action/form-action.styles.js.map +0 -1
- package/components/data/form/form-body/form-body.component.js.map +0 -1
- package/components/data/form/form-body/form-body.props.js +0 -11
- package/components/data/form/form-body/form-body.props.js.map +0 -1
- package/components/data/form/form-body/form-body.styles.js.map +0 -1
- package/components/data/form/form-field/form-field.component.js +0 -242
- package/components/data/form/form-field/form-field.component.js.map +0 -1
- package/components/data/form/form-field/form-field.props.js +0 -33
- package/components/data/form/form-field/form-field.props.js.map +0 -1
- package/components/data/form/form-field/form-field.styles.js.map +0 -1
- package/components/data/form/form-footer/form-footer.component.js.map +0 -1
- package/components/data/form/form-footer/form-footer.props.js +0 -11
- package/components/data/form/form-footer/form-footer.props.js.map +0 -1
- package/components/data/form/form-footer/form-footer.styles.js.map +0 -1
- package/components/data/form/form.component.js +0 -424
- package/components/data/form/form.component.js.map +0 -1
- package/components/data/form/form.props.js +0 -30
- package/components/data/form/form.props.js.map +0 -1
- package/components/data/form/form.styles.js +0 -45
- package/components/data/form/form.styles.js.map +0 -1
- package/components/data/list/list-template/list-template.component.js +0 -31
- package/components/data/list/list-template/list-template.component.js.map +0 -1
- package/components/data/list/list-template/list-template.props.js +0 -11
- package/components/data/list/list-template/list-template.props.js.map +0 -1
- package/components/data/list/list-template/list-template.styles.js +0 -26
- package/components/data/list/list-template/list-template.styles.js.map +0 -1
- package/components/data/list/list.component.js +0 -439
- package/components/data/list/list.component.js.map +0 -1
- package/components/data/list/list.props.js +0 -46
- package/components/data/list/list.props.js.map +0 -1
- package/components/data/list/list.styles.js +0 -142
- package/components/data/list/list.styles.js.map +0 -1
- package/components/data/liveform/liveform.component.js +0 -102
- package/components/data/liveform/liveform.component.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.component.js +0 -50
- package/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.props.js +0 -18
- package/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
- package/components/device/barcodescanner/barcodescanner.styles.js.map +0 -1
- package/components/device/camera/camera.component.js +0 -68
- package/components/device/camera/camera.component.js.map +0 -1
- package/components/device/camera/camera.props.js +0 -23
- package/components/device/camera/camera.props.js.map +0 -1
- package/components/device/camera/camera.styles.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.component.js +0 -71
- package/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.props.js +0 -23
- package/components/dialogs/alertdialog/alertdialog.props.js.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.component.js +0 -77
- package/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.props.js +0 -23
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
- package/components/dialogs/dialog/dialog.component.js +0 -98
- package/components/dialogs/dialog/dialog.component.js.map +0 -1
- package/components/dialogs/dialog/dialog.props.js +0 -24
- package/components/dialogs/dialog/dialog.props.js.map +0 -1
- package/components/dialogs/dialog/dialog.styles.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.component.js +0 -21
- package/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.props.js +0 -11
- package/components/dialogs/dialogactions/dialogactions.props.js.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -1
- package/components/input/basedataset/basedataset.component.js +0 -235
- package/components/input/basedataset/basedataset.component.js.map +0 -1
- package/components/input/basedataset/basedataset.props.js +0 -31
- package/components/input/basedataset/basedataset.props.js.map +0 -1
- package/components/input/basedataset/basedataset.styles.js.map +0 -1
- package/components/input/baseinput/baseinput.component.js +0 -153
- package/components/input/baseinput/baseinput.component.js.map +0 -1
- package/components/input/baseinput/baseinput.props.js +0 -29
- package/components/input/baseinput/baseinput.props.js.map +0 -1
- package/components/input/baseinput/baseinput.styles.js.map +0 -1
- package/components/input/basenumber/basenumber.component.js +0 -317
- package/components/input/basenumber/basenumber.component.js.map +0 -1
- package/components/input/basenumber/basenumber.props.js +0 -25
- package/components/input/basenumber/basenumber.props.js.map +0 -1
- package/components/input/basenumber/basenumber.styles.js.map +0 -1
- package/components/input/calendar/calendar.component.js +0 -139
- package/components/input/calendar/calendar.component.js.map +0 -1
- package/components/input/calendar/calendar.props.js +0 -14
- package/components/input/calendar/calendar.props.js.map +0 -1
- package/components/input/calendar/calendar.styles.js.map +0 -1
- package/components/input/calendar/views/month-view.js +0 -195
- package/components/input/calendar/views/month-view.js.map +0 -1
- package/components/input/calendar/views/month-view.styles.js.map +0 -1
- package/components/input/checkbox/checkbox.component.js +0 -102
- package/components/input/checkbox/checkbox.component.js.map +0 -1
- package/components/input/checkbox/checkbox.props.js +0 -17
- package/components/input/checkbox/checkbox.props.js.map +0 -1
- package/components/input/checkbox/checkbox.styles.js.map +0 -1
- package/components/input/checkboxset/checkboxset.component.js +0 -123
- package/components/input/checkboxset/checkboxset.component.js.map +0 -1
- package/components/input/checkboxset/checkboxset.props.js +0 -20
- package/components/input/checkboxset/checkboxset.props.js.map +0 -1
- package/components/input/checkboxset/checkboxset.styles.js +0 -76
- package/components/input/checkboxset/checkboxset.styles.js.map +0 -1
- package/components/input/chips/chips.component.js +0 -281
- package/components/input/chips/chips.component.js.map +0 -1
- package/components/input/chips/chips.props.js +0 -19
- package/components/input/chips/chips.props.js.map +0 -1
- package/components/input/chips/chips.styles.js.map +0 -1
- package/components/input/composite/composite.component.js.map +0 -1
- package/components/input/composite/composite.props.js +0 -12
- package/components/input/composite/composite.props.js.map +0 -1
- package/components/input/composite/composite.styles.js.map +0 -1
- package/components/input/currency/currency.component.js +0 -88
- package/components/input/currency/currency.component.js.map +0 -1
- package/components/input/currency/currency.props.js +0 -13
- package/components/input/currency/currency.props.js.map +0 -1
- package/components/input/currency/currency.styles.js.map +0 -1
- package/components/input/epoch/base-datetime.component.js +0 -426
- package/components/input/epoch/base-datetime.component.js.map +0 -1
- package/components/input/epoch/date/date.component.js.map +0 -1
- package/components/input/epoch/date/date.props.js.map +0 -1
- package/components/input/epoch/date/date.styles.js.map +0 -1
- package/components/input/epoch/date-picker.component.js +0 -136
- package/components/input/epoch/date-picker.component.js.map +0 -1
- package/components/input/epoch/datetime/datetime.component.js.map +0 -1
- package/components/input/epoch/datetime/datetime.props.js +0 -29
- package/components/input/epoch/datetime/datetime.props.js.map +0 -1
- package/components/input/epoch/datetime/datetime.styles.js.map +0 -1
- package/components/input/epoch/time/time.component.js.map +0 -1
- package/components/input/epoch/time/time.props.js +0 -15
- package/components/input/epoch/time/time.props.js.map +0 -1
- package/components/input/epoch/time/time.styles.js.map +0 -1
- package/components/input/epoch/wheel-date-picker.component.js +0 -87
- package/components/input/epoch/wheel-date-picker.component.js.map +0 -1
- package/components/input/epoch/wheel-time-picker.component.js +0 -107
- package/components/input/epoch/wheel-time-picker.component.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -90
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -72
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -15
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -74
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -16
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -1
- package/components/input/fileupload/fileupload.component.js +0 -58
- package/components/input/fileupload/fileupload.component.js.map +0 -1
- package/components/input/fileupload/fileupload.props.js +0 -16
- package/components/input/fileupload/fileupload.props.js.map +0 -1
- package/components/input/fileupload/fileupload.styles.js.map +0 -1
- package/components/input/number/number.component.js +0 -66
- package/components/input/number/number.component.js.map +0 -1
- package/components/input/number/number.props.js +0 -13
- package/components/input/number/number.props.js.map +0 -1
- package/components/input/number/number.styles.js.map +0 -1
- package/components/input/radioset/radioset.component.js +0 -94
- package/components/input/radioset/radioset.component.js.map +0 -1
- package/components/input/radioset/radioset.props.js +0 -18
- package/components/input/radioset/radioset.props.js.map +0 -1
- package/components/input/radioset/radioset.styles.js +0 -82
- package/components/input/radioset/radioset.styles.js.map +0 -1
- package/components/input/rating/rating.component.js +0 -144
- package/components/input/rating/rating.component.js.map +0 -1
- package/components/input/rating/rating.props.js +0 -21
- package/components/input/rating/rating.props.js.map +0 -1
- package/components/input/rating/rating.styles.js.map +0 -1
- package/components/input/select/select.component.js +0 -189
- package/components/input/select/select.component.js.map +0 -1
- package/components/input/select/select.props.js +0 -12
- package/components/input/select/select.props.js.map +0 -1
- package/components/input/select/select.styles.js.map +0 -1
- package/components/input/slider/slider.component.js +0 -439
- package/components/input/slider/slider.component.js.map +0 -1
- package/components/input/slider/slider.component_backup.js +0 -398
- package/components/input/slider/slider.component_backup.js.map +0 -1
- package/components/input/slider/slider.props.js +0 -20
- package/components/input/slider/slider.props.js.map +0 -1
- package/components/input/slider/slider.styles.js.map +0 -1
- package/components/input/switch/switch.component.js +0 -81
- package/components/input/switch/switch.component.js.map +0 -1
- package/components/input/switch/switch.props.js +0 -13
- package/components/input/switch/switch.props.js.map +0 -1
- package/components/input/switch/switch.styles.js +0 -127
- package/components/input/switch/switch.styles.js.map +0 -1
- package/components/input/text/text.component.js +0 -61
- package/components/input/text/text.component.js.map +0 -1
- package/components/input/text/text.props.js +0 -12
- package/components/input/text/text.props.js.map +0 -1
- package/components/input/text/text.styles.js.map +0 -1
- package/components/input/textarea/textarea.component.js +0 -60
- package/components/input/textarea/textarea.component.js.map +0 -1
- package/components/input/textarea/textarea.props.js +0 -12
- package/components/input/textarea/textarea.props.js.map +0 -1
- package/components/input/textarea/textarea.styles.js.map +0 -1
- package/components/input/toggle/toggle.component.js +0 -139
- package/components/input/toggle/toggle.component.js.map +0 -1
- package/components/input/toggle/toggle.props.js +0 -20
- package/components/input/toggle/toggle.props.js.map +0 -1
- package/components/input/toggle/toggle.styles.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.component.js +0 -70
- package/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.props.js +0 -21
- package/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
- package/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
- package/components/navigation/basenav/basenav.component.js +0 -76
- package/components/navigation/basenav/basenav.component.js.map +0 -1
- package/components/navigation/basenav/basenav.props.js +0 -18
- package/components/navigation/basenav/basenav.props.js.map +0 -1
- package/components/navigation/basenav/basenav.styles.js.map +0 -1
- package/components/navigation/menu/menu.component.js +0 -63
- package/components/navigation/menu/menu.component.js.map +0 -1
- package/components/navigation/menu/menu.props.js +0 -14
- package/components/navigation/menu/menu.props.js.map +0 -1
- package/components/navigation/menu/menu.styles.js.map +0 -1
- package/components/navigation/navbar/navbar.component.js.map +0 -1
- package/components/navigation/navbar/navbar.props.js +0 -16
- package/components/navigation/navbar/navbar.props.js.map +0 -1
- package/components/navigation/navbar/navbar.styles.js.map +0 -1
- package/components/navigation/navitem/navitem.component.js +0 -68
- package/components/navigation/navitem/navitem.component.js.map +0 -1
- package/components/navigation/navitem/navitem.props.js +0 -19
- package/components/navigation/navitem/navitem.props.js.map +0 -1
- package/components/navigation/navitem/navitem.styles.js.map +0 -1
- package/components/navigation/popover/popover.component.js +0 -140
- package/components/navigation/popover/popover.component.js.map +0 -1
- package/components/navigation/popover/popover.props.js +0 -30
- package/components/navigation/popover/popover.props.js.map +0 -1
- package/components/navigation/popover/popover.styles.js +0 -81
- package/components/navigation/popover/popover.styles.js.map +0 -1
- package/components/page/content/content.component.js +0 -16
- package/components/page/content/content.component.js.map +0 -1
- package/components/page/content/content.props.js.map +0 -1
- package/components/page/content/content.styles.js.map +0 -1
- package/components/page/left-panel/left-panel.component.js +0 -45
- package/components/page/left-panel/left-panel.component.js.map +0 -1
- package/components/page/left-panel/left-panel.props.js +0 -12
- package/components/page/left-panel/left-panel.props.js.map +0 -1
- package/components/page/left-panel/left-panel.styles.js.map +0 -1
- package/components/page/page-content/page-content.component.js +0 -36
- package/components/page/page-content/page-content.component.js.map +0 -1
- package/components/page/page-content/page-content.props.js +0 -12
- package/components/page/page-content/page-content.props.js.map +0 -1
- package/components/page/page-content/page-content.styles.js +0 -15
- package/components/page/page-content/page-content.styles.js.map +0 -1
- package/components/page/page.component.js +0 -16
- package/components/page/page.component.js.map +0 -1
- package/components/page/page.props.js.map +0 -1
- package/components/page/page.styles.js +0 -18
- package/components/page/page.styles.js.map +0 -1
- package/components/page/partial/partial.component.js +0 -16
- package/components/page/partial/partial.component.js.map +0 -1
- package/components/page/partial/partial.props.js.map +0 -1
- package/components/page/partial/partial.styles.js +0 -13
- package/components/page/partial/partial.styles.js.map +0 -1
- package/components/page/partial-container/partial-container.component.js.map +0 -1
- package/components/page/partial-container/partial-container.props.js +0 -12
- package/components/page/partial-container/partial-container.props.js.map +0 -1
- package/components/page/partial-container/partial-container.styles.js.map +0 -1
- package/components/page/tabbar/curve.js.map +0 -1
- package/components/page/tabbar/tabbar.component.js +0 -150
- package/components/page/tabbar/tabbar.component.js.map +0 -1
- package/components/page/tabbar/tabbar.props.js +0 -27
- package/components/page/tabbar/tabbar.props.js.map +0 -1
- package/components/page/tabbar/tabbar.styles.js.map +0 -1
- package/components/prefab/prefab-container.component.js +0 -16
- package/components/prefab/prefab-container.component.js.map +0 -1
- package/components/prefab/prefab-container.props.js.map +0 -1
- package/components/prefab/prefab-container.styles.js +0 -11
- package/components/prefab/prefab-container.styles.js.map +0 -1
- package/core/AppConfig.js.map +0 -1
- package/core/accessibility.js +0 -149
- package/core/accessibility.js.map +0 -1
- package/core/asset.provider.js.map +0 -1
- package/core/base.component.js +0 -458
- package/core/base.component.js.map +0 -1
- package/core/components/flatlist.component.js +0 -38
- package/core/components/flatlist.component.js.map +0 -1
- package/core/components/floatinglabel.component.js.map +0 -1
- package/core/components/textinput.component.js +0 -193
- package/core/components/textinput.component.js.map +0 -1
- package/core/constant.service.js +0 -22
- package/core/constant.service.js.map +0 -1
- package/core/constants/currency-constants.js.map +0 -1
- package/core/currency-constants.js.map +0 -1
- package/core/device/calendar-service.js.map +0 -1
- package/core/device/camera-service.js.map +0 -1
- package/core/device/contacts-service.js.map +0 -1
- package/core/device/location-service.js.map +0 -1
- package/core/device/scan-service.js.map +0 -1
- package/core/display.manager.js.map +0 -1
- package/core/event-notifier.js +0 -69
- package/core/event-notifier.js.map +0 -1
- package/core/file-extension-types.js.map +0 -1
- package/core/fixed-view.component.js +0 -67
- package/core/fixed-view.component.js.map +0 -1
- package/core/formatters.js +0 -74
- package/core/formatters.js.map +0 -1
- package/core/i18n.service.js.map +0 -1
- package/core/if.component.js +0 -36
- package/core/if.component.js.map +0 -1
- package/core/imageSizeEstimator.js +0 -51
- package/core/imageSizeEstimator.js.map +0 -1
- package/core/injector.js.map +0 -1
- package/core/key.extractor.js +0 -22
- package/core/key.extractor.js.map +0 -1
- package/core/keyboard.js +0 -8
- package/core/keyboard.js.map +0 -1
- package/core/logger.js +0 -123
- package/core/logger.js.map +0 -1
- package/core/modal.service.js.map +0 -1
- package/core/navigation.service.js.map +0 -1
- package/core/network.service.js +0 -331
- package/core/network.service.js.map +0 -1
- package/core/partial.service.js.map +0 -1
- package/core/props.provider.js +0 -86
- package/core/props.provider.js.map +0 -1
- package/core/scroll-view.component.js +0 -52
- package/core/scroll-view.component.js.map +0 -1
- package/core/security.service.js.map +0 -1
- package/core/spinner.service.js.map +0 -1
- package/core/storage.service.js +0 -23
- package/core/storage.service.js.map +0 -1
- package/core/tappable.component.js +0 -145
- package/core/tappable.component.js.map +0 -1
- package/core/testid.provider.js.map +0 -1
- package/core/toast.service.js.map +0 -1
- package/core/utils.js +0 -458
- package/core/utils.js.map +0 -1
- package/core/viewport.js +0 -45
- package/core/viewport.js.map +0 -1
- package/gestures/swipe.animation.js +0 -217
- package/gestures/swipe.animation.js.map +0 -1
- package/index.js.map +0 -1
- package/package.json +0 -247
- package/runtime/App.js +0 -511
- package/runtime/App.js.map +0 -1
- package/runtime/App.navigator.js +0 -109
- package/runtime/App.navigator.js.map +0 -1
- package/runtime/base-fragment.component.js +0 -355
- package/runtime/base-fragment.component.js.map +0 -1
- package/runtime/base-page.component.js +0 -175
- package/runtime/base-page.component.js.map +0 -1
- package/runtime/base-partial.component.js +0 -60
- package/runtime/base-partial.component.js.map +0 -1
- package/runtime/base-prefab.component.js +0 -83
- package/runtime/base-prefab.component.js.map +0 -1
- package/runtime/lib-patch.js +0 -25
- package/runtime/lib-patch.js.map +0 -1
- package/runtime/memo.component.js +0 -35
- package/runtime/memo.component.js.map +0 -1
- package/runtime/navigator/drawer.navigator.js +0 -29
- package/runtime/navigator/drawer.navigator.js.map +0 -1
- package/runtime/navigator/stack.navigator.js +0 -80
- package/runtime/navigator/stack.navigator.js.map +0 -1
- package/runtime/platform.api.js.map +0 -1
- package/runtime/services/app-display-manager.service.js +0 -47
- package/runtime/services/app-display-manager.service.js.map +0 -1
- package/runtime/services/app-i18n.service.js +0 -72
- package/runtime/services/app-i18n.service.js.map +0 -1
- package/runtime/services/app-modal.service.js +0 -68
- package/runtime/services/app-modal.service.js.map +0 -1
- package/runtime/services/app-security.service.js +0 -217
- package/runtime/services/app-security.service.js.map +0 -1
- package/runtime/services/app-spinner.service.js +0 -75
- package/runtime/services/app-spinner.service.js.map +0 -1
- package/runtime/services/app-toast.service.js +0 -56
- package/runtime/services/app-toast.service.js.map +0 -1
- package/runtime/services/device/calendar-service.js.map +0 -1
- package/runtime/services/device/camera-service.js +0 -349
- package/runtime/services/device/camera-service.js.map +0 -1
- package/runtime/services/device/contacts-service.js +0 -33
- package/runtime/services/device/contacts-service.js.map +0 -1
- package/runtime/services/device/location-service.js.map +0 -1
- package/runtime/services/device/permissions.js.map +0 -1
- package/runtime/services/device/scan-service.js.map +0 -1
- package/runtime/services/partial.service.js +0 -16
- package/runtime/services/partial.service.js.map +0 -1
- package/runtime/services/webprocess.service.js +0 -109
- package/runtime/services/webprocess.service.js.map +0 -1
- package/runtime/watcher.js +0 -147
- package/runtime/watcher.js.map +0 -1
- package/styles/MediaQueryList.js.map +0 -1
- package/styles/background.component.js +0 -309
- package/styles/background.component.js.map +0 -1
- package/styles/style-prop.validator.js +0 -470
- package/styles/style-prop.validator.js.map +0 -1
- package/styles/style-props.js +0 -93
- package/styles/style-props.js.map +0 -1
- package/styles/theme.js +0 -396
- package/styles/theme.js.map +0 -1
- package/styles/theme.variables.js +0 -437
- package/styles/theme.variables.js.map +0 -1
- package/variables/base-variable.js +0 -125
- package/variables/base-variable.js.map +0 -1
- package/variables/device/calendar/create-event.operation.js.map +0 -1
- package/variables/device/calendar/delete-event.operation.js.map +0 -1
- package/variables/device/calendar/get-events.operation.js.map +0 -1
- package/variables/device/camera/capture-image.operation.js.map +0 -1
- package/variables/device/camera/capture-video.operation.js.map +0 -1
- package/variables/device/contacts/get-contacts.operation.js.map +0 -1
- package/variables/device/device/app-info.operation.js.map +0 -1
- package/variables/device/device/current-geo-position.operation.js.map +0 -1
- package/variables/device/device/device-info.operation.js.map +0 -1
- package/variables/device/device/network-info.operation.js +0 -33
- package/variables/device/device/network-info.operation.js.map +0 -1
- package/variables/device/device/vibrate.operation.js.map +0 -1
- package/variables/device/file/upload-file.operation.js.map +0 -1
- package/variables/device/operation.provider.js.map +0 -1
- package/variables/device/scan/scan.operation.js.map +0 -1
- package/variables/device-variable.js.map +0 -1
- package/variables/http.service.js +0 -76
- package/variables/http.service.js.map +0 -1
- package/variables/live-variable.js +0 -116
- package/variables/live-variable.js.map +0 -1
- package/variables/model-variable.js +0 -47
- package/variables/model-variable.js.map +0 -1
- package/variables/service-variable.js +0 -141
- package/variables/service-variable.js.map +0 -1
- package/variables/utils/dataset-util.js.map +0 -1
- package/variables/utils/inflight-queue.js +0 -114
- package/variables/utils/inflight-queue.js.map +0 -1
- package/variables/utils/variable.constants.js.map +0 -1
- package/variables/utils/variable.utils.js +0 -190
- package/variables/utils/variable.utils.js.map +0 -1
- {package → app-rn-runtime}/actions/base-action.js +0 -0
- {package → app-rn-runtime}/actions/index.js +0 -0
- {package → app-rn-runtime}/actions/login-action.js +0 -0
- {package → app-rn-runtime}/actions/logout-action.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
- {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/login/login.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
- {package → app-rn-runtime}/components/advanced/webview/webview.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/audio/audio.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.component.js +0 -0
- {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/custom/custom.component.js +0 -0
- {package → app-rn-runtime}/components/basic/custom/custom.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/icon.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.component.js +0 -0
- {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.ttf +0 -0
- {package → app-rn-runtime}/components/basic/label/label.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/modal/modal.component.js +0 -0
- {package → app-rn-runtime}/components/basic/modal/modal.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/picture/picture.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/progress-bar/progress-bar.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/progress-circle/progress-circle.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/skeleton/skeleton.styles.js +0 -0
- {package → app-rn-runtime}/components/basic/tooltip/tooltip.component.js +0 -0
- {package → app-rn-runtime}/components/basic/tooltip/tooltip.styles.js +0 -0
- {package → app-rn-runtime}/components/chart/column-chart/column-chart.component.js +0 -0
- {package → app-rn-runtime}/components/chart/column-chart/column-chart.props.js +0 -0
- {package → app-rn-runtime}/components/chart/donut-chart/donut-chart.component.js +0 -0
- {package → app-rn-runtime}/components/chart/legend/legend.component.js +0 -0
- {package → app-rn-runtime}/components/chart/stack-chart/stack-chart.styles.js +0 -0
- {package → app-rn-runtime}/components/chart/staticdata.js +0 -0
- {package → app-rn-runtime}/components/chart/theme/chart.theme.js +0 -0
- {package → app-rn-runtime}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
- {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
- {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
- {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
- {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
- {package → app-rn-runtime}/components/container/panel/collapsible-pane.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.styles.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
- {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
- {package → app-rn-runtime}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
- {package → app-rn-runtime}/components/data/card/card-footer/card-footer.component.js +0 -0
- {package → app-rn-runtime}/components/data/card/card-footer/card-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-action/form-action.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-body/form-body.component.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-body/form-body.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-field/form-field.styles.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-footer/form-footer.component.js +0 -0
- {package → app-rn-runtime}/components/data/form/form-footer/form-footer.styles.js +0 -0
- {package → app-rn-runtime}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
- {package → app-rn-runtime}/components/device/camera/camera.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialog/dialog.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
- {package → app-rn-runtime}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
- {package → app-rn-runtime}/components/input/basedataset/basedataset.styles.js +0 -0
- {package → app-rn-runtime}/components/input/baseinput/baseinput.styles.js +0 -0
- {package → app-rn-runtime}/components/input/basenumber/basenumber.styles.js +0 -0
- {package → app-rn-runtime}/components/input/calendar/calendar.styles.js +0 -0
- {package → app-rn-runtime}/components/input/calendar/views/month-view.styles.js +0 -0
- {package → app-rn-runtime}/components/input/checkbox/checkbox.styles.js +0 -0
- {package → app-rn-runtime}/components/input/chips/chips.styles.js +0 -0
- {package → app-rn-runtime}/components/input/composite/composite.component.js +0 -0
- {package → app-rn-runtime}/components/input/composite/composite.styles.js +0 -0
- {package → app-rn-runtime}/components/input/currency/currency.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.props.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/date/date.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/datetime/datetime.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/datetime/datetime.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/time/time.component.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/time/time.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
- {package → app-rn-runtime}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
- {package → app-rn-runtime}/components/input/fileupload/fileupload.styles.js +0 -0
- {package → app-rn-runtime}/components/input/number/number.styles.js +0 -0
- {package → app-rn-runtime}/components/input/rating/rating.styles.js +0 -0
- {package → app-rn-runtime}/components/input/select/select.styles.js +0 -0
- {package → app-rn-runtime}/components/input/slider/slider.styles.js +0 -0
- {package → app-rn-runtime}/components/input/text/text.styles.js +0 -0
- {package → app-rn-runtime}/components/input/textarea/textarea.styles.js +0 -0
- {package → app-rn-runtime}/components/input/toggle/toggle.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/basenav/basenav.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/menu/menu.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/navbar/navbar.component.js +0 -0
- {package → app-rn-runtime}/components/navigation/navbar/navbar.styles.js +0 -0
- {package → app-rn-runtime}/components/navigation/navitem/navitem.styles.js +0 -0
- {package → app-rn-runtime}/components/page/content/content.props.js +0 -0
- {package → app-rn-runtime}/components/page/content/content.styles.js +0 -0
- {package → app-rn-runtime}/components/page/left-panel/left-panel.styles.js +0 -0
- {package → app-rn-runtime}/components/page/page.props.js +0 -0
- {package → app-rn-runtime}/components/page/partial/partial.props.js +0 -0
- {package → app-rn-runtime}/components/page/partial-container/partial-container.component.js +0 -0
- {package → app-rn-runtime}/components/page/partial-container/partial-container.styles.js +0 -0
- {package → app-rn-runtime}/components/page/tabbar/curve.js +0 -0
- {package → app-rn-runtime}/components/page/tabbar/tabbar.styles.js +0 -0
- {package → app-rn-runtime}/components/prefab/prefab-container.props.js +0 -0
- {package → app-rn-runtime}/core/AppConfig.js +0 -0
- {package → app-rn-runtime}/core/asset.provider.js +0 -0
- {package → app-rn-runtime}/core/components/floatinglabel.component.js +0 -0
- {package → app-rn-runtime}/core/constants/currency-constants.js +0 -0
- {package → app-rn-runtime}/core/currency-constants.js +0 -0
- {package → app-rn-runtime}/core/device/calendar-service.js +0 -0
- {package → app-rn-runtime}/core/device/camera-service.js +0 -0
- {package → app-rn-runtime}/core/device/contacts-service.js +0 -0
- {package → app-rn-runtime}/core/device/location-service.js +0 -0
- {package → app-rn-runtime}/core/device/scan-service.js +0 -0
- {package → app-rn-runtime}/core/display.manager.js +0 -0
- {package → app-rn-runtime}/core/file-extension-types.js +0 -0
- {package → app-rn-runtime}/core/i18n.service.js +0 -0
- {package → app-rn-runtime}/core/injector.js +0 -0
- {package → app-rn-runtime}/core/modal.service.js +0 -0
- {package → app-rn-runtime}/core/navigation.service.js +0 -0
- {package → app-rn-runtime}/core/partial.service.js +0 -0
- {package → app-rn-runtime}/core/security.service.js +0 -0
- {package → app-rn-runtime}/core/spinner.service.js +0 -0
- {package → app-rn-runtime}/core/testid.provider.js +0 -0
- {package → app-rn-runtime}/core/toast.service.js +0 -0
- {package → app-rn-runtime}/index.js +0 -0
- {package → app-rn-runtime}/runtime/platform.api.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/calendar-service.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/location-service.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/permissions.js +0 -0
- {package → app-rn-runtime}/runtime/services/device/scan-service.js +0 -0
- {package → app-rn-runtime}/styles/MediaQueryList.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/create-event.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/delete-event.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/calendar/get-events.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/camera/capture-image.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/camera/capture-video.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/contacts/get-contacts.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/app-info.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/current-geo-position.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/device-info.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/device/vibrate.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/file/upload-file.operation.js +0 -0
- {package → app-rn-runtime}/variables/device/operation.provider.js +0 -0
- {package → app-rn-runtime}/variables/device/scan/scan.operation.js +0 -0
- {package → app-rn-runtime}/variables/device-variable.js +0 -0
- {package → app-rn-runtime}/variables/utils/dataset-util.js +0 -0
- {package → app-rn-runtime}/variables/utils/variable.constants.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Dimensions","moment","forEach","get","isArray","isEmpty","isObject","maxBy","minBy","set","trim","orderBy","VictoryAxis","VictoryLegend","VictoryLabel","VictoryVoronoiContainer","VictoryTooltip","BaseComponent","BaseComponentState","WmIcon","ThemeFactory","DEFAULT_CLASS","constructSampleData","getChartType","BaseChartComponentState","constructor","arguments","_defineProperty","undefined","screenWidth","width","shapes","SI_SYMBOL","BaseChartComponent","props","defaultClass","length","defaultProps","defaultState","theme","applyTheme","componentDidMount","abbreviateNumber","number","tier","Math","log10","abs","suffix","scale","pow","scaled","toFixed","getLegendView","colorScale","state","showlegend","top","parseInt","styles","root","height","orientation","createElement","name","gutter","data","legendData","style","border","stroke","borderPadding","left","y","getYScaleMinValue","value","_min","floor","getXaxis","minIndex","maxIndex","xaxisDatakeyArr","getTickValueLabel","xtickexpr","yaxislabeldistance","crossAxis","label","xaxislabel","xaxisdatakey","xunits","axisLabel","mergeStyle","yAxisLabel","grid","hidegridxaxis","xGrid","axis","showxaxis","xAxis","ticks","xTicks","tickLabels","xTickLabels","fixLabelOverlap","autoadjustlabels","axisLabelComponent","tickLabelComponent","offsetyaxis","angle","labelangle","tickCount","invertAxis","isRTL","tickFormat","d","i","getYAxis","showyaxis","ytickexpr","xaxislabeldistance","yaxislabel","yaxisdatakey","yunits","hidegridyaxis","yGrid","yAxis","yTicks","yTickLabels","x","offsetxaxis","dependentAxis","getTooltip","tooltipContainer","xaxis","voronoiDimension","labels","_ref","datum","dataset","voronoiBlacklist","map","item","labelComponent","fill","tooltipXText","color","tooltipYText","tooltiporientation","pointerLength","tooltippointerlength","pointerWidth","tooltippointerwidth","flyoutHeight","tooltipheight","flyoutWidth","tooltipwidth","flyoutStyle","backgroundColor","borderColor","strokeWidth","borderWidth","flyoutPadding","paddingTop","bottom","paddingBottom","paddingLeft","right","paddingRight","cornerRadius","borderRadius","centerOffset","tooltipcenteroffsetx","tooltipcenteroffsety","constrainToVisibleArea","isAxisDomainSupported","type","isAxisDomainValid","areMinMaxValuesValid","values","isFinite","min","max","setDomainValues","xDomainValues","yDomainValues","getXMinMaxValues","getYMinMaxValues","updateState","chartMinX","chartMaxX","yMin","chartMinY","chartMaxY","xValues","dataObject","yValues","minValues","maxValues","push","setHeightWidthOnChart","cb","chartHeight","chartWidth","themeName","colorsToUse","customcolors","split","themeToUse","getColorsObj","getTheme","colors","prepareLegendData","ldata","prepareEvents","_","idx","childName","target","eventKey","String","eventHandlers","onClick","mutation","onMouseOver","onMouseOut","getxAxisVal","dataObj","xKey","index","isValid","isNaN","prepareDataItems","yaxis","datasets","_yaxis","shape","yPts","o","xindex","xVal","yVal","parseFloat","bubblesize","invokeEventCallback","proxy","setTimeout","endAngle","updateData","renderLoadingIcon","loadingIcon","iconclass","loadingicon","caption","loadingdatamsg","labeltype","setTotal","ydomain","xdomain","loading","total","onPropertyChange","$new","$old","units","xLabel","yLabel","getDataType","widgetContext","Error"],"sources":["basechart.component.tsx"],"sourcesContent":["import React from \"react\";\nimport { Dimensions } from 'react-native';\nimport moment from \"moment\";\nimport {forEach, get, isArray, isEmpty, isObject, maxBy, minBy, set, trim, orderBy} from \"lodash-es\";\nimport { ScatterSymbolType } from \"victory-core\";\nimport {VictoryAxis, VictoryLegend, VictoryLabel, VictoryVoronoiContainer, VictoryTooltip} from \"victory-native\";\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from \"@wavemaker/app-rn-runtime/components/basic/icon/icon.component\";\nimport ThemeFactory from \"@wavemaker/app-rn-runtime/components/chart/theme/chart.theme\";\n\nimport BaseChartComponentProps from \"./basechart.props\";\nimport { DEFAULT_CLASS, BaseChartComponentStyles} from \"./basechart.styles\";\nimport _ from \"lodash\";\nimport { constructSampleData, getChartType } from \"./staticdata\";\n\nexport class BaseChartComponentState <T extends BaseChartComponentProps> extends BaseComponentState<T> {\n data: any = [];\n content: any = null;\n yAxis: Array<string> = [];\n xaxisDatakeyArr: Array<any> = [];\n legendData: any = [];\n theme: any;\n colors: any;\n xLabel: string = '';\n yLabel: string = '';\n total: number = 0;\n endAngle: number = 0;\n loading: boolean = true;\n chartHeight: number = 0;\n chartWidth: number = 0;\n chartMinY: number | undefined = undefined;\n chartMinX: number | undefined = undefined;\n chartMaxY: number | undefined = undefined;\n chartMaxX: number | undefined = undefined;\n}\n\nconst screenWidth = Dimensions.get(\"window\").width;\n\nconst shapes: {[key: string]: any} = {\n 'circle': 'circle',\n 'cross': 'cross',\n 'diamond': 'diamond',\n 'plus': 'plus',\n 'minus': 'minus',\n 'square': 'square',\n 'star': 'star',\n 'triangle-down': 'triangleDown',\n 'triangle-up': 'triangleUp',\n};\n\nconst SI_SYMBOL = [\"\", \"k\", \"M\", \"G\", \"T\", \"P\", \"E\"];\n\nexport abstract class BaseChartComponent<T extends BaseChartComponentProps, S extends BaseChartComponentState<T>, L extends BaseChartComponentStyles> extends BaseComponent<T, S, L> {\n protected screenWidth: number = screenWidth;\n constructor(props: T, public defaultClass: string = DEFAULT_CLASS, defaultProps?: T, defaultState?: S) {\n super(props, defaultClass, defaultProps, defaultState);\n if (!props.theme) {\n this.applyTheme(props);\n }\n }\n\n componentDidMount() {\n super.componentDidMount();\n }\n\n abbreviateNumber(number: any) {\n if (typeof number !== 'number') {\n return number;\n }\n const tier = Math.log10(Math.abs(number)) / 3 | 0;\n\n if (tier == 0) {\n return number;\n }\n\n // get suffix and determine scale\n const suffix = SI_SYMBOL[tier];\n const scale = Math.pow(10, tier * 3);\n\n // scale the number\n var scaled = number / scale;\n\n // format number and add suffix\n return scaled.toFixed(1) + suffix;\n }\n\n getLegendView(colorScale?: any) {\n if (this.state.props.showlegend === 'hide') {\n return null;\n }\n const props = this.state.props;\n let top = props.showlegend === 'bottom' ? parseInt(this.styles.root.height as string) : 0;\n if (top) {\n top = top - (50); // remove legendHeight\n }\n const orientation = (props.showlegend === 'right' || props.showlegend === 'left') ? 'vertical' : 'horizontal';\n return <VictoryLegend\n colorScale={colorScale}\n name={'legendData'}\n orientation={orientation}\n gutter={20}\n data={this.state.legendData}\n style={{ border: { stroke: 'none' } }}\n borderPadding={{top: 30, left: 50}}\n y={top}\n />\n }\n\n getYScaleMinValue(value: number) {\n const _min = Math.floor(value);\n return Math.abs(value) - _min > 0 ? value - .1 : _min - 1;\n };\n\n // x axis with vertical lines having grid stroke colors\n getXaxis() {\n const minIndex = 0;\n const maxIndex = this.state.xaxisDatakeyArr.length - 1;\n const props = this.state.props;\n const getTickValueLabel = props.xtickexpr as any;\n let height = this.styles.root.height || 250;\n let yaxislabeldistance = props.yaxislabeldistance ? props.yaxislabeldistance : height as number - 20;\n if (height && typeof height === 'string') {\n height = parseInt(height);\n }\n return <VictoryAxis crossAxis={false} label={(props.xaxislabel || props.xaxisdatakey || \"name\") + (props.xunits ? `(${props.xunits})` : '')}\n style={{\n axisLabel: this.theme.mergeStyle(this.styles.axisLabel, this.styles.yAxisLabel),\n grid: props.hidegridxaxis ?\n { stroke: null } : this.theme.mergeStyle(this.styles.grid, this.styles.xGrid),\n axis: props.showxaxis === false ?\n { stroke: 'none' } : this.theme.mergeStyle(this.styles.axis, this.styles.xAxis),\n ticks: this.theme.mergeStyle(this.styles.ticks, this.styles.xTicks),\n tickLabels: this.theme.mergeStyle(this.styles.tickLabels, this.styles.xTickLabels)\n }}\n fixLabelOverlap= {props.autoadjustlabels?true:false}\n axisLabelComponent={<VictoryLabel y={yaxislabeldistance}/>}\n tickLabelComponent={<VictoryLabel y={props.offsetyaxis ? props.offsetyaxis : height as number - 30} angle={props.labelangle || 0}/>} theme={this.state.theme}\n tickCount={this.state.xaxisDatakeyArr.length} \n invertAxis={this.isRTL}\n tickFormat= {(d, i, ticks) => {\n if (getTickValueLabel) {\n return getTickValueLabel(this.state.xaxisDatakeyArr[d], i, (ticks || []).length);\n } else if (this.state.xaxisDatakeyArr) {\n return this.state.xaxisDatakeyArr[d];\n }\n return '';\n }}\n />; \n} \n\n\n /* y axis with horizontal lines having grid stroke colors*/\n getYAxis() {\n const props = this.state.props;\n if (props.showyaxis === false) {\n return null;\n }\n const getTickValueLabel = props.ytickexpr as any;\n let xaxislabeldistance = props.xaxislabeldistance ? props.xaxislabeldistance : 20\n return <VictoryAxis crossAxis={false} label={(props.yaxislabel || props.yaxisdatakey) + (props.yunits ? `(${props.yunits})` : '')}\n style={{\n axisLabel: this.theme.mergeStyle(this.styles.axisLabel, this.styles.yAxisLabel),\n grid: props.hidegridyaxis ? { stroke: null } : this.theme.mergeStyle(this.styles.grid, this.styles.yGrid),\n axis: props.showxaxis === false ?\n { stroke: 'none' } : this.theme.mergeStyle(this.styles.axis, this.styles.yAxis),\n ticks: this.theme.mergeStyle(this.styles.ticks, this.styles.yTicks),\n tickLabels: this.theme.mergeStyle(this.styles.tickLabels, this.styles.yTickLabels)\n }}\n fixLabelOverlap= {props.autoadjustlabels?true:false}\n axisLabelComponent={<VictoryLabel x={xaxislabeldistance}/>}\n tickLabelComponent={<VictoryLabel x={props.offsetxaxis ? props.offsetxaxis : 50}/>} \n theme={this.state.theme}\n tickFormat= {(d, i, ticks) => {\n if (getTickValueLabel) {\n return getTickValueLabel(d, i, (ticks || []).length);\n }\n return this.abbreviateNumber(d);\n }}\n orientation={this.isRTL?\"right\":\"left\"}\n dependentAxis />;\n }\n \n getTooltip(props: BaseChartComponentProps) {\n const tooltipContainer = this.styles.tooltipContainer;\n const xaxis = props.xaxisdatakey;\n return (\n <VictoryVoronoiContainer\n voronoiDimension=\"x\"\n labels={({ datum }) => `${props.dataset[datum.x][xaxis]} \\n Value ${datum.y} `}\n voronoiBlacklist={this.state.data.map((item: any, i: number) => props.name + '_' + i)}\n labelComponent={\n <VictoryTooltip\n style={[{fill: this.styles.tooltipXText.color,...this.styles.tooltipXText},{fill: this.styles.tooltipYText.color,...this.styles.tooltipYText}]}\n orientation={props.tooltiporientation}\n pointerLength={props.tooltippointerlength}\n pointerWidth={props.tooltippointerwidth}\n flyoutHeight={props.tooltipheight}\n flyoutWidth={props.tooltipwidth}\n flyoutStyle={{fill: tooltipContainer.backgroundColor, stroke: tooltipContainer.borderColor, strokeWidth: tooltipContainer.borderWidth,...this.styles.tooltipContainer}}\n flyoutPadding={{top: tooltipContainer.paddingTop, bottom: tooltipContainer.paddingBottom, left: tooltipContainer.paddingLeft, right: tooltipContainer.paddingRight}}\n cornerRadius={tooltipContainer.borderRadius}\n centerOffset={{ x: props.tooltipcenteroffsetx, y: props.tooltipcenteroffsety}}\n constrainToVisibleArea\n />\n }\n />\n );\n }\n \n\n // X/Y Domain properties are supported only for Column and Area charts\n isAxisDomainSupported(type: string) {\n return type === 'Column'|| type === 'Area';\n }\n\n // Check whether X/Y Domain was set to Min and is supported for the present chart\n isAxisDomainValid(axis: string) {\n const props = this.state.props;\n if (get(props, axis + 'domain') === 'Min' && (this.isAxisDomainSupported(props.type))) {\n return true;\n }\n return false;\n };\n\n// Check whether min and max values are finite or not\n areMinMaxValuesValid(values: any) {\n if (isFinite(values.min) && isFinite(values.max)) {\n return true;\n }\n return false;\n };\n\n setDomainValues() {\n let xDomainValues, yDomainValues;\n if (this.state.data.length > 0) {\n if (this.isAxisDomainValid('x') && typeof this.state.data[0].x === 'number') {\n xDomainValues = this.getXMinMaxValues(this.state.data[0]);\n }\n if (this.isAxisDomainValid('y')) {\n yDomainValues = this.getYMinMaxValues(this.state.data);\n }\n if (xDomainValues) {\n this.updateState({\n chartMinX: yDomainValues.min.x,\n chartMaxX: yDomainValues.max.x\n } as S)\n }\n let yMin;\n if (yDomainValues) {\n if (this.areMinMaxValuesValid({max: yDomainValues.max.y, min: yDomainValues.min.y})) {\n yMin = this.getYScaleMinValue(yDomainValues.min.y);\n }\n this.updateState({\n chartMinY: yMin ? yMin : yDomainValues.min.y,\n chartMaxY: yDomainValues.max.y\n } as S);\n }\n }\n }\n\n // Getting the min and max values among all the x values\n getXMinMaxValues(datum: Array<{x: number, y: any}>) {\n if (!datum) {\n return;\n }\n const xValues: any = {};\n /*\n compute the min x valuex\n eg: When data has objects\n input: [{x:1, y:2}, {x:2, y:3}, {x:3, y:4}]\n min x: 1\n eg: When data has arrays\n input: [[10, 20], [20, 30], [30, 40]];\n min x: 10\n */\n xValues.min = minBy(datum, (dataObject: {x: any, y: any}) => dataObject.x) || {x: undefined};\n /*\n compute the max x value\n eg: When data has objects\n input: [{x:1, y:2}, {x:2, y:3}, {x:3, y:4}]\n max x: 3\n eg: When data has arrays\n input: [[10, 20], [20, 30], [30, 40]];\n max x: 30\n */\n xValues.max = maxBy(datum, (dataObject: {x: any, y: any}) => dataObject.x)|| {x: undefined};\n return xValues;\n }\n\n // Getting the min and max values among all the y values\n getYMinMaxValues(datum: Array<Array<{x: any, y: number}>>) {\n const yValues: any = {},\n minValues: any = [],\n maxValues: any = [];\n if (!datum) {\n return;\n }\n\n /*\n Getting the min and max y values among all the series of data\n compute the min y value\n eg: When data has objects\n input: [[{x:1, y:2}, {x:2, y:3}, {x:3, y:4}], [{x:2, y:3}, {x:3, y:4}, {x:4, y:5}]]\n min y values : '2'(among first set) & '3'(among second set)\n max y values : '4'(among first set) & '5'(among second set)\n\n eg: When data has arrays\n input: [[[10, 20], [20, 30], [30, 40]], [[20, 30], [30, 40], [40, 50]]]\n min y values : '20'(among first set) & '30'(among second set)\n max y values : '40'(among first set) & '50'(among second set)\n */\n\n forEach(datum, data => {\n if (data && !isEmpty(data)) {\n minValues.push(minBy(data, (dataObject: {x: any, y: any}) => { return dataObject.y }));\n maxValues.push(maxBy(data, (dataObject: {x: any, y: any}) => { return dataObject.y }));\n }\n });\n // Gets the least and highest values among all the min and max values of respective series of data\n yValues.min = minBy(minValues, (dataObject: {x: any, y: any}) => dataObject.y) || {y: undefined};\n yValues.max = maxBy(maxValues, (dataObject: {x: any, y: any}) => dataObject.y) || {y: undefined};\n return yValues;\n }\n\n setHeightWidthOnChart(cb?: () => void) {\n let height = this.styles.root.height || 250;\n let width = this.styles.root.width || screenWidth;\n if (height && typeof height === 'string') {\n height = parseInt(height);\n }\n if (width && typeof width === 'string') {\n width = parseInt(width);\n }\n this.updateState({\n chartHeight: height,\n chartWidth: width\n } as S, cb);\n }\n\n applyTheme(props: BaseChartComponentProps) {\n let themeName = props.theme ? props.theme : (props.type === 'Pie' ? 'Azure' : 'Terrestrial');\n let colorsToUse = [];\n if (typeof props.customcolors === 'string' && !isEmpty(props.customcolors)) {\n colorsToUse = props.customcolors.split(',').map(trim);\n }\n let themeToUse;\n if (typeof themeName === 'string') {\n if (!colorsToUse.length) {\n colorsToUse = props.customcolors as string[];\n }\n if(props.customcolors===undefined) {\n colorsToUse = ThemeFactory.getColorsObj(themeName);\n }\n themeToUse = ThemeFactory.getTheme(themeName, props.styles, colorsToUse);\n } else if (typeof themeName === 'object') {\n // if theme is passed as an object then use that custom theme.\n themeToUse = props.theme;\n }\n this.updateState({\n colors: colorsToUse,\n theme: themeToUse\n } as S);\n }\n\n prepareLegendData() {\n const props = this.state.props;\n if (this.state.yAxis) {\n let ldata: any;\n if (props.type === 'Stack') {\n const data = orderBy(this.state.data[0], 'y', 'asc');\n ldata = data.map((d: any) => {\n return {\n name: this.state.xaxisDatakeyArr[d.x]\n }\n });\n } else {\n ldata = this.state.yAxis.map((d: string) => {\n return {\n name: d\n }\n });\n }\n\n this.updateState({\n legendData: ldata\n } as S);\n }\n }\n\n prepareEvents(name: string) {\n return this.state.legendData.map((_: any, idx: number) => {\n return {\n childName: ['legend'],\n target: 'data',\n eventKey: String(idx),\n eventHandlers: {\n onClick: () => {\n return [\n {\n childName: [name + '_' + idx],\n target: 'data',\n eventKey: 'all',\n mutation: (props: any) => {\n return null;\n }\n }\n ];\n },\n onMouseOver: () => {\n },\n onMouseOut: () => {\n }\n }\n };\n });\n }\n\n // If date string is bound to xaxis then we are pushing the x values as indexes.\n getxAxisVal(dataObj: {[key: string] : any}, xKey: string, index: number, xaxisDatakeyArr: Array<any>) {\n const value: any = get(dataObj, xKey);\n if (moment(value).isValid() || isNaN(value) || typeof value === 'string' || typeof value === 'number') {\n xaxisDatakeyArr.push(value);\n return index;\n }\n return value;\n }\n\n prepareDataItems(dataset: any) {\n const props = this.state.props;\n let xaxis = props.xaxisdatakey;\n let yaxis = props.yaxisdatakey;\n let xaxisDatakeyArr: Array<any> = [];\n let datasets: any = [];\n if (dataset.length === 0) {\n dataset = constructSampleData(getChartType(this.props), yaxis?.split(','), this.props.shape);\n xaxis = \"x\";\n yaxis = \"y\";\n }\n if (xaxis && yaxis) {\n let yPts = yaxis.split(',');\n yPts.forEach((y: any) => {\n if (xaxis !== y) {\n datasets.push(dataset.map((o: {[key: string] : any}, xindex: number) => {\n const xVal = this.getxAxisVal(o, xaxis, xindex, xaxisDatakeyArr);\n let yVal: string | number = get(o, y);\n if (typeof yVal === 'string') {\n yVal = parseFloat(yVal) || yVal;\n }\n let dataObj = {\n x: xVal,\n y: yVal,\n };\n if (props.bubblesize) {\n set(dataObj, 'size', get(o, props.bubblesize, 5));\n }\n if (props.shape) {\n set(dataObj, 'symbol', shapes[props.shape]);\n }\n return dataObj;\n }));\n }\n });\n // chartTransform\n this.invokeEventCallback('onTransform', [undefined, this.proxy]);\n if (props.type == 'Pie' || props.type === 'Donut') {\n // for animation effect\n setTimeout(() => {\n this.updateState({\n endAngle: 360,\n } as S);\n }, 500);\n }\n this.updateData(datasets, yPts, xaxisDatakeyArr);\n }\n }\n\n\n protected renderLoadingIcon() {\n const props = this.state.props;\n return (<WmIcon styles={this.styles.loadingIcon}\n iconclass={props.loadingicon}\n caption={props.loadingdatamsg}></WmIcon>);\n }\n\n updateData(datasets: any, yPts: any, xaxisDatakeyArr: Array<any>) {\n const props = this.state.props;\n this.updateState({\n data: datasets as any,\n yAxis: yPts,\n xaxisDatakeyArr: xaxisDatakeyArr\n } as S, () => {\n this.prepareLegendData();\n if (!props.labeltype || props.labeltype === 'percent') {\n this.setTotal(this.state.data[0]);\n }\n if (this.isAxisDomainSupported(props.type) && (props.ydomain || props.xdomain)) {\n this.setDomainValues();\n }\n this.updateState({\n loading: false\n } as S);\n });\n }\n\n setTotal(data: Array<{x: any, y: number}>) {\n let total = 0;\n data.forEach((d: {x: any, y: any}) => {\n total += d.y as number;\n });\n this.updateState({\n total: total\n } as S);\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n super.onPropertyChange(name, $new, $old);\n const props = this.state.props;\n let units = '';\n switch(name) {\n case 'customcolors':\n if (isEmpty($new)) {\n return;\n }\n if (typeof $new === 'string') {\n $new = $new.split(',');\n }\n this.updateState({\n colors: $new\n } as S);\n break;\n case 'theme':\n this.applyTheme(props);\n break;\n case 'dataset':\n if (!isArray($new)) {\n if (isObject($new) && !isEmpty($new)) {\n $new = [$new];\n } else {\n $new = [];\n }\n }\n $new && this.prepareDataItems($new);\n break;\n case 'xaxislabel':\n if (props.xunits) {\n units = ' (' + props.xunits + ')';\n }\n this.updateState({\n xLabel: $new + units\n } as S);\n break;\n case 'yaxislabel':\n if (props.yunits) {\n units = ' (' + props.yunits + ')';\n }\n this.updateState({\n yLabel: $new + units\n } as S);\n break;\n }\n }\n}\nfunction getDataType(widgetContext: { yaxisdatakey: string | null | undefined; shape: any; }): any {\n throw new Error(\"Function not implemented.\");\n}\n\n"],"mappings":"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"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
5
|
-
export default class BaseChartComponentProps extends BaseProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "xaxisdatakey", '');
|
|
9
|
-
_defineProperty(this, "yaxisdatakey", '');
|
|
10
|
-
_defineProperty(this, "iconclass", '');
|
|
11
|
-
_defineProperty(this, "dataset", void 0);
|
|
12
|
-
_defineProperty(this, "type", '');
|
|
13
|
-
_defineProperty(this, "title", '');
|
|
14
|
-
_defineProperty(this, "subheading", '');
|
|
15
|
-
_defineProperty(this, "theme", '');
|
|
16
|
-
_defineProperty(this, "xaxislabel", '');
|
|
17
|
-
_defineProperty(this, "xunits", '');
|
|
18
|
-
_defineProperty(this, "staggerlabels", false);
|
|
19
|
-
_defineProperty(this, "yaxislabel", '');
|
|
20
|
-
_defineProperty(this, "yunits", '');
|
|
21
|
-
_defineProperty(this, "yaxislabeldistance", undefined);
|
|
22
|
-
_defineProperty(this, "xaxislabeldistance", undefined);
|
|
23
|
-
_defineProperty(this, "offsetxaxis", undefined);
|
|
24
|
-
_defineProperty(this, "offsetyaxis", undefined);
|
|
25
|
-
_defineProperty(this, "customcolors", '');
|
|
26
|
-
_defineProperty(this, "legendheight", 0);
|
|
27
|
-
_defineProperty(this, "labellegendheight", 0);
|
|
28
|
-
_defineProperty(this, "labeltype", 'percent');
|
|
29
|
-
_defineProperty(this, "bubblesize", '');
|
|
30
|
-
_defineProperty(this, "shape", '');
|
|
31
|
-
_defineProperty(this, "loadingicon", 'fa fa-circle-o-notch fa-pulse');
|
|
32
|
-
_defineProperty(this, "loadingdatamsg", 'Loading...');
|
|
33
|
-
_defineProperty(this, "nodatamessage", 'No data found');
|
|
34
|
-
_defineProperty(this, "offsetbottom", 50);
|
|
35
|
-
_defineProperty(this, "offsettop", 70);
|
|
36
|
-
_defineProperty(this, "offsetleft", 65);
|
|
37
|
-
_defineProperty(this, "offsetright", 25);
|
|
38
|
-
_defineProperty(this, "showlegend", 'top');
|
|
39
|
-
_defineProperty(this, "showlabels", 'outside');
|
|
40
|
-
_defineProperty(this, "tooltips", false);
|
|
41
|
-
_defineProperty(this, "interpolation", 'linear');
|
|
42
|
-
_defineProperty(this, "highlightpoints", false);
|
|
43
|
-
_defineProperty(this, "showvalues", false);
|
|
44
|
-
_defineProperty(this, "showyaxis", true);
|
|
45
|
-
_defineProperty(this, "showxaxis", true);
|
|
46
|
-
_defineProperty(this, "ydomain", 'Min');
|
|
47
|
-
_defineProperty(this, "xdomain", 'Min');
|
|
48
|
-
_defineProperty(this, "labelangle", 0);
|
|
49
|
-
_defineProperty(this, "xtickexpr", void 0);
|
|
50
|
-
_defineProperty(this, "ytickexpr", void 0);
|
|
51
|
-
_defineProperty(this, "hidegridxaxis", false);
|
|
52
|
-
_defineProperty(this, "hidegridyaxis", false);
|
|
53
|
-
_defineProperty(this, "autoadjustlabels", false);
|
|
54
|
-
_defineProperty(this, "tooltiporientation", 'top');
|
|
55
|
-
_defineProperty(this, "tooltipwidth", undefined);
|
|
56
|
-
_defineProperty(this, "tooltipheight", undefined);
|
|
57
|
-
_defineProperty(this, "tooltippointerlength", undefined);
|
|
58
|
-
_defineProperty(this, "tooltippointerwidth", undefined);
|
|
59
|
-
_defineProperty(this, "tooltipcenteroffsetx", undefined);
|
|
60
|
-
_defineProperty(this, "tooltipcenteroffsety", undefined);
|
|
61
|
-
_defineProperty(this, "accessibilitylabel", undefined);
|
|
62
|
-
_defineProperty(this, "hint", undefined);
|
|
63
|
-
_defineProperty(this, "accessibilityrole", 'none');
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=basechart.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","BaseChartComponentProps","constructor","arguments","_defineProperty","undefined"],"sources":["basechart.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityRole } from 'react-native';\n\nexport default class BaseChartComponentProps extends BaseProps {\n xaxisdatakey: string = '';\n yaxisdatakey: string = '';\n iconclass = '';\n dataset: any;\n type: string = '';\n title: string = '';\n subheading: string = '';\n theme: string = '';\n xaxislabel: string = '';\n xunits: string = '';\n staggerlabels: boolean = false;\n yaxislabel: string = '';\n yunits: string = '';\n yaxislabeldistance?: number = undefined;\n xaxislabeldistance?: number = undefined;\n offsetxaxis?: number = undefined;\n offsetyaxis?: number = undefined;\n customcolors: string | Array<string> = '';\n legendheight: number = 0;\n labellegendheight: number = 0;\n labeltype: 'percent' | 'value' | 'key-value' | 'key' = 'percent';\n bubblesize: string= '';\n shape: string = '';\n loadingicon='fa fa-circle-o-notch fa-pulse';\n loadingdatamsg = 'Loading...';\n nodatamessage = 'No data found';\n offsetbottom: number = 50;\n offsettop: number = 70;\n offsetleft: number = 65;\n offsetright: number = 25;\n showlegend: string = 'top';\n showlabels: 'inside' | 'outside' | 'hide' = 'outside';\n tooltips: boolean = false;\n interpolation: string = 'linear';\n highlightpoints: boolean = false;\n showvalues: boolean = false;\n showyaxis: boolean = true;\n showxaxis: boolean = true;\n ydomain: string = 'Min';\n xdomain: string = 'Min';\n labelangle: number = 0;\n xtickexpr?: (item: any, index: number, length: number) => any;\n ytickexpr?: (item: any, index: number, length: number) => any;\n hidegridxaxis: boolean = false;\n hidegridyaxis: boolean = false;\n autoadjustlabels: boolean = false;\n tooltiporientation : 'top' | 'bottom' | 'left' |'right' = 'top';\n tooltipwidth?: number = undefined;\n tooltipheight?: number = undefined;\n tooltippointerlength?: number = undefined;\n tooltippointerwidth?: number = undefined;\n tooltipcenteroffsetx?: number = undefined;\n tooltipcenteroffsety?: number = undefined;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = 'none';\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,uBACtC,EAAE;IAAAA,eAAA,uBACF,EAAE;IAAAA,eAAA,oBACb,EAAE;IAAAA,eAAA;IAAAA,eAAA,eAEC,EAAE;IAAAA,eAAA,gBACD,EAAE;IAAAA,eAAA,qBACG,EAAE;IAAAA,eAAA,gBACP,EAAE;IAAAA,eAAA,qBACG,EAAE;IAAAA,eAAA,iBACN,EAAE;IAAAA,eAAA,wBACM,KAAK;IAAAA,eAAA,qBACT,EAAE;IAAAA,eAAA,iBACN,EAAE;IAAAA,eAAA,6BACWC,SAAS;IAAAD,eAAA,6BACTC,SAAS;IAAAD,eAAA,sBAChBC,SAAS;IAAAD,eAAA,sBACTC,SAAS;IAAAD,eAAA,uBACO,EAAE;IAAAA,eAAA,uBAClB,CAAC;IAAAA,eAAA,4BACI,CAAC;IAAAA,eAAA,oBAC0B,SAAS;IAAAA,eAAA,qBAC5C,EAAE;IAAAA,eAAA,gBACN,EAAE;IAAAA,eAAA,sBACN,+BAA+B;IAAAA,eAAA,yBAC1B,YAAY;IAAAA,eAAA,wBACb,eAAe;IAAAA,eAAA,uBACR,EAAE;IAAAA,eAAA,oBACL,EAAE;IAAAA,eAAA,qBACD,EAAE;IAAAA,eAAA,sBACD,EAAE;IAAAA,eAAA,qBACH,KAAK;IAAAA,eAAA,qBACkB,SAAS;IAAAA,eAAA,mBACjC,KAAK;IAAAA,eAAA,wBACD,QAAQ;IAAAA,eAAA,0BACL,KAAK;IAAAA,eAAA,qBACV,KAAK;IAAAA,eAAA,oBACN,IAAI;IAAAA,eAAA,oBACJ,IAAI;IAAAA,eAAA,kBACP,KAAK;IAAAA,eAAA,kBACL,KAAK;IAAAA,eAAA,qBACF,CAAC;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,wBAGG,KAAK;IAAAA,eAAA,wBACL,KAAK;IAAAA,eAAA,2BACF,KAAK;IAAAA,eAAA,6BACyB,KAAK;IAAAA,eAAA,uBACvCC,SAAS;IAAAD,eAAA,wBACRC,SAAS;IAAAD,eAAA,+BACFC,SAAS;IAAAD,eAAA,8BACVC,SAAS;IAAAD,eAAA,+BACRC,SAAS;IAAAD,eAAA,+BACTC,SAAS;IAAAD,eAAA,6BACXC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA,4BACe,MAAM;EAAA;AAChD"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import Color from "color";
|
|
2
|
-
import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
|
|
3
|
-
import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
4
|
-
export const DEFAULT_CLASS = 'app-chart';
|
|
5
|
-
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
6
|
-
const defaultStyles = defineStyles({
|
|
7
|
-
root: {},
|
|
8
|
-
text: {},
|
|
9
|
-
icon: {
|
|
10
|
-
icon: {
|
|
11
|
-
fontSize: 20
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
line: {
|
|
15
|
-
color: themeVariables.chartLineColor
|
|
16
|
-
},
|
|
17
|
-
title: {
|
|
18
|
-
color: themeVariables.chartTitleColor,
|
|
19
|
-
fontSize: 20,
|
|
20
|
-
lineHeight: 24,
|
|
21
|
-
paddingLeft: 10
|
|
22
|
-
},
|
|
23
|
-
subHeading: {
|
|
24
|
-
fontSize: 12,
|
|
25
|
-
lineHeight: 16,
|
|
26
|
-
color: themeVariables.chartSubTitleColor
|
|
27
|
-
},
|
|
28
|
-
legendText: {},
|
|
29
|
-
legenedDot: {},
|
|
30
|
-
axis: {
|
|
31
|
-
stroke: Color(themeVariables.chartAxisColor).fade(0.3).rgb().toString()
|
|
32
|
-
},
|
|
33
|
-
xAxis: {},
|
|
34
|
-
yAxis: {},
|
|
35
|
-
axisLabel: {},
|
|
36
|
-
xAxisLabel: {},
|
|
37
|
-
yAxisLabel: {},
|
|
38
|
-
grid: {
|
|
39
|
-
stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString(),
|
|
40
|
-
strokeDasharray: '16 4'
|
|
41
|
-
},
|
|
42
|
-
xGrid: {},
|
|
43
|
-
yGrid: {},
|
|
44
|
-
ticks: {
|
|
45
|
-
stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString()
|
|
46
|
-
},
|
|
47
|
-
xTicks: {},
|
|
48
|
-
yTicks: {},
|
|
49
|
-
tickLabels: {
|
|
50
|
-
stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString()
|
|
51
|
-
},
|
|
52
|
-
xTickLabels: {},
|
|
53
|
-
yTickLabels: {},
|
|
54
|
-
barChart: {},
|
|
55
|
-
tooltipContainer: {
|
|
56
|
-
backgroundColor: themeVariables.tooltipBgColor,
|
|
57
|
-
borderColor: themeVariables.tooltipBorderColor,
|
|
58
|
-
borderWidth: 1,
|
|
59
|
-
paddingTop: 10,
|
|
60
|
-
paddingBottom: 10,
|
|
61
|
-
paddingLeft: 6,
|
|
62
|
-
paddingRight: 6,
|
|
63
|
-
borderRadius: 5
|
|
64
|
-
},
|
|
65
|
-
tooltipXText: {},
|
|
66
|
-
tooltipYText: {},
|
|
67
|
-
bar: {
|
|
68
|
-
borderTopLeftRadius: 0,
|
|
69
|
-
borderTopRightRadius: 0,
|
|
70
|
-
borderBottomLeftRadius: 0,
|
|
71
|
-
borderBottomRightRadius: 0
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
addStyle(DEFAULT_CLASS, '', defaultStyles);
|
|
75
|
-
});
|
|
76
|
-
//# sourceMappingURL=basechart.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Color","BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","icon","fontSize","line","color","chartLineColor","title","chartTitleColor","lineHeight","paddingLeft","subHeading","chartSubTitleColor","legendText","legenedDot","axis","stroke","chartAxisColor","fade","rgb","toString","xAxis","yAxis","axisLabel","xAxisLabel","yAxisLabel","grid","strokeDasharray","xGrid","yGrid","ticks","xTicks","yTicks","tickLabels","xTickLabels","yTickLabels","barChart","tooltipContainer","backgroundColor","tooltipBgColor","borderColor","tooltipBorderColor","borderWidth","paddingTop","paddingBottom","paddingRight","borderRadius","tooltipXText","tooltipYText","bar","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],"sources":["basechart.styles.ts"],"sourcesContent":["import { TextStyle, ViewStyle } from 'react-native';\nimport Color from \"color\";\nimport BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { VictoryStyleObject } from \"victory-core\";\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\n\nexport type BaseChartComponentStyles = BaseStyles & {\n title: TextStyle,\n icon: WmIconStyles,\n subHeading: TextStyle,\n axis: VictoryStyleObject,\n xAxis: VictoryStyleObject,\n yAxis: VictoryStyleObject,\n axisLabel: VictoryStyleObject,\n xAxisLabel: VictoryStyleObject,\n yAxisLabel: VictoryStyleObject,\n ticks: VictoryStyleObject,\n xTicks: VictoryStyleObject,\n yTicks: VictoryStyleObject,\n tickLabels: VictoryStyleObject,\n xTickLabels: VictoryStyleObject,\n yTickLabels: VictoryStyleObject,\n grid: VictoryStyleObject,\n xGrid: VictoryStyleObject,\n yGrid: VictoryStyleObject,\n legendText: TextStyle,\n legenedDot: ViewStyle,\n tooltipContainer: any,\n tooltipXText: any,\n tooltipYText: any,\n bar: any;\n};\n\nexport const DEFAULT_CLASS = 'app-chart';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: BaseChartComponentStyles = defineStyles({\n root: {},\n text: {},\n icon: {\n icon: {\n fontSize: 20\n }\n } as WmIconStyles,\n line: {\n color: themeVariables.chartLineColor\n },\n title: {\n color: themeVariables.chartTitleColor,\n fontSize: 20,\n lineHeight: 24,\n paddingLeft: 10,\n },\n subHeading: {\n fontSize: 12,\n lineHeight: 16,\n color: themeVariables.chartSubTitleColor\n },\n legendText: {},\n legenedDot: {},\n axis: {\n stroke: Color(themeVariables.chartAxisColor).fade(0.3).rgb().toString()\n } as any,\n xAxis: {} as any,\n yAxis: {} as any,\n axisLabel: {} as any,\n xAxisLabel: {} as any,\n yAxisLabel: {} as any,\n grid: {\n stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString(),\n strokeDasharray: '16 4'\n } as any,\n xGrid: {} as any,\n yGrid: {} as any,\n ticks: {\n stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString(),\n } as any,\n xTicks: {} as any,\n yTicks: {} as any,\n tickLabels: {\n stroke: Color(themeVariables.chartAxisColor).fade(0.8).rgb().toString(),\n } as any,\n xTickLabels: {} as any,\n yTickLabels: {} as any,\n barChart: {},\n tooltipContainer:{\n backgroundColor: themeVariables.tooltipBgColor,\n borderColor: themeVariables.tooltipBorderColor,\n borderWidth: 1,\n paddingTop: 10,\n paddingBottom: 10,\n paddingLeft: 6,\n paddingRight: 6,\n borderRadius: 5,\n },\n tooltipXText:{},\n tooltipYText:{},\n bar:{\n borderTopLeftRadius: 0,\n borderTopRightRadius: 0,\n borderBottomLeftRadius: 0,\n borderBottomRightRadius: 0\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});\n"],"mappings":"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"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { View, Platform } from 'react-native';
|
|
4
|
-
import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
|
|
5
|
-
import WmBubbleChartProps from './bubble-chart.props';
|
|
6
|
-
import { DEFAULT_CLASS } from './bubble-chart.styles';
|
|
7
|
-
import { BaseChartComponent, BaseChartComponentState } from "@wavemaker/app-rn-runtime/components/chart/basechart.component";
|
|
8
|
-
import { VictoryChart, VictoryLegend, VictoryScatter } from "victory-native";
|
|
9
|
-
import { Svg } from "react-native-svg";
|
|
10
|
-
export class WmBubbleChartState extends BaseChartComponentState {}
|
|
11
|
-
export default class WmBubbleChart extends BaseChartComponent {
|
|
12
|
-
constructor(props) {
|
|
13
|
-
super(props, DEFAULT_CLASS, new WmBubbleChartProps(), new WmBubbleChartState());
|
|
14
|
-
}
|
|
15
|
-
onSelect(event, data) {
|
|
16
|
-
let value = data.data[data.index].y;
|
|
17
|
-
let label = this.state.xaxisDatakeyArr[data.datum.x];
|
|
18
|
-
let selectedItem = this.props.dataset[data.index];
|
|
19
|
-
let selectedChartItem = [{
|
|
20
|
-
series: 0,
|
|
21
|
-
x: data.index,
|
|
22
|
-
y: value,
|
|
23
|
-
_dataObj: selectedItem
|
|
24
|
-
}, data.index];
|
|
25
|
-
this.invokeEventCallback('onSelect', [event.nativeEvent, this.proxy, selectedItem, selectedChartItem]);
|
|
26
|
-
}
|
|
27
|
-
renderWidget(props) {
|
|
28
|
-
var _this$state$data;
|
|
29
|
-
this.invokeEventCallback('onBeforerender', [this.proxy, null]);
|
|
30
|
-
if (!((_this$state$data = this.state.data) !== null && _this$state$data !== void 0 && _this$state$data.length)) {
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
return /*#__PURE__*/React.createElement(View, _extends({}, getAccessibilityProps(AccessibilityWidgetType.LINECHART, props), {
|
|
34
|
-
style: this.styles.root
|
|
35
|
-
}), /*#__PURE__*/React.createElement(VictoryChart, {
|
|
36
|
-
theme: this.state.theme,
|
|
37
|
-
height: this.styles.root.height,
|
|
38
|
-
width: this.styles.root.width || this.screenWidth,
|
|
39
|
-
padding: {
|
|
40
|
-
top: props.offsettop,
|
|
41
|
-
bottom: props.offsetbottom,
|
|
42
|
-
left: props.offsetleft,
|
|
43
|
-
right: props.offsetright
|
|
44
|
-
},
|
|
45
|
-
containerComponent: this.getTooltip(props)
|
|
46
|
-
}, /*#__PURE__*/React.createElement(VictoryLegend, {
|
|
47
|
-
name: 'legend',
|
|
48
|
-
containerComponent: /*#__PURE__*/React.createElement(Svg, null),
|
|
49
|
-
title: [props.title, props.subheading],
|
|
50
|
-
orientation: "horizontal",
|
|
51
|
-
gutter: 20,
|
|
52
|
-
data: [],
|
|
53
|
-
theme: this.state.theme
|
|
54
|
-
}), this.getLegendView(), this.getXaxis(), this.getYAxis(), this.state.data.map((d, i) => {
|
|
55
|
-
return /*#__PURE__*/React.createElement(VictoryScatter, {
|
|
56
|
-
colorScale: this.state.colors,
|
|
57
|
-
style: {
|
|
58
|
-
data: {
|
|
59
|
-
fill: this.state.colors[i],
|
|
60
|
-
opacity: _ref => {
|
|
61
|
-
let {
|
|
62
|
-
datum
|
|
63
|
-
} = _ref;
|
|
64
|
-
return datum.opacity;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
key: props.name + '_bubble_' + i,
|
|
69
|
-
name: props.name + '_bubble_' + i,
|
|
70
|
-
data: d,
|
|
71
|
-
size: 5,
|
|
72
|
-
events: [{
|
|
73
|
-
target: 'data',
|
|
74
|
-
eventHandlers: Platform.OS == "web" ? {
|
|
75
|
-
onClick: this.onSelect.bind(this)
|
|
76
|
-
} : {
|
|
77
|
-
onPress: this.onSelect.bind(this)
|
|
78
|
-
}
|
|
79
|
-
}]
|
|
80
|
-
});
|
|
81
|
-
})));
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=bubble-chart.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Platform","AccessibilityWidgetType","getAccessibilityProps","WmBubbleChartProps","DEFAULT_CLASS","BaseChartComponent","BaseChartComponentState","VictoryChart","VictoryLegend","VictoryScatter","Svg","WmBubbleChartState","WmBubbleChart","constructor","props","onSelect","event","data","value","index","y","label","state","xaxisDatakeyArr","datum","x","selectedItem","dataset","selectedChartItem","series","_dataObj","invokeEventCallback","nativeEvent","proxy","renderWidget","_this$state$data","length","createElement","_extends","LINECHART","style","styles","root","theme","height","width","screenWidth","padding","top","offsettop","bottom","offsetbottom","left","offsetleft","right","offsetright","containerComponent","getTooltip","name","title","subheading","orientation","gutter","getLegendView","getXaxis","getYAxis","map","d","i","colorScale","colors","fill","opacity","_ref","key","size","events","target","eventHandlers","OS","onClick","bind","onPress"],"sources":["bubble-chart.component.tsx"],"sourcesContent":["import React from 'react';\nimport {Text, View, Platform} from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \n\nimport WmBubbleChartProps from './bubble-chart.props';\nimport { DEFAULT_CLASS, WmBubbleChartStyles } from './bubble-chart.styles';\nimport {\n BaseChartComponent,\n BaseChartComponentState\n} from \"@wavemaker/app-rn-runtime/components/chart/basechart.component\";\nimport {VictoryAxis, VictoryChart, VictoryLegend, VictoryLine, VictoryScatter} from \"victory-native\";\nimport { ScatterSymbolType } from \"victory-core\";\nimport {Svg} from \"react-native-svg\";\nimport {get} from \"lodash-es\";\n\nexport class WmBubbleChartState extends BaseChartComponentState<WmBubbleChartProps> {}\n\nexport default class WmBubbleChart extends BaseChartComponent<WmBubbleChartProps, WmBubbleChartState, WmBubbleChartStyles> {\n\n constructor(props: WmBubbleChartProps) {\n super(props, DEFAULT_CLASS, new WmBubbleChartProps(), new WmBubbleChartState());\n }\n\n onSelect(event: any, data: any){\n let value = data.data[data.index].y;\n let label = this.state.xaxisDatakeyArr[data.datum.x];\n let selectedItem = this.props.dataset[data.index];\n let selectedChartItem = [{series: 0, x: data.index, y: value,_dataObj: selectedItem},data.index];\n this.invokeEventCallback('onSelect', [event.nativeEvent, this.proxy, selectedItem, selectedChartItem ]);\n }\n\n renderWidget(props: WmBubbleChartProps) {\n this.invokeEventCallback('onBeforerender', [this.proxy, null]);\n if (!this.state.data?.length) {\n return null;\n }\n return (<View\n {...getAccessibilityProps(AccessibilityWidgetType.LINECHART, props)}\n style={this.styles.root}\n >\n <VictoryChart\n theme={this.state.theme}\n height={this.styles.root.height as number}\n width={this.styles.root.width as number || this.screenWidth}\n padding={{ top: props.offsettop, bottom: props.offsetbottom, left: props.offsetleft, right: props.offsetright }}\n containerComponent={\n this.getTooltip(props)\n }\n >\n <VictoryLegend\n name={'legend'}\n containerComponent={<Svg />}\n title={[props.title, props.subheading]}\n orientation=\"horizontal\"\n gutter={20}\n data={[]}\n theme={this.state.theme}\n />\n {this.getLegendView()}\n {this.getXaxis()}\n {this.getYAxis()}\n {this.state.data.map((d: any, i: number) => {\n return <VictoryScatter\n colorScale={this.state.colors}\n style={{\n data: { fill: this.state.colors[i], opacity: ({ datum }) => datum.opacity }\n }}\n key={props.name + '_bubble_' + i}\n name={props.name + '_bubble_' + i}\n data={d}\n size={5}\n events={[{\n target: 'data',\n eventHandlers: Platform.OS == \"web\" ? {\n onClick: this.onSelect.bind(this)\n }:{\n onPress: this.onSelect.bind(this)\n }\n }]}\n />\n })}\n </VictoryChart></View>);\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import BaseChartComponentProps from "@wavemaker/app-rn-runtime/components/chart/basechart.props";
|
|
5
|
-
export default class WmBubbleChartProps extends BaseChartComponentProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "onSelect", void 0);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=bubble-chart.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BaseChartComponentProps","WmBubbleChartProps","constructor","arguments","_defineProperty"],"sources":["bubble-chart.props.ts"],"sourcesContent":["import BaseChartComponentProps from \"@wavemaker/app-rn-runtime/components/chart/basechart.props\";\n\nexport default class WmBubbleChartProps extends BaseChartComponentProps {\n onSelect?: any;\n}\n"],"mappings":";;;AAAA,OAAOA,uBAAuB,MAAM,4DAA4D;AAEhG,eAAe,MAAMC,kBAAkB,SAASD,uBAAuB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAExE"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
-
import { DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';
|
|
3
|
-
export const DEFAULT_CLASS = 'app-bubble-chart';
|
|
4
|
-
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
5
|
-
addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});
|
|
6
|
-
});
|
|
7
|
-
//# sourceMappingURL=bubble-chart.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","DEFAULT_CLASS","BASE_CHART_DEFAULT_CLASS","registerStyle","themeVariables","addStyle"],"sources":["bubble-chart.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {BaseChartComponentStyles, DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';\n\nexport type WmBubbleChartStyles = BaseStyles & BaseChartComponentStyles;\n\nexport const DEFAULT_CLASS = 'app-bubble-chart';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS , {});\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAE/D,SAAmCC,aAAa,IAAIC,wBAAwB,QAAQ,qBAAqB;AAIzG,OAAO,MAAMD,aAAa,GAAG,kBAAkB;AAC/CD,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnDA,QAAQ,CAACJ,aAAa,EAAEC,wBAAwB,EAAG,CAAC,CAAC,CAAC;AAC1D,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["WmBarChart","WmBarChartState","WmColumnChartState","WmColumnChart","constructor","props"],"sources":["column-chart.component.tsx"],"sourcesContent":["import React from 'react';\n\nimport WmColumnChartProps from './column-chart.props';\nimport WmBarChart, {WmBarChartState} from \"@wavemaker/app-rn-runtime/components/chart/bar-chart/bar-chart.component\";\n\nexport class WmColumnChartState extends WmBarChartState {}\n\nexport default class WmColumnChart extends WmBarChart {\n\n constructor(props: WmColumnChartProps) {\n super(props)\n }\n}\n"],"mappings":"AAGA,OAAOA,UAAU,IAAGC,eAAe,QAAO,0EAA0E;AAEpH,OAAO,MAAMC,kBAAkB,SAASD,eAAe,CAAC;AAExD,eAAe,MAAME,aAAa,SAASH,UAAU,CAAC;EAEpDI,WAAWA,CAACC,KAAyB,EAAE;IACrC,KAAK,CAACA,KAAK,CAAC;EACd;AACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["WmBarChartProps","WmColumnChartProps"],"sources":["column-chart.props.ts"],"sourcesContent":["import WmBarChartProps from \"@wavemaker/app-rn-runtime/components/chart/bar-chart/bar-chart.props\";\n\nexport default class WmColumnChartProps extends WmBarChartProps {\n}\n"],"mappings":"AAAA,OAAOA,eAAe,MAAM,sEAAsE;AAElG,eAAe,MAAMC,kBAAkB,SAASD,eAAe,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
-
import { DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';
|
|
3
|
-
export const DEFAULT_CLASS = 'app-column-chart';
|
|
4
|
-
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
5
|
-
addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});
|
|
6
|
-
});
|
|
7
|
-
//# sourceMappingURL=column-chart.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","DEFAULT_CLASS","BASE_CHART_DEFAULT_CLASS","registerStyle","themeVariables","addStyle"],"sources":["column-chart.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';\n\nexport type WmColumnChartStyles = BaseStyles & {};\n\nexport const DEFAULT_CLASS = 'app-column-chart';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAE/D,SAASC,aAAa,IAAIC,wBAAwB,QAAQ,qBAAqB;AAI/E,OAAO,MAAMD,aAAa,GAAG,kBAAkB;AAC/CD,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnDA,QAAQ,CAACJ,aAAa,EAAEC,wBAAwB,EAAE,CAAC,CAAC,CAAC;AACzD,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["WmPieChart","WmDonutChart","constructor","props"],"sources":["donut-chart.component.tsx"],"sourcesContent":["import React from 'react';\n\nimport WmDonutChartProps from './donut-chart.props';\nimport WmPieChart from \"@wavemaker/app-rn-runtime/components/chart/pie-chart/pie-chart.component\";\n\n\nexport default class WmDonutChart extends WmPieChart {\n\n constructor(props: WmDonutChartProps) {\n super(props);\n }\n}\n"],"mappings":"AAGA,OAAOA,UAAU,MAAM,0EAA0E;AAGjG,eAAe,MAAMC,YAAY,SAASD,UAAU,CAAC;EAEnDE,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,CAAC;EACd;AACF"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
-
import WmPieChartProps from "@wavemaker/app-rn-runtime/components/chart/pie-chart/pie-chart.props";
|
|
5
|
-
export default class WmDonutChartProps extends WmPieChartProps {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
_defineProperty(this, "donutratio", 0.5);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=donut-chart.props.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["WmPieChartProps","WmDonutChartProps","constructor","arguments","_defineProperty"],"sources":["donut-chart.props.ts"],"sourcesContent":["import WmPieChartProps from \"@wavemaker/app-rn-runtime/components/chart/pie-chart/pie-chart.props\";\n\nexport default class WmDonutChartProps extends WmPieChartProps {\n donutratio: number = 0.5;\n}\n"],"mappings":";;;AAAA,OAAOA,eAAe,MAAM,sEAAsE;AAElG,eAAe,MAAMC,iBAAiB,SAASD,eAAe,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,qBACxC,GAAG;EAAA;AAC1B"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
-
import { DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';
|
|
3
|
-
export const DEFAULT_CLASS = 'app-donut-chart';
|
|
4
|
-
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
5
|
-
addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});
|
|
6
|
-
});
|
|
7
|
-
//# sourceMappingURL=donut-chart.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","DEFAULT_CLASS","BASE_CHART_DEFAULT_CLASS","registerStyle","themeVariables","addStyle"],"sources":["donut-chart.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {BaseChartComponentStyles, DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';\n\nexport type WmDonutChartStyles = BaseStyles & BaseChartComponentStyles;\n\nexport const DEFAULT_CLASS = 'app-donut-chart';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAE/D,SAAmCC,aAAa,IAAIC,wBAAwB,QAAQ,qBAAqB;AAIzG,OAAO,MAAMD,aAAa,GAAG,iBAAiB;AAC9CD,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnDA,QAAQ,CAACJ,aAAa,EAAEC,wBAAwB,EAAE,CAAC,CAAC,CAAC;AACzD,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","Legend","props","_props$data","createElement","style","orientation","flexDirection","justifyContent","flexWrap","data","map","d","key","name","alignItems","padding","width","height","dotStyle","backgroundColor","color","paddingLeft","testStyle"],"sources":["legend.component.tsx"],"sourcesContent":["import * as React from 'react';\nimport { TextStyle, View, Text, ViewStyle } from \"react-native\";\n\nexport interface LegendProps {\n data : [{\n name: string,\n color: string\n }];\n dotStyle?: ViewStyle;\n testStyle?: TextStyle;\n orientation?: 'vertical' | 'horizontal';\n}\n\nexport const Legend = function(props: LegendProps) {\n return (\n <View style={[\n props.orientation === 'vertical' ? {\n flexDirection: 'column',\n justifyContent: 'center'\n } : {\n flexDirection: 'row',\n justifyContent: 'center',\n flexWrap: 'wrap'\n }]}>\n {props.data?.map(d => {\n return (\n <View key={d.name} style={{\n flexDirection: 'row',\n alignItems: 'center',\n padding: 4}}>\n <View style={[{\n width: 12,\n height: 12\n }, props.dotStyle, {\n backgroundColor: d.color\n }]}></View>\n <Text style={[{ \n paddingLeft: 4\n }, props.testStyle]}>{d.name}</Text>\n </View>);\n })}\n </View>\n );\n};"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAAoBC,IAAI,EAAEC,IAAI,QAAmB,cAAc;AAY/D,OAAO,MAAMC,MAAM,GAAG,SAAAA,CAASC,KAAkB,EAAE;EAAA,IAAAC,WAAA;EAC/C,oBACIL,KAAA,CAAAM,aAAA,CAACL,IAAI;IAACM,KAAK,EAAE,CACbH,KAAK,CAACI,WAAW,KAAK,UAAU,GAAI;MAChCC,aAAa,EAAE,QAAQ;MACvBC,cAAc,EAAE;IACpB,CAAC,GAAG;MACAD,aAAa,EAAE,KAAK;MACpBC,cAAc,EAAE,QAAQ;MACxBC,QAAQ,EAAE;IACd,CAAC;EAAE,IAAAN,WAAA,GACED,KAAK,CAACQ,IAAI,cAAAP,WAAA,uBAAVA,WAAA,CAAYQ,GAAG,CAACC,CAAC,IAAI;IAClB,oBACAd,KAAA,CAAAM,aAAA,CAACL,IAAI;MAACc,GAAG,EAAED,CAAC,CAACE,IAAK;MAACT,KAAK,EAAE;QACtBE,aAAa,EAAE,KAAK;QACpBQ,UAAU,EAAE,QAAQ;QACpBC,OAAO,EAAE;MAAC;IAAE,gBACZlB,KAAA,CAAAM,aAAA,CAACL,IAAI;MAACM,KAAK,EAAE,CAAC;QACVY,KAAK,EAAE,EAAE;QACTC,MAAM,EAAE;MACZ,CAAC,EAAEhB,KAAK,CAACiB,QAAQ,EAAE;QACfC,eAAe,EAAER,CAAC,CAACS;MACvB,CAAC;IAAE,CAAO,CAAC,eACXvB,KAAA,CAAAM,aAAA,CAACJ,IAAI;MAACK,KAAK,EAAE,CAAC;QACViB,WAAW,EAAE;MACjB,CAAC,EAAEpB,KAAK,CAACqB,SAAS;IAAE,GAAEX,CAAC,CAACE,IAAW,CACjC,CAAC;EACX,CAAC,CACC,CAAC;AAEf,CAAC"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Text, View, Platform } from 'react-native';
|
|
4
|
-
import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
|
|
5
|
-
import { VictoryChart, VictoryLine, VictoryScatter, VictoryGroup } from 'victory-native';
|
|
6
|
-
import WmLineChartProps from './line-chart.props';
|
|
7
|
-
import { DEFAULT_CLASS } from './line-chart.styles';
|
|
8
|
-
import { BaseChartComponent, BaseChartComponentState } from "@wavemaker/app-rn-runtime/components/chart/basechart.component";
|
|
9
|
-
import ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';
|
|
10
|
-
import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
|
|
11
|
-
export class WmLineChartState extends BaseChartComponentState {}
|
|
12
|
-
export default class WmLineChart extends BaseChartComponent {
|
|
13
|
-
constructor(props) {
|
|
14
|
-
super(props, DEFAULT_CLASS, new WmLineChartProps(), new WmLineChartState());
|
|
15
|
-
}
|
|
16
|
-
onSelect(event, data) {
|
|
17
|
-
let value = data.data[data.index].y;
|
|
18
|
-
let label = this.state.xaxisDatakeyArr[data.datum.x];
|
|
19
|
-
let selectedItem = this.props.dataset[data.index];
|
|
20
|
-
let selectedChartItem = [{
|
|
21
|
-
series: 0,
|
|
22
|
-
x: data.index,
|
|
23
|
-
y: value,
|
|
24
|
-
_dataObj: selectedItem
|
|
25
|
-
}, data.index];
|
|
26
|
-
this.invokeEventCallback('onSelect', [event.nativeEvent, this.proxy, selectedItem, selectedChartItem]);
|
|
27
|
-
}
|
|
28
|
-
renderWidget(props) {
|
|
29
|
-
var _this$state$data;
|
|
30
|
-
this.invokeEventCallback('onBeforerender', [this.proxy, null]);
|
|
31
|
-
if (!((_this$state$data = this.state.data) !== null && _this$state$data !== void 0 && _this$state$data.length)) {
|
|
32
|
-
return null;
|
|
33
|
-
}
|
|
34
|
-
return /*#__PURE__*/React.createElement(View, _extends({
|
|
35
|
-
style: this.styles.root
|
|
36
|
-
}, getAccessibilityProps(AccessibilityWidgetType.LINECHART, props)), /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(View, {
|
|
37
|
-
style: {
|
|
38
|
-
flexDirection: 'row',
|
|
39
|
-
alignItems: 'center'
|
|
40
|
-
}
|
|
41
|
-
}, props.iconclass ? /*#__PURE__*/React.createElement(WmIcon, {
|
|
42
|
-
iconclass: props.iconclass,
|
|
43
|
-
styles: this.styles.icon
|
|
44
|
-
}) : null, /*#__PURE__*/React.createElement(Text, {
|
|
45
|
-
style: this.styles.title
|
|
46
|
-
}, props.title)), /*#__PURE__*/React.createElement(Text, {
|
|
47
|
-
style: this.styles.subHeading
|
|
48
|
-
}, props.subheading)), /*#__PURE__*/React.createElement(VictoryChart, {
|
|
49
|
-
theme: this.state.theme,
|
|
50
|
-
height: this.styles.root.height,
|
|
51
|
-
width: this.styles.root.width || this.screenWidth,
|
|
52
|
-
padding: {
|
|
53
|
-
top: props.offsettop,
|
|
54
|
-
bottom: props.offsetbottom,
|
|
55
|
-
left: props.offsetleft,
|
|
56
|
-
right: props.offsetright
|
|
57
|
-
},
|
|
58
|
-
containerComponent: this.getTooltip(props)
|
|
59
|
-
}, this.getLegendView(), this.getXaxis(), this.getYAxis(), this.state.data.map((d, i) => {
|
|
60
|
-
return /*#__PURE__*/React.createElement(VictoryGroup, {
|
|
61
|
-
key: props.name + '_line_group_' + i
|
|
62
|
-
}, /*#__PURE__*/React.createElement(VictoryLine, {
|
|
63
|
-
interpolation: props.interpolation,
|
|
64
|
-
key: props.name + '_line_' + i,
|
|
65
|
-
name: props.name + '_' + i,
|
|
66
|
-
standalone: true,
|
|
67
|
-
style: {
|
|
68
|
-
data: {
|
|
69
|
-
stroke: this.state.colors[i] || ThemeVariables.INSTANCE.chartLineColor,
|
|
70
|
-
strokeWidth: props.linethickness
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
data: this.isRTL ? d.toReversed() : d
|
|
74
|
-
}), /*#__PURE__*/React.createElement(VictoryScatter, {
|
|
75
|
-
size: 5,
|
|
76
|
-
key: props.name + '_scatter' + i,
|
|
77
|
-
style: {
|
|
78
|
-
data: props.highlightpoints || this.state.data.length === 1 ? {
|
|
79
|
-
fill: this.state.colors[i],
|
|
80
|
-
opacity: 0.8
|
|
81
|
-
} : {
|
|
82
|
-
opacity: 0
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
data: this.isRTL ? d.toReversed() : d,
|
|
86
|
-
events: [{
|
|
87
|
-
target: 'data',
|
|
88
|
-
eventHandlers: Platform.OS == "web" ? {
|
|
89
|
-
onClick: this.onSelect.bind(this)
|
|
90
|
-
} : {
|
|
91
|
-
onPress: this.onSelect.bind(this)
|
|
92
|
-
}
|
|
93
|
-
}]
|
|
94
|
-
}));
|
|
95
|
-
})));
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=line-chart.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","View","Platform","AccessibilityWidgetType","getAccessibilityProps","VictoryChart","VictoryLine","VictoryScatter","VictoryGroup","WmLineChartProps","DEFAULT_CLASS","BaseChartComponent","BaseChartComponentState","ThemeVariables","WmIcon","WmLineChartState","WmLineChart","constructor","props","onSelect","event","data","value","index","y","label","state","xaxisDatakeyArr","datum","x","selectedItem","dataset","selectedChartItem","series","_dataObj","invokeEventCallback","nativeEvent","proxy","renderWidget","_this$state$data","length","createElement","_extends","style","styles","root","LINECHART","flexDirection","alignItems","iconclass","icon","title","subHeading","subheading","theme","height","width","screenWidth","padding","top","offsettop","bottom","offsetbottom","left","offsetleft","right","offsetright","containerComponent","getTooltip","getLegendView","getXaxis","getYAxis","map","d","i","key","name","interpolation","standalone","stroke","colors","INSTANCE","chartLineColor","strokeWidth","linethickness","isRTL","toReversed","size","highlightpoints","fill","opacity","events","target","eventHandlers","OS","onClick","bind","onPress"],"sources":["line-chart.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View, Platform } from 'react-native';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \nimport {\n VictoryChart,\n VictoryLine,\n VictoryScatter,\n VictoryGroup,\n} from 'victory-native';\n\nimport WmLineChartProps from './line-chart.props';\nimport { DEFAULT_CLASS, WmLineChartStyles } from './line-chart.styles';\nimport {\n BaseChartComponent,\n BaseChartComponentState\n} from \"@wavemaker/app-rn-runtime/components/chart/basechart.component\";\nimport ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';\nimport {InterpolationPropType} from \"victory-core\";\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nexport class WmLineChartState extends BaseChartComponentState<WmLineChartProps> {}\n\nexport default class WmLineChart extends BaseChartComponent<WmLineChartProps, WmLineChartState, WmLineChartStyles> {\n\n constructor(props: WmLineChartProps) {\n super(props, DEFAULT_CLASS, new WmLineChartProps(), new WmLineChartState());\n }\n \n onSelect(event: any, data: any){\n let value = data.data[data.index].y;\n let label = this.state.xaxisDatakeyArr[data.datum.x];\n let selectedItem = this.props.dataset[data.index];\n let selectedChartItem = [{series: 0, x: data.index, y: value,_dataObj: selectedItem},data.index];\n this.invokeEventCallback('onSelect', [event.nativeEvent, this.proxy, selectedItem, selectedChartItem ]);\n }\n\n renderWidget(props: WmLineChartProps) {\n this.invokeEventCallback('onBeforerender', [this.proxy, null]);\n if (!this.state.data?.length) {\n return null;\n }\n return (\n <View style={this.styles.root} {...getAccessibilityProps(AccessibilityWidgetType.LINECHART, props)}>\n <View>\n <View style={{flexDirection: 'row', alignItems: 'center'}}>\n { props.iconclass ? (<WmIcon iconclass={props.iconclass} styles={this.styles.icon}></WmIcon>) : null }\n <Text style={this.styles.title}>{props.title}</Text>\n </View>\n <Text style={this.styles.subHeading}>{props.subheading}</Text>\n </View>\n <VictoryChart\n theme={this.state.theme}\n height={this.styles.root.height as number}\n width={this.styles.root.width as number || this.screenWidth}\n padding={{ top: props.offsettop, bottom: props.offsetbottom, left: props.offsetleft, right: props.offsetright }}\n containerComponent={\n this.getTooltip(props)\n }\n >\n {this.getLegendView()}\n {this.getXaxis()}\n {this.getYAxis()}\n {this.state.data.map((d: any, i: number) => {\n return <VictoryGroup key={props.name + '_line_group_' + i}>\n <VictoryLine interpolation={props.interpolation as InterpolationPropType} key={props.name + '_line_' + i}\n name={props.name + '_' + i}\n standalone={true}\n style={{\n data: {\n stroke: (this.state.colors[i] || ThemeVariables.INSTANCE.chartLineColor),\n strokeWidth: props.linethickness,\n }\n }} \n data={this.isRTL?d.toReversed():d}\n />\n \n <VictoryScatter size={5} key={props.name + '_scatter' + i}\n style={{\n data: (props.highlightpoints || this.state.data.length === 1) ? {fill: this.state.colors[i], opacity: 0.8} : {opacity:0}\n }}\n data={this.isRTL?d.toReversed():d}\n events={[{\n target: 'data',\n eventHandlers: Platform.OS == \"web\" ? {\n onClick: this.onSelect.bind(this)\n }:{\n onPress: this.onSelect.bind(this)\n }\n }]}\n />\n </VictoryGroup>\n })}\n </VictoryChart>\n </View>);\n }\n}\n"],"mappings":"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"}
|