Comparing version 0.1.16 to 0.1.17
{ | ||
"description": "bpui", | ||
"dependencies": { | ||
"@bpui/actionsheet": "^0.1.6", | ||
"@bpui/button": "^0.1.10", | ||
"@bpui/checkbox": "^0.1.9", | ||
"@bpui/dialog": "^0.1.20", | ||
"@bpui/input": "^0.1.13", | ||
"@bpui/libs": "^0.2.8", | ||
"@bpui/navbar-view": "^0.1.9", | ||
"@bpui/picker": "^0.1.24", | ||
"@bpui/popover": "^0.1.3", | ||
"@bpui/radio": "^0.1.8", | ||
"@bpui/switch": "^0.1.8" | ||
"@bpui/actionsheet": "^0.1.7", | ||
"@bpui/button": "^0.1.11", | ||
"@bpui/checkbox": "^0.1.10", | ||
"@bpui/dialog": "^0.1.21", | ||
"@bpui/input": "^0.1.14", | ||
"@bpui/libs": "^0.2.9", | ||
"@bpui/navbar-view": "^0.1.10", | ||
"@bpui/picker": "^0.1.25", | ||
"@bpui/popover": "^0.1.4", | ||
"@bpui/radio": "^0.1.9", | ||
"@bpui/switch": "^0.1.9" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": {}, | ||
"name": "bpui.js", | ||
"version": "0.1.16" | ||
"version": "0.1.17" | ||
} |
@@ -64,2 +64,3 @@ | ||
static get bpDialog() { return getComponent('dialog').default.bpDialog } | ||
static get apiWidget() { return getComponent('dialog').default.apiWidget } | ||
static get bpWidget() { return getComponent('dialog').default.bpWidget } | ||
@@ -79,1 +80,10 @@ static get registerDialogComponents() { return getComponent('dialog').default.registerDialogComponents } | ||
} | ||
class InstanceAgent { | ||
static get libs() { return Instance.libs; } | ||
static get hook() { return Instance.hook; } | ||
static get apiWidget() { return Instance.apiWidget; } | ||
} | ||
((window||window) as any).bp = InstanceAgent; |
13133
336
Updated@bpui/actionsheet@^0.1.7
Updated@bpui/button@^0.1.11
Updated@bpui/checkbox@^0.1.10
Updated@bpui/dialog@^0.1.21
Updated@bpui/input@^0.1.14
Updated@bpui/libs@^0.2.9
Updated@bpui/navbar-view@^0.1.10
Updated@bpui/picker@^0.1.25
Updated@bpui/popover@^0.1.4
Updated@bpui/radio@^0.1.9
Updated@bpui/switch@^0.1.9