@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":["Color","ColorMixSpace","HueInterpolationMethod","ColorMix","valueOf","expression","colorInterpolationMethod","colorPercent1","colorPercent2","parse","p1","percent","p2","sum","color","mix","space","hue","hueInterpolationMethod","to","toString","format","parseColorInterpolationMethod","splits","split","parseColorPercent","colorCode","indexOf","map","s","trim","parseFloat","replace","_ColorMix","_defineProperty","startsWith","substring","length","INSTANCE"],"sources":["color-mix.ts"],"sourcesContent":["import Color from \"colorjs.io\";\n\nconst ColorMixSpace = [\n //rectangular\n \"srgb\", \"srgb-linear\", \"display-p3\" , \"a98-rgb\" , \"prophoto-rgb\" , \"rec2020\" ,\n \"lab\" , \"oklab\" , \"xyz\" , \"xyz-d50\" , \"xyz-d65\" ,\n //triangle\n \"hsl\" , \"hwb\" , \"lch\" , \"oklch\"\n];\n\nconst HueInterpolationMethod = [\n \"shorter\", \"longer\", \"increasing\", \"decreasing\"\n];\n\ninterface ColorInterpolationMethod {\n space: string,\n hueInterpolationMethod: string \n}\n\ninterface ColorPercent {\n color: string;\n percent: number;\n}\n\nclass ColorMix {\n static INSTANCE = new ColorMix();\n \n valueOf(expression: string) {\n const {\n colorInterpolationMethod, \n colorPercent1,\n colorPercent2\n } = this.parse(expression);\n let p1 = colorPercent1.percent;\n let p2 = colorPercent2.percent;\n if (p1 && !p2) {\n p2 = 100 - p1;\n } else if (!p1 && p2) {\n p1 = 100 - p2;\n } else if (p1 + p2 > 100) {\n const sum = p1 + p2;\n p1 = p1 / sum * 100;\n p2 = p2 / sum * 100;\n }\n p1 = p1/ 100;\n p2 = p2/ 100;\n \n return new Color(colorPercent1.color).mix(colorPercent2.color, p2, {\n space: colorInterpolationMethod.space,\n hue: colorInterpolationMethod.hueInterpolationMethod as any\n }).to(\"srgb\").toString({format: \"hex\"});\n }\n\n parseColorInterpolationMethod(expression: string): ColorInterpolationMethod {\n const splits = (expression.split(' ')) as string[];\n return {\n space: splits[1],\n hueInterpolationMethod: splits[2] || 'shorter'\n }\n }\n\n parseColorPercent(expression: string): ColorPercent {\n let colorCode = '';\n let percent = 0;\n if (expression.indexOf(')') > 0) {\n const splits = expression.split(')').map(s => s.trim());\n colorCode = splits[0] + ')';\n percent = splits[1] ? parseFloat((splits[1].replace('%', ''))) : 0;\n } else {\n const splits = (expression.split(' ')) as string[];\n colorCode = splits[0];\n percent = splits[1] ? parseFloat((splits[1].replace('%', ''))) : 0;\n }\n return {\n color: colorCode,\n percent: percent\n }\n }\n\n parse(expression: string): {\n colorInterpolationMethod : ColorInterpolationMethod,\n colorPercent1: ColorPercent,\n colorPercent2: ColorPercent\n } {\n const splits = expression.split(',').map(s => s.trim());\n return {\n colorInterpolationMethod: this.parseColorInterpolationMethod(splits[0]),\n colorPercent1: this.parseColorPercent(splits[1]),\n colorPercent2: this.parseColorPercent(splits[2])\n } as any;\n }\n\n}\n\nexport default {\n \"valueOf\" : (expression: string) => {\n if (expression.startsWith(\"color-mix\")) {\n expression = expression.substring(\"color-mix(\".length, expression.length - 1);\n }\n return ColorMix.INSTANCE.valueOf(expression);\n }\n};"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
import { isNumber, isString } from 'lodash-es';
|
|
2
|
+
import * as Font from 'expo-font';
|
|
3
|
+
const isColor = c => true;
|
|
4
|
+
const isStringOrNumber = v => isNumber(v) || isString(v);
|
|
5
|
+
const isIn = (...arr) => {
|
|
6
|
+
const obj = {};
|
|
7
|
+
arr.forEach(v => {
|
|
8
|
+
obj[v] = true;
|
|
9
|
+
});
|
|
10
|
+
return k => obj[k] === true;
|
|
11
|
+
};
|
|
12
|
+
const STYLE_PROP_TYPE_INFO = {
|
|
13
|
+
alignContent: {
|
|
14
|
+
isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'space-between', 'space-around'),
|
|
15
|
+
ref: 'https://reactnative.dev/docs/layout-props#aligncontent'
|
|
16
|
+
},
|
|
17
|
+
alignItems: {
|
|
18
|
+
isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'baseline'),
|
|
19
|
+
ref: 'https://reactnative.dev/docs/layout-props#alignitems'
|
|
20
|
+
},
|
|
21
|
+
alignSelf: {
|
|
22
|
+
isValid: isIn('auto', 'flex-start', 'flex-end', 'center', 'stretch', 'baseline'),
|
|
23
|
+
ref: 'https://reactnative.dev/docs/layout-props#alignself'
|
|
24
|
+
},
|
|
25
|
+
aspectRatio: {
|
|
26
|
+
isValid: isStringOrNumber,
|
|
27
|
+
ref: 'https://reactnative.dev/docs/layout-props#aspectratio'
|
|
28
|
+
},
|
|
29
|
+
backfaceVisibility: {
|
|
30
|
+
isValid: isIn('visible', 'hidden'),
|
|
31
|
+
ref: 'https://reactnative.dev/docs/image-style-props#backfacevisibility'
|
|
32
|
+
},
|
|
33
|
+
backgroundColor: {
|
|
34
|
+
isValid: isColor,
|
|
35
|
+
ref: 'https://reactnative.dev/docs/image-style-props#backgroundcolor'
|
|
36
|
+
},
|
|
37
|
+
backgroundImage: {
|
|
38
|
+
isValid: isString,
|
|
39
|
+
ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
|
|
40
|
+
},
|
|
41
|
+
borderBottomColor: {
|
|
42
|
+
isValid: isColor,
|
|
43
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderbottomcolor'
|
|
44
|
+
},
|
|
45
|
+
borderBottomEndRadius: {
|
|
46
|
+
isValid: isNumber,
|
|
47
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderbottomendradius'
|
|
48
|
+
},
|
|
49
|
+
borderBottomLeftRadius: {
|
|
50
|
+
isValid: isNumber,
|
|
51
|
+
ref: 'https://reactnative.dev/docs/image-style-props#borderbottomleftradius'
|
|
52
|
+
},
|
|
53
|
+
backgroundPosition: {
|
|
54
|
+
isValid: isStringOrNumber,
|
|
55
|
+
ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
|
|
56
|
+
},
|
|
57
|
+
backgroundRepeat: {
|
|
58
|
+
isValid: isIn('repeat', 'repeat-x', 'repeat-y', 'no-repeat'),
|
|
59
|
+
ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
|
|
60
|
+
},
|
|
61
|
+
backgroundSize: {
|
|
62
|
+
isValid: isStringOrNumber,
|
|
63
|
+
ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
|
|
64
|
+
},
|
|
65
|
+
borderBottomRightRadius: {
|
|
66
|
+
isValid: isNumber,
|
|
67
|
+
ref: 'https://reactnative.dev/docs/image-style-props#borderbottomrightradius'
|
|
68
|
+
},
|
|
69
|
+
borderBottomStartRadius: {
|
|
70
|
+
isValid: isNumber,
|
|
71
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderbottomstartradius'
|
|
72
|
+
},
|
|
73
|
+
borderBottomWidth: {
|
|
74
|
+
isValid: isNumber,
|
|
75
|
+
ref: 'https://reactnative.dev/docs/layout-props#borderbottomwidth'
|
|
76
|
+
},
|
|
77
|
+
borderColor: {
|
|
78
|
+
isValid: isColor,
|
|
79
|
+
ref: 'https://reactnative.dev/docs/image-style-props#bordercolor'
|
|
80
|
+
},
|
|
81
|
+
borderCurve: {
|
|
82
|
+
isValid: isIn('circular', 'continuous'),
|
|
83
|
+
ref: 'https://reactnative.dev/docs/view-style-props#bordercurve-ios'
|
|
84
|
+
},
|
|
85
|
+
borderEndColor: {
|
|
86
|
+
isValid: isColor,
|
|
87
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderendcolor'
|
|
88
|
+
},
|
|
89
|
+
borderEndWidth: {
|
|
90
|
+
isValid: isNumber,
|
|
91
|
+
ref: 'https://reactnative.dev/docs/layout-props#borderendwidth'
|
|
92
|
+
},
|
|
93
|
+
borderLeftColor: {
|
|
94
|
+
isValid: isColor,
|
|
95
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderleftcolor'
|
|
96
|
+
},
|
|
97
|
+
borderLeftWidth: {
|
|
98
|
+
isValid: isNumber,
|
|
99
|
+
ref: 'https://reactnative.dev/docs/layout-props#borderleftwidth'
|
|
100
|
+
},
|
|
101
|
+
borderRadius: {
|
|
102
|
+
isValid: isNumber,
|
|
103
|
+
ref: 'https://reactnative.dev/docs/image-style-props#borderradius'
|
|
104
|
+
},
|
|
105
|
+
borderRightColor: {
|
|
106
|
+
isValid: isColor,
|
|
107
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderrightcolor'
|
|
108
|
+
},
|
|
109
|
+
borderRightWidth: {
|
|
110
|
+
isValid: isNumber,
|
|
111
|
+
ref: 'https://reactnative.dev/docs/layout-props#borderrightwidth'
|
|
112
|
+
},
|
|
113
|
+
borderStartColor: {
|
|
114
|
+
isValid: isColor,
|
|
115
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderstartcolor'
|
|
116
|
+
},
|
|
117
|
+
borderStartWidth: {
|
|
118
|
+
isValid: isNumber,
|
|
119
|
+
ref: 'https://reactnative.dev/docs/layout-props#borderstartwidth'
|
|
120
|
+
},
|
|
121
|
+
borderStyle: {
|
|
122
|
+
isValid: isIn('solid', 'dotted', 'dashed'),
|
|
123
|
+
ref: 'https://reactnative.dev/docs/view-style-props#borderstyle'
|
|
124
|
+
},
|
|
125
|
+
borderTopEndRadius: {
|
|
126
|
+
isValid: isColor,
|
|
127
|
+
ref: 'https://reactnative.dev/docs/view-style-props#bordertopendradius'
|
|
128
|
+
},
|
|
129
|
+
borderTopLeftRadius: {
|
|
130
|
+
isValid: isNumber,
|
|
131
|
+
ref: 'https://reactnative.dev/docs/image-style-props#bordertopleftradius'
|
|
132
|
+
},
|
|
133
|
+
borderTopRightRadius: {
|
|
134
|
+
isValid: isNumber,
|
|
135
|
+
ref: 'https://reactnative.dev/docs/image-style-props#bordertoprightradius'
|
|
136
|
+
},
|
|
137
|
+
borderTopStartRadius: {
|
|
138
|
+
isValid: isNumber,
|
|
139
|
+
ref: 'https://reactnative.dev/docs/view-style-props#bordertopstartradius'
|
|
140
|
+
},
|
|
141
|
+
borderTopColor: {
|
|
142
|
+
isValid: isColor,
|
|
143
|
+
ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'
|
|
144
|
+
},
|
|
145
|
+
borderTopWidth: {
|
|
146
|
+
isValid: isNumber,
|
|
147
|
+
ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'
|
|
148
|
+
},
|
|
149
|
+
borderWidth: {
|
|
150
|
+
isValid: isNumber,
|
|
151
|
+
ref: 'https://reactnative.dev/docs/image-style-props#borderwidth'
|
|
152
|
+
},
|
|
153
|
+
bottom: {
|
|
154
|
+
isValid: isStringOrNumber,
|
|
155
|
+
ref: 'https://reactnative.dev/docs/layout-props#bottom'
|
|
156
|
+
},
|
|
157
|
+
color: {
|
|
158
|
+
isValid: isColor,
|
|
159
|
+
ref: 'https://reactnative.dev/docs/text-style-props#color'
|
|
160
|
+
},
|
|
161
|
+
columnGap: {
|
|
162
|
+
isValid: isNumber,
|
|
163
|
+
ref: 'https://reactnative.dev/docs/layout-props#columngap'
|
|
164
|
+
},
|
|
165
|
+
direction: {
|
|
166
|
+
isValid: isIn('inherit', 'LTR', 'RTL'),
|
|
167
|
+
ref: 'https://reactnative.dev/docs/layout-props#direction'
|
|
168
|
+
},
|
|
169
|
+
display: {
|
|
170
|
+
isValid: isIn('none', 'flex'),
|
|
171
|
+
ref: 'https://reactnative.dev/docs/layout-props#display'
|
|
172
|
+
},
|
|
173
|
+
elevation: {
|
|
174
|
+
isValid: isNumber,
|
|
175
|
+
ref: 'https://reactnative.dev/docs/view-style-props#elevation-android'
|
|
176
|
+
},
|
|
177
|
+
end: {
|
|
178
|
+
isValid: isStringOrNumber,
|
|
179
|
+
ref: 'https://reactnative.dev/docs/layout-props#end'
|
|
180
|
+
},
|
|
181
|
+
flex: {
|
|
182
|
+
isValid: isNumber,
|
|
183
|
+
ref: 'https://reactnative.dev/docs/layout-props#flex'
|
|
184
|
+
},
|
|
185
|
+
flexBasis: {
|
|
186
|
+
isValid: isStringOrNumber,
|
|
187
|
+
ref: 'https://reactnative.dev/docs/layout-props#flexbasis'
|
|
188
|
+
},
|
|
189
|
+
flexDirection: {
|
|
190
|
+
isValid: isIn('column', 'row', 'column-reverse', 'row-reverse'),
|
|
191
|
+
ref: 'https://reactnative.dev/docs/layout-props#flexdirection'
|
|
192
|
+
},
|
|
193
|
+
flexGrow: {
|
|
194
|
+
isValid: isNumber,
|
|
195
|
+
ref: 'https://reactnative.dev/docs/layout-props#flexgrow'
|
|
196
|
+
},
|
|
197
|
+
flexShrink: {
|
|
198
|
+
isValid: isNumber,
|
|
199
|
+
ref: 'https://reactnative.dev/docs/layout-props#flexshrink'
|
|
200
|
+
},
|
|
201
|
+
flexWrap: {
|
|
202
|
+
isValid: isIn('wrap', 'nowrap', 'wrap-reverse'),
|
|
203
|
+
ref: 'https://reactnative.dev/docs/layout-props#flexwrap'
|
|
204
|
+
},
|
|
205
|
+
fontFamily: {
|
|
206
|
+
isValid: v => Font.isLoaded(v),
|
|
207
|
+
errorMsg: v => `Font '${v}' is not loaded. Font family names are case-sensitive. Please add font either in theme or app.`,
|
|
208
|
+
ref: 'https://reactnative.dev/docs/text-style-props#fontfamily'
|
|
209
|
+
},
|
|
210
|
+
fontSize: {
|
|
211
|
+
isValid: isNumber,
|
|
212
|
+
ref: 'https://reactnative.dev/docs/text-style-props#fontsize'
|
|
213
|
+
},
|
|
214
|
+
fontStyle: {
|
|
215
|
+
isValid: isIn('normal', 'italic'),
|
|
216
|
+
ref: 'https://reactnative.dev/docs/text-style-props#fontstyle'
|
|
217
|
+
},
|
|
218
|
+
fontVariant: {
|
|
219
|
+
isValid: v => isIn('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') || isString(v),
|
|
220
|
+
ref: 'https://reactnative.dev/docs/text-style-props#fontvariant'
|
|
221
|
+
},
|
|
222
|
+
fontWeight: {
|
|
223
|
+
isValid: v => isIn('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') || isNumber(v),
|
|
224
|
+
ref: 'https://reactnative.dev/docs/text-style-props#fontweight'
|
|
225
|
+
},
|
|
226
|
+
gap: {
|
|
227
|
+
isValid: isNumber,
|
|
228
|
+
ref: 'https://reactnative.dev/docs/layout-props#gap'
|
|
229
|
+
},
|
|
230
|
+
height: {
|
|
231
|
+
isValid: isStringOrNumber,
|
|
232
|
+
ref: 'https://reactnative.dev/docs/layout-props#height'
|
|
233
|
+
},
|
|
234
|
+
justifyContent: {
|
|
235
|
+
isValid: isIn('flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly'),
|
|
236
|
+
ref: 'https://reactnative.dev/docs/layout-props#justifycontent'
|
|
237
|
+
},
|
|
238
|
+
left: {
|
|
239
|
+
isValid: isStringOrNumber,
|
|
240
|
+
ref: 'https://reactnative.dev/docs/layout-props#left'
|
|
241
|
+
},
|
|
242
|
+
letterSpacing: {
|
|
243
|
+
isValid: isNumber,
|
|
244
|
+
ref: 'https://reactnative.dev/docs/text-style-props#letterspacing'
|
|
245
|
+
},
|
|
246
|
+
lineHeight: {
|
|
247
|
+
isValid: isNumber,
|
|
248
|
+
ref: 'https://reactnative.dev/docs/text-style-props#lineheight'
|
|
249
|
+
},
|
|
250
|
+
margin: {
|
|
251
|
+
isValid: isStringOrNumber,
|
|
252
|
+
ref: 'https://reactnative.dev/docs/layout-props#margin'
|
|
253
|
+
},
|
|
254
|
+
marginBottom: {
|
|
255
|
+
isValid: isStringOrNumber,
|
|
256
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginbottom'
|
|
257
|
+
},
|
|
258
|
+
marginEnd: {
|
|
259
|
+
isValid: isStringOrNumber,
|
|
260
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginend'
|
|
261
|
+
},
|
|
262
|
+
marginHorizontal: {
|
|
263
|
+
isValid: isStringOrNumber,
|
|
264
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginhorizontal'
|
|
265
|
+
},
|
|
266
|
+
marginLeft: {
|
|
267
|
+
isValid: isStringOrNumber,
|
|
268
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginleft'
|
|
269
|
+
},
|
|
270
|
+
marginRight: {
|
|
271
|
+
isValid: isStringOrNumber,
|
|
272
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginright'
|
|
273
|
+
},
|
|
274
|
+
marginStart: {
|
|
275
|
+
isValid: isStringOrNumber,
|
|
276
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginstart'
|
|
277
|
+
},
|
|
278
|
+
marginTop: {
|
|
279
|
+
isValid: isStringOrNumber,
|
|
280
|
+
ref: 'https://reactnative.dev/docs/layout-props#margintop'
|
|
281
|
+
},
|
|
282
|
+
marginVertical: {
|
|
283
|
+
isValid: isStringOrNumber,
|
|
284
|
+
ref: 'https://reactnative.dev/docs/layout-props#marginvertical'
|
|
285
|
+
},
|
|
286
|
+
maxHeight: {
|
|
287
|
+
isValid: isStringOrNumber,
|
|
288
|
+
ref: 'https://reactnative.dev/docs/layout-props#maxheight'
|
|
289
|
+
},
|
|
290
|
+
maxWidth: {
|
|
291
|
+
isValid: isStringOrNumber,
|
|
292
|
+
ref: 'https://reactnative.dev/docs/layout-props#maxwidth'
|
|
293
|
+
},
|
|
294
|
+
minHeight: {
|
|
295
|
+
isValid: isStringOrNumber,
|
|
296
|
+
ref: 'https://reactnative.dev/docs/layout-props#minheight'
|
|
297
|
+
},
|
|
298
|
+
minWidth: {
|
|
299
|
+
isValid: isStringOrNumber,
|
|
300
|
+
ref: 'https://reactnative.dev/docs/layout-props#minwidth'
|
|
301
|
+
},
|
|
302
|
+
opacity: {
|
|
303
|
+
isValid: isNumber,
|
|
304
|
+
ref: 'https://reactnative.dev/docs/image-style-props#opacity'
|
|
305
|
+
},
|
|
306
|
+
overflow: {
|
|
307
|
+
isValid: isIn('visible', 'hidden', 'scroll'),
|
|
308
|
+
ref: 'https://reactnative.dev/docs/image-style-props#overflow'
|
|
309
|
+
},
|
|
310
|
+
overlayColor: {
|
|
311
|
+
isValid: isColor,
|
|
312
|
+
ref: 'https://reactnative.dev/docs/image-style-props#overlaycolor-android'
|
|
313
|
+
},
|
|
314
|
+
padding: {
|
|
315
|
+
isValid: isStringOrNumber,
|
|
316
|
+
ref: 'https://reactnative.dev/docs/layout-props#padding'
|
|
317
|
+
},
|
|
318
|
+
paddingBottom: {
|
|
319
|
+
isValid: isStringOrNumber,
|
|
320
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingbottom'
|
|
321
|
+
},
|
|
322
|
+
paddingEnd: {
|
|
323
|
+
isValid: isStringOrNumber,
|
|
324
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingend'
|
|
325
|
+
},
|
|
326
|
+
paddingHorizontal: {
|
|
327
|
+
isValid: isStringOrNumber,
|
|
328
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddinghorizontal'
|
|
329
|
+
},
|
|
330
|
+
paddingLeft: {
|
|
331
|
+
isValid: isStringOrNumber,
|
|
332
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingleft'
|
|
333
|
+
},
|
|
334
|
+
paddingRight: {
|
|
335
|
+
isValid: isStringOrNumber,
|
|
336
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingright'
|
|
337
|
+
},
|
|
338
|
+
paddingStart: {
|
|
339
|
+
isValid: isStringOrNumber,
|
|
340
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingstart'
|
|
341
|
+
},
|
|
342
|
+
paddingTop: {
|
|
343
|
+
isValid: isStringOrNumber,
|
|
344
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingtop'
|
|
345
|
+
},
|
|
346
|
+
paddingVertical: {
|
|
347
|
+
isValid: isStringOrNumber,
|
|
348
|
+
ref: 'https://reactnative.dev/docs/layout-props#paddingvertical'
|
|
349
|
+
},
|
|
350
|
+
pointerEvents: {
|
|
351
|
+
isValid: isIn('auto', 'box-none', 'box-only', 'none'),
|
|
352
|
+
ref: 'https://reactnative.dev/docs/view-style-props#pointerevents'
|
|
353
|
+
},
|
|
354
|
+
position: {
|
|
355
|
+
isValid: isIn('absolute', 'relative', 'fixed'),
|
|
356
|
+
ref: 'https://reactnative.dev/docs/layout-props#position'
|
|
357
|
+
},
|
|
358
|
+
resizeMode: {
|
|
359
|
+
isValid: isIn('cover', 'contain', 'stretch', 'repeat', 'center'),
|
|
360
|
+
ref: 'https://reactnative.dev/docs/image-style-props#resizemode'
|
|
361
|
+
},
|
|
362
|
+
right: {
|
|
363
|
+
isValid: isStringOrNumber,
|
|
364
|
+
ref: 'https://reactnative.dev/docs/layout-props#right'
|
|
365
|
+
},
|
|
366
|
+
rowGap: {
|
|
367
|
+
isValid: isNumber,
|
|
368
|
+
ref: 'https://reactnative.dev/docs/layout-props#rowgap'
|
|
369
|
+
},
|
|
370
|
+
shadowColor: {
|
|
371
|
+
isValid: isColor,
|
|
372
|
+
ref: 'https://reactnative.dev/docs/shadow-props#shadowcolor'
|
|
373
|
+
},
|
|
374
|
+
shadowOpacity: {
|
|
375
|
+
isValid: isNumber,
|
|
376
|
+
ref: 'https://reactnative.dev/docs/shadow-props#shadowopacity-ios'
|
|
377
|
+
},
|
|
378
|
+
shadowRadius: {
|
|
379
|
+
isValid: isNumber,
|
|
380
|
+
ref: 'https://reactnative.dev/docs/shadow-props#shadowradius-ios'
|
|
381
|
+
},
|
|
382
|
+
start: {
|
|
383
|
+
isValid: isStringOrNumber,
|
|
384
|
+
ref: 'https://reactnative.dev/docs/layout-props#start'
|
|
385
|
+
},
|
|
386
|
+
textAlign: {
|
|
387
|
+
isValid: isIn('auto', 'left', 'right', 'center', 'justify'),
|
|
388
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textalign'
|
|
389
|
+
},
|
|
390
|
+
textAlignVertical: {
|
|
391
|
+
isValid: isIn('auto', 'top', 'bottom', 'center'),
|
|
392
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textalignvertical-android'
|
|
393
|
+
},
|
|
394
|
+
textDecorationColor: {
|
|
395
|
+
isValid: isColor,
|
|
396
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textdecorationcolor-ios'
|
|
397
|
+
},
|
|
398
|
+
textDecorationLine: {
|
|
399
|
+
isValid: isIn('none', 'underline', 'line-through', 'underline line-through'),
|
|
400
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textdecorationline'
|
|
401
|
+
},
|
|
402
|
+
textDecorationStyle: {
|
|
403
|
+
isValid: isIn('solid', 'double', 'dotted', 'dashed'),
|
|
404
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textdecorationstyle-ios'
|
|
405
|
+
},
|
|
406
|
+
textShadowColor: {
|
|
407
|
+
isValid: isColor,
|
|
408
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textshadowcolor'
|
|
409
|
+
},
|
|
410
|
+
textShadowRadius: {
|
|
411
|
+
isValid: isNumber,
|
|
412
|
+
ref: 'https://reactnative.dev/docs/text-style-props#textshadowoffset'
|
|
413
|
+
},
|
|
414
|
+
textTransform: {
|
|
415
|
+
isValid: isIn('none', 'uppercase', 'lowercase', 'capitalize'),
|
|
416
|
+
ref: 'https://reactnative.dev/docs/text-style-props#texttransform'
|
|
417
|
+
},
|
|
418
|
+
tintColor: {
|
|
419
|
+
isValid: isColor,
|
|
420
|
+
ref: 'https://reactnative.dev/docs/image-style-props#tintcolor'
|
|
421
|
+
},
|
|
422
|
+
top: {
|
|
423
|
+
isValid: isStringOrNumber,
|
|
424
|
+
ref: 'https://reactnative.dev/docs/layout-props#top'
|
|
425
|
+
},
|
|
426
|
+
userSelect: {
|
|
427
|
+
isValid: isIn('text', 'none'),
|
|
428
|
+
ref: 'valid values to user-select are text, none.'
|
|
429
|
+
},
|
|
430
|
+
verticalAlign: {
|
|
431
|
+
isValid: isIn('auto', 'top', 'bottom', 'middle'),
|
|
432
|
+
ref: 'https://reactnative.dev/docs/text-style-props#verticalalign-android'
|
|
433
|
+
},
|
|
434
|
+
width: {
|
|
435
|
+
isValid: isStringOrNumber,
|
|
436
|
+
ref: 'https://reactnative.dev/docs/layout-props#width'
|
|
437
|
+
},
|
|
438
|
+
writingDirection: {
|
|
439
|
+
isValid: isIn('auto', 'ltr', 'rtl'),
|
|
440
|
+
ref: 'https://reactnative.dev/docs/text-style-props#writingdirection-ios'
|
|
441
|
+
},
|
|
442
|
+
zIndex: {
|
|
443
|
+
isValid: isNumber,
|
|
444
|
+
ref: 'https://reactnative.dev/docs/layout-props#zindex'
|
|
445
|
+
}
|
|
446
|
+
};
|
|
447
|
+
export const getStyleReference = name => {
|
|
448
|
+
const info = STYLE_PROP_TYPE_INFO[name];
|
|
449
|
+
return !info || info.ref;
|
|
450
|
+
};
|
|
451
|
+
export const isValidStyleProp = (name, value) => {
|
|
452
|
+
const info = STYLE_PROP_TYPE_INFO[name];
|
|
453
|
+
return (name === null || name === void 0 ? void 0 : name.trim().startsWith('__')) || info && info.isValid(value);
|
|
454
|
+
};
|
|
455
|
+
export const getErrorMessage = (name, value) => {
|
|
456
|
+
const info = STYLE_PROP_TYPE_INFO[name];
|
|
457
|
+
name = name.replace(/([A-Z])/g, g => `-${g[0].toLowerCase()}`);
|
|
458
|
+
if (info) {
|
|
459
|
+
if (info.errorMsg) {
|
|
460
|
+
return info.errorMsg(value);
|
|
461
|
+
} else {
|
|
462
|
+
return `'${value}' is not a valid value to '${name}'.`;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
return `'${name}' is not a supported style property in one or all Native Platforms.`;
|
|
466
|
+
};
|
|
467
|
+
//# sourceMappingURL=style-prop.validator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["isNumber","isString","Font","isColor","c","isStringOrNumber","v","isIn","arr","obj","forEach","k","STYLE_PROP_TYPE_INFO","alignContent","isValid","ref","alignItems","alignSelf","aspectRatio","backfaceVisibility","backgroundColor","backgroundImage","borderBottomColor","borderBottomEndRadius","borderBottomLeftRadius","backgroundPosition","backgroundRepeat","backgroundSize","borderBottomRightRadius","borderBottomStartRadius","borderBottomWidth","borderColor","borderCurve","borderEndColor","borderEndWidth","borderLeftColor","borderLeftWidth","borderRadius","borderRightColor","borderRightWidth","borderStartColor","borderStartWidth","borderStyle","borderTopEndRadius","borderTopLeftRadius","borderTopRightRadius","borderTopStartRadius","borderTopColor","borderTopWidth","borderWidth","bottom","color","columnGap","direction","display","elevation","end","flex","flexBasis","flexDirection","flexGrow","flexShrink","flexWrap","fontFamily","isLoaded","errorMsg","fontSize","fontStyle","fontVariant","fontWeight","gap","height","justifyContent","left","letterSpacing","lineHeight","margin","marginBottom","marginEnd","marginHorizontal","marginLeft","marginRight","marginStart","marginTop","marginVertical","maxHeight","maxWidth","minHeight","minWidth","opacity","overflow","overlayColor","padding","paddingBottom","paddingEnd","paddingHorizontal","paddingLeft","paddingRight","paddingStart","paddingTop","paddingVertical","pointerEvents","position","resizeMode","right","rowGap","shadowColor","shadowOpacity","shadowRadius","start","textAlign","textAlignVertical","textDecorationColor","textDecorationLine","textDecorationStyle","textShadowColor","textShadowRadius","textTransform","tintColor","top","userSelect","verticalAlign","width","writingDirection","zIndex","getStyleReference","name","info","isValidStyleProp","value","trim","startsWith","getErrorMessage","replace","g","toLowerCase"],"sources":["style-prop.validator.ts"],"sourcesContent":["import {isNumber, isNil, isString } from 'lodash-es';\nimport * as Font from 'expo-font';\n\nconst isColor = (c: string) => true;\nconst isStringOrNumber = (v: any) => isNumber(v) || isString(v);\nconst isIn = (...arr: any) => {\n const obj = {};\n arr.forEach((v: any) => {\n (obj as any)[v] = true;\n })\n return (k: any) => (obj as any)[k] === true ;\n};\n\nconst STYLE_PROP_TYPE_INFO = {\n alignContent: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'space-between', 'space-around'),\n ref: 'https://reactnative.dev/docs/layout-props#aligncontent'\n },\n alignItems: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'baseline'),\n ref: 'https://reactnative.dev/docs/layout-props#alignitems'\n },\n alignSelf: {\n isValid: isIn('auto', 'flex-start', 'flex-end', 'center', 'stretch', 'baseline'),\n ref: 'https://reactnative.dev/docs/layout-props#alignself'\n },\n aspectRatio: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#aspectratio'\n },\n backfaceVisibility: {\n isValid: isIn('visible', 'hidden'),\n ref: 'https://reactnative.dev/docs/image-style-props#backfacevisibility'\n },\n backgroundColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#backgroundcolor'\n },\n backgroundImage: {\n isValid: isString,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n borderBottomColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomcolor'\n },\n borderBottomEndRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomendradius'\n },\n borderBottomLeftRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderbottomleftradius'\n },\n backgroundPosition: {\n isValid: isStringOrNumber,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n backgroundRepeat: {\n isValid: isIn('repeat', 'repeat-x', 'repeat-y', 'no-repeat'),\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n backgroundSize: {\n isValid: isStringOrNumber,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n borderBottomRightRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderbottomrightradius'\n },\n borderBottomStartRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomstartradius'\n },\n borderBottomWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderbottomwidth'\n },\n borderColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#bordercolor'\n },\n borderCurve: {\n isValid: isIn('circular', 'continuous'),\n ref: 'https://reactnative.dev/docs/view-style-props#bordercurve-ios'\n },\n borderEndColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderendcolor'\n },\n borderEndWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderendwidth'\n },\n borderLeftColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderleftcolor'\n },\n borderLeftWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderleftwidth'\n },\n borderRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderradius'\n },\n borderRightColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderrightcolor'\n },\n borderRightWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderrightwidth'\n },\n borderStartColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderstartcolor'\n },\n borderStartWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderstartwidth'\n },\n borderStyle: {\n isValid: isIn('solid', 'dotted', 'dashed'),\n ref: 'https://reactnative.dev/docs/view-style-props#borderstyle'\n },\n borderTopEndRadius: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#bordertopendradius'\n },\n borderTopLeftRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#bordertopleftradius'\n },\n borderTopRightRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#bordertoprightradius'\n },\n borderTopStartRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#bordertopstartradius'\n },\n borderTopColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'\n },\n borderTopWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'\n },\n borderWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderwidth'\n },\n bottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#bottom'\n },\n color: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#color'\n },\n columnGap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#columngap'\n },\n direction: {\n isValid: isIn('inherit', 'LTR', 'RTL'),\n ref: 'https://reactnative.dev/docs/layout-props#direction'\n },\n display: {\n isValid: isIn('none', 'flex'),\n ref: 'https://reactnative.dev/docs/layout-props#display'\n },\n elevation: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#elevation-android'\n },\n end: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#end'\n },\n flex: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flex'\n },\n flexBasis: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexbasis'\n },\n flexDirection: {\n isValid: isIn('column', 'row', 'column-reverse', 'row-reverse'),\n ref: 'https://reactnative.dev/docs/layout-props#flexdirection'\n },\n flexGrow: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexgrow'\n },\n flexShrink: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexshrink'\n },\n flexWrap: {\n isValid: isIn('wrap', 'nowrap', 'wrap-reverse'),\n ref: 'https://reactnative.dev/docs/layout-props#flexwrap'\n },\n fontFamily: {\n isValid: (v: string) => Font.isLoaded(v),\n errorMsg: (v: string) => `Font '${v}' is not loaded. Font family names are case-sensitive. Please add font either in theme or app.`,\n ref: 'https://reactnative.dev/docs/text-style-props#fontfamily'\n },\n fontSize: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#fontsize'\n },\n fontStyle: {\n isValid: isIn('normal', 'italic'),\n ref: 'https://reactnative.dev/docs/text-style-props#fontstyle'\n },\n fontVariant: {\n isValid: (v: any) => isIn('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') || isString(v),\n ref: 'https://reactnative.dev/docs/text-style-props#fontvariant'\n },\n fontWeight: {\n isValid: (v: any) => isIn('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') || isNumber(v),\n ref: 'https://reactnative.dev/docs/text-style-props#fontweight'\n },\n gap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#gap'\n },\n height: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#height'\n },\n justifyContent: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly'),\n ref: 'https://reactnative.dev/docs/layout-props#justifycontent'\n },\n left: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#left'\n },\n letterSpacing: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#letterspacing'\n },\n lineHeight: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#lineheight'\n },\n margin: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#margin'\n },\n marginBottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginbottom'\n },\n marginEnd: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginend'\n },\n marginHorizontal: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginhorizontal'\n },\n marginLeft: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginleft'\n },\n marginRight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginright'\n },\n marginStart: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginstart'\n },\n marginTop: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#margintop'\n },\n marginVertical: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginvertical'\n },\n maxHeight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#maxheight'\n },\n maxWidth: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#maxwidth'\n },\n minHeight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#minheight'\n },\n minWidth: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#minwidth'\n },\n opacity: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#opacity'\n },\n overflow: {\n isValid: isIn('visible', 'hidden', 'scroll'),\n ref: 'https://reactnative.dev/docs/image-style-props#overflow'\n },\n overlayColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#overlaycolor-android'\n },\n padding: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#padding'\n },\n paddingBottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingbottom'\n },\n paddingEnd: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingend'\n },\n paddingHorizontal: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddinghorizontal'\n },\n paddingLeft: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingleft'\n },\n paddingRight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingright'\n },\n paddingStart: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingstart'\n },\n paddingTop: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingtop'\n },\n paddingVertical: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingvertical'\n },\n pointerEvents: {\n isValid: isIn('auto', 'box-none', 'box-only', 'none' ),\n ref: 'https://reactnative.dev/docs/view-style-props#pointerevents'\n },\n position: {\n isValid: isIn('absolute', 'relative', 'fixed'),\n ref: 'https://reactnative.dev/docs/layout-props#position'\n },\n resizeMode: {\n isValid: isIn('cover', 'contain', 'stretch', 'repeat', 'center'),\n ref: 'https://reactnative.dev/docs/image-style-props#resizemode'\n },\n right: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#right'\n },\n rowGap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#rowgap'\n },\n shadowColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowcolor'\n },\n shadowOpacity: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowopacity-ios'\n },\n shadowRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowradius-ios'\n },\n start: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#start'\n },\n textAlign: {\n isValid: isIn('auto', 'left', 'right', 'center', 'justify'),\n ref: 'https://reactnative.dev/docs/text-style-props#textalign'\n },\n textAlignVertical: {\n isValid: isIn('auto', 'top', 'bottom', 'center'),\n ref: 'https://reactnative.dev/docs/text-style-props#textalignvertical-android'\n },\n textDecorationColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationcolor-ios'\n },\n textDecorationLine: {\n isValid: isIn('none', 'underline', 'line-through', 'underline line-through'),\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationline'\n },\n textDecorationStyle: {\n isValid: isIn('solid', 'double', 'dotted', 'dashed'),\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationstyle-ios'\n },\n textShadowColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#textshadowcolor'\n },\n textShadowRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#textshadowoffset'\n },\n textTransform: {\n isValid: isIn('none', 'uppercase', 'lowercase', 'capitalize'),\n ref: 'https://reactnative.dev/docs/text-style-props#texttransform'\n },\n tintColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#tintcolor'\n },\n top: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#top'\n },\n userSelect: {\n isValid: isIn('text', 'none'),\n ref: 'valid values to user-select are text, none.'\n },\n verticalAlign: {\n isValid: isIn('auto', 'top', 'bottom', 'middle'),\n ref: 'https://reactnative.dev/docs/text-style-props#verticalalign-android'\n },\n width: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#width'\n },\n writingDirection: {\n isValid: isIn('auto', 'ltr', 'rtl'),\n ref: 'https://reactnative.dev/docs/text-style-props#writingdirection-ios'\n },\n zIndex: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#zindex'\n },\n};\n\nexport const getStyleReference = (name: string) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n return !info || info.ref;\n};\n\nexport const isValidStyleProp = (name: string, value: any) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n return name?.trim().startsWith('__') || (info && info.isValid(value));\n};\n\nexport const getErrorMessage = (name: string, value: any) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n name = name.replace(/([A-Z])/g, (g) => `-${g[0].toLowerCase()}`);\n if (info) {\n if (info.errorMsg) {\n return info.errorMsg(value);\n } else {\n return `'${value}' is not a valid value to '${name}'.`;\n }\n }\n return `'${name}' is not a supported style property in one or all Native Platforms.`\n};"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,105 @@
|
|
|
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
|
+
export class StyleProps {
|
|
5
|
+
constructor() {
|
|
6
|
+
_defineProperty(this, "backgroundimage", void 0);
|
|
7
|
+
_defineProperty(this, "backgroundsize", void 0);
|
|
8
|
+
_defineProperty(this, "backgroundrepeat", void 0);
|
|
9
|
+
_defineProperty(this, "backgroundresizemode", void 0);
|
|
10
|
+
_defineProperty(this, "backgroundposition", void 0);
|
|
11
|
+
_defineProperty(this, "backgroundcolor", void 0);
|
|
12
|
+
_defineProperty(this, "bordercolor", void 0);
|
|
13
|
+
_defineProperty(this, "borderradius", void 0);
|
|
14
|
+
_defineProperty(this, "borderstyle", void 0);
|
|
15
|
+
_defineProperty(this, "borderwidth", void 0);
|
|
16
|
+
_defineProperty(this, "borderbottomwidth", void 0);
|
|
17
|
+
_defineProperty(this, "borderleftwidth", void 0);
|
|
18
|
+
_defineProperty(this, "borderrightwidth", void 0);
|
|
19
|
+
_defineProperty(this, "bordertopwidth", void 0);
|
|
20
|
+
_defineProperty(this, "color", void 0);
|
|
21
|
+
_defineProperty(this, "display", void 0);
|
|
22
|
+
_defineProperty(this, "fontsize", void 0);
|
|
23
|
+
_defineProperty(this, "fontfamily", void 0);
|
|
24
|
+
_defineProperty(this, "fontstyle", void 0);
|
|
25
|
+
_defineProperty(this, "fontvariant", void 0);
|
|
26
|
+
_defineProperty(this, "fontweight", void 0);
|
|
27
|
+
_defineProperty(this, "height", void 0);
|
|
28
|
+
_defineProperty(this, "horizontalalign", void 0);
|
|
29
|
+
_defineProperty(this, "lineheight", void 0);
|
|
30
|
+
_defineProperty(this, "margin", void 0);
|
|
31
|
+
_defineProperty(this, "marginbottom", void 0);
|
|
32
|
+
_defineProperty(this, "marginleft", void 0);
|
|
33
|
+
_defineProperty(this, "marginright", void 0);
|
|
34
|
+
_defineProperty(this, "margintop", void 0);
|
|
35
|
+
_defineProperty(this, "opacity", void 0);
|
|
36
|
+
_defineProperty(this, "position", void 0);
|
|
37
|
+
_defineProperty(this, "overflow", void 0);
|
|
38
|
+
_defineProperty(this, "padding", void 0);
|
|
39
|
+
_defineProperty(this, "paddingbottom", void 0);
|
|
40
|
+
_defineProperty(this, "paddingleft", void 0);
|
|
41
|
+
_defineProperty(this, "paddingright", void 0);
|
|
42
|
+
_defineProperty(this, "paddingtop", void 0);
|
|
43
|
+
_defineProperty(this, "textalign", void 0);
|
|
44
|
+
_defineProperty(this, "textdecoration", void 0);
|
|
45
|
+
_defineProperty(this, "verticalalign", void 0);
|
|
46
|
+
_defineProperty(this, "width", void 0);
|
|
47
|
+
_defineProperty(this, "zindex", void 0);
|
|
48
|
+
_defineProperty(this, "positionvalue", void 0);
|
|
49
|
+
_defineProperty(this, "top", void 0);
|
|
50
|
+
// Use appropriate type (number, string, etc.)
|
|
51
|
+
_defineProperty(this, "bottom", void 0);
|
|
52
|
+
_defineProperty(this, "left", void 0);
|
|
53
|
+
_defineProperty(this, "right", void 0);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
const styleMapping = {
|
|
57
|
+
backgroundimage: 'backgroundImage',
|
|
58
|
+
backgroundsize: 'backgroundSize',
|
|
59
|
+
backgroundrepeat: 'backgroundRepeat',
|
|
60
|
+
backgroundresizemode: 'backgroundResizeMode',
|
|
61
|
+
backgroundposition: 'backgroundPosition',
|
|
62
|
+
backgroundcolor: 'backgroundColor',
|
|
63
|
+
bordercolor: 'borderColor',
|
|
64
|
+
borderradius: 'borderRadius',
|
|
65
|
+
borderstyle: 'borderStyle',
|
|
66
|
+
borderwidth: 'borderWidth',
|
|
67
|
+
borderbottomwidth: 'borderBottomWidth',
|
|
68
|
+
borderleftwidth: 'borderLeftWidth',
|
|
69
|
+
borderrightwidth: 'borderRightWidth',
|
|
70
|
+
bordertopwidth: 'borderTopWidth',
|
|
71
|
+
color: 'color',
|
|
72
|
+
display: 'display',
|
|
73
|
+
fontsize: 'fontSize',
|
|
74
|
+
fontfamily: 'fontFamily',
|
|
75
|
+
fontstyle: 'fontStyle',
|
|
76
|
+
fontvariant: 'fontVariant',
|
|
77
|
+
fontweight: 'fontWeight',
|
|
78
|
+
height: 'height',
|
|
79
|
+
//horizontalalign: any;
|
|
80
|
+
lineheight: 'lineHeight',
|
|
81
|
+
margin: 'margin',
|
|
82
|
+
marginbottom: 'marginBottom',
|
|
83
|
+
marginleft: 'marginLeft',
|
|
84
|
+
marginright: 'marginRight',
|
|
85
|
+
margintop: 'marginTop',
|
|
86
|
+
opacity: 'opacity',
|
|
87
|
+
position: 'position',
|
|
88
|
+
overflow: 'overflow',
|
|
89
|
+
padding: 'padding',
|
|
90
|
+
paddingbottom: 'paddingBottom',
|
|
91
|
+
paddingleft: 'paddingLeft',
|
|
92
|
+
paddingright: 'paddingRight',
|
|
93
|
+
paddingtop: 'paddingTop',
|
|
94
|
+
textalign: 'textAlign',
|
|
95
|
+
textdecoration: 'textDecoration',
|
|
96
|
+
verticalalign: 'verticalAlign',
|
|
97
|
+
width: 'width',
|
|
98
|
+
zindex: 'zindex',
|
|
99
|
+
top: 'top',
|
|
100
|
+
bottom: 'bottom',
|
|
101
|
+
left: 'left',
|
|
102
|
+
right: 'right'
|
|
103
|
+
};
|
|
104
|
+
export const getStyleName = name => styleMapping[name];
|
|
105
|
+
//# sourceMappingURL=style-props.js.map
|