@dxs-ts/eveli-ide 2.0.70 → 2.0.71

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "libraryName": "@dxs-ts/eveli-ide",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "generatedFiles": [
5
5
  {
6
6
  "name": "index.css",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "name": "index.js",
15
- "size": 4549658
15
+ "size": 4549708
16
16
  }
17
17
  ],
18
18
  "internalDependencies": [
@@ -85,23 +85,63 @@
85
85
  },
86
86
  "moduleLogs": [
87
87
  {
88
- "hash": "19cc4f5a9b42f2046ff9e86bc8495df380d1372d",
89
- "date": "2026-05-25 22:09:41 +0300",
90
- "author": "jocelyn.mutso",
91
- "comment": "#747 fake label to note",
92
- "issueId": "747",
88
+ "hash": "e783a22cb52d123a22f600c4d4755bf7b47da722",
89
+ "date": "2026-05-27 10:08:08 +0300",
90
+ "author": "Olev Mutso",
91
+ "comment": "Update next-release.version",
92
+ "issueId": "",
93
93
  "modules": [
94
- "@dxs-ts/gamut-form"
94
+ "backend"
95
+ ]
96
+ },
97
+ {
98
+ "hash": "77107341ea6823fe540e6dabe1d662e4f92c7868",
99
+ "date": "2026-05-27 10:06:41 +0300",
100
+ "author": "Olev Mutso",
101
+ "comment": "dt debug, broken data in dt",
102
+ "issueId": "",
103
+ "modules": [
104
+ "@dxs-ts/wrench-routes",
105
+ "backend"
106
+ ]
107
+ },
108
+ {
109
+ "hash": "9bffad4684b80496b7059173067f8a77beab7790",
110
+ "date": "2026-05-27 09:43:24 +0300",
111
+ "author": "Olev Mutso",
112
+ "comment": "Update next-release.version",
113
+ "issueId": "",
114
+ "modules": [
115
+ "backend"
116
+ ]
117
+ },
118
+ {
119
+ "hash": "22cbed722b145e60933f9a7b8f77ad8c96c72fa7",
120
+ "date": "2026-05-27 09:35:04 +0300",
121
+ "author": "Olev Mutso",
122
+ "comment": "DT create failed",
123
+ "issueId": "",
124
+ "modules": [
125
+ "backend"
126
+ ]
127
+ },
128
+ {
129
+ "hash": "2f9468f14807805e56ea80e77544d3d68c5c4f25",
130
+ "date": "2026-05-27 08:21:32 +0300",
131
+ "author": "vahurkrouverk",
132
+ "comment": "Issue #750 processing value sets after table to find valueset header id by column name (#753)",
133
+ "issueId": "750",
134
+ "modules": [
135
+ "backend"
95
136
  ]
96
137
  },
97
138
  {
98
- "hash": "0ec75c0164b8a7260b5dbaa96462868ff87f70ee",
99
- "date": "2026-05-23 09:23:44 +0300",
100
- "author": "jocelyn.mutso",
101
- "comment": "#672 edit article page",
102
- "issueId": "672",
139
+ "hash": "72ef7e6bfd35e2f7628f4338ab3813beaf5ee1f5",
140
+ "date": "2026-05-26 11:40:44 +0300",
141
+ "author": "Vahur Krouverk",
142
+ "comment": "Issue #749 fixed error on deleting process, converted String to long for process id",
143
+ "issueId": "749",
103
144
  "modules": [
104
- "@dxs-ts/fs-composer",
105
145
  "backend"
106
146
  ]
107
147
  }
package/dist/index.d.ts CHANGED
@@ -7847,6 +7847,30 @@ declare module '@tanstack/react-router' {
7847
7847
  }
7848
7848
 
7849
7849
 
7850
+ declare module '@mui/material' {
7851
+ interface Components<Theme = unknown> extends EveliComponents<Theme> {
7852
+ }
7853
+ }
7854
+
7855
+
7856
+ declare module '@mui/material/Button' {
7857
+ interface ButtonPropsVariantOverrides {
7858
+ explorerInactive: true;
7859
+ explorerActive: true;
7860
+ }
7861
+ }
7862
+
7863
+
7864
+ declare module 'react' {
7865
+ interface CSSProperties {
7866
+ '--tree-view-text-color'?: string;
7867
+ '--tree-view-color'?: string;
7868
+ '--tree-view-bg-color'?: string;
7869
+ '--tree-view-hover-color'?: string;
7870
+ }
7871
+ }
7872
+
7873
+
7850
7874
  declare module '@tanstack/react-router' {
7851
7875
  interface FileRoutesByPath {
7852
7876
  '/': {
@@ -8167,30 +8191,6 @@ declare module '@mui/material' {
8167
8191
  }
8168
8192
 
8169
8193
 
8170
- declare module '@mui/material/Button' {
8171
- interface ButtonPropsVariantOverrides {
8172
- explorerInactive: true;
8173
- explorerActive: true;
8174
- }
8175
- }
8176
-
8177
-
8178
- declare module 'react' {
8179
- interface CSSProperties {
8180
- '--tree-view-text-color'?: string;
8181
- '--tree-view-color'?: string;
8182
- '--tree-view-bg-color'?: string;
8183
- '--tree-view-hover-color'?: string;
8184
- }
8185
- }
8186
-
8187
-
8188
- declare module '@mui/material' {
8189
- interface Components<Theme = unknown> extends EveliComponents<Theme> {
8190
- }
8191
- }
8192
-
8193
-
8194
8194
  declare module "@tanstack/react-table" {
8195
8195
  interface ColumnMeta<TData extends RowData, TValue> {
8196
8196
  enableSelection?: boolean;
package/dist/index.js CHANGED
@@ -10021,7 +10021,7 @@ var $ke;
10021
10021
  ((o) => {
10022
10022
  o.builder = () => new Jan();
10023
10023
  })($ke || ($ke = {}));
10024
- const Yan = "2.0.69", Xan = "05/25/2026, 19:12:29", Qan = () => $ke.builder().setLogo("logo_1_great_ones_wisdom").setTheme("red").setProjectInfo("@dxs-ts/eveli-ide", "2.0.69", "05/25/2026, 19:12:29").addInternalComponents(["@dxs-ts/gamut-cockpit-store", "@dxs-ts/gamut-api", "@dxs-ts/gamut-theme", "@dxs-ts/gamut-form", "@dxs-ts/gamut-md", "@dxs-ts/gamut-shell", "@dxs-ts/gamut-form-review", "@dxs-ts/gamut-intl", "@dxs-ts/envir-fetch", "@dxs-ts/envir-util", "@dxs-ts/user-profile", "@dxs-ts/wrench-api", "@dxs-ts/wrench-routes", "@dxs-ts/stencil-api", "@dxs-ts/stencil-routes", "@dxs-ts/tagomi-api", "@dxs-ts/tagomi-routes", "@dxs-ts/contract-api", "@dxs-ts/contract-composer", "@dxs-ts/ledger-api", "@dxs-ts/ledger-composer", "@dxs-ts/cockpit-api", "@dxs-ts/cockpit-composer", "@dxs-ts/task-api", "@dxs-ts/task-feedback", "@dxs-ts/eveli-api", "@dxs-ts/eveli-primitives", "@dxs-ts/fs-api", "@dxs-ts/fs-composer", "@dxs-ts/fs-nav", "@dxs-ts/eveli-intl", "@dxs-ts/eveli-routes", "@dxs-ts/xui-datetime", "@dxs-ts/xui-table", "@dxs-ts/task-composer-v1", "@dxs-ts/task-composer-v2"]).addExternalComponents(["@material-table/core@6.4.4", "@monaco-editor/react@4.7.0", "@mui/icons-material@6.5.0", "@mui/material@6.5.0", "@mui/system@6.5.0", "@mui/x-tree-view@7.29.1", "@tanstack/react-query@5.83.0", "@tanstack/react-router@1.130.2", "@tanstack/react-store@0.8.0", "@tanstack/react-table@8.21.3", "@uiw/react-md-editor@4.0.8", "@xyflow/react@12.8.2", "diff2html@3.4.52", "elkjs/lib/elk.bundled.js@0.9.3", "file-saver@2.0.5", "js-file-download@0.4.12", "leaflet-geosearch@4.2.0", "luxon@3.7.1", "monaco-editor@0.52.2", "notistack@3.0.2", "numbro@2.5.0", "react@18.3.1", "react-intl@6.8.9", "react-leaflet@4.2.1", "react-markdown@10.1.0", "recharts@2.15.4", "ts-md5@2.0.1", "yaml@2.8.1"]).render(), Wyt = Wn("worker/rest/api/version.GET")({
10024
+ const Yan = "2.0.70", Xan = "05/27/2026, 07:10:23", Qan = () => $ke.builder().setLogo("logo_1_great_ones_wisdom").setTheme("red").setProjectInfo("@dxs-ts/eveli-ide", "2.0.70", "05/27/2026, 07:10:23").addInternalComponents(["@dxs-ts/gamut-cockpit-store", "@dxs-ts/gamut-api", "@dxs-ts/gamut-theme", "@dxs-ts/gamut-form", "@dxs-ts/gamut-md", "@dxs-ts/gamut-shell", "@dxs-ts/gamut-form-review", "@dxs-ts/gamut-intl", "@dxs-ts/envir-fetch", "@dxs-ts/envir-util", "@dxs-ts/user-profile", "@dxs-ts/wrench-api", "@dxs-ts/wrench-routes", "@dxs-ts/stencil-api", "@dxs-ts/stencil-routes", "@dxs-ts/tagomi-api", "@dxs-ts/tagomi-routes", "@dxs-ts/contract-api", "@dxs-ts/contract-composer", "@dxs-ts/ledger-api", "@dxs-ts/ledger-composer", "@dxs-ts/cockpit-api", "@dxs-ts/cockpit-composer", "@dxs-ts/task-api", "@dxs-ts/task-feedback", "@dxs-ts/eveli-api", "@dxs-ts/eveli-primitives", "@dxs-ts/fs-api", "@dxs-ts/fs-composer", "@dxs-ts/fs-nav", "@dxs-ts/eveli-intl", "@dxs-ts/eveli-routes", "@dxs-ts/xui-datetime", "@dxs-ts/xui-table", "@dxs-ts/task-composer-v1", "@dxs-ts/task-composer-v2"]).addExternalComponents(["@material-table/core@6.4.4", "@monaco-editor/react@4.7.0", "@mui/icons-material@6.5.0", "@mui/material@6.5.0", "@mui/system@6.5.0", "@mui/x-tree-view@7.29.1", "@tanstack/react-query@5.83.0", "@tanstack/react-router@1.130.2", "@tanstack/react-store@0.8.0", "@tanstack/react-table@8.21.3", "@uiw/react-md-editor@4.0.8", "@xyflow/react@12.8.2", "diff2html@3.4.52", "elkjs/lib/elk.bundled.js@0.9.3", "file-saver@2.0.5", "js-file-download@0.4.12", "leaflet-geosearch@4.2.0", "luxon@3.7.1", "monaco-editor@0.52.2", "notistack@3.0.2", "numbro@2.5.0", "react@18.3.1", "react-intl@6.8.9", "react-leaflet@4.2.1", "react-markdown@10.1.0", "recharts@2.15.4", "ts-md5@2.0.1", "yaml@2.8.1"]).render(), Wyt = Wn("worker/rest/api/version.GET")({
10025
10025
  hook: Zan
10026
10026
  });
10027
10027
  function Zan(o) {
@@ -92726,6 +92726,7 @@ const DAn = () => {
92726
92726
  /* @__PURE__ */ s.jsx(_i, { children: /* @__PURE__ */ s.jsx(Mt, { style: { paddingBottom: 0, paddingTop: 0 }, colSpan: 2, children: /* @__PURE__ */ s.jsx(ja, { in: a, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ s.jsx(Y, { sx: { margin: 1 }, children: /* @__PURE__ */ s.jsx(
92727
92727
  Ca,
92728
92728
  {
92729
+ height: "250px",
92729
92730
  value: jO(b),
92730
92731
  defaultLanguage: "yaml"
92731
92732
  }
@@ -92737,6 +92738,7 @@ const DAn = () => {
92737
92738
  /* @__PURE__ */ s.jsx(_i, { children: /* @__PURE__ */ s.jsx(Mt, { style: { paddingBottom: 0, paddingTop: 0 }, colSpan: 2, children: /* @__PURE__ */ s.jsx(ja, { in: g, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ s.jsx(Y, { sx: { margin: 1 }, children: /* @__PURE__ */ s.jsx(
92738
92739
  Ca,
92739
92740
  {
92741
+ height: "250px",
92740
92742
  value: jO(w),
92741
92743
  defaultLanguage: "yaml"
92742
92744
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "description": "Eveli route components - full page layouts, navigation",
5
5
  "type": "module",
6
6
  "publishConfig": {