@wavemaker/app-rn-runtime 11.15.1-rc.6451 → 11.15.2-dev.2
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.d.ts +8 -0
- package/actions/base-action.d.ts.map +1 -0
- package/actions/index.d.ts +6 -0
- package/actions/index.d.ts.map +1 -0
- package/actions/login-action.d.ts +12 -0
- package/actions/login-action.d.ts.map +1 -0
- package/actions/logout-action.d.ts +11 -0
- package/actions/logout-action.d.ts.map +1 -0
- package/actions/navigation-action.d.ts +13 -0
- package/actions/navigation-action.d.ts.map +1 -0
- package/actions/notification-action.d.ts +20 -0
- package/actions/notification-action.d.ts.map +1 -0
- package/actions/notification-action.js +0 -1
- package/actions/notification-action.js.map +1 -1
- package/actions/timer-action.d.ts +20 -0
- package/actions/timer-action.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts +11 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts +5 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts +4 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts +11 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +5 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -1
- package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts +4 -0
- package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts.map +1 -0
- package/components/advanced/carousel/carousel.component.d.ts +36 -0
- package/components/advanced/carousel/carousel.component.d.ts.map +1 -0
- package/components/advanced/carousel/carousel.component.js +3 -3
- package/components/advanced/carousel/carousel.component.js.map +1 -1
- package/components/advanced/carousel/carousel.props.d.ts +19 -0
- package/components/advanced/carousel/carousel.props.d.ts.map +1 -0
- package/components/advanced/carousel/carousel.props.js.map +1 -1
- package/components/advanced/carousel/carousel.styles.d.ts +21 -0
- package/components/advanced/carousel/carousel.styles.d.ts.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts +11 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts +5 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -1
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts +7 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts.map +1 -0
- package/components/advanced/login/login.component.d.ts +16 -0
- package/components/advanced/login/login.component.d.ts.map +1 -0
- package/components/advanced/login/login.component.js +2 -1
- package/components/advanced/login/login.component.js.map +1 -1
- package/components/advanced/login/login.props.d.ts +7 -0
- package/components/advanced/login/login.props.d.ts.map +1 -0
- package/components/advanced/login/login.props.js.map +1 -1
- package/components/advanced/login/login.styles.d.ts +8 -0
- package/components/advanced/login/login.styles.d.ts.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts +18 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts +5 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts +9 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts.map +1 -0
- package/components/advanced/webview/webview.component.d.ts +31 -0
- package/components/advanced/webview/webview.component.d.ts.map +1 -0
- package/components/advanced/webview/webview.props.d.ts +12 -0
- package/components/advanced/webview/webview.props.d.ts.map +1 -0
- package/components/advanced/webview/webview.styles.d.ts +8 -0
- package/components/advanced/webview/webview.styles.d.ts.map +1 -0
- package/components/basic/anchor/anchor.component.d.ts +16 -0
- package/components/basic/anchor/anchor.component.d.ts.map +1 -0
- package/components/basic/anchor/anchor.props.d.ts +31 -0
- package/components/basic/anchor/anchor.props.d.ts.map +1 -0
- package/components/basic/anchor/anchor.props.js +16 -14
- package/components/basic/anchor/anchor.props.js.map +1 -1
- package/components/basic/anchor/anchor.styles.d.ts +12 -0
- package/components/basic/anchor/anchor.styles.d.ts.map +1 -0
- package/components/basic/animatedview.component.d.ts +22 -0
- package/components/basic/animatedview.component.d.ts.map +1 -0
- package/components/basic/audio/audio.component.d.ts +37 -0
- package/components/basic/audio/audio.component.d.ts.map +1 -0
- package/components/basic/audio/audio.props.d.ts +13 -0
- package/components/basic/audio/audio.props.d.ts.map +1 -0
- package/components/basic/audio/audio.props.js +3 -0
- package/components/basic/audio/audio.props.js.map +1 -1
- package/components/basic/audio/audio.styles.d.ts +14 -0
- package/components/basic/audio/audio.styles.d.ts.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.component.d.ts +72 -0
- package/components/basic/bottomsheet/bottomsheet.component.d.ts.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.component.js +23 -58
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.props.d.ts +24 -0
- package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.props.js +6 -3
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.styles.d.ts +17 -0
- package/components/basic/bottomsheet/bottomsheet.styles.d.ts.map +1 -0
- package/components/basic/button/button.component.d.ts +14 -0
- package/components/basic/button/button.component.d.ts.map +1 -0
- package/components/basic/button/button.component.js +7 -56
- package/components/basic/button/button.component.js.map +1 -1
- package/components/basic/button/button.props.d.ts +28 -0
- package/components/basic/button/button.props.d.ts.map +1 -0
- package/components/basic/button/button.props.js +18 -14
- package/components/basic/button/button.props.js.map +1 -1
- package/components/basic/button/button.styles.d.ts +12 -0
- package/components/basic/button/button.styles.d.ts.map +1 -0
- package/components/basic/buttongroup/buttongroup.component.d.ts +12 -0
- package/components/basic/buttongroup/buttongroup.component.d.ts.map +1 -0
- package/components/basic/buttongroup/buttongroup.props.d.ts +12 -0
- package/components/basic/buttongroup/buttongroup.props.d.ts.map +1 -0
- package/components/basic/buttongroup/buttongroup.props.js +6 -3
- package/components/basic/buttongroup/buttongroup.props.js.map +1 -1
- package/components/basic/buttongroup/buttongroup.styles.d.ts +7 -0
- package/components/basic/buttongroup/buttongroup.styles.d.ts.map +1 -0
- package/components/basic/custom/custom.component.d.ts +12 -0
- package/components/basic/custom/custom.component.d.ts.map +1 -0
- package/components/basic/custom/custom.component.js.map +1 -1
- package/components/basic/custom/custom.props.d.ts +12 -0
- package/components/basic/custom/custom.props.d.ts.map +1 -0
- package/components/basic/custom/custom.props.js +6 -3
- package/components/basic/custom/custom.props.js.map +1 -1
- package/components/basic/custom/custom.styles.d.ts +7 -0
- package/components/basic/custom/custom.styles.d.ts.map +1 -0
- package/components/basic/icon/icon.component.d.ts +38 -0
- package/components/basic/icon/icon.component.d.ts.map +1 -0
- package/components/basic/icon/icon.props.d.ts +26 -0
- package/components/basic/icon/icon.props.d.ts.map +1 -0
- package/components/basic/icon/icon.props.js +12 -10
- package/components/basic/icon/icon.props.js.map +1 -1
- package/components/basic/icon/icon.styles.d.ts +10 -0
- package/components/basic/icon/icon.styles.d.ts.map +1 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts +9 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts.map +1 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts +9 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts.map +1 -0
- package/components/basic/icon/wavicon/wavicon.component.d.ts +9 -0
- package/components/basic/icon/wavicon/wavicon.component.d.ts.map +1 -0
- package/components/basic/label/label.component.d.ts +30 -0
- package/components/basic/label/label.component.d.ts.map +1 -0
- package/components/basic/label/label.props.d.ts +26 -0
- package/components/basic/label/label.props.d.ts.map +1 -0
- package/components/basic/label/label.props.js +12 -10
- package/components/basic/label/label.props.js.map +1 -1
- package/components/basic/label/label.styles.d.ts +11 -0
- package/components/basic/label/label.styles.d.ts.map +1 -0
- package/components/basic/lottie/lottie.component.d.ts +23 -0
- package/components/basic/lottie/lottie.component.d.ts.map +1 -0
- package/components/basic/lottie/lottie.props.d.ts +12 -0
- package/components/basic/lottie/lottie.props.d.ts.map +1 -0
- package/components/basic/lottie/lottie.props.js +3 -0
- package/components/basic/lottie/lottie.props.js.map +1 -1
- package/components/basic/lottie/lottie.styles.d.ts +7 -0
- package/components/basic/lottie/lottie.styles.d.ts.map +1 -0
- package/components/basic/message/message.component.d.ts +14 -0
- package/components/basic/message/message.component.d.ts.map +1 -0
- package/components/basic/message/message.component.js +1 -1
- package/components/basic/message/message.component.js.map +1 -1
- package/components/basic/message/message.props.d.ts +22 -0
- package/components/basic/message/message.props.d.ts.map +1 -0
- package/components/basic/message/message.props.js +6 -4
- package/components/basic/message/message.props.js.map +1 -1
- package/components/basic/message/message.styles.d.ts +11 -0
- package/components/basic/message/message.styles.d.ts.map +1 -0
- package/components/basic/modal/modal.component.d.ts +12 -0
- package/components/basic/modal/modal.component.d.ts.map +1 -0
- package/components/basic/modal/modal.props.d.ts +10 -0
- package/components/basic/modal/modal.props.d.ts.map +1 -0
- package/components/basic/modal/modal.props.js +4 -1
- package/components/basic/modal/modal.props.js.map +1 -1
- package/components/basic/modal/modal.styles.d.ts +7 -0
- package/components/basic/modal/modal.styles.d.ts.map +1 -0
- package/components/basic/picture/picture.component.d.ts +37 -0
- package/components/basic/picture/picture.component.d.ts.map +1 -0
- package/components/basic/picture/picture.component.js +19 -46
- package/components/basic/picture/picture.component.js.map +1 -1
- package/components/basic/picture/picture.props.d.ts +24 -0
- package/components/basic/picture/picture.props.d.ts.map +1 -0
- package/components/basic/picture/picture.props.js +14 -11
- package/components/basic/picture/picture.props.js.map +1 -1
- package/components/basic/picture/picture.styles.d.ts +9 -0
- package/components/basic/picture/picture.styles.d.ts.map +1 -0
- package/components/basic/progress-bar/progress-bar.component.d.ts +12 -0
- package/components/basic/progress-bar/progress-bar.component.d.ts.map +1 -0
- package/components/basic/progress-bar/progress-bar.component.js.map +1 -1
- package/components/basic/progress-bar/progress-bar.props.d.ts +18 -0
- package/components/basic/progress-bar/progress-bar.props.d.ts.map +1 -0
- package/components/basic/progress-bar/progress-bar.props.js +5 -2
- package/components/basic/progress-bar/progress-bar.props.js.map +1 -1
- package/components/basic/progress-bar/progress-bar.styles.d.ts +11 -0
- package/components/basic/progress-bar/progress-bar.styles.d.ts.map +1 -0
- package/components/basic/progress-circle/progress-circle.component.d.ts +14 -0
- package/components/basic/progress-circle/progress-circle.component.d.ts.map +1 -0
- package/components/basic/progress-circle/progress-circle.props.d.ts +18 -0
- package/components/basic/progress-circle/progress-circle.props.d.ts.map +1 -0
- package/components/basic/progress-circle/progress-circle.props.js +4 -1
- package/components/basic/progress-circle/progress-circle.props.js.map +1 -1
- package/components/basic/progress-circle/progress-circle.styles.d.ts +9 -0
- package/components/basic/progress-circle/progress-circle.styles.d.ts.map +1 -0
- package/components/basic/search/local-data-provider.d.ts +12 -0
- package/components/basic/search/local-data-provider.d.ts.map +1 -0
- package/components/basic/search/search.component.d.ts +58 -0
- package/components/basic/search/search.component.d.ts.map +1 -0
- package/components/basic/search/search.props.d.ts +38 -0
- package/components/basic/search/search.props.d.ts.map +1 -0
- package/components/basic/search/search.props.js +8 -7
- package/components/basic/search/search.props.js.map +1 -1
- package/components/basic/search/search.styles.d.ts +21 -0
- package/components/basic/search/search.styles.d.ts.map +1 -0
- package/components/basic/skeleton/skeleton.component.d.ts +28 -0
- package/components/basic/skeleton/skeleton.component.d.ts.map +1 -0
- package/components/basic/skeleton/skeleton.props.d.ts +10 -0
- package/components/basic/skeleton/skeleton.props.d.ts.map +1 -0
- package/components/basic/skeleton/skeleton.props.js +4 -1
- package/components/basic/skeleton/skeleton.props.js.map +1 -1
- package/components/basic/skeleton/skeleton.styles.d.ts +11 -0
- package/components/basic/skeleton/skeleton.styles.d.ts.map +1 -0
- package/components/basic/spinner/spinner.component.d.ts +17 -0
- package/components/basic/spinner/spinner.component.d.ts.map +1 -0
- package/components/basic/spinner/spinner.props.d.ts +15 -0
- package/components/basic/spinner/spinner.props.d.ts.map +1 -0
- package/components/basic/spinner/spinner.props.js +6 -3
- package/components/basic/spinner/spinner.props.js.map +1 -1
- package/components/basic/spinner/spinner.styles.d.ts +11 -0
- package/components/basic/spinner/spinner.styles.d.ts.map +1 -0
- package/components/basic/tooltip/tooltip.component.d.ts +11 -0
- package/components/basic/tooltip/tooltip.component.d.ts.map +1 -0
- package/components/basic/tooltip/tooltip.props.d.ts +18 -0
- package/components/basic/tooltip/tooltip.props.d.ts.map +1 -0
- package/components/basic/tooltip/tooltip.props.js +3 -0
- package/components/basic/tooltip/tooltip.props.js.map +1 -1
- package/components/basic/tooltip/tooltip.styles.d.ts +8 -0
- package/components/basic/tooltip/tooltip.styles.d.ts.map +1 -0
- package/components/basic/video/video.component.d.ts +29 -0
- package/components/basic/video/video.component.d.ts.map +1 -0
- package/components/basic/video/video.component.js.map +1 -1
- package/components/basic/video/video.props.d.ts +32 -0
- package/components/basic/video/video.props.d.ts.map +1 -0
- package/components/basic/video/video.props.js +11 -8
- package/components/basic/video/video.props.js.map +1 -1
- package/components/basic/video/video.styles.d.ts +9 -0
- package/components/basic/video/video.styles.d.ts.map +1 -0
- package/components/chart/area-chart/area-chart.component.d.ts +15 -0
- package/components/chart/area-chart/area-chart.component.d.ts.map +1 -0
- package/components/chart/area-chart/area-chart.props.d.ts +7 -0
- package/components/chart/area-chart/area-chart.props.d.ts.map +1 -0
- package/components/chart/area-chart/area-chart.props.js.map +1 -1
- package/components/chart/area-chart/area-chart.styles.d.ts +5 -0
- package/components/chart/area-chart/area-chart.styles.d.ts.map +1 -0
- package/components/chart/bar-chart/bar-chart.component.d.ts +14 -0
- package/components/chart/bar-chart/bar-chart.component.d.ts.map +1 -0
- package/components/chart/bar-chart/bar-chart.component.js +2 -13
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.props.d.ts +9 -0
- package/components/chart/bar-chart/bar-chart.props.d.ts.map +1 -0
- package/components/chart/bar-chart/bar-chart.props.js +0 -1
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.styles.d.ts +5 -0
- package/components/chart/bar-chart/bar-chart.styles.d.ts.map +1 -0
- package/components/chart/basechart.component.d.ts +82 -0
- package/components/chart/basechart.component.d.ts.map +1 -0
- package/components/chart/basechart.component.js +3 -1
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.d.ts +63 -0
- package/components/chart/basechart.props.d.ts.map +1 -0
- package/components/chart/basechart.props.js +9 -6
- package/components/chart/basechart.props.js.map +1 -1
- package/components/chart/basechart.styles.d.ts +36 -0
- package/components/chart/basechart.styles.d.ts.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.component.d.ts +12 -0
- package/components/chart/bubble-chart/bubble-chart.component.d.ts.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.props.d.ts +6 -0
- package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -1
- package/components/chart/bubble-chart/bubble-chart.styles.d.ts +5 -0
- package/components/chart/bubble-chart/bubble-chart.styles.d.ts.map +1 -0
- package/components/chart/column-chart/column-chart.component.d.ts +8 -0
- package/components/chart/column-chart/column-chart.component.d.ts.map +1 -0
- package/components/chart/column-chart/column-chart.props.d.ts +6 -0
- package/components/chart/column-chart/column-chart.props.d.ts.map +1 -0
- package/components/chart/column-chart/column-chart.props.js +9 -1
- package/components/chart/column-chart/column-chart.props.js.map +1 -1
- package/components/chart/column-chart/column-chart.styles.d.ts +4 -0
- package/components/chart/column-chart/column-chart.styles.d.ts.map +1 -0
- package/components/chart/donut-chart/donut-chart.component.d.ts +6 -0
- package/components/chart/donut-chart/donut-chart.component.d.ts.map +1 -0
- package/components/chart/donut-chart/donut-chart.props.d.ts +7 -0
- package/components/chart/donut-chart/donut-chart.props.d.ts.map +1 -0
- package/components/chart/donut-chart/donut-chart.props.js +1 -0
- package/components/chart/donut-chart/donut-chart.props.js.map +1 -1
- package/components/chart/donut-chart/donut-chart.styles.d.ts +5 -0
- package/components/chart/donut-chart/donut-chart.styles.d.ts.map +1 -0
- package/components/chart/legend/legend.component.d.ts +15 -0
- package/components/chart/legend/legend.component.d.ts.map +1 -0
- package/components/chart/line-chart/line-chart.component.d.ts +12 -0
- package/components/chart/line-chart/line-chart.component.d.ts.map +1 -0
- package/components/chart/line-chart/line-chart.props.d.ts +9 -0
- package/components/chart/line-chart/line-chart.props.d.ts.map +1 -0
- package/components/chart/line-chart/line-chart.props.js +2 -2
- package/components/chart/line-chart/line-chart.props.js.map +1 -1
- package/components/chart/line-chart/line-chart.styles.d.ts +5 -0
- package/components/chart/line-chart/line-chart.styles.d.ts.map +1 -0
- package/components/chart/pie-chart/pie-chart.component.d.ts +27 -0
- package/components/chart/pie-chart/pie-chart.component.d.ts.map +1 -0
- package/components/chart/pie-chart/pie-chart.component.js +4 -0
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.props.d.ts +10 -0
- package/components/chart/pie-chart/pie-chart.props.d.ts.map +1 -0
- package/components/chart/pie-chart/pie-chart.props.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.styles.d.ts +5 -0
- package/components/chart/pie-chart/pie-chart.styles.d.ts.map +1 -0
- package/components/chart/stack-chart/stack-chart.component.d.ts +26 -0
- package/components/chart/stack-chart/stack-chart.component.d.ts.map +1 -0
- package/components/chart/stack-chart/stack-chart.component.js.map +1 -1
- package/components/chart/stack-chart/stack-chart.props.d.ts +12 -0
- package/components/chart/stack-chart/stack-chart.props.d.ts.map +1 -0
- package/components/chart/stack-chart/stack-chart.props.js.map +1 -1
- package/components/chart/stack-chart/stack-chart.styles.d.ts +5 -0
- package/components/chart/stack-chart/stack-chart.styles.d.ts.map +1 -0
- package/components/chart/staticdata.d.ts +41 -0
- package/components/chart/staticdata.d.ts.map +1 -0
- package/components/chart/theme/chart.theme.d.ts +8 -0
- package/components/chart/theme/chart.theme.d.ts.map +1 -0
- package/components/container/accordion/accordion.component.d.ts +27 -0
- package/components/container/accordion/accordion.component.d.ts.map +1 -0
- package/components/container/accordion/accordion.component.js +7 -14
- package/components/container/accordion/accordion.component.js.map +1 -1
- package/components/container/accordion/accordion.props.d.ts +15 -0
- package/components/container/accordion/accordion.props.d.ts.map +1 -0
- package/components/container/accordion/accordion.props.js +3 -0
- package/components/container/accordion/accordion.props.js.map +1 -1
- package/components/container/accordion/accordion.styles.d.ts +21 -0
- package/components/container/accordion/accordion.styles.d.ts.map +1 -0
- package/components/container/accordion/accordion.styles.js +21 -24
- package/components/container/accordion/accordion.styles.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.component.d.ts +23 -0
- package/components/container/accordion/accordionpane/accordionpane.component.d.ts.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.props.d.ts +16 -0
- package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js +7 -4
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.d.ts +4 -0
- package/components/container/accordion/accordionpane/accordionpane.styles.d.ts.map +1 -0
- package/components/container/container.component.d.ts +38 -0
- package/components/container/container.component.d.ts.map +1 -0
- package/components/container/container.component.js +69 -149
- package/components/container/container.component.js.map +1 -1
- package/components/container/container.props.d.ts +21 -0
- package/components/container/container.props.d.ts.map +1 -0
- package/components/container/container.props.js +5 -3
- package/components/container/container.props.js.map +1 -1
- package/components/container/container.styles.d.ts +10 -0
- package/components/container/container.styles.d.ts.map +1 -0
- package/components/container/container.styles.js +1 -3
- package/components/container/container.styles.js.map +1 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts +11 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts +12 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +5 -2
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts +4 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.d.ts +11 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.d.ts.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.d.ts +10 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js +3 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
- package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts +7 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts.map +1 -0
- package/components/container/layoutgrid/layoutgrid.component.d.ts +13 -0
- package/components/container/layoutgrid/layoutgrid.component.d.ts.map +1 -0
- package/components/container/layoutgrid/layoutgrid.props.d.ts +10 -0
- package/components/container/layoutgrid/layoutgrid.props.d.ts.map +1 -0
- package/components/container/layoutgrid/layoutgrid.props.js +3 -0
- package/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
- package/components/container/layoutgrid/layoutgrid.styles.d.ts +7 -0
- package/components/container/layoutgrid/layoutgrid.styles.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayout.component.d.ts +15 -0
- package/components/container/linearlayout/linearlayout.component.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayout.component.js +0 -1
- package/components/container/linearlayout/linearlayout.component.js.map +1 -1
- package/components/container/linearlayout/linearlayout.props.d.ts +14 -0
- package/components/container/linearlayout/linearlayout.props.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayout.props.js +4 -1
- package/components/container/linearlayout/linearlayout.props.js.map +1 -1
- package/components/container/linearlayout/linearlayout.styles.d.ts +7 -0
- package/components/container/linearlayout/linearlayout.styles.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts +11 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts +12 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +6 -3
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts +4 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts.map +1 -0
- package/components/container/panel/collapsible-pane.component.d.ts +6 -0
- package/components/container/panel/collapsible-pane.component.d.ts.map +1 -0
- package/components/container/panel/panel-content/panel-content.component.d.ts +11 -0
- package/components/container/panel/panel-content/panel-content.component.d.ts.map +1 -0
- package/components/container/panel/panel-content/panel-content.props.d.ts +10 -0
- package/components/container/panel/panel-content/panel-content.props.d.ts.map +1 -0
- package/components/container/panel/panel-content/panel-content.props.js +3 -0
- package/components/container/panel/panel-content/panel-content.props.js.map +1 -1
- package/components/container/panel/panel-content/panel-content.styles.d.ts +4 -0
- package/components/container/panel/panel-content/panel-content.styles.d.ts.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.component.d.ts +11 -0
- package/components/container/panel/panel-footer/panel-footer.component.d.ts.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.props.d.ts +10 -0
- package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.props.js +3 -0
- package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
- package/components/container/panel/panel-footer/panel-footer.styles.d.ts +4 -0
- package/components/container/panel/panel-footer/panel-footer.styles.d.ts.map +1 -0
- package/components/container/panel/panel.component.d.ts +20 -0
- package/components/container/panel/panel.component.d.ts.map +1 -0
- package/components/container/panel/panel.component.js +2 -8
- package/components/container/panel/panel.component.js.map +1 -1
- package/components/container/panel/panel.props.d.ts +23 -0
- package/components/container/panel/panel.props.d.ts.map +1 -0
- package/components/container/panel/panel.props.js +12 -11
- package/components/container/panel/panel.props.js.map +1 -1
- package/components/container/panel/panel.styles.d.ts +13 -0
- package/components/container/panel/panel.styles.d.ts.map +1 -0
- package/components/container/partial-host.component.d.ts +19 -0
- package/components/container/partial-host.component.d.ts.map +1 -0
- package/components/container/partial-host.component.js.map +1 -1
- package/components/container/tabs/tabheader/tabheader.component.d.ts +27 -0
- package/components/container/tabs/tabheader/tabheader.component.d.ts.map +1 -0
- package/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
- package/components/container/tabs/tabheader/tabheader.props.d.ts +18 -0
- package/components/container/tabs/tabheader/tabheader.props.d.ts.map +1 -0
- package/components/container/tabs/tabheader/tabheader.props.js +4 -1
- package/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
- package/components/container/tabs/tabheader/tabheader.styles.d.ts +18 -0
- package/components/container/tabs/tabheader/tabheader.styles.d.ts.map +1 -0
- package/components/container/tabs/tabpane/tabpane.component.d.ts +22 -0
- package/components/container/tabs/tabpane/tabpane.component.d.ts.map +1 -0
- package/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
- package/components/container/tabs/tabpane/tabpane.props.d.ts +19 -0
- package/components/container/tabs/tabpane/tabpane.props.d.ts.map +1 -0
- package/components/container/tabs/tabpane/tabpane.props.js +6 -3
- package/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
- package/components/container/tabs/tabpane/tabpane.styles.d.ts +4 -0
- package/components/container/tabs/tabpane/tabpane.styles.d.ts.map +1 -0
- package/components/container/tabs/tabs.component.d.ts +37 -0
- package/components/container/tabs/tabs.component.d.ts.map +1 -0
- package/components/container/tabs/tabs.props.d.ts +13 -0
- package/components/container/tabs/tabs.props.d.ts.map +1 -0
- package/components/container/tabs/tabs.props.js +3 -0
- package/components/container/tabs/tabs.props.js.map +1 -1
- package/components/container/tabs/tabs.styles.d.ts +11 -0
- package/components/container/tabs/tabs.styles.d.ts.map +1 -0
- package/components/container/tile/tile.component.d.ts +13 -0
- package/components/container/tile/tile.component.d.ts.map +1 -0
- package/components/container/tile/tile.component.js +0 -3
- package/components/container/tile/tile.component.js.map +1 -1
- package/components/container/tile/tile.props.d.ts +12 -0
- package/components/container/tile/tile.props.d.ts.map +1 -0
- package/components/container/tile/tile.props.js +5 -2
- package/components/container/tile/tile.props.js.map +1 -1
- package/components/container/tile/tile.styles.d.ts +7 -0
- package/components/container/tile/tile.styles.d.ts.map +1 -0
- package/components/container/wizard/wizard.component.d.ts +47 -0
- package/components/container/wizard/wizard.component.d.ts.map +1 -0
- package/components/container/wizard/wizard.component.js +2 -2
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.props.d.ts +28 -0
- package/components/container/wizard/wizard.props.d.ts.map +1 -0
- package/components/container/wizard/wizard.props.js +4 -2
- package/components/container/wizard/wizard.props.js.map +1 -1
- package/components/container/wizard/wizard.styles.d.ts +48 -0
- package/components/container/wizard/wizard.styles.d.ts.map +1 -0
- package/components/container/wizard/wizard.styles.js +16 -1
- package/components/container/wizard/wizard.styles.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.component.d.ts +21 -0
- package/components/container/wizard/wizardstep/wizardstep.component.d.ts.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.props.d.ts +21 -0
- package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js +3 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.styles.d.ts +4 -0
- package/components/container/wizard/wizardstep/wizardstep.styles.d.ts.map +1 -0
- package/components/data/card/card-content/card-content.component.d.ts +14 -0
- package/components/data/card/card-content/card-content.component.d.ts.map +1 -0
- package/components/data/card/card-content/card-content.props.d.ts +11 -0
- package/components/data/card/card-content/card-content.props.d.ts.map +1 -0
- package/components/data/card/card-content/card-content.props.js +4 -1
- package/components/data/card/card-content/card-content.props.js.map +1 -1
- package/components/data/card/card-content/card-content.styles.d.ts +7 -0
- package/components/data/card/card-content/card-content.styles.d.ts.map +1 -0
- package/components/data/card/card-footer/card-footer.component.d.ts +11 -0
- package/components/data/card/card-footer/card-footer.component.d.ts.map +1 -0
- package/components/data/card/card-footer/card-footer.props.d.ts +10 -0
- package/components/data/card/card-footer/card-footer.props.d.ts.map +1 -0
- package/components/data/card/card-footer/card-footer.props.js +4 -1
- package/components/data/card/card-footer/card-footer.props.js.map +1 -1
- package/components/data/card/card-footer/card-footer.styles.d.ts +4 -0
- package/components/data/card/card-footer/card-footer.styles.d.ts.map +1 -0
- package/components/data/card/card.component.d.ts +13 -0
- package/components/data/card/card.component.d.ts.map +1 -0
- package/components/data/card/card.props.d.ts +26 -0
- package/components/data/card/card.props.d.ts.map +1 -0
- package/components/data/card/card.props.js +19 -16
- package/components/data/card/card.props.js.map +1 -1
- package/components/data/card/card.styles.d.ts +16 -0
- package/components/data/card/card.styles.d.ts.map +1 -0
- package/components/data/form/form-action/form-action.component.d.ts +14 -0
- package/components/data/form/form-action/form-action.component.d.ts.map +1 -0
- package/components/data/form/form-action/form-action.props.d.ts +16 -0
- package/components/data/form/form-action/form-action.props.d.ts.map +1 -0
- package/components/data/form/form-action/form-action.props.js +4 -1
- package/components/data/form/form-action/form-action.props.js.map +1 -1
- package/components/data/form/form-action/form-action.styles.d.ts +7 -0
- package/components/data/form/form-action/form-action.styles.d.ts.map +1 -0
- package/components/data/form/form-body/form-body.component.d.ts +11 -0
- package/components/data/form/form-body/form-body.component.d.ts.map +1 -0
- package/components/data/form/form-body/form-body.component.js +1 -2
- package/components/data/form/form-body/form-body.component.js.map +1 -1
- package/components/data/form/form-body/form-body.props.d.ts +10 -0
- package/components/data/form/form-body/form-body.props.d.ts.map +1 -0
- package/components/data/form/form-body/form-body.props.js +4 -1
- package/components/data/form/form-body/form-body.props.js.map +1 -1
- package/components/data/form/form-body/form-body.styles.d.ts +4 -0
- package/components/data/form/form-body/form-body.styles.d.ts.map +1 -0
- package/components/data/form/form-field/form-field.component.d.ts +31 -0
- package/components/data/form/form-field/form-field.component.d.ts.map +1 -0
- package/components/data/form/form-field/form-field.props.d.ts +34 -0
- package/components/data/form/form-field/form-field.props.d.ts.map +1 -0
- package/components/data/form/form-field/form-field.props.js +6 -3
- package/components/data/form/form-field/form-field.props.js.map +1 -1
- package/components/data/form/form-field/form-field.styles.d.ts +7 -0
- package/components/data/form/form-field/form-field.styles.d.ts.map +1 -0
- package/components/data/form/form-footer/form-footer.component.d.ts +11 -0
- package/components/data/form/form-footer/form-footer.component.d.ts.map +1 -0
- package/components/data/form/form-footer/form-footer.component.js +1 -2
- package/components/data/form/form-footer/form-footer.component.js.map +1 -1
- package/components/data/form/form-footer/form-footer.props.d.ts +10 -0
- package/components/data/form/form-footer/form-footer.props.d.ts.map +1 -0
- package/components/data/form/form-footer/form-footer.props.js +4 -1
- package/components/data/form/form-footer/form-footer.props.js.map +1 -1
- package/components/data/form/form-footer/form-footer.styles.d.ts +4 -0
- package/components/data/form/form-footer/form-footer.styles.d.ts.map +1 -0
- package/components/data/form/form.component.d.ts +62 -0
- package/components/data/form/form.component.d.ts.map +1 -0
- package/components/data/form/form.component.js.map +1 -1
- package/components/data/form/form.props.d.ts +31 -0
- package/components/data/form/form.props.d.ts.map +1 -0
- package/components/data/form/form.props.js +10 -7
- package/components/data/form/form.props.js.map +1 -1
- package/components/data/form/form.styles.d.ts +13 -0
- package/components/data/form/form.styles.d.ts.map +1 -0
- package/components/data/list/list-action-template/list-action-template.component.d.ts +13 -0
- package/components/data/list/list-action-template/list-action-template.component.d.ts.map +1 -0
- package/components/data/list/list-action-template/list-action-template.props.d.ts +11 -0
- package/components/data/list/list-action-template/list-action-template.props.d.ts.map +1 -0
- package/components/data/list/list-action-template/list-action-template.props.js +5 -2
- package/components/data/list/list-action-template/list-action-template.props.js.map +1 -1
- package/components/data/list/list-action-template/list-action-template.styles.d.ts +4 -0
- package/components/data/list/list-action-template/list-action-template.styles.d.ts.map +1 -0
- package/components/data/list/list-template/list-template.component.d.ts +11 -0
- package/components/data/list/list-template/list-template.component.d.ts.map +1 -0
- package/components/data/list/list-template/list-template.props.d.ts +11 -0
- package/components/data/list/list-template/list-template.props.d.ts.map +1 -0
- package/components/data/list/list-template/list-template.props.js +3 -0
- package/components/data/list/list-template/list-template.props.js.map +1 -1
- package/components/data/list/list-template/list-template.styles.d.ts +7 -0
- package/components/data/list/list-template/list-template.styles.d.ts.map +1 -0
- package/components/data/list/list.component.d.ts +60 -0
- package/components/data/list/list.component.d.ts.map +1 -0
- package/components/data/list/list.component.js.map +1 -1
- package/components/data/list/list.props.d.ts +50 -0
- package/components/data/list/list.props.d.ts.map +1 -0
- package/components/data/list/list.props.js +18 -17
- package/components/data/list/list.props.js.map +1 -1
- package/components/data/list/list.styles.d.ts +24 -0
- package/components/data/list/list.styles.d.ts.map +1 -0
- package/components/data/liveform/liveform.component.d.ts +15 -0
- package/components/data/liveform/liveform.component.d.ts.map +1 -0
- package/components/data/liveform/liveform.component.js +2 -2
- package/components/data/liveform/liveform.component.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.component.d.ts +15 -0
- package/components/device/barcodescanner/barcodescanner.component.d.ts.map +1 -0
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.props.d.ts +18 -0
- package/components/device/barcodescanner/barcodescanner.props.d.ts.map +1 -0
- package/components/device/barcodescanner/barcodescanner.props.js +5 -2
- package/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.styles.d.ts +7 -0
- package/components/device/barcodescanner/barcodescanner.styles.d.ts.map +1 -0
- package/components/device/camera/camera.component.d.ts +16 -0
- package/components/device/camera/camera.component.d.ts.map +1 -0
- package/components/device/camera/camera.component.js.map +1 -1
- package/components/device/camera/camera.props.d.ts +24 -0
- package/components/device/camera/camera.props.d.ts.map +1 -0
- package/components/device/camera/camera.props.js +7 -4
- package/components/device/camera/camera.props.js.map +1 -1
- package/components/device/camera/camera.styles.d.ts +7 -0
- package/components/device/camera/camera.styles.d.ts.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.component.d.ts +16 -0
- package/components/dialogs/alertdialog/alertdialog.component.d.ts.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.props.d.ts +23 -0
- package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.props.js +11 -7
- package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
- package/components/dialogs/alertdialog/alertdialog.styles.d.ts +15 -0
- package/components/dialogs/alertdialog/alertdialog.styles.d.ts.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.d.ts +16 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.d.ts.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.d.ts +23 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js +11 -7
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
- package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts +16 -0
- package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts.map +1 -0
- package/components/dialogs/dialog/dialog.component.d.ts +17 -0
- package/components/dialogs/dialog/dialog.component.d.ts.map +1 -0
- package/components/dialogs/dialog/dialog.component.js.map +1 -1
- package/components/dialogs/dialog/dialog.props.d.ts +25 -0
- package/components/dialogs/dialog/dialog.props.d.ts.map +1 -0
- package/components/dialogs/dialog/dialog.props.js +12 -8
- package/components/dialogs/dialog/dialog.props.js.map +1 -1
- package/components/dialogs/dialog/dialog.styles.d.ts +12 -0
- package/components/dialogs/dialog/dialog.styles.d.ts.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.component.d.ts +12 -0
- package/components/dialogs/dialogactions/dialogactions.component.d.ts.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.props.d.ts +10 -0
- package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.props.js +4 -1
- package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
- package/components/dialogs/dialogactions/dialogactions.styles.d.ts +4 -0
- package/components/dialogs/dialogactions/dialogactions.styles.d.ts.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.d.ts +11 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.d.ts.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.d.ts +10 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js +4 -1
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts +4 -0
- package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts.map +1 -0
- package/components/input/basedataset/basedataset.component.d.ts +28 -0
- package/components/input/basedataset/basedataset.component.d.ts.map +1 -0
- package/components/input/basedataset/basedataset.props.d.ts +31 -0
- package/components/input/basedataset/basedataset.props.d.ts.map +1 -0
- package/components/input/basedataset/basedataset.props.js +7 -4
- package/components/input/basedataset/basedataset.props.js.map +1 -1
- package/components/input/basedataset/basedataset.styles.d.ts +4 -0
- package/components/input/basedataset/basedataset.styles.d.ts.map +1 -0
- package/components/input/baseinput/baseinput.component.d.ts +33 -0
- package/components/input/baseinput/baseinput.component.d.ts.map +1 -0
- package/components/input/baseinput/baseinput.props.d.ts +29 -0
- package/components/input/baseinput/baseinput.props.d.ts.map +1 -0
- package/components/input/baseinput/baseinput.props.js +12 -9
- package/components/input/baseinput/baseinput.props.js.map +1 -1
- package/components/input/baseinput/baseinput.styles.d.ts +4 -0
- package/components/input/baseinput/baseinput.styles.d.ts.map +1 -0
- package/components/input/basenumber/basenumber.component.d.ts +58 -0
- package/components/input/basenumber/basenumber.component.d.ts.map +1 -0
- package/components/input/basenumber/basenumber.component.js.map +1 -1
- package/components/input/basenumber/basenumber.props.d.ts +26 -0
- package/components/input/basenumber/basenumber.props.d.ts.map +1 -0
- package/components/input/basenumber/basenumber.props.js +10 -7
- package/components/input/basenumber/basenumber.props.js.map +1 -1
- package/components/input/basenumber/basenumber.styles.d.ts +4 -0
- package/components/input/basenumber/basenumber.styles.d.ts.map +1 -0
- package/components/input/calendar/calendar.component.d.ts +23 -0
- package/components/input/calendar/calendar.component.d.ts.map +1 -0
- package/components/input/calendar/calendar.component.js.map +1 -1
- package/components/input/calendar/calendar.props.d.ts +15 -0
- package/components/input/calendar/calendar.props.d.ts.map +1 -0
- package/components/input/calendar/calendar.props.js +9 -3
- package/components/input/calendar/calendar.props.js.map +1 -1
- package/components/input/calendar/calendar.styles.d.ts +30 -0
- package/components/input/calendar/calendar.styles.d.ts.map +1 -0
- package/components/input/calendar/views/month-view.d.ts +55 -0
- package/components/input/calendar/views/month-view.d.ts.map +1 -0
- package/components/input/calendar/views/month-view.styles.d.ts +34 -0
- package/components/input/calendar/views/month-view.styles.d.ts.map +1 -0
- package/components/input/checkbox/checkbox.component.d.ts +20 -0
- package/components/input/checkbox/checkbox.component.d.ts.map +1 -0
- package/components/input/checkbox/checkbox.props.d.ts +19 -0
- package/components/input/checkbox/checkbox.props.d.ts.map +1 -0
- package/components/input/checkbox/checkbox.props.js +9 -3
- package/components/input/checkbox/checkbox.props.js.map +1 -1
- package/components/input/checkbox/checkbox.styles.d.ts +12 -0
- package/components/input/checkbox/checkbox.styles.d.ts.map +1 -0
- package/components/input/checkboxset/checkboxset.component.d.ts +22 -0
- package/components/input/checkboxset/checkboxset.component.d.ts.map +1 -0
- package/components/input/checkboxset/checkboxset.props.d.ts +15 -0
- package/components/input/checkboxset/checkboxset.props.d.ts.map +1 -0
- package/components/input/checkboxset/checkboxset.props.js +3 -0
- package/components/input/checkboxset/checkboxset.props.js.map +1 -1
- package/components/input/checkboxset/checkboxset.styles.d.ts +14 -0
- package/components/input/checkboxset/checkboxset.styles.d.ts.map +1 -0
- package/components/input/chips/chips.component.d.ts +44 -0
- package/components/input/chips/chips.component.d.ts.map +1 -0
- package/components/input/chips/chips.component.js +2 -2
- package/components/input/chips/chips.component.js.map +1 -1
- package/components/input/chips/chips.props.d.ts +27 -0
- package/components/input/chips/chips.props.d.ts.map +1 -0
- package/components/input/chips/chips.props.js +9 -6
- package/components/input/chips/chips.props.js.map +1 -1
- package/components/input/chips/chips.styles.d.ts +35 -0
- package/components/input/chips/chips.styles.d.ts.map +1 -0
- package/components/input/chips/chips.styles.js +0 -1
- package/components/input/chips/chips.styles.js.map +1 -1
- package/components/input/composite/composite.component.d.ts +11 -0
- package/components/input/composite/composite.component.d.ts.map +1 -0
- package/components/input/composite/composite.props.d.ts +11 -0
- package/components/input/composite/composite.props.d.ts.map +1 -0
- package/components/input/composite/composite.props.js +4 -1
- package/components/input/composite/composite.props.js.map +1 -1
- package/components/input/composite/composite.styles.d.ts +4 -0
- package/components/input/composite/composite.styles.d.ts.map +1 -0
- package/components/input/currency/currency.component.d.ts +15 -0
- package/components/input/currency/currency.component.d.ts.map +1 -0
- package/components/input/currency/currency.component.js +1 -3
- package/components/input/currency/currency.component.js.map +1 -1
- package/components/input/currency/currency.props.d.ts +9 -0
- package/components/input/currency/currency.props.d.ts.map +1 -0
- package/components/input/currency/currency.props.js +1 -0
- package/components/input/currency/currency.props.js.map +1 -1
- package/components/input/currency/currency.styles.d.ts +18 -0
- package/components/input/currency/currency.styles.d.ts.map +1 -0
- package/components/input/epoch/base-datetime.component.d.ts +50 -0
- package/components/input/epoch/base-datetime.component.d.ts.map +1 -0
- package/components/input/epoch/base-datetime.component.js +89 -91
- package/components/input/epoch/base-datetime.component.js.map +1 -1
- package/components/input/epoch/date/date.component.d.ts +9 -0
- package/components/input/epoch/date/date.component.d.ts.map +1 -0
- package/components/input/epoch/date/date.props.d.ts +5 -0
- package/components/input/epoch/date/date.props.d.ts.map +1 -0
- package/components/input/epoch/date/date.styles.d.ts +4 -0
- package/components/input/epoch/date/date.styles.d.ts.map +1 -0
- package/components/input/epoch/date-picker.component.d.ts +28 -0
- package/components/input/epoch/date-picker.component.d.ts.map +1 -0
- package/components/input/epoch/datetime/datetime.component.d.ts +9 -0
- package/components/input/epoch/datetime/datetime.component.d.ts.map +1 -0
- package/components/input/epoch/datetime/datetime.props.d.ts +37 -0
- package/components/input/epoch/datetime/datetime.props.d.ts.map +1 -0
- package/components/input/epoch/datetime/datetime.props.js +12 -6
- package/components/input/epoch/datetime/datetime.props.js.map +1 -1
- package/components/input/epoch/datetime/datetime.styles.d.ts +24 -0
- package/components/input/epoch/datetime/datetime.styles.d.ts.map +1 -0
- package/components/input/epoch/datetime/datetime.styles.js +3 -2
- package/components/input/epoch/datetime/datetime.styles.js.map +1 -1
- package/components/input/epoch/time/time.component.d.ts +11 -0
- package/components/input/epoch/time/time.component.d.ts.map +1 -0
- package/components/input/epoch/time/time.props.d.ts +6 -0
- package/components/input/epoch/time/time.props.d.ts.map +1 -0
- package/components/input/epoch/time/time.styles.d.ts +4 -0
- package/components/input/epoch/time/time.styles.d.ts.map +1 -0
- package/components/input/epoch/wheel-date-picker.component.d.ts +42 -0
- package/components/input/epoch/wheel-date-picker.component.d.ts.map +1 -0
- package/components/input/epoch/wheel-time-picker.component.d.ts +22 -0
- package/components/input/epoch/wheel-time-picker.component.d.ts.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts +18 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -1
- package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts +10 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -1
- package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts +12 -0
- package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts +13 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts +14 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -1
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts +12 -0
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts +13 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts +13 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -1
- package/components/input/fileupload/fileupload.component.d.ts +21 -0
- package/components/input/fileupload/fileupload.component.d.ts.map +1 -0
- package/components/input/fileupload/fileupload.props.d.ts +18 -0
- package/components/input/fileupload/fileupload.props.d.ts.map +1 -0
- package/components/input/fileupload/fileupload.props.js +5 -2
- package/components/input/fileupload/fileupload.props.js.map +1 -1
- package/components/input/fileupload/fileupload.styles.d.ts +7 -0
- package/components/input/fileupload/fileupload.styles.d.ts.map +1 -0
- package/components/input/number/number.component.d.ts +14 -0
- package/components/input/number/number.component.d.ts.map +1 -0
- package/components/input/number/number.component.js +1 -2
- package/components/input/number/number.component.js.map +1 -1
- package/components/input/number/number.props.d.ts +9 -0
- package/components/input/number/number.props.d.ts.map +1 -0
- package/components/input/number/number.props.js +2 -1
- package/components/input/number/number.props.js.map +1 -1
- package/components/input/number/number.styles.d.ts +14 -0
- package/components/input/number/number.styles.d.ts.map +1 -0
- package/components/input/radioset/radioset.component.d.ts +19 -0
- package/components/input/radioset/radioset.component.d.ts.map +1 -0
- package/components/input/radioset/radioset.props.d.ts +14 -0
- package/components/input/radioset/radioset.props.d.ts.map +1 -0
- package/components/input/radioset/radioset.props.js +3 -0
- package/components/input/radioset/radioset.props.js.map +1 -1
- package/components/input/radioset/radioset.styles.d.ts +16 -0
- package/components/input/radioset/radioset.styles.d.ts.map +1 -0
- package/components/input/rating/rating.component.d.ts +19 -0
- package/components/input/rating/rating.component.d.ts.map +1 -0
- package/components/input/rating/rating.props.d.ts +27 -0
- package/components/input/rating/rating.props.d.ts.map +1 -0
- package/components/input/rating/rating.props.js +13 -7
- package/components/input/rating/rating.props.js.map +1 -1
- package/components/input/rating/rating.styles.d.ts +8 -0
- package/components/input/rating/rating.styles.d.ts.map +1 -0
- package/components/input/select/select.component.d.ts +37 -0
- package/components/input/select/select.component.d.ts.map +1 -0
- package/components/input/select/select.component.js +35 -76
- package/components/input/select/select.component.js.map +1 -1
- package/components/input/select/select.props.d.ts +10 -0
- package/components/input/select/select.props.d.ts.map +1 -0
- package/components/input/select/select.props.js +5 -2
- package/components/input/select/select.props.js.map +1 -1
- package/components/input/select/select.styles.d.ts +25 -0
- package/components/input/select/select.styles.d.ts.map +1 -0
- package/components/input/slider/slider.component.d.ts +55 -0
- package/components/input/slider/slider.component.d.ts.map +1 -0
- package/components/input/slider/slider.component.js.map +1 -1
- package/components/input/slider/slider.props.d.ts +22 -0
- package/components/input/slider/slider.props.d.ts.map +1 -0
- package/components/input/slider/slider.props.js +3 -0
- package/components/input/slider/slider.props.js.map +1 -1
- package/components/input/slider/slider.styles.d.ts +24 -0
- package/components/input/slider/slider.styles.d.ts.map +1 -0
- package/components/input/switch/switch.component.d.ts +15 -0
- package/components/input/switch/switch.component.d.ts.map +1 -0
- package/components/input/switch/switch.props.d.ts +11 -0
- package/components/input/switch/switch.props.d.ts.map +1 -0
- package/components/input/switch/switch.props.js +3 -0
- package/components/input/switch/switch.props.js.map +1 -1
- package/components/input/switch/switch.styles.d.ts +17 -0
- package/components/input/switch/switch.styles.d.ts.map +1 -0
- package/components/input/text/text.component.d.ts +13 -0
- package/components/input/text/text.component.d.ts.map +1 -0
- package/components/input/text/text.component.js +1 -2
- package/components/input/text/text.component.js.map +1 -1
- package/components/input/text/text.props.d.ts +13 -0
- package/components/input/text/text.props.d.ts.map +1 -0
- package/components/input/text/text.props.js +4 -3
- package/components/input/text/text.props.js.map +1 -1
- package/components/input/text/text.styles.d.ts +13 -0
- package/components/input/text/text.styles.d.ts.map +1 -0
- package/components/input/textarea/textarea.component.d.ts +13 -0
- package/components/input/textarea/textarea.component.d.ts.map +1 -0
- package/components/input/textarea/textarea.component.js +1 -2
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/components/input/textarea/textarea.props.d.ts +11 -0
- package/components/input/textarea/textarea.props.d.ts.map +1 -0
- package/components/input/textarea/textarea.props.js +4 -3
- package/components/input/textarea/textarea.props.js.map +1 -1
- package/components/input/textarea/textarea.styles.d.ts +14 -0
- package/components/input/textarea/textarea.styles.d.ts.map +1 -0
- package/components/input/toggle/toggle.component.d.ts +25 -0
- package/components/input/toggle/toggle.component.d.ts.map +1 -0
- package/components/input/toggle/toggle.component.js +4 -12
- package/components/input/toggle/toggle.component.js.map +1 -1
- package/components/input/toggle/toggle.props.d.ts +27 -0
- package/components/input/toggle/toggle.props.d.ts.map +1 -0
- package/components/input/toggle/toggle.props.js +11 -10
- package/components/input/toggle/toggle.props.js.map +1 -1
- package/components/input/toggle/toggle.styles.d.ts +12 -0
- package/components/input/toggle/toggle.styles.d.ts.map +1 -0
- package/components/navigation/appnavbar/appnavbar.component.d.ts +18 -0
- package/components/navigation/appnavbar/appnavbar.component.d.ts.map +1 -0
- package/components/navigation/appnavbar/appnavbar.component.js +1 -1
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.props.d.ts +21 -0
- package/components/navigation/appnavbar/appnavbar.props.d.ts.map +1 -0
- package/components/navigation/appnavbar/appnavbar.props.js +4 -1
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.styles.d.ts +17 -0
- package/components/navigation/appnavbar/appnavbar.styles.d.ts.map +1 -0
- package/components/navigation/basenav/basenav.component.d.ts +24 -0
- package/components/navigation/basenav/basenav.component.d.ts.map +1 -0
- package/components/navigation/basenav/basenav.props.d.ts +12 -0
- package/components/navigation/basenav/basenav.props.d.ts.map +1 -0
- package/components/navigation/basenav/basenav.props.js +5 -5
- package/components/navigation/basenav/basenav.props.js.map +1 -1
- package/components/navigation/basenav/basenav.styles.d.ts +4 -0
- package/components/navigation/basenav/basenav.styles.d.ts.map +1 -0
- package/components/navigation/menu/menu.component.d.ts +14 -0
- package/components/navigation/menu/menu.component.d.ts.map +1 -0
- package/components/navigation/menu/menu.props.d.ts +12 -0
- package/components/navigation/menu/menu.props.d.ts.map +1 -0
- package/components/navigation/menu/menu.props.js +3 -0
- package/components/navigation/menu/menu.props.js.map +1 -1
- package/components/navigation/menu/menu.styles.d.ts +9 -0
- package/components/navigation/menu/menu.styles.d.ts.map +1 -0
- package/components/navigation/navbar/navbar.component.d.ts +18 -0
- package/components/navigation/navbar/navbar.component.d.ts.map +1 -0
- package/components/navigation/navbar/navbar.props.d.ts +17 -0
- package/components/navigation/navbar/navbar.props.d.ts.map +1 -0
- package/components/navigation/navbar/navbar.props.js +4 -1
- package/components/navigation/navbar/navbar.props.js.map +1 -1
- package/components/navigation/navbar/navbar.styles.d.ts +10 -0
- package/components/navigation/navbar/navbar.styles.d.ts.map +1 -0
- package/components/navigation/navitem/navitem.component.d.ts +15 -0
- package/components/navigation/navitem/navitem.component.d.ts.map +1 -0
- package/components/navigation/navitem/navitem.props.d.ts +21 -0
- package/components/navigation/navitem/navitem.props.d.ts.map +1 -0
- package/components/navigation/navitem/navitem.props.js +7 -4
- package/components/navigation/navitem/navitem.props.js.map +1 -1
- package/components/navigation/navitem/navitem.styles.d.ts +11 -0
- package/components/navigation/navitem/navitem.styles.d.ts.map +1 -0
- package/components/navigation/popover/popover.component.d.ts +36 -0
- package/components/navigation/popover/popover.component.d.ts.map +1 -0
- package/components/navigation/popover/popover.component.js +1 -5
- package/components/navigation/popover/popover.component.js.map +1 -1
- package/components/navigation/popover/popover.props.d.ts +35 -0
- package/components/navigation/popover/popover.props.d.ts.map +1 -0
- package/components/navigation/popover/popover.props.js +17 -12
- package/components/navigation/popover/popover.props.js.map +1 -1
- package/components/navigation/popover/popover.styles.d.ts +16 -0
- package/components/navigation/popover/popover.styles.d.ts.map +1 -0
- package/components/page/content/content.component.d.ts +11 -0
- package/components/page/content/content.component.d.ts.map +1 -0
- package/components/page/content/content.props.d.ts +6 -0
- package/components/page/content/content.props.d.ts.map +1 -0
- package/components/page/content/content.props.js.map +1 -1
- package/components/page/content/content.styles.d.ts +4 -0
- package/components/page/content/content.styles.d.ts.map +1 -0
- package/components/page/left-panel/left-panel.component.d.ts +15 -0
- package/components/page/left-panel/left-panel.component.d.ts.map +1 -0
- package/components/page/left-panel/left-panel.props.d.ts +11 -0
- package/components/page/left-panel/left-panel.props.d.ts.map +1 -0
- package/components/page/left-panel/left-panel.props.js +3 -0
- package/components/page/left-panel/left-panel.props.js.map +1 -1
- package/components/page/left-panel/left-panel.styles.d.ts +4 -0
- package/components/page/left-panel/left-panel.styles.d.ts.map +1 -0
- package/components/page/page-content/page-content.component.d.ts +26 -0
- package/components/page/page-content/page-content.component.d.ts.map +1 -0
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/components/page/page-content/page-content.props.d.ts +17 -0
- package/components/page/page-content/page-content.props.d.ts.map +1 -0
- package/components/page/page-content/page-content.props.js +6 -3
- package/components/page/page-content/page-content.props.js.map +1 -1
- package/components/page/page-content/page-content.styles.d.ts +7 -0
- package/components/page/page-content/page-content.styles.d.ts.map +1 -0
- package/components/page/page.component.d.ts +16 -0
- package/components/page/page.component.d.ts.map +1 -0
- package/components/page/page.props.d.ts +15 -0
- package/components/page/page.props.d.ts.map +1 -0
- package/components/page/page.props.js +5 -1
- package/components/page/page.props.js.map +1 -1
- package/components/page/page.styles.d.ts +7 -0
- package/components/page/page.styles.d.ts.map +1 -0
- package/components/page/partial/partial.component.d.ts +12 -0
- package/components/page/partial/partial.component.d.ts.map +1 -0
- package/components/page/partial/partial.props.d.ts +6 -0
- package/components/page/partial/partial.props.d.ts.map +1 -0
- package/components/page/partial/partial.props.js.map +1 -1
- package/components/page/partial/partial.styles.d.ts +7 -0
- package/components/page/partial/partial.styles.d.ts.map +1 -0
- package/components/page/partial-container/partial-container.component.d.ts +11 -0
- package/components/page/partial-container/partial-container.component.d.ts.map +1 -0
- package/components/page/partial-container/partial-container.component.js.map +1 -1
- package/components/page/partial-container/partial-container.props.d.ts +11 -0
- package/components/page/partial-container/partial-container.props.d.ts.map +1 -0
- package/components/page/partial-container/partial-container.props.js +5 -2
- package/components/page/partial-container/partial-container.props.js.map +1 -1
- package/components/page/partial-container/partial-container.styles.d.ts +4 -0
- package/components/page/partial-container/partial-container.styles.d.ts.map +1 -0
- package/components/page/tabbar/curve.d.ts +2 -0
- package/components/page/tabbar/curve.d.ts.map +1 -0
- package/components/page/tabbar/tabbar.component.d.ts +42 -0
- package/components/page/tabbar/tabbar.component.d.ts.map +1 -0
- package/components/page/tabbar/tabbar.props.d.ts +15 -0
- package/components/page/tabbar/tabbar.props.d.ts.map +1 -0
- package/components/page/tabbar/tabbar.props.js +5 -2
- package/components/page/tabbar/tabbar.props.js.map +1 -1
- package/components/page/tabbar/tabbar.styles.d.ts +20 -0
- package/components/page/tabbar/tabbar.styles.d.ts.map +1 -0
- package/components/prefab/prefab-container.component.d.ts +12 -0
- package/components/prefab/prefab-container.component.d.ts.map +1 -0
- package/components/prefab/prefab-container.props.d.ts +6 -0
- package/components/prefab/prefab-container.props.d.ts.map +1 -0
- package/components/prefab/prefab-container.props.js.map +1 -1
- package/components/prefab/prefab-container.styles.d.ts +7 -0
- package/components/prefab/prefab-container.styles.d.ts.map +1 -0
- package/core/AppConfig.d.ts +46 -0
- package/core/AppConfig.d.ts.map +1 -0
- package/core/accessibility.d.ts +61 -0
- package/core/accessibility.d.ts.map +1 -0
- package/core/asset.provider.d.ts +4 -0
- package/core/asset.provider.d.ts.map +1 -0
- package/core/base.component.d.ts +191 -0
- package/core/base.component.d.ts.map +1 -0
- package/core/base.component.js +7 -10
- package/core/base.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.component.d.ts +4 -0
- package/core/components/error-fallback/error-fallback.component.d.ts.map +1 -0
- package/core/components/error-fallback/error-fallback.component.js +18 -50
- package/core/components/error-fallback/error-fallback.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.styles.d.ts +29 -0
- package/core/components/error-fallback/error-fallback.styles.d.ts.map +1 -0
- package/core/components/error-fallback/error-fallback.styles.js +1 -4
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
- package/core/components/floatinglabel.component.d.ts +8 -0
- package/core/components/floatinglabel.component.d.ts.map +1 -0
- package/core/components/sticky-base.component.d.ts +31 -0
- package/core/components/sticky-base.component.d.ts.map +1 -0
- package/core/components/sticky-container.component.d.ts +14 -0
- package/core/components/sticky-container.component.d.ts.map +1 -0
- package/core/components/sticky-container.styles.d.ts +11 -0
- package/core/components/sticky-container.styles.d.ts.map +1 -0
- package/core/components/sticky-nav.component.d.ts +14 -0
- package/core/components/sticky-nav.component.d.ts.map +1 -0
- package/core/components/textinput.component.d.ts +17 -0
- package/core/components/textinput.component.d.ts.map +1 -0
- package/core/constant.service.d.ts +18 -0
- package/core/constant.service.d.ts.map +1 -0
- package/core/constants/currency-constants.d.ts +1073 -0
- package/core/constants/currency-constants.d.ts.map +1 -0
- package/core/currency-constants.d.ts +2 -0
- package/core/currency-constants.d.ts.map +1 -0
- package/core/device/av-service.d.ts +13 -0
- package/core/device/av-service.d.ts.map +1 -0
- package/core/device/calendar-service.d.ts +25 -0
- package/core/device/calendar-service.d.ts.map +1 -0
- package/core/device/camera-service.d.ts +27 -0
- package/core/device/camera-service.d.ts.map +1 -0
- package/core/device/contacts-service.d.ts +17 -0
- package/core/device/contacts-service.d.ts.map +1 -0
- package/core/device/fileupload-service.d.ts +7 -0
- package/core/device/fileupload-service.d.ts.map +1 -0
- package/core/device/location-service.d.ts +17 -0
- package/core/device/location-service.d.ts.map +1 -0
- package/core/device/openfile-service.d.ts +52 -0
- package/core/device/openfile-service.d.ts.map +1 -0
- package/core/device/scan-service.d.ts +13 -0
- package/core/device/scan-service.d.ts.map +1 -0
- package/core/display.manager.d.ts +12 -0
- package/core/display.manager.d.ts.map +1 -0
- package/core/error-boundary.component.d.ts +21 -0
- package/core/error-boundary.component.d.ts.map +1 -0
- package/core/error-boundary.component.js +1 -17
- package/core/error-boundary.component.js.map +1 -1
- package/core/event-notifier.d.ts +14 -0
- package/core/event-notifier.d.ts.map +1 -0
- package/core/file-extension-types.d.ts +2 -0
- package/core/file-extension-types.d.ts.map +1 -0
- package/core/fixed-view.component.d.ts +33 -0
- package/core/fixed-view.component.d.ts.map +1 -0
- package/core/fixed-view.component.js +2 -19
- package/core/fixed-view.component.js.map +1 -1
- package/core/formatters.d.ts +28 -0
- package/core/formatters.d.ts.map +1 -0
- package/core/i18n.service.d.ts +6 -0
- package/core/i18n.service.d.ts.map +1 -0
- package/core/if.component.d.ts +12 -0
- package/core/if.component.d.ts.map +1 -0
- package/core/imageSizeEstimator.d.ts +14 -0
- package/core/imageSizeEstimator.d.ts.map +1 -0
- package/core/injector.d.ts +18 -0
- package/core/injector.d.ts.map +1 -0
- package/core/key.extractor.d.ts +7 -0
- package/core/key.extractor.d.ts.map +1 -0
- package/core/logger.d.ts +26 -0
- package/core/logger.d.ts.map +1 -0
- package/core/modal.service.d.ts +22 -0
- package/core/modal.service.d.ts.map +1 -0
- package/core/navigation.service.d.ts +32 -0
- package/core/navigation.service.d.ts.map +1 -0
- package/core/network.service.d.ts +114 -0
- package/core/network.service.d.ts.map +1 -0
- package/core/partial.service.d.ts +10 -0
- package/core/partial.service.d.ts.map +1 -0
- package/core/props.provider.d.ts +19 -0
- package/core/props.provider.d.ts.map +1 -0
- package/core/responsive.utils.d.ts +24 -0
- package/core/responsive.utils.d.ts.map +1 -0
- package/core/screen-capture-protection.service.d.ts +8 -0
- package/core/screen-capture-protection.service.d.ts.map +1 -0
- package/core/scroll-view.component.d.ts +19 -0
- package/core/scroll-view.component.d.ts.map +1 -0
- package/core/secure-storage.service.d.ts +10 -0
- package/core/secure-storage.service.d.ts.map +1 -0
- package/core/security.service.d.ts +13 -0
- package/core/security.service.d.ts.map +1 -0
- package/core/spinner.service.d.ts +13 -0
- package/core/spinner.service.d.ts.map +1 -0
- package/core/sticky-view.component.d.ts +21 -0
- package/core/sticky-view.component.d.ts.map +1 -0
- package/core/sticky-wrapper.d.ts +31 -0
- package/core/sticky-wrapper.d.ts.map +1 -0
- package/core/storage.service.d.ts +11 -0
- package/core/storage.service.d.ts.map +1 -0
- package/core/tappable.component.d.ts +40 -0
- package/core/tappable.component.d.ts.map +1 -0
- package/core/tappable.component.js +4 -7
- package/core/tappable.component.js.map +1 -1
- package/core/testid.provider.d.ts +4 -0
- package/core/testid.provider.d.ts.map +1 -0
- package/core/toast.service.d.ts +24 -0
- package/core/toast.service.d.ts.map +1 -0
- package/core/toast.service.js.map +1 -1
- package/core/ui-preferences.context.d.ts +11 -0
- package/core/ui-preferences.context.d.ts.map +1 -0
- package/core/utils.d.ts +167 -0
- package/core/utils.d.ts.map +1 -0
- package/core/viewport.d.ts +19 -0
- package/core/viewport.d.ts.map +1 -0
- package/core/wm-component-tree.d.ts +22 -0
- package/core/wm-component-tree.d.ts.map +1 -0
- package/gestures/carousel-swipe.animation.d.ts +56 -0
- package/gestures/carousel-swipe.animation.d.ts.map +1 -0
- package/gestures/swipe.animation.d.ts +51 -0
- package/gestures/swipe.animation.d.ts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -0
- package/package.json +2 -2
- package/runtime/App.d.ts +129 -0
- package/runtime/App.d.ts.map +1 -0
- package/runtime/App.js +13 -124
- package/runtime/App.js.map +1 -1
- package/runtime/App.navigator.d.ts +11 -0
- package/runtime/App.navigator.d.ts.map +1 -0
- package/runtime/base-customwidget.component.d.ts +24 -0
- package/runtime/base-customwidget.component.d.ts.map +1 -0
- package/runtime/base-fragment.component.d.ts +91 -0
- package/runtime/base-fragment.component.d.ts.map +1 -0
- package/runtime/base-fragment.component.js +1 -1
- package/runtime/base-fragment.component.js.map +1 -1
- package/runtime/base-page.component.d.ts +42 -0
- package/runtime/base-page.component.d.ts.map +1 -0
- package/runtime/base-page.component.js +2 -11
- package/runtime/base-page.component.js.map +1 -1
- package/runtime/base-partial.component.d.ts +29 -0
- package/runtime/base-partial.component.d.ts.map +1 -0
- package/runtime/base-prefab.component.d.ts +29 -0
- package/runtime/base-prefab.component.d.ts.map +1 -0
- package/runtime/lib-patch.d.ts +8 -0
- package/runtime/lib-patch.d.ts.map +1 -0
- package/runtime/memo.component.d.ts +20 -0
- package/runtime/memo.component.d.ts.map +1 -0
- package/runtime/navigator/drawer.navigator.d.ts +14 -0
- package/runtime/navigator/drawer.navigator.d.ts.map +1 -0
- package/runtime/navigator/drawer.navigator.js +0 -1
- package/runtime/navigator/drawer.navigator.js.map +1 -1
- package/runtime/navigator/stack.navigator.d.ts +8 -0
- package/runtime/navigator/stack.navigator.d.ts.map +1 -0
- package/runtime/platform.api.d.ts +13 -0
- package/runtime/platform.api.d.ts.map +1 -0
- package/runtime/services/app-display-manager.service.d.ts +16 -0
- package/runtime/services/app-display-manager.service.d.ts.map +1 -0
- package/runtime/services/app-i18n.service.d.ts +33 -0
- package/runtime/services/app-i18n.service.d.ts.map +1 -0
- package/runtime/services/app-modal.service.d.ts +19 -0
- package/runtime/services/app-modal.service.d.ts.map +1 -0
- package/runtime/services/app-security.service.d.ts +30 -0
- package/runtime/services/app-security.service.d.ts.map +1 -0
- package/runtime/services/app-spinner.service.d.ts +20 -0
- package/runtime/services/app-spinner.service.d.ts.map +1 -0
- package/runtime/services/app-toast.service.d.ts +13 -0
- package/runtime/services/app-toast.service.d.ts.map +1 -0
- package/runtime/services/device/calendar-service.d.ts +11 -0
- package/runtime/services/device/calendar-service.d.ts.map +1 -0
- package/runtime/services/device/camera-service.d.ts +63 -0
- package/runtime/services/device/camera-service.d.ts.map +1 -0
- package/runtime/services/device/camera-service.js +20 -31
- package/runtime/services/device/camera-service.js.map +1 -1
- package/runtime/services/device/contacts-service.d.ts +7 -0
- package/runtime/services/device/contacts-service.d.ts.map +1 -0
- package/runtime/services/device/location-service.d.ts +6 -0
- package/runtime/services/device/location-service.d.ts.map +1 -0
- package/runtime/services/device/permission-service.d.ts +7 -0
- package/runtime/services/device/permission-service.d.ts.map +1 -0
- package/runtime/services/device/permissions.d.ts +5 -0
- package/runtime/services/device/permissions.d.ts.map +1 -0
- package/runtime/services/device/scan-service.d.ts +19 -0
- package/runtime/services/device/scan-service.d.ts.map +1 -0
- package/runtime/services/partial.service.d.ts +12 -0
- package/runtime/services/partial.service.d.ts.map +1 -0
- package/runtime/services/webprocess.service.d.ts +10 -0
- package/runtime/services/webprocess.service.d.ts.map +1 -0
- package/runtime/watcher.d.ts +33 -0
- package/runtime/watcher.d.ts.map +1 -0
- package/styles/MediaQueryList.d.ts +6 -0
- package/styles/MediaQueryList.d.ts.map +1 -0
- package/styles/background.component.d.ts +57 -0
- package/styles/background.component.d.ts.map +1 -0
- package/styles/background.component.js +2 -2
- package/styles/background.component.js.map +1 -1
- package/styles/calc.d.ts +24 -0
- package/styles/calc.d.ts.map +1 -0
- package/styles/color-mix.d.ts +5 -0
- package/styles/color-mix.d.ts.map +1 -0
- package/styles/style-prop.validator.d.ts +4 -0
- package/styles/style-prop.validator.d.ts.map +1 -0
- package/styles/style-props.d.ts +49 -0
- package/styles/style-props.d.ts.map +1 -0
- package/styles/theme.d.ts +66 -0
- package/styles/theme.d.ts.map +1 -0
- package/styles/theme.js +11 -27
- package/styles/theme.js.map +1 -1
- package/styles/theme.variables.d.ts +379 -0
- package/styles/theme.variables.d.ts.map +1 -0
- package/styles/theme.variables.js +0 -2
- package/styles/theme.variables.js.map +1 -1
- package/variables/base-variable.d.ts +50 -0
- package/variables/base-variable.d.ts.map +1 -0
- package/variables/device/calendar/create-event.operation.d.ts +18 -0
- package/variables/device/calendar/create-event.operation.d.ts.map +1 -0
- package/variables/device/calendar/delete-event.operation.d.ts +14 -0
- package/variables/device/calendar/delete-event.operation.d.ts.map +1 -0
- package/variables/device/calendar/get-events.operation.d.ts +18 -0
- package/variables/device/calendar/get-events.operation.d.ts.map +1 -0
- package/variables/device/camera/capture-image.operation.d.ts +14 -0
- package/variables/device/camera/capture-image.operation.d.ts.map +1 -0
- package/variables/device/camera/capture-video.operation.d.ts +14 -0
- package/variables/device/camera/capture-video.operation.d.ts.map +1 -0
- package/variables/device/contacts/get-contacts.operation.d.ts +19 -0
- package/variables/device/contacts/get-contacts.operation.d.ts.map +1 -0
- package/variables/device/device/app-info.operation.d.ts +13 -0
- package/variables/device/device/app-info.operation.d.ts.map +1 -0
- package/variables/device/device/current-geo-position.operation.d.ts +31 -0
- package/variables/device/device/current-geo-position.operation.d.ts.map +1 -0
- package/variables/device/device/device-info.operation.d.ts +11 -0
- package/variables/device/device/device-info.operation.d.ts.map +1 -0
- package/variables/device/device/network-info.operation.d.ts +14 -0
- package/variables/device/device/network-info.operation.d.ts.map +1 -0
- package/variables/device/device/vibrate.operation.d.ts +8 -0
- package/variables/device/device/vibrate.operation.d.ts.map +1 -0
- package/variables/device/file/open-file.operation.d.ts +31 -0
- package/variables/device/file/open-file.operation.d.ts.map +1 -0
- package/variables/device/file/upload-file.operation.d.ts +23 -0
- package/variables/device/file/upload-file.operation.d.ts.map +1 -0
- package/variables/device/operation.provider.d.ts +15 -0
- package/variables/device/operation.provider.d.ts.map +1 -0
- package/variables/device/scan/scan.operation.d.ts +21 -0
- package/variables/device/scan/scan.operation.d.ts.map +1 -0
- package/variables/device-variable.d.ts +10 -0
- package/variables/device-variable.d.ts.map +1 -0
- package/variables/http.service.d.ts +11 -0
- package/variables/http.service.d.ts.map +1 -0
- package/variables/live-variable.d.ts +44 -0
- package/variables/live-variable.d.ts.map +1 -0
- package/variables/model-variable.d.ts +10 -0
- package/variables/model-variable.d.ts.map +1 -0
- package/variables/service-variable.d.ts +33 -0
- package/variables/service-variable.d.ts.map +1 -0
- package/variables/utils/dataset-util.d.ts +32 -0
- package/variables/utils/dataset-util.d.ts.map +1 -0
- package/variables/utils/inflight-queue.d.ts +36 -0
- package/variables/utils/inflight-queue.d.ts.map +1 -0
- package/variables/utils/variable.constants.d.ts +22 -0
- package/variables/utils/variable.constants.d.ts.map +1 -0
- package/variables/utils/variable.utils.d.ts +21 -0
- package/variables/utils/variable.utils.d.ts.map +1 -0
- package/core/advanced-promise-rejection-tracker.js +0 -208
- package/core/advanced-promise-rejection-tracker.js.map +0 -1
- package/core/global-error-handler.service.js +0 -103
- package/core/global-error-handler.service.js.map +0 -1
- package/npm-shrinkwrap.json +0 -26091
- package/package-lock.json +0 -26091
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","View","EXPOImage","isNumber","Tappable","BaseComponent","BaseComponentState","ImageSizeEstimator","isFullPathUrl","AccessibilityWidgetType","getAccessibilityProps","WmPictureProps","DEFAULT_CLASS","Animatedview","createSkeleton","WmPictureState","constructor","args","_defineProperty","WmPicture","props","e","_this$styles","_this$styles2","_this$styles3","imageWidth","nativeEvent","layout","width","imageHeight","height","styles","root","includes","state","aspectratio","parseFloat","naturalImageHeight","naturalImageWidth","updateState","originalContainerWidth","originalContainerHeight","imageElement","loadImage","image","loadAsset","imageSrc","default","resolveAssetSource","cancel","getSize","cleanup","splice","indexOf","picturesource","_cleanupTracker","push","componentDidUpdate","prevProps","prevState","snapshot","forEach","func","onPropertyChange","name","$new","$old","_pictureSource","_picturePlaceHolder","createShape","shape","picture","borderRadius","theme","mergeStyle","getStyle","getContentFit","resizemode","mapping","toLowerCase","getElementToShow","imgSrc","shapeStyles","elementToshow","source","imgStyle","createElement","uri","_props$resizemode","_props$resizemode2","_extends","cachePolicy","getTestProps","style","fastload","opacity","contentFit","resizeMode","renderSkeleton","_this$styles$root","_shapeStyles$root","_shapeStyles$picture","_this$styles$root2","_shapeStyles$root2","_shapeStyles$picture2","_this$styles$root3","_shapeStyles$picture3","_shapeStyles$root3","_this$styles$root4","skeletonWidth","skeletonwidth","skeletonHeight","skeletonheight","skeleton","calculateBasedOnaspectratio","calculateBasedOnNaturalDimensions","widthAndHeightExistsInProps","renderWidget","_shapeStyles$picture4","aspectDimensions","naturalDimensions","dimensions","pictureplaceholder","isSvg","onLayout","event","handleLayout","_background","overflow","onViewLayoutChange","disableTouchEffect","disabletoucheffect","getTestPropsForAction","rippleColor","target","entryanimation","animation","delay","animationdelay","accessibilityProps","PICTURE","showImage"],"sources":["picture.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, Image, LayoutChangeEvent, View } from 'react-native';\nimport {Image as EXPOImage} from 'expo-image';\nimport { isNumber } from 'lodash-es';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ImageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmPictureProps from './picture.props';\nimport { DEFAULT_CLASS, WmPictureStyles } from './picture.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport WmSkeleton, { createSkeleton } from '../skeleton/skeleton.component';\n\nexport class WmPictureState extends BaseComponentState<WmPictureProps> {\n naturalImageWidth: number = 0;\n naturalImageHeight: number = 0;\n imageWidth: number = 0;\n imageHeight: number = 0;\n originalContainerWidth: number = 0;\n originalContainerHeight: number = 0;\n}\n\nexport default class WmPicture extends BaseComponent<WmPictureProps, WmPictureState, WmPictureStyles> {\n\n private _pictureSource = null as any;\n private _picturePlaceHolder = null as any;\n\n // The below property will be used to track and remove the calculateImageSize listenrs of individual picturesource\n private _cleanupTracker = {} as any\n\n constructor(props: WmPictureProps) {\n super(props, DEFAULT_CLASS, new WmPictureProps());\n }\n\n loadImage(image: string | undefined) {\n if (!image || !this.loadAsset) {\n return null;\n }\n const imageSrc = this.loadAsset(image) as any;\n if (imageSrc && typeof imageSrc === 'object' && typeof imageSrc.default === 'function') {\n return null;\n }\n // if(this.state.props.aspectratio) {\n // return imageSrc;\n // }\n if (isNumber(imageSrc)) {\n const {width, height} = Image.resolveAssetSource(imageSrc);\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n } else if (imageSrc !== null) {\n const cancel = ImageSizeEstimator.getSize(imageSrc, (width: number, height: number) => {\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n this.cleanup.splice(this.cleanup.indexOf(cancel), 1);\n });\n if(this.props.picturesource && this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource].push(cancel)\n } else if(this.props.picturesource && !this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource] = [];\n this._cleanupTracker[this.props.picturesource].push(cancel)\n }\n this.cleanup.push(cancel);\n }\n return imageSrc;\n }\n\n // Check if the image source prop is changed from previous update to remove all listeners\n componentDidUpdate(prevProps: Readonly<WmPictureProps>, prevState: Readonly<WmPictureState>, snapshot?: any): void {\n if(this.state.props.picturesource !== prevProps.picturesource) {\n if(prevProps.picturesource && this._cleanupTracker[prevProps.picturesource]) {\n this._cleanupTracker[prevProps.picturesource].forEach((func: any) => {\n func();\n }); \n this._cleanupTracker[prevProps.picturesource] = []\n delete this._cleanupTracker[prevProps.picturesource] \n }\n }\n super.componentDidUpdate(prevProps, prevState)\n }\n\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch(name) {\n case 'picturesource':\n this._pictureSource = null;\n case 'pictureplaceholder':\n this._picturePlaceHolder = null;\n break;\n }\n }\n\n onViewLayoutChange = (e: LayoutChangeEvent) => {\n let imageWidth = e.nativeEvent.layout.width;\n let imageHeight = e.nativeEvent.layout.height;\n if (!imageWidth && !imageHeight) {\n return;\n }\n if (!this.styles?.root.height\n || (typeof this.styles?.root.height === 'string'\n && !this.styles?.root.height.includes('%'))) {\n imageHeight = 0;\n }\n if(this.state.props.aspectratio && !imageHeight && imageWidth) {\n imageHeight = imageWidth / parseFloat(this.state.props.aspectratio as string)\n } else if (this.state.props.aspectratio && !imageWidth && imageHeight) {\n imageWidth = imageWidth * parseFloat(this.state.props.aspectratio as string)\n } else if (imageWidth && !imageHeight) {\n imageHeight = imageWidth * this.state.naturalImageHeight / this.state.naturalImageWidth;\n } else if (imageHeight && !imageWidth) {\n imageWidth = imageHeight * this.state.naturalImageWidth / this.state.naturalImageHeight;\n }\n this.updateState({\n imageWidth: imageWidth,\n imageHeight: imageHeight,\n originalContainerWidth: this.styles.root.width ? e.nativeEvent.layout.width : 0,\n originalContainerHeight: this.styles.root.height ? e.nativeEvent.layout.height: 0\n } as WmPictureState);\n };\n\n createShape(shape: string | undefined, imageWidth?: number | string): WmPictureStyles {\n if (shape) {\n switch(shape) {\n case 'circle':\n return {\n picture: {\n borderRadius: isNumber(imageWidth) ? imageWidth / 2 : 4\n }\n } as WmPictureStyles;\n case 'rounded' :\n return (this.theme.mergeStyle({}, this.theme.getStyle('rounded-image')));\n case 'thumbnail' :\n return (this.theme.mergeStyle({}, this.theme.getStyle('thumbnail-image')));\n }\n }\n return {} as WmPictureStyles;\n }\n\n private getContentFit(resizemode: string): 'contain' | 'cover' | 'fill' | 'scale-down' | 'none' {\n if (!resizemode) return 'cover';\n const mapping: Record<string, 'contain' | 'cover' | 'fill' | 'scale-down' | 'none'> = {\n 'contain': 'contain',\n 'cover': 'cover',\n 'fill': 'fill',\n 'none': 'none',\n 'scale-down': 'scale-down',\n 'stretch': 'fill',\n 'center': 'none',\n 'repeat': 'none',\n };\n return mapping[resizemode?.toLowerCase()] || 'cover';\n }\n\n getElementToShow(props: WmPictureProps, imgSrc: any, shapeStyles: WmPictureStyles) {\n let elementToshow, source;\n if (imgSrc && typeof imgSrc === 'object' && typeof imgSrc?.default === 'function') {\n let imgStyle : any = {};\n if (props.resizemode === 'contain') {\n imgStyle['width'] = '100%';\n imgStyle['height'] = '100%';\n }\n elementToshow = React.createElement(imgSrc?.default, imgStyle);\n //} else if (!isWebPreviewMode() && props.isSvg) {\n // svg from uri\n // elementToshow = <SvgUri testID={this.getTestId('picture')} width={this.styles.root.width as NumberProp} height={this.styles.root.height as NumberProp} uri={imgSrc}/>;\n } else if (isFullPathUrl(imgSrc)) {\n source = {\n uri: imgSrc\n };\n } else {\n source = imgSrc;\n }\n if (this.state.naturalImageWidth || this.state.props.aspectratio) {\n\n if (props.resizemode?.toLowerCase() !== 'repeat' && props.resizemode?.toLowerCase() !== 'center') {\n elementToshow = (\n // * INFO: if any issue arises like freezing of application because of \n // * rendering large number of images, check the cache policy.\n <EXPOImage\n cachePolicy='memory' \n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n contentFit={this.getContentFit(props.resizemode)}\n source={source}\n />\n );\n }\n else {\n elementToshow = (\n <Image\n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n resizeMode={props.resizemode}\n source={source}\n />\n ); \n }\n }\n return elementToshow;\n }\n\n public renderSkeleton(props: WmPictureProps){\n const imageWidth = this.state.imageWidth;\n const imageHeight = this.state.imageHeight;\n const shapeStyles = this.createShape(this.props.shape, imageWidth);\n const skeletonWidth = this.props.skeletonwidth || this.styles.root?.width || shapeStyles.root?.width || shapeStyles.picture?.width || imageWidth;\n const skeletonHeight = this.props.skeletonheight || this.styles.root?.height || shapeStyles.root?.height || shapeStyles.picture?.height || imageHeight;\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n borderRadius: this.props.shape == 'circle' && this.styles.root?.width ? 25 : shapeStyles.picture?.borderRadius || shapeStyles.root?.borderRadius || this.styles.root?.borderRadius || 4,\n width: skeletonWidth as DimensionValue,\n height: skeletonHeight as DimensionValue\n });\n }\n\n showImage = (imageElement: any, props: WmPictureProps) => {\n return imageElement;\n }\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnaspectratio(): {imageWidth: number, imageHeight: number} | null {\n if(this.state.props.aspectratio) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth / parseFloat(this.state.props.aspectratio as string),\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * parseFloat(this.state.props.aspectratio as string),\n }\n }\n }\n return null\n }\n \n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnNaturalDimensions(): {imageWidth: number, imageHeight: number} | null {\n // No need to calculate width & height if the user already passign them explicitly from props. \n const widthAndHeightExistsInProps = this.styles.root.width && this.styles.root.height\n if(!this.state.props.aspectratio && !widthAndHeightExistsInProps) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth * this.state.naturalImageHeight / this.state.naturalImageWidth,\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * this.state.naturalImageWidth / this.state.naturalImageHeight\n }\n }\n }\n return null\n }\n \n\n renderWidget(props: WmPictureProps) {\n let imageWidth = this.state.imageWidth;\n let imageHeight = this.state.imageHeight;\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n const aspectDimensions = this.calculateBasedOnaspectratio();\n const naturalDimensions = this.calculateBasedOnNaturalDimensions();\n if(aspectDimensions) {\n const dimensions = aspectDimensions as {imageWidth: number, imageHeight: number}\n imageWidth = dimensions.imageWidth;\n imageHeight = dimensions.imageHeight\n } else if(naturalDimensions) {\n const dimensions = naturalDimensions as {imageWidth: number, imageHeight: number}\n imageHeight = dimensions.imageHeight\n imageWidth = dimensions.imageWidth\n }\n const shapeStyles = this.createShape(props.shape, imageWidth);\n this._pictureSource = this._pictureSource || this.loadImage(props.picturesource);\n this._picturePlaceHolder = props.fastload ? \n (this._pictureSource || this._picturePlaceHolder || this.loadImage(props.pictureplaceholder)) :\n (this._picturePlaceHolder || this.loadImage(props.pictureplaceholder));\n const imgSrc: any = this._pictureSource || this._picturePlaceHolder;\n let elementToshow;\n if (imgSrc) {\n elementToshow = this.getElementToShow(props, imgSrc, shapeStyles);\n }\n return imgSrc && (this.state.naturalImageWidth || props.isSvg || props.aspectratio) ? (\n <View \n style={[{\n width: imageWidth,\n height: imageHeight\n }, this.styles.root, shapeStyles.root, shapeStyles.picture]}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <View style={[{overflow: 'hidden', width: '100%',\n height: '100%'}]} onLayout={this.onViewLayoutChange}>\n <Tappable\n disableTouchEffect={this.state.props.disabletoucheffect}\n {...this.getTestPropsForAction()}\n rippleColor={this.styles.root.rippleColor}\n target={this} styles={{width: imageWidth ? null : '100%', height: imageHeight ? null : '100%'}}>\n <Animatedview entryanimation={props.animation} delay={props.animationdelay} style={[{\n height: imageHeight,\n width: imageWidth,\n borderRadius: shapeStyles.picture?.borderRadius\n }]}\n accessibilityProps={{...getAccessibilityProps(AccessibilityWidgetType.PICTURE, props)}}>\n {this.showImage(elementToshow, props)}\n </Animatedview>\n </Tappable>\n </View>\n </View>\n ): null;\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","Image","View","EXPOImage","isNumber","isString","Tappable","BaseComponent","BaseComponentState","ImageSizeEstimator","isFullPathUrl","AccessibilityWidgetType","getAccessibilityProps","WmPictureProps","DEFAULT_CLASS","Animatedview","createSkeleton","WmPictureState","constructor","args","_defineProperty","WmPicture","props","e","_this$styles","_this$styles2","_this$styles3","imageWidth","nativeEvent","layout","width","imageHeight","height","styles","root","includes","state","aspectratio","parseFloat","naturalImageHeight","naturalImageWidth","updateState","originalContainerWidth","originalContainerHeight","imageElement","loadImage","image","loadAsset","imageSrc","default","resolveAssetSource","cancel","getSize","cleanup","splice","indexOf","picturesource","_cleanupTracker","push","componentDidUpdate","prevProps","prevState","snapshot","forEach","func","onPropertyChange","name","$new","$old","_pictureSource","_picturePlaceHolder","createShape","shape","picture","borderRadius","theme","getStyle","getElementToShow","imgSrc","shapeStyles","elementToshow","source","imgStyle","resizemode","createElement","uri","_extends","cachePolicy","getTestProps","style","fastload","opacity","contentFit","renderSkeleton","_this$styles$root","_shapeStyles$root","_shapeStyles$picture","_this$styles$root2","_shapeStyles$root2","_shapeStyles$picture2","_this$styles$root3","_shapeStyles$picture3","_shapeStyles$root3","_this$styles$root4","skeletonWidth","skeletonwidth","skeletonHeight","skeletonheight","skeleton","calculateBasedOnaspectratio","calculateBasedOnNaturalDimensions","widthAndHeightExistsInProps","renderWidget","_shapeStyles$picture4","aspectDimensions","naturalDimensions","dimensions","pictureplaceholder","isSvg","onLayout","event","handleLayout","_background","overflow","onViewLayoutChange","disableTouchEffect","disabletoucheffect","getTestPropsForAction","rippleColor","target","entryanimation","animation","delay","animationdelay","accessibilityProps","PICTURE","showImage"],"sources":["picture.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, Image, LayoutChangeEvent, View } from 'react-native';\nimport {Image as EXPOImage} from 'expo-image';\nimport { isNumber, isString } from 'lodash-es';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ImageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmPictureProps from './picture.props';\nimport { DEFAULT_CLASS, WmPictureStyles } from './picture.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport WmSkeleton, { createSkeleton } from '../skeleton/skeleton.component';\n\nexport class WmPictureState extends BaseComponentState<WmPictureProps> {\n naturalImageWidth: number = 0;\n naturalImageHeight: number = 0;\n imageWidth: number = 0;\n imageHeight: number = 0;\n originalContainerWidth: number = 0;\n originalContainerHeight: number = 0;\n}\n\nexport default class WmPicture extends BaseComponent<WmPictureProps, WmPictureState, WmPictureStyles> {\n\n private _pictureSource = null as any;\n private _picturePlaceHolder = null as any;\n\n // The below property will be used to track and remove the calculateImageSize listenrs of individual picturesource\n private _cleanupTracker = {} as any\n\n constructor(props: WmPictureProps) {\n super(props, DEFAULT_CLASS, new WmPictureProps());\n }\n\n loadImage(image: string | number | undefined) {\n if (!image || !this.loadAsset) {\n return null;\n }\n const imageSrc = isString(image) ? this.loadAsset(image) as any : image;\n if (imageSrc && typeof imageSrc === 'object' && typeof imageSrc.default === 'function') {\n return null;\n }\n // if(this.state.props.aspectratio) {\n // return imageSrc;\n // }\n if (isNumber(imageSrc)) {\n const {width, height} = Image.resolveAssetSource(imageSrc);\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n } else if (imageSrc !== null) {\n const cancel = ImageSizeEstimator.getSize(imageSrc, (width: number, height: number) => {\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n this.cleanup.splice(this.cleanup.indexOf(cancel), 1);\n });\n if(this.props.picturesource && this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource].push(cancel)\n } else if(this.props.picturesource && !this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource] = [];\n this._cleanupTracker[this.props.picturesource].push(cancel)\n }\n this.cleanup.push(cancel);\n }\n return imageSrc;\n }\n\n // Check if the image source prop is changed from previous update to remove all listeners\n componentDidUpdate(prevProps: Readonly<WmPictureProps>, prevState: Readonly<WmPictureState>, snapshot?: any): void {\n if(this.state.props.picturesource !== prevProps.picturesource) {\n if(prevProps.picturesource && this._cleanupTracker[prevProps.picturesource]) {\n this._cleanupTracker[prevProps.picturesource].forEach((func: any) => {\n func();\n }); \n this._cleanupTracker[prevProps.picturesource] = []\n delete this._cleanupTracker[prevProps.picturesource] \n }\n }\n super.componentDidUpdate(prevProps, prevState)\n }\n\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch(name) {\n case 'picturesource':\n this._pictureSource = null;\n case 'pictureplaceholder':\n this._picturePlaceHolder = null;\n break;\n }\n }\n\n onViewLayoutChange = (e: LayoutChangeEvent) => {\n let imageWidth = e.nativeEvent.layout.width;\n let imageHeight = e.nativeEvent.layout.height;\n if (!imageWidth && !imageHeight) {\n return;\n }\n if (!this.styles?.root.height\n || (typeof this.styles?.root.height === 'string'\n && !this.styles?.root.height.includes('%'))) {\n imageHeight = 0;\n }\n if(this.state.props.aspectratio && !imageHeight && imageWidth) {\n imageHeight = imageWidth / parseFloat(this.state.props.aspectratio as string)\n } else if (this.state.props.aspectratio && !imageWidth && imageHeight) {\n imageWidth = imageWidth * parseFloat(this.state.props.aspectratio as string)\n } else if (imageWidth && !imageHeight) {\n imageHeight = imageWidth * this.state.naturalImageHeight / this.state.naturalImageWidth;\n } else if (imageHeight && !imageWidth) {\n imageWidth = imageHeight * this.state.naturalImageWidth / this.state.naturalImageHeight;\n }\n this.updateState({\n imageWidth: imageWidth,\n imageHeight: imageHeight,\n originalContainerWidth: this.styles.root.width ? e.nativeEvent.layout.width : 0,\n originalContainerHeight: this.styles.root.height ? e.nativeEvent.layout.height: 0\n } as WmPictureState);\n };\n\n createShape(shape: string | undefined, imageWidth?: number | string): WmPictureStyles {\n if (shape) {\n switch(shape) {\n case 'circle':\n return {\n picture: {\n borderRadius: isNumber(imageWidth) ? imageWidth / 2 : 4\n }\n } as WmPictureStyles;\n case 'rounded' :\n return (this.theme.getStyle('rounded-image') as WmPictureStyles);\n case 'thumbnail' :\n return (this.theme.getStyle('thumbnail-image') as WmPictureStyles);\n }\n }\n return {} as WmPictureStyles;\n }\n\n getElementToShow(props: WmPictureProps, imgSrc: any, shapeStyles: WmPictureStyles) {\n let elementToshow, source;\n if (imgSrc && typeof imgSrc === 'object' && typeof imgSrc?.default === 'function') {\n let imgStyle : any = {};\n if (props.resizemode === 'contain') {\n imgStyle['width'] = '100%';\n imgStyle['height'] = '100%';\n }\n elementToshow = React.createElement(imgSrc?.default, imgStyle);\n //} else if (!isWebPreviewMode() && props.isSvg) {\n // svg from uri\n // elementToshow = <SvgUri testID={this.getTestId('picture')} width={this.styles.root.width as NumberProp} height={this.styles.root.height as NumberProp} uri={imgSrc}/>;\n } else if (isFullPathUrl(imgSrc)) {\n source = {\n uri: imgSrc\n };\n } else {\n source = imgSrc;\n }\n if (this.state.naturalImageWidth || this.state.props.aspectratio) {\n elementToshow = (\n // * INFO: if any issue arises like freezing of application because of \n // * rendering large number of images, check the cache policy.\n <EXPOImage\n cachePolicy='memory' \n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n contentFit={props.resizemode}\n source={source}\n />\n );\n }\n return elementToshow;\n }\n\n public renderSkeleton(props: WmPictureProps){\n const imageWidth = this.state.imageWidth;\n const imageHeight = this.state.imageHeight;\n const shapeStyles = this.createShape(this.props.shape, imageWidth);\n const skeletonWidth = this.props.skeletonwidth || this.styles.root?.width || shapeStyles.root?.width || shapeStyles.picture?.width || imageWidth;\n const skeletonHeight = this.props.skeletonheight || this.styles.root?.height || shapeStyles.root?.height || shapeStyles.picture?.height || imageHeight;\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n borderRadius: this.props.shape == 'circle' && this.styles.root?.width ? 25 : shapeStyles.picture?.borderRadius || shapeStyles.root?.borderRadius || this.styles.root?.borderRadius || 4,\n width: skeletonWidth as DimensionValue,\n height: skeletonHeight as DimensionValue\n });\n }\n\n showImage = (imageElement: any, props: WmPictureProps) => {\n return imageElement;\n }\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnaspectratio(): {imageWidth: number, imageHeight: number} | null {\n if(this.state.props.aspectratio) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth / parseFloat(this.state.props.aspectratio as string),\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * parseFloat(this.state.props.aspectratio as string),\n }\n }\n }\n return null\n }\n \n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnNaturalDimensions(): {imageWidth: number, imageHeight: number} | null {\n // No need to calculate width & height if the user already passign them explicitly from props. \n const widthAndHeightExistsInProps = this.styles.root.width && this.styles.root.height\n if(!this.state.props.aspectratio && !widthAndHeightExistsInProps) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth * this.state.naturalImageHeight / this.state.naturalImageWidth,\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * this.state.naturalImageWidth / this.state.naturalImageHeight\n }\n }\n }\n return null\n }\n \n\n renderWidget(props: WmPictureProps) {\n let imageWidth = this.state.imageWidth;\n let imageHeight = this.state.imageHeight;\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n const aspectDimensions = this.calculateBasedOnaspectratio();\n const naturalDimensions = this.calculateBasedOnNaturalDimensions();\n if(aspectDimensions) {\n const dimensions = aspectDimensions as {imageWidth: number, imageHeight: number}\n imageWidth = dimensions.imageWidth;\n imageHeight = dimensions.imageHeight\n } else if(naturalDimensions) {\n const dimensions = naturalDimensions as {imageWidth: number, imageHeight: number}\n imageHeight = dimensions.imageHeight\n imageWidth = dimensions.imageWidth\n }\n const shapeStyles = this.createShape(props.shape, imageWidth);\n this._pictureSource = this._pictureSource || this.loadImage(props.picturesource);\n this._picturePlaceHolder = props.fastload ? \n (this._pictureSource || this._picturePlaceHolder || this.loadImage(props.pictureplaceholder)) :\n (this._picturePlaceHolder || this.loadImage(props.pictureplaceholder));\n const imgSrc: any = this._pictureSource || this._picturePlaceHolder;\n let elementToshow;\n if (imgSrc) {\n elementToshow = this.getElementToShow(props, imgSrc, shapeStyles);\n }\n return imgSrc && (this.state.naturalImageWidth || props.isSvg || props.aspectratio) ? (\n <View \n style={[{\n width: imageWidth,\n height: imageHeight\n }, this.styles.root, shapeStyles.root, shapeStyles.picture]}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <View style={[{overflow: 'hidden', width: '100%',\n height: '100%'}]} onLayout={this.onViewLayoutChange}>\n <Tappable\n disableTouchEffect={this.state.props.disabletoucheffect}\n {...this.getTestPropsForAction()}\n rippleColor={this.styles.root.rippleColor}\n target={this} styles={{width: imageWidth ? null : '100%', height: imageHeight ? null : '100%'}}>\n <Animatedview entryanimation={props.animation} delay={props.animationdelay} style={[{\n height: imageHeight,\n width: imageWidth,\n borderRadius: shapeStyles.picture?.borderRadius\n }]}\n accessibilityProps={{...getAccessibilityProps(AccessibilityWidgetType.PICTURE, props)}}>\n {this.showImage(elementToshow, props)}\n </Animatedview>\n </Tappable>\n </View>\n </View>\n ): null;\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AccessibilityRole } from 'react-native';
|
|
2
|
+
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
import WmPicture from './picture.component';
|
|
4
|
+
export default class WmPictureProps extends BaseProps {
|
|
5
|
+
animation?: string;
|
|
6
|
+
animationdelay?: number;
|
|
7
|
+
picturesource?: string | number;
|
|
8
|
+
pictureplaceholder?: string | number;
|
|
9
|
+
shape?: string;
|
|
10
|
+
isSvg?: string;
|
|
11
|
+
resizemode?: any;
|
|
12
|
+
skeletonheight?: string;
|
|
13
|
+
skeletonwidth?: string;
|
|
14
|
+
accessible?: boolean;
|
|
15
|
+
accessibilitylabel?: string;
|
|
16
|
+
hint?: string;
|
|
17
|
+
accessibilityrole?: AccessibilityRole;
|
|
18
|
+
fastload?: boolean;
|
|
19
|
+
aspectratio?: string | number | null;
|
|
20
|
+
onTap?: ($event: any, instance: WmPicture) => any;
|
|
21
|
+
onDoubleTap?: ($event: any, instance: WmPicture) => any;
|
|
22
|
+
onLongTap?: ($event: any, instance: WmPicture) => any;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=picture.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picture.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/picture/picture.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAmB,MAAM,cAAc,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAE5C,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAa;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAQ;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,iBAAiB,CAAW;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAS;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;IAClD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;IACxD,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;CACvD"}
|
|
@@ -5,21 +5,24 @@ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
|
5
5
|
export default class WmPictureProps extends BaseProps {
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
|
-
_defineProperty(this, "animation",
|
|
9
|
-
_defineProperty(this, "animationdelay",
|
|
10
|
-
_defineProperty(this, "picturesource",
|
|
11
|
-
_defineProperty(this, "pictureplaceholder",
|
|
12
|
-
_defineProperty(this, "shape",
|
|
13
|
-
_defineProperty(this, "isSvg",
|
|
8
|
+
_defineProperty(this, "animation", void 0);
|
|
9
|
+
_defineProperty(this, "animationdelay", void 0);
|
|
10
|
+
_defineProperty(this, "picturesource", void 0);
|
|
11
|
+
_defineProperty(this, "pictureplaceholder", void 0);
|
|
12
|
+
_defineProperty(this, "shape", void 0);
|
|
13
|
+
_defineProperty(this, "isSvg", void 0);
|
|
14
14
|
_defineProperty(this, "resizemode", 'stretch');
|
|
15
|
-
_defineProperty(this, "skeletonheight",
|
|
16
|
-
_defineProperty(this, "skeletonwidth",
|
|
15
|
+
_defineProperty(this, "skeletonheight", void 0);
|
|
16
|
+
_defineProperty(this, "skeletonwidth", void 0);
|
|
17
17
|
_defineProperty(this, "accessible", true);
|
|
18
|
-
_defineProperty(this, "accessibilitylabel",
|
|
19
|
-
_defineProperty(this, "hint",
|
|
18
|
+
_defineProperty(this, "accessibilitylabel", void 0);
|
|
19
|
+
_defineProperty(this, "hint", void 0);
|
|
20
20
|
_defineProperty(this, "accessibilityrole", 'image');
|
|
21
21
|
_defineProperty(this, "fastload", false);
|
|
22
|
-
_defineProperty(this, "aspectratio",
|
|
22
|
+
_defineProperty(this, "aspectratio", void 0);
|
|
23
|
+
_defineProperty(this, "onTap", void 0);
|
|
24
|
+
_defineProperty(this, "onDoubleTap", void 0);
|
|
25
|
+
_defineProperty(this, "onLongTap", void 0);
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
//# sourceMappingURL=picture.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmPictureProps","constructor","args","_defineProperty"
|
|
1
|
+
{"version":3,"names":["BaseProps","WmPictureProps","constructor","args","_defineProperty"],"sources":["picture.props.ts"],"sourcesContent":["import { AccessibilityRole, ImageResizeMode } from 'react-native';\nimport { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmPicture from './picture.component';\n\nexport default class WmPictureProps extends BaseProps {\n animation?: string;\n animationdelay?: number;\n picturesource?: string | number;\n pictureplaceholder?: string | number;\n shape?: string;\n isSvg?: string;\n resizemode?: any = 'stretch';\n skeletonheight?: string;\n skeletonwidth?: string;\n accessible?: boolean = true;\n accessibilitylabel?: string;\n hint?: string;\n accessibilityrole?: AccessibilityRole = 'image';\n fastload?: boolean = false;\n aspectratio?: string | number | null;\n onTap?: ($event: any, instance: WmPicture) => any;\n onDoubleTap?: ($event: any, instance: WmPicture) => any;\n onLongTap?: ($event: any, instance: WmPicture) => any;\n}\n"],"mappings":";;;AACA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,qBAOjC,SAAS;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,qBAGL,IAAI;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,4BAGa,OAAO;IAAAA,eAAA,mBAC1B,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAK5B","ignoreList":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ImageStyle, ViewStyle } from 'react-native';
|
|
2
|
+
import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
import { WmSkeletonStyles } from '../skeleton/skeleton.styles';
|
|
4
|
+
export type WmPictureStyles = BaseStyles & {
|
|
5
|
+
picture: ImageStyle & ViewStyle;
|
|
6
|
+
skeleton: WmSkeletonStyles;
|
|
7
|
+
};
|
|
8
|
+
export declare const DEFAULT_CLASS = "app-picture";
|
|
9
|
+
//# sourceMappingURL=picture.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picture.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/picture/picture.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG;IACzC,OAAO,EAAE,UAAU,GAAG,SAAS,CAAC;IAChC,QAAQ,EAAE,gBAAgB,CAAA;CAC3B,CAAC;AAEF,eAAO,MAAM,aAAa,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
import WmProgressBarProps from './progress-bar.props';
|
|
4
|
+
import { WmProgressBarStyles } from './progress-bar.styles';
|
|
5
|
+
export declare class WmProgressBarState extends BaseComponentState<WmProgressBarProps> {
|
|
6
|
+
}
|
|
7
|
+
export default class WmProgressBar extends BaseComponent<WmProgressBarProps, WmProgressBarState, WmProgressBarStyles> {
|
|
8
|
+
constructor(props: WmProgressBarProps);
|
|
9
|
+
onTooltiptext: (minValue: number, maxValue: number, percentage: number) => any;
|
|
10
|
+
renderWidget(props: WmProgressBarProps): React.JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=progress-bar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGlG,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAiB,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI3E,qBAAa,kBAAmB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;CAAG;AAEjF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,aAAa,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,CAAC;gBAEvG,KAAK,EAAE,kBAAkB;IAIrC,aAAa,aAAc,MAAM,YAAY,MAAM,cAAc,MAAM,SAiBtE;IAED,YAAY,CAAC,KAAK,EAAE,kBAAkB;CAuEvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","ProgressBar","LinearGradient","ExpoLinearGradient","Tappable","BaseComponent","BaseComponentState","AccessibilityWidgetType","getAccessibilityProps","WmProgressBarProps","DEFAULT_CLASS","parseProgressBarLinearGradient","WmTooltip","WmProgressBarState","WmProgressBar","constructor","props","_defineProperty","minValue","maxValue","percentage","showtooltip","onTooltiptext","result","invokeEventCallback","undefined","proxy","renderWidget","_styles$root","_styles$progressBar","value","datavalue","minvalue","maxvalue","styles","theme","mergeStyle","getStyle","type","hasLinearGradient","color1","color2","start","end","root","progressBar","backgroundColor","gradientColors","valuePercent","Math","round","progressValue","min","max","progressWidth","createElement","style","onLayout","event","handleLayout","_background","target","width","height","disableTouchEffect","state","disabletoucheffect","_extends","getTestPropsForAction","PROGRESSBAR","animatedValue","color","colors","position","borderRadius","Fragment","left","bottom","justifyContent","alignItems","zIndex","showTooltip","text","direction","tooltipposition","tooltipStyle","tooltip","tooltipLabelStyle","tooltipLabel","tooltipTriangleStyle","tooltipTriangle"],"sources":["progress-bar.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { ProgressBar } from 'react-native-paper';\nimport { LinearGradient as ExpoLinearGradient } from 'expo-linear-gradient';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmProgressBarProps from './progress-bar.props';\nimport { DEFAULT_CLASS, WmProgressBarStyles } from './progress-bar.styles';\nimport { parseProgressBarLinearGradient } from '@wavemaker/app-rn-runtime/core/utils';\nimport WmTooltip from '../tooltip/tooltip.component';\n\nexport class WmProgressBarState extends BaseComponentState<WmProgressBarProps> {}\n\nexport default class WmProgressBar extends BaseComponent<WmProgressBarProps, WmProgressBarState, WmProgressBarStyles> {\n\n constructor(props: WmProgressBarProps) {\n super(props, DEFAULT_CLASS, new WmProgressBarProps());\n }\n\n onTooltiptext = (minValue: number, maxValue: number, percentage: number) => {\n if (this.props.showtooltip && this.props.onTooltiptext) {\n const result = this.invokeEventCallback('onTooltiptext', [\n undefined,\n this.proxy,\n minValue,\n maxValue,\n percentage\n ]);\n\n if (result) {\n return result;\n }\n }\n\n // Default fallback to percentage display\n return `${percentage}%`;\n }\n\n renderWidget(props: WmProgressBarProps) {\n let value = (props.datavalue - props.minvalue) / (props.maxvalue - props.minvalue);\n const styles = this.theme.mergeStyle(this.theme.getStyle(`app-${props.type}-progress-bar`), this.styles);\n const {hasLinearGradient, color1, color2, start, end} = parseProgressBarLinearGradient(styles?.root?.progressBar?.backgroundColor as string);\n const gradientColors: [string, string, ...string[]] = [color1, color2];\n const valuePercent = `${Math.round(value * 100)}%`;\n const percentage = Math.round(value * 100);\n const progressValue = Math.min(Math.max(value, 0), 1); // Ensure value is between 0 and 1\n const progressWidth = progressValue * 100;\n\n return (\n <View \n style={styles.root}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <Tappable target={this} styles={{root:{width: '100%', height: '100%'}}} disableTouchEffect={this.state.props.disabletoucheffect}>\n <ProgressBar\n {...this.getTestPropsForAction('progressbar')}\n {...getAccessibilityProps(AccessibilityWidgetType.PROGRESSBAR, props)}\n animatedValue={value}\n color={styles.progressValue.color}\n style={[styles.progressBar, {height: styles.root.height || styles.progressBar.height}]}\n />\n \n {/* Linear Gradient for filled portion */}\n {hasLinearGradient ? (\n <ExpoLinearGradient\n colors={gradientColors}\n start={start}\n end={end}\n style={[\n {\n width: valuePercent as any,\n height: styles.root.height || styles.progressBar.height,\n position: 'absolute',\n borderRadius: styles?.progressBar?.borderRadius || 0,\n },\n ]}\n />\n ) : (\n <></>\n )}\n \n {/* Tooltip positioned at progress value */}\n {props.showtooltip ?\n (\n <View\n style={{\n position: 'absolute',\n left: `${progressWidth}%`,\n bottom: 0,\n height: '100%',\n justifyContent: 'center',\n alignItems: 'center',\n zIndex: 10,\n }}\n >\n <WmTooltip\n showTooltip={props.showtooltip}\n text={this.onTooltiptext(props.minvalue
|
|
1
|
+
{"version":3,"names":["React","View","ProgressBar","LinearGradient","ExpoLinearGradient","Tappable","BaseComponent","BaseComponentState","AccessibilityWidgetType","getAccessibilityProps","WmProgressBarProps","DEFAULT_CLASS","parseProgressBarLinearGradient","WmTooltip","WmProgressBarState","WmProgressBar","constructor","props","_defineProperty","minValue","maxValue","percentage","showtooltip","onTooltiptext","result","invokeEventCallback","undefined","proxy","renderWidget","_styles$root","_styles$progressBar","value","datavalue","minvalue","maxvalue","styles","theme","mergeStyle","getStyle","type","hasLinearGradient","color1","color2","start","end","root","progressBar","backgroundColor","gradientColors","valuePercent","Math","round","progressValue","min","max","progressWidth","createElement","style","onLayout","event","handleLayout","_background","target","width","height","disableTouchEffect","state","disabletoucheffect","_extends","getTestPropsForAction","PROGRESSBAR","animatedValue","color","colors","position","borderRadius","Fragment","left","bottom","justifyContent","alignItems","zIndex","showTooltip","text","direction","tooltipposition","tooltipStyle","tooltip","tooltipLabelStyle","tooltipLabel","tooltipTriangleStyle","tooltipTriangle"],"sources":["progress-bar.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { ProgressBar } from 'react-native-paper';\nimport { LinearGradient as ExpoLinearGradient } from 'expo-linear-gradient';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmProgressBarProps from './progress-bar.props';\nimport { DEFAULT_CLASS, WmProgressBarStyles } from './progress-bar.styles';\nimport { parseProgressBarLinearGradient } from '@wavemaker/app-rn-runtime/core/utils';\nimport WmTooltip from '../tooltip/tooltip.component';\n\nexport class WmProgressBarState extends BaseComponentState<WmProgressBarProps> {}\n\nexport default class WmProgressBar extends BaseComponent<WmProgressBarProps, WmProgressBarState, WmProgressBarStyles> {\n\n constructor(props: WmProgressBarProps) {\n super(props, DEFAULT_CLASS, new WmProgressBarProps());\n }\n\n onTooltiptext = (minValue: number, maxValue: number, percentage: number) => {\n if (this.props.showtooltip && this.props.onTooltiptext) {\n const result = this.invokeEventCallback('onTooltiptext', [\n undefined,\n this.proxy,\n minValue,\n maxValue,\n percentage\n ]);\n\n if (result) {\n return result;\n }\n }\n\n // Default fallback to percentage display\n return `${percentage}%`;\n }\n\n renderWidget(props: WmProgressBarProps) {\n let value = (props.datavalue! - props.minvalue!) / (props.maxvalue! - props.minvalue!);\n const styles = this.theme.mergeStyle(this.theme.getStyle(`app-${props.type}-progress-bar`), this.styles);\n const {hasLinearGradient, color1, color2, start, end} = parseProgressBarLinearGradient(styles?.root?.progressBar?.backgroundColor as string);\n const gradientColors: [string, string, ...string[]] = [color1, color2];\n const valuePercent = `${Math.round(value * 100)}%`;\n const percentage = Math.round(value * 100);\n const progressValue = Math.min(Math.max(value, 0), 1); // Ensure value is between 0 and 1\n const progressWidth = progressValue * 100;\n\n return (\n <View \n style={styles.root}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <Tappable target={this} styles={{root:{width: '100%', height: '100%'}}} disableTouchEffect={this.state.props.disabletoucheffect}>\n <ProgressBar\n {...this.getTestPropsForAction('progressbar')}\n {...getAccessibilityProps(AccessibilityWidgetType.PROGRESSBAR, props)}\n animatedValue={value}\n color={styles.progressValue.color}\n style={[styles.progressBar, {height: styles.root.height || styles.progressBar.height}]}\n />\n \n {/* Linear Gradient for filled portion */}\n {hasLinearGradient ? (\n <ExpoLinearGradient\n colors={gradientColors}\n start={start}\n end={end}\n style={[\n {\n width: valuePercent as any,\n height: styles.root.height || styles.progressBar.height,\n position: 'absolute',\n borderRadius: styles?.progressBar?.borderRadius || 0,\n },\n ]}\n />\n ) : (\n <></>\n )}\n \n {/* Tooltip positioned at progress value */}\n {props.showtooltip ?\n (\n <View\n style={{\n position: 'absolute',\n left: `${progressWidth}%`,\n bottom: 0,\n height: '100%',\n justifyContent: 'center',\n alignItems: 'center',\n zIndex: 10,\n }}\n >\n <WmTooltip\n showTooltip={props.showtooltip}\n text={this.onTooltiptext(props.minvalue!, props.maxvalue!, percentage)}\n direction={props.tooltipposition}\n tooltipStyle={styles.tooltip}\n tooltipLabelStyle={styles.tooltipLabel}\n tooltipTriangleStyle={styles.tooltipTriangle}\n />\n </View>\n ) : <></>}\n </Tappable>\n </View>); \n }\n}"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
2
|
+
import { AccessibilityRole } from 'react-native';
|
|
3
|
+
import WmProgressBar from './progress-bar.component';
|
|
4
|
+
export default class WmProgressBarProps extends BaseProps {
|
|
5
|
+
type?: 'default' | 'success' | 'info' | 'warning' | 'error';
|
|
6
|
+
datavalue?: number;
|
|
7
|
+
minvalue?: number;
|
|
8
|
+
maxvalue?: number;
|
|
9
|
+
accessibilitylabel?: string;
|
|
10
|
+
accessibilityrole?: AccessibilityRole;
|
|
11
|
+
showtooltip?: boolean;
|
|
12
|
+
tooltipposition?: 'up' | 'down' | 'left' | 'right';
|
|
13
|
+
onTooltiptext?: ($event: any, instance: WmProgressBar) => any;
|
|
14
|
+
onTap?: ($event: any, instance: WmProgressBar) => any;
|
|
15
|
+
onDoubleTap?: ($event: any, instance: WmProgressBar) => any;
|
|
16
|
+
onLongTap?: ($event: any, instance: WmProgressBar) => any;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=progress-bar.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,aAAa,MAAM,0BAA0B,CAAC;AAErD,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS;IACvD,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAa;IACxE,SAAS,CAAC,EAAE,MAAM,CAAM;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAK;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAO;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,iBAAiB,CAAiB;IACtD,WAAW,CAAC,EAAE,OAAO,CAAS;IAC9B,eAAe,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAQ;IAC1D,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,aAAa,KAAK,GAAG,CAAC;IAC9D,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,aAAa,KAAK,GAAG,CAAC;IACtD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,aAAa,KAAK,GAAG,CAAC;IAC5D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,aAAa,KAAK,GAAG,CAAC;CAC3D"}
|
|
@@ -9,11 +9,14 @@ export default class WmProgressBarProps extends BaseProps {
|
|
|
9
9
|
_defineProperty(this, "datavalue", 30);
|
|
10
10
|
_defineProperty(this, "minvalue", 0);
|
|
11
11
|
_defineProperty(this, "maxvalue", 100);
|
|
12
|
-
_defineProperty(this, "accessibilitylabel",
|
|
12
|
+
_defineProperty(this, "accessibilitylabel", void 0);
|
|
13
13
|
_defineProperty(this, "accessibilityrole", 'progressbar');
|
|
14
14
|
_defineProperty(this, "showtooltip", false);
|
|
15
15
|
_defineProperty(this, "tooltipposition", 'up');
|
|
16
|
-
_defineProperty(this, "onTooltiptext",
|
|
16
|
+
_defineProperty(this, "onTooltiptext", void 0);
|
|
17
|
+
_defineProperty(this, "onTap", void 0);
|
|
18
|
+
_defineProperty(this, "onDoubleTap", void 0);
|
|
19
|
+
_defineProperty(this, "onLongTap", void 0);
|
|
17
20
|
}
|
|
18
21
|
}
|
|
19
22
|
//# sourceMappingURL=progress-bar.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmProgressBarProps","constructor","args","_defineProperty"
|
|
1
|
+
{"version":3,"names":["BaseProps","WmProgressBarProps","constructor","args","_defineProperty"],"sources":["progress-bar.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityRole } from 'react-native';\nimport WmProgressBar from './progress-bar.component';\n\nexport default class WmProgressBarProps extends BaseProps {\n type?: 'default' | 'success' | 'info' | 'warning' | 'error' = 'default';\n datavalue?: number = 30;\n minvalue?: number = 0;\n maxvalue?: number = 100;\n accessibilitylabel?: string;\n accessibilityrole?: AccessibilityRole = 'progressbar';\n showtooltip?: boolean = false;\n tooltipposition?: 'up' | 'down' | 'left' | 'right' = 'up';\n onTooltiptext?: ($event: any, instance: WmProgressBar) => any;\n onTap?: ($event: any, instance: WmProgressBar) => any;\n onDoubleTap?: ($event: any, instance: WmProgressBar) => any;\n onLongTap?: ($event: any, instance: WmProgressBar) => any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAIzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,eACM,SAAS;IAAAA,eAAA,oBAClD,EAAE;IAAAA,eAAA,mBACH,CAAC;IAAAA,eAAA,mBACD,GAAG;IAAAA,eAAA;IAAAA,eAAA,4BAEiB,aAAa;IAAAA,eAAA,sBAC7B,KAAK;IAAAA,eAAA,0BACwB,IAAI;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAK3D","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
+
import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
export type WmProgressBarStyles = BaseStyles & {
|
|
4
|
+
progressBar: AllStyle;
|
|
5
|
+
progressValue: AllStyle;
|
|
6
|
+
tooltip: AllStyle;
|
|
7
|
+
tooltipLabel: AllStyle;
|
|
8
|
+
tooltipTriangle: AllStyle;
|
|
9
|
+
};
|
|
10
|
+
export declare const DEFAULT_CLASS = "app-progress-bar";
|
|
11
|
+
//# sourceMappingURL=progress-bar.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.styles.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAGzF,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC3C,WAAW,EAAE,QAAQ,CAAC;IACtB,aAAa,EAAE,QAAQ,CAAC;IACxB,OAAO,EAAE,QAAQ,CAAC;IAClB,YAAY,EAAE,QAAQ,CAAC;IACvB,eAAe,EAAE,QAAQ,CAAA;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LayoutChangeEvent } from 'react-native';
|
|
3
|
+
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
4
|
+
import WmProgressCircleProps from './progress-circle.props';
|
|
5
|
+
import { WmProgressCircleStyles } from './progress-circle.styles';
|
|
6
|
+
export declare class WmProgressCircleState extends BaseComponentState<WmProgressCircleProps> {
|
|
7
|
+
radius: number;
|
|
8
|
+
}
|
|
9
|
+
export default class WmProgressCircle extends BaseComponent<WmProgressCircleProps, WmProgressCircleState, WmProgressCircleStyles> {
|
|
10
|
+
constructor(props: WmProgressCircleProps);
|
|
11
|
+
onLayout(e: LayoutChangeEvent): void;
|
|
12
|
+
renderWidget(props: WmProgressCircleProps): React.JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=progress-circle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-circle.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAc,MAAM,cAAc,CAAC;AAI7D,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGlG,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAiB,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGjF,qBAAa,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IAClF,MAAM,SAAM;CACb;AAED,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,aAAa,CAAC,qBAAqB,EAAE,qBAAqB,EAAE,sBAAsB,CAAC;gBAEnH,KAAK,EAAE,qBAAqB;IAIxC,QAAQ,CAAC,CAAC,EAAE,iBAAiB;IAmB7B,YAAY,CAAC,KAAK,EAAE,qBAAqB;CA4B1C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
2
|
+
import { AccessibilityRole } from 'react-native';
|
|
3
|
+
import WmProgressCircle from './progress-circle.component';
|
|
4
|
+
export default class WmProgressCircleProps extends BaseProps {
|
|
5
|
+
type?: 'default' | 'success' | 'info' | 'warning' | 'error';
|
|
6
|
+
datavalue?: number;
|
|
7
|
+
minvalue?: number;
|
|
8
|
+
maxvalue?: number;
|
|
9
|
+
captionplacement?: string;
|
|
10
|
+
title?: string;
|
|
11
|
+
subtitle?: string;
|
|
12
|
+
accessibilitylabel?: string;
|
|
13
|
+
accessibilityrole?: AccessibilityRole;
|
|
14
|
+
onTap?: ($event: any, instance: WmProgressCircle) => any;
|
|
15
|
+
onDoubleTap?: ($event: any, instance: WmProgressCircle) => any;
|
|
16
|
+
onLongTap?: ($event: any, instance: WmProgressCircle) => any;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=progress-circle.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-circle.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,gBAAgB,MAAM,6BAA6B,CAAC;AAE3D,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,SAAS;IAC1D,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAa;IACxE,SAAS,CAAC,EAAE,MAAM,CAAM;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAK;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAO;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAY;IACrC,KAAK,CAAC,EAAE,MAAM,CAAM;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAM;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,iBAAiB,CAAiB;IACtD,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,gBAAgB,KAAK,GAAG,CAAC;IACzD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,gBAAgB,KAAK,GAAG,CAAC;IAC/D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,gBAAgB,KAAK,GAAG,CAAC;CAC9D"}
|
|
@@ -12,8 +12,11 @@ export default class WmProgressCircleProps extends BaseProps {
|
|
|
12
12
|
_defineProperty(this, "captionplacement", 'inside');
|
|
13
13
|
_defineProperty(this, "title", '');
|
|
14
14
|
_defineProperty(this, "subtitle", '');
|
|
15
|
-
_defineProperty(this, "accessibilitylabel",
|
|
15
|
+
_defineProperty(this, "accessibilitylabel", void 0);
|
|
16
16
|
_defineProperty(this, "accessibilityrole", 'progressbar');
|
|
17
|
+
_defineProperty(this, "onTap", void 0);
|
|
18
|
+
_defineProperty(this, "onDoubleTap", void 0);
|
|
19
|
+
_defineProperty(this, "onLongTap", void 0);
|
|
17
20
|
}
|
|
18
21
|
}
|
|
19
22
|
//# sourceMappingURL=progress-circle.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmProgressCircleProps","constructor","args","_defineProperty"
|
|
1
|
+
{"version":3,"names":["BaseProps","WmProgressCircleProps","constructor","args","_defineProperty"],"sources":["progress-circle.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityRole } from 'react-native';\nimport WmProgressCircle from './progress-circle.component';\n\nexport default class WmProgressCircleProps extends BaseProps {\n type?: 'default' | 'success' | 'info' | 'warning' | 'error' = 'default';\n datavalue?: number = 30;\n minvalue?: number = 0;\n maxvalue?: number = 100;\n captionplacement?: string = 'inside';\n title?: string = '';\n subtitle?: string = '';\n accessibilitylabel?: string;\n accessibilityrole?: AccessibilityRole = 'progressbar';\n onTap?: ($event: any, instance: WmProgressCircle) => any;\n onDoubleTap?: ($event: any, instance: WmProgressCircle) => any;\n onLongTap?: ($event: any, instance: WmProgressCircle) => any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAIzE,eAAe,MAAMC,qBAAqB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,eACG,SAAS;IAAAA,eAAA,oBAClD,EAAE;IAAAA,eAAA,mBACH,CAAC;IAAAA,eAAA,mBACD,GAAG;IAAAA,eAAA,2BACK,QAAQ;IAAAA,eAAA,gBACnB,EAAE;IAAAA,eAAA,mBACC,EAAE;IAAAA,eAAA;IAAAA,eAAA,4BAEkB,aAAa;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAIvD","ignoreList":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
+
import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
export type WmProgressCircleStyles = BaseStyles & {
|
|
4
|
+
progressCircle: AllStyle;
|
|
5
|
+
progressValue: AllStyle;
|
|
6
|
+
subTitle: AllStyle;
|
|
7
|
+
};
|
|
8
|
+
export declare const DEFAULT_CLASS = "app-progress-circle";
|
|
9
|
+
//# sourceMappingURL=progress-circle.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-circle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.styles.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG;IAC9C,cAAc,EAAG,QAAQ,CAAC;IAC1B,aAAa,EAAE,QAAQ,CAAC;IACxB,QAAQ,EAAE,QAAQ,CAAA;CACrB,CAAC;AAEF,eAAO,MAAM,aAAa,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BaseComponent } from "@wavemaker/app-rn-runtime/core/base.component";
|
|
2
|
+
export declare class DataProvider {
|
|
3
|
+
private localDataProvider;
|
|
4
|
+
init(self: BaseComponent<any, any, any>): any;
|
|
5
|
+
invokeVariable(self: BaseComponent<any, any, any>, query: string): Promise<any>;
|
|
6
|
+
filter(config: any, cb?: () => void | null): any;
|
|
7
|
+
}
|
|
8
|
+
export declare class LocalDataProvider {
|
|
9
|
+
private applyFilter;
|
|
10
|
+
filter(config: any): any;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=local-data-provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local-data-provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/local-data-provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAE9E,qBAAa,YAAY;IACvB,OAAO,CAAC,iBAAiB,CAA2B;IAGpD,IAAI,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IAMvC,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAe/E,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,CAAC,EAAG,MAAM,IAAI,GAAG,IAAI;CAW5C;AAED,qBAAa,iBAAiB;IAE5B,OAAO,CAAC,WAAW;IAKnB,MAAM,CAAC,MAAM,EAAE,GAAG;CAqEnB"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TextInput, View } from 'react-native';
|
|
3
|
+
import WmSearchProps from './search.props';
|
|
4
|
+
import { WmSearchStyles } from './search.styles';
|
|
5
|
+
import { ModalOptions, ModalService } from "@wavemaker/app-rn-runtime/core/modal.service";
|
|
6
|
+
import { BaseDatasetComponent, BaseDatasetState } from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';
|
|
7
|
+
export declare class WmSearchState extends BaseDatasetState<WmSearchProps> {
|
|
8
|
+
isOpened: boolean;
|
|
9
|
+
modalOptions: ModalOptions;
|
|
10
|
+
template: string;
|
|
11
|
+
position: DropdownPosition;
|
|
12
|
+
data: any;
|
|
13
|
+
}
|
|
14
|
+
export interface DropdownPosition {
|
|
15
|
+
top?: number;
|
|
16
|
+
bottom?: number;
|
|
17
|
+
left?: number;
|
|
18
|
+
right?: number;
|
|
19
|
+
}
|
|
20
|
+
export default class WmSearch extends BaseDatasetComponent<WmSearchProps, WmSearchState, WmSearchStyles> {
|
|
21
|
+
view: View;
|
|
22
|
+
private prevDatavalue;
|
|
23
|
+
private queryModel;
|
|
24
|
+
private searchInputWidth;
|
|
25
|
+
private isDefaultQuery;
|
|
26
|
+
private dataProvider;
|
|
27
|
+
widgetRef: TextInput | null;
|
|
28
|
+
private cursor;
|
|
29
|
+
private isFocused;
|
|
30
|
+
private updateRequired;
|
|
31
|
+
private timer;
|
|
32
|
+
constructor(props: WmSearchProps);
|
|
33
|
+
computePosition: () => Promise<void>;
|
|
34
|
+
clearSearch(): void;
|
|
35
|
+
updateFilteredData(queryText?: string): void;
|
|
36
|
+
focus(): void;
|
|
37
|
+
handleChange: (value: any) => void;
|
|
38
|
+
onChange(value: any): void;
|
|
39
|
+
invokeChange(e: any): void;
|
|
40
|
+
onFocus(): void;
|
|
41
|
+
onBlur(): void;
|
|
42
|
+
showPopover: () => void;
|
|
43
|
+
hide: () => void;
|
|
44
|
+
prepareModalOptions(content: React.ReactNode, styles: WmSearchStyles, modalService: ModalService): ModalOptions;
|
|
45
|
+
searchIconPress(): void;
|
|
46
|
+
onItemSelect(item: any): void;
|
|
47
|
+
renderSkeleton(props: WmSearchProps): React.ReactNode;
|
|
48
|
+
renderSearchBar(): React.JSX.Element;
|
|
49
|
+
reset(): void;
|
|
50
|
+
renderSearchItem(item: any, index: number): React.JSX.Element;
|
|
51
|
+
updateDefaultQueryModel(): void;
|
|
52
|
+
onDataItemsUpdate(): void;
|
|
53
|
+
componentDidMount(): void;
|
|
54
|
+
onPropertyChange(name: string, $new: any, $old: any): void;
|
|
55
|
+
setTemplate(partialName: any): void;
|
|
56
|
+
renderWidget(props: WmSearchProps): React.JSX.Element;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=search.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/search.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA4C,SAAS,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAIzF,OAAO,aAAa,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAiB,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAiB,YAAY,EAAE,YAAY,EAAC,MAAM,8CAA8C,CAAC;AAIxG,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,8EAA8E,CAAC;AAStF,qBAAa,aAAc,SAAQ,gBAAgB,CAAC,aAAa,CAAC;IAChE,QAAQ,EAAE,OAAO,CAAS;IAC1B,YAAY,eAAsB;IAClC,QAAQ,EAAE,MAAM,CAAM;IACtB,QAAQ,mBAGc;IACtB,IAAI,EAAE,GAAG,CAAM;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,oBAAoB,CAAC,aAAa,EAAE,aAAa,EAAE,cAAc,CAAC;IACtG,IAAI,EAAE,IAAI,CAAe;IACzB,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,gBAAgB,CAAM;IAC9B,OAAO,CAAC,cAAc,CAAiB;IACvC,OAAO,CAAC,YAAY,CAAe;IAC5B,SAAS,EAAE,SAAS,GAAG,IAAI,CAAQ;IAC1C,OAAO,CAAC,MAAM,CAAU;IACxB,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,cAAc,CAAM;IAC5B,OAAO,CAAC,KAAK,CAA8C;gBAE/C,KAAK,EAAE,aAAa;IAYhC,eAAe,sBASd;IAED,WAAW;IAkBX,kBAAkB,CAAC,SAAS,GAAE,MAAW;IA8CzC,KAAK;IAIL,YAAY,UAAW,GAAG,UA4BzB;IAED,QAAQ,CAAC,KAAK,EAAE,GAAG;IAenB,YAAY,CAAC,CAAC,EAAE,GAAG;IAOnB,OAAO;IAYP,MAAM;IAWC,WAAW,aAIhB;IAEK,IAAI,aAAY;IAEvB,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY;IAyBhG,eAAe;IAiBf,YAAY,CAAC,IAAI,EAAE,GAAG;IAsBf,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;IAW5D,eAAe;IAiDf,KAAK;IAUL,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;IAgBzC,uBAAuB;IAUvB,iBAAiB;IAMjB,iBAAiB,IAAI,IAAI;IAKzB,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG;IAgBnD,WAAW,CAAC,WAAW,EAAE,GAAG;IAI5B,YAAY,CAAC,KAAK,EAAE,aAAa;CAqClC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';
|
|
3
|
+
import { BaseComponent } from "@wavemaker/app-rn-runtime/core/base.component";
|
|
4
|
+
import { AccessibilityRole } from 'react-native';
|
|
5
|
+
import WmSearch from './search.component';
|
|
6
|
+
export default class WmSearchProps extends BaseDatasetProps {
|
|
7
|
+
autofocus?: boolean;
|
|
8
|
+
query?: string;
|
|
9
|
+
searchkey?: any;
|
|
10
|
+
type?: 'search' | 'autocomplete';
|
|
11
|
+
datacompletemsg?: string;
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
limit?: number;
|
|
14
|
+
minchars?: number;
|
|
15
|
+
imagewidth?: any;
|
|
16
|
+
imageheight?: any;
|
|
17
|
+
searchon?: string;
|
|
18
|
+
onSubmit?: ($event: any, instance: WmSearch) => any;
|
|
19
|
+
onTap?: ($event: any, instance: WmSearch) => any;
|
|
20
|
+
onDoubleTap?: ($event: any, instance: WmSearch) => any;
|
|
21
|
+
onLongTap?: ($event: any, instance: WmSearch) => any;
|
|
22
|
+
result?: any;
|
|
23
|
+
showclear?: boolean;
|
|
24
|
+
showSearchIcon?: boolean;
|
|
25
|
+
invokeEvent?: Function;
|
|
26
|
+
formFieldInstance?: BaseComponent<any, any, any>;
|
|
27
|
+
accessibilitylabel?: string;
|
|
28
|
+
hint?: string;
|
|
29
|
+
accessibilityrole?: AccessibilityRole;
|
|
30
|
+
renderitempartial?: (item: any, index: number, partialName: string) => React.ReactNode;
|
|
31
|
+
skeletonheight?: string;
|
|
32
|
+
skeletonwidth?: string;
|
|
33
|
+
iconclass?: string;
|
|
34
|
+
clearsearchiconclass?: string;
|
|
35
|
+
searchiconclass?: string;
|
|
36
|
+
debouncetime?: number;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=search.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/search.props.ts"],"names":[],"mappings":";AAAA,OAAO,gBAAgB,MAAM,0EAA0E,CAAC;AACxG,OAAO,EAAC,aAAa,EAAC,MAAM,+CAA+C,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAE1C,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,gBAAgB;IACzD,SAAS,CAAC,EAAE,OAAO,CAAS;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAM;IACpB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAY;IAC5C,eAAe,CAAC,EAAE,MAAM,CAA0B;IAClD,WAAW,CAAC,EAAE,MAAM,CAAY;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,GAAG,CAAM;IACtB,WAAW,CAAC,EAAE,GAAG,CAAM;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAY;IAC7B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,GAAG,CAAC;IACpD,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,GAAG,CAAC;IACjD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,GAAG,CAAC;IACvD,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,GAAG,CAAC;IACrD,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAS;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAQ;IAChC,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,iBAAiB,CAAC,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;IACjD,kBAAkB,CAAC,EAAE,MAAM,CAAa;IACxC,IAAI,CAAC,EAAE,MAAM,CAAa;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,CAAY;IACjD,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAI,KAAK,CAAC,SAAS,CAAC;IACtF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAuB;IACzC,oBAAoB,CAAC,EAAE,MAAM,CAAiB;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAK;CAC3B"}
|