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

slickgrid

Package Overview
Dependencies
Maintainers
0
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slickgrid - npm Package Compare versions

Comparing version 5.10.0 to 5.10.1

1

dist/types/plugins/slick.cellexternalcopymanager.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type { Column, ExcelCopyBufferOption, SlickPlugin } from '../models/index';

@@ -3,0 +2,0 @@ import type { SlickGrid } from '../slick.grid';

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { SlickEvent as SlickEvent_, type SlickEventData, SlickEventHandler as SlickEventHandler_, SlickRange as SlickRange_ } from '../slick.core';

@@ -3,0 +2,0 @@ import { SlickCellRangeDecorator as SlickCellRangeDecorator_ } from './slick.cellrangedecorator';

2

dist/types/plugins/slick.checkboxselectcolumn.d.ts

@@ -58,3 +58,3 @@ import type { CheckboxSelectorOption, Column, DOMEvent, SlickPlugin, SelectableOverrideCallback, OnHeaderClickEventArgs } from '../models/index';

hideSelectAllCheckbox: boolean | undefined;
formatter: (row: number, _cell: number, _val: any, _columnDef: Column<any>, dataContext: any, grid: SlickGrid<any, Column<any>, import("../models/gridOption.interface").GridOption<Column<any>>>) => DocumentFragment | null;
formatter: (row: number, _cell: number, _val: any, _columnDef: Column, dataContext: any, grid: SlickGrid) => DocumentFragment | null;
excludeFromColumnPicker: boolean;

@@ -61,0 +61,0 @@ excludeFromGridMenu: boolean;

@@ -35,3 +35,3 @@ import type SortableInstance from 'sortablejs';

onGroupChanged: SlickEvent_<{
caller?: string | undefined;
caller?: string;
groupColumns: Grouping[];

@@ -38,0 +38,0 @@ }>;

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { BindingEventService as BindingEventService_ } from '../slick.core';

@@ -3,0 +2,0 @@ import type { GridOption, GridSize, ResizerOption } from '../models/index';

@@ -188,3 +188,3 @@ import { SlickEvent as SlickEvent_, type SlickEventData, SlickEventHandler as SlickEventHandler_ } from '../slick.core';

cssClass: string | undefined;
formatter: (row: number, _cell: number, _val: any, _column: Column<any>, dataContext: any, grid: SlickGrid<any, Column<any>, GridOption<Column<any>>>) => "" | HTMLElement | FormatterResultWithHtml;
formatter: (row: number, _cell: number, _val: any, _column: Column, dataContext: any, grid: SlickGrid) => FormatterResultWithHtml | HTMLElement | "";
};

@@ -191,0 +191,0 @@ /** Return the currently expanded rows */

@@ -18,3 +18,3 @@ /**

export declare class SlickEventData<ArgType = any> {
protected event?: Event | null | undefined;
protected event?: (Event | null) | undefined;
protected args?: ArgType | undefined;

@@ -48,3 +48,3 @@ protected _isPropagationStopped: boolean;

get defaultPrevented(): boolean;
constructor(event?: Event | null | undefined, args?: ArgType | undefined);
constructor(event?: (Event | null) | undefined, args?: ArgType | undefined);
/**

@@ -51,0 +51,0 @@ * Stops event from propagating up the DOM tree.

@@ -13,3 +13,3 @@ import type SortableInstance from 'sortablejs';

*
* SlickGrid v5.10.0
* SlickGrid v5.10.1
*

@@ -16,0 +16,0 @@ * NOTES:

{
"name": "slickgrid",
"version": "5.10.0",
"version": "5.10.1",
"description": "A lightning fast JavaScript grid/spreadsheet",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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