@dxs-ts/eveli-ide 0.0.304 → 0.0.306

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/build/api-tenant-config/TenantConfigContext.d.ts +3 -0
  2. package/build/{cssMode-CycieRAD.js → cssMode-DdXDVmy1.js} +1 -1
  3. package/build/eveli-fetch/createFileFetch.d.ts +28 -0
  4. package/build/fetch/worker.rest.api.assets.dialob.fill.$sessionId.get.d.ts +7 -0
  5. package/build/fetch/worker.rest.api.assets.dialob.fill.$sessionId.post.d.ts +7 -0
  6. package/build/fetchTree.gen.d.ts +32 -0
  7. package/build/{freemarker2-Bzu_f8M3.js → freemarker2-CYA01RQ0.js} +1 -1
  8. package/build/{handlebars-Bg4dT1ae.js → handlebars-DfNgkQp9.js} +1 -1
  9. package/build/{html-BidtvQGb.js → html-oAJKrYDB.js} +1 -1
  10. package/build/{htmlMode-XwTUlVIT.js → htmlMode-CmCQW2DS.js} +1 -1
  11. package/build/{index-DV8qkVQg.js → index-EpCzIXT9.js} +245036 -243399
  12. package/build/index.js +1 -1
  13. package/build/{javascript-BmS_yIvH.js → javascript-73VN15FP.js} +1 -1
  14. package/build/{jsonMode-DCvMonR0.js → jsonMode-BYwyo7th.js} +1 -1
  15. package/build/{liquid-QtJyiO8V.js → liquid-BWXYt3Jn.js} +1 -1
  16. package/build/{mdx-CqIPKeAT.js → mdx-Dq4YavvZ.js} +1 -1
  17. package/build/{python-a9fyg5eB.js → python-C9eFoEi7.js} +1 -1
  18. package/build/{razor-EhyqEH1f.js → razor-BfXMaBz7.js} +1 -1
  19. package/build/routeTree.gen.d.ts +16 -3
  20. package/build/routes/secured.$locale.assets.forms.$formId.d.ts +1 -0
  21. package/build/style.css +1 -1
  22. package/build/{tsMode-ChoVPaet.js → tsMode-nnCfXGtG.js} +1 -1
  23. package/build/{typescript-hz6gF80-.js → typescript-C-7fmjlG.js} +1 -1
  24. package/build/{xml-CC_jPkB_.js → xml-C0i-GhGS.js} +1 -1
  25. package/build/{yaml-CPR3JdeS.js → yaml-Df8COsAx.js} +1 -1
  26. package/package.json +3 -3
@@ -1,11 +1,14 @@
1
1
  import { default as React, PropsWithChildren } from 'react';
2
+ import { ThemeOptions } from '@mui/material';
2
3
  export interface TenantConfig {
3
4
  features: TenantFeature[];
5
+ gamutThemeOptions: ThemeOptions;
4
6
  }
5
7
  export type TenantFeature = ('wrench-only' | "wrench-disabled" | "stencil-disabled" | "external-deployment" | 'queues-visually-disabled' | 'feedback-visually-disabled' | 'stencil_locale_filter' | 'eveli_publication_only' | 'visual_accommodation');
6
8
  export interface TenantConfigContextProviderProps {
7
9
  disabled?: boolean;
8
10
  features?: TenantFeature[] | undefined;
11
+ gamutThemeOptions?: ThemeOptions | undefined;
9
12
  }
10
13
  export declare const TenantConfigContext: React.Context<TenantConfig>;
11
14
  export declare const TenantConfigContextProvider: React.FC<PropsWithChildren<TenantConfigContextProviderProps>>;
