@wavemaker/app-rn-runtime 11.15.1-rc.248 → 11.15.2-dev.1
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.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.props.d.ts +18 -0
- package/components/advanced/carousel/carousel.props.d.ts.map +1 -0
- 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.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.props.d.ts +7 -0
- package/components/advanced/login/login.props.d.ts.map +1 -0
- 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 +28 -0
- package/components/basic/anchor/anchor.props.d.ts.map +1 -0
- 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 +9 -0
- package/components/basic/audio/audio.props.d.ts.map +1 -0
- 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 +20 -0
- package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +1 -0
- 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 +23 -0
- package/components/basic/button/button.props.d.ts.map +1 -0
- 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 +8 -0
- package/components/basic/buttongroup/buttongroup.props.d.ts.map +1 -0
- 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.props.d.ts +8 -0
- package/components/basic/custom/custom.props.d.ts.map +1 -0
- 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 +23 -0
- package/components/basic/icon/icon.props.d.ts.map +1 -0
- 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 +23 -0
- package/components/basic/label/label.props.d.ts.map +1 -0
- 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 +8 -0
- package/components/basic/lottie/lottie.props.d.ts.map +1 -0
- 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 +18 -0
- package/components/basic/message/message.props.d.ts.map +1 -0
- package/components/basic/message/message.props.js +0 -1
- 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 +6 -0
- package/components/basic/modal/modal.props.d.ts.map +1 -0
- 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 +20 -0
- package/components/basic/picture/picture.props.d.ts.map +1 -0
- 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.props.d.ts +14 -0
- package/components/basic/progress-bar/progress-bar.props.d.ts.map +1 -0
- 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 +14 -0
- package/components/basic/progress-circle/progress-circle.props.d.ts.map +1 -0
- 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 +35 -0
- package/components/basic/search/search.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/basic/skeleton/skeleton.props.d.ts.map +1 -0
- 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 +11 -0
- package/components/basic/spinner/spinner.props.d.ts.map +1 -0
- 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 +14 -0
- package/components/basic/tooltip/tooltip.props.d.ts.map +1 -0
- 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.props.d.ts +28 -0
- package/components/basic/video/video.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/chart/area-chart/area-chart.props.d.ts.map +1 -0
- 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 +8 -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.props.d.ts +60 -0
- package/components/chart/basechart.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +1 -0
- 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 +4 -0
- package/components/chart/column-chart/column-chart.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/chart/donut-chart/donut-chart.props.d.ts.map +1 -0
- 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 +8 -0
- package/components/chart/line-chart/line-chart.props.d.ts.map +1 -0
- 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.props.d.ts +9 -0
- package/components/chart/pie-chart/pie-chart.props.d.ts.map +1 -0
- 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.props.d.ts +11 -0
- package/components/chart/stack-chart/stack-chart.props.d.ts.map +1 -0
- 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 +10 -0
- package/components/container/accordion/accordion.props.d.ts.map +1 -0
- 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.props.d.ts +11 -0
- package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +1 -0
- 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 +17 -0
- package/components/container/container.props.d.ts.map +1 -0
- package/components/container/container.props.js +0 -1
- 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 +7 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/container/layoutgrid/layoutgrid.props.d.ts.map +1 -0
- 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 +9 -0
- package/components/container/linearlayout/linearlayout.props.d.ts.map +1 -0
- 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 +7 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/container/panel/panel-content/panel-content.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +1 -0
- 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 +1 -8
- package/components/container/panel/panel.component.js.map +1 -1
- package/components/container/panel/panel.props.d.ts +18 -0
- package/components/container/panel/panel.props.d.ts.map +1 -0
- package/components/container/panel/panel.props.js +0 -2
- 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 +18 -0
- package/components/container/partial-host.component.d.ts.map +1 -0
- 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.props.d.ts +14 -0
- package/components/container/tabs/tabheader/tabheader.props.d.ts.map +1 -0
- 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.props.d.ts +14 -0
- package/components/container/tabs/tabpane/tabpane.props.d.ts.map +1 -0
- 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 +8 -0
- package/components/container/tabs/tabs.props.d.ts.map +1 -0
- 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 +7 -0
- package/components/container/tile/tile.props.d.ts.map +1 -0
- 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 +23 -0
- package/components/container/wizard/wizard.props.d.ts.map +1 -0
- package/components/container/wizard/wizard.props.js +0 -1
- 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 +16 -0
- package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/data/card/card-content/card-content.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/data/card/card-footer/card-footer.props.d.ts.map +1 -0
- 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 +21 -0
- package/components/data/card/card.props.d.ts.map +1 -0
- 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 +12 -0
- package/components/data/form/form-action/form-action.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/data/form/form-body/form-body.props.d.ts.map +1 -0
- 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 +29 -0
- package/components/data/form/form-field/form-field.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/data/form/form-footer/form-footer.props.d.ts.map +1 -0
- 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.props.d.ts +26 -0
- package/components/data/form/form.props.d.ts.map +1 -0
- 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 +6 -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.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 +6 -0
- package/components/data/list/list-template/list-template.props.d.ts.map +1 -0
- 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.props.d.ts +45 -0
- package/components/data/list/list.props.d.ts.map +1 -0
- 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/device/barcodescanner/barcodescanner.component.d.ts +15 -0
- package/components/device/barcodescanner/barcodescanner.component.d.ts.map +1 -0
- package/components/device/barcodescanner/barcodescanner.props.d.ts +14 -0
- package/components/device/barcodescanner/barcodescanner.props.d.ts.map +1 -0
- 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.props.d.ts +20 -0
- package/components/device/camera/camera.props.d.ts.map +1 -0
- 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 +18 -0
- package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +1 -0
- 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 +18 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +1 -0
- 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.props.d.ts +19 -0
- package/components/dialogs/dialog/dialog.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +1 -0
- 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 +28 -0
- package/components/input/basedataset/basedataset.props.d.ts.map +1 -0
- 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 +26 -0
- package/components/input/baseinput/baseinput.props.d.ts.map +1 -0
- 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.props.d.ts +23 -0
- package/components/input/basenumber/basenumber.props.d.ts.map +1 -0
- 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.props.d.ts +8 -0
- package/components/input/calendar/calendar.props.d.ts.map +1 -0
- 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 +12 -0
- package/components/input/checkbox/checkbox.props.d.ts.map +1 -0
- 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 +16 -0
- package/components/input/checkboxset/checkboxset.props.d.ts.map +1 -0
- 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 +23 -0
- package/components/input/chips/chips.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/input/composite/composite.props.d.ts.map +1 -0
- 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 +7 -0
- package/components/input/currency/currency.props.d.ts.map +1 -0
- 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 +31 -0
- package/components/input/epoch/datetime/datetime.props.d.ts.map +1 -0
- 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.props.d.ts +10 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +1 -0
- 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/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/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 +14 -0
- package/components/input/fileupload/fileupload.props.d.ts.map +1 -0
- 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 +7 -0
- package/components/input/number/number.props.d.ts.map +1 -0
- 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 +15 -0
- package/components/input/radioset/radioset.props.d.ts.map +1 -0
- 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 +20 -0
- package/components/input/rating/rating.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/input/select/select.props.d.ts.map +1 -0
- 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.props.d.ts +18 -0
- package/components/input/slider/slider.props.d.ts.map +1 -0
- 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 +7 -0
- package/components/input/switch/switch.props.d.ts.map +1 -0
- 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 +11 -0
- package/components/input/text/text.props.d.ts.map +1 -0
- 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 +9 -0
- package/components/input/textarea/textarea.props.d.ts.map +1 -0
- 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 +20 -0
- package/components/input/toggle/toggle.props.d.ts.map +1 -0
- package/components/input/toggle/toggle.props.js +0 -5
- 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.props.d.ts +16 -0
- package/components/navigation/appnavbar/appnavbar.props.d.ts.map +1 -0
- 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.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 +8 -0
- package/components/navigation/menu/menu.props.d.ts.map +1 -0
- 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 +12 -0
- package/components/navigation/navbar/navbar.props.d.ts.map +1 -0
- 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 +16 -0
- package/components/navigation/navitem/navitem.props.d.ts.map +1 -0
- 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 +28 -0
- package/components/navigation/popover/popover.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/page/content/content.props.d.ts.map +1 -0
- 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 +6 -0
- package/components/page/left-panel/left-panel.props.d.ts.map +1 -0
- 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.props.d.ts +12 -0
- package/components/page/page-content/page-content.props.d.ts.map +1 -0
- 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 +9 -0
- package/components/page/page.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/page/partial/partial.props.d.ts.map +1 -0
- 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.props.d.ts +7 -0
- package/components/page/partial-container/partial-container.props.d.ts.map +1 -0
- 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 +12 -0
- package/components/page/tabbar/tabbar.props.d.ts.map +1 -0
- 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 +5 -0
- package/components/prefab/prefab-container.props.d.ts.map +1 -0
- 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-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
|
@@ -36,20 +36,29 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
|
36
36
|
borderBottomRightRadius: 6
|
|
37
37
|
},
|
|
38
38
|
activeHeader: {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
root: {
|
|
40
|
+
borderColor: themeVariables.accordionActiveHeaderBgColor,
|
|
41
|
+
backgroundColor: themeVariables.accordionActiveHeaderBgColor
|
|
42
|
+
},
|
|
43
|
+
text: {
|
|
44
|
+
color: themeVariables.accordionActiveHeaderTextColor
|
|
45
|
+
},
|
|
46
|
+
icon: {
|
|
47
|
+
root: {
|
|
48
|
+
borderColor: themeVariables.accordionActiveHeaderTextColor
|
|
49
|
+
},
|
|
50
|
+
icon: {
|
|
51
|
+
color: themeVariables.accordionActiveHeaderTextColor
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
badge: {
|
|
55
|
+
borderColor: themeVariables.accordionActiveHeaderTextColor,
|
|
56
|
+
color: themeVariables.accordionActiveHeaderTextColor
|
|
57
|
+
}
|
|
44
58
|
},
|
|
45
59
|
subheading: {
|
|
46
60
|
color: themeVariables.accordionTitleColor
|
|
47
61
|
},
|
|
48
|
-
titleWrapper: {
|
|
49
|
-
flexDirection: 'row',
|
|
50
|
-
alignItems: 'flex-start',
|
|
51
|
-
flex: 1
|
|
52
|
-
},
|
|
53
62
|
icon: {
|
|
54
63
|
root: {
|
|
55
64
|
alignSelf: 'auto',
|
|
@@ -62,7 +71,8 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
|
62
71
|
color: themeVariables.accordionIconColor,
|
|
63
72
|
alignSelf: 'center',
|
|
64
73
|
justifyContent: 'center',
|
|
65
|
-
fontSize: 16
|
|
74
|
+
fontSize: 16,
|
|
75
|
+
fontWeight: 'bold'
|
|
66
76
|
}
|
|
67
77
|
},
|
|
68
78
|
leftToggleIcon: {
|
|
@@ -71,18 +81,6 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
|
71
81
|
rightToggleIcon: {
|
|
72
82
|
root: {}
|
|
73
83
|
},
|
|
74
|
-
activeIcon: {
|
|
75
|
-
root: {
|
|
76
|
-
borderColor: themeVariables.accordionActiveHeaderTextColor
|
|
77
|
-
},
|
|
78
|
-
icon: {
|
|
79
|
-
color: themeVariables.accordionActiveHeaderTextColor
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
activeBadge: {
|
|
83
|
-
borderColor: themeVariables.accordionActiveHeaderTextColor,
|
|
84
|
-
color: themeVariables.accordionActiveHeaderTextColor
|
|
85
|
-
},
|
|
86
84
|
badge: {
|
|
87
85
|
color: themeVariables.accordionIconColor,
|
|
88
86
|
fontSize: 14,
|
|
@@ -97,7 +95,6 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
|
|
|
97
95
|
backgroundColor: themeVariables.transparent
|
|
98
96
|
},
|
|
99
97
|
titleIcon: {},
|
|
100
|
-
activeTitleIcon: {},
|
|
101
98
|
default: {},
|
|
102
99
|
success: {
|
|
103
100
|
backgroundColor: themeVariables.labelSuccessColor
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","width","borderWidth","borderStyle","borderColor","accordionBorderColor","borderRadius","backgroundColor","transparent","text","color","accordionTitleColor","fontSize","firstHeader","borderTopLeftRadius","borderTopRightRadius","pane","header","borderBottomWidth","accordionHeaderBgColor","padding","flexDirection","justifyContent","lastHeader","borderBottomLeftRadius","borderBottomRightRadius","activeHeader","accordionActiveHeaderBgColor","
|
|
1
|
+
{"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","width","borderWidth","borderStyle","borderColor","accordionBorderColor","borderRadius","backgroundColor","transparent","text","color","accordionTitleColor","fontSize","firstHeader","borderTopLeftRadius","borderTopRightRadius","pane","header","borderBottomWidth","accordionHeaderBgColor","padding","flexDirection","justifyContent","lastHeader","borderBottomLeftRadius","borderBottomRightRadius","activeHeader","accordionActiveHeaderBgColor","accordionActiveHeaderTextColor","icon","badge","subheading","alignSelf","height","accordionIconColor","fontWeight","leftToggleIcon","rightToggleIcon","marginRight","alignContent","titleIcon","default","success","labelSuccessColor","danger","labelDangerColor","warning","labelWarningColor","info","labelInfoColor","primary","labelPrimaryColor","skeleton","OS","textAlign","marginBottom"],"sources":["accordion.styles.ts"],"sourcesContent":["import BASE_THEME, {AllStyle} from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { TextStyle, ViewStyle, Platform } from 'react-native';\nimport Color from 'color';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\n\nexport type WmAccordionStyles = BaseStyles & {\n icon: WmIconStyles,\n rightToggleIcon: WmIconStyles,\n leftToggleIcon: WmIconStyles,\n pane: AllStyle,\n badge: AllStyle,\n firstHeader: ViewStyle,\n lastHeader: ViewStyle,\n header: AllStyle,\n activeHeader: BaseStyles,\n subheading: AllStyle,\n titleIcon: WmIconStyles,\n skeleton: WmSkeletonStyles\n};\n \nexport const DEFAULT_CLASS = 'app-accordion';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmAccordionStyles = defineStyles({\n root: {\n width: '100%',\n borderWidth: 0,\n borderStyle: 'solid',\n borderColor: themeVariables.accordionBorderColor,\n borderRadius: 6,\n backgroundColor: themeVariables.transparent\n },\n text: {\n color: themeVariables.accordionTitleColor,\n fontSize: 18\n },\n firstHeader: {\n borderTopLeftRadius: 6,\n borderTopRightRadius: 6\n },\n pane : {},\n header: {\n borderBottomWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.accordionBorderColor,\n backgroundColor: themeVariables.accordionHeaderBgColor,\n padding: 8,\n flexDirection: 'row',\n justifyContent: 'center'\n },\n lastHeader: {\n borderBottomWidth: 0,\n borderBottomLeftRadius: 6,\n borderBottomRightRadius: 6\n },\n activeHeader: {\n root: {\n borderColor: themeVariables.accordionActiveHeaderBgColor,\n backgroundColor: themeVariables.accordionActiveHeaderBgColor\n },\n text: {\n color: themeVariables.accordionActiveHeaderTextColor\n },\n icon: {\n root: {\n borderColor: themeVariables.accordionActiveHeaderTextColor,\n },\n icon: {\n color: themeVariables.accordionActiveHeaderTextColor\n }\n } as WmIconStyles,\n badge: {\n borderColor: themeVariables.accordionActiveHeaderTextColor,\n color: themeVariables.accordionActiveHeaderTextColor\n }\n },\n subheading: {\n color: themeVariables.accordionTitleColor\n },\n icon: {\n root: {\n alignSelf: 'auto',\n width: 24,\n height: 24,\n borderRadius: 24,\n justifyContent: 'center'\n },\n icon: {\n color: themeVariables.accordionIconColor,\n alignSelf: 'center',\n justifyContent: 'center',\n fontSize: 16,\n fontWeight: 'bold'\n }\n } as WmIconStyles,\n leftToggleIcon: {\n root: {}\n } as WmIconStyles,\n rightToggleIcon: {\n root: {}\n } as WmIconStyles,\n badge: {\n color: themeVariables.accordionIconColor,\n fontSize: 14,\n marginRight: 4,\n width: 24,\n height: 24,\n borderRadius: 12,\n alignContent: 'center',\n borderStyle: 'solid',\n borderWidth: 2,\n borderColor: themeVariables.accordionIconColor,\n backgroundColor: themeVariables.transparent\n },\n titleIcon: {} as WmIconStyles,\n default: {},\n success: {\n backgroundColor: themeVariables.labelSuccessColor\n },\n danger: {\n backgroundColor: themeVariables.labelDangerColor\n },\n warning: {\n backgroundColor: themeVariables.labelWarningColor\n },\n info: {\n backgroundColor: themeVariables.labelInfoColor\n },\n primary: {\n backgroundColor: themeVariables.labelPrimaryColor\n },\n skeleton: {\n root: {\n },\n text: {}\n } as WmSkeletonStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n text:{\n textAlign:'right',\n } \n }:{\n text:{\n textAlign:'left',\n } \n });\n addStyle('app-accordion1', '', {\n pane: {\n marginBottom: 0\n },\n leftToggleIcon: {\n root: {\n width: 1\n }\n },\n icon: {\n root: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)'\n }\n }\n } as WmAccordionStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAkB,wCAAwC;AAC3E,SAAqBC,YAAY,QAAQ,+CAA+C;AAExF,SAA+BC,QAAQ,QAAQ,cAAc;AAmB7D,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CH,UAAU,CAACI,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAAgC,GAAGN,YAAY,CAAC;IAClDO,IAAI,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAE,OAAO;MACpBC,WAAW,EAAEP,cAAc,CAACQ,oBAAoB;MAChDC,YAAY,EAAE,CAAC;MACfC,eAAe,EAAEV,cAAc,CAACW;IAClC,CAAC;IACDC,IAAI,EAAE;MACJC,KAAK,EAAEb,cAAc,CAACc,mBAAmB;MACzCC,QAAQ,EAAE;IACZ,CAAC;IACDC,WAAW,EAAE;MACXC,mBAAmB,EAAE,CAAC;MACtBC,oBAAoB,EAAE;IACxB,CAAC;IACDC,IAAI,EAAG,CAAC,CAAC;IACTC,MAAM,EAAE;MACNC,iBAAiB,EAAE,CAAC;MACpBf,WAAW,EAAE,OAAO;MACpBC,WAAW,EAAEP,cAAc,CAACQ,oBAAoB;MAChDE,eAAe,EAAEV,cAAc,CAACsB,sBAAsB;MACtDC,OAAO,EAAE,CAAC;MACVC,aAAa,EAAE,KAAK;MACpBC,cAAc,EAAE;IAClB,CAAC;IACDC,UAAU,EAAE;MACVL,iBAAiB,EAAE,CAAC;MACpBM,sBAAsB,EAAE,CAAC;MACzBC,uBAAuB,EAAE;IAC3B,CAAC;IACDC,YAAY,EAAE;MACd1B,IAAI,EAAE;QACJI,WAAW,EAAEP,cAAc,CAAC8B,4BAA4B;QACxDpB,eAAe,EAAEV,cAAc,CAAC8B;MAClC,CAAC;MACDlB,IAAI,EAAE;QACJC,KAAK,EAAEb,cAAc,CAAC+B;MACxB,CAAC;MACDC,IAAI,EAAE;QACJ7B,IAAI,EAAE;UACJI,WAAW,EAAEP,cAAc,CAAC+B;QAC9B,CAAC;QACDC,IAAI,EAAE;UACJnB,KAAK,EAAEb,cAAc,CAAC+B;QACxB;MACF,CAAiB;MACjBE,KAAK,EAAE;QACL1B,WAAW,EAAEP,cAAc,CAAC+B,8BAA8B;QAC1DlB,KAAK,EAAEb,cAAc,CAAC+B;MACxB;IACF,CAAC;IACCG,UAAU,EAAE;MACVrB,KAAK,EAAEb,cAAc,CAACc;IACxB,CAAC;IACDkB,IAAI,EAAE;MACJ7B,IAAI,EAAE;QACJgC,SAAS,EAAE,MAAM;QACjB/B,KAAK,EAAE,EAAE;QACTgC,MAAM,EAAE,EAAE;QACV3B,YAAY,EAAE,EAAE;QAChBgB,cAAc,EAAE;MAClB,CAAC;MACDO,IAAI,EAAE;QACJnB,KAAK,EAAEb,cAAc,CAACqC,kBAAkB;QACxCF,SAAS,EAAE,QAAQ;QACnBV,cAAc,EAAE,QAAQ;QACxBV,QAAQ,EAAE,EAAE;QACZuB,UAAU,EAAE;MACd;IACF,CAAiB;IACjBC,cAAc,EAAE;MACdpC,IAAI,EAAE,CAAC;IACT,CAAiB;IACjBqC,eAAe,EAAE;MACfrC,IAAI,EAAE,CAAC;IACT,CAAiB;IACjB8B,KAAK,EAAE;MACHpB,KAAK,EAAEb,cAAc,CAACqC,kBAAkB;MACxCtB,QAAQ,EAAE,EAAE;MACZ0B,WAAW,EAAE,CAAC;MACdrC,KAAK,EAAE,EAAE;MACTgC,MAAM,EAAE,EAAE;MACV3B,YAAY,EAAE,EAAE;MAChBiC,YAAY,EAAE,QAAQ;MACtBpC,WAAW,EAAE,OAAO;MACpBD,WAAW,EAAE,CAAC;MACdE,WAAW,EAAEP,cAAc,CAACqC,kBAAkB;MAC9C3B,eAAe,EAAEV,cAAc,CAACW;IACpC,CAAC;IACDgC,SAAS,EAAE,CAAC,CAAiB;IAC7BC,OAAO,EAAE,CAAC,CAAC;IACXC,OAAO,EAAE;MACPnC,eAAe,EAAEV,cAAc,CAAC8C;IAClC,CAAC;IACDC,MAAM,EAAE;MACNrC,eAAe,EAAEV,cAAc,CAACgD;IAClC,CAAC;IACDC,OAAO,EAAE;MACPvC,eAAe,EAAEV,cAAc,CAACkD;IAClC,CAAC;IACDC,IAAI,EAAE;MACJzC,eAAe,EAAEV,cAAc,CAACoD;IAClC,CAAC;IACDC,OAAO,EAAE;MACP3C,eAAe,EAAEV,cAAc,CAACsD;IAClC,CAAC;IACDC,QAAQ,EAAE;MACRpD,IAAI,EAAE,CACN,CAAC;MACDS,IAAI,EAAE,CAAC;IACT;EACJ,CAAC,CAAC;EAEFX,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAACH,aAAa,GAAG,MAAM,EAAE,EAAE,EAAED,QAAQ,CAAC2D,EAAE,IAAE,KAAK,GAAC;IACtD5C,IAAI,EAAC;MACD6C,SAAS,EAAC;IACd;EACF,CAAC,GAAC;IACA7C,IAAI,EAAC;MACH6C,SAAS,EAAC;IACZ;EACF,CAAC,CAAC;EACFxD,QAAQ,CAAC,gBAAgB,EAAE,EAAE,EAAE;IAC7BkB,IAAI,EAAE;MACJuC,YAAY,EAAE;IAChB,CAAC;IACDnB,cAAc,EAAE;MACdpC,IAAI,EAAE;QACJC,KAAK,EAAE;MACT;IACF,CAAC;IACD4B,IAAI,EAAE;MACJ7B,IAAI,EAAE;QACJO,eAAe,EAAE;MACnB;IACF;EACF,CAAsB,CAAC;AACzB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
3
|
+
import WmAccordionpaneProps from './accordionpane.props';
|
|
4
|
+
import { WmAccordionpaneStyles } from './accordionpane.styles';
|
|
5
|
+
export declare class WmAccordionpaneState extends BaseComponentState<WmAccordionpaneProps> {
|
|
6
|
+
isPartialLoaded: boolean;
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
}
|
|
9
|
+
export default class WmAccordionpane extends BaseComponent<WmAccordionpaneProps, WmAccordionpaneState, WmAccordionpaneStyles> {
|
|
10
|
+
paneId: string;
|
|
11
|
+
constructor(props: WmAccordionpaneProps);
|
|
12
|
+
isCollapsed(): boolean;
|
|
13
|
+
show(): void;
|
|
14
|
+
hide(): void;
|
|
15
|
+
expand(): void;
|
|
16
|
+
collapse(): void;
|
|
17
|
+
componentDidMount(): void;
|
|
18
|
+
componentWillUnmount(): void;
|
|
19
|
+
onPartialLoad(): void;
|
|
20
|
+
renderContent(props: WmAccordionpaneProps): any;
|
|
21
|
+
renderWidget(props: WmAccordionpaneProps): React.JSX.Element;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=accordionpane.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordionpane.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/accordion/accordionpane/accordionpane.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,oBAAoB,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAiB,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAM9E,qBAAa,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAChF,eAAe,UAAS;IACxB,SAAS,UAAQ;CAClB;AAED,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,aAAa,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC;IACpH,MAAM,EAAE,MAAM,CAAM;gBACf,KAAK,EAAE,oBAAoB;IAIvC,WAAW;IAIX,IAAI;IAOJ,IAAI;IAOJ,MAAM;IAIN,QAAQ;IAIR,iBAAiB;IASjB,oBAAoB;IAOpB,aAAa;IAIb,aAAa,CAAC,KAAK,EAAE,oBAAoB;IAazC,YAAY,CAAC,KAAK,EAAE,oBAAoB;CAWzC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
2
|
+
export default class WmAccordionpaneProps extends BaseProps {
|
|
3
|
+
children: any;
|
|
4
|
+
iconclass: string;
|
|
5
|
+
title: string;
|
|
6
|
+
renderPartial?: Function;
|
|
7
|
+
subheading: string;
|
|
8
|
+
badgevalue: string;
|
|
9
|
+
badgetype: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=accordionpane.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordionpane.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/accordion/accordionpane/accordionpane.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,SAAS;IACzD,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAe;IAChC,KAAK,EAAE,MAAM,CAAW;IACxB,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,UAAU,EAAE,MAAM,CAAe;IACjC,UAAU,EAAE,MAAM,CAAe;IACjC,SAAS,EAAE,MAAM,CAAe;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordionpane.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/accordion/accordionpane/accordionpane.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,qBAAqB,GAAG,UAAU,GAAG,EAAE,CAAC;AAEpD,eAAO,MAAM,aAAa,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import WmContainerProps from './container.props';
|
|
3
|
+
import { WmContainerStyles } from './container.styles';
|
|
4
|
+
import { PartialHost, PartialHostState } from './partial-host.component';
|
|
5
|
+
import { StickyWrapperContextType } from '@wavemaker/app-rn-runtime/core/sticky-wrapper';
|
|
6
|
+
import { EdgeInsets } from 'react-native-safe-area-context';
|
|
7
|
+
export declare class WmContainerState extends PartialHostState<WmContainerProps> {
|
|
8
|
+
isPartialLoaded: boolean;
|
|
9
|
+
stickyContainerVisibility: boolean;
|
|
10
|
+
}
|
|
11
|
+
export default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {
|
|
12
|
+
static contextType: React.Context<StickyWrapperContextType | undefined>;
|
|
13
|
+
private containerRef;
|
|
14
|
+
private stickyContainerOpacity;
|
|
15
|
+
private appConfig;
|
|
16
|
+
insets: EdgeInsets | null;
|
|
17
|
+
constructor(props: WmContainerProps);
|
|
18
|
+
getBackground(): React.JSX.Element | null;
|
|
19
|
+
private getRootContainerStyle;
|
|
20
|
+
private getContentContainerStyle;
|
|
21
|
+
renderSkeleton(props: WmContainerProps): React.ReactNode;
|
|
22
|
+
getFlexUtilityStyles(): {
|
|
23
|
+
flexDirection: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25
|
+
alignContent: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26
|
+
alignItems: import("react-native").FlexAlignType | undefined;
|
|
27
|
+
alignSelf: import("react-native").FlexAlignType | "auto" | undefined;
|
|
28
|
+
flexShrink: number | undefined;
|
|
29
|
+
flexGrow: number | undefined;
|
|
30
|
+
flexWrap: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
31
|
+
textAlign: "center" | "left" | "right" | "auto" | "justify" | undefined;
|
|
32
|
+
};
|
|
33
|
+
getStickyHeaderTranslateY(): void;
|
|
34
|
+
componentDidUpdate(_prevProps: any, prevState: any): void;
|
|
35
|
+
private renderStickyContent;
|
|
36
|
+
renderWidget(props: WmContainerProps): React.JSX.Element;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=container.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../src/components/container/container.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,gBAAgB,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAiB,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAGtE,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAIzE,OAAO,EAAE,wBAAwB,EAAwB,MAAM,+CAA+C,CAAC;AAC/G,OAAO,EAAE,UAAU,EAAyB,MAAM,gCAAgC,CAAC;AA+BnF,qBAAa,gBAAiB,SAAQ,gBAAgB,CAAC,gBAAgB,CAAC;IACtE,eAAe,UAAS;IACxB,yBAAyB,UAAS;CACnC;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,iBAAiB,CAAC;IACzG,MAAM,CAAC,WAAW,sDAAwB;IAC1C,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,sBAAsB,CAAiB;IAC/C,OAAO,CAAC,SAAS,CAAyC;IAC1D,MAAM,EAAE,UAAU,GAAG,IAAI,CAEvB;gBAEU,KAAK,EAAE,gBAAgB;IAcnC,aAAa,IAAI,KAAK,CAAC,GAAG,CAAC,OAAO,GAAG,IAAI;IAKzC,OAAO,CAAC,qBAAqB;IAyC7B,OAAO,CAAC,wBAAwB;IAuEzB,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS;IAmB7D,oBAAoB;;;;;;;;;;;IAaf,yBAAyB;IAWhC,kBAAkB,CAAC,UAAU,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;IAUlD,OAAO,CAAC,mBAAmB;IAqC3B,YAAY,CAAC,KAAK,EAAE,gBAAgB;CAgErC"}
|
|
@@ -101,124 +101,49 @@ export default class WmContainer extends PartialHost {
|
|
|
101
101
|
getBackground() {
|
|
102
102
|
return this._showSkeleton ? null : this._background;
|
|
103
103
|
}
|
|
104
|
-
isAutoLayout() {
|
|
105
|
-
const {
|
|
106
|
-
direction,
|
|
107
|
-
wrap,
|
|
108
|
-
gap,
|
|
109
|
-
alignment,
|
|
110
|
-
columngap
|
|
111
|
-
} = this.props;
|
|
112
104
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
getDimensionStyle(direction, isInnerView = false) {
|
|
105
|
+
// Compute root style respecting 'fill'|'hug'|<size> for width/height.
|
|
106
|
+
getRootContainerStyle() {
|
|
107
|
+
var _this$styles$skeleton;
|
|
108
|
+
// const { width, height } = this.props;
|
|
119
109
|
const baseStyle = this.styles.root || {};
|
|
120
110
|
const {
|
|
121
111
|
width,
|
|
122
112
|
height
|
|
123
113
|
} = baseStyle;
|
|
124
114
|
const dimensionStyle = {};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
if (height && height !== 'hug') {
|
|
131
|
-
dimensionStyle.height = '100%';
|
|
132
|
-
}
|
|
133
|
-
return dimensionStyle;
|
|
134
|
-
}
|
|
115
|
+
console.log({
|
|
116
|
+
height,
|
|
117
|
+
width
|
|
118
|
+
});
|
|
135
119
|
if (height === 'fill') {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
dimensionStyle.alignSelf = 'stretch';
|
|
142
|
-
} else {
|
|
143
|
-
dimensionStyle.flexGrow = 1;
|
|
144
|
-
}
|
|
145
|
-
dimensionStyle.height = undefined;
|
|
146
|
-
}
|
|
147
|
-
} else if (height === 'hug' || height === undefined) {
|
|
148
|
-
if (isRow) {
|
|
149
|
-
dimensionStyle.alignSelf = 'flex-start';
|
|
150
|
-
} else {
|
|
151
|
-
dimensionStyle.flexGrow = 0;
|
|
152
|
-
}
|
|
120
|
+
dimensionStyle.flexGrow = 1;
|
|
121
|
+
// dimensionStyle.flexShrink = 1;
|
|
122
|
+
dimensionStyle.height = undefined;
|
|
123
|
+
} else if (height === 'hug') {
|
|
124
|
+
dimensionStyle.flexGrow = 0;
|
|
153
125
|
dimensionStyle.height = undefined;
|
|
154
126
|
} else if (height) {
|
|
155
127
|
const num = typeof height === 'string' && height.endsWith('%') ? height : parseFloat(height);
|
|
156
128
|
dimensionStyle.height = isNaN(num) ? height : num;
|
|
157
129
|
}
|
|
158
130
|
if (width === 'fill') {
|
|
159
|
-
|
|
160
|
-
dimensionStyle.flexGrow = 1;
|
|
161
|
-
dimensionStyle.flexShrink = 1;
|
|
162
|
-
dimensionStyle.minWidth = 0;
|
|
163
|
-
} else {
|
|
164
|
-
dimensionStyle.alignSelf = 'stretch';
|
|
165
|
-
}
|
|
131
|
+
dimensionStyle.alignSelf = 'stretch';
|
|
166
132
|
dimensionStyle.width = undefined;
|
|
167
133
|
} else if (width === 'hug') {
|
|
168
|
-
if (isRow) {
|
|
169
|
-
dimensionStyle.flexGrow = 0;
|
|
170
|
-
} else {
|
|
171
|
-
dimensionStyle.alignSelf = 'flex-start';
|
|
172
|
-
}
|
|
173
|
-
dimensionStyle.width = undefined;
|
|
174
|
-
} else if (width === undefined) {
|
|
175
|
-
if (isRow) {
|
|
176
|
-
dimensionStyle.flexGrow = 0;
|
|
177
|
-
} else {
|
|
178
|
-
dimensionStyle.alignSelf = 'stretch';
|
|
179
|
-
}
|
|
180
134
|
dimensionStyle.width = undefined;
|
|
181
135
|
} else if (width) {
|
|
182
136
|
const num = typeof width === 'string' && width.endsWith('%') ? width : parseFloat(width);
|
|
183
137
|
dimensionStyle.width = isNaN(num) ? width : num;
|
|
184
138
|
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
columngap
|
|
194
|
-
} = this.props;
|
|
195
|
-
|
|
196
|
-
/* Check if any of the new layout props are provided. If not, return an empty
|
|
197
|
-
style object to maintain backward compatibility. */
|
|
198
|
-
const isAutoLayout = this.isAutoLayout();
|
|
199
|
-
if (!isAutoLayout) {
|
|
200
|
-
return {};
|
|
201
|
-
}
|
|
202
|
-
const finalGap = gap !== null && gap !== void 0 ? gap : 4;
|
|
203
|
-
const finalDirection = direction !== null && direction !== void 0 ? direction : 'row';
|
|
204
|
-
const finalAlignment = alignment !== null && alignment !== void 0 ? alignment : 'top-left';
|
|
205
|
-
const isAutoGap = finalGap === 'auto';
|
|
206
|
-
const isRow = finalDirection === 'row';
|
|
207
|
-
const layoutStyle = {};
|
|
208
|
-
if (isAutoGap) {
|
|
209
|
-
const alignConfig = alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];
|
|
210
|
-
layoutStyle.justifyContent = alignConfig.justifyContent;
|
|
211
|
-
layoutStyle.alignItems = alignConfig.alignItems;
|
|
212
|
-
} else {
|
|
213
|
-
if (isRow) {
|
|
214
|
-
// For a row, the main-axis gap (between items) is columnGap.
|
|
215
|
-
layoutStyle.columnGap = Number(finalGap);
|
|
216
|
-
} else {
|
|
217
|
-
// For a column, the main-axis gap (between items) is rowGap.
|
|
218
|
-
layoutStyle.rowGap = Number(finalGap);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
return layoutStyle;
|
|
139
|
+
const styleWithResize = {
|
|
140
|
+
...baseStyle,
|
|
141
|
+
...dimensionStyle
|
|
142
|
+
};
|
|
143
|
+
return this._showSkeleton ? {
|
|
144
|
+
...styleWithResize,
|
|
145
|
+
...((_this$styles$skeleton = this.styles.skeleton) === null || _this$styles$skeleton === void 0 ? void 0 : _this$styles$skeleton.root)
|
|
146
|
+
} : styleWithResize;
|
|
222
147
|
}
|
|
223
148
|
|
|
224
149
|
// Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).
|
|
@@ -233,7 +158,8 @@ export default class WmContainer extends PartialHost {
|
|
|
233
158
|
|
|
234
159
|
/* Check if any of the new layout props are provided. If not, return an empty
|
|
235
160
|
style object to maintain backward compatibility. */
|
|
236
|
-
|
|
161
|
+
const useNewLayoutSystem = direction !== undefined || wrap !== undefined || gap !== undefined || alignment !== undefined || columngap !== undefined;
|
|
162
|
+
if (!useNewLayoutSystem) {
|
|
237
163
|
return {};
|
|
238
164
|
}
|
|
239
165
|
|
|
@@ -246,10 +172,21 @@ export default class WmContainer extends PartialHost {
|
|
|
246
172
|
const isAutoGap = finalGap === 'auto';
|
|
247
173
|
const isWrap = finalWrap === 'true' || finalWrap === true;
|
|
248
174
|
const layoutStyle = {
|
|
249
|
-
|
|
175
|
+
flexDirection: finalDirection,
|
|
250
176
|
flexWrap: isWrap && isRow ? 'wrap' : 'nowrap'
|
|
251
177
|
};
|
|
252
|
-
if (
|
|
178
|
+
if (isAutoGap) {
|
|
179
|
+
const alignConfig = alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];
|
|
180
|
+
layoutStyle.justifyContent = alignConfig.justifyContent;
|
|
181
|
+
layoutStyle.alignItems = alignConfig.alignItems;
|
|
182
|
+
} else {
|
|
183
|
+
if (isRow) {
|
|
184
|
+
// For a row, the main-axis gap (between items) is columnGap.
|
|
185
|
+
layoutStyle.columnGap = Number(finalGap);
|
|
186
|
+
} else {
|
|
187
|
+
// For a column, the main-axis gap (between items) is rowGap.
|
|
188
|
+
layoutStyle.rowGap = Number(finalGap);
|
|
189
|
+
}
|
|
253
190
|
const alignConfig = alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];
|
|
254
191
|
layoutStyle.justifyContent = isRow ? alignConfig.justifyContent : alignConfig.alignItems;
|
|
255
192
|
layoutStyle.alignItems = isRow ? alignConfig.alignItems : alignConfig.justifyContent;
|
|
@@ -264,18 +201,17 @@ export default class WmContainer extends PartialHost {
|
|
|
264
201
|
}
|
|
265
202
|
}
|
|
266
203
|
return {
|
|
267
|
-
...layoutStyle
|
|
268
|
-
...this.getGapStyle()
|
|
204
|
+
...layoutStyle
|
|
269
205
|
};
|
|
270
206
|
}
|
|
271
207
|
renderSkeleton(props) {
|
|
272
208
|
if (!props.showskeletonchildren) {
|
|
273
|
-
var _this$
|
|
209
|
+
var _this$props;
|
|
274
210
|
const dimensions = {
|
|
275
211
|
width: this.styles.root.width ? '100%' : undefined,
|
|
276
212
|
height: this.styles.root.height ? '100%' : undefined
|
|
277
213
|
};
|
|
278
|
-
const skeletonStyles = ((_this$
|
|
214
|
+
const skeletonStyles = ((_this$props = this.props) === null || _this$props === void 0 || (_this$props = _this$props.styles) === null || _this$props === void 0 ? void 0 : _this$props.skeleton) || {
|
|
279
215
|
root: {},
|
|
280
216
|
text: {}
|
|
281
217
|
};
|
|
@@ -295,6 +231,19 @@ export default class WmContainer extends PartialHost {
|
|
|
295
231
|
}
|
|
296
232
|
return null;
|
|
297
233
|
}
|
|
234
|
+
getFlexUtilityStyles() {
|
|
235
|
+
return {
|
|
236
|
+
flexDirection: this.styles.root.flexDirection,
|
|
237
|
+
justifyContent: this.styles.root.justifyContent,
|
|
238
|
+
alignContent: this.styles.root.alignContent,
|
|
239
|
+
alignItems: this.styles.root.alignItems,
|
|
240
|
+
alignSelf: this.styles.root.alignSelf,
|
|
241
|
+
flexShrink: this.styles.root.flexShrink,
|
|
242
|
+
flexGrow: this.styles.root.flexGrow,
|
|
243
|
+
flexWrap: this.styles.root.flexWrap,
|
|
244
|
+
textAlign: this.styles.root.textAlign
|
|
245
|
+
};
|
|
246
|
+
}
|
|
298
247
|
getStickyHeaderTranslateY() {
|
|
299
248
|
var _this$appConfig, _this$containerRef;
|
|
300
249
|
const isEdgeToEdgeApp = !!((_this$appConfig = this.appConfig) !== null && _this$appConfig !== void 0 && (_this$appConfig = _this$appConfig.edgeToEdgeConfig) !== null && _this$appConfig !== void 0 && _this$appConfig.isEdgeToEdgeApp);
|
|
@@ -318,55 +267,39 @@ export default class WmContainer extends PartialHost {
|
|
|
318
267
|
}).start();
|
|
319
268
|
}
|
|
320
269
|
}
|
|
321
|
-
renderStickyContent(props, dimensions, styles) {
|
|
322
|
-
var _this$props3, _this$props5;
|
|
270
|
+
renderStickyContent(props, dimensions, styles, autoLayoutStyle) {
|
|
323
271
|
const {
|
|
324
272
|
stickyContainerVisibility
|
|
325
273
|
} = this.state;
|
|
326
274
|
const {
|
|
327
275
|
positioningStyles
|
|
328
276
|
} = getParentStyles(this);
|
|
329
|
-
const autoLayoutStyle = this.getContentContainerStyle();
|
|
330
|
-
const directionStyle = {};
|
|
331
|
-
if ((_this$props3 = this.props) !== null && _this$props3 !== void 0 && _this$props3.direction) {
|
|
332
|
-
var _this$props4;
|
|
333
|
-
directionStyle.flexDirection = (_this$props4 = this.props) === null || _this$props4 === void 0 ? void 0 : _this$props4.direction;
|
|
334
|
-
}
|
|
335
|
-
const autoLayoutDimensionsInner = this.getDimensionStyle((_this$props5 = this.props) === null || _this$props5 === void 0 ? void 0 : _this$props5.direction, true);
|
|
336
|
-
const isAutoLayout = this.isAutoLayout();
|
|
337
277
|
return /*#__PURE__*/React.createElement(React.Fragment, null, stickyContainerVisibility ? /*#__PURE__*/React.createElement(StickyContainer, {
|
|
338
278
|
component: this,
|
|
339
279
|
theme: this.theme,
|
|
340
280
|
style: [this.styles.sticky, {
|
|
341
281
|
backgroundColor: styles.backgroundColor
|
|
342
|
-
}
|
|
282
|
+
}],
|
|
343
283
|
positionStyles: positioningStyles,
|
|
344
284
|
show: props.show
|
|
345
285
|
}, /*#__PURE__*/React.createElement(View, {
|
|
346
|
-
style: [
|
|
286
|
+
style: [dimensions, {
|
|
347
287
|
backgroundColor: styles.backgroundColor
|
|
348
|
-
}, this.styles.content,
|
|
288
|
+
}, this.styles.content, autoLayoutStyle]
|
|
349
289
|
}, this.renderContent(props))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(Animated.View, {
|
|
350
|
-
style: [
|
|
290
|
+
style: [dimensions, {
|
|
351
291
|
opacity: this.stickyContainerOpacity
|
|
352
|
-
}, this.styles.content,
|
|
292
|
+
}, this.styles.content, autoLayoutStyle],
|
|
353
293
|
ref: this.containerRef
|
|
354
294
|
}, this.renderContent(props)));
|
|
355
295
|
}
|
|
356
296
|
renderWidget(props) {
|
|
357
|
-
|
|
297
|
+
const rootStyle = this.getRootContainerStyle();
|
|
358
298
|
const autoLayoutStyle = this.getContentContainerStyle();
|
|
359
|
-
const directionStyle = {};
|
|
360
|
-
if ((_this$props6 = this.props) !== null && _this$props6 !== void 0 && _this$props6.direction) {
|
|
361
|
-
var _this$props7;
|
|
362
|
-
directionStyle.flexDirection = (_this$props7 = this.props) === null || _this$props7 === void 0 ? void 0 : _this$props7.direction;
|
|
363
|
-
}
|
|
364
299
|
const dimensions = {
|
|
365
|
-
width:
|
|
366
|
-
height:
|
|
300
|
+
width: rootStyle.width ? '100%' : undefined,
|
|
301
|
+
height: rootStyle.height ? '100%' : undefined
|
|
367
302
|
};
|
|
368
|
-
const autoLayoutDimensions = this.getDimensionStyle((_this$props8 = this.props) === null || _this$props8 === void 0 ? void 0 : _this$props8.direction);
|
|
369
|
-
const autoLayoutDimensionsInner = this.getDimensionStyle((_this$props9 = this.props) === null || _this$props9 === void 0 ? void 0 : _this$props9.direction, true);
|
|
370
303
|
const styles = this._showSkeleton ? {
|
|
371
304
|
...this.styles.root,
|
|
372
305
|
...this.styles.skeleton.root
|
|
@@ -374,43 +307,30 @@ export default class WmContainer extends PartialHost {
|
|
|
374
307
|
if (props.sticky) {
|
|
375
308
|
this.isSticky = true;
|
|
376
309
|
}
|
|
377
|
-
const isAutoLayout = this.isAutoLayout();
|
|
378
310
|
return /*#__PURE__*/React.createElement(SafeAreaInsetsContext.Consumer, null, (insets = {
|
|
379
311
|
top: 0,
|
|
380
312
|
bottom: 0,
|
|
381
313
|
left: 0,
|
|
382
314
|
right: 0
|
|
383
315
|
}) => {
|
|
384
|
-
var _this$props0;
|
|
385
316
|
this.insets = insets;
|
|
386
317
|
return /*#__PURE__*/React.createElement(Animatedview, {
|
|
387
318
|
entryanimation: props.animation,
|
|
388
319
|
delay: props.animationdelay,
|
|
389
|
-
style:
|
|
390
|
-
...this.getDimensionStyle((_this$props0 = this.props) === null || _this$props0 === void 0 ? void 0 : _this$props0['parent-direction']),
|
|
391
|
-
...directionStyle
|
|
392
|
-
} : {}],
|
|
320
|
+
style: rootStyle,
|
|
393
321
|
onLayout: (event, ref) => {
|
|
394
322
|
this.handleLayout(event, ref);
|
|
395
323
|
}
|
|
396
324
|
}, this.getBackground(), /*#__PURE__*/React.createElement(Tappable, _extends({}, this.getTestPropsForAction(), {
|
|
397
325
|
target: this,
|
|
398
|
-
styles:
|
|
399
|
-
...autoLayoutDimensionsInner,
|
|
400
|
-
...directionStyle
|
|
401
|
-
} : dimensions],
|
|
326
|
+
styles: dimensions,
|
|
402
327
|
disableTouchEffect: this.state.props.disabletoucheffect
|
|
403
|
-
}), props.sticky ? this.renderStickyContent(props, dimensions, styles) : !props.scrollable ? /*#__PURE__*/React.createElement(View, {
|
|
404
|
-
style: [
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
minWidth: 0
|
|
408
|
-
} : {}]
|
|
328
|
+
}), props.sticky ? this.renderStickyContent(props, dimensions, styles, autoLayoutStyle) : !props.scrollable ? /*#__PURE__*/React.createElement(View, {
|
|
329
|
+
style: [{
|
|
330
|
+
flexDirection: 'column'
|
|
331
|
+
}, this.getFlexUtilityStyles(), dimensions, this.styles.content, autoLayoutStyle]
|
|
409
332
|
}, this.renderContent(props)) : /*#__PURE__*/React.createElement(ScrollView, {
|
|
410
|
-
style: [
|
|
411
|
-
...directionStyle,
|
|
412
|
-
...autoLayoutStyle
|
|
413
|
-
} : {}],
|
|
333
|
+
style: [dimensions, this.styles.content, autoLayoutStyle],
|
|
414
334
|
onScroll: event => this.notify('scroll', [event]),
|
|
415
335
|
scrollEventThrottle: 48
|
|
416
336
|
}, this.renderContent(props))));
|