Updated /dist

This commit is contained in:
jos 2015-12-30 22:21:02 +01:00
parent 1fe49e0c39
commit 5e7a1fc039
5 changed files with 1564 additions and 991 deletions

329
dist/jsoneditor.css vendored
View File

@ -1,6 +1,6 @@
.jsoneditor .field,
.jsoneditor .value,
.jsoneditor .readonly {
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
border: 1px solid transparent;
min-height: 16px;
min-width: 32px;
@ -12,106 +12,106 @@
/* adjust margin of p elements inside editable divs, needed for Opera, IE */
.jsoneditor .field p,
.jsoneditor .value p {
div.jsoneditor-field p,
div.jsoneditor-value p {
margin: 0;
}
.jsoneditor .value {
div.jsoneditor-value {
word-break: break-word;
}
.jsoneditor .readonly {
div.jsoneditor-readonly {
min-width: 16px;
color: gray;
}
.jsoneditor .empty {
div.jsoneditor-empty {
border-color: lightgray;
border-style: dashed;
border-radius: 2px;
}
.jsoneditor .field.empty::after,
.jsoneditor .value.empty::after {
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
pointer-events: none;
color: lightgray;
font-size: 8pt;
}
.jsoneditor .field.empty::after {
div.jsoneditor-field.jsoneditor-empty::after {
content: "field";
}
.jsoneditor .value.empty::after {
div.jsoneditor-value.jsoneditor-empty::after {
content: "value";
}
.jsoneditor .value.url {
div.jsoneditor-value.jsoneditor-url {
color: green;
text-decoration: underline;
}
.jsoneditor a.value.url:hover,
.jsoneditor a.value.url:focus {
a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
color: #ee422e;
}
.jsoneditor .separator {
div.jsoneditor td.jsoneditor-separator {
padding: 3px 0;
vertical-align: top;
color: gray;
}
.jsoneditor .field[contenteditable=true]:focus,
.jsoneditor .field[contenteditable=true]:hover,
.jsoneditor .value[contenteditable=true]:focus,
.jsoneditor .value[contenteditable=true]:hover,
.jsoneditor .field.highlight,
.jsoneditor .value.highlight {
div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
background-color: #FFFFAB;
border: 1px solid yellow;
border-radius: 2px;
}
.jsoneditor .field.highlight-active,
.jsoneditor .field.highlight-active:focus,
.jsoneditor .field.highlight-active:hover,
.jsoneditor .value.highlight-active,
.jsoneditor .value.highlight-active:focus,
.jsoneditor .value.highlight-active:hover {
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
background-color: #ffee00;
border: 1px solid #ffc700;
border-radius: 2px;
}
.jsoneditor .value.string {
div.jsoneditor-value.jsoneditor-string {
color: #008000;
}
.jsoneditor .value.object,
.jsoneditor .value.array {
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
min-width: 16px;
color: #808080;
}
.jsoneditor .value.number {
div.jsoneditor-value.jsoneditor-number {
color: #ee422e;
}
.jsoneditor .value.boolean {
div.jsoneditor-value.jsoneditor-boolean {
color: #ff8c00;
}
.jsoneditor .value.null {
div.jsoneditor-value.jsoneditor-null {
color: #004ED0;
}
.jsoneditor .value.invalid {
div.jsoneditor-value.jsoneditor-invalid {
color: #000000;
}
.jsoneditor div.tree button {
div.jsoneditor-tree button {
width: 24px;
height: 24px;
padding: 0;
@ -121,34 +121,35 @@
background: transparent url("img/jsoneditor-icons.svg");
}
.jsoneditor.mode-view tr.expandable td.tree,
.jsoneditor.mode-form tr.expandable td.tree {
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
cursor: pointer;
}
.jsoneditor div.tree button.collapsed {
div.jsoneditor-tree button.jsoneditor-collapsed {
background-position: 0 -48px;
}
.jsoneditor div.tree button.expanded {
div.jsoneditor-tree button.jsoneditor-expanded {
background-position: 0 -72px;
}
.jsoneditor div.tree button.contextmenu {
div.jsoneditor-tree button.jsoneditor-contextmenu {
background-position: -48px -72px;
}
.jsoneditor div.tree button.contextmenu:hover,
.jsoneditor div.tree button.contextmenu:focus,
.jsoneditor div.tree button.contextmenu.selected {
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
background-position: -48px -48px;
}
.jsoneditor div.tree *:focus {
div.jsoneditor-tree *:focus {
outline: none;
}
.jsoneditor div.tree button:focus {
div.jsoneditor-tree button:focus {
/* TODO: nice outline for buttons with focus
outline: #97B0F8 solid 2px;
box-shadow: 0 0 8px #97B0F8;
@ -157,12 +158,12 @@
outline: #e5e5e5 solid 1px;
}
.jsoneditor div.tree button.invisible {
div.jsoneditor-tree button.jsoneditor-invisible {
visibility: hidden;
background: none;
}
.jsoneditor {
div.jsoneditor {
color: #1A1A1A;
border: 1px solid #3883fa;
-moz-box-sizing: border-box;
@ -176,14 +177,14 @@
line-height: 100%;
}
.jsoneditor div.tree table.tree {
div.jsoneditor-tree table.jsoneditor-tree {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
}
.jsoneditor div.outer {
div.jsoneditor-outer {
width: 100%;
height: 100%;
margin: -35px 0 0 0;
@ -194,14 +195,14 @@
overflow: hidden;
}
.jsoneditor div.tree {
div.jsoneditor-tree {
width: 100%;
height: 100%;
position: relative;
overflow: auto;
}
.jsoneditor textarea.text {
textarea.jsoneditor-text {
width: 100%;
height: 100%;
margin: 0;
@ -214,52 +215,64 @@
resize: none;
}
.jsoneditor tr.highlight {
background-color: #FFFFAB;
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
background-color: #e6e6e6;
}
.jsoneditor div.tree button.dragarea {
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
visibility: hidden;
}
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
visibility: visible;
}
div.jsoneditor-tree button.jsoneditor-dragarea {
background: url("img/jsoneditor-icons.svg") -72px -72px;
cursor: move;
}
.jsoneditor div.tree button.dragarea:hover,
.jsoneditor div.tree button.dragarea:focus {
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
background-position: -72px -48px;
}
.jsoneditor tr,
.jsoneditor th,
.jsoneditor td {
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
padding: 0;
margin: 0;
}
.jsoneditor td {
div.jsoneditor td {
vertical-align: top;
}
.jsoneditor td.tree {
div.jsoneditor td.jsoneditor-tree {
vertical-align: top;
}
.jsoneditor .field,
.jsoneditor .value,
.jsoneditor td,
.jsoneditor th,
.jsoneditor textarea {
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea {
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
font-size: 10pt;
color: #1A1A1A;
}
/* ContextMenu - main menu */
.jsoneditor-contextmenu {
div.jsoneditor-contextmenu {
position: absolute;
z-index: 99999;
}
.jsoneditor-contextmenu ul {
div.jsoneditor-contextmenu ul {
position: relative;
left: 0;
top: 0;
@ -272,7 +285,7 @@
padding: 0;
}
.jsoneditor-contextmenu ul li button {
div.jsoneditor-contextmenu ul li button {
padding: 0;
margin: 0;
width: 124px;
@ -287,30 +300,30 @@
/* Fix button padding in firefox */
.jsoneditor-contextmenu ul li button::-moz-focus-inner {
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
padding: 0;
border: 0;
}
.jsoneditor-contextmenu ul li button:hover,
.jsoneditor-contextmenu ul li button:focus {
div.jsoneditor-contextmenu ul li button:hover,
div.jsoneditor-contextmenu ul li button:focus {
color: #1a1a1a;
background-color: #f5f5f5;
outline: none;
}
.jsoneditor-contextmenu ul li button.default {
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
width: 92px;
}
.jsoneditor-contextmenu ul li button.expand {
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
float: right;
width: 32px;
height: 24px;
border-left: 1px solid #e5e5e5;
}
.jsoneditor-contextmenu div.icon {
div.jsoneditor-contextmenu div.jsoneditor-icon {
float: left;
width: 24px;
height: 24px;
@ -320,7 +333,7 @@
background-image: url("img/jsoneditor-icons.svg");
}
.jsoneditor-contextmenu ul li button div.expand {
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
float: right;
width: 24px;
height: 24px;
@ -330,87 +343,89 @@
opacity: 0.4;
}
.jsoneditor-contextmenu ul li button:hover div.expand,
.jsoneditor-contextmenu ul li button:focus div.expand,
.jsoneditor-contextmenu ul li.selected div.expand,
.jsoneditor-contextmenu ul li button.expand:hover div.expand,
.jsoneditor-contextmenu ul li button.expand:focus div.expand {
div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
opacity: 1;
}
.jsoneditor-contextmenu .separator {
div.jsoneditor-contextmenu div.jsoneditor-separator {
height: 0;
border-top: 1px solid #e5e5e5;
padding-top: 5px;
margin-top: 5px;
}
.jsoneditor-contextmenu button.remove > .icon {
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
background-position: -24px -24px;
}
.jsoneditor-contextmenu button.remove:hover > .icon,
.jsoneditor-contextmenu button.remove:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
background-position: -24px 0;
}
.jsoneditor-contextmenu button.append > .icon {
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
background-position: 0 -24px;
}
.jsoneditor-contextmenu button.append:hover > .icon,
.jsoneditor-contextmenu button.append:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {
background-position: 0 0;
}
.jsoneditor-contextmenu button.insert > .icon {
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
background-position: 0 -24px;
}
.jsoneditor-contextmenu button.insert:hover > .icon,
.jsoneditor-contextmenu button.insert:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
background-position: 0 0;
}
.jsoneditor-contextmenu button.duplicate > .icon {
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
background-position: -48px -24px;
}
.jsoneditor-contextmenu button.duplicate:hover > .icon,
.jsoneditor-contextmenu button.duplicate:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
background-position: -48px 0;
}
.jsoneditor-contextmenu button.sort-asc > .icon {
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
background-position: -168px -24px;
}
.jsoneditor-contextmenu button.sort-asc:hover > .icon,
.jsoneditor-contextmenu button.sort-asc:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {
background-position: -168px 0;
}
.jsoneditor-contextmenu button.sort-desc > .icon {
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
background-position: -192px -24px;
}
.jsoneditor-contextmenu button.sort-desc:hover > .icon,
.jsoneditor-contextmenu button.sort-desc:focus > .icon {
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {
background-position: -192px 0;
}
/* ContextMenu - sub menu */
.jsoneditor-contextmenu ul li .selected {
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
color: white;
background-color: #ee422e;
}
.jsoneditor-contextmenu ul li {
div.jsoneditor-contextmenu ul li {
overflow: hidden;
}
.jsoneditor-contextmenu ul li ul {
div.jsoneditor-contextmenu ul li ul {
display: none;
position: relative;
left: -10px;
@ -427,61 +442,61 @@
.jsoneditor-contextmenu ul li ul li button {
div.jsoneditor-contextmenu ul li ul li button {
padding-left: 24px;
animation: all ease-in-out 1s;
}
.jsoneditor-contextmenu ul li ul li button:hover,
.jsoneditor-contextmenu ul li ul li button:focus {
div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
background-color: #f5f5f5;
}
.jsoneditor-contextmenu button.type-string > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
background-position: -144px -24px;
}
.jsoneditor-contextmenu button.type-string:hover > .icon,
.jsoneditor-contextmenu button.type-string:focus > .icon,
.jsoneditor-contextmenu button.type-string.selected > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
background-position: -144px 0;
}
.jsoneditor-contextmenu button.type-auto > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
background-position: -120px -24px;
}
.jsoneditor-contextmenu button.type-auto:hover > .icon,
.jsoneditor-contextmenu button.type-auto:focus > .icon,
.jsoneditor-contextmenu button.type-auto.selected > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
background-position: -120px 0;
}
.jsoneditor-contextmenu button.type-object > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
background-position: -72px -24px;
}
.jsoneditor-contextmenu button.type-object:hover > .icon,
.jsoneditor-contextmenu button.type-object:focus > .icon,
.jsoneditor-contextmenu button.type-object.selected > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
background-position: -72px 0;
}
.jsoneditor-contextmenu button.type-array > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
background-position: -96px -24px;
}
.jsoneditor-contextmenu button.type-array:hover > .icon,
.jsoneditor-contextmenu button.type-array:focus > .icon,
.jsoneditor-contextmenu button.type-array.selected > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
background-position: -96px 0;
}
.jsoneditor-contextmenu button.type-modes > .icon {
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
background-image: none;
width: 6px;
}
.jsoneditor .menu {
div.jsoneditor-menu {
width: 100%;
height: 35px;
padding: 2px;
@ -495,7 +510,7 @@
border-bottom: 1px solid #3883fa;
}
.jsoneditor .menu button {
div.jsoneditor-menu > button {
width: 26px;
height: 26px;
margin: 2px;
@ -510,64 +525,64 @@
float: left;
}
.jsoneditor .menu button:hover {
div.jsoneditor-menu > button:hover {
background-color: rgba(255,255,255,0.2);
border: 1px solid rgba(255,255,255,0.4);
}
.jsoneditor .menu button:focus,
.jsoneditor .menu button:active {
div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active {
background-color: rgba(255,255,255,0.3);
}
.jsoneditor .menu button:disabled {
div.jsoneditor-menu > button:disabled {
opacity: 0.5;
}
.jsoneditor .menu button.collapse-all {
div.jsoneditor-menu > button.jsoneditor-collapse-all {
background-position: 0 -96px;
}
.jsoneditor .menu button.expand-all {
div.jsoneditor-menu > button.jsoneditor-expand-all {
background-position: 0 -120px;
}
.jsoneditor .menu button.undo {
div.jsoneditor-menu > button.jsoneditor-undo {
background-position: -24px -96px;
}
.jsoneditor .menu button.undo:disabled {
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
background-position: -24px -120px;
}
.jsoneditor .menu button.redo {
div.jsoneditor-menu > button.jsoneditor-redo {
background-position: -48px -96px;
}
.jsoneditor .menu button.redo:disabled {
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
background-position: -48px -120px;
}
.jsoneditor .menu button.compact {
div.jsoneditor-menu > button.jsoneditor-compact {
background-position: -72px -96px;
}
.jsoneditor .menu button.format {
div.jsoneditor-menu > button.jsoneditor-format {
background-position: -72px -120px;
}
.jsoneditor .menu button.modes {
div.jsoneditor-menu > button.jsoneditor-modes {
background-image: none;
width: auto;
padding-left: 6px;
padding-right: 6px;
}
.jsoneditor .menu button.separator {
div.jsoneditor-menu > button.jsoneditor-separator {
margin-left: 10px;
}
.jsoneditor .menu a {
div.jsoneditor-menu a {
font-family: arial, sans-serif;
font-size: 10pt;
color: white;
@ -575,11 +590,11 @@
vertical-align: middle;
}
.jsoneditor .menu a:hover {
div.jsoneditor-menu a:hover {
opacity: 1;
}
.jsoneditor .menu a.poweredBy {
div.jsoneditor-menu a.jsoneditor-poweredBy {
font-size: 8pt;
position: absolute;
right: 0;
@ -588,8 +603,8 @@
}
/* TODO: css for button:disabled is not supported by IE8 */
.jsoneditor .search input,
.jsoneditor .search .results {
table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
font-family: arial, sans-serif;
font-size: 10pt;
color: #1A1A1A;
@ -597,24 +612,24 @@
/* For Firefox */
}
.jsoneditor .search {
table.jsoneditor-search {
position: absolute;
right: 2px;
top: 2px;
}
.jsoneditor .search .frame {
table.jsoneditor-search div.jsoneditor-frame {
border: 1px solid transparent;
background-color: white;
padding: 0 2px;
margin: 0;
}
.jsoneditor .search .frame table {
table.jsoneditor-search div.jsoneditor-frame table {
border-collapse: collapse;
}
.jsoneditor .search input {
table.jsoneditor-search input {
width: 120px;
border: none;
outline: none;
@ -622,13 +637,13 @@
line-height: 20px;
}
.jsoneditor .search .results {
table.jsoneditor-search .jsoneditor-results {
color: #4d4d4d;
padding-right: 5px;
line-height: 24px;
}
.jsoneditor .search button {
table.jsoneditor-search button {
width: 16px;
height: 24px;
padding: 0;
@ -638,30 +653,30 @@
vertical-align: top;
}
.jsoneditor .search button:hover {
table.jsoneditor-search button:hover {
background-color: transparent;
}
.jsoneditor .search button.refresh {
table.jsoneditor-search button.jsoneditor-refresh {
width: 18px;
background-position: -99px -73px;
}
.jsoneditor .search button.next {
table.jsoneditor-search button.jsoneditor-next {
cursor: pointer;
background-position: -124px -73px;
}
.jsoneditor .search button.next:hover {
table.jsoneditor-search button.jsoneditor-next:hover {
background-position: -124px -49px;
}
.jsoneditor .search button.previous {
table.jsoneditor-search button.jsoneditor-previous {
cursor: pointer;
background-position: -148px -73px;
margin-right: 2px;
}
.jsoneditor .search button.previous:hover {
table.jsoneditor-search button.jsoneditor-previous:hover {
background-position: -148px -49px;
}

2192
dist/jsoneditor.js vendored

File diff suppressed because it is too large Load Diff

2
dist/jsoneditor.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long