@wavemaker/app-rn-runtime 11.12.1-next.28204 → 11.12.1-rc.221
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/components/basic/audio/audio.component.js +52 -47
- package/components/basic/audio/audio.component.js.map +1 -1
- package/components/basic/label/label.component.js +120 -5
- package/components/basic/label/label.component.js.map +1 -1
- package/components/basic/label/label.props.js +2 -0
- package/components/basic/label/label.props.js.map +1 -1
- package/components/basic/video/video.component.js +89 -64
- package/components/basic/video/video.component.js.map +1 -1
- package/components/container/tabs/tabs.component.js +1 -0
- package/components/container/tabs/tabs.component.js.map +1 -1
- package/components/container/wizard/wizard.component.js +77 -8
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.styles.js +86 -1
- package/components/container/wizard/wizard.styles.js.map +1 -1
- package/components/device/barcodescanner/barcodescanner.component.js +29 -18
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
- package/components/device/camera/camera.component.js +28 -19
- package/components/device/camera/camera.component.js.map +1 -1
- package/components/input/chips/chips.component.js +50 -9
- package/components/input/chips/chips.component.js.map +1 -1
- package/components/input/chips/chips.props.js +11 -0
- package/components/input/chips/chips.props.js.map +1 -1
- package/components/input/chips/chips.styles.js +64 -0
- package/components/input/chips/chips.styles.js.map +1 -1
- package/components/input/fileupload/fileupload.component.js +17 -13
- package/components/input/fileupload/fileupload.component.js.map +1 -1
- package/components/page/page-content/page-content.component.js +18 -2
- package/components/page/page-content/page-content.component.js.map +1 -1
- package/components/page/tabbar/tabbar.component.js +4 -3
- package/components/page/tabbar/tabbar.component.js.map +1 -1
- package/core/base.component.js +13 -1
- package/core/base.component.js.map +1 -1
- package/core/device/av-service.js +8 -0
- package/core/device/av-service.js.map +1 -0
- package/core/device/calendar-service.js +7 -1
- package/core/device/calendar-service.js.map +1 -1
- package/core/device/camera-service.js +6 -0
- package/core/device/camera-service.js.map +1 -1
- package/core/device/contacts-service.js +7 -1
- package/core/device/contacts-service.js.map +1 -1
- package/core/device/fileupload-service.js +8 -0
- package/core/device/fileupload-service.js.map +1 -0
- package/core/device/location-service.js +7 -1
- package/core/device/location-service.js.map +1 -1
- package/core/device/openfile-service.js +10 -0
- package/core/device/openfile-service.js.map +1 -0
- package/core/device/scan-service.js +6 -0
- package/core/device/scan-service.js.map +1 -1
- package/core/utils.js +0 -6
- package/core/utils.js.map +1 -1
- package/npm-shrinkwrap.json +5165 -4197
- package/package-lock.json +5165 -4197
- package/package.json +4 -4
- package/runtime/services/device/calendar-service.js +9 -5
- package/runtime/services/device/calendar-service.js.map +1 -1
- package/runtime/services/device/camera-service.js +39 -22
- package/runtime/services/device/camera-service.js.map +1 -1
- package/runtime/services/device/contacts-service.js +6 -5
- package/runtime/services/device/contacts-service.js.map +1 -1
- package/runtime/services/device/location-service.js +4 -4
- package/runtime/services/device/location-service.js.map +1 -1
- package/runtime/services/device/permission-service.js +5 -0
- package/runtime/services/device/permission-service.js.map +1 -0
- package/runtime/services/device/permissions.js +34 -39
- package/runtime/services/device/permissions.js.map +1 -1
- package/runtime/services/device/scan-service.js +4 -3
- package/runtime/services/device/scan-service.js.map +1 -1
- package/variables/device/calendar/create-event.operation.js +8 -2
- package/variables/device/calendar/create-event.operation.js.map +1 -1
- package/variables/device/calendar/delete-event.operation.js +8 -2
- package/variables/device/calendar/delete-event.operation.js.map +1 -1
- package/variables/device/calendar/get-events.operation.js +8 -2
- package/variables/device/calendar/get-events.operation.js.map +1 -1
- package/variables/device/camera/capture-image.operation.js +6 -2
- package/variables/device/camera/capture-image.operation.js.map +1 -1
- package/variables/device/camera/capture-video.operation.js +5 -2
- package/variables/device/camera/capture-video.operation.js.map +1 -1
- package/variables/device/contacts/get-contacts.operation.js +8 -2
- package/variables/device/contacts/get-contacts.operation.js.map +1 -1
- package/variables/device/device/current-geo-position.operation.js +8 -2
- package/variables/device/device/current-geo-position.operation.js.map +1 -1
- package/variables/device/file/open-file.operation.js +9 -9
- package/variables/device/file/open-file.operation.js.map +1 -1
- package/variables/device/file/upload-file.operation.js +5 -2
- package/variables/device/file/upload-file.operation.js.map +1 -1
- package/variables/device/scan/scan.operation.js +8 -2
- package/variables/device/scan/scan.operation.js.map +1 -1
- package/variables/http.service.js +1 -6
- package/variables/http.service.js.map +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.