@dxs-ts/eveli-ide 2.0.67 → 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/index.d.ts CHANGED
@@ -2861,6 +2861,38 @@ export declare const messages: {
2861
2861
  'fs.articleOrder.col.position': string;
2862
2862
  'fs.articleOrder.col.name': string;
2863
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;
2864
2896
  'fs.breadcrumb.tooltip.error': string;
2865
2897
  'fs.changesView.title': string;
2866
2898
  'fs.changesView.undo': string;
@@ -2878,7 +2910,6 @@ export declare const messages: {
2878
2910
  'fs.configOptions.optionKey.assignableMode.desc.none': string;
2879
2911
  'fs.direntComments.commentField.placeholder': string;
2880
2912
  'fs.direntCreate.nameField.placeholder': string;
2881
- 'fs.direntCreate.nameField.label': string;
2882
2913
  'fs.direntCreate.orderNumberField.placeholder': string;
2883
2914
  'fs.direntCreate.orderNumberField.label': string;
2884
2915
  'fs.direntCreate.descriptionField.placeholder': string;
@@ -2893,21 +2924,29 @@ export declare const messages: {
2893
2924
  'fs.dirent.article.sectionTitle.createNew': string;
2894
2925
  'fs.dirent.article.sectionTitle.edit': string;
2895
2926
  'fs.dirent.article.sectionTitle.sharing': string;
2896
- 'fs.dirent.article.nameField.label': string;
2927
+ 'fs.dirent.nameField.label': string;
2897
2928
  'fs.dirent.article.nameField.placeholder': string;
2898
2929
  'fs.dirent.article.orderNumberField.label': string;
2899
2930
  'fs.dirent.article.orderNumberField.placeholder': string;
2900
2931
  'fs.dirent.article.descriptionField.label': string;
2901
2932
  'fs.dirent.article.descriptionField.placeholder': string;
2902
- 'fs.dirent.article.configOptionsField.label': string;
2933
+ 'fs.dirent.configOptionsField.label': string;
2903
2934
  'fs.dirent.article.labelsField.label': string;
2904
2935
  'fs.dirent.article.labelsField.placeholder': string;
2905
2936
  'fs.dirent.article.commentsField.label': string;
2906
2937
  'fs.dirent.article.commentsField.placeholder': string;
2907
- 'fs.dirent.article.expandToggle.show': string;
2908
- 'fs.dirent.article.expandToggle.hide': string;
2938
+ 'fs.dirent.expandToggle.show': string;
2939
+ 'fs.dirent.expandToggle.hide': string;
2909
2940
  'fs.dirent.article.parentArticleField.label': string;
2910
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;
2911
2950
  'fs.dirent.link.sectionTitle.createNew': string;
2912
2951
  'fs.dirent.link.sectionTitle.edit': string;
2913
2952
  'fs.dirent.link.urlValueField.label': string;
@@ -2918,9 +2957,6 @@ export declare const messages: {
2918
2957
  'fs.dirent.link.labelField.sv.label': string;
2919
2958
  'fs.dirent.link.labelField.placeholder': string;
2920
2959
  'fs.dirent.link.articlesField.label': string;
2921
- 'fs.dirent.link.configOptionsField.label': string;
2922
- 'fs.dirent.link.expandToggle.show': string;
2923
- 'fs.dirent.link.expandToggle.hide': string;
2924
2960
  'fs.dirent.link.descriptionField.label': string;
2925
2961
  'fs.dirent.link.descriptionField.placeholder': string;
2926
2962
  'fs.dirent.phone.sectionTitle.createNew': string;
@@ -2933,9 +2969,6 @@ export declare const messages: {
2933
2969
  'fs.dirent.phone.labelField.sv.label': string;
2934
2970
  'fs.dirent.phone.labelField.placeholder': string;
2935
2971
  'fs.dirent.phone.articlesField.label': string;
2936
- 'fs.dirent.phone.configOptionsField.label': string;
2937
- 'fs.dirent.phone.expandToggle.show': string;
2938
- 'fs.dirent.phone.expandToggle.hide': string;
2939
2972
  'fs.dirent.phone.descriptionField.label': string;
2940
2973
  'fs.dirent.phone.descriptionField.placeholder': string;
2941
2974
  'fs.dirent.folder.sectionTitle.createNew': string;
@@ -2943,7 +2976,6 @@ export declare const messages: {
2943
2976
  'fs.dirent.folder.locationField.label': string;
2944
2977
  'fs.dirent.folder.locationField.root': string;
2945
2978
  'fs.dirent.folder.locationField.newFolder': string;
2946
- 'fs.dirent.folder.nameField.label': string;
2947
2979
  'fs.dirent.folder.nameField.placeholder': string;
2948
2980
  'fs.dirent.language.sectionTitle.createNew': string;
2949
2981
  'fs.dirent.language.sectionTitle.edit': string;
@@ -2952,12 +2984,9 @@ export declare const messages: {
2952
2984
  'fs.dirent.language.localeCodeField.placeholder': string;
2953
2985
  'fs.dirent.language.descriptionField.label': string;
2954
2986
  'fs.dirent.language.descriptionField.placeholder': string;
2955
- 'fs.dirent.language.configOptionsField.label': string;
2956
2987
  'fs.dirent.service.sectionTitle.createNew': string;
2957
2988
  'fs.dirent.service.sectionTitle.edit': string;
2958
- 'fs.dirent.service.nameField.label': string;
2959
2989
  'fs.dirent.service.nameField.placeholder': string;
2960
- 'fs.dirent.service.sectionTitle.dialobForm': string;
2961
2990
  'fs.dirent.service.dialobFormField.label': string;
2962
2991
  'fs.dirent.service.dialobTagField.label': string;
2963
2992
  'fs.dirent.service.flowField.label': string;
@@ -2966,14 +2995,11 @@ export declare const messages: {
2966
2995
  'fs.dirent.service.labelField.fi.label': string;
2967
2996
  'fs.dirent.service.labelField.sv.label': string;
2968
2997
  'fs.dirent.service.labelField.placeholder': string;
2969
- 'fs.dirent.service.expandToggle.show': string;
2970
- 'fs.dirent.service.expandToggle.hide': string;
2971
2998
  'fs.dirent.service.validityStartField.label': string;
2972
2999
  'fs.dirent.service.validityStartField.placeholder': string;
2973
3000
  'fs.dirent.service.validityEndField.label': string;
2974
3001
  'fs.dirent.service.validityEndField.placeholder': string;
2975
3002
  'fs.dirent.service.articlesField.label': string;
2976
- 'fs.dirent.service.configOptionsField.label': string;
2977
3003
  'fs.dirent.page.sectionTitle.createNew': string;
2978
3004
  'fs.dirent.page.sectionTitle.edit': string;
2979
3005
  'fs.dirent.page.localeField.label': string;
@@ -2982,10 +3008,8 @@ export declare const messages: {
2982
3008
  'fs.dirent.page.descriptionField.label': string;
2983
3009
  'fs.dirent.page.descriptionField.placeholder': string;
2984
3010
  'fs.dirent.page.parentField.label': string;
2985
- 'fs.dirent.page.configOptionsField.label': string;
2986
3011
  'fs.dirent.flow.sectionTitle.createNew': string;
2987
3012
  'fs.dirent.flow.sectionTitle.edit': string;
2988
- 'fs.dirent.flow.nameField.label': string;
2989
3013
  'fs.dirent.flow.nameField.placeholder': string;
2990
3014
  'fs.dirent.flow.contentField.label': string;
2991
3015
  'fs.dirent.dialob.sectionTitle.createNew': string;
@@ -2998,11 +3022,8 @@ export declare const messages: {
2998
3022
  'fs.dirent.dialob.labelsField.placeholder': string;
2999
3023
  'fs.dirent.dialob.descriptionField.label': string;
3000
3024
  'fs.dirent.dialob.descriptionField.placeholder': string;
3001
- 'fs.dirent.dialob.expandToggle.show': string;
3002
- 'fs.dirent.dialob.expandToggle.hide': string;
3003
3025
  'fs.dirent.printout.sectionTitle.createNew': string;
3004
3026
  'fs.dirent.printout.sectionTitle.edit': string;
3005
- 'fs.dirent.printout.nameField.label': string;
3006
3027
  'fs.dirent.printout.nameField.placeholder': string;
3007
3028
  'fs.dirent.printout.printoutServiceNameField.label': string;
3008
3029
  'fs.dirent.printout.printoutServiceNameField.placeholder': string;
@@ -3025,7 +3046,6 @@ export declare const messages: {
3025
3046
  'fs.dirent.flow_task.taskValueField.label': string;
3026
3047
  'fs.dirent.decision_table.sectionTitle.createNew': string;
3027
3048
  'fs.dirent.decision_table.sectionTitle.edit': string;
3028
- 'fs.dirent.decision_table.nameField.label': string;
3029
3049
  'fs.dirent.decision_table.nameField.placeholder': string;
3030
3050
  'fs.dirent.decision_table.nameAndHitpolicy.name': string;
3031
3051
  'fs.dirent.decision_table.nameAndHitpolicy.description': string;
@@ -3034,10 +3054,10 @@ export declare const messages: {
3034
3054
  'fs.dirent.decision_table.nameAndHitpolicy.hitPolicy.helper': string;
3035
3055
  'fs.dirent.deleteConfirmDialog.title': string;
3036
3056
  'fs.dirent.deleteConfirmDialog.content': string;
3037
- 'fs.direntCreate.configOption.devMode.description': string;
3038
- 'fs.direntCreate.configOption.disabledMode.description': string;
3039
- 'fs.direntCreate.configOption.anonymousMode.description': string;
3040
- 'fs.direntCreate.configOption.assignableMode.description': string;
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;
3041
3061
  'fs.direntTextField.required': string;
3042
3062
  'fs.direntCreate.printout.sectionTitle.createNew': string;
3043
3063
  'fs.direntCreate.printout.printoutServiceNameField.label': string;
@@ -3103,6 +3123,7 @@ export declare const messages: {
3103
3123
  'fs.direntMenu.menuItem.references': string;
3104
3124
  'fs.tabMenu.menuItem.close': string;
3105
3125
  'fs.tabMenu.menuItem.closeToTheRight': string;
3126
+ 'fs.tabMenu.menuItem.closeOthers': string;
3106
3127
  'fs.tabMenu.menuItem.closeAll': string;
3107
3128
  'fs.direntPermissions.message.readWrite': string;
3108
3129
  'fs.direntPermissionType.read': string;
@@ -3142,6 +3163,8 @@ export declare const messages: {
3142
3163
  'fs.main.chooseView.message': string;
3143
3164
  'fs.main.message.mainContent': string;
3144
3165
  'fs.main.tooltip.articleOrder': string;
3166
+ 'fs.main.tooltip.articleLocaleOverview': string;
3167
+ 'fs.main.tooltip.stats': string;
3145
3168
  'fs.main.tooltip.togglePanelCollapse': string;
3146
3169
  'fs.main.tooltip.togglePanelExpand': string;
3147
3170
  'fs.main.tooltip.properties': string;
@@ -6143,6 +6166,24 @@ declare class RootFileFetch_2 {
6143
6166
  }>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
6144
6167
  allTags: StencilApi.DialobTagAsset[];
6145
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
+ }>;
6146
6187
  } | {
6147
6188
  id: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType.GET";
6148
6189
  path: "worker/rest/api/assets/fs/dirents/$id/bodies/$bodyType";
@@ -7782,6 +7823,30 @@ declare module '@tanstack/react-router' {
7782
7823
  }
7783
7824
 
7784
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
+
7785
7850
  declare module '@tanstack/react-router' {
7786
7851
  interface FileRoutesByPath {
7787
7852
  '/': {
@@ -8102,30 +8167,6 @@ declare module '@mui/material' {
8102
8167
  }
8103
8168
 
8104
8169
 
8105
- declare module '@mui/material/Button' {
8106
- interface ButtonPropsVariantOverrides {
8107
- explorerInactive: true;
8108
- explorerActive: true;
8109
- }
8110
- }
8111
-
8112
-
8113
- declare module 'react' {
8114
- interface CSSProperties {
8115
- '--tree-view-text-color'?: string;
8116
- '--tree-view-color'?: string;
8117
- '--tree-view-bg-color'?: string;
8118
- '--tree-view-hover-color'?: string;
8119
- }
8120
- }
8121
-
8122
-
8123
- declare module '@mui/material' {
8124
- interface Components<Theme = unknown> extends EveliComponents<Theme> {
8125
- }
8126
- }
8127
-
8128
-
8129
8170
  declare module "@tanstack/react-table" {
8130
8171
  interface ColumnMeta<TData extends RowData, TValue> {
8131
8172
  enableSelection?: boolean;