@@ -1,4 +1,4 @@
1
- import { m as et } from "./index-DV8qkVQg.js";
1
+ import { m as et } from "./index-EpCzIXT9.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -136,6 +136,34 @@ export declare class RootFileFetch {
136
136
  }>, "worker/rest/api/assets/deployments", "POST", {}, {}, {
137
137
  saveDeployment: (init: import("..").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
138
138
  }>;
139
+ } | {
140
+ id: "worker/rest/api/assets/dialob/fill/$sessionId.GET";
141
+ path: "worker/rest/api/assets/dialob/fill/$sessionId";
142
+ method: "GET";
143
+ params: {
144
+ sessionId: string;
145
+ };
146
+ hook: HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.GET", Hook<{}, {
147
+ getDialobSession: (sessionId: string) => Promise<Response>;
148
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "GET", {
149
+ sessionId: string;
150
+ }, {}, {
151
+ getDialobSession: (sessionId: string) => Promise<Response>;
152
+ }>;
153
+ } | {
154
+ id: "worker/rest/api/assets/dialob/fill/$sessionId.POST";
155
+ path: "worker/rest/api/assets/dialob/fill/$sessionId";
156
+ method: "POST";
157
+ params: {
158
+ sessionId: string;
159
+ };
160
+ hook: HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.POST", Hook<{}, {
161
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
162
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "POST", {
163
+ sessionId: string;
164
+ }, {}, {
165
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
166
+ }>;
139
167
  } | {
140
168
  id: "worker/rest/api/assets/dialob.GET";
141
169
  path: "worker/rest/api/assets/dialob";
@@ -0,0 +1,7 @@
1
+ export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.GET", import('../eveli-fetch').Hook<{}, {
2
+ getDialobSession: (sessionId: string) => Promise<Response>;
3
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "GET", {
4
+ sessionId: string;
5
+ }, {}, {
6
+ getDialobSession: (sessionId: string) => Promise<Response>;
7
+ }>;
@@ -0,0 +1,7 @@
1
+ export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.POST", import('../eveli-fetch').Hook<{}, {
2
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
3
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "POST", {
4
+ sessionId: string;
5
+ }, {}, {
6
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
7
+ }>;
@@ -68,6 +68,20 @@ declare const workerRestApiAssetsDeploymentsPOSTRoute: import('./eveli-fetch').H
68
68
  }>, "worker/rest/api/assets/deployments", "POST", {}, {}, {
69
69
  saveDeployment: (init: import("./index.ts").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
70
70
  }>;
71
+ declare const workerRestApiAssetsDialobFillSessionIdGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.GET", import('./eveli-fetch').Hook<{}, {
72
+ getDialobSession: (sessionId: string) => Promise<Response>;
73
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "GET", {
74
+ sessionId: string;
75
+ }, {}, {
76
+ getDialobSession: (sessionId: string) => Promise<Response>;
77
+ }>;
78
+ declare const workerRestApiAssetsDialobFillSessionIdPOSTRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/dialob/fill/$sessionId.POST", import('./eveli-fetch').Hook<{}, {
79
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
80
+ }>, "worker/rest/api/assets/dialob/fill/$sessionId", "POST", {
81
+ sessionId: string;
82
+ }, {}, {
83
+ saveDialobSession: (sessionId: string, actions: any[], rev: number) => Promise<Response>;
84
+ }>;
71
85
  declare const workerRestApiAssetsDialobGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/dialob.GET", import('./eveli-fetch').Hook<{}, {
72
86
  dialobForms: import('./fetch/worker.rest.api.assets.dialob.get.ts').DialobFormEntry[] | undefined;
73
87
  refresh: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('./fetch/worker.rest.api.assets.dialob.get.ts').DialobFormEntry[], Error>>;
@@ -527,6 +541,24 @@ declare module './eveli-fetch' {
527
541
  params: {};
528
542
  hook: typeof workerRestApiAssetsDeploymentsPOSTRoute;
529
543
  };
544
+ 'worker/rest/api/assets/dialob/fill/$sessionId.GET': {
545
+ id: 'worker/rest/api/assets/dialob/fill/$sessionId.GET';
546
+ path: 'worker/rest/api/assets/dialob/fill/$sessionId';
547
+ method: 'GET';
548
+ params: {
549
+ sessionId: string;
550
+ };
551
+ hook: typeof workerRestApiAssetsDialobFillSessionIdGETRoute;
552
+ };
553
+ 'worker/rest/api/assets/dialob/fill/$sessionId.POST': {
554
+ id: 'worker/rest/api/assets/dialob/fill/$sessionId.POST';
555
+ path: 'worker/rest/api/assets/dialob/fill/$sessionId';
556
+ method: 'POST';
557
+ params: {
558
+ sessionId: string;
559
+ };
560
+ hook: typeof workerRestApiAssetsDialobFillSessionIdPOSTRoute;
561
+ };
530
562
  'worker/rest/api/assets/dialob.GET': {
531
563
  id: 'worker/rest/api/assets/dialob.GET';
532
564
  path: 'worker/rest/api/assets/dialob';
@@ -1,4 +1,4 @@
1
- import { m as f } from "./index-DV8qkVQg.js";
1
+ import { m as f } from "./index-EpCzIXT9.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as l } from "./index-DV8qkVQg.js";
1
+ import { m as l } from "./index-EpCzIXT9.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as s } from "./index-DV8qkVQg.js";
1
+ import { m as s } from "./index-EpCzIXT9.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as lt } from "./index-DV8qkVQg.js";
1
+ import { m as lt } from "./index-EpCzIXT9.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)