mtxuilib 0.0.447 → 0.0.449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/consts.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare const ExtKey_Hostname = "host";
|
|
|
14
14
|
export declare const ExtKey_mtmaccessToken = "access_token";
|
|
15
15
|
export declare const ExtKey_mtmbackend = "mtmbackend";
|
|
16
16
|
export declare const ExtKey_SelfBackend = "selfbackend";
|
|
17
|
+
export declare const ExtKey_CookieHeadValue = "ExtKey_CookieHeadValue";
|
|
17
18
|
export declare const ItemAction_list_new_item = "list_new_item";
|
|
18
19
|
export declare const Listview_list_filter = "Listview_list_filter";
|
|
19
20
|
export declare const ActionEdit = "edit";
|
package/dist/esm/consts.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const t="mtm-site-id",e="DEBUG",o="mtm-site-hostname",s="mtm_token33",c=3,n="Mtm-Host",_="Mtm-Api",r="site-host",
|
|
1
|
+
const t="mtm-site-id",e="DEBUG",o="mtm-site-hostname",s="mtm_token33",c=3,n="Mtm-Host",_="Mtm-Api",r="site-host",x="mtm:serverUrl",i="mtm:selfbackendUrl",E=3,p="back",m="host",a="access_token",A="mtmbackend",M="selfbackend",l="ExtKey_CookieHeadValue",I="list_new_item",d="Listview_list_filter",C="edit",T="delete",K="create",O="fetchNextPage",R="refetch",L=12,k="/images/404.jpg",S="admin",f="member",N="/api.v1/trpc";export{S as ADMIN_ROLE,K as ActionCreate,T as ActionDelete,C as ActionEdit,O as ActionFetchNextPage,R as ActionRefetch,e as COOKIE_IS_DEBUG,t as COOKIE_MTM_SITE_ID,r as Cookie_Site_Host,E as DEFAULT_revalidate_SECONDS,l as ExtKey_CookieHeadValue,m as ExtKey_Hostname,M as ExtKey_SelfBackend,a as ExtKey_mtmaccessToken,A as ExtKey_mtmbackend,_ as HeaderMtmApi,n as HeaderMtmHost,k as ImageNoExist,I as ItemAction_list_new_item,p as LOGIN_CALLBACK_URL_KEY,L as ListView_DefaultPageSize,d as Listview_list_filter,f as MEMBER_ROLE,i as MTM_SERVER_COOKIE_ACTIVATE_SELFBACKEND_URL,x as MTM_SERVER_COOKIE_ACTIVATE_URL,o as MTM_SITE_HOSTNAME,s as MtM_TOKEN_NAME,N as TRPC_API_PREFIX,c as fetchMaxRetry};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{jsx as
|
|
1
|
+
"use client";import{jsx as i}from"react/jsx-runtime";import{GomtmProvider as o}from"gomtm/providers/GomtmProvider";import{atom as r}from"jotai";const l=r([]),p=r(null);function c(t){const{children:n,initExtKv:e}=t;return i(o,{initExtKv:e,children:n})}export{c as MtAppProvider,p as editParamAtom,l as userAdvanceMenusAtom};
|