@topconsultnpm/sdkui-react 6.20.0-dev1.73 → 6.20.0-dev1.74
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.
|
@@ -497,21 +497,21 @@ export const createTasksMenuItems = (taskDescriptor, showId, setShowId, showSear
|
|
|
497
497
|
onClick: () => setShowSearch(prevShowSearch => !prevShowSearch),
|
|
498
498
|
disabled: false,
|
|
499
499
|
beginGroup: true,
|
|
500
|
-
operationType: '
|
|
500
|
+
operationType: 'multiRow'
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
name: showId ? SDKUI_Localizator.ID_Hide : SDKUI_Localizator.ID_Show,
|
|
504
504
|
icon: _jsx("span", { className: showId ? "dx-icon-eyeclose" : "dx-icon-eyeopen" }),
|
|
505
505
|
onClick: () => setShowId(prevShowId => !prevShowId),
|
|
506
506
|
disabled: false,
|
|
507
|
-
operationType: '
|
|
507
|
+
operationType: 'multiRow'
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
name: SDKUI_Localizator.Refresh,
|
|
511
511
|
icon: _jsx("span", { className: "dx-icon-refresh" }),
|
|
512
512
|
onClick: () => getAllTasks(),
|
|
513
513
|
disabled: false,
|
|
514
|
-
operationType: '
|
|
514
|
+
operationType: 'multiRow'
|
|
515
515
|
},
|
|
516
516
|
];
|
|
517
517
|
// Apply filters
|
package/lib/index.js
CHANGED
|
@@ -12,5 +12,5 @@ export * from './hooks/useRelatedDocuments';
|
|
|
12
12
|
export * from './hooks/useSettingsFeedback';
|
|
13
13
|
export * from './services';
|
|
14
14
|
import config from 'devextreme/core/config';
|
|
15
|
-
// DevExtreme License Key (valid for v25.
|
|
16
|
-
config({ licenseKey: '
|
|
15
|
+
// DevExtreme License Key (valid for v25.2 and earlier versions)
|
|
16
|
+
config({ licenseKey: 'ewogICJmb3JtYXQiOiAxLAogICJjdXN0b21lcklkIjogIjE1ODg1NDc4LTNjNTItNGUzYy1hNDI1LTU5NjAzMzQ0ZDVjMyIsCiAgIm1heFZlcnNpb25BbGxvd2VkIjogMjUyCn0=.ClI5PeQ2vnl48q0hwdwPHM6oDArs6XTeZ9u4JfN6kxaHoKgszVywO996SluAQfPdFhtzWz6OZsyDdenKv28UU2dOF5wppP88hGEJ17PAg+N/OpUkL1L/CMFNXlOIsYd2517GWA==' });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@topconsultnpm/sdkui-react",
|
|
3
|
-
"version": "6.20.0-dev1.
|
|
3
|
+
"version": "6.20.0-dev1.74",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@topconsultnpm/sdk-ts": "6.20.0-dev1.5",
|
|
44
44
|
"buffer": "^6.0.3",
|
|
45
|
-
"devextreme": "25.
|
|
46
|
-
"devextreme-react": "25.
|
|
45
|
+
"devextreme": "25.2.4",
|
|
46
|
+
"devextreme-react": "25.2.4",
|
|
47
47
|
"exceljs": "^4.4.0",
|
|
48
48
|
"htmlparser2": "^10.0.0",
|
|
49
49
|
"pdfjs-dist": "5.4.296",
|