Skip to content
This repository was archived by the owner on Dec 15, 2017. It is now read-only.

Add "Calendar" object for using with calendars other than Georgian #250

Open
wants to merge 790 commits into
base: master
Choose a base branch
from

Conversation

mahdiprog
Copy link

Hi
I need a "Calendar" object in datepicker so I can set other calenders like Jalali.
This feature is available on jQuery UI datepicker and I think it's vital if you want the control to be international.

Eonasdan and others added 30 commits October 27, 2016 15:04
Allow the user to style individual calendar days
Make datepickers not share options
Allow passing a Date()-object to `viewDate()`
Export line inside factory function had not restrictive enough check that may
caused global namespace polluting problem during Karma test. Karma has a
`window.module` alias for `angular.mock.module` method used during tests. And as
a result other libs that may check for CommonJS env could erroneously try to use
`require` method which is non-existing in browser env. Example:

```javascript
  if (typeof module !== 'undefined' && module.exports) {
    // CommonJS
    module.exports = factory(require('angular'));
  }
```

On the other hand this assignment inside factory function was overwritten by
the outcome of factory function itself in following line:

```javascript
module.exports = factory(require('jquery'), require('moment'));
```

As a result when we had tried to `require('./bootstrap-datetimepicker.js')` in
other script file, we got `undefined`.
datetimepicker should be placed within a non-static positioned container
Fix css style with jQuery 3. Fixes #1657. Closes #1867. Closes #1664. Closes #1684. Closes #1714.
Fixes #1662 : peerDependencies is deprecated in npm 3
datetimepicker() is not a function => jquery, moment, bootstrap are p…
Add support for Jquery ^3.0 in package.json
dependabot bot and others added 30 commits May 11, 2024 10:59
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Jorge de Pinho Oliveira <roliveira@we-aloft.com>
* Add Ukrainian localization

* Fix Ukrainian localization
fix vulnerabilities
Bumps [ws](https://github.com/websockets/ws) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.

Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.11.0...8.17.1)

Updates `socket.io` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io@4.6.1...4.7.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.11.0...8.17.1)

Updates `socket.io-adapter` from 2.5.2 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-adapter@2.5.2...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wrong locale (de => cs)
* Fix #2931

Fixes the daterange freeze that happens when clicking "Go to today" after selecting a date range that starts after today's date

* Adds back the validation check before setting the date
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* calendar works

* calendar works

* icon element opens on keybind

* focus color
button label
clock progress

* clock works

* bug fixes

* bug fixes

* fix test

* fix label issue

* added keyboard nav docs

---------

Co-authored-by: Jonathan <me@jonathanpeterson.com>
made keyboard nav optional
* minor typo (in -> is), and "." if path

* path dot x is not a known option, with dot conditional on there being a path

* rename dot var to test husky (had to chmod ug+x .husky/* ; chmod ug+x .git/hooks/*)
To clean up its internal stuff, fixes: #2959
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.