@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Color","Dimensions","StatusBar","ThemeVariables","constructor","_defineProperty","primaryColor","lighten","rgb","toString","defaultColorF","defaultColor","defaultColorA","get","height","currentHeight","width","transparent","defaultColorE","overlayColor","defaultColor3","primaryContrastColor","defaultColorC","fade","widgetBorderColor","navitemActiveTextColor","defaultTextColor","secondaryColor","successColor","infoColor","warningColor","dangerColor","lightColor","darkColor","widgetBgColor","widgetHeaderBgColor","widgetHeaderTextColor","primaryColor3","tabContentBgColor","defaultColor8","dangerContrastColor","infoContrastColor","successContrastColor","warningContrastColor","muteColor","defaultColor6","badgeColor","badgeContrastColor","defaultColorD","defaultColorB","defaultColor4","defaultColor1","popoverBackgroundColor","listTitleColor","listSubTitleColor","widgetActiveHeaderBgColor","widgetActiveHeaderTextColor","primaryColor1","primaryColor2","defaultColor9","defaultColor7","defaultColor5","networkToastTextColor","_ThemeVariables"],"sources":["theme.variables.ts"],"sourcesContent":["import Color, { rgb } from \"color\";\nimport { Dimensions, StatusBar } from \"react-native\";\n\nexport default class ThemeVariables {\n \n primaryColor = '#4263eb';\n primaryColor1 = Color(this.primaryColor).lighten(0.2).rgb().toString();\n primaryColor2 = Color(this.primaryColor).lighten(0.4).rgb().toString();\n primaryColor3 = Color(this.primaryColor).lighten(0.6).rgb().toString();\n primaryContrastColor = '#ffffff';\n secondaryColor = '#6c757d';\n secondaryContrastColor = '#ffffff';\n successColor = '#28a745';\n successContrastColor = '#ffffff';\n infoColor = '#17a2b8';\n infoContrastColor = '#ffffff';\n warningColor = '#ffc107';\n warningContrastColor = '#ffffff';\n dangerColor = '#dc3545';\n dangerContrastColor = '#ffffff';\n defaultColor = '#000000';\n defaultColor1 = '#111111';\n defaultColor2 = '#222222';\n defaultColor3 = '#333333';\n defaultColor4 = '#444444';\n defaultColor5 = '#555555';\n defaultColor6 = '#666666';\n defaultColor7 = '#777777';\n defaultColor8 = '#888888';\n defaultColor9 = '#999999';\n defaultColorA = '#aaaaaa';\n defaultColorB = '#bbbbbb';\n defaultColorC = '#cccccc';\n defaultColorD = '#dddddd';\n defaultColorE = '#eeeeee';\n defaultColorF = '#ffffff';\n defaultBgColor = this.defaultColorF;\n defaultTextColor = '#151420';\n lightColor = this.defaultColorF;\n darkColor = this.defaultColor;\n muteColor = this.defaultColorA;\n heading1FontSize = 36;\n heading2FontSize = 30;\n heading3FontSize = 24;\n heading4FontSize = 18;\n heading5FontSize = 14;\n heading6FontSize = 12;\n transparent = 'transparent';\n badgeColor = '#6c757d';\n badgeContrastColor = '#ffffff';\n baseFont = 'Roboto';\n tabbarInactiveColor = '#d8d8d8';\n maxModalHeight = Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0);\n maxWidth = Dimensions.get(\"window\").width; \n skeletonBackgroundColor = \"#F4F5F8\";\n overlayColor = 'rgba(127, 127, 127, 1)';\n \n //rippleColor\n rippleColor = this.transparent\n\n // page\n pageContentBgColor = this.defaultColorE;\n leftPanelOverlayColor = this.overlayColor;\n\n // common widget color\n widgetHeaderBgColor = this.defaultColorF;\n widgetHeaderTextColor = this.defaultColor3;\n widgetActiveHeaderBgColor = this.primaryColor;\n widgetActiveHeaderTextColor = this.primaryContrastColor;\n widgetBorderColor = this.defaultColorC;\n widgetBgColor = this.defaultColorF;\n\n //App Navbar\n titleBadgeBackgroundColor = Color('#151420').fade(0.8).rgb().toString();\n titleBadgeTextColor = '#151420';\n\n // Navbar variables\n navbarBackgroundColor = this.defaultColorF;\n navbarBorderColor = this.widgetBorderColor;\n navbarTextColor = '#151420';\n navbarIconSize = 32;\n navbarFontSize = 24;\n navbarImageSize = 32;\n navbarCaretColor = this.primaryColor;\n navitemChildBackgroundColor = this.primaryContrastColor;\n navitemChildTextColor = this.primaryColor;\n navitemChildIconColor = this.primaryColor;\n navitemActiveBackgroundColor = this.primaryColor;\n navitemActiveTextColor = this.primaryContrastColor;\n navitemActiveIconColor = this.navitemActiveTextColor;\n\n //Anchor variables\n linkDefaultColor = this.defaultTextColor;\n linkPrimaryColor = this.primaryColor;\n linkSecondaryColor = this.secondaryColor;\n linkSuccessColor = this.successColor;\n linkInfoColor = this.infoColor;\n linkWarningColor = this.warningColor;\n linkDangerColor = this.dangerColor;\n linkLightColor = this.lightColor;\n linkDarkColor = this.darkColor;\n anchorTextPadding = 2;\n\n //Grid Layout variables\n layoutGridBgColor = this.widgetBgColor;\n layoutGridBorderColor = this.widgetBorderColor;\n layoutGridStripColor1 = Color(this.primaryColor).lighten(0.9).rgb().toString();\n layoutGridHeaderBgColor = this.widgetHeaderBgColor;\n layoutGridHeaderTextColor = this.widgetHeaderTextColor;\n layoutGridStripColor2 = this.transparent;\n gridColumnBorderColor = this.widgetBorderColor;\n\n //Spinner Variables\n spinnerIconColor = this.primaryColor;\n\n //tabbar variables\n tabbarBackgroundColor = this.primaryContrastColor;\n tabbarTextColor = 'var(--tabbarInactiveColor)';\n tabbarIconColor = 'var(--tabbarInactiveColor)';\n tabShadowColor = this.defaultColor;\n tabActiveBackgroundColor = this.primaryColor3;\n tabActiveIconColor = this.primaryColor;\n tabLabelTextColor = this.primaryColor;\n\n centerHubItemColor = 'var(--primaryColor)';\n centerHubIconColor = 'var(--defaultColorF)';\n centerHubLabelColor = 'var(--defaultColorF)';\n\n // tab variables\n tabHeaderBgColor = this.widgetBgColor;\n tabHeaderTextColor = this.defaultColorA;\n tabHeaderIconColor = this.defaultColorA;\n tabActiveHeaderBgColor = this.defaultColorF;\n tabActiveHeaderTextColor = this.primaryColor;\n tabActiveIndicatorBgColor = this.primaryColor;\n tabActiveHeaderIconColor = this.primaryColor;\n tabBorderColor = this.widgetBorderColor;\n tabContentBgColor = this.widgetBgColor;\n tabArrowIndicatorBgColor = this.tabContentBgColor;\n tabArrowIndicatorDotColor = this.primaryColor;\n\n //label Variables\n labelHeaderColor = '#151420';\n labelDefaultColor = this.defaultColor8;\n labelDefaultContrastColor = this.defaultColorF;\n labelDangerColor = this.dangerColor;\n labelDangerContrastColor = this.dangerContrastColor;\n labelInfoColor = this.infoColor;\n labelInfoContrastColor = this.infoContrastColor;\n labelPrimaryColor = this.primaryColor;\n labelPrimaryContrastColor = this.primaryContrastColor;\n labelSuccessColor = this.successColor;\n labelSuccessContrastColor = this.successContrastColor;\n labelWarningColor = this.warningColor;\n labelWarningContrastColor = this.warningContrastColor;\n labelTextSuccessColor = this.successColor;\n labelTextDangerColor = this.dangerColor;\n labelTextInfoColor = this.infoColor;\n labelTextMutedColor = this.muteColor;\n labelTextPrimaryColor = this.primaryColor;\n labelTextWarningColor = this.warningColor;\n labelAsteriskColor = this.dangerColor;\n\n //List\n listHeaderBgColor = this.widgetHeaderBgColor;\n listTitleColor = this.widgetHeaderTextColor;\n listSubTitleColor = this.defaultColor6;\n listDividerColor = this.widgetBorderColor;\n itemBgColor = this.defaultColorF;\n selectedItemBorderColor = this.primaryColor;\n\n //button Variables\n buttonBorderColor = this.widgetBorderColor;\n buttonBadgeBackgroundColor = this.badgeColor;\n buttonBadgeTextColor = this.badgeContrastColor;\n buttonTextPadding = 2;\n buttonSuccessColor = this.successColor;\n buttonDefaultColor = this.defaultColorF;\n buttonPrimaryColor = this.primaryColor;\n buttonSecondaryColor = this.defaultColorF;\n buttonDangerColor = this.dangerColor;\n buttonWarningColor = this.warningColor;\n buttonInfoColor = this.infoColor;\n buttonSuccessTextColor = this.successContrastColor;\n buttonDefaultTextColor = this.defaultTextColor;\n buttonPrimaryTextColor = this.primaryContrastColor;\n buttonSecondaryTextColor = this.primaryColor;\n buttonDangerTextColor = this.dangerContrastColor;\n buttonWarningTextColor = this.warningContrastColor;\n buttonInfoTextColor = this.infoContrastColor;\n buttonLinkColor = this.transparent;\n buttonLinkTextColor = this.primaryColor;\n buttonDarkColor = this.darkColor;\n buttonDarkTextColor = this.lightColor;\n buttonLightColor = this.lightColor;\n buttonLightTextColor = this.darkColor;\n buttonGrpBorderColor = this.widgetBorderColor;\n buttonGrpBgColor = this.defaultColorF;\n\n //picture variables\n pictureThumbBgColor = this.defaultColorF;\n pictureThumbBorderColor = this.defaultColorD;\n\n //input variables\n inputTextColor = this.defaultTextColor;\n inputBorderColor = this.defaultColorD;\n inputBackgroundColor = this.defaultColorF;\n inputDisabledBgColor = '#f6f6f6';\n inputFocusBorderColor = this.transparent;\n inputInvalidBorderColor = this.dangerColor;\n inputPlaceholderColor = this.defaultColorB;\n\n //wheel picker variables\n wheelSelectedColor = '#1d1d1b';\n wheelColor = '#737373';\n\n //floating label\n floatingLabelColor = 'var(--inputPlaceholderColor)';\n activeFloatingLabelColor = 'var(--primaryColor)';\n\n //slider variables\n minimumTrackTintColor = this.primaryColor;\n maximumTrackTintColor = this.widgetHeaderBgColor;\n thumbTintColor = this.primaryColor;\n\n //rating color\n ratingIconColor = this.defaultColorA;\n ratingSelectedIconColor = '#eb8600';\n\n //toggle variables\n toggleOnColor = Color(this.primaryColor).lighten(0.4).rgb().toString();\n toggleOffColor = this.defaultColorB;\n toggleHandleColor = this.primaryColor;\n toggleHandleDisableColor = this.defaultColorA;\n toggleOffBorderColor = this.defaultColorB;\n toggleUnselectedTrackbgColor = this.defaultColorC;\n\n // radioset, checkboxset variables\n groupHeadingBgColor = 'var(--transparent)';\n checkedColor = 'var(--primaryColor)';\n checkedDisabledColor = 'var(--defaultColorA)';\n checkedEnabledColor = 'var(--defaultColorF)';\n checkboxBorderColor = 'var(--defaultColor9)';\n checkedBgColor = 'var(--primaryColor)';\n uncheckedBgColor = 'var(--transparent)';\n checkedIconColor = 'var(--defaultColorF)';\n checkedBorderColor = 'var(--primaryColor)';\n uncheckedBorderColor = 'var(--defaultColor9)';\n \n //form\n formBorderColor = this.widgetBorderColor;\n formTitleColor = this.defaultTextColor;\n formSubTitleColor = this.defaultColor6;\n\n //dialog\n dialogBackgroundColor = this.widgetBgColor;\n dialogBorderColor = this.widgetBorderColor;\n dialogCloseIconColor = this.defaultColorA;\n dialogLabelColor = this.defaultColor3;\n dialogIconColor = this.defaultColor4;\n dialogSupportingTextColor = this.defaultColor1;\n\n //alert dialog\n alertMessageColor = this.defaultColor8;\n\n badgeTextColor = this.defaultColorF;\n\n //popover\n popoverBackgroundColor = this.defaultColorF;\n popoverTitleBackgroundColor = this.defaultColorD;\n popoverTitleColor = this.defaultColor1;\n\n //menu\n menuIconColor = this.defaultColor6;\n menuTextColor = this.defaultColor6;\n menuBackgroundColor = this.popoverBackgroundColor;\n menuItemBorderColor = this.widgetBorderColor;\n menuItemIconColor = this.defaultColor6;\n menuItemTextColor = this.defaultColor6;\n\n //tile Variables\n tileDangerColor = this.dangerColor;\n tileInfoColor = this.infoColor;\n tilePrimaryColor = this.primaryColor;\n tileSuccessColor = this.successColor;\n tileWarningColor = this.warningColor;\n tileWellbgColor = this.defaultColorF;\n tileWellBorderColor = this.defaultColorE;\n tilePrimaryTextColor = this.primaryContrastColor;\n\n //switch\n switchBgColor = this.widgetBgColor;\n switchTextColor = this.defaultTextColor;\n switchActiveBgColor = this.primaryColor;\n switchActiveTextColor = this.primaryContrastColor;\n switchBorderColor = this.widgetBorderColor;\n\n //message\n messageSuccessColor = this.successColor;\n messageErrorColor = this.dangerColor;\n messageWarningColor = this.warningColor;\n messageInfoColor = this.infoColor;\n messageLoadingColor = this.infoColor;\n\n //panel\n panelBgColor = this.widgetBgColor;\n panelHeaderBgColor = this.widgetHeaderBgColor;\n panelHeaderTextColor = this.widgetHeaderTextColor;\n panelFooterColor = this.defaultColorD;\n panelBorderColor = this.widgetBorderColor;\n panelDangerColor = this.dangerColor;\n panelDefaultColor = this.defaultColor;\n panelInfoColor = this.infoColor;\n panelPrimaryColor = this.primaryColor;\n panelSuccessColor = this.successColor;\n panelWarningColor = this.warningColor;\n panelTextColor = this.defaultColorF;\n\n //card\n cardHeaderBgColor = this.defaultColorD;\n cardBgColor = this.widgetBgColor;\n cardTitleColor = this.listTitleColor;\n cardShadowColor = this.defaultColor;\n cardSubTitleColor = this.listSubTitleColor;\n cardBorderColor = this.defaultColorD;\n cardContentBgColor = this.defaultColorF;\n cardFooterBgColor = this.defaultColorF;\n cardFooterBorderColor = this.defaultColorD;\n\n //progress bar\n progressBarDefaultColor = this.primaryColor;\n progressBarTrackColor = this.defaultColorD;\n progressBarSuccessColor = this.successColor;\n progressBarDangerColor = this.dangerColor;\n progressBarInfoColor = this.infoColor;\n progressBarWarningColor = this.warningColor;\n\n //progress circle\n progressCircleDefaultColor = this.primaryColor;\n progressCircleSuccessColor = this.successColor;\n progressCircleDangerColor = this.dangerColor;\n progressCircleInfoColor = this.infoColor;\n progressCircleWarningColor = this.warningColor;\n\n //container\n containerOutlineColor = this.defaultColorC;\n\n //accordion\n accordionBgColor = this.widgetBgColor;\n accordionTitleColor = this.widgetHeaderTextColor;\n accordionHeaderBgColor = this.defaultColorF;\n accordionIconColor= this.defaultColorB;\n accordionActiveIconColor= this.defaultColorF;\n accordionActiveHeaderBgColor = this.widgetActiveHeaderBgColor;\n accordionActiveHeaderTextColor = this.widgetActiveHeaderTextColor;\n accordionBorderColor = this.defaultColorE;\n accordionPaneBgColor = this.defaultColorF;\n\n //carousel\n carouselPrevBtnColor=this.defaultColorF;\n carouselPrevBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselNextBtnColor=this.defaultColorF;\n carouselNextBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselDotWrapperBgColor=this.transparent;\n carouselDotColor=this.defaultColorF;\n carouselActiveDotColor=this.defaultColorF;\n\n //calendar\n calendarBgColor = this.defaultColorF;\n calendarHeaderBgColor = this.defaultColorF;\n calendarHeaderTextColor = this.defaultTextColor;\n calendarWeekDayTextColor = this.defaultColorA;\n calendarDateColor = this.defaultColor;\n calendarNotCurrentMonthDateColor = this.defaultColor6;\n calendarHeaderColor = this.defaultColorF;\n calendarPrevYearIconColor = this.defaultColorA;\n calendarNextYearIconColor = this.defaultColorA;\n calendarPrevMonthIconColor = this.defaultColorA;\n calendarNextMonthIconColor = this.defaultColorA;\n calendarDayBgColor = this.defaultColor;\n calendarSelectedDayBgColor = this.primaryColor;\n calendarSelectedDayTextColor = this.defaultColorF;\n calendarTodayBgColor = this.defaultColorE;\n calendarEventDay1Color = this.primaryColor1;\n calendarEventDay2Color = this.primaryColor2;\n calendarEventDay3Color = this.primaryColor3;\n\n //date picker\n datepickerBgColor = this.defaultColorF;\n\n //wizard\n wizardBackgroundColor = this.widgetBgColor;\n wizardStepActiveColor = this.primaryColor;\n wizardStepDoneColor = this.successColor;\n wizardStepDoneTextColor = this.defaultColorF;\n wizardStepIconColor = this.defaultColorF;\n wizardStepColor = this.defaultColor9;\n wizardActiveStepColor = this.defaultColorF;\n wizardDoneStepColor = this.defaultColorF;\n wizardStepTitleColor = this.defaultColorA;\n wizardNextBtnColor= this.primaryColor;\n wizardDoneBtnColor = this.successColor;\n wizardStepConnectorColor = this.defaultColorE;\n wizardStepCounerColor = this.defaultColor9;\n wizardBorderColor = this.widgetBorderColor;\n\n //Search\n searchBorderColor = this.defaultColorD;\n searchButtonColor = this.primaryColor;\n searchButtonTextColor = this.primaryContrastColor;\n searchItemBorderColor = this.defaultColorD;\n searchItemTextColor = this.defaultColor6;\n searchDropdownBackgroundColor = this.defaultColorF;\n searchDataCompleteItemBgColor = this.defaultColorE;\n searchBgContainerColor = this.defaultColorD;\n //Select\n selectBorderColor = this.defaultColorD;\n selecttemBorderColor = this.defaultColorD;\n selectItemTextColor = this.defaultColor6;\n selectDropdownBackgroundColor = this.defaultColorF;\n\n //Chip\n chipActiveTextColor = this.defaultColorF;\n chipDefaultTextColor = this.defaultColorA;\n chipborderColor = this.defaultColorD;\n chipContainerColor = this.defaultColorF; \n chipIconColor = this.primaryColor;\n chipSelectedOutlineColor = this.defaultColor6;\n chipSelectedContainerColor = this.defaultColor7;\n //Login\n loginErrorMsgColor = this.dangerContrastColor;\n loginErrorMsgBgColor = this.dangerColor;\n loginErrorMsgBorderColor = this.dangerColor;\n\n //camera\n cameraBgColor = this.defaultColorF;\n cameraBorderColor = this.widgetBorderColor;\n cameraTextColor = this.defaultTextColor;\n\n //barcode-scanner\n barcodeScannerBgColor = this.defaultColorF;\n barcodeScannerBorderColor = this.widgetBorderColor;\n barcodeScannerTextColor = this.defaultTextColor;\n\n //fileupload\n fileuploadBgColor = this.defaultColorF;\n fileuploadBorderColor = this.widgetBorderColor;\n fileuploadTextColor = this.defaultTextColor;\n\n //charts\n chartLabelColor = this.defaultTextColor;\n chartGraphLinesColor = this.defaultColorC;\n chartLineColor = this.defaultColor8;\n chartLegendBorder = this.defaultColor7;\n chartAxisColor = this.defaultColor5;\n chartAxisPointColor = this.defaultColor9;\n chartTitleColor = this.widgetHeaderTextColor;\n chartSubTitleColor = this.defaultColor6;\n\n // Network Toast\n networkToastBgColor = this.defaultColor3;\n networkToastTextColor = this.defaultColorF;\n networkToastActionTextColor = this.primaryColor;\n networkToastActionSeparatorColor = this.networkToastTextColor;\n\n // Skeleton\n skeletonBgColor = this.defaultColorE;\n skeletonAnimatedBgColor = this.defaultColorE;\n skeletonGradientBgColor = this.defaultColorF;\n skeletonGradientShadowColor = this.defaultColorF;\n skeletonGradientForegroundColor = this.transparent;\n\n // Audio\n audioPlayerBgColor = this.defaultColorF;\n audioPlayerFgColor = this.defaultColor3;\n\n //Tool tip\n tooltipBgColor = \"#e7f9fd\";\n\n // Wheel Picker\n wheelHighlightBorder = 'var(--primaryColor)';\n wheelSelectedTextColor = 'var(--wheelSelectedColor)';\n wheelTextColor = 'var(--wheelColor)';\n\n // Text Area\n textAreaHelpTextColor = '#61656c'\n\n // Bottom Shhet\n bottomSheetBgColor = 'rgba(0,0,0,0.1)'\n bottomSheetDragIconcolor = 'rgba(60,60,67,0.3)'\n\n static INSTANCE = new ThemeVariables();\n}"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["Color","Dimensions","StatusBar","ThemeVariables","constructor","_defineProperty","primaryColor","lighten","rgb","toString","defaultColorF","defaultColor","defaultColorA","get","height","currentHeight","width","transparent","defaultColorE","defaultColor3","primaryContrastColor","defaultColorC","fade","widgetBorderColor","navitemActiveTextColor","defaultTextColor","secondaryColor","successColor","infoColor","warningColor","dangerColor","lightColor","darkColor","widgetBgColor","widgetHeaderBgColor","widgetHeaderTextColor","primaryColor3","tabContentBgColor","defaultColor8","dangerContrastColor","infoContrastColor","successContrastColor","warningContrastColor","muteColor","defaultColor6","badgeColor","badgeContrastColor","defaultColorD","defaultColorB","defaultColor4","defaultColor1","popoverBackgroundColor","listTitleColor","listSubTitleColor","widgetActiveHeaderBgColor","widgetActiveHeaderTextColor","primaryColor1","primaryColor2","defaultColor9","defaultColor7","defaultColor5","networkToastTextColor","_ThemeVariables"],"sources":["theme.variables.ts"],"sourcesContent":["import Color, { rgb } from \"color\";\nimport { Dimensions, StatusBar } from \"react-native\";\n\nexport default class ThemeVariables {\n \n primaryColor = '#4263eb';\n primaryColor1 = Color(this.primaryColor).lighten(0.2).rgb().toString();\n primaryColor2 = Color(this.primaryColor).lighten(0.4).rgb().toString();\n primaryColor3 = Color(this.primaryColor).lighten(0.6).rgb().toString();\n primaryContrastColor = '#ffffff';\n secondaryColor = '#6c757d';\n secondaryContrastColor = '#ffffff';\n successColor = '#28a745';\n successContrastColor = '#ffffff';\n infoColor = '#17a2b8';\n infoContrastColor = '#ffffff';\n warningColor = '#ffc107';\n warningContrastColor = '#ffffff';\n dangerColor = '#dc3545';\n dangerContrastColor = '#ffffff';\n defaultColor = '#000000';\n defaultColor1 = '#111111';\n defaultColor2 = '#222222';\n defaultColor3 = '#333333';\n defaultColor4 = '#444444';\n defaultColor5 = '#555555';\n defaultColor6 = '#666666';\n defaultColor7 = '#777777';\n defaultColor8 = '#888888';\n defaultColor9 = '#999999';\n defaultColorA = '#aaaaaa';\n defaultColorB = '#bbbbbb';\n defaultColorC = '#cccccc';\n defaultColorD = '#dddddd';\n defaultColorE = '#eeeeee';\n defaultColorF = '#ffffff';\n defaultBgColor = this.defaultColorF;\n defaultTextColor = '#151420';\n lightColor = this.defaultColorF;\n darkColor = this.defaultColor;\n muteColor = this.defaultColorA;\n heading1FontSize = 36;\n heading2FontSize = 30;\n heading3FontSize = 24;\n heading4FontSize = 18;\n heading5FontSize = 14;\n heading6FontSize = 12;\n transparent = 'transparent';\n badgeColor = '#6c757d';\n badgeContrastColor = '#ffffff';\n baseFont = 'Roboto';\n tabbarInactiveColor = '#d8d8d8';\n maxModalHeight = Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0);\n maxWidth = Dimensions.get(\"window\").width; \n skeletonBackgroundColor = \"#F4F5F8\";\n \n //rippleColor\n rippleColor = this.transparent\n\n // page\n pageContentBgColor = this.defaultColorE;\n\n // common widget color\n widgetHeaderBgColor = this.defaultColorF;\n widgetHeaderTextColor = this.defaultColor3;\n widgetActiveHeaderBgColor = this.primaryColor;\n widgetActiveHeaderTextColor = this.primaryContrastColor;\n widgetBorderColor = this.defaultColorC;\n widgetBgColor = this.defaultColorF;\n\n //App Navbar\n titleBadgeBackgroundColor = Color('#151420').fade(0.8).rgb().toString();\n titleBadgeTextColor = '#151420';\n\n // Navbar variables\n navbarBackgroundColor = this.defaultColorF;\n navbarBorderColor = this.widgetBorderColor;\n navbarTextColor = '#151420';\n navbarIconSize = 32;\n navbarFontSize = 24;\n navbarImageSize = 32;\n navbarCaretColor = this.primaryColor;\n navitemChildBackgroundColor = this.primaryContrastColor;\n navitemChildTextColor = this.primaryColor;\n navitemChildIconColor = this.primaryColor;\n navitemActiveBackgroundColor = this.primaryColor;\n navitemActiveTextColor = this.primaryContrastColor;\n navitemActiveIconColor = this.navitemActiveTextColor;\n\n //Anchor variables\n linkDefaultColor = this.defaultTextColor;\n linkPrimaryColor = this.primaryColor;\n linkSecondaryColor = this.secondaryColor;\n linkSuccessColor = this.successColor;\n linkInfoColor = this.infoColor;\n linkWarningColor = this.warningColor;\n linkDangerColor = this.dangerColor;\n linkLightColor = this.lightColor;\n linkDarkColor = this.darkColor;\n anchorTextPadding = 2;\n\n //Grid Layout variables\n layoutGridBgColor = this.widgetBgColor;\n layoutGridBorderColor = this.widgetBorderColor;\n layoutGridStripColor1 = Color(this.primaryColor).lighten(0.9).rgb().toString();\n layoutGridHeaderBgColor = this.widgetHeaderBgColor;\n layoutGridHeaderTextColor = this.widgetHeaderTextColor;\n layoutGridStripColor2 = this.transparent;\n gridColumnBorderColor = this.widgetBorderColor;\n\n //Spinner Variables\n spinnerIconColor = this.primaryColor;\n\n //tabbar variables\n tabbarBackgroundColor = this.primaryContrastColor;\n tabbarTextColor = 'var(--tabbarInactiveColor)';\n tabbarIconColor = 'var(--tabbarInactiveColor)';\n tabShadowColor = this.defaultColor;\n tabActiveBackgroundColor = this.primaryColor3;\n tabActiveIconColor = this.primaryColor;\n tabLabelTextColor = this.primaryColor;\n\n centerHubItemColor = 'var(--primaryColor)';\n centerHubIconColor = 'var(--defaultColorF)';\n centerHubLabelColor = 'var(--defaultColorF)';\n\n // tab variables\n tabHeaderBgColor = this.widgetBgColor;\n tabHeaderTextColor = this.defaultColorA;\n tabHeaderIconColor = this.defaultColorA;\n tabActiveHeaderBgColor = this.defaultColorF;\n tabActiveHeaderTextColor = this.primaryColor;\n tabActiveIndicatorBgColor = this.primaryColor;\n tabActiveHeaderIconColor = this.primaryColor;\n tabBorderColor = this.widgetBorderColor;\n tabContentBgColor = this.widgetBgColor;\n tabArrowIndicatorBgColor = this.tabContentBgColor;\n tabArrowIndicatorDotColor = this.primaryColor;\n\n //label Variables\n labelHeaderColor = '#151420';\n labelDefaultColor = this.defaultColor8;\n labelDefaultContrastColor = this.defaultColorF;\n labelDangerColor = this.dangerColor;\n labelDangerContrastColor = this.dangerContrastColor;\n labelInfoColor = this.infoColor;\n labelInfoContrastColor = this.infoContrastColor;\n labelPrimaryColor = this.primaryColor;\n labelPrimaryContrastColor = this.primaryContrastColor;\n labelSuccessColor = this.successColor;\n labelSuccessContrastColor = this.successContrastColor;\n labelWarningColor = this.warningColor;\n labelWarningContrastColor = this.warningContrastColor;\n labelTextSuccessColor = this.successColor;\n labelTextDangerColor = this.dangerColor;\n labelTextInfoColor = this.infoColor;\n labelTextMutedColor = this.muteColor;\n labelTextPrimaryColor = this.primaryColor;\n labelTextWarningColor = this.warningColor;\n labelAsteriskColor = this.dangerColor;\n\n //List\n listHeaderBgColor = this.widgetHeaderBgColor;\n listTitleColor = this.widgetHeaderTextColor;\n listSubTitleColor = this.defaultColor6;\n listDividerColor = this.widgetBorderColor;\n itemBgColor = this.defaultColorF;\n selectedItemBorderColor = this.primaryColor;\n\n //button Variables\n buttonBorderColor = this.widgetBorderColor;\n buttonBadgeBackgroundColor = this.badgeColor;\n buttonBadgeTextColor = this.badgeContrastColor;\n buttonTextPadding = 2;\n buttonSuccessColor = this.successColor;\n buttonDefaultColor = this.defaultColorF;\n buttonPrimaryColor = this.primaryColor;\n buttonSecondaryColor = this.defaultColorF;\n buttonDangerColor = this.dangerColor;\n buttonWarningColor = this.warningColor;\n buttonInfoColor = this.infoColor;\n buttonSuccessTextColor = this.successContrastColor;\n buttonDefaultTextColor = this.defaultTextColor;\n buttonPrimaryTextColor = this.primaryContrastColor;\n buttonSecondaryTextColor = this.primaryColor;\n buttonDangerTextColor = this.dangerContrastColor;\n buttonWarningTextColor = this.warningContrastColor;\n buttonInfoTextColor = this.infoContrastColor;\n buttonLinkColor = this.transparent;\n buttonLinkTextColor = this.primaryColor;\n buttonDarkColor = this.darkColor;\n buttonDarkTextColor = this.lightColor;\n buttonLightColor = this.lightColor;\n buttonLightTextColor = this.darkColor;\n buttonGrpBorderColor = this.widgetBorderColor;\n buttonGrpBgColor = this.defaultColorF;\n\n //picture variables\n pictureThumbBgColor = this.defaultColorF;\n pictureThumbBorderColor = this.defaultColorD;\n\n //input variables\n inputTextColor = this.defaultTextColor;\n inputBorderColor = this.defaultColorD;\n inputBackgroundColor = this.defaultColorF;\n inputDisabledBgColor = '#f6f6f6';\n inputFocusBorderColor = this.transparent;\n inputInvalidBorderColor = this.dangerColor;\n inputPlaceholderColor = this.defaultColorB;\n\n //wheel picker variables\n wheelSelectedColor = '#1d1d1b';\n wheelColor = '#737373';\n\n //floating label\n floatingLabelColor = 'var(--inputPlaceholderColor)';\n activeFloatingLabelColor = 'var(--primaryColor)';\n\n //slider variables\n minimumTrackTintColor = this.primaryColor;\n maximumTrackTintColor = this.widgetHeaderBgColor;\n thumbTintColor = this.primaryColor;\n\n //rating color\n ratingIconColor = this.defaultColorA;\n ratingSelectedIconColor = '#eb8600';\n\n //toggle variables\n toggleOnColor = Color(this.primaryColor).lighten(0.4).rgb().toString();\n toggleOffColor = this.defaultColorB;\n toggleHandleColor = this.primaryColor;\n toggleHandleDisableColor = this.defaultColorA;\n toggleOffBorderColor = this.defaultColorB;\n toggleUnselectedTrackbgColor = this.defaultColorC;\n\n // radioset, checkboxset variables\n groupHeadingBgColor = 'var(--transparent)';\n checkedColor = 'var(--primaryColor)';\n checkedDisabledColor = 'var(--defaultColorA)';\n checkedEnabledColor = 'var(--defaultColorF)';\n checkboxBorderColor = 'var(--defaultColor9)';\n checkedBgColor = 'var(--primaryColor)';\n uncheckedBgColor = 'var(--transparent)';\n checkedIconColor = 'var(--defaultColorF)';\n checkedBorderColor = 'var(--primaryColor)';\n uncheckedBorderColor = 'var(--defaultColor9)';\n \n //form\n formBorderColor = this.widgetBorderColor;\n formTitleColor = this.defaultTextColor;\n formSubTitleColor = this.defaultColor6;\n\n //dialog\n dialogBackgroundColor = this.widgetBgColor;\n dialogBorderColor = this.widgetBorderColor;\n dialogCloseIconColor = this.defaultColorA;\n dialogLabelColor = this.defaultColor3;\n dialogIconColor = this.defaultColor4;\n dialogSupportingTextColor = this.defaultColor1;\n\n //alert dialog\n alertMessageColor = this.defaultColor8;\n\n badgeTextColor = this.defaultColorF;\n\n //popover\n popoverBackgroundColor = this.defaultColorF;\n popoverTitleBackgroundColor = this.defaultColorD;\n popoverTitleColor = this.defaultColor1;\n\n //menu\n menuIconColor = this.defaultColor6;\n menuTextColor = this.defaultColor6;\n menuBackgroundColor = this.popoverBackgroundColor;\n menuItemBorderColor = this.widgetBorderColor;\n menuItemIconColor = this.defaultColor6;\n menuItemTextColor = this.defaultColor6;\n\n //tile Variables\n tileDangerColor = this.dangerColor;\n tileInfoColor = this.infoColor;\n tilePrimaryColor = this.primaryColor;\n tileSuccessColor = this.successColor;\n tileWarningColor = this.warningColor;\n tileWellbgColor = this.defaultColorF;\n tileWellBorderColor = this.defaultColorE;\n tilePrimaryTextColor = this.primaryContrastColor;\n\n //switch\n switchBgColor = this.widgetBgColor;\n switchTextColor = this.defaultTextColor;\n switchActiveBgColor = this.primaryColor;\n switchActiveTextColor = this.primaryContrastColor;\n switchBorderColor = this.widgetBorderColor;\n\n //message\n messageSuccessColor = this.successColor;\n messageErrorColor = this.dangerColor;\n messageWarningColor = this.warningColor;\n messageInfoColor = this.infoColor;\n messageLoadingColor = this.infoColor;\n\n //panel\n panelBgColor = this.widgetBgColor;\n panelHeaderBgColor = this.widgetHeaderBgColor;\n panelHeaderTextColor = this.widgetHeaderTextColor;\n panelFooterColor = this.defaultColorD;\n panelBorderColor = this.widgetBorderColor;\n panelDangerColor = this.dangerColor;\n panelDefaultColor = this.defaultColor;\n panelInfoColor = this.infoColor;\n panelPrimaryColor = this.primaryColor;\n panelSuccessColor = this.successColor;\n panelWarningColor = this.warningColor;\n panelTextColor = this.defaultColorF;\n\n //card\n cardHeaderBgColor = this.defaultColorD;\n cardBgColor = this.widgetBgColor;\n cardTitleColor = this.listTitleColor;\n cardShadowColor = this.defaultColor;\n cardSubTitleColor = this.listSubTitleColor;\n cardBorderColor = this.defaultColorD;\n cardContentBgColor = this.defaultColorF;\n cardFooterBgColor = this.defaultColorF;\n cardFooterBorderColor = this.defaultColorD;\n\n //progress bar\n progressBarDefaultColor = this.primaryColor;\n progressBarTrackColor = this.defaultColorD;\n progressBarSuccessColor = this.successColor;\n progressBarDangerColor = this.dangerColor;\n progressBarInfoColor = this.infoColor;\n progressBarWarningColor = this.warningColor;\n\n //progress circle\n progressCircleDefaultColor = this.primaryColor;\n progressCircleSuccessColor = this.successColor;\n progressCircleDangerColor = this.dangerColor;\n progressCircleInfoColor = this.infoColor;\n progressCircleWarningColor = this.warningColor;\n\n //container\n containerOutlineColor = this.defaultColorC;\n\n //accordion\n accordionBgColor = this.widgetBgColor;\n accordionTitleColor = this.widgetHeaderTextColor;\n accordionHeaderBgColor = this.defaultColorF;\n accordionIconColor= this.defaultColorB;\n accordionActiveIconColor= this.defaultColorF;\n accordionActiveHeaderBgColor = this.widgetActiveHeaderBgColor;\n accordionActiveHeaderTextColor = this.widgetActiveHeaderTextColor;\n accordionBorderColor = this.defaultColorE;\n accordionPaneBgColor = this.defaultColorF;\n\n //carousel\n carouselPrevBtnColor=this.defaultColorF;\n carouselPrevBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselNextBtnColor=this.defaultColorF;\n carouselNextBgColor=Color(this.defaultColorF).fade(0.6).rgb().toString();\n carouselDotWrapperBgColor=this.transparent;\n carouselDotColor=this.defaultColorF;\n carouselActiveDotColor=this.defaultColorF;\n\n //calendar\n calendarBgColor = this.defaultColorF;\n calendarHeaderBgColor = this.defaultColorF;\n calendarHeaderTextColor = this.defaultTextColor;\n calendarWeekDayTextColor = this.defaultColorA;\n calendarDateColor = this.defaultColor;\n calendarNotCurrentMonthDateColor = this.defaultColor6;\n calendarHeaderColor = this.defaultColorF;\n calendarPrevYearIconColor = this.defaultColorA;\n calendarNextYearIconColor = this.defaultColorA;\n calendarPrevMonthIconColor = this.defaultColorA;\n calendarNextMonthIconColor = this.defaultColorA;\n calendarDayBgColor = this.defaultColor;\n calendarSelectedDayBgColor = this.primaryColor;\n calendarSelectedDayTextColor = this.defaultColorF;\n calendarTodayBgColor = this.defaultColorE;\n calendarEventDay1Color = this.primaryColor1;\n calendarEventDay2Color = this.primaryColor2;\n calendarEventDay3Color = this.primaryColor3;\n\n //date picker\n datepickerBgColor = this.defaultColorF;\n\n //wizard\n wizardBackgroundColor = this.widgetBgColor;\n wizardStepActiveColor = this.primaryColor;\n wizardStepDoneColor = this.successColor;\n wizardStepDoneTextColor = this.defaultColorF;\n wizardStepIconColor = this.defaultColorF;\n wizardStepColor = this.defaultColor9;\n wizardActiveStepColor = this.defaultColorF;\n wizardDoneStepColor = this.defaultColorF;\n wizardStepTitleColor = this.defaultColorA;\n wizardNextBtnColor= this.primaryColor;\n wizardDoneBtnColor = this.successColor;\n wizardStepConnectorColor = this.defaultColorE;\n wizardStepCounerColor = this.defaultColor9;\n wizardBorderColor = this.widgetBorderColor;\n\n //Search\n searchBorderColor = this.defaultColorD;\n searchButtonColor = this.primaryColor;\n searchButtonTextColor = this.primaryContrastColor;\n searchItemBorderColor = this.defaultColorD;\n searchItemTextColor = this.defaultColor6;\n searchDropdownBackgroundColor = this.defaultColorF;\n searchDataCompleteItemBgColor = this.defaultColorE;\n searchBgContainerColor = this.defaultColorD;\n //Select\n selectBorderColor = this.defaultColorD;\n selecttemBorderColor = this.defaultColorD;\n selectItemTextColor = this.defaultColor6;\n selectDropdownBackgroundColor = this.defaultColorF;\n\n //Chip\n chipActiveTextColor = this.defaultColorF;\n chipDefaultTextColor = this.defaultColorA;\n chipborderColor = this.defaultColorD;\n chipContainerColor = this.defaultColorF; \n chipIconColor = this.primaryColor;\n chipSelectedOutlineColor = this.defaultColor6;\n chipSelectedContainerColor = this.defaultColor7;\n //Login\n loginErrorMsgColor = this.dangerContrastColor;\n loginErrorMsgBgColor = this.dangerColor;\n loginErrorMsgBorderColor = this.dangerColor;\n\n //camera\n cameraBgColor = this.defaultColorF;\n cameraBorderColor = this.widgetBorderColor;\n cameraTextColor = this.defaultTextColor;\n\n //barcode-scanner\n barcodeScannerBgColor = this.defaultColorF;\n barcodeScannerBorderColor = this.widgetBorderColor;\n barcodeScannerTextColor = this.defaultTextColor;\n\n //fileupload\n fileuploadBgColor = this.defaultColorF;\n fileuploadBorderColor = this.widgetBorderColor;\n fileuploadTextColor = this.defaultTextColor;\n\n //charts\n chartLabelColor = this.defaultTextColor;\n chartGraphLinesColor = this.defaultColorC;\n chartLineColor = this.defaultColor8;\n chartLegendBorder = this.defaultColor7;\n chartAxisColor = this.defaultColor5;\n chartAxisPointColor = this.defaultColor9;\n chartTitleColor = this.widgetHeaderTextColor;\n chartSubTitleColor = this.defaultColor6;\n\n // Network Toast\n networkToastBgColor = this.defaultColor3;\n networkToastTextColor = this.defaultColorF;\n networkToastActionTextColor = this.primaryColor;\n networkToastActionSeparatorColor = this.networkToastTextColor;\n\n // Skeleton\n skeletonBgColor = this.defaultColorE;\n skeletonAnimatedBgColor = this.defaultColorE;\n skeletonGradientBgColor = this.defaultColorF;\n skeletonGradientShadowColor = this.defaultColorF;\n skeletonGradientForegroundColor = this.transparent;\n\n // Audio\n audioPlayerBgColor = this.defaultColorF;\n audioPlayerFgColor = this.defaultColor3;\n\n //Tool tip\n tooltipBgColor = \"#e7f9fd\";\n\n // Wheel Picker\n wheelHighlightBorder = 'var(--primaryColor)';\n wheelSelectedTextColor = 'var(--wheelSelectedColor)';\n wheelTextColor = 'var(--wheelColor)';\n\n // Text Area\n textAreaHelpTextColor = '#61656c'\n\n // Bottom Shhet\n bottomSheetBgColor = 'rgba(0,0,0,0.1)'\n bottomSheetDragIconcolor = 'rgba(60,60,67,0.3)'\n\n static INSTANCE = new ThemeVariables();\n}"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';
|
|
2
|
+
export interface VariableConfig {
|
|
3
|
+
name: string;
|
|
4
|
+
paramProvider: Function;
|
|
5
|
+
onBefore: Function;
|
|
6
|
+
onComplete: Function;
|
|
7
|
+
onSuccess: Function;
|
|
8
|
+
onError: Function;
|
|
9
|
+
isList: boolean;
|
|
10
|
+
twoWayBinding: boolean;
|
|
11
|
+
service: any;
|
|
12
|
+
operation: string;
|
|
13
|
+
operationId: string;
|
|
14
|
+
operationType: string;
|
|
15
|
+
serviceType: string;
|
|
16
|
+
}
|
|
17
|
+
export declare enum VariableEvents {
|
|
18
|
+
BEFORE_INVOKE = "beforeInvoke",
|
|
19
|
+
SUCCESS = "success",
|
|
20
|
+
ERROR = "error",
|
|
21
|
+
AFTER_INVOKE = "afterInvoke"
|
|
22
|
+
}
|
|
23
|
+
export declare const VARIABLE_LOGGER: import("@wavemaker/app-rn-runtime/core/logger").Logger;
|
|
24
|
+
export declare abstract class BaseVariable<T extends VariableConfig> extends EventNotifier {
|
|
25
|
+
config: T;
|
|
26
|
+
name: string;
|
|
27
|
+
params: any;
|
|
28
|
+
dataSet: any;
|
|
29
|
+
isList: boolean;
|
|
30
|
+
twoWayBinding: boolean;
|
|
31
|
+
isExecuting: boolean;
|
|
32
|
+
constructor(config: T);
|
|
33
|
+
invoke(params?: {}, onSuccess?: Function, onError?: Function): Promise<BaseVariable<T>>;
|
|
34
|
+
doNext(): Promise<BaseVariable<T>>;
|
|
35
|
+
invokeOnParamChange(): Promise<BaseVariable<T>>;
|
|
36
|
+
getData(): any;
|
|
37
|
+
setData(dataSet: any): any;
|
|
38
|
+
getValue(key: string, index: number): any;
|
|
39
|
+
setValue(key: string, value: any): any;
|
|
40
|
+
getItem(index: number): any;
|
|
41
|
+
setItem(index: any, value: any, options?: any): any;
|
|
42
|
+
addItem(value: any, options?: any): any;
|
|
43
|
+
removeItem(index: any, options?: any): any;
|
|
44
|
+
clearData(): any;
|
|
45
|
+
getCount(): any;
|
|
46
|
+
pause(): void;
|
|
47
|
+
resume(): void;
|
|
48
|
+
destroy(): void;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=base-variable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-variable.d.ts","sourceRoot":"","sources":["../../../src/variables/base-variable.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAG1E,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,QAAQ,CAAC;IACxB,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,QAAQ,CAAC;IACrB,SAAS,EAAE,QAAQ,CAAC;IACpB,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,oBAAY,cAAc;IACxB,aAAa,iBAAiB;IAC9B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,YAAY,gBAAgB;CAC7B;AAED,eAAO,MAAM,eAAe,wDAAiC,CAAC;AAE9D,8BAAsB,YAAY,CAAC,CAAC,SAAS,cAAc,CAAE,SAAQ,aAAa;IAQ3D,MAAM,EAAE,CAAC;IAP5B,IAAI,EAAE,MAAM,CAAM;IAClB,MAAM,EAAE,GAAG,CAAM;IACjB,OAAO,EAAE,GAAG,CAAM;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,UAAS;gBAED,MAAM,EAAE,CAAC;IAgBrB,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IASvF,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IAIlC,mBAAmB,IAAI,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IAS/C,OAAO;IAIP,OAAO,CAAC,OAAO,EAAE,GAAG;IAO3B,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAInC,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG;IAIhC,OAAO,CAAC,KAAK,EAAE,MAAM;IAIrB,OAAO,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG;IAK7C,OAAO,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG;IAcjC,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG;IAkBpC,SAAS;IAKT,QAAQ;IAIR,KAAK;IAEL,MAAM;IAEN,OAAO;CAEV"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Operation, Output } from '../operation.provider';
|
|
2
|
+
import { CalendarInput, CalendarPluginService, CalendarService } from "@wavemaker/app-rn-runtime/core/device/calendar-service";
|
|
3
|
+
import { PermissionService } from '@wavemaker/app-rn-runtime/runtime/services/device/permission-service';
|
|
4
|
+
export interface CreateEventOutput extends Output {
|
|
5
|
+
dataValue: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* method to get the date object from the input received
|
|
9
|
+
*/
|
|
10
|
+
export declare const getDateObj: (value: any) => any;
|
|
11
|
+
export declare class CreateEventOperation implements Operation {
|
|
12
|
+
private calendar;
|
|
13
|
+
private permissionService;
|
|
14
|
+
private calendarPluginService;
|
|
15
|
+
constructor(calendar: CalendarService, permissionService: PermissionService, calendarPluginService: CalendarPluginService);
|
|
16
|
+
invoke(params: CalendarInput): any;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=create-event.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-event.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/calendar/create-event.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC/H,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,UAAW,GAAG,KAAG,GAmCvC,CAAC;AAEF,qBAAa,oBAAqB,YAAW,SAAS;IACxC,OAAO,CAAC,QAAQ;IAAmB,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,qBAAqB;gBAAtG,QAAQ,EAAE,eAAe,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1I,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,GAAG;CAG1C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Operation, Output } from '../operation.provider';
|
|
2
|
+
import { CalendarInput, CalendarPluginService, CalendarService } from "@wavemaker/app-rn-runtime/core/device/calendar-service";
|
|
3
|
+
import { PermissionService } from '@wavemaker/app-rn-runtime/runtime/services/device/permission-service';
|
|
4
|
+
export interface DeleteEventOutput extends Output {
|
|
5
|
+
dataValue: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class DeleteEventOperation implements Operation {
|
|
8
|
+
private calendar;
|
|
9
|
+
private permissionService;
|
|
10
|
+
private calendarPluginService;
|
|
11
|
+
constructor(calendar: CalendarService, permissionService: PermissionService, calendarPluginService: CalendarPluginService);
|
|
12
|
+
invoke(params: CalendarInput): any;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=delete-event.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-event.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/calendar/delete-event.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC/H,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,qBAAa,oBAAqB,YAAW,SAAS;IACxC,OAAO,CAAC,QAAQ;IAAmB,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,qBAAqB;gBAAtG,QAAQ,EAAE,eAAe,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1I,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,GAAG;CAG1C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Operation, Output } from '../operation.provider';
|
|
2
|
+
import { CalendarInput, CalendarPluginService, CalendarService } from "@wavemaker/app-rn-runtime/core/device/calendar-service";
|
|
3
|
+
import { PermissionService } from '@wavemaker/app-rn-runtime/runtime/services/device/permission-service';
|
|
4
|
+
export interface CalendarEvent extends Output {
|
|
5
|
+
title: string;
|
|
6
|
+
message: string;
|
|
7
|
+
location: string;
|
|
8
|
+
startDate: string | Date;
|
|
9
|
+
endDate: string | Date;
|
|
10
|
+
}
|
|
11
|
+
export declare class GetEventsOperation implements Operation {
|
|
12
|
+
private calendar;
|
|
13
|
+
private permissionService;
|
|
14
|
+
private calendarPluginService;
|
|
15
|
+
constructor(calendar: CalendarService, permissionService: PermissionService, calendarPluginService: CalendarPluginService);
|
|
16
|
+
invoke(params: CalendarInput): any;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=get-events.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-events.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/calendar/get-events.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC/H,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,aAAc,SAAQ,MAAM;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,qBAAa,kBAAmB,YAAW,SAAS;IACtC,OAAO,CAAC,QAAQ;IAAmB,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,qBAAqB;gBAAtG,QAAQ,EAAE,eAAe,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1I,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,GAAG;CAG1C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CameraInput, CameraService } from "@wavemaker/app-rn-runtime/core/device/camera-service";
|
|
2
|
+
import { Operation, Output } from '../operation.provider';
|
|
3
|
+
import { PermissionService } from "@wavemaker/app-rn-runtime/runtime/services/device/permission-service";
|
|
4
|
+
export interface CaptureImageOutput extends Output {
|
|
5
|
+
imagePath: string;
|
|
6
|
+
content: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class CaptureImageOperation implements Operation {
|
|
9
|
+
private camera;
|
|
10
|
+
private permissionService;
|
|
11
|
+
constructor(camera: CameraService, permissionService: PermissionService);
|
|
12
|
+
invoke(params: CameraInput): any;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=capture-image.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capture-image.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/camera/capture-image.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,sDAAsD,CAAC;AAChG,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,kBAAmB,SAAQ,MAAM;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAsB,YAAW,SAAS;IACzC,OAAO,CAAC,MAAM;IAAiB,OAAO,CAAC,iBAAiB;gBAAhD,MAAM,EAAE,aAAa,EAAU,iBAAiB,EAAE,iBAAiB;IAEhF,MAAM,CAAC,MAAM,EAAE,WAAW;CAGlC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CameraService } from "@wavemaker/app-rn-runtime/core/device/camera-service";
|
|
2
|
+
import { Operation, Output } from '../operation.provider';
|
|
3
|
+
import { PermissionService } from "@wavemaker/app-rn-runtime/runtime/services/device/permission-service";
|
|
4
|
+
export interface CaptureVideoOutput extends Output {
|
|
5
|
+
videoPath: string;
|
|
6
|
+
content: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class CaptureVideoOperation implements Operation {
|
|
9
|
+
private camera;
|
|
10
|
+
private permissionService;
|
|
11
|
+
constructor(camera: CameraService, permissionService: PermissionService);
|
|
12
|
+
invoke(): any;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=capture-video.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capture-video.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/camera/capture-video.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sDAAsD,CAAC;AACrF,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,kBAAmB,SAAQ,MAAM;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAsB,YAAW,SAAS;IACzC,OAAO,CAAC,MAAM;IAAiB,OAAO,CAAC,iBAAiB;gBAAhD,MAAM,EAAE,aAAa,EAAU,iBAAiB,EAAE,iBAAiB;IAGhF,MAAM,IAAI,GAAG;CAGrB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Output, Operation } from '../operation.provider';
|
|
2
|
+
import { ContactsInput, ContactsPluginService, ContactsService } from "@wavemaker/app-rn-runtime/core/device/contacts-service";
|
|
3
|
+
import { PermissionService } from "@wavemaker/app-rn-runtime/runtime/services/device/permission-service";
|
|
4
|
+
export interface PhoneNumber {
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ContactsOutput extends Output {
|
|
8
|
+
id: number;
|
|
9
|
+
displayName: string;
|
|
10
|
+
phoneNumbers: Array<PhoneNumber>;
|
|
11
|
+
}
|
|
12
|
+
export declare class GetContactsOperation implements Operation {
|
|
13
|
+
private contacts;
|
|
14
|
+
private permissionService;
|
|
15
|
+
private contactsPluginService;
|
|
16
|
+
constructor(contacts: ContactsService, permissionService: PermissionService, contactsPluginService: ContactsPluginService);
|
|
17
|
+
invoke(params: ContactsInput): any;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=get-contacts.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contacts.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/contacts/get-contacts.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC/H,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAe,SAAQ,MAAM;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAClC;AAED,qBAAa,oBAAqB,YAAW,SAAS;IACxC,OAAO,CAAC,QAAQ;IAAmB,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,qBAAqB;gBAAtG,QAAQ,EAAE,eAAe,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1I,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,GAAG;CAG1C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Operation } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
|
|
2
|
+
export interface AppInfoOutput {
|
|
3
|
+
appversion: string;
|
|
4
|
+
reactversion: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class AppInfoOperation implements Operation {
|
|
7
|
+
private data;
|
|
8
|
+
constructor(data: {
|
|
9
|
+
appVersion: string;
|
|
10
|
+
});
|
|
11
|
+
invoke(): Promise<AppInfoOutput>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=app-info.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-info.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/device/app-info.operation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+DAA+D,CAAC;AAE1F,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,qBAAa,gBAAiB,YAAW,SAAS;IACpC,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE;QAAC,UAAU,EAAE,MAAM,CAAA;KAAC;IAGvC,MAAM,IAAI,OAAO,CAAC,aAAa,CAAC;CAMxC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Input, Operation, Output } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
|
|
2
|
+
import { LocationPluginService, LocationService } from "@wavemaker/app-rn-runtime/core/device/location-service";
|
|
3
|
+
import { PermissionService } from "@wavemaker/app-rn-runtime/runtime/services/device/permission-service";
|
|
4
|
+
export interface coordsOutput {
|
|
5
|
+
latitude: number | null;
|
|
6
|
+
longitude: number | null;
|
|
7
|
+
altitude: number | null;
|
|
8
|
+
accuracy: number | null;
|
|
9
|
+
altitudeAccuracy: number | null;
|
|
10
|
+
heading: number | null;
|
|
11
|
+
speed: number | null;
|
|
12
|
+
}
|
|
13
|
+
export interface GeoPositionOutput extends Output {
|
|
14
|
+
coords: coordsOutput;
|
|
15
|
+
timestamp: number | null;
|
|
16
|
+
}
|
|
17
|
+
export interface GeoPositionInput extends Input {
|
|
18
|
+
maximumAge: number;
|
|
19
|
+
timeout: number;
|
|
20
|
+
enableHighAccuracy: boolean;
|
|
21
|
+
permissionService: any;
|
|
22
|
+
locationPluginService: any;
|
|
23
|
+
}
|
|
24
|
+
export declare class CurrentGeoPositionOperation implements Operation {
|
|
25
|
+
private location;
|
|
26
|
+
private permissionService;
|
|
27
|
+
private locationPluginService;
|
|
28
|
+
constructor(location: LocationService, permissionService: PermissionService, locationPluginService: LocationPluginService);
|
|
29
|
+
invoke(params: GeoPositionInput): any;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=current-geo-position.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"current-geo-position.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/device/current-geo-position.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,+DAA+D,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAiB,SAAQ,KAAK;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,GAAG,CAAC;IACvB,qBAAqB,EAAE,GAAG,CAAC;CAC5B;AAED,qBAAa,2BAA4B,YAAW,SAAS;IAC/C,OAAO,CAAC,QAAQ;IAAmB,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,qBAAqB;gBAAtG,QAAQ,EAAE,eAAe,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,qBAAqB,EAAE,qBAAqB;IAG1I,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,GAAG;CAG7C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Operation } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
|
|
2
|
+
export interface DeviceInfoOutput {
|
|
3
|
+
deviceModel: string | null;
|
|
4
|
+
os: string | null;
|
|
5
|
+
osVersion: string | null;
|
|
6
|
+
deviceUUID: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class DeviceInfoOperation implements Operation {
|
|
9
|
+
invoke(): Promise<DeviceInfoOutput>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=device-info.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device-info.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/device/device-info.operation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+DAA+D,CAAC;AAE1F,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,mBAAoB,YAAW,SAAS;IAC5C,MAAM,IAAI,OAAO,CAAC,gBAAgB,CAAC;CAQ3C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Operation } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
|
|
2
|
+
import { DeviceVariable } from '../../device-variable';
|
|
3
|
+
export interface NetworkInfoOutput {
|
|
4
|
+
connectionType: string;
|
|
5
|
+
isConnecting: boolean;
|
|
6
|
+
isNetworkAvailable: boolean;
|
|
7
|
+
isOnline: boolean;
|
|
8
|
+
isOffline: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class NetworkInfoOperation implements Operation {
|
|
11
|
+
isOnline: boolean;
|
|
12
|
+
invoke(params?: any, onSuccess?: Function, onError?: Function, operation?: string, variable?: DeviceVariable): Promise<NetworkInfoOutput>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=network-info.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-info.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/device/network-info.operation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+DAA+D,CAAC;AAG1F,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,qBAAa,oBAAqB,YAAW,SAAS;IACpD,QAAQ,UAAQ;IAET,MAAM,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAuBjJ"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Operation, Output } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
|
|
2
|
+
export interface VibrateInput {
|
|
3
|
+
vibrationtime: number;
|
|
4
|
+
}
|
|
5
|
+
export declare class VibrateOperation implements Operation {
|
|
6
|
+
invoke(params: VibrateInput): Promise<Output>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=vibrate.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vibrate.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/device/vibrate.operation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,+DAA+D,CAAC;AAElG,MAAM,WAAW,YAAY;IAC3B,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,gBAAiB,YAAW,SAAS;IAEzC,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;CAIrD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Operation } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
|
|
2
|
+
import { OpenFilePluginService } from '@wavemaker/app-rn-runtime/core/device/openfile-service';
|
|
3
|
+
export interface OpenFileInput {
|
|
4
|
+
filePath: string;
|
|
5
|
+
fileType: string;
|
|
6
|
+
serverUrl: string;
|
|
7
|
+
}
|
|
8
|
+
export interface OpenFileOutput extends OpenFileInput {
|
|
9
|
+
fileLocalPath: string;
|
|
10
|
+
}
|
|
11
|
+
export declare class OpenFileOperation implements Operation {
|
|
12
|
+
private openFileService;
|
|
13
|
+
constructor(openFileService: OpenFilePluginService);
|
|
14
|
+
openInShare(data: OpenFileOutput): Promise<OpenFileOutput>;
|
|
15
|
+
checkIfFileExists(fileLocation: string): Promise<{
|
|
16
|
+
exists: true;
|
|
17
|
+
uri: string;
|
|
18
|
+
size: number;
|
|
19
|
+
isDirectory: boolean;
|
|
20
|
+
modificationTime: number;
|
|
21
|
+
md5?: string | undefined;
|
|
22
|
+
} | {
|
|
23
|
+
exists: false;
|
|
24
|
+
uri: string;
|
|
25
|
+
isDirectory: false;
|
|
26
|
+
}>;
|
|
27
|
+
getFileExtension(fileName: string): string;
|
|
28
|
+
checkIfSupportedFile(fileName: string): boolean;
|
|
29
|
+
invoke(params: OpenFileInput): Promise<OpenFileOutput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=open-file.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-file.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/file/open-file.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+DAA+D,CAAC;AAE1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAK/F,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,iBAAkB,YAAW,SAAS;IACrC,OAAO,CAAC,eAAe;gBAAf,eAAe,EAAE,qBAAqB;IACnD,WAAW,CAAC,IAAI,EAAE,cAAc;IAkBhC,iBAAiB,CAAC,YAAY,EAAE,MAAM;;;;;;;;;;;;IAItC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAK1C,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAS/C,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,cAAc,CAAC;CAoC9D"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Operation } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
|
|
2
|
+
import { FileUploadPluginService } from '@wavemaker/app-rn-runtime/core/device/fileupload-service';
|
|
3
|
+
export interface UploadFileInput {
|
|
4
|
+
localFile: string;
|
|
5
|
+
remoteFolder: string;
|
|
6
|
+
serverUrl: string;
|
|
7
|
+
browse: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface UploadFileOutput {
|
|
10
|
+
fileName: string;
|
|
11
|
+
path: string;
|
|
12
|
+
length: number;
|
|
13
|
+
success: boolean;
|
|
14
|
+
inlinePath: string;
|
|
15
|
+
errorMessage: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class UploadFileOperation implements Operation {
|
|
18
|
+
private fileUploadService;
|
|
19
|
+
constructor(fileUploadService: FileUploadPluginService);
|
|
20
|
+
chooseFile(): any;
|
|
21
|
+
invoke(params: UploadFileInput): any;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=upload-file.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-file.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/file/upload-file.operation.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,+DAA+D,CAAC;AAE1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,0DAA0D,CAAC;AAEnG,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;CACtB;AAQD,qBAAa,mBAAoB,YAAW,SAAS;IACvC,OAAO,CAAC,iBAAiB;gBAAjB,iBAAiB,EAAE,uBAAuB;IAEvD,UAAU;IAOV,MAAM,CAAC,MAAM,EAAE,eAAe,GAAG,GAAG;CAyC5C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeviceVariable } from "../device-variable";
|
|
2
|
+
export interface Operation {
|
|
3
|
+
invoke(params?: Input, onSuccess?: Function, onError?: Function, operation?: string, variable?: DeviceVariable): Promise<Output>;
|
|
4
|
+
}
|
|
5
|
+
export interface Input {
|
|
6
|
+
}
|
|
7
|
+
export interface Output {
|
|
8
|
+
}
|
|
9
|
+
export declare class OperationProvider {
|
|
10
|
+
set(name: string, operation: Operation): Map<string, Operation>;
|
|
11
|
+
get(name: string): Operation | undefined;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: OperationProvider;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=operation.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation.provider.d.ts","sourceRoot":"","sources":["../../../../src/variables/device/operation.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAClI;AAED,MAAM,WAAW,KAAK;CACrB;AAED,MAAM,WAAW,MAAM;CACtB;AAID,qBAAa,iBAAiB;IAErB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS;IAItC,GAAG,CAAC,IAAI,EAAE,MAAM;CAGxB;;AAED,wBAAuC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ScanPluginService, ScanService } from "@wavemaker/app-rn-runtime/core/device/scan-service";
|
|
2
|
+
import { Operation, Input, Output } from '../operation.provider';
|
|
3
|
+
import { PermissionService } from "@wavemaker/app-rn-runtime/runtime/services/device/permission-service";
|
|
4
|
+
export interface ScanInput extends Input {
|
|
5
|
+
barcodeFormat: string;
|
|
6
|
+
scanPluginService: any;
|
|
7
|
+
permissionService: any;
|
|
8
|
+
}
|
|
9
|
+
export interface ScanOutput extends Output {
|
|
10
|
+
text: string;
|
|
11
|
+
format: string;
|
|
12
|
+
cancelled: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare class ScanOperation implements Operation {
|
|
15
|
+
private scan;
|
|
16
|
+
private permissionService;
|
|
17
|
+
private scanPluginService;
|
|
18
|
+
constructor(scan: ScanService, permissionService: PermissionService, scanPluginService: ScanPluginService);
|
|
19
|
+
invoke(params: ScanInput): any;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=scan.operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scan.operation.d.ts","sourceRoot":"","sources":["../../../../../src/variables/device/scan/scan.operation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,oDAAoD,CAAC;AACpG,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sEAAsE,CAAC;AAEzG,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,GAAG,CAAC;IACvB,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,UAAW,SAAQ,MAAM;IACxC,IAAI,EAAG,MAAM,CAAC;IACd,MAAM,EAAG,MAAM,CAAC;IAChB,SAAS,EAAG,OAAO,CAAC;CACrB;AAED,qBAAa,aAAc,YAAW,SAAS;IAEjC,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,iBAAiB;gBAA1F,IAAI,EAAE,WAAW,EAAU,iBAAiB,EAAE,iBAAiB,EAAU,iBAAiB,EAAE,iBAAiB;IAE1H,MAAM,CAAC,MAAM,EAAE,SAAS,GAAG,GAAG;CAGtC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseVariable, VariableConfig } from '@wavemaker/app-rn-runtime/variables/base-variable';
|
|
2
|
+
export interface DeviceVariableConfig extends VariableConfig {
|
|
3
|
+
service: string;
|
|
4
|
+
operation: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class DeviceVariable extends BaseVariable<DeviceVariableConfig> {
|
|
7
|
+
constructor(config: DeviceVariableConfig);
|
|
8
|
+
invoke(params: any, onSuccess?: Function, onError?: Function): Promise<DeviceVariable>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=device-variable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device-variable.d.ts","sourceRoot":"","sources":["../../../src/variables/device-variable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAkB,MAAM,mDAAmD,CAAC;AAGjH,MAAM,WAAW,oBAAqB,SAAQ,cAAc;IAC1D,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,cAAe,SAAQ,YAAY,CAAC,oBAAoB,CAAC;gBAExD,MAAM,EAAE,oBAAoB;IAKxC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC;CAqBvF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { HttpClientService } from '@wavemaker/variables/src/types/http-client.service';
|
|
2
|
+
export declare class HttpService implements HttpClientService {
|
|
3
|
+
send(options: any, variable: any): Promise<unknown>;
|
|
4
|
+
sendCall(requestParams: any, variable: any): Promise<unknown>;
|
|
5
|
+
getLocale(): any;
|
|
6
|
+
cancel(variable: any): void;
|
|
7
|
+
uploadFile(url: any, data: any, variable: any, options?: any): Promise<unknown>;
|
|
8
|
+
}
|
|
9
|
+
declare const httpService: HttpService;
|
|
10
|
+
export default httpService;
|
|
11
|
+
//# sourceMappingURL=http.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http.service.d.ts","sourceRoot":"","sources":["../../../src/variables/http.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAOvF,qBAAa,WAAY,YAAW,iBAAiB;IAEnD,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG;IAqDhC,QAAQ,CAAC,aAAa,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG;IAU1C,SAAS;IAKT,MAAM,CAAC,QAAQ,EAAE,GAAG;IAIpB,UAAU,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG;CAa7D;AAED,QAAA,MAAM,WAAW,aAAoB,CAAC;AAEtC,eAAe,WAAW,CAAC"}
|