solid-panes 4.4.2-4 → 4.4.2-6

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.
Files changed (240) hide show
  1. package/README.md +0 -30
  2. package/dist/_virtual/_rolldown/runtime.cjs.js +1 -1
  3. package/dist/_virtual/~icons/lucide/arrow-left.cjs.js +2 -0
  4. package/dist/_virtual/~icons/lucide/arrow-left.cjs.js.map +1 -0
  5. package/dist/_virtual/~icons/lucide/arrow-left.esm.js +11 -0
  6. package/dist/_virtual/~icons/lucide/arrow-left.esm.js.map +1 -0
  7. package/dist/_virtual/~icons/lucide/ellipsis-vertical.cjs.js +2 -0
  8. package/dist/_virtual/~icons/lucide/ellipsis-vertical.cjs.js.map +1 -0
  9. package/dist/_virtual/~icons/lucide/ellipsis-vertical.esm.js +11 -0
  10. package/dist/_virtual/~icons/lucide/ellipsis-vertical.esm.js.map +1 -0
  11. package/dist/_virtual/~icons/lucide/folder-open.cjs.js +2 -0
  12. package/dist/_virtual/~icons/lucide/folder-open.cjs.js.map +1 -0
  13. package/dist/_virtual/~icons/lucide/folder-open.esm.js +11 -0
  14. package/dist/_virtual/~icons/lucide/folder-open.esm.js.map +1 -0
  15. package/dist/_virtual/~icons/lucide/globe.cjs.js +2 -0
  16. package/dist/_virtual/~icons/lucide/globe.cjs.js.map +1 -0
  17. package/dist/_virtual/~icons/lucide/globe.esm.js +11 -0
  18. package/dist/_virtual/~icons/lucide/globe.esm.js.map +1 -0
  19. package/dist/_virtual/~icons/lucide/layout-dashboard.cjs.js +2 -0
  20. package/dist/_virtual/~icons/lucide/layout-dashboard.cjs.js.map +1 -0
  21. package/dist/_virtual/~icons/lucide/layout-dashboard.esm.js +11 -0
  22. package/dist/_virtual/~icons/lucide/layout-dashboard.esm.js.map +1 -0
  23. package/dist/_virtual/~icons/lucide/lock-keyhole.cjs.js +2 -0
  24. package/dist/_virtual/~icons/lucide/lock-keyhole.cjs.js.map +1 -0
  25. package/dist/_virtual/~icons/lucide/lock-keyhole.esm.js +11 -0
  26. package/dist/_virtual/~icons/lucide/lock-keyhole.esm.js.map +1 -0
  27. package/dist/_virtual/~icons/lucide/pencil.cjs.js +2 -0
  28. package/dist/_virtual/~icons/lucide/pencil.cjs.js.map +1 -0
  29. package/dist/_virtual/~icons/lucide/pencil.esm.js +11 -0
  30. package/dist/_virtual/~icons/lucide/pencil.esm.js.map +1 -0
  31. package/dist/_virtual/~icons/lucide/settings-2.cjs.js +2 -0
  32. package/dist/_virtual/~icons/lucide/settings-2.cjs.js.map +1 -0
  33. package/dist/_virtual/~icons/lucide/settings-2.esm.js +11 -0
  34. package/dist/_virtual/~icons/lucide/settings-2.esm.js.map +1 -0
  35. package/dist/_virtual/~icons/lucide/share-2.cjs.js +2 -0
  36. package/dist/_virtual/~icons/lucide/share-2.cjs.js.map +1 -0
  37. package/dist/_virtual/~icons/lucide/share-2.esm.js +11 -0
  38. package/dist/_virtual/~icons/lucide/share-2.esm.js.map +1 -0
  39. package/dist/_virtual/~icons/lucide/trash-2.cjs.js +2 -0
  40. package/dist/_virtual/~icons/lucide/trash-2.cjs.js.map +1 -0
  41. package/dist/_virtual/~icons/lucide/trash-2.esm.js +11 -0
  42. package/dist/_virtual/~icons/lucide/trash-2.esm.js.map +1 -0
  43. package/dist/_virtual/~icons/lucide/users.cjs.js +2 -0
  44. package/dist/_virtual/~icons/lucide/users.cjs.js.map +1 -0
  45. package/dist/_virtual/~icons/lucide/users.esm.js +11 -0
  46. package/dist/_virtual/~icons/lucide/users.esm.js.map +1 -0
  47. package/dist/components/file-explorer-header/FileExplorerHeader.cjs.js +14 -0
  48. package/dist/components/file-explorer-header/FileExplorerHeader.cjs.js.map +1 -0
  49. package/dist/components/file-explorer-header/FileExplorerHeader.d.ts +19 -0
  50. package/dist/components/file-explorer-header/FileExplorerHeader.d.ts.map +1 -0
  51. package/dist/components/file-explorer-header/FileExplorerHeader.esm.js +292 -0
  52. package/dist/components/file-explorer-header/FileExplorerHeader.esm.js.map +1 -0
  53. package/dist/components/file-explorer-header/FileExplorerHeader.styles.cjs.js +2 -0
  54. package/dist/components/file-explorer-header/FileExplorerHeader.styles.cjs.js.map +1 -0
  55. package/dist/components/file-explorer-header/FileExplorerHeader.styles.esm.js +7 -0
  56. package/dist/components/file-explorer-header/FileExplorerHeader.styles.esm.js.map +1 -0
  57. package/dist/components/file-explorer-header/FileExplorerHeaderControls.cjs.js +22 -0
  58. package/dist/components/file-explorer-header/FileExplorerHeaderControls.cjs.js.map +1 -0
  59. package/dist/components/file-explorer-header/FileExplorerHeaderControls.d.ts +15 -0
  60. package/dist/components/file-explorer-header/FileExplorerHeaderControls.d.ts.map +1 -0
  61. package/dist/components/file-explorer-header/FileExplorerHeaderControls.esm.js +266 -0
  62. package/dist/components/file-explorer-header/FileExplorerHeaderControls.esm.js.map +1 -0
  63. package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.cjs.js +2 -0
  64. package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.cjs.js.map +1 -0
  65. package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.esm.js +7 -0
  66. package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.esm.js.map +1 -0
  67. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.cjs.js +19 -0
  68. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.cjs.js.map +1 -0
  69. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.d.ts +19 -0
  70. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.d.ts.map +1 -0
  71. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.esm.js +321 -0
  72. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.esm.js.map +1 -0
  73. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.cjs.js +2 -0
  74. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.cjs.js.map +1 -0
  75. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.esm.js +7 -0
  76. package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.esm.js.map +1 -0
  77. package/dist/components/file-explorer-header/FileExplorerProvider.cjs.js +13 -0
  78. package/dist/components/file-explorer-header/FileExplorerProvider.cjs.js.map +1 -0
  79. package/dist/components/file-explorer-header/FileExplorerProvider.d.ts +36 -0
  80. package/dist/components/file-explorer-header/FileExplorerProvider.d.ts.map +1 -0
  81. package/dist/components/file-explorer-header/FileExplorerProvider.esm.js +468 -0
  82. package/dist/components/file-explorer-header/FileExplorerProvider.esm.js.map +1 -0
  83. package/dist/components/file-explorer-header/FileExplorerProvider.styles.cjs.js +2 -0
  84. package/dist/components/file-explorer-header/FileExplorerProvider.styles.cjs.js.map +1 -0
  85. package/dist/components/file-explorer-header/FileExplorerProvider.styles.esm.js +7 -0
  86. package/dist/components/file-explorer-header/FileExplorerProvider.styles.esm.js.map +1 -0
  87. package/dist/components/file-explorer-header/helper.cjs.js +2 -0
  88. package/dist/components/file-explorer-header/helper.cjs.js.map +1 -0
  89. package/dist/components/file-explorer-header/helper.d.ts +15 -0
  90. package/dist/components/file-explorer-header/helper.d.ts.map +1 -0
  91. package/dist/components/file-explorer-header/helper.esm.js +64 -0
  92. package/dist/components/file-explorer-header/helper.esm.js.map +1 -0
  93. package/dist/components/file-explorer-header/types.d.ts +2 -0
  94. package/dist/components/file-explorer-header/types.d.ts.map +1 -0
  95. package/dist/components/header/Header.cjs.js +1 -1
  96. package/dist/components/header/Header.cjs.js.map +1 -1
  97. package/dist/components/header/Header.esm.js +3 -3
  98. package/dist/components/navbar/Navbar.cjs.js +15 -0
  99. package/dist/components/navbar/Navbar.cjs.js.map +1 -0
  100. package/dist/components/navbar/Navbar.d.ts +14 -0
  101. package/dist/components/navbar/Navbar.d.ts.map +1 -0
  102. package/dist/components/navbar/Navbar.esm.js +232 -0
  103. package/dist/components/navbar/Navbar.esm.js.map +1 -0
  104. package/dist/components/navbar/Navbar.styles.cjs.js +2 -0
  105. package/dist/components/navbar/Navbar.styles.cjs.js.map +1 -0
  106. package/dist/components/navbar/Navbar.styles.esm.js +7 -0
  107. package/dist/components/navbar/Navbar.styles.esm.js.map +1 -0
  108. package/dist/components/navbar/index.cjs.js +1 -0
  109. package/dist/components/navbar/index.d.ts +4 -0
  110. package/dist/components/navbar/index.d.ts.map +1 -0
  111. package/dist/components/navbar/index.esm.js +1 -0
  112. package/dist/components/resource-actions-menu/DeleteResourceDialog.cjs.js +16 -0
  113. package/dist/components/resource-actions-menu/DeleteResourceDialog.cjs.js.map +1 -0
  114. package/dist/components/resource-actions-menu/DeleteResourceDialog.d.ts +8 -0
  115. package/dist/components/resource-actions-menu/DeleteResourceDialog.d.ts.map +1 -0
  116. package/dist/components/resource-actions-menu/DeleteResourceDialog.esm.js +215 -0
  117. package/dist/components/resource-actions-menu/DeleteResourceDialog.esm.js.map +1 -0
  118. package/dist/components/resource-actions-menu/ResourceActionsMenu.cjs.js +18 -0
  119. package/dist/components/resource-actions-menu/ResourceActionsMenu.cjs.js.map +1 -0
  120. package/dist/components/resource-actions-menu/ResourceActionsMenu.d.ts +16 -0
  121. package/dist/components/resource-actions-menu/ResourceActionsMenu.d.ts.map +1 -0
  122. package/dist/components/resource-actions-menu/ResourceActionsMenu.esm.js +260 -0
  123. package/dist/components/resource-actions-menu/ResourceActionsMenu.esm.js.map +1 -0
  124. package/dist/dashboard/homepage.cjs.js +1 -1
  125. package/dist/dashboard/homepage.cjs.js.map +1 -1
  126. package/dist/dashboard/homepage.esm.js +2 -2
  127. package/dist/dashboard/homepage.esm.js.map +1 -1
  128. package/dist/form/pane.cjs.js +1 -1
  129. package/dist/form/pane.cjs.js.map +1 -1
  130. package/dist/form/pane.esm.js +2 -1
  131. package/dist/form/pane.esm.js.map +1 -1
  132. package/dist/humanReadablePane2.cjs.js.map +1 -1
  133. package/dist/humanReadablePane2.esm.js.map +1 -1
  134. package/dist/index.cjs.js +1 -1
  135. package/dist/index.cjs.js.map +1 -1
  136. package/dist/index.esm.js +12 -7
  137. package/dist/index.esm.js.map +1 -1
  138. package/dist/internal/internalPane2.cjs.js.map +1 -1
  139. package/dist/mainPage/header.cjs.js +1 -1
  140. package/dist/mainPage/header.cjs.js.map +1 -1
  141. package/dist/mainPage/header.d.ts.map +1 -1
  142. package/dist/mainPage/header.esm.js +64 -17
  143. package/dist/mainPage/header.esm.js.map +1 -1
  144. package/dist/mainPage/index.cjs.js +1 -1
  145. package/dist/mainPage/index.cjs.js.map +1 -1
  146. package/dist/mainPage/index.d.ts +1 -9
  147. package/dist/mainPage/index.d.ts.map +1 -1
  148. package/dist/mainPage/index.esm.js +19 -21
  149. package/dist/mainPage/index.esm.js.map +1 -1
  150. package/dist/mainPage/navbar.cjs.js +2 -0
  151. package/dist/mainPage/navbar.cjs.js.map +1 -0
  152. package/dist/mainPage/navbar.d.ts +3 -0
  153. package/dist/mainPage/navbar.d.ts.map +1 -0
  154. package/dist/mainPage/navbar.esm.js +66 -0
  155. package/dist/mainPage/navbar.esm.js.map +1 -0
  156. package/dist/outline/context.d.ts +1 -1
  157. package/dist/outline/manager2.cjs.js +1 -2
  158. package/dist/outline/manager2.cjs.js.map +1 -1
  159. package/dist/outline/manager2.esm.js +366 -532
  160. package/dist/outline/manager2.esm.js.map +1 -1
  161. package/dist/outline/queryByExample.esm.js +1 -0
  162. package/dist/outline/queryByExample.esm.js.map +1 -1
  163. package/dist/outline/sourcePaneIcon.d.ts +2 -0
  164. package/dist/outline/sourcePaneIcon.d.ts.map +1 -0
  165. package/dist/outline/userInput.cjs.js +3 -3
  166. package/dist/outline/userInput.cjs.js.map +1 -1
  167. package/dist/outline/userInput.esm.js +4 -6
  168. package/dist/outline/userInput.esm.js.map +1 -1
  169. package/dist/pad/padPane2.cjs.js +1 -1
  170. package/dist/pad/padPane2.cjs.js.map +1 -1
  171. package/dist/pad/padPane2.esm.js +2 -1
  172. package/dist/pad/padPane2.esm.js.map +1 -1
  173. package/dist/schedule/schedulePane2.cjs.js +1 -1
  174. package/dist/schedule/schedulePane2.cjs.js.map +1 -1
  175. package/dist/schedule/schedulePane2.esm.js +2 -1
  176. package/dist/schedule/schedulePane2.esm.js.map +1 -1
  177. package/dist/social/editProfileDetails.cjs.js +1 -1
  178. package/dist/social/editProfileDetails.esm.js +1 -1
  179. package/dist/social/socialPane2.cjs.js +1 -1
  180. package/dist/social/socialPane2.esm.js +1 -1
  181. package/dist/social/socialSections.cjs.js.map +1 -1
  182. package/dist/transaction/pane.cjs.js.map +1 -1
  183. package/dist/transaction/pane.esm.js.map +1 -1
  184. package/dist/transaction/period.cjs.js.map +1 -1
  185. package/dist/transaction/period.esm.js.map +1 -1
  186. package/dist/trustedApplications/trustedApplications.dom.cjs.js.map +1 -1
  187. package/dist/trustedApplications/trustedApplications.utils.cjs.js.map +1 -1
  188. package/dist/utils/paneUtils.cjs.js +2 -0
  189. package/dist/utils/paneUtils.cjs.js.map +1 -0
  190. package/dist/utils/paneUtils.d.ts +19 -0
  191. package/dist/utils/paneUtils.d.ts.map +1 -0
  192. package/dist/utils/paneUtils.esm.js +52 -0
  193. package/dist/utils/paneUtils.esm.js.map +1 -0
  194. package/dist/utils/podUtils.cjs.js +2 -0
  195. package/dist/utils/podUtils.cjs.js.map +1 -0
  196. package/dist/utils/podUtils.d.ts +4 -0
  197. package/dist/utils/podUtils.d.ts.map +1 -0
  198. package/dist/utils/podUtils.esm.js +46 -0
  199. package/dist/utils/podUtils.esm.js.map +1 -0
  200. package/dist/utils/webIdUtils.cjs.js +2 -0
  201. package/dist/utils/webIdUtils.cjs.js.map +1 -0
  202. package/dist/utils/webIdUtils.d.ts +6 -0
  203. package/dist/utils/webIdUtils.d.ts.map +1 -0
  204. package/dist/utils/webIdUtils.esm.js +48 -0
  205. package/dist/utils/webIdUtils.esm.js.map +1 -0
  206. package/dist/versionInfo.cjs.js +1 -1
  207. package/dist/versionInfo.cjs.js.map +1 -1
  208. package/dist/versionInfo.esm.js +3 -3
  209. package/dist/versionInfo.esm.js.map +1 -1
  210. package/package.json +10 -13
  211. package/dist/icons/dashboard.cjs.js +0 -2
  212. package/dist/icons/dashboard.cjs.js.map +0 -1
  213. package/dist/icons/dashboard.esm.js +0 -6
  214. package/dist/icons/dashboard.esm.js.map +0 -1
  215. package/dist/icons/iconHelper.cjs.js +0 -2
  216. package/dist/icons/iconHelper.cjs.js.map +0 -1
  217. package/dist/icons/iconHelper.esm.js +0 -17
  218. package/dist/icons/iconHelper.esm.js.map +0 -1
  219. package/dist/icons/menu.cjs.js +0 -9
  220. package/dist/icons/menu.cjs.js.map +0 -1
  221. package/dist/icons/menu.esm.js +0 -6
  222. package/dist/icons/menu.esm.js.map +0 -1
  223. package/dist/mainPage/footer.cjs.js +0 -2
  224. package/dist/mainPage/footer.cjs.js.map +0 -1
  225. package/dist/mainPage/footer.d.ts +0 -13
  226. package/dist/mainPage/footer.d.ts.map +0 -1
  227. package/dist/mainPage/footer.esm.js +0 -18
  228. package/dist/mainPage/footer.esm.js.map +0 -1
  229. package/dist/mainPage/menu.d.ts +0 -6
  230. package/dist/mainPage/menu.d.ts.map +0 -1
  231. package/dist/mainPage/menu2.cjs.js +0 -2
  232. package/dist/mainPage/menu2.cjs.js.map +0 -1
  233. package/dist/mainPage/menu2.esm.js +0 -184
  234. package/dist/mainPage/menu2.esm.js.map +0 -1
  235. package/dist/profileUtils/ownerProfile.cjs.js +0 -2
  236. package/dist/profileUtils/ownerProfile.cjs.js.map +0 -1
  237. package/dist/profileUtils/ownerProfile.d.ts +0 -5
  238. package/dist/profileUtils/ownerProfile.d.ts.map +0 -1
  239. package/dist/profileUtils/ownerProfile.esm.js +0 -50
  240. package/dist/profileUtils/ownerProfile.esm.js.map +0 -1
