@wavemaker/app-rn-runtime 12.0.0-next.45752 → 12.0.0-next.47809
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/notification-action.js +75 -0
- package/actions/notification-action.js.map +1 -0
- package/actions/timer-action.js +57 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
- package/components/advanced/carousel/carousel.component.js +376 -0
- package/components/advanced/carousel/carousel.component.js.map +1 -0
- package/components/advanced/carousel/carousel.props.js +23 -0
- package/components/advanced/carousel/carousel.props.js.map +1 -0
- package/components/advanced/carousel/carousel.styles.js +179 -0
- package/components/advanced/carousel/carousel.styles.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
- package/components/advanced/login/login.component.js +40 -0
- package/components/advanced/login/login.component.js.map +1 -0
- package/components/advanced/login/login.props.js +13 -0
- package/components/advanced/login/login.props.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
- package/components/advanced/webview/webview.component.js +158 -0
- package/components/advanced/webview/webview.component.js.map +1 -0
- package/components/advanced/webview/webview.props.js +16 -0
- package/components/basic/anchor/anchor.component.js +101 -0
- package/components/basic/anchor/anchor.component.js.map +1 -0
- package/components/basic/anchor/anchor.props.js +32 -0
- package/components/basic/anchor/anchor.styles.js +83 -0
- package/components/basic/anchor/anchor.styles.js.map +1 -0
- package/components/basic/animatedview.component.js +226 -0
- package/components/basic/animatedview.component.js.map +1 -0
- package/components/basic/audio/audio.component.js +252 -0
- package/components/basic/audio/audio.component.js.map +1 -0
- package/components/basic/audio/audio.props.js +15 -0
- package/components/basic/audio/audio.styles.js +68 -0
- package/components/basic/audio/audio.styles.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.component.js +363 -0
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.props.js +18 -0
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js +79 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
- package/components/basic/button/button.component.js +110 -0
- package/components/basic/button/button.component.js.map +1 -0
- package/components/basic/button/button.props.js +27 -0
- package/components/basic/button/button.styles.js +132 -0
- package/components/basic/button/button.styles.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.component.js +28 -0
- package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.props.js +14 -0
- package/components/basic/custom/custom.component.js +26 -0
- package/components/basic/custom/custom.component.js.map +1 -0
- package/components/basic/custom/custom.props.js +16 -0
- package/components/basic/icon/icon.component.js +268 -0
- package/components/basic/icon/icon.component.js.map +1 -0
- package/components/basic/icon/icon.props.js +28 -0
- package/components/basic/icon/icon.props.js.map +1 -0
- package/components/basic/label/label.component.js +291 -0
- package/components/basic/label/label.component.js.map +1 -0
- package/components/basic/label/label.props.js +25 -0
- package/components/basic/label/label.props.js.map +1 -0
- package/components/basic/label/label.styles.js +146 -0
- package/components/basic/label/label.styles.js.map +1 -0
- package/components/basic/lottie/lottie.component.js +139 -0
- package/components/basic/lottie/lottie.component.js.map +1 -0
- package/components/basic/lottie/lottie.props.js +14 -0
- package/components/basic/message/message.component.js +79 -0
- package/components/basic/message/message.component.js.map +1 -0
- package/components/basic/message/message.props.js +22 -0
- package/components/basic/message/message.props.js.map +1 -0
- package/components/basic/modal/modal.component.js +24 -0
- package/components/basic/modal/modal.component.js.map +1 -0
- package/components/basic/modal/modal.props.js +12 -0
- package/components/basic/picture/picture.component.js +294 -0
- package/components/basic/picture/picture.component.js.map +1 -0
- package/components/basic/picture/picture.props.js +25 -0
- package/components/basic/picture/picture.props.js.map +1 -0
- package/components/basic/picture/picture.styles.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.component.js +96 -0
- package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.props.js +19 -0
- package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.styles.js +45 -0
- package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.component.js +79 -0
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.props.js +19 -0
- package/components/basic/search/local-data-provider.js +113 -0
- package/components/basic/search/search.component.js +455 -0
- package/components/basic/search/search.component.js.map +1 -0
- package/components/basic/search/search.props.js +39 -0
- package/components/basic/search/search.props.js.map +1 -0
- package/components/basic/search/search.styles.js +187 -0
- package/components/basic/search/search.styles.js.map +1 -0
- package/components/basic/skeleton/skeleton.component.js +151 -0
- package/components/basic/skeleton/skeleton.component.js.map +1 -0
- package/components/basic/skeleton/skeleton.props.js +11 -0
- package/components/basic/skeleton/skeleton.props.js.map +1 -0
- package/components/basic/skeleton/skeleton.styles.js.map +1 -0
- package/components/basic/spinner/spinner.component.js +99 -0
- package/components/basic/spinner/spinner.component.js.map +1 -0
- package/components/basic/spinner/spinner.props.js +17 -0
- package/components/basic/tooltip/tooltip.component.js +80 -0
- package/components/basic/tooltip/tooltip.component.js.map +1 -0
- package/components/basic/tooltip/tooltip.props.js +18 -0
- package/components/basic/video/video.component.js +175 -0
- package/components/basic/video/video.component.js.map +1 -0
- package/components/basic/video/video.props.js +33 -0
- package/components/basic/video/video.props.js.map +1 -0
- package/components/basic/video/video.styles.js +33 -0
- package/components/basic/video/video.styles.js.map +1 -0
- package/components/chart/area-chart/area-chart.component.js +159 -0
- package/components/chart/area-chart/area-chart.component.js.map +1 -0
- package/components/chart/area-chart/area-chart.props.js +12 -0
- package/components/chart/area-chart/area-chart.styles.js +13 -0
- package/components/chart/area-chart/area-chart.styles.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.component.js +133 -0
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.props.js +14 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.styles.js +13 -0
- package/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
- package/components/chart/basechart.component.js +693 -0
- package/components/chart/basechart.component.js.map +1 -0
- package/components/chart/basechart.props.js +63 -0
- package/components/chart/basechart.props.js.map +1 -0
- package/components/chart/basechart.styles.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
- package/components/chart/column-chart/column-chart.styles.js +13 -0
- package/components/chart/column-chart/column-chart.styles.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.props.js +11 -0
- package/components/chart/donut-chart/donut-chart.styles.js +13 -0
- package/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
- package/components/chart/line-chart/line-chart.component.js +119 -0
- package/components/chart/line-chart/line-chart.component.js.map +1 -0
- package/components/chart/line-chart/line-chart.props.js +14 -0
- package/components/chart/line-chart/line-chart.props.js.map +1 -0
- package/components/chart/line-chart/line-chart.styles.js +13 -0
- package/components/chart/line-chart/line-chart.styles.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.component.js +238 -0
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.props.js +14 -0
- package/components/chart/pie-chart/pie-chart.styles.js +13 -0
- package/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.component.js +368 -0
- package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.props.js +17 -0
- package/components/chart/theme/chart.theme.js +360 -0
- package/components/chart/theme/chart.theme.js.map +1 -0
- package/components/container/accordion/accordion.component.js +191 -0
- package/components/container/accordion/accordion.component.js.map +1 -0
- package/components/container/accordion/accordion.props.js +14 -0
- package/components/container/accordion/accordion.props.js.map +1 -0
- package/components/container/accordion/accordion.styles.js +141 -0
- package/components/container/accordion/accordion.styles.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js +85 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
- package/components/container/container.component.js +108 -0
- package/components/container/container.component.js.map +1 -0
- package/components/container/container.props.js +15 -0
- package/components/container/container.props.js.map +1 -0
- package/components/container/container.styles.js +53 -0
- package/components/container/container.styles.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +24 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.component.js +44 -0
- package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.props.js +11 -0
- package/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.styles.js +34 -0
- package/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayout.component.js +69 -0
- package/components/container/linearlayout/linearlayout.component.js.map +1 -0
- package/components/container/linearlayout/linearlayout.props.js +15 -0
- package/components/container/linearlayout/linearlayout.props.js.map +1 -0
- package/components/container/linearlayout/linearlayout.styles.js +14 -0
- package/components/container/linearlayout/linearlayout.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
- package/components/container/panel/panel-content/panel-content.props.js +11 -0
- package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
- package/components/container/panel/panel.component.js +156 -0
- package/components/container/panel/panel.component.js.map +1 -0
- package/components/container/panel/panel.props.js +24 -0
- package/components/container/panel/panel.props.js.map +1 -0
- package/components/container/panel/panel.styles.js +108 -0
- package/components/container/panel/panel.styles.js.map +1 -0
- package/components/container/partial-host.component.js +42 -0
- package/components/container/partial-host.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.component.js +222 -0
- package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.props.js +15 -0
- package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.component.js +82 -0
- package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.props.js +16 -0
- package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
- package/components/container/tabs/tabs.component.js +285 -0
- package/components/container/tabs/tabs.component.js.map +1 -0
- package/components/container/tabs/tabs.props.js +14 -0
- package/components/container/tabs/tabs.props.js.map +1 -0
- package/components/container/tabs/tabs.styles.js +65 -0
- package/components/container/tabs/tabs.styles.js.map +1 -0
- package/components/container/tile/tile.component.js +51 -0
- package/components/container/tile/tile.component.js.map +1 -0
- package/components/container/tile/tile.props.js +13 -0
- package/components/container/tile/tile.props.js.map +1 -0
- package/components/container/tile/tile.styles.js +38 -0
- package/components/container/tile/tile.styles.js.map +1 -0
- package/components/container/wizard/wizard.component.js +423 -0
- package/components/container/wizard/wizard.component.js.map +1 -0
- package/components/container/wizard/wizard.props.js +28 -0
- package/components/container/wizard/wizard.props.js.map +1 -0
- package/components/container/wizard/wizard.styles.js +328 -0
- package/components/container/wizard/wizard.styles.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
- package/components/data/card/card-content/card-content.component.js +46 -0
- package/components/data/card/card-content/card-content.component.js.map +1 -0
- package/components/data/card/card-content/card-content.props.js +12 -0
- package/components/data/card/card-content/card-content.styles.js +17 -0
- package/components/data/card/card-content/card-content.styles.js.map +1 -0
- package/components/data/card/card-footer/card-footer.component.js +18 -0
- package/components/data/card/card-footer/card-footer.component.js.map +1 -0
- package/components/data/card/card-footer/card-footer.props.js +11 -0
- package/components/data/card/card.component.js +92 -0
- package/components/data/card/card.component.js.map +1 -0
- package/components/data/card/card.props.js +27 -0
- package/components/data/card/card.styles.js +51 -0
- package/components/data/card/card.styles.js.map +1 -0
- package/components/data/form/form-action/form-action.component.js +35 -0
- package/components/data/form/form-action/form-action.props.js +18 -0
- package/components/data/form/form-body/form-body.component.js +18 -0
- package/components/data/form/form-body/form-body.component.js.map +1 -0
- package/components/data/form/form-body/form-body.props.js +11 -0
- package/components/data/form/form-field/form-field.component.js +249 -0
- package/components/data/form/form-field/form-field.component.js.map +1 -0
- package/components/data/form/form-field/form-field.props.js +35 -0
- package/components/data/form/form-field/form-field.props.js.map +1 -0
- package/components/data/form/form-field/form-field.styles.js +40 -0
- package/components/data/form/form-field/form-field.styles.js.map +1 -0
- package/components/data/form/form-footer/form-footer.component.js +18 -0
- package/components/data/form/form-footer/form-footer.component.js.map +1 -0
- package/components/data/form/form-footer/form-footer.props.js +11 -0
- package/components/data/form/form.component.js +429 -0
- package/components/data/form/form.component.js.map +1 -0
- package/components/data/form/form.props.js +32 -0
- package/components/data/form/form.props.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.props.js +12 -0
- package/components/data/list/list-template/list-template.component.js +46 -0
- package/components/data/list/list-template/list-template.component.js.map +1 -0
- package/components/data/list/list-template/list-template.props.js +12 -0
- package/components/data/list/list-template/list-template.props.js.map +1 -0
- package/components/data/list/list-template/list-template.styles.js +35 -0
- package/components/data/list/list-template/list-template.styles.js.map +1 -0
- package/components/data/list/list.component.js +626 -0
- package/components/data/list/list.component.js.map +1 -0
- package/components/data/list/list.props.js +56 -0
- package/components/data/list/list.props.js.map +1 -0
- package/components/data/list/list.styles.js +153 -0
- package/components/data/list/list.styles.js.map +1 -0
- package/components/data/liveform/liveform.component.js +98 -0
- package/components/device/barcodescanner/barcodescanner.component.js +51 -0
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.props.js +18 -0
- package/components/device/camera/camera.component.js +71 -0
- package/components/device/camera/camera.component.js.map +1 -0
- package/components/device/camera/camera.props.js +24 -0
- package/components/device/camera/camera.props.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
- package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
- package/components/dialogs/dialog/dialog.component.js +107 -0
- package/components/dialogs/dialog/dialog.component.js.map +1 -0
- package/components/dialogs/dialog/dialog.props.js +25 -0
- package/components/dialogs/dialog/dialog.styles.js +78 -0
- package/components/dialogs/dialog/dialog.styles.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
- package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
- package/components/input/basedataset/basedataset.component.js +232 -0
- package/components/input/basedataset/basedataset.component.js.map +1 -0
- package/components/input/basedataset/basedataset.props.js +32 -0
- package/components/input/basedataset/basedataset.props.js.map +1 -0
- package/components/input/baseinput/baseinput.component.js +203 -0
- package/components/input/baseinput/baseinput.component.js.map +1 -0
- package/components/input/baseinput/baseinput.props.js +32 -0
- package/components/input/baseinput/baseinput.props.js.map +1 -0
- package/components/input/basenumber/basenumber.component.js +357 -0
- package/components/input/basenumber/basenumber.component.js.map +1 -0
- package/components/input/basenumber/basenumber.props.js +28 -0
- package/components/input/basenumber/basenumber.props.js.map +1 -0
- package/components/input/calendar/calendar.component.js +165 -0
- package/components/input/calendar/calendar.component.js.map +1 -0
- package/components/input/calendar/calendar.props.js +14 -0
- package/components/input/calendar/calendar.styles.js +162 -0
- package/components/input/calendar/calendar.styles.js.map +1 -0
- package/components/input/calendar/views/month-view.js +204 -0
- package/components/input/calendar/views/month-view.js.map +1 -0
- package/components/input/calendar/views/month-view.styles.js +39 -0
- package/components/input/calendar/views/month-view.styles.js.map +1 -0
- package/components/input/checkbox/checkbox.component.js +124 -0
- package/components/input/checkbox/checkbox.component.js.map +1 -0
- package/components/input/checkbox/checkbox.props.js +18 -0
- package/components/input/checkbox/checkbox.styles.js +94 -0
- package/components/input/checkbox/checkbox.styles.js.map +1 -0
- package/components/input/checkboxset/checkboxset.component.js +155 -0
- package/components/input/checkboxset/checkboxset.component.js.map +1 -0
- package/components/input/checkboxset/checkboxset.props.js +21 -0
- package/components/input/checkboxset/checkboxset.props.js.map +1 -0
- package/components/input/checkboxset/checkboxset.styles.js +88 -0
- package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
- package/components/input/chips/chips.component.js +363 -0
- package/components/input/chips/chips.component.js.map +1 -0
- package/components/input/chips/chips.props.js +19 -0
- package/components/input/chips/chips.styles.js +155 -0
- package/components/input/chips/chips.styles.js.map +1 -0
- package/components/input/composite/composite.component.js +25 -0
- package/components/input/composite/composite.component.js.map +1 -0
- package/components/input/composite/composite.props.js +12 -0
- package/components/input/currency/currency.component.js +114 -0
- package/components/input/currency/currency.component.js.map +1 -0
- package/components/input/currency/currency.props.js +13 -0
- package/components/input/currency/currency.styles.js +143 -0
- package/components/input/currency/currency.styles.js.map +1 -0
- package/components/input/epoch/base-datetime.component.js +492 -0
- package/components/input/epoch/base-datetime.component.js.map +1 -0
- package/components/input/epoch/date/date.styles.js +48 -0
- package/components/input/epoch/date/date.styles.js.map +1 -0
- package/components/input/epoch/date-picker.component.js +136 -0
- package/components/input/epoch/date-picker.component.js.map +1 -0
- package/components/input/epoch/datetime/datetime.props.js +35 -0
- package/components/input/epoch/datetime/datetime.props.js.map +1 -0
- package/components/input/epoch/datetime/datetime.styles.js +163 -0
- package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
- package/components/input/epoch/time/time.props.js +15 -0
- package/components/input/epoch/time/time.styles.js +48 -0
- package/components/input/epoch/time/time.styles.js.map +1 -0
- package/components/input/epoch/wheel-date-picker.component.js +206 -0
- package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
- package/components/input/epoch/wheel-time-picker.component.js +107 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js +92 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +80 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +78 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
- package/components/input/fileupload/fileupload.component.js +61 -0
- package/components/input/fileupload/fileupload.component.js.map +1 -0
- package/components/input/fileupload/fileupload.props.js +17 -0
- package/components/input/number/number.component.js +84 -0
- package/components/input/number/number.component.js.map +1 -0
- package/components/input/number/number.props.js +13 -0
- package/components/input/number/number.styles.js +93 -0
- package/components/input/number/number.styles.js.map +1 -0
- package/components/input/radioset/radioset.component.js +134 -0
- package/components/input/radioset/radioset.component.js.map +1 -0
- package/components/input/radioset/radioset.props.js +20 -0
- package/components/input/radioset/radioset.props.js.map +1 -0
- package/components/input/radioset/radioset.styles.js +102 -0
- package/components/input/radioset/radioset.styles.js.map +1 -0
- package/components/input/rating/rating.component.js +147 -0
- package/components/input/rating/rating.component.js.map +1 -0
- package/components/input/rating/rating.props.js +21 -0
- package/components/input/rating/rating.styles.js +48 -0
- package/components/input/rating/rating.styles.js.map +1 -0
- package/components/input/select/select.component.js +254 -0
- package/components/input/select/select.component.js.map +1 -0
- package/components/input/select/select.props.js +12 -0
- package/components/input/select/select.styles.js +179 -0
- package/components/input/select/select.styles.js.map +1 -0
- package/components/input/slider/slider.component.js +540 -0
- package/components/input/slider/slider.component.js.map +1 -0
- package/components/input/slider/slider.props.js +20 -0
- package/components/input/slider/slider.props.js.map +1 -0
- package/components/input/slider/slider.styles.js +95 -0
- package/components/input/slider/slider.styles.js.map +1 -0
- package/components/input/switch/switch.component.js +97 -0
- package/components/input/switch/switch.component.js.map +1 -0
- package/components/input/switch/switch.props.js +13 -0
- package/components/input/switch/switch.styles.js +192 -0
- package/components/input/switch/switch.styles.js.map +1 -0
- package/components/input/text/text.component.js +86 -0
- package/components/input/text/text.component.js.map +1 -0
- package/components/input/text/text.props.js +17 -0
- package/components/input/text/text.props.js.map +1 -0
- package/components/input/text/text.styles.js +88 -0
- package/components/input/text/text.styles.js.map +1 -0
- package/components/input/textarea/textarea.component.js +86 -0
- package/components/input/textarea/textarea.component.js.map +1 -0
- package/components/input/textarea/textarea.props.js +15 -0
- package/components/input/textarea/textarea.props.js.map +1 -0
- package/components/input/textarea/textarea.styles.js +84 -0
- package/components/input/textarea/textarea.styles.js.map +1 -0
- package/components/input/toggle/toggle.component.js +179 -0
- package/components/input/toggle/toggle.component.js.map +1 -0
- package/components/input/toggle/toggle.props.js +24 -0
- package/components/input/toggle/toggle.props.js.map +1 -0
- package/components/input/toggle/toggle.styles.js +89 -0
- package/components/input/toggle/toggle.styles.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.component.js +159 -0
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.props.js +22 -0
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
- package/components/navigation/basenav/basenav.component.js +72 -0
- package/components/navigation/basenav/basenav.props.js +18 -0
- package/components/navigation/menu/menu.component.js +65 -0
- package/components/navigation/menu/menu.component.js.map +1 -0
- package/components/navigation/menu/menu.props.js +14 -0
- package/components/navigation/menu/menu.styles.js +70 -0
- package/components/navigation/menu/menu.styles.js.map +1 -0
- package/components/navigation/navbar/navbar.component.js +78 -0
- package/components/navigation/navbar/navbar.component.js.map +1 -0
- package/components/navigation/navbar/navbar.props.js +16 -0
- package/components/navigation/navitem/navitem.component.js +68 -0
- package/components/navigation/navitem/navitem.component.js.map +1 -0
- package/components/navigation/navitem/navitem.props.js +19 -0
- package/components/navigation/popover/popover.component.js +198 -0
- package/components/navigation/popover/popover.component.js.map +1 -0
- package/components/navigation/popover/popover.props.js +32 -0
- package/components/navigation/popover/popover.props.js.map +1 -0
- package/components/navigation/popover/popover.styles.js +99 -0
- package/components/navigation/popover/popover.styles.js.map +1 -0
- package/components/page/content/content.component.js.map +1 -0
- package/components/page/left-panel/left-panel.component.js +65 -0
- package/components/page/left-panel/left-panel.component.js.map +1 -0
- package/components/page/left-panel/left-panel.props.js +12 -0
- package/components/page/page-content/page-content.component.js +142 -0
- package/components/page/page-content/page-content.component.js.map +1 -0
- package/components/page/page-content/page-content.props.js +17 -0
- package/components/page/page-content/page-content.props.js.map +1 -0
- package/components/page/page-content/page-content.styles.js +20 -0
- package/components/page/page-content/page-content.styles.js.map +1 -0
- package/components/page/page.component.js +82 -0
- package/components/page/page.component.js.map +1 -0
- package/components/page/page.props.js +14 -0
- package/components/page/page.props.js.map +1 -0
- package/components/page/page.styles.js +24 -0
- package/components/page/page.styles.js.map +1 -0
- package/components/page/partial/partial.component.js +42 -0
- package/components/page/partial/partial.component.js.map +1 -0
- package/components/page/partial/partial.props.js.map +1 -0
- package/components/page/partial/partial.styles.js +18 -0
- package/components/page/partial/partial.styles.js.map +1 -0
- package/components/page/partial-container/partial-container.component.js +35 -0
- package/components/page/partial-container/partial-container.component.js.map +1 -0
- package/components/page/partial-container/partial-container.props.js +13 -0
- package/components/page/partial-container/partial-container.props.js.map +1 -0
- package/components/page/tabbar/tabbar.component.js +249 -0
- package/components/page/tabbar/tabbar.component.js.map +1 -0
- package/components/page/tabbar/tabbar.props.js +29 -0
- package/components/page/tabbar/tabbar.props.js.map +1 -0
- package/components/prefab/prefab-container.component.js +42 -0
- package/components/prefab/prefab-container.component.js.map +1 -0
- package/components/prefab/prefab-container.props.js.map +1 -0
- package/components/prefab/prefab-container.styles.js +16 -0
- package/components/prefab/prefab-container.styles.js.map +1 -0
- package/core/AppConfig.js.map +1 -0
- package/core/accessibility.js +176 -0
- package/core/accessibility.js.map +1 -0
- package/core/base.component.js +630 -0
- package/core/base.component.js.map +1 -0
- package/core/components/error-fallback.component.js +264 -0
- package/core/components/error-fallback.component.js.map +1 -0
- package/core/components/floatinglabel.component.js.map +1 -0
- package/core/components/textinput.component.js +214 -0
- package/core/components/textinput.component.js.map +1 -0
- package/core/constant.service.js +22 -0
- package/core/error-boundary.component.js +48 -0
- package/core/error-boundary.component.js.map +1 -0
- package/core/event-notifier.js +68 -0
- package/core/fixed-view.component.js +69 -0
- package/core/fixed-view.component.js.map +1 -0
- package/core/formatters.js +70 -0
- package/core/formatters.js.map +1 -0
- package/core/imageSizeEstimator.js +51 -0
- package/core/key.extractor.js +21 -0
- package/core/logger.js +123 -0
- package/core/navigation.service.js +70 -0
- package/core/navigation.service.js.map +1 -0
- package/core/network.service.js +327 -0
- package/core/partial.service.js.map +1 -0
- package/core/props.provider.js +88 -0
- package/core/props.provider.js.map +1 -0
- package/core/responsive.utils.js +48 -0
- package/core/responsive.utils.js.map +1 -0
- package/core/scroll-view.component.js +52 -0
- package/core/sticky-container.component.js +175 -0
- package/core/sticky-container.component.js.map +1 -0
- package/core/storage.service.js +38 -0
- package/core/storage.service.js.map +1 -0
- package/core/tappable.component.js +160 -0
- package/core/tappable.component.js.map +1 -0
- package/core/toast.service.js.map +1 -0
- package/core/ui-preferences.context.js +10 -0
- package/core/ui-preferences.context.js.map +1 -0
- package/core/utils.js +873 -0
- package/core/utils.js.map +1 -0
- package/core/viewport.js +45 -0
- package/core/wm-component-tree.js +58 -0
- package/core/wm-component-tree.js.map +1 -0
- package/gestures/carousel-swipe.animation.js +225 -0
- package/gestures/carousel-swipe.animation.js.map +1 -0
- package/gestures/swipe.animation.js +220 -0
- package/gestures/swipe.animation.js.map +1 -0
- package/npm-shrinkwrap.json +25362 -0
- package/package-lock.json +25362 -0
- package/package.json +279 -0
- package/runtime/App.js +631 -0
- package/runtime/App.js.map +1 -0
- package/runtime/App.navigator.js +113 -0
- package/runtime/App.navigator.js.map +1 -0
- package/runtime/base-customwidget.component.js +52 -0
- package/runtime/base-customwidget.component.js.map +1 -0
- package/runtime/base-fragment.component.js +412 -0
- package/runtime/base-fragment.component.js.map +1 -0
- package/runtime/base-page.component.js +208 -0
- package/runtime/base-page.component.js.map +1 -0
- package/runtime/base-partial.component.js +63 -0
- package/runtime/base-partial.component.js.map +1 -0
- package/runtime/base-prefab.component.js +87 -0
- package/runtime/base-prefab.component.js.map +1 -0
- package/runtime/memo.component.js +35 -0
- package/runtime/navigator/drawer.navigator.js +39 -0
- package/runtime/navigator/drawer.navigator.js.map +1 -0
- package/runtime/navigator/stack.navigator.js +78 -0
- package/runtime/navigator/stack.navigator.js.map +1 -0
- package/runtime/services/app-display-manager.service.js +50 -0
- package/runtime/services/app-i18n.service.js +89 -0
- package/runtime/services/app-i18n.service.js.map +1 -0
- package/runtime/services/app-modal.service.js +71 -0
- package/runtime/services/app-modal.service.js.map +1 -0
- package/runtime/services/app-security.service.js +256 -0
- package/runtime/services/app-security.service.js.map +1 -0
- package/runtime/services/app-spinner.service.js +74 -0
- package/runtime/services/app-toast.service.js +60 -0
- package/runtime/services/app-toast.service.js.map +1 -0
- package/runtime/services/device/camera-service.js +349 -0
- package/runtime/services/device/camera-service.js.map +1 -0
- package/runtime/services/device/permissions.js +50 -0
- package/runtime/services/device/permissions.js.map +1 -0
- package/runtime/services/device/scan-service.js +162 -0
- package/runtime/services/device/scan-service.js.map +1 -0
- package/runtime/services/partial.service.js +26 -0
- package/runtime/services/partial.service.js.map +1 -0
- package/runtime/services/webprocess.service.js +107 -0
- package/runtime/watcher.js +147 -0
- package/styles/background.component.js +311 -0
- package/styles/background.component.js.map +1 -0
- package/styles/calc.js +165 -0
- package/styles/calc.js.map +1 -0
- package/styles/color-mix.js +82 -0
- package/styles/color-mix.js.map +1 -0
- package/styles/style-props.js +102 -0
- package/styles/style-props.js.map +1 -0
- package/styles/theme.js +548 -0
- package/styles/theme.js.map +1 -0
- package/styles/theme.variables.js +442 -0
- package/styles/theme.variables.js.map +1 -0
- package/variables/base-variable.js +125 -0
- package/variables/device/device/network-info.operation.js +33 -0
- package/variables/device/file/open-file.operation.js +71 -0
- package/variables/device/file/open-file.operation.js.map +1 -0
- package/variables/device/file/upload-file.operation.js +63 -0
- package/variables/device/file/upload-file.operation.js.map +1 -0
- package/variables/http.service.js +84 -0
- package/variables/http.service.js.map +1 -0
- package/variables/live-variable.js +130 -0
- package/variables/live-variable.js.map +1 -0
- package/variables/model-variable.js +47 -0
- package/variables/service-variable.js +143 -0
- package/variables/utils/inflight-queue.js +114 -0
- app-rn-runtime/actions/notification-action.js +0 -73
- app-rn-runtime/actions/notification-action.js.map +0 -1
- app-rn-runtime/actions/timer-action.js +0 -57
- app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
- app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
- app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -319
- app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
- app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -20
- app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
- app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -165
- app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
- app-rn-runtime/components/advanced/login/login.component.js +0 -39
- app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
- app-rn-runtime/components/advanced/login/login.props.js +0 -12
- app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
- app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
- app-rn-runtime/components/advanced/webview/webview.component.js +0 -153
- app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
- app-rn-runtime/components/advanced/webview/webview.props.js +0 -16
- app-rn-runtime/components/basic/anchor/anchor.component.js +0 -89
- app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
- app-rn-runtime/components/basic/anchor/anchor.props.js +0 -32
- app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -80
- app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
- app-rn-runtime/components/basic/animatedview.component.js +0 -222
- app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
- app-rn-runtime/components/basic/audio/audio.component.js +0 -244
- app-rn-runtime/components/basic/audio/audio.component.js.map +0 -1
- app-rn-runtime/components/basic/audio/audio.props.js +0 -15
- app-rn-runtime/components/basic/audio/audio.styles.js +0 -61
- app-rn-runtime/components/basic/audio/audio.styles.js.map +0 -1
- app-rn-runtime/components/basic/button/button.component.js +0 -100
- app-rn-runtime/components/basic/button/button.component.js.map +0 -1
- app-rn-runtime/components/basic/button/button.props.js +0 -27
- app-rn-runtime/components/basic/button/button.styles.js +0 -132
- app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.component.js +0 -27
- app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +0 -14
- app-rn-runtime/components/basic/custom/custom.component.js +0 -25
- app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
- app-rn-runtime/components/basic/custom/custom.props.js +0 -16
- app-rn-runtime/components/basic/icon/icon.component.js +0 -258
- app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
- app-rn-runtime/components/basic/icon/icon.props.js +0 -27
- app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
- app-rn-runtime/components/basic/label/label.component.js +0 -146
- app-rn-runtime/components/basic/label/label.component.js.map +0 -1
- app-rn-runtime/components/basic/label/label.props.js +0 -24
- app-rn-runtime/components/basic/label/label.props.js.map +0 -1
- app-rn-runtime/components/basic/label/label.styles.js +0 -129
- app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
- app-rn-runtime/components/basic/lottie/lottie.component.js +0 -136
- app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
- app-rn-runtime/components/basic/lottie/lottie.props.js +0 -14
- app-rn-runtime/components/basic/message/message.component.js +0 -78
- app-rn-runtime/components/basic/message/message.component.js.map +0 -1
- app-rn-runtime/components/basic/message/message.props.js +0 -21
- app-rn-runtime/components/basic/message/message.props.js.map +0 -1
- app-rn-runtime/components/basic/modal/modal.component.js +0 -22
- app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
- app-rn-runtime/components/basic/modal/modal.props.js +0 -12
- app-rn-runtime/components/basic/picture/picture.component.js +0 -191
- app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
- app-rn-runtime/components/basic/picture/picture.props.js +0 -22
- app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
- app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +0 -59
- app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +0 -16
- app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
- app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js +0 -29
- app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +0 -77
- app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
- app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +0 -19
- app-rn-runtime/components/basic/search/local-data-provider.js +0 -113
- app-rn-runtime/components/basic/search/search.component.js +0 -418
- app-rn-runtime/components/basic/search/search.component.js.map +0 -1
- app-rn-runtime/components/basic/search/search.props.js +0 -33
- app-rn-runtime/components/basic/search/search.props.js.map +0 -1
- app-rn-runtime/components/basic/search/search.styles.js +0 -173
- app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
- app-rn-runtime/components/basic/skeleton/skeleton.component.js +0 -148
- app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
- app-rn-runtime/components/basic/skeleton/skeleton.props.js +0 -3
- app-rn-runtime/components/basic/skeleton/skeleton.props.js.map +0 -1
- app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +0 -1
- app-rn-runtime/components/basic/spinner/spinner.component.js +0 -90
- app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
- app-rn-runtime/components/basic/spinner/spinner.props.js +0 -17
- app-rn-runtime/components/basic/tooltip/tooltip.component.js +0 -79
- app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +0 -1
- app-rn-runtime/components/basic/tooltip/tooltip.props.js +0 -18
- app-rn-runtime/components/basic/video/video.component.js +0 -62
- app-rn-runtime/components/basic/video/video.component.js.map +0 -1
- app-rn-runtime/components/basic/video/video.props.js +0 -25
- app-rn-runtime/components/basic/video/video.props.js.map +0 -1
- app-rn-runtime/components/basic/video/video.styles.js +0 -14
- app-rn-runtime/components/basic/video/video.styles.js.map +0 -1
- app-rn-runtime/components/chart/area-chart/area-chart.component.js +0 -147
- app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/area-chart/area-chart.props.js +0 -12
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js +0 -7
- app-rn-runtime/components/chart/area-chart/area-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +0 -120
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +0 -13
- app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js +0 -7
- app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/basechart.component.js +0 -670
- app-rn-runtime/components/chart/basechart.component.js.map +0 -1
- app-rn-runtime/components/chart/basechart.props.js +0 -61
- app-rn-runtime/components/chart/basechart.props.js.map +0 -1
- app-rn-runtime/components/chart/basechart.styles.js.map +0 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +0 -104
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +0 -11
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js +0 -7
- app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js +0 -7
- app-rn-runtime/components/chart/column-chart/column-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -11
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js +0 -7
- app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/line-chart/line-chart.component.js +0 -110
- app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/line-chart/line-chart.props.js +0 -12
- app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +0 -1
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js +0 -7
- app-rn-runtime/components/chart/line-chart/line-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -227
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js +0 -7
- app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js.map +0 -1
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +0 -348
- app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +0 -1
- app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +0 -17
- app-rn-runtime/components/chart/theme/chart.theme.js +0 -360
- app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
- app-rn-runtime/components/container/accordion/accordion.component.js +0 -143
- app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
- app-rn-runtime/components/container/accordion/accordion.props.js +0 -14
- app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
- app-rn-runtime/components/container/accordion/accordion.styles.js +0 -137
- app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -75
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
- app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
- app-rn-runtime/components/container/container.component.js +0 -39
- app-rn-runtime/components/container/container.component.js.map +0 -1
- app-rn-runtime/components/container/container.props.js +0 -13
- app-rn-runtime/components/container/container.props.js.map +0 -1
- app-rn-runtime/components/container/container.styles.js +0 -45
- app-rn-runtime/components/container/container.styles.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -23
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +0 -17
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -37
- app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +0 -17
- app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +0 -11
- app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js +0 -31
- app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -43
- app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js +0 -15
- app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +0 -1
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js +0 -11
- app-rn-runtime/components/container/linearlayout/linearlayout.styles.js.map +0 -1
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
- app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
- app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +0 -11
- app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +0 -11
- app-rn-runtime/components/container/panel/panel.component.js +0 -116
- app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
- app-rn-runtime/components/container/panel/panel.props.js +0 -24
- app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
- app-rn-runtime/components/container/panel/panel.styles.js +0 -105
- app-rn-runtime/components/container/panel/panel.styles.js.map +0 -1
- app-rn-runtime/components/container/partial-host.component.js +0 -42
- app-rn-runtime/components/container/partial-host.component.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -198
- app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +0 -13
- app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +0 -71
- app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +0 -15
- app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabs.component.js +0 -246
- app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabs.props.js +0 -13
- app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
- app-rn-runtime/components/container/tabs/tabs.styles.js +0 -58
- app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
- app-rn-runtime/components/container/tile/tile.component.js +0 -23
- app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
- app-rn-runtime/components/container/tile/tile.props.js +0 -13
- app-rn-runtime/components/container/tile/tile.props.js.map +0 -1
- app-rn-runtime/components/container/tile/tile.styles.js +0 -33
- app-rn-runtime/components/container/tile/tile.styles.js.map +0 -1
- app-rn-runtime/components/container/wizard/wizard.component.js +0 -310
- app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
- app-rn-runtime/components/container/wizard/wizard.props.js +0 -23
- app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
- app-rn-runtime/components/container/wizard/wizard.styles.js +0 -310
- app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +0 -77
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
- app-rn-runtime/components/data/card/card-content/card-content.component.js +0 -41
- app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
- app-rn-runtime/components/data/card/card-content/card-content.props.js +0 -12
- app-rn-runtime/components/data/card/card-content/card-content.styles.js +0 -14
- app-rn-runtime/components/data/card/card-content/card-content.styles.js.map +0 -1
- app-rn-runtime/components/data/card/card-footer/card-footer.component.js +0 -17
- app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
- app-rn-runtime/components/data/card/card-footer/card-footer.props.js +0 -11
- app-rn-runtime/components/data/card/card.component.js +0 -72
- app-rn-runtime/components/data/card/card.component.js.map +0 -1
- app-rn-runtime/components/data/card/card.props.js +0 -27
- app-rn-runtime/components/data/card/card.styles.js +0 -48
- app-rn-runtime/components/data/card/card.styles.js.map +0 -1
- app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -35
- app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -18
- app-rn-runtime/components/data/form/form-body/form-body.component.js +0 -17
- app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
- app-rn-runtime/components/data/form/form-body/form-body.props.js +0 -11
- app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -245
- app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
- app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -34
- app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
- app-rn-runtime/components/data/form/form-field/form-field.styles.js +0 -28
- app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
- app-rn-runtime/components/data/form/form-footer/form-footer.component.js +0 -17
- app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
- app-rn-runtime/components/data/form/form-footer/form-footer.props.js +0 -11
- app-rn-runtime/components/data/form/form.component.js +0 -425
- app-rn-runtime/components/data/form/form.component.js.map +0 -1
- app-rn-runtime/components/data/form/form.props.js +0 -30
- app-rn-runtime/components/data/form/form.props.js.map +0 -1
- app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +0 -12
- app-rn-runtime/components/data/list/list-template/list-template.component.js +0 -31
- app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
- app-rn-runtime/components/data/list/list-template/list-template.props.js +0 -11
- app-rn-runtime/components/data/list/list-template/list-template.props.js.map +0 -1
- app-rn-runtime/components/data/list/list-template/list-template.styles.js +0 -25
- app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +0 -1
- app-rn-runtime/components/data/list/list.component.js +0 -467
- app-rn-runtime/components/data/list/list.component.js.map +0 -1
- app-rn-runtime/components/data/list/list.props.js +0 -47
- app-rn-runtime/components/data/list/list.props.js.map +0 -1
- app-rn-runtime/components/data/list/list.styles.js +0 -142
- app-rn-runtime/components/data/list/list.styles.js.map +0 -1
- app-rn-runtime/components/data/liveform/liveform.component.js +0 -98
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +0 -50
- app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
- app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +0 -18
- app-rn-runtime/components/device/camera/camera.component.js +0 -68
- app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
- app-rn-runtime/components/device/camera/camera.props.js +0 -23
- app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +0 -72
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +0 -24
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +0 -78
- app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +0 -24
- app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -102
- app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
- app-rn-runtime/components/dialogs/dialog/dialog.props.js +0 -25
- app-rn-runtime/components/dialogs/dialog/dialog.styles.js +0 -79
- app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +0 -1
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +0 -21
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
- app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +0 -11
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
- app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
- app-rn-runtime/components/input/basedataset/basedataset.component.js +0 -230
- app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
- app-rn-runtime/components/input/basedataset/basedataset.props.js +0 -31
- app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
- app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -157
- app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
- app-rn-runtime/components/input/baseinput/baseinput.props.js +0 -30
- app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
- app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -327
- app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
- app-rn-runtime/components/input/basenumber/basenumber.props.js +0 -27
- app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
- app-rn-runtime/components/input/calendar/calendar.component.js +0 -139
- app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
- app-rn-runtime/components/input/calendar/calendar.props.js +0 -14
- app-rn-runtime/components/input/calendar/calendar.styles.js +0 -143
- app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
- app-rn-runtime/components/input/calendar/views/month-view.js +0 -191
- app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
- app-rn-runtime/components/input/calendar/views/month-view.styles.js +0 -39
- app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +0 -1
- app-rn-runtime/components/input/checkbox/checkbox.component.js +0 -101
- app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
- app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -18
- app-rn-runtime/components/input/checkbox/checkbox.styles.js +0 -66
- app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -124
- app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js +0 -20
- app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +0 -1
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +0 -77
- app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
- app-rn-runtime/components/input/chips/chips.component.js +0 -282
- app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
- app-rn-runtime/components/input/chips/chips.props.js +0 -19
- app-rn-runtime/components/input/chips/chips.styles.js +0 -93
- app-rn-runtime/components/input/chips/chips.styles.js.map +0 -1
- app-rn-runtime/components/input/composite/composite.component.js +0 -24
- app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
- app-rn-runtime/components/input/composite/composite.props.js +0 -12
- app-rn-runtime/components/input/currency/currency.component.js +0 -103
- app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
- app-rn-runtime/components/input/currency/currency.props.js +0 -13
- app-rn-runtime/components/input/currency/currency.styles.js +0 -90
- app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
- app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -452
- app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/date/date.styles.js +0 -37
- app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
- app-rn-runtime/components/input/epoch/date-picker.component.js +0 -136
- app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js +0 -29
- app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
- app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -119
- app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
- app-rn-runtime/components/input/epoch/time/time.props.js +0 -15
- app-rn-runtime/components/input/epoch/time/time.styles.js +0 -37
- app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +0 -198
- app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +0 -107
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -91
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -76
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -17
- app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -74
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -16
- app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -1
- app-rn-runtime/components/input/fileupload/fileupload.component.js +0 -60
- app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
- app-rn-runtime/components/input/fileupload/fileupload.props.js +0 -17
- app-rn-runtime/components/input/number/number.component.js +0 -69
- app-rn-runtime/components/input/number/number.component.js.map +0 -1
- app-rn-runtime/components/input/number/number.props.js +0 -13
- app-rn-runtime/components/input/number/number.styles.js +0 -59
- app-rn-runtime/components/input/number/number.styles.js.map +0 -1
- app-rn-runtime/components/input/radioset/radioset.component.js +0 -97
- app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
- app-rn-runtime/components/input/radioset/radioset.props.js +0 -18
- app-rn-runtime/components/input/radioset/radioset.props.js.map +0 -1
- app-rn-runtime/components/input/radioset/radioset.styles.js +0 -83
- app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
- app-rn-runtime/components/input/rating/rating.component.js +0 -144
- app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
- app-rn-runtime/components/input/rating/rating.props.js +0 -21
- app-rn-runtime/components/input/rating/rating.styles.js +0 -36
- app-rn-runtime/components/input/rating/rating.styles.js.map +0 -1
- app-rn-runtime/components/input/select/select.component.js +0 -207
- app-rn-runtime/components/input/select/select.component.js.map +0 -1
- app-rn-runtime/components/input/select/select.props.js +0 -12
- app-rn-runtime/components/input/select/select.styles.js +0 -105
- app-rn-runtime/components/input/select/select.styles.js.map +0 -1
- app-rn-runtime/components/input/slider/slider.component.js +0 -444
- app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
- app-rn-runtime/components/input/slider/slider.props.js +0 -20
- app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
- app-rn-runtime/components/input/slider/slider.styles.js +0 -83
- app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
- app-rn-runtime/components/input/switch/switch.component.js +0 -84
- app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
- app-rn-runtime/components/input/switch/switch.props.js +0 -13
- app-rn-runtime/components/input/switch/switch.styles.js +0 -128
- app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
- app-rn-runtime/components/input/text/text.component.js +0 -61
- app-rn-runtime/components/input/text/text.component.js.map +0 -1
- app-rn-runtime/components/input/text/text.props.js +0 -12
- app-rn-runtime/components/input/text/text.props.js.map +0 -1
- app-rn-runtime/components/input/text/text.styles.js +0 -65
- app-rn-runtime/components/input/text/text.styles.js.map +0 -1
- app-rn-runtime/components/input/textarea/textarea.component.js +0 -60
- app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
- app-rn-runtime/components/input/textarea/textarea.props.js +0 -12
- app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
- app-rn-runtime/components/input/textarea/textarea.styles.js +0 -63
- app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
- app-rn-runtime/components/input/toggle/toggle.component.js +0 -144
- app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
- app-rn-runtime/components/input/toggle/toggle.props.js +0 -20
- app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
- app-rn-runtime/components/input/toggle/toggle.styles.js +0 -48
- app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +0 -74
- app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +0 -21
- app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
- app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
- app-rn-runtime/components/navigation/basenav/basenav.component.js +0 -72
- app-rn-runtime/components/navigation/basenav/basenav.props.js +0 -18
- app-rn-runtime/components/navigation/menu/menu.component.js +0 -63
- app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
- app-rn-runtime/components/navigation/menu/menu.props.js +0 -14
- app-rn-runtime/components/navigation/menu/menu.styles.js +0 -74
- app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
- app-rn-runtime/components/navigation/navbar/navbar.component.js +0 -77
- app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
- app-rn-runtime/components/navigation/navbar/navbar.props.js +0 -16
- app-rn-runtime/components/navigation/navitem/navitem.component.js +0 -67
- app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
- app-rn-runtime/components/navigation/navitem/navitem.props.js +0 -19
- app-rn-runtime/components/navigation/popover/popover.component.js +0 -193
- app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
- app-rn-runtime/components/navigation/popover/popover.props.js +0 -31
- app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
- app-rn-runtime/components/navigation/popover/popover.styles.js +0 -86
- app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
- app-rn-runtime/components/page/content/content.component.js.map +0 -1
- app-rn-runtime/components/page/left-panel/left-panel.component.js +0 -45
- app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
- app-rn-runtime/components/page/left-panel/left-panel.props.js +0 -12
- app-rn-runtime/components/page/page-content/page-content.component.js +0 -37
- app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
- app-rn-runtime/components/page/page-content/page-content.props.js +0 -12
- app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
- app-rn-runtime/components/page/page-content/page-content.styles.js +0 -15
- app-rn-runtime/components/page/page-content/page-content.styles.js.map +0 -1
- app-rn-runtime/components/page/page.component.js +0 -26
- app-rn-runtime/components/page/page.component.js.map +0 -1
- app-rn-runtime/components/page/page.props.js +0 -2
- app-rn-runtime/components/page/page.props.js.map +0 -1
- app-rn-runtime/components/page/page.styles.js +0 -18
- app-rn-runtime/components/page/page.styles.js.map +0 -1
- app-rn-runtime/components/page/partial/partial.component.js +0 -16
- app-rn-runtime/components/page/partial/partial.component.js.map +0 -1
- app-rn-runtime/components/page/partial/partial.props.js.map +0 -1
- app-rn-runtime/components/page/partial/partial.styles.js +0 -13
- app-rn-runtime/components/page/partial/partial.styles.js.map +0 -1
- app-rn-runtime/components/page/partial-container/partial-container.component.js +0 -31
- app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
- app-rn-runtime/components/page/partial-container/partial-container.props.js +0 -12
- app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
- app-rn-runtime/components/page/tabbar/tabbar.component.js +0 -149
- app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
- app-rn-runtime/components/page/tabbar/tabbar.props.js +0 -28
- app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
- app-rn-runtime/components/prefab/prefab-container.component.js +0 -16
- app-rn-runtime/components/prefab/prefab-container.component.js.map +0 -1
- app-rn-runtime/components/prefab/prefab-container.props.js.map +0 -1
- app-rn-runtime/components/prefab/prefab-container.styles.js +0 -11
- app-rn-runtime/components/prefab/prefab-container.styles.js.map +0 -1
- app-rn-runtime/core/AppConfig.js.map +0 -1
- app-rn-runtime/core/accessibility.js +0 -155
- app-rn-runtime/core/accessibility.js.map +0 -1
- app-rn-runtime/core/base.component.js +0 -458
- app-rn-runtime/core/base.component.js.map +0 -1
- app-rn-runtime/core/components/floatinglabel.component.js.map +0 -1
- app-rn-runtime/core/components/textinput.component.js +0 -195
- app-rn-runtime/core/components/textinput.component.js.map +0 -1
- app-rn-runtime/core/constant.service.js +0 -22
- app-rn-runtime/core/event-notifier.js +0 -68
- app-rn-runtime/core/fixed-view.component.js +0 -67
- app-rn-runtime/core/fixed-view.component.js.map +0 -1
- app-rn-runtime/core/formatters.js +0 -68
- app-rn-runtime/core/formatters.js.map +0 -1
- app-rn-runtime/core/imageSizeEstimator.js +0 -51
- app-rn-runtime/core/key.extractor.js +0 -21
- app-rn-runtime/core/logger.js +0 -123
- app-rn-runtime/core/navigation.service.js +0 -5
- app-rn-runtime/core/navigation.service.js.map +0 -1
- app-rn-runtime/core/network.service.js +0 -327
- app-rn-runtime/core/partial.service.js.map +0 -1
- app-rn-runtime/core/props.provider.js +0 -89
- app-rn-runtime/core/props.provider.js.map +0 -1
- app-rn-runtime/core/scroll-view.component.js +0 -52
- app-rn-runtime/core/storage.service.js +0 -23
- app-rn-runtime/core/storage.service.js.map +0 -1
- app-rn-runtime/core/tappable.component.js +0 -145
- app-rn-runtime/core/tappable.component.js.map +0 -1
- app-rn-runtime/core/toast.service.js.map +0 -1
- app-rn-runtime/core/ui-preferences.context.js +0 -7
- app-rn-runtime/core/ui-preferences.context.js.map +0 -1
- app-rn-runtime/core/utils.js +0 -524
- app-rn-runtime/core/utils.js.map +0 -1
- app-rn-runtime/core/viewport.js +0 -45
- app-rn-runtime/gestures/swipe.animation.js +0 -217
- app-rn-runtime/gestures/swipe.animation.js.map +0 -1
- app-rn-runtime/package.json +0 -270
- app-rn-runtime/runtime/App.js +0 -511
- app-rn-runtime/runtime/App.js.map +0 -1
- app-rn-runtime/runtime/App.navigator.js +0 -109
- app-rn-runtime/runtime/App.navigator.js.map +0 -1
- app-rn-runtime/runtime/base-fragment.component.js +0 -368
- app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
- app-rn-runtime/runtime/base-page.component.js +0 -170
- app-rn-runtime/runtime/base-page.component.js.map +0 -1
- app-rn-runtime/runtime/base-partial.component.js +0 -60
- app-rn-runtime/runtime/base-partial.component.js.map +0 -1
- app-rn-runtime/runtime/base-prefab.component.js +0 -83
- app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
- app-rn-runtime/runtime/memo.component.js +0 -35
- app-rn-runtime/runtime/navigator/drawer.navigator.js +0 -30
- app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
- app-rn-runtime/runtime/navigator/stack.navigator.js +0 -77
- app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
- app-rn-runtime/runtime/services/app-display-manager.service.js +0 -50
- app-rn-runtime/runtime/services/app-i18n.service.js +0 -81
- app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
- app-rn-runtime/runtime/services/app-modal.service.js +0 -71
- app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
- app-rn-runtime/runtime/services/app-security.service.js +0 -240
- app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
- app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
- app-rn-runtime/runtime/services/app-toast.service.js +0 -56
- app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
- app-rn-runtime/runtime/services/device/camera-service.js +0 -349
- app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
- app-rn-runtime/runtime/services/device/permissions.js +0 -50
- app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
- app-rn-runtime/runtime/services/device/scan-service.js +0 -136
- app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
- app-rn-runtime/runtime/services/partial.service.js +0 -15
- app-rn-runtime/runtime/services/partial.service.js.map +0 -1
- app-rn-runtime/runtime/services/webprocess.service.js +0 -107
- app-rn-runtime/runtime/watcher.js +0 -147
- app-rn-runtime/styles/background.component.js +0 -311
- app-rn-runtime/styles/background.component.js.map +0 -1
- app-rn-runtime/styles/style-props.js +0 -93
- app-rn-runtime/styles/style-props.js.map +0 -1
- app-rn-runtime/styles/theme.js +0 -404
- app-rn-runtime/styles/theme.js.map +0 -1
- app-rn-runtime/styles/theme.variables.js +0 -436
- app-rn-runtime/styles/theme.variables.js.map +0 -1
- app-rn-runtime/variables/base-variable.js +0 -125
- app-rn-runtime/variables/device/device/network-info.operation.js +0 -33
- app-rn-runtime/variables/device/file/upload-file.operation.js +0 -56
- app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
- app-rn-runtime/variables/http.service.js +0 -80
- app-rn-runtime/variables/http.service.js.map +0 -1
- app-rn-runtime/variables/live-variable.js +0 -116
- app-rn-runtime/variables/live-variable.js.map +0 -1
- app-rn-runtime/variables/model-variable.js +0 -47
- app-rn-runtime/variables/service-variable.js +0 -143
- app-rn-runtime/variables/utils/inflight-queue.js +0 -114
- {app-rn-runtime → package}/actions/base-action.js +0 -0
- {app-rn-runtime → package}/actions/base-action.js.map +0 -0
- {app-rn-runtime → package}/actions/index.js +0 -0
- {app-rn-runtime → package}/actions/index.js.map +0 -0
- {app-rn-runtime → package}/actions/login-action.js +0 -0
- {app-rn-runtime → package}/actions/login-action.js.map +0 -0
- {app-rn-runtime → package}/actions/logout-action.js +0 -0
- {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
- {app-rn-runtime → package}/actions/navigation-action.js +0 -0
- {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
- {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
- {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
- {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
- {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
- {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
- {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
- {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
- {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
- {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
- {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
- {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
- {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
- {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js.map +0 -0
- {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js +0 -0
- {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js.map +0 -0
- {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
- {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
- {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
- {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
- {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
- {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
- {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
- {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
- {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
- {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
- {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
- {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
- {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
- {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
- {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
- {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
- {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
- {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
- {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
- {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
- {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
- {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
- {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
- {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
- {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
- {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
- {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
- {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
- {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js +0 -0
- {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js.map +0 -0
- {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js.map +0 -0
- {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js +0 -0
- {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js.map +0 -0
- {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
- {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
- {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
- {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
- {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
- {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
- {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
- {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
- {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
- {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
- {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
- {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
- {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
- {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
- {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
- {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
- {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
- {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
- {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
- {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
- {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
- {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
- {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
- {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
- {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
- {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
- {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
- {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
- {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
- {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
- {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
- {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
- {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
- {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
- {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
- {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
- {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
- {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
- {app-rn-runtime → package}/core/AppConfig.js +0 -0
- {app-rn-runtime → package}/core/asset.provider.js +0 -0
- {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
- {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
- {app-rn-runtime → package}/core/constant.service.js.map +0 -0
- {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
- {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
- {app-rn-runtime → package}/core/currency-constants.js +0 -0
- {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
- {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
- {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
- {app-rn-runtime → package}/core/device/camera-service.js +0 -0
- {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
- {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
- {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
- {app-rn-runtime → package}/core/device/location-service.js +0 -0
- {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
- {app-rn-runtime → package}/core/device/scan-service.js +0 -0
- {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
- {app-rn-runtime → package}/core/display.manager.js +0 -0
- {app-rn-runtime → package}/core/display.manager.js.map +0 -0
- {app-rn-runtime → package}/core/event-notifier.js.map +0 -0
- {app-rn-runtime → package}/core/file-extension-types.js +0 -0
- {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
- {app-rn-runtime → package}/core/i18n.service.js +0 -0
- {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
- {app-rn-runtime → package}/core/if.component.js +0 -0
- {app-rn-runtime → package}/core/if.component.js.map +0 -0
- {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
- {app-rn-runtime → package}/core/injector.js +0 -0
- {app-rn-runtime → package}/core/injector.js.map +0 -0
- {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
- {app-rn-runtime → package}/core/logger.js.map +0 -0
- {app-rn-runtime → package}/core/modal.service.js +0 -0
- {app-rn-runtime → package}/core/modal.service.js.map +0 -0
- {app-rn-runtime → package}/core/network.service.js.map +0 -0
- {app-rn-runtime → package}/core/partial.service.js +0 -0
- {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
- {app-rn-runtime → package}/core/security.service.js +0 -0
- {app-rn-runtime → package}/core/security.service.js.map +0 -0
- {app-rn-runtime → package}/core/spinner.service.js +0 -0
- {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
- {app-rn-runtime → package}/core/testid.provider.js +0 -0
- {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
- {app-rn-runtime → package}/core/toast.service.js +0 -0
- {app-rn-runtime → package}/core/viewport.js.map +0 -0
- {app-rn-runtime → package}/index.js +0 -0
- {app-rn-runtime → package}/index.js.map +0 -0
- {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
- {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
- {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
- {app-rn-runtime → package}/runtime/platform.api.js +0 -0
- {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
- {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
- {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
- {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
- {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
- {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
- {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
- {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
- {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
- {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
- {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
- {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
- {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
- {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
- {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
- {app-rn-runtime → package}/variables/device-variable.js +0 -0
- {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
- {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
- {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
- {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
- {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
- {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
- {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
- {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
- {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
- {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["cloneDeep","isNil","forEach","flatten","isArray","isEmpty","isObject","isString","get","reverse","isNumber","React","camelCase","Dimensions","deepCopy","isWebPreviewMode","EventNotifier","ViewPort","EVENTS","ViewPortEvents","MediaQueryList","ThemeVariables","ColorMix","getErrorMessage","getStyleReference","isValidStyleProp","injector","isNativeStyle","DEFAULT_CLASS","window","matchMedia","query","DEVICE_BREAK_POINTS","DEVICE_BREAK_POINTS_NATIVE_MOBILE","ThemeEvent","Theme","constructor","parent","name","_this$getAppConfig","_defineProperty","revertLayoutToExpo50","getAppConfig","traceEnabled","enableTrace","flag","reset","children","t","subscribe","event","fn","eventNotifer","notify","replaceVariables","val","baseTokens","classNames","inheritedTokens","match","s","content","substring","length","variableName","fallback","split","map","str","trim","resolvedValue","variants","INSTANCE","classList","cls","replace","clearCache","cache","registerStyle","styleGenerators","push","addStyle","bind","checkStyleProperties","value","Object","keys","k","startsWith","console","log","extend","style","styles","getStyle","addTrace","styleName","mergedChildstyle","childStyle","parentStyle","v","__trace","prefix","result","collect","extractTopLevelVariables","vars","key","mergeStyle","flattenStyles","cs","filter","classnames","Array","join","values","cleanseStyleProperties","resolveStyle","valueOf","resolvedTokens","paddingLeft","paddingRight","undefined","marginLeft","marginRight","screenWidth","width","screenHeight","height","i","stylePropertyValue","endsWith","Number","indexOf","c","mediaQuery","clonedStyle","root","matches","extraTextStyles","getTextStyle","assign","isValObject","BASE","$new","newTheme","destroy","splice","textStyle","color","fontFamily","fontSize","fontStyle","fontWeight","includeFontPadding","fontVariant","letterSpacing","lineHeight","textAlign","textAlignVertical","textDecorationColor","textDecorationStyle","textShadowColor","textShadowOffset","textShadowRadius","textTransform","verticalAlign","writingDirection","userSelect","themeVariables","CHANGE","_Theme","SIZE_CHANGE","ThemeContext","createContext","ThemeProvider","Provider","ThemeConsumer","Consumer","addColStyles","device","minWidth","MIN_EXTRA_SMALL_DEVICE","MIN_SMALL_DEVICE","MIN_MEDIUM_DEVICE","MIN_LARGE_DEVICE","display","addDisplayStyles","maxWidth","MAX_LARGE_DEVICE","MAX_EXTRA_SMALL_DEVICE","MAX_SMALL_DEVICE","MAX_MEDIUM_DEVICE","addElevationClasses","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","zIndex","transform","scale","overflow","backgroundColor","dangerColor","infoColor","primaryColor","successColor","warningColor","borderColor","text"],"sources":["theme.tsx"],"sourcesContent":["import { cloneDeep, isNil, forEach, flatten, isArray, isEmpty, isObject, isString, get, reverse, isNumber } from 'lodash';\nimport React from 'react';\nimport { camelCase } from 'lodash-es';\nimport { TextStyle, ViewStyle, ImageStyle, ImageBackground, Dimensions } from 'react-native';\nimport { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport ViewPort, {EVENTS as ViewPortEvents} from '@wavemaker/app-rn-runtime/core/viewport';\nimport MediaQueryList from './MediaQueryList';\nimport ThemeVariables from './theme.variables';\nimport ColorMix from './color-mix';\nimport { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\nimport { isNativeStyle} from '@wavemaker/app-rn-runtime/core/utils';\nexport const DEFAULT_CLASS = 'DEFAULT_CLASS';\n\ndeclare const matchMedia: any, window: any;\n\nif (typeof window !== \"undefined\") {\n // @ts-ignore: does not properly extend MediaQueryList\n window.matchMedia = (query: string) => new MediaQueryList(query);\n}\n\nexport const DEVICE_BREAK_POINTS = {\n 'MIN_EXTRA_SMALL_DEVICE' : '0px',\n 'MAX_EXTRA_SMALL_DEVICE' : '767px',\n 'MIN_SMALL_DEVICE' : '768px',\n 'MAX_SMALL_DEVICE' : '991px',\n 'MIN_MEDIUM_DEVICE' : '992px',\n 'MAX_MEDIUM_DEVICE' : '1199px',\n 'MIN_LARGE_DEVICE' : '1200px',\n 'MAX_LARGE_DEVICE' : '1000000px',\n};\n\nexport const DEVICE_BREAK_POINTS_NATIVE_MOBILE = {\n 'MIN_EXTRA_SMALL_DEVICE': '0', // 0-479px (phones portrait)\n 'MAX_EXTRA_SMALL_DEVICE': '479',\n 'MIN_SMALL_DEVICE': '480', // 480-767px (phones landscape, small tablets portrait)\n 'MAX_SMALL_DEVICE': '767',\n 'MIN_MEDIUM_DEVICE': '768', // 768-1023px (tablets portrait, small laptops)\n 'MAX_MEDIUM_DEVICE': '1023',\n 'MIN_LARGE_DEVICE': '1024', // 1024px+ (tablets landscape, desktops)\n 'MAX_LARGE_DEVICE': '1000000',\n };\n \n\nexport type styleGeneratorFn<T extends NamedStyles<any>> = (\n themeVariables: ThemeVariables,\n addStyle: (name: string, extend: string, style: T) => void) => void\n\nexport enum ThemeEvent {\n CHANGE ='change'\n};\n\nexport class Theme {\n public static BASE = new Theme(null as any, 'default');\n\n static {\n ViewPort.subscribe(ViewPortEvents.SIZE_CHANGE, () => {\n Theme.BASE.reset();\n });\n }\n\n\n private eventNotifer = new EventNotifier();\n\n private children: Theme[] = [];\n\n private styles: any = {};\n\n private cache: any = {};\n\n private traceEnabled = false;\n \n private revertLayoutToExpo50: Boolean;\n\n private styleGenerators: styleGeneratorFn<any>[] = [];\n\n private constructor(private parent:Theme, public readonly name: string) {\n this.revertLayoutToExpo50 = this.getAppConfig()?.revertLayoutToExpo50 || false;\n if (parent) {\n this.traceEnabled = parent.traceEnabled;\n } else {\n this.traceEnabled = isWebPreviewMode();\n }\n }\n\n private getAppConfig() {\n return injector.get<AppConfig>('APP_CONFIG');\n }\n\n public enableTrace(flag: boolean) {\n this.traceEnabled = flag;\n this.reset();\n this.children.forEach(t => t.enableTrace(flag));\n }\n\n public subscribe(event: ThemeEvent, fn: Function) {\n return this.eventNotifer.subscribe(event, fn);\n }\n\n public notify(event: ThemeEvent): void {\n this.eventNotifer.notify(event, []);\n this.children.forEach(t => t.notify(event));\n }\n\n private replaceVariables(val: any, baseTokens: any, classNames: any, inheritedTokens: Record<string, any> = {}) {\n if(isString(val)) { \n (val.match(/_*var\\([^\\)]*\\)/g) || []).forEach((s) => {\n const content = s.substring(4, s.length - 1);\n let [variableName, fallback] = content.split(\",\").map(str => str.trim());\n let resolvedValue;\n let variants: any = (ThemeVariables.INSTANCE as any).variants;\n if (variants && typeof classNames === 'string') {\n const classList = classNames.split(/\\s+/);\n for (const cls of classList) {\n if (variants[cls] && variants[cls][variableName]) {\n resolvedValue = variants[cls][variableName];\n break;\n }\n }\n } \n if (!resolvedValue) {\n resolvedValue = inheritedTokens[variableName] || inheritedTokens[`--${variableName}`] || baseTokens[variableName] \n || (ThemeVariables.INSTANCE as any)[variableName]\n || (ThemeVariables.INSTANCE as any)[variableName.substring(2)] \n || (ThemeVariables.INSTANCE as any)[camelCase(variableName.substring(2))]\n || fallback;\n }\n val = val.replace(s, resolvedValue);\n if (isNumber(resolvedValue) \n && val.trim() === (resolvedValue + '')) {\n val = resolvedValue;\n } else {\n val = this.replaceVariables(val, baseTokens, classNames, inheritedTokens);\n }\n });\n }\n return val; \n }\n\n clearCache() {\n this.cache = {};\n this.children.forEach((t) => t.clearCache());\n }\n\n registerStyle<T extends NamedStyles<any>>(fn: styleGeneratorFn<T>) {\n this.styleGenerators.push(fn);\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this));\n }\n\n checkStyleProperties(name: string, value : any) {\n if (isObject(value)) {\n Object.keys(value).map((k) => this.checkStyleProperties(k, (value as any)[k]));\n } else if(name && !(isString(value) && value.startsWith('calc(')) && !isValidStyleProp(name, value)) {\n console.log(\n `%cInvalid Style property in ${this.name}: ${getErrorMessage(name, value)}`,\n 'background-color: #FF0000;font-weight: bold; color: #fff'\n );\n console.log(`Refer: ${getStyleReference(name)}`);\n }\n }\n\n private addStyle<T extends NamedStyles<any>>(name: string, extend: string, style: T) {\n this.styles[name] = deepCopy(this.getStyle(extend), this.styles[name], style);\n }\n\n private addTrace(styleName: string, mergedChildstyle: any, childStyle: any, parentStyle?: any) {\n if (!this.traceEnabled) {\n return;\n }\n let addTrace = !isEmpty(childStyle);\n forEach(mergedChildstyle, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n addTrace = false;\n\n if (!isNativeStyle(k, 'property')) {\n this.addTrace(styleName + '.' + k, v, childStyle && childStyle[k], parentStyle && parentStyle[k])\n }\n }\n });\n if (addTrace) {\n mergedChildstyle['__trace'] = [\n {\n name: styleName,\n value: childStyle\n },\n ...(parentStyle?.__trace|| [])\n ];\n } else {\n mergedChildstyle['__trace'] = [...(parentStyle?.__trace|| [])];\n }\n }\n\n private flatten(style: any, prefix = \"\", result = {} as any) {\n let collect = !isEmpty(style);\n forEach(style, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n collect = false;\n this.flatten(v, (prefix ? prefix + '.' : '') + k, result)\n }\n });\n if (collect) {\n result[prefix] = style;\n }\n return result;\n }\n\n extractTopLevelVariables(style: Record<string, any>): Record<string, any> {\n const vars: Record<string, any> = {};\n for (const key in style) {\n if (key.startsWith('--')) {\n vars[key] = style[key];\n }\n }\n return vars;\n }\n\n mergeStyle(...styles: any) {\n const style = deepCopy(...styles);\n if (this.traceEnabled) {\n const flattenStyles = this.flatten(style);\n Object.keys(flattenStyles).forEach(k => {\n const s = flattenStyles[k];\n if (!isNativeStyle(k, 'path')) {\n s['__trace'] = flatten(reverse(styles.map((v: any) => {\n const cs = get(v, k);\n if (cs && cs.__trace) {\n return [...cs.__trace];\n }\n return [];\n }).filter((t: any) => t.length > 0)));\n }\n });\n }\n const baseTokens = this.extractTopLevelVariables(style)\n const classnames = Array.isArray(styles)\n ? styles.filter(isString).join(' ')\n : Object.values(styles).filter(isString).join(' ');\n\n return this.cleanseStyleProperties(style, baseTokens, classnames)\n }\n\n cleanseStyleProperties(style: any, baseTokens: any, classnames: any, inheritedTokens: Record<string, any> = {}) {\n if (!(style && isObject(style)) || isString(style) || isArray(style)) {\n return style;\n }\n style = style as any;\n if (isObject(style) && !isArray(style)) {\n const resolveStyle = (v: any, inheritedTokens: Record<string, any> = {}) => {\n v = this.replaceVariables(v, baseTokens, classnames, inheritedTokens);\n if (isString(v) && v.startsWith(\"color-mix(\")) {\n v = ColorMix.valueOf(v);\n }\n return v;\n };\n\n const classNames = Object.keys(style);\n const resolvedTokens = {...inheritedTokens};\n // For inline token in obj\n classNames.forEach(k => {\n if (k.startsWith('--')) {\n let v = resolveStyle((style as any)[k], resolvedTokens);\n resolvedTokens[k] = v;\n const variableName = k.substring(2); \n (ThemeVariables.INSTANCE as any)[variableName] = v;\n (ThemeVariables.INSTANCE as any)[camelCase(variableName)] = v;\n }\n });\n \n // For edge case when prop is before inline token\n classNames.forEach(k => {\n if (!k.startsWith('--')) {\n if (isObject((style as any)[k]) && !isArray((style as any)[k])) {\n this.cleanseStyleProperties((style as any)[k], baseTokens, classnames, resolvedTokens);\n } else {\n (style as any)[k] = resolveStyle((style as any)[k], resolvedTokens);\n }\n }\n });\n }\n if (!isNil(style['shadowRadius'])) {\n if (style['shadowRadius'] <= 0) {\n style['shadowColor'] = 'transparent';\n } else if (isNil(style['elevation'])) {\n style['elevation'] = 2;\n }\n }\n if (!isNil(style['margin'])) {\n style['marginLeft'] = style['marginLeft'] || style['margin'];\n style['marginRight'] = style['marginRight'] || style['margin'];\n style['marginTop'] = style['marginTop'] || style['margin'];\n style['marginBottom'] = style['marginBottom'] || style['margin'];\n delete style['margin'];\n }\n if (!isNil(style['padding'])) {\n style['paddingLeft'] = style['paddingLeft'] || style['padding'];\n style['paddingRight'] = style['paddingRight'] || style['padding'];\n style['paddingTop'] = style['paddingTop'] || style['padding'];\n style['paddingBottom'] = style['paddingBottom'] || style['padding'];\n delete style['padding'];\n }\n if (this.revertLayoutToExpo50 && !isNil(style['flexDirection']) && style['flexDirection'] === 'row-reverse') {\n if (!isNil(style['paddingLeft']) || !isNil(style['paddingRight'])) {\n if (!isNil(style['paddingLeft']) && !isNil(style['paddingRight'])) {\n [style['paddingLeft'], style['paddingRight']] = [style['paddingRight'], style['paddingLeft']];\n } else {\n const [paddingLeft, paddingRight] = [style['paddingLeft'], style['paddingRight']];\n if (paddingLeft !== undefined) {\n style['paddingRight'] = paddingLeft;\n delete style['paddingLeft'];\n }\n if (paddingRight !== undefined) {\n style['paddingLeft'] = paddingRight;\n delete style['paddingRight'];\n }\n }\n }\n \n if (!isNil(style['marginLeft']) || !isNil(style['marginRight'])) {\n if (!isNil(style['marginLeft']) && !isNil(style['marginRight'])) {\n [style['marginLeft'], style['marginRight']] = [style['marginRight'], style['marginLeft']];\n } else {\n const [marginLeft, marginRight] = [style['marginLeft'], style['marginRight']];\n if (marginLeft !== undefined) {\n style['marginRight'] = marginLeft;\n delete style['marginLeft'];\n }\n if (marginRight !== undefined) {\n style['marginLeft'] = marginRight;\n delete style['marginRight'];\n }\n }\n } \n }\n let screenWidth = Dimensions.get('window').width;\n let screenHeight = Dimensions.get('window').height;\n Object.keys(style).forEach((k, i) => {\n let stylePropertyValue = style[k]\n if(typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vw')) {\n stylePropertyValue = stylePropertyValue.replace('vw','')\n style[k] = Number(stylePropertyValue)/100 * screenWidth\n }\n if((typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vh'))) {\n stylePropertyValue = stylePropertyValue.replace('vh','')\n style[k] = Number(stylePropertyValue)/100 * screenHeight\n }\n })\n return style;\n }\n\n getStyle(name: string) {\n let style = this.cache[name];\n if (style) {\n return style;\n }\n if (!name) {\n return {};\n }\n if (name.indexOf(' ') > 0) {\n style = this.mergeStyle(...(name.split(' ').map(c => this.getStyle(c))));\n } else {\n const parentStyle = this.parent && this.parent.getStyle(name);\n const mediaQuery = (this.styles[name] || {})['@media'];\n let clonedStyle: Record<string, any> = { root: {} }\n if (!mediaQuery || matchMedia(mediaQuery).matches) {\n clonedStyle = cloneDeep(this.styles[name]) || {} ;\n clonedStyle['root'] = clonedStyle['root'] || {};\n const extraTextStyles = (this.getTextStyle(clonedStyle) || {}) as any ;\n clonedStyle['text'] = Object.assign({}, extraTextStyles, clonedStyle['text'] || {});\n Object.keys(clonedStyle).forEach((k) => {\n const isValObject = isObject(clonedStyle[k]);\n if (!extraTextStyles[k] && (!isValObject || (k === 'shadowOffset'))) {\n clonedStyle['root'][k] = clonedStyle['root'][k] || clonedStyle[k]\n }\n });\n }\n if (this !== Theme.BASE && isWebPreviewMode()) {\n this.checkStyleProperties('', clonedStyle);\n }\n style = deepCopy(parentStyle, clonedStyle);\n this.addTrace(`@${this.name}:${name}`, style, clonedStyle, parentStyle);\n }\n this.cache[name] = style;\n return style;\n }\n\n $new(name = \"\", styles = {} as NamedStyles<any>) {\n const newTheme = new Theme(this, name);\n newTheme.reset(styles);\n this.children.push(newTheme);\n return newTheme;\n }\n\n destroy() {\n const i = this.parent.children.indexOf(this);\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n }\n \n getTextStyle(s: any) {\n if (!s) {\n return {};\n }\n const textStyle = {\n color: s.color,\n fontFamily: s.fontFamily,\n fontSize: s.fontSize,\n fontStyle: s.fontStyle,\n fontWeight: s.fontWeight,\n includeFontPadding: s.includeFontPadding,\n fontVariant: s.fontVariant,\n letterSpacing: s.letterSpacing,\n lineHeight: s.lineHeight,\n textAlign: s.textAlign,\n textAlignVertical: s.textAlignVertical,\n textDecorationColor: s.textDecorationColor,\n textDecorationStyle: s.textDecorationStyle,\n textShadowColor: s.textShadowColor,\n textShadowOffset: s.textShadowOffset,\n textShadowRadius: s.textShadowRadius,\n textTransform: s.textTransform,\n verticalAlign: s.verticalAlign,\n writingDirection: s.writingDirection,\n userSelect: s.userSelect,\n } as TextStyle;\n Object.keys(textStyle).forEach((k)=> {\n if(!(textStyle as any)[k]){\n delete (textStyle as any)[k];\n }\n })\n return textStyle;\n }\n\n reset(styles?: NamedStyles<any>) {\n this.styles = {};\n this.clearCache();\n if (styles) {\n this.registerStyle((themeVariables, addStyle) => {\n Object.keys(styles).forEach(k => {\n addStyle(k, '', styles[k] as any);\n });\n });\n } else {\n this.styleGenerators.forEach(fn => \n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this)));\n }\n this.notify(ThemeEvent.CHANGE);\n }\n}\nexport default Theme.BASE;\nexport type NamedStyles<T> = { [P in keyof T]: AllStyle | NamedStyles<T>};\nexport type BackgroundImageStyle = {\n backgroundImage: string,\n backgroundPosition: string,\n backgroundRepeat: string,\n backgroundSize: string | number\n};\n\nexport type AllStyle = (ViewStyle & TextStyle & ImageStyle & {userSelect?: 'none'| 'text'} & {rippleColor?: string});\n\nconst ThemeContext = React.createContext<Theme>(null as any);\n\nexport const ThemeProvider = ThemeContext.Provider;\nexport const ThemeConsumer = ThemeContext.Consumer;\n/**\n * Common styles\n */\n Theme.BASE.registerStyle((themeVariables, addStyle) => {\n const addColStyles = (device: string, minWidth: string) => {\n for(let i = 1; i <= 12; i++) {\n addStyle(`col-${device}-${i}`, '', {\n \"@media\": `(min-width: ${minWidth})`,\n root: {\n width: (100 * i / 12) + '%'\n }\n } as any)\n }\n };\n addColStyles('xs', DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE);\n addColStyles('sm', DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE);\n addColStyles('md', DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE);\n addColStyles('lg', DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE);\n\n addStyle('d-none', '', {\n root: {\n display: 'none'\n }\n } as any);\n addStyle('d-flex', '', {\n root: {\n display: 'flex'\n }\n } as any);\n\n const addDisplayStyles = (device: string, minWidth: string, maxWidth: string) => {\n addStyle(`d-${device}-none`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'none'\n }\n } as any);\n addStyle(`d-${device}-flex`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'flex'\n }\n } as any);\n };\n addDisplayStyles('all', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n addDisplayStyles('xs', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_EXTRA_SMALL_DEVICE);\n addDisplayStyles('sm', \n DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_SMALL_DEVICE);\n addDisplayStyles('md', \n DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE,\n DEVICE_BREAK_POINTS.MAX_MEDIUM_DEVICE);\n addDisplayStyles('lg', \n DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n\n const addElevationClasses = () => {\n for(let i = 1; i <= 10; i++) {\n addStyle(`elevate${i}`, '', {\n root : {\n shadowColor: \"#000000\",\n shadowOffset: {\n width: i,\n height: i,\n },\n shadowOpacity: 0.27,\n shadowRadius: i,\n elevation: i,\n zIndex: 1\n }\n });\n }\n };\n addElevationClasses();\n addStyle('hidden', '', {\n root: {\n width: 0,\n height: 0,\n transform: [{ scale: 0 }],\n overflow: 'hidden'\n }\n });\n addStyle('bg-danger', '', { root: { backgroundColor: themeVariables.dangerColor }});\n addStyle('bg-info', '', { root: { backgroundColor: themeVariables.infoColor }});\n addStyle('bg-primary', '', { root: { backgroundColor: themeVariables.primaryColor }});\n addStyle('bg-success', '', { root: { backgroundColor: themeVariables.successColor }});\n addStyle('bg-warning', '', { root: { backgroundColor: themeVariables.warningColor }});\n\n addStyle('border-danger', '', { root: { borderColor: themeVariables.dangerColor }});\n addStyle('border-info', '', { root: { borderColor: themeVariables.infoColor }});\n addStyle('border-primary', '', { root: { borderColor: themeVariables.primaryColor }});\n addStyle('border-success', '', { root: { borderColor: themeVariables.successColor }});\n addStyle('border-warning', '', { root: { borderColor: themeVariables.warningColor }});\n\n addStyle('hide-context-menu', '', { text: { userSelect: 'none' }});\n addStyle('hide-context-menu-input', '', { text: { userSelect: 'none' }});\n});\n"],"mappings":"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","ignoreList":[]}
|
@@ -0,0 +1,442 @@
|
|
1
|
+
var _ThemeVariables;
|
2
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
4
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
5
|
+
import Color from "color";
|
6
|
+
import { Dimensions, StatusBar } from "react-native";
|
7
|
+
export default class ThemeVariables {
|
8
|
+
constructor() {
|
9
|
+
_defineProperty(this, "primaryColor", '#4263eb');
|
10
|
+
_defineProperty(this, "primaryColor1", Color(this.primaryColor).lighten(0.2).rgb().toString());
|
11
|
+
_defineProperty(this, "primaryColor2", Color(this.primaryColor).lighten(0.4).rgb().toString());
|
12
|
+
_defineProperty(this, "primaryColor3", Color(this.primaryColor).lighten(0.6).rgb().toString());
|
13
|
+
_defineProperty(this, "primaryContrastColor", '#ffffff');
|
14
|
+
_defineProperty(this, "secondaryColor", '#6c757d');
|
15
|
+
_defineProperty(this, "secondaryContrastColor", '#ffffff');
|
16
|
+
_defineProperty(this, "successColor", '#28a745');
|
17
|
+
_defineProperty(this, "successContrastColor", '#ffffff');
|
18
|
+
_defineProperty(this, "infoColor", '#17a2b8');
|
19
|
+
_defineProperty(this, "infoContrastColor", '#ffffff');
|
20
|
+
_defineProperty(this, "warningColor", '#ffc107');
|
21
|
+
_defineProperty(this, "warningContrastColor", '#ffffff');
|
22
|
+
_defineProperty(this, "dangerColor", '#dc3545');
|
23
|
+
_defineProperty(this, "dangerContrastColor", '#ffffff');
|
24
|
+
_defineProperty(this, "defaultColor", '#000000');
|
25
|
+
_defineProperty(this, "defaultColor1", '#111111');
|
26
|
+
_defineProperty(this, "defaultColor2", '#222222');
|
27
|
+
_defineProperty(this, "defaultColor3", '#333333');
|
28
|
+
_defineProperty(this, "defaultColor4", '#444444');
|
29
|
+
_defineProperty(this, "defaultColor5", '#555555');
|
30
|
+
_defineProperty(this, "defaultColor6", '#666666');
|
31
|
+
_defineProperty(this, "defaultColor7", '#777777');
|
32
|
+
_defineProperty(this, "defaultColor8", '#888888');
|
33
|
+
_defineProperty(this, "defaultColor9", '#999999');
|
34
|
+
_defineProperty(this, "defaultColorA", '#aaaaaa');
|
35
|
+
_defineProperty(this, "defaultColorB", '#bbbbbb');
|
36
|
+
_defineProperty(this, "defaultColorC", '#cccccc');
|
37
|
+
_defineProperty(this, "defaultColorD", '#dddddd');
|
38
|
+
_defineProperty(this, "defaultColorE", '#eeeeee');
|
39
|
+
_defineProperty(this, "defaultColorF", '#ffffff');
|
40
|
+
_defineProperty(this, "defaultBgColor", this.defaultColorF);
|
41
|
+
_defineProperty(this, "defaultTextColor", '#151420');
|
42
|
+
_defineProperty(this, "lightColor", this.defaultColorF);
|
43
|
+
_defineProperty(this, "darkColor", this.defaultColor);
|
44
|
+
_defineProperty(this, "muteColor", this.defaultColorA);
|
45
|
+
_defineProperty(this, "heading1FontSize", 36);
|
46
|
+
_defineProperty(this, "heading2FontSize", 30);
|
47
|
+
_defineProperty(this, "heading3FontSize", 24);
|
48
|
+
_defineProperty(this, "heading4FontSize", 18);
|
49
|
+
_defineProperty(this, "heading5FontSize", 14);
|
50
|
+
_defineProperty(this, "heading6FontSize", 12);
|
51
|
+
_defineProperty(this, "transparent", 'transparent');
|
52
|
+
_defineProperty(this, "badgeColor", '#6c757d');
|
53
|
+
_defineProperty(this, "badgeContrastColor", '#ffffff');
|
54
|
+
_defineProperty(this, "baseFont", 'Roboto');
|
55
|
+
_defineProperty(this, "tabbarInactiveColor", '#d8d8d8');
|
56
|
+
_defineProperty(this, "maxModalHeight", Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0));
|
57
|
+
_defineProperty(this, "maxWidth", Dimensions.get("window").width);
|
58
|
+
_defineProperty(this, "skeletonBackgroundColor", "#F4F5F8");
|
59
|
+
//rippleColor
|
60
|
+
_defineProperty(this, "rippleColor", this.transparent);
|
61
|
+
// page
|
62
|
+
_defineProperty(this, "pageContentBgColor", this.defaultColorE);
|
63
|
+
// common widget color
|
64
|
+
_defineProperty(this, "widgetHeaderBgColor", this.defaultColorF);
|
65
|
+
_defineProperty(this, "widgetHeaderTextColor", this.defaultColor3);
|
66
|
+
_defineProperty(this, "widgetActiveHeaderBgColor", this.primaryColor);
|
67
|
+
_defineProperty(this, "widgetActiveHeaderTextColor", this.primaryContrastColor);
|
68
|
+
_defineProperty(this, "widgetBorderColor", this.defaultColorC);
|
69
|
+
_defineProperty(this, "widgetBgColor", this.defaultColorF);
|
70
|
+
//App Navbar
|
71
|
+
_defineProperty(this, "titleBadgeBackgroundColor", Color('#151420').fade(0.8).rgb().toString());
|
72
|
+
_defineProperty(this, "titleBadgeTextColor", '#151420');
|
73
|
+
// Navbar variables
|
74
|
+
_defineProperty(this, "navbarBackgroundColor", this.defaultColorF);
|
75
|
+
_defineProperty(this, "navbarBorderColor", this.widgetBorderColor);
|
76
|
+
_defineProperty(this, "navbarTextColor", '#151420');
|
77
|
+
_defineProperty(this, "navbarIconSize", 32);
|
78
|
+
_defineProperty(this, "navbarFontSize", 24);
|
79
|
+
_defineProperty(this, "navbarImageSize", 32);
|
80
|
+
_defineProperty(this, "navbarCaretColor", this.primaryColor);
|
81
|
+
_defineProperty(this, "navitemChildBackgroundColor", this.primaryContrastColor);
|
82
|
+
_defineProperty(this, "navitemChildTextColor", this.primaryColor);
|
83
|
+
_defineProperty(this, "navitemChildIconColor", this.primaryColor);
|
84
|
+
_defineProperty(this, "navitemActiveBackgroundColor", this.primaryColor);
|
85
|
+
_defineProperty(this, "navitemActiveTextColor", this.primaryContrastColor);
|
86
|
+
_defineProperty(this, "navitemActiveIconColor", this.navitemActiveTextColor);
|
87
|
+
//Anchor variables
|
88
|
+
_defineProperty(this, "linkDefaultColor", this.defaultTextColor);
|
89
|
+
_defineProperty(this, "linkPrimaryColor", this.primaryColor);
|
90
|
+
_defineProperty(this, "linkSecondaryColor", this.secondaryColor);
|
91
|
+
_defineProperty(this, "linkSuccessColor", this.successColor);
|
92
|
+
_defineProperty(this, "linkInfoColor", this.infoColor);
|
93
|
+
_defineProperty(this, "linkWarningColor", this.warningColor);
|
94
|
+
_defineProperty(this, "linkDangerColor", this.dangerColor);
|
95
|
+
_defineProperty(this, "linkLightColor", this.lightColor);
|
96
|
+
_defineProperty(this, "linkDarkColor", this.darkColor);
|
97
|
+
_defineProperty(this, "anchorTextPadding", 2);
|
98
|
+
//Grid Layout variables
|
99
|
+
_defineProperty(this, "layoutGridBgColor", this.widgetBgColor);
|
100
|
+
_defineProperty(this, "layoutGridBorderColor", this.widgetBorderColor);
|
101
|
+
_defineProperty(this, "layoutGridStripColor1", Color(this.primaryColor).lighten(0.9).rgb().toString());
|
102
|
+
_defineProperty(this, "layoutGridHeaderBgColor", this.widgetHeaderBgColor);
|
103
|
+
_defineProperty(this, "layoutGridHeaderTextColor", this.widgetHeaderTextColor);
|
104
|
+
_defineProperty(this, "layoutGridStripColor2", this.transparent);
|
105
|
+
_defineProperty(this, "gridColumnBorderColor", this.widgetBorderColor);
|
106
|
+
//Spinner Variables
|
107
|
+
_defineProperty(this, "spinnerIconColor", this.primaryColor);
|
108
|
+
//tabbar variables
|
109
|
+
_defineProperty(this, "tabbarBackgroundColor", this.primaryContrastColor);
|
110
|
+
_defineProperty(this, "tabbarTextColor", 'var(--tabbarInactiveColor)');
|
111
|
+
_defineProperty(this, "tabbarIconColor", 'var(--tabbarInactiveColor)');
|
112
|
+
_defineProperty(this, "tabShadowColor", this.defaultColor);
|
113
|
+
_defineProperty(this, "tabActiveBackgroundColor", this.primaryColor3);
|
114
|
+
_defineProperty(this, "tabActiveIconColor", this.primaryColor);
|
115
|
+
_defineProperty(this, "tabLabelTextColor", this.primaryColor);
|
116
|
+
_defineProperty(this, "centerHubItemColor", 'var(--primaryColor)');
|
117
|
+
_defineProperty(this, "centerHubIconColor", 'var(--defaultColorF)');
|
118
|
+
_defineProperty(this, "centerHubLabelColor", 'var(--defaultColorF)');
|
119
|
+
// tab variables
|
120
|
+
_defineProperty(this, "tabHeaderBgColor", this.widgetBgColor);
|
121
|
+
_defineProperty(this, "tabHeaderTextColor", this.defaultColorA);
|
122
|
+
_defineProperty(this, "tabHeaderIconColor", this.defaultColorA);
|
123
|
+
_defineProperty(this, "tabActiveHeaderBgColor", this.defaultColorF);
|
124
|
+
_defineProperty(this, "tabActiveHeaderTextColor", this.primaryColor);
|
125
|
+
_defineProperty(this, "tabActiveIndicatorBgColor", this.primaryColor);
|
126
|
+
_defineProperty(this, "tabActiveHeaderIconColor", this.primaryColor);
|
127
|
+
_defineProperty(this, "tabBorderColor", this.widgetBorderColor);
|
128
|
+
_defineProperty(this, "tabContentBgColor", this.widgetBgColor);
|
129
|
+
_defineProperty(this, "tabArrowIndicatorBgColor", this.tabContentBgColor);
|
130
|
+
_defineProperty(this, "tabArrowIndicatorDotColor", this.primaryColor);
|
131
|
+
//label Variables
|
132
|
+
_defineProperty(this, "labelHeaderColor", '#151420');
|
133
|
+
_defineProperty(this, "labelDefaultColor", this.defaultColor8);
|
134
|
+
_defineProperty(this, "labelDefaultContrastColor", this.defaultColorF);
|
135
|
+
_defineProperty(this, "labelDangerColor", this.dangerColor);
|
136
|
+
_defineProperty(this, "labelDangerContrastColor", this.dangerContrastColor);
|
137
|
+
_defineProperty(this, "labelInfoColor", this.infoColor);
|
138
|
+
_defineProperty(this, "labelInfoContrastColor", this.infoContrastColor);
|
139
|
+
_defineProperty(this, "labelPrimaryColor", this.primaryColor);
|
140
|
+
_defineProperty(this, "labelPrimaryContrastColor", this.primaryContrastColor);
|
141
|
+
_defineProperty(this, "labelSuccessColor", this.successColor);
|
142
|
+
_defineProperty(this, "labelSuccessContrastColor", this.successContrastColor);
|
143
|
+
_defineProperty(this, "labelWarningColor", this.warningColor);
|
144
|
+
_defineProperty(this, "labelWarningContrastColor", this.warningContrastColor);
|
145
|
+
_defineProperty(this, "labelTextSuccessColor", this.successColor);
|
146
|
+
_defineProperty(this, "labelTextDangerColor", this.dangerColor);
|
147
|
+
_defineProperty(this, "labelTextInfoColor", this.infoColor);
|
148
|
+
_defineProperty(this, "labelTextMutedColor", this.muteColor);
|
149
|
+
_defineProperty(this, "labelTextPrimaryColor", this.primaryColor);
|
150
|
+
_defineProperty(this, "labelTextWarningColor", this.warningColor);
|
151
|
+
_defineProperty(this, "labelAsteriskColor", this.dangerColor);
|
152
|
+
//List
|
153
|
+
_defineProperty(this, "listHeaderBgColor", this.widgetHeaderBgColor);
|
154
|
+
_defineProperty(this, "listTitleColor", this.widgetHeaderTextColor);
|
155
|
+
_defineProperty(this, "listSubTitleColor", this.defaultColor6);
|
156
|
+
_defineProperty(this, "listDividerColor", this.widgetBorderColor);
|
157
|
+
_defineProperty(this, "itemBgColor", this.defaultColorF);
|
158
|
+
_defineProperty(this, "selectedItemBorderColor", this.primaryColor);
|
159
|
+
//button Variables
|
160
|
+
_defineProperty(this, "buttonBorderColor", this.widgetBorderColor);
|
161
|
+
_defineProperty(this, "buttonBadgeBackgroundColor", this.badgeColor);
|
162
|
+
_defineProperty(this, "buttonBadgeTextColor", this.badgeContrastColor);
|
163
|
+
_defineProperty(this, "buttonTextPadding", 2);
|
164
|
+
_defineProperty(this, "buttonSuccessColor", this.successColor);
|
165
|
+
_defineProperty(this, "buttonDefaultColor", this.defaultColorF);
|
166
|
+
_defineProperty(this, "buttonPrimaryColor", this.primaryColor);
|
167
|
+
_defineProperty(this, "buttonSecondaryColor", this.defaultColorF);
|
168
|
+
_defineProperty(this, "buttonDangerColor", this.dangerColor);
|
169
|
+
_defineProperty(this, "buttonWarningColor", this.warningColor);
|
170
|
+
_defineProperty(this, "buttonInfoColor", this.infoColor);
|
171
|
+
_defineProperty(this, "buttonSuccessTextColor", this.successContrastColor);
|
172
|
+
_defineProperty(this, "buttonDefaultTextColor", this.defaultTextColor);
|
173
|
+
_defineProperty(this, "buttonPrimaryTextColor", this.primaryContrastColor);
|
174
|
+
_defineProperty(this, "buttonSecondaryTextColor", this.primaryColor);
|
175
|
+
_defineProperty(this, "buttonDangerTextColor", this.dangerContrastColor);
|
176
|
+
_defineProperty(this, "buttonWarningTextColor", this.warningContrastColor);
|
177
|
+
_defineProperty(this, "buttonInfoTextColor", this.infoContrastColor);
|
178
|
+
_defineProperty(this, "buttonLinkColor", this.transparent);
|
179
|
+
_defineProperty(this, "buttonLinkTextColor", this.primaryColor);
|
180
|
+
_defineProperty(this, "buttonDarkColor", this.darkColor);
|
181
|
+
_defineProperty(this, "buttonDarkTextColor", this.lightColor);
|
182
|
+
_defineProperty(this, "buttonLightColor", this.lightColor);
|
183
|
+
_defineProperty(this, "buttonLightTextColor", this.darkColor);
|
184
|
+
_defineProperty(this, "buttonGrpBorderColor", this.widgetBorderColor);
|
185
|
+
_defineProperty(this, "buttonGrpBgColor", this.defaultColorF);
|
186
|
+
//picture variables
|
187
|
+
_defineProperty(this, "pictureThumbBgColor", this.defaultColorF);
|
188
|
+
_defineProperty(this, "pictureThumbBorderColor", this.defaultColorD);
|
189
|
+
//input variables
|
190
|
+
_defineProperty(this, "inputTextColor", this.defaultTextColor);
|
191
|
+
_defineProperty(this, "inputBorderColor", this.defaultColorD);
|
192
|
+
_defineProperty(this, "inputBackgroundColor", this.defaultColorF);
|
193
|
+
_defineProperty(this, "inputDisabledBgColor", '#f6f6f6');
|
194
|
+
_defineProperty(this, "inputFocusBorderColor", this.transparent);
|
195
|
+
_defineProperty(this, "inputInvalidBorderColor", this.dangerColor);
|
196
|
+
_defineProperty(this, "inputPlaceholderColor", this.defaultColorB);
|
197
|
+
//wheel picker variables
|
198
|
+
_defineProperty(this, "wheelSelectedColor", '#1d1d1b');
|
199
|
+
_defineProperty(this, "wheelColor", '#737373');
|
200
|
+
//floating label
|
201
|
+
_defineProperty(this, "floatingLabelColor", 'var(--inputPlaceholderColor)');
|
202
|
+
_defineProperty(this, "activeFloatingLabelColor", 'var(--primaryColor)');
|
203
|
+
//slider variables
|
204
|
+
_defineProperty(this, "minimumTrackTintColor", this.primaryColor);
|
205
|
+
_defineProperty(this, "maximumTrackTintColor", this.widgetHeaderBgColor);
|
206
|
+
_defineProperty(this, "thumbTintColor", this.primaryColor);
|
207
|
+
//rating color
|
208
|
+
_defineProperty(this, "ratingIconColor", this.defaultColorA);
|
209
|
+
_defineProperty(this, "ratingSelectedIconColor", '#eb8600');
|
210
|
+
//toggle variables
|
211
|
+
_defineProperty(this, "toggleOnColor", Color(this.primaryColor).lighten(0.4).rgb().toString());
|
212
|
+
_defineProperty(this, "toggleOffColor", this.defaultColorB);
|
213
|
+
_defineProperty(this, "toggleHandleColor", this.primaryColor);
|
214
|
+
_defineProperty(this, "toggleHandleDisableColor", this.defaultColorA);
|
215
|
+
_defineProperty(this, "toggleOffBorderColor", this.defaultColorB);
|
216
|
+
_defineProperty(this, "toggleUnselectedTrackbgColor", this.defaultColorC);
|
217
|
+
// radioset, checkboxset variables
|
218
|
+
_defineProperty(this, "groupHeadingBgColor", 'var(--transparent)');
|
219
|
+
_defineProperty(this, "checkedColor", 'var(--primaryColor)');
|
220
|
+
_defineProperty(this, "checkedDisabledColor", 'var(--defaultColorA)');
|
221
|
+
_defineProperty(this, "checkedEnabledColor", 'var(--defaultColorF)');
|
222
|
+
_defineProperty(this, "checkboxBorderColor", 'var(--defaultColor9)');
|
223
|
+
_defineProperty(this, "checkedBgColor", 'var(--primaryColor)');
|
224
|
+
_defineProperty(this, "uncheckedBgColor", 'var(--transparent)');
|
225
|
+
_defineProperty(this, "checkedIconColor", 'var(--defaultColorF)');
|
226
|
+
_defineProperty(this, "checkedBorderColor", 'var(--primaryColor)');
|
227
|
+
_defineProperty(this, "uncheckedBorderColor", 'var(--defaultColor9)');
|
228
|
+
//form
|
229
|
+
_defineProperty(this, "formBorderColor", this.widgetBorderColor);
|
230
|
+
_defineProperty(this, "formTitleColor", this.defaultTextColor);
|
231
|
+
_defineProperty(this, "formSubTitleColor", this.defaultColor6);
|
232
|
+
//dialog
|
233
|
+
_defineProperty(this, "dialogBackgroundColor", this.widgetBgColor);
|
234
|
+
_defineProperty(this, "dialogBorderColor", this.widgetBorderColor);
|
235
|
+
_defineProperty(this, "dialogCloseIconColor", this.defaultColorA);
|
236
|
+
_defineProperty(this, "dialogLabelColor", this.defaultColor3);
|
237
|
+
_defineProperty(this, "dialogIconColor", this.defaultColor4);
|
238
|
+
_defineProperty(this, "dialogSupportingTextColor", this.defaultColor1);
|
239
|
+
//alert dialog
|
240
|
+
_defineProperty(this, "alertMessageColor", this.defaultColor8);
|
241
|
+
_defineProperty(this, "badgeTextColor", this.defaultColorF);
|
242
|
+
//popover
|
243
|
+
_defineProperty(this, "popoverBackgroundColor", this.defaultColorF);
|
244
|
+
_defineProperty(this, "popoverTitleBackgroundColor", this.defaultColorD);
|
245
|
+
_defineProperty(this, "popoverTitleColor", this.defaultColor1);
|
246
|
+
//menu
|
247
|
+
_defineProperty(this, "menuIconColor", this.defaultColor6);
|
248
|
+
_defineProperty(this, "menuTextColor", this.defaultColor6);
|
249
|
+
_defineProperty(this, "menuBackgroundColor", this.popoverBackgroundColor);
|
250
|
+
_defineProperty(this, "menuItemBorderColor", this.widgetBorderColor);
|
251
|
+
_defineProperty(this, "menuItemIconColor", this.defaultColor6);
|
252
|
+
_defineProperty(this, "menuItemTextColor", this.defaultColor6);
|
253
|
+
//tile Variables
|
254
|
+
_defineProperty(this, "tileDangerColor", this.dangerColor);
|
255
|
+
_defineProperty(this, "tileInfoColor", this.infoColor);
|
256
|
+
_defineProperty(this, "tilePrimaryColor", this.primaryColor);
|
257
|
+
_defineProperty(this, "tileSuccessColor", this.successColor);
|
258
|
+
_defineProperty(this, "tileWarningColor", this.warningColor);
|
259
|
+
_defineProperty(this, "tileWellbgColor", this.defaultColorF);
|
260
|
+
_defineProperty(this, "tileWellBorderColor", this.defaultColorE);
|
261
|
+
_defineProperty(this, "tilePrimaryTextColor", this.primaryContrastColor);
|
262
|
+
//switch
|
263
|
+
_defineProperty(this, "switchBgColor", this.widgetBgColor);
|
264
|
+
_defineProperty(this, "switchTextColor", this.defaultTextColor);
|
265
|
+
_defineProperty(this, "switchActiveBgColor", this.primaryColor);
|
266
|
+
_defineProperty(this, "switchActiveTextColor", this.primaryContrastColor);
|
267
|
+
_defineProperty(this, "switchBorderColor", this.widgetBorderColor);
|
268
|
+
//message
|
269
|
+
_defineProperty(this, "messageSuccessColor", this.successColor);
|
270
|
+
_defineProperty(this, "messageErrorColor", this.dangerColor);
|
271
|
+
_defineProperty(this, "messageWarningColor", this.warningColor);
|
272
|
+
_defineProperty(this, "messageInfoColor", this.infoColor);
|
273
|
+
_defineProperty(this, "messageLoadingColor", this.infoColor);
|
274
|
+
//panel
|
275
|
+
_defineProperty(this, "panelBgColor", this.widgetBgColor);
|
276
|
+
_defineProperty(this, "panelHeaderBgColor", this.widgetHeaderBgColor);
|
277
|
+
_defineProperty(this, "panelHeaderTextColor", this.widgetHeaderTextColor);
|
278
|
+
_defineProperty(this, "panelFooterColor", this.defaultColorD);
|
279
|
+
_defineProperty(this, "panelBorderColor", this.widgetBorderColor);
|
280
|
+
_defineProperty(this, "panelDangerColor", this.dangerColor);
|
281
|
+
_defineProperty(this, "panelDefaultColor", this.defaultColor);
|
282
|
+
_defineProperty(this, "panelInfoColor", this.infoColor);
|
283
|
+
_defineProperty(this, "panelPrimaryColor", this.primaryColor);
|
284
|
+
_defineProperty(this, "panelSuccessColor", this.successColor);
|
285
|
+
_defineProperty(this, "panelWarningColor", this.warningColor);
|
286
|
+
_defineProperty(this, "panelTextColor", this.defaultColorF);
|
287
|
+
//card
|
288
|
+
_defineProperty(this, "cardHeaderBgColor", this.defaultColorD);
|
289
|
+
_defineProperty(this, "cardBgColor", this.widgetBgColor);
|
290
|
+
_defineProperty(this, "cardTitleColor", this.listTitleColor);
|
291
|
+
_defineProperty(this, "cardShadowColor", this.defaultColor);
|
292
|
+
_defineProperty(this, "cardSubTitleColor", this.listSubTitleColor);
|
293
|
+
_defineProperty(this, "cardBorderColor", this.defaultColorD);
|
294
|
+
_defineProperty(this, "cardContentBgColor", this.defaultColorF);
|
295
|
+
_defineProperty(this, "cardFooterBgColor", this.defaultColorF);
|
296
|
+
_defineProperty(this, "cardFooterBorderColor", this.defaultColorD);
|
297
|
+
//progress bar
|
298
|
+
_defineProperty(this, "progressBarDefaultColor", this.primaryColor);
|
299
|
+
_defineProperty(this, "progressBarTrackColor", this.defaultColorD);
|
300
|
+
_defineProperty(this, "progressBarSuccessColor", this.successColor);
|
301
|
+
_defineProperty(this, "progressBarDangerColor", this.dangerColor);
|
302
|
+
_defineProperty(this, "progressBarInfoColor", this.infoColor);
|
303
|
+
_defineProperty(this, "progressBarWarningColor", this.warningColor);
|
304
|
+
//progress circle
|
305
|
+
_defineProperty(this, "progressCircleDefaultColor", this.primaryColor);
|
306
|
+
_defineProperty(this, "progressCircleSuccessColor", this.successColor);
|
307
|
+
_defineProperty(this, "progressCircleDangerColor", this.dangerColor);
|
308
|
+
_defineProperty(this, "progressCircleInfoColor", this.infoColor);
|
309
|
+
_defineProperty(this, "progressCircleWarningColor", this.warningColor);
|
310
|
+
//container
|
311
|
+
_defineProperty(this, "containerOutlineColor", this.defaultColorC);
|
312
|
+
//accordion
|
313
|
+
_defineProperty(this, "accordionBgColor", this.widgetBgColor);
|
314
|
+
_defineProperty(this, "accordionTitleColor", this.widgetHeaderTextColor);
|
315
|
+
_defineProperty(this, "accordionHeaderBgColor", this.defaultColorF);
|
316
|
+
_defineProperty(this, "accordionIconColor", this.defaultColorB);
|
317
|
+
_defineProperty(this, "accordionActiveIconColor", this.defaultColorF);
|
318
|
+
_defineProperty(this, "accordionActiveHeaderBgColor", this.widgetActiveHeaderBgColor);
|
319
|
+
_defineProperty(this, "accordionActiveHeaderTextColor", this.widgetActiveHeaderTextColor);
|
320
|
+
_defineProperty(this, "accordionBorderColor", this.defaultColorE);
|
321
|
+
_defineProperty(this, "accordionPaneBgColor", this.defaultColorF);
|
322
|
+
//carousel
|
323
|
+
_defineProperty(this, "carouselPrevBtnColor", this.defaultColorF);
|
324
|
+
_defineProperty(this, "carouselPrevBgColor", Color(this.defaultColorF).fade(0.6).rgb().toString());
|
325
|
+
_defineProperty(this, "carouselNextBtnColor", this.defaultColorF);
|
326
|
+
_defineProperty(this, "carouselNextBgColor", Color(this.defaultColorF).fade(0.6).rgb().toString());
|
327
|
+
_defineProperty(this, "carouselDotWrapperBgColor", this.transparent);
|
328
|
+
_defineProperty(this, "carouselDotColor", this.defaultColorF);
|
329
|
+
_defineProperty(this, "carouselActiveDotColor", this.defaultColorF);
|
330
|
+
//calendar
|
331
|
+
_defineProperty(this, "calendarBgColor", this.defaultColorF);
|
332
|
+
_defineProperty(this, "calendarHeaderBgColor", this.defaultColorF);
|
333
|
+
_defineProperty(this, "calendarHeaderTextColor", this.defaultTextColor);
|
334
|
+
_defineProperty(this, "calendarWeekDayTextColor", this.defaultColorA);
|
335
|
+
_defineProperty(this, "calendarDateColor", this.defaultColor);
|
336
|
+
_defineProperty(this, "calendarNotCurrentMonthDateColor", this.defaultColor6);
|
337
|
+
_defineProperty(this, "calendarHeaderColor", this.defaultColorF);
|
338
|
+
_defineProperty(this, "calendarPrevYearIconColor", this.defaultColorA);
|
339
|
+
_defineProperty(this, "calendarNextYearIconColor", this.defaultColorA);
|
340
|
+
_defineProperty(this, "calendarPrevMonthIconColor", this.defaultColorA);
|
341
|
+
_defineProperty(this, "calendarNextMonthIconColor", this.defaultColorA);
|
342
|
+
_defineProperty(this, "calendarDayBgColor", this.defaultColor);
|
343
|
+
_defineProperty(this, "calendarSelectedDayBgColor", this.primaryColor);
|
344
|
+
_defineProperty(this, "calendarSelectedDayTextColor", this.defaultColorF);
|
345
|
+
_defineProperty(this, "calendarTodayBgColor", this.defaultColorE);
|
346
|
+
_defineProperty(this, "calendarEventDay1Color", this.primaryColor1);
|
347
|
+
_defineProperty(this, "calendarEventDay2Color", this.primaryColor2);
|
348
|
+
_defineProperty(this, "calendarEventDay3Color", this.primaryColor3);
|
349
|
+
//date picker
|
350
|
+
_defineProperty(this, "datepickerBgColor", this.defaultColorF);
|
351
|
+
//wizard
|
352
|
+
_defineProperty(this, "wizardBackgroundColor", this.widgetBgColor);
|
353
|
+
_defineProperty(this, "wizardStepActiveColor", this.primaryColor);
|
354
|
+
_defineProperty(this, "wizardStepDoneColor", this.successColor);
|
355
|
+
_defineProperty(this, "wizardStepDoneTextColor", this.defaultColorF);
|
356
|
+
_defineProperty(this, "wizardStepIconColor", this.defaultColorF);
|
357
|
+
_defineProperty(this, "wizardStepColor", this.defaultColor9);
|
358
|
+
_defineProperty(this, "wizardActiveStepColor", this.defaultColorF);
|
359
|
+
_defineProperty(this, "wizardDoneStepColor", this.defaultColorF);
|
360
|
+
_defineProperty(this, "wizardStepTitleColor", this.defaultColorA);
|
361
|
+
_defineProperty(this, "wizardNextBtnColor", this.primaryColor);
|
362
|
+
_defineProperty(this, "wizardDoneBtnColor", this.successColor);
|
363
|
+
_defineProperty(this, "wizardStepConnectorColor", this.defaultColorE);
|
364
|
+
_defineProperty(this, "wizardStepCounerColor", this.defaultColor9);
|
365
|
+
_defineProperty(this, "wizardBorderColor", this.widgetBorderColor);
|
366
|
+
//Search
|
367
|
+
_defineProperty(this, "searchBorderColor", this.defaultColorD);
|
368
|
+
_defineProperty(this, "searchButtonColor", this.primaryColor);
|
369
|
+
_defineProperty(this, "searchButtonTextColor", this.primaryContrastColor);
|
370
|
+
_defineProperty(this, "searchItemBorderColor", this.defaultColorD);
|
371
|
+
_defineProperty(this, "searchItemTextColor", this.defaultColor6);
|
372
|
+
_defineProperty(this, "searchDropdownBackgroundColor", this.defaultColorF);
|
373
|
+
_defineProperty(this, "searchDataCompleteItemBgColor", this.defaultColorE);
|
374
|
+
_defineProperty(this, "searchBgContainerColor", this.defaultColorD);
|
375
|
+
//Select
|
376
|
+
_defineProperty(this, "selectBorderColor", this.defaultColorD);
|
377
|
+
_defineProperty(this, "selecttemBorderColor", this.defaultColorD);
|
378
|
+
_defineProperty(this, "selectItemTextColor", this.defaultColor6);
|
379
|
+
_defineProperty(this, "selectDropdownBackgroundColor", this.defaultColorF);
|
380
|
+
//Chip
|
381
|
+
_defineProperty(this, "chipActiveTextColor", this.defaultColorF);
|
382
|
+
_defineProperty(this, "chipDefaultTextColor", this.defaultColorA);
|
383
|
+
_defineProperty(this, "chipborderColor", this.defaultColorD);
|
384
|
+
_defineProperty(this, "chipContainerColor", this.defaultColorF);
|
385
|
+
_defineProperty(this, "chipIconColor", this.primaryColor);
|
386
|
+
_defineProperty(this, "chipSelectedOutlineColor", this.defaultColor6);
|
387
|
+
_defineProperty(this, "chipSelectedContainerColor", this.defaultColor7);
|
388
|
+
//Login
|
389
|
+
_defineProperty(this, "loginErrorMsgColor", this.dangerContrastColor);
|
390
|
+
_defineProperty(this, "loginErrorMsgBgColor", this.dangerColor);
|
391
|
+
_defineProperty(this, "loginErrorMsgBorderColor", this.dangerColor);
|
392
|
+
//camera
|
393
|
+
_defineProperty(this, "cameraBgColor", this.defaultColorF);
|
394
|
+
_defineProperty(this, "cameraBorderColor", this.widgetBorderColor);
|
395
|
+
_defineProperty(this, "cameraTextColor", this.defaultTextColor);
|
396
|
+
//barcode-scanner
|
397
|
+
_defineProperty(this, "barcodeScannerBgColor", this.defaultColorF);
|
398
|
+
_defineProperty(this, "barcodeScannerBorderColor", this.widgetBorderColor);
|
399
|
+
_defineProperty(this, "barcodeScannerTextColor", this.defaultTextColor);
|
400
|
+
//fileupload
|
401
|
+
_defineProperty(this, "fileuploadBgColor", this.defaultColorF);
|
402
|
+
_defineProperty(this, "fileuploadBorderColor", this.widgetBorderColor);
|
403
|
+
_defineProperty(this, "fileuploadTextColor", this.defaultTextColor);
|
404
|
+
//charts
|
405
|
+
_defineProperty(this, "chartLabelColor", this.defaultTextColor);
|
406
|
+
_defineProperty(this, "chartGraphLinesColor", this.defaultColorC);
|
407
|
+
_defineProperty(this, "chartLineColor", this.defaultColor8);
|
408
|
+
_defineProperty(this, "chartLegendBorder", this.defaultColor7);
|
409
|
+
_defineProperty(this, "chartAxisColor", this.defaultColor5);
|
410
|
+
_defineProperty(this, "chartAxisPointColor", this.defaultColor9);
|
411
|
+
_defineProperty(this, "chartTitleColor", this.widgetHeaderTextColor);
|
412
|
+
_defineProperty(this, "chartSubTitleColor", this.defaultColor6);
|
413
|
+
// Network Toast
|
414
|
+
_defineProperty(this, "networkToastBgColor", this.defaultColor3);
|
415
|
+
_defineProperty(this, "networkToastTextColor", this.defaultColorF);
|
416
|
+
_defineProperty(this, "networkToastActionTextColor", this.primaryColor);
|
417
|
+
_defineProperty(this, "networkToastActionSeparatorColor", this.networkToastTextColor);
|
418
|
+
// Skeleton
|
419
|
+
_defineProperty(this, "skeletonBgColor", this.defaultColorE);
|
420
|
+
_defineProperty(this, "skeletonAnimatedBgColor", this.defaultColorE);
|
421
|
+
_defineProperty(this, "skeletonGradientBgColor", this.defaultColorF);
|
422
|
+
_defineProperty(this, "skeletonGradientShadowColor", this.defaultColorF);
|
423
|
+
_defineProperty(this, "skeletonGradientForegroundColor", this.transparent);
|
424
|
+
// Audio
|
425
|
+
_defineProperty(this, "audioPlayerBgColor", this.defaultColorF);
|
426
|
+
_defineProperty(this, "audioPlayerFgColor", this.defaultColor3);
|
427
|
+
//Tool tip
|
428
|
+
_defineProperty(this, "tooltipBgColor", "#e7f9fd");
|
429
|
+
// Wheel Picker
|
430
|
+
_defineProperty(this, "wheelHighlightBorder", 'var(--primaryColor)');
|
431
|
+
_defineProperty(this, "wheelSelectedTextColor", 'var(--wheelSelectedColor)');
|
432
|
+
_defineProperty(this, "wheelTextColor", 'var(--wheelColor)');
|
433
|
+
// Text Area
|
434
|
+
_defineProperty(this, "textAreaHelpTextColor", '#61656c');
|
435
|
+
// Bottom Shhet
|
436
|
+
_defineProperty(this, "bottomSheetBgColor", 'rgba(0,0,0,0.1)');
|
437
|
+
_defineProperty(this, "bottomSheetDragIconcolor", 'rgba(60,60,67,0.3)');
|
438
|
+
}
|
439
|
+
}
|
440
|
+
_ThemeVariables = ThemeVariables;
|
441
|
+
_defineProperty(ThemeVariables, "INSTANCE", new _ThemeVariables());
|
442
|
+
//# sourceMappingURL=theme.variables.js.map
|