Socket
Socket
Sign inDemoInstall

@uxf/data-grid

Package Overview
Dependencies
Maintainers
1
Versions
298
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/data-grid - npm Package Compare versions

Comparing version 11.0.0-beta.13 to 11.0.0-beta.14

filter-handler/multi-select.d.ts

1

_story-utils/grid-type.d.ts

@@ -22,3 +22,4 @@ export type GridType = {

seleBool: "select";
multiSelect: "multiSelect";
};
};

@@ -35,2 +35,13 @@ "use strict";

{
name: "multiSelect",
label: "Multi select",
type: "multiSelect",
options: [
{ label: "Option 1", id: "option-1" },
{ label: "Option 2", id: "option-2" },
{ label: "Option 3", id: "option-3" },
{ label: "Option 4", id: "option-4" },
],
},
{
name: "seleBool",

@@ -37,0 +48,0 @@ type: "select",

@@ -25,2 +25,3 @@ "use strict";

const interval_filter_1 = __importDefault(require("./interval-filter"));
const multi_select_1 = __importDefault(require("./multi-select"));
const select_filter_1 = __importDefault(require("./select-filter"));

@@ -37,3 +38,4 @@ const text_filter_1 = __importDefault(require("./text-filter"));

interval: interval_filter_1.default,
multiSelect: multi_select_1.default,
select: select_filter_1.default,
};

2

package.json
{
"name": "@uxf/data-grid",
"version": "11.0.0-beta.13",
"version": "11.0.0-beta.14",
"description": "UXF DataGrid",

@@ -5,0 +5,0 @@ "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",

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