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.21 to 1.1.22

2

package.json

@@ -41,3 +41,3 @@ {

"name": "bpui.js",
"version": "1.1.21"
"version": "1.1.22"
}
'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -6,0 +6,0 @@ * Date: 2020-02-17 15:05

@@ -14,2 +14,3 @@ exports.ComponentName = {

uploader: 'uploader',
select: 'select',
}
'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -77,2 +77,7 @@ * Date: 2020-02-24 21:53

},
{
name: 'select',
style: function() { return require('../../../@bpui/select/style/_index.scss') },
lib: function() { return import('../../../@bpui/select') },
},
]
'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -72,2 +72,7 @@ * Date: 2020-02-24 21:53

{
name: 'select',
style: function() { require(['@bpui/select/style/_index.scss']) },
lib: function () { return import('@bpui/select') },
},
{
name: 'button',

@@ -74,0 +79,0 @@ style: function () { return require(['@bpui/button/style/_index.scss']) },

'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -6,0 +6,0 @@ * Date: 2020-02-24 21:53

@@ -192,2 +192,6 @@

});
Object.defineProperty(Instance, 'bpPickerCell', {
get: function () { return componentInstance.getComponent('picker').default.bpPickerCell; },
enumerable: true
});
Object.defineProperty(Instance, 'PickerDateDatasource', {

@@ -241,2 +245,10 @@ get: function () { return componentInstance.getComponent('picker').default.PickerDateDatasource; },

});
Object.defineProperty(Instance, 'bpSelect', {
get: function () { return componentInstance.getComponent('select').default.bpSelect; },
enumerable: true
});
Object.defineProperty(Instance, 'bpSelectOption', {
get: function () { return componentInstance.getComponent('select').default.bpSelectOption; },
enumerable: true
});

@@ -243,0 +255,0 @@

'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -77,2 +77,7 @@ * Date: 2020-02-24 21:53

},
{
name: 'select',
style: function() { return require('../../../@bpui/select/style/_index.scss') },
lib: function() { return require('../../../@bpui/select') },
},
]
'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -75,2 +75,7 @@ * Date: 2020-02-24 21:53

},
{
name: 'select',
style: function() { return require('@bpui/select/style/_index.scss') },
lib: function () { return require('@bpui/select') },
},
]
'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -6,0 +6,0 @@ * Date: 2020-02-24 21:53

'use strict';
/**
* Copyright (c) 2020 Copyright bp All Rights Reserved.
* Copyright (c) 2020 Copyright bpui All Rights Reserved.
* Author: lipengxiang

@@ -6,0 +6,0 @@ * Date: 2020-02-24 22:46

'use strict';
/**
* Copyright (c) 2021 Originforest Co.,Ltd. All Rights Reserved.
* Copyright (c) 2021 bp Co.,Ltd. All Rights Reserved.
* Author: brian.li

@@ -6,0 +6,0 @@ * Date: 2021-08-30 14:54

@@ -14,2 +14,3 @@ import "@bpui/libs/types";

export * from "@bpui/uploader/types";
export * from '@bpui/select/types';

@@ -28,3 +29,4 @@ export enum ComponentName {

popover = "popover",
uploader = "uploader"
uploader = "uploader",
select = 'select',
}

@@ -31,0 +33,0 @@

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