ibm-dcalendar

0.3.1 • Public • Published

Dcalendar

Project state: experimental

Credits:

  • Damien Garbarino
  • Christophe Jolif
  • Bill Keese

Project description

Calendar widget for ibm-js framework

Porting notes

This was ported from dojo-calendar.

Changes include:

  • Use delite rather than dijit framework.
  • Load tests via requireJS.
  • Remove support for old IE (still supports IE11 and Edge).
  • Custom elements ( etc.) emit events rather than providing callbacks. A callback like onGridDoubleClick() was converted to an event grid-double-click.
  • Use luxon/DateTime rather than native JS Date object.

Things not changed during port:

  • Still uses dojodoc format rather than JSDoc.
  • Still uses DOH for test framework.
  • Still has some dependencies on dojo core; doesn't use jQuery.
  • Doesn't fully conform to ibm-js ESLint standards.
  • Documentation not updated.

Tests:

  • Automated tests probably don't work.
  • Not all the manual test files load. I'm mainly testing with calendar.html.

Documentation

Old documentation is in https://dojotoolkit.org/reference-guide/dojox/calendar.html

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    1
    • latest

Version History

Package Sidebar

Install

npm i ibm-dcalendar

Weekly Downloads

1

Version

0.3.1

License

none

Unpacked Size

455 kB

Total Files

95

Last publish

Collaborators

  • ibm-js
  • wkeese