beanbagdb-components 0.2.7 → 0.2.9
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/main.js +5 -4
- package/dist/main.js.map +1 -1
- package/dist/main.umd.cjs +25 -25
- package/dist/main.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/dist/app.js +0 -134
- package/dist/app.style.css +0 -51
- package/dist/data.html +0 -1086
- package/dist/doc.html +0 -61
- package/dist/index.html +0 -28
- package/dist/local_cache.js +0 -210
- package/dist/settings.html +0 -39
- package/dist/test.html +0 -34
package/dist/main.js
CHANGED
|
@@ -23073,7 +23073,7 @@ const r1 = {
|
|
|
23073
23073
|
|
|
23074
23074
|
/* Checkbox inputs */#editor-json input[type="checkbox"] {width:20px !important;height:20px !important;margin-right:8px !important;accent-color:#007bff; /* Custom check color */background:#fff !important;}#editor-json label:has(input[type="checkbox"]) {font-size:18px !important;display:flex;align-items:center;gap:0.5rem;}
|
|
23075
23075
|
|
|
23076
|
-
/* Multi-checkbox combo */#editor-json .je-array-controls {background:transparent;}
|
|
23076
|
+
/* Multi-checkbox combo */#editor-json .je-array-controls {background:transparent;}#editor-json .je-modal {background-color:#ccccccb0 !important;}#editor-json .json-editor-btn-edit_properties {margin-left:3px;margin-right:3px;}
|
|
23077
23077
|
|
|
23078
23078
|
/* Full combo integration */#editor-json input,
|
|
23079
23079
|
:global(#editor-json textarea) {font-size:20px !important;background:transparent !important;border:1px solid #cccccc4f !important;}
|
|
@@ -23235,7 +23235,7 @@ function Js(o, a) {
|
|
|
23235
23235
|
}
|
|
23236
23236
|
return Ve(o, S), Fi(x);
|
|
23237
23237
|
}
|
|
23238
|
-
ri(
|
|
23238
|
+
customElements.define("json-editor", ri(
|
|
23239
23239
|
Js,
|
|
23240
23240
|
{
|
|
23241
23241
|
schema: {},
|
|
@@ -23248,7 +23248,7 @@ ri(
|
|
|
23248
23248
|
[],
|
|
23249
23249
|
[],
|
|
23250
23250
|
!0
|
|
23251
|
-
);
|
|
23251
|
+
));
|
|
23252
23252
|
var n1 = /* @__PURE__ */ dt("<button>Save changes</button>"), i1 = /* @__PURE__ */ dt("<!> <hr/> <!>", 1), o1 = /* @__PURE__ */ dt("<tr><td> </td><td> </td><td><button>Copy URL</button> <button>Copy Key</button></td></tr>"), a1 = /* @__PURE__ */ dt('<tr><td colspan="3">No databases yet</td></tr>'), s1 = /* @__PURE__ */ dt('<table border="1"><thead><tr><th>Name</th><th>About</th><th>Actions</th></tr></thead><tbody></tbody></table> <button> </button>', 1);
|
|
23253
23253
|
function l1(o, a) {
|
|
23254
23254
|
Bi(a, !0);
|
|
@@ -24179,6 +24179,7 @@ const rk = _0;
|
|
|
24179
24179
|
export {
|
|
24180
24180
|
rk as BBDB,
|
|
24181
24181
|
l1 as DBList,
|
|
24182
|
-
I1 as Doc
|
|
24182
|
+
I1 as Doc,
|
|
24183
|
+
Js as Editor
|
|
24183
24184
|
};
|
|
24184
24185
|
//# sourceMappingURL=main.js.map
|