Skip to content

Commit

Permalink
Merge pull request #48 from williamtroup/4.6.3
Browse files Browse the repository at this point in the history
4.6.3
  • Loading branch information
william-troup authored Nov 25, 2024
2 parents c4d159a + cb5db25 commit 0ba9cc0
Show file tree
Hide file tree
Showing 82 changed files with 107 additions and 107 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
JsonTree.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
[![npm](https://img.shields.io/badge/npmjs-v4.6.2-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.2-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v4.6.3-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.3-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🔗 A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</p>
> <p align="center">v4.6.2</p>
> <p align="center">v4.6.3</p>
<br />
![JsonTree.js](docs/images/main.png)
Expand Down Expand Up @@ -173,8 +173,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/jsontree.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].3/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].3/dist/jsontree.js.min.css
```
<br>
<br>
Expand Down
10 changes: 5 additions & 5 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# JsonTree.js v4.6.2
# JsonTree.js v4.6.3

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
[![npm](https://img.shields.io/badge/npmjs-v4.6.2-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.2-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v4.6.3-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.3-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
Expand Down Expand Up @@ -152,8 +152,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/jsontree.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].3/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].3/dist/jsontree.js.min.css
```


Expand Down
12 changes: 6 additions & 6 deletions dist/jsontree.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ var ContextMenu;
const i = Convert2.jsonStringToObject(o, e);
if (i.parsed) {
a = e.text.jsonUpdatedText;
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
if (Is.defined(i.object)) {
n.data[r] = i.object;
} else {
Expand Down Expand Up @@ -1895,7 +1895,7 @@ var ContextMenu;
i(e);
}
function S(t, n) {
if (t.paging.enabled) {
if (t.paging.enabled && Is.definedArray(t.data)) {
t.data.splice(n, 1);
if (n === t._currentView.currentDataArrayPageIndex && t._currentView.currentDataArrayPageIndex > 0) {
t._currentView.currentDataArrayPageIndex -= t.paging.columnsPerPage;
Expand Down Expand Up @@ -2205,7 +2205,7 @@ var ContextMenu;
}
}
function $(t) {
if (t.paging.enabled) {
if (t.paging.enabled && Is.definedArray(t.data)) {
const n = Math.ceil((t._currentView.currentDataArrayPageIndex + 1) / t.paging.columnsPerPage);
const o = Math.ceil(t.data.length / t.paging.columnsPerPage);
const l = DomElement.createWithHTML(null, "span", "status-count", n.toFixed()).outerHTML;
Expand Down Expand Up @@ -3622,7 +3622,7 @@ var ContextMenu;
backPage: function(e) {
if (Is.definedString(e) && t.hasOwnProperty(e)) {
const n = t[e];
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
A(t[e]);
}
}
Expand All @@ -3631,7 +3631,7 @@ var ContextMenu;
nextPage: function(e) {
if (Is.definedString(e) && t.hasOwnProperty(e)) {
const n = t[e];
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
O(t[e]);
}
}
Expand Down Expand Up @@ -3743,7 +3743,7 @@ var ContextMenu;
return e;
},
getVersion: function() {
return "4.6.2";
return "4.6.3";
}
};
(() => {
Expand Down
2 changes: 1 addition & 1 deletion dist/jsontree.esm.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/jsontree.js
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ var ContextMenu;
const i = Convert2.jsonStringToObject(o, e);
if (i.parsed) {
a = e.text.jsonUpdatedText;
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
if (Is.defined(i.object)) {
n.data[r] = i.object;
} else {
Expand Down Expand Up @@ -1897,7 +1897,7 @@ var ContextMenu;
i(e);
}
function S(t, n) {
if (t.paging.enabled) {
if (t.paging.enabled && Is.definedArray(t.data)) {
t.data.splice(n, 1);
if (n === t._currentView.currentDataArrayPageIndex && t._currentView.currentDataArrayPageIndex > 0) {
t._currentView.currentDataArrayPageIndex -= t.paging.columnsPerPage;
Expand Down Expand Up @@ -2207,7 +2207,7 @@ var ContextMenu;
}
}
function $(t) {
if (t.paging.enabled) {
if (t.paging.enabled && Is.definedArray(t.data)) {
const n = Math.ceil((t._currentView.currentDataArrayPageIndex + 1) / t.paging.columnsPerPage);
const o = Math.ceil(t.data.length / t.paging.columnsPerPage);
const l = DomElement.createWithHTML(null, "span", "status-count", n.toFixed()).outerHTML;
Expand Down Expand Up @@ -3624,7 +3624,7 @@ var ContextMenu;
backPage: function(e) {
if (Is.definedString(e) && t.hasOwnProperty(e)) {
const n = t[e];
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
A(t[e]);
}
}
Expand All @@ -3633,7 +3633,7 @@ var ContextMenu;
nextPage: function(e) {
if (Is.definedString(e) && t.hasOwnProperty(e)) {
const n = t[e];
if (n.paging.enabled) {
if (n.paging.enabled && Is.definedArray(n.data)) {
O(t[e]);
}
}
Expand Down Expand Up @@ -3745,7 +3745,7 @@ var ContextMenu;
return e;
},
getVersion: function() {
return "4.6.2";
return "4.6.3";
}
};
(() => {
Expand Down
2 changes: 1 addition & 1 deletion dist/jsontree.js.css

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

2 changes: 1 addition & 1 deletion dist/jsontree.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsontree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.af.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Afrikaans | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Afrikaans | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Arabic | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Arabic | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.be.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Belarusian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Belarusian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayHeaderNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.bg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Bulgarian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Bulgarian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Bengali | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Bengali | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.da.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Danish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Danish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - German | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - German | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.el.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Greek | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Greek | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - English | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - English | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.eo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Esperanto | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Esperanto | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Spanish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Spanish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.et.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Estonian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Estonian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.fa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Farsi | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Farsi | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.fi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Finnish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Finnish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - French | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - French | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.fy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Frisian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Frisian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ga.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Irish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Irish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.gl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Galician | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Galician | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.he.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Hebrew | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Hebrew | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.hi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Hindi | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Hindi | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.hu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Hungarian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Hungarian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.hy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Armenian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Armenian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.id.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Indonesian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Indonesian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.is.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Icelandic | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Icelandic | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Italian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Italian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ja.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Japanese | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Japanese | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ka.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Georgian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Georgian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ko.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Korean | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Korean | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.lb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Luxembourgish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Luxembourgish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.lt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Lithuanian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Lithuanian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.lv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Latvian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Latvian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Malay | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Malay | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ne.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Nepali | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Nepali | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.nl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Dutch | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Dutch | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.no.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Norwegian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Norwegian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.pl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Portuguese | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Portuguese | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.pt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Polish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Polish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ro.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.6.2 - Romanian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.3 - Romanian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
Loading

0 comments on commit 0ba9cc0

Please sign in to comment.