Socket
Socket
Sign inDemoInstall

@0soft/remote-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0soft/remote-autocomplete - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/index.d.ts

@@ -20,2 +20,2 @@ import * as React from 'react';

export {};
// # sourceMappingURL=index.d.ts.map
//# sourceMappingURL=index.d.ts.map

@@ -8,8 +8,9 @@ "use strict";

var core_1 = require("@material-ui/core");
var icon_1 = require("@0soft/icon");
var debounce_1 = tslib_1.__importDefault(require("lodash/debounce"));
var client_1 = require("@apollo/client");
var CheckBoxOutlineBlank_1 = tslib_1.__importDefault(require("@material-ui/icons/CheckBoxOutlineBlank"));
var CheckBox_1 = tslib_1.__importDefault(require("@material-ui/icons/CheckBox"));
var filter = lab_1.createFilterOptions();
var icon = React.createElement(icon_1.Icon, { icon: "check_box_outline_blank" });
var checkedIcon = React.createElement(icon_1.Icon, { icon: "check_box" });
var icon = React.createElement(CheckBoxOutlineBlank_1.default, null);
var checkedIcon = React.createElement(CheckBox_1.default, null);
exports.RemoteAutocomplete = function (_a) {

@@ -16,0 +17,0 @@ var multiple = _a.multiple, queryDocument = _a.queryDocument, labelProp = _a.labelProp, _b = _a.valueProp, valueProp = _b === void 0 ? labelProp : _b, mapOptions = _a.mapOptions, onChange = _a.onChange, _c = _a.value, value = _c === void 0 ? null : _c, label = _a.label, _d = _a.size, size = _d === void 0 ? 'small' : _d, clearText = _a.clearText, closeText = _a.closeText, loadingText = _a.loadingText, noOptionsText = _a.noOptionsText, openText = _a.openText;

{
"name": "@0soft/remote-autocomplete",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/index.js",

@@ -45,3 +45,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "0fade2e9d4ed762c0a363be2de7ddcd959305c6d"
"gitHead": "67b81722beb59a2a577a61f2ba57f323b6f04e30"
}

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