@dxs-ts/eveli-ide 2.0.66 → 2.0.67
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/gitlog.json +899 -65
- package/dist/index.d.ts +74 -13
- package/dist/index.js +41979 -42111
- package/dist/trace.json +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { DialobForm } from '../eveli-api/fetch/worker.rest.api.assets.dialob.get
|
|
|
11
11
|
import { DialobFormEntry } from '../eveli-api/fetch/worker.rest.api.assets.dialob.get';
|
|
12
12
|
import { FetchParams } from './index.ts';
|
|
13
13
|
import { FormLabelOwnProps } from '@mui/material';
|
|
14
|
+
import { FsRouteSearchParams } from '../fs-nav/index.ts';
|
|
14
15
|
import { HTMLAttributes } from 'react';
|
|
15
16
|
import { InputLabelOwnProps } from '@mui/material';
|
|
16
17
|
import { Interpolation } from '@mui/material';
|
|
@@ -3017,6 +3018,20 @@ export declare const messages: {
|
|
|
3017
3018
|
'fs.dirent.template.printoutServiceIdField.label': string;
|
|
3018
3019
|
'fs.dirent.template.localeIdField.label': string;
|
|
3019
3020
|
'fs.dirent.template.contentField.label': string;
|
|
3021
|
+
'fs.dirent.flow_task.sectionTitle.createNew': string;
|
|
3022
|
+
'fs.dirent.flow_task.sectionTitle.edit': string;
|
|
3023
|
+
'fs.dirent.flow_task.taskNameField.label': string;
|
|
3024
|
+
'fs.dirent.flow_task.taskNameField.placeholder': string;
|
|
3025
|
+
'fs.dirent.flow_task.taskValueField.label': string;
|
|
3026
|
+
'fs.dirent.decision_table.sectionTitle.createNew': string;
|
|
3027
|
+
'fs.dirent.decision_table.sectionTitle.edit': string;
|
|
3028
|
+
'fs.dirent.decision_table.nameField.label': string;
|
|
3029
|
+
'fs.dirent.decision_table.nameField.placeholder': string;
|
|
3030
|
+
'fs.dirent.decision_table.nameAndHitpolicy.name': string;
|
|
3031
|
+
'fs.dirent.decision_table.nameAndHitpolicy.description': string;
|
|
3032
|
+
'fs.dirent.decision_table.nameAndHitpolicy.description.placeholder': string;
|
|
3033
|
+
'fs.dirent.decision_table.nameAndHitpolicy.hitPolicy': string;
|
|
3034
|
+
'fs.dirent.decision_table.nameAndHitpolicy.hitPolicy.helper': string;
|
|
3020
3035
|
'fs.dirent.deleteConfirmDialog.title': string;
|
|
3021
3036
|
'fs.dirent.deleteConfirmDialog.content': string;
|
|
3022
3037
|
'fs.direntCreate.configOption.devMode.description': string;
|
|
@@ -3037,27 +3052,31 @@ export declare const messages: {
|
|
|
3037
3052
|
'fs.direntNew.title': string;
|
|
3038
3053
|
'fs.direntNew.type.folder': string;
|
|
3039
3054
|
'fs.direntNew.type.article': string;
|
|
3040
|
-
'fs.direntNew.type.
|
|
3041
|
-
'fs.direntNew.type.
|
|
3055
|
+
'fs.direntNew.type.article_workflow': string;
|
|
3056
|
+
'fs.direntNew.type.article_template': string;
|
|
3057
|
+
'fs.direntNew.type.article_page': string;
|
|
3058
|
+
'fs.direntNew.type.article_link': string;
|
|
3059
|
+
'fs.direntNew.type.dialob_form': string;
|
|
3042
3060
|
'fs.direntNew.type.flow': string;
|
|
3043
|
-
'fs.direntNew.type.
|
|
3044
|
-
'fs.direntNew.type.
|
|
3061
|
+
'fs.direntNew.type.flow_task': string;
|
|
3062
|
+
'fs.direntNew.type.decision_table': string;
|
|
3063
|
+
'fs.direntNew.type.locale': string;
|
|
3045
3064
|
'fs.direntNew.type.printout': string;
|
|
3046
3065
|
'fs.direntNew.type.image': string;
|
|
3047
|
-
'fs.direntNew.type.template': string;
|
|
3048
3066
|
'fs.direntNew.type.phone': string;
|
|
3049
|
-
'fs.direntNew.type.page': string;
|
|
3050
3067
|
'fs.tabs.new.folder': string;
|
|
3051
3068
|
'fs.tabs.new.article': string;
|
|
3052
|
-
'fs.tabs.new.
|
|
3053
|
-
'fs.tabs.new.
|
|
3069
|
+
'fs.tabs.new.article_workflow': string;
|
|
3070
|
+
'fs.tabs.new.article_template': string;
|
|
3071
|
+
'fs.tabs.new.article_link': string;
|
|
3072
|
+
'fs.tabs.new.article_page': string;
|
|
3073
|
+
'fs.tabs.new.dialob_form': string;
|
|
3054
3074
|
'fs.tabs.new.flow': string;
|
|
3055
|
-
'fs.tabs.new.
|
|
3056
|
-
'fs.tabs.new.
|
|
3075
|
+
'fs.tabs.new.flow_task': string;
|
|
3076
|
+
'fs.tabs.new.decision_table': string;
|
|
3077
|
+
'fs.tabs.new.locale': string;
|
|
3057
3078
|
'fs.tabs.new.printout': string;
|
|
3058
3079
|
'fs.tabs.new.image': string;
|
|
3059
|
-
'fs.tabs.new.template': string;
|
|
3060
|
-
'fs.tabs.new.page': string;
|
|
3061
3080
|
'fs.direntRename.title': string;
|
|
3062
3081
|
'fs.direntHistory.title': string;
|
|
3063
3082
|
'fs.direntHistory.tableHeader.user': string;
|
|
@@ -6124,6 +6143,48 @@ declare class RootFileFetch_2 {
|
|
|
6124
6143
|
}>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
|
|
6125
6144
|
allTags: StencilApi.DialobTagAsset[];
|
|
6126
6145
|
}>;
|
|
6146
|
+
} | {
|
|
6147
|
+
id: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType.GET";
|
|
6148
|
+
path: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType";
|
|
6149
|
+
method: "GET";
|
|
6150
|
+
params: {
|
|
6151
|
+
id: string;
|
|
6152
|
+
bodyType: string;
|
|
6153
|
+
};
|
|
6154
|
+
hook: HookImpl<"worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType.GET", Hook<{}, {
|
|
6155
|
+
getDirentBody: (id: string, bodyType: Fs.BodyType) => Promise<Fs.WorldFsBody>;
|
|
6156
|
+
}>, "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType", "GET", {
|
|
6157
|
+
id: string;
|
|
6158
|
+
bodyType: string;
|
|
6159
|
+
}, {}, {
|
|
6160
|
+
getDirentBody: (id: string, bodyType: Fs.BodyType) => Promise<Fs.WorldFsBody>;
|
|
6161
|
+
}>;
|
|
6162
|
+
} | {
|
|
6163
|
+
id: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes.POST";
|
|
6164
|
+
path: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes";
|
|
6165
|
+
method: "POST";
|
|
6166
|
+
params: {
|
|
6167
|
+
id: string;
|
|
6168
|
+
bodyType: string;
|
|
6169
|
+
};
|
|
6170
|
+
hook: HookImpl<"worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes.POST", Hook<{}, {
|
|
6171
|
+
applyTransientChanges: (change: Fs.WrenchAstBodyChange) => Promise<Fs.WorldFsBody>;
|
|
6172
|
+
}>, "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes", "POST", {
|
|
6173
|
+
id: string;
|
|
6174
|
+
bodyType: string;
|
|
6175
|
+
}, {}, {
|
|
6176
|
+
applyTransientChanges: (change: Fs.WrenchAstBodyChange) => Promise<Fs.WorldFsBody>;
|
|
6177
|
+
}>;
|
|
6178
|
+
} | {
|
|
6179
|
+
id: "worker/rest/api/assets/fs.GET";
|
|
6180
|
+
path: "worker/rest/api/assets/fs";
|
|
6181
|
+
method: "GET";
|
|
6182
|
+
params: {};
|
|
6183
|
+
hook: HookImpl<"worker/rest/api/assets/fs.GET", Hook<{}, {
|
|
6184
|
+
getDirents: () => Promise<Fs.DirentBase[]>;
|
|
6185
|
+
}>, "worker/rest/api/assets/fs", "GET", {}, {}, {
|
|
6186
|
+
getDirents: () => Promise<Fs.DirentBase[]>;
|
|
6187
|
+
}>;
|
|
6127
6188
|
} | {
|
|
6128
6189
|
id: "worker/rest/api/assets/migration.POST";
|
|
6129
6190
|
path: "worker/rest/api/assets/migration";
|
|
@@ -7168,7 +7229,7 @@ declare const SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute: Route<Route<Route
|
|
|
7168
7229
|
|
|
7169
7230
|
declare const SecuredLocaleWorkerFeedbackIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/feedback", "/secured/$locale/worker/feedback", "/secured/$locale/worker/feedback/", "/secured/$locale/worker/feedback/", undefined, ResolveParams<"/feedback">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
|
|
7170
7231
|
|
|
7171
|
-
declare const SecuredLocaleWorkerFilesystemIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/filesystem", "/secured/$locale/worker/filesystem", "/secured/$locale/worker/filesystem/", "/secured/$locale/worker/filesystem/",
|
|
7232
|
+
declare const SecuredLocaleWorkerFilesystemIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/filesystem", "/secured/$locale/worker/filesystem", "/secured/$locale/worker/filesystem/", "/secured/$locale/worker/filesystem/", (search: Record<string, unknown>) => FsRouteSearchParams, ResolveParams<"/filesystem">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
|
|
7172
7233
|
|
|
7173
7234
|
declare const SecuredLocaleWorkerHelpIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/help", "/secured/$locale/worker/help", "/secured/$locale/worker/help/", "/secured/$locale/worker/help/", undefined, ResolveParams<"/help">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
|
|
7174
7235
|
|