Skip to content

Commit

Permalink
Fixed disabled/enabled dates performance issue. This also should fix …
Browse files Browse the repository at this point in the history
…the next/previous month selection #2658
  • Loading branch information
Eonasdan committed Oct 25, 2022
1 parent 76c6e97 commit 844f6a9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/tempus-dominus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const extend = function (plugin, option) {
return tempusDominus;
};

const version = '6.2.5';
const version = '#2658';

const tempusDominus = {
TempusDominus,
Expand Down
2 changes: 1 addition & 1 deletion types/tempus-dominus.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ declare const extend: (plugin: any, option: any) => {
Unit: typeof Unit;
version: string;
};
declare const version = "6.2.5";
declare const version = "#2658";
export { TempusDominus, extend, loadLocale, locale, Namespace, DefaultOptions, DateTime, Unit, version, DateTimeFormatOptions, Options };
2 changes: 1 addition & 1 deletion types/tempus-dominus.esm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,5 +1251,5 @@ declare const extend: (plugin: any, option: any) => {
Unit: typeof Unit;
version: string;
};
declare const version = "6.2.5";
declare const version = "#2658";
export { TempusDominus, extend, loadLocale, locale, Namespace, DefaultOptions, DateTime, Unit, version, DateTimeFormatOptions, Options };
2 changes: 1 addition & 1 deletion types/tempus-dominus.esm.min.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,5 +1251,5 @@ declare const extend: (plugin: any, option: any) => {
Unit: typeof Unit;
version: string;
};
declare const version = "6.2.5";
declare const version = "#2658";
export { TempusDominus, extend, loadLocale, locale, Namespace, DefaultOptions, DateTime, Unit, version, DateTimeFormatOptions, Options };
2 changes: 1 addition & 1 deletion types/tempus-dominus.min.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,5 +1251,5 @@ declare const extend: (plugin: any, option: any) => {
Unit: typeof Unit;
version: string;
};
declare const version = "6.2.5";
declare const version = "#2658";
export { TempusDominus, extend, loadLocale, locale, Namespace, DefaultOptions, DateTime, Unit, version, DateTimeFormatOptions, Options };

0 comments on commit 844f6a9

Please sign in to comment.