Comparing version 1.1.4 to 1.1.5
{ | ||
"description": "bpui", | ||
"dependencies": { | ||
"@bpui/libs": "^1.1.1" | ||
"@bpui/libs": "^1.1.4" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"name": "bpui.js", | ||
"version": "1.1.4" | ||
"version": "1.1.5" | ||
} |
@@ -24,2 +24,7 @@ 'use strict'; | ||
{ | ||
name: 'tabbar', | ||
style: function() { return require('../../@bpui/tabbar/style/_index.scss') }, | ||
lib: function() { return import('../../@bpui/tabbar') }, | ||
}, | ||
{ | ||
name: 'checkbox', | ||
@@ -26,0 +31,0 @@ style: function() { return require('../../@bpui/checkbox/style/_index.scss') }, |
@@ -22,2 +22,7 @@ 'use strict'; | ||
{ | ||
name: 'tabbar', | ||
style: function() { require(['@bpui/tabbar/style/_index.scss']) }, | ||
lib: function () { return import('@bpui/tabbar') }, | ||
}, | ||
{ | ||
name: 'checkbox', | ||
@@ -24,0 +29,0 @@ style: function() { require(['@bpui/checkbox/style/_index.scss']) }, |
@@ -5,2 +5,3 @@ exports.ComponentName = { | ||
checkbox: 'checkbox', | ||
tabbar: 'tabbar', | ||
radio: 'radio', | ||
@@ -7,0 +8,0 @@ switch: 'switch', |
@@ -76,2 +76,3 @@ | ||
// | ||
static get bpTableViewComponents() { return componentInstance.getComponent('tableView').default.bpTableViewComponents; } | ||
static get bpTableView() { return componentInstance.getComponent('tableView').default.bpTableView; } | ||
@@ -83,14 +84,12 @@ static get bpTableCell() { return componentInstance.getComponent('tableView').default.bpTableCell; } | ||
static get bpTableCellEditor() { return componentInstance.getComponent('tableView').default.bpTableCellEditor; } | ||
static get bpTableViewComponents() { | ||
return { | ||
bpTableView: this.bpTableView, | ||
bpTableCell: this.bpTableCell, | ||
bpTableCellCenter: this.bpTableCellCenter, | ||
bpTableCellLeft: this.bpTableCellLeft, | ||
bpTableCellRight: this.bpTableCellRight, | ||
bpTableCellEditor: this.bpTableCellEditor, | ||
} | ||
} | ||
// | ||
static get bpTabbarComponents() { return componentInstance.getComponent('tabbar').default.bpTabbarComponents; } | ||
static get bpTabbar() { return componentInstance.getComponent('tabbar').default.bpTabbar; } | ||
static get bpTabbarItem() { return componentInstance.getComponent('tabbar').default.bpTabbarItem; } | ||
static get bpTabbarItemIcon() { return componentInstance.getComponent('tabbar').default.bpTabbarItemIcon; } | ||
static get bpTabbarItemTitle() { return componentInstance.getComponent('tabbar').default.bpTabbarItemTitle; } | ||
// | ||
static get bpNavbarView() { | ||
@@ -97,0 +96,0 @@ return componentInstance.getComponent('navbarView').default.bpNavbarView; |
import "@bpui/libs/types"; | ||
export * from "@bpui/navbar-view/types"; | ||
export * from "@bpui/table-view/types"; | ||
export * from "@bpui/tabbar/types"; | ||
export * from "@bpui/checkbox/types"; | ||
@@ -14,11 +15,2 @@ export * from "@bpui/radio/types"; | ||
import { | ||
bpTableView, | ||
bpTableCell, | ||
bpTableCellCenter, | ||
bpTableCellLeft, | ||
bpTableCellRight, | ||
bpTableCellEditor, | ||
} from "@bpui/table-view/types"; | ||
export enum ComponentName { | ||
@@ -28,2 +20,3 @@ navbarView = "navbarView", | ||
checkbox = "checkbox", | ||
tabbar = "tabbar", | ||
radio = "radio", | ||
@@ -41,11 +34,2 @@ switch = "switch", | ||
export const bpTableViewComponents:{ | ||
bpTableView, | ||
bpTableCell, | ||
bpTableCellCenter, | ||
bpTableCellLeft, | ||
bpTableCellRight, | ||
bpTableCellEditor, | ||
}; | ||
/** | ||
@@ -52,0 +36,0 @@ * @desc: 注册动态组件. |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
21524
519
13
Updated@bpui/libs@^1.1.4