package/README.md CHANGED
@@ -91,34 +91,4 @@ We have added comments in the code to make it explicit which parts are 100% writ
91
91
 
92
92
  * Raptor mini: Update the code to use the new solid-ui-header component. Keep in mind the log in and sign up are wired in specific ways.
93
93
 
94
- * Auto: change the menu to fill up the menu items like in the code: async function getMenuItems (outliner: any) {
95
- const items = await outliner.getDashboardItems()
96
- return items.map((element) => {
97
- return {
98
- label: element.label,
99
- onclick: () => openDashboardPane(outliner, element.tabName || element.paneName)
100
- }
101
- })
102
- }
103
-
104
- * Auto: each #sym:MenuItem has an icon which i want displayed on the left side of each menu item when rendered
105
-
106
- * Auto: don't add each menu item in a button looking border. Simply list them.
107
- Upon hover apply background color e6dcff and selected or active to be background color: cbb9ff
108
-
109
- * Raptor mini: the menu dissapears when on mobile. That is great.
110
- I want the menu to have a tiny button on the bottom margin left with an arrow to the left or right for expanding the menu or for making it small. This is only for web. When we make it small it folds and only displays the icons of teh menu items, when it is expanded it should also add the labels to the menu items.
111
-
112
- * Raptor mini: i want to imporve the left side menu on mobile. When the menu is visible it should be higher, the top part should be on top of the header, folding out and in with the rest of the menu. It should have an x close button and it should say menu. The locor of that top line of the header should be the color of the header 332746
113
-
114
- * Raptor mini: the menu, on desktop, has a button to fold in or out. I want the same behavior to occur also when i simply click the folded in menu: it should expend. Not just when i click the dedicated button
115
-
116
- * Raprot mini: instead of this code (index.ts of footer), I want to make use of a new footer web component with the readme: # solid-ui-footer component
117
-
118
- * Raptor mini: The footer created should actually be part of the left side menu only. Should be displayed inside it and should collaps and expand as the menu.
119
-
120
- * Raptor mini: the footer should completely dissapear when menu folded up.
121
-
122
- * Raptor mini: Please always keep the footer at the bottom of the menu
123
-
124
94
  * GPT-5.4 Model: Add a compatibility shim in the form pane for mixed `ui:Group` plus field typing.
