canvasframework 0.4.3 → 0.4.4
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/core/CanvasFramework.js +1 -0
- package/core/UIBuilder.js +2 -0
- package/package.json +1 -1
package/core/CanvasFramework.js
CHANGED
package/core/UIBuilder.js
CHANGED
|
@@ -57,6 +57,7 @@ import SliverAppBar from '../components/SliverAppBar.js';
|
|
|
57
57
|
import AudioPlayer from '../components/AudioPlayer.js';
|
|
58
58
|
import Camera from '../components/Camera.js';
|
|
59
59
|
import TimePicker from '../components/TimePicker.js';
|
|
60
|
+
import QRCodeReader from '../components/QRCodeReader.js';
|
|
60
61
|
|
|
61
62
|
// Features
|
|
62
63
|
import PullToRefresh from '../features/PullToRefresh.js';
|
|
@@ -106,6 +107,7 @@ const Components = {
|
|
|
106
107
|
SwipeableListItem,
|
|
107
108
|
ListItem,
|
|
108
109
|
List,
|
|
110
|
+
QRCodeReader,
|
|
109
111
|
VirtualList,
|
|
110
112
|
BottomSheet,
|
|
111
113
|
ProgressBar,
|