New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bpui.js

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpui.js - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc