Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qbs-core

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbs-core - npm Package Compare versions

Comparing version 1.0.63 to 1.1.1

6

dist/AutoComplete.js

@@ -74,5 +74,5 @@ "use strict";

var debounce_1 = require("./utilities/debounce");
var deepEqual_1 = require("./utilities/deepEqual");
var filterSuggestions_1 = require("./utilities/filterSuggestions");
var icons_1 = require("./utilities/icons");
var deepEqual_1 = require("./utilities/deepEqual");
var AutoComplete = function (_a) {

@@ -82,3 +82,3 @@ var _b, _c, _d, _e, _f;

return [2 /*return*/, []];
}); }); } : _g, _h = _a.data, data = _h === void 0 ? [] : _h, errors = _a.errors, _j = _a.required, required = _j === void 0 ? false : _j, name = _a.name, _k = _a.fullWidth, fullWidth = _k === void 0 ? false : _k, placeholder = _a.placeholder, id = _a.id, _l = _a.type, type = _l === void 0 ? 'custom_select' : _l, _m = _a.selectedItems, propsSeelctedItems = _m === void 0 ? [] : _m, _o = _a.readOnly, readOnly = _o === void 0 ? false : _o, _p = _a.disabled, disabled = _p === void 0 ? false : _p, value = _a.value, _q = _a.isMultiple, isMultiple = _q === void 0 ? false : _q, _r = _a.desc, desc = _r === void 0 ? 'name' : _r, _s = _a.descId, descId = _s === void 0 ? 'id' : _s, singleSelect = _a.singleSelect, className = _a.className, _t = _a.async, async = _t === void 0 ? false : _t, paginationEnabled = _a.paginationEnabled, initialLoad = _a.initialLoad, actionLabel = _a.actionLabel, handleAction = _a.handleAction, nextBlock = _a.nextBlock;
}); }); } : _g, _h = _a.data, data = _h === void 0 ? [] : _h, errors = _a.errors, _j = _a.required, required = _j === void 0 ? false : _j, name = _a.name, _k = _a.fullWidth, fullWidth = _k === void 0 ? false : _k, placeholder = _a.placeholder, id = _a.id, _l = _a.type, type = _l === void 0 ? 'custom_select' : _l, _m = _a.selectedItems, propsSeelctedItems = _m === void 0 ? [] : _m, _o = _a.readOnly, readOnly = _o === void 0 ? false : _o, _p = _a.disabled, disabled = _p === void 0 ? false : _p, value = _a.value, _q = _a.isMultiple, isMultiple = _q === void 0 ? false : _q, _r = _a.desc, desc = _r === void 0 ? 'name' : _r, _s = _a.descId, descId = _s === void 0 ? 'id' : _s, singleSelect = _a.singleSelect, className = _a.className, _t = _a.async, async = _t === void 0 ? false : _t, paginationEnabled = _a.paginationEnabled, initialLoad = _a.initialLoad, actionLabel = _a.actionLabel, handleAction = _a.handleAction, nextBlock = _a.nextBlock, notDataMessage = _a.notDataMessage;
var dropdownRef = (0, react_1.useRef)(null);

@@ -298,3 +298,3 @@ // State Hooks Section

react_1.default.createElement("span", null,
react_1.default.createElement(icons_1.Spinner, null)))) : (react_1.default.createElement("li", { className: "qbs-autocomplete-notfound", onClick: handleBlur }, "No Results Found")))),
react_1.default.createElement(icons_1.Spinner, null)))) : (react_1.default.createElement("li", { className: "qbs-autocomplete-notfound", onClick: handleBlur }, notDataMessage !== null && notDataMessage !== void 0 ? notDataMessage : 'No Results Found')))),
paginationEnabled &&

@@ -301,0 +301,0 @@ nextBlock !== 0 &&

@@ -30,4 +30,5 @@ type ValueProps = {

actionLabel?: string;
notDataMessage?: string;
selectedItems?: any[];
}
export {};
{
"name": "qbs-core",
"version": "1.0.63",
"version": "1.1.1",
"description": "React Components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -34,3 +34,4 @@ type ValueProps = {

actionLabel?: string;
notDataMessage?: string;
selectedItems?: any[];
}

Sorry, the diff of this file is not supported yet

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