New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slickgrid-universal/pagination-component

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/pagination-component - npm Package Versions

1
11

5.2.0

Diff

Changelog

Source

5.2.0 (2024-06-18)

Features

  • Date editor/filter improvements (#1551) (7c61846) - by @zewa666
  • filters: add setValues() optional flag to trigger query (#1574) (025888d) - by @ghiscoding
  • filters: add new optional filterShortcuts to Column Filter (#1575) (cbd6ae4) - by @ghiscoding
  • footer: add Footer Totals Row and fix footer styling (#1576) (809903a) - by @ghiscoding
  • paste multiline content as single cell (#1563) (4398f1d) - by @zewa666

Bug Fixes

  • common: Header Menu missing columnDef in sub-menu action callback (#1572) (55d77d0) - by @ghiscoding
  • filters: filters with != (not empty) should return non-blanks (#1570) (9837ef1), closes #1569 - by @ghiscoding
  • filters: GraphQL Custom Filter Operator could be anything (#1562) (5430486) - by @ghiscoding
  • filters: skipCompoundOperatorFilterWithNullInput skip empty string (#1566) (4d69bc0) - by @ghiscoding
  • filters: skipCompoundOperatorFilterWithNullInput skip undefined (#1568) (711b03e), closes #1566 - by @ghiscoding
  • GraphQL: filter <> is Not_Contains instead of Not_Equal (#1571) (c6f1cf3), closes #1569 - by @ghiscoding
  • styling: add missing btn-default text color & border color (bfdec1e) - by @ghiscoding
  • styling: Grid Menu, Col Picker labels should take full width (#1564) (e942539) - by @ghiscoding
ghiscoding
published 5.1.0 •

Changelog

Source

5.1.0 (2024-06-07)

Features

  • core: add new preventDragFromKeys grid option, fixes #1537 (#1538) (803fbee) - by @ghiscoding
  • core: add optional Top-Header for Drag Grouping & Header Grouping (#1556) (7d4a769) - by @ghiscoding
  • export: add missing valueParserCallback dataContext & new demo (#1543) (884b6e0) - by @ghiscoding
  • filters: add OperatorType.custom for custom backend service (#1526) (4284d58) - by @ghiscoding
  • filters: add a filterPredicate option for user customization (#1528) (cbf64d8) - by @ghiscoding
  • filters: add StartsWith/EndsWith (a*z) filter combo (#1530) (51560aa) - by @ghiscoding
  • filters: add StartsWith/EndsWith (a*z) to OData/GraphQL (#1532) (237d6a8) - by @ghiscoding
  • GraphQL: add filterQueryOverride to GraphQL Service (#1549) (2c0a493) - by @ghiscoding
  • OData: add filterQueryOverride to OData Service (#1536) (e8ffffe) - by @zewa666

Bug Fixes

  • filter: Date Filter should trigger Grid State change with Backspace (#1545) (0c10410) - by @ghiscoding
  • filters: Compound Operator alt texts should work with custom list (#1541) (02d5d2b) - by @ghiscoding
  • filters: new filterPredicate shouldn't break other column filters (#1531) (27777ef) - by @ghiscoding
  • Grouping: Draggable Grouping cols reorder missing impactedColumns (#1557) (69125c2) - by @ghiscoding
  • pagination: out of boundaries page Grid Preset should be unset (#1534) (b800da3) - by @ghiscoding
  • TreeData: addItem should keep current sorted column (#1558) (dc2a002) - by @ghiscoding
ghiscoding
published 5.0.1 •

Changelog

Source

5.0.1 (2024-05-11)

Bug Fixes

  • deps: update all non-major dependencies (#1519) (90a5e26) - by @renovate-bot
  • editors: only open ms-select drop when exists (#1525) (247daba) - by @ghiscoding
  • plugin: Draggable Grouping drop zone should always be 100% wide (#1524) (a6dbf2c) - by @ghiscoding
  • plugin: Grid Menu shouldn't be displayed in preheader by default (#1523) (7e0cdc9) - by @ghiscoding
  • styling: add missing Dark Mode SASS vars to configure primary color (dc5d402) - by @ghiscoding
ghiscoding
published 5.0.0 •

Changelog

Source

5.0.0 (2024-05-10)

[!NOTE]

Follow the Migration to 5.0 for all the changes and take a look at the v5.0.0 release for the announcement and quick info.

⚠ BREAKING CHANGES

  • pure SVG icons, Moment to Tempo, Flatpickr to Vanilla-Calendar (#1518)

Features

  • pure SVG icons, Moment to Tempo, Flatpickr to Vanilla-Calendar (#1518) (21e50db) - by @ghiscoding

Bug Fixes

ghiscoding
published 5.0.0-beta.3 •

Changelog

Source

5.0.0-beta.3 (2024-05-09)

Bug Fixes

  • common: consider target size when auto-position picker/modal (#1517) (e3a70b8) - by @ghiscoding
  • common: Select Editor should always close with Escape key (#1512) (e37bb28) - by @ghiscoding
  • core: tweak setupColumnSort() to fix exception with hidden col (#1509) (94b836a) - by @ghiscoding
  • editors: body click or Escape key should cancel Select Editor (#1513) (3d765a9) - by @ghiscoding
  • make some more cleanup with now optional DOMPurify (#1508) (7fafbcc) - by @ghiscoding
  • plugins: clicking a grid cell should close any open menu (#1515) (383792d) - by @ghiscoding
  • styling: improve UI & fix small issues found after testing upstream (#1510) (a4ef70f) - by @ghiscoding
  • tooltip: only show tooltip that has value (#1511) (2ff15da) - by @ghiscoding
ghiscoding
published 5.0.0-beta.2 •

Changelog

Source

5.0.0-beta.2 (2024-05-07)

⚠ BREAKING CHANGES

  • migrate from Moment to Tempo (#1507)
  • common: make DOMPurify as optional sanitizer grid option (#1503)
  • styling: delete "bare" Themes but keep "lite" & add to Bootstrap (#1493)
  • common: migrate from moment to moment-tiny (#1456)
  • filters: remove native Filters.select (#1485)
  • styling: delete checkmarkFormatter and any Font-Awesome related (#1484)
  • common: migrate from Flatpickr to Vanilla-Calendar (#1466)
  • styling: remove SASS math.div polyfill (#1483)
  • styling: convert SVG icons to pure CSS (#1474)

Features

  • common: make DOMPurify as optional sanitizer grid option (#1503) (0aa0859) - by @ghiscoding
  • common: migrate from moment to moment-tiny (#1456) (90690f4) - by @ghiscoding
  • common: migrate from Flatpickr to Vanilla-Calendar (#1466) (fb6e950) - by @ghiscoding
  • filters: remove native Filters.select (#1485) (fae4c4a) - by @ghiscoding
  • migrate from Moment to Tempo (#1507) (adef47f) - by @ghiscoding
  • styling: convert SVG icons to pure CSS (#1474) (70cda8a) - by @ghiscoding
  • styling: delete "bare" Themes but keep "lite" & add to Bootstrap (#1493) (ca5ac06) - by @ghiscoding
  • styling: delete checkmarkFormatter and any Font-Awesome related (#1484) (2de3fe2) - by @ghiscoding
  • styling: remove SASS math.div polyfill (#1483) (12661a3) - by @ghiscoding

Bug Fixes

  • core: col name from HTML shouldn't disappear in picker, fixes #1475 (#1476) (15a590b) - by @ghiscoding
  • editor: autocomplete should only save empty when val is null (#1500) (8de1340) - by @ghiscoding
  • editor: input editor should call save on focusout or blur of input (#1497) (ccd344e) - by @ghiscoding
  • editor: new Date Editor input clear button wasn't working (#1487) (4ac34ee) - by @ghiscoding
  • styling: couple of small alignment issues when using flex (#1496) (2188242) - by @ghiscoding
  • styling: empty warning should separate icon & text (#1491) (240cbd3) - by @ghiscoding
  • styling: properly import Vanilla-Calendar CSS and only once (#1492) (75dce74) - by @ghiscoding
  • styling: Row Move icon shouldn't show extra dot (69f7bfc) - by @ghiscoding-SE
  • tooltip: don't sanitize empty text, fixes empty tooltip being shown (#1495) (dcc693b) - by @ghiscoding
  • tweak setupColumnSort() to fix exception when col no longer exists (#1477) (094d760) - by @ghiscoding
ghiscoding
published 5.0.0-beta.1 •

ghiscoding
published 5.0.0-beta.0 •

ghiscoding
published 4.7.0 •

Changelog

Source

4.7.0 (2024-04-20)

Bug Fixes

  • common: don't try to strip tags on object input to calc cell width (#1453) (5ab671b) - by @ghiscoding

  • common: switch back to autocompleter with ESM build (#1450) (ad66a12) - by @ghiscoding

  • core: Editor.keyCaptureList is an array of numbers (#1458) (62a686e) - by @ghiscoding

  • OData: sorting columns via id instead of field property name, fixes #1467 (#1469) (0a4d402) - by @zewa666

  • styling: improve button & text colors for Dark Mode (9414ab4) - by @ghiscoding-SE

  • wrong operator comparison (#1461) (abe772b) - by @zewa666

Features

  • common: add global defaultEditorOptions & defaultFilterOptions (#1470) (0462f17) - by @ghiscoding

  • core: add getFilterArgs() to SlickDataView (#1457) (7563126) - by @ghiscoding

  • notify onValidationError on paste if validation failed (#1462) (38b465c) - by @zewa666

ghiscoding
published 4.6.1 •

Changelog

Source

4.6.1 (2024-03-31)

Bug Fixes

  • common: move DOMPurify/SortableJS @types as dependencies (51eaec7) - by @ghiscoding

  • common: switch to autocompleter-es to get ESM build (#1449) (aa59334) - by @ghiscoding

  • improve Dark Mode styling for icons barely visible in dark (16b1a6e) - by @ghiscoding

  • pubsub: externalize PubSub event to SlickEventData to stop bubbling (#1444) (973d0ab) - by @ghiscoding

  • revisit package exports to pass "are the types wrong" (#1440) (20229f7) - by @ghiscoding

  • styling: missing/too many borders compound filters w/group addon (#1446) (863933f) - by @ghiscoding

  • tooltip: allow multiple tooltips per grid cell (#1448) (061c4a0) - by @ghiscoding

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