@wavemaker/app-rn-runtime 11.15.2-dev.4 → 11.15.2-rc.249
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 +1 -0
- package/actions/notification-action.js.map +1 -1
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -1
- package/components/advanced/carousel/carousel.component.js +3 -3
- package/components/advanced/carousel/carousel.component.js.map +1 -1
- package/components/advanced/carousel/carousel.props.js.map +1 -1
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -1
- package/components/advanced/login/login.component.js +1 -2
- package/components/advanced/login/login.component.js.map +1 -1
- package/components/advanced/login/login.props.js.map +1 -1
- package/components/basic/anchor/anchor.props.js +14 -16
- package/components/basic/anchor/anchor.props.js.map +1 -1
- package/components/basic/audio/audio.props.js +0 -3
- package/components/basic/audio/audio.props.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.component.js +58 -23
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/bottomsheet/bottomsheet.props.js +3 -6
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -1
- package/components/basic/button/button.component.js +21 -8
- package/components/basic/button/button.component.js.map +1 -1
- package/components/basic/button/button.props.js +14 -18
- package/components/basic/button/button.props.js.map +1 -1
- package/components/basic/button/button.styles.js +5 -5
- package/components/basic/button/button.styles.js.map +1 -1
- package/components/basic/buttongroup/buttongroup.props.js +3 -6
- package/components/basic/buttongroup/buttongroup.props.js.map +1 -1
- package/components/basic/custom/custom.component.js.map +1 -1
- package/components/basic/custom/custom.props.js +3 -6
- package/components/basic/custom/custom.props.js.map +1 -1
- package/components/basic/icon/icon.props.js +10 -12
- package/components/basic/icon/icon.props.js.map +1 -1
- package/components/basic/label/label.props.js +10 -12
- package/components/basic/label/label.props.js.map +1 -1
- package/components/basic/lottie/lottie.props.js +0 -3
- package/components/basic/lottie/lottie.props.js.map +1 -1
- package/components/basic/message/message.component.js +2 -1
- package/components/basic/message/message.component.js.map +1 -1
- package/components/basic/message/message.props.js +4 -6
- package/components/basic/message/message.props.js.map +1 -1
- package/components/basic/modal/modal.props.js +1 -4
- package/components/basic/modal/modal.props.js.map +1 -1
- package/components/basic/picture/picture.component.js +52 -28
- package/components/basic/picture/picture.component.js.map +1 -1
- package/components/basic/picture/picture.props.js +11 -14
- package/components/basic/picture/picture.props.js.map +1 -1
- package/components/basic/progress-bar/progress-bar.component.js.map +1 -1
- package/components/basic/progress-bar/progress-bar.props.js +2 -5
- package/components/basic/progress-bar/progress-bar.props.js.map +1 -1
- package/components/basic/progress-circle/progress-circle.props.js +1 -4
- package/components/basic/progress-circle/progress-circle.props.js.map +1 -1
- package/components/basic/search/search.props.js +7 -8
- package/components/basic/search/search.props.js.map +1 -1
- package/components/basic/skeleton/skeleton.props.js +1 -4
- package/components/basic/skeleton/skeleton.props.js.map +1 -1
- package/components/basic/spinner/spinner.props.js +3 -6
- package/components/basic/spinner/spinner.props.js.map +1 -1
- package/components/basic/tooltip/tooltip.props.js +0 -3
- package/components/basic/tooltip/tooltip.props.js.map +1 -1
- package/components/basic/video/video.component.js.map +1 -1
- package/components/basic/video/video.props.js +8 -11
- package/components/basic/video/video.props.js.map +1 -1
- package/components/chart/area-chart/area-chart.component.js +26 -9
- package/components/chart/area-chart/area-chart.component.js.map +1 -1
- package/components/chart/area-chart/area-chart.props.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.component.js +38 -6
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.props.js +1 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
- package/components/chart/basechart.component.js +25 -18
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.js +8 -9
- package/components/chart/basechart.props.js.map +1 -1
- package/components/chart/bubble-chart/bubble-chart.component.js +22 -5
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
- package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -1
- package/components/chart/column-chart/column-chart.props.js +1 -9
- package/components/chart/column-chart/column-chart.props.js.map +1 -1
- package/components/chart/donut-chart/donut-chart.props.js +0 -1
- package/components/chart/donut-chart/donut-chart.props.js.map +1 -1
- package/components/chart/line-chart/line-chart.component.js +22 -5
- package/components/chart/line-chart/line-chart.component.js.map +1 -1
- package/components/chart/line-chart/line-chart.props.js +2 -2
- package/components/chart/line-chart/line-chart.props.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.component.js +27 -8
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.props.js.map +1 -1
- package/components/chart/stack-chart/stack-chart.component.js.map +1 -1
- package/components/chart/stack-chart/stack-chart.props.js.map +1 -1
- package/components/container/accordion/accordion.component.js +14 -7
- package/components/container/accordion/accordion.component.js.map +1 -1
- package/components/container/accordion/accordion.props.js +0 -3
- package/components/container/accordion/accordion.props.js.map +1 -1
- package/components/container/accordion/accordion.styles.js +24 -21
- package/components/container/accordion/accordion.styles.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.component.js +6 -4
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.props.js +4 -7
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.js +0 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -1
- package/components/container/container.component.js +9 -182
- package/components/container/container.component.js.map +1 -1
- package/components/container/container.props.js +3 -5
- package/components/container/container.props.js.map +1 -1
- package/components/container/container.styles.js +3 -1
- package/components/container/container.styles.js.map +1 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +2 -5
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
- package/components/container/layoutgrid/gridrow/gridrow.props.js +0 -3
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
- package/components/container/layoutgrid/layoutgrid.props.js +0 -3
- package/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
- package/components/container/linearlayout/linearlayout.component.js +1 -0
- package/components/container/linearlayout/linearlayout.component.js.map +1 -1
- package/components/container/linearlayout/linearlayout.props.js +1 -4
- package/components/container/linearlayout/linearlayout.props.js.map +1 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +3 -6
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
- package/components/container/panel/panel-content/panel-content.props.js +0 -3
- package/components/container/panel/panel-content/panel-content.props.js.map +1 -1
- package/components/container/panel/panel-footer/panel-footer.props.js +0 -3
- package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
- package/components/container/panel/panel.component.js +8 -2
- package/components/container/panel/panel.component.js.map +1 -1
- package/components/container/panel/panel.props.js +11 -12
- package/components/container/panel/panel.props.js.map +1 -1
- package/components/container/partial-host.component.js.map +1 -1
- package/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
- package/components/container/tabs/tabheader/tabheader.props.js +1 -4
- package/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
- package/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
- package/components/container/tabs/tabpane/tabpane.props.js +3 -6
- package/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
- package/components/container/tabs/tabs.component.js +62 -29
- package/components/container/tabs/tabs.component.js.map +1 -1
- package/components/container/tabs/tabs.props.js +1 -3
- package/components/container/tabs/tabs.props.js.map +1 -1
- package/components/container/tile/tile.component.js +3 -0
- package/components/container/tile/tile.component.js.map +1 -1
- package/components/container/tile/tile.props.js +2 -5
- package/components/container/tile/tile.props.js.map +1 -1
- package/components/container/wizard/wizard.component.js +5 -3
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.props.js +2 -4
- package/components/container/wizard/wizard.props.js.map +1 -1
- package/components/container/wizard/wizard.styles.js +1 -16
- package/components/container/wizard/wizard.styles.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.props.js +0 -3
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
- package/components/data/card/card-content/card-content.props.js +1 -4
- package/components/data/card/card-content/card-content.props.js.map +1 -1
- package/components/data/card/card-footer/card-footer.props.js +1 -4
- package/components/data/card/card-footer/card-footer.props.js.map +1 -1
- package/components/data/card/card.props.js +16 -19
- package/components/data/card/card.props.js.map +1 -1
- package/components/data/form/form-action/form-action.props.js +1 -4
- package/components/data/form/form-action/form-action.props.js.map +1 -1
- package/components/data/form/form-body/form-body.component.js +2 -1
- package/components/data/form/form-body/form-body.component.js.map +1 -1
- package/components/data/form/form-body/form-body.props.js +1 -4
- package/components/data/form/form-body/form-body.props.js.map +1 -1
- package/components/data/form/form-field/form-field.component.js +1 -0
- package/components/data/form/form-field/form-field.component.js.map +1 -1
- package/components/data/form/form-field/form-field.props.js +4 -6
- package/components/data/form/form-field/form-field.props.js.map +1 -1
- package/components/data/form/form-footer/form-footer.component.js +2 -1
- package/components/data/form/form-footer/form-footer.component.js.map +1 -1
- package/components/data/form/form-footer/form-footer.props.js +1 -4
- package/components/data/form/form-footer/form-footer.props.js.map +1 -1
- package/components/data/form/form.component.js +4 -1
- package/components/data/form/form.component.js.map +1 -1
- package/components/data/form/form.props.js +7 -10
- package/components/data/form/form.props.js.map +1 -1
- package/components/data/list/list-action-template/list-action-template.props.js +2 -5
- package/components/data/list/list-action-template/list-action-template.props.js.map +1 -1
- package/components/data/list/list-template/list-template.props.js +0 -3
- package/components/data/list/list-template/list-template.props.js.map +1 -1
- package/components/data/list/list.component.js.map +1 -1
- package/components/data/list/list.props.js +17 -18
- package/components/data/list/list.props.js.map +1 -1
- package/components/data/liveform/liveform.component.js +2 -2
- package/components/data/liveform/liveform.component.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.props.js +2 -5
- package/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
- package/components/device/camera/camera.component.js.map +1 -1
- package/components/device/camera/camera.props.js +4 -7
- package/components/device/camera/camera.props.js.map +1 -1
- package/components/dialogs/alertdialog/alertdialog.props.js +7 -11
- package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
- package/components/dialogs/confirmdialog/confirmdialog.props.js +7 -11
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
- package/components/dialogs/dialog/dialog.component.js.map +1 -1
- package/components/dialogs/dialog/dialog.props.js +8 -12
- package/components/dialogs/dialog/dialog.props.js.map +1 -1
- package/components/dialogs/dialogactions/dialogactions.props.js +1 -4
- package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +2 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.props.js +1 -4
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
- package/components/input/basedataset/basedataset.props.js +4 -7
- package/components/input/basedataset/basedataset.props.js.map +1 -1
- package/components/input/baseinput/baseinput.component.js +21 -3
- package/components/input/baseinput/baseinput.component.js.map +1 -1
- package/components/input/baseinput/baseinput.props.js +10 -12
- package/components/input/baseinput/baseinput.props.js.map +1 -1
- package/components/input/basenumber/basenumber.component.js +18 -3
- package/components/input/basenumber/basenumber.component.js.map +1 -1
- package/components/input/basenumber/basenumber.props.js +8 -10
- package/components/input/basenumber/basenumber.props.js.map +1 -1
- package/components/input/calendar/calendar.component.js.map +1 -1
- package/components/input/calendar/calendar.props.js +3 -9
- package/components/input/calendar/calendar.props.js.map +1 -1
- package/components/input/checkbox/checkbox.props.js +3 -9
- package/components/input/checkbox/checkbox.props.js.map +1 -1
- package/components/input/checkboxset/checkboxset.component.js +1 -1
- package/components/input/checkboxset/checkboxset.component.js.map +1 -1
- package/components/input/checkboxset/checkboxset.props.js +0 -3
- package/components/input/checkboxset/checkboxset.props.js.map +1 -1
- package/components/input/chips/chips.component.js +2 -3
- package/components/input/chips/chips.component.js.map +1 -1
- package/components/input/chips/chips.props.js +6 -9
- package/components/input/chips/chips.props.js.map +1 -1
- package/components/input/chips/chips.styles.js +3 -1
- package/components/input/chips/chips.styles.js.map +1 -1
- package/components/input/composite/composite.props.js +1 -4
- package/components/input/composite/composite.props.js.map +1 -1
- package/components/input/currency/currency.component.js +7 -3
- package/components/input/currency/currency.component.js.map +1 -1
- package/components/input/currency/currency.props.js +0 -1
- package/components/input/currency/currency.props.js.map +1 -1
- package/components/input/currency/currency.styles.js +4 -0
- package/components/input/currency/currency.styles.js.map +1 -1
- package/components/input/epoch/base-datetime.component.js +95 -91
- package/components/input/epoch/base-datetime.component.js.map +1 -1
- package/components/input/epoch/datetime/datetime.props.js +6 -12
- package/components/input/epoch/datetime/datetime.props.js.map +1 -1
- package/components/input/epoch/datetime/datetime.styles.js +2 -3
- package/components/input/epoch/datetime/datetime.styles.js.map +1 -1
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -1
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -1
- package/components/input/fileupload/fileupload.props.js +2 -5
- package/components/input/fileupload/fileupload.props.js.map +1 -1
- package/components/input/number/number.component.js +6 -3
- package/components/input/number/number.component.js.map +1 -1
- package/components/input/number/number.props.js +1 -2
- package/components/input/number/number.props.js.map +1 -1
- package/components/input/number/number.styles.js +4 -0
- package/components/input/number/number.styles.js.map +1 -1
- package/components/input/radioset/radioset.component.js +3 -1
- package/components/input/radioset/radioset.component.js.map +1 -1
- package/components/input/radioset/radioset.props.js +0 -3
- package/components/input/radioset/radioset.props.js.map +1 -1
- package/components/input/rating/rating.props.js +7 -13
- package/components/input/rating/rating.props.js.map +1 -1
- package/components/input/select/select.component.js +83 -37
- package/components/input/select/select.component.js.map +1 -1
- package/components/input/select/select.props.js +2 -5
- package/components/input/select/select.props.js.map +1 -1
- package/components/input/slider/slider.component.js.map +1 -1
- package/components/input/slider/slider.props.js +0 -3
- package/components/input/slider/slider.props.js.map +1 -1
- package/components/input/switch/switch.props.js +0 -3
- package/components/input/switch/switch.props.js.map +1 -1
- package/components/input/text/text.component.js +6 -3
- package/components/input/text/text.component.js.map +1 -1
- package/components/input/text/text.props.js +2 -4
- package/components/input/text/text.props.js.map +1 -1
- package/components/input/text/text.styles.js +5 -0
- package/components/input/text/text.styles.js.map +1 -1
- package/components/input/textarea/textarea.component.js +5 -3
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/components/input/textarea/textarea.props.js +3 -4
- package/components/input/textarea/textarea.props.js.map +1 -1
- package/components/input/textarea/textarea.styles.js +4 -0
- package/components/input/textarea/textarea.styles.js.map +1 -1
- package/components/input/toggle/toggle.component.js +15 -5
- package/components/input/toggle/toggle.component.js.map +1 -1
- package/components/input/toggle/toggle.props.js +10 -11
- package/components/input/toggle/toggle.props.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.component.js +1 -1
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
- package/components/navigation/appnavbar/appnavbar.props.js +1 -4
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
- package/components/navigation/basenav/basenav.props.js +5 -5
- package/components/navigation/basenav/basenav.props.js.map +1 -1
- package/components/navigation/menu/menu.props.js +0 -3
- package/components/navigation/menu/menu.props.js.map +1 -1
- package/components/navigation/navbar/navbar.props.js +1 -4
- package/components/navigation/navbar/navbar.props.js.map +1 -1
- package/components/navigation/navitem/navitem.props.js +4 -7
- package/components/navigation/navitem/navitem.props.js.map +1 -1
- package/components/navigation/popover/popover.component.js +5 -1
- package/components/navigation/popover/popover.component.js.map +1 -1
- package/components/navigation/popover/popover.props.js +12 -17
- package/components/navigation/popover/popover.props.js.map +1 -1
- package/components/page/content/content.props.js.map +1 -1
- package/components/page/left-panel/left-panel.props.js +0 -3
- package/components/page/left-panel/left-panel.props.js.map +1 -1
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/components/page/page-content/page-content.props.js +3 -6
- package/components/page/page-content/page-content.props.js.map +1 -1
- package/components/page/page.props.js +1 -5
- package/components/page/page.props.js.map +1 -1
- package/components/page/partial/partial.props.js.map +1 -1
- package/components/page/partial-container/partial-container.component.js.map +1 -1
- package/components/page/partial-container/partial-container.props.js +2 -5
- package/components/page/partial-container/partial-container.props.js.map +1 -1
- package/components/page/tabbar/tabbar.props.js +2 -5
- package/components/page/tabbar/tabbar.props.js.map +1 -1
- package/components/prefab/prefab-container.props.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/advanced-promise-rejection-tracker.js +207 -0
- package/core/advanced-promise-rejection-tracker.js.map +1 -0
- package/core/auto-layout.utils.js +262 -0
- package/core/auto-layout.utils.js.map +1 -0
- package/core/base.component.js +10 -7
- package/core/base.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.component.js +50 -18
- package/core/components/error-fallback/error-fallback.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.styles.js +4 -1
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
- package/core/components/textinput.component.js +27 -5
- package/core/components/textinput.component.js.map +1 -1
- package/core/error-boundary.component.js +46 -2
- package/core/error-boundary.component.js.map +1 -1
- package/core/fixed-view.component.js +19 -2
- package/core/fixed-view.component.js.map +1 -1
- package/core/global-error-handler.service.js +177 -0
- package/core/global-error-handler.service.js.map +1 -0
- package/core/tappable.component.js +7 -4
- package/core/tappable.component.js.map +1 -1
- package/core/toast.service.js.map +1 -1
- package/core/viewport.js +13 -8
- package/core/viewport.js.map +1 -1
- package/gestures/carousel-swipe.animation.js +0 -1
- package/gestures/carousel-swipe.animation.js.map +1 -1
- package/npm-shrinkwrap.json +26706 -0
- package/package-lock.json +26706 -0
- package/package.json +2 -2
- package/runtime/App.js +176 -13
- package/runtime/App.js.map +1 -1
- package/runtime/base-fragment.component.js +1 -1
- package/runtime/base-fragment.component.js.map +1 -1
- package/runtime/base-page.component.js +11 -2
- package/runtime/base-page.component.js.map +1 -1
- package/runtime/navigator/drawer.navigator.js +1 -0
- package/runtime/navigator/drawer.navigator.js.map +1 -1
- package/runtime/navigator/stack.navigator.js +6 -0
- package/runtime/navigator/stack.navigator.js.map +1 -1
- package/runtime/services/device/camera-service.js +31 -20
- package/runtime/services/device/camera-service.js.map +1 -1
- package/styles/background.component.js +12 -6
- package/styles/background.component.js.map +1 -1
- package/styles/theme.js +163 -13
- package/styles/theme.js.map +1 -1
- package/styles/theme.variables.js +2 -0
- package/styles/theme.variables.js.map +1 -1
- package/actions/base-action.d.ts +0 -8
- package/actions/base-action.d.ts.map +0 -1
- package/actions/index.d.ts +0 -6
- package/actions/index.d.ts.map +0 -1
- package/actions/login-action.d.ts +0 -12
- package/actions/login-action.d.ts.map +0 -1
- package/actions/logout-action.d.ts +0 -11
- package/actions/logout-action.d.ts.map +0 -1
- package/actions/navigation-action.d.ts +0 -13
- package/actions/navigation-action.d.ts.map +0 -1
- package/actions/notification-action.d.ts +0 -20
- package/actions/notification-action.d.ts.map +0 -1
- package/actions/timer-action.d.ts +0 -20
- package/actions/timer-action.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts +0 -11
- package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts +0 -5
- package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts +0 -4
- package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts +0 -11
- package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -5
- package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts.map +0 -1
- package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts +0 -4
- package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts.map +0 -1
- package/components/advanced/carousel/carousel.component.d.ts +0 -36
- package/components/advanced/carousel/carousel.component.d.ts.map +0 -1
- package/components/advanced/carousel/carousel.props.d.ts +0 -19
- package/components/advanced/carousel/carousel.props.d.ts.map +0 -1
- package/components/advanced/carousel/carousel.styles.d.ts +0 -21
- package/components/advanced/carousel/carousel.styles.d.ts.map +0 -1
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts +0 -11
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts.map +0 -1
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts +0 -5
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts.map +0 -1
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts +0 -7
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts.map +0 -1
- package/components/advanced/login/login.component.d.ts +0 -16
- package/components/advanced/login/login.component.d.ts.map +0 -1
- package/components/advanced/login/login.props.d.ts +0 -7
- package/components/advanced/login/login.props.d.ts.map +0 -1
- package/components/advanced/login/login.styles.d.ts +0 -8
- package/components/advanced/login/login.styles.d.ts.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts +0 -18
- package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts +0 -5
- package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts.map +0 -1
- package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts +0 -9
- package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts.map +0 -1
- package/components/advanced/webview/webview.component.d.ts +0 -31
- package/components/advanced/webview/webview.component.d.ts.map +0 -1
- package/components/advanced/webview/webview.props.d.ts +0 -12
- package/components/advanced/webview/webview.props.d.ts.map +0 -1
- package/components/advanced/webview/webview.styles.d.ts +0 -8
- package/components/advanced/webview/webview.styles.d.ts.map +0 -1
- package/components/basic/anchor/anchor.component.d.ts +0 -16
- package/components/basic/anchor/anchor.component.d.ts.map +0 -1
- package/components/basic/anchor/anchor.props.d.ts +0 -31
- package/components/basic/anchor/anchor.props.d.ts.map +0 -1
- package/components/basic/anchor/anchor.styles.d.ts +0 -12
- package/components/basic/anchor/anchor.styles.d.ts.map +0 -1
- package/components/basic/animatedview.component.d.ts +0 -22
- package/components/basic/animatedview.component.d.ts.map +0 -1
- package/components/basic/audio/audio.component.d.ts +0 -37
- package/components/basic/audio/audio.component.d.ts.map +0 -1
- package/components/basic/audio/audio.props.d.ts +0 -13
- package/components/basic/audio/audio.props.d.ts.map +0 -1
- package/components/basic/audio/audio.styles.d.ts +0 -14
- package/components/basic/audio/audio.styles.d.ts.map +0 -1
- package/components/basic/bottomsheet/bottomsheet.component.d.ts +0 -72
- package/components/basic/bottomsheet/bottomsheet.component.d.ts.map +0 -1
- package/components/basic/bottomsheet/bottomsheet.props.d.ts +0 -24
- package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +0 -1
- package/components/basic/bottomsheet/bottomsheet.styles.d.ts +0 -17
- package/components/basic/bottomsheet/bottomsheet.styles.d.ts.map +0 -1
- package/components/basic/button/button.component.d.ts +0 -14
- package/components/basic/button/button.component.d.ts.map +0 -1
- package/components/basic/button/button.props.d.ts +0 -28
- package/components/basic/button/button.props.d.ts.map +0 -1
- package/components/basic/button/button.styles.d.ts +0 -12
- package/components/basic/button/button.styles.d.ts.map +0 -1
- package/components/basic/buttongroup/buttongroup.component.d.ts +0 -12
- package/components/basic/buttongroup/buttongroup.component.d.ts.map +0 -1
- package/components/basic/buttongroup/buttongroup.props.d.ts +0 -12
- package/components/basic/buttongroup/buttongroup.props.d.ts.map +0 -1
- package/components/basic/buttongroup/buttongroup.styles.d.ts +0 -7
- package/components/basic/buttongroup/buttongroup.styles.d.ts.map +0 -1
- package/components/basic/custom/custom.component.d.ts +0 -12
- package/components/basic/custom/custom.component.d.ts.map +0 -1
- package/components/basic/custom/custom.props.d.ts +0 -12
- package/components/basic/custom/custom.props.d.ts.map +0 -1
- package/components/basic/custom/custom.styles.d.ts +0 -7
- package/components/basic/custom/custom.styles.d.ts.map +0 -1
- package/components/basic/icon/icon.component.d.ts +0 -38
- package/components/basic/icon/icon.component.d.ts.map +0 -1
- package/components/basic/icon/icon.props.d.ts +0 -26
- package/components/basic/icon/icon.props.d.ts.map +0 -1
- package/components/basic/icon/icon.styles.d.ts +0 -10
- package/components/basic/icon/icon.styles.d.ts.map +0 -1
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts +0 -9
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts.map +0 -1
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts +0 -9
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts.map +0 -1
- package/components/basic/icon/wavicon/wavicon.component.d.ts +0 -9
- package/components/basic/icon/wavicon/wavicon.component.d.ts.map +0 -1
- package/components/basic/label/label.component.d.ts +0 -30
- package/components/basic/label/label.component.d.ts.map +0 -1
- package/components/basic/label/label.props.d.ts +0 -26
- package/components/basic/label/label.props.d.ts.map +0 -1
- package/components/basic/label/label.styles.d.ts +0 -11
- package/components/basic/label/label.styles.d.ts.map +0 -1
- package/components/basic/lottie/lottie.component.d.ts +0 -23
- package/components/basic/lottie/lottie.component.d.ts.map +0 -1
- package/components/basic/lottie/lottie.props.d.ts +0 -12
- package/components/basic/lottie/lottie.props.d.ts.map +0 -1
- package/components/basic/lottie/lottie.styles.d.ts +0 -7
- package/components/basic/lottie/lottie.styles.d.ts.map +0 -1
- package/components/basic/message/message.component.d.ts +0 -14
- package/components/basic/message/message.component.d.ts.map +0 -1
- package/components/basic/message/message.props.d.ts +0 -22
- package/components/basic/message/message.props.d.ts.map +0 -1
- package/components/basic/message/message.styles.d.ts +0 -11
- package/components/basic/message/message.styles.d.ts.map +0 -1
- package/components/basic/modal/modal.component.d.ts +0 -12
- package/components/basic/modal/modal.component.d.ts.map +0 -1
- package/components/basic/modal/modal.props.d.ts +0 -10
- package/components/basic/modal/modal.props.d.ts.map +0 -1
- package/components/basic/modal/modal.styles.d.ts +0 -7
- package/components/basic/modal/modal.styles.d.ts.map +0 -1
- package/components/basic/picture/picture.component.d.ts +0 -39
- package/components/basic/picture/picture.component.d.ts.map +0 -1
- package/components/basic/picture/picture.props.d.ts +0 -24
- package/components/basic/picture/picture.props.d.ts.map +0 -1
- package/components/basic/picture/picture.styles.d.ts +0 -9
- package/components/basic/picture/picture.styles.d.ts.map +0 -1
- package/components/basic/progress-bar/progress-bar.component.d.ts +0 -12
- package/components/basic/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/components/basic/progress-bar/progress-bar.props.d.ts +0 -18
- package/components/basic/progress-bar/progress-bar.props.d.ts.map +0 -1
- package/components/basic/progress-bar/progress-bar.styles.d.ts +0 -11
- package/components/basic/progress-bar/progress-bar.styles.d.ts.map +0 -1
- package/components/basic/progress-circle/progress-circle.component.d.ts +0 -14
- package/components/basic/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/components/basic/progress-circle/progress-circle.props.d.ts +0 -18
- package/components/basic/progress-circle/progress-circle.props.d.ts.map +0 -1
- package/components/basic/progress-circle/progress-circle.styles.d.ts +0 -9
- package/components/basic/progress-circle/progress-circle.styles.d.ts.map +0 -1
- package/components/basic/search/local-data-provider.d.ts +0 -12
- package/components/basic/search/local-data-provider.d.ts.map +0 -1
- package/components/basic/search/search.component.d.ts +0 -58
- package/components/basic/search/search.component.d.ts.map +0 -1
- package/components/basic/search/search.props.d.ts +0 -38
- package/components/basic/search/search.props.d.ts.map +0 -1
- package/components/basic/search/search.styles.d.ts +0 -21
- package/components/basic/search/search.styles.d.ts.map +0 -1
- package/components/basic/skeleton/skeleton.component.d.ts +0 -28
- package/components/basic/skeleton/skeleton.component.d.ts.map +0 -1
- package/components/basic/skeleton/skeleton.props.d.ts +0 -10
- package/components/basic/skeleton/skeleton.props.d.ts.map +0 -1
- package/components/basic/skeleton/skeleton.styles.d.ts +0 -11
- package/components/basic/skeleton/skeleton.styles.d.ts.map +0 -1
- package/components/basic/spinner/spinner.component.d.ts +0 -17
- package/components/basic/spinner/spinner.component.d.ts.map +0 -1
- package/components/basic/spinner/spinner.props.d.ts +0 -15
- package/components/basic/spinner/spinner.props.d.ts.map +0 -1
- package/components/basic/spinner/spinner.styles.d.ts +0 -11
- package/components/basic/spinner/spinner.styles.d.ts.map +0 -1
- package/components/basic/tooltip/tooltip.component.d.ts +0 -11
- package/components/basic/tooltip/tooltip.component.d.ts.map +0 -1
- package/components/basic/tooltip/tooltip.props.d.ts +0 -18
- package/components/basic/tooltip/tooltip.props.d.ts.map +0 -1
- package/components/basic/tooltip/tooltip.styles.d.ts +0 -8
- package/components/basic/tooltip/tooltip.styles.d.ts.map +0 -1
- package/components/basic/video/video.component.d.ts +0 -29
- package/components/basic/video/video.component.d.ts.map +0 -1
- package/components/basic/video/video.props.d.ts +0 -32
- package/components/basic/video/video.props.d.ts.map +0 -1
- package/components/basic/video/video.styles.d.ts +0 -9
- package/components/basic/video/video.styles.d.ts.map +0 -1
- package/components/chart/area-chart/area-chart.component.d.ts +0 -15
- package/components/chart/area-chart/area-chart.component.d.ts.map +0 -1
- package/components/chart/area-chart/area-chart.props.d.ts +0 -7
- package/components/chart/area-chart/area-chart.props.d.ts.map +0 -1
- package/components/chart/area-chart/area-chart.styles.d.ts +0 -5
- package/components/chart/area-chart/area-chart.styles.d.ts.map +0 -1
- package/components/chart/bar-chart/bar-chart.component.d.ts +0 -14
- package/components/chart/bar-chart/bar-chart.component.d.ts.map +0 -1
- package/components/chart/bar-chart/bar-chart.props.d.ts +0 -9
- package/components/chart/bar-chart/bar-chart.props.d.ts.map +0 -1
- package/components/chart/bar-chart/bar-chart.styles.d.ts +0 -5
- package/components/chart/bar-chart/bar-chart.styles.d.ts.map +0 -1
- package/components/chart/basechart.component.d.ts +0 -82
- package/components/chart/basechart.component.d.ts.map +0 -1
- package/components/chart/basechart.props.d.ts +0 -63
- package/components/chart/basechart.props.d.ts.map +0 -1
- package/components/chart/basechart.styles.d.ts +0 -36
- package/components/chart/basechart.styles.d.ts.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.component.d.ts +0 -12
- package/components/chart/bubble-chart/bubble-chart.component.d.ts.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.props.d.ts +0 -6
- package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +0 -1
- package/components/chart/bubble-chart/bubble-chart.styles.d.ts +0 -5
- package/components/chart/bubble-chart/bubble-chart.styles.d.ts.map +0 -1
- package/components/chart/column-chart/column-chart.component.d.ts +0 -8
- package/components/chart/column-chart/column-chart.component.d.ts.map +0 -1
- package/components/chart/column-chart/column-chart.props.d.ts +0 -6
- package/components/chart/column-chart/column-chart.props.d.ts.map +0 -1
- package/components/chart/column-chart/column-chart.styles.d.ts +0 -4
- package/components/chart/column-chart/column-chart.styles.d.ts.map +0 -1
- package/components/chart/donut-chart/donut-chart.component.d.ts +0 -6
- package/components/chart/donut-chart/donut-chart.component.d.ts.map +0 -1
- package/components/chart/donut-chart/donut-chart.props.d.ts +0 -7
- package/components/chart/donut-chart/donut-chart.props.d.ts.map +0 -1
- package/components/chart/donut-chart/donut-chart.styles.d.ts +0 -5
- package/components/chart/donut-chart/donut-chart.styles.d.ts.map +0 -1
- package/components/chart/legend/legend.component.d.ts +0 -15
- package/components/chart/legend/legend.component.d.ts.map +0 -1
- package/components/chart/line-chart/line-chart.component.d.ts +0 -12
- package/components/chart/line-chart/line-chart.component.d.ts.map +0 -1
- package/components/chart/line-chart/line-chart.props.d.ts +0 -9
- package/components/chart/line-chart/line-chart.props.d.ts.map +0 -1
- package/components/chart/line-chart/line-chart.styles.d.ts +0 -5
- package/components/chart/line-chart/line-chart.styles.d.ts.map +0 -1
- package/components/chart/pie-chart/pie-chart.component.d.ts +0 -27
- package/components/chart/pie-chart/pie-chart.component.d.ts.map +0 -1
- package/components/chart/pie-chart/pie-chart.props.d.ts +0 -10
- package/components/chart/pie-chart/pie-chart.props.d.ts.map +0 -1
- package/components/chart/pie-chart/pie-chart.styles.d.ts +0 -5
- package/components/chart/pie-chart/pie-chart.styles.d.ts.map +0 -1
- package/components/chart/stack-chart/stack-chart.component.d.ts +0 -26
- package/components/chart/stack-chart/stack-chart.component.d.ts.map +0 -1
- package/components/chart/stack-chart/stack-chart.props.d.ts +0 -12
- package/components/chart/stack-chart/stack-chart.props.d.ts.map +0 -1
- package/components/chart/stack-chart/stack-chart.styles.d.ts +0 -5
- package/components/chart/stack-chart/stack-chart.styles.d.ts.map +0 -1
- package/components/chart/staticdata.d.ts +0 -41
- package/components/chart/staticdata.d.ts.map +0 -1
- package/components/chart/theme/chart.theme.d.ts +0 -8
- package/components/chart/theme/chart.theme.d.ts.map +0 -1
- package/components/container/accordion/accordion.component.d.ts +0 -27
- package/components/container/accordion/accordion.component.d.ts.map +0 -1
- package/components/container/accordion/accordion.props.d.ts +0 -15
- package/components/container/accordion/accordion.props.d.ts.map +0 -1
- package/components/container/accordion/accordion.styles.d.ts +0 -21
- package/components/container/accordion/accordion.styles.d.ts.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.component.d.ts +0 -23
- package/components/container/accordion/accordionpane/accordionpane.component.d.ts.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.props.d.ts +0 -16
- package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +0 -1
- package/components/container/accordion/accordionpane/accordionpane.styles.d.ts +0 -4
- package/components/container/accordion/accordionpane/accordionpane.styles.d.ts.map +0 -1
- package/components/container/container.component.d.ts +0 -38
- package/components/container/container.component.d.ts.map +0 -1
- package/components/container/container.props.d.ts +0 -21
- package/components/container/container.props.d.ts.map +0 -1
- package/components/container/container.styles.d.ts +0 -10
- package/components/container/container.styles.d.ts.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts +0 -11
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts +0 -12
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +0 -1
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts +0 -4
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.component.d.ts +0 -11
- package/components/container/layoutgrid/gridrow/gridrow.component.d.ts.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.props.d.ts +0 -10
- package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +0 -1
- package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts +0 -7
- package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts.map +0 -1
- package/components/container/layoutgrid/layoutgrid.component.d.ts +0 -13
- package/components/container/layoutgrid/layoutgrid.component.d.ts.map +0 -1
- package/components/container/layoutgrid/layoutgrid.props.d.ts +0 -10
- package/components/container/layoutgrid/layoutgrid.props.d.ts.map +0 -1
- package/components/container/layoutgrid/layoutgrid.styles.d.ts +0 -7
- package/components/container/layoutgrid/layoutgrid.styles.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayout.component.d.ts +0 -15
- package/components/container/linearlayout/linearlayout.component.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayout.props.d.ts +0 -14
- package/components/container/linearlayout/linearlayout.props.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayout.styles.d.ts +0 -7
- package/components/container/linearlayout/linearlayout.styles.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts +0 -11
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts +0 -12
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +0 -1
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts +0 -4
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts.map +0 -1
- package/components/container/panel/collapsible-pane.component.d.ts +0 -6
- package/components/container/panel/collapsible-pane.component.d.ts.map +0 -1
- package/components/container/panel/panel-content/panel-content.component.d.ts +0 -11
- package/components/container/panel/panel-content/panel-content.component.d.ts.map +0 -1
- package/components/container/panel/panel-content/panel-content.props.d.ts +0 -10
- package/components/container/panel/panel-content/panel-content.props.d.ts.map +0 -1
- package/components/container/panel/panel-content/panel-content.styles.d.ts +0 -4
- package/components/container/panel/panel-content/panel-content.styles.d.ts.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.component.d.ts +0 -11
- package/components/container/panel/panel-footer/panel-footer.component.d.ts.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.props.d.ts +0 -10
- package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +0 -1
- package/components/container/panel/panel-footer/panel-footer.styles.d.ts +0 -4
- package/components/container/panel/panel-footer/panel-footer.styles.d.ts.map +0 -1
- package/components/container/panel/panel.component.d.ts +0 -20
- package/components/container/panel/panel.component.d.ts.map +0 -1
- package/components/container/panel/panel.props.d.ts +0 -23
- package/components/container/panel/panel.props.d.ts.map +0 -1
- package/components/container/panel/panel.styles.d.ts +0 -13
- package/components/container/panel/panel.styles.d.ts.map +0 -1
- package/components/container/partial-host.component.d.ts +0 -19
- package/components/container/partial-host.component.d.ts.map +0 -1
- package/components/container/tabs/tabheader/tabheader.component.d.ts +0 -27
- package/components/container/tabs/tabheader/tabheader.component.d.ts.map +0 -1
- package/components/container/tabs/tabheader/tabheader.props.d.ts +0 -18
- package/components/container/tabs/tabheader/tabheader.props.d.ts.map +0 -1
- package/components/container/tabs/tabheader/tabheader.styles.d.ts +0 -18
- package/components/container/tabs/tabheader/tabheader.styles.d.ts.map +0 -1
- package/components/container/tabs/tabpane/tabpane.component.d.ts +0 -22
- package/components/container/tabs/tabpane/tabpane.component.d.ts.map +0 -1
- package/components/container/tabs/tabpane/tabpane.props.d.ts +0 -19
- package/components/container/tabs/tabpane/tabpane.props.d.ts.map +0 -1
- package/components/container/tabs/tabpane/tabpane.styles.d.ts +0 -4
- package/components/container/tabs/tabpane/tabpane.styles.d.ts.map +0 -1
- package/components/container/tabs/tabs.component.d.ts +0 -37
- package/components/container/tabs/tabs.component.d.ts.map +0 -1
- package/components/container/tabs/tabs.props.d.ts +0 -13
- package/components/container/tabs/tabs.props.d.ts.map +0 -1
- package/components/container/tabs/tabs.styles.d.ts +0 -11
- package/components/container/tabs/tabs.styles.d.ts.map +0 -1
- package/components/container/tile/tile.component.d.ts +0 -13
- package/components/container/tile/tile.component.d.ts.map +0 -1
- package/components/container/tile/tile.props.d.ts +0 -12
- package/components/container/tile/tile.props.d.ts.map +0 -1
- package/components/container/tile/tile.styles.d.ts +0 -7
- package/components/container/tile/tile.styles.d.ts.map +0 -1
- package/components/container/wizard/wizard.component.d.ts +0 -47
- package/components/container/wizard/wizard.component.d.ts.map +0 -1
- package/components/container/wizard/wizard.props.d.ts +0 -28
- package/components/container/wizard/wizard.props.d.ts.map +0 -1
- package/components/container/wizard/wizard.styles.d.ts +0 -48
- package/components/container/wizard/wizard.styles.d.ts.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.component.d.ts +0 -21
- package/components/container/wizard/wizardstep/wizardstep.component.d.ts.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.props.d.ts +0 -21
- package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +0 -1
- package/components/container/wizard/wizardstep/wizardstep.styles.d.ts +0 -4
- package/components/container/wizard/wizardstep/wizardstep.styles.d.ts.map +0 -1
- package/components/data/card/card-content/card-content.component.d.ts +0 -14
- package/components/data/card/card-content/card-content.component.d.ts.map +0 -1
- package/components/data/card/card-content/card-content.props.d.ts +0 -11
- package/components/data/card/card-content/card-content.props.d.ts.map +0 -1
- package/components/data/card/card-content/card-content.styles.d.ts +0 -7
- package/components/data/card/card-content/card-content.styles.d.ts.map +0 -1
- package/components/data/card/card-footer/card-footer.component.d.ts +0 -11
- package/components/data/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/components/data/card/card-footer/card-footer.props.d.ts +0 -10
- package/components/data/card/card-footer/card-footer.props.d.ts.map +0 -1
- package/components/data/card/card-footer/card-footer.styles.d.ts +0 -4
- package/components/data/card/card-footer/card-footer.styles.d.ts.map +0 -1
- package/components/data/card/card.component.d.ts +0 -13
- package/components/data/card/card.component.d.ts.map +0 -1
- package/components/data/card/card.props.d.ts +0 -26
- package/components/data/card/card.props.d.ts.map +0 -1
- package/components/data/card/card.styles.d.ts +0 -16
- package/components/data/card/card.styles.d.ts.map +0 -1
- package/components/data/form/form-action/form-action.component.d.ts +0 -14
- package/components/data/form/form-action/form-action.component.d.ts.map +0 -1
- package/components/data/form/form-action/form-action.props.d.ts +0 -16
- package/components/data/form/form-action/form-action.props.d.ts.map +0 -1
- package/components/data/form/form-action/form-action.styles.d.ts +0 -7
- package/components/data/form/form-action/form-action.styles.d.ts.map +0 -1
- package/components/data/form/form-body/form-body.component.d.ts +0 -11
- package/components/data/form/form-body/form-body.component.d.ts.map +0 -1
- package/components/data/form/form-body/form-body.props.d.ts +0 -10
- package/components/data/form/form-body/form-body.props.d.ts.map +0 -1
- package/components/data/form/form-body/form-body.styles.d.ts +0 -4
- package/components/data/form/form-body/form-body.styles.d.ts.map +0 -1
- package/components/data/form/form-field/form-field.component.d.ts +0 -31
- package/components/data/form/form-field/form-field.component.d.ts.map +0 -1
- package/components/data/form/form-field/form-field.props.d.ts +0 -34
- package/components/data/form/form-field/form-field.props.d.ts.map +0 -1
- package/components/data/form/form-field/form-field.styles.d.ts +0 -7
- package/components/data/form/form-field/form-field.styles.d.ts.map +0 -1
- package/components/data/form/form-footer/form-footer.component.d.ts +0 -11
- package/components/data/form/form-footer/form-footer.component.d.ts.map +0 -1
- package/components/data/form/form-footer/form-footer.props.d.ts +0 -10
- package/components/data/form/form-footer/form-footer.props.d.ts.map +0 -1
- package/components/data/form/form-footer/form-footer.styles.d.ts +0 -4
- package/components/data/form/form-footer/form-footer.styles.d.ts.map +0 -1
- package/components/data/form/form.component.d.ts +0 -62
- package/components/data/form/form.component.d.ts.map +0 -1
- package/components/data/form/form.props.d.ts +0 -31
- package/components/data/form/form.props.d.ts.map +0 -1
- package/components/data/form/form.styles.d.ts +0 -13
- package/components/data/form/form.styles.d.ts.map +0 -1
- package/components/data/list/list-action-template/list-action-template.component.d.ts +0 -13
- package/components/data/list/list-action-template/list-action-template.component.d.ts.map +0 -1
- package/components/data/list/list-action-template/list-action-template.props.d.ts +0 -11
- package/components/data/list/list-action-template/list-action-template.props.d.ts.map +0 -1
- package/components/data/list/list-action-template/list-action-template.styles.d.ts +0 -4
- package/components/data/list/list-action-template/list-action-template.styles.d.ts.map +0 -1
- package/components/data/list/list-template/list-template.component.d.ts +0 -11
- package/components/data/list/list-template/list-template.component.d.ts.map +0 -1
- package/components/data/list/list-template/list-template.props.d.ts +0 -11
- package/components/data/list/list-template/list-template.props.d.ts.map +0 -1
- package/components/data/list/list-template/list-template.styles.d.ts +0 -7
- package/components/data/list/list-template/list-template.styles.d.ts.map +0 -1
- package/components/data/list/list.component.d.ts +0 -60
- package/components/data/list/list.component.d.ts.map +0 -1
- package/components/data/list/list.props.d.ts +0 -50
- package/components/data/list/list.props.d.ts.map +0 -1
- package/components/data/list/list.styles.d.ts +0 -24
- package/components/data/list/list.styles.d.ts.map +0 -1
- package/components/data/liveform/liveform.component.d.ts +0 -15
- package/components/data/liveform/liveform.component.d.ts.map +0 -1
- package/components/device/barcodescanner/barcodescanner.component.d.ts +0 -15
- package/components/device/barcodescanner/barcodescanner.component.d.ts.map +0 -1
- package/components/device/barcodescanner/barcodescanner.props.d.ts +0 -18
- package/components/device/barcodescanner/barcodescanner.props.d.ts.map +0 -1
- package/components/device/barcodescanner/barcodescanner.styles.d.ts +0 -7
- package/components/device/barcodescanner/barcodescanner.styles.d.ts.map +0 -1
- package/components/device/camera/camera.component.d.ts +0 -16
- package/components/device/camera/camera.component.d.ts.map +0 -1
- package/components/device/camera/camera.props.d.ts +0 -24
- package/components/device/camera/camera.props.d.ts.map +0 -1
- package/components/device/camera/camera.styles.d.ts +0 -7
- package/components/device/camera/camera.styles.d.ts.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.component.d.ts +0 -16
- package/components/dialogs/alertdialog/alertdialog.component.d.ts.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.props.d.ts +0 -23
- package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +0 -1
- package/components/dialogs/alertdialog/alertdialog.styles.d.ts +0 -15
- package/components/dialogs/alertdialog/alertdialog.styles.d.ts.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.component.d.ts +0 -16
- package/components/dialogs/confirmdialog/confirmdialog.component.d.ts.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.props.d.ts +0 -23
- package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +0 -1
- package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts +0 -16
- package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts.map +0 -1
- package/components/dialogs/dialog/dialog.component.d.ts +0 -17
- package/components/dialogs/dialog/dialog.component.d.ts.map +0 -1
- package/components/dialogs/dialog/dialog.props.d.ts +0 -25
- package/components/dialogs/dialog/dialog.props.d.ts.map +0 -1
- package/components/dialogs/dialog/dialog.styles.d.ts +0 -12
- package/components/dialogs/dialog/dialog.styles.d.ts.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.component.d.ts +0 -12
- package/components/dialogs/dialogactions/dialogactions.component.d.ts.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.props.d.ts +0 -10
- package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +0 -1
- package/components/dialogs/dialogactions/dialogactions.styles.d.ts +0 -4
- package/components/dialogs/dialogactions/dialogactions.styles.d.ts.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.d.ts +0 -11
- package/components/dialogs/dialogcontent/dialogcontent.component.d.ts.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.props.d.ts +0 -10
- package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +0 -1
- package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts +0 -4
- package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts.map +0 -1
- package/components/input/basedataset/basedataset.component.d.ts +0 -28
- package/components/input/basedataset/basedataset.component.d.ts.map +0 -1
- package/components/input/basedataset/basedataset.props.d.ts +0 -31
- package/components/input/basedataset/basedataset.props.d.ts.map +0 -1
- package/components/input/basedataset/basedataset.styles.d.ts +0 -4
- package/components/input/basedataset/basedataset.styles.d.ts.map +0 -1
- package/components/input/baseinput/baseinput.component.d.ts +0 -33
- package/components/input/baseinput/baseinput.component.d.ts.map +0 -1
- package/components/input/baseinput/baseinput.props.d.ts +0 -29
- package/components/input/baseinput/baseinput.props.d.ts.map +0 -1
- package/components/input/baseinput/baseinput.styles.d.ts +0 -4
- package/components/input/baseinput/baseinput.styles.d.ts.map +0 -1
- package/components/input/basenumber/basenumber.component.d.ts +0 -58
- package/components/input/basenumber/basenumber.component.d.ts.map +0 -1
- package/components/input/basenumber/basenumber.props.d.ts +0 -26
- package/components/input/basenumber/basenumber.props.d.ts.map +0 -1
- package/components/input/basenumber/basenumber.styles.d.ts +0 -4
- package/components/input/basenumber/basenumber.styles.d.ts.map +0 -1
- package/components/input/calendar/calendar.component.d.ts +0 -23
- package/components/input/calendar/calendar.component.d.ts.map +0 -1
- package/components/input/calendar/calendar.props.d.ts +0 -15
- package/components/input/calendar/calendar.props.d.ts.map +0 -1
- package/components/input/calendar/calendar.styles.d.ts +0 -30
- package/components/input/calendar/calendar.styles.d.ts.map +0 -1
- package/components/input/calendar/views/month-view.d.ts +0 -55
- package/components/input/calendar/views/month-view.d.ts.map +0 -1
- package/components/input/calendar/views/month-view.styles.d.ts +0 -34
- package/components/input/calendar/views/month-view.styles.d.ts.map +0 -1
- package/components/input/checkbox/checkbox.component.d.ts +0 -20
- package/components/input/checkbox/checkbox.component.d.ts.map +0 -1
- package/components/input/checkbox/checkbox.props.d.ts +0 -19
- package/components/input/checkbox/checkbox.props.d.ts.map +0 -1
- package/components/input/checkbox/checkbox.styles.d.ts +0 -12
- package/components/input/checkbox/checkbox.styles.d.ts.map +0 -1
- package/components/input/checkboxset/checkboxset.component.d.ts +0 -22
- package/components/input/checkboxset/checkboxset.component.d.ts.map +0 -1
- package/components/input/checkboxset/checkboxset.props.d.ts +0 -15
- package/components/input/checkboxset/checkboxset.props.d.ts.map +0 -1
- package/components/input/checkboxset/checkboxset.styles.d.ts +0 -14
- package/components/input/checkboxset/checkboxset.styles.d.ts.map +0 -1
- package/components/input/chips/chips.component.d.ts +0 -44
- package/components/input/chips/chips.component.d.ts.map +0 -1
- package/components/input/chips/chips.props.d.ts +0 -27
- package/components/input/chips/chips.props.d.ts.map +0 -1
- package/components/input/chips/chips.styles.d.ts +0 -35
- package/components/input/chips/chips.styles.d.ts.map +0 -1
- package/components/input/composite/composite.component.d.ts +0 -11
- package/components/input/composite/composite.component.d.ts.map +0 -1
- package/components/input/composite/composite.props.d.ts +0 -11
- package/components/input/composite/composite.props.d.ts.map +0 -1
- package/components/input/composite/composite.styles.d.ts +0 -4
- package/components/input/composite/composite.styles.d.ts.map +0 -1
- package/components/input/currency/currency.component.d.ts +0 -15
- package/components/input/currency/currency.component.d.ts.map +0 -1
- package/components/input/currency/currency.props.d.ts +0 -9
- package/components/input/currency/currency.props.d.ts.map +0 -1
- package/components/input/currency/currency.styles.d.ts +0 -18
- package/components/input/currency/currency.styles.d.ts.map +0 -1
- package/components/input/epoch/base-datetime.component.d.ts +0 -50
- package/components/input/epoch/base-datetime.component.d.ts.map +0 -1
- package/components/input/epoch/date/date.component.d.ts +0 -9
- package/components/input/epoch/date/date.component.d.ts.map +0 -1
- package/components/input/epoch/date/date.props.d.ts +0 -5
- package/components/input/epoch/date/date.props.d.ts.map +0 -1
- package/components/input/epoch/date/date.styles.d.ts +0 -4
- package/components/input/epoch/date/date.styles.d.ts.map +0 -1
- package/components/input/epoch/date-picker.component.d.ts +0 -28
- package/components/input/epoch/date-picker.component.d.ts.map +0 -1
- package/components/input/epoch/datetime/datetime.component.d.ts +0 -9
- package/components/input/epoch/datetime/datetime.component.d.ts.map +0 -1
- package/components/input/epoch/datetime/datetime.props.d.ts +0 -37
- package/components/input/epoch/datetime/datetime.props.d.ts.map +0 -1
- package/components/input/epoch/datetime/datetime.styles.d.ts +0 -24
- package/components/input/epoch/datetime/datetime.styles.d.ts.map +0 -1
- package/components/input/epoch/time/time.component.d.ts +0 -11
- package/components/input/epoch/time/time.component.d.ts.map +0 -1
- package/components/input/epoch/time/time.props.d.ts +0 -6
- package/components/input/epoch/time/time.props.d.ts.map +0 -1
- package/components/input/epoch/time/time.styles.d.ts +0 -4
- package/components/input/epoch/time/time.styles.d.ts.map +0 -1
- package/components/input/epoch/wheel-date-picker.component.d.ts +0 -42
- package/components/input/epoch/wheel-date-picker.component.d.ts.map +0 -1
- package/components/input/epoch/wheel-time-picker.component.d.ts +0 -22
- package/components/input/epoch/wheel-time-picker.component.d.ts.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts +0 -18
- package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts +0 -10
- package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +0 -1
- package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts +0 -12
- package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts +0 -13
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts.map +0 -1
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts +0 -14
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts.map +0 -1
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts +0 -12
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts +0 -13
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts.map +0 -1
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts +0 -13
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts.map +0 -1
- package/components/input/fileupload/fileupload.component.d.ts +0 -21
- package/components/input/fileupload/fileupload.component.d.ts.map +0 -1
- package/components/input/fileupload/fileupload.props.d.ts +0 -18
- package/components/input/fileupload/fileupload.props.d.ts.map +0 -1
- package/components/input/fileupload/fileupload.styles.d.ts +0 -7
- package/components/input/fileupload/fileupload.styles.d.ts.map +0 -1
- package/components/input/number/number.component.d.ts +0 -14
- package/components/input/number/number.component.d.ts.map +0 -1
- package/components/input/number/number.props.d.ts +0 -9
- package/components/input/number/number.props.d.ts.map +0 -1
- package/components/input/number/number.styles.d.ts +0 -14
- package/components/input/number/number.styles.d.ts.map +0 -1
- package/components/input/radioset/radioset.component.d.ts +0 -19
- package/components/input/radioset/radioset.component.d.ts.map +0 -1
- package/components/input/radioset/radioset.props.d.ts +0 -14
- package/components/input/radioset/radioset.props.d.ts.map +0 -1
- package/components/input/radioset/radioset.styles.d.ts +0 -16
- package/components/input/radioset/radioset.styles.d.ts.map +0 -1
- package/components/input/rating/rating.component.d.ts +0 -19
- package/components/input/rating/rating.component.d.ts.map +0 -1
- package/components/input/rating/rating.props.d.ts +0 -27
- package/components/input/rating/rating.props.d.ts.map +0 -1
- package/components/input/rating/rating.styles.d.ts +0 -8
- package/components/input/rating/rating.styles.d.ts.map +0 -1
- package/components/input/select/select.component.d.ts +0 -37
- package/components/input/select/select.component.d.ts.map +0 -1
- package/components/input/select/select.props.d.ts +0 -10
- package/components/input/select/select.props.d.ts.map +0 -1
- package/components/input/select/select.styles.d.ts +0 -25
- package/components/input/select/select.styles.d.ts.map +0 -1
- package/components/input/slider/slider.component.d.ts +0 -55
- package/components/input/slider/slider.component.d.ts.map +0 -1
- package/components/input/slider/slider.props.d.ts +0 -22
- package/components/input/slider/slider.props.d.ts.map +0 -1
- package/components/input/slider/slider.styles.d.ts +0 -24
- package/components/input/slider/slider.styles.d.ts.map +0 -1
- package/components/input/switch/switch.component.d.ts +0 -15
- package/components/input/switch/switch.component.d.ts.map +0 -1
- package/components/input/switch/switch.props.d.ts +0 -11
- package/components/input/switch/switch.props.d.ts.map +0 -1
- package/components/input/switch/switch.styles.d.ts +0 -17
- package/components/input/switch/switch.styles.d.ts.map +0 -1
- package/components/input/text/text.component.d.ts +0 -13
- package/components/input/text/text.component.d.ts.map +0 -1
- package/components/input/text/text.props.d.ts +0 -13
- package/components/input/text/text.props.d.ts.map +0 -1
- package/components/input/text/text.styles.d.ts +0 -13
- package/components/input/text/text.styles.d.ts.map +0 -1
- package/components/input/textarea/textarea.component.d.ts +0 -13
- package/components/input/textarea/textarea.component.d.ts.map +0 -1
- package/components/input/textarea/textarea.props.d.ts +0 -11
- package/components/input/textarea/textarea.props.d.ts.map +0 -1
- package/components/input/textarea/textarea.styles.d.ts +0 -14
- package/components/input/textarea/textarea.styles.d.ts.map +0 -1
- package/components/input/toggle/toggle.component.d.ts +0 -25
- package/components/input/toggle/toggle.component.d.ts.map +0 -1
- package/components/input/toggle/toggle.props.d.ts +0 -27
- package/components/input/toggle/toggle.props.d.ts.map +0 -1
- package/components/input/toggle/toggle.styles.d.ts +0 -12
- package/components/input/toggle/toggle.styles.d.ts.map +0 -1
- package/components/navigation/appnavbar/appnavbar.component.d.ts +0 -18
- package/components/navigation/appnavbar/appnavbar.component.d.ts.map +0 -1
- package/components/navigation/appnavbar/appnavbar.props.d.ts +0 -21
- package/components/navigation/appnavbar/appnavbar.props.d.ts.map +0 -1
- package/components/navigation/appnavbar/appnavbar.styles.d.ts +0 -17
- package/components/navigation/appnavbar/appnavbar.styles.d.ts.map +0 -1
- package/components/navigation/basenav/basenav.component.d.ts +0 -24
- package/components/navigation/basenav/basenav.component.d.ts.map +0 -1
- package/components/navigation/basenav/basenav.props.d.ts +0 -12
- package/components/navigation/basenav/basenav.props.d.ts.map +0 -1
- package/components/navigation/basenav/basenav.styles.d.ts +0 -4
- package/components/navigation/basenav/basenav.styles.d.ts.map +0 -1
- package/components/navigation/menu/menu.component.d.ts +0 -14
- package/components/navigation/menu/menu.component.d.ts.map +0 -1
- package/components/navigation/menu/menu.props.d.ts +0 -12
- package/components/navigation/menu/menu.props.d.ts.map +0 -1
- package/components/navigation/menu/menu.styles.d.ts +0 -9
- package/components/navigation/menu/menu.styles.d.ts.map +0 -1
- package/components/navigation/navbar/navbar.component.d.ts +0 -18
- package/components/navigation/navbar/navbar.component.d.ts.map +0 -1
- package/components/navigation/navbar/navbar.props.d.ts +0 -17
- package/components/navigation/navbar/navbar.props.d.ts.map +0 -1
- package/components/navigation/navbar/navbar.styles.d.ts +0 -10
- package/components/navigation/navbar/navbar.styles.d.ts.map +0 -1
- package/components/navigation/navitem/navitem.component.d.ts +0 -15
- package/components/navigation/navitem/navitem.component.d.ts.map +0 -1
- package/components/navigation/navitem/navitem.props.d.ts +0 -21
- package/components/navigation/navitem/navitem.props.d.ts.map +0 -1
- package/components/navigation/navitem/navitem.styles.d.ts +0 -11
- package/components/navigation/navitem/navitem.styles.d.ts.map +0 -1
- package/components/navigation/popover/popover.component.d.ts +0 -36
- package/components/navigation/popover/popover.component.d.ts.map +0 -1
- package/components/navigation/popover/popover.props.d.ts +0 -35
- package/components/navigation/popover/popover.props.d.ts.map +0 -1
- package/components/navigation/popover/popover.styles.d.ts +0 -16
- package/components/navigation/popover/popover.styles.d.ts.map +0 -1
- package/components/page/content/content.component.d.ts +0 -11
- package/components/page/content/content.component.d.ts.map +0 -1
- package/components/page/content/content.props.d.ts +0 -6
- package/components/page/content/content.props.d.ts.map +0 -1
- package/components/page/content/content.styles.d.ts +0 -4
- package/components/page/content/content.styles.d.ts.map +0 -1
- package/components/page/left-panel/left-panel.component.d.ts +0 -15
- package/components/page/left-panel/left-panel.component.d.ts.map +0 -1
- package/components/page/left-panel/left-panel.props.d.ts +0 -11
- package/components/page/left-panel/left-panel.props.d.ts.map +0 -1
- package/components/page/left-panel/left-panel.styles.d.ts +0 -4
- package/components/page/left-panel/left-panel.styles.d.ts.map +0 -1
- package/components/page/page-content/page-content.component.d.ts +0 -26
- package/components/page/page-content/page-content.component.d.ts.map +0 -1
- package/components/page/page-content/page-content.props.d.ts +0 -17
- package/components/page/page-content/page-content.props.d.ts.map +0 -1
- package/components/page/page-content/page-content.styles.d.ts +0 -7
- package/components/page/page-content/page-content.styles.d.ts.map +0 -1
- package/components/page/page.component.d.ts +0 -16
- package/components/page/page.component.d.ts.map +0 -1
- package/components/page/page.props.d.ts +0 -15
- package/components/page/page.props.d.ts.map +0 -1
- package/components/page/page.styles.d.ts +0 -7
- package/components/page/page.styles.d.ts.map +0 -1
- package/components/page/partial/partial.component.d.ts +0 -12
- package/components/page/partial/partial.component.d.ts.map +0 -1
- package/components/page/partial/partial.props.d.ts +0 -6
- package/components/page/partial/partial.props.d.ts.map +0 -1
- package/components/page/partial/partial.styles.d.ts +0 -7
- package/components/page/partial/partial.styles.d.ts.map +0 -1
- package/components/page/partial-container/partial-container.component.d.ts +0 -11
- package/components/page/partial-container/partial-container.component.d.ts.map +0 -1
- package/components/page/partial-container/partial-container.props.d.ts +0 -11
- package/components/page/partial-container/partial-container.props.d.ts.map +0 -1
- package/components/page/partial-container/partial-container.styles.d.ts +0 -4
- package/components/page/partial-container/partial-container.styles.d.ts.map +0 -1
- package/components/page/tabbar/curve.d.ts +0 -2
- package/components/page/tabbar/curve.d.ts.map +0 -1
- package/components/page/tabbar/tabbar.component.d.ts +0 -42
- package/components/page/tabbar/tabbar.component.d.ts.map +0 -1
- package/components/page/tabbar/tabbar.props.d.ts +0 -15
- package/components/page/tabbar/tabbar.props.d.ts.map +0 -1
- package/components/page/tabbar/tabbar.styles.d.ts +0 -20
- package/components/page/tabbar/tabbar.styles.d.ts.map +0 -1
- package/components/prefab/prefab-container.component.d.ts +0 -12
- package/components/prefab/prefab-container.component.d.ts.map +0 -1
- package/components/prefab/prefab-container.props.d.ts +0 -6
- package/components/prefab/prefab-container.props.d.ts.map +0 -1
- package/components/prefab/prefab-container.styles.d.ts +0 -7
- package/components/prefab/prefab-container.styles.d.ts.map +0 -1
- package/core/AppConfig.d.ts +0 -46
- package/core/AppConfig.d.ts.map +0 -1
- package/core/accessibility.d.ts +0 -61
- package/core/accessibility.d.ts.map +0 -1
- package/core/asset.provider.d.ts +0 -4
- package/core/asset.provider.d.ts.map +0 -1
- package/core/base.component.d.ts +0 -191
- package/core/base.component.d.ts.map +0 -1
- package/core/components/error-fallback/error-fallback.component.d.ts +0 -4
- package/core/components/error-fallback/error-fallback.component.d.ts.map +0 -1
- package/core/components/error-fallback/error-fallback.styles.d.ts +0 -29
- package/core/components/error-fallback/error-fallback.styles.d.ts.map +0 -1
- package/core/components/floatinglabel.component.d.ts +0 -8
- package/core/components/floatinglabel.component.d.ts.map +0 -1
- package/core/components/sticky-base.component.d.ts +0 -31
- package/core/components/sticky-base.component.d.ts.map +0 -1
- package/core/components/sticky-container.component.d.ts +0 -14
- package/core/components/sticky-container.component.d.ts.map +0 -1
- package/core/components/sticky-container.styles.d.ts +0 -11
- package/core/components/sticky-container.styles.d.ts.map +0 -1
- package/core/components/sticky-nav.component.d.ts +0 -14
- package/core/components/sticky-nav.component.d.ts.map +0 -1
- package/core/components/textinput.component.d.ts +0 -17
- package/core/components/textinput.component.d.ts.map +0 -1
- package/core/constant.service.d.ts +0 -18
- package/core/constant.service.d.ts.map +0 -1
- package/core/constants/currency-constants.d.ts +0 -1073
- package/core/constants/currency-constants.d.ts.map +0 -1
- package/core/currency-constants.d.ts +0 -2
- package/core/currency-constants.d.ts.map +0 -1
- package/core/device/av-service.d.ts +0 -13
- package/core/device/av-service.d.ts.map +0 -1
- package/core/device/calendar-service.d.ts +0 -25
- package/core/device/calendar-service.d.ts.map +0 -1
- package/core/device/camera-service.d.ts +0 -27
- package/core/device/camera-service.d.ts.map +0 -1
- package/core/device/contacts-service.d.ts +0 -17
- package/core/device/contacts-service.d.ts.map +0 -1
- package/core/device/fileupload-service.d.ts +0 -7
- package/core/device/fileupload-service.d.ts.map +0 -1
- package/core/device/location-service.d.ts +0 -17
- package/core/device/location-service.d.ts.map +0 -1
- package/core/device/openfile-service.d.ts +0 -52
- package/core/device/openfile-service.d.ts.map +0 -1
- package/core/device/scan-service.d.ts +0 -13
- package/core/device/scan-service.d.ts.map +0 -1
- package/core/display.manager.d.ts +0 -12
- package/core/display.manager.d.ts.map +0 -1
- package/core/error-boundary.component.d.ts +0 -21
- package/core/error-boundary.component.d.ts.map +0 -1
- package/core/event-notifier.d.ts +0 -14
- package/core/event-notifier.d.ts.map +0 -1
- package/core/file-extension-types.d.ts +0 -2
- package/core/file-extension-types.d.ts.map +0 -1
- package/core/fixed-view.component.d.ts +0 -33
- package/core/fixed-view.component.d.ts.map +0 -1
- package/core/formatters.d.ts +0 -28
- package/core/formatters.d.ts.map +0 -1
- package/core/i18n.service.d.ts +0 -6
- package/core/i18n.service.d.ts.map +0 -1
- package/core/if.component.d.ts +0 -12
- package/core/if.component.d.ts.map +0 -1
- package/core/imageSizeEstimator.d.ts +0 -14
- package/core/imageSizeEstimator.d.ts.map +0 -1
- package/core/injector.d.ts +0 -18
- package/core/injector.d.ts.map +0 -1
- package/core/key.extractor.d.ts +0 -7
- package/core/key.extractor.d.ts.map +0 -1
- package/core/logger.d.ts +0 -26
- package/core/logger.d.ts.map +0 -1
- package/core/modal.service.d.ts +0 -22
- package/core/modal.service.d.ts.map +0 -1
- package/core/navigation.service.d.ts +0 -32
- package/core/navigation.service.d.ts.map +0 -1
- package/core/network.service.d.ts +0 -114
- package/core/network.service.d.ts.map +0 -1
- package/core/partial.service.d.ts +0 -10
- package/core/partial.service.d.ts.map +0 -1
- package/core/props.provider.d.ts +0 -19
- package/core/props.provider.d.ts.map +0 -1
- package/core/responsive.utils.d.ts +0 -24
- package/core/responsive.utils.d.ts.map +0 -1
- package/core/screen-capture-protection.service.d.ts +0 -8
- package/core/screen-capture-protection.service.d.ts.map +0 -1
- package/core/scroll-view.component.d.ts +0 -19
- package/core/scroll-view.component.d.ts.map +0 -1
- package/core/secure-storage.service.d.ts +0 -10
- package/core/secure-storage.service.d.ts.map +0 -1
- package/core/security.service.d.ts +0 -13
- package/core/security.service.d.ts.map +0 -1
- package/core/spinner.service.d.ts +0 -13
- package/core/spinner.service.d.ts.map +0 -1
- package/core/sticky-view.component.d.ts +0 -21
- package/core/sticky-view.component.d.ts.map +0 -1
- package/core/sticky-wrapper.d.ts +0 -31
- package/core/sticky-wrapper.d.ts.map +0 -1
- package/core/storage.service.d.ts +0 -11
- package/core/storage.service.d.ts.map +0 -1
- package/core/tappable.component.d.ts +0 -40
- package/core/tappable.component.d.ts.map +0 -1
- package/core/testid.provider.d.ts +0 -4
- package/core/testid.provider.d.ts.map +0 -1
- package/core/toast.service.d.ts +0 -24
- package/core/toast.service.d.ts.map +0 -1
- package/core/ui-preferences.context.d.ts +0 -11
- package/core/ui-preferences.context.d.ts.map +0 -1
- package/core/utils.d.ts +0 -167
- package/core/utils.d.ts.map +0 -1
- package/core/viewport.d.ts +0 -19
- package/core/viewport.d.ts.map +0 -1
- package/core/wm-component-tree.d.ts +0 -22
- package/core/wm-component-tree.d.ts.map +0 -1
- package/gestures/carousel-swipe.animation.d.ts +0 -56
- package/gestures/carousel-swipe.animation.d.ts.map +0 -1
- package/gestures/swipe.animation.d.ts +0 -51
- package/gestures/swipe.animation.d.ts.map +0 -1
- package/index.d.ts +0 -2
- package/index.d.ts.map +0 -1
- package/runtime/App.d.ts +0 -129
- package/runtime/App.d.ts.map +0 -1
- package/runtime/App.navigator.d.ts +0 -11
- package/runtime/App.navigator.d.ts.map +0 -1
- package/runtime/base-customwidget.component.d.ts +0 -24
- package/runtime/base-customwidget.component.d.ts.map +0 -1
- package/runtime/base-fragment.component.d.ts +0 -91
- package/runtime/base-fragment.component.d.ts.map +0 -1
- package/runtime/base-page.component.d.ts +0 -42
- package/runtime/base-page.component.d.ts.map +0 -1
- package/runtime/base-partial.component.d.ts +0 -29
- package/runtime/base-partial.component.d.ts.map +0 -1
- package/runtime/base-prefab.component.d.ts +0 -29
- package/runtime/base-prefab.component.d.ts.map +0 -1
- package/runtime/lib-patch.d.ts +0 -8
- package/runtime/lib-patch.d.ts.map +0 -1
- package/runtime/memo.component.d.ts +0 -20
- package/runtime/memo.component.d.ts.map +0 -1
- package/runtime/navigator/drawer.navigator.d.ts +0 -14
- package/runtime/navigator/drawer.navigator.d.ts.map +0 -1
- package/runtime/navigator/stack.navigator.d.ts +0 -8
- package/runtime/navigator/stack.navigator.d.ts.map +0 -1
- package/runtime/platform.api.d.ts +0 -13
- package/runtime/platform.api.d.ts.map +0 -1
- package/runtime/services/app-display-manager.service.d.ts +0 -16
- package/runtime/services/app-display-manager.service.d.ts.map +0 -1
- package/runtime/services/app-i18n.service.d.ts +0 -33
- package/runtime/services/app-i18n.service.d.ts.map +0 -1
- package/runtime/services/app-modal.service.d.ts +0 -19
- package/runtime/services/app-modal.service.d.ts.map +0 -1
- package/runtime/services/app-security.service.d.ts +0 -30
- package/runtime/services/app-security.service.d.ts.map +0 -1
- package/runtime/services/app-spinner.service.d.ts +0 -20
- package/runtime/services/app-spinner.service.d.ts.map +0 -1
- package/runtime/services/app-toast.service.d.ts +0 -13
- package/runtime/services/app-toast.service.d.ts.map +0 -1
- package/runtime/services/device/calendar-service.d.ts +0 -11
- package/runtime/services/device/calendar-service.d.ts.map +0 -1
- package/runtime/services/device/camera-service.d.ts +0 -63
- package/runtime/services/device/camera-service.d.ts.map +0 -1
- package/runtime/services/device/contacts-service.d.ts +0 -7
- package/runtime/services/device/contacts-service.d.ts.map +0 -1
- package/runtime/services/device/location-service.d.ts +0 -6
- package/runtime/services/device/location-service.d.ts.map +0 -1
- package/runtime/services/device/permission-service.d.ts +0 -7
- package/runtime/services/device/permission-service.d.ts.map +0 -1
- package/runtime/services/device/permissions.d.ts +0 -5
- package/runtime/services/device/permissions.d.ts.map +0 -1
- package/runtime/services/device/scan-service.d.ts +0 -19
- package/runtime/services/device/scan-service.d.ts.map +0 -1
- package/runtime/services/partial.service.d.ts +0 -12
- package/runtime/services/partial.service.d.ts.map +0 -1
- package/runtime/services/webprocess.service.d.ts +0 -10
- package/runtime/services/webprocess.service.d.ts.map +0 -1
- package/runtime/watcher.d.ts +0 -33
- package/runtime/watcher.d.ts.map +0 -1
- package/styles/MediaQueryList.d.ts +0 -6
- package/styles/MediaQueryList.d.ts.map +0 -1
- package/styles/background.component.d.ts +0 -57
- package/styles/background.component.d.ts.map +0 -1
- package/styles/calc.d.ts +0 -24
- package/styles/calc.d.ts.map +0 -1
- package/styles/color-mix.d.ts +0 -5
- package/styles/color-mix.d.ts.map +0 -1
- package/styles/style-prop.validator.d.ts +0 -4
- package/styles/style-prop.validator.d.ts.map +0 -1
- package/styles/style-props.d.ts +0 -49
- package/styles/style-props.d.ts.map +0 -1
- package/styles/theme.d.ts +0 -66
- package/styles/theme.d.ts.map +0 -1
- package/styles/theme.variables.d.ts +0 -379
- package/styles/theme.variables.d.ts.map +0 -1
- package/variables/base-variable.d.ts +0 -50
- package/variables/base-variable.d.ts.map +0 -1
- package/variables/device/calendar/create-event.operation.d.ts +0 -18
- package/variables/device/calendar/create-event.operation.d.ts.map +0 -1
- package/variables/device/calendar/delete-event.operation.d.ts +0 -14
- package/variables/device/calendar/delete-event.operation.d.ts.map +0 -1
- package/variables/device/calendar/get-events.operation.d.ts +0 -18
- package/variables/device/calendar/get-events.operation.d.ts.map +0 -1
- package/variables/device/camera/capture-image.operation.d.ts +0 -14
- package/variables/device/camera/capture-image.operation.d.ts.map +0 -1
- package/variables/device/camera/capture-video.operation.d.ts +0 -14
- package/variables/device/camera/capture-video.operation.d.ts.map +0 -1
- package/variables/device/contacts/get-contacts.operation.d.ts +0 -19
- package/variables/device/contacts/get-contacts.operation.d.ts.map +0 -1
- package/variables/device/device/app-info.operation.d.ts +0 -13
- package/variables/device/device/app-info.operation.d.ts.map +0 -1
- package/variables/device/device/current-geo-position.operation.d.ts +0 -31
- package/variables/device/device/current-geo-position.operation.d.ts.map +0 -1
- package/variables/device/device/device-info.operation.d.ts +0 -11
- package/variables/device/device/device-info.operation.d.ts.map +0 -1
- package/variables/device/device/network-info.operation.d.ts +0 -14
- package/variables/device/device/network-info.operation.d.ts.map +0 -1
- package/variables/device/device/vibrate.operation.d.ts +0 -8
- package/variables/device/device/vibrate.operation.d.ts.map +0 -1
- package/variables/device/file/open-file.operation.d.ts +0 -31
- package/variables/device/file/open-file.operation.d.ts.map +0 -1
- package/variables/device/file/upload-file.operation.d.ts +0 -23
- package/variables/device/file/upload-file.operation.d.ts.map +0 -1
- package/variables/device/operation.provider.d.ts +0 -15
- package/variables/device/operation.provider.d.ts.map +0 -1
- package/variables/device/scan/scan.operation.d.ts +0 -21
- package/variables/device/scan/scan.operation.d.ts.map +0 -1
- package/variables/device-variable.d.ts +0 -10
- package/variables/device-variable.d.ts.map +0 -1
- package/variables/http.service.d.ts +0 -11
- package/variables/http.service.d.ts.map +0 -1
- package/variables/live-variable.d.ts +0 -44
- package/variables/live-variable.d.ts.map +0 -1
- package/variables/model-variable.d.ts +0 -10
- package/variables/model-variable.d.ts.map +0 -1
- package/variables/service-variable.d.ts +0 -33
- package/variables/service-variable.d.ts.map +0 -1
- package/variables/utils/dataset-util.d.ts +0 -32
- package/variables/utils/dataset-util.d.ts.map +0 -1
- package/variables/utils/inflight-queue.d.ts +0 -36
- package/variables/utils/inflight-queue.d.ts.map +0 -1
- package/variables/utils/variable.constants.d.ts +0 -22
- package/variables/utils/variable.constants.d.ts.map +0 -1
- package/variables/utils/variable.utils.d.ts +0 -21
- package/variables/utils/variable.utils.d.ts.map +0 -1
|
@@ -16,59 +16,6 @@ import { SafeAreaInsetsContext } from 'react-native-safe-area-context';
|
|
|
16
16
|
import { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';
|
|
17
17
|
import { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';
|
|
18
18
|
import injector from '@wavemaker/app-rn-runtime/core/injector';
|
|
19
|
-
// Alignment matrix for flex properties
|
|
20
|
-
const alignmentMatrixFixed = {
|
|
21
|
-
'top-left': {
|
|
22
|
-
justifyContent: 'flex-start',
|
|
23
|
-
alignItems: 'flex-start'
|
|
24
|
-
},
|
|
25
|
-
'top-center': {
|
|
26
|
-
justifyContent: 'center',
|
|
27
|
-
alignItems: 'flex-start'
|
|
28
|
-
},
|
|
29
|
-
'top-right': {
|
|
30
|
-
justifyContent: 'flex-end',
|
|
31
|
-
alignItems: 'flex-start'
|
|
32
|
-
},
|
|
33
|
-
'middle-left': {
|
|
34
|
-
justifyContent: 'flex-start',
|
|
35
|
-
alignItems: 'center'
|
|
36
|
-
},
|
|
37
|
-
'middle-center': {
|
|
38
|
-
justifyContent: 'center',
|
|
39
|
-
alignItems: 'center'
|
|
40
|
-
},
|
|
41
|
-
'middle-right': {
|
|
42
|
-
justifyContent: 'flex-end',
|
|
43
|
-
alignItems: 'center'
|
|
44
|
-
},
|
|
45
|
-
'bottom-left': {
|
|
46
|
-
justifyContent: 'flex-start',
|
|
47
|
-
alignItems: 'flex-end'
|
|
48
|
-
},
|
|
49
|
-
'bottom-center': {
|
|
50
|
-
justifyContent: 'center',
|
|
51
|
-
alignItems: 'flex-end'
|
|
52
|
-
},
|
|
53
|
-
'bottom-right': {
|
|
54
|
-
justifyContent: 'flex-end',
|
|
55
|
-
alignItems: 'flex-end'
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
const alignmentMatrixAuto = {
|
|
59
|
-
start: {
|
|
60
|
-
justifyContent: 'space-between',
|
|
61
|
-
alignItems: 'flex-start'
|
|
62
|
-
},
|
|
63
|
-
center: {
|
|
64
|
-
justifyContent: 'space-between',
|
|
65
|
-
alignItems: 'center'
|
|
66
|
-
},
|
|
67
|
-
end: {
|
|
68
|
-
justifyContent: 'space-between',
|
|
69
|
-
alignItems: 'flex-end'
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
19
|
export class WmContainerState extends PartialHostState {
|
|
73
20
|
constructor(...args) {
|
|
74
21
|
super(...args);
|
|
@@ -101,109 +48,6 @@ export default class WmContainer extends PartialHost {
|
|
|
101
48
|
getBackground() {
|
|
102
49
|
return this._showSkeleton ? null : this._background;
|
|
103
50
|
}
|
|
104
|
-
|
|
105
|
-
// Compute root style respecting 'fill'|'hug'|<size> for width/height.
|
|
106
|
-
getRootContainerStyle() {
|
|
107
|
-
var _this$styles$skeleton;
|
|
108
|
-
// const { width, height } = this.props;
|
|
109
|
-
const baseStyle = this.styles.root || {};
|
|
110
|
-
const {
|
|
111
|
-
width,
|
|
112
|
-
height
|
|
113
|
-
} = baseStyle;
|
|
114
|
-
const dimensionStyle = {};
|
|
115
|
-
console.log({
|
|
116
|
-
height,
|
|
117
|
-
width
|
|
118
|
-
});
|
|
119
|
-
if (height === 'fill') {
|
|
120
|
-
dimensionStyle.flexGrow = 1;
|
|
121
|
-
// dimensionStyle.flexShrink = 1;
|
|
122
|
-
dimensionStyle.height = undefined;
|
|
123
|
-
} else if (height === 'hug') {
|
|
124
|
-
dimensionStyle.flexGrow = 0;
|
|
125
|
-
dimensionStyle.height = undefined;
|
|
126
|
-
} else if (height) {
|
|
127
|
-
const num = typeof height === 'string' && height.endsWith('%') ? height : parseFloat(height);
|
|
128
|
-
dimensionStyle.height = isNaN(num) ? height : num;
|
|
129
|
-
}
|
|
130
|
-
if (width === 'fill') {
|
|
131
|
-
dimensionStyle.alignSelf = 'stretch';
|
|
132
|
-
dimensionStyle.width = undefined;
|
|
133
|
-
} else if (width === 'hug') {
|
|
134
|
-
dimensionStyle.width = undefined;
|
|
135
|
-
} else if (width) {
|
|
136
|
-
const num = typeof width === 'string' && width.endsWith('%') ? width : parseFloat(width);
|
|
137
|
-
dimensionStyle.width = isNaN(num) ? width : num;
|
|
138
|
-
}
|
|
139
|
-
const styleWithResize = {
|
|
140
|
-
...baseStyle,
|
|
141
|
-
...dimensionStyle
|
|
142
|
-
};
|
|
143
|
-
return this._showSkeleton ? {
|
|
144
|
-
...styleWithResize,
|
|
145
|
-
...((_this$styles$skeleton = this.styles.skeleton) === null || _this$styles$skeleton === void 0 ? void 0 : _this$styles$skeleton.root)
|
|
146
|
-
} : styleWithResize;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).
|
|
150
|
-
getContentContainerStyle() {
|
|
151
|
-
const {
|
|
152
|
-
direction,
|
|
153
|
-
wrap,
|
|
154
|
-
gap,
|
|
155
|
-
alignment,
|
|
156
|
-
columngap
|
|
157
|
-
} = this.props;
|
|
158
|
-
|
|
159
|
-
/* Check if any of the new layout props are provided. If not, return an empty
|
|
160
|
-
style object to maintain backward compatibility. */
|
|
161
|
-
const useNewLayoutSystem = direction !== undefined || wrap !== undefined || gap !== undefined || alignment !== undefined || columngap !== undefined;
|
|
162
|
-
if (!useNewLayoutSystem) {
|
|
163
|
-
return {};
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
// Apply defaults only if the new layout system is active
|
|
167
|
-
const finalDirection = direction !== null && direction !== void 0 ? direction : 'row';
|
|
168
|
-
const finalWrap = wrap !== null && wrap !== void 0 ? wrap : false;
|
|
169
|
-
const finalGap = gap !== null && gap !== void 0 ? gap : 4;
|
|
170
|
-
const finalAlignment = alignment !== null && alignment !== void 0 ? alignment : 'top-left';
|
|
171
|
-
const isRow = finalDirection === 'row';
|
|
172
|
-
const isAutoGap = finalGap === 'auto';
|
|
173
|
-
const isWrap = finalWrap === 'true' || finalWrap === true;
|
|
174
|
-
const layoutStyle = {
|
|
175
|
-
flexDirection: finalDirection,
|
|
176
|
-
flexWrap: isWrap && isRow ? 'wrap' : 'nowrap'
|
|
177
|
-
};
|
|
178
|
-
if (isAutoGap) {
|
|
179
|
-
const alignConfig = alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];
|
|
180
|
-
layoutStyle.justifyContent = alignConfig.justifyContent;
|
|
181
|
-
layoutStyle.alignItems = alignConfig.alignItems;
|
|
182
|
-
} else {
|
|
183
|
-
if (isRow) {
|
|
184
|
-
// For a row, the main-axis gap (between items) is columnGap.
|
|
185
|
-
layoutStyle.columnGap = Number(finalGap);
|
|
186
|
-
} else {
|
|
187
|
-
// For a column, the main-axis gap (between items) is rowGap.
|
|
188
|
-
layoutStyle.rowGap = Number(finalGap);
|
|
189
|
-
}
|
|
190
|
-
const alignConfig = alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];
|
|
191
|
-
layoutStyle.justifyContent = isRow ? alignConfig.justifyContent : alignConfig.alignItems;
|
|
192
|
-
layoutStyle.alignItems = isRow ? alignConfig.alignItems : alignConfig.justifyContent;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
// Add columnGap logic for wrapped rows
|
|
196
|
-
if (isWrap && isRow) {
|
|
197
|
-
if (columngap === 'auto') {
|
|
198
|
-
layoutStyle.alignContent = 'space-between';
|
|
199
|
-
} else if (columngap !== undefined) {
|
|
200
|
-
layoutStyle.rowGap = Number(columngap);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
return {
|
|
204
|
-
...layoutStyle
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
51
|
renderSkeleton(props) {
|
|
208
52
|
if (!props.showskeletonchildren) {
|
|
209
53
|
var _this$props;
|
|
@@ -231,19 +75,6 @@ export default class WmContainer extends PartialHost {
|
|
|
231
75
|
}
|
|
232
76
|
return null;
|
|
233
77
|
}
|
|
234
|
-
getFlexUtilityStyles() {
|
|
235
|
-
return {
|
|
236
|
-
flexDirection: this.styles.root.flexDirection,
|
|
237
|
-
justifyContent: this.styles.root.justifyContent,
|
|
238
|
-
alignContent: this.styles.root.alignContent,
|
|
239
|
-
alignItems: this.styles.root.alignItems,
|
|
240
|
-
alignSelf: this.styles.root.alignSelf,
|
|
241
|
-
flexShrink: this.styles.root.flexShrink,
|
|
242
|
-
flexGrow: this.styles.root.flexGrow,
|
|
243
|
-
flexWrap: this.styles.root.flexWrap,
|
|
244
|
-
textAlign: this.styles.root.textAlign
|
|
245
|
-
};
|
|
246
|
-
}
|
|
247
78
|
getStickyHeaderTranslateY() {
|
|
248
79
|
var _this$appConfig, _this$containerRef;
|
|
249
80
|
const isEdgeToEdgeApp = !!((_this$appConfig = this.appConfig) !== null && _this$appConfig !== void 0 && (_this$appConfig = _this$appConfig.edgeToEdgeConfig) !== null && _this$appConfig !== void 0 && _this$appConfig.isEdgeToEdgeApp);
|
|
@@ -267,7 +98,7 @@ export default class WmContainer extends PartialHost {
|
|
|
267
98
|
}).start();
|
|
268
99
|
}
|
|
269
100
|
}
|
|
270
|
-
renderStickyContent(props, dimensions, styles
|
|
101
|
+
renderStickyContent(props, dimensions, styles) {
|
|
271
102
|
const {
|
|
272
103
|
stickyContainerVisibility
|
|
273
104
|
} = this.state;
|
|
@@ -285,20 +116,18 @@ export default class WmContainer extends PartialHost {
|
|
|
285
116
|
}, /*#__PURE__*/React.createElement(View, {
|
|
286
117
|
style: [dimensions, {
|
|
287
118
|
backgroundColor: styles.backgroundColor
|
|
288
|
-
}, this.styles.content
|
|
119
|
+
}, this.styles.content]
|
|
289
120
|
}, this.renderContent(props))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(Animated.View, {
|
|
290
121
|
style: [dimensions, {
|
|
291
122
|
opacity: this.stickyContainerOpacity
|
|
292
|
-
}, this.styles.content
|
|
123
|
+
}, this.styles.content],
|
|
293
124
|
ref: this.containerRef
|
|
294
125
|
}, this.renderContent(props)));
|
|
295
126
|
}
|
|
296
127
|
renderWidget(props) {
|
|
297
|
-
const rootStyle = this.getRootContainerStyle();
|
|
298
|
-
const autoLayoutStyle = this.getContentContainerStyle();
|
|
299
128
|
const dimensions = {
|
|
300
|
-
width:
|
|
301
|
-
height:
|
|
129
|
+
width: this.styles.root.width ? '100%' : undefined,
|
|
130
|
+
height: this.styles.root.height ? '100%' : undefined
|
|
302
131
|
};
|
|
303
132
|
const styles = this._showSkeleton ? {
|
|
304
133
|
...this.styles.root,
|
|
@@ -317,7 +146,7 @@ export default class WmContainer extends PartialHost {
|
|
|
317
146
|
return /*#__PURE__*/React.createElement(Animatedview, {
|
|
318
147
|
entryanimation: props.animation,
|
|
319
148
|
delay: props.animationdelay,
|
|
320
|
-
style:
|
|
149
|
+
style: styles,
|
|
321
150
|
onLayout: (event, ref) => {
|
|
322
151
|
this.handleLayout(event, ref);
|
|
323
152
|
}
|
|
@@ -325,12 +154,10 @@ export default class WmContainer extends PartialHost {
|
|
|
325
154
|
target: this,
|
|
326
155
|
styles: dimensions,
|
|
327
156
|
disableTouchEffect: this.state.props.disabletoucheffect
|
|
328
|
-
}), props.sticky ? this.renderStickyContent(props, dimensions, styles
|
|
329
|
-
style: [
|
|
330
|
-
flexDirection: 'column'
|
|
331
|
-
}, this.getFlexUtilityStyles(), dimensions, this.styles.content, autoLayoutStyle]
|
|
157
|
+
}), props.sticky ? this.renderStickyContent(props, dimensions, styles) : !props.scrollable ? /*#__PURE__*/React.createElement(View, {
|
|
158
|
+
style: [dimensions, this.styles.content]
|
|
332
159
|
}, this.renderContent(props)) : /*#__PURE__*/React.createElement(ScrollView, {
|
|
333
|
-
style: [dimensions, this.styles.content
|
|
160
|
+
style: [dimensions, this.styles.content],
|
|
334
161
|
onScroll: event => this.notify('scroll', [event]),
|
|
335
162
|
scrollEventThrottle: 48
|
|
336
163
|
}, this.renderContent(props))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Platform","Animated","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","createSkeleton","ScrollView","StickyWrapperContext","SafeAreaInsetsContext","StickyContainer","getParentStyles","injector","alignmentMatrixFixed","justifyContent","alignItems","alignmentMatrixAuto","start","center","end","WmContainerState","constructor","args","_defineProperty","WmContainer","props","get","top","bottom","left","right","containerRef","createRef","stickyContainerOpacity","Value","subscribe","_event","sticky","setTimeout","getStickyHeaderTranslateY","getBackground","_showSkeleton","_background","getRootContainerStyle","_this$styles$skeleton","baseStyle","styles","root","width","height","dimensionStyle","console","log","flexGrow","undefined","num","endsWith","parseFloat","isNaN","alignSelf","styleWithResize","skeleton","getContentContainerStyle","direction","wrap","gap","alignment","columngap","useNewLayoutSystem","finalDirection","finalWrap","finalGap","finalAlignment","isRow","isAutoGap","isWrap","layoutStyle","flexDirection","flexWrap","alignConfig","columnGap","Number","rowGap","alignContent","renderSkeleton","showskeletonchildren","_this$props","dimensions","skeletonStyles","text","theme","createElement","style","opacity","_extends","getTestPropsForAction","target","disableTouchEffect","state","disabletoucheffect","content","renderContent","getFlexUtilityStyles","flexShrink","textAlign","_this$appConfig","_this$containerRef","isEdgeToEdgeApp","appConfig","edgeToEdgeConfig","current","measure","_x","_y","_width","_height","px","py","_this$insets","topInsetsInYposition","OS","insets","context","stickyContainerTranslateY","value","updateState","stickyContainerVisibility","componentDidUpdate","_prevProps","prevState","timing","toValue","delay","useNativeDriver","renderStickyContent","autoLayoutStyle","positioningStyles","Fragment","component","backgroundColor","positionStyles","show","ref","renderWidget","rootStyle","isSticky","Consumer","entryanimation","animation","animationdelay","onLayout","event","handleLayout","scrollable","onScroll","notify","scrollEventThrottle"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, LayoutChangeEvent, StyleProp, View, ViewStyle, Platform, Animated } from 'react-native';\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\nimport { createSkeleton } from '../basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport { StickyWrapperContextType, StickyWrapperContext } from '@wavemaker/app-rn-runtime/core/sticky-wrapper';\nimport { EdgeInsets, SafeAreaInsetsContext } from 'react-native-safe-area-context';\nimport { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';\nimport { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\n\n// Alignment matrix for flex properties\nconst alignmentMatrixFixed: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n 'top-left': { justifyContent: 'flex-start', alignItems: 'flex-start' },\n 'top-center': { justifyContent: 'center', alignItems: 'flex-start' },\n 'top-right': { justifyContent: 'flex-end', alignItems: 'flex-start' },\n 'middle-left': { justifyContent: 'flex-start', alignItems: 'center' },\n 'middle-center': { justifyContent: 'center', alignItems: 'center' },\n 'middle-right': { justifyContent: 'flex-end', alignItems: 'center' },\n 'bottom-left': { justifyContent: 'flex-start', alignItems: 'flex-end' },\n 'bottom-center': { justifyContent: 'center', alignItems: 'flex-end' },\n 'bottom-right': { justifyContent: 'flex-end', alignItems: 'flex-end' },\n};\n\nconst alignmentMatrixAuto: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n start: { justifyContent: 'space-between', alignItems: 'flex-start' },\n center: { justifyContent: 'space-between', alignItems: 'center' },\n end: { justifyContent: 'space-between', alignItems: 'flex-end' },\n};\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n stickyContainerVisibility = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n static contextType = StickyWrapperContext;\n private containerRef: React.RefObject<View | null>;\n private stickyContainerOpacity: Animated.Value;\n private appConfig = injector.get<AppConfig>('APP_CONFIG');\n insets: EdgeInsets | null = {\n top: 0, bottom: 0, left: 0, right: 0\n };\n\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps(), new WmContainerState());\n this.containerRef = React.createRef();\n this.stickyContainerOpacity = new Animated.Value(1);\n\n this.subscribe('updateStickyHeaders', (_event: any) => {\n if(this.props.sticky){\n setTimeout(()=>{\n this.getStickyHeaderTranslateY();\n }, 500);\n }\n })\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n }\n \n // Compute root style respecting 'fill'|'hug'|<size> for width/height.\n private getRootContainerStyle(): ViewStyle {\n // const { width, height } = this.props;\n const baseStyle = this.styles.root || {};\n const { width, height }: any = baseStyle;\n const dimensionStyle: ViewStyle = {};\n\n console.log({height, width});\n\n if (height === 'fill') {\n dimensionStyle.flexGrow = 1;\n // dimensionStyle.flexShrink = 1;\n dimensionStyle.height = undefined;\n } else if (height === 'hug') {\n dimensionStyle.flexGrow = 0;\n dimensionStyle.height = undefined;\n } else if (height) {\n const num = (typeof height === 'string' && height.endsWith('%')) ? height : parseFloat(height);\n dimensionStyle.height = (isNaN(num as number) ? height : num) as DimensionValue;\n }\n\n if (width === 'fill') {\n dimensionStyle.alignSelf = 'stretch';\n dimensionStyle.width = undefined;\n } else if (width === 'hug') {\n dimensionStyle.width = undefined;\n } else if (width) {\n const num = (typeof width === 'string' && width.endsWith('%')) ? width : parseFloat(width);\n dimensionStyle.width = (isNaN(num as number) ? width : num) as DimensionValue;\n }\n\n const styleWithResize = {\n ...baseStyle,\n ...dimensionStyle,\n };\n\n return this._showSkeleton\n ? { ...styleWithResize, ...this.styles.skeleton?.root }\n : styleWithResize;\n }\n\n // Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).\n private getContentContainerStyle(): ViewStyle {\n const { direction, wrap, gap, alignment, columngap } = this.props;\n\n /* Check if any of the new layout props are provided. If not, return an empty\n style object to maintain backward compatibility. */\n const useNewLayoutSystem = \n direction !== undefined || \n wrap !== undefined || \n gap !== undefined || \n alignment !== undefined ||\n columngap !== undefined;\n\n if (!useNewLayoutSystem) {\n return {};\n }\n\n // Apply defaults only if the new layout system is active\n const finalDirection = direction ?? 'row';\n const finalWrap = wrap ?? false;\n const finalGap = gap ?? 4;\n const finalAlignment = alignment ?? 'top-left';\n\n const isRow = finalDirection === 'row';\n const isAutoGap = finalGap === 'auto';\n const isWrap = finalWrap === 'true' || finalWrap === true;\n\n const layoutStyle: ViewStyle = {\n flexDirection: finalDirection,\n flexWrap: isWrap && isRow ? 'wrap' : 'nowrap',\n };\n\n if (isAutoGap) {\n const alignConfig =\n alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];\n layoutStyle.justifyContent =\n alignConfig.justifyContent as ViewStyle['justifyContent'];\n layoutStyle.alignItems =\n alignConfig.alignItems as ViewStyle['alignItems'];\n } else {\n if (isRow) {\n // For a row, the main-axis gap (between items) is columnGap.\n layoutStyle.columnGap = Number(finalGap);\n } else {\n // For a column, the main-axis gap (between items) is rowGap.\n layoutStyle.rowGap = Number(finalGap);\n }\n const alignConfig =\n alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];\n\n layoutStyle.justifyContent = (\n isRow ? alignConfig.justifyContent : alignConfig.alignItems\n ) as ViewStyle['justifyContent'];\n layoutStyle.alignItems = (\n isRow ? alignConfig.alignItems : alignConfig.justifyContent\n ) as ViewStyle['alignItems'];\n }\n\n // Add columnGap logic for wrapped rows\n if (isWrap && isRow) {\n if (columngap === 'auto') {\n layoutStyle.alignContent = 'space-between';\n } else if (columngap !== undefined) {\n layoutStyle.rowGap = Number(columngap);\n }\n }\n\n return {\n ...layoutStyle,\n };\n }\n \n public renderSkeleton(props: WmContainerProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n }; \n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n <Tappable {...this.getTestPropsForAction()} target={this} styles={dimensions} disableTouchEffect={this.state.props.disabletoucheffect}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n\n </View>))\n }\n return null;\n }\n\n getFlexUtilityStyles() {\n return {\n flexDirection: this.styles.root.flexDirection,\n justifyContent: this.styles.root.justifyContent,\n alignContent: this.styles.root.alignContent,\n alignItems: this.styles.root.alignItems,\n alignSelf: this.styles.root.alignSelf,\n flexShrink: this.styles.root.flexShrink,\n flexGrow: this.styles.root.flexGrow,\n flexWrap: this.styles.root.flexWrap,\n textAlign: this.styles.root.textAlign,\n };\n }\n public getStickyHeaderTranslateY(){\n const isEdgeToEdgeApp = !!this.appConfig?.edgeToEdgeConfig?.isEdgeToEdgeApp;\n this.containerRef?.current?.measure((_x = 0, _y = 0, _width = 0, _height = 0, px = 0, py = 0)=>{\n const topInsetsInYposition = (Platform.OS == 'ios' && !isEdgeToEdgeApp) ? (this.insets?.top || 0): 0\n if((this.context) && (this.context as StickyWrapperContextType).stickyContainerTranslateY) {\n (this.context as StickyWrapperContextType).stickyContainerTranslateY.value = py - topInsetsInYposition ;\n this.updateState({ stickyContainerVisibility: true} as WmContainerState); \n }\n })\n }\n\n componentDidUpdate(_prevProps: any, prevState: any) {\n if (prevState.stickyContainerVisibility !== this.state.stickyContainerVisibility) {\n Animated.timing(this.stickyContainerOpacity, {\n toValue: this.state.stickyContainerVisibility ? 0 : 1,\n delay: 500,\n useNativeDriver: true\n }).start();\n }\n }\n\n private renderStickyContent(props: WmContainerProps, dimensions: ViewStyle, styles: ViewStyle, autoLayoutStyle: ViewStyle) {\n const { stickyContainerVisibility } = this.state;\n const { positioningStyles } = getParentStyles(this);\n\n return (\n <>\n {stickyContainerVisibility ? (\n <StickyContainer\n component={this}\n theme={this.theme}\n style={[\n this.styles.sticky,\n { backgroundColor: styles.backgroundColor }\n ]}\n positionStyles={positioningStyles}\n show={props.show as boolean}\n >\n <View style={[dimensions as ViewStyle, { backgroundColor: styles.backgroundColor }, this.styles.content, autoLayoutStyle]}>\n {this.renderContent(props)}\n </View>\n </StickyContainer>\n ) : <></>}\n <Animated.View \n style={[\n dimensions as ViewStyle, \n { opacity: this.stickyContainerOpacity }, \n this.styles.content,\n autoLayoutStyle\n ]} \n ref={this.containerRef}\n >\n {this.renderContent(props)}\n </Animated.View>\n </>\n );\n }\n\n renderWidget(props: WmContainerProps) {\n const rootStyle = this.getRootContainerStyle();\n const autoLayoutStyle = this.getContentContainerStyle();\n\n const dimensions: ViewStyle = {\n width: rootStyle.width ? '100%' : undefined,\n height: rootStyle.height ? '100%' : undefined\n };\n\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root;\n\n if (props.sticky) {\n this.isSticky = true;\n }\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets = { top: 0, bottom: 0, left: 0, right: 0 }) => {\n this.insets = insets;\n return (\n <Animatedview \n entryanimation={props.animation} \n delay={props.animationdelay} \n style={rootStyle}\n onLayout={(event: LayoutChangeEvent, ref: React.RefObject<View>) => {\n this.handleLayout(event, ref);\n }}\n >\n {this.getBackground()}\n <Tappable \n {...this.getTestPropsForAction()} \n target={this} \n styles={dimensions} \n disableTouchEffect={this.state.props.disabletoucheffect}\n >\n {props.sticky ? (\n this.renderStickyContent(props, dimensions, styles, autoLayoutStyle)\n ) : !props.scrollable ? (\n <View style={[{\n flexDirection: 'column'}, \n this.getFlexUtilityStyles(), \n dimensions as ViewStyle, \n this.styles.content,\n autoLayoutStyle]}>\n {this.renderContent(props)}\n </View>\n ) : (\n <ScrollView \n style={[dimensions as ViewStyle, this.styles.content, autoLayoutStyle]}\n onScroll={(event) => this.notify('scroll', [event])}\n scrollEventThrottle={48}\n >\n {this.renderContent(props)}\n </ScrollView>\n )}\n </Tappable>\n </Animatedview>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n }\n}\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAuDC,IAAI,EAAaC,QAAQ,EAAEC,QAAQ,QAAQ,cAAc;AAChH,OAAOC,gBAAgB,MAAM,mBAAmB;AAChD,SAASC,aAAa,QAA2B,oBAAoB;AACrE,SAASC,QAAQ,QAAQ,mDAAmD;AAC5E,SAASC,YAAY,QAAQ,mEAAmE;AAChG,SAASC,WAAW,EAAEC,gBAAgB,QAAQ,0BAA0B;AACxE,SAASC,cAAc,QAAQ,sCAAsC;AAErE,SAASC,UAAU,QAAQ,8BAA8B;AACzD,SAAmCC,oBAAoB,QAAQ,+CAA+C;AAC9G,SAAqBC,qBAAqB,QAAQ,gCAAgC;AAClF,SAASC,eAAe,QAAQ,sEAAsE;AACtG,SAASC,eAAe,QAAQ,mEAAmE;AACnG,OAAOC,QAAQ,MAAM,yCAAyC;AAG9D;AACA,MAAMC,oBAGL,GAAG;EACF,UAAU,EAAE;IAAEC,cAAc,EAAE,YAAY;IAAEC,UAAU,EAAE;EAAa,CAAC;EACtE,YAAY,EAAE;IAAED,cAAc,EAAE,QAAQ;IAAEC,UAAU,EAAE;EAAa,CAAC;EACpE,WAAW,EAAE;IAAED,cAAc,EAAE,UAAU;IAAEC,UAAU,EAAE;EAAa,CAAC;EACrE,aAAa,EAAE;IAAED,cAAc,EAAE,YAAY;IAAEC,UAAU,EAAE;EAAS,CAAC;EACrE,eAAe,EAAE;IAAED,cAAc,EAAE,QAAQ;IAAEC,UAAU,EAAE;EAAS,CAAC;EACnE,cAAc,EAAE;IAAED,cAAc,EAAE,UAAU;IAAEC,UAAU,EAAE;EAAS,CAAC;EACpE,aAAa,EAAE;IAAED,cAAc,EAAE,YAAY;IAAEC,UAAU,EAAE;EAAW,CAAC;EACvE,eAAe,EAAE;IAAED,cAAc,EAAE,QAAQ;IAAEC,UAAU,EAAE;EAAW,CAAC;EACrE,cAAc,EAAE;IAAED,cAAc,EAAE,UAAU;IAAEC,UAAU,EAAE;EAAW;AACvE,CAAC;AAED,MAAMC,mBAGL,GAAG;EACFC,KAAK,EAAE;IAAEH,cAAc,EAAE,eAAe;IAAEC,UAAU,EAAE;EAAa,CAAC;EACpEG,MAAM,EAAE;IAAEJ,cAAc,EAAE,eAAe;IAAEC,UAAU,EAAE;EAAS,CAAC;EACjEI,GAAG,EAAE;IAAEL,cAAc,EAAE,eAAe;IAAEC,UAAU,EAAE;EAAW;AACjE,CAAC;AAED,OAAO,MAAMK,gBAAgB,SAASf,gBAAgB,CAAmB;EAAAgB,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,0BACrD,KAAK;IAAAA,eAAA,oCACK,KAAK;EAAA;AACnC;AAEA,eAAe,MAAMC,WAAW,SAASpB,WAAW,CAAwD;EAS1GiB,WAAWA,CAACI,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,EAAExB,aAAa,EAAE,IAAID,gBAAgB,CAAC,CAAC,EAAE,IAAIoB,gBAAgB,CAAC,CAAC,CAAC;IAACG,eAAA;IAAAA,eAAA;IAAAA,eAAA,oBAN1DX,QAAQ,CAACc,GAAG,CAAY,YAAY,CAAC;IAAAH,eAAA,iBAC7B;MAC1BI,GAAG,EAAE,CAAC;MAAEC,MAAM,EAAE,CAAC;MAAEC,IAAI,EAAE,CAAC;MAAEC,KAAK,EAAE;IACrC,CAAC;IAIC,IAAI,CAACC,YAAY,gBAAGnC,KAAK,CAACoC,SAAS,CAAC,CAAC;IACrC,IAAI,CAACC,sBAAsB,GAAG,IAAIlC,QAAQ,CAACmC,KAAK,CAAC,CAAC,CAAC;IAEnD,IAAI,CAACC,SAAS,CAAC,qBAAqB,EAAGC,MAAW,IAAK;MACrD,IAAG,IAAI,CAACX,KAAK,CAACY,MAAM,EAAC;QACnBC,UAAU,CAAC,MAAI;UACb,IAAI,CAACC,yBAAyB,CAAC,CAAC;QAClC,CAAC,EAAE,GAAG,CAAC;MACT;IACF,CAAC,CAAC;EACJ;EAEAC,aAAaA,CAAA,EAA6B;IACxC,OAAO,IAAI,CAACC,aAAa,GAAG,IAAI,GAAG,IAAI,CAACC,WAAW;EACrD;;EAEA;EACQC,qBAAqBA,CAAA,EAAc;IAAA,IAAAC,qBAAA;IACzC;IACA,MAAMC,SAAS,GAAG,IAAI,CAACC,MAAM,CAACC,IAAI,IAAI,CAAC,CAAC;IACxC,MAAM;MAAEC,KAAK;MAAEC;IAAY,CAAC,GAAGJ,SAAS;IACxC,MAAMK,cAAyB,GAAG,CAAC,CAAC;IAEpCC,OAAO,CAACC,GAAG,CAAC;MAACH,MAAM;MAAED;IAAK,CAAC,CAAC;IAE5B,IAAIC,MAAM,KAAK,MAAM,EAAE;MACrBC,cAAc,CAACG,QAAQ,GAAG,CAAC;MAC3B;MACAH,cAAc,CAACD,MAAM,GAAGK,SAAS;IACnC,CAAC,MAAM,IAAIL,MAAM,KAAK,KAAK,EAAE;MAC3BC,cAAc,CAACG,QAAQ,GAAG,CAAC;MAC3BH,cAAc,CAACD,MAAM,GAAGK,SAAS;IACnC,CAAC,MAAM,IAAIL,MAAM,EAAE;MACjB,MAAMM,GAAG,GAAI,OAAON,MAAM,KAAK,QAAQ,IAAIA,MAAM,CAACO,QAAQ,CAAC,GAAG,CAAC,GAAIP,MAAM,GAAGQ,UAAU,CAACR,MAAM,CAAC;MAC9FC,cAAc,CAACD,MAAM,GAAIS,KAAK,CAACH,GAAa,CAAC,GAAGN,MAAM,GAAGM,GAAsB;IACjF;IAEA,IAAIP,KAAK,KAAK,MAAM,EAAE;MACpBE,cAAc,CAACS,SAAS,GAAG,SAAS;MACpCT,cAAc,CAACF,KAAK,GAAGM,SAAS;IAClC,CAAC,MAAM,IAAIN,KAAK,KAAK,KAAK,EAAE;MAC1BE,cAAc,CAACF,KAAK,GAAGM,SAAS;IAClC,CAAC,MAAM,IAAIN,KAAK,EAAE;MAChB,MAAMO,GAAG,GAAI,OAAOP,KAAK,KAAK,QAAQ,IAAIA,KAAK,CAACQ,QAAQ,CAAC,GAAG,CAAC,GAAIR,KAAK,GAAGS,UAAU,CAACT,KAAK,CAAC;MAC1FE,cAAc,CAACF,KAAK,GAAIU,KAAK,CAACH,GAAa,CAAC,GAAGP,KAAK,GAAGO,GAAsB;IAC/E;IAEA,MAAMK,eAAe,GAAG;MACtB,GAAGf,SAAS;MACZ,GAAGK;IACL,CAAC;IAED,OAAO,IAAI,CAACT,aAAa,GACrB;MAAE,GAAGmB,eAAe;MAAE,KAAAhB,qBAAA,GAAG,IAAI,CAACE,MAAM,CAACe,QAAQ,cAAAjB,qBAAA,uBAApBA,qBAAA,CAAsBG,IAAI;IAAC,CAAC,GACrDa,eAAe;EACrB;;EAEA;EACQE,wBAAwBA,CAAA,EAAc;IAC5C,MAAM;MAAEC,SAAS;MAAEC,IAAI;MAAEC,GAAG;MAAEC,SAAS;MAAEC;IAAU,CAAC,GAAG,IAAI,CAAC1C,KAAK;;IAEjE;AACJ;IACI,MAAM2C,kBAAkB,GACpBL,SAAS,KAAKT,SAAS,IACvBU,IAAI,KAAKV,SAAS,IAClBW,GAAG,KAAKX,SAAS,IACjBY,SAAS,KAAKZ,SAAS,IACvBa,SAAS,KAAKb,SAAS;IAE3B,IAAI,CAACc,kBAAkB,EAAE;MACvB,OAAO,CAAC,CAAC;IACX;;IAEA;IACA,MAAMC,cAAc,GAAGN,SAAS,aAATA,SAAS,cAATA,SAAS,GAAI,KAAK;IACzC,MAAMO,SAAS,GAAGN,IAAI,aAAJA,IAAI,cAAJA,IAAI,GAAI,KAAK;IAC/B,MAAMO,QAAQ,GAAGN,GAAG,aAAHA,GAAG,cAAHA,GAAG,GAAI,CAAC;IACzB,MAAMO,cAAc,GAAGN,SAAS,aAATA,SAAS,cAATA,SAAS,GAAI,UAAU;IAE9C,MAAMO,KAAK,GAAGJ,cAAc,KAAK,KAAK;IACtC,MAAMK,SAAS,GAAGH,QAAQ,KAAK,MAAM;IACrC,MAAMI,MAAM,GAAGL,SAAS,KAAK,MAAM,IAAIA,SAAS,KAAK,IAAI;IAEzD,MAAMM,WAAsB,GAAG;MAC7BC,aAAa,EAAER,cAAc;MAC7BS,QAAQ,EAAEH,MAAM,IAAIF,KAAK,GAAG,MAAM,GAAG;IACvC,CAAC;IAED,IAAIC,SAAS,EAAE;MACb,MAAMK,WAAW,GACf/D,mBAAmB,CAACwD,cAAc,CAAC,IAAIxD,mBAAmB,CAAC,OAAO,CAAC;MACrE4D,WAAW,CAAC9D,cAAc,GACxBiE,WAAW,CAACjE,cAA6C;MAC3D8D,WAAW,CAAC7D,UAAU,GACpBgE,WAAW,CAAChE,UAAqC;IACrD,CAAC,MAAM;MACL,IAAI0D,KAAK,EAAE;QACT;QACAG,WAAW,CAACI,SAAS,GAAGC,MAAM,CAACV,QAAQ,CAAC;MAC1C,CAAC,MAAM;QACL;QACAK,WAAW,CAACM,MAAM,GAAGD,MAAM,CAACV,QAAQ,CAAC;MACvC;MACA,MAAMQ,WAAW,GACflE,oBAAoB,CAAC2D,cAAc,CAAC,IAAI3D,oBAAoB,CAAC,UAAU,CAAC;MAE1E+D,WAAW,CAAC9D,cAAc,GACxB2D,KAAK,GAAGM,WAAW,CAACjE,cAAc,GAAGiE,WAAW,CAAChE,UACnB;MAChC6D,WAAW,CAAC7D,UAAU,GACpB0D,KAAK,GAAGM,WAAW,CAAChE,UAAU,GAAGgE,WAAW,CAACjE,cACnB;IAC9B;;IAEA;IACA,IAAI6D,MAAM,IAAIF,KAAK,EAAE;MACnB,IAAIN,SAAS,KAAK,MAAM,EAAE;QACxBS,WAAW,CAACO,YAAY,GAAG,eAAe;MAC5C,CAAC,MAAM,IAAIhB,SAAS,KAAKb,SAAS,EAAE;QAClCsB,WAAW,CAACM,MAAM,GAAGD,MAAM,CAACd,SAAS,CAAC;MACxC;IACF;IAEA,OAAO;MACL,GAAGS;IACL,CAAC;EACH;EAEOQ,cAAcA,CAAC3D,KAAuB,EAAmB;IAC5D,IAAG,CAACA,KAAK,CAAC4D,oBAAoB,EAAE;MAAA,IAAAC,WAAA;MAC9B,MAAMC,UAAU,GAAG;QACjBvC,KAAK,EAAE,IAAI,CAACF,MAAM,CAACC,IAAI,CAACC,KAAK,GAAG,MAAM,GAAGM,SAAS;QAClDL,MAAM,EAAE,IAAI,CAACH,MAAM,CAACC,IAAI,CAACE,MAAM,GAAG,MAAM,GAAGK;MAC7C,CAAC;MACD,MAAMkC,cAAgC,GAAG,EAAAF,WAAA,OAAI,CAAC7D,KAAK,cAAA6D,WAAA,gBAAAA,WAAA,GAAVA,WAAA,CAAYxC,MAAM,cAAAwC,WAAA,uBAAlBA,WAAA,CAAoBzB,QAAQ,KAAI;QAAEd,IAAI,EAAE,CAAC,CAAC;QAAE0C,IAAI,EAAE,CAAC;MAAG,CAAqB;MACpH,OAAOnF,cAAc,CAAC,IAAI,CAACoF,KAAK,EAAEF,cAAc,EAAE;QAChD,GAAG,IAAI,CAAC1C,MAAM,CAACC;MACjB,CAAC,eAAGnD,KAAA,CAAA+F,aAAA,CAAC9F,IAAI;QAAC+F,KAAK,EAAE,CAAC,IAAI,CAAC9C,MAAM,CAACC,IAAI,EAAE;UAAE8C,OAAO,EAAE;QAAE,CAAC;MAAE,gBAC1CjG,KAAA,CAAA+F,aAAA,CAACzF,QAAQ,EAAA4F,QAAA,KAAK,IAAI,CAACC,qBAAqB,CAAC,CAAC;QAAEC,MAAM,EAAE,IAAK;QAAClD,MAAM,EAAEyC,UAAW;QAACU,kBAAkB,EAAE,IAAI,CAACC,KAAK,CAACzE,KAAK,CAAC0E;MAAmB,iBAC5IvG,KAAA,CAAA+F,aAAA,CAAC9F,IAAI;QAAC+F,KAAK,EAAE,CAACL,UAAU,EAAgB,IAAI,CAACzC,MAAM,CAACsD,OAAO;MAAE,GAAE,IAAI,CAACC,aAAa,CAAC5E,KAAK,CAAQ,CACzF,CAEJ,CAAE,CAAC;IACX;IACA,OAAO,IAAI;EACf;EAEE6E,oBAAoBA,CAAA,EAAG;IACrB,OAAO;MACLzB,aAAa,EAAE,IAAI,CAAC/B,MAAM,CAACC,IAAI,CAAC8B,aAAa;MAC7C/D,cAAc,EAAE,IAAI,CAACgC,MAAM,CAACC,IAAI,CAACjC,cAAc;MAC/CqE,YAAY,EAAE,IAAI,CAACrC,MAAM,CAACC,IAAI,CAACoC,YAAY;MAC3CpE,UAAU,EAAE,IAAI,CAAC+B,MAAM,CAACC,IAAI,CAAChC,UAAU;MACvC4C,SAAS,EAAE,IAAI,CAACb,MAAM,CAACC,IAAI,CAACY,SAAS;MACrC4C,UAAU,EAAE,IAAI,CAACzD,MAAM,CAACC,IAAI,CAACwD,UAAU;MACvClD,QAAQ,EAAE,IAAI,CAACP,MAAM,CAACC,IAAI,CAACM,QAAQ;MACnCyB,QAAQ,EAAE,IAAI,CAAChC,MAAM,CAACC,IAAI,CAAC+B,QAAQ;MACnC0B,SAAS,EAAE,IAAI,CAAC1D,MAAM,CAACC,IAAI,CAACyD;IAC9B,CAAC;EACH;EACKjE,yBAAyBA,CAAA,EAAE;IAAA,IAAAkE,eAAA,EAAAC,kBAAA;IAChC,MAAMC,eAAe,GAAG,CAAC,GAAAF,eAAA,GAAC,IAAI,CAACG,SAAS,cAAAH,eAAA,gBAAAA,eAAA,GAAdA,eAAA,CAAgBI,gBAAgB,cAAAJ,eAAA,eAAhCA,eAAA,CAAkCE,eAAe;IAC3E,CAAAD,kBAAA,OAAI,CAAC3E,YAAY,cAAA2E,kBAAA,gBAAAA,kBAAA,GAAjBA,kBAAA,CAAmBI,OAAO,cAAAJ,kBAAA,eAA1BA,kBAAA,CAA4BK,OAAO,CAAC,CAACC,EAAE,GAAG,CAAC,EAAEC,EAAE,GAAG,CAAC,EAAEC,MAAM,GAAG,CAAC,EAAEC,OAAO,GAAG,CAAC,EAAEC,EAAE,GAAG,CAAC,EAAEC,EAAE,GAAG,CAAC,KAAG;MAAA,IAAAC,YAAA;MAC7F,MAAMC,oBAAoB,GAAIzH,QAAQ,CAAC0H,EAAE,IAAI,KAAK,IAAI,CAACb,eAAe,GAAK,EAAAW,YAAA,OAAI,CAACG,MAAM,cAAAH,YAAA,uBAAXA,YAAA,CAAa3F,GAAG,KAAI,CAAC,GAAG,CAAC;MACpG,IAAI,IAAI,CAAC+F,OAAO,IAAM,IAAI,CAACA,OAAO,CAA8BC,yBAAyB,EAAE;QACxF,IAAI,CAACD,OAAO,CAA8BC,yBAAyB,CAACC,KAAK,GAAGP,EAAE,GAAGE,oBAAoB;QACtG,IAAI,CAACM,WAAW,CAAC;UAAEC,yBAAyB,EAAE;QAAI,CAAqB,CAAC;MAC1E;IACF,CAAC,CAAC;EACJ;EAEAC,kBAAkBA,CAACC,UAAe,EAAEC,SAAc,EAAE;IAClD,IAAIA,SAAS,CAACH,yBAAyB,KAAK,IAAI,CAAC5B,KAAK,CAAC4B,yBAAyB,EAAE;MAChF/H,QAAQ,CAACmI,MAAM,CAAC,IAAI,CAACjG,sBAAsB,EAAE;QAC3CkG,OAAO,EAAE,IAAI,CAACjC,KAAK,CAAC4B,yBAAyB,GAAG,CAAC,GAAG,CAAC;QACrDM,KAAK,EAAE,GAAG;QACVC,eAAe,EAAE;MACnB,CAAC,CAAC,CAACpH,KAAK,CAAC,CAAC;IACZ;EACF;EAEQqH,mBAAmBA,CAAC7G,KAAuB,EAAE8D,UAAqB,EAAEzC,MAAiB,EAAEyF,eAA0B,EAAE;IACzH,MAAM;MAAET;IAA0B,CAAC,GAAG,IAAI,CAAC5B,KAAK;IAChD,MAAM;MAAEsC;IAAkB,CAAC,GAAG7H,eAAe,CAAC,IAAI,CAAC;IAEnD,oBACEf,KAAA,CAAA+F,aAAA,CAAA/F,KAAA,CAAA6I,QAAA,QACGX,yBAAyB,gBACxBlI,KAAA,CAAA+F,aAAA,CAACjF,eAAe;MACdgI,SAAS,EAAE,IAAK;MAChBhD,KAAK,EAAE,IAAI,CAACA,KAAM;MAClBE,KAAK,EAAE,CACL,IAAI,CAAC9C,MAAM,CAACT,MAAM,EAClB;QAAEsG,eAAe,EAAE7F,MAAM,CAAC6F;MAAgB,CAAC,CAC3C;MACFC,cAAc,EAAEJ,iBAAkB;MAClCK,IAAI,EAAEpH,KAAK,CAACoH;IAAgB,gBAE5BjJ,KAAA,CAAA+F,aAAA,CAAC9F,IAAI;MAAC+F,KAAK,EAAE,CAACL,UAAU,EAAe;QAAEoD,eAAe,EAAE7F,MAAM,CAAC6F;MAAgB,CAAC,EAAE,IAAI,CAAC7F,MAAM,CAACsD,OAAO,EAAEmC,eAAe;IAAE,GACvH,IAAI,CAAClC,aAAa,CAAC5E,KAAK,CACrB,CACS,CAAC,gBAChB7B,KAAA,CAAA+F,aAAA,CAAA/F,KAAA,CAAA6I,QAAA,MAAI,CAAC,eACT7I,KAAA,CAAA+F,aAAA,CAAC5F,QAAQ,CAACF,IAAI;MACZ+F,KAAK,EAAE,CACLL,UAAU,EACV;QAAEM,OAAO,EAAE,IAAI,CAAC5D;MAAuB,CAAC,EACxC,IAAI,CAACa,MAAM,CAACsD,OAAO,EACnBmC,eAAe,CACf;MACFO,GAAG,EAAE,IAAI,CAAC/G;IAAa,GAEtB,IAAI,CAACsE,aAAa,CAAC5E,KAAK,CACZ,CACf,CAAC;EAEP;EAEAsH,YAAYA,CAACtH,KAAuB,EAAE;IACpC,MAAMuH,SAAS,GAAG,IAAI,CAACrG,qBAAqB,CAAC,CAAC;IAC9C,MAAM4F,eAAe,GAAG,IAAI,CAACzE,wBAAwB,CAAC,CAAC;IAEvD,MAAMyB,UAAqB,GAAG;MAC5BvC,KAAK,EAAEgG,SAAS,CAAChG,KAAK,GAAG,MAAM,GAAGM,SAAS;MAC3CL,MAAM,EAAE+F,SAAS,CAAC/F,MAAM,GAAG,MAAM,GAAGK;IACtC,CAAC;IAED,MAAMR,MAAM,GAAG,IAAI,CAACL,aAAa,GAAG;MAClC,GAAG,IAAI,CAACK,MAAM,CAACC,IAAI;MACnB,GAAG,IAAI,CAACD,MAAM,CAACe,QAAQ,CAACd;IAC1B,CAAC,GAAG,IAAI,CAACD,MAAM,CAACC,IAAI;IAEpB,IAAItB,KAAK,CAACY,MAAM,EAAE;MAChB,IAAI,CAAC4G,QAAQ,GAAG,IAAI;IACtB;IACA,oBACErJ,KAAA,CAAA+F,aAAA,CAAClF,qBAAqB,CAACyI,QAAQ,QAC5B,CAACzB,MAAM,GAAG;MAAE9F,GAAG,EAAE,CAAC;MAAEC,MAAM,EAAE,CAAC;MAAEC,IAAI,EAAE,CAAC;MAAEC,KAAK,EAAE;IAAE,CAAC,KAAK;MACtD,IAAI,CAAC2F,MAAM,GAAGA,MAAM;MACpB,oBACE7H,KAAA,CAAA+F,aAAA,CAACxF,YAAY;QACXgJ,cAAc,EAAE1H,KAAK,CAAC2H,SAAU;QAChChB,KAAK,EAAE3G,KAAK,CAAC4H,cAAe;QAC5BzD,KAAK,EAAEoD,SAAU;QACjBM,QAAQ,EAAEA,CAACC,KAAwB,EAAET,GAA0B,KAAK;UAClE,IAAI,CAACU,YAAY,CAACD,KAAK,EAAET,GAAG,CAAC;QAC/B;MAAE,GAED,IAAI,CAACtG,aAAa,CAAC,CAAC,eACrB5C,KAAA,CAAA+F,aAAA,CAACzF,QAAQ,EAAA4F,QAAA,KACH,IAAI,CAACC,qBAAqB,CAAC,CAAC;QAChCC,MAAM,EAAE,IAAK;QACblD,MAAM,EAAEyC,UAAW;QACnBU,kBAAkB,EAAE,IAAI,CAACC,KAAK,CAACzE,KAAK,CAAC0E;MAAmB,IAEvD1E,KAAK,CAACY,MAAM,GACX,IAAI,CAACiG,mBAAmB,CAAC7G,KAAK,EAAE8D,UAAU,EAAEzC,MAAM,EAAEyF,eAAe,CAAC,GAClE,CAAC9G,KAAK,CAACgI,UAAU,gBACnB7J,KAAA,CAAA+F,aAAA,CAAC9F,IAAI;QAAC+F,KAAK,EAAE,CAAC;UACZf,aAAa,EAAE;QAAQ,CAAC,EACxB,IAAI,CAACyB,oBAAoB,CAAC,CAAC,EAC3Bf,UAAU,EACV,IAAI,CAACzC,MAAM,CAACsD,OAAO,EACnBmC,eAAe;MAAE,GAChB,IAAI,CAAClC,aAAa,CAAC5E,KAAK,CACrB,CAAC,gBAEP7B,KAAA,CAAA+F,aAAA,CAACpF,UAAU;QACTqF,KAAK,EAAE,CAACL,UAAU,EAAe,IAAI,CAACzC,MAAM,CAACsD,OAAO,EAAEmC,eAAe,CAAE;QACvEmB,QAAQ,EAAGH,KAAK,IAAK,IAAI,CAACI,MAAM,CAAC,QAAQ,EAAE,CAACJ,KAAK,CAAC,CAAE;QACpDK,mBAAmB,EAAE;MAAG,GAEvB,IAAI,CAACvD,aAAa,CAAC5E,KAAK,CACf,CAEN,CACE,CAAC;IAEnB,CAC8B,CAAC;EAErC;AACF;AAACF,eAAA,CAtSoBC,WAAW,iBACThB,oBAAoB","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","View","Platform","Animated","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","createSkeleton","ScrollView","StickyWrapperContext","SafeAreaInsetsContext","StickyContainer","getParentStyles","injector","WmContainerState","constructor","args","_defineProperty","WmContainer","props","get","top","bottom","left","right","containerRef","createRef","stickyContainerOpacity","Value","subscribe","_event","sticky","setTimeout","getStickyHeaderTranslateY","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","dimensions","width","styles","root","undefined","height","skeletonStyles","skeleton","text","theme","createElement","style","opacity","_extends","getTestPropsForAction","target","disableTouchEffect","state","disabletoucheffect","content","renderContent","_this$appConfig","_this$containerRef","isEdgeToEdgeApp","appConfig","edgeToEdgeConfig","current","measure","_x","_y","_width","_height","px","py","_this$insets","topInsetsInYposition","OS","insets","context","stickyContainerTranslateY","value","updateState","stickyContainerVisibility","componentDidUpdate","_prevProps","prevState","timing","toValue","delay","useNativeDriver","start","renderStickyContent","positioningStyles","Fragment","component","backgroundColor","positionStyles","show","ref","renderWidget","isSticky","Consumer","entryanimation","animation","animationdelay","onLayout","event","handleLayout","scrollable","onScroll","notify","scrollEventThrottle"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { LayoutChangeEvent, View, ViewStyle, Platform, Animated } from 'react-native';\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\nimport { createSkeleton } from '../basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport { StickyWrapperContextType, StickyWrapperContext } from '@wavemaker/app-rn-runtime/core/sticky-wrapper';\nimport { EdgeInsets, SafeAreaInsetsContext } from 'react-native-safe-area-context';\nimport { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';\nimport { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n stickyContainerVisibility = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n static contextType = StickyWrapperContext;\n private containerRef: React.RefObject<View | null>;\n private stickyContainerOpacity: Animated.Value;\n private appConfig = injector.get<AppConfig>('APP_CONFIG');\n insets: EdgeInsets | null = {\n top: 0, bottom: 0, left: 0, right: 0\n };\n\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps(), new WmContainerState());\n this.containerRef = React.createRef();\n this.stickyContainerOpacity = new Animated.Value(1);\n\n this.subscribe('updateStickyHeaders', (_event: any) => {\n if(this.props.sticky){\n setTimeout(()=>{\n this.getStickyHeaderTranslateY();\n }, 500);\n }\n })\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n } \n \n public renderSkeleton(props: WmContainerProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n }; \n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n <Tappable {...this.getTestPropsForAction()} target={this} styles={dimensions} disableTouchEffect={this.state.props.disabletoucheffect}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n\n </View>))\n }\n return null;\n }\n\n public getStickyHeaderTranslateY(){\n const isEdgeToEdgeApp = !!this.appConfig?.edgeToEdgeConfig?.isEdgeToEdgeApp;\n this.containerRef?.current?.measure((_x = 0, _y = 0, _width = 0, _height = 0, px = 0, py = 0)=>{\n const topInsetsInYposition = (Platform.OS == 'ios' && !isEdgeToEdgeApp) ? (this.insets?.top || 0): 0\n if((this.context) && (this.context as StickyWrapperContextType).stickyContainerTranslateY) {\n (this.context as StickyWrapperContextType).stickyContainerTranslateY.value = py - topInsetsInYposition ;\n this.updateState({ stickyContainerVisibility: true} as WmContainerState); \n }\n })\n }\n\n componentDidUpdate(_prevProps: any, prevState: any) {\n if (prevState.stickyContainerVisibility !== this.state.stickyContainerVisibility) {\n Animated.timing(this.stickyContainerOpacity, {\n toValue: this.state.stickyContainerVisibility ? 0 : 1,\n delay: 500,\n useNativeDriver: true\n }).start();\n }\n }\n\n private renderStickyContent(props: WmContainerProps, dimensions: ViewStyle, styles: ViewStyle) {\n const { stickyContainerVisibility } = this.state;\n const { positioningStyles } = getParentStyles(this);\n\n return (\n <>\n {stickyContainerVisibility ? (\n <StickyContainer\n component={this}\n theme={this.theme}\n style={[\n this.styles.sticky,\n { backgroundColor: styles.backgroundColor }\n ]}\n positionStyles={positioningStyles}\n show={props.show as boolean}\n >\n <View style={[dimensions as ViewStyle, { backgroundColor: styles.backgroundColor }, this.styles.content]}>\n {this.renderContent(props)}\n </View>\n </StickyContainer>\n ) : <></>}\n <Animated.View \n style={[\n dimensions as ViewStyle, \n { opacity: this.stickyContainerOpacity }, \n this.styles.content\n ]} \n ref={this.containerRef}\n >\n {this.renderContent(props)}\n </Animated.View>\n </>\n );\n }\n\n renderWidget(props: WmContainerProps) {\n const dimensions: ViewStyle = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n };\n\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root;\n\n if (props.sticky) {\n this.isSticky = true;\n }\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets = { top: 0, bottom: 0, left: 0, right: 0 }) => {\n this.insets = insets;\n return (\n <Animatedview \n entryanimation={props.animation} \n delay={props.animationdelay} \n style={styles}\n onLayout={(event: LayoutChangeEvent, ref: React.RefObject<View>) => {\n this.handleLayout(event, ref);\n }}\n >\n {this.getBackground()}\n <Tappable \n {...this.getTestPropsForAction()} \n target={this} \n styles={dimensions} \n disableTouchEffect={this.state.props.disabletoucheffect}\n >\n {props.sticky ? (\n this.renderStickyContent(props, dimensions, styles)\n ) : !props.scrollable ? (\n <View style={[dimensions as ViewStyle, this.styles.content]}>\n {this.renderContent(props)}\n </View>\n ) : (\n <ScrollView \n style={[dimensions as ViewStyle, this.styles.content]}\n onScroll={(event) => this.notify('scroll', [event])}\n scrollEventThrottle={48}\n >\n {this.renderContent(props)}\n </ScrollView>\n )}\n </Tappable>\n </Animatedview>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,8 +5,8 @@ import { PartialHostProps } from './partial-host.component';
|
|
|
5
5
|
export default class WmContainerProps extends PartialHostProps {
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
|
-
_defineProperty(this, "animation",
|
|
9
|
-
_defineProperty(this, "animationdelay",
|
|
8
|
+
_defineProperty(this, "animation", null);
|
|
9
|
+
_defineProperty(this, "animationdelay", null);
|
|
10
10
|
_defineProperty(this, "onLoad", void 0);
|
|
11
11
|
_defineProperty(this, "scrollable", false);
|
|
12
12
|
_defineProperty(this, "sticky", false);
|
|
@@ -17,9 +17,7 @@ export default class WmContainerProps extends PartialHostProps {
|
|
|
17
17
|
_defineProperty(this, "alignment", void 0);
|
|
18
18
|
_defineProperty(this, "gap", void 0);
|
|
19
19
|
_defineProperty(this, "columngap", void 0);
|
|
20
|
-
_defineProperty(this, "
|
|
21
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
22
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
20
|
+
_defineProperty(this, "parent-direction", void 0);
|
|
23
21
|
}
|
|
24
22
|
}
|
|
25
23
|
//# sourceMappingURL=container.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PartialHostProps","WmContainerProps","constructor","args","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\nimport { Animated } from 'react-native';\
|
|
1
|
+
{"version":3,"names":["PartialHostProps","WmContainerProps","constructor","args","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\nimport { Animated } from 'react-native';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string = null as any;\n animationdelay?: number = null as any;\n onLoad?: Function;\n scrollable?: Boolean = false as any;\n sticky?: Boolean = false as boolean;\n stickyContainerVisibility?: Boolean = false;\n stickyContainerOpacity?: Animated.Value;\n direction?: 'row' | 'column';\n wrap?: boolean | string;\n alignment?: string;\n gap?: number | string | 'auto';\n columngap?: number | string | 'auto';\n \"parent-direction\"?: string;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAG3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBACxC,IAAI;IAAAA,eAAA,yBACC,IAAI;IAAAA,eAAA;IAAAA,eAAA,qBAEP,KAAK;IAAAA,eAAA,iBACT,KAAK;IAAAA,eAAA,oCACc,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,OAO3C,kBAAkB;EAAA;AACpB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","skeleton","borderColor","shadowColor","backgroundColor","sticky","flex","paddingLeft","paddingRight","justifyContent","boxShadow","borderRadius","borderWidth","containerOutlineColor","borderStyle"],"sources":["container.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle,\n skeleton: WmSkeletonStyles,\n sticky: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {},\n skeleton: {\n root: {\n borderColor: 'transparent',\n shadowColor: 'transparent',\n backgroundColor: 'transparent',\n },\n } as any as WmSkeletonStyles, \n sticky: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n boxShadow: '2px 2px 2px rgba(0, 0, 0, 0.2)',\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AASxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","flexDirection","skeleton","borderColor","shadowColor","backgroundColor","sticky","flex","paddingLeft","paddingRight","justifyContent","boxShadow","borderRadius","borderWidth","containerOutlineColor","borderStyle"],"sources":["container.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle,\n skeleton: WmSkeletonStyles,\n sticky: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {\n flexDirection: 'column'\n },\n skeleton: {\n root: {\n borderColor: 'transparent',\n shadowColor: 'transparent',\n backgroundColor: 'transparent',\n },\n } as any as WmSkeletonStyles, \n sticky: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n boxShadow: '2px 2px 2px rgba(0, 0, 0, 0.2)',\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AASxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE;MACLC,aAAa,EAAE;IACnB,CAAC;IACDC,QAAQ,EAAE;MACNJ,IAAI,EAAE;QACFK,WAAW,EAAE,aAAa;QAC1BC,WAAW,EAAE,aAAa;QAC1BC,eAAe,EAAE;MACrB;IACJ,CAA4B;IAC5BC,MAAM,EAAE,CAAC;EACb,CAAC,CAAC;EAEFV,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFS,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBd,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFY,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBd,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFa,SAAS,EAAE,gCAAgC;MAC3CC,YAAY,EAAE;IAClB;EACJ,CAAsB,CAAC;EACvBhB,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFe,WAAW,EAAE,CAAC;MACdV,WAAW,EAAER,cAAc,CAACmB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAsB,CAAC;AAC3B,CAAC,CAAC","ignoreList":[]}
|
|
@@ -6,11 +6,8 @@ export default class WmGridcolumnProps extends BaseProps {
|
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
8
|
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "columnwidth",
|
|
10
|
-
_defineProperty(this, "xscolumnwidth",
|
|
11
|
-
_defineProperty(this, "onTap", void 0);
|
|
12
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
13
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
9
|
+
_defineProperty(this, "columnwidth", null);
|
|
10
|
+
_defineProperty(this, "xscolumnwidth", null);
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
13
|
//# sourceMappingURL=gridcolumn.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","args","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","args","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children: any;\n columnwidth: number = null as any;\n xscolumnwidth: number = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA,sBAEjC,IAAI;IAAAA,eAAA,wBACF,IAAI;EAAA;AAC9B","ignoreList":[]}
|
|
@@ -6,9 +6,6 @@ export default class WmGridrowProps extends BaseProps {
|
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
8
|
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "onTap", void 0);
|
|
10
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
11
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
12
9
|
}
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=gridrow.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmGridrowProps","constructor","args","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmGridrowProps","constructor","args","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAEtD","ignoreList":[]}
|
|
@@ -6,9 +6,6 @@ export default class WmLayoutgridProps extends BaseProps {
|
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
8
|
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "onTap", void 0);
|
|
10
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
11
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
12
9
|
}
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=layoutgrid.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","args","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","args","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAEzD","ignoreList":[]}
|
|
@@ -21,6 +21,7 @@ export default class WmLinearlayout extends BaseComponent {
|
|
|
21
21
|
const direction = props.direction;
|
|
22
22
|
s.display = 'flex';
|
|
23
23
|
s.flexDirection = direction;
|
|
24
|
+
s.width = '100%';
|
|
24
25
|
const isHorizontal = direction.startsWith('row');
|
|
25
26
|
if (isHorizontal) {
|
|
26
27
|
s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","createSkeleton","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","flexDirection","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","styles","skeleton","root","text","theme","createElement","style","opacity","children","renderWidget","rootStyles","onLayout","event","handleLayout"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction
|
|
1
|
+
{"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","createSkeleton","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","flexDirection","width","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","styles","skeleton","root","text","theme","createElement","style","opacity","children","renderWidget","rootStyles","onLayout","event","handleLayout"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction;\n s.display = 'flex';\n s.flexDirection = direction;\n s.width = '100%';\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign];\n }\n return s;\n }\n\n protected getBackground(): React.JSX.Element | null { \n return this._showSkeleton ? null : this._background\n } \n \n public renderSkeleton(props: WmLinearlayoutProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n {props.children}\n </View>))\n }\n return null;\n }\n\n\n renderWidget(props: WmLinearlayoutProps) {\n\n const rootStyles = {...this.getStyles(props), ...this.styles.root}\n const styles = this._showSkeleton ? {\n ...rootStyles,\n ...this.styles.skeleton.root\n } : rootStyles\n\n return (\n <View \n style={styles}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this.getBackground()}{props.children}\n </View>\n ); \n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,14 +5,11 @@ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
|
5
5
|
export default class WmLinearlayoutProps extends BaseProps {
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
|
-
_defineProperty(this, "children",
|
|
8
|
+
_defineProperty(this, "children", []);
|
|
9
9
|
_defineProperty(this, "direction", 'row');
|
|
10
10
|
_defineProperty(this, "horizontalalign", 'left');
|
|
11
11
|
_defineProperty(this, "verticalalign", 'top');
|
|
12
12
|
_defineProperty(this, "spacing", 0);
|
|
13
|
-
_defineProperty(this, "onTap", void 0);
|
|
14
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
15
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
15
|
//# sourceMappingURL=linearlayout.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","args","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","args","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children? = [] as any[];\n direction: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign: 'left' | 'center' | 'right' = 'left';\n verticalalign: 'top' | 'center' | 'bottom' = 'top';\n spacing = 0;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBAC3C,EAAE;IAAAA,eAAA,oBACiD,KAAK;IAAAA,eAAA,0BACrB,MAAM;IAAAA,eAAA,wBACR,KAAK;IAAAA,eAAA,kBACxC,CAAC;EAAA;AACf","ignoreList":[]}
|
|
@@ -5,12 +5,9 @@ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
|
|
|
5
5
|
export default class WmLinearlayoutitemProps extends BaseProps {
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
|
-
_defineProperty(this, "children",
|
|
9
|
-
_defineProperty(this, "flexgrow",
|
|
10
|
-
_defineProperty(this, "flexshrink",
|
|
11
|
-
_defineProperty(this, "onTap", void 0);
|
|
12
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
13
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
8
|
+
_defineProperty(this, "children", []);
|
|
9
|
+
_defineProperty(this, "flexgrow", null);
|
|
10
|
+
_defineProperty(this, "flexshrink", null);
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
13
|
//# sourceMappingURL=linearlayoutitem.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","args","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","args","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: any[] = [];\n flexgrow: number = null as any;\n flexshrink: number = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBACxC,EAAE;IAAAA,eAAA,mBACF,IAAI;IAAAA,eAAA,qBACF,IAAI;EAAA;AAC7B","ignoreList":[]}
|
|
@@ -6,9 +6,6 @@ export default class WmPanelContentProps extends BaseProps {
|
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
8
|
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "onTap", void 0);
|
|
10
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
11
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
12
9
|
}
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=panel-content.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmPanelContentProps","constructor","args","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmPanelContentProps","constructor","args","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: any[];\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAE3D","ignoreList":[]}
|
|
@@ -6,9 +6,6 @@ export default class WmPanelFooterProps extends BaseProps {
|
|
|
6
6
|
constructor(...args) {
|
|
7
7
|
super(...args);
|
|
8
8
|
_defineProperty(this, "children", void 0);
|
|
9
|
-
_defineProperty(this, "onTap", void 0);
|
|
10
|
-
_defineProperty(this, "onDoubleTap", void 0);
|
|
11
|
-
_defineProperty(this, "onLongTap", void 0);
|
|
12
9
|
}
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=panel-footer.props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","args","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\
|
|
1
|
+
{"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","args","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAE1D","ignoreList":[]}
|