@wavemaker-ai/app-rn-runtime 1.0.0-rc.647469
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/base-action.js +12 -0
- package/actions/base-action.js.map +1 -0
- package/actions/index.js +6 -0
- package/actions/index.js.map +1 -0
- package/actions/login-action.js +32 -0
- package/actions/login-action.js.map +1 -0
- package/actions/logout-action.js +22 -0
- package/actions/logout-action.js.map +1 -0
- package/actions/navigation-action.js +44 -0
- package/actions/navigation-action.js.map +1 -0
- package/actions/notification-action.js +76 -0
- package/actions/notification-action.js.map +1 -0
- package/actions/timer-action.js +57 -0
- package/actions/timer-action.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.js +17 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js +17 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.js +20 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js +16 -0
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
- package/components/advanced/carousel/carousel.component.js +378 -0
- package/components/advanced/carousel/carousel.component.js.map +1 -0
- package/components/advanced/carousel/carousel.props.js +23 -0
- package/components/advanced/carousel/carousel.props.js.map +1 -0
- package/components/advanced/carousel/carousel.styles.js +179 -0
- package/components/advanced/carousel/carousel.styles.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
- package/components/advanced/login/login.component.js +40 -0
- package/components/advanced/login/login.component.js.map +1 -0
- package/components/advanced/login/login.props.js +13 -0
- package/components/advanced/login/login.props.js.map +1 -0
- package/components/advanced/login/login.styles.js +31 -0
- package/components/advanced/login/login.styles.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js +33 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -0
- package/components/advanced/webview/webview.component.js +160 -0
- package/components/advanced/webview/webview.component.js.map +1 -0
- package/components/advanced/webview/webview.props.js +16 -0
- package/components/advanced/webview/webview.props.js.map +1 -0
- package/components/advanced/webview/webview.styles.js +18 -0
- package/components/advanced/webview/webview.styles.js.map +1 -0
- package/components/basic/anchor/anchor.component.js +124 -0
- package/components/basic/anchor/anchor.component.js.map +1 -0
- package/components/basic/anchor/anchor.props.js +34 -0
- package/components/basic/anchor/anchor.props.js.map +1 -0
- package/components/basic/anchor/anchor.styles.js +108 -0
- package/components/basic/anchor/anchor.styles.js.map +1 -0
- package/components/basic/animatedview.component.js +226 -0
- package/components/basic/animatedview.component.js.map +1 -0
- package/components/basic/audio/audio.component.js +257 -0
- package/components/basic/audio/audio.component.js.map +1 -0
- package/components/basic/audio/audio.props.js +15 -0
- package/components/basic/audio/audio.props.js.map +1 -0
- package/components/basic/audio/audio.styles.js +68 -0
- package/components/basic/audio/audio.styles.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.component.js +772 -0
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.props.js +26 -0
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js +88 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
- package/components/basic/button/button.component.js +124 -0
- package/components/basic/button/button.component.js.map +1 -0
- package/components/basic/button/button.props.js +28 -0
- package/components/basic/button/button.props.js.map +1 -0
- package/components/basic/button/button.styles.js +132 -0
- package/components/basic/button/button.styles.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.component.js +28 -0
- package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.props.js +14 -0
- package/components/basic/buttongroup/buttongroup.props.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.styles.js +59 -0
- package/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
- package/components/basic/custom/custom.component.js +26 -0
- package/components/basic/custom/custom.component.js.map +1 -0
- package/components/basic/custom/custom.props.js +16 -0
- package/components/basic/custom/custom.props.js.map +1 -0
- package/components/basic/custom/custom.styles.js +18 -0
- package/components/basic/custom/custom.styles.js.map +1 -0
- package/components/basic/icon/icon.component.js +270 -0
- package/components/basic/icon/icon.component.js.map +1 -0
- package/components/basic/icon/icon.props.js +28 -0
- package/components/basic/icon/icon.props.js.map +1 -0
- package/components/basic/icon/icon.styles.js +38 -0
- package/components/basic/icon/icon.styles.js.map +1 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +245 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +217 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
- package/components/basic/icon/wavicon/wavicon.component.js +1161 -0
- package/components/basic/icon/wavicon/wavicon.component.js.map +1 -0
- package/components/basic/icon/wavicon/wavicon.ttf +0 -0
- package/components/basic/label/label.component.js +406 -0
- package/components/basic/label/label.component.js.map +1 -0
- package/components/basic/label/label.props.js +28 -0
- package/components/basic/label/label.props.js.map +1 -0
- package/components/basic/label/label.styles.js +146 -0
- package/components/basic/label/label.styles.js.map +1 -0
- package/components/basic/lottie/lottie.component.js +139 -0
- package/components/basic/lottie/lottie.component.js.map +1 -0
- package/components/basic/lottie/lottie.props.js +14 -0
- package/components/basic/lottie/lottie.props.js.map +1 -0
- package/components/basic/lottie/lottie.styles.js +15 -0
- package/components/basic/lottie/lottie.styles.js.map +1 -0
- package/components/basic/message/message.component.js +87 -0
- package/components/basic/message/message.component.js.map +1 -0
- package/components/basic/message/message.props.js +24 -0
- package/components/basic/message/message.props.js.map +1 -0
- package/components/basic/message/message.styles.js +116 -0
- package/components/basic/message/message.styles.js.map +1 -0
- package/components/basic/modal/modal.component.js +24 -0
- package/components/basic/modal/modal.component.js.map +1 -0
- package/components/basic/modal/modal.props.js +12 -0
- package/components/basic/modal/modal.props.js.map +1 -0
- package/components/basic/modal/modal.styles.js +29 -0
- package/components/basic/modal/modal.styles.js.map +1 -0
- package/components/basic/picture/picture.component.js +321 -0
- package/components/basic/picture/picture.component.js.map +1 -0
- package/components/basic/picture/picture.props.js +25 -0
- package/components/basic/picture/picture.props.js.map +1 -0
- package/components/basic/picture/picture.styles.js +43 -0
- package/components/basic/picture/picture.styles.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.component.js +96 -0
- package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.props.js +19 -0
- package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.styles.js +45 -0
- package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.component.js +79 -0
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.props.js +19 -0
- package/components/basic/progress-circle/progress-circle.props.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.styles.js +82 -0
- package/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
- package/components/basic/search/local-data-provider.js +113 -0
- package/components/basic/search/local-data-provider.js.map +1 -0
- package/components/basic/search/search.component.js +456 -0
- package/components/basic/search/search.component.js.map +1 -0
- package/components/basic/search/search.props.js +39 -0
- package/components/basic/search/search.props.js.map +1 -0
- package/components/basic/search/search.styles.js +187 -0
- package/components/basic/search/search.styles.js.map +1 -0
- package/components/basic/skeleton/skeleton.component.js +151 -0
- package/components/basic/skeleton/skeleton.component.js.map +1 -0
- package/components/basic/skeleton/skeleton.props.js +11 -0
- package/components/basic/skeleton/skeleton.props.js.map +1 -0
- package/components/basic/skeleton/skeleton.styles.js +41 -0
- package/components/basic/skeleton/skeleton.styles.js.map +1 -0
- package/components/basic/spinner/spinner.component.js +99 -0
- package/components/basic/spinner/spinner.component.js.map +1 -0
- package/components/basic/spinner/spinner.props.js +17 -0
- package/components/basic/spinner/spinner.props.js.map +1 -0
- package/components/basic/spinner/spinner.styles.js +41 -0
- package/components/basic/spinner/spinner.styles.js.map +1 -0
- package/components/basic/tooltip/tooltip.component.js +80 -0
- package/components/basic/tooltip/tooltip.component.js.map +1 -0
- package/components/basic/tooltip/tooltip.props.js +18 -0
- package/components/basic/tooltip/tooltip.props.js.map +1 -0
- package/components/basic/tooltip/tooltip.styles.js +49 -0
- package/components/basic/tooltip/tooltip.styles.js.map +1 -0
- package/components/basic/video/video.component.js +206 -0
- package/components/basic/video/video.component.js.map +1 -0
- package/components/basic/video/video.props.js +33 -0
- package/components/basic/video/video.props.js.map +1 -0
- package/components/basic/video/video.styles.js +33 -0
- package/components/basic/video/video.styles.js.map +1 -0
- package/components/chart/area-chart/area-chart.component.js +159 -0
- package/components/chart/area-chart/area-chart.component.js.map +1 -0
- package/components/chart/area-chart/area-chart.props.js +12 -0
- package/components/chart/area-chart/area-chart.props.js.map +1 -0
- package/components/chart/area-chart/area-chart.styles.js +13 -0
- package/components/chart/area-chart/area-chart.styles.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.component.js +144 -0
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.props.js +15 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.styles.js +13 -0
- package/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
- package/components/chart/basechart.component.js +709 -0
- package/components/chart/basechart.component.js.map +1 -0
- package/components/chart/basechart.props.js +65 -0
- package/components/chart/basechart.props.js.map +1 -0
- package/components/chart/basechart.styles.js +97 -0
- package/components/chart/basechart.styles.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
- package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
- package/components/chart/column-chart/column-chart.component.js +8 -0
- package/components/chart/column-chart/column-chart.component.js.map +1 -0
- package/components/chart/column-chart/column-chart.props.js +3 -0
- package/components/chart/column-chart/column-chart.props.js.map +1 -0
- package/components/chart/column-chart/column-chart.styles.js +13 -0
- package/components/chart/column-chart/column-chart.styles.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.component.js +7 -0
- package/components/chart/donut-chart/donut-chart.component.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.props.js +11 -0
- package/components/chart/donut-chart/donut-chart.props.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.styles.js +13 -0
- package/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
- package/components/chart/legend/legend.component.js +36 -0
- package/components/chart/legend/legend.component.js.map +1 -0
- package/components/chart/line-chart/line-chart.component.js +119 -0
- package/components/chart/line-chart/line-chart.component.js.map +1 -0
- package/components/chart/line-chart/line-chart.props.js +14 -0
- package/components/chart/line-chart/line-chart.props.js.map +1 -0
- package/components/chart/line-chart/line-chart.styles.js +13 -0
- package/components/chart/line-chart/line-chart.styles.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.component.js +251 -0
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.props.js +14 -0
- package/components/chart/pie-chart/pie-chart.props.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.styles.js +13 -0
- package/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.component.js +368 -0
- package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.props.js +17 -0
- package/components/chart/stack-chart/stack-chart.props.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.styles.js +7 -0
- package/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
- package/components/chart/staticdata.js +215 -0
- package/components/chart/staticdata.js.map +1 -0
- package/components/chart/theme/chart.theme.js +360 -0
- package/components/chart/theme/chart.theme.js.map +1 -0
- package/components/container/accordion/accordion.component.js +202 -0
- package/components/container/accordion/accordion.component.js.map +1 -0
- package/components/container/accordion/accordion.props.js +16 -0
- package/components/container/accordion/accordion.props.js.map +1 -0
- package/components/container/accordion/accordion.styles.js +148 -0
- package/components/container/accordion/accordion.styles.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js +87 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.styles.js +16 -0
- package/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -0
- package/components/container/container.component.js +194 -0
- package/components/container/container.component.js.map +1 -0
- package/components/container/container.props.js +18 -0
- package/components/container/container.props.js.map +1 -0
- package/components/container/container.styles.js +48 -0
- package/components/container/container.styles.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +29 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +12 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.component.js +44 -0
- package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.props.js +11 -0
- package/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.styles.js +34 -0
- package/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayout.component.js +70 -0
- package/components/container/linearlayout/linearlayout.component.js.map +1 -0
- package/components/container/linearlayout/linearlayout.props.js +15 -0
- package/components/container/linearlayout/linearlayout.props.js.map +1 -0
- package/components/container/linearlayout/linearlayout.styles.js +14 -0
- package/components/container/linearlayout/linearlayout.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +11 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -0
- package/components/container/panel/collapsible-pane.component.js +26 -0
- package/components/container/panel/collapsible-pane.component.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.component.js +17 -0
- package/components/container/panel/panel-content/panel-content.component.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.props.js +11 -0
- package/components/container/panel/panel-content/panel-content.props.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.styles.js +16 -0
- package/components/container/panel/panel-content/panel-content.styles.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.component.js +17 -0
- package/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
- package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.styles.js +19 -0
- package/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -0
- package/components/container/panel/panel.component.js +163 -0
- package/components/container/panel/panel.component.js.map +1 -0
- package/components/container/panel/panel.props.js +26 -0
- package/components/container/panel/panel.props.js.map +1 -0
- package/components/container/panel/panel.styles.js +108 -0
- package/components/container/panel/panel.styles.js.map +1 -0
- package/components/container/partial-host.component.js +42 -0
- package/components/container/partial-host.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.component.js +240 -0
- package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.props.js +18 -0
- package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.styles.js +111 -0
- package/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.component.js +82 -0
- package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.props.js +19 -0
- package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.styles.js +13 -0
- package/components/container/tabs/tabpane/tabpane.styles.js.map +1 -0
- package/components/container/tabs/tabs.component.js +299 -0
- package/components/container/tabs/tabs.component.js.map +1 -0
- package/components/container/tabs/tabs.props.js +16 -0
- package/components/container/tabs/tabs.props.js.map +1 -0
- package/components/container/tabs/tabs.styles.js +65 -0
- package/components/container/tabs/tabs.styles.js.map +1 -0
- package/components/container/tile/tile.component.js +54 -0
- package/components/container/tile/tile.component.js.map +1 -0
- package/components/container/tile/tile.props.js +13 -0
- package/components/container/tile/tile.props.js.map +1 -0
- package/components/container/tile/tile.styles.js +38 -0
- package/components/container/tile/tile.styles.js.map +1 -0
- package/components/container/wizard/wizard.component.js +550 -0
- package/components/container/wizard/wizard.component.js.map +1 -0
- package/components/container/wizard/wizard.props.js +31 -0
- package/components/container/wizard/wizard.props.js.map +1 -0
- package/components/container/wizard/wizard.styles.js +415 -0
- package/components/container/wizard/wizard.styles.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.component.js +17 -0
- package/components/container/wizard/wizardaction/wizardaction.component.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.props.js +11 -0
- package/components/container/wizard/wizardaction/wizardaction.props.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.styles.js +11 -0
- package/components/container/wizard/wizardaction/wizardaction.styles.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.styles.js +13 -0
- package/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -0
- package/components/data/card/card-content/card-content.component.js +46 -0
- package/components/data/card/card-content/card-content.component.js.map +1 -0
- package/components/data/card/card-content/card-content.props.js +12 -0
- package/components/data/card/card-content/card-content.props.js.map +1 -0
- package/components/data/card/card-content/card-content.styles.js +17 -0
- package/components/data/card/card-content/card-content.styles.js.map +1 -0
- package/components/data/card/card-footer/card-footer.component.js +18 -0
- package/components/data/card/card-footer/card-footer.component.js.map +1 -0
- package/components/data/card/card-footer/card-footer.props.js +11 -0
- package/components/data/card/card-footer/card-footer.props.js.map +1 -0
- package/components/data/card/card-footer/card-footer.styles.js +18 -0
- package/components/data/card/card-footer/card-footer.styles.js.map +1 -0
- package/components/data/card/card.component.js +92 -0
- package/components/data/card/card.component.js.map +1 -0
- package/components/data/card/card.props.js +27 -0
- package/components/data/card/card.props.js.map +1 -0
- package/components/data/card/card.styles.js +51 -0
- package/components/data/card/card.styles.js.map +1 -0
- package/components/data/form/form-action/form-action.component.js +35 -0
- package/components/data/form/form-action/form-action.component.js.map +1 -0
- package/components/data/form/form-action/form-action.props.js +18 -0
- package/components/data/form/form-action/form-action.props.js.map +1 -0
- package/components/data/form/form-action/form-action.styles.js +34 -0
- package/components/data/form/form-action/form-action.styles.js.map +1 -0
- package/components/data/form/form-body/form-body.component.js +20 -0
- package/components/data/form/form-body/form-body.component.js.map +1 -0
- package/components/data/form/form-body/form-body.props.js +11 -0
- package/components/data/form/form-body/form-body.props.js.map +1 -0
- package/components/data/form/form-body/form-body.styles.js +13 -0
- package/components/data/form/form-body/form-body.styles.js.map +1 -0
- package/components/data/form/form-field/form-field.component.js +257 -0
- package/components/data/form/form-field/form-field.component.js.map +1 -0
- package/components/data/form/form-field/form-field.props.js +35 -0
- package/components/data/form/form-field/form-field.props.js.map +1 -0
- package/components/data/form/form-field/form-field.styles.js +40 -0
- package/components/data/form/form-field/form-field.styles.js.map +1 -0
- package/components/data/form/form-footer/form-footer.component.js +20 -0
- package/components/data/form/form-footer/form-footer.component.js.map +1 -0
- package/components/data/form/form-footer/form-footer.props.js +11 -0
- package/components/data/form/form-footer/form-footer.props.js.map +1 -0
- package/components/data/form/form-footer/form-footer.styles.js +18 -0
- package/components/data/form/form-footer/form-footer.styles.js.map +1 -0
- package/components/data/form/form.component.js +465 -0
- package/components/data/form/form.component.js.map +1 -0
- package/components/data/form/form.props.js +38 -0
- package/components/data/form/form.props.js.map +1 -0
- package/components/data/form/form.styles.js +53 -0
- package/components/data/form/form.styles.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.component.js +28 -0
- package/components/data/list/list-action-template/list-action-template.component.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.props.js +12 -0
- package/components/data/list/list-action-template/list-action-template.props.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.styles.js +36 -0
- package/components/data/list/list-action-template/list-action-template.styles.js.map +1 -0
- package/components/data/list/list-template/list-template.component.js +55 -0
- package/components/data/list/list-template/list-template.component.js.map +1 -0
- package/components/data/list/list-template/list-template.props.js +13 -0
- package/components/data/list/list-template/list-template.props.js.map +1 -0
- package/components/data/list/list-template/list-template.styles.js +35 -0
- package/components/data/list/list-template/list-template.styles.js.map +1 -0
- package/components/data/list/list.component.js +690 -0
- package/components/data/list/list.component.js.map +1 -0
- package/components/data/list/list.props.js +53 -0
- package/components/data/list/list.props.js.map +1 -0
- package/components/data/list/list.styles.js +151 -0
- package/components/data/list/list.styles.js.map +1 -0
- package/components/data/liveform/liveform.component.js +98 -0
- package/components/data/liveform/liveform.component.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.component.js +69 -0
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.props.js +19 -0
- package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.styles.js +38 -0
- package/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
- package/components/device/camera/camera.component.js +84 -0
- package/components/device/camera/camera.component.js.map +1 -0
- package/components/device/camera/camera.props.js +25 -0
- package/components/device/camera/camera.props.js.map +1 -0
- package/components/device/camera/camera.styles.js +39 -0
- package/components/device/camera/camera.styles.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
- package/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
- package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.styles.js +34 -0
- package/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.styles.js +58 -0
- package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
- package/components/dialogs/dialog/dialog.component.js +107 -0
- package/components/dialogs/dialog/dialog.component.js.map +1 -0
- package/components/dialogs/dialog/dialog.props.js +25 -0
- package/components/dialogs/dialog/dialog.props.js.map +1 -0
- package/components/dialogs/dialog/dialog.styles.js +78 -0
- package/components/dialogs/dialog/dialog.styles.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
- package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
- package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.styles.js +17 -0
- package/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.styles.js +15 -0
- package/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -0
- package/components/input/basedataset/basedataset.component.js +232 -0
- package/components/input/basedataset/basedataset.component.js.map +1 -0
- package/components/input/basedataset/basedataset.props.js +33 -0
- package/components/input/basedataset/basedataset.props.js.map +1 -0
- package/components/input/basedataset/basedataset.styles.js +11 -0
- package/components/input/basedataset/basedataset.styles.js.map +1 -0
- package/components/input/baseinput/baseinput.component.js +203 -0
- package/components/input/baseinput/baseinput.component.js.map +1 -0
- package/components/input/baseinput/baseinput.props.js +32 -0
- package/components/input/baseinput/baseinput.props.js.map +1 -0
- package/components/input/baseinput/baseinput.styles.js +11 -0
- package/components/input/baseinput/baseinput.styles.js.map +1 -0
- package/components/input/basenumber/basenumber.component.js +357 -0
- package/components/input/basenumber/basenumber.component.js.map +1 -0
- package/components/input/basenumber/basenumber.props.js +28 -0
- package/components/input/basenumber/basenumber.props.js.map +1 -0
- package/components/input/basenumber/basenumber.styles.js +11 -0
- package/components/input/basenumber/basenumber.styles.js.map +1 -0
- package/components/input/calendar/calendar.component.js +173 -0
- package/components/input/calendar/calendar.component.js.map +1 -0
- package/components/input/calendar/calendar.props.js +14 -0
- package/components/input/calendar/calendar.props.js.map +1 -0
- package/components/input/calendar/calendar.styles.js +162 -0
- package/components/input/calendar/calendar.styles.js.map +1 -0
- package/components/input/calendar/views/month-view.js +211 -0
- package/components/input/calendar/views/month-view.js.map +1 -0
- package/components/input/calendar/views/month-view.styles.js +39 -0
- package/components/input/calendar/views/month-view.styles.js.map +1 -0
- package/components/input/checkbox/checkbox.component.js +124 -0
- package/components/input/checkbox/checkbox.component.js.map +1 -0
- package/components/input/checkbox/checkbox.props.js +18 -0
- package/components/input/checkbox/checkbox.props.js.map +1 -0
- package/components/input/checkbox/checkbox.styles.js +94 -0
- package/components/input/checkbox/checkbox.styles.js.map +1 -0
- package/components/input/checkboxset/checkboxset.component.js +159 -0
- package/components/input/checkboxset/checkboxset.component.js.map +1 -0
- package/components/input/checkboxset/checkboxset.props.js +21 -0
- package/components/input/checkboxset/checkboxset.props.js.map +1 -0
- package/components/input/checkboxset/checkboxset.styles.js +88 -0
- package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
- package/components/input/chips/chips.component.js +410 -0
- package/components/input/chips/chips.component.js.map +1 -0
- package/components/input/chips/chips.props.js +30 -0
- package/components/input/chips/chips.props.js.map +1 -0
- package/components/input/chips/chips.styles.js +221 -0
- package/components/input/chips/chips.styles.js.map +1 -0
- package/components/input/composite/composite.component.js +25 -0
- package/components/input/composite/composite.component.js.map +1 -0
- package/components/input/composite/composite.props.js +12 -0
- package/components/input/composite/composite.props.js.map +1 -0
- package/components/input/composite/composite.styles.js +29 -0
- package/components/input/composite/composite.styles.js.map +1 -0
- package/components/input/currency/currency.component.js +120 -0
- package/components/input/currency/currency.component.js.map +1 -0
- package/components/input/currency/currency.props.js +13 -0
- package/components/input/currency/currency.props.js.map +1 -0
- package/components/input/currency/currency.styles.js +148 -0
- package/components/input/currency/currency.styles.js.map +1 -0
- package/components/input/epoch/base-datetime.component.js +496 -0
- package/components/input/epoch/base-datetime.component.js.map +1 -0
- package/components/input/epoch/date/date.component.js +20 -0
- package/components/input/epoch/date/date.component.js.map +1 -0
- package/components/input/epoch/date/date.props.js +11 -0
- package/components/input/epoch/date/date.props.js.map +1 -0
- package/components/input/epoch/date/date.styles.js +48 -0
- package/components/input/epoch/date/date.styles.js.map +1 -0
- package/components/input/epoch/date-picker.component.js +136 -0
- package/components/input/epoch/date-picker.component.js.map +1 -0
- package/components/input/epoch/datetime/datetime.component.js +20 -0
- package/components/input/epoch/datetime/datetime.component.js.map +1 -0
- package/components/input/epoch/datetime/datetime.props.js +36 -0
- package/components/input/epoch/datetime/datetime.props.js.map +1 -0
- package/components/input/epoch/datetime/datetime.styles.js +163 -0
- package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
- package/components/input/epoch/time/time.component.js +26 -0
- package/components/input/epoch/time/time.component.js.map +1 -0
- package/components/input/epoch/time/time.props.js +15 -0
- package/components/input/epoch/time/time.props.js.map +1 -0
- package/components/input/epoch/time/time.styles.js +48 -0
- package/components/input/epoch/time/time.styles.js.map +1 -0
- package/components/input/epoch/wheel-date-picker.component.js +206 -0
- package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
- package/components/input/epoch/wheel-time-picker.component.js +107 -0
- package/components/input/epoch/wheel-time-picker.component.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js +97 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +85 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +83 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
- package/components/input/fileupload/fileupload.component.js +70 -0
- package/components/input/fileupload/fileupload.component.js.map +1 -0
- package/components/input/fileupload/fileupload.props.js +19 -0
- package/components/input/fileupload/fileupload.props.js.map +1 -0
- package/components/input/fileupload/fileupload.styles.js +27 -0
- package/components/input/fileupload/fileupload.styles.js.map +1 -0
- package/components/input/number/number.component.js +86 -0
- package/components/input/number/number.component.js.map +1 -0
- package/components/input/number/number.props.js +13 -0
- package/components/input/number/number.props.js.map +1 -0
- package/components/input/number/number.styles.js +93 -0
- package/components/input/number/number.styles.js.map +1 -0
- package/components/input/radioset/radioset.component.js +147 -0
- package/components/input/radioset/radioset.component.js.map +1 -0
- package/components/input/radioset/radioset.props.js +20 -0
- package/components/input/radioset/radioset.props.js.map +1 -0
- package/components/input/radioset/radioset.styles.js +102 -0
- package/components/input/radioset/radioset.styles.js.map +1 -0
- package/components/input/rating/rating.component.js +155 -0
- package/components/input/rating/rating.component.js.map +1 -0
- package/components/input/rating/rating.props.js +25 -0
- package/components/input/rating/rating.props.js.map +1 -0
- package/components/input/rating/rating.styles.js +48 -0
- package/components/input/rating/rating.styles.js.map +1 -0
- package/components/input/select/select.component.js +303 -0
- package/components/input/select/select.component.js.map +1 -0
- package/components/input/select/select.props.js +12 -0
- package/components/input/select/select.props.js.map +1 -0
- package/components/input/select/select.styles.js +178 -0
- package/components/input/select/select.styles.js.map +1 -0
- package/components/input/slider/slider.component.js +538 -0
- package/components/input/slider/slider.component.js.map +1 -0
- package/components/input/slider/slider.props.js +20 -0
- package/components/input/slider/slider.props.js.map +1 -0
- package/components/input/slider/slider.styles.js +95 -0
- package/components/input/slider/slider.styles.js.map +1 -0
- package/components/input/switch/switch.component.js +99 -0
- package/components/input/switch/switch.component.js.map +1 -0
- package/components/input/switch/switch.props.js +13 -0
- package/components/input/switch/switch.props.js.map +1 -0
- package/components/input/switch/switch.styles.js +192 -0
- package/components/input/switch/switch.styles.js.map +1 -0
- package/components/input/text/text.component.js +132 -0
- package/components/input/text/text.component.js.map +1 -0
- package/components/input/text/text.props.js +21 -0
- package/components/input/text/text.props.js.map +1 -0
- package/components/input/text/text.styles.js +130 -0
- package/components/input/text/text.styles.js.map +1 -0
- package/components/input/textarea/textarea.component.js +88 -0
- package/components/input/textarea/textarea.component.js.map +1 -0
- package/components/input/textarea/textarea.props.js +15 -0
- package/components/input/textarea/textarea.props.js.map +1 -0
- package/components/input/textarea/textarea.styles.js +84 -0
- package/components/input/textarea/textarea.styles.js.map +1 -0
- package/components/input/toggle/toggle.component.js +202 -0
- package/components/input/toggle/toggle.component.js.map +1 -0
- package/components/input/toggle/toggle.props.js +32 -0
- package/components/input/toggle/toggle.props.js.map +1 -0
- package/components/input/toggle/toggle.styles.js +97 -0
- package/components/input/toggle/toggle.styles.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.component.js +114 -0
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.props.js +22 -0
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.styles.js +169 -0
- package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
- package/components/navigation/basenav/basenav.component.js +72 -0
- package/components/navigation/basenav/basenav.component.js.map +1 -0
- package/components/navigation/basenav/basenav.props.js +18 -0
- package/components/navigation/basenav/basenav.props.js.map +1 -0
- package/components/navigation/basenav/basenav.styles.js +11 -0
- package/components/navigation/basenav/basenav.styles.js.map +1 -0
- package/components/navigation/menu/menu.component.js +66 -0
- package/components/navigation/menu/menu.component.js.map +1 -0
- package/components/navigation/menu/menu.props.js +15 -0
- package/components/navigation/menu/menu.props.js.map +1 -0
- package/components/navigation/menu/menu.styles.js +70 -0
- package/components/navigation/menu/menu.styles.js.map +1 -0
- package/components/navigation/navbar/navbar.component.js +78 -0
- package/components/navigation/navbar/navbar.component.js.map +1 -0
- package/components/navigation/navbar/navbar.props.js +16 -0
- package/components/navigation/navbar/navbar.props.js.map +1 -0
- package/components/navigation/navbar/navbar.styles.js +41 -0
- package/components/navigation/navbar/navbar.styles.js.map +1 -0
- package/components/navigation/navitem/navitem.component.js +70 -0
- package/components/navigation/navitem/navitem.component.js.map +1 -0
- package/components/navigation/navitem/navitem.props.js +19 -0
- package/components/navigation/navitem/navitem.props.js.map +1 -0
- package/components/navigation/navitem/navitem.styles.js +80 -0
- package/components/navigation/navitem/navitem.styles.js.map +1 -0
- package/components/navigation/popover/popover.component.js +220 -0
- package/components/navigation/popover/popover.component.js.map +1 -0
- package/components/navigation/popover/popover.props.js +34 -0
- package/components/navigation/popover/popover.props.js.map +1 -0
- package/components/navigation/popover/popover.styles.js +92 -0
- package/components/navigation/popover/popover.styles.js.map +1 -0
- package/components/page/content/content.component.js +16 -0
- package/components/page/content/content.component.js.map +1 -0
- package/components/page/content/content.props.js +2 -0
- package/components/page/content/content.props.js.map +1 -0
- package/components/page/content/content.styles.js +13 -0
- package/components/page/content/content.styles.js.map +1 -0
- package/components/page/left-panel/left-panel.component.js +64 -0
- package/components/page/left-panel/left-panel.component.js.map +1 -0
- package/components/page/left-panel/left-panel.props.js +12 -0
- package/components/page/left-panel/left-panel.props.js.map +1 -0
- package/components/page/left-panel/left-panel.styles.js +18 -0
- package/components/page/left-panel/left-panel.styles.js.map +1 -0
- package/components/page/page-content/page-content.component.js +207 -0
- package/components/page/page-content/page-content.component.js.map +1 -0
- package/components/page/page-content/page-content.props.js +18 -0
- package/components/page/page-content/page-content.props.js.map +1 -0
- package/components/page/page-content/page-content.styles.js +20 -0
- package/components/page/page-content/page-content.styles.js.map +1 -0
- package/components/page/page.component.js +48 -0
- package/components/page/page.component.js.map +1 -0
- package/components/page/page.props.js +15 -0
- package/components/page/page.props.js.map +1 -0
- package/components/page/page.styles.js +24 -0
- package/components/page/page.styles.js.map +1 -0
- package/components/page/partial/partial.component.js +42 -0
- package/components/page/partial/partial.component.js.map +1 -0
- package/components/page/partial/partial.props.js +2 -0
- package/components/page/partial/partial.props.js.map +1 -0
- package/components/page/partial/partial.styles.js +18 -0
- package/components/page/partial/partial.styles.js.map +1 -0
- package/components/page/partial-container/partial-container.component.js +35 -0
- package/components/page/partial-container/partial-container.component.js.map +1 -0
- package/components/page/partial-container/partial-container.props.js +13 -0
- package/components/page/partial-container/partial-container.props.js.map +1 -0
- package/components/page/partial-container/partial-container.styles.js +14 -0
- package/components/page/partial-container/partial-container.styles.js.map +1 -0
- package/components/page/tabbar/curve.js +84 -0
- package/components/page/tabbar/curve.js.map +1 -0
- package/components/page/tabbar/tabbar.component.js +258 -0
- package/components/page/tabbar/tabbar.component.js.map +1 -0
- package/components/page/tabbar/tabbar.props.js +29 -0
- package/components/page/tabbar/tabbar.props.js.map +1 -0
- package/components/page/tabbar/tabbar.styles.js +160 -0
- package/components/page/tabbar/tabbar.styles.js.map +1 -0
- package/components/prefab/prefab-container.component.js +42 -0
- package/components/prefab/prefab-container.component.js.map +1 -0
- package/components/prefab/prefab-container.props.js +2 -0
- package/components/prefab/prefab-container.props.js.map +1 -0
- package/components/prefab/prefab-container.styles.js +16 -0
- package/components/prefab/prefab-container.styles.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.component.js +322 -0
- package/components-prism/advanced/carousel/carousel.component.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.props.js +24 -0
- package/components-prism/advanced/carousel/carousel.props.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.styles.js +179 -0
- package/components-prism/advanced/carousel/carousel.styles.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.component.js +227 -0
- package/components-prism/basic/progress-bar/progress-bar.component.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.props.js +20 -0
- package/components-prism/basic/progress-bar/progress-bar.props.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.styles.js +43 -0
- package/components-prism/basic/progress-bar/progress-bar.styles.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.component.js +80 -0
- package/components-prism/basic/progress-circle/progress-circle.component.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.props.js +19 -0
- package/components-prism/basic/progress-circle/progress-circle.props.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.styles.js +82 -0
- package/components-prism/basic/progress-circle/progress-circle.styles.js.map +1 -0
- package/components-prism/data/list/list-template/list-template.styles.js +27 -0
- package/components-prism/data/list/list-template/list-template.styles.js.map +1 -0
- package/components-prism/input/slider/Thumb.js +35 -0
- package/components-prism/input/slider/Thumb.js.map +1 -0
- package/components-prism/input/slider/slider.component.js +108 -0
- package/components-prism/input/slider/slider.component.js.map +1 -0
- package/components-prism/input/slider/slider.props.js +20 -0
- package/components-prism/input/slider/slider.props.js.map +1 -0
- package/components-prism/input/slider/slider.styles.js +135 -0
- package/components-prism/input/slider/slider.styles.js.map +1 -0
- package/components-prism/input/slider/withSlider.js +339 -0
- package/components-prism/input/slider/withSlider.js.map +1 -0
- package/core/AppConfig.js +2 -0
- package/core/AppConfig.js.map +1 -0
- package/core/accessibility.js +195 -0
- package/core/accessibility.js.map +1 -0
- package/core/advanced-promise-rejection-tracker.js +208 -0
- package/core/advanced-promise-rejection-tracker.js.map +1 -0
- package/core/asset.provider.js +5 -0
- package/core/asset.provider.js.map +1 -0
- package/core/auto-layout-host.component.js +31 -0
- package/core/auto-layout-host.component.js.map +1 -0
- package/core/auto-layout.utils.js +250 -0
- package/core/auto-layout.utils.js.map +1 -0
- package/core/base.component.js +671 -0
- package/core/base.component.js.map +1 -0
- package/core/components/error-fallback/error-fallback.component.js +172 -0
- package/core/components/error-fallback/error-fallback.component.js.map +1 -0
- package/core/components/error-fallback/error-fallback.styles.js +227 -0
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -0
- package/core/components/floatinglabel.component.js +86 -0
- package/core/components/floatinglabel.component.js.map +1 -0
- package/core/components/sticky-base.component.js +54 -0
- package/core/components/sticky-base.component.js.map +1 -0
- package/core/components/sticky-container.component.js +34 -0
- package/core/components/sticky-container.component.js.map +1 -0
- package/core/components/sticky-container.styles.js +98 -0
- package/core/components/sticky-container.styles.js.map +1 -0
- package/core/components/sticky-nav.component.js +28 -0
- package/core/components/sticky-nav.component.js.map +1 -0
- package/core/components/textinput.component.js +226 -0
- package/core/components/textinput.component.js.map +1 -0
- package/core/components-prism/progress-circle.js +217 -0
- package/core/components-prism/progress-circle.js.map +1 -0
- package/core/constant.service.js +22 -0
- package/core/constant.service.js.map +1 -0
- package/core/constants/currency-constants.js +1066 -0
- package/core/constants/currency-constants.js.map +1 -0
- package/core/currency-constants.js +1065 -0
- package/core/currency-constants.js.map +1 -0
- package/core/device/av-service.js +8 -0
- package/core/device/av-service.js.map +1 -0
- package/core/device/calendar-service.js +8 -0
- package/core/device/calendar-service.js.map +1 -0
- package/core/device/camera-service.js +11 -0
- package/core/device/camera-service.js.map +1 -0
- package/core/device/contacts-service.js +8 -0
- package/core/device/contacts-service.js.map +1 -0
- package/core/device/fileupload-service.js +8 -0
- package/core/device/fileupload-service.js.map +1 -0
- package/core/device/location-service.js +8 -0
- package/core/device/location-service.js.map +1 -0
- package/core/device/openfile-service.js +10 -0
- package/core/device/openfile-service.js.map +1 -0
- package/core/device/scan-service.js +11 -0
- package/core/device/scan-service.js.map +1 -0
- package/core/display.manager.js +5 -0
- package/core/display.manager.js.map +1 -0
- package/core/error-boundary.component.js +64 -0
- package/core/error-boundary.component.js.map +1 -0
- package/core/event-notifier.js +69 -0
- package/core/event-notifier.js.map +1 -0
- package/core/file-extension-types.js +70 -0
- package/core/file-extension-types.js.map +1 -0
- package/core/fixed-view.component.js +94 -0
- package/core/fixed-view.component.js.map +1 -0
- package/core/formatters.js +70 -0
- package/core/formatters.js.map +1 -0
- package/core/global-error-handler.service.js +103 -0
- package/core/global-error-handler.service.js.map +1 -0
- package/core/i18n.service.js +2 -0
- package/core/i18n.service.js.map +1 -0
- package/core/if.component.js +35 -0
- package/core/if.component.js.map +1 -0
- package/core/imageSizeEstimator.js +51 -0
- package/core/imageSizeEstimator.js.map +1 -0
- package/core/injector.js +27 -0
- package/core/injector.js.map +1 -0
- package/core/key.extractor.js +21 -0
- package/core/key.extractor.js.map +1 -0
- package/core/logger.js +123 -0
- package/core/logger.js.map +1 -0
- package/core/modal.service.js +5 -0
- package/core/modal.service.js.map +1 -0
- package/core/navigation.service.js +70 -0
- package/core/navigation.service.js.map +1 -0
- package/core/network.service.js +327 -0
- package/core/network.service.js.map +1 -0
- package/core/partial.service.js +5 -0
- package/core/partial.service.js.map +1 -0
- package/core/props.provider.js +88 -0
- package/core/props.provider.js.map +1 -0
- package/core/responsive.utils.js +51 -0
- package/core/responsive.utils.js.map +1 -0
- package/core/screen-capture-protection.service.js +5 -0
- package/core/screen-capture-protection.service.js.map +1 -0
- package/core/scroll-view.component.js +52 -0
- package/core/scroll-view.component.js.map +1 -0
- package/core/secure-storage.service.js +55 -0
- package/core/secure-storage.service.js.map +1 -0
- package/core/security.service.js +5 -0
- package/core/security.service.js.map +1 -0
- package/core/spinner.service.js +5 -0
- package/core/spinner.service.js.map +1 -0
- package/core/sticky-view.component.js +51 -0
- package/core/sticky-view.component.js.map +1 -0
- package/core/sticky-wrapper.js +133 -0
- package/core/sticky-wrapper.js.map +1 -0
- package/core/storage.service.js +38 -0
- package/core/storage.service.js.map +1 -0
- package/core/tappable.component.js +163 -0
- package/core/tappable.component.js.map +1 -0
- package/core/testid.provider.js +5 -0
- package/core/testid.provider.js.map +1 -0
- package/core/toast.service.js +5 -0
- package/core/toast.service.js.map +1 -0
- package/core/ui-preferences.context.js +10 -0
- package/core/ui-preferences.context.js.map +1 -0
- package/core/utils.js +867 -0
- package/core/utils.js.map +1 -0
- package/core/viewport.js +45 -0
- package/core/viewport.js.map +1 -0
- package/core/wm-component-tree.js +58 -0
- package/core/wm-component-tree.js.map +1 -0
- package/gestures/carousel-swipe.animation.js +225 -0
- package/gestures/carousel-swipe.animation.js.map +1 -0
- package/gestures/swipe.animation.js +220 -0
- package/gestures/swipe.animation.js.map +1 -0
- package/gestures-prism/carousel.flatlist.js +349 -0
- package/gestures-prism/carousel.flatlist.js.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/npm-shrinkwrap.json +26212 -0
- package/package-lock.json +26212 -0
- package/package.json +291 -0
- package/runtime/App.js +763 -0
- package/runtime/App.js.map +1 -0
- package/runtime/App.navigator.js +113 -0
- package/runtime/App.navigator.js.map +1 -0
- package/runtime/base-customwidget.component.js +52 -0
- package/runtime/base-customwidget.component.js.map +1 -0
- package/runtime/base-fragment.component.js +418 -0
- package/runtime/base-fragment.component.js.map +1 -0
- package/runtime/base-page.component.js +233 -0
- package/runtime/base-page.component.js.map +1 -0
- package/runtime/base-partial.component.js +63 -0
- package/runtime/base-partial.component.js.map +1 -0
- package/runtime/base-prefab.component.js +87 -0
- package/runtime/base-prefab.component.js.map +1 -0
- package/runtime/lib-patch.js +25 -0
- package/runtime/lib-patch.js.map +1 -0
- package/runtime/memo.component.js +44 -0
- package/runtime/memo.component.js.map +1 -0
- package/runtime/navigator/drawer.navigator.js +41 -0
- package/runtime/navigator/drawer.navigator.js.map +1 -0
- package/runtime/navigator/stack.navigator.js +78 -0
- package/runtime/navigator/stack.navigator.js.map +1 -0
- package/runtime/platform.api.js +7 -0
- package/runtime/platform.api.js.map +1 -0
- package/runtime/services/app-display-manager.service.js +52 -0
- package/runtime/services/app-display-manager.service.js.map +1 -0
- package/runtime/services/app-i18n.service.js +89 -0
- package/runtime/services/app-i18n.service.js.map +1 -0
- package/runtime/services/app-modal.service.js +73 -0
- package/runtime/services/app-modal.service.js.map +1 -0
- package/runtime/services/app-security.service.js +256 -0
- package/runtime/services/app-security.service.js.map +1 -0
- package/runtime/services/app-spinner.service.js +74 -0
- package/runtime/services/app-spinner.service.js.map +1 -0
- package/runtime/services/app-toast.service.js +60 -0
- package/runtime/services/app-toast.service.js.map +1 -0
- package/runtime/services/device/calendar-service.js +95 -0
- package/runtime/services/device/calendar-service.js.map +1 -0
- package/runtime/services/device/camera-service.js +377 -0
- package/runtime/services/device/camera-service.js.map +1 -0
- package/runtime/services/device/contacts-service.js +34 -0
- package/runtime/services/device/contacts-service.js.map +1 -0
- package/runtime/services/device/location-service.js +16 -0
- package/runtime/services/device/location-service.js.map +1 -0
- package/runtime/services/device/permission-service.js +5 -0
- package/runtime/services/device/permission-service.js.map +1 -0
- package/runtime/services/device/permissions.js +45 -0
- package/runtime/services/device/permissions.js.map +1 -0
- package/runtime/services/device/scan-service.js +163 -0
- package/runtime/services/device/scan-service.js.map +1 -0
- package/runtime/services/partial.service.js +26 -0
- package/runtime/services/partial.service.js.map +1 -0
- package/runtime/services/webprocess.service.js +107 -0
- package/runtime/services/webprocess.service.js.map +1 -0
- package/runtime/watcher.js +147 -0
- package/runtime/watcher.js.map +1 -0
- package/styles/MediaQueryList.js +19 -0
- package/styles/MediaQueryList.js.map +1 -0
- package/styles/background.component.js +317 -0
- package/styles/background.component.js.map +1 -0
- package/styles/calc.js +165 -0
- package/styles/calc.js.map +1 -0
- package/styles/color-mix.js +82 -0
- package/styles/color-mix.js.map +1 -0
- package/styles/style-prop.validator.js +467 -0
- package/styles/style-prop.validator.js.map +1 -0
- package/styles/style-props.js +105 -0
- package/styles/style-props.js.map +1 -0
- package/styles/theme.js +725 -0
- package/styles/theme.js.map +1 -0
- package/styles/theme.variables.js +444 -0
- package/styles/theme.variables.js.map +1 -0
- package/variables/base-variable.js +125 -0
- package/variables/base-variable.js.map +1 -0
- package/variables/device/calendar/create-event.operation.js +53 -0
- package/variables/device/calendar/create-event.operation.js.map +1 -0
- package/variables/device/calendar/delete-event.operation.js +15 -0
- package/variables/device/calendar/delete-event.operation.js.map +1 -0
- package/variables/device/calendar/get-events.operation.js +15 -0
- package/variables/device/calendar/get-events.operation.js.map +1 -0
- package/variables/device/camera/capture-image.operation.js +13 -0
- package/variables/device/camera/capture-image.operation.js.map +1 -0
- package/variables/device/camera/capture-video.operation.js +12 -0
- package/variables/device/camera/capture-video.operation.js.map +1 -0
- package/variables/device/contacts/get-contacts.operation.js +15 -0
- package/variables/device/contacts/get-contacts.operation.js.map +1 -0
- package/variables/device/device/app-info.operation.js +13 -0
- package/variables/device/device/app-info.operation.js.map +1 -0
- package/variables/device/device/current-geo-position.operation.js +15 -0
- package/variables/device/device/current-geo-position.operation.js.map +1 -0
- package/variables/device/device/device-info.operation.js +12 -0
- package/variables/device/device/device-info.operation.js.map +1 -0
- package/variables/device/device/network-info.operation.js +33 -0
- package/variables/device/device/network-info.operation.js.map +1 -0
- package/variables/device/device/vibrate.operation.js +8 -0
- package/variables/device/device/vibrate.operation.js.map +1 -0
- package/variables/device/file/open-file.operation.js +71 -0
- package/variables/device/file/open-file.operation.js.map +1 -0
- package/variables/device/file/upload-file.operation.js +66 -0
- package/variables/device/file/upload-file.operation.js.map +1 -0
- package/variables/device/operation.provider.js +11 -0
- package/variables/device/operation.provider.js.map +1 -0
- package/variables/device/scan/scan.operation.js +15 -0
- package/variables/device/scan/scan.operation.js.map +1 -0
- package/variables/device-variable.js +28 -0
- package/variables/device-variable.js.map +1 -0
- package/variables/http.service.js +84 -0
- package/variables/http.service.js.map +1 -0
- package/variables/live-variable.js +130 -0
- package/variables/live-variable.js.map +1 -0
- package/variables/model-variable.js +47 -0
- package/variables/model-variable.js.map +1 -0
- package/variables/service-variable.js +143 -0
- package/variables/service-variable.js.map +1 -0
- package/variables/utils/dataset-util.js +139 -0
- package/variables/utils/dataset-util.js.map +1 -0
- package/variables/utils/inflight-queue.js +114 -0
- package/variables/utils/inflight-queue.js.map +1 -0
- package/variables/utils/variable.constants.js +22 -0
- package/variables/utils/variable.constants.js.map +1 -0
- package/variables/utils/variable.utils.js +189 -0
- package/variables/utils/variable.utils.js.map +1 -0
- package/wm-namespace.js +15 -0
- package/wm-namespace.js.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["BaseProps","WmRatingProps","constructor","args","_defineProperty","undefined"],"sources":["rating.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker-ai/app-rn-runtime/core/base.component';\nimport { AccessibilityRole } from 'react-native';\n\nexport default class WmRatingProps extends BaseProps {\n dataset?: any[] = null as any;\n datafield?: string = 'key';\n displayfield?: string = 'value';\n getDisplayExpression: Function = null as any;\n datavalue?: number = null as any;\n maxvalue: number = 5;\n readonly? = false;\n iconcolor?: string = null as any;\n iconsize?: number = null as any;\n showcaptions? = true;\n onFieldChange: any;\n accessible?: boolean = true;\n accessibilitylabel?: string = undefined;\n accessibilityrole?: AccessibilityRole = 'radiogroup';\n hint?: string = undefined;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,kDAAkD;AAG5E,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,kBAC/B,IAAI;IAAAA,eAAA,oBACD,KAAK;IAAAA,eAAA,uBACF,OAAO;IAAAA,eAAA,+BACE,IAAI;IAAAA,eAAA,oBAChB,IAAI;IAAAA,eAAA,mBACN,CAAC;IAAAA,eAAA,mBACR,KAAK;IAAAA,eAAA,oBACI,IAAI;IAAAA,eAAA,mBACL,IAAI;IAAAA,eAAA,uBACR,IAAI;IAAAA,eAAA;IAAAA,eAAA,qBAEG,IAAI;IAAAA,eAAA,6BACGC,SAAS;IAAAD,eAAA,4BACC,YAAY;IAAAA,eAAA,eACpCC,SAAS;EAAA;AAC7B","ignoreList":[]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import BASE_THEME from '@wavemaker-ai/app-rn-runtime/styles/theme';
|
|
2
|
+
import { defineStyles } from '@wavemaker-ai/app-rn-runtime/core/base.component';
|
|
3
|
+
export const DEFAULT_CLASS = 'app-rating';
|
|
4
|
+
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
5
|
+
const defaultStyles = defineStyles({
|
|
6
|
+
root: {
|
|
7
|
+
flexDirection: 'row',
|
|
8
|
+
alignContent: 'center',
|
|
9
|
+
padding: 8
|
|
10
|
+
},
|
|
11
|
+
icon: {
|
|
12
|
+
text: {
|
|
13
|
+
fontSize: 32,
|
|
14
|
+
color: themeVariables.ratingIconColor
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
selectedIcon: {
|
|
18
|
+
text: {
|
|
19
|
+
fontSize: 32,
|
|
20
|
+
color: themeVariables.ratingSelectedIconColor
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
text: {
|
|
24
|
+
alignSelf: 'center',
|
|
25
|
+
paddingLeft: 8,
|
|
26
|
+
color: themeVariables.ratingSelectedIconColor
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
addStyle(DEFAULT_CLASS, '', defaultStyles);
|
|
30
|
+
|
|
31
|
+
// Add horizontal form input styles for horizontal form field layouts - positioned early to avoid overriding more specific styles
|
|
32
|
+
addStyle('form-rating-input-horizontal', '', {
|
|
33
|
+
root: {
|
|
34
|
+
flex: 1,
|
|
35
|
+
// Take remaining space after label
|
|
36
|
+
minWidth: 0,
|
|
37
|
+
// Allow shrinking below intrinsic content size if needed
|
|
38
|
+
maxWidth: '100%' // Prevent overflow
|
|
39
|
+
},
|
|
40
|
+
text: {}
|
|
41
|
+
});
|
|
42
|
+
addStyle(DEFAULT_CLASS + '-disabled', '', {
|
|
43
|
+
root: {
|
|
44
|
+
opacity: 0.5
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
//# sourceMappingURL=rating.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","alignContent","padding","icon","text","fontSize","color","ratingIconColor","selectedIcon","ratingSelectedIconColor","alignSelf","paddingLeft","flex","minWidth","maxWidth","opacity"],"sources":["rating.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker-ai/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker-ai/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '../../basic/icon/icon.styles';\n\nexport type WmRatingStyles = BaseStyles & {\n icon: WmIconStyles,\n selectedIcon: WmIconStyles\n};\n\nexport const DEFAULT_CLASS = 'app-rating';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmRatingStyles = defineStyles({\n root: {\n flexDirection: 'row',\n alignContent: 'center',\n padding: 8\n },\n icon: {\n text: {\n fontSize: 32,\n color: themeVariables.ratingIconColor\n }\n } as WmIconStyles,\n selectedIcon: {\n text: {\n fontSize: 32,\n color: themeVariables.ratingSelectedIconColor\n }\n } as WmIconStyles,\n text: {\n alignSelf: 'center',\n paddingLeft: 8,\n color: themeVariables.ratingSelectedIconColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n // Add horizontal form input styles for horizontal form field layouts - positioned early to avoid overriding more specific styles\n addStyle('form-rating-input-horizontal', '', {\n root: {\n flex: 1, // Take remaining space after label\n minWidth: 0, // Allow shrinking below intrinsic content size if needed\n maxWidth: '100%' // Prevent overflow\n },\n text: {}\n } as BaseStyles);\n\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n opacity: 0.5\n }\n });\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,2CAA2C;AAClE,SAAqBC,YAAY,QAAQ,kDAAkD;AAQ3F,OAAO,MAAMC,aAAa,GAAG,YAAY;AACzCF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA6B,GAAGL,YAAY,CAAC;IAC/CM,IAAI,EAAE;MACFC,aAAa,EAAE,KAAK;MACpBC,YAAY,EAAE,QAAQ;MACtBC,OAAO,EAAE;IACb,CAAC;IACDC,IAAI,EAAE;MACFC,IAAI,EAAE;QACFC,QAAQ,EAAE,EAAE;QACZC,KAAK,EAAEV,cAAc,CAACW;MAC1B;IACJ,CAAiB;IACjBC,YAAY,EAAE;MACVJ,IAAI,EAAE;QACFC,QAAQ,EAAE,EAAE;QACZC,KAAK,EAAEV,cAAc,CAACa;MAC1B;IACJ,CAAiB;IACjBL,IAAI,EAAE;MACFM,SAAS,EAAE,QAAQ;MACnBC,WAAW,EAAE,CAAC;MACdL,KAAK,EAAEV,cAAc,CAACa;IAC1B;EACJ,CAAC,CAAC;EAEFZ,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;;EAE1C;EACAD,QAAQ,CAAC,8BAA8B,EAAE,EAAE,EAAE;IAC3CE,IAAI,EAAE;MACJa,IAAI,EAAE,CAAC;MAAE;MACTC,QAAQ,EAAE,CAAC;MAAE;MACbC,QAAQ,EAAE,MAAM,CAAC;IACnB,CAAC;IACDV,IAAI,EAAE,CAAC;EACT,CAAe,CAAC;EAEhBP,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACtCK,IAAI,EAAG;MACPgB,OAAO,EAAE;IACT;EACJ,CAAC,CAAC;AACN,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
4
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import { Dimensions, Platform, StatusBar, Text, View } from 'react-native';
|
|
7
|
+
import { ScrollView } from 'react-native-gesture-handler';
|
|
8
|
+
import { find, isEmpty, isString } from 'lodash';
|
|
9
|
+
import injector from '@wavemaker-ai/app-rn-runtime/core/injector';
|
|
10
|
+
import WmSelectProps from './select.props';
|
|
11
|
+
import { DEFAULT_CLASS } from './select.styles';
|
|
12
|
+
import { BaseDatasetComponent, BaseDatasetState } from '@wavemaker-ai/app-rn-runtime/components/input/basedataset/basedataset.component';
|
|
13
|
+
import WmIcon from '@wavemaker-ai/app-rn-runtime/components/basic/icon/icon.component';
|
|
14
|
+
import { ModalConsumer } from '@wavemaker-ai/app-rn-runtime/core/modal.service';
|
|
15
|
+
import WmButton from '@wavemaker-ai/app-rn-runtime/components/basic/button/button.component';
|
|
16
|
+
import { Tappable } from '@wavemaker-ai/app-rn-runtime/core/tappable.component';
|
|
17
|
+
import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker-ai/app-rn-runtime/core/accessibility';
|
|
18
|
+
import { BackgroundComponent } from '@wavemaker-ai/app-rn-runtime/styles/background.component';
|
|
19
|
+
import { createSkeleton } from '@wavemaker-ai/app-rn-runtime/components/basic/skeleton/skeleton.component';
|
|
20
|
+
import { SafeAreaInsetsContext } from 'react-native-safe-area-context';
|
|
21
|
+
export class WmSelectState extends BaseDatasetState {
|
|
22
|
+
constructor(...args) {
|
|
23
|
+
super(...args);
|
|
24
|
+
_defineProperty(this, "modalOptions", {});
|
|
25
|
+
_defineProperty(this, "isOpened", false);
|
|
26
|
+
_defineProperty(this, "selectedValue", '');
|
|
27
|
+
_defineProperty(this, "position", {});
|
|
28
|
+
_defineProperty(this, "selectWidth", 0);
|
|
29
|
+
_defineProperty(this, "positionReady", false);
|
|
30
|
+
_defineProperty(this, "isinputFocused", false);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export default class WmSelect extends BaseDatasetComponent {
|
|
34
|
+
constructor(props) {
|
|
35
|
+
super(props, DEFAULT_CLASS, new WmSelectProps(), new WmSelectState());
|
|
36
|
+
_defineProperty(this, "view", null);
|
|
37
|
+
_defineProperty(this, "widgetRef", null);
|
|
38
|
+
_defineProperty(this, "isDefaultValue", true);
|
|
39
|
+
_defineProperty(this, "safeAreaInsets", {
|
|
40
|
+
top: 0,
|
|
41
|
+
bottom: 0,
|
|
42
|
+
left: 0,
|
|
43
|
+
right: 0
|
|
44
|
+
});
|
|
45
|
+
_defineProperty(this, "isMounted", true);
|
|
46
|
+
_defineProperty(this, "isComputing", false);
|
|
47
|
+
_defineProperty(this, "computePosition", () => {
|
|
48
|
+
if (!this.view || !this.isMounted) return;
|
|
49
|
+
this.view.measureInWindow((px, py, width, height) => {
|
|
50
|
+
var _appConfig$edgeToEdge;
|
|
51
|
+
const windowDimensions = Dimensions.get('window');
|
|
52
|
+
const position = {};
|
|
53
|
+
let popoverwidth = this.state.selectWidth;
|
|
54
|
+
if (popoverwidth && isString(popoverwidth)) {
|
|
55
|
+
popoverwidth = parseInt(popoverwidth);
|
|
56
|
+
}
|
|
57
|
+
this.isRTL ? position.right = px : position.left = px;
|
|
58
|
+
if (px + popoverwidth > windowDimensions.width) {
|
|
59
|
+
this.isRTL ? position.right = px + width - popoverwidth : position.left = px + width - popoverwidth;
|
|
60
|
+
}
|
|
61
|
+
const appConfig = injector.get('APP_CONFIG');
|
|
62
|
+
const isEdgeToEdge = !!(appConfig !== null && appConfig !== void 0 && (_appConfig$edgeToEdge = appConfig.edgeToEdgeConfig) !== null && _appConfig$edgeToEdge !== void 0 && _appConfig$edgeToEdge.isEdgeToEdgeApp);
|
|
63
|
+
const statusBarHeight = Platform.OS === 'android' ? StatusBar.currentHeight || 0 : 0;
|
|
64
|
+
const needsStatusBarAdjustment = Platform.OS === 'android' && this.safeAreaInsets.top > 0;
|
|
65
|
+
const yOffset = Platform.OS === 'ios' && !isEdgeToEdge ? this.safeAreaInsets.top : 0;
|
|
66
|
+
position.top = py + height - yOffset + (needsStatusBarAdjustment ? statusBarHeight : 0);
|
|
67
|
+
this.updateState({
|
|
68
|
+
position,
|
|
69
|
+
positionReady: true,
|
|
70
|
+
selectWidth: width
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
_defineProperty(this, "showPopover", () => {
|
|
75
|
+
var _this$state$props$cla;
|
|
76
|
+
const isDropdown = (_this$state$props$cla = this.state.props.classname) === null || _this$state$props$cla === void 0 ? void 0 : _this$state$props$cla.includes('select-dropdown');
|
|
77
|
+
if (isDropdown) {
|
|
78
|
+
this.computePosition();
|
|
79
|
+
}
|
|
80
|
+
this.updateState({
|
|
81
|
+
isOpened: true
|
|
82
|
+
});
|
|
83
|
+
});
|
|
84
|
+
_defineProperty(this, "hide", () => {});
|
|
85
|
+
}
|
|
86
|
+
componentWillUnmount() {
|
|
87
|
+
var _super$componentWillU;
|
|
88
|
+
this.isMounted = false;
|
|
89
|
+
(_super$componentWillU = super.componentWillUnmount) === null || _super$componentWillU === void 0 || _super$componentWillU.call(this);
|
|
90
|
+
}
|
|
91
|
+
onPress(event) {
|
|
92
|
+
if (this.state.props.disabled) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (!this.state.isOpened && !this.isComputing) {
|
|
96
|
+
this.isComputing = true;
|
|
97
|
+
this.setState({
|
|
98
|
+
isinputFocused: true
|
|
99
|
+
});
|
|
100
|
+
try {
|
|
101
|
+
this.showPopover();
|
|
102
|
+
} finally {
|
|
103
|
+
this.isComputing = false;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
this.invokeEventCallback('onFocus', [event, this.proxy]);
|
|
107
|
+
}
|
|
108
|
+
onPropertyChange(name, $new, $old) {
|
|
109
|
+
super.onPropertyChange(name, $new, $old);
|
|
110
|
+
switch (name) {
|
|
111
|
+
case 'datavalue':
|
|
112
|
+
if (isNaN($new) && isEmpty($new)) {
|
|
113
|
+
this.updateState({
|
|
114
|
+
props: {
|
|
115
|
+
displayValue: this.state.props.placeholder || ''
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
prepareModalOptions(content, styles, modalService) {
|
|
122
|
+
const o = this.state.modalOptions;
|
|
123
|
+
o.modalStyle = styles.modal;
|
|
124
|
+
o.contentStyle = {
|
|
125
|
+
...styles.modalContent,
|
|
126
|
+
...this.state.position
|
|
127
|
+
};
|
|
128
|
+
o.content = content;
|
|
129
|
+
o.isModal = true;
|
|
130
|
+
o.centered = true;
|
|
131
|
+
o.onClose = () => {
|
|
132
|
+
this.hide = () => {};
|
|
133
|
+
if (this.isDefaultValue && this.state.props.displayValue === '') {
|
|
134
|
+
this.validate(this.state.props.displayValue);
|
|
135
|
+
setTimeout(() => {
|
|
136
|
+
this.props.triggerValidation && this.props.triggerValidation();
|
|
137
|
+
}, 0);
|
|
138
|
+
}
|
|
139
|
+
this.invokeEventCallback('onBlur', [{}, this.proxy]);
|
|
140
|
+
this.setState({
|
|
141
|
+
isOpened: false,
|
|
142
|
+
positionReady: false,
|
|
143
|
+
modalOptions: {},
|
|
144
|
+
isinputFocused: false
|
|
145
|
+
});
|
|
146
|
+
};
|
|
147
|
+
this.hide = () => modalService.hideModal(this.state.modalOptions);
|
|
148
|
+
return o;
|
|
149
|
+
}
|
|
150
|
+
focus() {
|
|
151
|
+
var _this$widgetRef;
|
|
152
|
+
this === null || this === void 0 || (_this$widgetRef = this.widgetRef) === null || _this$widgetRef === void 0 || _this$widgetRef.focus();
|
|
153
|
+
}
|
|
154
|
+
renderSkeletonForText() {
|
|
155
|
+
return createSkeleton(this.theme, {}, {
|
|
156
|
+
...this.styles.textSkeleton.root
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
renderSelect() {
|
|
160
|
+
const props = this.state.props;
|
|
161
|
+
const select = this.styles.root;
|
|
162
|
+
const foundationStyle = this.theme.getStyle('app-input');
|
|
163
|
+
const classname = this.state.props.classname ? this.state.props.classname.split(" ").pop() : '';
|
|
164
|
+
return (
|
|
165
|
+
/*#__PURE__*/
|
|
166
|
+
/*
|
|
167
|
+
* onLayout function is required.
|
|
168
|
+
* https://github.com/naoufal/react-native-accordion/pull/19/files
|
|
169
|
+
*/
|
|
170
|
+
React.createElement(View, _extends({
|
|
171
|
+
style: [this.theme.mergeStyle(this.styles.root, foundationStyle === null || foundationStyle === void 0 ? void 0 : foundationStyle.root, this.theme.getStyle(`${classname}`)), this.state.isValid ? {} : this.styles.invalid, {
|
|
172
|
+
backgroundColor: props.disabled ? this.styles.disabledText.backgroundColor : this.styles.root.backgroundColor
|
|
173
|
+
}, this._showSkeleton ? {
|
|
174
|
+
justifyContent: 'space-between'
|
|
175
|
+
} : {}, props.disabled ? this.theme.mergeStyle(foundationStyle === null || foundationStyle === void 0 ? void 0 : foundationStyle.disabled, this.theme.getStyle(`${classname}`).disabled) : {}, this.state.isinputFocused ? this.theme.mergeStyle(foundationStyle === null || foundationStyle === void 0 ? void 0 : foundationStyle.focused, this.theme.getStyle(`${classname}`).focused) : {}],
|
|
176
|
+
ref: ref => {
|
|
177
|
+
this.view = ref;
|
|
178
|
+
},
|
|
179
|
+
onLayout: event => {
|
|
180
|
+
this.updateState({
|
|
181
|
+
selectWidth: event.nativeEvent.layout.width
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
}, getAccessibilityProps(AccessibilityWidgetType.SELECT, props)), select.backgroundImage ? /*#__PURE__*/React.createElement(BackgroundComponent, {
|
|
185
|
+
image: select.backgroundImage,
|
|
186
|
+
position: select.backgroundPosition || 'center',
|
|
187
|
+
size: select.backgroundSize || 'contain',
|
|
188
|
+
repeat: select.backgroundRepeat || 'no-repeat',
|
|
189
|
+
resizeMode: select.backgroundResizeMode,
|
|
190
|
+
style: {
|
|
191
|
+
borderRadius: this.styles.root.borderRadius
|
|
192
|
+
}
|
|
193
|
+
}) : null, this._showSkeleton && (this.state.props.displayValue || props.placeholder) ? this.renderSkeletonForText() : /*#__PURE__*/React.createElement(Text, _extends({
|
|
194
|
+
style: [this.styles.text, this.state.props.displayValue ? {} : {
|
|
195
|
+
color: this.styles.placeholderText.color
|
|
196
|
+
}],
|
|
197
|
+
ref: ref => {
|
|
198
|
+
this.widgetRef = ref;
|
|
199
|
+
}
|
|
200
|
+
}, this.getTestPropsForInput(), {
|
|
201
|
+
onPress: this.onPress.bind(this),
|
|
202
|
+
importantForAccessibility: "no"
|
|
203
|
+
}), this.state.props.displayValue || props.placeholder || ' '), /*#__PURE__*/React.createElement(WmButton, {
|
|
204
|
+
styles: this._showSkeleton ? this.styles.arrowButtonSkeleton.root : this.styles.arrowButton,
|
|
205
|
+
iconclass: 'wi wi-keyboard-arrow-down',
|
|
206
|
+
onTap: this.onPress.bind(this),
|
|
207
|
+
hint: props === null || props === void 0 ? void 0 : props.hint,
|
|
208
|
+
accessible: false
|
|
209
|
+
}))
|
|
210
|
+
);
|
|
211
|
+
}
|
|
212
|
+
isSelected(item) {
|
|
213
|
+
const val = this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield;
|
|
214
|
+
return this.state.props.datavalue === val;
|
|
215
|
+
}
|
|
216
|
+
onItemSelect(item, isPlaceholder) {
|
|
217
|
+
this.isDefaultValue = false;
|
|
218
|
+
this.onChange(isPlaceholder ? '' : this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield);
|
|
219
|
+
this.hide();
|
|
220
|
+
}
|
|
221
|
+
renderSelectItem(item, index, isPlaceholder, isLast) {
|
|
222
|
+
let selected = this.isSelected(item);
|
|
223
|
+
return /*#__PURE__*/React.createElement(Tappable, _extends({}, this.getTestPropsForAction('selectitem' + index), {
|
|
224
|
+
onTap: this.onItemSelect.bind(this, item, isPlaceholder),
|
|
225
|
+
accessibilityProps: {
|
|
226
|
+
...getAccessibilityProps(AccessibilityWidgetType.SELECT, {
|
|
227
|
+
...this.props,
|
|
228
|
+
expanded: this.state.isOpened
|
|
229
|
+
})
|
|
230
|
+
},
|
|
231
|
+
disableTouchEffect: this.state.props.disabletoucheffect
|
|
232
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
233
|
+
style: [this.styles.selectItem, isLast ? this.styles.lastSelectItem : null, selected ? this.styles.selectedItem : null]
|
|
234
|
+
}, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('label' + index), {
|
|
235
|
+
style: [this.styles.selectItemText, {
|
|
236
|
+
color: isPlaceholder ? this.styles.placeholderText.color : selected ? this.styles.selectedItemText.color : this.styles.selectItemText.color
|
|
237
|
+
}]
|
|
238
|
+
}), isPlaceholder ? this.state.props.placeholder : item.displayexp || item.displayfield), /*#__PURE__*/React.createElement(WmIcon, {
|
|
239
|
+
id: this.getTestId('checkicon' + index),
|
|
240
|
+
iconclass: "wi wi-check",
|
|
241
|
+
styles: this.theme.mergeStyle(this.styles.checkIcon, {
|
|
242
|
+
root: {
|
|
243
|
+
opacity: !isPlaceholder && selected ? 1 : 0
|
|
244
|
+
}
|
|
245
|
+
})
|
|
246
|
+
})));
|
|
247
|
+
}
|
|
248
|
+
updateDefaultQueryModel() {
|
|
249
|
+
if (this.state.dataItems && this.state.dataItems.length && this.isDefaultValue) {
|
|
250
|
+
const selectedItem = find(this.state.dataItems, item => item.selected);
|
|
251
|
+
selectedItem && this.updateState({
|
|
252
|
+
props: {
|
|
253
|
+
displayValue: selectedItem.displayexp || selectedItem.displayfield || ''
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
componentDidMount() {
|
|
259
|
+
super.componentDidMount();
|
|
260
|
+
this.updateDefaultQueryModel();
|
|
261
|
+
}
|
|
262
|
+
onDataItemsUpdate() {
|
|
263
|
+
super.onDataItemsUpdate();
|
|
264
|
+
this.updateDefaultQueryModel();
|
|
265
|
+
}
|
|
266
|
+
renderWidget(props) {
|
|
267
|
+
var _this$state$props$cla2;
|
|
268
|
+
let isDropdown = (_this$state$props$cla2 = this.state.props.classname) === null || _this$state$props$cla2 === void 0 ? void 0 : _this$state$props$cla2.includes('select-dropdown');
|
|
269
|
+
const styles = this.theme.mergeStyle(this.styles, this.theme.getStyle('select-dropdown'));
|
|
270
|
+
if (isDropdown && this.state.selectWidth) {
|
|
271
|
+
styles.modalContent.width = this.styles.dropdown.width || this.state.selectWidth;
|
|
272
|
+
}
|
|
273
|
+
return /*#__PURE__*/React.createElement(SafeAreaInsetsContext.Consumer, null, insets => {
|
|
274
|
+
if (insets) {
|
|
275
|
+
this.safeAreaInsets = insets;
|
|
276
|
+
}
|
|
277
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
278
|
+
onLayout: event => {
|
|
279
|
+
this.handleLayout(event);
|
|
280
|
+
},
|
|
281
|
+
style: [this.styles.rootWrapper]
|
|
282
|
+
}, this._background, this.renderSelect(), this.state.isOpened && (isDropdown ? this.state.positionReady : true) ? /*#__PURE__*/React.createElement(ModalConsumer, null, modalService => {
|
|
283
|
+
const items = this.state.dataItems;
|
|
284
|
+
modalService.showModal(this.prepareModalOptions(/*#__PURE__*/React.createElement(ScrollView, {
|
|
285
|
+
style: isDropdown ? [{
|
|
286
|
+
width: this.state.selectWidth
|
|
287
|
+
}, this.styles.dropdown] : {
|
|
288
|
+
width: '100%',
|
|
289
|
+
maxHeight: Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0)
|
|
290
|
+
},
|
|
291
|
+
contentContainerStyle: this.styles.dropDownContent
|
|
292
|
+
}, props.placeholder ? /*#__PURE__*/React.createElement(View, {
|
|
293
|
+
key: props.name + '_placeholder',
|
|
294
|
+
style: this.styles.placeholderText
|
|
295
|
+
}, this.renderSelectItem({}, 0, true, false)) : null, items && items.map((item, index) => /*#__PURE__*/React.createElement(View, {
|
|
296
|
+
key: item.key
|
|
297
|
+
}, this.renderSelectItem(item, index, false, index === items.length - 1)))), isDropdown ? styles : this.styles, modalService));
|
|
298
|
+
return null;
|
|
299
|
+
}) : null);
|
|
300
|
+
});
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
//# sourceMappingURL=select.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Dimensions","Platform","StatusBar","Text","View","ScrollView","find","isEmpty","isString","injector","WmSelectProps","DEFAULT_CLASS","BaseDatasetComponent","BaseDatasetState","WmIcon","ModalConsumer","WmButton","Tappable","AccessibilityWidgetType","getAccessibilityProps","BackgroundComponent","createSkeleton","SafeAreaInsetsContext","WmSelectState","constructor","args","_defineProperty","WmSelect","props","top","bottom","left","right","view","isMounted","measureInWindow","px","py","width","height","_appConfig$edgeToEdge","windowDimensions","get","position","popoverwidth","state","selectWidth","parseInt","isRTL","appConfig","isEdgeToEdge","edgeToEdgeConfig","isEdgeToEdgeApp","statusBarHeight","OS","currentHeight","needsStatusBarAdjustment","safeAreaInsets","yOffset","updateState","positionReady","_this$state$props$cla","isDropdown","classname","includes","computePosition","isOpened","componentWillUnmount","_super$componentWillU","call","onPress","event","disabled","isComputing","setState","isinputFocused","showPopover","invokeEventCallback","proxy","onPropertyChange","name","$new","$old","isNaN","displayValue","placeholder","prepareModalOptions","content","styles","modalService","o","modalOptions","modalStyle","modal","contentStyle","modalContent","isModal","centered","onClose","hide","isDefaultValue","validate","setTimeout","triggerValidation","hideModal","focus","_this$widgetRef","widgetRef","renderSkeletonForText","theme","textSkeleton","root","renderSelect","select","foundationStyle","getStyle","split","pop","createElement","_extends","style","mergeStyle","isValid","invalid","backgroundColor","disabledText","_showSkeleton","justifyContent","focused","ref","onLayout","nativeEvent","layout","SELECT","backgroundImage","image","backgroundPosition","size","backgroundSize","repeat","backgroundRepeat","resizeMode","backgroundResizeMode","borderRadius","text","color","placeholderText","getTestPropsForInput","bind","importantForAccessibility","arrowButtonSkeleton","arrowButton","iconclass","onTap","hint","accessible","isSelected","item","val","datafield","dataObject","datavalue","onItemSelect","isPlaceholder","onChange","renderSelectItem","index","isLast","selected","getTestPropsForAction","accessibilityProps","expanded","disableTouchEffect","disabletoucheffect","selectItem","lastSelectItem","selectedItem","getTestPropsForLabel","selectItemText","selectedItemText","displayexp","displayfield","id","getTestId","checkIcon","opacity","updateDefaultQueryModel","dataItems","length","componentDidMount","onDataItemsUpdate","renderWidget","_this$state$props$cla2","dropdown","Consumer","insets","handleLayout","rootWrapper","_background","items","showModal","maxHeight","contentContainerStyle","dropDownContent","key","map"],"sources":["select.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Dimensions, Platform, StatusBar, Text, View } from 'react-native';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport { find, isEmpty, isString } from 'lodash';\nimport injector from '@wavemaker-ai/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker-ai/app-rn-runtime/core/AppConfig';\n\nimport WmSelectProps from './select.props';\nimport { DEFAULT_CLASS, WmSelectStyles } from './select.styles';\nimport {\n BaseDatasetComponent,\n BaseDatasetState\n} from '@wavemaker-ai/app-rn-runtime/components/input/basedataset/basedataset.component';\nimport WmIcon from '@wavemaker-ai/app-rn-runtime/components/basic/icon/icon.component';\nimport { ModalConsumer, ModalOptions, ModalService } from '@wavemaker-ai/app-rn-runtime/core/modal.service';\nimport WmButton from '@wavemaker-ai/app-rn-runtime/components/basic/button/button.component';\nimport { Tappable } from '@wavemaker-ai/app-rn-runtime/core/tappable.component';\nimport ThemeVariables from '@wavemaker-ai/app-rn-runtime/styles/theme.variables';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker-ai/app-rn-runtime/core/accessibility';\nimport { BackgroundComponent } from '@wavemaker-ai/app-rn-runtime/styles/background.component';\nimport { createSkeleton } from '@wavemaker-ai/app-rn-runtime/components/basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../../basic/skeleton/skeleton.styles';\nimport { PopoverPosition } from '../../navigation/popover/popover.component';\nimport { SafeAreaInsetsContext, EdgeInsets } from 'react-native-safe-area-context';\n\nexport class WmSelectState extends BaseDatasetState<WmSelectProps> {\n modalOptions = {} as ModalOptions;\n isOpened: boolean = false;\n selectedValue: any = '';\n position={} as PopoverPosition;\n selectWidth:number = 0;\n positionReady:boolean = false;\n isinputFocused:boolean = false;\n}\n\nexport default class WmSelect extends BaseDatasetComponent<WmSelectProps, WmSelectState, WmSelectStyles> {\n constructor(props: WmSelectProps) {\n super(props, DEFAULT_CLASS, new WmSelectProps(), new WmSelectState());\n }\n view: View = null as any;\n public widgetRef: Text | null = null;\n private isDefaultValue: boolean = true;\n private safeAreaInsets = { top: 0, bottom: 0, left: 0, right: 0 };\n private isMounted: boolean = true;\n private isComputing: boolean = false;\n\n componentWillUnmount() {\n this.isMounted = false;\n super.componentWillUnmount?.();\n }\n\n onPress(event: any) {\n if (this.state.props.disabled) {\n return;\n }\n if (!this.state.isOpened && !this.isComputing) {\n this.isComputing = true;\n this.setState({ isinputFocused:true} as WmSelectState)\n try {\n this.showPopover();\n } finally {\n this.isComputing = false;\n }\n }\n this.invokeEventCallback('onFocus', [event, this.proxy]);\n }\n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch(name) {\n case 'datavalue':\n if (isNaN($new) && isEmpty($new)) {\n this.updateState({\n props: {\n displayValue: this.state.props.placeholder || ''\n }\n } as WmSelectState);\n }\n }\n }\n\n private computePosition = () => {\n if (!this.view || !this.isMounted) return;\n\n this.view.measureInWindow((px, py, width, height) => {\n const windowDimensions = Dimensions.get('window');\n const position = {} as PopoverPosition;\n\n let popoverwidth = this.state.selectWidth as any;\n if (popoverwidth && isString(popoverwidth)) {\n popoverwidth = parseInt(popoverwidth);\n }\n\n this.isRTL ? position.right = px : position.left = px;\n\n if (px + popoverwidth > windowDimensions.width) {\n this.isRTL\n ? (position.right = px + width - popoverwidth)\n : (position.left = px + width - popoverwidth);\n }\n\n const appConfig = injector.get<AppConfig>('APP_CONFIG');\n const isEdgeToEdge = !!appConfig?.edgeToEdgeConfig?.isEdgeToEdgeApp;\n const statusBarHeight = Platform.OS === 'android' ? (StatusBar.currentHeight || 0) : 0;\n const needsStatusBarAdjustment = Platform.OS === 'android' && this.safeAreaInsets.top > 0;\n const yOffset = Platform.OS === 'ios' && !isEdgeToEdge ? this.safeAreaInsets.top : 0;\n\n position.top = py + height - yOffset + (needsStatusBarAdjustment ? statusBarHeight : 0);\n\n this.updateState({\n position,\n positionReady: true,\n selectWidth: width\n } as WmSelectState);\n });\n };\n\n prepareModalOptions(content: React.ReactNode, styles: WmSelectStyles, modalService: ModalService) {\n const o = this.state.modalOptions;\n o.modalStyle = styles.modal;\n o.contentStyle = {...styles.modalContent,...this.state.position};\n o.content = content;\n o.isModal = true;\n o.centered = true;\n o.onClose = () => {\n this.hide = () => {};\n if (this.isDefaultValue && this.state.props.displayValue === '') {\n this.validate(this.state.props.displayValue);\n setTimeout(() => {\n this.props.triggerValidation && this.props.triggerValidation();\n }, 0);\n }\n this.invokeEventCallback('onBlur', [{}, this.proxy]);\n this.setState({\n isOpened: false,\n positionReady: false,\n modalOptions: {} as ModalOptions ,\n isinputFocused:false\n } as WmSelectState);\n };\n this.hide = () => modalService.hideModal(this.state.modalOptions);\n return o;\n }\n\n public showPopover = () => {\n const isDropdown = this.state.props.classname?.includes('select-dropdown');\n if (isDropdown) {\n this.computePosition();\n }\n this.updateState({ isOpened: true } as WmSelectState);\n };\n\n public hide = () => {};\n\n focus() {\n this?.widgetRef?.focus();\n }\n\n private renderSkeletonForText(){\n return createSkeleton(this.theme, {} as WmSkeletonStyles, {\n ...this.styles.textSkeleton.root\n });\n }\n\n renderSelect() {\n const props = this.state.props;\n const select = this.styles.root as any;\n const foundationStyle = this.theme.getStyle('app-input');\n const classname = this.state.props.classname ? this.state.props.classname.split(\" \").pop() : '';\n return (\n /*\n * onLayout function is required.\n * https://github.com/naoufal/react-native-accordion/pull/19/files\n */\n <View\n style={[this.theme.mergeStyle(this.styles.root, foundationStyle?.root, this.theme.getStyle(`${classname}`)), this.state.isValid ? {} : this.styles.invalid,\n { backgroundColor: props.disabled ? this.styles.disabledText.backgroundColor : this.styles.root.backgroundColor},\n this._showSkeleton ? { justifyContent: 'space-between' } : {},\n props.disabled ? this.theme.mergeStyle(foundationStyle?.disabled, this.theme.getStyle(`${classname}`).disabled) : {},\n this.state.isinputFocused ? this.theme.mergeStyle(foundationStyle?.focused, this.theme.getStyle(`${classname}`).focused) : {}\n ]}\n ref={(ref) => {\n this.view = ref as View;\n }}\n onLayout={(event) => {this.updateState({selectWidth : event.nativeEvent.layout.width} as any)}}\n {...getAccessibilityProps(AccessibilityWidgetType.SELECT, props)}>\n {select.backgroundImage ? (<BackgroundComponent\n image={select.backgroundImage}\n position={select.backgroundPosition || 'center'}\n size={select.backgroundSize || 'contain'}\n repeat={select.backgroundRepeat || 'no-repeat'}\n resizeMode={select.backgroundResizeMode}\n style={{borderRadius: this.styles.root.borderRadius}}\n ></BackgroundComponent>) : null }\n {this._showSkeleton && (this.state.props.displayValue || props.placeholder)? this.renderSkeletonForText() : <Text\n style={[this.styles.text,\n this.state.props.displayValue ? {} : {color: this.styles.placeholderText.color}]}\n ref={(ref) => {\n this.widgetRef = ref;\n }}\n {...this.getTestPropsForInput()}\n onPress={this.onPress.bind(this)}\n importantForAccessibility='no'>\n {this.state.props.displayValue || props.placeholder || ' '}\n </Text>}\n <WmButton\n styles={this._showSkeleton ? this.styles.arrowButtonSkeleton.root : this.styles.arrowButton}\n iconclass={'wi wi-keyboard-arrow-down'}\n onTap={this.onPress.bind(this)}\n hint={props?.hint}\n accessible={false}\n />\n </View>\n );\n }\n\n isSelected(item: any) {\n const val = this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield;\n return this.state.props.datavalue === val;\n }\n\n onItemSelect(item: any, isPlaceholder?: boolean) {\n this.isDefaultValue = false;\n this.onChange(isPlaceholder ? '' : this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield);\n this.hide();\n }\n\n renderSelectItem(item: any, index: number, isPlaceholder: boolean, isLast: boolean) {\n let selected = this.isSelected(item);\n return (\n <Tappable {...this.getTestPropsForAction('selectitem'+index)} onTap={this.onItemSelect.bind(this, item, isPlaceholder)}\n accessibilityProps={{...getAccessibilityProps(\n AccessibilityWidgetType.SELECT,\n {...this.props, expanded: this.state.isOpened}\n )}}\n disableTouchEffect={this.state.props.disabletoucheffect}>\n <View style={[this.styles.selectItem, isLast ? this.styles.lastSelectItem : null, selected ? this.styles.selectedItem : null ]}>\n <Text {...this.getTestPropsForLabel('label'+index)} style={[this.styles.selectItemText, {color: isPlaceholder ? this.styles.placeholderText.color : selected ? this.styles.selectedItemText.color : this.styles.selectItemText.color}]}>\n {isPlaceholder ? this.state.props.placeholder : (item.displayexp || item.displayfield)}\n </Text>\n <WmIcon id={this.getTestId('checkicon' + index)} iconclass='wi wi-check' styles={this.theme.mergeStyle(this.styles.checkIcon, {\n root: {\n opacity: !isPlaceholder && selected ? 1 : 0\n }\n })}></WmIcon>\n </View>\n </Tappable>\n );\n }\n\n updateDefaultQueryModel() {\n if (this.state.dataItems && this.state.dataItems.length && this.isDefaultValue) {\n const selectedItem = find(this.state.dataItems, (item) => item.selected);\n selectedItem && this.updateState({\n props: {\n displayValue: selectedItem.displayexp || selectedItem.displayfield || ''\n }\n } as WmSelectState);\n }\n }\n\n componentDidMount() {\n super.componentDidMount();\n this.updateDefaultQueryModel();\n }\n\n onDataItemsUpdate() {\n super.onDataItemsUpdate();\n this.updateDefaultQueryModel();\n }\n\n renderWidget(props: WmSelectProps) {\n let isDropdown = this.state.props.classname?.includes('select-dropdown');\n const styles = this.theme.mergeStyle( this.styles,this.theme.getStyle('select-dropdown'));\n if (isDropdown && this.state.selectWidth) {\n styles.modalContent.width = this.styles.dropdown.width || this.state.selectWidth;\n }\n\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets) => {\n if (insets) {\n this.safeAreaInsets = insets;\n }\n return (\n <View\n onLayout={(event) => {\n this.handleLayout(event);\n }}\n style={[this.styles.rootWrapper]}>\n {this._background}\n {this.renderSelect()}\n {this.state.isOpened && (isDropdown ? this.state.positionReady : true) ? (\n <ModalConsumer>\n {(modalService: ModalService) => {\n const items = this.state.dataItems;\n modalService.showModal(\n this.prepareModalOptions(\n <ScrollView style={ isDropdown ?[{width : this.state.selectWidth},this.styles.dropdown]:{width: '100%', maxHeight: Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0)}}\n contentContainerStyle={this.styles.dropDownContent}>\n {props.placeholder ?\n <View key={props.name + '_placeholder'} style={this.styles.placeholderText}>\n {this.renderSelectItem({}, 0, true, false)}\n </View>\n : null}\n {items && items.map((item: any, index: number) => (\n <View key={item.key}>\n {this.renderSelectItem(item, index, false, index === items.length - 1)}\n </View>\n ))}\n </ScrollView>,\n isDropdown?styles:this.styles,\n modalService\n )\n );\n return null;\n }}\n </ModalConsumer>\n ) : null}\n </View>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
2
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
3
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
4
|
+
import BaseDatasetProps from '@wavemaker-ai/app-rn-runtime/components/input/basedataset/basedataset.props';
|
|
5
|
+
export default class WmSelectProps extends BaseDatasetProps {
|
|
6
|
+
constructor(...args) {
|
|
7
|
+
super(...args);
|
|
8
|
+
_defineProperty(this, "placeholder", null);
|
|
9
|
+
_defineProperty(this, "displayValue", null);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=select.props.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["BaseDatasetProps","WmSelectProps","constructor","args","_defineProperty"],"sources":["select.props.ts"],"sourcesContent":["import BaseDatasetProps from '@wavemaker-ai/app-rn-runtime/components/input/basedataset/basedataset.props';\n\nexport default class WmSelectProps extends BaseDatasetProps {\n placeholder: string = null as any;\n displayValue = null as any;\n}\n"],"mappings":";;;AAAA,OAAOA,gBAAgB,MAAM,6EAA6E;AAE1G,eAAe,MAAMC,aAAa,SAASD,gBAAgB,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,sBACpC,IAAI;IAAAA,eAAA,uBACX,IAAI;EAAA;AACrB","ignoreList":[]}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import BASE_THEME from '@wavemaker-ai/app-rn-runtime/styles/theme';
|
|
2
|
+
import { defineStyles } from '@wavemaker-ai/app-rn-runtime/core/base.component';
|
|
3
|
+
import { Platform } from 'react-native';
|
|
4
|
+
export const DEFAULT_CLASS = 'app-select';
|
|
5
|
+
BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
6
|
+
const defaultStyles = defineStyles({
|
|
7
|
+
root: {
|
|
8
|
+
flexDirection: 'row',
|
|
9
|
+
padding: 12,
|
|
10
|
+
borderWidth: 1,
|
|
11
|
+
borderStyle: 'solid',
|
|
12
|
+
borderColor: themeVariables.inputBorderColor,
|
|
13
|
+
backgroundColor: themeVariables.inputBackgroundColor,
|
|
14
|
+
borderRadius: 6,
|
|
15
|
+
minWidth: 160,
|
|
16
|
+
alignItems: 'center'
|
|
17
|
+
},
|
|
18
|
+
invalid: {
|
|
19
|
+
borderBottomColor: themeVariables.inputInvalidBorderColor
|
|
20
|
+
},
|
|
21
|
+
text: {
|
|
22
|
+
fontSize: 16,
|
|
23
|
+
fontFamily: themeVariables.baseFont,
|
|
24
|
+
flex: 1,
|
|
25
|
+
color: themeVariables.inputTextColor
|
|
26
|
+
},
|
|
27
|
+
checkIcon: {
|
|
28
|
+
text: {
|
|
29
|
+
fontSize: 24,
|
|
30
|
+
color: themeVariables.primaryColor
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
disabledText: {
|
|
34
|
+
backgroundColor: themeVariables.inputDisabledBgColor
|
|
35
|
+
},
|
|
36
|
+
modal: {
|
|
37
|
+
backgroundColor: 'rgba(0, 0, 0, 0.3)',
|
|
38
|
+
height: '100%'
|
|
39
|
+
},
|
|
40
|
+
modalContent: {
|
|
41
|
+
backgroundColor: themeVariables.inputBackgroundColor,
|
|
42
|
+
borderRadius: 6,
|
|
43
|
+
position: 'absolute',
|
|
44
|
+
borderWidth: 1,
|
|
45
|
+
borderStyle: 'solid',
|
|
46
|
+
borderColor: themeVariables.inputBorderColor,
|
|
47
|
+
width: '90%'
|
|
48
|
+
},
|
|
49
|
+
selectItem: {
|
|
50
|
+
width: '100%',
|
|
51
|
+
paddingHorizontal: 16,
|
|
52
|
+
paddingVertical: 8,
|
|
53
|
+
borderBottomWidth: 1,
|
|
54
|
+
borderBottomStyle: 'solid',
|
|
55
|
+
borderBottomColor: themeVariables.selecttemBorderColor,
|
|
56
|
+
flexDirection: 'row',
|
|
57
|
+
alignItems: 'center'
|
|
58
|
+
},
|
|
59
|
+
lastSelectItem: {
|
|
60
|
+
borderBottomWidth: 0
|
|
61
|
+
},
|
|
62
|
+
selectItemText: {
|
|
63
|
+
fontSize: 16,
|
|
64
|
+
fontFamily: themeVariables.baseFont,
|
|
65
|
+
color: themeVariables.selectItemTextColor,
|
|
66
|
+
flex: 1
|
|
67
|
+
},
|
|
68
|
+
selectedItem: {},
|
|
69
|
+
selectedItemText: {},
|
|
70
|
+
placeholderText: {
|
|
71
|
+
color: themeVariables.inputPlaceholderColor
|
|
72
|
+
},
|
|
73
|
+
dropDownContent: {},
|
|
74
|
+
arrowButton: {
|
|
75
|
+
root: {
|
|
76
|
+
borderRadius: 0,
|
|
77
|
+
paddingTop: 6,
|
|
78
|
+
paddingBottom: 6,
|
|
79
|
+
paddingLeft: 6,
|
|
80
|
+
paddingRight: 0,
|
|
81
|
+
minHeight: 0,
|
|
82
|
+
alignItems: 'center',
|
|
83
|
+
alignSelf: 'center',
|
|
84
|
+
justifyContent: 'center',
|
|
85
|
+
backgroundColor: 'transparent'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
skeleton: {
|
|
89
|
+
root: {
|
|
90
|
+
minWidth: 0,
|
|
91
|
+
width: 120,
|
|
92
|
+
height: 16,
|
|
93
|
+
borderRadius: 4,
|
|
94
|
+
marginRight: 8,
|
|
95
|
+
padding: 0
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
dropdown: {
|
|
99
|
+
backgroundColor: themeVariables.popoverBackgroundColor,
|
|
100
|
+
maxHeight: 240,
|
|
101
|
+
borderRadius: 6
|
|
102
|
+
},
|
|
103
|
+
arrowButtonSkeleton: {
|
|
104
|
+
root: {
|
|
105
|
+
width: 24,
|
|
106
|
+
height: 24,
|
|
107
|
+
borderRadius: 12
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
textSkeleton: {
|
|
111
|
+
root: {
|
|
112
|
+
width: 100,
|
|
113
|
+
height: 16,
|
|
114
|
+
borderRadius: 8
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
addStyle(DEFAULT_CLASS, '', defaultStyles);
|
|
119
|
+
|
|
120
|
+
// Add horizontal form input styles for horizontal form field layouts - positioned early to avoid overriding more specific styles
|
|
121
|
+
addStyle('form-select-input-horizontal', '', {
|
|
122
|
+
root: {
|
|
123
|
+
flex: 1,
|
|
124
|
+
minWidth: 0,
|
|
125
|
+
maxWidth: '100%'
|
|
126
|
+
},
|
|
127
|
+
text: {}
|
|
128
|
+
});
|
|
129
|
+
addStyle(DEFAULT_CLASS + '-disabled', '', {
|
|
130
|
+
root: {
|
|
131
|
+
backgroundColor: themeVariables.inputDisabledBgColor
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
addStyle('select-dropdown', '', {
|
|
135
|
+
modal: {
|
|
136
|
+
backgroundColor: 'transparent'
|
|
137
|
+
},
|
|
138
|
+
dropdown: {
|
|
139
|
+
backgroundColor: themeVariables.transparent
|
|
140
|
+
},
|
|
141
|
+
modalContent: {
|
|
142
|
+
borderRadius: 6,
|
|
143
|
+
boxShadow: `4px 4px 8px rgba(0, 0, 0, 0.27)`
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS == "web" ? {
|
|
147
|
+
text: {
|
|
148
|
+
textAlign: 'right'
|
|
149
|
+
},
|
|
150
|
+
selectItemText: {
|
|
151
|
+
textAlign: 'right'
|
|
152
|
+
}
|
|
153
|
+
} : {
|
|
154
|
+
text: {
|
|
155
|
+
textAlign: 'left'
|
|
156
|
+
},
|
|
157
|
+
selectItemText: {
|
|
158
|
+
textAlign: 'left'
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
addStyle('form-widget-selectform-select-input-horizontal', '', {
|
|
162
|
+
rootWrapper: {
|
|
163
|
+
width: '70%'
|
|
164
|
+
},
|
|
165
|
+
root: {
|
|
166
|
+
width: '100%'
|
|
167
|
+
},
|
|
168
|
+
text: {},
|
|
169
|
+
searchInputWrapper: {
|
|
170
|
+
flexDirection: 'row',
|
|
171
|
+
alignItems: 'center',
|
|
172
|
+
justifyContent: 'center',
|
|
173
|
+
flex: undefined,
|
|
174
|
+
display: 'flex'
|
|
175
|
+
}
|
|
176
|
+
});
|
|
177
|
+
});
|
|
178
|
+
//# sourceMappingURL=select.styles.js.map
|