wunderbaum 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wunderbaum.css +3 -2
- package/dist/wunderbaum.css.map +1 -0
- package/dist/wunderbaum.d.ts +4 -4
- package/dist/wunderbaum.esm.js +31 -31
- package/dist/wunderbaum.esm.min.js +17 -17
- package/dist/wunderbaum.esm.min.js.map +1 -1
- package/dist/wunderbaum.umd.js +31 -33
- package/dist/wunderbaum.umd.min.js +17 -17
- package/dist/wunderbaum.umd.min.js.map +1 -1
- package/package.json +32 -29
- package/src/wb_node.ts +5 -5
- package/src/wb_options.ts +4 -4
- package/src/wunderbaum.scss +2 -3
- package/src/wunderbaum.ts +6 -6
package/dist/wunderbaum.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Wunderbaum style sheet (generated from wunderbaum.scss)
|
|
3
3
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
4
|
-
* v0.3.
|
|
5
|
-
*/div.wunderbaum{box-sizing:border-box;height:100%;min-height:4px;background-color:#fff;margin:0;padding:0;font-family:Helvetica,sans-serif;font-size:14px;color:#56534c;border:2px solid #56534c;border-radius:4px;background-clip:content-box;overflow-x:auto;overflow-y:scroll}div.wunderbaum:focus,div.wunderbaum:focus-within{border-color:#275dc5}div.wunderbaum.wb-disabled{opacity:0.7;pointer-events:none}div.wunderbaum div.wb-list-container{position:relative;min-height:4px}div.wunderbaum div.wb-header{position:sticky;top:0;z-index:2}div.wunderbaum div.wb-header,div.wunderbaum div.wb-list-container{overflow:unset}div.wunderbaum div.wb-row{position:absolute;width:100%;height:22px;line-height:22px;border:1px solid transparent}div.wunderbaum.wb-fixed-col span.wb-col:first-of-type{position:sticky;left:0;z-index:1;background-color:#fff}div.wunderbaum.wb-fixed-col div.wb-header span.wb-col:first-of-type{background-color:#dedede}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type{background-color:#e5f3fb}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-active:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-selected:hover span.wb-col:first-of-type{background-color:#dceff8}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row:hover span.wb-col:first-of-type{background-color:#f7fcfe}div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type{background-color:#f0f0f0;border-color:#acacac}div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type:hover span.wb-col:first-of-type{background-color:#eaeaea}div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-active,div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-selected,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-active,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-selected{background-color:#f0f0f0;border-color:#acacac}div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-selected:hover,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-selected:hover{background-color:#eaeaea}div.wunderbaum.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected){background-color:#f7f7f7}div.wunderbaum.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected):hover{background-color:#f3f3f3}div.wunderbaum div.wb-node-list div.wb-row:hover{background-color:#f7fcfe}div.wunderbaum div.wb-node-list div.wb-row.wb-active,div.wunderbaum div.wb-node-list div.wb-row.wb-selected{background-color:#e5f3fb}div.wunderbaum div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum div.wb-node-list div.wb-row.wb-selected:hover{background-color:#dceff8}div.wunderbaum div.wb-node-list div.wb-row.wb-focus:not(.wb-active){border-style:dotted;border-color:#70c0e7}div.wunderbaum div.wb-node-list div.wb-row.wb-active{border-style:solid;border-color:#70c0e7}div.wunderbaum div.wb-node-list div.wb-row.wb-active:hover{border-color:#26a0da}div.wunderbaum div.wb-node-list div.wb-row.wb-loading{font-style:italic}div.wunderbaum div.wb-node-list div.wb-row.wb-busy,div.wunderbaum div.wb-node-list div.wb-row i.wb-busy,div.wunderbaum div.wb-node-list div.wb-row .wb-col.wb-busy{font-style:italic;background:repeating-linear-gradient(45deg, transparent, transparent 3.88px, #dedede 3.88px, #dedede 7.78px);animation:wb-busy-animation 2s linear infinite}div.wunderbaum div.wb-node-list div.wb-row.wb-error,div.wunderbaum div.wb-node-list div.wb-row.wb-status-error{color:#b5373b}div.wunderbaum div.wb-header{position:sticky;height:22px;border-bottom:1px solid #56534c;padding:0;background-color:#dedede}div.wunderbaum div.wb-header span.wb-col{font-weight:bold;overflow:visible}div.wunderbaum div.wb-header span.wb-col-title{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}div.wunderbaum div.wb-header span.wb-col-resizer{position:absolute;top:0;right:-1px;width:3px;border:none;border-right:2px solid #56534c;height:100%;cursor:col-resize}div.wunderbaum span.wb-col{position:absolute;display:inline-block;overflow:hidden;height:20px;line-height:20px;padding:0 2px;border-right:1px solid #dedede;white-space:nowrap}div.wunderbaum span.wb-col:last-of-type{border-right:none}div.wunderbaum span.wb-node{user-select:none}div.wunderbaum span.wb-node i.wb-checkbox,div.wunderbaum span.wb-node i.wb-expander,div.wunderbaum span.wb-node i.wb-icon,div.wunderbaum span.wb-node i.wb-indent{height:20px;width:20px;padding:2px 2px;display:inline-block}div.wunderbaum span.wb-node i.bi::before{vertical-align:baseline}div.wunderbaum span.wb-node img.wb-icon{width:16px;height:16px;padding:2px 2px}div.wunderbaum span.wb-node i.wb-indent::before{content:"\00a0"}div.wunderbaum span.wb-node i.wb-expander.wb-spin,div.wunderbaum span.wb-node i.wb-icon.wb-spin{height:unset;width:unset;padding:0 3px;animation:wb-spin-animation 2s linear infinite}div.wunderbaum span.wb-node span.wb-title{min-width:1em;vertical-align:top;overflow-x:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}div.wunderbaum.wb-grid div.wb-header div.wb-row span.wb-col:hover{background-color:#c5c5c5}div.wunderbaum.wb-grid.wb-cell-mode div.wb-header div.wb-row span.wb-col.wb-active{background-color:#dceff8}div.wunderbaum.wb-grid div.wb-node-list div.wb-row{border-bottom-color:#dedede}div.wunderbaum.wb-grid div.wb-node-list div.wb-row:hover:not(.wb-active):not(.wb-selected){background-color:#f7fcfe}div.wunderbaum.wb-grid div.wb-node-list div.wb-row.wb-active{border-bottom-color:#70c0e7}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col{border-right:1px solid #dedede}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col input.wb-input-edit,div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="color"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="date"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="datetime"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="datetime-local"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="email"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="month"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="number"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="password"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="search"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="tel"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="text"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="time"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="url"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="week"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>select{width:100%;max-height:20px;border:none}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input:focus,div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>select:focus{border:1px dashed #70c0e7}div.wunderbaum.wb-grid.wb-cell-mode div.wb-row:not(.wb-colspan).wb-active span.wb-col.wb-active{background-color:#b3b3b3}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected) span.wb-col.wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected) span.wb-col.wb-active{background-color:#f7fcfe}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active{background-color:#f7fcfe}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active span.wb-col.wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active span.wb-col.wb-active{background-color:#7dc6e9}div.wunderbaum.wb-grid.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected){background-color:#f7f7f7}div.wunderbaum.wb-grid.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected):hover{background-color:#f3f3f3}div.wunderbaum.wb-grid:not(:focus-within) div.wb-node-list div.wb-row,div.wunderbaum.wb-grid:not(:focus) div.wb-node-list div.wb-row{border-bottom-color:#dedede}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row{color:#dedede}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row.wb-submatch,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row.wb-submatch{color:#868581}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row.wb-match,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row.wb-match{color:#56534c}div.wunderbaum div.wb-row.wb-drag-source{opacity:0.5}div.wunderbaum div.wb-row.wb-drag-source .wb-node{background-color:#d3d2ce}div.wunderbaum div.wb-row.wb-drop-target{overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node{background-color:#d4ecf8;overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node .wb-icon{position:relative;overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node .wb-icon::after{position:absolute;z-index:1000;content:url(../docs/assets/drop_marker_16x32.png);left:0;top:3px}div.wunderbaum div.wb-row.wb-drop-target.wb-drop-before .wb-node .wb-icon::after{content:url(../docs/assets/drop_marker_insert_16x64.png);left:0;top:-8px}div.wunderbaum div.wb-row.wb-drop-target.wb-drop-after .wb-node .wb-icon::after{content:url(../docs/assets/drop_marker_insert_16x64.png);left:0;top:14px}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+1),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+1){background:#ffffc9}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+2),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+2){background:#daffda}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+3),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+3){background:#ffd9fe}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+4),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+4){background:#ccfafa}div.wunderbaum.wb-fade-expander i.wb-expander{transition:color 1.5s;color:rgba(86,83,76,0)}div.wunderbaum.wb-fade-expander div.wb-row.wb-loading i.wb-expander,div.wunderbaum.wb-fade-expander:hover i.wb-expander,div.wunderbaum.wb-fade-expander:focus i.wb-expander,div.wunderbaum.wb-fade-expander:focus-within i.wb-expander,div.wunderbaum.wb-fade-expander [class*="wb-statusnode-"] i.wb-expander{transition:color 0.6s;color:#56534c}div.wunderbaum div.wb-row.wb-skeleton span.wb-title,div.wunderbaum div.wb-row.wb-skeleton i.wb-icon{animation:wb-skeleton-animation 1s linear infinite alternate;border-radius:0.25em;color:transparent;opacity:0.7}div.wunderbaum.wb-checkbox-auto-hide i.wb-checkbox{visibility:hidden}div.wunderbaum.wb-checkbox-auto-hide .wb-row:hover i.wb-checkbox,div.wunderbaum.wb-checkbox-auto-hide .wb-row.wb-selected i.wb-checkbox{visibility:unset}div.wunderbaum.wb-checkbox-auto-hide:focus .wb-row.wb-active i.wb-checkbox,div.wunderbaum.wb-checkbox-auto-hide:focus-within .wb-row.wb-active i.wb-checkbox{visibility:unset}.wb-helper-center{text-align:center}.wb-helper-disabled{color:#8c877c}.wb-helper-hidden{display:none}.wb-helper-invalid{color:#b5373b}.wb-helper-lazy-expander{color:#26a0da}.wb-helper-link{cursor:pointer}.wb-no-select{user-select:none;-webkit-user-select:none}.wb-no-select span.wb-title{user-select:contain;-webkit-user-select:contain}.wb-helper-start,.wb-helper-start>input{text-align:left}.wb-helper-end,.wb-helper-end>input{text-align:right}.wb-rtl .wb-helper-start,.wb-rtl .wb-helper-start>input{text-align:right}.wb-rtl .wb-helper-end,.wb-rtl .wb-helper-end>input{text-align:left}.wb-col input[type="checkbox"]:indeterminate{color:#8c877c;background-color:red}.wb-col input:invalid{color:#b5373b;background-color:#f5ddde}@keyframes wb-spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wb-skeleton-animation{0%{background-color:#a3b8c2}100%{background-color:#f0f3f5}}@keyframes wb-busy-animation{0%{background-position:0 0}100%{background-position:0 22px}}
|
|
4
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
5
|
+
*/div.wunderbaum{box-sizing:border-box;height:100%;min-height:4px;background-color:#fff;margin:0;padding:0;font-family:Helvetica,sans-serif;font-size:14px;color:#56534c;border:2px solid #56534c;border-radius:4px;background-clip:content-box;overflow-x:auto;overflow-y:scroll}div.wunderbaum:focus,div.wunderbaum:focus-within{border-color:#275dc5}div.wunderbaum.wb-disabled{opacity:0.7;pointer-events:none}div.wunderbaum div.wb-list-container{position:relative;min-height:4px}div.wunderbaum div.wb-header{position:sticky;top:0;z-index:2}div.wunderbaum div.wb-header,div.wunderbaum div.wb-list-container{overflow:unset}div.wunderbaum div.wb-row{position:absolute;width:100%;height:22px;line-height:22px;border:1px solid transparent}div.wunderbaum.wb-fixed-col span.wb-col:first-of-type{position:sticky;left:0;z-index:1;background-color:#fff}div.wunderbaum.wb-fixed-col div.wb-header span.wb-col:first-of-type{background-color:#dedede}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type{background-color:#e5f3fb}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-active:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row.wb-selected:hover span.wb-col:first-of-type{background-color:#dceff8}div.wunderbaum.wb-fixed-col div.wb-node-list div.wb-row:hover span.wb-col:first-of-type{background-color:#f7fcfe}div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type{background-color:#f0f0f0;border-color:#acacac}div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus-within) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-active span.wb-col:first-of-type:hover span.wb-col:first-of-type,div.wunderbaum.wb-fixed-col:not(:focus) div.wb-node-list div.wb-row.wb-selected span.wb-col:first-of-type:hover span.wb-col:first-of-type{background-color:#eaeaea}div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-active,div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-selected,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-active,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-selected{background-color:#f0f0f0;border-color:#acacac}div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum:not(:focus-within) div.wb-node-list div.wb-row.wb-selected:hover,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum:not(:focus) div.wb-node-list div.wb-row.wb-selected:hover{background-color:#eaeaea}div.wunderbaum.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected){background-color:#f7f7f7}div.wunderbaum.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected):hover{background-color:#f3f3f3}div.wunderbaum div.wb-node-list div.wb-row:hover{background-color:#f7fcfe}div.wunderbaum div.wb-node-list div.wb-row.wb-active,div.wunderbaum div.wb-node-list div.wb-row.wb-selected{background-color:#e5f3fb}div.wunderbaum div.wb-node-list div.wb-row.wb-active:hover,div.wunderbaum div.wb-node-list div.wb-row.wb-selected:hover{background-color:#dceff8}div.wunderbaum div.wb-node-list div.wb-row.wb-focus:not(.wb-active){border-style:dotted;border-color:#70c0e7}div.wunderbaum div.wb-node-list div.wb-row.wb-active{border-style:solid;border-color:#70c0e7}div.wunderbaum div.wb-node-list div.wb-row.wb-active:hover{border-color:#26a0da}div.wunderbaum div.wb-node-list div.wb-row.wb-loading{font-style:italic}div.wunderbaum div.wb-node-list div.wb-row.wb-busy,div.wunderbaum div.wb-node-list div.wb-row i.wb-busy,div.wunderbaum div.wb-node-list div.wb-row .wb-col.wb-busy{font-style:italic;background:repeating-linear-gradient(45deg, transparent, transparent 3.88px, #dedede 3.88px, #dedede 7.78px);animation:wb-busy-animation 2s linear infinite}div.wunderbaum div.wb-node-list div.wb-row.wb-error,div.wunderbaum div.wb-node-list div.wb-row.wb-status-error{color:#b5373b}div.wunderbaum div.wb-header{position:sticky;height:22px;border-bottom:1px solid #56534c;padding:0;background-color:#dedede}div.wunderbaum div.wb-header span.wb-col{font-weight:bold;overflow:visible}div.wunderbaum div.wb-header span.wb-col-title{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}div.wunderbaum div.wb-header span.wb-col-resizer{position:absolute;top:0;right:-1px;width:3px;border:none;border-right:2px solid #56534c;height:100%;cursor:col-resize}div.wunderbaum span.wb-col{position:absolute;display:inline-block;overflow:hidden;height:20px;line-height:20px;padding:0 2px;border-right:1px solid #dedede;white-space:nowrap}div.wunderbaum span.wb-col:last-of-type{border-right:none}div.wunderbaum span.wb-node{user-select:none}div.wunderbaum span.wb-node i.wb-checkbox,div.wunderbaum span.wb-node i.wb-expander,div.wunderbaum span.wb-node i.wb-icon,div.wunderbaum span.wb-node i.wb-indent{height:20px;width:20px;padding:2px 2px;display:inline-block}div.wunderbaum span.wb-node i.bi::before{vertical-align:baseline}div.wunderbaum span.wb-node img.wb-icon{width:16px;height:16px;padding:2px 2px}div.wunderbaum span.wb-node i.wb-indent::before{content:"\00a0"}div.wunderbaum span.wb-node i.wb-expander.wb-spin,div.wunderbaum span.wb-node i.wb-icon.wb-spin{height:unset;width:unset;padding:0 3px;animation:wb-spin-animation 2s linear infinite}div.wunderbaum span.wb-node span.wb-title{min-width:1em;vertical-align:top;overflow-x:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}div.wunderbaum.wb-grid div.wb-header div.wb-row span.wb-col:hover{background-color:#c5c5c5}div.wunderbaum.wb-grid.wb-cell-mode div.wb-header div.wb-row span.wb-col.wb-active{background-color:#dceff8}div.wunderbaum.wb-grid div.wb-node-list div.wb-row{border-bottom-color:#dedede}div.wunderbaum.wb-grid div.wb-node-list div.wb-row:hover:not(.wb-active):not(.wb-selected){background-color:#f7fcfe}div.wunderbaum.wb-grid div.wb-node-list div.wb-row.wb-active{border-bottom-color:#70c0e7}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col{border-right:1px solid #dedede}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col input.wb-input-edit,div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="color"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="date"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="datetime"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="datetime-local"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="email"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="month"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="number"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="password"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="search"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="tel"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="text"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="time"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="url"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input[type="week"],div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>select{width:100%;max-height:20px;border:none}div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>input:focus,div.wunderbaum.wb-grid div.wb-node-list div.wb-row span.wb-col>select:focus{border:1px dashed #70c0e7}div.wunderbaum.wb-grid.wb-cell-mode div.wb-row:not(.wb-colspan).wb-active span.wb-col.wb-active{background-color:#b3b3b3}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected) span.wb-col.wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected) span.wb-col.wb-active{background-color:#f7fcfe}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active{background-color:#f7fcfe}div.wunderbaum.wb-grid.wb-cell-mode:focus-within div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active span.wb-col.wb-active,div.wunderbaum.wb-grid.wb-cell-mode:focus div.wb-row:not(.wb-colspan):not(.wb-selected).wb-active span.wb-col.wb-active{background-color:#7dc6e9}div.wunderbaum.wb-grid.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected){background-color:#f7f7f7}div.wunderbaum.wb-grid.wb-alternate div.wb-node-list div.wb-row:nth-of-type(even):not(.wb-active):not(.wb-selected):hover{background-color:#f3f3f3}div.wunderbaum.wb-grid:not(:focus-within) div.wb-node-list div.wb-row,div.wunderbaum.wb-grid:not(:focus) div.wb-node-list div.wb-row{border-bottom-color:#dedede}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row{color:#dedede}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row.wb-submatch,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row.wb-submatch{color:#868581}div.wunderbaum.wb-ext-filter-dim div.wb-node-list div.wb-row.wb-match,div.wunderbaum.wb-ext-filter-hide div.wb-node-list div.wb-row.wb-match{color:#56534c}div.wunderbaum div.wb-row.wb-drag-source{opacity:0.5}div.wunderbaum div.wb-row.wb-drag-source .wb-node{background-color:#d3d2ce}div.wunderbaum div.wb-row.wb-drop-target{overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node{background-color:#d4ecf8;overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node .wb-icon{position:relative;overflow:visible}div.wunderbaum div.wb-row.wb-drop-target .wb-node .wb-icon::after{position:absolute;z-index:1000;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAMAAABA3o1rAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKUExURe/v9/f39+//7+f35+f/79bW5wgIawwYd97e55Tnpc731rjA2d7350LOY1LWa7Xvvf///wAQcyAze97e773vxnuczgA5pQBCpdb33rXvxu//9whjxgBaxlKU1oOz5ABz3gB73tbn99bW1rXe/wCM9xiU997v/97e3gCc/xil/9bv/wic/+/3/wAAALM9X5QAAAAudFJOU////////////////////////////////////////////////////////////wCCj3NVAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAqUlEQVQoU6WQ2w6CMAxA54agsCHq1HlFBREv/f/fs1tHAoaoiedlbXrWtGXwhV8FNqAXuAi4DwkShmE0cgGIcSwCCgkSkrAxpEonot0DhQxJptFsbnOpdNdgsFh6VtYwyqzTmG+oijDY7hr22E4qY7QybeGQe46nsxP0Wwc3Q1GWl+qKec8MlqKubxX+xzV7tkDuD1+3d+heigT2zGx/hCMUeUj4wL8CwAsW1kqCTugMCwAAAABJRU5ErkJggg==);left:0;top:3px}div.wunderbaum div.wb-row.wb-drop-target.wb-drop-before .wb-node .wb-icon::after,div.wunderbaum div.wb-row.wb-drop-target.wb-drop-after .wb-node .wb-icon::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAQCAMAAACROYkbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNUExURe/v9/f39+//7+f35+f/79bW5wgIawwYd97e55Tnpc731rjA2d7350LOY1LWa7Xvvf///wAQcyAze97e773vxgAAAHuczgA5pQBCpdb33rXvxu//9whjxgBaxlKU1oOz5ABz3gB73tbn99bW1rXe/wCM9xiU997v/97e3gCc/xil/9bv/wic/+/3/wAAAParqS4AAAAvdFJOU/////////////////////////////////////////////////////////////8AWqU49wAAAAlwSFlzAAAOwwAADsMBx2+oZAAAALlJREFUOE/FktsSgiAQhglMS8WstKLzQTM77Ps/XguL16I208cFyzB8/LPAYCC/ErARzcCFx23pBgnGfjAxBYhpKDwq3SBB5DeGWCYz0SUDClIkmgeLpV7HMiNDbrbbYbBaWzbaoKTaJiHfQe5oYLA/NBwxTiyVyqTSghYwox4MTmfL5XozgqxjAtODoizv1QPXPXqgKer6WeH9+Iw9XgF5ve15/Q+6/SQSsE+q8yMcocoREgzg3wKAL4vrpBIKREShAAAAAElFTkSuQmCC);left:0;top:-8px}div.wunderbaum div.wb-row.wb-drop-target.wb-drop-after .wb-node .wb-icon::after{top:14px}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+1),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+1){background:#ffffc9}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+2),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+2){background:#daffda}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+3),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+3){background:#ffd9fe}div.wunderbaum.wb-rainbow i.wb-expander:nth-child(4n+4),div.wunderbaum.wb-rainbow i.wb-indent:nth-child(4n+4){background:#ccfafa}div.wunderbaum.wb-fade-expander i.wb-expander{transition:color 1.5s;color:rgba(86,83,76,0)}div.wunderbaum.wb-fade-expander div.wb-row.wb-loading i.wb-expander,div.wunderbaum.wb-fade-expander:hover i.wb-expander,div.wunderbaum.wb-fade-expander:focus i.wb-expander,div.wunderbaum.wb-fade-expander:focus-within i.wb-expander,div.wunderbaum.wb-fade-expander [class*="wb-statusnode-"] i.wb-expander{transition:color 0.6s;color:#56534c}div.wunderbaum div.wb-row.wb-skeleton span.wb-title,div.wunderbaum div.wb-row.wb-skeleton i.wb-icon{animation:wb-skeleton-animation 1s linear infinite alternate;border-radius:0.25em;color:transparent;opacity:0.7}div.wunderbaum.wb-checkbox-auto-hide i.wb-checkbox{visibility:hidden}div.wunderbaum.wb-checkbox-auto-hide .wb-row:hover i.wb-checkbox,div.wunderbaum.wb-checkbox-auto-hide .wb-row.wb-selected i.wb-checkbox{visibility:unset}div.wunderbaum.wb-checkbox-auto-hide:focus .wb-row.wb-active i.wb-checkbox,div.wunderbaum.wb-checkbox-auto-hide:focus-within .wb-row.wb-active i.wb-checkbox{visibility:unset}.wb-helper-center{text-align:center}.wb-helper-disabled{color:#8c877c}.wb-helper-hidden{display:none}.wb-helper-invalid{color:#b5373b}.wb-helper-lazy-expander{color:#26a0da}.wb-helper-link{cursor:pointer}.wb-no-select{user-select:none;-webkit-user-select:none}.wb-no-select span.wb-title{user-select:contain;-webkit-user-select:contain}.wb-helper-start,.wb-helper-start>input{text-align:left}.wb-helper-end,.wb-helper-end>input{text-align:right}.wb-rtl .wb-helper-start,.wb-rtl .wb-helper-start>input{text-align:right}.wb-rtl .wb-helper-end,.wb-rtl .wb-helper-end>input{text-align:left}.wb-col input[type="checkbox"]:indeterminate{color:#8c877c;background-color:red}.wb-col input:invalid{color:#b5373b;background-color:#f5ddde}@keyframes wb-spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wb-skeleton-animation{0%{background-color:#a3b8c2}100%{background-color:#f0f3f5}}@keyframes wb-busy-animation{0%{background-position:0 0}100%{background-position:0 22px}}
|
|
6
|
+
/*# sourceMappingURL=wunderbaum.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["stdin","wunderbaum.css"],"names":[],"mappings":"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","file":"wunderbaum.css"}
|
package/dist/wunderbaum.d.ts
CHANGED
|
@@ -466,7 +466,7 @@ declare module "wb_options" {
|
|
|
466
466
|
* 0:quiet, 1:errors, 2:warnings, 3:info, 4:verbose
|
|
467
467
|
* Default: 3 (4 in local debug environment)
|
|
468
468
|
*/
|
|
469
|
-
debugLevel
|
|
469
|
+
debugLevel?: number;
|
|
470
470
|
/**
|
|
471
471
|
* Number of levels that are forced to be expanded, and have no expander icon.
|
|
472
472
|
* E.g. 1 would keep all toplevel nodes expanded.
|
|
@@ -533,9 +533,9 @@ declare module "wb_options" {
|
|
|
533
533
|
*/
|
|
534
534
|
quicksearch?: boolean;
|
|
535
535
|
dnd?: DndOptionsType;
|
|
536
|
-
edit
|
|
537
|
-
filter
|
|
538
|
-
grid
|
|
536
|
+
edit?: any;
|
|
537
|
+
filter?: any;
|
|
538
|
+
grid?: any;
|
|
539
539
|
/**
|
|
540
540
|
*
|
|
541
541
|
* @category Callback
|
package/dist/wunderbaum.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Wunderbaum - util
|
|
3
3
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
4
|
-
* v0.3.
|
|
4
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
5
5
|
*/
|
|
6
6
|
/** @module util */
|
|
7
7
|
/** Readable names for `MouseEvent.button` */
|
|
@@ -30,7 +30,7 @@ const ENTITY_MAP = {
|
|
|
30
30
|
/**
|
|
31
31
|
* A ES6 Promise, that exposes the resolve()/reject() methods.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
let Deferred$1 = class Deferred {
|
|
34
34
|
constructor() {
|
|
35
35
|
this.thens = [];
|
|
36
36
|
this.catches = [];
|
|
@@ -76,7 +76,7 @@ class Deferred$1 {
|
|
|
76
76
|
catch: this.catch,
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
|
-
}
|
|
79
|
+
};
|
|
80
80
|
/**Throw an `Error` if `cond` is falsey. */
|
|
81
81
|
function assert(cond, msg) {
|
|
82
82
|
if (!cond) {
|
|
@@ -716,47 +716,47 @@ function adaptiveThrottle(callback, options) {
|
|
|
716
716
|
|
|
717
717
|
var util = /*#__PURE__*/Object.freeze({
|
|
718
718
|
__proto__: null,
|
|
719
|
-
MOUSE_BUTTONS: MOUSE_BUTTONS,
|
|
720
|
-
MAX_INT: MAX_INT,
|
|
721
|
-
isMac: isMac,
|
|
722
719
|
Deferred: Deferred$1,
|
|
720
|
+
MAX_INT: MAX_INT,
|
|
721
|
+
MOUSE_BUTTONS: MOUSE_BUTTONS,
|
|
722
|
+
adaptiveThrottle: adaptiveThrottle,
|
|
723
723
|
assert: assert,
|
|
724
724
|
documentReady: documentReady,
|
|
725
725
|
documentReadyPromise: documentReadyPromise,
|
|
726
726
|
each: each,
|
|
727
|
+
elemFromHtml: elemFromHtml,
|
|
728
|
+
elemFromSelector: elemFromSelector,
|
|
727
729
|
error: error,
|
|
728
730
|
escapeHtml: escapeHtml,
|
|
729
731
|
escapeRegex: escapeRegex,
|
|
730
732
|
escapeTooltip: escapeTooltip,
|
|
731
|
-
extractHtmlText: extractHtmlText,
|
|
732
|
-
getValueFromElem: getValueFromElem,
|
|
733
|
-
setValueToElem: setValueToElem,
|
|
734
|
-
setElemDisplay: setElemDisplay,
|
|
735
|
-
elemFromHtml: elemFromHtml,
|
|
736
|
-
elemFromSelector: elemFromSelector,
|
|
737
733
|
eventTargetFromSelector: eventTargetFromSelector,
|
|
738
734
|
eventToString: eventToString,
|
|
739
735
|
extend: extend,
|
|
736
|
+
extractHtmlText: extractHtmlText,
|
|
737
|
+
getOption: getOption,
|
|
738
|
+
getValueFromElem: getValueFromElem,
|
|
740
739
|
isArray: isArray,
|
|
741
740
|
isEmptyObject: isEmptyObject,
|
|
742
741
|
isFunction: isFunction,
|
|
742
|
+
isMac: isMac,
|
|
743
743
|
isPlainObject: isPlainObject,
|
|
744
744
|
noop: noop,
|
|
745
745
|
onEvent: onEvent,
|
|
746
746
|
overrideMethod: overrideMethod,
|
|
747
|
+
setElemDisplay: setElemDisplay,
|
|
747
748
|
setTimeoutPromise: setTimeoutPromise,
|
|
749
|
+
setValueToElem: setValueToElem,
|
|
748
750
|
sleep: sleep,
|
|
749
|
-
toggleCheckbox: toggleCheckbox,
|
|
750
|
-
getOption: getOption,
|
|
751
751
|
toSet: toSet,
|
|
752
|
-
|
|
753
|
-
|
|
752
|
+
toggleCheckbox: toggleCheckbox,
|
|
753
|
+
type: type
|
|
754
754
|
});
|
|
755
755
|
|
|
756
756
|
/*!
|
|
757
757
|
* Wunderbaum - types
|
|
758
758
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
759
|
-
* v0.3.
|
|
759
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
760
760
|
*/
|
|
761
761
|
/**
|
|
762
762
|
* Possible values for {@link WunderbaumNode.setModified()} and {@link Wunderbaum.setModified()}.
|
|
@@ -820,7 +820,7 @@ var NavModeEnum;
|
|
|
820
820
|
/*!
|
|
821
821
|
* Wunderbaum - wb_extension_base
|
|
822
822
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
823
|
-
* v0.3.
|
|
823
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
824
824
|
*/
|
|
825
825
|
class WunderbaumExtension {
|
|
826
826
|
constructor(tree, id, defaults) {
|
|
@@ -1111,7 +1111,7 @@ function debounce(func, wait = 0, options = {}) {
|
|
|
1111
1111
|
/*!
|
|
1112
1112
|
* Wunderbaum - ext-filter
|
|
1113
1113
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
1114
|
-
* v0.3.
|
|
1114
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
1115
1115
|
*/
|
|
1116
1116
|
const START_MARKER = "\uFFF7";
|
|
1117
1117
|
const END_MARKER = "\uFFF8";
|
|
@@ -1412,7 +1412,7 @@ function _markFuzzyMatchedChars(text, matches, escapeTitles = true) {
|
|
|
1412
1412
|
/*!
|
|
1413
1413
|
* Wunderbaum - ext-keynav
|
|
1414
1414
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
1415
|
-
* v0.3.
|
|
1415
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
1416
1416
|
*/
|
|
1417
1417
|
const QUICKSEARCH_DELAY = 500;
|
|
1418
1418
|
class KeynavExtension extends WunderbaumExtension {
|
|
@@ -1752,7 +1752,7 @@ class KeynavExtension extends WunderbaumExtension {
|
|
|
1752
1752
|
/*!
|
|
1753
1753
|
* Wunderbaum - ext-logger
|
|
1754
1754
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
1755
|
-
* v0.3.
|
|
1755
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
1756
1756
|
*/
|
|
1757
1757
|
class LoggerExtension extends WunderbaumExtension {
|
|
1758
1758
|
constructor(tree) {
|
|
@@ -1792,7 +1792,7 @@ class LoggerExtension extends WunderbaumExtension {
|
|
|
1792
1792
|
/*!
|
|
1793
1793
|
* Wunderbaum - common
|
|
1794
1794
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
1795
|
-
* v0.3.
|
|
1795
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
1796
1796
|
*/
|
|
1797
1797
|
const DEFAULT_DEBUGLEVEL = 4; // Replaced by rollup script
|
|
1798
1798
|
/**
|
|
@@ -2038,7 +2038,7 @@ function inflateSourceData(source) {
|
|
|
2038
2038
|
/*!
|
|
2039
2039
|
* Wunderbaum - ext-dnd
|
|
2040
2040
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
2041
|
-
* v0.3.
|
|
2041
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
2042
2042
|
*/
|
|
2043
2043
|
const nodeMimeType = "application/x-wunderbaum-node";
|
|
2044
2044
|
class DndExtension extends WunderbaumExtension {
|
|
@@ -2331,7 +2331,7 @@ class DndExtension extends WunderbaumExtension {
|
|
|
2331
2331
|
/*!
|
|
2332
2332
|
* Wunderbaum - drag_observer
|
|
2333
2333
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
2334
|
-
* v0.3.
|
|
2334
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
2335
2335
|
*/
|
|
2336
2336
|
/**
|
|
2337
2337
|
* Convert mouse- and touch events to 'dragstart', 'drag', and 'dragstop'.
|
|
@@ -2467,7 +2467,7 @@ class DragObserver {
|
|
|
2467
2467
|
/*!
|
|
2468
2468
|
* Wunderbaum - ext-grid
|
|
2469
2469
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
2470
|
-
* v0.3.
|
|
2470
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
2471
2471
|
*/
|
|
2472
2472
|
class GridExtension extends WunderbaumExtension {
|
|
2473
2473
|
constructor(tree) {
|
|
@@ -2504,7 +2504,7 @@ class GridExtension extends WunderbaumExtension {
|
|
|
2504
2504
|
/*!
|
|
2505
2505
|
* Wunderbaum - deferred
|
|
2506
2506
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
2507
|
-
* v0.3.
|
|
2507
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
2508
2508
|
*/
|
|
2509
2509
|
/**
|
|
2510
2510
|
* Implement a ES6 Promise, that exposes a resolve() and reject() method.
|
|
@@ -2557,7 +2557,7 @@ class Deferred {
|
|
|
2557
2557
|
/*!
|
|
2558
2558
|
* Wunderbaum - wunderbaum_node
|
|
2559
2559
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
2560
|
-
* v0.3.
|
|
2560
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
2561
2561
|
*/
|
|
2562
2562
|
/** Top-level properties that can be passed with `data`. */
|
|
2563
2563
|
const NODE_PROPS = new Set([
|
|
@@ -4600,7 +4600,7 @@ WunderbaumNode.sequence = 0;
|
|
|
4600
4600
|
/*!
|
|
4601
4601
|
* Wunderbaum - ext-edit
|
|
4602
4602
|
* Copyright (c) 2021-2023, Martin Wendt. Released under the MIT license.
|
|
4603
|
-
* v0.3.
|
|
4603
|
+
* v0.3.1, Sat, 03 Jun 2023 16:50:32 GMT (https://github.com/mar10/wunderbaum)
|
|
4604
4604
|
*/
|
|
4605
4605
|
// const START_MARKER = "\uFFF7";
|
|
4606
4606
|
class EditExtension extends WunderbaumExtension {
|
|
@@ -4895,8 +4895,8 @@ class EditExtension extends WunderbaumExtension {
|
|
|
4895
4895
|
* https://github.com/mar10/wunderbaum
|
|
4896
4896
|
*
|
|
4897
4897
|
* Released under the MIT license.
|
|
4898
|
-
* @version v0.3.
|
|
4899
|
-
* @date Sat,
|
|
4898
|
+
* @version v0.3.1
|
|
4899
|
+
* @date Sat, 03 Jun 2023 16:50:32 GMT
|
|
4900
4900
|
*/
|
|
4901
4901
|
class WbSystemRoot extends WunderbaumNode {
|
|
4902
4902
|
constructor(tree) {
|
|
@@ -6928,7 +6928,7 @@ class Wunderbaum {
|
|
|
6928
6928
|
}
|
|
6929
6929
|
Wunderbaum.sequence = 0;
|
|
6930
6930
|
/** Wunderbaum release version number "MAJOR.MINOR.PATCH". */
|
|
6931
|
-
Wunderbaum.version = "v0.3.
|
|
6931
|
+
Wunderbaum.version = "v0.3.1"; // Set to semver by 'grunt release'
|
|
6932
6932
|
/** Expose some useful methods of the util.ts module as `Wunderbaum.util`. */
|
|
6933
6933
|
Wunderbaum.util = util;
|
|
6934
6934
|
|