solid_litequeen 0.11.0 → 0.11.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90243fc8ba17fd413d9237ad0f4d6361f73f9dbf1497b5383ffadf5f484a67e1
|
4
|
+
data.tar.gz: f0e9b68b711aa9c2866cfcab0117d34baf3199413fc0772d7946f62059dd3a00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a202ac2d37b116b661e89b54e25751a9459647d4f3fc52eb152d79c063e932b7c5fe1c4add8010caee6af07f392781ef1a773ed4ad3a5b1c3a180250050a7b2a
|
7
|
+
data.tar.gz: c8faf1143ed4208d12f302553a34a8f2b132e784d9921380c5b2b4b192989581a069397b996de15c3139836156665a478efd7a8f4980008fcec377ecd8415625
|
@@ -1,10 +1,12 @@
|
|
1
|
-
<dialog id="table_relationships" data-controller="table-relations" data-relations="<%= @table_relations.to_json %>" class="w-[
|
1
|
+
<dialog id="table_relationships" data-controller="table-relations" data-relations="<%= @table_relations.to_json %>" class="w-[1000px] h-full m-auto overscroll-y-contain">
|
2
2
|
<form method="submit" class="flex flex-row-reverse">
|
3
3
|
<button formmethod="dialog" class="cursor-pointer mr-4 mt-2 outline-none">
|
4
4
|
<%= image_tag "solid_litequeen/icons/x.svg", class: "size-5" %>
|
5
5
|
</button>
|
6
6
|
</form>
|
7
7
|
<h1 class="text-black text-center mt-4">Table Relationships</h1>
|
8
|
-
|
9
|
-
<div
|
8
|
+
|
9
|
+
<div class="w-full p-4 mx-auto overflow-x-auto">
|
10
|
+
<div id="paper" class="m-auto my-10 w-full h-[600px] border rounded"></div>
|
11
|
+
</div>
|
10
12
|
</dialog>
|