@dxs-ts/eveli-ide 2.0.66 → 2.0.68
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 +220 -70
- package/dist/index.d.ts +166 -64
- package/dist/index.js +44830 -44014
- 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';
|
|
@@ -2860,6 +2861,38 @@ export declare const messages: {
|
|
|
2860
2861
|
'fs.articleOrder.col.position': string;
|
|
2861
2862
|
'fs.articleOrder.col.name': string;
|
|
2862
2863
|
'fs.articleOrder.col.description': string;
|
|
2864
|
+
'fs.articleLocaleOverview.title': string;
|
|
2865
|
+
'fs.articleLocaleOverview.col.article': string;
|
|
2866
|
+
'fs.articleLocaleOverview.col.article.desc': string;
|
|
2867
|
+
'fs.direntStats.title': string;
|
|
2868
|
+
'fs.direntStats.section.overview': string;
|
|
2869
|
+
'fs.direntStats.section.dangling': string;
|
|
2870
|
+
'fs.direntStats.section.disabled': string;
|
|
2871
|
+
'fs.direntStats.dangling.articles.desc': string;
|
|
2872
|
+
'fs.direntStats.dangling.workflows.desc': string;
|
|
2873
|
+
'fs.direntStats.dangling.links.desc': string;
|
|
2874
|
+
'fs.direntStats.dangling.flows.desc': string;
|
|
2875
|
+
'fs.direntStats.dangling.folders.desc': string;
|
|
2876
|
+
'fs.direntStats.dangling.flowTasks.desc': string;
|
|
2877
|
+
'fs.direntStats.dangling.decisionTables.desc': string;
|
|
2878
|
+
'fs.direntStats.dangling.forms.desc': string;
|
|
2879
|
+
'fs.direntStats.dangling.printouts.desc': string;
|
|
2880
|
+
'fs.direntStats.section.overview.assetType.ARTICLE': string;
|
|
2881
|
+
'fs.direntStats.section.overview.assetType.ARTICLE_LINK': string;
|
|
2882
|
+
'fs.direntStats.section.overview.assetType.ARTICLE_PAGE': string;
|
|
2883
|
+
'fs.direntStats.section.overview.assetType.ARTICLE_WORKFLOW': string;
|
|
2884
|
+
'fs.direntStats.section.overview.assetType.FLOW': string;
|
|
2885
|
+
'fs.direntStats.section.overview.assetType.FLOW_TASK': string;
|
|
2886
|
+
'fs.direntStats.section.overview.assetType.LOCALE': string;
|
|
2887
|
+
'fs.direntStats.section.overview.assetType.ARTICLE_TEMPLATE': string;
|
|
2888
|
+
'fs.direntStats.section.overview.assetType.DECISION_TABLE': string;
|
|
2889
|
+
'fs.direntStats.section.overview.assetType.DIALOB_FORM': string;
|
|
2890
|
+
'fs.direntStats.section.overview.assetType.PRINTOUT': string;
|
|
2891
|
+
'fs.direntStats.section.overview.assetType.PRINTOUT_PAGE': string;
|
|
2892
|
+
'fs.direntStats.section.overview.assetType.PRINTOUT_RESOURCE': string;
|
|
2893
|
+
'fs.direntStats.section.overview.assetType.DEPLOYMENT': string;
|
|
2894
|
+
'fs.direntStats.section.overview.assetType.FOLDER': string;
|
|
2895
|
+
'fs.direntStats.section.overview.assetType.UNKNOWN': string;
|
|
2863
2896
|
'fs.breadcrumb.tooltip.error': string;
|
|
2864
2897
|
'fs.changesView.title': string;
|
|
2865
2898
|
'fs.changesView.undo': string;
|
|
@@ -2877,7 +2910,6 @@ export declare const messages: {
|
|
|
2877
2910
|
'fs.configOptions.optionKey.assignableMode.desc.none': string;
|
|
2878
2911
|
'fs.direntComments.commentField.placeholder': string;
|
|
2879
2912
|
'fs.direntCreate.nameField.placeholder': string;
|
|
2880
|
-
'fs.direntCreate.nameField.label': string;
|
|
2881
2913
|
'fs.direntCreate.orderNumberField.placeholder': string;
|
|
2882
2914
|
'fs.direntCreate.orderNumberField.label': string;
|
|
2883
2915
|
'fs.direntCreate.descriptionField.placeholder': string;
|
|
@@ -2892,21 +2924,29 @@ export declare const messages: {
|
|
|
2892
2924
|
'fs.dirent.article.sectionTitle.createNew': string;
|
|
2893
2925
|
'fs.dirent.article.sectionTitle.edit': string;
|
|
2894
2926
|
'fs.dirent.article.sectionTitle.sharing': string;
|
|
2895
|
-
'fs.dirent.
|
|
2927
|
+
'fs.dirent.nameField.label': string;
|
|
2896
2928
|
'fs.dirent.article.nameField.placeholder': string;
|
|
2897
2929
|
'fs.dirent.article.orderNumberField.label': string;
|
|
2898
2930
|
'fs.dirent.article.orderNumberField.placeholder': string;
|
|
2899
2931
|
'fs.dirent.article.descriptionField.label': string;
|
|
2900
2932
|
'fs.dirent.article.descriptionField.placeholder': string;
|
|
2901
|
-
'fs.dirent.
|
|
2933
|
+
'fs.dirent.configOptionsField.label': string;
|
|
2902
2934
|
'fs.dirent.article.labelsField.label': string;
|
|
2903
2935
|
'fs.dirent.article.labelsField.placeholder': string;
|
|
2904
2936
|
'fs.dirent.article.commentsField.label': string;
|
|
2905
2937
|
'fs.dirent.article.commentsField.placeholder': string;
|
|
2906
|
-
'fs.dirent.
|
|
2907
|
-
'fs.dirent.
|
|
2938
|
+
'fs.dirent.expandToggle.show': string;
|
|
2939
|
+
'fs.dirent.expandToggle.hide': string;
|
|
2908
2940
|
'fs.dirent.article.parentArticleField.label': string;
|
|
2909
2941
|
'fs.dirent.article.parentArticleField.desc': string;
|
|
2942
|
+
'fs.dirent.link.contentTypeField.label': string;
|
|
2943
|
+
'fs.properties.propertyLabel.contentType': string;
|
|
2944
|
+
'fs.dirent.link.contentType.internal': string;
|
|
2945
|
+
'fs.dirent.link.contentType.internal.desc': string;
|
|
2946
|
+
'fs.dirent.link.contentType.external': string;
|
|
2947
|
+
'fs.dirent.link.contentType.external.desc': string;
|
|
2948
|
+
'fs.dirent.link.contentType.phone': string;
|
|
2949
|
+
'fs.dirent.link.contentType.phone.desc': string;
|
|
2910
2950
|
'fs.dirent.link.sectionTitle.createNew': string;
|
|
2911
2951
|
'fs.dirent.link.sectionTitle.edit': string;
|
|
2912
2952
|
'fs.dirent.link.urlValueField.label': string;
|
|
@@ -2917,9 +2957,6 @@ export declare const messages: {
|
|
|
2917
2957
|
'fs.dirent.link.labelField.sv.label': string;
|
|
2918
2958
|
'fs.dirent.link.labelField.placeholder': string;
|
|
2919
2959
|
'fs.dirent.link.articlesField.label': string;
|
|
2920
|
-
'fs.dirent.link.configOptionsField.label': string;
|
|
2921
|
-
'fs.dirent.link.expandToggle.show': string;
|
|
2922
|
-
'fs.dirent.link.expandToggle.hide': string;
|
|
2923
2960
|
'fs.dirent.link.descriptionField.label': string;
|
|
2924
2961
|
'fs.dirent.link.descriptionField.placeholder': string;
|
|
2925
2962
|
'fs.dirent.phone.sectionTitle.createNew': string;
|
|
@@ -2932,9 +2969,6 @@ export declare const messages: {
|
|
|
2932
2969
|
'fs.dirent.phone.labelField.sv.label': string;
|
|
2933
2970
|
'fs.dirent.phone.labelField.placeholder': string;
|
|
2934
2971
|
'fs.dirent.phone.articlesField.label': string;
|
|
2935
|
-
'fs.dirent.phone.configOptionsField.label': string;
|
|
2936
|
-
'fs.dirent.phone.expandToggle.show': string;
|
|
2937
|
-
'fs.dirent.phone.expandToggle.hide': string;
|
|
2938
2972
|
'fs.dirent.phone.descriptionField.label': string;
|
|
2939
2973
|
'fs.dirent.phone.descriptionField.placeholder': string;
|
|
2940
2974
|
'fs.dirent.folder.sectionTitle.createNew': string;
|
|
@@ -2942,7 +2976,6 @@ export declare const messages: {
|
|
|
2942
2976
|
'fs.dirent.folder.locationField.label': string;
|
|
2943
2977
|
'fs.dirent.folder.locationField.root': string;
|
|
2944
2978
|
'fs.dirent.folder.locationField.newFolder': string;
|
|
2945
|
-
'fs.dirent.folder.nameField.label': string;
|
|
2946
2979
|
'fs.dirent.folder.nameField.placeholder': string;
|
|
2947
2980
|
'fs.dirent.language.sectionTitle.createNew': string;
|
|
2948
2981
|
'fs.dirent.language.sectionTitle.edit': string;
|
|
@@ -2951,12 +2984,9 @@ export declare const messages: {
|
|
|
2951
2984
|
'fs.dirent.language.localeCodeField.placeholder': string;
|
|
2952
2985
|
'fs.dirent.language.descriptionField.label': string;
|
|
2953
2986
|
'fs.dirent.language.descriptionField.placeholder': string;
|
|
2954
|
-
'fs.dirent.language.configOptionsField.label': string;
|
|
2955
2987
|
'fs.dirent.service.sectionTitle.createNew': string;
|
|
2956
2988
|
'fs.dirent.service.sectionTitle.edit': string;
|
|
2957
|
-
'fs.dirent.service.nameField.label': string;
|
|
2958
2989
|
'fs.dirent.service.nameField.placeholder': string;
|
|
2959
|
-
'fs.dirent.service.sectionTitle.dialobForm': string;
|
|
2960
2990
|
'fs.dirent.service.dialobFormField.label': string;
|
|
2961
2991
|
'fs.dirent.service.dialobTagField.label': string;
|
|
2962
2992
|
'fs.dirent.service.flowField.label': string;
|
|
@@ -2965,14 +2995,11 @@ export declare const messages: {
|
|
|
2965
2995
|
'fs.dirent.service.labelField.fi.label': string;
|
|
2966
2996
|
'fs.dirent.service.labelField.sv.label': string;
|
|
2967
2997
|
'fs.dirent.service.labelField.placeholder': string;
|
|
2968
|
-
'fs.dirent.service.expandToggle.show': string;
|
|
2969
|
-
'fs.dirent.service.expandToggle.hide': string;
|
|
2970
2998
|
'fs.dirent.service.validityStartField.label': string;
|
|
2971
2999
|
'fs.dirent.service.validityStartField.placeholder': string;
|
|
2972
3000
|
'fs.dirent.service.validityEndField.label': string;
|
|
2973
3001
|
'fs.dirent.service.validityEndField.placeholder': string;
|
|
2974
3002
|
'fs.dirent.service.articlesField.label': string;
|
|
2975
|
-
'fs.dirent.service.configOptionsField.label': string;
|
|
2976
3003
|
'fs.dirent.page.sectionTitle.createNew': string;
|
|
2977
3004
|
'fs.dirent.page.sectionTitle.edit': string;
|
|
2978
3005
|
'fs.dirent.page.localeField.label': string;
|
|
@@ -2981,10 +3008,8 @@ export declare const messages: {
|
|
|
2981
3008
|
'fs.dirent.page.descriptionField.label': string;
|
|
2982
3009
|
'fs.dirent.page.descriptionField.placeholder': string;
|
|
2983
3010
|
'fs.dirent.page.parentField.label': string;
|
|
2984
|
-
'fs.dirent.page.configOptionsField.label': string;
|
|
2985
3011
|
'fs.dirent.flow.sectionTitle.createNew': string;
|
|
2986
3012
|
'fs.dirent.flow.sectionTitle.edit': string;
|
|
2987
|
-
'fs.dirent.flow.nameField.label': string;
|
|
2988
3013
|
'fs.dirent.flow.nameField.placeholder': string;
|
|
2989
3014
|
'fs.dirent.flow.contentField.label': string;
|
|
2990
3015
|
'fs.dirent.dialob.sectionTitle.createNew': string;
|
|
@@ -2997,11 +3022,8 @@ export declare const messages: {
|
|
|
2997
3022
|
'fs.dirent.dialob.labelsField.placeholder': string;
|
|
2998
3023
|
'fs.dirent.dialob.descriptionField.label': string;
|
|
2999
3024
|
'fs.dirent.dialob.descriptionField.placeholder': string;
|
|
3000
|
-
'fs.dirent.dialob.expandToggle.show': string;
|
|
3001
|
-
'fs.dirent.dialob.expandToggle.hide': string;
|
|
3002
3025
|
'fs.dirent.printout.sectionTitle.createNew': string;
|
|
3003
3026
|
'fs.dirent.printout.sectionTitle.edit': string;
|
|
3004
|
-
'fs.dirent.printout.nameField.label': string;
|
|
3005
3027
|
'fs.dirent.printout.nameField.placeholder': string;
|
|
3006
3028
|
'fs.dirent.printout.printoutServiceNameField.label': string;
|
|
3007
3029
|
'fs.dirent.printout.printoutServiceNameField.placeholder': string;
|
|
@@ -3017,12 +3039,25 @@ export declare const messages: {
|
|
|
3017
3039
|
'fs.dirent.template.printoutServiceIdField.label': string;
|
|
3018
3040
|
'fs.dirent.template.localeIdField.label': string;
|
|
3019
3041
|
'fs.dirent.template.contentField.label': string;
|
|
3042
|
+
'fs.dirent.flow_task.sectionTitle.createNew': string;
|
|
3043
|
+
'fs.dirent.flow_task.sectionTitle.edit': string;
|
|
3044
|
+
'fs.dirent.flow_task.taskNameField.label': string;
|
|
3045
|
+
'fs.dirent.flow_task.taskNameField.placeholder': string;
|
|
3046
|
+
'fs.dirent.flow_task.taskValueField.label': string;
|
|
3047
|
+
'fs.dirent.decision_table.sectionTitle.createNew': string;
|
|
3048
|
+
'fs.dirent.decision_table.sectionTitle.edit': string;
|
|
3049
|
+
'fs.dirent.decision_table.nameField.placeholder': string;
|
|
3050
|
+
'fs.dirent.decision_table.nameAndHitpolicy.name': string;
|
|
3051
|
+
'fs.dirent.decision_table.nameAndHitpolicy.description': string;
|
|
3052
|
+
'fs.dirent.decision_table.nameAndHitpolicy.description.placeholder': string;
|
|
3053
|
+
'fs.dirent.decision_table.nameAndHitpolicy.hitPolicy': string;
|
|
3054
|
+
'fs.dirent.decision_table.nameAndHitpolicy.hitPolicy.helper': string;
|
|
3020
3055
|
'fs.dirent.deleteConfirmDialog.title': string;
|
|
3021
3056
|
'fs.dirent.deleteConfirmDialog.content': string;
|
|
3022
|
-
'fs.
|
|
3023
|
-
'fs.
|
|
3024
|
-
'fs.
|
|
3025
|
-
'fs.
|
|
3057
|
+
'fs.dirent.configOption.DEV_MODE': string;
|
|
3058
|
+
'fs.dirent.configOption.DISABLED_MODE': string;
|
|
3059
|
+
'fs.dirent.configOption.ANONYMOUS_MODE': string;
|
|
3060
|
+
'fs.dirent.configOption.ASSIGNABLE_MODE': string;
|
|
3026
3061
|
'fs.direntTextField.required': string;
|
|
3027
3062
|
'fs.direntCreate.printout.sectionTitle.createNew': string;
|
|
3028
3063
|
'fs.direntCreate.printout.printoutServiceNameField.label': string;
|
|
@@ -3037,27 +3072,31 @@ export declare const messages: {
|
|
|
3037
3072
|
'fs.direntNew.title': string;
|
|
3038
3073
|
'fs.direntNew.type.folder': string;
|
|
3039
3074
|
'fs.direntNew.type.article': string;
|
|
3040
|
-
'fs.direntNew.type.
|
|
3041
|
-
'fs.direntNew.type.
|
|
3075
|
+
'fs.direntNew.type.article_workflow': string;
|
|
3076
|
+
'fs.direntNew.type.article_template': string;
|
|
3077
|
+
'fs.direntNew.type.article_page': string;
|
|
3078
|
+
'fs.direntNew.type.article_link': string;
|
|
3079
|
+
'fs.direntNew.type.dialob_form': string;
|
|
3042
3080
|
'fs.direntNew.type.flow': string;
|
|
3043
|
-
'fs.direntNew.type.
|
|
3044
|
-
'fs.direntNew.type.
|
|
3081
|
+
'fs.direntNew.type.flow_task': string;
|
|
3082
|
+
'fs.direntNew.type.decision_table': string;
|
|
3083
|
+
'fs.direntNew.type.locale': string;
|
|
3045
3084
|
'fs.direntNew.type.printout': string;
|
|
3046
3085
|
'fs.direntNew.type.image': string;
|
|
3047
|
-
'fs.direntNew.type.template': string;
|
|
3048
3086
|
'fs.direntNew.type.phone': string;
|
|
3049
|
-
'fs.direntNew.type.page': string;
|
|
3050
3087
|
'fs.tabs.new.folder': string;
|
|
3051
3088
|
'fs.tabs.new.article': string;
|
|
3052
|
-
'fs.tabs.new.
|
|
3053
|
-
'fs.tabs.new.
|
|
3089
|
+
'fs.tabs.new.article_workflow': string;
|
|
3090
|
+
'fs.tabs.new.article_template': string;
|
|
3091
|
+
'fs.tabs.new.article_link': string;
|
|
3092
|
+
'fs.tabs.new.article_page': string;
|
|
3093
|
+
'fs.tabs.new.dialob_form': string;
|
|
3054
3094
|
'fs.tabs.new.flow': string;
|
|
3055
|
-
'fs.tabs.new.
|
|
3056
|
-
'fs.tabs.new.
|
|
3095
|
+
'fs.tabs.new.flow_task': string;
|
|
3096
|
+
'fs.tabs.new.decision_table': string;
|
|
3097
|
+
'fs.tabs.new.locale': string;
|
|
3057
3098
|
'fs.tabs.new.printout': string;
|
|
3058
3099
|
'fs.tabs.new.image': string;
|
|
3059
|
-
'fs.tabs.new.template': string;
|
|
3060
|
-
'fs.tabs.new.page': string;
|
|
3061
3100
|
'fs.direntRename.title': string;
|
|
3062
3101
|
'fs.direntHistory.title': string;
|
|
3063
3102
|
'fs.direntHistory.tableHeader.user': string;
|
|
@@ -3084,6 +3123,7 @@ export declare const messages: {
|
|
|
3084
3123
|
'fs.direntMenu.menuItem.references': string;
|
|
3085
3124
|
'fs.tabMenu.menuItem.close': string;
|
|
3086
3125
|
'fs.tabMenu.menuItem.closeToTheRight': string;
|
|
3126
|
+
'fs.tabMenu.menuItem.closeOthers': string;
|
|
3087
3127
|
'fs.tabMenu.menuItem.closeAll': string;
|
|
3088
3128
|
'fs.direntPermissions.message.readWrite': string;
|
|
3089
3129
|
'fs.direntPermissionType.read': string;
|
|
@@ -3123,6 +3163,8 @@ export declare const messages: {
|
|
|
3123
3163
|
'fs.main.chooseView.message': string;
|
|
3124
3164
|
'fs.main.message.mainContent': string;
|
|
3125
3165
|
'fs.main.tooltip.articleOrder': string;
|
|
3166
|
+
'fs.main.tooltip.articleLocaleOverview': string;
|
|
3167
|
+
'fs.main.tooltip.stats': string;
|
|
3126
3168
|
'fs.main.tooltip.togglePanelCollapse': string;
|
|
3127
3169
|
'fs.main.tooltip.togglePanelExpand': string;
|
|
3128
3170
|
'fs.main.tooltip.properties': string;
|
|
@@ -6124,6 +6166,66 @@ declare class RootFileFetch_2 {
|
|
|
6124
6166
|
}>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
|
|
6125
6167
|
allTags: StencilApi.DialobTagAsset[];
|
|
6126
6168
|
}>;
|
|
6169
|
+
} | {
|
|
6170
|
+
id: "worker/rest/api/assets/fs/debugs.POST";
|
|
6171
|
+
path: "worker/rest/api/assets/fs/debugs";
|
|
6172
|
+
method: "POST";
|
|
6173
|
+
params: {};
|
|
6174
|
+
hook: HookImpl<"worker/rest/api/assets/fs/debugs.POST", Hook<{}, {
|
|
6175
|
+
debugDirent: (debug: {
|
|
6176
|
+
id: string;
|
|
6177
|
+
input?: string;
|
|
6178
|
+
inputCSV?: string;
|
|
6179
|
+
}) => Promise<Fs.DebugResponse>;
|
|
6180
|
+
}>, "worker/rest/api/assets/fs/debugs", "POST", {}, {}, {
|
|
6181
|
+
debugDirent: (debug: {
|
|
6182
|
+
id: string;
|
|
6183
|
+
input?: string;
|
|
6184
|
+
inputCSV?: string;
|
|
6185
|
+
}) => Promise<Fs.DebugResponse>;
|
|
6186
|
+
}>;
|
|
6187
|
+
} | {
|
|
6188
|
+
id: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType.GET";
|
|
6189
|
+
path: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType";
|
|
6190
|
+
method: "GET";
|
|
6191
|
+
params: {
|
|
6192
|
+
id: string;
|
|
6193
|
+
bodyType: string;
|
|
6194
|
+
};
|
|
6195
|
+
hook: HookImpl<"worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType.GET", Hook<{}, {
|
|
6196
|
+
getDirentBody: (id: string, bodyType: Fs.BodyType) => Promise<Fs.WorldFsBody>;
|
|
6197
|
+
}>, "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType", "GET", {
|
|
6198
|
+
id: string;
|
|
6199
|
+
bodyType: string;
|
|
6200
|
+
}, {}, {
|
|
6201
|
+
getDirentBody: (id: string, bodyType: Fs.BodyType) => Promise<Fs.WorldFsBody>;
|
|
6202
|
+
}>;
|
|
6203
|
+
} | {
|
|
6204
|
+
id: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes.POST";
|
|
6205
|
+
path: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes";
|
|
6206
|
+
method: "POST";
|
|
6207
|
+
params: {
|
|
6208
|
+
id: string;
|
|
6209
|
+
bodyType: string;
|
|
6210
|
+
};
|
|
6211
|
+
hook: HookImpl<"worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes.POST", Hook<{}, {
|
|
6212
|
+
applyTransientChanges: (change: Fs.WrenchAstBodyChange) => Promise<Fs.WorldFsBody>;
|
|
6213
|
+
}>, "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType/transient-changes", "POST", {
|
|
6214
|
+
id: string;
|
|
6215
|
+
bodyType: string;
|
|
6216
|
+
}, {}, {
|
|
6217
|
+
applyTransientChanges: (change: Fs.WrenchAstBodyChange) => Promise<Fs.WorldFsBody>;
|
|
6218
|
+
}>;
|
|
6219
|
+
} | {
|
|
6220
|
+
id: "worker/rest/api/assets/fs.GET";
|
|
6221
|
+
path: "worker/rest/api/assets/fs";
|
|
6222
|
+
method: "GET";
|
|
6223
|
+
params: {};
|
|
6224
|
+
hook: HookImpl<"worker/rest/api/assets/fs.GET", Hook<{}, {
|
|
6225
|
+
getDirents: () => Promise<Fs.DirentBase[]>;
|
|
6226
|
+
}>, "worker/rest/api/assets/fs", "GET", {}, {}, {
|
|
6227
|
+
getDirents: () => Promise<Fs.DirentBase[]>;
|
|
6228
|
+
}>;
|
|
6127
6229
|
} | {
|
|
6128
6230
|
id: "worker/rest/api/assets/migration.POST";
|
|
6129
6231
|
path: "worker/rest/api/assets/migration";
|
|
@@ -7168,7 +7270,7 @@ declare const SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute: Route<Route<Route
|
|
|
7168
7270
|
|
|
7169
7271
|
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
7272
|
|
|
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/",
|
|
7273
|
+
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
7274
|
|
|
7173
7275
|
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
7276
|
|
|
@@ -7721,6 +7823,30 @@ declare module '@tanstack/react-router' {
|
|
|
7721
7823
|
}
|
|
7722
7824
|
|
|
7723
7825
|
|
|
7826
|
+
declare module '@mui/material' {
|
|
7827
|
+
interface Components<Theme = unknown> extends EveliComponents<Theme> {
|
|
7828
|
+
}
|
|
7829
|
+
}
|
|
7830
|
+
|
|
7831
|
+
|
|
7832
|
+
declare module '@mui/material/Button' {
|
|
7833
|
+
interface ButtonPropsVariantOverrides {
|
|
7834
|
+
explorerInactive: true;
|
|
7835
|
+
explorerActive: true;
|
|
7836
|
+
}
|
|
7837
|
+
}
|
|
7838
|
+
|
|
7839
|
+
|
|
7840
|
+
declare module 'react' {
|
|
7841
|
+
interface CSSProperties {
|
|
7842
|
+
'--tree-view-text-color'?: string;
|
|
7843
|
+
'--tree-view-color'?: string;
|
|
7844
|
+
'--tree-view-bg-color'?: string;
|
|
7845
|
+
'--tree-view-hover-color'?: string;
|
|
7846
|
+
}
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7849
|
+
|
|
7724
7850
|
declare module '@tanstack/react-router' {
|
|
7725
7851
|
interface FileRoutesByPath {
|
|
7726
7852
|
'/': {
|
|
@@ -8041,30 +8167,6 @@ declare module '@mui/material' {
|
|
|
8041
8167
|
}
|
|
8042
8168
|
|
|
8043
8169
|
|
|
8044
|
-
declare module '@mui/material/Button' {
|
|
8045
|
-
interface ButtonPropsVariantOverrides {
|
|
8046
|
-
explorerInactive: true;
|
|
8047
|
-
explorerActive: true;
|
|
8048
|
-
}
|
|
8049
|
-
}
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
declare module 'react' {
|
|
8053
|
-
interface CSSProperties {
|
|
8054
|
-
'--tree-view-text-color'?: string;
|
|
8055
|
-
'--tree-view-color'?: string;
|
|
8056
|
-
'--tree-view-bg-color'?: string;
|
|
8057
|
-
'--tree-view-hover-color'?: string;
|
|
8058
|
-
}
|
|
8059
|
-
}
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
declare module '@mui/material' {
|
|
8063
|
-
interface Components<Theme = unknown> extends EveliComponents<Theme> {
|
|
8064
|
-
}
|
|
8065
|
-
}
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
8170
|
declare module "@tanstack/react-table" {
|
|
8069
8171
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
8070
8172
|
enableSelection?: boolean;
|