dmart 1.4.40.post5__py3-none-any.whl → 1.4.40.post7__py3-none-any.whl
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.
- dmart/cxb/assets/{EntryRenderer-QpjKwgQI.js → EntryRenderer-Dl21Ysgp.js} +1 -1
- dmart/cxb/assets/{ListView-Cz-UZmqX.js → ListView-C_wRAfdT.js} +1 -1
- dmart/cxb/assets/{_module-CDkgIsM3.js → _module-Bm3T06xS.js} +1 -1
- dmart/cxb/assets/{_module-DvU-yewY.js → _module-MiGz5eGu.js} +1 -1
- dmart/cxb/assets/{index-CwevVSTS.js → index-BhQ5LUMe.js} +1 -1
- dmart/cxb/assets/{index-i_zxDl_u.js → index-CaAQl5Gz.js} +2 -2
- dmart/cxb/assets/{index-PIn1toui.js → index-Clz9NEW5.js} +1 -1
- dmart/cxb/assets/{index-B7TuVFro.js → index-De7lX1xZ.js} +1 -1
- dmart/cxb/assets/{index-PaDjlbgT.js → index-DfVT_WZY.js} +1 -1
- dmart/cxb/assets/{index-BeplzYRb.js → index-jNnn2ioU.js} +1 -1
- dmart/cxb/index.html +1 -1
- dmart/dmart.py +18 -3
- dmart/info.json +1 -1
- dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
- dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
- dmart/sample/spaces/applications/api/applications.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
- dmart/sample/spaces/applications/api/management/update_password.json +1 -0
- dmart/sample/spaces/applications/api/management.json +1 -0
- dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
- dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
- dmart/sample/spaces/applications/api/user_profile.json +1 -0
- dmart/sample/spaces/applications/api.json +1 -0
- dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
- dmart/sample/spaces/applications/collections.json +1 -0
- dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/configurations/time_out.json +1 -0
- dmart/sample/spaces/applications/configurations.json +19 -0
- dmart/sample/spaces/applications/errors.json +1 -0
- dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/logs.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
- dmart/sample/spaces/applications/queries/order.json +1 -0
- dmart/sample/spaces/applications/queries.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
- dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/api.json +28 -0
- dmart/sample/spaces/applications/schema/configuration.json +1 -0
- dmart/sample/spaces/applications/schema/error.json +43 -0
- dmart/sample/spaces/applications/schema/log.json +1 -0
- dmart/sample/spaces/applications/schema/query.json +118 -0
- dmart/sample/spaces/applications/schema/translation.json +26 -0
- dmart/sample/spaces/applications/schema.json +1 -0
- dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/translations.json +1 -0
- dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
- dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
- dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
- dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
- dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
- dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
- dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
- dmart/sample/spaces/management/.dm/events.jsonl +32 -0
- dmart/sample/spaces/management/.dm/meta.space.json +48 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
- dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/collections.json +1 -0
- dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/groups.json +1 -0
- dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/health_check.json +1 -0
- dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
- dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
- dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
- dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
- dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
- dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
- dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
- dmart/sample/spaces/management/permissions.json +1 -0
- dmart/sample/spaces/management/requests.json +1 -0
- dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
- dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
- dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
- dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
- dmart/sample/spaces/management/roles.json +1 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
- dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
- dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
- dmart/sample/spaces/management/schema/api.json +1 -0
- dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
- dmart/sample/spaces/management/schema/health_check.json +8 -0
- dmart/sample/spaces/management/schema/meta_schema.json +74 -0
- dmart/sample/spaces/management/schema/metafile.json +153 -0
- dmart/sample/spaces/management/schema/notification.json +28 -0
- dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
- dmart/sample/spaces/management/schema/view.json +23 -0
- dmart/sample/spaces/management/schema/workflow.json +87 -0
- dmart/sample/spaces/management/schema.json +1 -0
- dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
- dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
- dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
- dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
- dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
- dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/workflows/channel.json +148 -0
- dmart/sample/spaces/management/workflows.json +1 -0
- dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
- dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
- dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
- dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
- dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
- dmart/sample/test/.gitignore +2 -0
- dmart/sample/test/createcontent.json +9 -0
- dmart/sample/test/createmedia.json +9 -0
- dmart/sample/test/createmedia_entry.json +6 -0
- dmart/sample/test/createschema.json +8 -0
- dmart/sample/test/createschemawork.json +11 -0
- dmart/sample/test/createticket.json +13 -0
- dmart/sample/test/data.json +4 -0
- dmart/sample/test/deletecontent.json +12 -0
- dmart/sample/test/logo.jpeg +0 -0
- dmart/sample/test/my.jpg +0 -0
- dmart/sample/test/myticket.json +23 -0
- dmart/sample/test/resources.csv +12 -0
- dmart/sample/test/schema.json +16 -0
- dmart/sample/test/temp.json +1 -0
- dmart/sample/test/test.dmart +45 -0
- dmart/sample/test/ticket_schema.json +23 -0
- dmart/sample/test/ticket_workflow.json +85 -0
- dmart/sample/test/ticketbody.json +4 -0
- dmart/sample/test/ticketcontent.json +14 -0
- dmart/sample/test/updatecontent.json +20 -0
- dmart/sample/test/workflow_schema.json +68 -0
- dmart/set_admin_passwd.py +3 -14
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
- dmart-1.4.40.post7.dist-info/RECORD +489 -0
- dmart-1.4.40.post5.dist-info/RECORD +0 -287
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{p as ae,B as c,k as t,E as e,F as o,aj as Z,R as F,L as B,a6 as G,c as v,a2 as C,h as L,f as V,j as M,a8 as ee,S as De,l as se,H as oe,e as q,i as he,I as xe,ag as je,U as ue,q as ze}from"./svelte-B2XmcTi_.js";import{g as we,a as Re}from"./@roxi-CGMFK4i8.js";import{D as me}from"./@edraj-CS4NwVbD.js";import{s as Ee,w as fe}from"./index-
|
|
1
|
+
import{p as ae,B as c,k as t,E as e,F as o,aj as Z,R as F,L as B,a6 as G,c as v,a2 as C,h as L,f as V,j as M,a8 as ee,S as De,l as se,H as oe,e as q,i as he,I as xe,ag as je,U as ue,q as ze}from"./svelte-B2XmcTi_.js";import{g as we,a as Re}from"./@roxi-CGMFK4i8.js";import{D as me}from"./@edraj-CS4NwVbD.js";import{s as Ee,w as fe}from"./index-CaAQl5Gz.js";import{a as Te}from"./axios-CG2WSiiR.js";import{H as Ae,L as pe,I as ge,c as Ie,B as te,S as be,A as re,D as Be,a as _e,b as Ue}from"./flowbite-svelte-BLvjb-sa.js";import{a as He,u as ye,s as Oe}from"./user-DeK_NB5v.js";import{E as qe,a as Fe,F as Me,b as Ne,U as We,O as Ce}from"./flowbite-svelte-icons-BI8GVhw_.js";import{b as Ge,$ as Ke}from"./svelte-i18n-CT2KkQaN.js";import{g as Ve,a as Je}from"./dmart_services-AL6-IdDE.js";import{s as Qe,L as Xe}from"./toast-B9WDyfyI.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./@zerodevx-BlBZjKxu.js";import"./deepmerge-rn4rBaHU.js";import"./ajv-Cpj98o6Y.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./spaces-0oyGvpii.js";var Ye=c("Welcome back <br/> log in to your account",1),Ze=c("<!> <!>",1),er=c("<!> Loading ...",1),rr=c('<p class="text-red-600 mt-2"> </p>'),tr=c('<div class="flex row h-svh"><div class="flex justify-center w-1/2 p-12 flex flex-col"><!> <form class="mt-12"><!> <!> <div class="mt-6"></div> <!> <!> <div class="mt-6"></div> <!> <!></form></div> <div class="flex content-center items-center justify-center w-1/2 bg-primary"></div></div>');function $e(x,$){ae($,!0);const l=()=>B(Ge,"$_",w),[w,D]=oe();let P,f,p=ee(null),b=ee(!1),i=ee(!1);async function k(a){var n,r,u;a.preventDefault(),q(p,null),q(i,!1);try{q(i,!0),await He(P,f),window.location.reload()}catch(T){q(p,((u=(r=(n=T.response)==null?void 0:n.data)==null?void 0:r.error)==null?void 0:u.message)??"Something went wrong, please try again.",!0)}q(i,!1)}function y(){q(b,!v(b))}var j=tr(),z=e(j),U=e(z);Ae(U,{class:"text-primary",children:(a,n)=>{var r=Ye();t(a,r)},$$slots:{default:!0}});var m=o(U,2),R=e(m);pe(R,{for:"username",children:(a,n)=>{var r=Z();F(u=>G(r,u),[()=>l()("username")]),t(a,r)},$$slots:{default:!0}});var E=o(R,2);{let a=C(()=>l()("shortname")),n=C(()=>v(p)?"red":"default");ge(E,{id:"username",get placeholder(){return v(a)},type:"text",get color(){return v(n)},required:!0,get value(){return P},set value(r){P=r}})}var H=o(E,4);pe(H,{for:"password",children:(a,n)=>{var r=Z();F(u=>G(r,u),[()=>l()("password")]),t(a,r)},$$slots:{default:!0}});var O=o(H,2);Ie(O,{class:"w-full",children:(a,n)=>{var r=Ze(),u=L(r);{let S=C(()=>l()("password")),g=C(()=>v(b)?"text":"password"),d=C(()=>v(p)?"red":"default");ge(u,{id:"password",get placeholder(){return v(S)},get type(){return v(g)},get color(){return v(d)},minlength:8,maxlength:24,required:!0,get value(){return f},set value(h){f=h}})}var T=o(u,2);te(T,{class:"flex items-center border-s-0",color:"light",onclick:y,"aria-controls":"password",children:(S,g)=>{var d=V(),h=L(d);{var Q=_=>{qe(_,{})},s=_=>{Fe(_,{})};M(h,_=>{v(b)?_(Q):_(s,!1)})}t(S,d)},$$slots:{default:!0}}),t(a,r)},$$slots:{default:!0}});var N=o(O,4);te(N,{type:"submit",class:"w-full bg-primary",style:"cursor: pointer",children:(a,n)=>{var r=V(),u=L(r);{var T=g=>{var d=er(),h=L(d);be(h,{class:"me-3",size:"4",color:"blue"}),t(g,d)},S=g=>{var d=Z();F(h=>G(d,h),[()=>l()("login")]),t(g,d)};M(u,g=>{v(i)?g(T):g(S,!1)})}t(a,r)},$$slots:{default:!0}});var J=o(N,2);{var K=a=>{var n=rr(),r=e(n);F(()=>G(r,v(p))),t(a,n)};M(J,a=>{v(p)&&a(K)})}De("submit",m,k),t(x,j),se(),D()}var ar=c('<div class="absolute bottom-0 left-0 right-0 h-1 bg-primary"></div>'),sr=c('<div class="absolute bottom-0 left-0 right-0 h-1 bg-primary"></div>'),or=c('<div class="flex items-center gap-2"><!> My Profile</div>'),ir=c('<div class="flex items-center gap-2 text-red-600"><!> Logout</div>'),lr=c("<!> <!> <!>",1),nr=c('<!> <span class="text-sm"> </span> <!>',1),dr=c('<div class="flex items-center justify-between border-b border-gray-200 px-5"><ul class="flex flex-row gap-8 mr-auto"><li class="flex items-center gap-1 relative cursor-pointer"><div><div class="flex flex-row my-3"><!> <span class="mx-1">Spaces</span></div> <div><!></div></div></li> <li class="flex items-center gap-1 relative cursor-pointer"><div><div class="flex flex-row my-2"><!> <span>Tools</span></div> <div><!></div></div></li></ul> <div class="flex items-center gap-4"><div class="flex rounded-full bg-gray-100 p-1"><div class="flex rounded-full bg-gray-100 p-1"><button>EN</button> <button>AR</button></div></div> <!></div></div>');function vr(x,$){ae($,!1);const l=()=>B(we,"$goto",f),w=()=>B(Re,"$activeRoute",f),D=()=>B(Ke,"$locale",f),P=()=>B(ye,"$user",f),[f,p]=oe();l();function b(s){Ee(s)}function i(s){s.preventDefault(),s.stopPropagation(),l()("/management/profile")}function k(s){s.preventDefault(),s.stopPropagation(),Oe()}he();var y=dr(),j=e(y),z=e(j);z.__click=()=>l()("/management/content");var U=e(z),m=e(U),R=e(m);Me(R,{size:"md"});var E=o(m,2),H=e(E);{var O=s=>{var _=ar();t(s,_)};M(H,s=>{w().url.includes("/management/content")&&s(O)})}var N=o(z,2);N.__click=()=>l()("/management/tools");var J=e(N),K=e(J),a=e(K);Ne(a,{size:"md"});var n=o(K,2),r=e(n);{var u=s=>{var _=sr();t(s,_)};M(r,s=>{w().url.includes("/management/tools")&&s(u)})}var T=o(j,2),S=e(T),g=e(S),d=e(g);d.__click=()=>b("en");var h=o(d,2);h.__click=()=>b("ar");var Q=o(S,2);te(Q,{pill:!0,color:"light",class:"flex items-center gap-2 py-1 px-3",id:"avatar_with_name",children:(s,_)=>{var ie=nr(),le=L(ie);xe(le,()=>Ve(P().shortname),A=>{re(A,{src:null,size:"xs",class:"ring-2 ring-white"})},(A,X)=>{re(A,{get src(){return v(X)},size:"xs",class:"ring-2 ring-white"})},(A,X)=>{re(A,{src:null,size:"xs",class:"ring-2 ring-white"})});var ne=o(le,2),Pe=e(ne),ke=o(ne,2);Be(ke,{simple:!0,triggeredBy:"#avatar_with_name",children:(A,X)=>{var de=lr(),ve=L(de);_e(ve,{onclick:I=>i(I),children:(I,Le)=>{var W=or(),Y=e(W);We(Y,{size:"sm"}),t(I,W)},$$slots:{default:!0}});var ce=o(ve,2);Ue(ce,{});var Se=o(ce,2);_e(Se,{onclick:I=>k(I),children:(I,Le)=>{var W=ir(),Y=e(W);Ce(Y,{size:"sm"}),t(I,W)},$$slots:{default:!0}}),t(A,de)},$$slots:{default:!0}}),F(()=>G(Pe,P().shortname)),t(s,ie)},$$slots:{default:!0}}),F(()=>{ue(d,1,`w-8 h-8 flex items-center justify-center rounded-full text-sm font-medium transition-all
|
|
2
2
|
${D()==="en"?"bg-white border-2 border-primary shadow-sm":"text-gray-600 hover:color-primary"}`),ue(h,1,`w-8 h-8 flex items-center justify-center rounded-full text-sm font-medium transition-all
|
|
3
3
|
${D()==="ar"?"bg-white border-2 border-primary shadow-sm":"text-gray-600 hover:color-primary"}`)}),t(x,y),se(),p()}je(["click"]);function cr(x,$){let l;return(...w)=>{clearTimeout(l),l=setTimeout(()=>x(...w),$)}}const ur=cr((x,$)=>{Qe(x,$)},300);var mr=c('<div class="flex flex-col h-screen"><!> <div class="flex-grow overflow-auto"><!></div></div>'),fr=c('<div class="flex w-svw h-svh justify-center items-center"><!></div>');function qr(x,$){ae($,!1);const l=()=>B(we,"$goto",D),w=()=>B(ye,"$user",D),[D,P]=oe();l();const f=Te.create({baseURL:fe.backend,withCredentials:!0,timeout:fe.backend_timeout});f.interceptors.response.use(i=>i,i=>(i.code==="ERR_NETWORK"&&ur(Xe.warn,`Network error.
|
|
4
4
|
Please check your connection or the server is down.`),Promise.reject(i))),me.setAxiosInstance(f),Je(),he();var p=V(),b=L(p);xe(b,()=>me.getProfile(),i=>{var k=fr(),y=e(k);be(y,{color:"blue",size:"16"}),t(i,k)},(i,k)=>{var y=V(),j=L(y);{var z=m=>{$e(m,{})},U=m=>{var R=mr(),E=e(R);vr(E,{});var H=o(E,2),O=e(H);ze(O,$,"default",{},null),t(m,R)};M(j,m=>{!w()||!w().signedin?m(z):m(U,!1)})}t(i,y)},(i,k)=>{$e(i,{})}),t(x,p),se(),P()}export{qr as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as h,i as d,f as m,h as i,J as g,k as e,l,H as v,j as k,L as $}from"./svelte-B2XmcTi_.js";import{Q as w}from"./@edraj-CS4NwVbD.js";import{L as b}from"./ListView-
|
|
1
|
+
import{p as h,i as d,f as m,h as i,J as g,k as e,l,H as v,j as k,L as $}from"./svelte-B2XmcTi_.js";import{Q as w}from"./@edraj-CS4NwVbD.js";import{L as b}from"./ListView-C_wRAfdT.js";import{p as L}from"./@roxi-CGMFK4i8.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./flowbite-svelte-BLvjb-sa.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-CaAQl5Gz.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";const Q={key:"shortname",name:"shortname",type:"string",width:"25%"},T={key:"resource_type",name:"Resource type",type:"string",width:"15%"},j={key:"attributes.request",name:"Event",type:"string",width:"15%"},q={key:"attributes.timestamp",title:"Timestamp",type:"string",width:"15%"},x={shortname:Q,resource_type:T,event:j,timestamp:q};function zt(s,a){h(a,!1);const t=()=>$(L,"$params",n),[n,c]=v();d();var p=m(),u=i(p);g(u,()=>t().space_name,_=>{var o=m(),y=i(o);{var f=r=>{b(r,{get type(){return w.events},get space_name(){return t().space_name},subpath:"/",get folderColumns(){return x}})};k(y,r=>{t().space_name&&r(f)})}e(_,o)}),e(s,p),l(),c()}export{zt as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/_module-
|
|
2
|
-
import{d as w,w as L,p as R,a7 as S,B as T,I as O,k as M,l as q,H as V,L as b,E as C,c as j,F as N,aH as z}from"./svelte-B2XmcTi_.js";import{_ as o,R as F,c as H}from"./@roxi-CGMFK4i8.js";import{S as Z}from"./@zerodevx-BlBZjKxu.js";import{a as k,$ as h,i as B,g as Q}from"./svelte-i18n-CT2KkQaN.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./deepmerge-rn4rBaHU.js";import"./ajv-Cpj98o6Y.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))_(s);new MutationObserver(s=>{for(const c of s)if(c.type==="childList")for(const i of c.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&_(i)}).observe(document,{childList:!0,subtree:!0});function a(s){const c={};return s.integrity&&(c.integrity=s.integrity),s.referrerPolicy&&(c.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?c.credentials="include":s.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function _(s){if(s.ep)return;s.ep=!0;const c=a(s);fetch(s.href,c)}})();const p={meta:{},id:"_default",name:"",file:{path:"src/routes/_module.svelte",dir:"src/routes",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-CDkgIsM3.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25])),rootName:"default",routifyDir:import.meta.url,children:[{meta:{isDefault:!0},id:"_default_index_md",name:"index",file:{path:"src/routes/index.md",dir:"src/routes",base:"index.md",ext:".md",name:"index"},asyncModule:()=>o(()=>import("./index-DdXRK7n9.js"),__vite__mapDeps([26,1,2,3,25,7])),children:[]},{meta:{isDefault:!0},id:"_default_index_svelte",name:"index",file:{path:"src/routes/index.svelte",dir:"src/routes",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-CC-A1ipE.js"),__vite__mapDeps([27,1,2,3])),children:[]},{meta:{reset:!0},id:"_default_management",name:"management",file:{path:"src/routes/management/_module.svelte",dir:"src/routes/management",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-DvU-yewY.js"),__vite__mapDeps([28,1,2,3,9,10,11,13,29,4,5,6,7,8,12,14,15,16,17,18,19,25,20,21,22,23,24])),children:[{meta:{dynamic:!0,order:!1,dynamicSpread:!0},id:"_default_management_____fallback__svelte",name:"[...fallback]",file:{path:"src/routes/management/[...fallback].svelte",dir:"src/routes/management",base:"[...fallback].svelte",ext:".svelte",name:"[...fallback]"},asyncModule:()=>o(()=>import("./_...fallback_-Ba_NLmAE.js"),__vite__mapDeps([30,1,2,3])),children:[]},{meta:{},id:"_default_management_content",name:"content",module:!1,file:{path:"src/routes/management/content",dir:"src/routes/management",base:"content",ext:"",name:"content"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name_",name:"[space_name]",file:{path:"src/routes/management/content/[space_name]/_module.svelte",dir:"src/routes/management/content/[space_name]",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-Dgq0ZVtz.js"),__vite__mapDeps([31,1,2,3,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,13,22,23,24,20,21,58,59,25])),children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath_",name:"[subpath]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]",dir:"src/routes/management/content/[space_name]",base:"[subpath]",ext:"",name:"[subpath]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname_",name:"[shortname]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]",dir:"src/routes/management/content/[space_name]/[subpath]",base:"[shortname]",ext:"",name:"[shortname]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname___resource_type_",name:"[resource_type]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]",base:"[resource_type]",ext:"",name:"[resource_type]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath___shortname___resource_type__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-PaDjlbgT.js"),__vite__mapDeps([60,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-PIn1toui.js"),__vite__mapDeps([80,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{},id:"_default_management_content__space_name__health_check",name:"health_check",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check",dir:"src/routes/management/content/[space_name]",base:"health_check",ext:"",name:"health_check"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name__health_check__space_name_health_",name:"[space_name_health]",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]",dir:"src/routes/management/content/[space_name]/health_check",base:"[space_name_health]",ext:"",name:"[space_name_health]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check__space_name_health__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]/index.svelte",dir:"src/routes/management/content/[space_name]/health_check/[space_name_health]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BVyxzKtH.js"),__vite__mapDeps([81,1,2,3,9,10,11,4,5,6,7,8,13,77,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check_index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/index.svelte",dir:"src/routes/management/content/[space_name]/health_check",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BdeNM69f.js"),__vite__mapDeps([82,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/index.svelte",dir:"src/routes/management/content/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BeplzYRb.js"),__vite__mapDeps([83,1,2,3,9,10,11,13,4,5,6,7,8,61,62,63,64,65,55,56,16,57,58,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content_index_svelte",name:"index",file:{path:"src/routes/management/content/index.svelte",dir:"src/routes/management/content",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-B-eTh-ZX.js"),__vite__mapDeps([84,1,2,3,21,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,58,13,20,22,23,24,55,56,57,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_index_svelte",name:"index",file:{path:"src/routes/management/index.svelte",dir:"src/routes/management",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DTfhnhwd.js"),__vite__mapDeps([85,1,2,3,9,10,11])),children:[]},{meta:{},id:"_default_management_profile_svelte",name:"profile",file:{path:"src/routes/management/profile.svelte",dir:"src/routes/management",base:"profile.svelte",ext:".svelte",name:"profile"},asyncModule:()=>o(()=>import("./profile-BUf-tKMe.js"),__vite__mapDeps([86,1,2,3,13,4,5,6,7,8,20,21,22,23,24])),children:[]},{meta:{},id:"_default_management_tools",name:"tools",module:!1,file:{path:"src/routes/management/tools",dir:"src/routes/management",base:"tools",ext:"",name:"tools"},children:[{meta:{},id:"_default_management_tools_events",name:"events",module:!1,file:{path:"src/routes/management/tools/events",dir:"src/routes/management/tools",base:"events",ext:"",name:"events"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_tools_events__space_name_",name:"[space_name]",module:!1,file:{path:"src/routes/management/tools/events/[space_name]",dir:"src/routes/management/tools/events",base:"[space_name]",ext:"",name:"[space_name]"},children:[{meta:{isDefault:!0},id:"_default_management_tools_events__space_name__index_svelte",name:"index",file:{path:"src/routes/management/tools/events/[space_name]/index.svelte",dir:"src/routes/management/tools/events/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-CwevVSTS.js"),__vite__mapDeps([87,1,2,3,13,62,63,64,65,55,56,16,57,9,10,11,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_tools_events_index_svelte",name:"index",file:{path:"src/routes/management/tools/events/index.svelte",dir:"src/routes/management/tools/events",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DtiCmB4o.js"),__vite__mapDeps([88,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{},id:"_default_management_tools_export_svelte",name:"export",file:{path:"src/routes/management/tools/export.svelte",dir:"src/routes/management/tools",base:"export.svelte",ext:".svelte",name:"export"},asyncModule:()=>o(()=>import("./export-OF_rTiXu.js"),__vite__mapDeps([89,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,55,56,57,90])),children:[]},{meta:{},id:"_default_management_tools_import_svelte",name:"import",file:{path:"src/routes/management/tools/import.svelte",dir:"src/routes/management/tools",base:"import.svelte",ext:".svelte",name:"import"},asyncModule:()=>o(()=>import("./import-1vE3gBat.js"),__vite__mapDeps([91,1,2,3,14,15,16,17,18,19,22,23,24,13,4,5,6,7,8,25])),children:[]},{meta:{isDefault:!0},id:"_default_management_tools_index_svelte",name:"index",file:{path:"src/routes/management/tools/index.svelte",dir:"src/routes/management/tools",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-B7TuVFro.js"),__vite__mapDeps([92,1,2,3,4,5,6,7,8,9,10,11,25])),children:[]},{meta:{},id:"_default_management_tools_info_svelte",name:"info",file:{path:"src/routes/management/tools/info.svelte",dir:"src/routes/management/tools",base:"info.svelte",ext:".svelte",name:"info"},asyncModule:()=>o(()=>import("./info-B986lRiM.js"),__vite__mapDeps([93,1,2,3,13,76,4,5,6,7,8,25])),children:[]},{meta:{},id:"_default_management_tools_query_svelte",name:"query",file:{path:"src/routes/management/tools/query.svelte",dir:"src/routes/management/tools",base:"query.svelte",ext:".svelte",name:"query"},asyncModule:()=>o(()=>import("./query-CNmXTsgf.js"),__vite__mapDeps([94,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,25,55,56,57,90])),children:[]}]}]},{meta:{dynamic:!0,dynamicSpread:!0,order:!1,inline:!1},name:"[...404]",file:{path:".routify/components/[...404].svelte",dir:".routify/components",base:"[...404].svelte",ext:".svelte",name:"[...404]"},asyncModule:()=>o(()=>import("./_...404_-fuLH_rX9.js"),__vite__mapDeps([95,1,2,3,96])),children:[]}]},U=async()=>{try{const r="/cxb/config.json".replace("//","/"),a=await fetch(r);if(!a.ok)throw new Error(`Failed to load config: ${a.status} ${a.statusText}`);return await a.json()}catch(e){return console.error("Error loading configuration:",e),{title:"DMART Unified Data Platform",footer:"dmart.cc unified data platform",short_name:"dmart",display_name:"dmart",description:"dmart unified data platform",default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",websocket:"ws://0.0.0.0:8484/ws",backend_timeout:3e4,delay_total_count:!1}}};let m={default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",backend_timeout:3e4,delay_total_count:!1};U().then(e=>{m=e});const W="{ts, date, full} - الساعة {ts, time, ::hh} ",J="الرئيسة",K="توثيقات",G="اللغة",X="عن الموقع",Y="منشورات",ee="المؤلف",te="المحرر",ne="مُلحقات",se="العلاقات",oe="ردود",ae="تفاعلات",ce="المزيد",re="وسوم",ie="المُلَخّص",le="شخصي",_e="رسائل",me="تذاكر",de="إشراف",ue="تنبيهات",pe="مهام",fe="جهات اتصال",he="تقويم",ge="اشتراكات",$e="أخبار",ve="صفحة شخصية",ye="محتوى",be="وسائط متعددة",xe="بيانات",we="طلبات",ke="صفحات شخصية",Ee="فضاءات أخرى",Pe="تعريفات",De="منتدى",Ae="موقع",Ie="صفحات",Le="نماذج",Re="ترجمة",Se="الشجرة_الجانبية",Te="مكونات",Oe="إشراف",Me="حِسابات",qe="أدوار وصلاحيات",Ve="فهرس",Ce="إصدارات",je="إضافات",Ne="بحث",ze="ما الذي تبحث عنه؟",Fe="مَلَفُّ المُستَخدِم",He="ولوج",Ze="اسم المُستخدم أو كلمة المرور غير صحيحة",Be="خروج",Qe="استعلام",Ue="سِجلّات الأحداث",We="العام",Je="الأعضاء",Ke="عودة",Ge="تنبيه",Xe="احذف المختارات",Ye="تحرير",et="تفعيل",tt="تحميل",nt="تحميل",st="استعراض",ot="مصدر",at="تاريخ",ct="حفظ",rt="كلمة المرور",it="اسم المُستخدم",lt="استعلامات",_t="الدخول إلى قِسم الأعضاء",mt="نسخ احتياطي",dt="تعليقات",ut="تفاعلات",pt="مشاركات",ft="تحقق",ht="أدخل الرمز هنا",gt="abcdefghijklmnopqrstuvwxyz",$t="تحميل البيانات ... ",vt="الاسم",yt="البريد الإلكتروني",bt="الموضوع",xt="نموذج الاتصال",wt="الرسالة",kt="إرسال",Et="الاتصال",Pt="غ.م.",Dt="نموذج الاستعلام",At="مسار جزئي",It="عشوائي",Lt="نوع الاستعلام",Rt="أنواع الموارد",St="منشور",Tt="مجلد",Ot="سيرة",Mt="جهة اتصال",qt="وسائط",Vt="الكمية",Ct="الإزاحة",jt="حُررت في",Nt="سجلات الأحداث",zt="أهلا بـ",Ft="إعدادات",Ht="الاسم المُختَصر",Zt="اسم العرض",Bt="نوع المَورِد",Qt="المحتوى",Ut="نوع المحتوى",Wt="هتمل",Jt="نص مُنَسّق",Kt="جيسون",Gt="خام",Xt="مُجَدوَل",Yt="الوصف",en="تفاصيل",tn="تعريف",nn="عندك تعليق؟",sn="التعليق",on="مُشاركات",an="نشاطات",cn="تشكيلات",rn="الأحدث",ln="المكتبة",_n="قاعدة المعرفة",mn="أسئلة متكررة",dn="المُصطلحات",un="مقولة",pn="imx.sh",fn="روابط",hn="مُختارات",gn="غيمة الوسوم",$n="إصدارات",vn="لا توجد أي نتائج لعرضها هنا",yn="العناصر المُتبقية ({count}) اضغط هُنا لتحميل المزيد منها.",bn=" اكتمل عرض كافة العناصر وعددها ({count}).",xn="إلغاء",wn="قبول",kn="تحرير المحتوى",En="إنشاء محتوى جديد",Pn="إنشاء ملف جديد",Dn="إنشاء محتوى ",An="اسم العرض بالإنجليزية",In="اسم العرض بالعربية",Ln="الوصف بالإنجليزية",Rn="الوصف بالعربية",Sn="إنشاء",Tn="تحديث",On="الصفحة {page} من {total}",Mn="المُدخلات المفتوحة",qn="المناظر",Vn="منظر",Cn="الإجراءات",jn="إجراءات مجملة",Nn="الحالة",zn="بالقرب منك",Fn="فعال؟",Hn="أدوات",Zn="تحليلات",Bn="مُحاوِرَة",Qn="آخر الأخبار",Un="إغلاق",Wn="مُجلدات",Jn="اسماء قصيرة",Kn="نَوع المحتوى",Gn="المسار",Xn="مُدخلات الـ",Yn="تبديل حالة النشر",es="اختر مُدخلة من <strong>القائمة</strong> على اليمين.",ts='Are you sure you want to delete the attachment "{shortname}|{displayname}"?',ns=`هناك تعديلات لم تُحفظ بعد.
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/_module-Bm3T06xS.js","assets/svelte-B2XmcTi_.js","assets/clsx-B-dksMZM.js","assets/esm-env-rsSWfq8L.js","assets/flowbite-svelte-BLvjb-sa.js","assets/@floating-ui-BwwcF-xh.js","assets/tailwind-variants-Cj20BoQ3.js","assets/tailwind-merge-CJvxXMcu.js","assets/flowbite-svelte-CD54FDqW.css","assets/@roxi-CGMFK4i8.js","assets/hookar-BMRD9G9H.js","assets/consolite-DlCuI0F9.js","assets/user-DeK_NB5v.js","assets/@edraj-CS4NwVbD.js","assets/svelte-i18n-CT2KkQaN.js","assets/deepmerge-rn4rBaHU.js","assets/ajv-Cpj98o6Y.js","assets/intl-messageformat-Dc5UU-HB.js","assets/tslib-pJfR_DrR.js","assets/@formatjs-yKEsAtjs.js","assets/dmart_services-AL6-IdDE.js","assets/spaces-0oyGvpii.js","assets/toast-B9WDyfyI.js","assets/@zerodevx-BlBZjKxu.js","assets/@zerodevx-CVEpe6WZ.css","assets/flowbite-svelte-icons-BI8GVhw_.js","assets/index-DdXRK7n9.js","assets/index-CC-A1ipE.js","assets/_module-MiGz5eGu.js","assets/axios-CG2WSiiR.js","assets/_...fallback_-Ba_NLmAE.js","assets/_module-Dgq0ZVtz.js","assets/svelte-jsoneditor-CUGSvWId.js","assets/json-source-map-DRgZidqy.js","assets/immutable-json-patch-DtRO2E_S.js","assets/jsonrepair-B30Dx381.js","assets/lodash-es-DZVAA2ox.js","assets/@jsonquerylang-laKNoFFq.js","assets/@fortawesome-DRW1UCdr.js","assets/svelte-awesome-DhnMA6Q_.js","assets/svelte-awesome-COLlx0DN.css","assets/svelte-select-CjHAt_85.js","assets/svelte-floating-ui-BlS3sOAQ.js","assets/svelte-select-CegQKzqH.css","assets/natural-compare-lite-Bg2Xcf-o.js","assets/memoize-one-BdPwpGay.js","assets/@lezer-za4Q-8Ew.js","assets/@codemirror-Rn7_6DkE.js","assets/crelt-C8TCjufn.js","assets/@marijn-DXwl3gUT.js","assets/style-mod-Bs6eFhZE.js","assets/w3c-keyname-Vcq4gwWv.js","assets/@replit--ERk53eB.js","assets/codemirror-wrapped-line-indent-DPhKvljI.js","assets/svelte-jsoneditor-BzfX6Usi.css","assets/Prism--hMplq-p.js","assets/prismjs-DTUiLGJu.js","assets/Prism-Uh6uStUw.css","assets/compare-C3AjiGFR.js","assets/global-igKv-1g9.js","assets/index-DfVT_WZY.js","assets/EntryRenderer-Dl21Ysgp.js","assets/ListView-C_wRAfdT.js","assets/svelte-datatables-net-CY7LBj6I.js","assets/pagination-svelte-D5CyoiE_.js","assets/pagination-svelte-v10nAbbM.css","assets/@typewriter-cCzskkIv.js","assets/fast-diff-C-IidNf4.js","assets/typewriter-editor-DkTVIJdm.js","assets/easy-signal-BiPFIK3O.js","assets/marked-DKjyhwJX.js","assets/marked-mangle-CDMeiHC6.js","assets/marked-gfm-heading-id-U5zO829x.js","assets/github-slugger-CQ4oX9Ud.js","assets/downloadFile-D08i0YDh.js","assets/ListView-U8of-_c-.css","assets/Table2Cols-BsbwicQm.js","assets/BreadCrumbLite-DAhOx38v.js","assets/plantuml-encoder-C47mzt9T.js","assets/EntryRenderer-DXytdFp9.css","assets/index-Clz9NEW5.js","assets/index-BVyxzKtH.js","assets/index-BdeNM69f.js","assets/index-jNnn2ioU.js","assets/index-B-eTh-ZX.js","assets/index-DTfhnhwd.js","assets/profile-BUf-tKMe.js","assets/index-BhQ5LUMe.js","assets/index-DtiCmB4o.js","assets/export-OF_rTiXu.js","assets/queryHelpers-C9iBWwqe.js","assets/import-1vE3gBat.js","assets/index-De7lX1xZ.js","assets/info-B986lRiM.js","assets/query-CNmXTsgf.js","assets/_...404_-fuLH_rX9.js","assets/_..-BvT6vdHa.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{d as w,w as L,p as R,a7 as S,B as T,I as O,k as M,l as q,H as V,L as b,E as C,c as j,F as N,aH as z}from"./svelte-B2XmcTi_.js";import{_ as o,R as F,c as H}from"./@roxi-CGMFK4i8.js";import{S as Z}from"./@zerodevx-BlBZjKxu.js";import{a as k,$ as h,i as B,g as Q}from"./svelte-i18n-CT2KkQaN.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./deepmerge-rn4rBaHU.js";import"./ajv-Cpj98o6Y.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))_(s);new MutationObserver(s=>{for(const c of s)if(c.type==="childList")for(const i of c.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&_(i)}).observe(document,{childList:!0,subtree:!0});function a(s){const c={};return s.integrity&&(c.integrity=s.integrity),s.referrerPolicy&&(c.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?c.credentials="include":s.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function _(s){if(s.ep)return;s.ep=!0;const c=a(s);fetch(s.href,c)}})();const p={meta:{},id:"_default",name:"",file:{path:"src/routes/_module.svelte",dir:"src/routes",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-Bm3T06xS.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25])),rootName:"default",routifyDir:import.meta.url,children:[{meta:{isDefault:!0},id:"_default_index_md",name:"index",file:{path:"src/routes/index.md",dir:"src/routes",base:"index.md",ext:".md",name:"index"},asyncModule:()=>o(()=>import("./index-DdXRK7n9.js"),__vite__mapDeps([26,1,2,3,25,7])),children:[]},{meta:{isDefault:!0},id:"_default_index_svelte",name:"index",file:{path:"src/routes/index.svelte",dir:"src/routes",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-CC-A1ipE.js"),__vite__mapDeps([27,1,2,3])),children:[]},{meta:{reset:!0},id:"_default_management",name:"management",file:{path:"src/routes/management/_module.svelte",dir:"src/routes/management",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-MiGz5eGu.js"),__vite__mapDeps([28,1,2,3,9,10,11,13,29,4,5,6,7,8,12,14,15,16,17,18,19,25,20,21,22,23,24])),children:[{meta:{dynamic:!0,order:!1,dynamicSpread:!0},id:"_default_management_____fallback__svelte",name:"[...fallback]",file:{path:"src/routes/management/[...fallback].svelte",dir:"src/routes/management",base:"[...fallback].svelte",ext:".svelte",name:"[...fallback]"},asyncModule:()=>o(()=>import("./_...fallback_-Ba_NLmAE.js"),__vite__mapDeps([30,1,2,3])),children:[]},{meta:{},id:"_default_management_content",name:"content",module:!1,file:{path:"src/routes/management/content",dir:"src/routes/management",base:"content",ext:"",name:"content"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name_",name:"[space_name]",file:{path:"src/routes/management/content/[space_name]/_module.svelte",dir:"src/routes/management/content/[space_name]",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-Dgq0ZVtz.js"),__vite__mapDeps([31,1,2,3,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,13,22,23,24,20,21,58,59,25])),children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath_",name:"[subpath]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]",dir:"src/routes/management/content/[space_name]",base:"[subpath]",ext:"",name:"[subpath]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname_",name:"[shortname]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]",dir:"src/routes/management/content/[space_name]/[subpath]",base:"[shortname]",ext:"",name:"[shortname]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname___resource_type_",name:"[resource_type]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]",base:"[resource_type]",ext:"",name:"[resource_type]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath___shortname___resource_type__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DfVT_WZY.js"),__vite__mapDeps([60,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-Clz9NEW5.js"),__vite__mapDeps([80,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{},id:"_default_management_content__space_name__health_check",name:"health_check",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check",dir:"src/routes/management/content/[space_name]",base:"health_check",ext:"",name:"health_check"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name__health_check__space_name_health_",name:"[space_name_health]",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]",dir:"src/routes/management/content/[space_name]/health_check",base:"[space_name_health]",ext:"",name:"[space_name_health]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check__space_name_health__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]/index.svelte",dir:"src/routes/management/content/[space_name]/health_check/[space_name_health]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BVyxzKtH.js"),__vite__mapDeps([81,1,2,3,9,10,11,4,5,6,7,8,13,77,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check_index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/index.svelte",dir:"src/routes/management/content/[space_name]/health_check",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BdeNM69f.js"),__vite__mapDeps([82,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/index.svelte",dir:"src/routes/management/content/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-jNnn2ioU.js"),__vite__mapDeps([83,1,2,3,9,10,11,13,4,5,6,7,8,61,62,63,64,65,55,56,16,57,58,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content_index_svelte",name:"index",file:{path:"src/routes/management/content/index.svelte",dir:"src/routes/management/content",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-B-eTh-ZX.js"),__vite__mapDeps([84,1,2,3,21,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,58,13,20,22,23,24,55,56,57,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_index_svelte",name:"index",file:{path:"src/routes/management/index.svelte",dir:"src/routes/management",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DTfhnhwd.js"),__vite__mapDeps([85,1,2,3,9,10,11])),children:[]},{meta:{},id:"_default_management_profile_svelte",name:"profile",file:{path:"src/routes/management/profile.svelte",dir:"src/routes/management",base:"profile.svelte",ext:".svelte",name:"profile"},asyncModule:()=>o(()=>import("./profile-BUf-tKMe.js"),__vite__mapDeps([86,1,2,3,13,4,5,6,7,8,20,21,22,23,24])),children:[]},{meta:{},id:"_default_management_tools",name:"tools",module:!1,file:{path:"src/routes/management/tools",dir:"src/routes/management",base:"tools",ext:"",name:"tools"},children:[{meta:{},id:"_default_management_tools_events",name:"events",module:!1,file:{path:"src/routes/management/tools/events",dir:"src/routes/management/tools",base:"events",ext:"",name:"events"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_tools_events__space_name_",name:"[space_name]",module:!1,file:{path:"src/routes/management/tools/events/[space_name]",dir:"src/routes/management/tools/events",base:"[space_name]",ext:"",name:"[space_name]"},children:[{meta:{isDefault:!0},id:"_default_management_tools_events__space_name__index_svelte",name:"index",file:{path:"src/routes/management/tools/events/[space_name]/index.svelte",dir:"src/routes/management/tools/events/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BhQ5LUMe.js"),__vite__mapDeps([87,1,2,3,13,62,63,64,65,55,56,16,57,9,10,11,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_tools_events_index_svelte",name:"index",file:{path:"src/routes/management/tools/events/index.svelte",dir:"src/routes/management/tools/events",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DtiCmB4o.js"),__vite__mapDeps([88,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{},id:"_default_management_tools_export_svelte",name:"export",file:{path:"src/routes/management/tools/export.svelte",dir:"src/routes/management/tools",base:"export.svelte",ext:".svelte",name:"export"},asyncModule:()=>o(()=>import("./export-OF_rTiXu.js"),__vite__mapDeps([89,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,55,56,57,90])),children:[]},{meta:{},id:"_default_management_tools_import_svelte",name:"import",file:{path:"src/routes/management/tools/import.svelte",dir:"src/routes/management/tools",base:"import.svelte",ext:".svelte",name:"import"},asyncModule:()=>o(()=>import("./import-1vE3gBat.js"),__vite__mapDeps([91,1,2,3,14,15,16,17,18,19,22,23,24,13,4,5,6,7,8,25])),children:[]},{meta:{isDefault:!0},id:"_default_management_tools_index_svelte",name:"index",file:{path:"src/routes/management/tools/index.svelte",dir:"src/routes/management/tools",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-De7lX1xZ.js"),__vite__mapDeps([92,1,2,3,4,5,6,7,8,9,10,11,25])),children:[]},{meta:{},id:"_default_management_tools_info_svelte",name:"info",file:{path:"src/routes/management/tools/info.svelte",dir:"src/routes/management/tools",base:"info.svelte",ext:".svelte",name:"info"},asyncModule:()=>o(()=>import("./info-B986lRiM.js"),__vite__mapDeps([93,1,2,3,13,76,4,5,6,7,8,25])),children:[]},{meta:{},id:"_default_management_tools_query_svelte",name:"query",file:{path:"src/routes/management/tools/query.svelte",dir:"src/routes/management/tools",base:"query.svelte",ext:".svelte",name:"query"},asyncModule:()=>o(()=>import("./query-CNmXTsgf.js"),__vite__mapDeps([94,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,25,55,56,57,90])),children:[]}]}]},{meta:{dynamic:!0,dynamicSpread:!0,order:!1,inline:!1},name:"[...404]",file:{path:".routify/components/[...404].svelte",dir:".routify/components",base:"[...404].svelte",ext:".svelte",name:"[...404]"},asyncModule:()=>o(()=>import("./_...404_-fuLH_rX9.js"),__vite__mapDeps([95,1,2,3,96])),children:[]}]},U=async()=>{try{const r="/cxb/config.json".replace("//","/"),a=await fetch(r);if(!a.ok)throw new Error(`Failed to load config: ${a.status} ${a.statusText}`);return await a.json()}catch(e){return console.error("Error loading configuration:",e),{title:"DMART Unified Data Platform",footer:"dmart.cc unified data platform",short_name:"dmart",display_name:"dmart",description:"dmart unified data platform",default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",websocket:"ws://0.0.0.0:8484/ws",backend_timeout:3e4,delay_total_count:!1}}};let m={default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",backend_timeout:3e4,delay_total_count:!1};U().then(e=>{m=e});const W="{ts, date, full} - الساعة {ts, time, ::hh} ",J="الرئيسة",K="توثيقات",G="اللغة",X="عن الموقع",Y="منشورات",ee="المؤلف",te="المحرر",ne="مُلحقات",se="العلاقات",oe="ردود",ae="تفاعلات",ce="المزيد",re="وسوم",ie="المُلَخّص",le="شخصي",_e="رسائل",me="تذاكر",de="إشراف",ue="تنبيهات",pe="مهام",fe="جهات اتصال",he="تقويم",ge="اشتراكات",$e="أخبار",ve="صفحة شخصية",ye="محتوى",be="وسائط متعددة",xe="بيانات",we="طلبات",ke="صفحات شخصية",Ee="فضاءات أخرى",Pe="تعريفات",De="منتدى",Ae="موقع",Ie="صفحات",Le="نماذج",Re="ترجمة",Se="الشجرة_الجانبية",Te="مكونات",Oe="إشراف",Me="حِسابات",qe="أدوار وصلاحيات",Ve="فهرس",Ce="إصدارات",je="إضافات",Ne="بحث",ze="ما الذي تبحث عنه؟",Fe="مَلَفُّ المُستَخدِم",He="ولوج",Ze="اسم المُستخدم أو كلمة المرور غير صحيحة",Be="خروج",Qe="استعلام",Ue="سِجلّات الأحداث",We="العام",Je="الأعضاء",Ke="عودة",Ge="تنبيه",Xe="احذف المختارات",Ye="تحرير",et="تفعيل",tt="تحميل",nt="تحميل",st="استعراض",ot="مصدر",at="تاريخ",ct="حفظ",rt="كلمة المرور",it="اسم المُستخدم",lt="استعلامات",_t="الدخول إلى قِسم الأعضاء",mt="نسخ احتياطي",dt="تعليقات",ut="تفاعلات",pt="مشاركات",ft="تحقق",ht="أدخل الرمز هنا",gt="abcdefghijklmnopqrstuvwxyz",$t="تحميل البيانات ... ",vt="الاسم",yt="البريد الإلكتروني",bt="الموضوع",xt="نموذج الاتصال",wt="الرسالة",kt="إرسال",Et="الاتصال",Pt="غ.م.",Dt="نموذج الاستعلام",At="مسار جزئي",It="عشوائي",Lt="نوع الاستعلام",Rt="أنواع الموارد",St="منشور",Tt="مجلد",Ot="سيرة",Mt="جهة اتصال",qt="وسائط",Vt="الكمية",Ct="الإزاحة",jt="حُررت في",Nt="سجلات الأحداث",zt="أهلا بـ",Ft="إعدادات",Ht="الاسم المُختَصر",Zt="اسم العرض",Bt="نوع المَورِد",Qt="المحتوى",Ut="نوع المحتوى",Wt="هتمل",Jt="نص مُنَسّق",Kt="جيسون",Gt="خام",Xt="مُجَدوَل",Yt="الوصف",en="تفاصيل",tn="تعريف",nn="عندك تعليق؟",sn="التعليق",on="مُشاركات",an="نشاطات",cn="تشكيلات",rn="الأحدث",ln="المكتبة",_n="قاعدة المعرفة",mn="أسئلة متكررة",dn="المُصطلحات",un="مقولة",pn="imx.sh",fn="روابط",hn="مُختارات",gn="غيمة الوسوم",$n="إصدارات",vn="لا توجد أي نتائج لعرضها هنا",yn="العناصر المُتبقية ({count}) اضغط هُنا لتحميل المزيد منها.",bn=" اكتمل عرض كافة العناصر وعددها ({count}).",xn="إلغاء",wn="قبول",kn="تحرير المحتوى",En="إنشاء محتوى جديد",Pn="إنشاء ملف جديد",Dn="إنشاء محتوى ",An="اسم العرض بالإنجليزية",In="اسم العرض بالعربية",Ln="الوصف بالإنجليزية",Rn="الوصف بالعربية",Sn="إنشاء",Tn="تحديث",On="الصفحة {page} من {total}",Mn="المُدخلات المفتوحة",qn="المناظر",Vn="منظر",Cn="الإجراءات",jn="إجراءات مجملة",Nn="الحالة",zn="بالقرب منك",Fn="فعال؟",Hn="أدوات",Zn="تحليلات",Bn="مُحاوِرَة",Qn="آخر الأخبار",Un="إغلاق",Wn="مُجلدات",Jn="اسماء قصيرة",Kn="نَوع المحتوى",Gn="المسار",Xn="مُدخلات الـ",Yn="تبديل حالة النشر",es="اختر مُدخلة من <strong>القائمة</strong> على اليمين.",ts='Are you sure you want to delete the attachment "{shortname}|{displayname}"?',ns=`هناك تعديلات لم تُحفظ بعد.
|
|
3
3
|
هل تريد التخلص منها؟`,ss='هل تريد حذف "{displayname}|{shortname}" تحت {data.subpath}?',os='هل تريد حذف "{shortname}|{displayname}" تحت {data.subpath}?',as='المُدخلة "{shortname}|{data.displayname}" حاليا {current} هل تريد جَعلَها {new}؟',cs="فعّالة",rs="غير فعّالة",is="الوقت",ls="الحَدَث",_s="التوصيفات",ms="المُدة",ds="السابق",us="الحالي",ps="التهشير",fs="أحداث",hs="طرفية",gs="تحت التطوير",$s="اسم الفضاء",vs="مخطط",ys="جودة البيانات",bs="تنزيل ملف csv",xs="تنزيل ملف zip",ws="من",ks="إلى",Es="استرداد المرفقات",Ps="استرداد حمولة json",Ds="سيؤدي هذا الإجراء إلى استبدال جميع البيانات الموجودة. يرجى التأكد من وجود نسخة احتياطية قبل المتابعة.",As="اختر ملف ZIP",Is="الملف المحدد",Ls="معامل إضافي",Rs="اختياري",Ss="أدخل معامل إضافي",Ts="رفع واستيراد",Os="جاري الرفع",Ms="يرجى اختيار ملف ZIP",qs="نوع ملف غير صالح. يرجى اختيار ملف ZIP.",Vs="تم الاستيراد بنجاح",Cs="فشل في الاستيراد. يرجى المحاولة مرة أخرى.",E={datetime:W,home:J,docs:K,language:G,about:X,posts:Y,author:ee,editor:te,attachments:ne,relationships:se,replies:oe,reactions:ae,more:ce,tags:re,dashboard:ie,personal:le,messages:_e,tickets:me,sysadmin:de,notifications:ue,tasks:pe,contacts:fe,calendar:he,subscriptions:ge,news:$e,profile:ve,content:ye,multimedia:be,data:xe,submissions:we,profiles:ke,other_spaces:Ee,definitions:Pe,forum:De,site:Ae,pages:Ie,forms:Le,translation:Re,sidebar_tree:Se,components:Te,admin:Oe,accounts:Me,roles_and_permissions:qe,index:Ve,version_control:Ce,extensions:je,search:Ne,searching_for_what:ze,memberprofile:Fe,login:He,login_error:Ze,logout:Be,query:Qe,logs:Ue,published:We,managed:Je,back:Ke,warning:Ge,delete:"حذف",delete_selected:Xe,edit:Ye,activate:et,download:tt,upload:nt,preview:st,source:ot,history:at,save:ct,password:rt,username:it,queries:lt,login_to_members:_t,archive_and_backup:mt,comments:dt,interactions:ut,shares:pt,verfication:ft,enter_code_here:ht,captcha_chars:gt,loading_data:$t,name:vt,email:yt,subject:bt,contact_form:xt,message:wt,submit:kt,contact_us:Et,not_applicable:Pt,query_form:Dt,subpath:At,random:It,query_type:Lt,resource_types:Rt,post:St,folder:Tt,biography:Ot,contact:Mt,media:qt,limit:Vt,offset:Ct,edited_at:jt,activity_logs:Nt,hey:zt,settings:Ft,shortname:Ht,displayname:Zt,resource_type:Bt,payload:Qt,payload_type:Ut,text_html:Wt,text_markdown:Jt,text_json:Kt,raw:Gt,tabular:Xt,description:Yt,details:en,term:tn,write_a_reply:nn,reply:sn,contributions:on,activities:an,sampled:cn,latest:rn,library:ln,knowledgebase:_n,faq:mn,glossary:dn,maqola:un,wwwimx:pn,bookmarks:fn,picks:hn,tag_cloud:gn,publications:$n,not_found:vn,x_items_left_click_for_more:yn,all_x_items_are_loaded:bn,cancel:xn,accept:wn,edit_entry:kn,create_entry:En,create_folder:Pn,create_subentry:Dn,displayname_en:An,displayname_ar:In,description_en:Ln,description_ar:Rn,create:Sn,refresh:Tn,page_of_total:On,open_tabs:Mn,views:qn,view:Vn,actions:Cn,bulk_actions:jn,status:Nn,near_by:zn,is_active:Fn,tools:Hn,analytics:Zn,console:Bn,newsfeed:Qn,close:Un,folders:Wn,shortnames:Jn,content_type:Kn,path:Gn,entries_of:Xn,toggle_active_state:Yn,select_entry_from_sidebar:es,cofrirm_deleting_attachment:ts,confirm_discarding_changes:ns,confirm_deleting:ss,confirm_deleting_folder:os,confirm_toggling_active:as,active:cs,inactive:rs,time:is,event:ls,attributes:_s,duration:ms,previous:ds,current:us,hash:ps,events:fs,terminal:hs,under_development:gs,space_name:$s,schema_shortname:vs,qatool:ys,download_csv:bs,download_zip:xs,from:ws,to:ks,retrieve_attachments:Es,retrieve_json_payload:Ps,import_warning_message:Ds,select_zip_file:As,selected_file:Is,extra_parameter:Ls,optional:Rs,enter_extra_parameter:Ss,upload_and_import:Ts,uploading:Os,please_select_zip_file:Ms,invalid_file_type:qs,import_successful:Vs,import_failed:Cs},js="{ts, date, full} - at {ts, time, ::hh} ",Ns="Home",zs="Docs",Fs="Language",Hs="About",Zs="Posts",Bs="Author",Qs="Editor",Us="Attachments",Ws="Relationships",Js="Replies",Ks="Reactions",Gs="more",Xs="Tags",Ys="Dashboard",eo="Personal",to="Messages",no="Tickets",so="Sys admin",oo="Notifications",ao="Tasks",co="Contacts",ro="Calendar",io="Subscriptions",lo="News",_o="Profile",mo="Content",uo="Multimedia",po="Data",fo="Submissions",ho="Profiles",go="Space name",$o="Other spaces",vo="Definitions",yo="Forum",bo="Site",xo="Pages",wo="Forms",ko="Translation",Eo="Sidebar tree",Po="Components",Do="Admin",Ao="Accounts",Io="Roles and permissions",Lo="Index",Ro="Version control",So="Extensions",To="Search",Oo="Searching for?",Mo="Member profile",qo="Login",Vo="Wrong username or password",Co="Logout",jo="Query",No="Logs",zo="Published",Fo="Managed",Ho="Back",Zo="Warning",Bo="Delete Selected Items",Qo="Edit",Uo="Activate",Wo="Preview",Jo="Source",Ko="History",Go="Save",Xo="Password",Yo="Username",ea="Queries",ta="Login to members section",na="Backup and archive",sa="Comments",oa="Ineractions",aa="Shares",ca="Verfication",ra="Enter code here",ia="abcdefghijklmnopqrstuvwxyz",la="Loading data ...",_a="Name",ma="Email",da="Subject",ua="Contact form",pa="Message",fa="Submit",ha="Contact us",ga="N/A",$a="Query form",va="Subpath",ya="Random",ba="Query type",xa="Resource types",wa="Post",ka="Folder",Ea="Biography",Pa="Contact",Da="Media",Aa="Limit",Ia="Offset",La="Edited at",Ra="Activity logs",Sa="Hey ",Ta="Settings",Oa="Shortname",Ma="Displayname",qa="Resource type",Va="Payload",Ca="Payload type",ja="Html",Na="Markdown",za="Json",Fa="Raw",Ha="Tabular",Za="Description",Ba="Details",Qa="Term",Ua="Write a reply",Wa="Reply",Ja="Upload",Ka="Contributions",Ga="Activities",Xa="Sampled",Ya="Latest",ec="Library",tc="Knowledgebase",nc="FAQ",sc="Glossary",oc="Maqola",ac="imx.sh",cc="Bookmarks",rc="Picks",ic="Tag Cloud",lc="Publications",_c="Not Found",mc="({count}) items left, click here to load more",dc="All ({count}) itmes have been loaded.",uc="Cancel",pc="Accept",fc="Edit Entry",hc="Create Entry",gc="Create Folder",$c="Create sub-entry",vc="English Displayname",yc="Arabic Displayname",bc="English Description",xc="Arabic Description",wc="Create",kc="refresh",Ec="Page {page} of {total}",Pc="Open tabs",Dc="Views",Ac="View",Ic="Actions",Lc="Bulk",Rc="Status",Sc="Near by",Tc="Is active?",Oc="Tools",Mc="Analytics",qc="Console",Vc="News feed",Cc="Close",jc="Folders",Nc="Shortnames",zc="Content type",Fc="Path",Hc="Entries of",Zc="Toggle active state",Bc="Select entry from the <strong>sidebar</strong> on the left.",Qc='Are you sure you want to delete the attachment "{shortname}|{displayname}"?',Uc=`Changes haven't been saved.
|
|
4
4
|
Do you want to discard them?`,Wc='Are you sure you want to delete "{displayname}|{shortname}" under {data.subpath}?',Jc='Are you sure you want to delete the folder "{shortname}|{displayname}" under {data.subpath}?',Kc='Entry "{shortname}|{data.displayname}" is currently {current} are you sure you want to set it to {new}?',Gc="active",Xc="Download",Yc="inactive",er="Time",tr="Event",nr="Attributes",sr="Duration",or="Previous",ar="Current",cr="Hash",rr="Events",ir="Terminal",lr="Under development",_r="Schema",mr="Data Quality",dr="Download CSV",ur="Download ZIP",pr="From",fr="To",hr="Retrieve attachments",gr="Retrieve json payload",$r="This action will replace all existing data. Please make sure you have a backup before proceeding.",vr="Select ZIP file",yr="Selected file",br="Extra parameter",xr="optional",wr="Enter extra parameter",kr="Upload and Import",Er="Uploading",Pr="Please select a ZIP file",Dr="Invalid file type. Please select a ZIP file.",Ar="Import completed successfully",Ir="Import failed. Please try again.",P={datetime:js,home:Ns,docs:zs,language:Fs,about:Hs,posts:Zs,author:Bs,editor:Qs,attachments:Us,relationships:Ws,replies:Js,reactions:Ks,more:Gs,tags:Xs,dashboard:Ys,personal:eo,messages:to,tickets:no,sysadmin:so,notifications:oo,tasks:ao,contacts:co,calendar:ro,subscriptions:io,news:lo,profile:_o,content:mo,multimedia:uo,data:po,submissions:fo,profiles:ho,space_name:go,other_spaces:$o,definitions:vo,forum:yo,site:bo,pages:xo,forms:wo,translation:ko,sidebar_tree:Eo,components:Po,admin:Do,accounts:Ao,roles_and_permissions:Io,index:Lo,version_control:Ro,extensions:So,search:To,searching_for_what:Oo,memberprofile:Mo,login:qo,login_error:Vo,logout:Co,query:jo,logs:No,published:zo,managed:Fo,back:Ho,warning:Zo,delete:"Delete",delete_selected:Bo,edit:Qo,activate:Uo,preview:Wo,source:Jo,history:Ko,save:Go,password:Xo,username:Yo,queries:ea,login_to_members:ta,archive_and_backup:na,comments:sa,interactions:oa,shares:aa,verfication:ca,enter_code_here:ra,captcha_chars:ia,loading_data:la,name:_a,email:ma,subject:da,contact_form:ua,message:pa,submit:fa,contact_us:ha,not_applicable:ga,query_form:$a,subpath:va,random:ya,query_type:ba,resource_types:xa,post:wa,folder:ka,biography:Ea,contact:Pa,media:Da,limit:Aa,offset:Ia,edited_at:La,activity_logs:Ra,hey:Sa,settings:Ta,shortname:Oa,displayname:Ma,resource_type:qa,payload:Va,payload_type:Ca,text_html:ja,text_markdown:Na,text_json:za,raw:Fa,tabular:Ha,description:Za,details:Ba,term:Qa,write_a_reply:Ua,reply:Wa,upload:Ja,contributions:Ka,activities:Ga,sampled:Xa,latest:Ya,library:ec,knowledgebase:tc,faq:nc,glossary:sc,maqola:oc,wwwimx:ac,bookmarks:cc,picks:rc,tag_cloud:ic,publications:lc,not_found:_c,x_items_left_click_for_more:mc,all_x_items_are_loaded:dc,cancel:uc,accept:pc,edit_entry:fc,create_entry:hc,create_folder:gc,create_subentry:$c,displayname_en:vc,displayname_ar:yc,description_en:bc,description_ar:xc,create:wc,refresh:kc,page_of_total:Ec,open_tabs:Pc,views:Dc,view:Ac,actions:Ic,bulk_actions:Lc,status:Rc,near_by:Sc,is_active:Tc,tools:Oc,analytics:Mc,console:qc,newsfeed:Vc,close:Cc,folders:jc,shortnames:Nc,content_type:zc,path:Fc,entries_of:Hc,toggle_active_state:Zc,select_entry_from_sidebar:Bc,cofrirm_deleting_attachment:Qc,confirm_discarding_changes:Uc,confirm_deleting:Wc,confirm_deleting_folder:Jc,confirm_toggling_active:Kc,active:Gc,download:Xc,inactive:Yc,time:er,event:tr,attributes:nr,duration:sr,previous:or,current:ar,hash:cr,events:rr,terminal:ir,under_development:lr,schema_shortname:_r,qatool:mr,download_csv:dr,download_zip:ur,from:pr,to:fr,retrieve_attachments:hr,retrieve_json_payload:gr,import_warning_message:$r,select_zip_file:vr,selected_file:yr,extra_parameter:br,optional:xr,enter_extra_parameter:wr,upload_and_import:kr,uploading:Er,please_select_zip_file:Pr,invalid_file_type:Dr,import_successful:Ar,import_failed:Ir};k("ar",E);k("en",P);let Lr={ar:E,en:P},Rr=["ar","en"];Rr.filter(e=>e in m.languages);function Yr(e){e in m.languages||(e=m.default_language),typeof localStorage<"u"&&localStorage.setItem("preferred_locale",JSON.stringify(e)),h.set(e)}function Sr(){let e='"en"';if(typeof localStorage<"u"&&(e=localStorage.getItem("preferred_locale")),typeof e=="string")return JSON.parse(e);let r="",a=Q(),_=!1;for(const s in m.languages)r.trim().length>0&&(r=s),!_&&a&&a.startsWith(s)&&(a=s,_=!0);return _||(a=r),a||(a="en"),typeof localStorage<"u"&&localStorage.setItem("preferred_locale",JSON.stringify(a)),a}function Tr(){let e=Sr();!(e in Lr)&&m.default_language&&(e=m.default_language),B({initialLocale:e,fallbackLocale:m.default_language})}const Or=["ar","fa","ur","ku"],Mr=w(h,e=>Or.indexOf(e||"")>=0?"rtl":"ltr");w(h,e=>typeof e=="string");let x=L(!1);const qr={subscribe:x.subscribe,refresh:()=>x.update(e=>e=!e)},g="cxb",Vr={duration:2500,initial:1,next:0,pausable:!1,dismissable:!0,reversed:!1,intro:{x:256},theme:{"--toastColor":"mintcream"},classes:["custom-toast"]};var Cr=T('<div id="routify-app"><!> <!></div>');function jr(e,r){R(r,!0);const a=()=>b(h,"$locale",s),_=()=>b(Mr,"$dir",s),[s,c]=V();function i(t,d,n){if(d.length===0)return t;const[u,...l]=d,y=t.children.find(I=>I.name===`${u}`);return y?i(y,l):null}var f=null;async function D(){return f||(f=H({routes:p,urlRewrite:{toInternal:t=>{if(t.startsWith(`/${g}`)&&(t=t.replace(`/${g}`,"")),t=t===""?"/":t,t.startsWith("/management"))return t;const d=a(),n=t.split("/");n.shift();let u=n[n.length-1];if(u===""&&(u="index"),![".en",".ar",".ku"].includes(u)){n[n.length-1]=`${u}.${d}`;let l=i(p,n);if(l===null)if(n[n.length-1]=u,l=i(p,n),l===null)if(n[n.length-1]=`index.${d}`,l=i(p,n),l===null){if(n[n.length-1]="index",l=i(p,n),l!==null)return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`}else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`;else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`;else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`}return t},toExternal:t=>`/${g}${t}`}}),f)}Tr(),S(()=>{document.dir=_(),qr.refresh()});var $=Cr(),v=C($);Z(v,{get options(){return Vr}});var A=N(v,2);O(A,D,null,(t,d)=>{F(t,{get router(){return j(d)}})}),M(e,$),q(),c()}z(jr,{target:document.body});export{Yr as s,m as w};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as L,f as d,h as _,j as P,L as z,k as i,l as B,H,I,B as f,aj as J,R as h,E as c,c as t,a2 as l,F as N,a6 as g}from"./svelte-B2XmcTi_.js";import{p as O}from"./@roxi-CGMFK4i8.js";import{R as b,D as S}from"./@edraj-CS4NwVbD.js";import{E as T}from"./EntryRenderer-
|
|
1
|
+
import{p as L,f as d,h as _,j as P,L as z,k as i,l as B,H,I,B as f,aj as J,R as h,E as c,c as t,a2 as l,F as N,a6 as g}from"./svelte-B2XmcTi_.js";import{p as O}from"./@roxi-CGMFK4i8.js";import{R as b,D as S}from"./@edraj-CS4NwVbD.js";import{E as T}from"./EntryRenderer-Dl21Ysgp.js";import{g as q,h as C}from"./flowbite-svelte-BLvjb-sa.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./ListView-C_wRAfdT.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./tailwind-merge-CJvxXMcu.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./@floating-ui-BwwcF-xh.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-CaAQl5Gz.js";import"./Table2Cols-BsbwicQm.js";import"./axios-CG2WSiiR.js";import"./BreadCrumbLite-DAhOx38v.js";import"./plantuml-encoder-C47mzt9T.js";import"./tailwind-variants-Cj20BoQ3.js";var G=f('<div class="w-full"><!></div>'),K=f('<div class="flex flex-col w-full"><!></div>'),M=f("<h4>For some reason ... params doesn't have the needed info</h4> <pre> </pre>",1);function ar(x,y){L(y,!0);const o=()=>z(O,"$params",$),[$,w]=H();let s=l(()=>o().subpath.split("-")),j=l(()=>t(s).slice(0,t(s).length-1).join("/")||"__root__"),E=l(()=>t(s)[t(s).length-1]);var u=d(),R=_(u);{var k=p=>{var m=d(),n=_(m);I(n,()=>S.retrieveEntry({resource_type:b.folder,space_name:o().space_name,subpath:t(j),shortname:t(E),retrieve_json_payload:!0,retrieve_attachments:!0,validate_schema:!0}),e=>{var r=K(),a=c(r);C(a,{class:"m-5",size:"lg",style:"width: 100vw"}),i(e,r)},(e,r)=>{{let a=l(()=>o().subpath.replaceAll("-","/"));T(e,{get entry(){return t(r)},get resource_type(){return b.folder},get space_name(){return o().space_name},get subpath(){return t(a)}})}},(e,r)=>{var a=G(),D=c(a);q(D,{color:"red",class:"text-lg flex h-12 m-6 p-3 flex-row justify-center items-center",children:(F,Q)=>{var v=J();h(()=>g(v,t(r))),i(F,v)},$$slots:{default:!0}}),i(e,a)}),i(p,m)},A=p=>{var m=M(),n=N(_(m),2),e=c(n);h(r=>g(e,r),[()=>JSON.stringify(o(),null,2)]),i(p,m)};P(R,p=>{o().space_name?p(k):p(A,!1)})}i(x,u),B(),w()}export{ar as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as O,L as I,i as P,B as i,F as n,E as e,k as l,R as C,l as E,H as F,a6 as H}from"./svelte-B2XmcTi_.js";import{C as d}from"./flowbite-svelte-BLvjb-sa.js";import{g as q}from"./@roxi-CGMFK4i8.js";import{W as z,X as A,G as D,Y as G,Z as M}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var N=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-primary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">INFORMATION</h3> <p class="text-gray-600">Get information about connected instance of Dmart.</p></div>'),R=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-secondary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Events</h3> <p class="text-gray-600">Check all Dmart instance events.</p></div>'),S=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Query</h3> <p class="text-gray-600">Perform queries against connected dmart instance.</p></div>'),T=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Import</h3> <p class="text-gray-600">Import entries based on zip file.</p></div>'),B=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Export</h3> <p class="text-gray-600">Export entries as zip file.</p></div>'),L=i('<div class="container mx-auto p-8"><p class="text-2xl mb-5"> </p> <div class="grid grid-cols-1 md:grid-cols-3 gap-6"><!> <!> <!> <!> <!></div></div>');function et(u,g){O(g,!1);const a=()=>I(q,"$goto",_),[_,$]=F();a();let b="
|
|
1
|
+
import{p as O,L as I,i as P,B as i,F as n,E as e,k as l,R as C,l as E,H as F,a6 as H}from"./svelte-B2XmcTi_.js";import{C as d}from"./flowbite-svelte-BLvjb-sa.js";import{g as q}from"./@roxi-CGMFK4i8.js";import{W as z,X as A,G as D,Y as G,Z as M}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var N=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-primary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">INFORMATION</h3> <p class="text-gray-600">Get information about connected instance of Dmart.</p></div>'),R=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-secondary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Events</h3> <p class="text-gray-600">Check all Dmart instance events.</p></div>'),S=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Query</h3> <p class="text-gray-600">Perform queries against connected dmart instance.</p></div>'),T=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Import</h3> <p class="text-gray-600">Import entries based on zip file.</p></div>'),B=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Export</h3> <p class="text-gray-600">Export entries as zip file.</p></div>'),L=i('<div class="container mx-auto p-8"><p class="text-2xl mb-5"> </p> <div class="grid grid-cols-1 md:grid-cols-3 gap-6"><!> <!> <!> <!> <!></div></div>');function et(u,g){O(g,!1);const a=()=>I(q,"$goto",_),[_,$]=F();a();let b="3412f820";P();var v=L(),p=e(v),y=e(p),w=n(p,2),m=e(w);d(m,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/info"),children:(s,c)=>{var t=N(),r=e(t),o=e(r);z(o,{class:"w-12 h-12 text-primary-600"}),l(s,t)},$$slots:{default:!0}});var x=n(m,2);d(x,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/events"),children:(s,c)=>{var t=R(),r=e(t),o=e(r);A(o,{class:"w-12 h-12 text-secondary-600"}),l(s,t)},$$slots:{default:!0}});var f=n(x,2);d(f,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/query"),children:(s,c)=>{var t=S(),r=e(t),o=e(r);D(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}});var h=n(f,2);d(h,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/import"),children:(s,c)=>{var t=T(),r=e(t),o=e(r);G(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}});var k=n(h,2);d(k,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/export"),children:(s,c)=>{var t=B(),r=e(t),o=e(r);M(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}}),C(()=>H(y,`HASH: ${b}`)),l(u,v),E(),$()}export{et as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as R,i as k,f,h as l,j as A,L as T,k as i,l as j,H as D,I as O,B as n,R as u,c as _,M as q,O as z,al as B,F,a6 as v,E as h}from"./svelte-B2XmcTi_.js";import{p as H}from"./@roxi-CGMFK4i8.js";import{R as d,D as I}from"./@edraj-CS4NwVbD.js";import{E as J}from"./EntryRenderer-
|
|
1
|
+
import{p as R,i as k,f,h as l,j as A,L as T,k as i,l as j,H as D,I as O,B as n,R as u,c as _,M as q,O as z,al as B,F,a6 as v,E as h}from"./svelte-B2XmcTi_.js";import{p as H}from"./@roxi-CGMFK4i8.js";import{R as d,D as I}from"./@edraj-CS4NwVbD.js";import{E as J}from"./EntryRenderer-Dl21Ysgp.js";import{T as L}from"./flowbite-svelte-BLvjb-sa.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./ListView-C_wRAfdT.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./tailwind-merge-CJvxXMcu.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./@floating-ui-BwwcF-xh.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-CaAQl5Gz.js";import"./Table2Cols-BsbwicQm.js";import"./axios-CG2WSiiR.js";import"./BreadCrumbLite-DAhOx38v.js";import"./plantuml-encoder-C47mzt9T.js";import"./tailwind-variants-Cj20BoQ3.js";var M=n('<p style="color: red"> </p>'),N=n('<div class="flex flex-col w-full"></div>'),P=n("<h4>We shouldn't be here ...</h4> <pre> </pre>",1);function rt(y,g){R(g,!1);const r=()=>T(H,"$params",b),[b,x]=D();k();var c=f(),$=l(c);{var w=o=>{var a=f(),s=l(a);O(s,()=>I.retrieveEntry({resource_type:d[r().resource_type],space_name:r().space_name,subpath:r().subpath.replaceAll("-","/"),shortname:r().shortname,retrieve_json_payload:!0,retrieve_attachments:!0,validate_schema:r().validate_schema!=="false"}),e=>{var t=N();z(t,4,()=>Array(5),B,(p,m)=>{L(p,{class:"m-5",size:"lg",style:"width: 100vw"})}),i(e,t)},(e,t)=>{{let p=q(()=>{var m;return(m=r().subpath)==null?void 0:m.replaceAll("-","/")});J(e,{get entry(){return _(t)},get resource_type(){return d[r().resource_type]},get space_name(){return r().space_name},get subpath(){return _(p)}})}},(e,t)=>{var p=M(),m=h(p);u(()=>v(m,_(t).message)),i(e,p)}),i(o,a)},E=o=>{var a=P(),s=F(l(a),2),e=h(s);u(t=>v(e,t),[()=>JSON.stringify(r())]),i(o,a)};A($,o=>{r().space_name&&r().subpath&&r().shortname?o(w):o(E,!1)})}i(y,c),j(),x()}export{rt as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as k,i as j,f as c,h as n,j as z,L as D,k as p,l as F,H as L,I as B,B as _,R as v,c as f,E as m,F as H,a6 as d}from"./svelte-B2XmcTi_.js";import{p as I}from"./@roxi-CGMFK4i8.js";import{R as h,D as J}from"./@edraj-CS4NwVbD.js";import{h as N}from"./flowbite-svelte-BLvjb-sa.js";import{E as O}from"./EntryRenderer-
|
|
1
|
+
import{p as k,i as j,f as c,h as n,j as z,L as D,k as p,l as F,H as L,I as B,B as _,R as v,c as f,E as m,F as H,a6 as d}from"./svelte-B2XmcTi_.js";import{p as I}from"./@roxi-CGMFK4i8.js";import{R as h,D as J}from"./@edraj-CS4NwVbD.js";import{h as N}from"./flowbite-svelte-BLvjb-sa.js";import{E as O}from"./EntryRenderer-Dl21Ysgp.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./ListView-C_wRAfdT.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-CaAQl5Gz.js";import"./Table2Cols-BsbwicQm.js";import"./axios-CG2WSiiR.js";import"./BreadCrumbLite-DAhOx38v.js";import"./plantuml-encoder-C47mzt9T.js";var P=_('<div class="alert alert-danger text-center m-5"><h4 class="alert-heading text-capitalize"> </h4></div>'),S=_('<div class="flex flex-col w-full"><!></div>'),T=_("<h4>For some reason ... params doesn't have the needed info</h4> <pre> </pre>",1);function Yr(u,g){k(g,!1);const e=()=>D(I,"$params",y),[y,x]=L();j();var l=c(),b=n(l);{var w=o=>{var a=c(),s=n(a);B(s,()=>J.retrieveEntry({resource_type:h.space,space_name:e().space_name,subpath:"__root__",shortname:e().space_name,retrieve_json_payload:!0,retrieve_attachments:!0,validate_schema:!0}),t=>{var r=S(),i=m(r);N(i,{class:"m-5",size:"lg",style:"width: 100vw"}),p(t,r)},(t,r)=>{O(t,{get entry(){return f(r)},get resource_type(){return h.space},get space_name(){return e().space_name},subpath:"/"})},(t,r)=>{var i=P(),R=m(i),$=m(R);v(()=>d($,f(r))),p(t,i)}),p(o,a)},E=o=>{var a=T(),s=H(n(a),2),t=m(s);v(r=>d(t,r),[()=>JSON.stringify(e(),null,2)]),p(o,a)};z(b,o=>{e().space_name?o(w):o(E,!1)})}p(u,l),F(),x()}export{Yr as default};
|
dmart/cxb/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/cxb/favicon.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>CXB</title>
|
|
8
|
-
<script type="module" crossorigin src="/cxb/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/cxb/assets/index-CaAQl5Gz.js"></script>
|
|
9
9
|
<link rel="modulepreload" crossorigin href="/cxb/assets/clsx-B-dksMZM.js">
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/cxb/assets/esm-env-rsSWfq8L.js">
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/cxb/assets/svelte-B2XmcTi_.js">
|
dmart/dmart.py
CHANGED
|
@@ -37,6 +37,7 @@ commands = """
|
|
|
37
37
|
help
|
|
38
38
|
version
|
|
39
39
|
info
|
|
40
|
+
init
|
|
40
41
|
"""
|
|
41
42
|
|
|
42
43
|
sentinel = object()
|
|
@@ -447,15 +448,13 @@ def main():
|
|
|
447
448
|
'default_space = "management"\n'
|
|
448
449
|
'pagination = 50\n'
|
|
449
450
|
)
|
|
450
|
-
|
|
451
|
-
# Try to populate from login_creds.sh
|
|
451
|
+
|
|
452
452
|
login_creds_path = Path.home() / ".dmart" / "login_creds.sh"
|
|
453
453
|
if login_creds_path.exists():
|
|
454
454
|
try:
|
|
455
455
|
with open(login_creds_path, "r") as f:
|
|
456
456
|
creds_content = f.read()
|
|
457
457
|
|
|
458
|
-
# Look for export SUPERMAN='{...}'
|
|
459
458
|
match = re.search(r"export SUPERMAN='(.*?)'", creds_content)
|
|
460
459
|
if match:
|
|
461
460
|
creds_json = match.group(1)
|
|
@@ -715,6 +714,22 @@ def main():
|
|
|
715
714
|
"tag": tag
|
|
716
715
|
}
|
|
717
716
|
print_formatted(data)
|
|
717
|
+
case "init":
|
|
718
|
+
sample_spaces_path = Path(__file__).resolve().parent / "sample" / "spaces"
|
|
719
|
+
if not sample_spaces_path.exists():
|
|
720
|
+
print("Error: Sample spaces not found in the package.")
|
|
721
|
+
sys.exit(1)
|
|
722
|
+
|
|
723
|
+
target_path = Path.home() / ".dmart" / "spaces"
|
|
724
|
+
|
|
725
|
+
try:
|
|
726
|
+
if target_path.exists():
|
|
727
|
+
shutil.rmtree(target_path)
|
|
728
|
+
shutil.copytree(sample_spaces_path, target_path)
|
|
729
|
+
print(f"Initialized sample spaces at {target_path}")
|
|
730
|
+
except Exception as e:
|
|
731
|
+
print(f"Error initializing sample spaces: {e}")
|
|
732
|
+
sys.exit(1)
|
|
718
733
|
|
|
719
734
|
if __name__ == "__main__":
|
|
720
735
|
main()
|
dmart/info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"branch": "pypi", "version": "
|
|
1
|
+
{"branch": "pypi", "version": "3412f820", "tag": "v1.4.0-80-g3412f820", "version_date": "'Wed Jan 21 13:42:29 2026 +0000'"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "1ef1131f-53f7-45d8-9565-4c884b1eac71",
|
|
3
|
+
"shortname": "applications",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"displayname": {
|
|
6
|
+
"en": "Applications"
|
|
7
|
+
},
|
|
8
|
+
"tags": [],
|
|
9
|
+
"created_at": "2023-04-09T12:55:00.899747",
|
|
10
|
+
"updated_at": "2023-04-09T12:55:00.906988",
|
|
11
|
+
"owner_shortname": "dmart",
|
|
12
|
+
"root_registration_signature": "",
|
|
13
|
+
"primary_website": "",
|
|
14
|
+
"indexing_enabled": true,
|
|
15
|
+
"capture_misses": false,
|
|
16
|
+
"check_health": false,
|
|
17
|
+
"languages": [
|
|
18
|
+
"english"
|
|
19
|
+
],
|
|
20
|
+
"icon": "",
|
|
21
|
+
"mirrors": [],
|
|
22
|
+
"hide_folders": [],
|
|
23
|
+
"hide_space": true,
|
|
24
|
+
"active_plugins": [
|
|
25
|
+
"action_log",
|
|
26
|
+
"redis_db_update",
|
|
27
|
+
"system_notification_sender"
|
|
28
|
+
],
|
|
29
|
+
"ordinal": 1
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "aacdb0b5-6828-4704-b324-277c7d55ee2d", "shortname": "api", "is_active": true, "displayname": {"en": "Api"}, "tags": [], "created_at": "2022-11-17T13:35:52.537017", "updated_at": "2023-04-09T14:14:31.976150", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "api.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "2a9ce86e-704b-4921-9cc9-9217b02813e8", "shortname": "query_all_applications", "is_active": true, "tags": [], "created_at": "2023-03-19T14:13:40.738590", "updated_at": "2023-03-19T14:13:40.738605", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_all_applications.json", "last_validated": "2023-05-04T22:55:48.508212", "validation_status": "valid"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "c8b9bfc9-bd59-49a3-99ee-adb7734c1f1e", "shortname": "warframe", "is_active": true, "tags": [], "created_at": "2023-03-19T19:44:31.224511", "updated_at": "2023-03-19T19:44:31.224514", "owner_shortname": "dmart", "payload": {"content_type": "image", "checksum": "0b804f29add4fa90f4aeabf4a6110bbd806540d4", "body": "warframe.png"}}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "43e753d4-b366-40c7-ae1b-cef61e74df2c", "shortname": "test_by_saad", "is_active": false, "tags": [], "created_at": "2023-01-15T11:03:05.649580", "updated_at": "2023-01-15T11:03:05.649630", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "test_by_saad.json", "last_validated": "2023-05-04T22:55:48.511531", "validation_status": "valid"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "96462d90-9539-4836-9e6b-cd725577c490", "shortname": "user_profile", "is_active": true, "tags": [], "created_at": "2022-11-25T12:04:01.147266", "updated_at": "2022-11-25T15:00:18.533086", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "user_profile.json", "last_validated": "2023-05-04T22:55:48.504602", "validation_status": "valid"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "9e2496b3-968d-4e94-a06e-3a200baa3371", "shortname": "create_log", "is_active": true, "tags": [], "created_at": "2023-03-20T08:46:26.282663", "updated_at": "2023-03-20T08:46:26.282678", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_log.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "981a6cdc-d11b-4084-978e-c328376d41bf", "shortname": "create_public_logs", "is_active": true, "tags": [], "created_at": "2023-03-20T08:52:04.943089", "updated_at": "2023-03-20T08:52:04.943105", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_public_logs.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "e6833aa1-5b45-4a61-839f-6803dd6992c4", "shortname": "applications", "is_active": true, "tags": [], "created_at": "2023-03-19T13:57:48.713045", "updated_at": "2023-03-19T13:57:48.713063", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "applications.json"}}
|
dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "2a9ce86e-704b-4921-9cc9-9217b02813e9", "shortname": "query_all_translated_data", "is_active": true, "tags": [], "created_at": "2023-03-19T14:13:40.738590", "updated_at": "2023-03-19T14:13:40.738605", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_all_translated_data.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "5eac4337-90d2-46e0-926e-50a776e0dedc", "shortname": "query_logs", "is_active": true, "tags": [], "created_at": "2023-03-20T08:50:54.826428", "updated_at": "2023-03-20T08:50:54.826444", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_logs.json"}}
|
dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "f110f6be-0ab6-4ae5-bf0c-bc6137ea9927", "shortname": "query_translated_enums", "is_active": true, "tags": [], "created_at": "2023-03-19T14:14:04.081672", "updated_at": "2023-03-19T14:14:04.081686", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_enums.json"}}
|
dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "0fd8e28b-ef1b-4692-936a-011c74a1eb97", "shortname": "query_translated_others", "is_active": true, "tags": [], "created_at": "2023-03-19T14:14:14.262534", "updated_at": "2023-03-19T14:14:14.262548", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_others.json"}}
|
dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "ea3a2f29-7f2e-4ab9-882e-a7e7424aa4af", "shortname": "query_translated_resolution", "is_active": true, "tags": [], "created_at": "2023-03-19T14:15:25.457660", "updated_at": "2023-03-19T14:15:25.457675", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_resolution.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/request", "verb": "post", "request_body": {"space_name": "applications", "request_type": "create", "records": [{"resource_type": "content", "subpath": "logs", "shortname": "auto", "attributes": {"is_active": true, "payload": {"schema_shortname": "log", "content_type": "json", "body": {"version": "11.1.1", "language": "arabic", "environment": "android", "attributes": {"test": "test"}, "error": {"error": "test"}, "context": {"error": "test"}, "user_agent": "7869202744", "ip_address": "12.272.27542", "request": {"headers": {}, "body": {}}, "response": {"headers": {}, "body": {}}}}}}]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "https://pos.iq.zain.com/dmart/public/submit/applications/log/logs", "verb": "post", "request_body": {"version": "11.1.1", "language": "arabic", "environment": "ios", "attributes": {"test": "test"}, "error": {"error": "test"}, "context": {"error": "test"}, "user_agent": "7869202744", "ip_address": "12.272.27542", "request": {"headers": {}, "body": {}}, "response": {"headers": {}, "body": {}}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/query", "verb": "post", "request_body": {"retrieve_json_payload": true, "search": "", "space_name": "applications", "type": "search", "resource_type": "content", "subpath": "/logs"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/enums", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/others", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/resolution_reasons", "filter_types": ["content"], "retrieve_json_payload": true, "search": ""}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"shortname_title": "applications", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["api"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "9fb6fcce-0159-4b75-8f18-c533d3c5f9c4", "shortname": "create_subaccount", "is_active": true, "tags": [], "created_at": "2023-03-19T16:00:11.120433", "updated_at": "2023-03-19T16:00:11.120449", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_subaccount.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "7339a05d-8d1e-4f37-8596-48ef6391439c", "shortname": "management", "is_active": true, "tags": [], "created_at": "2023-03-15T15:45:12.549934", "updated_at": "2023-03-15T15:45:12.549951", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "management.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "3d54354f-799f-4bce-acd4-6a7cef197831", "shortname": "update_password", "is_active": true, "tags": [], "created_at": "2023-03-20T09:59:19.836179", "updated_at": "2023-03-20T09:59:19.836194", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "update_password.json"}}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"end_point": "/managed/request",
|
|
3
|
+
"verb": "post",
|
|
4
|
+
"request_body": {
|
|
5
|
+
"space_name": "management",
|
|
6
|
+
"request_type": "create",
|
|
7
|
+
"records": [
|
|
8
|
+
{
|
|
9
|
+
"resource_type": "user",
|
|
10
|
+
"subpath": "/users",
|
|
11
|
+
"attributes": {
|
|
12
|
+
"roles": [
|
|
13
|
+
"zain_lite"
|
|
14
|
+
],
|
|
15
|
+
"groups": [],
|
|
16
|
+
"email": "testuser11@gmail.com",
|
|
17
|
+
"msisdn": "7896585700",
|
|
18
|
+
"language": "arabic",
|
|
19
|
+
"displayname": {
|
|
20
|
+
"en": "name",
|
|
21
|
+
"ar": "name",
|
|
22
|
+
"ku": "name"
|
|
23
|
+
},
|
|
24
|
+
"is_active": true,
|
|
25
|
+
"payload": {
|
|
26
|
+
"schema_shortname": "pos_profile",
|
|
27
|
+
"body": {
|
|
28
|
+
"nationality": "AZ",
|
|
29
|
+
"mothers_name": "test",
|
|
30
|
+
"date_of_birth": "1999-02-02",
|
|
31
|
+
"channel_shortname": "",
|
|
32
|
+
"registration_id": "5",
|
|
33
|
+
"address": {
|
|
34
|
+
"governorate": {
|
|
35
|
+
"name": "duhook",
|
|
36
|
+
"sector": ""
|
|
37
|
+
},
|
|
38
|
+
"line": "",
|
|
39
|
+
"longitude": 42.895254,
|
|
40
|
+
"latitude": 37.132294
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"content_type": "json"
|
|
44
|
+
},
|
|
45
|
+
"is_email_verified": true,
|
|
46
|
+
"is_msisdn_verified": true,
|
|
47
|
+
"password": ""
|
|
48
|
+
},
|
|
49
|
+
"shortname": "auto"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
}
|