@@ -1 +1 @@
1
- var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));exports.__toESM=s;
1
+ var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,s)=>(s=n==null?{}:e(i(n)),o(r||!n||!n.__esModule||!a.call(n,`default`)?t(s,`default`,{value:n,enumerable:!0}):s,n));exports.__toESM=s;
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 19l-7-7l7-7m7 7H5"/></svg>`}};customElements.get(`icon-lucide-arrow-left`)||customElements.define(`icon-lucide-arrow-left`,e),exports.default=e;
2
+ //# sourceMappingURL=arrow-left.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-left.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/arrow-left
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 19l-7-7l7-7m7 7H5\"/></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-arrow-left") || customElements.define("icon-lucide-arrow-left", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=arrow-left.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-left.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></g></svg>`}};customElements.get(`icon-lucide-ellipsis-vertical`)||customElements.define(`icon-lucide-ellipsis-vertical`,e),exports.default=e;
2
+ //# sourceMappingURL=ellipsis-vertical.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ellipsis-vertical.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/ellipsis-vertical
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"5\" r=\"1\"/><circle cx=\"12\" cy=\"19\" r=\"1\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-ellipsis-vertical") || customElements.define("icon-lucide-ellipsis-vertical", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=ellipsis-vertical.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ellipsis-vertical.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"/></svg>`}};customElements.get(`icon-lucide-folder-open`)||customElements.define(`icon-lucide-folder-open`,e),exports.default=e;
2
+ //# sourceMappingURL=folder-open.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folder-open.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/folder-open
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2\"/></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-folder-open") || customElements.define("icon-lucide-folder-open", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=folder-open.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folder-open.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20"/></g></svg>`}};customElements.get(`icon-lucide-globe`)||customElements.define(`icon-lucide-globe`,e),exports.default=e;
2
+ //# sourceMappingURL=globe.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globe.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/globe
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-globe") || customElements.define("icon-lucide-globe", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=globe.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globe.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="7" height="9" x="3" y="3" rx="1"/><rect width="7" height="5" x="14" y="3" rx="1"/><rect width="7" height="9" x="14" y="12" rx="1"/><rect width="7" height="5" x="3" y="16" rx="1"/></g></svg>`}};customElements.get(`icon-lucide-layout-dashboard`)||customElements.define(`icon-lucide-layout-dashboard`,e),exports.default=e;
2
+ //# sourceMappingURL=layout-dashboard.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout-dashboard.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/layout-dashboard
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"9\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"5\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"9\" x=\"14\" y=\"12\" rx=\"1\"/><rect width=\"7\" height=\"5\" x=\"3\" y=\"16\" rx=\"1\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-layout-dashboard") || customElements.define("icon-lucide-layout-dashboard", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=layout-dashboard.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout-dashboard.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="16" r="1"/><rect width="18" height="12" x="3" y="10" rx="2"/><path d="M7 10V7a5 5 0 0 1 10 0v3"/></g></svg>`}};customElements.get(`icon-lucide-lock-keyhole`)||customElements.define(`icon-lucide-lock-keyhole`,e),exports.default=e;
2
+ //# sourceMappingURL=lock-keyhole.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lock-keyhole.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/lock-keyhole
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"16\" r=\"1\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M7 10V7a5 5 0 0 1 10 0v3\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-lock-keyhole") || customElements.define("icon-lucide-lock-keyhole", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=lock-keyhole.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lock-keyhole.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4"/></svg>`}};customElements.get(`icon-lucide-pencil`)||customElements.define(`icon-lucide-pencil`,e),exports.default=e;
2
+ //# sourceMappingURL=pencil.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pencil.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/pencil
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4\"/></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-pencil") || customElements.define("icon-lucide-pencil", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=pencil.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pencil.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 17H5M19 7h-9"/><circle cx="17" cy="17" r="3"/><circle cx="7" cy="7" r="3"/></g></svg>`}};customElements.get(`icon-lucide-settings-2`)||customElements.define(`icon-lucide-settings-2`,e),exports.default=e;
2
+ //# sourceMappingURL=settings-2.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings-2.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/settings-2
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 17H5M19 7h-9\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/><circle cx=\"7\" cy=\"7\" r=\"3\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-settings-2") || customElements.define("icon-lucide-settings-2", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=settings-2.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings-2.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><path d="m8.59 13.51l6.83 3.98m-.01-10.98l-6.82 3.98"/></g></svg>`}};customElements.get(`icon-lucide-share-2`)||customElements.define(`icon-lucide-share-2`,e),exports.default=e;
2
+ //# sourceMappingURL=share-2.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-2.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/share-2
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"5\" r=\"3\"/><circle cx=\"6\" cy=\"12\" r=\"3\"/><circle cx=\"18\" cy=\"19\" r=\"3\"/><path d=\"m8.59 13.51l6.83 3.98m-.01-10.98l-6.82 3.98\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-share-2") || customElements.define("icon-lucide-share-2", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=share-2.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-2.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 11v6m4-6v6m5-11v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></svg>`}};customElements.get(`icon-lucide-trash-2`)||customElements.define(`icon-lucide-trash-2`,e),exports.default=e;
2
+ //# sourceMappingURL=trash-2.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trash-2.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/trash-2
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 11v6m4-6v6m5-11v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-trash-2") || customElements.define("icon-lucide-trash-2", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=trash-2.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trash-2.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:`open`}).innerHTML=`<style>:host { display: inline-flex; }</style><svg viewBox="0 0 24 24" width="100%" height="100%" ><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87"/><circle cx="9" cy="7" r="4"/></g></svg>`}};customElements.get(`icon-lucide-users`)||customElements.define(`icon-lucide-users`,e),exports.default=e;
2
+ //# sourceMappingURL=users.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.cjs.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ //#region ~icons/lucide/users
2
+ var e = class extends HTMLElement {
3
+ constructor() {
4
+ super(), this.attachShadow({ mode: "open" }).innerHTML = "<style>:host { display: inline-flex; }</style><svg viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" ><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g></svg>";
5
+ }
6
+ };
7
+ customElements.get("icon-lucide-users") || customElements.define("icon-lucide-users", e);
8
+ //#endregion
9
+ export { e as default };
10
+
11
+ //# sourceMappingURL=users.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.esm.js","names":[],"sources":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ require("../../_virtual/~icons/lucide/share-2.cjs.js"),require("../../_virtual/~icons/lucide/pencil.cjs.js"),require("../../_virtual/~icons/lucide/ellipsis-vertical.cjs.js");const e=require("./FileExplorerHeader.styles.cjs.js");require("./FileExplorerHeaderSummary.cjs.js"),require("./FileExplorerHeaderControls.cjs.js");const t=require("./helper.cjs.js");let n=require("solid-ui"),r=require("rdflib"),i=require("lit"),a=require("@lit/context"),o=require("lit/decorators.js");var s,c,l,u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,T;function E(e,t,n){D(e,t),t.set(e,n)}function D(e,t){if(t.has(e))throw TypeError(`Cannot initialize the same private elements twice on an object`)}function O(e,t,n){return e.set(A(e,t),n),n}function k(e,t){return e.get(A(e,t))}function A(e,t,n){if(typeof e==`function`?e===t:e.has(t))return arguments.length<3?t:n;throw TypeError(`Private element is not present on this object`)}function j(e,t,n){return(t=N(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function M(e,t,n,r,i,a){function o(e,t,n){return function(r,i){return n&&n(r),e[t].call(r,i)}}function s(e,t){for(var n=0;n<e.length;n++)e[n].call(t);return t}function c(e,t,n,r){if(typeof e!=`function`&&(r||e!==void 0))throw TypeError(t+` must `+(n||`be`)+` a function`+(r?``:` or undefined`));return e}function l(e,t,n,r,i,a,s,l,u,d,f,p,m){function h(e){if(!m(e))throw TypeError(`Attempted to access private element on non-instance`)}var g,_=t[0],v=t[3],y=!l;if(!y){n||Array.isArray(_)||(_=[_]);var b={},x=[],S=i===3?`get`:i===4||p?`set`:`value`;d?(f||p?b={get:F(function(){return v(this)},r,`get`),set:function(e){t[4](this,e)}}:b[S]=v,f||F(b[S],r,i===2?``:S)):f||(b=Object.getOwnPropertyDescriptor(e,r))}for(var C=e,w=_.length-1;w>=0;w-=n?2:1){var T=_[w],E=n?_[w-1]:void 0,D={},O={kind:[`field`,`accessor`,`method`,`getter`,`setter`,`class`][i],name:r,metadata:a,addInitializer:function(e,t){if(e.v)throw Error(`attempted to call addInitializer after decoration was finished`);c(t,`An initializer`,`be`,!0),s.push(t)}.bind(null,D)};try{if(y)(g=c(T.call(E,C,O),`class decorators`,`return`))&&(C=g);else{var k,A;O.static=u,O.private=d,d?i===2?k=function(e){return h(e),b.value}:(i<4&&(k=o(b,`get`,h)),i!==3&&(A=o(b,`set`,h))):(k=function(e){return e[r]},(i<2||i===4)&&(A=function(e,t){e[r]=t}));var j=O.access={has:d?m.bind():function(e){return r in e}};if(k&&(j.get=k),A&&(j.set=A),C=T.call(E,p?{get:b.get,set:b.set}:b[S],O),p){if(typeof C==`object`&&C)(g=c(C.get,`accessor.get`))&&(b.get=g),(g=c(C.set,`accessor.set`))&&(b.set=g),(g=c(C.init,`accessor.init`))&&x.push(g);else if(C!==void 0)throw TypeError(`accessor decorators must return an object with get, set, or init properties or void 0`)}else c(C,(f?`field`:`method`)+` decorators`,`return`)&&(f?x.push(C):b[S]=C)}}finally{D.v=!0}}return(f||p)&&l.push(function(e,t){for(var n=x.length-1;n>=0;n--)t=x[n].call(e,t);return t}),f||y||(d?p?l.push(o(b,`get`),o(b,`set`)):l.push(i===2?b[S]:o.call.bind(b[S])):Object.defineProperty(e,r,b)),C}function u(e,t){return Object.defineProperty(e,Symbol.metadata||Symbol.for(`Symbol.metadata`),{configurable:!0,enumerable:!0,value:t})}if(arguments.length>=6)var d=a[Symbol.metadata||Symbol.for(`Symbol.metadata`)];var f=Object.create(d??null),p=function(e,t,n,r){var i,a,o=[],c=function(t){return I(t)===e},u=new Map;function d(e){e&&o.push(s.bind(null,e))}for(var f=0;f<t.length;f++){var p=t[f];if(Array.isArray(p)){var m=p[1],h=p[2],g=p.length>3,_=16&m,v=!!(8&m),y=(m&=7)==0,b=h+`/`+v;if(!y&&!g){var x=u.get(b);if(!0===x||x===3&&m!==4||x===4&&m!==3)throw Error(`Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: `+h);u.set(b,!(m>2)||m)}l(v?e:e.prototype,p,_,g?`#`+h:N(h),m,r,v?a||=[]:i||=[],o,v,g,y,m===1,v&&g?c:n)}}return d(i),d(a),o}(e,t,i,f);return n.length||u(e,f),{e:p,get c(){var t=[];return n.length&&[u(l(e,[n],r,e.name,5,f,t),f),s.bind(null,t,e)]}}}function N(e){var t=P(e,`string`);return typeof t==`symbol`?t:t+``}function P(e,t){if(typeof e!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(typeof r!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function F(e,t,n){typeof t==`symbol`&&(t=(t=t.description)?`[`+t+`]`:``);try{Object.defineProperty(e,"name",{configurable:!0,value:n?n+` `+t:t})}catch{}return e}function I(e){if(Object(e)!==e)throw TypeError(`right-hand side of 'in' should be an object, got `+(e===null?`null`:typeof e));return e}function L(e){return e}h=[(0,o.customElement)(`file-explorer-header`)];var R;new(w=(l=new WeakMap,u=new WeakMap,d=new WeakMap,f=new WeakMap,T=(g=(0,a.consume)({context:n.fileExplorerContext,subscribe:!0}),v=(0,o.property)({attribute:!1}),b=(0,o.property)({attribute:!1}),S=(0,o.state)(),`_loadedMetadataForUri`),c=class extends n.WebComponent{constructor(...e){super(...e),j(this,T,void p(this)),E(this,l,_(this,void 0)),E(this,u,y(this,[])),E(this,d,x(this,void 0)),E(this,f,C(this,{modified:void 0,isPublic:!1,canEdit:!1,aclUri:void 0}))}get fileExplorerContext(){return k(l,this)}set fileExplorerContext(e){O(l,this,e)}get menuItems(){return k(u,this)}set menuItems(e){O(u,this,e)}get paneIcon(){return k(d,this)}set paneIcon(e){O(d,this,e)}get responseMetadata(){return k(f,this)}set responseMetadata(e){O(f,this,e)}getDefaultResponseMetadata(){return{modified:void 0,isPublic:!1,canEdit:!1,aclUri:void 0}}updated(){this.fileExplorerContext?.store&&this.fileExplorerContext.subjectUri&&this._loadedMetadataForUri!==this.fileExplorerContext.subjectUri&&(this._loadedMetadataForUri=this.fileExplorerContext.subjectUri,this.loadResponseMetadata())}async loadResponseMetadata(){if(!(!this.fileExplorerContext?.store||!this.fileExplorerContext.subjectUri))try{let{metadata:e}=await t.fetchContentAndMetadata(this.fileExplorerContext.store,(0,r.sym)(this.fileExplorerContext.subjectUri));this.responseMetadata={modified:e.modified,isPublic:e.isPublic,canEdit:e.canEdit,aclUri:e.aclUri}}catch(e){this.responseMetadata=this.getDefaultResponseMetadata(),console.warn(`Failed to load response metadata`,e)}}render(){return i.html`
2
+ <header>
3
+ <file-explorer-header-summary
4
+ .paneIcon=${this.paneIcon}
5
+ .onBackClick=${this.fileExplorerContext?.onBack}
6
+ .responseMetadata=${this.responseMetadata}
7
+ ></file-explorer-header-summary>
8
+ <file-explorer-header-controls
9
+ .menuItems=${this.menuItems}
10
+ .canEdit=${this.responseMetadata.canEdit}
11
+ ></file-explorer-header-controls>
12
+ </header>
13
+ `}},{e:[_,y,x,C,p],c:[R,m]}=M(c,[[g,1,`fileExplorerContext`],[v,1,`menuItems`],[b,1,`paneIcon`],[S,1,`responseMetadata`]],h,0,void 0,n.WebComponent),c),s=class extends L{constructor(){super(R),j(this,`styles`,e.default),m()}},j(s,w,void 0),s),Object.defineProperty(exports,"default",{enumerable:!0,get:function(){return R}});
14
+ //# sourceMappingURL=FileExplorerHeader.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileExplorerHeader.cjs.js","names":["sym","WebComponent","fileExplorerContext","customElement","property","state","consume","html","styles","fetchContentAndMetadata","_classDecs","_FileExplorerHeader","_FileExplorerHeader2","_A","WeakMap","_B","_C","_D","_ref","_fileExplorerContextDecs","context","subscribe","_menuItemsDecs","attribute","_paneIconDecs","_responseMetadataDecs","_FileExplorerHeader3","FileExplorerHeader","constructor","args","_defineProperty","_initProto","_classPrivateFieldInitSpec","_init_fileExplorerContext","undefined","_init_menuItems","_init_paneIcon","_init_responseMetadata","modified","isPublic","canEdit","aclUri","_classPrivateFieldGet","v","_classPrivateFieldSet","menuItems","paneIcon","responseMetadata","getDefaultResponseMetadata","updated","store","subjectUri","_loadedMetadataForUri","loadResponseMetadata","metadata","error","console","warn","render","onBack","e","c","_initClass","_applyDecs","_Class","_identity","default"],"sources":["../../../src/components/file-explorer-header/FileExplorerHeader.ts"],"sourcesContent":["import { sym } from 'rdflib'\nimport { WebComponent, type FileExplorerContext, fileExplorerContext } from 'solid-ui'\nimport { customElement, property, state } from 'lit/decorators.js'\nimport { consume } from '@lit/context'\nimport { html } from 'lit'\nimport '~icons/lucide/share-2'\nimport '~icons/lucide/pencil'\nimport '~icons/lucide/ellipsis-vertical'\nimport styles from './FileExplorerHeader.styles.css'\nimport './FileExplorerHeaderSummary'\nimport './FileExplorerHeaderControls'\nimport { PaneIcon } from './types'\nimport { fetchContentAndMetadata, type FileExplorerResourceMetadata } from './helper'\n\n@customElement('file-explorer-header')\nexport default class FileExplorerHeader extends WebComponent {\n static styles = styles\n\n private _loadedMetadataForUri: string | undefined\n\n @consume({ context: fileExplorerContext, subscribe: true })\n accessor fileExplorerContext: FileExplorerContext = undefined as unknown as FileExplorerContext\n\n @property({ attribute: false })\n accessor menuItems: Array<{ label: string, action: (event: Event) => void }> = []\n\n @property({ attribute: false })\n accessor paneIcon: PaneIcon = undefined as unknown as PaneIcon\n\n @state()\n accessor responseMetadata: Pick<FileExplorerResourceMetadata, 'modified' | 'isPublic' | 'canEdit' | 'aclUri'> = {\n modified: undefined,\n isPublic: false,\n canEdit: false,\n aclUri: undefined\n }\n\n private getDefaultResponseMetadata (): Pick<FileExplorerResourceMetadata, 'modified' | 'isPublic' | 'canEdit' | 'aclUri'> {\n return {\n modified: undefined,\n isPublic: false,\n canEdit: false,\n aclUri: undefined\n }\n }\n\n protected updated () {\n if (this.fileExplorerContext?.store && this.fileExplorerContext.subjectUri && this._loadedMetadataForUri !== this.fileExplorerContext.subjectUri) {\n this._loadedMetadataForUri = this.fileExplorerContext.subjectUri\n this.loadResponseMetadata()\n }\n }\n\n private async loadResponseMetadata () {\n if (!this.fileExplorerContext?.store || !this.fileExplorerContext.subjectUri) return\n\n try {\n const { metadata } = await fetchContentAndMetadata(this.fileExplorerContext.store, sym(this.fileExplorerContext.subjectUri))\n this.responseMetadata = {\n modified: metadata.modified,\n isPublic: metadata.isPublic,\n canEdit: metadata.canEdit,\n aclUri: metadata.aclUri\n }\n } catch (error) {\n this.responseMetadata = this.getDefaultResponseMetadata()\n console.warn('Failed to load response metadata', error)\n }\n }\n\n render () {\n return html`\n <header>\n <file-explorer-header-summary\n .paneIcon=${this.paneIcon}\n .onBackClick=${this.fileExplorerContext?.onBack}\n .responseMetadata=${this.responseMetadata}\n ></file-explorer-header-summary>\n <file-explorer-header-controls\n .menuItems=${this.menuItems}\n .canEdit=${this.responseMetadata.canEdit}\n ></file-explorer-header-controls>\n </header>\n `\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import { WebComponent, FileExplorerContext } from 'solid-ui';
2
+ import { PaneIcon } from './types';
3
+ import { FileExplorerResourceMetadata } from './helper';
4
+ export default class FileExplorerHeader extends WebComponent {
5
+ static styles: any;
6
+ private _loadedMetadataForUri;
7
+ accessor fileExplorerContext: FileExplorerContext;
8
+ accessor menuItems: Array<{
9
+ label: string;
10
+ action: (event: Event) => void;
11
+ }>;
12
+ accessor paneIcon: PaneIcon;
13
+ accessor responseMetadata: Pick<FileExplorerResourceMetadata, 'modified' | 'isPublic' | 'canEdit' | 'aclUri'>;
14
+ private getDefaultResponseMetadata;
15
+ protected updated(): void;
16
+ private loadResponseMetadata;
17
+ render(): import('lit-html').TemplateResult<1>;
18
+ }
19
+ //# sourceMappingURL=FileExplorerHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileExplorerHeader.d.ts","sourceRoot":"","sources":["../../../src/components/file-explorer-header/FileExplorerHeader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,KAAK,mBAAmB,EAAuB,MAAM,UAAU,CAAA;AAItF,OAAO,uBAAuB,CAAA;AAC9B,OAAO,sBAAsB,CAAA;AAC7B,OAAO,iCAAiC,CAAA;AAExC,OAAO,6BAA6B,CAAA;AACpC,OAAO,8BAA8B,CAAA;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAClC,OAAO,EAA2B,KAAK,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAGrF,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,YAAY;IAC1D,MAAM,CAAC,MAAM,MAAS;IAEtB,OAAO,CAAC,qBAAqB,CAAoB;IAGjD,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAA8C;IAG/F,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;KAAE,CAAC,CAAK;IAGjF,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAmC;IAG9D,QAAQ,CAAC,gBAAgB,EAAE,IAAI,CAAC,4BAA4B,EAAE,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC,CAK5G;IAED,OAAO,CAAC,0BAA0B;IASlC,SAAS,CAAC,OAAO;YAOH,oBAAoB;IAiBlC,MAAM;CAeP"}